/*
  Modular CSS
  Author: Nicholas Edwards
  Date: March 2015
  Version: 2.0.0
  Dependencies:
    Bootstrap(sass)   v3.2.0
    Unison.js     v0.6.0
    SUSY        v2.1.2
    Bourbon(sass)   v4.0.2
    Normalize     v3.0.1
    HTML5Boilerplate  v4.3.0
*/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

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

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

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

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

dd {
  margin: 0 0 0 40px; }

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

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

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

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

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

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

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

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

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

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

/**
 * 1. 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

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

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

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

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

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

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

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

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

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

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

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .nav-utility:before, .l-content--home:before, .l-footer__row:before, .newsletter-signup:before, .social:before, .cta-section:before, .news-views:before, .testimonials:before, .gallery:before, .nav-primary:before, .nav-primary > ul:before,
.clearfix:after,
.nav-utility:after,
.l-content--home:after,
.l-footer__row:after,
.newsletter-signup:after,
.social:after,
.cta-section:after,
.news-views:after,
.testimonials:after,
.gallery:after,
.nav-primary:after,
.nav-primary > ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .nav-utility:after, .l-content--home:after, .l-footer__row:after, .newsletter-signup:after, .social:after, .cta-section:after, .news-views:after, .testimonials:after, .gallery:after, .nav-primary:after, .nav-primary > ul:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix, .nav-utility, .l-content--home, .l-footer__row, .newsletter-signup, .social, .cta-section, .news-views, .testimonials, .gallery, .nav-primary, .nav-primary > ul {
  *zoom: 1; }

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

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

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

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

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

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

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

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

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

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
@media screen and (min-width: 200px) {
  head {
    font-family: "usn-x-small 200px"; }

  body:after {
    content: "usn-x-small - min-width: 200px"; } }
@media screen and (min-width: 400px) {
  head {
    font-family: "usn-small 400px"; }

  body:after {
    content: "usn-small - min-width: 400px"; } }
@media screen and (min-width: 600px) {
  head {
    font-family: "usn-small-medium 600px"; }

  body:after {
    content: "usn-small-medium - min-width: 600px"; } }
@media screen and (min-width: 800px) {
  head {
    font-family: "usn-medium 800px"; }

  body:after {
    content: "usn-medium - min-width: 800px"; } }
@media screen and (min-width: 1000px) {
  head {
    font-family: "usn-large-medium 1000px"; }

  body:after {
    content: "usn-large-medium - min-width: 1000px"; } }
@media screen and (min-width: 1200px) {
  head {
    font-family: "usn-large 1200px"; }

  body:after {
    content: "usn-large - min-width: 1200px"; } }
@media screen and (min-width: 1400px) {
  head {
    font-family: "usn-x-large 1400px"; }

  body:after {
    content: "usn-x-large - min-width: 1400px"; } }
head {
  clear: both; }
  head title {
    font-family: "usn-x-small 200px, usn-small 400px, usn-small-medium 600px, usn-medium 800px, usn-large-medium 1000px, usn-large 1200px, usn-x-large 1400px"; }

body:after {
  display: none; }

body:after {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #FFF;
  padding: 10px;
  z-index: 1000;
  font-size: 12px;
  font-family: sans-serif; }

*[data-usn-if] {
  display: none; }

/* Colors */
/* Main Site Colors - Create variations via the SASS "lighten()", "darken()" or Bourbon "tint()", "shade()" mixins (tint/shade preferred) */
/* GREEN */
/* BROWN */
/* Other Brand Colors */
/* Link Colors */
/* Font Families */
/* Measurements */
/* Icon Fonts */
@font-face {
  font-family: 'Base-Icons';
  src: url("/assets/src/fonts/icons/fonts/Base-Icons.eot?-id9e3i");
  src: url("/assets/src/fonts/icons/fonts/Base-Icons.eot?#iefix-id9e3i") format("embedded-opentype"), url("/assets/src/fonts/icons/fonts/Base-Icons.woff?-id9e3i") format("woff"), url("/assets/src/fonts/icons/fonts/Base-Icons.ttf?-id9e3i") format("truetype"), url("/assets/src/fonts/icons/fonts/Base-Icons.svg?-id9e3i#Base-Icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'Base-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-vdw-guy:before {
  content: "\e600"; }

.icon-search:before {
  content: "\f002"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-exclamation-triangle:before {
  content: "\f071"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-twitter-square:before {
  content: "\f081"; }

.icon-facebook-square:before {
  content: "\f082"; }

.icon-linkedin-square:before {
  content: "\f08c"; }

.icon-google-plus-square:before {
  content: "\f0d4"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-youtube-square:before {
  content: "\f166"; }

.icon-envelope-square:before {
  content: "\f199"; }

/* Other Fonts */
@font-face {
  font-family: 'caslon_antique';
  src: url("/assets/src/fonts/caslon_antique/CaslonAntique-webfont.eot");
  src: url("/assets/src/fonts/caslon_antique/CaslonAntique-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/src/fonts/caslon_antique/CaslonAntique-webfont.woff2") format("woff2"), url("/assets/src/fonts/caslon_antique/CaslonAntique-webfont.woff") format("woff"), url("/assets/src/fonts/caslon_antique/CaslonAntique-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'freshscript';
  src: url("/assets/src/fonts/freshscript/FreshScript-webfont.eot");
  src: url("/assets/src/fonts/freshscript/FreshScript-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/src/fonts/freshscript/FreshScript-webfont.woff2") format("woff2"), url("/assets/src/fonts/freshscript/FreshScript-webfont.woff") format("woff"), url("/assets/src/fonts/freshscript/FreshScript-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* Set base font sizes and such */
body {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #4c4c4c;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: Verdana, Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans";
  color: #5D4729; }

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #5D4729; }

h1, .h1,
h3, .h3 {
  font-weight: normal; }

h2, .h2,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: bold; }

h1, .h1 {
  color: #688427;
  font-size: 2.2rem;
  line-height: 2.4rem;
  margin: 0.8rem 0 3rem 0; }

h2, .h2 {
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin: 0.8rem 0 1.4rem 0; }

h3, .h3 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin: 0.8rem 0 1.2rem 0; }

h4, .h4 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin: 0.8rem 0 1rem 0; }

h5, .h5,
h6, .h6 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: 0; }

/* Horizontal rule */
hr {
  clear: both;
  border-top: 0.11rem solid #7d6b53; }

/* Links */
a {
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  transition: color 0.1s ease; }

a,
a:link,
a:active {
  color: #688427; }

a:visited {
  color: #485c1b; }

a:hover {
  color: #95a867; }

/* Paragraphs */
p {
  margin-top: 0; }

/* Blockquotes */
blockquote {
  margin: 2rem 3rem;
  padding-left: 3rem;
  position: relative;
  font-style: italic;
  color: #4c4c4c; }
  blockquote .source {
    text-align: right; }
    blockquote .source:before {
      content: '~ '; }
  blockquote:before {
    position: absolute;
    content: '\201C';
    font-size: 5rem;
    left: 0;
    top: 1rem;
    font-family: "EB Garamond", serif;
    font-style: normal;
    color: #a59989; }

/* Definitions */
dt {
  font-weight: bold; }

dd {
  font-style: italic; }

/* iframes and embeds */
iframe,
embed {
  max-width: 100%;
  border: 0.11rem solid #7f7f7f; }

/* Lists */
ol,
ul {
  margin: 0;
  padding: 0; }

.l-content ul,
.l-content ol,
.cke_editable ul,
.cke_editable ol,
.mce-content-body ul,
.mce-content-body ol {
  padding-left: 4rem;
  margin: 1rem 0; }

.l-content .alignleft,
.l-content .alignright,
.l-content .aligncenter,
.cke_editable .alignleft,
.cke_editable .alignright,
.cke_editable .aligncenter,
.mce-content-body .alignleft,
.mce-content-body .alignright,
.mce-content-body .aligncenter {
  margin: 1rem auto;
  max-width: 100%; }
.l-content .alignnone,
.cke_editable .alignnone,
.mce-content-body .alignnone {
  margin: 1rem 0;
  max-width: 100%; }
.l-content .aligncenter,
.cke_editable .aligncenter,
.mce-content-body .aligncenter {
  clear: both; }
.l-content .wp-caption,
.l-content .image-with-caption,
.cke_editable .wp-caption,
.cke_editable .image-with-caption,
.mce-content-body .wp-caption,
.mce-content-body .image-with-caption {
  padding: 0;
  border: none;
  display: table; }
  .l-content .wp-caption a,
  .l-content .image-with-caption a,
  .cke_editable .wp-caption a,
  .cke_editable .image-with-caption a,
  .mce-content-body .wp-caption a,
  .mce-content-body .image-with-caption a {
    display: block; }
  .l-content .wp-caption p,
  .l-content .wp-caption dd,
  .l-content .image-with-caption p,
  .l-content .image-with-caption dd,
  .cke_editable .wp-caption p,
  .cke_editable .wp-caption dd,
  .cke_editable .image-with-caption p,
  .cke_editable .image-with-caption dd,
  .mce-content-body .wp-caption p,
  .mce-content-body .wp-caption dd,
  .mce-content-body .image-with-caption p,
  .mce-content-body .image-with-caption dd {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: left; }
  .l-content .wp-caption .wp-caption-text,
  .l-content .wp-caption .wp-caption-dd,
  .l-content .wp-caption .caption-text,
  .l-content .image-with-caption .wp-caption-text,
  .l-content .image-with-caption .wp-caption-dd,
  .l-content .image-with-caption .caption-text,
  .cke_editable .wp-caption .wp-caption-text,
  .cke_editable .wp-caption .wp-caption-dd,
  .cke_editable .wp-caption .caption-text,
  .cke_editable .image-with-caption .wp-caption-text,
  .cke_editable .image-with-caption .wp-caption-dd,
  .cke_editable .image-with-caption .caption-text,
  .mce-content-body .wp-caption .wp-caption-text,
  .mce-content-body .wp-caption .wp-caption-dd,
  .mce-content-body .wp-caption .caption-text,
  .mce-content-body .image-with-caption .wp-caption-text,
  .mce-content-body .image-with-caption .wp-caption-dd,
  .mce-content-body .image-with-caption .caption-text {
    background: #5D4729;
    color: #ffffff;
    padding: 1.5rem;
    display: table-caption;
    caption-side: bottom;
    text-align: left;
    -webkit-box-shadow: 0.3rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0.3rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.5); }
.l-content .wp-caption,
.cke_editable .wp-caption,
.mce-content-body .wp-caption {
  width: auto !important; }
.l-content img,
.cke_editable img,
.mce-content-body img {
  max-width: 100%;
  height: auto !important;
  border: 1rem solid #e6e3de;
  -webkit-box-shadow: 0.3rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0.3rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.5); }
  .l-content img.alignnone,
  .cke_editable img.alignnone,
  .mce-content-body img.alignnone {
    float: none;
    vertical-align: bottom; }
  .l-content img.alignleft, .l-content img.alignright, .l-content img.aligncenter,
  .cke_editable img.alignleft,
  .cke_editable img.alignright,
  .cke_editable img.aligncenter,
  .mce-content-body img.alignleft,
  .mce-content-body img.alignright,
  .mce-content-body img.aligncenter {
    margin: 1rem auto;
    display: block; }
  .l-content img.image--raw,
  .cke_editable img.image--raw,
  .mce-content-body img.image--raw {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

@media (min-width: 400px) {
  .l-content .alignleft,
  .l-content .alignright,
  .cke_editable .alignleft,
  .cke_editable .alignright,
  .mce-content-body .alignleft,
  .mce-content-body .alignright {
    max-width: 60%; }
  .l-content .alignleft,
  .l-content img.alignleft,
  .cke_editable .alignleft,
  .cke_editable img.alignleft,
  .mce-content-body .alignleft,
  .mce-content-body img.alignleft {
    float: left;
    clear: left;
    margin: 1rem 2.5rem 1rem 0; }
  .l-content .alignright,
  .l-content img.alignright,
  .cke_editable .alignright,
  .cke_editable img.alignright,
  .mce-content-body .alignright,
  .mce-content-body img.alignright {
    float: right;
    clear: right;
    margin: 1rem 0 1rem 2.5rem; } }
table {
  border-color: #688427;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  width: 100% !important; }
  table.table-striped tr:nth-child(odd) td {
    background: #ffffff; }
  table th,
  table td {
    padding: 0.5rem; }
  table th {
    background: #5D4729;
    color: #ffffff; }
  table td {
    background: #ededed; }

/* 600px */
@media (min-width: 400px) {
  table.table-thin {
    width: 50% !important; }
  table.table-medium {
    width: 65% !important; }
  table.table-wide {
    width: 80% !important; } }
.btn-normal {
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #fefefe;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #d8d8d8;
  background-image: -webkit-linear-gradient(#d8d8d8, #bcbcbc);
  background-image: linear-gradient(#d8d8d8, #bcbcbc);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #e2e2e2;
  background-clip: padding-box;
  border: 1px solid #bbaeae;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #fefefe;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #d8d8d8;
  background-image: -webkit-linear-gradient(#d8d8d8, #c2b6b6);
  background-image: linear-gradient(#d8d8d8, #c2b6b6);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #e5dfdf;
  background-clip: padding-box; }
  .btn-normal:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #e5e5e5;
    cursor: pointer;
    background-color: #cbcbcb;
    background-image: -webkit-linear-gradient(#cbcbcb, #b4b4b4);
    background-image: linear-gradient(#cbcbcb, #b4b4b4); }
  .btn-normal:active:not(:disabled), .btn-normal:focus:not(:disabled) {
    border: 1px solid #b4b4b4;
    box-shadow: inset 0 0 8px 4px #adadad, inset 0 0 8px 4px #adadad; }
  .btn-normal:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #e5e5e5;
    cursor: pointer;
    background-color: #cbcbcb;
    background-image: -webkit-linear-gradient(#cbcbcb, #baaeae);
    background-image: linear-gradient(#cbcbcb, #baaeae); }
  .btn-normal:active:not(:disabled), .btn-normal:focus:not(:disabled) {
    border: 1px solid #bbaeae;
    box-shadow: inset 0 0 8px 4px #b2a7a7, inset 0 0 8px 4px #b2a7a7; }
  .btn-normal:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .btn-normal:link, .btn-normal:active, .btn-normal:hover, .btn-normal:visited {
    color: #4c4c4c; }

.btn-primary {
  border: 1px solid #506421;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #9cb266;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #77903c;
  background-image: -webkit-linear-gradient(#77903c, #596f25);
  background-image: linear-gradient(#77903c, #596f25);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #455819;
  background-clip: padding-box; }
  .btn-primary:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #839a4c;
    cursor: pointer;
    background-color: #677a38;
    background-image: -webkit-linear-gradient(#677a38, #4f6322);
    background-image: linear-gradient(#677a38, #4f6322); }
  .btn-primary:active:not(:disabled), .btn-primary:focus:not(:disabled) {
    border: 1px solid #506421;
    box-shadow: inset 0 0 8px 4px #46571e, inset 0 0 8px 4px #46571e; }
  .btn-primary:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .btn-primary:link, .btn-primary:active, .btn-primary:hover, .btn-primary:visited {
    color: #ffffff; }

.btn-secondary, div.paging-navigation a, .blog-tpl .comments input[type="submit"] {
  border: 1px solid #443520;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #947f64;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #6d593e;
  background-image: -webkit-linear-gradient(#6d593e, #4e3d24);
  background-image: linear-gradient(#6d593e, #4e3d24);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #382a17;
  background-clip: padding-box; }
  .btn-secondary:hover:not(:disabled), div.paging-navigation a:hover:not(:disabled), .blog-tpl .comments input[type="submit"]:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #76654e;
    cursor: pointer;
    background-color: #5a4b38;
    background-image: -webkit-linear-gradient(#5a4b38, #433420);
    background-image: linear-gradient(#5a4b38, #433420); }
  .btn-secondary:active:not(:disabled), div.paging-navigation a:active:not(:disabled), .blog-tpl .comments input[type="submit"]:active:not(:disabled), .btn-secondary:focus:not(:disabled), div.paging-navigation a:focus:not(:disabled), .blog-tpl .comments input[type="submit"]:focus:not(:disabled) {
    border: 1px solid #443520;
    box-shadow: inset 0 0 8px 4px #392c1c, inset 0 0 8px 4px #392c1c; }
  .btn-secondary:disabled, div.paging-navigation a:disabled, .blog-tpl .comments input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .btn-secondary:link, div.paging-navigation a:link, .blog-tpl .comments input[type="submit"]:link, .btn-secondary:active, div.paging-navigation a:active, .blog-tpl .comments input[type="submit"]:active, .btn-secondary:hover, div.paging-navigation a:hover, .blog-tpl .comments input[type="submit"]:hover, .btn-secondary:visited, div.paging-navigation a:visited, .blog-tpl .comments input[type="submit"]:visited {
    color: #ffffff; }

[class^="btn-"], div.paging-navigation a, .blog-tpl .comments input[type="submit"] {
  padding: 1rem 1.75rem;
  font-size: 1.8rem;
  line-height: 2rem;
  border-radius: 0;
  font-family: "caslon_antique", "EB Garamond", serif;
  font-weight: normal;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  background-image: none;
  text-decoration: none; }
  [class^="btn-"]:hover:not(:disabled), div.paging-navigation a:hover:not(:disabled), .blog-tpl .comments input[type="submit"]:hover:not(:disabled) {
    background-image: none; }
  [class^="btn-"]:active:not(:disabled), div.paging-navigation a:active:not(:disabled), .blog-tpl .comments input[type="submit"]:active:not(:disabled) {
    border: none; }
  [class^="btn-"]:focus, div.paging-navigation a:focus, .blog-tpl .comments input[type="submit"]:focus {
    outline: none; }
    [class^="btn-"]:focus:not(:disabled), div.paging-navigation a:focus:not(:disabled), .blog-tpl .comments input[type="submit"]:focus:not(:disabled) {
      border: none; }
  [class^="btn-"]:hover, div.paging-navigation a:hover, .blog-tpl .comments input[type="submit"]:hover {
    text-decoration: none; }

.btn-small {
  padding: 0.75rem 1.25rem;
  font-size: 1.4rem;
  line-height: 1.6rem; }

.btn-large, .blog-tpl .comments input[type="submit"] {
  padding: 1.5rem 2.5rem;
  font-size: 2.2rem;
  line-height: 2.6rem; }

.btn-rounded {
  border-radius: 0.5rem; }

.btn-rounded-2x {
  border-radius: 1rem; }

.cta-donate, .cta-order-syrup {
  display: block;
  text-align: center; }

.cta-donate {
  font-family: "freshscript", "Comic Sans MS", sans-serif;
  margin: 1.5rem 1.5rem 0 1.5rem;
  padding: 1rem 1rem 0.5rem 1rem;
  font-size: 3rem;
  line-height: 3rem; }

.cta-donate--home {
  margin: 1.5rem 0;
  font-size: 4rem;
  line-height: 4rem; }

.cta-order-syrup {
  font-family: "caslon_antique", "EB Garamond", serif;
  padding: 1rem;
  margin: 0 0 1.5rem 0;
  font-size: 2.5rem;
  line-height: 2.5rem; }

.link-list__heading, .newsletter-signup__section-heading {
  font-family: "caslon_antique", "EB Garamond", serif;
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-weight: normal; }
  .link-list__heading i, .newsletter-signup__section-heading i {
    font-size: 1.4rem;
    line-height: 1.4rem; }

.social__section-heading, .news-views__section-heading, .testimonials__section-heading, .gallery__section-heading {
  text-decoration: none; }
  .social__section-heading h1, .news-views__section-heading h1, .testimonials__section-heading h1, .gallery__section-heading h1, .social__section-heading h2, .news-views__section-heading h2, .testimonials__section-heading h2, .gallery__section-heading h2 {
    font-family: "caslon_antique", "EB Garamond", serif;
    font-size: 2.6rem;
    line-height: 2.8rem;
    font-weight: normal; }
  .social__section-heading:hover h1, .news-views__section-heading:hover h1, .testimonials__section-heading:hover h1, .gallery__section-heading:hover h1, .social__section-heading:hover h2, .news-views__section-heading:hover h2, .testimonials__section-heading:hover h2, .gallery__section-heading:hover h2, .social__section-heading:active h1, .news-views__section-heading:active h1, .testimonials__section-heading:active h1, .gallery__section-heading:active h1, .social__section-heading:active h2, .news-views__section-heading:active h2, .testimonials__section-heading:active h2, .gallery__section-heading:active h2 {
    color: #688427; }
  .social__section-heading i, .news-views__section-heading i, .testimonials__section-heading i, .gallery__section-heading i {
    font-size: 1.4rem;
    line-height: 1.4rem; }

.link-list.link-list--right, .link-list.link-list--left {
  max-width: none;
  width: 100%;
  margin: 1rem 0; }

.link-list__heading {
  margin-top: 0;
  margin-bottom: -0.7rem; }

.l-content ul.link-list__list,
.cke_editable ul.link-list__list,
.mce-content-body ul.link-list__list {
  margin-top: 0;
  padding: 1rem 1rem 1rem 3rem;
  background-color: #EBE3CD;
  border-style: solid;
  border-width: 0.11rem 0;
  border-color: #5D4729;
  list-style-type: none; }
  .l-content ul.link-list__list li,
  .cke_editable ul.link-list__list li,
  .mce-content-body ul.link-list__list li {
    font-weight: bold; }
  .l-content ul.link-list__list a,
  .cke_editable ul.link-list__list a,
  .mce-content-body ul.link-list__list a {
    text-decoration: none;
    position: relative; }
    .l-content ul.link-list__list a:before,
    .cke_editable ul.link-list__list a:before,
    .mce-content-body ul.link-list__list a:before {
      content: '';
      position: absolute;
      left: -1.5rem;
      top: 0.5rem;
      border-style: solid;
      border-width: 0.5rem;
      border-color: transparent;
      border-left-color: #688427; }

.link-list--left {
  float: left; }

.link-list--right {
  float: right; }

/* 600px */
@media (min-width: 600px) {
  .link-list.link-list--right, .link-list.link-list--left {
    max-width: 32.5rem; }
  .link-list.link-list--left {
    margin: 1rem 1rem 1rem 0; }
  .link-list.link-list--right {
    margin: 1rem 0 1rem 1rem; } }
/* Bootstrap Forms */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control, input[type="search"],
input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"],
input[type="tel"],
input[type="time"],
input[type="url"],
select,
textarea, form .required-note .required-field, .blog-tpl .comments #comment {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, input[type="search"]:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="date"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus, form .required-note .required-field:focus, .blog-tpl .comments #comment:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, input[type="search"]::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder, form .required-note .required-field::-moz-placeholder, .blog-tpl .comments #comment::-moz-placeholder {
    color: #777777;
    opacity: 1; }
  .form-control:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder, form .required-note .required-field:-ms-input-placeholder, .blog-tpl .comments #comment:-ms-input-placeholder {
    color: #777777; }
  .form-control::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder, form .required-note .required-field::-webkit-input-placeholder, .blog-tpl .comments #comment::-webkit-input-placeholder {
    color: #777777; }
  .form-control[disabled], input[disabled][type="search"],
  input[disabled][type="text"],
  input[disabled][type="email"],
  input[disabled][type="date"],
  input[disabled][type="password"],
  input[disabled][type="tel"],
  input[disabled][type="time"],
  input[disabled][type="url"],
  select[disabled],
  textarea[disabled], form .required-note [disabled].required-field, .blog-tpl .comments [disabled]#comment, .form-control[readonly], input[readonly][type="search"],
  input[readonly][type="text"],
  input[readonly][type="email"],
  input[readonly][type="date"],
  input[readonly][type="password"],
  input[readonly][type="tel"],
  input[readonly][type="time"],
  input[readonly][type="url"],
  select[readonly],
  textarea[readonly], form .required-note [readonly].required-field, .blog-tpl .comments [readonly]#comment, fieldset[disabled] .form-control, fieldset[disabled] input[type="search"],
  fieldset[disabled] input[type="text"],
  fieldset[disabled] input[type="email"],
  fieldset[disabled] input[type="date"],
  fieldset[disabled] input[type="password"],
  fieldset[disabled] input[type="tel"],
  fieldset[disabled] input[type="time"],
  fieldset[disabled] input[type="url"],
  fieldset[disabled] select,
  fieldset[disabled] textarea, fieldset[disabled] form .required-note .required-field, form .required-note fieldset[disabled] .required-field, fieldset[disabled] .blog-tpl .comments #comment, .blog-tpl .comments fieldset[disabled] #comment {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control,
textarea, form .required-note textarea.required-field, .blog-tpl .comments textarea#comment {
  height: auto; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0; }
  input[type="date"].input-sm,
  .form-horizontal .form-group-sm input[type="date"], .form-horizontal .form-group-sm .blog-tpl .comments input[type="date"]#comment, .blog-tpl .comments .form-horizontal .form-group-sm input[type="date"]#comment,
  input[type="time"].input-sm,
  .form-horizontal .form-group-sm input[type="time"],
  .form-horizontal .form-group-sm .blog-tpl .comments input[type="time"]#comment,
  .blog-tpl .comments .form-horizontal .form-group-sm input[type="time"]#comment,
  input[type="datetime-local"].input-sm,
  .form-horizontal .form-group-sm input[type="datetime-local"].form-control,
  .form-horizontal .form-group-sm input[type="datetime-local"][type="search"],
  .form-horizontal .form-group-sm input[type="datetime-local"][type="text"],
  .form-horizontal .form-group-sm input[type="datetime-local"][type="email"],
  .form-horizontal .form-group-sm input[type="datetime-local"][type="date"],
  .form-horizontal .form-group-sm input[type="datetime-local"][type="password"],
  .form-horizontal .form-group-sm input[type="datetime-local"][type="tel"],
  .form-horizontal .form-group-sm input[type="datetime-local"][type="time"],
  .form-horizontal .form-group-sm input[type="datetime-local"][type="url"],
  .form-horizontal .form-group-sm form .required-note input[type="datetime-local"].required-field,
  form .required-note .form-horizontal .form-group-sm input[type="datetime-local"].required-field,
  .form-horizontal .form-group-sm .blog-tpl .comments input[type="datetime-local"]#comment,
  .blog-tpl .comments .form-horizontal .form-group-sm input[type="datetime-local"]#comment,
  input[type="month"].input-sm,
  .form-horizontal .form-group-sm input[type="month"].form-control,
  .form-horizontal .form-group-sm input[type="month"][type="search"],
  .form-horizontal .form-group-sm input[type="month"][type="text"],
  .form-horizontal .form-group-sm input[type="month"][type="email"],
  .form-horizontal .form-group-sm input[type="month"][type="date"],
  .form-horizontal .form-group-sm input[type="month"][type="password"],
  .form-horizontal .form-group-sm input[type="month"][type="tel"],
  .form-horizontal .form-group-sm input[type="month"][type="time"],
  .form-horizontal .form-group-sm input[type="month"][type="url"],
  .form-horizontal .form-group-sm form .required-note input[type="month"].required-field,
  form .required-note .form-horizontal .form-group-sm input[type="month"].required-field,
  .form-horizontal .form-group-sm .blog-tpl .comments input[type="month"]#comment,
  .blog-tpl .comments .form-horizontal .form-group-sm input[type="month"]#comment {
    line-height: 30px; }
  input[type="date"].input-lg,
  .form-horizontal .form-group-lg input[type="date"], .form-horizontal .form-group-lg .blog-tpl .comments input[type="date"]#comment, .blog-tpl .comments .form-horizontal .form-group-lg input[type="date"]#comment,
  input[type="time"].input-lg,
  .form-horizontal .form-group-lg input[type="time"],
  .form-horizontal .form-group-lg .blog-tpl .comments input[type="time"]#comment,
  .blog-tpl .comments .form-horizontal .form-group-lg input[type="time"]#comment,
  input[type="datetime-local"].input-lg,
  .form-horizontal .form-group-lg input[type="datetime-local"].form-control,
  .form-horizontal .form-group-lg input[type="datetime-local"][type="search"],
  .form-horizontal .form-group-lg input[type="datetime-local"][type="text"],
  .form-horizontal .form-group-lg input[type="datetime-local"][type="email"],
  .form-horizontal .form-group-lg input[type="datetime-local"][type="date"],
  .form-horizontal .form-group-lg input[type="datetime-local"][type="password"],
  .form-horizontal .form-group-lg input[type="datetime-local"][type="tel"],
  .form-horizontal .form-group-lg input[type="datetime-local"][type="time"],
  .form-horizontal .form-group-lg input[type="datetime-local"][type="url"],
  .form-horizontal .form-group-lg form .required-note input[type="datetime-local"].required-field,
  form .required-note .form-horizontal .form-group-lg input[type="datetime-local"].required-field,
  .form-horizontal .form-group-lg .blog-tpl .comments input[type="datetime-local"]#comment,
  .blog-tpl .comments .form-horizontal .form-group-lg input[type="datetime-local"]#comment,
  input[type="month"].input-lg,
  .form-horizontal .form-group-lg input[type="month"].form-control,
  .form-horizontal .form-group-lg input[type="month"][type="search"],
  .form-horizontal .form-group-lg input[type="month"][type="text"],
  .form-horizontal .form-group-lg input[type="month"][type="email"],
  .form-horizontal .form-group-lg input[type="month"][type="date"],
  .form-horizontal .form-group-lg input[type="month"][type="password"],
  .form-horizontal .form-group-lg input[type="month"][type="tel"],
  .form-horizontal .form-group-lg input[type="month"][type="time"],
  .form-horizontal .form-group-lg input[type="month"][type="url"],
  .form-horizontal .form-group-lg form .required-note input[type="month"].required-field,
  form .required-note .form-horizontal .form-group-lg input[type="month"].required-field,
  .form-horizontal .form-group-lg .blog-tpl .comments input[type="month"]#comment,
  .blog-tpl .comments .form-horizontal .form-group-lg input[type="month"]#comment {
    line-height: 46px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .form-horizontal .form-group-lg input.form-control-static[type="search"],
  .form-horizontal .form-group-lg input.form-control-static[type="text"],
  .form-horizontal .form-group-lg input.form-control-static[type="email"],
  .form-horizontal .form-group-lg input.form-control-static[type="date"],
  .form-horizontal .form-group-lg input.form-control-static[type="password"],
  .form-horizontal .form-group-lg input.form-control-static[type="tel"],
  .form-horizontal .form-group-lg input.form-control-static[type="time"],
  .form-horizontal .form-group-lg input.form-control-static[type="url"],
  .form-horizontal .form-group-lg select.form-control-static,
  .form-horizontal .form-group-lg textarea.form-control-static, .form-horizontal .form-group-lg form .required-note .form-control-static.required-field, form .required-note .form-horizontal .form-group-lg .form-control-static.required-field, .form-horizontal .form-group-lg .blog-tpl .comments .form-control-static#comment, .blog-tpl .comments .form-horizontal .form-group-lg .form-control-static#comment, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .form-horizontal .form-group-sm input.form-control-static[type="search"],
  .form-horizontal .form-group-sm input.form-control-static[type="text"],
  .form-horizontal .form-group-sm input.form-control-static[type="email"],
  .form-horizontal .form-group-sm input.form-control-static[type="date"],
  .form-horizontal .form-group-sm input.form-control-static[type="password"],
  .form-horizontal .form-group-sm input.form-control-static[type="tel"],
  .form-horizontal .form-group-sm input.form-control-static[type="time"],
  .form-horizontal .form-group-sm input.form-control-static[type="url"],
  .form-horizontal .form-group-sm select.form-control-static,
  .form-horizontal .form-group-sm textarea.form-control-static, .form-horizontal .form-group-sm form .required-note .form-control-static.required-field, form .required-note .form-horizontal .form-group-sm .form-control-static.required-field, .form-horizontal .form-group-sm .blog-tpl .comments .form-control-static#comment, .blog-tpl .comments .form-horizontal .form-group-sm .form-control-static#comment {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .form-horizontal .form-group-sm .form-control, .form-horizontal .form-group-sm input[type="search"],
.form-horizontal .form-group-sm input[type="text"],
.form-horizontal .form-group-sm input[type="email"],
.form-horizontal .form-group-sm input[type="date"],
.form-horizontal .form-group-sm input[type="password"],
.form-horizontal .form-group-sm input[type="tel"],
.form-horizontal .form-group-sm input[type="time"],
.form-horizontal .form-group-sm input[type="url"],
.form-horizontal .form-group-sm select,
.form-horizontal .form-group-sm textarea, .form-horizontal .form-group-sm form .required-note .required-field, form .required-note .form-horizontal .form-group-sm .required-field, .form-horizontal .form-group-sm .blog-tpl .comments #comment, .blog-tpl .comments .form-horizontal .form-group-sm #comment {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .form-horizontal .form-group-sm select.form-control,
.form-horizontal .form-group-sm select, .form-horizontal .form-group-sm form .required-note select.required-field, form .required-note .form-horizontal .form-group-sm select.required-field, .form-horizontal .form-group-sm .blog-tpl .comments select#comment, .blog-tpl .comments .form-horizontal .form-group-sm select#comment {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control,
.form-horizontal .form-group-sm textarea, .form-horizontal .form-group-sm form .required-note textarea.required-field, form .required-note .form-horizontal .form-group-sm textarea.required-field, .form-horizontal .form-group-sm .blog-tpl .comments textarea#comment, .blog-tpl .comments .form-horizontal .form-group-sm textarea#comment,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple],
.form-horizontal .form-group-sm .blog-tpl .comments select[multiple]#comment,
.blog-tpl .comments .form-horizontal .form-group-sm select[multiple]#comment {
  height: auto; }

.input-lg, .form-horizontal .form-group-lg .form-control, .form-horizontal .form-group-lg input[type="search"],
.form-horizontal .form-group-lg input[type="text"],
.form-horizontal .form-group-lg input[type="email"],
.form-horizontal .form-group-lg input[type="date"],
.form-horizontal .form-group-lg input[type="password"],
.form-horizontal .form-group-lg input[type="tel"],
.form-horizontal .form-group-lg input[type="time"],
.form-horizontal .form-group-lg input[type="url"],
.form-horizontal .form-group-lg select,
.form-horizontal .form-group-lg textarea, .form-horizontal .form-group-lg form .required-note .required-field, form .required-note .form-horizontal .form-group-lg .required-field, .form-horizontal .form-group-lg .blog-tpl .comments #comment, .blog-tpl .comments .form-horizontal .form-group-lg #comment {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .form-horizontal .form-group-lg select.form-control,
.form-horizontal .form-group-lg select, .form-horizontal .form-group-lg form .required-note select.required-field, form .required-note .form-horizontal .form-group-lg select.required-field, .form-horizontal .form-group-lg .blog-tpl .comments select#comment, .blog-tpl .comments .form-horizontal .form-group-lg select#comment {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control,
.form-horizontal .form-group-lg textarea, .form-horizontal .form-group-lg form .required-note textarea.required-field, form .required-note .form-horizontal .form-group-lg textarea.required-field, .form-horizontal .form-group-lg .blog-tpl .comments textarea#comment, .blog-tpl .comments .form-horizontal .form-group-lg textarea#comment,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple],
.form-horizontal .form-group-lg .blog-tpl .comments select[multiple]#comment,
.blog-tpl .comments .form-horizontal .form-group-lg select[multiple]#comment {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback input[type="search"],
  .has-feedback input[type="text"],
  .has-feedback input[type="email"],
  .has-feedback input[type="date"],
  .has-feedback input[type="password"],
  .has-feedback input[type="tel"],
  .has-feedback input[type="time"],
  .has-feedback input[type="url"],
  .has-feedback select,
  .has-feedback textarea, .has-feedback form .required-note .required-field, form .required-note .has-feedback .required-field, .has-feedback .blog-tpl .comments #comment, .blog-tpl .comments .has-feedback #comment {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .form-horizontal .form-group-lg input[type="search"] + .form-control-feedback,
.form-horizontal .form-group-lg input[type="text"] + .form-control-feedback,
.form-horizontal .form-group-lg input[type="email"] + .form-control-feedback,
.form-horizontal .form-group-lg input[type="date"] + .form-control-feedback,
.form-horizontal .form-group-lg input[type="password"] + .form-control-feedback,
.form-horizontal .form-group-lg input[type="tel"] + .form-control-feedback,
.form-horizontal .form-group-lg input[type="time"] + .form-control-feedback,
.form-horizontal .form-group-lg input[type="url"] + .form-control-feedback,
.form-horizontal .form-group-lg select + .form-control-feedback,
.form-horizontal .form-group-lg textarea + .form-control-feedback, .form-horizontal .form-group-lg form .required-note .required-field + .form-control-feedback, form .required-note .form-horizontal .form-group-lg .required-field + .form-control-feedback, .form-horizontal .form-group-lg .blog-tpl .comments #comment + .form-control-feedback, .blog-tpl .comments .form-horizontal .form-group-lg #comment + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .form-horizontal .form-group-sm input[type="search"] + .form-control-feedback,
.form-horizontal .form-group-sm input[type="text"] + .form-control-feedback,
.form-horizontal .form-group-sm input[type="email"] + .form-control-feedback,
.form-horizontal .form-group-sm input[type="date"] + .form-control-feedback,
.form-horizontal .form-group-sm input[type="password"] + .form-control-feedback,
.form-horizontal .form-group-sm input[type="tel"] + .form-control-feedback,
.form-horizontal .form-group-sm input[type="time"] + .form-control-feedback,
.form-horizontal .form-group-sm input[type="url"] + .form-control-feedback,
.form-horizontal .form-group-sm select + .form-control-feedback,
.form-horizontal .form-group-sm textarea + .form-control-feedback, .form-horizontal .form-group-sm form .required-note .required-field + .form-control-feedback, form .required-note .form-horizontal .form-group-sm .required-field + .form-control-feedback, .form-horizontal .form-group-sm .blog-tpl .comments #comment + .form-control-feedback, .blog-tpl .comments .form-horizontal .form-group-sm #comment + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }
.has-success .form-control, .has-success input[type="search"],
.has-success input[type="text"],
.has-success input[type="email"],
.has-success input[type="date"],
.has-success input[type="password"],
.has-success input[type="tel"],
.has-success input[type="time"],
.has-success input[type="url"],
.has-success select,
.has-success textarea, .has-success form .required-note .required-field, form .required-note .has-success .required-field, .has-success .blog-tpl .comments #comment, .blog-tpl .comments .has-success #comment {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success input[type="search"]:focus,
  .has-success input[type="text"]:focus,
  .has-success input[type="email"]:focus,
  .has-success input[type="date"]:focus,
  .has-success input[type="password"]:focus,
  .has-success input[type="tel"]:focus,
  .has-success input[type="time"]:focus,
  .has-success input[type="url"]:focus,
  .has-success select:focus,
  .has-success textarea:focus, .has-success form .required-note .required-field:focus, form .required-note .has-success .required-field:focus, .has-success .blog-tpl .comments #comment:focus, .blog-tpl .comments .has-success #comment:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }
.has-warning .form-control, .has-warning input[type="search"],
.has-warning input[type="text"],
.has-warning input[type="email"],
.has-warning input[type="date"],
.has-warning input[type="password"],
.has-warning input[type="tel"],
.has-warning input[type="time"],
.has-warning input[type="url"],
.has-warning select,
.has-warning textarea, .has-warning form .required-note .required-field, form .required-note .has-warning .required-field, .has-warning .blog-tpl .comments #comment, .blog-tpl .comments .has-warning #comment {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning input[type="search"]:focus,
  .has-warning input[type="text"]:focus,
  .has-warning input[type="email"]:focus,
  .has-warning input[type="date"]:focus,
  .has-warning input[type="password"]:focus,
  .has-warning input[type="tel"]:focus,
  .has-warning input[type="time"]:focus,
  .has-warning input[type="url"]:focus,
  .has-warning select:focus,
  .has-warning textarea:focus, .has-warning form .required-note .required-field:focus, form .required-note .has-warning .required-field:focus, .has-warning .blog-tpl .comments #comment:focus, .blog-tpl .comments .has-warning #comment:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }
.has-error .form-control, .has-error input[type="search"],
.has-error input[type="text"],
.has-error input[type="email"],
.has-error input[type="date"],
.has-error input[type="password"],
.has-error input[type="tel"],
.has-error input[type="time"],
.has-error input[type="url"],
.has-error select,
.has-error textarea, .has-error form .required-note .required-field, form .required-note .has-error .required-field, .has-error .blog-tpl .comments #comment, .blog-tpl .comments .has-error #comment {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error input[type="search"]:focus,
  .has-error input[type="text"]:focus,
  .has-error input[type="email"]:focus,
  .has-error input[type="date"]:focus,
  .has-error input[type="password"]:focus,
  .has-error input[type="tel"]:focus,
  .has-error input[type="time"]:focus,
  .has-error input[type="url"]:focus,
  .has-error select:focus,
  .has-error textarea:focus, .has-error form .required-note .required-field:focus, form .required-note .has-error .required-field:focus, .has-error .blog-tpl .comments #comment:focus, .blog-tpl .comments .has-error #comment:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8c8c8c; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline input[type="search"],
  .form-inline input[type="text"],
  .form-inline input[type="email"],
  .form-inline input[type="date"],
  .form-inline input[type="password"],
  .form-inline input[type="tel"],
  .form-inline input[type="time"],
  .form-inline input[type="url"],
  .form-inline select,
  .form-inline textarea, .form-inline form .required-note .required-field, form .required-note .form-inline .required-field, .form-inline .blog-tpl .comments #comment, .blog-tpl .comments .form-inline #comment {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group input[type="search"],
    .form-inline .input-group input[type="text"],
    .form-inline .input-group input[type="email"],
    .form-inline .input-group input[type="date"],
    .form-inline .input-group input[type="password"],
    .form-inline .input-group input[type="tel"],
    .form-inline .input-group input[type="time"],
    .form-inline .input-group input[type="url"],
    .form-inline .input-group select,
    .form-inline .input-group textarea,
    .form-inline .input-group form .required-note .required-field,
    form .required-note .form-inline .input-group .required-field,
    .form-inline .input-group .blog-tpl .comments #comment,
    .blog-tpl .comments .form-inline .input-group #comment {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .input-group > input[type="search"],
  .form-inline .input-group > input[type="text"],
  .form-inline .input-group > input[type="email"],
  .form-inline .input-group > input[type="date"],
  .form-inline .input-group > input[type="password"],
  .form-inline .input-group > input[type="tel"],
  .form-inline .input-group > input[type="time"],
  .form-inline .input-group > input[type="url"],
  .form-inline .input-group > select,
  .form-inline .input-group > textarea, .form-inline form .required-note .input-group > .required-field, form .required-note .form-inline .input-group > .required-field, .form-inline .blog-tpl .comments .input-group > #comment, .blog-tpl .comments .form-inline .input-group > #comment {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

/* Form Overrides */
form {
  /* Required Fields */
  /* Bootstrap .form-control overrides (using REMs for UI scaling) */
  /* Reset height for textareas */
  /* Replace outline with box-shadow */
  /* Errors */ }
  form .required-note {
    line-height: 3.5rem; }
    form .required-note .required-field {
      float: left;
      padding: 0.5rem 1rem;
      margin-right: 0.5rem;
      width: 3.4rem;
      height: 3.4rem;
      color: #5D4729;
      font-size: 3rem;
      line-height: 3.7rem;
      text-align: center; }
  form .select2-container {
    display: block;
    padding: 0; }
    form .select2-container .select2-choice {
      height: 3.5rem;
      padding: 0.6rem 1.2rem;
      line-height: 2rem;
      margin: -2px; }
      form .select2-container .select2-choice .select2-arrow b {
        background: url("/assets/vendor/select2/select2.png") no-repeat 0 5px; }
  form .required-input {
    position: relative; }
    form .required-input:before {
      content: '*';
      color: #5D4729;
      position: absolute;
      right: 0;
      bottom: 0;
      height: 3.5rem;
      width: 3rem;
      text-align: center;
      font-size: 3rem;
      line-height: 5rem; }
  form label.required .asterisk {
    margin-left: 0.1rem; }
  form select,
  form textarea,
  form input[type="text"],
  form input[type="password"],
  form input[type="datetime"],
  form input[type="datetime-local"],
  form input[type="date"],
  form input[type="month"],
  form input[type="time"],
  form input[type="week"],
  form input[type="number"],
  form input[type="email"],
  form input[type="url"],
  form input[type="search"],
  form input[type="tel"],
  form input[type="color"] {
    height: 3.4rem;
    padding: 0.6rem 1.2rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
    border-width: 0.11rem;
    border-radius: 0.4rem;
    -webkit-box-shadow: inset 0 0.11rem 0.11rem rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0.11rem 0.11rem rgba(0, 0, 0, 0.075); }
  form textarea.form-control,
  form textarea, form .required-note textarea.required-field, form .blog-tpl .comments textarea#comment, .blog-tpl .comments form textarea#comment {
    height: auto; }
  form input[type="submit"] {
    outline: none; }
    form input[type="submit"]:focus {
      -webkit-box-shadow: 0 0 0.5rem 0.11rem #688427;
      box-shadow: 0 0 0.5rem 0.11rem #688427; }
  form input.error, form input.error:focus {
    border-color: #d9534f;
    background-color: #fbeded; }
  form input.valid, form input.valid:focus {
    border-color: #5cb85c;
    background-color: #eef7ee; }
  form div.has-error {
    color: #a94442;
    background-color: #F2DEDE;
    border: 0.11rem solid #a94442;
    padding: 0.5rem 1rem;
    border-radius: 0.4rem; }
    form div.has-error label {
      color: #a94442; }
    form div.has-error ul {
      margin-top: 0.5rem;
      margin-bottom: 0;
      padding-left: 0.5rem;
      list-style: none; }
      form div.has-error ul li {
        font-weight: bold; }
        form div.has-error ul li:before {
          border: none;
          border-radius: none;
          width: 0;
          height: 0;
          left: 0;
          top: 0; }

/* Contact Form */
.contact-form .comments {
  clear: both; }
  .contact-form .comments textarea {
    min-height: 10rem; }
.contact-form .required .asterisk {
  color: #688427; }
.contact-form .newsletter label, .contact-form .newsletter input,
.contact-form .newsletter-lists label,
.contact-form .newsletter-lists input {
  display: inline; }
.contact-form .newsletter label,
.contact-form .newsletter-lists label {
  font-weight: normal; }
.contact-form .newsletter-lists > div > label {
  font-weight: bold; }
.contact-form .newsletter-lists div label {
  margin-right: 2rem; }

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

/* Set up REM units */
html {
  font-size: 62.5%;
  /* Now 10px = 1rem! */ }

/* WordPress Override for Toolbar positioning when signed in */
body {
  position: relative;
  background-color: #f4ecd1; }
  @media screen and (max-width: 600px) {
    body.blog-tpl #wpadminbar {
      position: fixed; } }

@media (min-width: 800px) {
  body:not(#tinymce):not(.cke_editable).page-home {
    background: #f4ecd1 url("../images/bg-body-home.jpg") repeat-x 0 28px; } }
@media (min-width: 1000px) {
  body:not(#tinymce):not(.cke_editable) {
    background: #f4ecd1 url("../images/bg-body-main.jpg") repeat-x 0 8px; } }

/* Move UNISON breakpoint info bar */
body:after {
  bottom: 0;
  top: inherit;
  display: none;
  /* hide breakpoint info bar in prod */ }

/* UI scale for large viewports */
img {
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

/* Tabbing Outlines */
a:active, button:active {
  outline: none !important; }

a:focus, button:focus {
  outline: #000000 dotted thin !important; }

/* Site Container */
.l-site-container {
  height: 100%; }

/* Skip Navigation Link */
.skip-navigation {
  position: fixed;
  top: -500rem;
  left: 0;
  padding: 1rem;
  border-style: solid;
  border-width: 0 0.11rem 0.11rem 0;
  border-color: #688427;
  background: #ffffff;
  border-radius: 0 0 1rem 0; }
  .skip-navigation:focus {
    top: 0;
    outline: none !important;
    box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.5); }

/* Base Container and Margins/Padding */
.l-container {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto; }
  .l-container:after {
    content: " ";
    display: block;
    clear: both; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

.l-header {
  height: 0; }

/* 600px */
@media (min-width: 600px) {
  .l-header__section--first {
    width: 44.91525%;
    float: left;
    margin-right: 1.69492%; }

  .l-header__section--last {
    width: 53.38983%;
    float: right;
    margin-right: 0; }

  .nav-primary {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }
/* 800px */
@media (min-width: 800px) {
  .l-header__section--first {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%; }

  .l-header__section--last {
    width: 49.15254%;
    float: right;
    margin-right: 0; } }
.site-brand {
  overflow: hidden;
  padding: 1rem 1rem 0 1rem; }

.site-brand__logo,
.site-brand__logo--alt {
  margin: 0 auto;
  display: block; }

.site-brand__logo {
  width: 100%;
  max-width: 35rem;
  max-height: 8.8rem;
  height: auto; }

.site-brand--alt {
  max-width: 17.6rem;
  margin: 0 auto; }

.site-brand__logo--alt {
  max-width: 100%;
  margin-bottom: 1.5rem; }

/* 600px */
@media (min-width: 600px) {
  .site-brand {
    padding: 1rem; } }
/* 800px */
@media (min-width: 800px) {
  .site-brand__logo {
    margin-left: 0; } }
/* 1000px */
@media (min-width: 1000px) {
  .site-brand--alt {
    padding: 0; }

  .site-brand__logo--alt {
    margin-left: 0; } }
.nav-utility {
  padding: 1rem;
  text-align: center;
  color: #5D4729;
  font-weight: bold; }
  .nav-utility p {
    margin-bottom: 0; }

.nav-utility__call-now {
  font-size: 1.6rem;
  line-height: 1.8rem; }

.nav-utility__phone {
  font-size: 1.8rem;
  line-height: 2rem; }

/* 600px */
@media (min-width: 600px) {
  .nav-utility {
    margin-top: 1rem;
    text-align: right; } }
.l-main .l-sub-banner .l-container {
  border: 0.5rem solid #688427;
  overflow: hidden; }

/* 1200px */
@media (min-width: 1200px) {
  .l-sub-banner .l-container {
    max-width: 102rem; } }
.l-main .l-container {
  border-style: solid;
  border-color: #5D4729;
  border-width: 0 0.11rem 0 0.11rem;
  height: 100%;
  background: #d3ccb2; }

.l-has-sidebar .l-sidebar {
  padding-top: 0.11rem; }
  .l-has-sidebar .l-sidebar nav {
    display: none; }

.l-content {
  padding: 2rem 0.5rem 1rem 0.5rem; }

.l-content__heading h1 {
  margin: 0 -0.5rem 3rem -0.5rem;
  padding: 0 0.5rem 1rem 0.5rem;
  border-bottom: 0.3rem solid #c6beb4;
  background: #d3ccb0;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzY2NiMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGU0YzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #d3ccb0 0%, #ede4c7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3ccb0), color-stop(100%, #ede4c7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d3ccb0 0%, #ede4c7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d3ccb0 0%, #ede4c7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d3ccb0 0%, #ede4c7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d3ccb0 0%, #ede4c7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3ccb0', endColorstr='#ede4c7',GradientType=0 );
  /* IE6-8 */ }

.l-content--home .learn-more {
  font-family: "caslon_antique", "EB Garamond", serif;
  font-size: 2.6rem;
  line-height: 3rem;
  text-align: center; }
  .l-content--home .learn-more a {
    text-decoration: none; }
    .l-content--home .learn-more a:visited {
      color: #688427; }
    .l-content--home .learn-more a:hover, .l-content--home .learn-more a:active {
      color: #95a867; }
    .l-content--home .learn-more a i {
      font-size: 1.5rem;
      line-height: 1.5rem; }

.l-content__heading--home h1 {
  padding: 0;
  margin: 0 0 1rem 0;
  font-family: "freshscript", "Comic Sans MS", sans-serif;
  font-size: 4.2rem;
  line-height: 4rem;
  background: none;
  filter: none;
  border: none; }

/* 600px */
@media (min-width: 600px) {
  .l-content--home .l-content-col--left {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%; }
  .l-content--home .l-content-col--right {
    width: 49.15254%;
    float: right;
    margin-right: 0; } }
/* 800px */
@media (min-width: 800px) {
  .l-content--home .l-content-col--left {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-left: -67.79661%; }
  .l-content--home .l-content-col--center {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 33.89831%; }
  .l-content--home .l-content-col--right {
    width: 32.20339%;
    float: right;
    margin-right: 0; }

  .l-has-sidebar .l-sidebar {
    width: 25%;
    float: left; }
  .l-has-sidebar .l-content {
    padding-left: 2rem;
    width: 75%;
    float: left; }

  .l-has-sidebar .l-sidebar {
    border-right: 0.11rem solid #5D4729; }
    .l-has-sidebar .l-sidebar nav {
      display: block; }

  .l-has-sidebar .l-container {
    padding-left: 0; }

  .l-has-sidebar .l-content__heading h1 {
    margin-left: -2rem;
    padding-left: 2rem; } }
/* 1000px */
@media (min-width: 1000px) {
  .l-content--home .l-content-col--left {
    width: 27.9661%;
    float: left;
    margin-right: 1.69492%;
    margin-left: -72.0339%; }
  .l-content--home .l-content-col--center {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 29.66102%; }
  .l-content--home .l-content-col--right {
    width: 27.9661%;
    float: right;
    margin-right: 0; }

  .l-has-sidebar .l-sidebar {
    width: 20.83333%;
    float: left; }
  .l-has-sidebar .l-content {
    width: 79.16667%;
    float: left; }

  .l-content {
    padding-right: 1rem;
    padding-left: 1rem; }

  .l-content__heading h1 {
    margin-right: -1rem;
    margin-left: -1rem;
    padding-left: 1rem; } }
.breadcrumbs {
  display: none; }

.l-footer {
  height: 0; }

.l-footer .l-container {
  padding: 1rem 0;
  border-style: solid;
  border-color: #5D4729;
  border-width: 0 0.11rem 0.11rem 0.11rem;
  background: #d3ccb2 url("../images/bg-footer.jpg") repeat-x 0 bottom; }

.l-footer {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #5D4729;
  padding-bottom: 0.2rem; }
  .l-footer a {
    color: #4c4c4c;
    text-decoration: none; }
    .l-footer a:hover, .l-footer a:active {
      color: #95a867; }
    .l-footer a[href^=tel] {
      color: #5D4729; }
  .l-footer .divider {
    margin: 0 1rem; }

.l-footer__row {
  padding: 0 1rem; }

.l-footer__site-info {
  text-align: center; }

.l-footer__vdw-link {
  font-family: "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem; }
  .l-footer__vdw-link a {
    position: relative;
    color: #688427;
    padding-left: 2.8rem;
    display: inline-block; }
    .l-footer__vdw-link a:hover, .l-footer__vdw-link a:active {
      color: #95a867; }
    .l-footer__vdw-link a:before {
      position: absolute;
      font-family: "Base-Icons";
      font-size: 2rem;
      content: '\e600';
      width: 2.4rem;
      height: 2.4rem;
      left: 0;
      top: 0; }

/* 1000px */
@media (min-width: 1000px) {
  .l-footer .l-container {
    margin: 0 auto 1.5rem auto; } }
.newsletter-signup__section-heading {
  margin-bottom: 0.75rem; }

.newsletter-signup .newsletter-signup__email,
.newsletter-signup .newsletter-signup__button {
  float: left;
  height: 3rem;
  margin-bottom: 1.5rem; }
.newsletter-signup .newsletter-signup__email {
  width: 80%;
  border-radius: 0;
  border: none; }
.newsletter-signup .newsletter-signup__button {
  width: 20%;
  text-align: center;
  padding: 0; }

.social {
  text-align: center; }

.social__section-heading {
  text-decoration: none; }
  .social__section-heading:hover i, .social__section-heading:active i {
    color: #6278b0; }
  .social__section-heading h2 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1.5rem; }
    .social__section-heading h2 i {
      color: #3b579d;
      font-size: 3.25rem;
      line-height: 3.25rem;
      position: relative;
      top: 0.5rem; }

.static-image-module {
  display: none;
  margin-left: -2.06rem; }

@media (min-width: 600px) {
  .static-image-module {
    display: block; } }
.newsletter-signup, .social, .cta-section, .news-views, .testimonials, .gallery {
  border-bottom: 0.11rem solid #5D4729;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.l-slideshow {
  height: 0; }

.slideshow {
  position: relative;
  z-index: 2;
  text-align: center;
  background: #77903c; }

.slideshow__cycle {
  display: inline-block;
  border: 1rem solid #77903c;
  max-width: 100%;
  margin: 0; }
  .slideshow__cycle img {
    max-width: 100%; }

.slideshow__cycle--2,
.slideshow__cycle--3 {
  display: none; }

/* 400px */
@media (min-width: 400px) {
  .slideshow__cycle--2 {
    display: inline-block; }

  .slideshow__cycle--1,
  .slideshow__cycle--2 {
    max-width: 49%; } }
/* 600px */
@media (min-width: 600px) {
  .slideshow__cycle--3 {
    display: inline-block; }

  .slideshow__cycle--1,
  .slideshow__cycle--2,
  .slideshow__cycle--3 {
    max-width: 32.5%; } }
/* 800px */
@media (min-width: 800px) {
  html:not(.no-js) .l-slideshow .l-container {
    position: relative; }
    html:not(.no-js) .l-slideshow .l-container:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 4.7rem;
      background: #d3ccb2;
      border-style: solid;
      border-width: 0 0.11rem;
      border-color: #5D4729;
      z-index: 1; }

  .slideshow {
    background: transparent; }

  .slideshow__cycle--1,
  .slideshow__cycle--2,
  .slideshow__cycle--3 {
    max-width: 31.5%; }

  .slideshow__cycle--2 {
    margin: 0 2%; }

  .slideshow__cycle {
    -webkit-box-shadow: 0.3rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0.3rem 0.3rem 1rem 0 rgba(0, 0, 0, 0.75); } }
/* 1000px */
@media (min-width: 1000px) {
  .slideshow__cycle--1 {
    margin-left: -1rem; }

  .slideshow__cycle--2 {
    margin: 0 4.2rem; }

  .slideshow__cycle--3 {
    margin-right: -1rem; } }
/* 1200px */
@media (min-width: 1200px) {
  .slideshow__cycle--2 {
    margin: 0 5.5rem; } }
.contact-details ul {
  list-style-type: none;
  padding-left: 0; }
  .contact-details ul span {
    font-weight: bold;
    color: #5D4729; }

.programs__item {
  border-bottom: 0.11rem solid #dedad4;
  padding: 1rem 0;
  margin-bottom: 1rem; }

.programs__image {
  display: block;
  margin: 0 auto 1.5rem auto; }

.programs__item__heading {
  margin-top: 0; }
  .programs__item__heading a {
    text-decoration: none;
    color: #5D4729; }
    .programs__item__heading a:hover, .programs__item__heading a:active {
      color: #7d6b53; }

.programs__read-more a {
  font-weight: bold;
  text-decoration: none;
  position: relative;
  margin-left: 1rem; }
  .programs__read-more a:before {
    position: absolute;
    content: '';
    border-style: solid;
    border-width: 0.5rem;
    border-color: transparent;
    border-left-color: #688427;
    left: -1rem;
    top: 0.5rem; }

/* 400px */
@media (min-width: 400px) {
  .l-content .programs__image {
    float: left;
    margin: 0 1rem 1rem 0;
    max-width: 35%; } }
/* 1000px */
@media (min-width: 1000px) {
  .programs__item.has-image .programs__content {
    margin-left: 37%; } }
.login-form,
.password-reset-form {
  max-width: 40rem;
  margin: 0 auto; }

@keyframes rotating {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  to {
    transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  to {
    transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

.table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.row {
  display: table-row; }

.cell {
  display: table-cell;
  float: none !important;
  vertical-align: top; }

.hide {
  display: none; }

.indent {
  margin-left: 2rem; }

.expandable:hover {
  cursor: pointer;
  text-decoration: underline; }
.expandable:before {
  content: '+'; }
.expandable.no-content:before {
  content: ''; }

.expandable.open:before {
  content: '-'; }
.expandable.open.no-content:before {
  content: ''; }

div.flash-msg .close {
  float: right; }

ul.pagination {
  padding: 0; }
  ul.pagination li {
    display: inline-block;
    margin: 0 0.7rem; }
    ul.pagination li:before {
      border: none;
      border-radius: none;
      width: 0;
      height: 0;
      left: 0;
      top: 0; }
    ul.pagination li .sr-only {
      display: none; }

.alert {
  padding: 15px;
  border-radius: 4px;
  border: 1px solid;
  font-weight: bold;
  font-size: 15px; }

.alert-danger {
  color: #a94442;
  background-color: #F2DEDE;
  border-color: #a94442; }

.alert-success {
  color: #3C763D;
  background-color: #DFF0D8;
  border-color: #3C763D; }

.flash-msg {
  margin: 15px 0; }

.two-col > div:nth-child(odd) {
  width: 49.15254%;
  float: left;
  margin-left: 0; }
.two-col > div:nth-child(even) {
  width: 49.15254%;
  float: left;
  margin-left: 1.69492%; }

@media (min-width: 600px) {
  .two-col-max > div:nth-child(odd), .three-col-max > div:nth-child(odd),
  .two-col-max > li:nth-child(odd),
  .three-col-max > li:nth-child(odd) {
    width: 49.15254%;
    float: left;
    margin-left: 0; }
  .two-col-max > div:nth-child(even), .three-col-max > div:nth-child(even),
  .two-col-max > li:nth-child(even),
  .three-col-max > li:nth-child(even) {
    width: 49.15254%;
    float: left;
    margin-left: 1.69492%; } }

@media (min-width: 800px) {
  .three-col-max > div:nth-child(3n-2),
  .three-col-max > li:nth-child(3n-2) {
    width: 32.20339%;
    float: left;
    margin-left: 0; }
  .three-col-max > div:nth-child(3n+2), .three-col-max > div:nth-child(3n+3),
  .three-col-max > li:nth-child(3n+2),
  .three-col-max > li:nth-child(3n+3) {
    width: 32.20339%;
    float: left;
    margin-left: 1.69492%; } }

.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0; }

.flexnav.opacity {
  opacity: 0; }

.flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.flexnav.one-page {
  position: fixed;
  top: 50px;
  right: 5%;
  max-width: 200px; }

.flexnav li {
  font-size: 100%;
  position: relative;
  overflow: hidden; }

.flexnav li a {
  position: relative;
  display: block;
  padding: .96em;
  z-index: 2;
  overflow: hidden;
  color: #222222;
  background: #a6a6a2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.flexnav li ul {
  width: 100%; }

.flexnav li ul li {
  font-size: 100%;
  position: relative;
  overflow: hidden; }

.flexnav li ul.flexnav-show li {
  overflow: visible; }

.flexnav li ul li a {
  display: block;
  background: #b2b2af; }

.flexnav ul li ul li a {
  background: #bfbfbc; }

.flexnav ul li ul li ul li a {
  background: #cbcbc9; }

.flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #acaca1;
  background: rgba(0, 0, 0, 0.075);
  text-align: center; }

.flexnav .touch-button:hover {
  cursor: pointer; }

.flexnav .touch-button .navicon {
  position: relative;
  top: 1.4em;
  font-size: 12px;
  color: #666; }

.menu-button {
  position: relative;
  display: block;
  padding: 1em;
  background: #a6a6a2;
  color: #222222;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.menu-button.one-page {
  position: fixed;
  top: 0;
  right: 5%;
  padding-right: 45px; }

.menu-button .touch-button {
  background: transparent;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center; }

.menu-button .touch-button .navicon {
  font-size: 16px;
  position: relative;
  top: 1em;
  color: #666; }

@media all and (min-width: 800px) {
  body.one-page {
    padding-top: 70px; }

  .flexnav {
    overflow: visible; }

  .flexnav.opacity {
    opacity: 1; }

  .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px; }

  .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    overflow: visible;
    width: 20%; }

  .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none; }

  .flexnav li > ul {
    position: absolute;
    top: auto;
    left: 0; }

  .flexnav li > ul li {
    width: 100%; }

  .flexnav li ul li > ul {
    margin-left: 100%;
    top: 0; }

  .flexnav li ul li a {
    border-bottom: none; }

  .flexnav li ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1; }

  .flexnav li ul.open li {
    overflow: visible;
    max-height: 100px; }

  .flexnav li ul.open ul.open {
    margin-left: 100%;
    top: 0; }

  .menu-button {
    display: none; } }
.oldie body.one-page {
  padding-top: 70px; }

.oldie .flexnav {
  overflow: visible; }

.oldie .flexnav.one-page {
  top: 0;
  right: auto;
  max-width: 1080px; }

.oldie .flexnav li {
  position: relative;
  list-style: none;
  float: left;
  display: block;
  background-color: #a6a6a2;
  width: 20%;
  min-height: 50px;
  overflow: visible; }

.oldie .flexnav li:hover > ul {
  display: block;
  width: 100%;
  overflow: visible; }

.oldie .flexnav li:hover > ul li {
  width: 100%;
  float: none; }

.oldie .flexnav li a {
  border-left: 1px solid #acaca1;
  border-bottom: none;
  overflow: visible; }

.oldie .flexnav li > ul {
  background: #acaca1;
  position: absolute;
  top: auto;
  left: 0;
  display: none;
  z-index: 1;
  overflow: visible; }

.oldie .flexnav li ul li ul {
  top: 0; }

.oldie .flexnav li ul li a {
  border-bottom: none; }

.oldie .flexnav li ul.open {
  display: block;
  width: 100%;
  overflow: visible; }

.oldie .flexnav li ul.open li {
  width: 100%; }

.oldie .flexnav li ul.open ul.open {
  margin-left: 100%;
  top: 0;
  display: block;
  width: 100%;
  overflow: visible; }

.oldie .flexnav ul li:hover ul {
  margin-left: 100%;
  top: 0; }

.oldie .menu-button {
  display: none; }

.oldie.ie7 .flexnav li {
  width: 19.9%; }

/* Layout */
.nav-primary {
  z-index: 120;
  position: relative; }

.flexnav i,
.menu-button i {
  font-style: normal; }

.menu-button,
.nav-primary ul li a {
  padding: 1rem; }

.menu-button .touch-button,
.flexnav .touch-button {
  height: 3.9rem;
  width: 5rem; }
  .menu-button .touch-button .navicon,
  .flexnav .touch-button .navicon {
    top: 0.8rem; }

.menu-button .touch-button {
  height: 3.8rem; }

.menu-button,
.nav-primary > ul {
  font-size: 2rem;
  line-height: 2rem; }

.nav-primary > ul {
  padding-left: 0; }
  .nav-primary > ul ul {
    margin: 0; }

.flexnav ul li {
  background-color: #ffffff; }

/* Colors and Such */
.menu-button {
  z-index: 1;
  font-family: "EB Garamond", serif;
  border: none;
  background: #506809;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwNjgwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTNjMDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #506809 0%, #2e3c08 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #506809), color-stop(100%, #2e3c08));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #506809 0%, #2e3c08 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #506809 0%, #2e3c08 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #506809 0%, #2e3c08 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #506809 0%, #2e3c08 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#506809', endColorstr='#2e3c08',GradientType=0 );
  /* IE6-8 */ }
  .menu-button .touch-button .navicon {
    color: #ffffff; }
  .menu-button.active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .menu-button.active .touch-button {
      height: 3.9rem; }
  .menu-button .touch-button {
    height: 4rem; }

.menu-button .touch-button .navicon,
.flexnav .touch-button .navicon {
  text-shadow: none;
  color: #ffffff; }

.menu-button,
.nav-primary ul li a {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  min-height: 4rem; }

.menu-button:active .touch-button,
.nav-primary ul li a:active,
.touch-button:active {
  background-color: #5D4729; }

.nav-primary > ul {
  background-color: #595959; }

.nav-primary > ul > li a {
  background-color: #77903c; }

.nav-primary > ul > li ul > li a {
  background-color: #869c52; }

.nav-primary > ul > li ul > li ul > li a {
  background-color: #95a867; }

.flexnav.opacity {
  opacity: 1; }

/* Icons */
.nav-primary > ul > li > a:before {
  font-family: "Base-Icons";
  margin-right: 1rem; }

/*.nav-primary .nav-blog > a:before {
  content: '\e600';
}

.nav-primary .nav-calendar > a:before {
  content: '\e605';
}

.nav-primary .nav-documents > a:before {
  content: '\e604';
}

.nav-primary .nav-photos > a:before {
  content: '\e603';
}

.nav-primary .nav-testimonials > a:before {
  content: '\e602';
}

.nav-primary .nav-contact > a:before {
  content: '\e601';
}*/
/* 800px */
@media (min-width: 800px) {
  .nav-primary {
    clear: both; }

  .nav-primary > ul {
    font-size: 1.4rem;
    line-height: 1.4rem;
    text-align: center;
    display: block;
    background: #506809;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #506809 0%, #2e3c08 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #506809), color-stop(100%, #2e3c08));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #506809 0%, #2e3c08 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #506809 0%, #2e3c08 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #506809 0%, #2e3c08 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #506809 0%, #2e3c08 100%);
    /* W3C */
    max-height: 4rem; }
    .nav-primary > ul > li {
      width: auto;
      float: none;
      display: inline-block;
      height: 4rem;
      background: transparent;
      position: relative; }
      .nav-primary > ul > li.active > a {
        background: #344213; }
      .nav-primary > ul > li > a {
        height: 4rem;
        padding: 1.15rem 1.5rem 1rem 1.5rem;
        color: #eeece9;
        text-align: center;
        background: transparent;
        border: none;
        font-size: 1.6rem;
        line-height: 1.8rem;
        text-shadow: 0.11rem 0.11rem 0.11rem #000000; }
        .nav-primary > ul > li > a:hover, .nav-primary > ul > li > a:active {
          background: #344213; }
      .nav-primary > ul > li.item-with-ul .touch-button {
        display: none; }
      .nav-primary > ul > li > ul {
        display: none !important;
        z-index: 1; }
      .nav-primary > ul > li ul {
        background: #344213; }
        .nav-primary > ul > li ul ul,
        .nav-primary > ul > li ul .touch-button {
          display: none !important; }
        .nav-primary > ul > li ul li {
          background: transparent; }
          .nav-primary > ul > li ul li.last {
            border: none; }
          .nav-primary > ul > li ul li a {
            color: #ffffff;
            border: none;
            font-size: 1.4rem;
            background: transparent;
            height: auto; }
            .nav-primary > ul > li ul li a:hover {
              background: #8d7e69; }
    .nav-primary > ul .touch-button {
      height: 4.3rem;
      margin-top: 0.11rem; }
      .nav-primary > ul .touch-button .navicon {
        top: 1.1rem; }

  .flexnav li > ul {
    left: 0; }
  .flexnav li.last > ul {
    right: 0;
    left: auto; } }
/* 1000px */
@media (min-width: 1000px) {
  .nav-primary > ul {
    font-size: 1.6rem;
    line-height: 1.8rem; }
    .nav-primary > ul > li:hover > ul,
    .nav-primary > ul > li:hover > ul.open, .nav-primary > ul > li.open > ul,
    .nav-primary > ul > li.open > ul.open {
      padding: 0.5rem 0;
      opacity: 1;
      visibility: visible; }
    .nav-primary > ul > li > a {
      padding-left: 3rem;
      padding-right: 3rem; }
    .nav-primary > ul > li > ul {
      display: block !important;
      visibility: hidden;
      opacity: 0;
      overflow: hidden;
      width: auto;
      -webkit-transition: opacity 0.1s ease, padding 0.1s ease;
      -o-transition: opacity 0.1s ease, padding 0.1s ease;
      transition: opacity 0.1s ease, padding 0.1s ease; }
      .nav-primary > ul > li > ul.open {
        visibility: hidden; }
      .nav-primary > ul > li > ul a {
        padding: 0.8rem 0.8rem;
        line-height: 1.8rem; }

  .nav-primary ul li a {
    min-height: 0 !important; } }
nav.secondary {
  padding: 2rem 0 0 0;
  min-height: 8rem;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-family: Verdana, Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans"; }
  nav.secondary li {
    margin-bottom: 1.5rem; }
  nav.secondary > ul {
    padding: 0; }
    nav.secondary > ul > li > a {
      padding: 0.5rem 1.5rem 0.5rem 2rem; }
    nav.secondary > ul > li ul {
      display: none;
      padding: 1rem 0 0 0; }
      nav.secondary > ul > li ul a {
        padding: 0.5rem 1.5rem 0.5rem 3.5rem;
        font-weight: normal; }
    nav.secondary > ul > li.current > ul, nav.secondary > ul > li.current_ancestor > ul {
      display: block; }
      nav.secondary > ul > li.current > ul li.current a:before, nav.secondary > ul > li.current_ancestor > ul li.current a:before {
        top: 0.2rem; }
    nav.secondary > ul > li.has-children {
      position: relative; }
      nav.secondary > ul > li.has-children i {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 1rem;
        line-height: 2.6rem;
        width: 2rem;
        height: 100%;
        text-align: center;
        cursor: pointer;
        z-index: 1;
        padding-top: 0.11rem;
        color: #688427; }
        nav.secondary > ul > li.has-children i:hover, nav.secondary > ul > li.has-children i:active {
          color: #95a867; }
      nav.secondary > ul > li.has-children.current i {
        color: #000000; }
        nav.secondary > ul > li.has-children.current i:hover, nav.secondary > ul > li.has-children.current i:active {
          color: #95a867; }
  nav.secondary > a {
    padding: 0.5rem 1.5rem 0.5rem 2rem; }
  nav.secondary ul {
    margin: 0; }
  nav.secondary a {
    display: block;
    text-decoration: none;
    color: #688427;
    font-weight: bold; }
    nav.secondary a:hover, nav.secondary a:active {
      color: #95a867; }
  nav.secondary li.current > a,
  nav.secondary > a.current {
    color: #000000;
    background-color: #BCB297; }

.nav-secondary__heading {
  font-weight: bold;
  margin-bottom: 1.5rem; }

div.breadcrumbs {
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin-bottom: 1.5rem; }
  div.breadcrumbs a {
    text-decoration: none;
    color: #688427; }
    div.breadcrumbs a:hover, div.breadcrumbs a:active {
      color: #95a867; }
  div.breadcrumbs .divider {
    margin: 0 0.4rem; }

div.paging-navigation div {
  display: inline-block; }
div.paging-navigation a {
  text-transform: capitalize; }
  div.paging-navigation a:before, div.paging-navigation a:after {
    font-family: "Base-Icons";
    position: relative;
    top: 0.1rem;
    font-size: 1.3rem; }
div.paging-navigation .next a:after {
  content: '  \f054'; }
div.paging-navigation .prev a:before {
  content: '\f053  '; }

.nav-footer__column:not(:first-child),
.nav-footer__heading {
  display: none; }

/* 1000px */
@media (min-width: 1000px) {
  .nav-footer__column {
    display: block !important; }

  .nav-footer__column {
    width: 12.90323%;
    float: left;
    margin-left: 1.6129%; }
    .nav-footer__column:first-child {
      width: 12.90323%;
      float: left;
      margin-left: 0; }

  .nav-footer {
    margin: 2rem 0 1rem 0;
    overflow: hidden; }
    .nav-footer a {
      color: #688427; }
      .nav-footer a:hover, .nav-footer a:active {
        color: #95a867; }
    .nav-footer ul {
      padding: 0;
      margin-top: 0;
      font-size: 1.1rem;
      line-height: 1.4rem; }
    .nav-footer li {
      margin-bottom: 0.25rem; }

  .nav-footer .nav-footer__heading {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: bold;
    color: #5D4729; }
    .nav-footer .nav-footer__heading:hover, .nav-footer .nav-footer__heading:active {
      color: #95a867; } }
.blog-tpl .paging-navigation {
  text-align: center;
  margin-bottom: 2rem; }

@media (min-width: 800px) {
  .blog-tpl .nav-primary .nav-resources > a {
    /* mimic "active" state on blog navigation node */
    background: #344213; } }
.l-sidebar--blog ul {
  padding: 0;
  margin: 0; }

.categories {
  padding: 2rem 0 0 0; }
  .categories a {
    text-decoration: none;
    color: #688427;
    font-weight: bold;
    display: block; }
    .categories a:hover, .categories a:active {
      color: #95a867; }
  .categories .current-cat a {
    color: #000000;
    background-color: #BCB297; }

.categories__heading,
.categories a {
  padding: 0.5rem 1.5rem 0.5rem 2rem;
  margin: 0 0 1.5rem 0;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-family: Verdana, Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans"; }

.l-content__entry {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 0.11rem solid #7d6b53; }
  .l-content__entry .l-content__entry-summary,
  .l-content__entry .l-content__entry-body {
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #4c4c4c; }
  .l-content__entry .read-more {
    display: none; }

.l-content__entry-thumbnail {
  margin: 1rem auto;
  max-width: 40rem;
  float: none; }
  .l-content__entry-thumbnail img {
    display: block;
    margin: 0 auto; }

.l-content__entry-header .meta p {
  margin-top: 1rem; }
.l-content__entry-header .meta__date,
.l-content__entry-header .meta__categories,
.l-content__entry-header .divider {
  color: #7d6b53;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4rem; }
.l-content__entry-header .divider {
  margin: 0 1.5rem; }
.l-content__entry-header .fb-like {
  margin-right: 0.5rem; }
  .l-content__entry-header .fb-like span {
    vertical-align: baseline !important; }
.l-content__entry-header .twitter-share-button {
  width: 8.3rem !important; }
.l-content__entry-header iframe {
  border: none; }
.l-content__entry-header a {
  color: #4c4c4c; }
  .l-content__entry-header a:hover, .l-content__entry-header a:active {
    color: #95a867; }
.l-content__entry-header p {
  margin: 0; }

.l-content__entry-title {
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin-bottom: 0.6rem;
  font-weight: bold;
  font-style: italic; }
  .l-content__entry-title a {
    color: #5D4729;
    text-decoration: none; }
    .l-content__entry-title a:hover {
      color: #95a867; }
    .l-content__entry-title a:active {
      color: #485c1b; }

.blog-tpl.single .l-content__entry {
  border-bottom: none;
  margin-bottom: 0; }
  .blog-tpl.single .l-content__entry .tags {
    font-size: 1.2rem;
    line-height: 1.4rem; }
    .blog-tpl.single .l-content__entry .tags span {
      font-weight: bold; }
    .blog-tpl.single .l-content__entry .tags a {
      text-decoration: none; }

.blog-tpl .comments .form-allowed-tags {
  color: #999999;
  font-size: 1.2rem;
  line-height: 1.6rem; }
.blog-tpl .comments .responses .blog-comment {
  border-left: 0.5rem solid #cccccc;
  border-top: 0.11rem solid #cccccc;
  padding: 1rem 1rem 0.11rem 1rem; }
  .blog-tpl .comments .responses .blog-comment:nth-child(even) {
    border-right: 0.5rem solid #cccccc;
    border-left: none; }
.blog-tpl .comments .responses .comment-content {
  color: #666666; }

.home-tpl [class*="widget"].whats-new {
  position: relative;
  margin-bottom: 2rem; }
  .home-tpl [class*="widget"].whats-new .posts .category-label {
    color: #999999;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    line-height: 1.8rem; }
  .home-tpl [class*="widget"].whats-new .post {
    margin-bottom: 1.5rem;
    position: relative; }
  .home-tpl [class*="widget"].whats-new .featured-image {
    width: 100%; }
  .home-tpl [class*="widget"].whats-new img {
    display: none; }
  .home-tpl [class*="widget"].whats-new h3 {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: bold;
    font-family: "Roboto", sans-serif; }
    .home-tpl [class*="widget"].whats-new h3 a,
    .home-tpl [class*="widget"].whats-new h3 a:visited {
      text-decoration: none;
      display: block;
      color: #4c4c4c; }
    .home-tpl [class*="widget"].whats-new h3 a:hover,
    .home-tpl [class*="widget"].whats-new h3 a:active {
      color: #5D4729; }
  .home-tpl [class*="widget"].whats-new .summary {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #4c4c4c; }
    .home-tpl [class*="widget"].whats-new .summary p:last-child {
      margin-bottom: 0; }
  .home-tpl [class*="widget"].whats-new .read-more {
    font-size: 1.2rem;
    line-height: 1.2rem; }
  .home-tpl [class*="widget"].whats-new a:visited {
    color: #688427; }
  .home-tpl [class*="widget"].whats-new a:hover, .home-tpl [class*="widget"].whats-new a:active {
    color: #5D4729; }

.blog-tpl .l-content__heading h1 {
  margin-bottom: 1.5rem; }
.blog-tpl .breadcrumbs {
  display: block; }
  .blog-tpl .breadcrumbs i {
    font-size: 1.4rem; }

.blog-tpl .l-content__main .l-content {
  padding: 2rem 0.5rem 1rem 0.5rem; }

/* 200px */
@media (min-width: 200px) {
  .home-tpl [class*="widget"].whats-new img {
    display: block;
    width: 100%;
    max-width: 27rem;
    margin: 0 auto;
    height: auto;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    /* Set image scale origin point for super large displays */ } }
/* 400px */
@media (min-width: 400px) {
  .blog-tpl.single .l-content__entry-thumbnail {
    max-width: 50%;
    margin: 0 2.5rem 1rem 0; }

  .home-tpl [class*="widget"].whats-new {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .home-tpl [class*="widget"].whats-new:after {
      content: " ";
      display: block;
      clear: both; }
    .home-tpl [class*="widget"].whats-new .post {
      clear: left; }
      .home-tpl [class*="widget"].whats-new .post .featured-image {
        float: left;
        max-width: 11.5rem;
        margin: 0 1rem 1rem 0; }
      .home-tpl [class*="widget"].whats-new .post h3,
      .home-tpl [class*="widget"].whats-new .post .summary {
        margin-left: 12.5rem; } }
/* 600px */
@media (min-width: 600px) {
  .l-content__entry-thumbnail {
    margin: 0 2.5rem 1rem 0; }

  .blog-tpl .l-content__entry .l-content__entry-thumbnail {
    float: left; }
    .blog-tpl .l-content__entry .l-content__entry-thumbnail a {
      display: block; }
    .blog-tpl .l-content__entry .l-content__entry-thumbnail img {
      margin: 0; }
  .blog-tpl.single .l-content__entry .l-content__entry-thumbnail {
    float: left; }
  .blog-tpl.single .l-content__entry .l-content__entry-header {
    margin-bottom: 0.5rem; }

  .home-tpl [class*="widget"].whats-new .post.blog {
    clear: none;
    margin-bottom: 0;
    width: 32.20339%;
    float: left;
    margin-left: 1.69492%; }
    .home-tpl [class*="widget"].whats-new .post.blog:first-child {
      width: 32.20339%;
      float: left;
      margin-left: 0; }
    .home-tpl [class*="widget"].whats-new .post.blog .featured-image {
      max-width: 100%;
      float: none;
      margin: 0; }
    .home-tpl [class*="widget"].whats-new .post.blog h3,
    .home-tpl [class*="widget"].whats-new .post.blog .summary {
      margin-left: 0; } }
/* 800px */
@media (min-width: 800px) {
  .blog-tpl .l-content h1 {
    margin-top: 0; }

  .blog-tpl .l-sidebar--blog {
    display: block; }

  .blog-tpl .l-main .main {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .blog-tpl .l-main .main:after {
      content: " ";
      display: block;
      clear: both; }
  .blog-tpl .l-main .l-sidebar--blog {
    width: 25%;
    float: left; }
  .blog-tpl .l-main .l-content {
    width: 75%;
    float: left; }

  .blog-tpl .l-content__entry.has-image .l-content__entry-header,
  .blog-tpl .l-content__entry.has-image .l-content__entry-summary {
    margin-left: 24.2rem; }
  .blog-tpl.single .l-content__entry.has-image .l-content__entry-header {
    margin-left: 0; } }
/* 1000px */
@media (min-width: 1000px) {
  .blog-tpl.single .l-content__entry .l-content__entry-thumbnail {
    max-width: 40rem; }

  .blog-tpl .l-content__entry .l-content__entry-thumbnail {
    width: 270px; }
  .blog-tpl .l-content__entry.has-image .l-content__entry-header,
  .blog-tpl .l-content__entry.has-image .l-content__entry-summary {
    margin-left: 282px; }

  .blog-tpl .l-main .l-sidebar--blog {
    width: 20.83333%;
    float: left; }
  .blog-tpl .l-main .l-content {
    width: 79.16667%;
    float: left; } }
/* 1200px */
.news-views .news-views__heading {
  color: #688427; }
  .news-views .news-views__heading h1 {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    text-decoration: underline; }
  .news-views .news-views__heading:visited, .news-views .news-views__heading:visited h1 {
    color: #485c1b; }
  .news-views .news-views__heading:hover, .news-views .news-views__heading:active, .news-views .news-views__heading:hover h1, .news-views .news-views__heading:active h1 {
    color: #95a867; }

.news-views__post {
  margin-bottom: 1.5rem; }

.news-views__teaser {
  margin-bottom: 0; }

.news-views__read-more {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: bold;
  margin-left: 0.5rem; }
  .news-views__read-more i {
    font-size: 0.9rem;
    line-height: 0.9rem; }

.testimonials__list {
  margin: 0;
  list-style-type: none; }
  .testimonials__list li img {
    max-width: 25%;
    float: right;
    border: 1px solid #5D4729;
    margin: 0 0 0.5rem 1rem;
    border-radius: 0 0 1rem 0; }
  .testimonials__list li blockquote {
    margin: 0 1rem 0 0; }

.testimonials--page .testimonials__list li {
  padding-bottom: 0.5rem;
  border-bottom: 0.11rem solid #eeece9;
  margin-bottom: 2.5rem; }

.testimonials--page .testimonials__list,
.testimonials--block .testimonials__list {
  padding: 0; }

.testimonials {
  border-bottom: none;
  margin-top: 0; }
  .testimonials blockquote {
    margin: 0; }

.testimonials--block {
  background: #e5dcc0;
  border-radius: 0.75rem;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0; }

/* 400px */
@media (min-width: 400px) {
  .testimonials--block {
    max-width: 60%; }

  .testimonials--right {
    float: right;
    clear: right;
    margin: 1rem 0 1rem 1rem; }

  .testimonials--left {
    float: left;
    clear: left;
    margin: 1rem 1rem 1rem 0; } }
@media (min-width: 600px) {
  .testimonials--block {
    max-width: 32.5rem; } }
nav.breadcrumbs {
  display: block;
  color: #5D4729;
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: Verdana, Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans"; }
  nav.breadcrumbs ul {
    padding: 0; }
  nav.breadcrumbs li {
    display: inline-block; }
  nav.breadcrumbs .current {
    font-weight: bold; }

.photo-gallery {
  /* Set image scale origin point for super large displays */
  /* Album List Page */
  /* Photo List Page */ }
  .photo-gallery img {
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top; }
  .photo-gallery .album {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    text-decoration: none;
    /* transitions for fancyness */ }
    .photo-gallery .album .album-name {
      display: block;
      margin-top: 1.5rem;
      font-size: 1.6rem;
      line-height: 1.8rem;
      color: #5D4729; }
    .photo-gallery .album:active img {
      border-color: #cec7be; }
    .photo-gallery .album:active .album-name {
      color: #688427; }
    .photo-gallery .album {
      -webkit-transition: background-color 0.1s ease;
      -o-transition: background-color 0.1s ease;
      transition: background-color 0.1s ease; }
  .photo-gallery .photo {
    display: block;
    width: 100%;
    margin-bottom: 1rem; }

/* Home Block */
.gallery img {
  display: block;
  margin-bottom: 2rem; }
  .gallery img:hover, .gallery img:active {
    border-color: #cec7be; }

@media (min-width: 200px) {
  .photo-gallery {
    /* Album List Page, Photo List Page */
    /* TWO COL */ }
    .photo-gallery .album:nth-child(odd), .photo-gallery .photo:nth-child(odd) {
      clear: left;
      width: 49.15254%;
      float: left;
      margin-left: 0; }
    .photo-gallery .album:nth-child(even), .photo-gallery .photo:nth-child(even) {
      width: 49.15254%;
      float: left;
      margin-left: 1.69492%; } }
@media (min-width: 400px) {
  .photo-gallery {
    /* Album List Page, Photo List Page */
    /* THREE COL */ }
    .photo-gallery .album, .photo-gallery .photo {
      /* set new layout */
      /* hover and rollover effects */ }
      .photo-gallery .album:nth-child(odd), .photo-gallery .photo:nth-child(odd) {
        clear: none; }
      .photo-gallery .album:nth-child(3n-2), .photo-gallery .photo:nth-child(3n-2) {
        /* first column */
        clear: left;
        width: 32.20339%;
        float: left;
        margin-left: 0; }
      .photo-gallery .album:nth-child(3n+2), .photo-gallery .album:nth-child(3n+3), .photo-gallery .photo:nth-child(3n+2), .photo-gallery .photo:nth-child(3n+3) {
        /* second and last columns */
        width: 32.20339%;
        float: left;
        margin-left: 1.69492%; }
      .photo-gallery .album:hover img, .photo-gallery .photo:hover img {
        border-color: #cec7be; }
      .photo-gallery .album:hover .album-name, .photo-gallery .photo:hover .album-name {
        color: #688427; } }
/*
	Recommended Responsive Solutions (apply as necessary)
	- A few: http://css-tricks.com/responsive-data-table-roundup/
	- Such as: Foo Table (http://themergency.com/footable-demo/responsive-container.htm)
	- Or a purely CSS solution: http://codepen.io/pixelchar/pen/rfuqK?editors=110;
*/
/* Light Theme */
/* Dark Theme */
.document-library-wrapper .document-library-filter input.sortable {
  float: none;
  border: 0.11rem solid #595959;
  height: 2.4rem;
  padding: 0.5rem;
  margin: 0 1.5rem;
  border-radius: 0.4rem;
  font-size: 1.2rem;
  background: #ffffff; }
.document-library-wrapper .document-library-filter .clear-filter {
  margin: 0 1.5rem; }
.document-library-wrapper .document-library-filter__heading {
  margin: 1.5rem; }
.document-library-wrapper .document-library-filter__sub-heading {
  margin: 1rem 1rem 1rem 1.5rem; }
.document-library-wrapper .document-library-filter-options {
  list-style: none;
  margin-bottom: 1rem; }
  .document-library-wrapper .document-library-filter-options li a {
    color: #688427;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 0 1.5rem;
    margin-bottom: 0.5rem; }
    .document-library-wrapper .document-library-filter-options li a:hover {
      color: #95a867; }
  .document-library-wrapper .document-library-filter-options li.active a {
    color: #000000;
    background-color: #BCB297; }
.document-library-wrapper .table-list {
  position: relative;
  border-collapse: separate;
  width: 100%;
  border: 0.11rem solid #cccccc;
  margin-bottom: 1.5rem;
  border-radius: 0.4rem 0.4rem 0 0; }
  .document-library-wrapper .table-list thead:before {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 2.5rem;
    top: 0;
    left: 0;
    border-radius: 0.4rem 0.4rem 0 0;
    background: #e5e5e5;
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C */ }
  .document-library-wrapper .table-list img {
    display: block; }
  .document-library-wrapper .table-list th {
    height: 4rem;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    color: #333333;
    border-left: 0.11rem solid #cccccc;
    background-color: #e5e5e5;
    text-align: left;
    padding: 1.3rem 1rem 0 1rem;
    white-space: nowrap; }
    .document-library-wrapper .table-list th:first-child {
      border: none;
      border-radius: 0.4rem 0 0 0; }
    .document-library-wrapper .table-list th:last-child {
      border-radius: 0 0.4rem 0 0; }
    .document-library-wrapper .table-list th.sort {
      cursor: pointer; }
    .document-library-wrapper .table-list th.sort:hover {
      color: #95a867; }
    .document-library-wrapper .table-list th.sort:after {
      width: 0;
      height: 0;
      border-left: 0.5rem solid transparent;
      border-right: 0.5rem solid transparent;
      border-top: 0.5rem solid #a5a5a5;
      border-bottom: 0.5rem solid transparent;
      content: "";
      position: relative;
      top: 1.1rem;
      right: -0.5rem; }
    .document-library-wrapper .table-list th.sort.asc:after {
      width: 0;
      height: 0;
      border-left: 0.5rem solid transparent;
      border-right: 0.5rem solid transparent;
      border-top: 0.5rem solid #333333;
      border-bottom: 0.5rem solid transparent;
      content: "";
      position: relative;
      top: 1.1rem;
      right: -0.5rem; }
    .document-library-wrapper .table-list th.sort.desc:after {
      width: 0;
      height: 0;
      border-left: 0.5rem solid transparent;
      border-right: 0.5rem solid transparent;
      border-bottom: 0.5rem solid #333333;
      border-top: 0.5rem solid transparent;
      content: "";
      position: relative;
      top: -1rem;
      right: -0.5rem; }
  .document-library-wrapper .table-list td {
    border-top: 0.11rem solid #cccccc;
    vertical-align: middle;
    padding: 1rem;
    background: #ffffff; }
  .document-library-wrapper .table-list th, .document-library-wrapper .table-list td {
    font-size: 1.3rem; }
  .document-library-wrapper .table-list a {
    text-decoration: none; }
    .document-library-wrapper .table-list a:visited {
      color: #688427; }
    .document-library-wrapper .table-list a:hover, .document-library-wrapper .table-list a:active {
      color: #5D4729; }
  .document-library-wrapper .table-list .level1 td:first-child {
    padding-left: 1.5rem; }
  .document-library-wrapper .table-list .level2 td:first-child {
    padding-left: 3rem; }
  .document-library-wrapper .table-list .collapse .toggle {
    background: url("http://mleibman.github.com/SlickGrid/images/collapse.gif"); }
  .document-library-wrapper .table-list .expand .toggle {
    background: url("http://mleibman.github.com/SlickGrid/images/expand.gif"); }
  .document-library-wrapper .table-list .toggle {
    height: 0.9rem;
    width: 0.9rem;
    display: inline-block;
    margin-right: 0.5rem; }
.document-library-wrapper.dark {
  color: #bfbfbf; }
  .document-library-wrapper.dark .document-library-filter input.sortable {
    border-color: #262626;
    background: #595959; }
  .document-library-wrapper.dark .table-list {
    border-color: #333333; }
    .document-library-wrapper.dark .table-list thead:before {
      background: #4c4c4c;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.25)), color-stop(100%, rgba(255, 255, 255, 0)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
      /* W3C */ }
    .document-library-wrapper.dark .table-list th {
      color: #b2b2b2;
      border-left-color: #333333;
      background-color: #4c4c4c; }
    .document-library-wrapper.dark .table-list td {
      border-top-color: #333333;
      background: #595959; }
  .document-library-wrapper.dark #document-library-filter {
    color: #bfbfbf; }
  .document-library-wrapper.dark a {
    color: #77903c; }
    .document-library-wrapper.dark a:visited {
      color: #77903c; }
    .document-library-wrapper.dark a:hover, .document-library-wrapper.dark a:active {
      color: #6d593e; }
