/*!
	Theme Name: Rezare Theme
	Author: E.G Web Design - 021780525
	Author URI: http://egwebdesign.co.nz
	Version: 1.0
	Tags: custom-menu, editor-style, theme-options, threaded-comments, translation-ready,responsive, mobile ready
	*/
/*

Built on Rock Hammer by Stuff and Nonsense
URL: http://stuffandnonsense.co.uk/projects/rock-hammer/

*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

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

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  background: white;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f2f2f2;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #3f3f3f; }

.no-js-warning, .chromeframe {
  background-color: #df0000;
  padding: 10px;
  color: white;
  margin: 0;
  display: block; }
  .no-js-warning a, .chromeframe a {
    color: yellow; }

body:after {
  content: '320';
  display: none; }
  @media (min-width: 480px) {
    body:after {
      content: 'bp2'; } }
  @media (min-width: 600px) {
    body:after {
      content: 'bp3'; } }
  @media (min-width: 768px) {
    body:after {
      content: 'bp4'; } }
  @media (min-width: 900px) {
    body:after {
      content: 'bp5'; } }
  @media (min-width: 1100px) {
    body:after {
      content: 'bp6'; } }

.m-hide {
  display: none !important;
  visibility: hidden; }

[role="contentinfo"] {
  padding: 1.5em 12px;
  text-align: center; }

hr {
  clear: both;
  display: block;
  margin: 3em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf; }

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

.img-rounded {
  border-radius: 4px; }

.img-polaroid {
  padding: 12px;
  background-color: white;
  border: 1px solid #bfbfbf;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.img-circle {
  border-radius: 500px; }

figure {
  margin-bottom: 1.5em; }
  figure img {
    margin-bottom: 0.375em; }
  figure figcaption {
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    color: black; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: #014c25;
  text-rendering: optimizelegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #7f7f7f; }

h1,
.h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 0.75em;
  font-weight: 400; }

h2,
.h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 0.75em; }

h3,
.h3 {
  font-size: 20.8px;
  font-size: 2.08rem;
  line-height: 1.3;
  margin-bottom: 1em; }

h4,
.h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 1.5em; }

h5,
.h5 {
  font-size: 18.4px;
  font-size: 1.84rem;
  margin-bottom: 1.5em; }

h6,
.h6 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase; }

p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em; }

small {
  font-size: 12.8px;
  font-size: 1.28rem; }

ul,
ol {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 24px; }
  ul li,
  ol li {
    margin-bottom: 0.75em; }

nav li, ul.nav li {
  margin-bottom: 0; }

li ul,
li ol {
  list-style-type: none;
  margin: 1.5em 0;
  font-size: 16px;
  font-size: 1.6rem; }

ul.inline,
ol.inline {
  list-style-type: none;
  margin-left: 0; }
  ul.inline > li,
  ol.inline > li {
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px; }

blockquote {
  margin: 0 0 1.5em 0;
  padding: 12px;
  background-color: #f2f2f2;
  font-style: normal; }
  blockquote small:before {
    content: '\00A0 \2014'; }
  blockquote small:after {
    content: ''; }
  blockquote.pull-right {
    float: right;
    background-color: transparent; }
    blockquote.pull-right p, blockquote.pull-right small {
      text-align: right; }
    blockquote.pull-right small:before {
      content: ''; }
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }
  blockquote cite {
    font-style: normal; }

q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

dl,
dd {
  margin-bottom: 1.5em; }

dt {
  font-weight: bold; }

.dl-horizontal::after {
  clear: both;
  content: "";
  display: table; }

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 30.38869258%; }

.dl-horizontal dd {
  margin-left: 32.99289258%; }

abbr[title] {
  border-bottom: 1px dotted #bfbfbf;
  cursor: help; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

ins {
  background-color: #f2f2f2;
  color: #3f3f3f;
  text-decoration: none; }

mark {
  background-color: #f2f2f2;
  color: #3f3f3f;
  font-style: italic;
  font-weight: bold; }

pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 12.8px;
  font-size: 1.28rem;
  line-height: 1.5em;
  color: #404040; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub,
sup {
  position: relative;
  font-size: 12.8px;
  font-size: 1.28rem;
  line-height: 0;
  vertical-align: baselineheight; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

.lead {
  font-size: 18.4px;
  font-size: 1.84rem; }

.secondary {
  font-size: 13.91304px;
  font-size: 1.3913rem; }

.tertiary {
  font-size: 12.8px;
  font-size: 1.28rem; }

.amp {
  font-family: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua"); }

.footnotes li {
  margin-bottom: 0.75em;
  font-family: Palatino, "Times New Roman", Times, serif;
  font-size: 12.30769px;
  font-size: 1.23077rem;
  line-height: 1.4; }

/*footnotes*/
.spaced {
  letter-spacing: 1px; }

