@charset "UTF-8";
/*------------------------------------*    $MIXINS
\*------------------------------------*/
/* CSS Transition
	Usage: @include transition(width,0.3s,ease-out);
 */
/* Border Radius
	Usage: @include br(10px);
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 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; }

/* 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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * 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 styling not present in IE 8/9.
 */
mark {
  background: #1896a6;
  color: #313a42; }

/**
 * 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/10.
 */
img {
  border: 0; }

/**
 * 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 {
  -moz-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"] {
  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
 *    (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 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; }

figure {
  padding: 0;
  margin: 0;
  margin-bottom: 1.25em; }

/*------------------------------------*    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/*------------------------------------*    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 0.875em;
  /* [1] */
  line-height: 1.1428571429;
  /* [1] */
  background-color: #fff;
  color: #333;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */ }

.container, .pre-header-w .pre-header, .header-w .header, .vision-w .vision, .town-w .town, .principles-w .principles, .single-w, .awards-content-w, .banner-w .banner, .slideshow-w .slideshow .caption, .bx-controls.bx-has-pager, .benefits-w .benefits, .awards-w .awards, .showcase-w .showcase-links, .showcase-w .showcase, .news-w .news, .footer-w .footer, .contact-w .contact, .post-footer-w .post-footer, .acknowledgement-w .acknowledgement {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto; }
  .container:after, .pre-header-w .pre-header:after, .header-w .header:after, .vision-w .vision:after, .town-w .town:after, .principles-w .principles:after, .single-w:after, .awards-content-w:after, .banner-w .banner:after, .slideshow-w .slideshow .caption:after, .bx-controls.bx-has-pager:after, .benefits-w .benefits:after, .awards-w .awards:after, .showcase-w .showcase-links:after, .showcase-w .showcase:after, .news-w .news:after, .footer-w .footer:after, .contact-w .contact:after, .post-footer-w .post-footer:after, .acknowledgement-w .acknowledgement:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 950px) {
    .container, .pre-header-w .pre-header, .header-w .header, .vision-w .vision, .town-w .town, .principles-w .principles, .single-w, .awards-content-w, .banner-w .banner, .slideshow-w .slideshow .caption, .bx-controls.bx-has-pager, .benefits-w .benefits, .awards-w .awards, .showcase-w .showcase-links, .showcase-w .showcase, .news-w .news, .footer-w .footer, .contact-w .contact, .post-footer-w .post-footer, .acknowledgement-w .acknowledgement {
      max-width: 900px;
      margin-left: auto;
      margin-right: auto; }
      .container:after, .pre-header-w .pre-header:after, .header-w .header:after, .vision-w .vision:after, .town-w .town:after, .principles-w .principles:after, .single-w:after, .awards-content-w:after, .banner-w .banner:after, .slideshow-w .slideshow .caption:after, .bx-controls.bx-has-pager:after, .benefits-w .benefits:after, .awards-w .awards:after, .showcase-w .showcase-links:after, .showcase-w .showcase:after, .news-w .news:after, .footer-w .footer:after, .contact-w .contact:after, .post-footer-w .post-footer:after, .acknowledgement-w .acknowledgement:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (max-width: 800px) {
    .container, .pre-header-w .pre-header, .header-w .header, .vision-w .vision, .town-w .town, .principles-w .principles, .single-w, .awards-content-w, .banner-w .banner, .slideshow-w .slideshow .caption, .bx-controls.bx-has-pager, .benefits-w .benefits, .awards-w .awards, .showcase-w .showcase-links, .showcase-w .showcase, .news-w .news, .footer-w .footer, .contact-w .contact, .post-footer-w .post-footer, .acknowledgement-w .acknowledgement {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }
      .container:after, .pre-header-w .pre-header:after, .header-w .header:after, .vision-w .vision:after, .town-w .town:after, .principles-w .principles:after, .single-w:after, .awards-content-w:after, .banner-w .banner:after, .slideshow-w .slideshow .caption:after, .bx-controls.bx-has-pager:after, .benefits-w .benefits:after, .awards-w .awards:after, .showcase-w .showcase-links:after, .showcase-w .showcase:after, .news-w .news:after, .footer-w .footer:after, .contact-w .contact:after, .post-footer-w .post-footer:after, .acknowledgement-w .acknowledgement:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (max-width: 600px) {
    .container, .pre-header-w .pre-header, .header-w .header, .vision-w .vision, .town-w .town, .principles-w .principles, .single-w, .awards-content-w, .banner-w .banner, .slideshow-w .slideshow .caption, .bx-controls.bx-has-pager, .benefits-w .benefits, .awards-w .awards, .showcase-w .showcase-links, .showcase-w .showcase, .news-w .news, .footer-w .footer, .contact-w .contact, .post-footer-w .post-footer, .acknowledgement-w .acknowledgement {
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
      .container:after, .pre-header-w .pre-header:after, .header-w .header:after, .vision-w .vision:after, .town-w .town:after, .principles-w .principles:after, .single-w:after, .awards-content-w:after, .banner-w .banner:after, .slideshow-w .slideshow .caption:after, .bx-controls.bx-has-pager:after, .benefits-w .benefits:after, .awards-w .awards:after, .showcase-w .showcase-links:after, .showcase-w .showcase:after, .news-w .news:after, .footer-w .footer:after, .contact-w .contact:after, .post-footer-w .post-footer:after, .acknowledgement-w .acknowledgement:after {
        content: " ";
        display: block;
        clear: both; } }

.content-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .content-container:after {
    content: " ";
    display: block;
    clear: both; }

html {
  background: #ea542d; }

.content-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .content-w .content {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%; }
    @media (max-width: 600px) {
      .content-w .content {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .content-w .sidebar-w {
    width: 32.2033898305%;
    float: right;
    margin-right: 0; }
    @media (max-width: 600px) {
      .content-w .sidebar-w {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }

.layout-1x-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .layout-1x-w .col {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }

.layout-2x-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .layout-2x-w .col {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
    .layout-2x-w .col:nth-child(even) {
      width: 49.1525423729%;
      float: right;
      margin-right: 0; }
  @media (max-width: 600px) {
    .layout-2x-w .col {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .layout-2x-w .col:nth-child(even) {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }

.layout-3x-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .layout-3x-w .col {
    width: 32.2033898305%;
    float: left;
    margin-right: 1.6949152542%; }
    .layout-3x-w .col:nth-child(3n) {
      width: 32.2033898305%;
      float: right;
      margin-right: 0; }
  @media (max-width: 600px) {
    .layout-3x-w .col {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .layout-3x-w .col:nth-child(3n) {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }

.layout-4x-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .layout-4x-w .col {
    width: 23.7288135593%;
    float: left;
    margin-right: 1.6949152542%; }
    .layout-4x-w .col:nth-child(4n) {
      width: 23.7288135593%;
      float: right;
      margin-right: 0; }
  @media (max-width: 600px) {
    .layout-4x-w .col {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .layout-4x-w .col:nth-child(4n) {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }

.mb {
  margin-bottom: 1.25em; }

.mb-2x {
  margin-bottom: 2.5em; }

.mt {
  margin-top: 1.25em; }

.mt-2x {
  margin-top: 2.5em; }

.sp {
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 950px) {
    .sp {
      padding-left: 1.25em;
      padding-right: 1.25em; } }

.pt {
  padding-top: 1.25em; }

.pb {
  padding-bottom: 1.25em; }

.pt-2x {
  padding-top: 2.5em; }

.pb-2x {
  padding-bottom: 2.5em; }

/*------------------------------------*    #COLOURS
\*------------------------------------*/
.body-background-color-bg {
  background: #ea542d; }

.body-color-bg {
  background: #313a42; }

.heading-color-bg {
  background: #313a42; }

.highlight-color-bg {
  background: #1896a6; }

.link-color-bg {
  background: #1896a6; }

.border-color-bg {
  background: #eaebec; }

.success-color-bg {
  background: #54a272; }

.warning-color-bg {
  background: #FFD54F; }

.error-color-bg {
  background: #FF1744; }

/*------------------------------------*    #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */ }

/**
 * 1. Google Maps breaks if `max-width: 100%` acts upon it; use their selector
 *    to remove the effects.
 * 2. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
.gm-style img,
img[width],
img[height] {
  /* [2] */
  max-width: none; }

img.align-right, img.alignright {
  float: right;
  margin: 0;
  margin-left: 1.25em;
  margin-bottom: 1.25em; }

img.align-left, img.alignleft {
  float: left;
  margin: 0;
  margin-right: 1.25em;
  margin-bottom: 1.25em; }
  img.align-left.full-line, img.alignleft.full-line {
    margin-right: 100%; }

img.align-center {
  float: left;
  margin: 0;
  margin-right: 1.25em;
  margin-bottom: 1.25em; }

img.aligncenter {
  float: left;
  margin: 0;
  width: 100%;
  margin-bottom: 1.25em; }

img.full, img.fill-image {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 100%; }

/*------------------------------------*    $GLOBAL CLASSES
\*------------------------------------*/
/* Clearfix */
.cf {
  *zoom: 1; }

.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/* Completely remove from the flow and screen readers. */
.is-hidden {
  display: none !important;
  visibility: hidden !important; }

/* Completely remove from the flow but leave available to screen readers. */
.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px); }

/* Floats */
.right {
  float: right;
  padding: 0 0 1.25em 1.25em; }

.right-search {
  float: right;
  padding: 0 0 1.25em 0; }

.left {
  float: left;
  padding: 0 1.25em 1.25em 0; }

/* Text-Align */
.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.padding-top-bottom {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }

.padding-left-right {
  padding-left: 1.25em;
  padding-right: 1.25em; }

.loading {
  visibility: hidden; }

.valid, .success {
  color: #54a272; }

.error {
  color: #FF1744; }

.warning {
  color: #FFD54F; }

.font-secondary {
  font-family: "Montserrat", Helvetica, Arial, sans-serif; }

/* Links */
a {
  color: #1896a6;
  text-decoration: none;
  outline: 0; }
  a:hover, a:focus {
    color: #c2b9a2;
    text-decoration: none; }

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ol.inline-list li, ul.inline-list li {
    float: left;
    margin-right: 1.25em; }

/* Definition Lists */
dl {
  overflow: hidden;
  margin: 0 0 1.25em; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0.625em;
  margin-bottom: 0.625em; }

.inline-list li {
  display: inline-block; }

/* Social List */
.social-list li {
  margin: 0 0.4rem 1.25em 0; }

.social-list a {
  font-size: 1.6em; }

/* Headline List */
.headline-list {
  margin-bottom: 1.25em; }
  .headline-list.flush {
    margin: 0; }
  .headline-list h4 {
    font-weight: normal; }
  .headline-list li {
    padding: 0.3125em 0;
    border-top: 1px solid #eaebec; }

/* Post List */
.post-list li {
  margin-bottom: 1.25em; }

/* Bullet List */
.bullet-list, .numbered-list {
  list-style: disc;
  margin-left: 1.2em;
  line-height: 1.3; }
  .bullet-list.sub-list, .sub-list.numbered-list {
    margin-top: 0.625em; }
    .bullet-list.sub-list li, .sub-list.numbered-list li {
      margin-bottom: 0; }
  .bullet-list li, .numbered-list li {
    margin-bottom: 0.625em; }

.numbered-list {
  list-style: decimal;
  margin-left: 1.3em; }

/* Text List */
.text-list {
  margin: 0 0 1em;
  line-height: 1.3; }
  .text-list li {
    margin-bottom: 1.25em; }

body {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #313a42; }

/* Text-Related Elements */
/* Heading */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1.25em 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #313a42;
  font-weight: 300;
  letter-spacing: 0px;
  margin-bottom: 30px; }

/* Paragraph */
p {
  margin: 0 0 1.25em 0; }

/* Blockquote */
blockquote {
  font-style: italic;
  border-left: 1px solid #eaebec;
  color: #313a42;
  padding: 1.25em 0 0 1.25em;
  margin: 0 0 1.25em 0;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

/* HR */
hr {
  border: 0;
  height: 2px;
  background: #eaebec;
  margin: 0 0 2.5em 0;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

/* ABBR */
abbr {
  border-bottom: 1px dotted #eaebec;
  cursor: help; }

/* ABBR */
figcaption {
  font-style: italic;
  margin: 1.25em 0 0 0; }

/*------------------------------------*    $FORMS
\*------------------------------------*/
form ol, form ul {
  list-style: none;
  margin: 0;
  padding: 0; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

label {
  display: block;
  font-weight: 600;
  padding-bottom: 0.625em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0 1px 0; }

input, textarea {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #eaebec;
  padding: 0.625em;
  color: #313a42;
  outline: none; }

input[type=text], input[type=search], input[type=url], input[type=number], textarea {
  -webkit-appearance: none; }

input[type="color"] {
  width: inherit; }

input[type="submit"].btn {
  width: inherit; }
  input[type="submit"].btn.btn--full {
    width: 100%; }

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin-right: 0.3em; }

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

.field-container, .input-w {
  margin-bottom: 1.25em; }

.form-1x {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.form-2x {
  width: 49.1525423729%;
  float: left;
  margin-right: 1.6949152542%; }
  .form-2x:nth-child(even) {
    width: 49.1525423729%;
    float: right;
    margin-right: 0; }

.form-3x {
  width: 32.2033898305%;
  float: left;
  margin-right: 1.6949152542%; }
  .form-3x:nth-child(3n) {
    width: 32.2033898305%;
    float: right;
    margin-right: 0; }

.inline-form .inline-input {
  position: relative; }

.inline-form .btn, .inline-form .single-w .single .content-w .controls .sub-controls a, .single-w .single .content-w .controls .sub-controls .inline-form a {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

/* Validation */
.has-error, .is-error {
  border-color: #FF1744; }

.is-valid {
  border-color: #54a272; }

textarea,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/*------------------------------------*    $SPECIFIC FORMS
\*------------------------------------*/
/* Search Form */
.search-field {
  padding-right: 3em; }

.inline-form .search-submit {
  background: none;
  padding: 0.78em 1em;
  border: 0;
  border-left: 1px solid 1px solid #eaebec; }

/*------------------------------------*    #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */ }

/**
 * 1. Google Maps breaks if `max-width: 100%` acts upon it; use their selector
 *    to remove the effects.
 * 2. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
.gm-style img,
img[width],
img[height] {
  /* [2] */
  max-width: none; }

img.align-right, img.alignright {
  float: right;
  margin: 0;
  margin-left: 1.25em;
  margin-bottom: 1.25em; }

img.align-left, img.alignleft {
  float: left;
  margin: 0;
  margin-right: 1.25em;
  margin-bottom: 1.25em; }
  img.align-left.full-line, img.alignleft.full-line {
    margin-right: 100%; }

img.align-center {
  float: left;
  margin: 0;
  margin-right: 1.25em;
  margin-bottom: 1.25em; }

img.aligncenter {
  float: left;
  margin: 0;
  width: 100%;
  margin-bottom: 1.25em; }

img.full, img.fill-image {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 100%; }

.btn, .single-w .single .content-w .controls .sub-controls a {
  background: none !important;
  transition: all 0.5s ease;
  color: #FFF !important; }
  .btn:hover, .single-w .single .content-w .controls .sub-controls a:hover, .btn:active, .single-w .single .content-w .controls .sub-controls a:active {
    background: #1db6ca; }
  .btn:disabled, .single-w .single .content-w .controls .sub-controls a:disabled {
    opacity: 0.7; }
  .btn.btn--alt, .single-w .single .content-w .controls .sub-controls a.btn--alt {
    background: #f6f5f4;
    border: 1px solid #e5e3e0;
    color: #a59c94 !important; }
    .btn.btn--alt:hover, .single-w .single .content-w .controls .sub-controls a.btn--alt:hover {
      background: #f6f5f4; }
  .btn.btn--feature, .single-w .single .content-w .controls .sub-controls a.btn--feature {
    background: none !important;
    border: 1px solid #e2e7f2;
    margin-top: 30px;
    padding: 17px 40px; }
    .btn.btn--feature:hover, .single-w .single .content-w .controls .sub-controls a.btn--feature:hover {
      background: none; }
  .btn.btn--send, .single-w .single .content-w .controls .sub-controls a.btn--send {
    background: none !important;
    border: 1px solid #D7C7BF;
    margin-top: 30px;
    color: #73645d !important;
    padding: 17px 40px; }
    .btn.btn--send:hover, .single-w .single .content-w .controls .sub-controls a.btn--send:hover {
      background: none;
      color: #73645d !important;
      border: 1px solid #73645d; }
  .btn.btn--white, .single-w .single .content-w .controls .sub-controls a.btn--white {
    background: #fff;
    color: #279cbe;
    border: 1px solid #fff; }
  .btn.btn--group, .single-w .single .content-w .controls .sub-controls a.btn--group {
    margin-right: 8px; }
  .btn.btn--white-lines, .single-w .single .content-w .controls .sub-controls a.btn--white-lines {
    color: #fff;
    border: 1px solid #fff;
    background: transparent; }

/*------------------------------------*    #BUTTONS
\*------------------------------------*/
/**
 * A simple button object.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 * 6. Fixes odd inner spacing in IE7.
 * 7. Subtract the border size from the padding value so that buttons do not
 *    grow larger as we add borders.
 */
.btn, .single-w .single .content-w .controls .sub-controls a {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  overflow: visible;
  /* [6] */
  font-weight: 300;
  padding: 7px 15px;
  /* [7] */
  background-color: #1896a6;
  border: 1px solid #1896a6; }
  .btn, .single-w .single .content-w .controls .sub-controls a, .btn:hover, .single-w .single .content-w .controls .sub-controls a:hover, .btn:active, .single-w .single .content-w .controls .sub-controls a:active, .btn:focus, .single-w .single .content-w .controls .sub-controls a:focus {
    text-decoration: none;
    /* [4] */
    color: #fff;
    background: #1896a6; }

/**
 * Fix a Firefox bug whereby `input type="submit"` gains 2px extra padding.
 */
.btn::-moz-focus-inner, .single-w .single .content-w .controls .sub-controls a::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
     * Small buttons.
     */
.btn--small {
  padding: 3px 7px;
  /* [7] */ }

/**
     * Large buttons.
     */
.btn--large {
  padding: 15px 31px;
  /* [7] */ }

/**
     * Full-width buttons.
     */
.btn--full {
  width: 100%; }

/**
     * Round-ended buttons.
     *
     * 1. Overly-large value to ensure the radius rounds the whole end of the
     *    button.
     */
.btn--pill {
  border-radius: 100px;
  /* [1] */ }

/*------------------------------------*    #HEADINGS
\*------------------------------------*/
/**
 * Headings 1–6.
 */
h1 {
  font-size: 40px;
  font-size: 2.8571428571rem;
  line-height: 45px; }

h2 {
  font-size: 38px;
  font-size: 2.7142857143rem;
  line-height: 42px; }

h3 {
  font-size: 35px;
  font-size: 2.5rem;
  line-height: 40px; }

h4 {
  font-size: 20px;
  font-size: 1.4285714286rem;
  line-height: 1.3; }

h5 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1; }

h6 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.1428571429; }

p {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5; }

.body h1, .body h2, .body h3, .body h4, .body h5, .body h6 {
  font-weight: 300; }

.body p, .body li {
  margin-top: 0;
  word-wrap: break-word;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.4; }
  .home .body p, .home .body li {
    font-size: 14px;
    font-size: 1rem;
    line-height: 16px; }

.body .content ul {
  margin-bottom: 1.25em; }

.body .content li {
  list-style-type: square;
  margin-bottom: 0; }

.container, .pre-header-w .pre-header, .header-w .header, .vision-w .vision, .town-w .town, .principles-w .principles, .single-w, .awards-content-w, .banner-w .banner, .slideshow-w .slideshow .caption, .bx-controls.bx-has-pager, .benefits-w .benefits, .awards-w .awards, .showcase-w .showcase-links, .showcase-w .showcase, .news-w .news, .footer-w .footer, .contact-w .contact, .post-footer-w .post-footer, .acknowledgement-w .acknowledgement {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto; }
  .container:after, .pre-header-w .pre-header:after, .header-w .header:after, .vision-w .vision:after, .town-w .town:after, .principles-w .principles:after, .single-w:after, .awards-content-w:after, .banner-w .banner:after, .slideshow-w .slideshow .caption:after, .bx-controls.bx-has-pager:after, .benefits-w .benefits:after, .awards-w .awards:after, .showcase-w .showcase-links:after, .showcase-w .showcase:after, .news-w .news:after, .footer-w .footer:after, .contact-w .contact:after, .post-footer-w .post-footer:after, .acknowledgement-w .acknowledgement:after {
    content: " ";
    display: block;
    clear: both; }

a.line-btn {
  font-size: 14px;
  font-size: 1rem;
  line-height: 28px;
  border: 2px solid #FFF;
  padding: 6px 10px;
  color: #FFF;
  font-weight: 700; }

/** HEADER **/
.pre-header-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 20px;
  display: none;
  background: #ea542d; }
  @media (min-width: 700px) {
    .pre-header-w {
      display: block; } }
  .pre-header-w .pre-header {
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 16px; }
    .pre-header-w .pre-header .col {
      font-weight: 600;
      color: #f9d6d0;
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      text-align: center; }
      @media (min-width: 700px) {
        .pre-header-w .pre-header .col {
          width: 49.1525423729%;
          float: left;
          margin-right: 1.6949152542%;
          clear: none;
          text-align: left; }
          .pre-header-w .pre-header .col:nth-child(even) {
            width: 49.1525423729%;
            float: right;
            margin-right: 0; } }
      .pre-header-w .pre-header .col a {
        color: #f9d6d0;
        float: left; }
        .pre-header-w .pre-header .col a.partners {
          border-right: 1px solid #f9d6d0;
          margin-right: 10px;
          padding-right: 10px; }
        .pre-header-w .pre-header .col a.contact {
          background: url(../images/email-icon@2x.png) 0 1px no-repeat;
          background-size: 19px;
          padding-left: 26px;
          text-decoration: underline; }
      .pre-header-w .pre-header .col .pre-header-i {
        float: right;
        margin-right: 30px; }
      .pre-header-w .pre-header .col ul {
        float: right; }
        .pre-header-w .pre-header .col ul li {
          float: left;
          color: #f9d6d0;
          margin-left: 10px; }
          .pre-header-w .pre-header .col ul li a {
            clear: both;
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0;
            color: #f9d6d0;
            width: 15px;
            height: 15px; }
            .pre-header-w .pre-header .col ul li a.facebook {
              background: url(../images/facebook-icon@2x.png) 0 0 no-repeat;
              background-size: 9px;
                  width: 70px;
    padding-left: 20px;
    height: 16px;
    text-decoration: underline;
    margin-top: -1px; }
            .pre-header-w .pre-header .col ul li a.twitter {
              background: url(../images/twitter-icon@2x.png) 0 0 no-repeat;
              background-size: 18px;
              width: 20px; }
            .pre-header-w .pre-header .col ul li a.instagram {
              background: url(../images/instagram-icon@2x.png) 0 0 no-repeat;
              background-size: 15px; }

.header-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #FFF;
  padding: 0 20px; }
  .header-w .header {
    position: relative; }
    .header-w .header .logo {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%; }
      @media (min-width: 700px) and (max-width: 950px) {
        .header-w .header .logo {
          width: 25.2033898305%;
          float: left;
          margin-right: 1.6949152542%; } }
      @media (min-width: 950px) {
        .header-w .header .logo {
          width: 40.6779661017%;
          float: left;
          margin-right: 1.6949152542%; } }
      .header-w .header .logo a {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 20px 0; }
        .header-w .header .logo a img {
          width: 288px;
          float: left; }
    .header-w .header #menu {
      margin-top: 23px;
      background: url(../images/menu@2x.png) 0 0 no-repeat;
      background-size: 30px;
      width: 30px;
      height: 35px;
      float: right;
      display: block; }
      @media (min-width: 700px) {
        .header-w .header #menu {
          display: none; } }
    .header-w .header .navigation-w {
      width: 57.6271186441%;
      float: right;
      margin-right: 0;
      display: none; }
      @media (min-width: 700px) {
        .header-w .header .navigation-w {
          display: block; } }
      .header-w .header .navigation-w .navigation {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
        .header-w .header .navigation-w .navigation ul {
          float: right;
          height: 30px;
          position: absolute;
          top: 50%;
          margin-top: -15px;
          right: 0; }
          .header-w .header .navigation-w .navigation ul li {
            margin-left: 20px;
            font-size: 14px;
            font-size: 1rem;
            line-height: 14px;
            text-transform: uppercase;
            float: left;
            font-weight: 700; }
            @media (min-width: 950px) {
              .header-w .header .navigation-w .navigation ul li {
                margin-left: 20px; } }
            .header-w .header .navigation-w .navigation ul li.mobile-only {
              display: none; }
            .header-w .header .navigation-w .navigation ul li.current-menu-item a {
              color: #1896a6;
              border: 2px solid #FFF;
              border-bottom: 2px solid #1896a6; }
            .header-w .header .navigation-w .navigation ul li a {
              color: #313a42;
              clear: both;
              width: 100%;
              float: left;
              margin-left: 0;
              margin-right: 0;
              border: 2px solid #FFF;
              padding: 6px; }
              .header-w .header .navigation-w .navigation ul li a.active, .header-w .header .navigation-w .navigation ul li a:hover {
                color: #1896a6;
                border: 2px solid #FFF;
                border-bottom: 2px solid #1896a6; }
            .header-w .header .navigation-w .navigation ul li.awards a {
              color: #ec9137;
              border: 2px solid #ec9137; }

.single-healthy-towns .header-w .header .navigation-w .navigation ul li.menu-item-91 a,
.single-post .header-w .header .navigation-w .navigation ul li.menu-item-92 a {
  color: #1896a6;
  border: 2px solid #FFF;
  border-bottom: 2px solid #1896a6; }

.single-healthy-towns .sub-headline {
  background: #ea542d;
  color: #FFF;
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 16px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  margin-bottom: 20px; }
  .single-healthy-towns .sub-headline.place {
    background: #ea542d; }
  .single-healthy-towns .sub-headline.people {
    background: #1896a6; }
  .single-healthy-towns .sub-headline.greenspace {
    background: #54a272; }

.single-healthy-towns .single-w .single .content-w .headline span.date {
  background: #ec9137; }

.single-healthy-towns .single-w .single .content-w .headline h1 {
  color: #ea542d; }

.single-healthy-towns .single-w .single .content-w .controls .sub-controls a {
  color: #ea542d !important;
  border: 1px solid #ea542d !important; }

.single-healthy-towns .single-w .single .content-w .controls a.back.btn, .single-healthy-towns .single-w .single .content-w .controls .sub-controls a.back {
  color: #ec9137 !important;
  border: 1px solid #ec9137 !important; }

.single-healthy-towns .single-w .single .content-w .content h3 {
  color: #ea542d; }

.mobile-navigation {
  display: none;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .mobile-navigation ul {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .mobile-navigation ul li {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .mobile-navigation ul li.awards a {
        background: #ea542d;
        color: #FFF;
        border-top: 1px solid #ea542d; }
      .mobile-navigation ul li a {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        background: #FFF;
        padding: 10px 20px;
        border-top: 1px solid #eaebec; }

.truncate {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 55px; }
  @media (min-width: 700px) {
    .truncate {
      height: 77px; } }

.truncate-news {
  height: 90px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.truncate-showcase-title {
  height: 40px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  margin-bottom: 15px; }

.truncate-showcase {
  height: 90px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px; }

.vision-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  padding: 0 20px; }
  .vision-w .vision .col {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      .vision-w .vision .col {
        margin-bottom: 0;
        width: 32.2033898305%;
        float: left;
        margin-right: 1.6949152542%;
        clear: none; }
        .vision-w .vision .col:nth-child(even) {
          width: 66.1016949153%;
          float: right;
          margin-right: 0; } }
    .vision-w .vision .col h3 {
      font-size: 22px;
      font-size: 1.5714285714rem;
      line-height: 26px;
      font-weight: 600;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .vision-w .vision .col h3:after {
        content: '';
        width: 50px;
        border-bottom: 4px solid #FFF;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -25px;
        float: left; }
    .vision-w .vision .col p {
      font-size: 14px;
      font-size: 1rem;
      line-height: 18px; }
    .vision-w .vision .col .col-i {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding: 30px 60px;
      text-align: center; }
      @media (min-width: 700px) and (max-width: 950px) {
        .vision-w .vision .col .col-i {
          padding: 30px 10px; } }
      .vision-w .vision .col .col-i.white {
        border: 2px solid #ea542d; }
        .vision-w .vision .col .col-i.white h3, .vision-w .vision .col .col-i.white p {
          color: #ea542d; }
          .vision-w .vision .col .col-i.white h3:after, .vision-w .vision .col .col-i.white p:after {
            border-bottom: 4px solid #ea542d; }
      .vision-w .vision .col .col-i.orange {
        background: #ea542d;
        border: 2px solid #ea542d; }
        .vision-w .vision .col .col-i.orange h3, .vision-w .vision .col .col-i.orange p {
          color: #FFF; }

.news-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  padding: 0 20px; }
  .news-w .news .col {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      .news-w .news .col {
        margin-bottom: 0;
                  width: 72.1016949153%;

        float: left;
        margin-right: 1.6949152542%;
        
        clear: none; }
        .news-w .news .col:nth-child(even) {
                  width: 25.2033898305%;

          float: right;
          margin-right: 0; } }        

.town-w {
  background: #313a42;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px; }
  .town-w .town {
    background: url(../images/town@2x.png) center 40px no-repeat;
    background-size: 320px;
    padding-top: 110px;
    padding-bottom: 50px; }
    .town-w .town p {
      color: #FFF;
      font-size: 18px;
      font-size: 1.2857142857rem;
      line-height: 22px;
      font-family: "Kalam", cursive;
      text-align: center;
      margin: 0; }

.principles-w {
  background: #ec9137;
  margin-bottom: 40px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  padding: 40px 20px; }
  .principles-w .principles h3 {
    color: #FFF;
    font-size: 22px;
    font-size: 1.5714285714rem;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .principles-w .principles h3:after {
      content: '';
      width: 50px;
      border-bottom: 4px solid #FFF;
      margin: auto;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -25px;
      float: left; }
    .principles-w .principles h3 span {
      font-weight: 300; }
  .principles-w .principles .bubble {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    color: #FFF;
    font-family: "Kalam", cursive; }
    @media (min-width: 700px) {
      .principles-w .principles .bubble {
        width: 23.7288135593%;
        float: left;
        margin-right: 1.6949152542%;
        clear: none; }
        .principles-w .principles .bubble:nth-child(2) {
          width: 49.1525423729%;
          float: left;
          margin-right: 1.6949152542%; }
          .principles-w .principles .bubble:nth-child(2) .bubble-i {
            background: url(../images/bubble-lrg@2x.png) center center no-repeat;
            background-size: 90%;
            padding: 55px 60px; }
        .principles-w .principles .bubble:nth-child(3) {
          width: 23.7288135593%;
          float: right;
          margin-right: 0; } }
    .principles-w .principles .bubble p {
      font-size: 17px;
      font-size: 1.2142857143rem;
      line-height: 21px; }
      @media (min-width: 700px) and (max-width: 950px) {
        .principles-w .principles .bubble p {
          font-size: 12px;
          font-size: 0.8571428571rem;
          line-height: 14px; } }
    .principles-w .principles .bubble .bubble-i {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding: 0px 20px; }
      @media (min-width: 700px) {
        .principles-w .principles .bubble .bubble-i {
          padding: 35px 20px;
          background: url(../images/bubble-sml@2x.png) 0 0 no-repeat;
          background-size: 100%; } }
      @media (min-width: 700px) and (max-width: 950px) {
        .principles-w .principles .bubble .bubble-i {
          padding: 28px 20px; } }

.single-w {
  padding: 0 20px; }
  @media (min-width: 950px) {
    .single-w {
      padding: 0 0px; } }
  .single-w .single {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .single-w .single .sidebar {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 700px) {
        .single-w .single .sidebar {
          width: 23.7288135593%;
          float: right;
          margin-right: 0;
          clear: none; } }
      .single-w .single .sidebar .what-is {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        border: 2px solid #ea542d;
        padding: 25px 15px;
        text-align: center;
        margin-bottom: 20px; }
        .single-w .single .sidebar .what-is h4 {
          color: #ea542d;
          font-weight: 600;
          position: relative;
          padding-bottom: 20px;
          margin-bottom: 20px;
          font-size: 18px;
          font-size: 1.2857142857rem;
          line-height: 22px; }
          .single-w .single .sidebar .what-is h4:after {
            content: '';
            width: 60px;
            border-bottom: 4px solid #ea542d;
            margin: auto;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -30px;
            float: left; }
        .single-w .single .sidebar .what-is p {
          color: #ea542d;
          margin-bottom: 25px;
          font-size: 12px;
          font-size: 0.8571428571rem;
          line-height: 14px; }
          .single-w .single .sidebar .what-is p.highlight {
            color: #1896a6; }
        .single-w .single .sidebar .what-is a.btn, .single-w .single .sidebar .what-is .content-w .controls .sub-controls a, .single-w .single .content-w .controls .sub-controls .sidebar .what-is a {
          color: #ea542d !important;
          border: 2px solid #ea542d; }
      .single-w .single .sidebar .awards {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        border: 2px solid #ec9137;
        padding: 25px 15px;
        text-align: center;
        margin-bottom: 20px;
        background: #ec9137; }
        .single-w .single .sidebar .awards h4 {
          color: #FFF;
          font-weight: 600;
          position: relative;
          padding-bottom: 20px;
          margin-bottom: 20px;
          font-size: 18px;
          font-size: 1.2857142857rem;
          line-height: 22px; }
          .single-w .single .sidebar .awards h4:after {
            content: '';
            width: 60px;
            border-bottom: 4px solid #FFF;
            margin: auto;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -30px;
            float: left; }
        .single-w .single .sidebar .awards p {
          color: #FFF;
          margin-bottom: 25px;
          font-size: 12px;
          font-size: 0.8571428571rem;
          line-height: 14px; }
          .single-w .single .sidebar .awards p.highlight {
            color: #1896a6; }
        .single-w .single .sidebar .awards a.btn, .single-w .single .sidebar .awards .content-w .controls .sub-controls a, .single-w .single .content-w .controls .sub-controls .sidebar .awards a {
          color: #FFF !important;
          border: 2px solid #FFF; }
      .single-w .single .sidebar .media {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        border: 2px solid #313a42;
        padding: 25px 15px;
        text-align: center;
        margin-bottom: 20px; }
        .single-w .single .sidebar .media h4 {
          color: #313a42;
          font-weight: 600;
          position: relative;
          padding-bottom: 20px;
          margin-bottom: 20px;
          font-size: 18px;
          font-size: 1.2857142857rem;
          line-height: 22px; }
          .single-w .single .sidebar .media h4:after {
            content: '';
            width: 60px;
            border-bottom: 4px solid #313a42;
            margin: auto;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -30px;
            float: left; }
        .single-w .single .sidebar .media p {
          color: #313a42;
          margin-bottom: 25px;
          font-size: 12px;
          font-size: 0.8571428571rem;
          line-height: 14px; }
          .single-w .single .sidebar .media p.highlight {
            color: #1896a6; }
        .single-w .single .sidebar .media a.btn, .single-w .single .sidebar .media .content-w .controls .sub-controls a, .single-w .single .content-w .controls .sub-controls .sidebar .media a {
          color: #313a42 !important;
          border: 2px solid #313a42; }
      .single-w .single .sidebar .social-banner {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 25px 15px;
        text-align: center;
        margin-bottom: 20px;
        background: #1896a6;
        position: relative;
        padding-bottom: 60px; }
        .single-w .single .sidebar .social-banner h4 {
          color: #FFF;
          font-weight: 600;
          position: relative;
          padding-bottom: 20px;
          margin-bottom: 30px;
          font-size: 18px;
          font-size: 1.2857142857rem;
          line-height: 22px; }
          .single-w .single .sidebar .social-banner h4:after {
            content: '';
            width: 60px;
            border-bottom: 4px solid #FFF;
            margin: auto;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -30px;
            float: left; }
        .single-w .single .sidebar .social-banner ul {
          width: 81px;
          margin-right: -50px;
          right: 50%;
          position: absolute; }
          .single-w .single .sidebar .social-banner ul li {
            float: left;
            color: #f9d6d0;
            margin-right: 10px; }
            .single-w .single .sidebar .social-banner ul li:nth-child(3) {
              margin-right: 0; }
            .single-w .single .sidebar .social-banner ul li a {
              clear: both;
              width: 100%;
              float: left;
              margin-left: 0;
              margin-right: 0;
              width: 26px;
              height: 26px; }
              .single-w .single .sidebar .social-banner ul li a.facebook {
                background: url(../images/facebook-inverse@2x.png) 0 0 no-repeat;
                background-size: 26px;
                width: 26px;
                height: 26px; }
              .single-w .single .sidebar .social-banner ul li a.twitter {
                background: url(../images/twitter-inverse@2x.png) 0 0px no-repeat;
                background-size: 26px;
                width: 26px;
                height: 26px; }
              .single-w .single .sidebar .social-banner ul li a.instagram {
                background: url(../images/instagram-inverse@2x.png) 0 0 no-repeat;
                background-size: 26px;
                width: 26px;
                height: 26px; }
    .single-w .single .content-w {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 700px) {
        .single-w .single .content-w {
          width: 66.1016949153%;
          float: left;
          margin-right: 1.6949152542%;
          clear: none; } }
      .single-w .single .content-w .controls {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 25px;
        font-size: 12px;
        font-size: 0.8571428571rem;
        line-height: 16px; }
        .single-w .single .content-w .controls a.back.btn, .single-w .single .content-w .controls .sub-controls a.back {
          float: left;
          color: #ea542d !important;
          border: 1px solid #ea542d; }
          .single-w .single .content-w .controls a.back.btn span, .single-w .single .content-w .controls .sub-controls a.back span {
            display: none; }
            @media (min-width: 700px) {
              .single-w .single .content-w .controls a.back.btn span, .single-w .single .content-w .controls .sub-controls a.back span {
                display: inline-block; } }
        .single-w .single .content-w .controls .sub-controls {
          float: right; }
          .single-w .single .content-w .controls .sub-controls a {
            color: #ec9137 !important;
            border: 1px solid #ec9137; }
      .single-w .single .content-w .headline {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
        .single-w .single .content-w .headline h1 {
          font-size: 22px;
          font-size: 1.5714285714rem;
          line-height: 30px;
          color: #1896a6;
          float: left;
          width: 60%;
          margin-bottom: 20px; }
          @media (min-width: 700px) {
            .single-w .single .content-w .headline h1 {
              width: 70%; } }
        .single-w .single .content-w .headline span.date {
          color: #FFF;
          background: #ea542d;
          float: right;
          padding: 8px 12px;
          font-size: 12px;
          font-size: 0.8571428571rem;
          line-height: 14px; }
      .single-w .single .content-w .gallery {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px; }
      .single-w .single .content-w .content {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
        .single-w .single .content-w .content h3 {
          color: #1896a6;
          margin-bottom: 20px;
          font-size: 14px;
          font-size: 1rem;
          line-height: 18px; }
        .single-w .single .content-w .content p {
          font-size: 12px;
          font-size: 0.8571428571rem;
          line-height: 16px; }

.awards-content-w .sidebar {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px; }
  @media (min-width: 700px) {
    .awards-content-w .sidebar {
      width: 23.7288135593%;
      float: left;
      margin-right: 1.6949152542%;
      clear: none;
      padding: 0; } }
  .awards-content-w .sidebar .criteria-list {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px; }
    .awards-content-w .sidebar .criteria-list ul {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      .awards-content-w .sidebar .criteria-list ul li {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 0 20px;
        padding-left: 14px;
        background: #f7f7f8;
        font-size: 12px;
        font-size: 0.8571428571rem;
        line-height: 15px;
        border-left: 6px solid #f7f7f8; }
        .awards-content-w .sidebar .criteria-list ul li:hover {
          border-left: 6px solid #313a42; }
        .awards-content-w .sidebar .criteria-list ul li a {
          clear: both;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          padding: 15px 5px;
          border-bottom: 1px solid #313a42;
          color: #313a42; }
          .awards-content-w .sidebar .criteria-list ul li a.last {
            border-bottom: 0; }
  .awards-content-w .sidebar .awards-list {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .awards-content-w .sidebar .awards-list a.btn, .awards-content-w .sidebar .awards-list .single-w .single .content-w .controls .sub-controls a, .single-w .single .content-w .controls .sub-controls .awards-content-w .sidebar .awards-list a {
      border: 2px solid #ea542d !important;
      color: #ea542d !important;
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 20px; }
    .awards-content-w .sidebar .awards-list ul {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 10px; }
      .awards-content-w .sidebar .awards-list ul li {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        font-size: 13px;
        font-size: 0.9285714286rem;
        line-height: 18px;
        margin-bottom: 8px; }
        .awards-content-w .sidebar .awards-list ul li a {
          border-left: 6px solid;
          clear: both;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          padding: 13px 10px; }
          .awards-content-w .sidebar .awards-list ul li a.people {
            border-color: #1896a6;
            background: url(../images/people-icon@2x.png) #e7f4f6 90% center no-repeat;
            background-size: 40px; }
            .awards-content-w .sidebar .awards-list ul li a.people:hover {
              color: #1896a6; }
          .awards-content-w .sidebar .awards-list ul li a.place {
            border-color: #ea542d;
            background: url(../images/place-icon-awards.png) #fdeeea 90% center no-repeat;
            background-size: 40px;
            color: #ea542d; }
            .awards-content-w .sidebar .awards-list ul li a.place:hover {
              color: #ea542d; }
          .awards-content-w .sidebar .awards-list ul li a.greenspace {
            border-color: #54a272;
            background: url(../images/greenspace-icon@2x.png) #edf6f1 88% center no-repeat;
            background-size: 30px;
            color: #54a272; }
            .awards-content-w .sidebar .awards-list ul li a.greenspace:hover {
              color: #54a272; }
          .awards-content-w .sidebar .awards-list ul li a.happiness {
            border-color: #ec9137;
            background: url(../images/award-icon@2x.png) #fdf4eb 91% center no-repeat;
            background-size: 40px;
            color: #ec9137; }
            .awards-content-w .sidebar .awards-list ul li a.happiness:hover {
              color: #ec9137; }

.awards-content-w .content {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px; }
  @media (min-width: 700px) {
    .awards-content-w .content {
      width: 70.5882352941%;
      float: right;
      margin-right: 0;
      clear: none;
      padding: 0; } }
  .awards-content-w .content.confirmation-page h1 {
    font-size: 22px;
    font-size: 1.5714285714rem;
    line-height: 26px;
    color: #313a42;
    margin-bottom: 20px; }
  .awards-content-w .content.confirmation-page h2 {
    color: #ea542d;
    font-family: "Kalam", cursive;
    font-size: 16px;
    font-size: 1.1428571429rem;
    line-height: 18px;
    margin-bottom: 10px; }
  .awards-content-w .content.confirmation-page p {
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 16px; }
  .awards-content-w .content.confirmation-page h6 {
    color: #ec9137;
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 16px; }
  .awards-content-w .content.confirmation-page a {
	  text-decoration: underline;
	  font-weight: 600;
    color: #1896a6; }
    .awards-content-w .content.confirmation-page a:hover {
      color: #1896a6; }
  .awards-content-w .content.confirmation-page a.btn, .awards-content-w .content.confirmation-page .single-w .single .content-w .controls .sub-controls a, .single-w .single .content-w .controls .sub-controls .awards-content-w .content.confirmation-page a {
    background: #1896a6 !important; }
  .awards-content-w .content .intro-title {
    color: #313a42;
    font-family: "Kalam", cursive;
    font-style: italic;
    font-size: 16px;
    font-size: 1.1428571429rem;
    line-height: 20px;
    clear: both;
    margin-bottom: 20px;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 700px) {
      .awards-content-w .content .intro-title {
        width: 74.5762711864%;
        float: left;
        margin-right: 1.6949152542%;
        clear: none; } }
  .awards-content-w .content .category {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 0;
    border-top: 6px solid; }
    .awards-content-w .content .category.people {
      border-color: #1896a6; }
      .awards-content-w .content .category.people h1 {
        color: #1896a6;
        background: url(../images/people-icon@2x.png) #FFF 0 center no-repeat;
        background-size: 55px;
        padding-left: 75px; }
      .awards-content-w .content .category.people h4, .awards-content-w .content .category.people h5 {
        color: #1896a6; }
      .awards-content-w .content .category.people a.btn, .awards-content-w .content .category.people .single-w .single .content-w .controls .sub-controls a, .single-w .single .content-w .controls .sub-controls .awards-content-w .content .category.people a {
        color: #1896a6 !important;
        border-color: #1896a6 !important; }
    .awards-content-w .content .category.place {
      border-color: #ea542d; }
      .awards-content-w .content .category.place h1 {
        color: #ea542d;
        background: url(../images/place-icon@2x.png) #FFF 0 center no-repeat;
        background-size: 55px;
        padding-left: 65px; }
      .awards-content-w .content .category.place h4, .awards-content-w .content .category.place h5 {
        color: #ea542d; }
      .awards-content-w .content .category.place a.btn, .awards-content-w .content .category.place .single-w .single .content-w .controls .sub-controls a, .single-w .single .content-w .controls .sub-controls .awards-content-w .content .category.place a {
        color: #ea542d !important;
        border-color: #ea542d !important; }
      .awards-content-w .content .category.place ul li {
        background: url(../images/place-dot.png) 0 4px no-repeat;
        background-size: 6px; }
    .awards-content-w .content .category.greenspace {
      border-color: #54a272; }
      .awards-content-w .content .category.greenspace h1 {
        color: #54a272;
        background: url(../images/greenspace-icon@2x.png) #FFF 5px center no-repeat;
        background-size: 38px;
        padding-left: 55px; }
      .awards-content-w .content .category.greenspace h4, .awards-content-w .content .category.greenspace h5 {
        color: #54a272; }
      .awards-content-w .content .category.greenspace a.btn, .awards-content-w .content .category.greenspace .single-w .single .content-w .controls .sub-controls a, .single-w .single .content-w .controls .sub-controls .awards-content-w .content .category.greenspace a {
        color: #54a272 !important;
        border-color: #54a272 !important; }
      .awards-content-w .content .category.greenspace ul li {
        background: url(../images/greenspace-dot.png) 0 4px no-repeat;
        background-size: 6px; }
    .awards-content-w .content .category.happiness {
      border-color: #ec9137; }
      .awards-content-w .content .category.happiness h1 {
        color: #ec9137;
        background: url(../images/award-icon@2x.png) #FFF 0 center no-repeat;
        background-size: 55px;
        padding-left: 65px; }
      .awards-content-w .content .category.happiness h4, .awards-content-w .content .category.happiness h5 {
        color: #ec9137; }
      .awards-content-w .content .category.happiness a.btn, .awards-content-w .content .category.happiness .single-w .single .content-w .controls .sub-controls a, .single-w .single .content-w .controls .sub-controls .awards-content-w .content .category.happiness a {
        color: #ec9137 !important;
        border-color: #ec9137 !important; }
      .awards-content-w .content .category.happiness ul li {
        background: url(../images/happiness-dot.png) 0 4px no-repeat;
        background-size: 6px; }
    .awards-content-w .content .category h1 {
      font-size: 20px;
      font-size: 1.4285714286rem;
      line-height: 24px;
      margin-bottom: 20px; }
    .awards-content-w .content .category h4 {
      font-size: 16px;
      font-size: 1.1428571429rem;
      line-height: 20px;
      margin-bottom: 20px; }
    .awards-content-w .content .category h5 {
      font-size: 14px;
      font-size: 1rem;
      line-height: 18px;
      margin-bottom: 10px; }
    .awards-content-w .content .category p {
      font-size: 12px;
      font-size: 0.8571428571rem;
      line-height: 16px; }
    .awards-content-w .content .category ul {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 20px; }
      .awards-content-w .content .category ul li {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
        background: url(../images/people-dot.png) 0 4px no-repeat;
        background-size: 6px;
        padding-left: 10px;
        font-size: 12px;
        font-size: 0.8571428571rem;
        line-height: 16px; }
    .awards-content-w .content .category a.btn, .awards-content-w .content .category .single-w .single .content-w .controls .sub-controls a, .single-w .single .content-w .controls .sub-controls .awards-content-w .content .category a {
      border: 2px solid #1896a6;
      float: left;
      color: #1896a6; }
    .awards-content-w .content .category a.top {
      border: 2px solid #313a42;
      float: right;
      color: #313a42;
      padding: 7px 15px;
      position: relative;
      padding-right: 30px; }
      .awards-content-w .content .category a.top:after {
        background: url(../images/black-chevron.png) 0 0 no-repeat;
        background-size: 10px;
        position: absolute;
        width: 10px;
        height: 10px;
        float: right;
        top: 50%;
        margin-top: -3px;
        right: 10px;
        content: ''; }
  .awards-content-w .content .criteria-w {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    border-top: 6px solid #313a42;
    padding-top: 10px; }
    .awards-content-w .content .criteria-w .criteria {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      border-bottom: 1px solid #313a42;
      padding: 25px 0;
      padding-top: 30px; }
      .awards-content-w .content .criteria-w .criteria p {
        font-size: 12px;
        font-size: 0.8571428571rem;
        line-height: 15px; }
      .awards-content-w .content .criteria-w .criteria ul {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px; }
        .awards-content-w .content .criteria-w .criteria ul li {
          clear: both;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          font-size: 12px;
          font-size: 0.8571428571rem;
          line-height: 15px;
          margin-bottom: 10px;
         
          padding-left: 10px; }
          .page-template-page-awards .awards-content-w .content .criteria-w .criteria ul li {
          clear: both;
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0;
          font-size: 12px;
          font-size: 0.8571428571rem;
          line-height: 15px;
          margin-bottom: 10px;
          background: url(../images/criteria-dot.png) 0 5px no-repeat;
          background-size: 6px;
          padding-left: 10px; }
      .awards-content-w .content .criteria-w .criteria h2 {
        font-size: 22px;
        font-size: 1.5714285714rem;
        line-height: 26px;
        margin-bottom: 15px; }

.banner-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  background: url(../images/contact-banner@2x.png) #1896a6 center center no-repeat;
  background-size: cover; }
  .banner-w.news-banner {
    background: url(../images/news-banner@2x.png) #1896a6 center center no-repeat;
    background-size: cover; }
  .banner-w.contact-banner {
    background: url(../images/contact-banner.jpg) #1896a6 center center no-repeat;
    background-size: cover; }
  .banner-w.showcase-banner {
    background: url(../images/showcase-banner@2x.png) #1896a6 center center no-repeat;
    background-size: cover; }
  .banner-w.survey-banner {
    background: url(../images/survey-banner.jpg) #1896a6 center center no-repeat;
    background-size: cover; }
  .banner-w.about-banner {
    background: url(../images/about-banner.jpg) #1896a6 center center no-repeat;
    background-size: cover; }
  .banner-w.awards-banner {
    background: url(../images/awards-banner.jpg) #1896a6 center center no-repeat;
    background-size: cover; }
  .banner-w .banner {
    padding: 35px 0; }
    .banner-w .banner h1 {
      font-size: 36px;
      font-size: 2.5714285714rem;
      line-height: 40px;
      color: #FFF;
      text-transform: uppercase;
      font-family: "league-gothic", "Montserrat", Helvetica, Arial, sans-serif;
      margin: 0; }
      @media (min-width: 700px) {
        .banner-w .banner h1 {
          font-size: 40px;
          font-size: 2.8571428571rem;
          line-height: 48px; } }

.bx-wrapper {
  background: #2f3233; }

.slideshow-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #2f3233; }
  .slideshow-w .slideshow {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    height: 100vh;
    height: 320px;
    overflow: hidden; }
    .slideshow-w .slideshow:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 700px) {
      .slideshow-w .slideshow {
        height: 260px; } }
    .slideshow-w .slideshow .caption {
      padding: 30px 20px; }
      @media (min-width: 700px) and (max-width: 950px) {
        .slideshow-w .slideshow .caption {
          padding: 50px 20px; } }
      @media (min-width: 950px) {
        .slideshow-w .slideshow .caption {
          padding: 60px 0; } }
      .slideshow-w .slideshow .caption .caption-i {
        max-width: 580px;
        float: left; }
        .slideshow-w .slideshow .caption .caption-i h1 {
          font-size: 24px;
          font-size: 1.7142857143rem;
          line-height: 30px;
          font-weight: 700;
          color: #FFF;
          text-transform: uppercase;
          font-family: 'Oswald', sans-serif;
          margin-bottom: 10px; }
        .slideshow-w .slideshow .caption .caption-i h3 {
          font-size: 16px;
          font-size: 1.1428571429rem;
          line-height: 22px;
          color: #ec9137;
          letter-spacing: 0;
          margin-bottom: 15px; }
          @media (min-width: 700px) {
            .slideshow-w .slideshow .caption .caption-i h3 {
              font-size: 22px;
              font-size: 1.5714285714rem;
              line-height: 28px; } }

.bx-controls.bx-has-pager {
  position: relative; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 1000; }
  @media (min-width: 950px) {
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
      right: 0; } }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #d78e8e;
  padding-top: 0px; }
  .single .bx-wrapper .bx-pager {
    display: none; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0px;
  margin-left: 6px;
  outline: 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ec9137; }

.benefits-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #1896a6;
  text-align: center;
  padding: 50px 20px;
  margin-bottom: 45px; }
  .benefits-w .benefits-i {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px; }
  .benefits-w .benefits h3 {
    color: #FFF;
    font-size: 22px;
    font-size: 1.5714285714rem;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .benefits-w .benefits h3:after {
      content: '';
      width: 50px;
      border-bottom: 4px solid #FFF;
      margin: auto;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -25px;
      float: left; }
  .benefits-w .benefits .col {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px; }
    @media (min-width: 700px) {
      .benefits-w .benefits .col {
        margin-bottom: 0;
        width: 32.2033898305%;
        float: left;
        margin-right: 1.6949152542%;
        clear: none; }
        .benefits-w .benefits .col:nth-child(3) {
          width: 32.2033898305%;
          float: right;
          margin-right: 0; } }
    .benefits-w .benefits .col .col-i {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      border: 2px solid #FFF;
      padding: 40px 25px;
      padding-bottom: 30px;
      color: #FFF;
      position: relative;
      min-height: 138px; }
      @media (min-width: 700px) and (max-width: 950px) {
        .benefits-w .benefits .col .col-i {
          min-height: 180px; } }
      .benefits-w .benefits .col .col-i p {
        margin: 0; }
      .benefits-w .benefits .col .col-i span {
        background: #FFF;
        color: #1896a6;
        position: absolute;
        width: 35px;
        padding-top: 10px;
        height: 35px;
        top: -20px;
        right: 50%;
        font-weight: 600;
        margin-right: -18px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px; }

.headline-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #ec9137; }
  .headline-w .headline {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .headline-w .headline:after {
      content: " ";
      display: block;
      clear: both; }
    .headline-w .headline h2 {
      color: #FFF;
      font-size: 16px;
      font-size: 1.1428571429rem;
      line-height: 22px;
      margin: 0;
      padding: 30px 20px; }
      @media (min-width: 700px) {
        .headline-w .headline h2 {
          font-size: 22px;
          font-size: 1.5714285714rem;
          line-height: 28px;
          padding: 40px 0; } }

.body-w {
  background: #FFF;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 45px 0; }
  @media (min-width: 700px) {
    .body-w.were-social {
      background: url(../images/were-social@2x.png) #FFF 85% 20px no-repeat;
      background-size: 110px; } }
  .body-w.grey {
    background: #f4f5f5; }
  .single-healthy-towns .body-w {
    padding-top: 25px; }

.title-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px; }
  .title-w.mb {
    margin-bottom: 30px; }
  .title-w .title-img {
    padding: 10px 20px;
    text-align: center; }
    .title-w .title-img p {
      font-size: 11px;
      font-size: 0.7857142857rem;
      line-height: 15px;
      padding-top: 20px;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto; }
      .title-w .title-img p:after {
        content: " ";
        display: block;
        clear: both; }
  .title-w .title {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    .title-w .title:after {
      content: " ";
      display: block;
      clear: both; }
    .title-w .title.extra-width {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }
      .title-w .title.extra-width:after {
        content: " ";
        display: block;
        clear: both; }
    .title-w .title h3 {
      font-size: 22px;
      font-size: 1.5714285714rem;
      line-height: 28px;
      color: #313a42;
      font-weight: 700;
      position: relative;
      padding-bottom: 25px;
      margin-bottom: 20px; }
      .title-w .title h3:after {
        content: '';
        width: 120px;
        border-bottom: 4px solid #313a42;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -60px;
        float: left; }
      .title-w .title h3 span {
        font-weight: 300; }
    .title-w .title p {
      color: #313a42;
      font-size: 12px;
      font-size: 0.8571428571rem;
      line-height: 18px;
      margin-bottom: 20px; }
      .title-w .title p a {
        color: #313a42; }
      .title-w .title p span {
        color: #1896a6; }

.view-more {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  padding-top: 50px; }
  .view-more a.line-btn {
    color: #313a42;
    border-color: #313a42; }

.awards-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 20px; }
  .awards-w .awards .col {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 700px) {
      .awards-w .awards .col {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%;
        clear: none; }
        .awards-w .awards .col:nth-child(2), .awards-w .awards .col:nth-child(4) {
          width: 49.1525423729%;
          float: right;
          margin-right: 0; } }
    @media (min-width: 950px) {
      .awards-w .awards .col {
		width: 32.2033898305%;
		float: left;
		margin-right: 1.6949152542%;
        margin-bottom: 0;
        clear: none; }
        .awards-w .awards .col:nth-child(2) {
          width: 32.2033898305%;
		float: left;
		margin-right: 1.6949152542%;
        margin-bottom: 0;
        clear: none; }
        .awards-w .awards .col:nth-child(3) {
          width: 32.2033898305%;
    float: right;
    margin-right: 0; } }
    .awards-w .awards .col h4 {
      font-size: 18px;
      font-size: 1.2857142857rem;
      line-height: 20px;
      font-weight: 600;
      position: relative;
      padding: 0 20px;
      padding-bottom: 30px; }
      .awards-w .awards .col h4:after {
        content: '';
        width: 60px;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -30px;
        float: left; }
    .awards-w .awards .col p {
      font-size: 12px;
      font-size: 0.8571428571rem;
      line-height: 16px;
      margin-bottom: 20px; }
      @media (min-width: 700px) {
        .awards-w .awards .col p {
          min-height: 60px; } }
      @media (min-width: 950px) {
        .awards-w .awards .col p {
          min-height: 85px; } }
    .awards-w .awards .col span.icon {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      height: 65px;
      margin-bottom: 10px; }
    .awards-w .awards .col.connections-people span.icon {
      background: url(../images/people-icon@2x.png) center center no-repeat;
      background-size: 78px; }
    .awards-w .awards .col.connections-people h4 {
      color: #1896a6; }
      .awards-w .awards .col.connections-people h4:after {
        border-bottom: 4px solid #1896a6; }
    .awards-w .awards .col.connections-people a.line-btn {
      color: #1896a6;
      border-color: #1896a6; }
    .awards-w .awards .col.connections-place span.icon {
      background: url(../images/place-icon@2x.png) center center no-repeat;
      background-size: 66px; }
    .awards-w .awards .col.connections-place h4 {
      color: #ea542d; }
      .awards-w .awards .col.connections-place h4:after {
        border-bottom: 4px solid #ea542d; }
    .awards-w .awards .col.connections-place a.line-btn {
      color: #ea542d;
      border-color: #ea542d; }
    .awards-w .awards .col.connecting-greenspace span.icon {
      background: url(../images/greenspace-icon@2x.png) center center no-repeat;
      background-size: 50px; }
    .awards-w .awards .col.connecting-greenspace h4 {
      color: #54a272; }
      .awards-w .awards .col.connecting-greenspace h4:after {
        border-bottom: 4px solid #54a272; }
    .awards-w .awards .col.connecting-greenspace a.line-btn {
      color: #54a272;
      border-color: #54a272; }
    .awards-w .awards .col.connecting-happiness span.icon {
      background: url(../images/award-icon@2x.png) center center no-repeat;
      background-size: 70px; }
    .awards-w .awards .col.connecting-happiness h4 {
      color: #ec9137;
      padding-left: 0;
      padding-right: 0; }
      .awards-w .awards .col.connecting-happiness h4:after {
        border-bottom: 4px solid #ec9137; }
    .awards-w .awards .col.connecting-happiness a.line-btn {
      color: #ec9137;
      border-color: #ec9137; }

.prizes-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #1896a6;
  padding: 45px 20px; }
  .prizes-w .prizes {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-size: 1rem;
    line-height: 18px;
    font-family: 'Kalam', cursive; }
    .prizes-w .prizes:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 700px) {
      .prizes-w .prizes {
        font-size: 18px;
        font-size: 1.2857142857rem;
        line-height: 22px; } }
    .prizes-w .prizes span {
      color: #313a42; }

.gallery-w-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  max-width: 100%;
  overflow: hidden; }
  .gallery-w-w .gallery-w {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    min-width: 100%;
    visibility: visible; }
    .gallery-w-w .gallery-w.loading {
      visibility: hidden; }
    .gallery-w-w .gallery-w .gallery {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      background: #ebebec;
      text-align: center; }
      .gallery-w-w .gallery-w .gallery img {
        margin: 0 auto; }

.showcase-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px; }
  .showcase-w .showcase-links {
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
    overflow: hidden; }
    .showcase-w .showcase-links ul {
      text-align: center;
      display: inline;
      float: left;
      width: 100%; }
      @media (min-width: 950px) {
        .showcase-w .showcase-links ul {
          width: 110%; } }
      .showcase-w .showcase-links ul li {
        float: left;
        margin-bottom: 5px;
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
        @media (min-width: 950px) {
          .showcase-w .showcase-links ul li {
            width: auto;
            margin-right: 5px;
            clear: none;
            margin-bottom: 0; } }
        .showcase-w .showcase-links ul li a {
          font-size: 12px;
          font-size: 0.8571428571rem;
          line-height: 18px;
          padding: 3px 10px;
          color: #FFF;
          float: left;
          width: 100%; }
          @media (min-width: 950px) {
            .showcase-w .showcase-links ul li a {
              width: auto; } }
          .showcase-w .showcase-links ul li a.all {
            background: #313a42; }
          .showcase-w .showcase-links ul li a.people {
            background: #1896a6; }
          .showcase-w .showcase-links ul li a.place {
            background: #ea542d; }
          .showcase-w .showcase-links ul li a.happiness {
            background: #ec9137; }
          .showcase-w .showcase-links ul li a.greenspace {
            background: #54a272; }
  .showcase-w .showcase .col {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 700px) {
      .showcase-w .showcase .col {
        width: 32.2033898305%;
        float: left;
        margin-right: 1.6949152542%;
        clear: none; }
        .showcase-w .showcase .col:nth-child(3n) {
          width: 32.2033898305%;
          float: right;
          margin-right: 0; } }
    .showcase-w .showcase .col img {
      width: 100%; }
    .showcase-w .showcase .col .col-i {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding: 30px 10px;
      padding-top: 20px;
      border: 1px solid #eaebec;
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 700px) and (max-width: 950px) {
        .showcase-w .showcase .col .col-i {
          padding: 30px 10px; } }
      @media (min-width: 950px) {
        .showcase-w .showcase .col .col-i {
          padding: 30px 35px; } }
      .showcase-w .showcase .col .col-i h6 {
        font-size: 16px;
        font-size: 1.1428571429rem;
        line-height: 20px;
        color: #313a42;
        font-weight: 700;
        margin-bottom: 15px; }
      .showcase-w .showcase .col .col-i a.tag {
        font-size: 12px;
        font-size: 0.8571428571rem;
        line-height: 18px;
        padding: 3px 5px;
        color: #FFF;
        margin-bottom: 10px; }
        @media (min-width: 700px) and (max-width: 950px) {
          .showcase-w .showcase .col .col-i a.tag {
            float: left;
            width: 90%;
            margin-right: 5%;
            margin-left: 5%; } }
      .showcase-w .showcase .col .col-i small {
        color: #ea542d;
        margin-top: 10px;
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 12px;
        font-size: 0.8571428571rem;
        line-height: 18px; }
      .showcase-w .showcase .col .col-i p {
        font-size: 12px;
        font-size: 0.8571428571rem;
        line-height: 18px;
        color: #313a42;
        margin-bottom: 20px; }
      .showcase-w .showcase .col .col-i .btn-w {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
      .showcase-w .showcase .col .col-i a.line-btn {
        color: #ec9137;
        border: 1px solid #ec9137;
        font-size: 12px;
        font-size: 0.8571428571rem;
        line-height: 18px; }
    .showcase-w .showcase .col.greenspace a.tag {
      background: #54a272; }
    .showcase-w .showcase .col.people a.tag {
      background: #1896a6; }
    .showcase-w .showcase .col.place a.tag {
      background: #ea542d; }
    .showcase-w .showcase .col.happiness a.tag {
      background: #ec9137; }

.partner-logos-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px; }
  .partner-logos-w .partner-logos {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    .partner-logos-w .partner-logos:after {
      content: " ";
      display: block;
      clear: both; }
    .partner-logos-w .partner-logos .col {
      width: 28.5714285714%;
      float: left;
      margin-right: 7.1428571429%;
      margin-top: 20px;
      margin-bottom: 20px; }
      .partner-logos-w .partner-logos .col:nth-child(3n) {
        width: 28.5714285714%;
        float: right;
        margin-right: 0; }
      .partner-logos-w .partner-logos .col a {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
        .partner-logos-w .partner-logos .col a img {
          width: 100%; }

.news-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  padding-top: 20px; }
  .news-w .news .news-i {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #eaebec;
    margin-bottom: 20px; }
    .news-w .news .news-i .news-i-img {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      height: 160px; }
      .news-w .news .news-i .news-i-img img {
        width: 100%; }
      @media (min-width: 940px) {
        .news-w .news .news-i .news-i-img {
          width: 30.7288135593%;
          float: left;
          margin-right: 2.6949152542%;
          clear: none; } }
    .news-w .news .news-i .news-i-copy {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding: 20px;
      padding-bottom: 0; }
      @media (min-width: 940px) {
        .news-w .news .news-i .news-i-copy {
          width: 49.1525423729%;
          float: left;
          margin-right: 1.6949152542%;
          clear: none;
          padding: 0;
          padding-top: 15px; } }
      @media (min-width: 950px) {
        .news-w .news .news-i .news-i-copy {
          padding-top: 25px;
          width: 40.6271186441%;
          float: left;
          margin-right: 1.6949152542%;
          clear: none; } }
      .news-w .news .news-i .news-i-copy h4 {
        margin-bottom: 15px;
        font-size: 16px;
        font-size: 1.1428571429rem;
        line-height: 18px; }
        @media (min-width: 700px) and (max-width: 950px) {
          .news-w .news .news-i .news-i-copy h4 {
            font-size: 13px;
            font-size: 0.9285714286rem;
            line-height: 16px;
            margin-bottom: 10px; } }
        @media (min-width: 950px) {
          .news-w .news .news-i .news-i-copy h4 {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; } }
      .news-w .news .news-i .news-i-copy p {
        font-size: 12px;
        font-size: 0.8571428571rem;
        line-height: 16px;
        margin-bottom: 0; }
    .news-w .news .news-i .news-i-read {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-top: 15px;
                position: relative;
 }
      @media (min-width: 940px) {
        .news-w .news .news-i .news-i-read {
          width: 23.7288135593%;
          float: right;
          margin-right: 0;
          clear: none;
          height: 150px; } }
      @media (min-width: 700px) and (max-width: 950px) {
        .news-w .news .news-i .news-i-read {
          padding-top: 10px; } }
      @media (min-width: 950px) {
        .news-w .news .news-i .news-i-read {
          width: 21.2542372881%;
          float: right;
          margin-right: 0;
          clear: none; } }
      .news-w .news .news-i .news-i-read span.date {
        color: #FFF;
        background: #ea542d;
        float: left;
        padding: 8px 12px;
        font-size: 12px;
        font-size: 0.8571428571rem;
        line-height: 14px;
        margin-bottom: 15px;
        text-transform: uppercase;
        margin-right: 10px;
        margin-left: 20px; }
        @media (min-width: 940px) {
          .news-w .news .news-i .news-i-read span.date {
            float: right;
            margin-left: 0; } }
        @media (min-width: 700px) and (max-width: 950px) {
          .news-w .news .news-i .news-i-read span.date {
            margin-bottom: 5px; } }
        @media (min-width: 700px) {
          .news-w .news .news-i .news-i-read span.date {
            margin-right: 20px; } }
      .news-w .news .news-i .news-i-read a.btn, .news-w .news .news-i .news-i-read .single-w .single .content-w .controls .sub-controls a, .single-w .single .content-w .controls .sub-controls .news-w .news .news-i .news-i-read a {
        color: #ec9137 !important;
        font-size: 12px;
        font-size: 0.8571428571rem;
        line-height: 14px;
        border: 1px solid #ec9137;
        float: left;
        margin-right: 20px; }
        @media (min-width: 950px) {
          .news-w .news .news-i .news-i-read a.btn, .news-w .news .news-i .news-i-read .single-w .single .content-w .controls .sub-controls a, .single-w .single .content-w .controls .sub-controls .news-w .news .news-i .news-i-read a {
            float: right;
            margin-right: 0px;
                position: absolute;
    bottom: 5px;
    right: 20px; } }

.footer-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #ea542d;
  padding: 40px 20px; }
  .footer-w .footer .col h5 {
    font-size: 16px;
    font-size: 1.1428571429rem;
    line-height: 20px;
    color: #313a42;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #313a42;
    font-weight: 600; }
    @media (min-width: 700px) and (max-width: 950px) {
      .footer-w .footer .col h5 {
        font-size: 14px;
        font-size: 1rem;
        line-height: 18px; } }
  @media (min-width: 700px) and (max-width: 950px) {
    .footer-w .footer .col h4 {
      font-size: 15px;
      font-size: 1.0714285714rem;
      line-height: 18px; } }
  .footer-w .footer .col ul.footer-news {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    .footer-w .footer .col ul.footer-news li {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      border-bottom: 1px dashed #FFF;
      margin-bottom: 20px;
      padding-bottom: 9px; }
      .footer-w .footer .col ul.footer-news li:nth-child(3) {
        border-bottom: 1px solid #313a42; }
      .footer-w .footer .col ul.footer-news li a {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        position: relative; }
        .footer-w .footer .col ul.footer-news li a:after {
          content: '';
          position: absolute;
          top: 50%;
          width: 21px;
          height: 21px;
          float: left;
          right: 0;
          background: url(../images/white-arrow@2x.png) 0 0 no-repeat;
          background-size: 21px; }
        .footer-w .footer .col ul.footer-news li a span {
          font-size: 12px;
          font-size: 0.8571428571rem;
          line-height: 14px;
          background: #313a42;
          color: #FFF;
          position: absolute;
          top: 0;
          right: 0;
          padding: 4px 6px; }
        .footer-w .footer .col ul.footer-news li a h6 {
          color: #313a42;
          font-size: 14px;
          font-size: 1rem;
          line-height: 18px;
          margin-bottom: 5px;
          font-weight: 600;
          padding-right: 100px; }
          @media (min-width: 700px) {
            .footer-w .footer .col ul.footer-news li a h6 {
              height: 34px; } }
          @media (min-width: 700px) and (max-width: 950px) {
            .footer-w .footer .col ul.footer-news li a h6 {
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; } }
        .footer-w .footer .col ul.footer-news li a p {
          color: #FFF;
          font-size: 12px;
          font-size: 0.8571428571rem;
          line-height: 18px;
          width: 75%;
          font-weight: 600; }
  .footer-w .footer .col.latest-news {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px; }
    @media (min-width: 700px) {
      .footer-w .footer .col.latest-news {
        margin-bottom: 0;
        width: 45.3781512605%;
        float: left;
        margin-right: 0.8403361345%;
        clear: none;
        margin-right: 4.2016806723%; } }
  .footer-w .footer .col.quick-links {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px; }
    @media (min-width: 700px) {
      .footer-w .footer .col.quick-links {
        margin-bottom: 0;
        width: 23.7288135593%;
        float: left;
        margin-right: 1.6949152542%;
        clear: none; } }
    .footer-w .footer .col.quick-links .quick-links-i ul {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 56px; }
      .footer-w .footer .col.quick-links .quick-links-i ul li {
        font-size: 12px;
        font-size: 0.8571428571rem;
        line-height: 16px;
        margin-bottom: 10px;
        font-weight: 600; }
        .footer-w .footer .col.quick-links .quick-links-i ul li a {
          color: #FFF; }
  .footer-w .footer .col .social h5 {
    margin-bottom: 15px; }
  .footer-w .footer .col .social ul li {
    float: left;
    color: #f9d6d0;
    margin-right: 10px; }
    .footer-w .footer .col .social ul li a {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      color: #f9d6d0;
      width: 15px;
      height: 20px; }
      .footer-w .footer .col .social ul li a.facebook {
        background: url(../images/facebook-icon-white@2x.png) 0 0 no-repeat;
        background-size: 10px;
        width: 13px;
        height: 22px;
        margin-top: -1px; }
      .footer-w .footer .col .social ul li a.twitter {
        background: url(../images/twitter-icon-white@2x.png) 0 1px no-repeat;
        background-size: 20px;
        width: 20px; }
      .footer-w .footer .col .social ul li a.instagram {
        background: url(../images/instagram-icon-white@2x.png) 0 0 no-repeat;
        background-size: 18px;
        width: 20px; }
  .footer-w .footer .col.survey {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px; }
    .footer-w .footer .col.survey a.line-btn.alt {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      text-align: center;
      border: 2px solid #313a42 !important;
      color: #313a42 !important;
      margin-bottom: 20px; }
    @media (min-width: 700px) {
      .footer-w .footer .col.survey {
        margin-bottom: 0;
        width: 23.7288135593%;
        float: right;
        margin-right: 0;
        clear: none; } }
    .footer-w .footer .col.survey .survey-i {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      border: 2px solid #FFF;
      padding: 25px 15px;
      text-align: center;
      margin-bottom: 30px; }
      @media (min-width: 700px) {
        .footer-w .footer .col.survey .survey-i {
          margin-bottom: 17px; } }
      .footer-w .footer .col.survey .survey-i h4 {
        color: #FFF;
        font-weight: 600;
        position: relative;
        padding-bottom: 0px;
        margin-bottom: 10px;
        font-size: 18px;
        font-size: 1.2857142857rem;
        line-height: 22px; }
        .footer-w .footer .col.survey .survey-i h4:after {
          display: none; }
      .footer-w .footer .col.survey .survey-i p {
        color: #FFF;
        margin-bottom: 25px;
        font-size: 12px;
        font-size: 0.8571428571rem;
        line-height: 14px; }
    .footer-w .footer .col.survey .contact-i h5 {
      margin-bottom: 15px; }
    .footer-w .footer .col.survey .contact-i a {
      background: url(../images/email-icon-white@2x.png) 0 2px no-repeat;
      background-size: 19px;
      padding-left: 26px;
      color: #FFF;
      font-weight: 600;
      font-size: 12px;
      font-size: 0.8571428571rem;
      line-height: 14px; }

.social-lrg {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0px;
  padding-bottom: 10px; }
  .social-lrg.alt-orange {
    font-family: "Kalam", cursive;
    color: #ea542d;
    text-align: center;
    padding: 0 20px;
    padding-bottom: 80px;
    font-size: 20px;
    font-size: 1.4285714286rem;
    line-height: 24px; }
    .social-lrg.alt-orange ul {
      padding-top: 30px; }
      .social-lrg.alt-orange ul li a {
        color: #ea542d;
        font-family: "Montserrat", Helvetica, Arial, sans-serif; }
        .social-lrg.alt-orange ul li a.facebook {
          background: url(../images/facebook-orange@2x.png) center top no-repeat;
          background-size: 54px; }
        .social-lrg.alt-orange ul li a.instagram {
          background: url(../images/instagram-orange@2x.png) center top no-repeat;
          background-size: 54px; }
  .social-lrg ul {
    margin-left: auto;
    margin-right: auto;
    width: 150px; }
    .social-lrg ul li {
      float: left;
      color: #f9d6d0;
      text-align: center;
      font-size: 12px;
      font-size: 0.8571428571rem;
      line-height: 14px; }
      .social-lrg ul li a {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        color: #313a42;
        width: 150px;
        padding-top: 70px; }
        .social-lrg ul li a.facebook {
          background: url(../images/facebook-black@2x.png) center top no-repeat;
          background-size: 54px; }
        .social-lrg ul li a.instagram {
          background: url(../images/instagram-black@2x.png) center top no-repeat;
          background-size: 54px; }

.contact-w {
  background: #ec9137;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 20px; }
  .contact-w .contact .col {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-size: 1.2857142857rem;
    line-height: 22px; }
    .contact-w .contact .col:nth-child(1) .col-i {
      border-left: 0; }
    .contact-w .contact .col .col-i {
      margin-bottom: 40px; }
      @media (min-width: 700px) {
        .contact-w .contact .col .col-i {
          border-left: 1px solid #fff;
          min-height: 140px;
          padding-top: 15px;
          margin-bottom: 0; } }
    .contact-w .contact .col span {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      height: 60px;
      margin-bottom: 10px; }
      .contact-w .contact .col span.post-icon {
        background: url(../images/post-icon@2x.png) center center no-repeat;
        background-size: 34px; }
      .contact-w .contact .col span.phone-icon {
        background: url(../images/phone-icon@2x.png) center center no-repeat;
        background-size: 32px; }
      .contact-w .contact .col span.fax-icon {
        background: url(../images/fax-icon@2x.png) center center no-repeat;
        background-size: 33px; }
      .contact-w .contact .col span.email-icon {
        background: url(../images/email-icon-white@2x.png) center center no-repeat;
        background-size: 34px; }
    .contact-w .contact .col p {
      font-size: 13px;
      font-size: 0.9285714286rem;
      line-height: 16px;
      margin: 0; }
    .contact-w .contact .col a {
      color: #FFF; }
    @media (min-width: 700px) {
      .contact-w .contact .col {
        width: 23.7288135593%;
        float: left;
        margin-right: 1.6949152542%;
        clear: none; }
        .contact-w .contact .col:nth-child(4) {
          width: 23.7288135593%;
          float: right;
          margin-right: 0; } }

.post-footer-w {
  clear: both;
  width: 100%;
  float: left;
	background: #ea542d;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  padding-bottom: 20px; }
  .post-footer-w .post-footer .col {
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 14px;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      .post-footer-w .post-footer .col {
        text-align: left;
        margin-bottom: 0;
        width: 40.6779661017%;
        float: right;
        margin-right: 0;
        clear: none; }
        .post-footer-w .post-footer .col:nth-child(2) {
          width: 40.6779661017%;
          float: left;
          margin-right: 1.6949152542%; } }
    .post-footer-w .post-footer .col ul {
      float: left; }
      @media (min-width: 700px) {
        .post-footer-w .post-footer .col ul {
          float: right; } }
      .post-footer-w .post-footer .col ul li {
        float: left;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #313a42; }
        @media (min-width: 700px) {
          .post-footer-w .post-footer .col ul li {
            padding-left: 10px;
            margin-left: 10px;
            border-left: 1px solid #313a42;
            margin-right: 0;
            padding-right: 0;
            border-right: 0; }
            .post-footer-w .post-footer .col ul li:first-child {
              border-left: 0; } }
        .post-footer-w .post-footer .col ul li:nth-child(2) {
          border-right: 0; }
        .post-footer-w .post-footer .col ul li a {
          color: #313a42; }
          .post-footer-w .post-footer .col ul li a.bacchi-design {
            border-bottom: 1px solid #313a42; }

.contact-form-w {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  .contact-form-w:after {
    content: " ";
    display: block;
    clear: both; }
  .contact-form-w #gform_wrapper_1 .gform_footer {
    text-align: center; }
  .contact-form-w #gform_wrapper_1 input[type='submit'] {
    border: 2px solid #ea542d !important;
    color: #ea542d !important;
    font-weight: 600;
    text-transform: uppercase;
    width: 160px; }
  .contact-form-w #gform_wrapper_1 label {
    display: none; }
  .contact-form-w #gform_wrapper_1 ul li {
    margin-bottom: 15px; }
    .contact-form-w #gform_wrapper_1 ul li input, .contact-form-w #gform_wrapper_1 ul li textarea {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      border: 1px solid #313a42;
      font-size: 12px;
      font-size: 0.8571428571rem;
      line-height: 15px;
      padding: 6px 10px; }
    .contact-form-w #gform_wrapper_1 ul li.input-1-2 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 700px) {
        .contact-form-w #gform_wrapper_1 ul li.input-1-2 {
          width: 49.1525423729%;
          float: left;
          margin-right: 1.6949152542%;
          clear: none; } }
    .contact-form-w #gform_wrapper_1 ul li.input-1-2-last {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 700px) {
        .contact-form-w #gform_wrapper_1 ul li.input-1-2-last {
          width: 49.1525423729%;
          float: right;
          margin-right: 0;
          clear: none; } }

#gform_wrapper_2 input[type='submit'] {
    border: 2px solid #ec9137 !important;
    color: #FFF !important;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    background: #ec9137!important;
}

#gform_wrapper_2 label {
  color: #ea542d;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 16px;
  margin-bottom: 6px;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 30px;
  margin-top: 0; }

#gform_wrapper_2 .gfield_description {
  padding-top: 0;
  font-size: 11px;
  font-size: 0.7857142857rem;
  line-height: 14px; }
  #gform_wrapper_2 .gfield_description span {
    font-weight: 600;
    color: #ec9137; }

#gform_wrapper_2 .gfield_html {
  padding-top: 0px;
  font-size: 11px;
  font-size: 0.7857142857rem;
  line-height: 14px; }
  #gform_wrapper_2 .gfield_html span {
    font-weight: 600;
    color: #ec9137;
    margin-bottom: 10px; }

#gform_wrapper_2 .gform_drop_area {
  padding: 0;
  border: 0; }
  #gform_wrapper_2 .gform_drop_area span {
    display: none; }
  #gform_wrapper_2 .gform_drop_area input {
    border: 0;
    background: #ec9137;
    color: #FFF;
    text-transform: uppercase;
    width: auto;
    margin-top: 10px; }

#gform_wrapper_2 #gform_preview_2_18, #gform_wrapper_2 #gform_preview_2_20 {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  line-height: 15px; }
  #gform_wrapper_2 #gform_preview_2_18 strong, #gform_wrapper_2 #gform_preview_2_20 strong {
    font-weight: 300 !important; }

#gform_wrapper_2 ul {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  #gform_wrapper_2 ul.gfield_radio#input_2_7 li, #gform_wrapper_2 ul.gfield_checkbox#input_2_7 li {
    width: 200px !important; }
  #gform_wrapper_2 ul.gfield_radio#input_2_8 li, #gform_wrapper_2 ul.gfield_radio#input_2_17 li, #gform_wrapper_2 ul.gfield_radio#input_2_21 li, #gform_wrapper_2 ul.gfield_checkbox#input_2_8 li, #gform_wrapper_2 ul.gfield_checkbox#input_2_17 li, #gform_wrapper_2 ul.gfield_checkbox#input_2_21 li {
    width: 80px !important; }
  #gform_wrapper_2 ul.gfield_radio#input_2_10 li, #gform_wrapper_2 ul.gfield_radio#input_2_61 li, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li {
    width: 49.1525423729%;
    float: left;
    margin-bottom: 10px;
    margin-right: 1.6949152542%;
    min-height: 150px;
    border: 2px solid;
    text-align: center; }
    #gform_wrapper_2 ul.gfield_radio#input_2_10 li:nth-child(2), #gform_wrapper_2 ul.gfield_radio#input_2_10 li:nth-child(4), #gform_wrapper_2 ul.gfield_radio#input_2_61 li:nth-child(2), #gform_wrapper_2 ul.gfield_radio#input_2_61 li:nth-child(4), #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li:nth-child(2), #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li:nth-child(4), #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li:nth-child(2), #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li:nth-child(4) {
      width: 49.1525423729%;
      float: right;
      margin-right: 0; }
    @media (min-width: 700px) {
      #gform_wrapper_2 ul.gfield_radio#input_2_10 li, #gform_wrapper_2 ul.gfield_radio#input_2_61 li, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li {
        min-height: auto;
        width: 28.7288135593%;
        float: left;
        margin-right: 1.6949152542%!important; }
        #gform_wrapper_2 ul.gfield_radio#input_2_10 li:nth-child(2), #gform_wrapper_2 ul.gfield_radio#input_2_61 li:nth-child(2), #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li:nth-child(2), #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li:nth-child(2) {
          width: 28.7288135593%!important;
          float: left;
          margin-right: 1.6949152542%; }
        #gform_wrapper_2 ul.gfield_radio#input_2_10 li:nth-child(4), #gform_wrapper_2 ul.gfield_radio#input_2_61 li:nth-child(4), #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li:nth-child(4), #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li:nth-child(4) {
          width: 23.7288135593%;
          float: right;
          margin-right: 0; } }
    #gform_wrapper_2 ul.gfield_radio#input_2_10 li.gchoice_2_10_0, #gform_wrapper_2 ul.gfield_radio#input_2_10 li.gchoice_2_61_0, #gform_wrapper_2 ul.gfield_radio#input_2_61 li.gchoice_2_10_0, #gform_wrapper_2 ul.gfield_radio#input_2_61 li.gchoice_2_61_0, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li.gchoice_2_10_0, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li.gchoice_2_61_0, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li.gchoice_2_10_0, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li.gchoice_2_61_0 {
      border-color: #1896a6;
      background: url(../images/people-icon@2x.png) center 20px no-repeat;
      background-size: 60px; }
      #gform_wrapper_2 ul.gfield_radio#input_2_10 li.gchoice_2_10_0 label, #gform_wrapper_2 ul.gfield_radio#input_2_10 li.gchoice_2_61_0 label, #gform_wrapper_2 ul.gfield_radio#input_2_61 li.gchoice_2_10_0 label, #gform_wrapper_2 ul.gfield_radio#input_2_61 li.gchoice_2_61_0 label, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li.gchoice_2_10_0 label, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li.gchoice_2_61_0 label, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li.gchoice_2_10_0 label, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li.gchoice_2_61_0 label {
        color: #1896a6; }
    #gform_wrapper_2 ul.gfield_radio#input_2_10 li.gchoice_2_10_1, #gform_wrapper_2 ul.gfield_radio#input_2_10 li.gchoice_2_61_1, #gform_wrapper_2 ul.gfield_radio#input_2_61 li.gchoice_2_10_1, #gform_wrapper_2 ul.gfield_radio#input_2_61 li.gchoice_2_61_1, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li.gchoice_2_10_1, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li.gchoice_2_61_1, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li.gchoice_2_10_1, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li.gchoice_2_61_1 {
      border-color: #ea542d;
      background: url(../images/place-icon@2x.png) center 20px no-repeat;
      background-size: 60px; }
      #gform_wrapper_2 ul.gfield_radio#input_2_10 li.gchoice_2_10_1 label, #gform_wrapper_2 ul.gfield_radio#input_2_10 li.gchoice_2_61_1 label, #gform_wrapper_2 ul.gfield_radio#input_2_61 li.gchoice_2_10_1 label, #gform_wrapper_2 ul.gfield_radio#input_2_61 li.gchoice_2_61_1 label, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li.gchoice_2_10_1 label, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li.gchoice_2_61_1 label, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li.gchoice_2_10_1 label, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li.gchoice_2_61_1 label {
        color: #ea542d; }
    #gform_wrapper_2 ul.gfield_radio#input_2_10 li.gchoice_2_10_2, #gform_wrapper_2 ul.gfield_radio#input_2_10 li.gchoice_2_61_2, #gform_wrapper_2 ul.gfield_radio#input_2_61 li.gchoice_2_10_2, #gform_wrapper_2 ul.gfield_radio#input_2_61 li.gchoice_2_61_2, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li.gchoice_2_10_2, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li.gchoice_2_61_2, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li.gchoice_2_10_2, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li.gchoice_2_61_2 {
      border-color: #54a272;
      background: url(../images/greenspace-icon@2x.png) center 20px no-repeat;
      background-size: 42px; }
      #gform_wrapper_2 ul.gfield_radio#input_2_10 li.gchoice_2_10_2 label, #gform_wrapper_2 ul.gfield_radio#input_2_10 li.gchoice_2_61_2 label, #gform_wrapper_2 ul.gfield_radio#input_2_61 li.gchoice_2_10_2 label, #gform_wrapper_2 ul.gfield_radio#input_2_61 li.gchoice_2_61_2 label, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li.gchoice_2_10_2 label, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li.gchoice_2_61_2 label, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li.gchoice_2_10_2 label, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li.gchoice_2_61_2 label {
        color: #54a272; }
    #gform_wrapper_2 ul.gfield_radio#input_2_10 li.gchoice_2_10_3, #gform_wrapper_2 ul.gfield_radio#input_2_10 li.gchoice_2_61_4, #gform_wrapper_2 ul.gfield_radio#input_2_61 li.gchoice_2_10_3, #gform_wrapper_2 ul.gfield_radio#input_2_61 li.gchoice_2_61_4, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li.gchoice_2_10_3, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li.gchoice_2_61_4, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li.gchoice_2_10_3, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li.gchoice_2_61_4 {
      border-color: #ec9137;
      background: url(../images/award-icon@2x.png) center 20px no-repeat;
      background-size: 60px; }
      #gform_wrapper_2 ul.gfield_radio#input_2_10 li.gchoice_2_10_3 label, #gform_wrapper_2 ul.gfield_radio#input_2_10 li.gchoice_2_61_4 label, #gform_wrapper_2 ul.gfield_radio#input_2_61 li.gchoice_2_10_3 label, #gform_wrapper_2 ul.gfield_radio#input_2_61 li.gchoice_2_61_4 label, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li.gchoice_2_10_3 label, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li.gchoice_2_61_4 label, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li.gchoice_2_10_3 label, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li.gchoice_2_61_4 label {
        color: #ec9137; }
    #gform_wrapper_2 ul.gfield_radio#input_2_10 li .iradio_square, #gform_wrapper_2 ul.gfield_radio#input_2_10 li .icheckbox_square, #gform_wrapper_2 ul.gfield_radio#input_2_61 li .iradio_square, #gform_wrapper_2 ul.gfield_radio#input_2_61 li .icheckbox_square, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li .iradio_square, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li .icheckbox_square, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li .iradio_square, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li .icheckbox_square {
      margin-top: 5px;
      margin-left: 5px; }
    #gform_wrapper_2 ul.gfield_radio#input_2_10 li label, #gform_wrapper_2 ul.gfield_radio#input_2_61 li label, #gform_wrapper_2 ul.gfield_checkbox#input_2_10 li label, #gform_wrapper_2 ul.gfield_checkbox#input_2_61 li label {
      padding: 0 20px;
      padding-top: 80px;
      padding-bottom: 10px;
      font-size: 14px;
      margin-left: -10%;
      font-size: 0.9285714286rem;
      line-height: 16px; }
  #gform_wrapper_2 ul.gfield_radio li, #gform_wrapper_2 ul.gfield_checkbox li {
    float: left;
    width: auto;
    clear: none; }
    #gform_wrapper_2 ul.gfield_radio li label, #gform_wrapper_2 ul.gfield_checkbox li label {
      clear: none;
      float: none;
      text-transform: none;
      color: #313a42; }
  #gform_wrapper_2 ul li {
    margin-bottom: 15px;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px; }
    #gform_wrapper_2 ul li input, #gform_wrapper_2 ul li textarea {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      border: 1px solid #313a42;
      font-size: 12px;
      font-size: 0.8571428571rem;
      line-height: 15px;
      padding: 6px 10px; }
      #gform_wrapper_2 ul li input#input_2_12, #gform_wrapper_2 ul li input#input_2_15, #gform_wrapper_2 ul li input#input_2_16, #gform_wrapper_2 ul li textarea#input_2_12, #gform_wrapper_2 ul li textarea#input_2_15, #gform_wrapper_2 ul li textarea#input_2_16 {
        height: 200px; }
    #gform_wrapper_2 ul li#field_2_20 {
      margin-bottom: 30px; }
    #gform_wrapper_2 ul li.input-1-2 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 700px) {
        #gform_wrapper_2 ul li.input-1-2 {
          width: 49.1525423729%;
          float: left;
          margin-right: 1.6949152542%;
          clear: none; } }
    #gform_wrapper_2 ul li.input-1-2-last {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 700px) {
        #gform_wrapper_2 ul li.input-1-2-last {
          width: 49.1525423729%;
          float: right;
          margin-right: 0;
          clear: none; } }

.icheckbox_square, .iradio_square {
  background: #fff;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #313a42;
  margin-top: 1px;
  margin-right: 8px;
  float: left; }
  .icheckbox_square.hover, .icheckbox_square.checked, .iradio_square.hover, .iradio_square.checked {
    background: #313a42;
    box-shadow: 0 0 0 1px #fff inset; }

.acknowledgement-w {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 20px;
  background: #FFF; }
  .acknowledgement-w .acknowledgement .flags {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 950px) {
      .acknowledgement-w .acknowledgement .flags {
        width: 15.9663865546%;
        float: left;
        margin-right: 0.8403361345%;
        clear: none; } }
    .acknowledgement-w .acknowledgement .flags ul {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 20px; }
      @media (min-width: 950px) {
        .acknowledgement-w .acknowledgement .flags ul {
          margin-bottom: 0; } }
      .acknowledgement-w .acknowledgement .flags ul li {
        float: left;
        margin-right: 15px; }
        .acknowledgement-w .acknowledgement .flags ul li img {
          width: 100%; }
        .acknowledgement-w .acknowledgement .flags ul li:nth-child(2) {
          margin-right: 0; }
  .acknowledgement-w .acknowledgement .acknowledgement-i {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 16px; }
    @media (min-width: 950px) {
      .acknowledgement-w .acknowledgement .acknowledgement-i {
        width: 83.1932773109%;
        float: right;
        margin-right: 0;
        clear: none;
        padding: 6px 0; } }
 li#menu-item-94 {
        visibility: hidden;
    }       
@media (min-width: 960px) {
    li#menu-item-94 {
       visibility: visible;
    }
}

.title-w .title.home-title, .awards-w .awards {
	max-width: 700px;
}

.fb-title {
	background: url(../images/facebook-title@2x.png) #1896a6 18px center no-repeat;
	background-size: 13px;
	padding: 10px 20px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding-left: 50px;
	font-weight: bold;
	
}
.awards-content-w .content.confirmation-page .gform_wrapper .gsection {
	border-bottom: 0px none!important;
		border-top: 1px solid #313a42;
	padding-top: 25px;
	padding-bottom: 0;
	margin-bottom: 0!important;
}
.awards-content-w .content.confirmation-page .gform_wrapper h2.gsection_title  {
	font-size: 14px;
	color: #ec9137;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;

}

.gform_previous_button.button {
    background: #1896a6;
    color: #FFF;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    border: 1px solid #1896a6;
}

.gform_next_button.button {
	 background: #1896a6;
    color: #FFF;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #1896a6;
    float: right;
    margin-right: 0;
}

#gform_wrapper_2 .gform_page_footer {
		border-top: 1px solid #313a42!important;
		padding-top: 20px;
		margin-top: 30px;
		float: left;
		width: 100%;
		margin-bottom: 20px;
}

a#gform_save_2_link {
	padding: 10px 15px;
	background: #ea542d;
	margin-left: 0;
	color: #FFF;
			border-top: 2px solid #ea542d;

	    text-transform: uppercase;
	    text-decoration: none;
	float: left;
	width: 100%;
	}

 @media (min-width: 700px) {
	 
	 
	 a#gform_save_2_link {
	
	width: auto;
	}
	 }

.gf_progressbar_wrapper {
	display: none;
}

.gfield_description.validation_message {
    padding-top: 10px;
    width: 100%;
    margin-top: 10px;
    float: left;
    text-transform: uppercase;
    margin: 0;
    }
.gfield_error {
	background: #FFF!important;
	border: 0!important;
}    
.gfield_error textarea {
	border: 1px solid red!important;
}    

#gform_wrapper_2 div.validation_error {
	text-align: left;
	color: #ec9137!important;
	border: 0!important;
	color: red!important;
	text-transform: uppercase;
	margin: 0;
}

#extensions_message {
	visibility: hidden;
}

.ginput_container_radio label {
	width: auto!important;
	text-transform: uppercase;
}
#gform_wrapper_2 ul.gfield_checkbox#input_2_58 li
{
	width: 100%;
	margin: 0;
	clear: both;
}
#gform_wrapper_2 ul.gfield_radio {
	margin:0px!important;
}
#gform_wrapper_2 ul.gfield_radio li {
	margin: 0px!important;
}

 #gform_wrapper_2 input[type="file"] {
    border: 0;
    background: #ec9137;
    color: #FFF;
    text-transform: uppercase;
    width: auto; 
  }
  span.gfield_required {
	  visibility: hidden;
  }
  
  .gform_wrapper .form_saved_message {
	  float: left;
	  padding: 0px;
	  text-align: left!important;
	  background: #FFF!important;;
	  border: 0!important;
  }
  
  .gform_wrapper .form_saved_message span:first-child {
	  padding: 0!important;
  }
  
   #gform_wrapper_2 .gfield_description.validation_message {
	  
	      color: red!important;
    text-transform: uppercase!important;
    padding-top: 10px;
    font-weight: 600!important;
    padding: 7px;
    margin-top: 5px;
    border: 1px solid red;
  }
  
  .awards-content-w .content.confirmation-page a.btn {
	  display: none;
  }
  
  .award-prev a {
	  border: 1px solid #ec9137 !important;
	  color: #ec9137 !important;
	  padding: 7px 15px;
	  float: left;
  }
  .award-prev {
	  float: left;
	  width: auto;
  }
   .award-next {
	  float: right;
	  width: auto;
  }
  
   .award-next a {
	  border: 1px solid #ea542d !important;
	  color: #ea542d !important;
	  padding: 7px 15px;
	  float: right;
  }
  .single-w .single .content-w.content-greenspace .headline h1 {
	  color: #54a272!important;
	  width: 100%;
  }
  .single-w .single .content-w.content-greenspace .sub-headline-award-winner {
	  background:  #54a272!important;
	  color: #FFF!important;
	  	  padding: 7px 15px;

	  width: 100%;
	  float: left;
	  margin-bottom: 20px;
  }


  .single-w .single .content-w.content-place .headline h1 {
	  color: #ea542d!important;
	  width: 100%;
  }
  .single-w .single .content-w.content-place .sub-headline-award-winner {
	  background:  #ea542d!important;
	  color: #FFF!important;
	  	  padding: 7px 15px;

	  width: 100%;
	  float: left;
	  margin-bottom: 20px;
  }
  
    .single-w .single .content-w.content-people .headline h1 {
	  color: #1896a6!important;
	   width: 100%;
  }
  .single-w .single .content-w.content-people .sub-headline-award-winner {
	  background:  #1896a6!important;
	  color: #FFF!important;
	  	  padding: 7px 15px;

	  width: 100%;
	  float: left;
	  margin-bottom: 20px;
  }

    .single-w .single .content-w.content-outstanding .headline h1 {
	  color: #313a42!important;
	   width: 100%;
  }
  .single-w .single .content-w.content-outstanding .sub-headline-award-winner {
	  background:  #313a42!important;
	  color: #FFF!important;
	  	  padding: 7px 15px;

	  width: 100%;
	  float: left;
	  margin-bottom: 20px;
  }
  
      .single-w .single .content-w.content-happiness .headline h1 {
	  color:  #ec9137!important;
	   width: 100%;
  }
  .single-w .single .content-w.content-happiness .sub-headline-award-winner {
	  background:   #ec9137!important;
	  color: #FFF!important;
	  	  padding: 7px 15px;

	  width: 100%;
	  float: left;
	  margin-bottom: 20px;
  }
  
.past-winners{clear:both;width:100%;float:left;margin-left:0;margin-right:0; margin-bottom: 20px;}@media (min-width: 700px){.past-winners{clear:none;width:49.15254%;float:left;margin-right:1.69492%}.past-winners:nth-child(even){clear:none;width:49.15254%;float:right;margin-right:0}}  

.past-winners.winner-happiness .past-winners-type {
	 background:   #ec9137!important;
}

.past-winners .past-winners-type span {
	 position: relative;
	 padding-left: 50px;
	 
	 
}


.past-winners.winner-happiness .past-winners-type span:before {
	content: '';
	background: url(../images/happy-white-icon@2x.png) center center  no-repeat;
	background-size: 40px;
	width: 40px;
	height: 40px;
	float: left;
	position: absolute;
	left: 0;
	top: -4px;
	
}

.past-winners.winner-people .past-winners-type {
	 background:  #1896a6!important;
}

.past-winners.winner-people .past-winners-type span:before {
	content: '';
	background: url(../images/people-white-icon@2x.png) center center  no-repeat;
	background-size: 46px;
	width: 46px;
	height: 40px;
	float: left;
	position: absolute;
	left: 0;
	top: -9px;
	
}

.past-winners.winner-outstanding .past-winners-type {
	 background:  #313a42!important;
}

.past-winners.winner-outstanding .past-winners-type span:before {
	content: '';
	background: url(../images/people-white-icon@2x.png) center center  no-repeat;
	background-size: 46px;
	width: 46px;
	height: 40px;
	float: left;
	position: absolute;
	left: 0;
	top: -9px;
	
}

.past-winners.winner-place .past-winners-type {
	background:  #ea542d!important;
}

.past-winners.winner-place .past-winners-type span:before {
	content: '';
	background: url(../images/place-white-icon@2x.png) center center  no-repeat;
	background-size: 36px;
	width: 36px;
	height: 40px;
	float: left;
	position: absolute;
	left: 0;
	top: -8px;
	
}
.past-winners.winner-greenspace .past-winners-type {
	background:  #54a272!important;
}

.past-winners.winner-greenspace .past-winners-type span:before {
	content: '';
	background: url(../images/greenspace-white-icon@2x.png) center center no-repeat;
	background-size: 33px;
	width: 36px;
	height: 40px;
	float: left;
	position: absolute;
	left: 0;
	top: -9px;
	
}

.past-winners-type {
	padding: 20px;
	width: 100%;
	float: left;
	color: #FFF;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

.past-winners-img img {
	width: 100%;
	min-width: 100%;
}
.past-winners-copy {
	border: 1px solid #eaebec;
	padding: 20px 30px;
	text-align: center;
	float: left;
	width: 100%;
}
.past-winners-copy h5 {
	margin-bottom: 20px;
}
.past-winners-copy .truncate-news {
	height: 50px;
}
.past-winners-copy p {
	font-size: 12px;
	line-height: 15px;
	}
.past-winners-read {
	    float: left;
    margin-top: 20px;
    width: 100%;
}
.past-winners-read a {
	color: #ec9137!important;
	border: 1px solid #ec9137;
}
.page-template-page-past-winners .news-w {
	margin: 0!important;
} 

.page-template-page-past-winners .body-w {
	padding-bottom: 0!important;
} 

@media (max-width: 500px){
	.past-winners .past-winners-type span {
	 padding: 0px;
	 
	 
}
.past-winners .past-winners-type span:before {
	position: relative!important;
	height: 60px;
	float: left;
	width: 100%!important;
	
}
}
.embed-container-w {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#gform_wrapper_2 ul.gfield_radio#input_2_61 li label#label_2_61_1 {
	padding-left: 30px;
	padding-right: 30px;
}
.abn-check, .abn-check-2 {
	color: red;
	display: none;
}

span#extensions_message_2_18 {
    float: left;
    width: 100%;
    padding-top: 10px;
    font-size: 11px;
}



a.download-guidelines {
	color: #FFF;
	background: #2396a5;
	float: right;
	display: none;
	font-size: 13px;
	padding: 10px 15px;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
	
	}
a.become-sponsor {
	color: #FFF;
	background: #ea9042;
	float: right;
	font-size: 13px;
	display: none;
	padding: 10px 15px;
	margin-left: 10px;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.header-w .header .navigation-w .navigation ul {
	margin-top: 0;
}

@media (min-width: 700px) {
	a.download-guidelines,
a.become-sponsor {
	display: block;
}
	}

@media (min-width: 950px) {

.header-w .header .logo {
	margin-top: 10px;
}
}

.criteria-w .awards-content-w .content {
	width: 100%;
}
.criteria-w .awards-content-w .content .category {
	border-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.criteria-w .awards-content-w .content .category h1 {
      font-size: 12px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 70px;
    padding-right: 200px;
    margin-bottom: 20px;
 }
 
 .awards-content-w .sidebar .awards-list.alt p {
	 font-size: 12px;
	 line-height: 16px;
	 color: #ea542d;
	 
 }
  .awards-content-w .sidebar .awards-list.alt a.btn {
	  background: #ea542d!important;
	  color: #FFF!important;
  }
  
.category .col {
	width: 49%;
	float: left;
	padding-right: 10%;
}

.criteria-w h4 {
	font-size: 17px;
	padding-right: 40px;
	font-family: "Kalam"; 

}

@media (max-width: 700px) {
	
	.category .col {
	width: 100%;
	float: left;
	padding-right: 0;
}

.criteria-w .awards-content-w .content .category h1 {
     
    padding-right: 0px;
 }

}

.awards-content-w .content .criteria-w .criteria ul li {
	padding-left: 15px!important;
	
}
.awards-content-w .content .criteria-w .criteria h2 {
	font-size: 20px!important;
}

.intro-sponsor h1 {
	font-family: "Kalam"; color: #1896a6; font-size: 24px;
	margin-bottom: 0;
}

.intro-sponsor p {
	color: #1896a6; font-size: 12px;
	line-height: 15px;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 40px; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

li#field_2_70 {
    display: none;
}
.page-id-1597 li#field_2_70 {
    display: block;
}

li#field_2_32 label.gfield_label:before {
    content: '1. ';
}

li#field_2_33 label.gfield_label:before {
    content: '2. ';
}

li#field_2_34 label.gfield_label:before {
    content: '3. ';
}

li#field_2_61 label.gfield_label:before {
    content: '4. ';
}

li#field_2_1 label.gfield_label:before {
    content: '5. ';
}



li#field_2_2 label.gfield_label:before {
    content: '6. ';
}



li#field_2_4 label.gfield_label:before {
    content: '7. ';
}



li#field_2_5 label.gfield_label:before {
    content: '8. ';
}



li#field_2_3 label.gfield_label:before {
    content: '9. ';
}

li#field_2_68 label.gfield_label:before {
    content: '10. ';
}

li#field_2_70 label.gfield_label:before {
    content: '10b. ';
}


li#field_2_18 label.gfield_label:before {
    content: '11. ';
}


li#field_2_58 label.gfield_label:before {
    content: '12. ';
}

li#field_2_17 label.gfield_label:before {
    content: '12b. ';
}



li#field_2_11 label.gfield_label:before {
    content: '13. ';
}


li#field_2_44 label.gfield_label:before {
    content: '14. ';
}



li#field_2_47 label.gfield_label:before {
    content: '15. ';
}

li#field_2_69 label.gfield_label:before {
    content: '16. ';
}

li#field_2_48 label.gfield_label:before {
    content: '17. ';
}

li#field_2_50 label.gfield_label:before {
    content: '18. ';
}

li#field_2_52 label.gfield_label:before {
    content: '19. ';
}

li#field_2_56 label.gfield_label:before {
    content: '20. ';
}

li#menu-item-1107 {
    /*display: none;*/
}
.awards-list a.btn {
	/*display: none;*/
}



