@charset "UTF-8";
@font-face {
  font-family: "Clarity City";
  font-weight: 700;
  font-style: normal;
  src: local("Clarity City"), url("../fonts/ClarityCity-Bold.woff2") format("woff2"), url("../fonts/ClarityCity-Bold.woff") format("woff");
}
@font-face {
  font-family: "Clarity City";
  font-weight: 400;
  font-style: normal;
  src: local("Clarity City"), url("../fonts/ClarityCity-Regular.woff2") format("woff2"), url("../fonts/ClarityCity-Regular.woff") format("woff");
}
/*
Colours

green					#2B7C42
orange					#f6921e
turquoise				#47c4bf
terracotta				#cd6047
text grey				#333333

nav right border		#2B7C42
nav left border			#599F46

button light			#FFCC00
button dark				#F6921E
button border			#F2861D

*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  margin: 0;
  padding: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.pad td {
  padding: 10px;
}
pre, code {
  white-space: normal;
  background-color: #ededed;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  display: block;
  width: 100%;
  font: 12px/24px Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  margin: 5px 0;
  padding: 5px;
}
p code {
  display: inline;
}
body {
  background: #fff;
  font-family: "Clarity City", "century gothic", tahoma, arial, sans-serif;
  font-size: 14px;
  line-height: 146%;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (min-width: 600px) {
  body {
    font-size: 16px;
  }
}
/* #Base 960 Grid  */
.container {
  background: #fff;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1%;
}
.container .column, .container .columns {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline;
  float: left;
  margin: 0 1%;
}
/* Nested Column Classes */
.column.alpha, .columns.alpha {
  margin-left: 0;
}
.column.omega, .columns.omega {
  margin-right: 0;
}
/* Base Grid */
.container .one.column, .container .one.columns {
  width: 6.333%;
}
.container .two.columns {
  width: 14.666%;
}
.container .three.columns {
  width: 23%;
}
.container .four.columns {
  width: 31.333%;
}
.container .five.columns {
  width: 39.666%;
}
.container .six.columns {
  width: 48%;
}
.container .seven.columns {
  width: 56.333%;
}
.container .eight.columns {
  width: 64.666%;
}
.container .nine.columns {
  width: 73%;
}
.container .ten.columns {
  width: 81.333%;
}
.container .eleven.columns {
  width: 89.666%;
}
.container .twelve.columns {
  width: 98%;
}
.container .one-quarter.column {
  width: 23%;
}
.container .one-half.column {
  width: 48%;
}
.container .three-quarter.column {
  width: 73%;
}
.container .one-third.column {
  width: 31.333%;
}
.container .two-thirds.column {
  width: 64.666%;
}
.row {
  margin: 0 -1% 0 -1%;
}
/* Nested Column Classes */
.column.alpha, .columns.alpha {
  margin-left: 0;
}
.column.omega, .columns.omega {
  margin-right: 0;
}
/*  #Mobile */
@media only screen and (max-width: 800px) {
  /* Offsets */
  .container {
    margin: 0 2%;
    padding: 0;
    width: 96%;
  }
  .container .container {
    margin: 0;
    width: 100%;
  }
  .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .one-quarter.column, .container .one-half.column, .container .three-quarter.column, .container .one-third.column, .container .two-thirds.column {
    margin: 0;
    width: 100%;
  }
  .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven {
    padding-left: 0;
  }
  .row {
    margin: 0 0 2% 0;
  }
}
/* #Clearing */
/* Self Clearing Goodness */
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns, 
or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after, .clearfix:after {
  clear: both;
}
.row, .clearfix {
  zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
}
.clearance {
  clear: both;
}
.sent .wpcf7-response-output, .positive, .wpcf7-mail-sent-ok {
  background-color: #006600;
  background-image: url(../images/icon-pos.svg);
  background-position: 6px 8px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 5px 10px 5px 28px;
}
.neutral {
  background: #e9f2f9 url(../images/icon-neutral.png) no-repeat 6px 8px;
  border: 1px solid #b9d4e7;
  margin: 10px 0;
  padding: 5px 10px 5px 32px !important;
}
.warning {
  background: #fff8db url(../images/icon-warning.png) no-repeat 6px 8px;
  border: 1px solid #eeda88;
  margin: 10px 0;
  padding: 5px 10px 5px 32px !important;
}
.invalid .wpcf7-response-output, .negative, div.wpcf7-validation-errors, div span.wpcf7-not-valid-tip {
  background-color: #c00;
  background-image: url(../images/icon-neg.svg);
  background-position: 6px 8px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 5px 10px 5px 28px;
}
.wpcf7-list-item {
  display: block;
}
.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
/* hide original loader */
.wpcf7-spinner {
  display: none;
}
.submitting .wpcf7-spinner {
  display: inline-block;
}
/* style for custom loader - '1s' for speeding up animation */
.wpcf7-spinner {
  background-image: url(../images/icon-refresh4.svg);
  background-position: center center;
  background-size: cover;
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  height: 36px;
  margin-left: 10px;
  transform-origin: center center;
  vertical-align: middle;
  width: 36px;
}
.wpcf7-spinner:before {
  display: inline-block;
  height: 36px;
  transform-origin: center center;
  width: 36px;
}
html {
  margin-top: 0 !important;
}
html #wpadminbar {
  display: none;
}
h1, h2, h3, h4, h5 {
  font-family: "Clarity City", "century gothic", tahoma, arial, sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  text-decoration: none;
}
h2.entry-title a {
  font-weight: bold;
}
h1 {
  font-size: 34px;
  margin-bottom: 20px;
}
h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.blog h3, .single h3, .archive h3, .category h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
h4 {
  font-size: 20px;
  margin-bottom: 8px;
}
h5 {
  margin-bottom: 8px;
}
h6 {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 8px;
  color: inherit;
  font-weight: bold;
  text-transform: uppercase;
}
.subheader {
  color: #777;
}
.normal {
  font-weight: normal;
}
.bolder {
  font-weight: bolder;
}
p {
  margin: 0 0 20px 0;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
  color: #333;
}
small {
  font-size: 80%;
}
blockquote, blockquote p {
  color: #777;
  font-style: italic;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a, blockquote cite a:visited {
  color: #555;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}
a, a:visited {
  color: #2B7C42;
  font-weight: bold;
  text-decoration: none;
  outline: 0;
}
a:hover, a:focus {
  color: #599F46;
  text-decoration: underline;
}
p a, p a:visited {
  line-height: inherit;
}
ul, ol {
  margin-bottom: 20px;
}
ul {
  list-style: disc outside;
}
ol {
  list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul, ul ol, ol ol, ol ul {
  margin: 4px 0 5px 30px;
}
ul ul li, ul ol li, ol ol li, ol ul li {
  margin-bottom: 6px;
}
li {
  line-height: 146%;
  margin-left: 20px;
}
ul.large li {
  line-height: 21px;
}
li p {
  line-height: 21px;
}
.alignright {
  float: right;
  margin: 0px 0px 10px 15px;
}
.alignleft {
  float: left;
  margin: 0px 15px 10px 0px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
/* #Buttons */
a::-moz-focus-inner, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button, .button:visited, .btn, .btn:visited, input[type="submit"], input[type="reset"], input[type="button"] {
  background-color: #f6921e;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  overflow: visible;
  padding: 10px 15px;
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-appearance: none;
}
.button:hover, .btn:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background-color: #f8aa4f;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s linear;
}
.button:active, .button:focus, .btn:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
  color: #fff;
}
input[type="submit"]:disabled {
  background: #999;
  cursor: not-allowed;
}
@media only screen and (min-width: 600px) {
  .button, .button:visited, .btn, .btn:visited, button, input[type="submit"], input[type="reset"], input[type="button"] {
    font-size: 16px;
  }
}
.wp-caption {
  margin: 10px auto;
}
.wp-caption {
  border: 1px solid #fff;
  background-color: #f6f6f6;
  box-sizing: border-box;
  box-shadow: 1px 1px 6px #ddd;
  color: #666;
  margin-bottom: 30px;
  max-width: 100%;
  padding: 5px;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 0px #fff;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 5px 0 0px 0;
  margin: 0;
}
.wp-caption.alignleft {
  margin: 0px 10px 0px 0px;
}
.wp-caption.alignright {
  margin: 0px 0px 0px 10px;
}
table {
  margin: 0.5em 0 1em;
}
table th {
  text-align: left;
  border: 1px solid #d1d1d1;
  padding: 0.4em 0.8em;
  background: #ddd;
  font-weight: bold;
}
table td {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  padding: 10px;
}
.widget-container ul {
  list-style: disc outside;
}
.widget-container ul ul {
  list-style: square;
  margin-left: 1.3em;
}
.widget-container select {
  max-width: 100%;
}
.widget_search #s {
  width: 60%;
}
.widget_search label {
  display: none;
}
.widget-container {
  margin: 0 0 28px 0;
  padding-top: 1px;
}
.widget-container ul {
  margin-left: 0;
}
.widget-title {
  font-weight: bold;
  font-size: 17px;
}
input#searchsubmit {
  margin-bottom: 0;
}
.widget-container a:link, .widget-container a:visited {
  font-weight: normal;
  text-decoration: none;
}
.widget-container a:active, .widget-container a:hover {
  text-decoration: underline;
}
.widget-container .entry-meta {
  font-size: 11px;
}
#wp_tag_cloud div {
  line-height: 1.6em;
}
#wp-calendar {
  font-family: arial, helvetica, sans-serif;
  width: 100%;
  font-size: 0.85em;
}
#wp-calendar td {
  padding: 4px 0;
  text-align: center;
  border: 1px solid #d2d2d2;
  background-color: #ededed;
  text-shadow: #fff 1px 1px 0;
  color: #7c7c7c;
}
#wp-calendar td.pad {
  background-color: #e5e5e5;
}
#wp-calendar td#today {
  color: #fff;
  background-color: #6e6e6e;
  text-shadow: 1px 1px 0px #333;
}
#wp-calendar caption {
  font-weight: bold;
}
#wp-calendar th {
  font-style: normal;
  background: #ddd url(../images/gradient_small_trans.png) repeat-x 0 top;
  border: 1px solid #ccc;
  padding: 5px;
  color: #666;
  text-shadow: #ebebeb 0 1px 0;
}
.widget_rss a.rsswidget {
  color: #000;
}
.widget_rss a.rsswidget:hover {
  color: #ff4b33;
}
.widget_rss .widget-title img {
  width: 11px;
  height: 11px;
}
.widget-container ul ul {
  border: none;
  margin-left: 1.3em;
  padding: 0;
}
li.page_item, li.menu-item {
  padding: 0;
  margin: 0;
  list-style: none;
}
li.page_item a, li.menu-item a {
  display: block;
  padding: 8px 0px 8px 24px;
  line-height: 120%;
  font-weight: bold;
  background: url(../images/light/arrow_bullet.png) no-repeat 10px;
}
li.page_item a:hover, li.menu-item a:hover {
  /*background: url(images/light/arrow_bullet.png) no-repeat 10px;*/
}
li.page_item li a, li.menu-item li a {
  display: inline;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  color: #666;
  line-height: 175%;
  font-weight: normal;
}
li.page_item li a:hover, li.menu-item li a:hover {
  background: none;
}
li.page_item a:hover, li.menu-item a:hover {
  text-decoration: none;
  color: #333;
}
.entry-meta {
  font-size: 11px;
  color: #666;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cat-links, .comments-link, .meta-sep, .entry-utility {
  font-size: 11px;
  color: #666;
}
.post {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.post.single {
  border-bottom: none;
}
a.more-link {
  display: block;
  float: right;
  font-weight: bold;
}
.st_relatedposts h4 {
  border-bottom: 1px solid #ebebeb;
}
.st_relatedposts ul {
  color: #666;
  list-style: square;
  margin-left: 20px;
}
p.buttons .button {
  font-weight: bold;
  margin-right: 7px;
}
/*
  Added via JS to <textarea> and class="input_full".
  Applies only to IE7. Other browsers don't need it.
*/
.input_full_wrap {
  display: block;
  padding-right: 8px;
}
/* `UI Consistency*/
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
input, button, select, textarea {
  vertical-align: middle;
}
input[type="radio"], input[type="checkbox"] {
  position: relative;
  vertical-align: top;
  top: 3px;
  /* IE8, IE9, IE10 */
  top: 0 \0 ;
  /* IE7 */
  *top: -3px;
}
/* iPad */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
  input[type="radio"], input[type="checkbox"] {
    vertical-align: baseline;
    top: 2px;
  }
}
/* iPhone 3 */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
  input[type="radio"], input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}
/* iPhone 4 */
@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
  input[type="radio"], input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}
a.button, div a.button, div button, button.button, button.button-alt, a.button-alt, input[type="submit"], input[type="reset"], input[type="button"] {
  -webkit-appearance: none;
  background: #ffcc00 url(../images/bg-button-orange.png) top left repeat-x;
  border: 1px solid #F2861D;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Clarity City", "century gothic", tahoma, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  outline: 0;
  overflow: visible;
  padding: 10px;
  text-decoration: none;
  text-shadow: -1px -1px 2px #EB8E1C;
  vertical-align: top;
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
a.button:hover, button:hover, a.button-alt:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: #f6921e;
  border: 1px solid #F2861D;
}
a.button:active, button:active, a.button-alt:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  box-shadow: inset 0 0 5px #854A10;
}
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="input"], input[type="time"], input[type="url"], input[type="week"] {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #848484;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-family: "Clarity City", "century gothic", tahoma, arial, sans-serif;
  font-size: 14px;
  outline: 0;
  padding: 10px;
  font-size: 14px;
  height: 2.3em;
  width: 100%;
  -webkit-appearance: none;
}
@media only screen and (min-width: 800px) {
  a.button, div a.button, div button, button.button, button.button-alt, a.button-alt, input[type="submit"], input[type="reset"], input[type="button"] {
    font-size: 16px;
  }
  textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="input"], input[type="time"], input[type="url"], input[type="week"] {
    font-size: 16px;
  }
}
/*
  Separate rule for Firefox.
  Separate rule for IE, too.
  Cannot stack with WebKit's.
*/
::-webkit-input-placeholder {
  color: #888;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #888;
}
input.placeholder_text, textarea.placeholder_text {
  color: #888;
}
:invalid {
  /*
    Suppress red glow that Firefox
    adds to form fields by default,
    even when user is still typing.
  */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button:focus, button:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
  -moz-box-shadow: #06f 0 0 7px;
  -webkit-box-shadow: #06f 0 0 7px;
  box-shadow: #06f 0 0 7px;
  /* for Opera */
  z-index: 1;
}
input[type="file"]:focus, input[type="file"]:active, input[type="radio"]:focus, input[type="radio"]:active, input[type="checkbox"]:focus, input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select[disabled], textarea[disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="email"][disabled], input[type="month"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="time"][disabled], input[type="url"][disabled], input[type="week"][disabled] {
  background-color: #eee;
}
button[disabled], input[disabled], select[disabled], select[disabled] option, select[disabled] optgroup, textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}
textarea, select[size], select[multiple] {
  height: auto;
}
/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url(../images/select_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }
  select[size], select[multiple] {
    background-image: none;
    padding: 0;
  }
  ::-webkit-validation-bubble-message {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 11px/1 "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px;
  }
  ::-webkit-validation-bubble-arrow, ::-webkit-validation-bubble-top-outer-arrow, ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666;
    border: 0;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}
optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
}
.button.left {
  float: left;
}
.button.right {
  float: right;
}
.button.center, .button.middle {
  margin: 0px auto;
  text-align: center;
  display: inherit;
}
.toggle_container {
  padding: 10px;
  margin-bottom: 1px;
  background-color: #fff;
}
p.trigger {
  display: block;
  padding: 8px 8px 8px 16px;
  margin: 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 175%;
}
p.trigger {
  background: #f8f8f8 url(../images/icons/16_expand.png) no-repeat 10px center;
  border-top: 1px solid #e5e5e5;
  padding-left: 34px;
}
p.trigger a {
  color: #2774ae;
  text-shadow: #fff 1px -1px 0;
  text-decoration: none;
}
p.trigger:hover {
  background: #fff url(../images/icons/16_expand.png) no-repeat 10px center;
}
p.trigger a:hover, p.trigger.active a:hover {
  color: #2774ae;
  text-shadow: #fff -1px 1px 0;
}
p.trigger.active {
  background: #fff url(../images/icons/16_collapse.png) no-repeat 10px center;
  border-top: 1px solid #ebebeb;
}
p.trigger.active a {
  color: #000;
  text-shadow: #fff 1px 1px 0;
}
.cta {
  margin: 10px auto 0px auto;
  padding: 10px 10px 20px 10px;
  background-color: #f2f2f2;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-shadow: #fff 1px 1px 0;
  box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
  -moz-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
  -webkit-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
  position: relative;
}
.cta p {
  margin: 0;
  padding: 0;
}
.cta h3 {
  font-size: 1.5em;
  text-shadow: #fff 1px -1px 0;
}
.meta {
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 5px;
  font-size: 12px;
}
.meta p {
  margin: 0;
}
#respond {
  margin: 0px;
  float: left;
  border-top: 1px solid #dbdbdb;
  padding-top: 10px;
  width: 100%;
}
#respond input[type=text] {
  width: 300px;
  margin-right: 20px;
}
#respond textarea {
  width: 550px;
  height: 120px;
  padding: 10px;
}
#comments {
  float: left;
  margin: 20px 0 0 0;
}
#comments {
  border: 0;
  width: 100%;
}
#comments h2 {
  font-size: 1.5em;
  display: block;
  border-bottom: 1px solid #d6d6d6;
  font-weight: bold;
  padding-bottom: 5px;
}
#comments h6 {
  letter-spacing: normal;
  text-transform: uppercase;
  margin: 10px 0px;
}
#comments .comment-meta {
  margin: 0px 0px 20px 0px;
  display: block;
}
#comments .commentlist {
  margin: 0px;
  float: left;
  list-style: none;
  width: 100%;
}
#comments .commentlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}
#comments .commentlist li {
  margin: 0;
  padding: 0;
  display: block;
}
#comments .commentlist li li {
  margin: 0 0 20px 25px;
}
#comments .commentlist li li .comment-meta {
  width: 445px;
}
#comments .commentlist li li li {
  margin: 0 0 20px 25px;
}
#comments .commentlist li li li .comment-meta {
  width: 420px;
}
#comments .commentlist li li li li {
  margin: 0 0 20px 25px;
}
#comments .commentlist li li li li .comment-meta {
  width: 395px;
}
#comments .commentlist li li li li li {
  margin: 0 0 20px 25px;
}
#comments .commentlist li li li li li .comment-meta {
  width: 370px;
}
#comments .single-comment {
  margin-bottom: 20px;
}
#comments .comment-author {
  float: left;
  margin: 0px 10px 6px 0px;
  display: inline;
  width: 50px;
}
#comments .comment-author cite {
  clear: both;
  font-weight: bold;
}
#comments .vcard {
  float: left;
  clear: both;
  display: block;
  width: 100px;
  min-height: 100px;
  padding: 20px 0;
}
#comments .vcard img.avatar {
  border: 1px solid #eee;
  padding: 2px;
  background: #f4f4f4;
}
#comments .vcard {
  background: url(../images/light/comment_author_bg.png) no-repeat top right;
}
#comments body.dark .vcard {
  background: url(../images/dark/comment_author_bg.png) no-repeat top right;
}
.gallery {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.gallery h2 {
  margin-bottom: 40px;
}
.gallery .gallery-row {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0;
}
.gallery .gallery-item {
  overflow: hidden;
  float: left;
  margin: 0;
  text-align: center;
  list-style: none;
  padding: 0;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
  max-width: 79%;
  height: auto;
  padding: 0;
  margin: 5px auto;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -pie-box-shadow: 0px 0px 5px #ccc;
  position: relative;
  behavior: url("./wp-content/themes/skeleton/PIE.php");
}
.gallery-caption {
  color: #666;
  font-size: 11px;
  line-height: 12px;
  margin: 0;
  padding: 0;
}
#nav-below {
  margin-bottom: 10px;
  width: 100%;
}
#nav-below .nav-previous a {
  float: left;
}
#nav-below .nav-next a {
  float: right;
}
.entry-caption {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
/* Apply CSS class of "guest" to menu items hidden from logged-in users */
body.logged-in li.guest {
  display: none;
}
/* #Images */
img, img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
/* #Forms (see formalize.css) */
label, legend {
  font-weight: bold;
  font-size: 13px;
  font-weight: bold;
  font-size: 13px;
  display: block;
}
label, legend {
  font-weight: bold;
  font-size: 13px;
  display: block;
}
input[type="checkbox"] {
  display: inline;
}
/* # Misc Typography Balancing to Maintain Vertical Rhythm */
.remove-bottom {
  margin-bottom: 0 !important;
}
.half-bottom {
  margin-bottom: 10px !important;
}
.add-bottom {
  margin-bottom: 20px !important;
}
.add-top {
  margin-top: 20px !important;
}
/* @end */
/* header section */
#content {
  margin-bottom: 20px;
}
#header {
  height: 190px;
}
#header {
  background: #fff;
  clear: both;
  position: relative;
}
#header .header_extras {
  float: right;
}
#header-logo {
  position: absolute;
  left: 0;
  top: 10px;
  height: 99px;
  width: 200px;
}
@media only screen and (min-width: 900px) {
  #header-logo {
    width: 250px;
  }
}
#headerLogos {
  display: none;
}
@media only screen and (min-width: 900px) {
  #headerLogos {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 0;
  }
  #headerLogos img {
    margin-left: 20px;
    height: 50px;
    width: auto;
  }
}
#header-nav {
  position: absolute;
  top: 10px;
  right: 0;
}
#header-nav #searchsubmit {
  display: none;
}
#header-nav ul {
  float: left;
  margin: 0;
  padding: 0;
}
#header-nav ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-nav ul li a {
  border-right: 1px solid #eee;
  color: #2B7C42;
  font-size: 12px;
  font-weight: bold;
  display: block;
  float: left;
  margin: 2px 0 0 0;
  padding: 0 10px;
  text-shadow: none;
}
#header-nav form {
  float: left;
}
#header-nav #s {
  background: #fff url(../images/bg-search.png) 5px 3px no-repeat;
  border: 1px solid #ccc;
  font-family: "Clarity City", "century gothic", tahoma, arial, sans-serif;
  height: 24px;
  line-height: 22px;
  margin: 0 10px;
  padding: 0 0 0 24px;
}
#header-nav input[type="text"] {
  border-radius: 3px;
}
#header-nav input:focus {
  box-shadow: none;
  border: 1px solid #aaa;
}
#header-nav .last {
  border: none;
}
#header-social {
  position: absolute;
  top: -95px;
  right: 0;
}
#header-social a {
  margin-bottom: 5px;
}
#site-title {
  margin: 0;
  padding: 0;
  font-size: 60px;
  line-height: 55px;
  letter-spacing: -1px;
}
#header div#site-title a, #header h1#site-title, #header h1#site-title a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -2px;
  text-shadow: 0px 1px 0px #FFF;
}
#header #site-title a:hover {
  color: #3253ad;
}
@media only screen and (min-width: 480px) {
  #header {
    height: 150px;
  }
}
@media only screen and (min-width: 900px) {
  #header {
    background: inherit;
    height: 120px;
  }
  #header-social {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: auto;
    right: auto;
  }
  #header-social a {
    display: inline-block;
  }
  .mobile_handle {
    display: none;
  }
}
/* Homepage section */
.home-banner {
  background: #f6f6f6;
  min-height: 260px;
  margin-bottom: 2% !important;
  position: relative;
  border-radius: 6px;
}
.home-banner h2 {
  border-radius: 6px 6px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 15px;
  margin: 0;
  padding: 10px 10px;
  text-transform: uppercase;
  width: 100%;
}
.home-banner img {
  display: block;
  height: auto;
  width: 100%;
}
.home-banner:nth-child(1) h2 {
  background: transparent url(../images/bg-green-80.png);
}
.home-banner:nth-child(1) a {
  color: #2B7C42;
}
.home-banner:nth-child(2) h2 {
  background: transparent url(../images/bg-orange-80.png);
  text-shadow: 0 0 2px #744610;
}
.home-banner:nth-child(2) a {
  color: #f6921e;
}
.home-banner:nth-child(3) h2 {
  background: transparent url(../images/bg-turq-80.png);
  text-shadow: 0 0 2px #2C7470;
}
.home-banner:nth-child(3) a {
  color: #47c4bf;
}
.home-banner:nth-child(4) h2 {
  background: transparent url(../images/bg-terra-80.png);
  text-shadow: 0 0 2px #602E23;
}
.home-banner:nth-child(4) a {
  color: #cd6047;
}
.home-banner-text {
  background: #f6f6f6;
  font-size: 12px;
  line-height: 146%;
  margin-bottom: 2%;
  padding: 10px;
}
.home-banner-text p:last-child {
  margin: 0;
}
#home-intro {
  background: #2B7C42 url(../images/bg-green-box.jpg) top left no-repeat;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  min-height: 214px;
  margin: 0 0 20px 0;
  padding: 10px 10px 1px 10px;
}
#home-intro a {
  color: #fff;
}
#home-intro h1 {
  color: #fff;
  font-size: 17px;
  text-shadow: 0 0 2px #297A42;
  margin: 0 0 10px 0;
}
#home-twitter {
  background: #EDEDED url(../images/bg-grey-box.jpg) top left repeat-x;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  font-size: 12px;
  padding-top: 50px;
  position: relative;
}
#home-twitter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#home-twitter ul li {
  border-bottom: 1px solid #eee;
  margin: 5px 10px;
  padding: 5px 0;
}
div .twtr-widget {
  font-family: inherit !important;
}
#home-twitter a {
  color: #45B0E3;
}
.twitter-link {
  border-bottom: 1px solid #eee;
  margin: 0 10px;
  padding-bottom: 5px;
}
#home-twitter h2 {
  background: #45B0E3 url(../images/bg-header-twitter.png) top right no-repeat;
  border-radius: 6px 6px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  text-shadow: 0 0 2px #336699;
  width: 100%;
}
.twtr-hd, .twtr-ft {
  display: none;
}
div .twtr-widget p {
  line-height: 146% !important;
}
#home-news {
  background: #EDEDED url(../images/bg-grey-box.jpg) top left repeat-x;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  clear: both;
  font-size: 12px;
  margin-top: 20px;
  padding: 10px;
}
#home-news h3 {
  color: #2B7C42;
}
#home-news p {
  display: inline;
}
#sidebar li {
  margin: 0;
}
#sidebar li:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#sidebar > li {
  margin-bottom: 30px;
}
#sidebar .widget-container, #text-3 {
  background: #f6f6f6 url(../images/bg-grey-box.jpg) top left repeat-x;
  border: 1px solid #ddd;
  border-radius: 6px;
  list-style: none;
  margin: 0 0 40px 0;
  padding: 20px;
}
#first-level-sidebar {
  background: #f6f6f6 url(../images/bg-grey-box.jpg) top left repeat-x;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 2%;
  padding: 20px;
}
#text-page-image {
  overflow: hidden;
}
.small {
  font-size: 0.75em;
}
body {
  border-top: 1px solid transparent;
  /* FF fix */
}
#childboxes {
  margin-bottom: 2%;
}
.childbox {
  border-radius: 6px;
  position: relative;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.childbox h2 {
  position: absolute;
  background: #2B7C42;
  border-radius: 6px 6px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  width: 100%;
}
.childbox h2 a {
  color: #fff;
  display: block;
}
.childbox img {
  display: block;
  height: auto;
  width: 100%;
}
.screenreader {
  display: none;
}
.mc-field-group {
  display: inline;
  float: left;
}
#footer2 input:focus {
  box-shadow: none;
}
#text-page-image img {
  height: auto !important;
  max-width: 100% !important;
  width: 100%;
}
.hyhyItem img {
  height: auto !important;
  max-width: 100% !important;
}
nav a.mobile_handle {
  display: none;
}
/* @group Navigation */
#navigation {
  margin-bottom: 20px;
  clear: both;
}
#navigation ul, #navigation ul li {
  float: left;
  margin: 0;
  padding: 0;
  z-index: 90 !important;
}
#breadcrumb {
  color: inherit;
  margin: 0 0 20px !important;
  overflow: hidden;
  padding: 0;
}
.flexible #breadcrumb {
  text-align: center;
}
#footer {
  clear: both;
  padding: 20px 0 20px 0;
}
#credits {
  text-align: center;
}
/* #Page Styles
================================================== */
/* Layout Shortcodes */
.full-width {
  width: 960px;
  height: auto;
  overflow: hidden;
}
.one_half {
  width: 48%;
}
.one_third {
  width: 30.66%;
}
.two_thirds {
  width: 65.33%;
}
.one_fourth {
  width: 22%;
}
.three_fourths {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 67.2%;
}
.one_sixth {
  width: 13.33%;
}
.five_sixth {
  width: 82.67%;
}
.one_half, .one_third, .two_thirds, .three_fourths, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  position: relative;
  margin-right: 4%;
  margin-bottom: 20px;
  float: left;
}
.last {
  margin-right: 0 !important;
}
.flexNav-touch [role="navigation"], .flexNav-no-touch [role="navigation"] {
  display: block;
}
.menu-button {
  display: none;
}
.TourRollOver {
  background-color: white;
  box-shadow: 0 0 3px #000;
  border-radius: 4px;
  font-size: 11px;
  padding: 10px;
  position: absolute;
  width: 169px;
  z-index: 999;
}
.TourRollOver img {
  margin-bottom: 10px;
}
.TourTitle {
  color: #65953f;
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 0 4px 0;
}
#tourone {
  left: 105px;
  top: 65px;
}
#tourtwo {
  left: 90px;
  top: 50px;
}
#tourthree {
  left: 124px;
  top: 35px;
}
#tourfour {
  left: 140px;
  top: 5px;
}
#tourfive {
  left: 195px;
  top: 2px;
}
#toursix {
  left: 210px;
  top: 5px;
}
#tourseven {
  left: 180px;
  top: 5px;
}
#toureight {
  left: 210px;
  top: 5px;
}
#tournine {
  left: 350px;
  top: 30px;
}
#tourten {
  left: 230px;
  top: 5px;
}
#toureleven {
  left: 305px;
  top: 65px;
}
#tourtwelve {
  left: 200px;
  top: -100px;
}
#tourthirteen {
  left: 310px;
  top: 25px;
}
#tourfourteen {
  left: 320px;
  top: 15px;
}
#tourfifteen {
  left: 260px;
  top: 45px;
}
#toursixteen {
  left: 220px;
  top: 5px;
}
#tourseventeen {
  left: 80px;
  top: 10px;
}
#toureighteen {
  left: 280px;
  top: 10px;
}
#tournineteen {
  left: 230px;
  top: 100px;
}
#tourtwenty {
  top: 5px;
  left: 180px;
}
#contactform {
  background: #f6f6f6 url(../images/bg-grey-box.jpg) top left repeat-x;
  border: 1px solid #ddd;
  border-radius: 6px;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2%;
  padding: 20px;
}
.navigation {
  margin-bottom: 2%;
}
/* Footer section */
#footer2 {
  background: #2B7C42 url(../images/bg-footer.png) top left repeat-x;
  border-radius: 6px;
  clear: both;
  color: #fff;
  font-size: 14px;
  min-height: 110px;
  padding: 20px 0;
  position: relative;
  text-shadow: 0px 0px 2px #1D552F;
}
#footer2 a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
#footer-credits2 {
  padding-left: 10px;
  width: 360px;
  text-align: left;
}
#footer-nav2 {
  float: right;
  padding-right: 10px;
}
#footer-nav2 ul {
  display: block;
  margin: 0;
  padding: 0;
}
#footer-nav2 ul li {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-nav2 ul li a {
  border-right: 1px solid #fff;
  display: block;
  padding: 0 10px;
}
#footer-nav2 .last {
  border-right: none;
}
#footer-signup {
  clear: both;
  float: right;
  padding-top: 10px;
  vertical-align: middle;
}
#footer-signup .mc-field-group {
  padding: 0 10px;
}
#footer-signup input {
  vertical-align: middle;
}
#mc-embedded-subscribe {
  margin-top: 1px;
}
#mce-EMAIL {
  border: 1px solid #2B7C42;
}
/* #Media Queries */
@media only screen and (min-width: 900px) {
  /* Navbar Hover Links */
  /* Navbar Active Links */
  /* Nav Sublevel */
  /* Nav Sublevel Links */
  /* Nav Sublevel Hover */
  #navtitle {
    display: none;
  }
  #navigation {
    font-size: 12px;
  }
  #navigation ul {
    background: #2B7C42 url(../images/bg-nav1.png) top left repeat-x;
    border-color: #2B7C42 #2B7C42 #2B7C42 #2B7C42;
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
    border-style: solid;
    border-width: 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 100%;
  }
  #navigation ul li {
    background: transparent;
    background-image: none;
    border-right: 1px solid #2B7C42;
    position: relative;
  }
  #navigation ul li a {
    background: transparent;
    color: #fff;
    padding: 10px 22px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    text-shadow: -1px -1px 2px #2B7C42;
  }
  #navigation ul li:hover a, #navigation ul li a:hover {
    color: #fff;
    background: #599F46;
    position: relative;
  }
  #navigation ul li:hover li a {
    color: #fff;
    font-weight: normal;
  }
  #navigation ul.sub-menu {
    background: #599F46;
    color: #fff;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    border-style: solid;
    border-width: 1px;
    border-top: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  #navigation ul.sub-menu li {
    border: none;
  }
  #navigation ul.sub-menu li a {
    background: #599F46;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px 5px 20px;
    height: 32px;
    line-height: 32px;
    border-radius: 0;
    min-width: 210px;
    border-bottom: none;
    position: static;
    behavior: none;
  }
  #navigation ul.sub-menu li a:hover {
    border-bottom: none;
  }
  #navigation {
    position: relative;
  }
  #navigation ul, #navigation ul li, #navigation ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #navigation ul {
    position: relative;
    z-index: 1000;
  }
  #navigation ul li {
    zoom: 1;
  }
  #navigation_wrap {
    position: relative;
    z-index: 9000;
  }
  #navigation_wrap.right ul.menu {
    float: right;
  }
  #navigation_wrap.below {
    padding: 0;
  }
  #navigation ul li.hover, #navigation ul li:hover {
    position: relative;
    z-index: 9999;
    cursor: default;
  }
  #navigation ul, #navigation ul li, #navigation ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #navigation li {
    margin: 0;
    float: left;
    zoom: 1;
  }
  #navigation ul li.hover, #navigation ul li:hover {
    position: relative;
    z-index: 9999;
    cursor: default;
  }
  #navigation ul ul {
    visibility: hidden;
    position: absolute;
    min-width: 200px;
    z-index: 9998;
    width: auto;
    font-size: 13px;
    padding: 0px;
  }
  #navigation ul li li a {
    display: block;
    text-decoration: none;
    position: relative;
    border-right: none;
  }
  #navigation ul ul li {
    float: none;
    white-space: nowrap;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
  }
  #navigation ul ul ul {
    top: -5px;
    left: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  #navigation ul li:hover > ul {
    visibility: visible;
  }
  #navigation .menu-item-has-children > a:after {
    content: "  ";
    font-family: "fontawesome";
  }
  .hwhyItem {
    margin: 30px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .hwhyItem img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 801px) and (max-width: 959px) {
  body #header {
    background-position: 230px;
  }
  #navigation {
    font-size: 10px;
  }
  #navigation ul li a {
    padding: 10px 18px 10px 14px;
    white-space: nowrap;
  }
  #navigation ul.sub-menu li a {
    font-size: 10px;
    padding-left: 14px;
  }
  .home-banner {
    height: auto;
  }
  .home-banner img {
    display: block;
  }
  .home-banner h2 {
    border-radius: 6px 6px 0 0;
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
  }
  .home-banner-text {
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .home-banner-text p {
    margin: 0;
  }
  #home-twitter h2 {
    width: 100%;
  }
  .childbox h2 {
    font-size: 12px;
    padding: 0;
    text-indent: 10px;
  }
  #searchsubmit {
    padding: 6px;
  }
  #footer-nav2 {
    margin-right: 1%;
    width: 540px;
  }
  #footer-credits2 {
    left: 1%;
  }
  .childbox.four.columns {
    display: block;
    float: left;
    margin: 0 1% 20px 1%;
    width: 31.333%;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 900px) {
  .desktop {
    display: none !important;
  }
  #header {
    background: none !important;
  }
  #header-nav {
    top: 105px;
    left: 0;
  }
  div #header-nav {
    display: block;
    right: auto;
    width: 100%;
  }
  div #header-nav ul {
    margin: 0 -1%;
    width: 102%;
  }
  div #header-nav ul li {
    float: left;
    margin: 0 1%;
    width: 23%;
  }
  div #header-nav ul li a {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee",GradientType=0);
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: -1px -1px 2px #fff;
    cursor: pointer;
    line-height: 21px;
    text-align: center;
    width: 100%;
  }
  div #header-nav ul li a.last {
    margin-right: 0;
  }
  #header-nav .last {
    border: 1px solid #ddd;
  }
  li.page_item a, li.menu-item a {
    background: none;
  }
  #menu-menu1 {
    margin: 0 auto;
    width: 100%;
    background-color: #333;
  }
  .flexNav-touch #menu-menu1, .flexNav-no-touch #menu-menu1 {
    display: none;
  }
  .mobile_handle, .menu-button {
    border: 1px solid #ddd;
    border-radius: 6px 6px 0 0;
    display: block;
    padding: 1em;
    background: #eee;
    color: #666;
    background-repeat: no-repeat;
    background-position: 93% 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
  }
  .mobile_handle:hover {
    color: #333;
    text-decoration: none;
  }
  .menu-menu1-container ul {
    display: none;
  }
  #menu-menu1:after {
    /* clearfix */
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  #menu-menu1 li {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    list-style: none;
    display: block;
    background-color: #eee;
    width: 100%;
  }
  #menu-menu1 li.parent-menu-item {
    background-color: #eee;
    position: relative;
  }
  #menu-menu1 li a {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
    display: block;
    color: #666;
    font-size: 18px;
    font-weight: normal;
    padding: 1em;
  }
  #menu-menu1 li a br {
    float: left;
    display: none;
  }
  #menu-menu1 li ul {
    width: 100%;
    position: relative;
    z-index: 999;
  }
  #menu-menu1 li ul li {
    background: #eee;
    border-left: none;
    display: block;
    float: none;
    height: auto;
    width: 100%;
    z-index: 100;
    position: relative;
    visibility: visible;
  }
  #menu-menu1 li ul li a {
    background: #eee;
    display: block;
    font-size: 16px;
    text-indent: 1.2em;
  }
  #menu-menu1 .parent-menu-item {
    background: #eee;
    background-repeat: no-repeat;
    /*background-image: url('../images/arrow-down.png');*/
    background-position: 93% 20px;
    /*border-bottom: 1px solid #ddd;
			border-top: 1px solid #fff;*/
  }
  #menu-menu1 a.mobile_handle:hover {
    background: #ddd;
  }
  .menu-menu1-container .fa-chevron-down {
    float: right;
    font-size: 20px;
    font-style: normal;
  }
  .menu-menu1-container .icon-plus-sign-alt:before {
    content: "";
    font-family: "FontAwesome";
  }
  .menu-menu1-container .icon-reorder:before {
    content: "";
    font-family: "FontAwesome";
  }
  .menu-menu1-container .arrow_down:before {
    content: "";
    font-family: "FontAwesome";
  }
  .menu-menu1-container .arrow_up:before {
    content: "";
    font-family: "FontAwesome";
  }
  #menu-menu1 li a.sub_nav {
    border: none;
  }
  .menu-menu1-container .sub_nav {
    display: inline-block;
    float: right;
    padding: 0;
    font-size: 20px;
    z-index: 500;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    margin: 0;
    padding: 14px 15px;
  }
  .sub-menu {
    display: none;
  }
  .sub-menu.open {
    display: block;
  }
  #home-intro {
    min-height: 100px;
  }
  .home-banner-energy, .home-banner-homes, .home-banner-water, .home-banner-visit {
    min-height: 1px;
  }
  .childbox.four.columns {
    display: block;
    float: left;
    margin: 0 1% 20px 1%;
    width: 31.333%;
  }
  .hwhyItem {
    float: none;
    display: block;
    height: auto !important;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .hwhyItem img {
    margin-bottom: 10px;
  }
  #comments .commentlist li li .comment-meta {
    width: auto;
  }
  #footer-credits2, #footer-nav2 {
    position: relative;
    text-align: center;
    width: 100%;
  }
  #footer-credits2 {
    margin-bottom: 10px;
  }
  #footer-nav2 ul {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #footer-signup {
    display: inline-block;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  div #header-nav ul li {
    float: left;
    margin: 0 1% 1% 1%;
    width: 48%;
  }
  .home-banner-energy, .home-banner-homes, .home-banner-water, .home-banner-visit {
    height: auto;
    margin-bottom: 20px;
  }
  .home-banner-text {
    height: auto;
    position: relative;
  }
  #footer-nav2 ul {
    margin-bottom: 10px;
  }
  #footer-nav2 ul li {
    border: none;
    display: block;
    float: none;
  }
  #footer-nav2 ul li a {
    border: none;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
  }
  #footer-signup {
    float: none;
    margin: 0;
    text-align: center;
  }
  #mc-embedded-subscribe {
    margin-top: 10px;
  }
}
span.file-text {
  display: inline-block;
  line-height: 16px;
}
span.file-text:hover {
  text-decoration: underline;
}
a[href$=".pdf"] {
  background-image: url(../images/sprite-file-icons.png);
  background-repeat: no-repeat;
  padding-left: 20px;
}
a[href$=".pdf"] {
  background-position: 0 -21px;
}
.png span.file-icon, .jpg span.file-icon, .bmp span.file-icon {
  background-position: 0 -86px;
}
.doc span.file-icon {
  background-position: 0 -105px;
}
.xls span.file-icon {
  background-position: 0 -126px;
}
.ppt span.file-icon {
  background-position: 0 -147px;
}
.docx span.file-icon {
  background-position: 0 -168px;
}
.xlsx span.file-icon {
  background-position: 0 -189px;
}
.txt span.file-icon {
  background-position: 0 -210px;
}
.pptx span.file-icon {
  background-position: 0 -231px;
}
.zip span.file-icon, .rar span.file-icon, .gzip span.file-icon, .arj span.file-icon {
  background-position: 0 -253px;
}
.wav span.file-icon, .mp3 span.file-icon, .aif span.file-icon, .aiff span.file-icon, .m4a span.file-icon, .ogg span.file-icon, .wma span.file-icon {
  background-position: 0 -273px;
}
.psd span.file-icon, .ai span.file-icon, .swf span.file-icon, .fla span.file-icon, .css span.file-icon, .js span.file-icon {
  background-position: 0 0px;
}
.avi span.file-icon, .mov span.file-icon, .wmv span.file-icon {
  background-position: 0 -294px;
}
#blogs .post {
  margin-bottom: 80px;
}
#blogs .post .newsThumb {
  margin-bottom: 20px;
}
#blogs {
  margin-bottom: 4%;
}
#sidebar ul {
  list-style: disc outside;
  margin: 0 0 0 20px;
  padding: 0;
}
body.woocommerce-demo-store .container {
  padding-top: 50px;
  position: relative;
}
.woocommerce-store-notice {
  background: #2B7C42;
  color: #fff;
  line-height: 50px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  text-align: center;
  width: 100%;
}
/* Flexible content */
.flexible {
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  .flexible {
    font-size: 16px;
    line-height: 1.5;
  }
  .flexible h1 {
    font-size: 40px;
  }
  .flexible h2 {
    font-size: 28px;
  }
  .flexible h3 {
    font-size: 22px;
  }
}
.banners {
  display: block;
  position: relative;
}
.banners img {
  display: block;
  border-radius: 10px;
}
.banners .inner {
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.banners .inner h1, .banners .inner h2 {
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
.banners .inner a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 600px) {
  #banner .bannerimage {
    display: none;
  }
  #banner .bannerimage.hide {
    display: block;
  }
}
.filler {
  clear: both;
  padding: 40px 0 0 0;
}
@media only screen and (min-width: 600px) {
  .filler {
    padding: 70px 0 0 0;
  }
}
.testimonials {
  background: #fff;
  background-position: center center;
  background-size: cover;
  clear: both;
  color: #fff;
  padding: 60px 20px 120px 20px;
  position: relative;
  text-align: center;
}
.testimonials .container {
  position: inherit;
}
.testimonials blockquote {
  padding: 0 12%;
}
.testimonials h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
}
.testimonials cite {
  opacity: 0.75;
}
.testimonials .tns-nav {
  display: none;
}
.testimonials .tns-controls {
  position: absolute;
  bottom: -50px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 500;
}
.tns-controls button {
  background: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: none;
  font-size: 0;
  height: 40px;
  margin: 0 5px;
  width: 40px;
}
.tns-controls button:first-child {
  background-image: url(../images/icon-down-grey.svg);
  transform: rotate(90deg);
}
.tns-controls button:nth-child(2) {
  background-image: url(../images/icon-down-grey.svg);
  transform: rotate(-90deg);
}
.gallery {
  background: #f6f6f6;
  clear: both;
  font-size: 0;
  padding: 0;
  text-align: center;
}
.gallery .photoThumb {
  display: inline-block;
  float: none;
  margin: 0 1% 2% 1%;
  position: relative;
  width: 48%;
}
.gallery .photoThumb img {
  width: 100%;
}
.gallery img {
  display: block;
}
.gallery .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: all 0.5s;
}
.gallery .close-overlay {
  display: none;
}
.gallery .photoThumb:hover .overlay {
  opacity: 1;
  cursor: pointer;
  transition: all 0.5s;
}
html .gallery .expand {
  color: #fff !important;
  opacity: 0;
  height: 60px;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  margin-left: -30px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
  width: 60px;
  z-index: 100;
}
.gallery .photoThumb:hover .expand {
  opacity: 1;
  transition: all 0.5s;
}
@media only screen and (min-width: 600px) {
  .gallery .photoThumb {
    float: none;
    margin: 0 1%;
    width: 48%;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery .photoThumb {
    float: none;
    margin: 0 1%;
    width: 23%;
  }
}
.twoColumn {
  clear: both;
  padding: 0;
}
.twoColumn .one-half {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}
@media only screen and (min-width: 600px) {
  .twoColumn {
    padding: 0;
  }
}
.threeColumn {
  padding: 0;
}
.threeColumn .col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}
.threeColumn img {
  border-radius: 5px;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .threeColumn {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .threeColumn .col {
    flex: 0 1 33.333%;
    padding: 30px;
  }
}
.threeColumnHome {
  padding: 2% 0;
  text-align: center;
}
.threeColumnHome .column {
  background: #F3F3F3;
  border-radius: 10px;
  overflow: hidden;
}
.threeColumnHome h3 {
  color: #fff;
  margin: 0;
  padding: 20px;
}
.threeColumnHome .orange h3 {
  background: #f6921e;
}
.threeColumnHome .turquoise h3 {
  background: #D6806E;
}
.threeColumnHome .terracotta h3 {
  background: #6ECFCB;
}
.threeColumnHome .text {
  padding: 20px 30px 30px 30px;
}
.threeColumnHome a {
  color: #f6921e;
  font-weight: bold;
  text-decoration: none;
}
.threeColumnHome p:last-child {
  margin: 0;
}
.full {
  clear: both;
}
.full .text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 700px;
  padding: 0 20px;
}
.full p:last-child {
  margin: 0;
}
.text-and-image {
  background-size: cover;
  background-position: center top;
  border-radius: 10px;
  padding: 50px 0;
}
.text-and-image .container {
  background: transparent;
}
.text-and-image .text-block {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  float: none;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
  width: calc(96% - 24px);
}
.text-and-image .text-block h2, .text-and-image .text-block h3 {
  color: #fff;
}
@media only screen and (min-width: 600px) {
  .text-and-image {
    margin: 0 1%;
    width: 98%;
  }
  .text-and-image .text-block.right {
    float: right;
    margin-right: 50px;
    text-align: right;
    width: 40%;
  }
  .text-and-image .text-block.left {
    float: left;
    margin-left: 50px;
    text-align: left;
    width: 40%;
  }
  .text-and-image .text-block.centre {
    display: block;
    float: none;
    margin: 0 auto;
    width: 50%;
  }
}
.faqs {
  margin: 0 auto;
  max-width: 700px;
  padding: 0 20px;
}
.faqs .twelve > h2 {
  margin-bottom: 40px;
  text-align: center;
}
.faq {
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
}
.faq:first-child {
  border-top: 1px solid #eee;
  padding-top: 12px;
}
.faq-question {
  cursor: pointer;
  padding-left: 35px;
  position: relative;
}
.faq-question:before {
  background-image: url(../images/icon-chev-down-grey.svg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 20px;
}
.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s linear;
}
.faq.active .faq-question:before {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.faq.active .faq-answer {
  max-height: 1000px;
  opacity: 1;
  padding-bottom: 20px;
  transition: all 0.2s linear;
}
.newsPanel {
  margin-bottom: 2%;
}
.newsPanel .all {
  color: #f6921e;
  position: absolute;
  top: 25px;
  right: 20px;
}
.newsPanel .container {
  padding: 0;
}
.newsPanel .news {
  background-color: #f3f3f3;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}
.newsPanel .news h2 {
  font-weight: normal;
  text-transform: uppercase;
}
.newsPanel .news .newsItem {
  display: flex;
  margin-bottom: 30px;
}
.newsPanel .news .newsThumb {
  box-sizing: border-box;
  padding-right: 20px;
  flex: 0 0 25%;
}
.newsPanel .news .newsText {
  box-sizing: border-box;
  flex: 0 0 75%;
}
.newsPanel .updates {
  background-color: #2B7C42;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  padding: 30px;
}
.newsPanel .updates a {
  color: #fff;
}
.newsPanel .updates h2 {
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
.newsPanel .updates h2 strong {
  color: #fff;
  font-weight: bold;
}
.newsPanel .updates h3 {
  color: #fff;
}
html #mc_embed_signup .button {
  background: #f6921e;
}
html #mc_embed_signup .button:hover {
  background: #f8aa4f;
}