a {
  text-decoration: none;
  color: #95aa91; }
  a:visited {
    color: #61785d; }
  a:hover {
    text-decoration: underline;
    color: #799474; }
  a:focus {
    outline: thin dotted;
    color: #4a5b47; }
  a:hover, a:active {
    outline: 0; }

::-moz-selection {
  background-color: #03e36f;
  color: #95aa91;
  text-shadow: none; }

::selection {
  background-color: #03e36f;
  color: #95aa91;
  text-shadow: none; }

.navigation.pagination {
  margin: 0 0 1.5em 0;
  background-color: transparent; }

.navigation.pagination .nav-links {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0; }

.navigation.pagination .nav-links > a,
.navigation.pagination .nav-links > span {
  float: left;
  padding: 4px 11px;
  font-family: Palatino, "Times New Roman", Times, serif;
  font-size: 12.8px;
  font-size: 1.28rem;
  line-height: 1.5em;
  text-decoration: none;
  background-color: white;
  border: 1px solid #cccccc;
  border-left-width: 0;
  color: #95aa91; }

.pagination .nav-links > a:hover {
  background-color: #f2f2f2;
  color: #3f3f3f; }

.pagination .nav-links > span.current {
  background-color: #95aa91;
  color: white;
  text-decoration: none;
  cursor: default; }

.pagination .nav-links > .disabled {
  background-color: transparent;
  color: #7f7f7f;
  cursor: default; }

.pagination .nav-links > a:first-child {
  background-color: #f2f2f2;
  border-left-width: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #3f3f3f; }

.pagination .nav-links > a:last-child,
.pagination .nav-links > a:last-child {
  background-color: #f2f2f2;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #3f3f3f; }

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

.pagination-right {
  text-align: right; }

.pagination-large .nav-links > a,
.pagination-large .nav-links > span {
  padding: 8px 22px;
  font-size: 16px;
  font-size: 1.6rem; }

.pagination-small .nav-links > a,
.pagination-small .nav-links > span {
  padding: 4px 11px;
  font-size: 14px;
  font-size: 1.4rem; }

.pagination-mini .nav-links > a,
.pagination-mini .nav-links > span {
  padding: 2px 5px;
  font-size: 12px;
  font-size: 1.2rem; }

form {
  margin: 0 0 1.5em 0;
  font-family: Palatino, "Times New Roman", Times, serif; }
  form p {
    margin-bottom: 0.75em; }
  form ul {
    list-style-type: none;
    margin: 0 0 1.5em 0;
    padding: 0; }
  form br {
    display: none; }

fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0; }
  fieldset:last-of-type {
    margin-bottom: 0; }

legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0 0 0.75em 0;
  border: 0;
  color: #3f3f3f;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5em;
  white-space: normal; }
  legend small {
    font-size: 1.125em;
    color: #595959; }

label,
input,
button,
select,
textarea {
  font-family: Palatino, "Times New Roman", Times, serif; }

label {
  display: block;
  margin-bottom: 0.375em;
  font-size: 16px;
  font-size: 1.6rem; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  display: inline-block;
  margin-bottom: 0.75em;
  padding: 6px 11px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: inherit;
  border-radius: 4px;
  vertical-align: middle; }

input[type="text"], input[type="number"],
input[type="email"], input[type="search"],
input[type="tel"] {
  -webkit-appearance: none; }

input[type="submit"], textarea {
  -webkit-appearance: none; }

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
  display: -webkit-inline-flex; }

input,
textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  height: auto;
  resize-x: none; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  background-color: white;
  border: 2px solid #bfbfbf; }
  textarea:hover,
  input[type="text"]:hover,
  input[type="password"]:hover,
  input[type="datetime"]:hover,
  input[type="datetime-local"]:hover,
  input[type="date"]:hover,
  input[type="month"]:hover,
  input[type="time"]:hover,
  input[type="week"]:hover,
  input[type="number"]:hover,
  input[type="email"]:hover,
  input[type="url"]:hover,
  input[type="search"]:hover,
  input[type="tel"]:hover,
  input[type="color"]:hover {
    border-color: #a5a5a5; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus {
    border-color: #7f7f7f;
    outline: 0;
    outline: thin dotted \ 9; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \ 9;
  line-height: normal; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select {
  padding: 0;
  width: 90%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7f7f7f; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7f7f7f; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7f7f7f; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  color: #7f7f7f; }

.radio,
.checkbox {
  min-height: 1.5em;
  font-size: 16px;
  font-size: 1.6rem; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-right: 12px; }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 12px; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

.input-medium {
  width: 150px; }

.input-large {
  width: 210px; }

.input-xlarge {
  width: 270px; }

.input-xxlarge {
  width: 530px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  opacity: .25; }

.form-actions {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 0.5em 24px 1.5em; }
  .form-actions::after {
    clear: both;
    content: "";
    display: table; }

[placeholder]:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity .5s .5s ease;
  transition: opacity .5s .5s ease; }

input.search-query {
  margin-bottom: 0;
  padding-right: 14px;
  padding-right: 4px \ 9;
  padding-left: 14px;
  padding-left: 4px \9;
  border-radius: 0; }

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  border-radius: 0; }

.form-search .input-append .search-query {
  border-radius: 14px, 0, 0, 14px; }

.form-search .input-append .btn, .form-search .input-append #submit, .form-search .input-append #nav-below a, #nav-below .form-search .input-append a, .form-search .input-append a.post-edit-link, .form-search .input-append .comment-reply-link, .form-search .input-append input[type="submit"] {
  border-radius: 0, 14px, 14px, 0; }

.form-search .input-prepend .search-query {
  border-radius: 0, 14px, 14px, 0; }

.form-search .input-prepend .btn, .form-search .input-prepend #submit, .form-search .input-prepend #nav-below a, #nav-below .form-search .input-prepend a, .form-search .input-prepend a.post-edit-link, .form-search .input-prepend .comment-reply-link, .form-search .input-prepend input[type="submit"] {
  border-radius: 14px, 0, 0, 14px; }

.form-search {
  /*radio*/ }
  .form-search input,
  .form-search textarea,
  .form-search select {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-search .hide {
    display: none; }
  .form-search label,
  .form-search .btn-group {
    display: inline-block; }
  .form-search .radio,
  .form-search .checkbox {
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-search .radio input[type="radio"],
  .form-search .checkbox input[type="checkbox"] {
    float: left; }
    .form-search .radio input[type="radio"] margin,
    .form-search .checkbox input[type="checkbox"] margin {
      right: 3px;
      left: 0; }
  .form-search .control-group {
    margin-bottom: 0.75em; }
  .form-search legend + .control-group {
    margin-top: 1.5em;
    -webkit-margin-top-collapse: separate; }

/*form-search*/
.btn, #submit, #nav-below a, a.post-edit-link, .comment-reply-link, input[type="submit"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 11px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-weight: normal;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #7f7f7f;
  text-align: center;
  vertical-align: middle;
  background-color: #f2f2f2;
  border: 1px solid #d8d8d8;
  border-bottom-color: #cbcbcb;
  border-radius: 4px;
  cursor: pointer; }
  .btn:hover, #submit:hover, #nav-below a:hover, a.post-edit-link:hover, .comment-reply-link:hover, input[type="submit"]:hover, .btn:active, #submit:active, #nav-below a:active, a.post-edit-link:active, .comment-reply-link:active, input[type="submit"]:active {
    background-color: #cbcbcb;
    color: #7f7f7f;
    text-decoration: none; }

/*btn*/
a.btn:visited, a#submit:visited, #nav-below a:visited, a.post-edit-link:visited, a.comment-reply-link:visited {
  color: #7f7f7f; }

.btn:first-child, #submit:first-child, #nav-below a:first-child, a.post-edit-link:first-child, .comment-reply-link:first-child, input[type="submit"]:first-child {
  *margin-left: 0; }

.btn-disabled {
  opacity: .5;
  cursor: default; }

.btn-error {
  background-color: #b01400;
  border-color: #7d0e00;
  border-bottom-color: #4a0800;
  color: white; }
  .btn-error:visited, .btn-error:active, .btn-error:hover {
    background-color: #7d0e00;
    color: #f2f2f2; }

/*btn-error*/
.btn-info {
  background-color: #d8dca2;
  border-color: #c8ce7d;
  border-bottom-color: #b9c058;
  color: #585c23; }
  .btn-info:visited, .btn-info:active, .btn-info:hover {
    background-color: #c8ce7d;
    color: #474a1c; }

/*btn-info*/
.btn-inverse {
  background-color: #414141;
  border-color: #282828;
  border-bottom-color: #0e0e0e;
  color: white; }
  .btn-inverse:visited, .btn-inverse:active, .btn-inverse:hover {
    background-color: #343434;
    color: #f2f2f2; }

/*btn-inverse*/
.btn-primary, a.post-edit-link {
  background-color: #95aa91;
  border-color: #799474;
  border-bottom-color: #61785d;
  color: white; }
  .btn-primary:visited, a.post-edit-link:visited, .btn-primary:active, a.post-edit-link:active, .btn-primary:hover, a.post-edit-link:hover {
    background-color: #8da388;
    color: #f2f2f2; }

/*btn-primary*/
.btn-success {
  background-color: #bcd4de;
  border-color: #9abecd;
  border-bottom-color: #9abecd;
  color: #335868; }
  .btn-success:visited, .btn-success:active, .btn-success:hover {
    background-color: #abc9d6;
    color: #2b4a57; }

/*btn-success*/
.btn-warning {
  background-color: #b01400;
  border-color: #7d0e00;
  border-bottom-color: #4a0800;
  color: white; }
  .btn-warning:visited, .btn-warning:active, .btn-warning:hover {
    background-color: #971100;
    color: #f2f2f2; }

/*btn-warning*/
.btn-extlarge {
  padding: 11px 22px;
  font-size: 32px;
  font-size: 3.2rem;
  border-width: 2px;
  border-radius: 8px; }

.btn.btn-large, .btn-large#submit, #nav-below a.btn-large, a.btn-large.post-edit-link, .btn-large.comment-reply-link, input.btn-large[type="submit"] {
  *padding-top: 7px;
  *padding-bottom: 7px; }

/*btn.btn-large*/
.btn-large {
  padding: 11px 18px;
  font-size: 20px;
  font-size: 2rem;
  line-height: inherit;
  border-width: 2px;
  border-radius: 8px; }

.btn-small, .comment-reply-link {
  padding: 5px 10px;
  font-size: 10.66667px;
  font-size: 1.06667rem; }

.btn-mini, a.post-edit-link {
  padding: 3px 5px;
  font-size: 9.14286px;
  font-size: 0.91429rem; }

.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.5em; }
  .btn-group .btn, .btn-group #submit, .btn-group #nav-below a, #nav-below .btn-group a, .btn-group a.post-edit-link, .btn-group .comment-reply-link, .btn-group input[type="submit"] {
    position: relative;
    float: left;
    margin-left: -1px;
    border-radius: 0; }
  .btn-group .btn:first-child, .btn-group #submit:first-child, .btn-group #nav-below a:first-child, #nav-below .btn-group a:first-child, .btn-group a.post-edit-link:first-child, .btn-group .comment-reply-link:first-child, .btn-group input[type="submit"]:first-child {
    margin-left: 0;
    border-radius: 2px, 0, 2px, 0; }
  .btn-group .btn:last-child, .btn-group #submit:last-child, .btn-group #nav-below a:last-child, #nav-below .btn-group a:last-child, .btn-group a.post-edit-link:last-child, .btn-group .comment-reply-link:last-child, .btn-group input[type="submit"]:last-child {
    border-radius: 0, 2px, 0, 2px; }
  .btn-group .btn.large:first-child, .btn-group .large#submit:first-child, .btn-group #nav-below a.large:first-child, #nav-below .btn-group a.large:first-child, .btn-group a.large.post-edit-link:first-child, .btn-group .large.comment-reply-link:first-child, .btn-group input.large[type="submit"]:first-child {
    margin-left: 0;
    border-radius: 4px, 0, 4px, 0; }
  .btn-group .btn.large:last-child, .btn-group .large#submit:last-child, .btn-group #nav-below a.large:last-child, #nav-below .btn-group a.large:last-child, .btn-group a.large.post-edit-link:last-child, .btn-group .large.comment-reply-link:last-child, .btn-group input.large[type="submit"]:last-child {
    border-radius: 0, 4px, 0, 4px; }

/*btn.btn-group*/
.btn-toolbar {
  clear: both;
  margin-top: 0.75em;
  margin-bottom: 0.75em; }
  .btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

/*btn.btn-toolbar*/
/*! responsive-nav.js v1.0.14 by @viljamis */
.js nav[role=navigation] {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }
  @media (min-width: 768px) {
    .js nav[role=navigation] {
      max-height: none;
      clip: auto;
      position: static !important; } }
  .js nav[role=navigation] .opened {
    max-height: 9999px; }

.nav-toggle {
  position: absolute;
  top: 0;
  right: 1em;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0.75em 12px;
  color: white;
  background: transparent url(images/menu-icon.png) no-repeat center center;
  background: none, transparent url(images/menu-icon.svg) no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 999; }
  @media (min-width: 768px) {
    .nav-toggle {
      display: none; } }

.navigation-toggle {
  display: none; }

nav[role=navigation] {
  background-color: #014c25;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

nav[role=navigation].active {
  max-height: 25em; }

#navigation-toggle {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    #navigation-toggle {
      margin: 0;
      border-width: 0;
      background-color: transparent; } }
  #navigation-toggle ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      #navigation-toggle ul {
        margin: 0 auto; } }
  @media (min-width: 768px) {
    #navigation-toggle li {
      display: inline-block;
      margin: 0 12px 0 0; } }
  #navigation-toggle a {
    display: block;
    padding: .8em;
    border-bottom: 1px solid #001a0c;
    color: white;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      #navigation-toggle a {
        border-width: 0;
        font-size: 15px;
        font-size: 1.5rem;
        color: #014c25; } }
    #navigation-toggle a:hover {
      color: #e6e6e6;
      text-decoration: none; }

