/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  position: relative;
  z-index: 1;
}


/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
picture {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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 */ 

  overflow-x: hidden;
  overflow-y: scroll;

}

@media only screen and (max-width: 63.99em) {
  html.menu-open {
    overflow: hidden;
  }

  .menu-open .footer {
    opacity:0;
  }

  .login-button a {
    border: 0 !important;
    font-size: 0.9em;
    color:#4291b5  !important;
  }
  .login-button a:hover,
  .login-button a:focus {
    
  } 
  .login-button a:before {
    content: none !important;
  }


}

@media only screen and (max-width: 600px) {
	html.js {
		margin-top: 0 !important;	
	}
	body.admin-bar {
		padding-top: 46px;	
	}
}

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

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

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

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

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

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

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

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

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



/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

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

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 2.5em; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

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

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  display: block;
  height: auto;
  width: 100%;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `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; }

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, 
.cf, 
.comment-respond,
.trusponsive-slide-container {
  zoom: 1; 
}

.clearfix:before, 
.clearfix:after, 
.cf:before, 
.comment-respond:before, 
.cf:after, 
.comment-respond:after,
.trusponsive-slide-container:after {
    content: "";
    display: table; 
}

.clearfix:after, 
.cf:after, 
.comment-respond:after,
.trusponsive-slide-container:after  {
    clear: both; 
}

.cf-static {
  position: static;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }


p {
  -ms-word-break: normal;
  -ms-word-wrap: normal;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: manual;
  -epub-hyphens: manual;
  -moz-hyphens: manual;
  hyphens: manual;
  position: relative;
  margin: 1em 0 0; 
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; 

  line-height: 1.66;
}

.table {
  display: table;
  width: 100%;
}

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }


.background--White {
  background-color: white;
  color: #565655;
}

/*.background--White a {
  color: #5cb739;
}

.background--White a:hover,
.background--White a:focus {
  color: #5cb739;
}*/

.background--Orange {
  background-color: #e56c0f;
  color: white;
}

.background--Smoke {
  background-color: #ededed;
  color: #565655;
}

.background--Sky {
  background-color: #2784a8;
  color: white;
}

.background--Blue {
  background-color: #217190;
  color: white;
}

.background--Green {
  background-color: #009A49;
  color: white;
}

.background--Lime {
  background-color: #5cb739;
  color: white;
}
.background--Forest {
  background-color: #005437;
  color: white;
}
.background--Night {
  background-color: #154d59;
  color: white;
}

.page-template-page-about .background--Night {
  background-color: #003139
}


.color--White {
  color: white;
}

.color--Smoke {
  color: #ededed;
}

.color--Green {

  color: #009A49;
}

.color--Lime {

  color: #5cb739;
}
.color--Forest {

  color: #005437;
}
.color--Night {

  color: #154d59;
}

.color--Sky {
  color: #2784a8;
}

.color--Blue {

  color: #217190;
}

.text-size--Small p {
  font-size: 1.85em;
  line-height: 1.33;
}

.text-size--Medium p {
  font-size: 2.1em;
  line-height: 1.25;
}

.text-size--Large p {
  font-size: 2.4em;
  line-height: 1.2;
}

#call-to-action {
  padding: 3em 0;
  margin-top: 5em;
  font-size: 0.7em;
  text-align:center;
}

.mid-cta #call-to-action,
#testimonials + #call-to-action {
  margin-top: 0;
}

#call-to-action p {
  margin: 0;
  font-weight: 700;
  margin-bottom: 1em;
}



#call-to-action a {
  color: #154d59;
  text-decoration: none;
}

#call-to-action a:hover,
#call-to-action a:focus {
  color: #5cb739;
}

#call-to-action.background--Forest a,
#call-to-action.background--Night a {
  color: white;
}

@media only screen and (min-width: 37.5em) {
  #call-to-action  {
    text-align: left;
    font-size: 0.75em;
  }

  #call-to-action > .wrap {
    display: table;
    width: 100%;
  }

  #call-to-action p {
    width: 72.5%;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    margin: 0;
    display: table-cell;
    height: 100%;
  }  

   #call-to-action p.full-width {
    width: 100%;
    text-align: center;
   }
  #call-to-action .button {
    float: right;

  }
}

@media only screen and (min-width: 63.99em) {
  #call-to-action {
    font-size: 1em;
  }
}

/*********************
INPUTS
*********************/

.label-anim {
    perspective: 60px;
    backface-visibility: hidden;
    perspective-origin: 0 0;
    margin: 2.5em 0 0;
}

.label-anim label {
  position: absolute;
  z-index: 2;
  font-size: 1.2em; 
  display:block;
  line-height: 3;
  top: 0;
  left: 0;
  color: #bcbcbc;
  padding-left: 1em;
  transition: transform 0.35s;
  height: 3em;
}

#signup .label-anim label {
  color: #2784a8;
  font-weight: 400;
}

.label-anim label[data-content]:before {
      content: attr(data-content);
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    padding-left: 1.2em;
    font-size: 0.84em;
    top: 0;
    bottom: 100%;
    overflow: hidden;
    transition: bottom 0.35s;
    text-align: left;
    letter-spacing: 0.05em;
}



.label-anim label[data-content] span {
  overflow:hidden;
  display: block;
  width: 100%;
  max-height: 3em;
  transition: max-height 0.35s;
  position: relative;
  top: 0;
}


.label-anim.input--active label[data-content] span {
  max-height: 0em;
}

.label-anim.input--active label[data-content]:before {
  bottom: 0;
}



.label-anim.input--active label {
      transform: translateY(-2em);
}

#signup .label-anim.input--active label {
  color: white;
}

.label-anim input[type="text"],
.label-anim input[type="password"],
.label-anim input[type="datetime"],
.label-anim input[type="datetime-local"],
.label-anim input[type="date"],
.label-anim input[type="month"],
.label-anim input[type="time"],
.label-anim input[type="week"],
.label-anim input[type="number"],
.label-anim input[type="email"],
.label-anim input[type="url"],
.label-anim input[type="search"],
.label-anim input[type="tel"],
.label-anim input[type="color"],
.label-anim select,
.label-anim textarea,
.label-anim .field {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  border: 2px solid #ededed;
  transition: border 0.35s, background 0.35s;
  outline: none;
  border-radius: 0 !important;
  box-shadow: 0 !important;
}

.label-anim.input--active input[type="text"],
.label-anim.input--active input[type="password"],
.label-anim.input--active input[type="datetime"],
.label-anim.input--active input[type="datetime-local"],
.label-anim.input--active input[type="date"],
.label-anim.input--active input[type="month"],
.label-anim.input--active input[type="time"],
.label-anim.input--active input[type="week"],
.label-anim.input--active input[type="number"],
.label-anim.input--active input[type="email"],
.label-anim.input--active input[type="url"],
.label-anim.input--active input[type="search"],
.label-anim.input--active input[type="tel"],
.label-anim.input--active input[type="color"],
.label-anim.input--active select,
.label-anim.input--active textarea,
.label-anim.input--active .field {
  border: 2px solid #6CC04A;
  background: transparent;
}

#signup .label-anim.input--active input[type="text"],
#signup .label-anim.input--active input[type="password"],
#signup .label-anim.input--active input[type="datetime"],
#signup .label-anim.input--active input[type="datetime-local"],
#signup .label-anim.input--active input[type="date"],
#signup .label-anim.input--active input[type="month"],
#signup .label-anim.input--active input[type="time"],
#signup .label-anim.input--active input[type="week"],
#signup .label-anim.input--active input[type="number"],
#signup .label-anim.input--active input[type="email"],
#signup .label-anim.input--active input[type="url"],
#signup .label-anim.input--active input[type="search"],
#signup .label-anim.input--active input[type="tel"],
#signup .label-anim.input--active input[type="color"],
#signup .label-anim.input--active select,
#signup .label-anim.input--active textarea,
#signup .label-anim.input--active .field {
  border: 2px solid white;
  color: white;
  background: transparent;
}


#signup small span:before  {
  content: "";
  border: 1px solid white;
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#signup small span.checked:before {
  background: white;
}

#signup small span.checked:after {
  content: "✔";
  font-size: 1.65em;
  line-height:1;
  top:0;
  font-weight: 700;
  left: 0.1em;

  position: absolute;

  color: #2784a8;
}
#signup small span input {
  opacity: 0;
  width: 1.7em;
  height: 1.7em;
  top: 0.6em;
}

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"],
select,
textarea,
.field {
  display: block;
  font-size: 1.5em;
  height: 2.5em;
  line-height: 1;
  padding: 0 0.75em;
  color: #9d9d9c;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ededed;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }

  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 7.33em;
  padding: 0.75em;
  line-height: 1; }

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }


/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.66;
  color: #333;
  background-color: white;
  -webkit-font-smoothing: antialiased; 
}

.wf-opensans-n4-active body {
  font-family: "Open Sans";
  font-weight: 400;
}

.wf-lato-n4-active .header, 
.wf-lato-n4-active .footer {
  font-family: "Lato";
  font-weight: 400;
}

body.stop-scrolling {
  overflow:hidden;
  position: fixed;
  width: 100%;
}

.larger-text {
  font-size: 1.05em;
}


main {
  background: white;

  overflow:hidden;
}

picture img {
	width: 100%;
	height: auto;	
}


/*********************
FONTS
********************/


/**********************
Mobile Menu
*********************/

/* http://callmenick.com/post/animating-css-only-hamburger-menu-icons */


.c-hamburger {
    display: inline-block;
    
    margin: 0;
    padding: 0;
    font-size: 1em;
    width: 1.8em;
    height: 1.2em;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    background: none;
    position: relative;
    vertical-align: top;
}


.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
    display: block;
    position: relative;
    top: 0;
    left: 0px;
    width: 100%;
    height: 4px;
	 border-radius: 2px;
    background-color: #ffffff;
  
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  content: "";
  border-radius: 2px;
  transform-origin: center;

}



.c-hamburger span::before {
  top: -8px;
}

.c-hamburger span::after {
  bottom: -8px;
}


.c-hamburger--htx {
  background-color: none;
}

.c-hamburger--htx span {
transition-property: top, transform;/*, background-color;*/
  transition-duration: 0s, 0s;/*, 0.35s;*/
  transition-delay: 0.3s, 0.3s;/*,0s;*/

}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;/*, 0.35s;*/
  transition-delay: 0.3s, 0s;/*,0s;*/
}

.c-hamburger--htx span::before {
  transition-property: top, transform;/*, background-color;*/
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;/*, background-color;*/
}


@media only screen and (max-width: 63.99em) {

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: none;
  z-index: 100;

}

.c-hamburger--htx.is-active span {
  background: none !important;
  width: 80%;
  left: 10%;
 
    backface-visibility: hidden;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;

   
}



.c-hamburger--htx.is-active + .menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #154d59;
  height: 100%;
  font-size: 1.75em;
  font-weight: 700;
  overflow-y:auto;
}



.js .hamburger-wrapper li {
  position: absolute;
  overflow:hidden;
  width: 1px;
  height: 1px;
  left: -1000px;

}
.c-hamburger--htx + .menu a {
padding: 0;
  line-height: 1.7;

}

.js .hamburger-wrapper .c-hamburger--htx.is-active + .menu li {
  position: relative;
  left: auto;  
  width: auto;
  height: auto;
}

}

/*********************
USEFUL UTILITIES 
********************/

.wrap {
  max-width: 63.5em;
  margin:auto;
  padding: 0 1em;
}





/* For readable line lengths */
.limit-width {
  max-width: 34em;
}

.screen-reader-text,
.partially-hidden {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

.no-break {
  white-space: nowrap;
}

.all-caps,
.uppercase  {
  text-transform: uppercase;

}
.text-center {
text-align: center;	
}
.spaced-out,
.ssbp-share-text,
.ssbp-wrap:before {
  letter-spacing: 0.1em;
}
.ssbp-share-text {
    font-weight: bold;
    margin-bottom: 0;
    vertical-align: middle;
}
.open-font.spaced-out,
.open-font .spaced-out,
.spaced-out .open-font { 
  letter-spacing: 0.18em;
}

.hide-button-text span {
  position: absolute;
  left: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.v-middle {
  display: table;
  width: 100%;
  height: 100%;
}

.v-middle > * {
  position: absolute;
}

.v-middle > *:first-child {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}



.reset-font-size {
  font-size: 1rem;  
}

.decorative,
.transformed {
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
}

input[type="submit"],
.button,
button {
  background: #6CC04A;
  border: 0;
  font-weight: 500;
  display: inline-block;
  color: white;
  transition: color 0.35s;
  position: relative;
  z-index: 1;
  padding: 0.8em 1.5em;
  text-decoration: none;
}

.button:visited, .button:active {
  color: white;
}


.button.background--Orange {
  background-color: #e56c0f;
  color: white;
}

.submit-button {
  padding: 0.75em 3em;
  float: right;
  font-size: 1.25em;
  letter-spacing: 0.1em;

    margin-top: 1em;
}



button[data-hover],
.button[data-hover] {
  overflow:hidden;
  padding: 0;
}

button[data-hover] span,
.button[data-hover] span,
button[data-hover]:before,
.button[data-hover]:before {
  padding: 1.4em 2.2em;
}

button[data-hover] span,
.button[data-hover] span {
    display: block;
   
    transition: transform 0.3s;
    background-color: #6CC04A;
}


button[data-hover]:hover span,
.button[data-hover]:hover span,
button[data-hover]:focus span,
.button[data-hover]:focus span {
    transform: translateX(100%);
}


button[data-hover]:before,
.button[data-hover]:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #154d59;
    color: #6CC04A;
    content: attr(data-hover);
    transition: transform 0.3s;
    transform: translateX(-25%);
    display: block;
    box-sizing: border-box;
}

.touch button[data-hover]:before,
.touch .button[data-hover]:before {
  transform: translateX(-105%);
}

button[data-hover]:hover:before,
.button[data-hover]:hover:before,
button[data-hover]:focus:before,
.button[data-hover]:focus:before {
    transform: translateX(0%);
}


button[data-hover].submit-button span,
button[data-hover].submit-button:before {
  padding: 0.8em 3em;
}

button[data-hover].background--Forest span,
.button[data-hover].background--Forest span {
  background-color: #005437;
  color: white;
}

button[data-hover].background--Forest:before,
.button[data-hover].background--Forest:before {
  background-color: white;
  color: #005437;
}

button[data-hover].background--Orange span,
.button[data-hover].background--Orange span {
  background-color: #e56c0f;
  color: white;
}

button[data-hover].background--Orange:before,
.button[data-hover].background--Orange:before {
  background-color: white;
  color: #e56c0f;
}


button[data-hover].background--Night span,
.button[data-hover].background--Night span {
  background-color: #154d59;
  color: white;
}

button[data-hover].background--Night:before,
.button[data-hover].background--Night:before {
  background-color: white;
  color: #154d59;
}

.button-outline {
  background: transparent;
  color: white;
  border: 2px solid white;
  transition: color 0.35s;
}

.background--Night .button-outline:hover {
  color: #154d59;
}

.background--Forest .button-outline:hover {
  color: #005437;
}

.background--Blue .button-outline:hover {
  color: #217190;
}

.background--Blue.button-outline {
  border-color: #217190;

}




.background--Green .button-outline:hover {
  color: #009A49;
}


.background--Lime .button-outline:hover {
  color: #5cb739;
}



.button-outline:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  transition: bottom 0.35s;
  content: "";
  background-color: white;
  z-index: -1;
}

.button-outline:hover:before {

  bottom: 0;
}

[data-parallax] {
  transform: translateY(0);
}

.touch [data-parallax] {
  transform: translateY(0) !important;
}


::-webkit-input-placeholder {
   color: inherit;
}

:-moz-placeholder { /* Firefox 18- */
   color: inherit;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: inherit;  
}

:-ms-input-placeholder {  
   color: inherit;  
}



/********************
TRANSITIONS
*********************/

.transition {
  transform: translateY(0), translateX(0);
  transition: transform 0.3s, opacity 0.3s, max-height 0.3s, max-width 0.3s, margin-bottom 0.3s;
}
.transition + .transition {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}


.transition-none.transition-slide-out {
  opacity: 0; 
}

.transition + .transition-slide-in {
  opacity: 1;
}

.transition + .transition-slideup {
  position: relative;
}

.transition-slideup.transition-slide-out {
  transform: translateY(-100%) !important;
}


.transition-slidedown {
  
}
.transition + .transition-slidedown {
  transform: translateY(-100%) !important;
}

.transition-slidedown.transition-slide-out {
  transform: translateY(100%) !important;
}

.transition-slidedown.transition-slide-in {
  transform: translateY(0) !important;
}



.transition + .transition-slideleft {
  transform: translateX(100%);
}

.transition-slideleft.transition-slide-in {
  transform: translateX(0) !important;
}
.transition-slideleft.transition-slide-out {
  transform: translateX(-100%) !important;
}

.transition + .transition-slideright {
  transform: translateX(-100%);
}

.transition-slideright.transition-slide-in {
  transform: translateX(0) !important;
}
.transition-slideright.transition-slide-out {
  transform: translateX(100%) !important;
}

/*********************
LINK STYLES
*********************/
a, a:visited, a[href^="tel"] {
  color: #009A49;
} 

a.no-style {
  text-decoration: none;
  color: inherit !important;
}
  /* on hover */
  /* on click */
  /* mobile tap color */ 
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #154d59; }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

a.color--Lime:visited {
  color: #5cb739;
}

a.color--Lime:hover, a.color--Lime:focus {
  color: #009A49;
}

a.color--Green:visited
.color--Green a:visited {
  color: #009A49;
}

a.color--Green:hover, a.color--Green:focus,
.color--Green a:hover, .color--Green a:focus {
  color: #005437;
}

a.color--Forest:visited {
  color: #005437;
}

a.color--Forest:hover, a.color--Forest:focus {
  color: #154d59;
}

.background--Sky a {
  color: white;
}

.background--Sky a:hover,
.background--Sky a:focus {
  color: #e5e5e5;
}

.background--Night a {
  color: #5cb739;
}

.background--Night a:hover,
.background--Night a:focus {
  color: #e5e5e5;
}


.blog .post {
  border-top: 1px solid #aaa;
  padding-top: 2em;
  margin-bottom: 2em;
}

.blog .post:first-child {
  padding-top: 0;
  border-top: 0;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility;
  font-weight: 400;
  font-size: 1.2em;
}

/*********************
HEADER STYLES
*********************/

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.9);
  z-index: 10000;
  text-align: center;
  display: table;
  width: 100%;
  font-size: 1em;
  font-weight: 900;
  height: 100%;
  letter-spacing: 0.3em;
  line-height: 2;
  padding: 0 2em;
  color: black;
  transform: translateZ(4px);
}

.header,
.footer {
   background-color: #154d59; 
   color: white;
}

.header {
  padding: 1.5em 0em;
  z-index: 8000;
}




#inner-header {
  display: table;
  width: 100%;
}

#logo {
  margin:  0; 
  width: 75%;
}

#logo img {
  max-width: 17.5em;
  transition: max-width 0.35s;
}

#logo, 
.header .tagline, 
.header .site-nav {
  display: table-cell;
  vertical-align: middle;
}

.tagline img {
    max-width: 13em;
    display: inline-block;
    transition: max-width 0.35s;
  }
.header p {
  margin: 0;
}
.header .tagline {
  display: none;
}

.header .site-nav {
  text-align: right;
}

.header .site-nav li {
  text-align: center;
}


.away-from-top .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.header.fakeHeader {
  display: none;
  visibility:hidden;
}
.away-from-top .header.fakeHeader {
  position: static;
  display: block;
  margin-top: -32px;
}

@media only screen and (max-width: 782px) {

  body.admin-bar .header.fakeHeader {
    margin-top: -46px;  
  }
}

.away-from-top .header .tagline img {
    max-width: 12em;
    top: -0.2em;
  }

.away-from-top #logo img {
  max-width: 11em;
}


@media only screen and (min-width: 37.5em) {
  #logo {
     width: 52%;
  }

  .tagline {
    display: table-cell;
    width: 40%;
    
    vertical-align: bottom;
  }
  .header .tagline {
  display: table-cell;

    text-align: right;
  }

  .tagline img {
    max-width: 13.125em;
    display: inline-block;
    padding-top: 0.7em;
  }


  .header .site-nav {
    width: 4em;
  }

}


@media only screen and (min-width: 64em) {
  #logo,
  .header .tagline {
    width: 44%;
    display: block;
    float: left;
  }

  .away-from-top .header {
  overflow:hidden;
  } 

  #inner-header {
    display: block;
  }

  .header .site-nav {
    display: block;
    width: 100%;
    clear: both;
    padding-top: 1.06em;
    max-height: 5em;
    transition: max-height 0.35s;
    /*overflow: hidden;*/
  }

  .c-hamburger {
    display: none;
  }
  
  .header {
    padding-bottom: 0;
  }


  #menu-main-menu {
    display: table;
    width: 100%;
  }

  #menu-main-menu li {
    position: relative;
    display: table-cell;
    width: auto;
    height: auto;
    left: auto;
    overflow: auto;
    vertical-align: bottom;
  }

  .header .menu li a {
    background-color: #20616b;
    margin-left: 0.2em;
    font-weight: 700;
    font-size: 0.9625em;
    padding: 0.877em 0.5em;
    color: white;
  }

  .header .menu li.login-button a {
    background: transparent;
    font-weight: 300;
    font-size: 0.75em;
    padding: 0.8em 2.1em 0.75em;
  }

  .header .menu li a.background--Blue:before {
    background: #217190;
  }

  #menu-main-menu li.login-button {
    position: absolute;
    top: -115%;
    right: 0;
  }

  .header .menu li:first-child a {
    margin-left:0;
  }

  :not(.touch) .header .menu li a:hover {
    color: white;
  }

  .header .menu li a:before {
    content: "";
    position: absolute;
    top: 0;
    left:0;
    right:0;
    height: 0;
    background-color: #6cc247;
    transition: height 0.35s;
    z-index: -1;
  }

  :not(.touch) .header .menu li a:hover:before,
  :not(.touch) .header .menu li a:focus:before {      
      height: 100%;
  }

  .header .menu li.current-menu-item a {
    background: #6cc247;
  }

  #menu-item-103 a {
    margin-left: 0;
    padding-top: 1.25em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a80a0+0,3a80a0+50,4291b5+51,4291b5+100 */
  background: #3a80a0; /* Old browsers */
  background: -moz-linear-gradient(-30deg,  #3a80a0 0%, #3a80a0 50%, #4291b5 51%, #4291b5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-30deg,  #3a80a0 0%,#3a80a0 50%,#4291b5 51%,#4291b5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(150deg,  #3a80a0 0%,#3a80a0 50%,#4291b5 51%,#4291b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a80a0', endColorstr='#4291b5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  }

  #menu-item-103 a:before {
    background: #3a80a0;
  }

  #menu-item-103.current-menu-item a {
    background: #3a80a0;
  }

  .away-from-top .header .site-nav {
    max-height: 1em;
  }

  .scrolling-up.away-from-top .header .site-nav {
    max-height: 5em;
  }



}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li {
    /*
    so you really have to rethink your dropdowns for mobile.
    you don't want to have it expand too much because the
    screen is so small. How you manage your menu should
    depend on the project. Here's some great info on it:
    http://www.alistapart.com/articles/organizing-mobile/
    */ }
    .nav li a {
      display: block;
      text-decoration: none;
      padding: 0.75em;
      color: white;
      /*
      remember this is for mobile ONLY, so there's no need
      to even declare hover styles here, you can do it in
      the style.scss file where it's relevant. We want to
      keep this file as small as possible!
      */ }
    .nav li a:hover {
      color: #5cb739;
    }
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
      padding-left: 30px; }

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 1.5em; 
}

.slab-font,
.leader-p  {
  font-family: serif;
}

.wf-opensans-n4-active .open-font {
  font-family: "Open Sans";
}

.wf-robotoslab-n7-active .slab-font,
.wf-robotoslab-n7-active .leader-p  {
  font-family: "Roboto Slab";

}

.page-header {
    text-align: center;
    padding-bottom: 3em;
    padding-top: 1em;
    background: white;
}

.page-header.no-gapping {
  padding-bottom: 0;
}

.page-header p,
.leader-p p {
  font-size: 1.4em;
  color: #5cb739;
  margin-top: 2em;
  line-height: 1.5;

}

.page-template-page-hortrack .page-header p {
  color: #2783a8;
}

.page-title {
  display: inline-block;
  margin: auto;
  padding: 0.5em 1em;
  background: #20616b;
  color: white;
  font-weight: 700;
  font-size: 3em;
  line-height: 1;
  width: 10.3em;
  max-width: 90%;
}

@media only screen and (max-width:25.625em) {
  .page-title {
  font-size: 2.5em;
}
}

.caption-title {
  line-height: 1;
}

.page-template-page-hortrack .page-title {
  background: #2783a8;
}

.page-template-page-hortrack .page-title:before,
.page-template-page-hortrack .page-title:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85%;
  height: 0.125em;
  background: #5cb739;
  content: "";
}
.page-template-page-hortrack .page-title:after {
  width: 55%;
  background: #e56c0f;
}


#hero-area,
#hero-area .trusponsive-slide-container {
  height: 67vw;
  overflow:hidden;
}



#hero-area picture.no-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}


#hero-area + .page-header {
  margin-top: -2.5em;
  padding-top: 2em;
}

#hero-area + .page-header .page-title {
    top: 0.6em;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-100%);
}

.trusponsive-slide-container {
  height: 100%;
}





#hero-area .trusponsive-captions {
    z-index: 50;
    padding: 2em 0 5em;
    overflow: hidden;
    color: white;
    white-space: nowrap;
    max-width: 61.5em;
}

#hero-area .trusponsive-captions > div {
  font-size: 0;
}

#hero-area .trusponsive-caption {
  font-size: 1rem;

    vertical-align: middle;
}


.trusponsive-caption h2 {
  margin: 0;
}

.trusponsive-slider-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 55;
}

#testimonials .trusponsive-slider-nav {

    transform: translateY(25%);
}

#hero-area .trusponsive-slider-nav {
  bottom: 1.3em; 
}

.trusponsive-slider-nav a {
  font-size: 2em;
  padding: 0;
  left: 0.5em;
}

.trusponsive-slider-nav a i:before {
  width: 0.8em;
  margin: 0;
}

.trusponsive-slider-nav .next {
  float: right;
  left: auto;
  right: 0.5em;
}

#hero-area .trusponsive-slider-pips {
    position: absolute;
    bottom: 2em;
    left: 0;
    right: 0;
    z-index: 56;
    margin-left:auto;
    margin-right: auto;
    width: 100%;
}

.trusponsive-caption {

  padding: 0 1em;
}

#hero-area .background--Sky:before, #hero-area .background--Sky:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 85%;
    height: 0.3em;
    background: #5cb739;
    content: "";
}

#hero-area .background--Sky:after {
    width: 55%;
    background: #e56c0f;
}

.trusponsive-captions  {
  transition: background-color 0.35s;
}

@media only screen and (min-width: 30em) {
  #hero-area {
    height: 19em;
    
  }


 #hero-area .trusponsive-slide-container {
    height: 31vw;
  }

  #hero-area picture img {
    left: 50%;
    margin-left: -32em;
    min-width: 64em;
  }
  #hero-area.trusponsive-slider picture img {
    left: auto;
    margin-left: 0;
    min-width: 0;
  }
}

#hero-area .caption-title {
  font-size: 1.8em;
}



@media only screen and (min-width: 52em) {
  #hero-area .caption-title {
    font-size: 3.2em;
  }
  #hero-area .caption-title.small-version {
    font-size: 2.4em;
  }
  #hero-area .trusponsive-caption p {
  font-size: 1.05em;
}

}

@media only screen and (min-width: 64em) {
  #hero-area {
    height: 23vw;
  }

  #hero-area .trusponsive-slide-container {
    height: 37vw;
    margin-bottom: 6rem;

  max-height: 37rem;
  }

  #hero-area picture img {
    left: auto;
    margin-left: 0;
    min-width: 0;
  }

.hortrac-version .caption-title {
  display: none;
}


  .hortrac-version {

  background: url('../images/hortrac_slide_logo.svg') 5em center no-repeat;
  background-size: 19em;
}

.hortrac-version p {
      float: right;
    width: 60%;
    text-align: left;
}

}



@media only screen and (min-width: 75em) {
 #hero-area .trusponsive-slide-container {

    /*margin-bottom: 0;*/
  }
}






@media only screen and (min-width: 64em) {

  #hero-area .trusponsive-slide:before {
      content: "";
      background: white;
      position: absolute;
      width: 100%;
      height: 3em;
      bottom: -1px;
      z-index: 30;
  }

  #hero-area .trusponsive-captions {
   
    position: absolute;
    bottom: 2em;
    left: 0;
    right: 0;
    min-height: 10em;
    padding-bottom: 4em;
    width:100%;
    margin-left: auto;
    margin-right: auto;
  }
  #hero-area .trusponsive-slider-nav {
    bottom: 8em;

    padding: 0 1em;

    height: 0;
    top: 50%;
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(1em);
  }
  
  .trusponsive-caption {

    padding: 0 5em;
  }

    #testimonials .trusponsive-caption p {
      font-size: 1.4em;
    }

  #hero-area .trusponsive-slider-pips {
    bottom: 3em;
  }

  #testimonials .trusponsive-slider-nav {
    bottom: 50%;
    transform: none;
}

  
}

@media only screen and (min-width: 87.5em) {
#testimonials .trusponsive-slider-nav {
  max-width: none;
  width: 120%;
  left: -10%;

}

}




#hero-area.trusponsive-slider {
  height: auto;
}


#testimonials {
      overflow: hidden;
    padding-bottom: 3em;
    padding-top: 4em;
}

#testimonials .trusponsive-slide-container {
  margin-bottom: 4rem;
}

#testimonials cite {
  font-weight: 700;
  font-style:normal;
  margin-top: 1.5em;
  display: block;
}

#testimonials h2 {

}

#testimonials .trusponsive-slider-nav a {
  font-size: 3em;
}

#testimonials picture {
  position:absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#testimonials picture img {
    width: auto;
    height: 130vh;
}

@media only screen and (min-width: 30em) {
  #testimonials picture img {
    max-width: 1200px;
  }

}

@media only screen and (min-width: 64em) {
  #testimonials picture img {
    max-width: none;
    width: 100%;
    height: auto;
  }

}

@media only screen and (min-width: 96em) {
  #testimonials picture img {
    width: 100%;
    max-width: none;
  }

}

.trusponsive-slide-container {
  white-space: nowrap;
  font-size: 0;
  overflow:hidden;
}

.trusponsive-slider-pips {
  text-align: center;
}

.trusponsive-slider-pip {

    width: 1em;
    height: 1em;
    display: inline-block;
    text-indent: -1000px;
    line-height: 6em;
    overflow: hidden;
    position: relative;

}

.trusponsive-slider-pip:after {
    width: 0.5em;
    border: 2px solid white;
    height: 0.5em;
    border-radius: 100%;
    transition: background 0.3s, border-color 0.3s;
    cursor: pointer;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.homepage-content {
  margin-bottom: 6em;
}

#hero-area[data-trusponsive_current_slide="1"] .trusponsive-slider-pip:nth-child(1):after,
#hero-area[data-trusponsive_current_slide="2"] .trusponsive-slider-pip:nth-child(2):after,
#hero-area[data-trusponsive_current_slide="3"] .trusponsive-slider-pip:nth-child(3):after,
#hero-area[data-trusponsive_current_slide="4"] .trusponsive-slider-pip:nth-child(4):after,
#hero-area[data-trusponsive_current_slide="5"] .trusponsive-slider-pip:nth-child(5):after,
#hero-area[data-trusponsive_current_slide="6"] .trusponsive-slider-pip:nth-child(6):after {
  background: #5cb739;
}

[data-trusponsive_current_slide="1"] .trusponsive-slider-pip:nth-child(1):after,
[data-trusponsive_current_slide="2"] .trusponsive-slider-pip:nth-child(2):after,
[data-trusponsive_current_slide="3"] .trusponsive-slider-pip:nth-child(3):after,
[data-trusponsive_current_slide="4"] .trusponsive-slider-pip:nth-child(4):after,
[data-trusponsive_current_slide="5"] .trusponsive-slider-pip:nth-child(5):after,
[data-trusponsive_current_slide="6"] .trusponsive-slider-pip:nth-child(6):after {
  border-color: #5cb739;
}

.trusponsive-slide,
.trusponsive-caption {
  display: inline-block; 
  white-space: normal;
  transition: transform 0.5s;
  font-size: 1rem;
  height: 100%;
  width: 100%;
  vertical-align: bottom;

}



.trusponsive-slider[data-trusponsive_transition="sliderightleft"][data-trusponsive_current_slide="1"] .trusponsive-slide,
#hero-area.trusponsive-slider[data-trusponsive_transition="sliderightleft"][data-trusponsive_current_slide="1"] .trusponsive-caption {
  transform: translateX(0);
}

.trusponsive-slider[data-trusponsive_transition="sliderightleft"][data-trusponsive_current_slide="2"] .trusponsive-slide,
#hero-area.trusponsive-slider[data-trusponsive_transition="sliderightleft"][data-trusponsive_current_slide="2"] .trusponsive-caption {
  transform: translateX(-100%);
}

.trusponsive-slider[data-trusponsive_transition="sliderightleft"][data-trusponsive_current_slide="3"] .trusponsive-slide,
#hero-area.trusponsive-slider[data-trusponsive_transition="sliderightleft"][data-trusponsive_current_slide="3"] .trusponsive-caption {
  transform: translateX(-200%);
}

.trusponsive-slider[data-trusponsive_transition="sliderightleft"][data-trusponsive_current_slide="4"] .trusponsive-slide,
#hero-area.trusponsive-slider[data-trusponsive_transition="sliderightleft"][data-trusponsive_current_slide="4"] .trusponsive-caption  {
  transform: translateX(-300%);
}

.trusponsive-slider[data-trusponsive_transition="sliderightleft"][data-trusponsive_current_slide="5"] .trusponsive-slide,
#hero-area.trusponsive-slider[data-trusponsive_transition="sliderightleft"][data-trusponsive_current_slide="5"] .trusponsive-caption {
  transform: translateX(-400%);
}

.trusponsive-slider[data-trusponsive_transition="sliderightleft"][data-trusponsive_current_slide="6"] .trusponsive-slide,
#hero-area.trusponsive-slider[data-trusponsive_transition="sliderightleft"][data-trusponsive_current_slide="6"] .trusponsive-caption {
  transform: translateX(-500%);
}






blockquote {
  margin: 0;
}


a .icon-up-open-big,
a .icon-left-open-big,
a .icon-right-open-big,
a .icon-down-open-big,
.eg-icon-right-open,
.eg-icon-left-open,
a.right-arrow:after,
a.left-arrow:after,
.esgbox-prev span,
.esgbox-next span  {
  transition: all 0.35s;
   display: inline-block;
}

a:hover .icon-up-open-big{
  transform: rotateX(40deg) translateY(-0.05em);
}

a:hover .icon-down-open-big {
  transform: rotateX(-40deg) translateY(0.05em);
}

a:hover .icon-left-open-big,
.eg-icon-left-open:hover,
.esgbox-prev:hover span {
  transform: rotateY(40deg) translateX(-0.05em);
}

a:hover .icon-right-open-big,
.eg-icon-right-open:hover,
.esgbox-next:hover span  {
  transform: rotateY(-40deg) translateX(0.05em);
}

a.left-arrow:hover:after {
  transform: translateY(-50%) rotateY(40deg) translateX(-0.05em);
}

a.right-arrow:hover:after {
  transform: translateY(-50%) rotateY(-40deg) translateX(0.05em);
}


#BackToTop {
  display: table;
  caption-side: bottom;
  width: 100%;
  font-weight: 700;
  margin-top: 1em;
}

#BackToTop .button {
  padding: 0.5em;
  color: white;
}

#BackToTop .button:hover,
#BackToTop .button:focus {
  color: white;
}

#BackToTop p {
  display: table-caption;
}

#wpcf7-f4-p45-o1  input[type="submit"] {
  float: right;
}
.contact-details {
  font-size: 1.15em;
}

.contact-details .col {
  float: left;
  vertical-align: top;
  width: 33%;
}

@media only screen and (max-width: 37.5em) {
  .contact-details .col {
    float: none;
    width: 100%;
  }

  .contact-details dt.hours, .contact-details dt.address {
      margin-top: 1.75em;
  }
}

.contact-details dt {
  font-weight: 700;
  color: #009A49;
  margin: 0.25em 0;
}
.contact-details ul {
  margin: 0;
}

.contact-details dt.phone {
  margin-top: 0;
}



@media only screen and (min-width: 42em) {
  .half-row {
    float: left;
    width: 48.5%;
    position:relative;
  }
  .half-row:nth-child(even) {
    left: 3%;
  }
  .half-row:nth-child(odd) {
    
  }
}

@media only screen and (min-width: 64em) {
.contact-details {
  float: left;
  width: 26%;
}

.contact-details dt.hours,
.contact-details dt.address {
  margin-top: 1.75em;
}


.contact-details .col {
  float: none;
  width: 100%;
}

.contact-content {
  float: right;
  width: 71%;
}

}

#ContactMap {
  height: 50vh;
  margin-top: 5em;
}


.gallery-content {
  margin: 0.6em 0;
}

.produce-listings {
  margin-top: -4%;
}

.produce-listings h2 {
  font-size: 1em;
}

.produce-listings a {
  float: left;
  display: block;
  width: 100%;
  margin-top: 4%;
  perspective: 100px;
  transform-origin: 50% 50%;
  overflow: hidden;
  color: white !important;
}
.produce-listings a:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  background: rgba(0,61,70,0.75);
  transition: opacity 0.25s 0.1s;
}


.produce-listings a:hover:before {
   transition-delay: 0s;
  transition-duration: 0.35s;
   opacity:1;
}

.produce-listings a img {
  transition: transform 0.35s;
}

.produce-listings a:hover img {
  transform: translateZ(1em);
}

.produce-listings a .hover-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.js .produce-listings a .hover-container {
  opacity: 0;
  transition: opacity 0.35s;
}

.js .produce-listings a:hover .hover-container {
    transition-delay: 0.1s;
    transition-duration: 0.25s;

    opacity: 1;
}

.produce-listings img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 26em) {
  .produce-listings a {
    width: 48.5%;
    margin-top: 3%;
    margin-left: 3%;
  }
  .produce-listings a:nth-of-type(odd) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 42em) {
  .produce-listings {
    margin-top: -2%;
  }

  .produce-listings a {
    width: 32%;
    margin-top: 2%;
    margin-left: 2%;
  }

  .produce-listings a:nth-of-type(odd) {
    margin-left: 2%;
  }

  .produce-listings a:nth-of-type(3n+1) {
    margin-left: 0;
  }
}

@media only screen and (min-width: 64em) {
  .produce-listings {
   margin-top: -1.5%;
  }

  .produce-listings a {
    width: 23.875%;
    margin-top: 1.5%;
    margin-left: 1.5%
    
  }
  .produce-listings a:nth-of-type(odd),
  .produce-listings a:nth-of-type(3n+1) {
    margin-left: 1.5%;
  }

  .produce-listings a:nth-of-type(4n+1) {
    margin-left: 0;
  }
}


.produce-navigation {
  margin-bottom: -5em;
  padding: 3.6em 0 3.5em;
  margin-top: 4em;
}


.produce-title {
      display: inline-block;
    padding: 0 0.1em;
    font-weight: 300;
    margin: 0;
    top: -0.25em;
    z-index: 0;
    width: 80%;
    font-size: 2.2em;
}

@media only screen and (min-width: 27.6em) {
  .produce-title {
    min-width: 11.5em;
    width: auto;
    padding: 0 2em;
    font-size: 2.4em;
  }

}

.produce-info h3 {
  margin-bottom: 0;
  font-weight: 700;
}

.produce-info h3 + p {
  margin-top: 0;
}

.produce-info .leader-p p {
  margin-top: 0;
}

.produce-stats h3 {
  font-weight: 700;
  margin-top: 0;
}
.produce-stats p {
  margin-top: 0;
}
.produce-stats {
  padding: 1em;
  margin-top: 4em;
}

.nutrition-table {
  margin: 1em 0 2em;
  background: #f8f8f8;
  width: 100%;
}
.nutrition-row {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
}

.nutrition-row:last-child {
border-bottom: none;
}

.nutrition-table .sub-row th,
.nutrition-table .sub-row td {
  font-weight: 400;
}

.nutrition-table th, .nutrition-table td {
  padding: 0.55em 0.4em;
  line-height: 1.33;
}

.nutrition-row th {
  text-align: left;
 }
 .nutrition-row td,
.nutrition-table thead th { 
  text-align: right;

}

.avg-per,
.avg-100,
.percent-per {
  max-width: 13.5em;
}

.nutrition-row:nth-of-type(odd) {
  background: #ededed;
}

.nutrition-row th {
  width: 35%;
}

.produce-stats cite {
  display: block;
  margin-top: 1em;
  font-weight: 700;
}

.no-skin {
  margin-bottom: 1em;
}

.no-skin ~ .button  {
    width: 23.55%;
}

@media only screen and (max-width: 65em) {
  .no-skin ~ .button  {
      width: 32%;
  }
}

@media only screen and (max-width: 49.76em) {
  .no-skin ~ .button  {
    width: 48.5%;
  }
}

@media only screen and (max-width: 37.5em) {
  .no-skin ~ .button  {
    width: 100%;
  }
}


.no-skin ~ .button + .button {
  float: right;
}

.button.left-arrow span,
.button.right-arrow span,
.button.left-arrow:before,
.button.right-arrow:before {
  padding-left: 5em;
  padding-right: 5em;
  text-align: center;
}

.produce-navigation .button.left-arrow span,
.produce-navigation .button.left-arrow:before {
  padding-left: 3em;
  padding-right: 2em;

}

.produce-navigation .button.right-arrow span,
.produce-navigation .button.right-arrow:before {
padding-right: 3em;
padding-left: 2em;

}

.button.left-arrow:after,
.button.right-arrow:after {
      color: white;
    position: absolute;
    font-size: 1.3em;
    z-index: 10;
    top: 50%;
    left: 0.5em;
    transform: translateY(-50%);
}



.button.right-arrow:after {
  left: auto;
  right: 0.5em;
}

@media only screen and (max-width: 30em) {

  .nutrition-table {
    font-size: 0.9em;
  }

  .nutrition-row, .nutrition-table thead {
    display: table;
    width: 100%;
    background: transparent !important;

  }
  .nutrition-row th {
    display: table-caption;
    background: #c2d3ca;
text-align: center;
  width: 100%;
    padding: 0.6em 1em;
  }
  .nutrition-row td, .nutrition-table thead th {
    width: 33%;
    padding: 0.5em 0.75em;
    text-align: center;
  }
  .nutrition-table thead th:first-child {
    display: none;
  }

  .nutrition-table thead th {
    text-align: center;
    line-height: 1.25;
  }

  .nutrition-row td:nth-of-type(even), .nutrition-table thead th:nth-of-type(odd) {
    background-color: #ededed;
  }
}

@media only screen and (min-width: 53em) {

  .produce-info .leader-p p {
  margin-top: 0;
}
  .produce-stats {
    margin-top: 0;
    float: right;
    width: 59%;
  }
  .produce-info {
    float: left;
    width: 37%;
  }
}

@media only screen and (min-width: 64em) {
.produce-stats {
  
    width: 49%;
  }
  .produce-info {
    
    width: 47%;
  }
}



.job-areas {
  margin-top: 5em;
  margin-bottom: 5em;
}

.job-area-table {
  
  max-width: 40em;
  margin: auto;
  margin-bottom: 2em;
}



@media only screen and (min-width: 51.25em) {
  .job-area-table {
    float: left;
    width: 32%;
    margin-left: 2%;
  }
  .job-area-table:first-child {
    margin-left: 0;
  }
}

.job-area-table span,
.job-area-table h2
 {
  display: block;
  padding: 1em 0.8em;
  background: #f6f6f6;
  margin: 0;
}

.job-area-table span {
  padding-left: 2.5em;
  font-weight: 700;
  color: #575755;
}

.job-area-table small {
  display: block;
  font-size: 1em;
  font-weight: 400;
}

.job-area-table span:nth-child(even) {
  background: #ededed;
}

.job-area-table h2 {
  background: #5cb739;
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: 1.5em;
  padding: 0.7em;
}

.job-area-table .icon-play {
  color: #5cb739;
    position: absolute;
    left: 0.75em;
    top: 1em;
}

.job-listings {
    padding-top: 3em;
    padding-bottom: 3em;
}

h2 {
  font-size: 2.4em;
  font-weight: 700;
}

.job-listings h2 {
  color: #5cb739;
}

.job-listings h3 {
  color: #154d59;
  margin-top: 0;
  font-weight: 700;
}
.job-listing-content {
  margin-bottom: 3em;
}
.job-testimonial {
  padding-bottom: 3em;
  margin-bottom: -5em;
  padding-top: 5em;
}


.job-listings + .job-testimonial:before {
  content: "";
  border: 2em solid #ededed;
  border-color: #ededed transparent transparent;
  top: 0;
  position: absolute;
  left:  50%;
  transform: translateX(-50%);
}


.polaroid {
    max-width: 16.4em;
    padding: 1em 1em 4em;
    margin: 4em auto 3em;
    background: #ededed;
    box-shadow: 0.5em 0.5em 1em rgba(0,0,0,0.3);
    transform: rotateZ(-2.7deg);
    width: 95%;
    font-size: 1rem;
}
.polaroid img {
  max-width: 100%;
  height: auto;
}


.job-testimonial .quote-content {
  color: #5cb739;
  font-size: 1.225em;
}

.job-testimonial .quote-content p:before,
.job-testimonial .quote-content p:after {
  content: '"';
}

.job-testimonial cite {
  font-style: normal;
  font-size: 0.85em;
}
.job-testimonial cite strong {
  display: block;
}

.esgbox-type-iframe .esgbox-inner {
  overflow: auto !important;
}
.esgbox-close {

     top: -0.5em !important;
    right: -0.5em !important;
    text-decoration: none;
    background-image: none !important;
    background: white;
    text-align: center;
    line-height: 2.2em;
}

.esgbox-wrap.esgbox-mobile.esgbox-type-image:before {
    position: absolute;
    content: "";
    display: block;
    background: white;
    left: -0.75em;
    top: -0.75em;
    bottom: -0.75em;
    right: -0.75em;
}

.esgbox-opened .esgbox-skin {
  box-shadow: none !important;
}

.esgbox-nav span {
  font-size: 1.3em;
  font-weight: 700;
  color: white;
  background-image: none !important;
}

@media only screen and (min-width: 75em) {
  .no-skin .esg-navigationbutton *  {    
 
    background: none !important;
  }
  .no-skin .eg-icon-left-open  {   
    left: -160%;
  }
  .no-skin .eg-icon-right-open  {   
    right: -160%;
  }
}



/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: white;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #eaedf2; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #5cb739; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #5cb739;
      color: white; }
  .pagination .current {
    cursor: default;
    color: #009A49; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: white;
      color: #5c6b80; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */ }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #9fa6b4;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: white; }
  .comment.even {
    background: #f8f9fa; }

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa; }

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #5c6b80; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em; }

/* comment submit button */
#submit {
  float: right;
  font-size: 1em; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */ }

.no-widgets {
 }

/*********************
FOOTER STYLES
*********************/
.footer {
padding: 2em 1em;
text-align: center;
z-index: 8001;
}

#inner-footer {
  caption-side: bottom;
  display: table;
  width: 100%;
  margin-top: 0.7em;
}

.copyright {
  display: table-caption;
  margin-top: 1.5rem;
}

.credits {
  font-size: 0.85em;
  margin-top: 2rem;
}

.copyright,
.credits {
  font-size: 0.7em;
}

#post-43 span.wpcf7-not-valid-tip {
  color: #FF9595;
}

@media only screen and (min-width: 64em) {

  .copyright,
  .credits {
    font-size: 0.85em;
  }
}

.credits img {
    height: 2em;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.3em;
}

.ssbp-wrap {
  margin-bottom: 1rem;
}

.ssbp-set--one {
  display: none;
}

.ssbp-wrap:before {
    vertical-align: middle; 
  }
  .ssbp-container br {
    display: none;
  }

.footer .ssbp-set--one {
  display: inline-block;
}

.footer .ssbp-set--two {
  display: none;
}

.ssbp-set--two.ssbp-wrap:before {
  display: none;
}

.ssbp-set--two {
  margin-top: 1em;
}

.ssbp-set--two br {
  display: none;
}

.ssbp-set--two .ssbp-share-text {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 1em;
}

@media only screen and (min-width: 37.5em) {

    #BackToTop  {
      position: fixed;
      bottom: 10em;
      right: 1em;
      display: inline-block;
      width: auto;
      z-index: 7000;
    }
    #BackToTop .button {
      padding: 0.8em 1em;
      opacity: 0;
      transition: opacity 0.35s;
    }
    .near-bottom #BackToTop .button {
      opacity: 1;
    }

#BackToTop p {
  display: none;
}


  .footer .tagline {
    width: 28%;
  }

  .copyright {
    display: table-cell;
    width: 40%;
    text-align: left;

    padding-right: 1em;
  }

  .credits, .copyright {
    vertical-align: middle;
  }

  .credits {
    display: table-cell;
    width: 32%;
    text-align: right;

    padding-left: 1em;
  }
}

.people-management .table {
  caption-side: top;
}
.person-image {
 display: table-caption;
 width: 100%;
}

.people-management .table {
  background-color: #005437;
  color: white;
}

.people-management .table:nth-of-type(odd) {
  background-color: #003139;
}

@media only screen and (min-width: 60em) {
.hortrac-features .table,
#hortrac-primary-row,
.people-management .table {
    min-height: 45em;
}
}

@media only screen and (min-width: 74.875em) {
  .hortrac-features .table,
  #hortrac-primary-row,
  .people-management .table {
      min-height: 38em;
  }
}

.hortrac-features .table:nth-of-type(odd) {
 background-color: #F1F1F1;
 }

 .hortrac-features .title {
  font-size: 2.25em;
  text-align: center;
     vertical-align: bottom;
    display: block;
    margin: auto;
    margin-top: 1.8em;
    margin-bottom: 1.5em;

 }

  .hortrac-features .title img {
    height: auto;
    width: 7em;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0.35em;
    margin-right: 0.35em;
 }

.person-info {

    padding: 2em 1em;
    font-size: 1em;
}

.quick-scroll-arrow {
  font-size: 2em;
  display: block;
  text-align: center;
  margin: auto;
}

@media only screen and (min-width: 64em) {
  .quick-scroll-arrow {
  
    top: -0.35em;
  }
}

@media only screen and (min-width: 37.25em) {
  .person-info {
  padding: 5em;
  font-size: 1em;
  }
}

.person-info h3 {
  font-size: 1.6em;
  margin: 0;
}

.person-info h4,
.person-info h5 {
  font-size: 1.05em;
  letter-spacing: 0.1em;
  margin: 0;
}

.person-info h5 {
  font-weight: 300;
}

.contact-info p {
  margin: 0;
}

.contact-info i {
  color: #5cb739;
}

.contact-info {
  margin: 1em 0;
}

.contact-info a {
  color: white;
  text-decoration: none;
}

.contact-info a:focus,
.contact-info a:hover {
  color: #5cb739;
}


@media only screen and (min-width: 60em) {

.person-image,
.person-info {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.person-image {
  overflow: hidden;
}

.person-image picture {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
}

.person-image picture {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 50%;
    bottom: 0;
    right: 0;
  }



.person-image picture img {
      transform: translate3d(-50%,-50%,0);
}

.person-image picture img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    max-width: none;
    width: auto;
    transform: translateX(-50%);
  }



}

@media only screen and (min-width: 74.875em) {
.person-image picture img {
  width: 100%;
  height: auto;
}
}

@media only screen and (min-width: 87.5em) {
.person-image picture img {
  height: 100%;
  width: auto;
}

}


@media only screen and (min-width: 60em) and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-width: 60em) and (min-resolution: 192dpi) { 
  .person-image picture img {
    height: 130%;
  }
}


html .eg-sister-site-element-11 {
  width: 70% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html .eg-sister-site-element-11 p {
  line-height: 1.33 !important;
}

.eg-sister-site-element-10 {
  margin-top: 3em !important;
  letter-spacing: 0.1em;
}

@media only screen and (min-width:61em) {
  html .eg-sister-site-element-11 {
    width: 90% !important;
  }

  .eg-sister-site-element-10 {
    margin-top: 2em !important;
    
  }
}

@media only screen and (min-width:72em) {
  html .eg-sister-site-element-11 {
    width: 50% !important;
  }
  .eg-sister-site-element-10 {
    margin-top: 3em !important;
    
  }
}



@media only screen and (max-width: 33.75em) {
  .eg-sister-site-container {
    background: rgba(0,0,0,0.5) !important;
  }
  .eg-sister-site-element-3 {
    font-size: 1.4em !important;
  }
  html .eg-sister-site-element-11 {
    width: 95% !important;
  }
  html .eg-sister-site-element-11 p {
    margin-top: 0 !important;
    font-size: 0.85em;
  }
  .eg-sister-site-element-9 {
    display: none !important;
  }
  .eg-sister-site-element-10 {
    font-size: 0.7em !important;
    margin-top: 0em !important;
  }
  
}

.homepage-tiles {

    width: 102%;
    left: -1%;
}

.tile {
 display: inline-block;
  overflow: hidden;
  
    font-size: 0.95em;
    line-height: 1.2;
}


.tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 0;
  overflow: hidden;
  transition: min-height 0.35s;
}

.tile-overlay h2 {
  font-size: 1.2em;
  padding: 0.75em 1em;
  margin: 0;
}

@media only screen and (min-width: 24em) {
  .tile-overlay h2 {
    font-size: 1.4em;
  }
  .tile {
   
    
    font-size: 0.9em;
   
  }
}

@media only screen and (min-width: 37.5em) {

  .tile {
   
    width: 48%;
   
    margin: 0.8% 1%;
  }

}

@media only screen and (min-width: 59.375em) {

   .tile {
    width: 31.3333%;
    font-size: 1em;
  } 
  .tile--Rectangle {
    width: 64.6666%;
  }

 

}


.tile-overlay p {
  margin: 0;
  padding: 0 1.4em;
 
}

.tile-overlay .button {
  font-size: 0.8em;
  position:absolute;
  bottom: 1.75em;
  right: 1.75em;
 	opacity: 0;
 	transition: opacity 0.2s;
}
a:hover .tile-overlay .button {
	opacity: 1;
}
a:hover .tile-overlay {
  min-height: 100%;

}

.js .overlay-masked {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.35s, opacity 0.35s;
  position: static;
}

.js a:hover .overlay-masked {
  max-height: 14em;
  opacity: 1;
  transition: max-height 0.35s, opacity 0.25s 0.1s;
}


[data-onscroll] > * {
  opacity: 0;
 
  
}

[data-onscroll="slidein"] > * {
   transform: translateX(5em);
}

[data-onscroll="slidein"]:first-child > * {
transform: translateX(-5em);
}

.scrolled > * {
  transition: all 0.35s;
  opacity: 1;
  transform: translateX(0);
}


.circle {
    height: 8.5em;
    width: 8.5em;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 1.4em;
    padding: 1.45em 1.3em 0;
    line-height: 1.2;
    margin: 2em 1em 0;
}

.circle span {
  display: block;
  font-size: 2.4em;
  font-weight: 900;
}

.about-section {

  padding: 4em 0 8em;
}


.about-section h2 {
  line-height: 1.25;
}

.about-community {
  padding-bottom: 2em;
}
.about-content,
.people-content,
.hortrac-content {
  margin-top: -2em;
}

.people-rse  {
  padding-top: 2em;
}

.download-button {
  margin-top: 2em;
}

.download-button span,
.download-button:before {
  background-image: url('../images/download.svg');
  background-position: right 1.5em center;
  background-size: 2em;
  background-repeat: no-repeat;
  padding-right: 5em !important;
}

.image-band img {
  float: left;
  width: 50%;
}


.image-band img:first-child,
.image-band img:last-child {
  display: none;
}

@media only screen and (min-width: 45em) {
  .image-band img {

    width: 25%;
  }
}

@media only screen and (min-width: 65em) {
  .wrap {
    padding: 0;
  }
  #hero-area .trusponsive-captions {
    max-width: 63.5em;
  }
  .trusponsive-slider-nav a {
    left: 0;
  }
  .trusponsive-slider-nav .next {
    
    left: auto;
    right: 0em;
  }
}

@media only screen and (min-width: 75em) {
  .image-band img {

    width: 16.666%;
  }
  .image-band img:first-child,
.image-band img:last-child {
  display: block;
}
}

.about-section small {
  font-style: italic;
  font-weight: 700;

}
.with-lead-in-arrow:before {
  content: "";
  border: 2em solid;
  border-color: #ffffff transparent transparent;
  top: 0;
  position: absolute;
  left:  50%;
  transform: translateX(-50%);
}

.background--Green + .with-lead-in-arrow:before {
  content: "";
  border: 2em solid;
  border-color: #009A49 transparent transparent;
  top: 0;
  position: absolute;
  left:  50%;
  transform: translateX(-50%);
}


.about-history {
  margin-top: 6em;
}

.community-logos {
  text-align: center;
  margin: 3em 0 1em;

}

.community-logos img {
      width: auto;
    max-height: 8em;
    max-width: 10em;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em 2em;
}

.hortrac-content h2 {
  font-size: 1.5em;
  line-height: 1.25;
}

#hortrac-primary-row {
  margin-top: 4em;
}

#hortrac-primary-row .person-info {
  background-image: url('../images/cogs.svg');
  background-position: top -6em right;
    background-size: 27em;
    background-repeat: no-repeat;

}

#hortrac-primary-row .button {
  margin-top: 2em;
}

#hortrac-primary-row .button span,
#hortrac-primary-row .button:before {
  padding: 0.3em 1.2em 0.5em;
}

#hortrac-primary-row h2 {
  font-size: 2.25em;
}

#signup {
  padding: 3em 0;
}

#signup h2.button {
      padding: 0.3em 1em 0.4em;
      line-height: 1.1;
}

#signup h2 i {
  font-size: 0.7em;
  font-family: "Open Sans", san-serif;
  font-weight:300;

}

#signup h3 {
  font-size: 1.4em;
}

#signup .submit-button {
  float: none;
}

.checklist li {
  padding-left: 1.7em;
  margin: 0.3em 0;
}

.checklist li i {
  position: absolute;
  left: 0em; 
  top: 0em;
}


.post-title {
  font-size: 2em;
  text-decoration: none;
}

a.post-title:hover,
a.post-title:focus {
  text-decoration: underline;
}

.read-more {
  text-decoration: none;
  font-weight: 700;
  font-style: italic;
  margin-top: 1em;
  display: block;
}


.post .entry-time {
    font-size: 1em;
    font-weight: 700;
    display: inline-block;
    padding: 0 0 0 0.5em;
    margin-right: 1em;
}

.entry-time .month {
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.2em;
    margin-left: 0.5em;
    padding: 0 1em;
}


.entry-author {
    font-size: 0.8em;
    font-weight: 700;
    margin: 1em 0;
    display: inline-block;
}


.post .byline {
  position: static;
  padding-top: 1em;
}

.post-title {
  line-height: 1.2;
}

@media only screen and (min-width: 28em) {
  .post .byline {
  padding-top: 0;
  }
  .post .entry-time {
      position: absolute;
      top: 0.2em;
      left: -2.7em;
      width: 2em;
      font-size: 2em;
      margin-right: 0;
      padding: 0;
      display: block;
  }

  .entry-time .month {
    display: block;
    font-size: 0.8rem;
    margin-left:0;
    padding: 0;
  }
  
  .entry-author {
    display: block;
  }
  .post,
  .sidebar {

    padding-left: 5.5em;
  }
}

.post-footer {
  margin-top: 2em;
}

.post-footer nav {
  font-weight: 700;
  margin-top: 5em;
  margin-bottom: 3em;
}
.post-footer nav a {
  text-decoration: none;
}
.post-footer nav [rel="next"] {
  float: right;
}
.post-footer nav [rel="prev"] {
  float: left;
}

.widgettitle {
  font-size: 0.9em;
  font-weight: 700;
}

.sidebar a, .sidebar a:visited {
  color: #333;
  text-decoration: none;
}
.sidebar a:hover, .sidebar a:focus {
  color: #5cb739;
}
#recent-posts-2 li {
  margin: 0.75em 0;
}



 @media only screen and (min-width: 60em) {
  .single .post {
    width: 68%;
    float: left;
  }
  .sidebar {
    float: right;
    width: 29%;
    padding-left: 0;
  }
 }

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
    border: none;
    width: 100%;
    background: #009A49;
    color: white;
    padding: 1.03em;
    margin: 0;
  margin-top: 1em;
}


div.wpcf7-validation-errors {
  background: red;
 }

 @media only screen and (min-width: 45em) {
    #post-45div.wpcf7-mail-sent-ok,
    #post-45div.wpcf7-validation-errors {
    position: absolute;
    bottom: 0;
    top: auto;
    margin-top: 0;
     width: 70%;
  }
 }


 #mc4wp-form-1 {
  float: right;

    text-align: right;
 }
#call-to-action.newsletter-signup p {
  width: 50%;
}
.newsletter-signup input,
.newsletter-signup button {
  width: auto;
  display: inline-block;
  vertical-align: bottom;
}
.newsletter-signup input {
    font-size: 1.2em;
    padding: 1.75em 1em;
    }
#call-to-action.newsletter-signup button {
  float: none;
}
 
.mc4wp-response {
    font-size: 0.5em;
    padding-top: 1em;
}

@media only screen and (max-width: 47.5em) {
  #call-to-action.newsletter-signup p {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 1em;
}
#mc4wp-form-1 {
    float: none;
    text-align: center;
    width: 100%;
    display: block;
}
}

img.ajax-loader {
  width: auto;
}

@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

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

  thead {
    display: table-header-group; }

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

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }


