/*
Theme Name: LowEcol
Description: A custom theme for Low Ecological Services site
Author: Lukas Pecinka, Skink
Author URI: http://skinkdesign.com
Version 1.0
*/
/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com

    Converted to SASS syntax by Lukas Pecinka (http://lukaspecinka.com)
-----------------------------------------------------*/
@font-face {
  font-family: 'CallunaSans';
  src: url("fonts/callunasansregular-webfont.eot");
  src: url("fonts/callunasansregular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/callunasansregular-webfont.woff") format("woff"), url("fonts/callunasansregular-webfont.ttf") format("truetype"), url("fonts/callunasansregular-webfont.svg#calluna_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LeagueGothic';
  src: url("fonts/league_gothic-webfont.eot");
  src: url("fonts/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/league_gothic-webfont.woff") format("woff"), url("fonts/league_gothic-webfont.ttf") format("truetype"), url("fonts/league_gothic-webfont.svg#league_gothicregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
@font-face{
	font-family:"CallunaSans";
	src:url("fonts/b300ea8d-24da-424c-bbff-d65387e29b05.eot?#iefix");
	src:url("fonts/b300ea8d-24da-424c-bbff-d65387e29b05.eot?#iefix") format("eot"),
	url("fonts/d87f9a02-b0f8-467c-b7df-6f4bc96b4518.woff") format("woff"),
	url("fonts/04da1654-a9b3-41e5-9268-5767ef53a5e8.ttf") format("truetype"),
	url("fonts/7c577f94-e467-4710-a170-ed6beb27bb86.svg#7c577f94-e467-4710-a170-ed6beb27bb86") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family:"CallunaSans";
	src:url("fonts/e7d3987e-4054-4c9d-97ca-744b20ab4dd8.eot?#iefix");
	src:url("fonts/e7d3987e-4054-4c9d-97ca-744b20ab4dd8.eot?#iefix") format("eot"),
	url("fonts/247e1d4c-b3ad-4402-9488-4b98a18ae9f6.woff") format("woff"),
	url("fonts/33269a53-f6a0-4c63-bd9d-b65fceb415b4.ttf") format("truetype"),
	url("fonts/d358b1b4-b4fa-439f-a351-9667f0415f31.svg#d358b1b4-b4fa-439f-a351-9667f0415f31") format("svg");
	font-weight: normal;
	font-style: italic;
}

@font-face{
	font-family:"CallunaSans";
	src:url("fonts/8de7b5f9-f256-4eab-9b11-92db56b52060.eot?#iefix");
	src:url("fonts/8de7b5f9-f256-4eab-9b11-92db56b52060.eot?#iefix") format("eot"),
	url("fonts/b6c23918-29c6-4432-87ff-fa1633e44fc4.woff") format("woff"),
	url("fonts/b9797d2d-9014-4aec-a3b9-a5ce758df0d6.ttf") format("truetype"),
	url("fonts/31266c2d-a39a-4a61-b5bf-bcd5a55dde4d.svg#31266c2d-a39a-4a61-b5bf-bcd5a55dde4d") format("svg");
	font-weight: bold;
	font-style: normal;
}

@font-face{
	font-family:"CallunaSansLight";
	src:url("fonts/65b0f0d4-638f-4d9d-8a1d-e00175e210c6.eot?#iefix");
	src:url("fonts/65b0f0d4-638f-4d9d-8a1d-e00175e210c6.eot?#iefix") format("eot"),
	url("fonts/ef93f39b-1d82-4cc4-bac6-2a58f4d36508.woff") format("woff"),
	url("fonts/5613161c-0200-497d-a10e-dd960dc3110c.ttf") format("truetype"),
	url("fonts/d9be66b9-a840-41c3-8d6c-dd15b062ae61.svg#d9be66b9-a840-41c3-8d6c-dd15b062ae61") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family:"CallunaSansLight";
	src:url("fonts/d21b6e0c-e7b0-4b8c-b692-a5cc55188100.eot?#iefix");
	src:url("fonts/d21b6e0c-e7b0-4b8c-b692-a5cc55188100.eot?#iefix") format("eot"),
	url("fonts/60e9ddfd-6d40-4102-b27a-e5fde60872fe.woff") format("woff"),
	url("fonts/a362b09c-7e0c-48af-93ed-c382d30e92ed.ttf") format("truetype"),
	url("fonts/8549d772-c37a-41a3-ad9e-360cc658d07c.svg#8549d772-c37a-41a3-ad9e-360cc658d07c") format("svg");
	font-weight: normal;
	font-style: italic;
}
*/
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
body {
  width: 100%;
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */ }
  body:before, body:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  body:after {
    clear: both; }
  body {
    *zoom: 1; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

#fancybox-wrap, #fancybox-wrap * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  font-family: CallunaSans, sans-serif;
  color: #434c53; }

body {
  font-size: 1em;
  line-height: 1.4;
  background-color: #434c53; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

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

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

a {
  color: #4995d0; }

a:visited {
  color: #c796d0; }

a:visited:hover {
  color: #a150b0; }

a:hover {
  color: #25608e; }

nav a {
  text-decoration: none; }
  nav a:visited {
    color: #4995d0; }
  nav a:visited:hover, nav a:hover {
    color: #25608e; }
nav .current-menu-item a, nav .current-menu-item a:visited, nav .current-menu-item a:visited:hover, nav .current-menu-item a:hover {
  cursor: default;
  color: #434c53; }

span.edit-link {
  display: block;
  margin: 1em 0;
  text-align: right; }
  span.edit-link a {
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #434c53;
    padding: 0.2em 0.5em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: rgba(0, 0, 0, 0.1); }
    span.edit-link a:hover {
      color: #2c3237;
      background: rgba(0, 0, 0, 0.2);
      text-decoration: none; }

hr {
  border-top-color: #c5d0d8; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0 0 11px;
  margin: 0 0 0.7rem; }

h1 {
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
  margin: 0 0 1rem; }

h2 {
  font-size: 21px;
  font-size: 1.3125rem; }

h3 {
  font-size: 18px;
  font-size: 1.125rem; }

aside h2 {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 13px;
  margin: 0 0 0.8rem; }

p {
  margin: 0 0 1em; }

table {
  width: 100%; }

th, td {
  text-align: left;
  padding: 0.2em 0; }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  border: 1px solid #b8b8b8;
  letter-spacing: 0.1em; }

.button {
  padding: 5px 13px 4px;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.2;
  width: auto;
  height: auto;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.4);
  border: 1px solid #e8db7b;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px 0 #ede295, 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px 0 #ede295, 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px 0 #ede295, 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #f3ebb3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6efbf), to(#f1e8ab));
  background-image: -webkit-linear-gradient(top, #f6efbf, #f1e8ab);
  background-image: -moz-linear-gradient(top, #f6efbf, #f1e8ab);
  background-image: -o-linear-gradient(top, #f6efbf, #f1e8ab);
  background-image: -ms-linear-gradient(top, #f6efbf, #f1e8ab);
  background-image: linear-gradient(top, #f6efbf, #f1e8ab);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFF6EFBF', EndColorStr='#FFF1E8AB'); }
  .button, .button:visited {
    color: #927b00; }
  .button:visited:hover, .button:hover {
    color: #695900;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    border: 1px solid #dfcd52;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px 0 #e4d56c, 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px 0 #e4d56c, 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px 0 #e4d56c, 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ebde88;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efe394), to(#e8db81));
    background-image: -webkit-linear-gradient(top, #efe394, #e8db81);
    background-image: -moz-linear-gradient(top, #efe394, #e8db81);
    background-image: -o-linear-gradient(top, #efe394, #e8db81);
    background-image: -ms-linear-gradient(top, #efe394, #e8db81);
    background-image: linear-gradient(top, #efe394, #e8db81);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFEFE394', EndColorStr='#FFE8DB81'); }
  .button:active {
    position: relative;
    top: 1px;
    border: 1px solid #dfcd52;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px 0 #e4d56c, 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px 0 #e4d56c, 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px 0 #e4d56c, 0 0 0 0 rgba(0, 0, 0, 0);
    background-color: #ebde88;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efe394), to(#e8db81));
    background-image: -webkit-linear-gradient(top, #efe394, #e8db81);
    background-image: -moz-linear-gradient(top, #efe394, #e8db81);
    background-image: -o-linear-gradient(top, #efe394, #e8db81);
    background-image: -ms-linear-gradient(top, #efe394, #e8db81);
    background-image: linear-gradient(top, #efe394, #e8db81);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFEFE394', EndColorStr='#FFE8DB81'); }

.button.secondary {
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.3);
  border: 1px solid #becbd7;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 -1px 1px 0 #cbd5df, 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 -1px 1px 0 #cbd5df, 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 -1px 1px 0 #cbd5df, 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #dae2e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3eaef), to(#d4dde5));
  background-image: -webkit-linear-gradient(top, #e3eaef, #d4dde5);
  background-image: -moz-linear-gradient(top, #e3eaef, #d4dde5);
  background-image: -o-linear-gradient(top, #e3eaef, #d4dde5);
  background-image: -ms-linear-gradient(top, #e3eaef, #d4dde5);
  background-image: linear-gradient(top, #e3eaef, #d4dde5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFE3EAEF', EndColorStr='#FFD4DDE5'); }
  .button.secondary, .button.secondary:visited {
    color: #7b838a; }
  .button.secondary:visited:hover, .button.secondary:hover {
    color: #4b5054;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    border: 1px solid #a0b2c2;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 -1px 1px 0 #adbcca, 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 -1px 1px 0 #adbcca, 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 -1px 1px 0 #adbcca, 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #bbc9d5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c3d0dc), to(#b6c4d0));
    background-image: -webkit-linear-gradient(top, #c3d0dc, #b6c4d0);
    background-image: -moz-linear-gradient(top, #c3d0dc, #b6c4d0);
    background-image: -o-linear-gradient(top, #c3d0dc, #b6c4d0);
    background-image: -ms-linear-gradient(top, #c3d0dc, #b6c4d0);
    background-image: linear-gradient(top, #c3d0dc, #b6c4d0);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFC3D0DC', EndColorStr='#FFB6C4D0'); }
  .button.secondary:active {
    position: relative;
    top: 1px;
    border: 1px solid #a0b2c2;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 -1px 1px 0 #adbcca, 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 -1px 1px 0 #adbcca, 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 -1px 1px 0 #adbcca, 0 0 0 0 rgba(0, 0, 0, 0);
    background-color: #bbc9d5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c3d0dc), to(#b6c4d0));
    background-image: -webkit-linear-gradient(top, #c3d0dc, #b6c4d0);
    background-image: -moz-linear-gradient(top, #c3d0dc, #b6c4d0);
    background-image: -o-linear-gradient(top, #c3d0dc, #b6c4d0);
    background-image: -ms-linear-gradient(top, #c3d0dc, #b6c4d0);
    background-image: linear-gradient(top, #c3d0dc, #b6c4d0);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFC3D0DC', EndColorStr='#FFB6C4D0'); }

#button-wrapper {
  margin: 200px;
  padding: 30px;
  background: #f0f0ef; }

input:invalid, textarea:invalid, input.err, textarea.err {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid red; }

input:invalid, textarea:invalid {
  color: red; }

label.required span {
  color: red; }

.messages {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .messages ul {
    margin: 0 0 10px 0;
    margin: 0 0 0.625rem 0;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
    list-style-type: none; }
  .messages .msg {
    background-color: #f0f7e7;
    color: green; }
  .messages .warning {
    background-color: #fff6f2;
    color: red; }
  .messages .err, .messages .debug {
    background-color: red;
    color: black; }

form[name="skink-contact-form"] label {
  display: block;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem; }
form[name="skink-contact-form"] input, form[name="skink-contact-form"] textarea {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  width: 100%; }
form[name="skink-contact-form"] textarea {
  height: 6em; }
form[name="skink-contact-form"] input[type="submit"] {
  width: auto; }

.ie7 form[name="skink-contact-form"] input, .ie7 form[name="skink-contact-form"] textarea {
  width: 95%; }
.ie7 form[name="skink-contact-form"] input[type="submit"] {
  width: auto; }

#container nav ul li.current-menu-item a {
  color: #434c53; }
#container nav ul li.current-menu-item ul li a {
  color: #4995d0; }
#container nav ul li.current-menu-item ul li a:hover {
  color: #25608e; }
#container nav ul li.current-menu-item ul li.current-menu-item a, #container nav ul li.current-menu-item ul li.current-page-ancestor a, #container nav ul li.current-menu-item ul li.current_page_item, #container nav ul li.current-menu-item ul li.current-menu-parent, #container nav ul li.current-menu-item ul li.current-menu-ancestor {
  color: #434c53; }

/* ==========================================================================
   LAYOUT
   ========================================================================== */
#container {
  min-width: 1000px; }

#masthead {
  padding-top: 2em;
  background: #f3faff url("img/texture-header.png") left top repeat;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.6); }
  #masthead hgroup {
    margin: 0 auto 1em;
    width: 940px;
    padding-left: 58px;
    background: url("img/sprite.png") left 7px no-repeat;
    text-transform: uppercase; }
    #masthead hgroup a {
      color: #434c53;
      text-decoration: none; }
    #masthead hgroup h1, #masthead hgroup h2 {
      margin: 0; }
    #masthead hgroup h1 {
      font-family: LeagueGothic, CallunaSans, sans-serif;
      font-size: 57px;
      font-size: 3.5625rem;
      line-height: 1.1em;
      letter-spacing: normal; }
    #masthead hgroup h2 {
      margin-top: 0.2em;
      font-size: 20px;
      font-size: 1.25rem;
      letter-spacing: 0.1em; }
  #masthead nav {
    margin: 0 auto;
    width: 940px;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    /*
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */ }
    #masthead nav:before, #masthead nav:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    #masthead nav:after {
      clear: both; }
    #masthead nav {
      *zoom: 1; }
    #masthead nav ul {
      margin: 1em 0 1em -0.6em;
      /*
       * For IE 6/7 only
       * Include this rule to trigger hasLayout and contain floats.
       */ }
      #masthead nav ul:before, #masthead nav ul:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      #masthead nav ul:after {
        clear: both; }
      #masthead nav ul {
        *zoom: 1; }
    #masthead nav li {
      float: left;
      line-height: 1em;
      margin-right: 1em; }
      #masthead nav li a {
        display: block;
        padding: 0.4em 0.6em; }
      #masthead nav li:last-child {
        float: right;
        margin: 0; }
        #masthead nav li:last-child a {
          padding: 5px 13px 4px;
          text-decoration: none;
          font-size: 14px;
          font-size: 0.875rem;
          text-transform: uppercase;
          letter-spacing: 0.1em;
          line-height: 1.2;
          width: auto;
          height: auto;
          -webkit-border-radius: 0.4em;
          -moz-border-radius: 0.4em;
          border-radius: 0.4em;
          -moz-background-clip: padding;
          -webkit-background-clip: padding-box;
          background-clip: padding-box;
          text-shadow: 0 2px 0 rgba(255, 255, 255, 0.4);
          border: 1px solid #e8db7b;
          -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px 0 #ede295, 0 1px 10px 0 rgba(0, 0, 0, 0.1);
          -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px 0 #ede295, 0 1px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px 0 #ede295, 0 1px 10px 0 rgba(0, 0, 0, 0.1);
          background-color: #f3ebb3;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#f6efbf), to(#f1e8ab));
          background-image: -webkit-linear-gradient(top, #f6efbf, #f1e8ab);
          background-image: -moz-linear-gradient(top, #f6efbf, #f1e8ab);
          background-image: -o-linear-gradient(top, #f6efbf, #f1e8ab);
          background-image: -ms-linear-gradient(top, #f6efbf, #f1e8ab);
          background-image: linear-gradient(top, #f6efbf, #f1e8ab);
          filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFF6EFBF', EndColorStr='#FFF1E8AB'); }
          #masthead nav li:last-child a, #masthead nav li:last-child a:visited {
            color: #927b00; }
          #masthead nav li:last-child a:visited:hover, #masthead nav li:last-child a:hover {
            color: #695900;
            text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
            border: 1px solid #dfcd52;
            -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px 0 #e4d56c, 0 1px 10px 0 rgba(0, 0, 0, 0.1);
            -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px 0 #e4d56c, 0 1px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px 0 #e4d56c, 0 1px 10px 0 rgba(0, 0, 0, 0.1);
            background-color: #ebde88;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#efe394), to(#e8db81));
            background-image: -webkit-linear-gradient(top, #efe394, #e8db81);
            background-image: -moz-linear-gradient(top, #efe394, #e8db81);
            background-image: -o-linear-gradient(top, #efe394, #e8db81);
            background-image: -ms-linear-gradient(top, #efe394, #e8db81);
            background-image: linear-gradient(top, #efe394, #e8db81);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFEFE394', EndColorStr='#FFE8DB81'); }
          #masthead nav li:last-child a:active {
            position: relative;
            top: 1px;
            border: 1px solid #dfcd52;
            -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px 0 #e4d56c, 0 0 0 0 rgba(0, 0, 0, 0);
            -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px 0 #e4d56c, 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 -1px 1px 0 #e4d56c, 0 0 0 0 rgba(0, 0, 0, 0);
            background-color: #ebde88;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#efe394), to(#e8db81));
            background-image: -webkit-linear-gradient(top, #efe394, #e8db81);
            background-image: -moz-linear-gradient(top, #efe394, #e8db81);
            background-image: -o-linear-gradient(top, #efe394, #e8db81);
            background-image: -ms-linear-gradient(top, #efe394, #e8db81);
            background-image: linear-gradient(top, #efe394, #e8db81);
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFEFE394', EndColorStr='#FFE8DB81'); }
    #masthead nav .current-menu-item a, #masthead nav a:hover {
      background-color: rgba(0, 0, 0, 0.03);
      -webkit-border-radius: 0.5em;
      -moz-border-radius: 0.5em;
      border-radius: 0.5em;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }

#banner {
  position: relative;
  height: 400px;
  color: white;
  font-size: 24px;
  font-size: 1.5rem;
  background-color: #e1e8ed; }
  #banner #slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    #banner #slideshow .slide {
      position: absolute;
      top: 0;
      background-position: center 0;
      background-repeat: no-repeat;
      -webkit-box-shadow: inset 0 3px 5px -3px rgba(0, 0, 0, 0.5), inset 0 -3px 5px -3px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: inset 0 3px 5px -3px rgba(0, 0, 0, 0.5), inset 0 -3px 5px -3px rgba(0, 0, 0, 0.5);
      box-shadow: inset 0 3px 5px -3px rgba(0, 0, 0, 0.5), inset 0 -3px 5px -3px rgba(0, 0, 0, 0.5);
      width: 100%;
      height: 100%; }
      #banner #slideshow .slide:first-child {
        z-index: 100; }

.tagline {
  background: #f3faff url("img/texture-header.png") left top repeat;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
  .tagline .inner {
    width: 940px;
    margin: 0 auto;
    padding: 1em 0;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    /*
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */ }
    .tagline .inner:before, .tagline .inner:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .tagline .inner:after {
      clear: both; }
    .tagline .inner {
      *zoom: 1; }
    .tagline .inner p {
      margin: 0.4em 0; }

#main {
  padding: 3em 0;
  background: #f3faff;
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */ }
  #main:before, #main:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  #main:after {
    clear: both; }
  #main {
    *zoom: 1; }

#page {
  width: 940px;
  margin: 0 auto; }

.sidebar.vertical {
  width: 300px;
  float: right; }

.sidebar.horizontal {
  margin: 0 -10px;
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */ }
  .sidebar.horizontal:before, .sidebar.horizontal:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .sidebar.horizontal:after {
    clear: both; }
  .sidebar.horizontal {
    *zoom: 1; }

.widget span.label {
  font-weight: bold; }

.sidebar.horizontal .widget {
  display: inline;
  float: left;
  width: 460px;
  margin: 0 10px; }
  .sidebar.horizontal .widget.width-1 {
    display: inline;
    float: left;
    width: 940px;
    margin: 0 10px; }
  .sidebar.horizontal .widget.width-3_4 {
    display: inline;
    float: left;
    width: 700px;
    margin: 0 10px; }
  .sidebar.horizontal .widget.width-2_3 {
    display: inline;
    float: left;
    width: 620px;
    margin: 0 10px; }
  .sidebar.horizontal .widget.width-1_2 {
    display: inline;
    float: left;
    width: 460px;
    margin: 0 10px; }
  .sidebar.horizontal .widget.width-1_3 {
    display: inline;
    float: left;
    width: 300px;
    margin: 0 10px; }
  .sidebar.horizontal .widget.width-1_4 {
    display: inline;
    float: left;
    width: 220px;
    margin: 0 10px; }

footer#colophon {
  color: white;
  padding: 2em 0 6em; }
  footer#colophon .inner {
    width: 960px;
    margin: 0 auto;
    /*
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */ }
    footer#colophon .inner:before, footer#colophon .inner:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    footer#colophon .inner:after {
      clear: both; }
    footer#colophon .inner {
      *zoom: 1; }
  footer#colophon .site-info {
    display: inline;
    float: left;
    width: 460px;
    margin: 0 10px; }
  footer#colophon .browser-advice {
    color: #b3b3b3;
    padding: 1.2em 0;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    text-align: center; }

.template-front-page h2 {
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
  margin: 0 0 1rem; }
.template-front-page section {
  margin-bottom: 3em; }
  .template-front-page section.wildlife div {
    min-height: 106px;
    overflow: hidden;
    padding-right: 242px;
    background: url("img/sprite.png") right -106px no-repeat; }
.template-front-page .buttons {
  margin: 1em 0; }
  .template-front-page .buttons .button {
    margin-right: 1em; }
.template-front-page ul.services {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 -10px;
  padding: 0;
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */ }
  .template-front-page ul.services:before, .template-front-page ul.services:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .template-front-page ul.services:after {
    clear: both; }
  .template-front-page ul.services {
    *zoom: 1; }
  .template-front-page ul.services li {
    width: 460px;
    float: left;
    margin: 0 10px;
    padding: 0;
    list-style: none;
    line-height: 1.2em;
    padding: 0.5em 0; }
  .template-front-page ul.services li:before {
    content: "1";
    font-family: LeagueGothic, CallunaSans, sans-serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.6;
    text-align: center;
    display: block;
    margin-right: 10px;
    width: 1.5em;
    height: 1.5em;
    color: #fff;
    background: #434c53;
    float: left;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .template-front-page ul.services li:first-child:before {
    content: "1"; }
  .template-front-page ul.services li:first-child + li:before {
    content: "2"; }
  .template-front-page ul.services li:first-child + li + li:before {
    content: "3"; }
  .template-front-page ul.services li:first-child + li + li + li:before {
    content: "4"; }
  .template-front-page ul.services li:first-child + li + li + li + li:before {
    content: "5"; }
  .template-front-page ul.services li:first-child + li + li + li + li + li:before {
    content: "6"; }
  .template-front-page ul.services li:first-child + li + li + li + li + li + li:before {
    content: "7"; }
  .template-front-page ul.services li:first-child + li + li + li + li + li + li + li:before {
    content: "8"; }
  .template-front-page ul.services li:first-child + li + li + li + li + li + li + li + li:before {
    content: "9"; }
  .template-front-page ul.services li:first-child + li + li + li + li + li + li + li + li + li:before {
    content: "10"; }
  .template-front-page ul.services li:first-child + li + li + li + li + li + li + li + li + li + li:before {
    content: "11"; }
  .template-front-page ul.services li:first-child + li + li + li + li + li + li + li + li + li + li + li:before {
    content: "12"; }

.template-page-about .page-content {
  width: 540px;
  float: left; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

.clearfix {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */ }
  .clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .clearfix:after {
    clear: both; }
  .clearfix {
    *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144 dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