/*  !Nav Dropdown==============================	 */
#navigation-toggle li ul {
  margin-left: 1em; }

@media (min-width: 768px) {
  #navigation-toggle {
    overflow: visible; }
    #navigation-toggle li {
      position: relative; }
      #navigation-toggle li:hover {
        background-color: #02b156; }
    #navigation-toggle li ul {
      display: none;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 100%;
      z-index: 1001; }
    #navigation-toggle li ul ul {
      top: 0;
      left: 100%; }
    #navigation-toggle ul li:hover > ul {
      border-left: 0;
      display: block; }
    #navigation-toggle li ul li {
      margin: 0;
      border-bottom: 1px solid #001a0c; }
      #navigation-toggle li ul li:last-of-type {
        border-bottom: none; }
    #navigation-toggle li ul li a {
      background: #014c25;
      text-align: left;
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
      line-height: 2.181818182;
      padding: 8px 12px;
      width: 200px;
      white-space: normal; }
      #navigation-toggle li ul li a:hover {
        background-color: #02b156; } }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  margin: 0.7em 0; }
  @media (min-width: 480px) {
    .alignright {
      float: right;
      margin: 5px 0 20px 20px; } }

.alignleft {
  margin: 0.7em 0; }
  @media (min-width: 480px) {
    .alignleft {
      float: left;
      margin: 5px 20px 20px 0; } }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.wp-post-image {
  margin-bottom: 1em; }

/*  !WP Buttons ======================== */
aside.sidebar #searchform {
  position: relative; }
  aside.sidebar #searchform #searchsubmit {
    position: absolute;
    right: 10px;
    top: 20%;
    border: 0;
    background: url(images/search-icon.svg) no-repeat center center;
    font-size: 0;
    height: 22px;
    width: 22px; }
    html.no-svg aside.sidebar #searchform #searchsubmit {
      background: url(images/search-icon.png) no-repeat center center; }

#nav-below {
  padding: 1em; }
  #nav-below::after {
    clear: both;
    content: "";
    display: table; }

#nav-below a[rel="next"] {
  float: right; }

a.post-edit-link {
  margin: 1em; }
  a.post-edit-link:visited {
    color: white; }

/* ! Blog & Comments =================*/
.entry-meta, .entry-utility, .comment-meta {
  font-size: 80%;
  margin-bottom: 1em; }

.entry-utility {
  border-top: 1px solid #95aa91;
  margin-bottom: 2em;
  margin-top: 1em;
  clear: both; }

li.comment {
  list-style: none;
  margin-bottom: 2em; }

ul.children {
  border-left: 6px solid #f2f2f2; }

p.form-allowed-tags {
  display: none !important;
  visibility: hidden; }

.featured-image {
  display: block; }
  .featured-image img {
    height: auto; }
  @media (min-width: 480px) {
    .featured-image {
      max-width: 140px;
      float: left;
      margin-right: 1em; } }
  @media (min-width: 768px) {
    .featured-image {
      max-width: 240px; } }
  @media (min-width: 900px) {
    .featured-image {
      max-width: none; } }

[role="banner"]::after {
  clear: both;
  content: "";
  display: table; }

#skip, .screen-reader-text {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  #skip.focusable:active, #skip.focusable:focus, .screen-reader-text.focusable:active, .screen-reader-text.focusable:focus {
    position: static;
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible; }

.no-js-warning {
  background-color: #df0000;
  padding: 10px;
  color: white;
  display: block; }
  .no-js-warning a {
    color: yellow; }

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em;
  max-width: 1100px; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 900px) {
    .container {
      padding: 0; } }

header.header {
  border-bottom: 8px solid #95aa91; }

.logo {
  height: 50px;
  width: 180px;
  margin-bottom: 0.8em;
  background: url("images/farm-data-code-of-practice-logo.png") no-repeat center center;
  background-size: contain;
  float: left;
  margin-top: 1.6em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
  @media (min-width: 768px) {
    .logo {
      max-width: 30%;
      width: 280px;
      height: 95px;
      margin-top: 0.7em;
      background: url("images/farm-data-code-of-practice-logox2.png") no-repeat center center;
      background-size: contain; } }

.nav-wrapper {
  clear: both; }
  @media (min-width: 768px) {
    .nav-wrapper {
      float: right;
      clear: none;
      margin-top: 2em; } }

#content {
  clear: both;
  min-height: 40vmax; }
  #content::after {
    clear: both;
    content: "";
    display: table; }

.page-sidebar {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 768px) {
    .page-sidebar {
      clear: none;
      width: 66.10169%;
      float: left;
      margin-right: 1.69492%;
      background-color: white; } }

aside.sidebar {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 768px) {
    aside.sidebar {
      clear: none;
      width: 32.20339%;
      float: right;
      margin-right: 0; } }
  aside.sidebar ul {
    list-style: none; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.serif {
  font-family: Palatino, "Times New Roman", Times, serif; }

.bottom-border {
  border-bottom: 1px solid white; }

.text-shadow {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7); }

.hero-text p {
  font-size: 20px;
  font-size: 2rem;
  color: white;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
  margin: 0.2em 0;
  line-height: 1.2; }
  .hero-text p br {
    display: none; }
  @media (min-width: 600px) {
    .hero-text p {
      font-size: 28px;
      font-size: 2.8rem; } }
  @media (min-width: 768px) {
    .hero-text p {
      font-size: 38px;
      font-size: 3.8rem; } }
  @media (min-width: 900px) {
    .hero-text p {
      font-size: 42px;
      font-size: 4.2rem; }
      .hero-text p br {
        display: inline; } }

.home-sidebar p {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid #e5f1d9;
  padding-bottom: 1.5em; }

footer.footer {
  background: url("images/footer-bg.png") no-repeat top left;
  background-size: cover;
  min-height: 50px;
  max-height: 255px;
  color: white; }
  @media (min-width: 900px) {
    footer.footer {
      height: 200px; } }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  @page {
    margin: 0.5cm; }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }
  p {
    orphans: 3;
    widows: 3; }
  pre, blockquote {
    border: 1px solid #666;
    page-break-inside: avoid; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  img {
    max-width: 100% !important;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr {
    page-break-inside: avoid; } }
/*# sourceMappingURL=style.css.map */