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

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.autoclear,
.auto-clear {
  /* we don't define lg screen size in the html ever
@media (min-width:1200px){
    @include row-first-child(lg);
  }
  */ }
  @media (min-width: 992px) {
    .autoclear .col-md-1:nth-child(12n+1), .autoclear .col-md-2:nth-child(6n+1), .autoclear .col-md-3:nth-child(4n+1), .autoclear .col-md-4:nth-child(3n+1), .autoclear .col-md-6:nth-child(odd),
    .auto-clear .col-md-1:nth-child(12n+1),
    .auto-clear .col-md-2:nth-child(6n+1),
    .auto-clear .col-md-3:nth-child(4n+1),
    .auto-clear .col-md-4:nth-child(3n+1),
    .auto-clear .col-md-6:nth-child(odd) {
      clear: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .autoclear .col-sm-1:nth-child(12n+1), .autoclear .col-sm-2:nth-child(6n+1), .autoclear .col-sm-3:nth-child(4n+1), .autoclear .col-sm-4:nth-child(3n+1), .autoclear .col-sm-6:nth-child(odd),
    .auto-clear .col-sm-1:nth-child(12n+1),
    .auto-clear .col-sm-2:nth-child(6n+1),
    .auto-clear .col-sm-3:nth-child(4n+1),
    .auto-clear .col-sm-4:nth-child(3n+1),
    .auto-clear .col-sm-6:nth-child(odd) {
      clear: left; } }
  @media (max-width: 767px) {
    .autoclear .col-xs-1:nth-child(12n+1), .autoclear .col-xs-2:nth-child(6n+1), .autoclear .col-xs-3:nth-child(4n+1), .autoclear .col-xs-4:nth-child(3n+1), .autoclear .col-xs-6:nth-child(odd),
    .auto-clear .col-xs-1:nth-child(12n+1),
    .auto-clear .col-xs-2:nth-child(6n+1),
    .auto-clear .col-xs-3:nth-child(4n+1),
    .auto-clear .col-xs-4:nth-child(3n+1),
    .auto-clear .col-xs-6:nth-child(odd) {
      clear: left; } }

.width-full,
.full-bleed,
.width-full-bleed,
.container-full,
.full-width {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0; }

.fluid-width,
.container-fluid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  float: none;
  clear: both;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%; }
  @media (min-width: 2100px) {
    .fluid-width,
    .container-fluid {
      margin-left: auto;
      margin-right: auto; } }

.container,
.page-width {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  width: 80%;
  max-width: 1200px; }
  @media only screen and (max-width: 992px) {
    .container,
    .page-width {
      width: 90%;
      margin-left: 5%;
      margin-right: 5%; } }
  @media (min-width: 2100px) {
    .container,
    .page-width {
      margin-left: auto;
      margin-right: auto; } }

.content-padder {
  padding-left: 35px;
  padding-right: 35px; }
  @media only screen and (max-width: 992px) {
    .content-padder {
      padding-left: 25px;
      padding-right: 25px; } }
  @media only screen and (max-width: 768px) {
    .content-padder {
      padding-left: 15px;
      padding-right: 15px; } }

.align-right {
  float: right; }

.align-left {
  float: left; }

.list-inline {
  list-style-type: none; }
  .list-inline ul,
  .list-inline li {
    list-style-type: none;
    display: inline-block; }
  .list-inline ul {
    margin: auto; }
  .list-inline li {
    margin: 15px; }

.center-everything {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  left: 0;
  text-align: center;
  margin: auto; }
  .center-everything p, .center-everything li, .center-everything span, .center-everything dl, .center-everything dt, .center-everything dd, .center-everything ul, .center-everything div, .center-everything img {
    text-align: center;
    margin: auto; }

.fixed {
  position: fixed; }

.row {
  margin-left: 0;
  margin-right: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 0;
  padding-left: 0; }

body {
  background-color: #fff;
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (max-width: 992px) {
    body {
      font-size: 16px; } }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px; } }
  @media only screen and (max-width: 480px) {
    body {
      font-size: 14px; } }

p {
  font-family: "Open Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

a:hover {
  text-decoration: none; }

a.link-wrapper:hover {
  text-decoration: none; }

/*
section {
  header {
    .title {
      font-size: 44px;
      color: $darkgreen;
      text-transform: uppercase;
      font-family: $tertiary;
      font-weight: 300;
      margin-bottom: 75px;
    }
  }
}

 article {
  .page-title {
  	font-family: $primary;
    color: $yellow;
    font-weight: bold;
    margin-bottom: 25px;
    }
} */
.screen-reader-text {
  display: none; }

article.fifty-fifty-image-post .page-title,
article.fifty-fifty-post-image .page-title,
.bg-gray .page-title,
.bg-grey .page-title,
.bg-white .page-title {
  color: #333; }
  article.fifty-fifty-image-post .page-title a,
  article.fifty-fifty-post-image .page-title a,
  .bg-gray .page-title a,
  .bg-grey .page-title a,
  .bg-white .page-title a {
    color: #333; }

.bg-white {
  background-color: #fff; }

.green,
.text-green {
  color: #005F38; }

.bg-green {
  background-color: #005F38; }

.darkgreen,
.dark-green,
text-darkgreen,
text-dark-green {
  color: #00492B; }

.bg-darkgreen {
  background-color: #00492B; }

.brown,
.text-brown {
  color: #604733; }

.yellow,
.text-yellow {
  color: #EB9F3D; }

.bg-brown {
  background-color: #604733; }

.bg-lightbrown {
  background-color: #997761; }

.bg-table-odd {
  background-color: #fff; }

.bg-table-even {
  background-color: #f4ddbd; }

.bg-table-odd-shaded {
  background-color: #fcefe1; }

.bg-table-even-shaded {
  background-color: #f4d5af; }

img.alignright {
  float: right; }

img.alignleft {
  float: left; }

.bg {
  background-repeat: no-repeat;
  background-size: cover; }

div.bg.rectangle,
div.bg.size-rectangle,
.md-rectangle {
  padding-bottom: 62%;
  min-height: 240px; }

@media only screen and (max-width: 768px) {
  .sm-rectangle {
    padding-bottom: 62%; } }

@media only screen and (max-width: 480px) {
  .xs-rectangle {
    padding-bottom: 62%; } }

div.bg.wide,
div.bg.size-wide,
.md-wide {
  padding-bottom: 50%;
  min-height: 240px; }

div.bg.ultrawide,
div.bg.size-ultrawide,
.md-ultrawide {
  padding-bottom: 33%;
  min-height: 240px; }

div.bg.square,
div.bg.size-square,
.md-square {
  padding-bottom: 100%;
  min-height: 320px; }

div.bg.tall,
div.bg.size-tall,
.md-tall {
  padding-bottom: 200%;
  max-height: 320px; }

div.bg.rectangle-medium,
div.bg.size-rectangle-medium,
.md-rectangle-medium {
  padding-bottom: 78%;
  min-height: 240px; }

div.bg.portrait-small,
div.bg.size-portrait-small,
.md-portrait-small {
  padding-bottom: 150%;
  max-height: 320px; }

article.bg,
div.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

@media only screen and (max-width: 480px) {
  .xs-square {
    padding-bottom: 100%; } }

article {
  padding: 5%; }
  article > header {
    margin-bottom: 15px; }
  article > footer {
    margin-top: 15px; }

article.fifty-fifty-image-post,
article.fifty-fifty-post-image {
  padding: 0;
  background-color: #604733;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 992px) {
    article.fifty-fifty-image-post .entry-content-thumbnail,
    article.fifty-fifty-post-image .entry-content-thumbnail {
      width: 100%;
      min-height: 120px;
      padding-bottom: 75%; }
      article.fifty-fifty-image-post .entry-content-thumbnail div.thumbnail-bg.bg.size-square,
      article.fifty-fifty-post-image .entry-content-thumbnail div.thumbnail-bg.bg.size-square {
        min-height: 180px;
        padding-bottom: 75%; } }
  article.fifty-fifty-image-post .entry-content-thumbnail .img-wrapper,
  article.fifty-fifty-post-image .entry-content-thumbnail .img-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%; }
    article.fifty-fifty-image-post .entry-content-thumbnail .img-wrapper .bg,
    article.fifty-fifty-post-image .entry-content-thumbnail .img-wrapper .bg {
      height: 100%;
      width: 100%; }
  article.fifty-fifty-image-post .content-wrapper,
  article.fifty-fifty-post-image .content-wrapper {
    padding-top: 100px;
    padding-left: calc(10% - 30px);
    padding-bottom: 25px; }
    @media only screen and (max-width: 992px) {
      article.fifty-fifty-image-post .content-wrapper,
      article.fifty-fifty-post-image .content-wrapper {
        padding-top: 15px;
        /*
        //        background: rgba(105,105,105,.8);//rgba(96,71,51,.88); //$brown;
        background: rgba(255,255,255,.9); 
        background: -moz-linear-gradient(top,  rgba(255,255,255,.66) 0%, rgba(255,255,255,.99) 34%, rgba(255,255,255, 1) 100%); 
        background: -webkit-linear-gradient(top,  rgba(255,255,255,.66) 0%,rgba(255,255,255,.99) 34%,rgba(255,255,255, 1) 100%); 
        background: linear-gradient(to bottom,  rgba(255,255,255,.66) 0%,rgba(255,255,255,.99) 34%,rgba(255,255,255, 1) 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,.66)', endColorstr='rgba(255,255,255,1)',GradientType=0 ); 
*/
        position: relative;
        height: auto;
        width: 100%;
        z-index: 100; }
        article.fifty-fifty-image-post .content-wrapper .entry-content,
        article.fifty-fifty-image-post .content-wrapper .entry-content li,
        article.fifty-fifty-image-post .content-wrapper .entry-content div,
        article.fifty-fifty-image-post .content-wrapper .entry-content p,
        article.fifty-fifty-post-image .content-wrapper .entry-content,
        article.fifty-fifty-post-image .content-wrapper .entry-content li,
        article.fifty-fifty-post-image .content-wrapper .entry-content div,
        article.fifty-fifty-post-image .content-wrapper .entry-content p {
          color: #333; } }
    article.fifty-fifty-image-post .content-wrapper .page-title,
    article.fifty-fifty-post-image .content-wrapper .page-title {
      color: #EB9F3D; }
  article.fifty-fifty-image-post .entry-content p,
  article.fifty-fifty-post-image .entry-content p {
    font-family: "Open Sans", sans-serif;
    color: #fff; }

article.fifty-fifty-image-post .content-wrapper {
  float: right; }

article.fifty-fifty-image-post .entry-content-thumbnail {
  left: 0; }

article.fifty-fifty-post-image .content-wrapper {
  float: left; }

article.fifty-fifty-post-image .entry-content-thumbnail {
  right: 0; }

.button, .btn, .btn-default, .read-more, .vfb-submit {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  background-color: #EB9F3D;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0.20em;
  padding: 15px 45px;
  display: inline-block;
  text-align: center;
  border-radius: 0;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  margin: auto;
  margin-top: 40px;
  border: 1px solid #EB9F3D;
  color: #fff; }
  .button:focus, .button:hover, .btn:focus, .btn:hover, .btn-default:focus, .btn-default:hover, .read-more:focus, .read-more:hover, .vfb-submit:focus, .vfb-submit:hover {
    background-color: #de8717;
    color: #fff;
    text-decoration: none;
    border: 1px solid #de8717; }

fieldset {
  border: 0; }

#contact-header {
  margin-top: 150px;
  padding-bottom: 0px; }
  #contact-header .title {
    display: inline-block;
    color: #005F38; }
  #contact-header .header_buttons {
    display: inline-block;
    float: right; }
  #contact-header a {
    color: #005F38;
    font-size: 28px; }

/*
.main-content {
	#content {
		background-color: $white;
	}

	article {
		background-color: $white;
		padding: 0;

		.page-title {
			//display: none;
		}
	}
} */
.visual-form-builder li,
.entry-content .visual-form-builder li,
.comment-content .visual-form-builder li,
.mu_register .visual-form-builder li {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.visual-form-builder li.vfb-left-half,
.visual-form-builder li.vfb-right-half {
  width: 49% !important; }

.vfbp-form,
.visual-form-builder {
  margin: 0 auto 40px auto;
  clear: both;
  float: left;
  width: 100%;
  background-color: #fff !important;
  /*
    .vfb-form-control,
	input.vfb-text,
	.email-input,
	.vfb-textarea {
		border: none;
		min-width: 200px;
        width:100%;
		margin:auto;
		background: #EAEAEA;
		box-shadow: none;
		padding: 20px;
		border-radius: 0;
	}
/**/ }
  .vfbp-form h1, .vfbp-form h2, .vfbp-form h3, .vfbp-form h4, .vfbp-form h5, .vfbp-form h6,
  .visual-form-builder h1,
  .visual-form-builder h2,
  .visual-form-builder h3,
  .visual-form-builder h4,
  .visual-form-builder h5,
  .visual-form-builder h6 {
    margin: 20px 0 0 0;
    clear: both;
    float: left;
    width: 100%; }
  .vfbp-form fieldset,
  .visual-form-builder fieldset {
    background-color: #fff;
    border: none; }
  .vfbp-form > .vfb-form-group,
  .visual-form-builder > .vfb-form-group {
    clear: both;
    width: 100%; }
  .vfbp-form .vfb-col-12,
  .visual-form-builder .vfb-col-12 {
    padding-right: 2%; }
  .vfbp-form .vfb-col-12, .vfbp-form .vfb-col-11, .vfbp-form .vfb-col-10, .vfbp-form .vfb-col-9, .vfbp-form .vfb-col-8, .vfbp-form .vfb-col-7,
  .vfbp-form .vfb-col-6, .vfbp-form .vfb-col-5, .vfbp-form .vfb-col-4, .vfbp-form .vfb-col-3, .vfbp-form .vfb-col-2, .vfbp-form .vfb-col-1,
  .visual-form-builder .vfb-col-12,
  .visual-form-builder .vfb-col-11,
  .visual-form-builder .vfb-col-10,
  .visual-form-builder .vfb-col-9,
  .visual-form-builder .vfb-col-8,
  .visual-form-builder .vfb-col-7,
  .visual-form-builder .vfb-col-6,
  .visual-form-builder .vfb-col-5,
  .visual-form-builder .vfb-col-4,
  .visual-form-builder .vfb-col-3,
  .visual-form-builder .vfb-col-2,
  .visual-form-builder .vfb-col-1 {
    padding-left: 0; }
    @media only screen and (max-width: 768px) {
      .vfbp-form .vfb-col-12, .vfbp-form .vfb-col-11, .vfbp-form .vfb-col-10, .vfbp-form .vfb-col-9, .vfbp-form .vfb-col-8, .vfbp-form .vfb-col-7,
      .vfbp-form .vfb-col-6, .vfbp-form .vfb-col-5, .vfbp-form .vfb-col-4, .vfbp-form .vfb-col-3, .vfbp-form .vfb-col-2, .vfbp-form .vfb-col-1,
      .visual-form-builder .vfb-col-12,
      .visual-form-builder .vfb-col-11,
      .visual-form-builder .vfb-col-10,
      .visual-form-builder .vfb-col-9,
      .visual-form-builder .vfb-col-8,
      .visual-form-builder .vfb-col-7,
      .visual-form-builder .vfb-col-6,
      .visual-form-builder .vfb-col-5,
      .visual-form-builder .vfb-col-4,
      .visual-form-builder .vfb-col-3,
      .visual-form-builder .vfb-col-2,
      .visual-form-builder .vfb-col-1 {
        width: 100%;
        padding: 0; } }
    .vfbp-form .vfb-col-12 .vfb-form-group,
    .vfbp-form .vfb-col-12 .vfb-form-group > div,
    .vfbp-form .vfb-col-12 .vfb-form-group div.intl-tel-input,
    .vfbp-form .vfb-col-12 input[type=text],
    .vfbp-form .vfb-col-12 textarea, .vfbp-form .vfb-col-11 .vfb-form-group,
    .vfbp-form .vfb-col-11 .vfb-form-group > div,
    .vfbp-form .vfb-col-11 .vfb-form-group div.intl-tel-input,
    .vfbp-form .vfb-col-11 input[type=text],
    .vfbp-form .vfb-col-11 textarea, .vfbp-form .vfb-col-10 .vfb-form-group,
    .vfbp-form .vfb-col-10 .vfb-form-group > div,
    .vfbp-form .vfb-col-10 .vfb-form-group div.intl-tel-input,
    .vfbp-form .vfb-col-10 input[type=text],
    .vfbp-form .vfb-col-10 textarea, .vfbp-form .vfb-col-9 .vfb-form-group,
    .vfbp-form .vfb-col-9 .vfb-form-group > div,
    .vfbp-form .vfb-col-9 .vfb-form-group div.intl-tel-input,
    .vfbp-form .vfb-col-9 input[type=text],
    .vfbp-form .vfb-col-9 textarea, .vfbp-form .vfb-col-8 .vfb-form-group,
    .vfbp-form .vfb-col-8 .vfb-form-group > div,
    .vfbp-form .vfb-col-8 .vfb-form-group div.intl-tel-input,
    .vfbp-form .vfb-col-8 input[type=text],
    .vfbp-form .vfb-col-8 textarea, .vfbp-form .vfb-col-7 .vfb-form-group,
    .vfbp-form .vfb-col-7 .vfb-form-group > div,
    .vfbp-form .vfb-col-7 .vfb-form-group div.intl-tel-input,
    .vfbp-form .vfb-col-7 input[type=text],
    .vfbp-form .vfb-col-7 textarea,
    .vfbp-form .vfb-col-6 .vfb-form-group,
    .vfbp-form .vfb-col-6 .vfb-form-group > div,
    .vfbp-form .vfb-col-6 .vfb-form-group div.intl-tel-input,
    .vfbp-form .vfb-col-6 input[type=text],
    .vfbp-form .vfb-col-6 textarea, .vfbp-form .vfb-col-5 .vfb-form-group,
    .vfbp-form .vfb-col-5 .vfb-form-group > div,
    .vfbp-form .vfb-col-5 .vfb-form-group div.intl-tel-input,
    .vfbp-form .vfb-col-5 input[type=text],
    .vfbp-form .vfb-col-5 textarea, .vfbp-form .vfb-col-4 .vfb-form-group,
    .vfbp-form .vfb-col-4 .vfb-form-group > div,
    .vfbp-form .vfb-col-4 .vfb-form-group div.intl-tel-input,
    .vfbp-form .vfb-col-4 input[type=text],
    .vfbp-form .vfb-col-4 textarea, .vfbp-form .vfb-col-3 .vfb-form-group,
    .vfbp-form .vfb-col-3 .vfb-form-group > div,
    .vfbp-form .vfb-col-3 .vfb-form-group div.intl-tel-input,
    .vfbp-form .vfb-col-3 input[type=text],
    .vfbp-form .vfb-col-3 textarea, .vfbp-form .vfb-col-2 .vfb-form-group,
    .vfbp-form .vfb-col-2 .vfb-form-group > div,
    .vfbp-form .vfb-col-2 .vfb-form-group div.intl-tel-input,
    .vfbp-form .vfb-col-2 input[type=text],
    .vfbp-form .vfb-col-2 textarea, .vfbp-form .vfb-col-1 .vfb-form-group,
    .vfbp-form .vfb-col-1 .vfb-form-group > div,
    .vfbp-form .vfb-col-1 .vfb-form-group div.intl-tel-input,
    .vfbp-form .vfb-col-1 input[type=text],
    .vfbp-form .vfb-col-1 textarea,
    .visual-form-builder .vfb-col-12 .vfb-form-group,
    .visual-form-builder .vfb-col-12 .vfb-form-group > div,
    .visual-form-builder .vfb-col-12 .vfb-form-group div.intl-tel-input,
    .visual-form-builder .vfb-col-12 input[type=text],
    .visual-form-builder .vfb-col-12 textarea,
    .visual-form-builder .vfb-col-11 .vfb-form-group,
    .visual-form-builder .vfb-col-11 .vfb-form-group > div,
    .visual-form-builder .vfb-col-11 .vfb-form-group div.intl-tel-input,
    .visual-form-builder .vfb-col-11 input[type=text],
    .visual-form-builder .vfb-col-11 textarea,
    .visual-form-builder .vfb-col-10 .vfb-form-group,
    .visual-form-builder .vfb-col-10 .vfb-form-group > div,
    .visual-form-builder .vfb-col-10 .vfb-form-group div.intl-tel-input,
    .visual-form-builder .vfb-col-10 input[type=text],
    .visual-form-builder .vfb-col-10 textarea,
    .visual-form-builder .vfb-col-9 .vfb-form-group,
    .visual-form-builder .vfb-col-9 .vfb-form-group > div,
    .visual-form-builder .vfb-col-9 .vfb-form-group div.intl-tel-input,
    .visual-form-builder .vfb-col-9 input[type=text],
    .visual-form-builder .vfb-col-9 textarea,
    .visual-form-builder .vfb-col-8 .vfb-form-group,
    .visual-form-builder .vfb-col-8 .vfb-form-group > div,
    .visual-form-builder .vfb-col-8 .vfb-form-group div.intl-tel-input,
    .visual-form-builder .vfb-col-8 input[type=text],
    .visual-form-builder .vfb-col-8 textarea,
    .visual-form-builder .vfb-col-7 .vfb-form-group,
    .visual-form-builder .vfb-col-7 .vfb-form-group > div,
    .visual-form-builder .vfb-col-7 .vfb-form-group div.intl-tel-input,
    .visual-form-builder .vfb-col-7 input[type=text],
    .visual-form-builder .vfb-col-7 textarea,
    .visual-form-builder .vfb-col-6 .vfb-form-group,
    .visual-form-builder .vfb-col-6 .vfb-form-group > div,
    .visual-form-builder .vfb-col-6 .vfb-form-group div.intl-tel-input,
    .visual-form-builder .vfb-col-6 input[type=text],
    .visual-form-builder .vfb-col-6 textarea,
    .visual-form-builder .vfb-col-5 .vfb-form-group,
    .visual-form-builder .vfb-col-5 .vfb-form-group > div,
    .visual-form-builder .vfb-col-5 .vfb-form-group div.intl-tel-input,
    .visual-form-builder .vfb-col-5 input[type=text],
    .visual-form-builder .vfb-col-5 textarea,
    .visual-form-builder .vfb-col-4 .vfb-form-group,
    .visual-form-builder .vfb-col-4 .vfb-form-group > div,
    .visual-form-builder .vfb-col-4 .vfb-form-group div.intl-tel-input,
    .visual-form-builder .vfb-col-4 input[type=text],
    .visual-form-builder .vfb-col-4 textarea,
    .visual-form-builder .vfb-col-3 .vfb-form-group,
    .visual-form-builder .vfb-col-3 .vfb-form-group > div,
    .visual-form-builder .vfb-col-3 .vfb-form-group div.intl-tel-input,
    .visual-form-builder .vfb-col-3 input[type=text],
    .visual-form-builder .vfb-col-3 textarea,
    .visual-form-builder .vfb-col-2 .vfb-form-group,
    .visual-form-builder .vfb-col-2 .vfb-form-group > div,
    .visual-form-builder .vfb-col-2 .vfb-form-group div.intl-tel-input,
    .visual-form-builder .vfb-col-2 input[type=text],
    .visual-form-builder .vfb-col-2 textarea,
    .visual-form-builder .vfb-col-1 .vfb-form-group,
    .visual-form-builder .vfb-col-1 .vfb-form-group > div,
    .visual-form-builder .vfb-col-1 .vfb-form-group div.intl-tel-input,
    .visual-form-builder .vfb-col-1 input[type=text],
    .visual-form-builder .vfb-col-1 textarea {
      width: 100%; }
  .vfbp-form ul.vfb-section,
  .visual-form-builder ul.vfb-section {
    margin: auto !important;
    padding: 0; }
  .vfbp-form ul, .vfbp-form ul li,
  .visual-form-builder ul,
  .visual-form-builder ul li {
    list-style-type: none; }
  .vfbp-form .vfb-form-control,
  .vfbp-form input.vfb-text,
  .vfbp-form textarea,
  .visual-form-builder .vfb-form-control,
  .visual-form-builder input.vfb-text,
  .visual-form-builder textarea {
    border: 0;
    border-radius: 0;
    background-color: #eee;
    text-transform: uppercase;
    font-size: 11px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.1em;
    text-align: left; }
    .vfbp-form .vfb-form-control > ::-webkit-input-placeholder,
    .vfbp-form input.vfb-text > ::-webkit-input-placeholder,
    .vfbp-form textarea > ::-webkit-input-placeholder,
    .visual-form-builder .vfb-form-control > ::-webkit-input-placeholder,
    .visual-form-builder input.vfb-text > ::-webkit-input-placeholder,
    .visual-form-builder textarea > ::-webkit-input-placeholder {
      color: #9E9E9C; }
  .vfbp-form textarea,
  .visual-form-builder textarea {
    padding-right: 0; }
  .vfbp-form .vfb-form-control:focus,
  .visual-form-builder .vfb-form-control:focus {
    border-color: #005F38;
    outline-color: #005F38;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 95, 56, 0.6); }
  .vfbp-form .vfb-item-secret,
  .visual-form-builder .vfb-item-secret {
    max-width: 200px;
    margin: auto; }
    .vfbp-form .vfb-item-secret input,
    .visual-form-builder .vfb-item-secret input {
      width: 100%;
      max-width: 200px;
      min-width: 150px; }
    .vfbp-form .vfb-item-secret .vfb-span label,
    .visual-form-builder .vfb-item-secret .vfb-span label {
      display: none; }
  .vfbp-form .vfb-form-group label.vfb-control-label,
  .vfbp-form .vfb-form-group label.vfb-desc,
  .vfbp-form .vfb-item-textarea label.vfb-control-label,
  .vfbp-form .vfb-item-textarea label.vfb-desc,
  .vfbp-form .vfb-item-email label.vfb-control-label,
  .vfbp-form .vfb-item-email label.vfb-desc,
  .vfbp-form .vfb-item-phone label.vfb-control-label,
  .vfbp-form .vfb-item-phone label.vfb-desc,
  .vfbp-form .vfb-item-text label.vfb-control-label,
  .vfbp-form .vfb-item-text label.vfb-desc,
  .visual-form-builder .vfb-form-group label.vfb-control-label,
  .visual-form-builder .vfb-form-group label.vfb-desc,
  .visual-form-builder .vfb-item-textarea label.vfb-control-label,
  .visual-form-builder .vfb-item-textarea label.vfb-desc,
  .visual-form-builder .vfb-item-email label.vfb-control-label,
  .visual-form-builder .vfb-item-email label.vfb-desc,
  .visual-form-builder .vfb-item-phone label.vfb-control-label,
  .visual-form-builder .vfb-item-phone label.vfb-desc,
  .visual-form-builder .vfb-item-text label.vfb-control-label,
  .visual-form-builder .vfb-item-text label.vfb-desc {
    display: none; }
  .vfbp-form .vfb-fieldType-submit,
  .vfbp-form .vfb-item-submit,
  .visual-form-builder .vfb-fieldType-submit,
  .visual-form-builder .vfb-item-submit {
    text-align: left;
    margin: 40px auto; }
  .vfbp-form .vfb-legend,
  .visual-form-builder .vfb-legend {
    display: none; }
  .vfbp-form .vfb-error,
  .visual-form-builder .vfb-error {
    display: block; }
  .vfbp-form .vfb-fieldType-submit input,
  .vfbp-form .btn,
  .visual-form-builder .vfb-fieldType-submit input,
  .visual-form-builder .btn {
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 20px;
    min-width: 180px;
    border: 1px solid #EB9F3D;
    color: #EB9F3D; }
    .vfbp-form .vfb-fieldType-submit input:hover, .vfbp-form .vfb-fieldType-submit input:focus,
    .vfbp-form .btn:hover,
    .vfbp-form .btn:focus,
    .visual-form-builder .vfb-fieldType-submit input:hover,
    .visual-form-builder .vfb-fieldType-submit input:focus,
    .visual-form-builder .btn:hover,
    .visual-form-builder .btn:focus {
      color: #fff;
      background-color: #EB9F3D;
      border: 1px solid #EB9F3D;
      outline: 0; }

form.vfbp-form,
.vfb-fieldType-checkbox,
.vfb-item-checkbox {
  /*
	.vfb-span {
		position: relative;
		width: 50%;
		display: inline-block;
		margin-bottom: 15px !important;
		label {
			display: inline-block;
		  cursor: pointer;
		  position: relative;
		  padding-left: 40px;
		  font-size: 13px;
		  float: left;
		  font-family: $secondary;
		  font-weight: 300;
		  color: $gray;
		  letter-spacing: 0.045em;
		  text-transform: uppercase;
		  margin: 0 !important;
		  font-size: 12px;
		  text-align: left;

			&:before {
				border-radius: 0;
				border: 2px solid #EAEAEA;
				content: "";
			  display: inline-block;			 
			  width: 25px;
			  height: 25px;
			  position: absolute;
			  left: 0;
			  bottom: 1px;
			  background-color: transparent;
			 }
		}
	}
*/ }
  form.vfbp-form .vfb-desc,
  .vfb-fieldType-checkbox .vfb-desc,
  .vfb-item-checkbox .vfb-desc {
    float: left;
    font-size: 26px;
    color: #005F38;
    font-family: "Merriweather", serif;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 35px; }
  form.vfbp-form div,
  .vfb-fieldType-checkbox div,
  .vfb-item-checkbox div {
    float: left; }
  form.vfbp-form .vfb-checkbox,
  .vfb-fieldType-checkbox .vfb-checkbox,
  .vfb-item-checkbox .vfb-checkbox {
    color: #555;
    /*
   input:after,
   input:before{
//	input[type=checkbox] {
        display:block;
        outline:2px solid green;
        border:3px solid red;
        width:30px;
        height:30px;
        margin:10px;
        padding:10px;
    }

        


	label :before ~ input[type=checkbox] {
        content:'bye';
        display:block;
        background:red;

    }
	label input[type=checkbox] ~ :after{
        content:'hi';
        display:block;
        background:red;
    }
*/ }
    form.vfbp-form .vfb-checkbox label,
    .vfb-fieldType-checkbox .vfb-checkbox label,
    .vfb-item-checkbox .vfb-checkbox label {
      color: #555;
      text-transform: uppercase;
      font-size: 11px;
      text-align: left;
      font-family: "Montserrat", sans-serif;
      letter-spacing: 0.1em;
      line-height: 25px;
      text-align: left;
      padding: 0;
      /*
        &:after,
        &:before{
            content:'';
            display:block;
            width:20px;
            height:20px;
            border:1px solid red;
        }
*/ }
      form.vfbp-form .vfb-checkbox label:focus,
      form.vfbp-form .vfb-checkbox label > :focus,
      .vfb-fieldType-checkbox .vfb-checkbox label:focus,
      .vfb-fieldType-checkbox .vfb-checkbox label > :focus,
      .vfb-item-checkbox .vfb-checkbox label:focus,
      .vfb-item-checkbox .vfb-checkbox label > :focus {
        outline: 0;
        box-shadow: 0; }
    form.vfbp-form .vfb-checkbox input[type=checkbox],
    .vfb-fieldType-checkbox .vfb-checkbox input[type=checkbox],
    .vfb-item-checkbox .vfb-checkbox input[type=checkbox] {
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 25px;
      height: 25px;
      border: 2px solid #777;
      position: relative;
      top: 7px;
      left: -10px;
      margin-left: 13px;
      /*
        display:none;
        //padding:10px;
        margin:0 10px 0 0;
        position:relative;
        top:6px;
        border:1px solid #9E9E9C;
        transform:scale(1.5,1.5);
        -webkit-appearance:none;
        */ }
  form.vfbp-form input[type=checkbox]:checked:focus,
  form.vfbp-form input[type=checkbox]:focus,
  .vfb-fieldType-checkbox input[type=checkbox]:checked:focus,
  .vfb-fieldType-checkbox input[type=checkbox]:focus,
  .vfb-item-checkbox input[type=checkbox]:checked:focus,
  .vfb-item-checkbox input[type=checkbox]:focus {
    outline: 0;
    box-shadow: 0; }
  form.vfbp-form input[type=checkbox]:checked:before,
  .vfb-fieldType-checkbox input[type=checkbox]:checked:before,
  .vfb-item-checkbox input[type=checkbox]:checked:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 32px;
    color: #AF4639;
    text-align: center;
    line-height: 15px;
    position: absolute;
    top: 0;
    left: 0; }
    form.vfbp-form input[type=checkbox]:checked:before > :focus,
    .vfb-fieldType-checkbox input[type=checkbox]:checked:before > :focus,
    .vfb-item-checkbox input[type=checkbox]:checked:before > :focus {
      outline: 0;
      box-shadow: 0; }

.vfbp-form .vfb-inline-group .vfb-radio,
.vfbp-form .vfb-inline-group .vfb-checkbox {
  width: 30%;
  margin-right: 3%; }
  @media only screen and (max-width: 768px) {
    .vfbp-form .vfb-inline-group .vfb-radio,
    .vfbp-form .vfb-inline-group .vfb-checkbox {
      width: 47%; } }
  @media only screen and (max-width: 480px) {
    .vfbp-form .vfb-inline-group .vfb-radio,
    .vfbp-form .vfb-inline-group .vfb-checkbox {
      width: 97%; } }

.site-navigation-inner .navbar-default {
  background-color: #00492B;
  border: none;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  border-radius: 0;
  margin: 0; }
  @media only screen and (max-width: 768px) {
    .site-navigation-inner .navbar-default .navbar-wrapper.container {
      width: 100%;
      margin: 0; } }
  .site-navigation-inner .navbar-default .navbar-header {
    height: 13px;
    overflow: visible;
    position: relative;
    z-index: 10000; }
    @media only screen and (max-width: 768px) {
      .site-navigation-inner .navbar-default .navbar-header {
        height: 80px;
        width: 100%;
        margin: 0; } }
    .site-navigation-inner .navbar-default .navbar-header .navbar-brand {
      display: block;
      padding: 0;
      margin: 34px 20px 0 0;
      width: 120px;
      height: 120px; }
      @media only screen and (max-width: 768px) {
        .site-navigation-inner .navbar-default .navbar-header .navbar-brand {
          width: 80px;
          height: 80px;
          margin: 11px 5%; } }
      .site-navigation-inner .navbar-default .navbar-header .navbar-brand #Layer_1 {
        z-index: 10000;
        position: relative;
        min-height: 80px;
        min-width: 80px;
        max-height: 120px;
        max-width: 120px;
        -webkit-transition: .5s all;
                transition: .5s all;
        /*
                @media only screen and (max-width : 768px) {
                    padding-top:10px;
                    width:80px;
                }
*/ }
        .site-navigation-inner .navbar-default .navbar-header .navbar-brand #Layer_1 .st0 {
          fill: #FFFFFF; }
        .site-navigation-inner .navbar-default .navbar-header .navbar-brand #Layer_1 .st1 {
          fill: #046938; }
        .site-navigation-inner .navbar-default .navbar-header .navbar-brand #Layer_1 .st2 {
          fill-rule: evenodd;
          clip-rule: evenodd;
          fill: #046938; }
  .site-navigation-inner .navbar-default .navbar-fixed-top .navbar-collapse,
  .site-navigation-inner .navbar-default .navbar-fixed-bottom .navbar-collapse {
    max-height: 100vh; }
  .site-navigation-inner .navbar-default .navbar-collapse {
    padding: 25px 0;
    -webkit-transition: 0.3s max-height;
            transition: 0.3s max-height;
    padding-left: 30%; }
    @media only screen and (max-width: 768px) {
      .site-navigation-inner .navbar-default .navbar-collapse {
        padding: 0; } }
    .site-navigation-inner .navbar-default .navbar-collapse ul.navbar-nav.navbar-right {
      margin-right: 0; }
    .site-navigation-inner .navbar-default .navbar-collapse ul.navbar-nav {
      width: 100%; }
      .site-navigation-inner .navbar-default .navbar-collapse ul.navbar-nav .menu-item {
        margin-right: 15px;
        text-align: center;
        float: left;
        min-width: 16%; }
        .site-navigation-inner .navbar-default .navbar-collapse ul.navbar-nav .menu-item a {
          text-align: center;
          color: #fff;
          font-weight: 700;
          padding: 10px 5px;
          border-bottom: 6px solid transparent; }
          .site-navigation-inner .navbar-default .navbar-collapse ul.navbar-nav .menu-item a:focus {
            outline: 0; }
          .site-navigation-inner .navbar-default .navbar-collapse ul.navbar-nav .menu-item a:hover {
            color: #fff;
            border-bottom: 6px solid #EB9F3D; }
      .site-navigation-inner .navbar-default .navbar-collapse ul.navbar-nav .menu-item.active,
      .site-navigation-inner .navbar-default .navbar-collapse ul.navbar-nav .menu-item.current-menu-item,
      .site-navigation-inner .navbar-default .navbar-collapse ul.navbar-nav .menu-item.current-menu-ancestor {
        background-color: transparent; }
        .site-navigation-inner .navbar-default .navbar-collapse ul.navbar-nav .menu-item.active a,
        .site-navigation-inner .navbar-default .navbar-collapse ul.navbar-nav .menu-item.active a:hover,
        .site-navigation-inner .navbar-default .navbar-collapse ul.navbar-nav .menu-item.current-menu-item a,
        .site-navigation-inner .navbar-default .navbar-collapse ul.navbar-nav .menu-item.current-menu-item a:hover,
        .site-navigation-inner .navbar-default .navbar-collapse ul.navbar-nav .menu-item.current-menu-ancestor a,
        .site-navigation-inner .navbar-default .navbar-collapse ul.navbar-nav .menu-item.current-menu-ancestor a:hover {
          background-color: transparent;
          color: white;
          border-bottom: 6px solid #EB9F3D; }
  .site-navigation-inner .navbar-default .navbar-toggle {
    margin: 32px 5%;
    background-color: #005F38; }
    .site-navigation-inner .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff; }
    .site-navigation-inner .navbar-default .navbar-toggle:focus {
      background-color: #005F38; }
      .site-navigation-inner .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #fff; }
    .site-navigation-inner .navbar-default .navbar-toggle:hover {
      background-color: #fff; }
      .site-navigation-inner .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #005F38; }
  .site-navigation-inner .navbar-default .navbar-collapse.in,
  .site-navigation-inner .navbar-default .collapsing {
    text-align: center;
    border: none;
    box-shadow: none;
    overflow: hidden;
    max-height: 100vh;
    -webkit-transition-property: max-height;
            transition-property: max-height; }
    .site-navigation-inner .navbar-default .navbar-collapse.in li.menu-item,
    .site-navigation-inner .navbar-default .collapsing li.menu-item {
      width: 100%;
      margin: auto;
      float: left;
      clear: both;
      display: block;
      text-align: center; }
      .site-navigation-inner .navbar-default .navbar-collapse.in li.menu-item a,
      .site-navigation-inner .navbar-default .collapsing li.menu-item a {
        display: inline-block;
        text-align: center; }

/*
// Home Nav Styles
.home.scrolled {
  .site-navigation-inner {
    .navbar {
      background-color: $green;
      .navbar-header {  //logo
      }
      .navbar-collapse {
//         padding-top: 15px;
         padding-bottom: 20px;
      }
    }
  }
}
*/
.home .site-navigation-inner .navbar-default .navbar-collapse {
  background-color: transparent; }

.home.scrolled .site-navigation-inner .navbar-default {
  background-color: #00492B; }

.home .site-navigation-inner .navbar-default,
.home.scrolled.scrolledToTop .site-navigation-inner .navbar-default {
  background-color: transparent; }
  @media only screen and (max-width: 768px) {
    .home .site-navigation-inner .navbar-default .navbar-collapse,
    .home.scrolled.scrolledToTop .site-navigation-inner .navbar-default .navbar-collapse {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 70px 0 30px 0;
      width: 100%;
      margin: 0 0; }
      .home .site-navigation-inner .navbar-default .navbar-collapse .nav.navbar-nav,
      .home.scrolled.scrolledToTop .site-navigation-inner .navbar-default .navbar-collapse .nav.navbar-nav {
        margin: 0 0; } }
  .home .site-navigation-inner .navbar-default .navbar-collapsing,
  .home .site-navigation-inner .navbar-default .navbar-collapse.in,
  .home.scrolled.scrolledToTop .site-navigation-inner .navbar-default .navbar-collapsing,
  .home.scrolled.scrolledToTop .site-navigation-inner .navbar-default .navbar-collapse.in {
    background-color: transparent; }
    @media only screen and (max-width: 768px) {
      .home .site-navigation-inner .navbar-default .navbar-collapsing,
      .home .site-navigation-inner .navbar-default .navbar-collapse.in,
      .home.scrolled.scrolledToTop .site-navigation-inner .navbar-default .navbar-collapsing,
      .home.scrolled.scrolledToTop .site-navigation-inner .navbar-default .navbar-collapse.in {
        padding-top: 80px;
        background-color: #00492B; } }

.read-more-cta article .content-wrapper,
#yard-link article .content-wrapper {
  padding-top: 75px;
  padding-bottom: 75px; }
  .read-more-cta article .content-wrapper .page-title,
  #yard-link article .content-wrapper .page-title {
    margin-bottom: 15px; }
  .read-more-cta article .content-wrapper .button,
  #yard-link article .content-wrapper .button {
    margin-top: 25px; }

.ssba {
  display: inline-block;
  width: 125px;
  margin-top: -3px;
  position: absolute;
  right: -3px;
  left: -3px;
  padding-top: 5px; }

.ssba_facebook_share img,
.ssba_google_share img,
.ssba_twitter_share img,
.ssba_linkedin_share img {
  right: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.65s;
          transition: all ease 0.65s;
  min-width: 0 !important; }
  .ssba_facebook_share img:hover,
  .ssba_google_share img:hover,
  .ssba_twitter_share img:hover,
  .ssba_linkedin_share img:hover {
    -webkit-filter: brightness(130%);
            filter: brightness(130%);
    cursor: pointer; }

body > .section-submenu-wrapper {
  /* further styles in ./_site-header.scss for mobile and fixedness */
  background-color: #37322E;
  -webkit-transition: .3s max-height, opacity;
          transition: .3s max-height, opacity;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  overflow: hidden; }
  body > .section-submenu-wrapper ul, body > .section-submenu-wrapper li {
    list-style-type: none; }
  body > .section-submenu-wrapper ul.section-submenu {
    text-align: left;
    margin-bottom: 0;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    padding: 30px 10px 30px 30%; }
    @media only screen and (max-width: 992px) {
      body > .section-submenu-wrapper ul.section-submenu {
        width: 100%;
        margin: 0;
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2; } }
    @media only screen and (max-width: 768px) {
      body > .section-submenu-wrapper ul.section-submenu {
        padding-left: 70px;
        padding-right: 70px; } }
    @media only screen and (max-width: 480px) {
      body > .section-submenu-wrapper ul.section-submenu {
        padding: 25px 10px 20px 10px; } }
    body > .section-submenu-wrapper ul.section-submenu li {
      margin: 0;
      padding: 0 0 5px 3%; }
  body > .section-submenu-wrapper a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: 0.25s;
            transition: 0.25s; }
    body > .section-submenu-wrapper a:hover {
      color: #EB9F3D; }

.section-submenu-wrapper {
  display: block;
  max-height: 400px;
  -webkit-transition: .5s all;
          transition: .5s all;
  opacity: 1; }

body.scrolled-into-scrolledToContent > .section-submenu-wrapper,
body.scrolled-past-scrolledToContent > .section-submenu-wrapper {
  max-height: 0; }

/*
body.scrolledToTop{
    &>.section-submenu-wrapper{
        display:block;
        max-height: 400px;
    }
    
}
*/
article.type-testimonial .entry-content blockquote {
  width: 100%;
  margin: auto;
  border-left: none;
  font-size: 26px;
  margin-bottom: 0;
  padding: 0; }

article.type-testimonial .entry-content blockquote.easy_testimonial {
  font-family: "Merriweather", serif !important;
  color: #00492B;
  max-width: 50%;
  margin: auto;
  border-left: none;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold; }
  article.type-testimonial .entry-content blockquote.easy_testimonial .testimonial_body {
    margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    article.type-testimonial .entry-content blockquote.easy_testimonial {
      max-width: 100%; } }
  @media only screen and (max-width: 480px) {
    article.type-testimonial .entry-content blockquote.easy_testimonial {
      max-width: 100%;
      font-size: 22px;
      line-height: 28px; } }

article.type-testimonial .entry-content p {
  color: #00492B !important;
  font-family: "Merriweather", serif !important;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px; }

.lumber-testimonial article,
article.fifty-fifty-image-testimonial.type-testimonial.status-publish.has-post-thumbnail,
article.fifty-fifty-post-image-testimonial {
  background-color: #EB9F3D !important;
  padding: 0; }
  .lumber-testimonial article .content-wrapper,
  article.fifty-fifty-image-testimonial.type-testimonial.status-publish.has-post-thumbnail .content-wrapper,
  article.fifty-fifty-post-image-testimonial .content-wrapper {
    padding: 75px; }
  @media only screen and (max-width: 992px) {
    .lumber-testimonial article .vertical-center,
    article.fifty-fifty-image-testimonial.type-testimonial.status-publish.has-post-thumbnail .vertical-center,
    article.fifty-fifty-post-image-testimonial .vertical-center {
      position: relative;
      top: 0;
      -webkit-transform: none;
              transform: none;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: calc(10% - 30px);
      padding-right: calc(10% - 30px); } }
  .lumber-testimonial article .content-padder,
  article.fifty-fifty-image-testimonial.type-testimonial.status-publish.has-post-thumbnail .content-padder,
  article.fifty-fifty-post-image-testimonial .content-padder {
    padding-left: 0;
    padding-right: 0; }
  .lumber-testimonial article .entry-content blockquote,
  article.fifty-fifty-image-testimonial.type-testimonial.status-publish.has-post-thumbnail .entry-content blockquote,
  article.fifty-fifty-post-image-testimonial .entry-content blockquote {
    border-left: none;
    padding: 0;
    max-width: 100%; }
  .lumber-testimonial article .entry-content h3,
  article.fifty-fifty-image-testimonial.type-testimonial.status-publish.has-post-thumbnail .entry-content h3,
  article.fifty-fifty-post-image-testimonial .entry-content h3 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em; }
  .lumber-testimonial article .entry-content p::first-line,
  article.fifty-fifty-image-testimonial.type-testimonial.status-publish.has-post-thumbnail .entry-content p::first-line,
  article.fifty-fifty-post-image-testimonial .entry-content p::first-line {
    margin-left: -5px; }
  .lumber-testimonial article .easy_t_single_testimonial blockquote.easy_testimonial,
  article.fifty-fifty-image-testimonial.type-testimonial.status-publish.has-post-thumbnail .easy_t_single_testimonial blockquote.easy_testimonial,
  article.fifty-fifty-post-image-testimonial .easy_t_single_testimonial blockquote.easy_testimonial {
    max-width: 100%; }
  .lumber-testimonial article .easy_t_single_testimonial blockquote p.testimonial_author span.testimonial-client,
  .lumber-testimonial article .easy_t_single_testimonial blockquote p.testimonial_author span.testimonial-position,
  .lumber-testimonial article .easy_t_single_testimonial .source-name,
  .lumber-testimonial article .easy_t_single_testimonial .source-position,
  article.fifty-fifty-image-testimonial.type-testimonial.status-publish.has-post-thumbnail .easy_t_single_testimonial blockquote p.testimonial_author span.testimonial-client,
  article.fifty-fifty-image-testimonial.type-testimonial.status-publish.has-post-thumbnail .easy_t_single_testimonial blockquote p.testimonial_author span.testimonial-position,
  article.fifty-fifty-image-testimonial.type-testimonial.status-publish.has-post-thumbnail .easy_t_single_testimonial .source-name,
  article.fifty-fifty-image-testimonial.type-testimonial.status-publish.has-post-thumbnail .easy_t_single_testimonial .source-position,
  article.fifty-fifty-post-image-testimonial .easy_t_single_testimonial blockquote p.testimonial_author span.testimonial-client,
  article.fifty-fifty-post-image-testimonial .easy_t_single_testimonial blockquote p.testimonial_author span.testimonial-position,
  article.fifty-fifty-post-image-testimonial .easy_t_single_testimonial .source-name,
  article.fifty-fifty-post-image-testimonial .easy_t_single_testimonial .source-position {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fff;
    display: block; }
  .lumber-testimonial article .entry-content-thumbnail,
  article.fifty-fifty-image-testimonial.type-testimonial.status-publish.has-post-thumbnail .entry-content-thumbnail,
  article.fifty-fifty-post-image-testimonial .entry-content-thumbnail {
    padding-bottom: 45%; }
    @media only screen and (max-width: 992px) {
      .lumber-testimonial article .entry-content-thumbnail,
      article.fifty-fifty-image-testimonial.type-testimonial.status-publish.has-post-thumbnail .entry-content-thumbnail,
      article.fifty-fifty-post-image-testimonial .entry-content-thumbnail {
        padding-bottom: 75%; } }
    @media only screen and (max-width: 768px) {
      .lumber-testimonial article .entry-content-thumbnail,
      article.fifty-fifty-image-testimonial.type-testimonial.status-publish.has-post-thumbnail .entry-content-thumbnail,
      article.fifty-fifty-post-image-testimonial .entry-content-thumbnail {
        padding-bottom: 75%; } }
    .lumber-testimonial article .entry-content-thumbnail .user-photo,
    article.fifty-fifty-image-testimonial.type-testimonial.status-publish.has-post-thumbnail .entry-content-thumbnail .user-photo,
    article.fifty-fifty-post-image-testimonial .entry-content-thumbnail .user-photo {
      background-position: 30% top; }
    .lumber-testimonial article .entry-content-thumbnail .bg,
    article.fifty-fifty-image-testimonial.type-testimonial.status-publish.has-post-thumbnail .entry-content-thumbnail .bg,
    article.fifty-fifty-post-image-testimonial .entry-content-thumbnail .bg {
      padding-bottom: 0; }
  .lumber-testimonial article .entry-meta,
  article.fifty-fifty-image-testimonial.type-testimonial.status-publish.has-post-thumbnail .entry-meta,
  article.fifty-fifty-post-image-testimonial .entry-meta {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.1em; }

article.slide-testimonial,
article.content-testimonial {
  background-color: transparent;
  text-align: center; }
  article.slide-testimonial header,
  article.content-testimonial header {
    display: none; }
  article.slide-testimonial .entry-content .easy_testimonial .testimonial_author,
  article.content-testimonial .entry-content .easy_testimonial .testimonial_author {
    display: none; }
  article.slide-testimonial img,
  article.content-testimonial img {
    margin: auto;
    border-radius: 50%;
    margin-bottom: 15px; }
  article.slide-testimonial .entry-content-thumbnail .user-photo,
  article.content-testimonial .entry-content-thumbnail .user-photo {
    background-position: left top;
    width: 150px;
    height: 150px;
    background-size: 186%;
    margin: 0 auto 15px auto;
    border-radius: 100px; }
  article.slide-testimonial .source-name,
  article.slide-testimonial .source-position,
  article.content-testimonial .source-name,
  article.content-testimonial .source-position {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em; }
  article.slide-testimonial .source-name,
  article.content-testimonial .source-name {
    display: block;
    color: #EB9F3D; }
  article.slide-testimonial .source-position,
  article.content-testimonial .source-position {
    color: #005F38; }

.embed-container {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

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

.play {
  max-width: 225px;
  padding: 7px 0;
  text-align: center;
  color: #fff; }
  .play .fa-play {
    margin-right: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 8px 6px 8px 10px;
    color: #fff;
    -webkit-transition: all 0.35s ease-out;
            transition: all 0.35s ease-out; }

.icon-play svg:hover, .icon-play svg:focus {
  cursor: pointer; }

.bg-video-icon-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .bg-video-icon-wrapper #Layer_1 {
    width: 75px; }

section {
  margin-bottom: 0%; }

.title-page,
.title-division {
  padding: 0; }
  .title-page .page-title,
  .title-division .page-title {
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 0.05em; }
    .title-page .page-title a,
    .title-division .page-title a {
      color: #fff;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-size: 50px;
      font-weight: 300;
      letter-spacing: 0.05em; }
  .title-page .button,
  .title-division .button {
    margin-top: 15px; }
  .title-page footer,
  .title-division footer {
    padding: 0;
    margin: 0; }
    .title-page footer .edit-link,
    .title-division footer .edit-link {
      position: absolute;
      bottom: 10px;
      left: 10px;
      z-index: 200; }

/*
#division-footer {
  padding: 0;
}



// About
/*
#about-subpages {
  .flex-excerpt {
    padding: 0;

    article {
    	padding: 0;
    }

    .page-title {
      color: $white;
      text-transform: uppercase;
      font-family: $tertiary;
      font-size: 50px;
      font-weight: 300;
      letter-spacing: 0.05em;      
      a {
        color: $white;
        text-transform: uppercase;
        font-family: $tertiary;
        font-size: 50px;
        font-weight: 300;
        letter-spacing: 0.05em;
      }
    }

    .button {
      margin-top: 15px;
    }
  }
}


#about-footer {
  padding: 0;
}
*/
body > .fixed-offset {
  padding-top: 101px;
  background-color: #00492B; }

.section-submenu-wrapper.fixed {
  top: 95px;
  z-index: 900; }

/*
..handled by JS
body>.fixed-offset.has-submenu{
    margin-top:218px;   //on mobile it will change. that can be either js + stickyfill or media queries
}
*/
@media only screen and (max-width: 768px) {
  body > .section-submenu-wrapper.fixed {
    z-index: 900; } }

body.home > .fixed-offset {
  padding-top: 0px; }

.page-header {
  border: none;
  margin: 0;
  display: none; }

.flex-footer article.fifty-fifty-post-image.type-post-custom .bg {
  background-size: cover;
  background-position: center; }

.site-footer-inner {
  background-color: #005F38; }
  .site-footer-inner #footer-inquiries {
    background-image: url("images/inquiries-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .site-footer-inner #footer-inquiries article {
      background-color: transparent;
      text-align: center; }
      .site-footer-inner #footer-inquiries article .page-title {
        color: #EB9F3D;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        font-size: 16px;
        font-weight: 300; }
      .site-footer-inner #footer-inquiries article a {
        color: #fff;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.15em; }
  .site-footer-inner section#footer-menu {
    padding: 5% 0;
    border-bottom: 3px solid #005F38; }
    .site-footer-inner section#footer-menu header .title {
      color: #EB9F3D;
      float: left;
      font-family: "Merriweather", serif;
      text-transform: none;
      font-size: 28px; }
    .site-footer-inner section#footer-menu header div#footer-menu {
      float: right;
      width: auto; }
    .site-footer-inner section#footer-menu header ul.menu {
      margin: 5px 0; }
      .site-footer-inner section#footer-menu header ul.menu li {
        display: inline;
        list-style-type: none;
        padding: 0 20px; }
        .site-footer-inner section#footer-menu header ul.menu li a {
          color: #fff; }
    @media only screen and (max-width: 992px) {
      .site-footer-inner section#footer-menu header .title {
        margin-bottom: 15px; }
      .site-footer-inner section#footer-menu header .title,
      .site-footer-inner section#footer-menu header div#footer-menu {
        width: 100%;
        text-align: center; }
        .site-footer-inner section#footer-menu header .title .menu,
        .site-footer-inner section#footer-menu header div#footer-menu .menu {
          padding-left: 0; } }
  .site-footer-inner #footer-address article {
    background-color: transparent;
    color: #fff;
    padding: 5% 0; }
    .site-footer-inner #footer-address article h4 {
      margin-bottom: 15px;
      font-size: 18px; }
    .site-footer-inner #footer-address article a {
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.15em; }
    .site-footer-inner #footer-address article p {
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      color: #fff;
      font-size: 14px; }
      .site-footer-inner #footer-address article p img {
        float: right; }

body.archive > header.page-header {
  margin-bottom: 5%; }

body.archive .archive-list article {
  position: relative; }
  body.archive .archive-list article footer {
    margin: 0; }
  body.archive .archive-list article .page-title {
    margin-bottom: 25px; }

body.post-type-archive-product .flex-header.bg-image {
  padding-bottom: 5%; }
  body.post-type-archive-product .flex-header.bg-image > header {
    position: relative;
    z-index: 105; }
  body.post-type-archive-product .flex-header.bg-image:after {
    content: '';
    display: block;
    z-index: 100;
    background: url(images/header-overlay.svg) top center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%; }

body.post-type-archive-product .flex-sections.bg-image {
  padding-top: 10%; }
  body.post-type-archive-product .flex-sections.bg-image > header {
    position: relative;
    z-index: 105; }
  body.post-type-archive-product .flex-sections.bg-image:before {
    content: '';
    display: block;
    z-index: 100;
    background: url(images/top-overlay.svg) bottom center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%; }

body.post-type-archive-product .main-content-inner {
  margin-top: 0; }

body.post-type-archive-product .flex-sections {
  padding-bottom: 5%; }
  body.post-type-archive-product .flex-sections .item .col-md-6.col-index-3,
  body.post-type-archive-product .flex-sections .item .col-md-6.col-index-5,
  body.post-type-archive-product .flex-sections .item .col-md-6.col-index-7,
  body.post-type-archive-product .flex-sections .item .col-md-6.col-index-9,
  body.post-type-archive-product .flex-sections .item .col-md-6.col-index-11 {
    clear: both; }
  body.post-type-archive-product .flex-sections header article.page-title {
    text-align: center; }
  body.post-type-archive-product .flex-sections header .title {
    text-align: left; }
  body.post-type-archive-product .flex-sections header.align-center article.post-custom {
    text-align: center; }
    body.post-type-archive-product .flex-sections header.align-center article.post-custom h4 {
      line-height: 30px;
      font-weight: bold; }

body.post-type-archive-product .flex-header .title,
body.post-type-archive-product .flex-sections article.post-custom .page-title,
body.post-type-archive-product .main-content-inner header .title {
  margin: 10% auto 5% auto;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #005F38; }

body.post-type-archive-product .flex-header .title {
  margin: 15% auto;
  text-align: center; }

body.category .main-content-inner,
body.blog .main-content-inner {
  background-color: #F4DDBD;
  padding-top: 100px; }

body.category .archive-list article,
body.blog .archive-list article {
  background-color: #005F38;
  padding: 0;
  margin-bottom: 50px; }
  body.category .archive-list article .content-wrapper,
  body.blog .archive-list article .content-wrapper {
    padding: 40px 25px; }
    body.category .archive-list article .content-wrapper header .entry-meta,
    body.blog .archive-list article .content-wrapper header .entry-meta {
      color: #fff;
      margin-bottom: 25px;
      font-family: "Merriweather", serif; }
      body.category .archive-list article .content-wrapper header .entry-meta a,
      body.blog .archive-list article .content-wrapper header .entry-meta a {
        color: #fff;
        font-family: "Merriweather", serif; }
      body.category .archive-list article .content-wrapper header .entry-meta .cat-link:after,
      body.blog .archive-list article .content-wrapper header .entry-meta .cat-link:after {
        content: '/'; }
    body.category .archive-list article .content-wrapper header .page-title,
    body.blog .archive-list article .content-wrapper header .page-title {
      color: #EB9F3D;
      line-height: 35px;
      font-weight: 900;
      margin-bottom: 25px; }
      body.category .archive-list article .content-wrapper header .page-title a,
      body.blog .archive-list article .content-wrapper header .page-title a {
        color: #EB9F3D; }
  body.category .archive-list article .entry-content,
  body.blog .archive-list article .entry-content {
    color: #fff;
    font-family: "Open Sans", sans-serif; }
    body.category .archive-list article .entry-content p,
    body.blog .archive-list article .entry-content p {
      color: #fff; }

body.category .archive-list article.fifty-fifty-image-post .entry-content-thumbnail,
body.blog .archive-list article.fifty-fifty-image-post .entry-content-thumbnail {
  padding-bottom: 50%; }

body.category .paging-navigation,
body.blog .paging-navigation {
  background-color: #F4DDBD; }
  body.category .paging-navigation .pager,
  body.blog .paging-navigation .pager {
    margin-top: 0;
    margin-bottom: 0; }
  body.category .paging-navigation li a,
  body.blog .paging-navigation li a {
    border: none;
    font-family: "Open Sans", sans-serif;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 11px;
    color: #333;
    padding: 50px 50px 100px 50px;
    letter-spacing: 0.05em;
    font-weight: 500; }
    body.category .paging-navigation li a:hover, body.category .paging-navigation li a:focus,
    body.blog .paging-navigation li a:hover,
    body.blog .paging-navigation li a:focus {
      background-color: transparent; }
    body.category .paging-navigation li a .meta-nav,
    body.blog .paging-navigation li a .meta-nav {
      color: #EB9F3D;
      font-size: 36px;
      vertical-align: middle;
      display: inline-block; }
    body.category .paging-navigation li a .link-label,
    body.blog .paging-navigation li a .link-label {
      padding-top: 5px;
      display: inline-block; }

body.category .previous,
body.blog .previous {
  float: right; }
  body.category .previous .meta-nav,
  body.blog .previous .meta-nav {
    margin-right: 20px; }

body.category .next,
body.blog .next {
  float: left; }
  body.category .next .meta-nav,
  body.blog .next .meta-nav {
    margin-left: 20px; }

body.category .back-to a,
body.blog .back-to a {
  border: none;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 11px;
  color: #333;
  padding: 50px 0px 100px 50px;
  letter-spacing: 0.05em;
  font-weight: 500; }
  body.category .back-to a:hover, body.category .back-to a:focus,
  body.blog .back-to a:hover,
  body.blog .back-to a:focus {
    background-color: transparent; }
  body.category .back-to a .meta-nav,
  body.blog .back-to a .meta-nav {
    color: #EB9F3D;
    font-size: 36px;
    vertical-align: middle;
    display: inline-block; }
  body.category .back-to a .link-label,
  body.blog .back-to a .link-label {
    padding-top: 5px;
    display: inline-block; }

body.category .back-to .meta-nav .fa:before,
body.blog .back-to .meta-nav .fa:before {
  margin-left: 20px; }

body.category .next-article-preview article,
body.blog .next-article-preview article {
  margin-top: 0;
  padding: 0;
  background-color: #005F38; }
  body.category .next-article-preview article .content-wrapper,
  body.blog .next-article-preview article .content-wrapper {
    padding: 35px; }
  body.category .next-article-preview article header,
  body.blog .next-article-preview article header {
    border: none; }
    body.category .next-article-preview article header .entry-meta,
    body.blog .next-article-preview article header .entry-meta {
      color: #fff; }
      body.category .next-article-preview article header .entry-meta a,
      body.blog .next-article-preview article header .entry-meta a {
        color: #fff; }
      body.category .next-article-preview article header .entry-meta .cat-link:after,
      body.blog .next-article-preview article header .entry-meta .cat-link:after {
        content: " | "; }
      body.category .next-article-preview article header .entry-meta .posted-on:after,
      body.blog .next-article-preview article header .entry-meta .posted-on:after {
        content: ''; }
    body.category .next-article-preview article header .page-title,
    body.blog .next-article-preview article header .page-title {
      color: #EB9F3D;
      margin-top: 25px; }

body.single-division section.flex-sections header .title {
  font-size: 50px;
  color: #00492B;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin-bottom: 75px;
  margin-top: 100px; }

body.single-division section.flex-sections article .page-title {
  font-family: "Merriweather", serif;
  color: #EB9F3D;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 48px;
  font-size: 28px; }

body.single-post .main-content {
  background-color: #F4DDBD; }
  body.single-post .main-content article.type-post.content-single {
    padding: 40px 50px;
    background-color: #fff;
    margin-top: -135px;
    z-index: 5;
    position: relative; }
    body.single-post .main-content article.type-post.content-single header {
      border-bottom: 1px solid #ddd;
      padding-bottom: 20px;
      margin-bottom: 25px; }
    body.single-post .main-content article.type-post.content-single .page-title {
      color: #00492B;
      margin-bottom: 15px;
      max-width: 75%; }
    body.single-post .main-content article.type-post.content-single .entry-meta {
      display: inline-block;
      color: #EB9F3D; }
      body.single-post .main-content article.type-post.content-single .entry-meta .posted-on:after {
        content: " | "; }
      body.single-post .main-content article.type-post.content-single .entry-meta a {
        color: #EB9F3D; }
    body.single-post .main-content article.type-post.content-single .entry-content {
      max-width: 75%; }
      body.single-post .main-content article.type-post.content-single .entry-content p {
        font-family: "Open Sans", sans-serif; }

body.single-post .post-navigation {
  background-color: #fff; }
  body.single-post .post-navigation .pager {
    margin-top: 0;
    margin-bottom: 0; }
  body.single-post .post-navigation li a {
    border: none;
    font-family: "Open Sans", sans-serif;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 11px;
    color: #333;
    padding: 50px 50px 100px 50px;
    letter-spacing: 0.05em;
    font-weight: 500; }
    body.single-post .post-navigation li a:hover, body.single-post .post-navigation li a:focus {
      background-color: transparent; }
    body.single-post .post-navigation li a .meta-nav {
      color: #EB9F3D;
      font-size: 36px;
      vertical-align: middle;
      display: inline-block; }
    body.single-post .post-navigation li a .link-label {
      padding-top: 5px;
      display: inline-block; }

body.single-post .previous {
  float: left; }
  body.single-post .previous .meta-nav {
    margin-right: 20px; }

body.single-post .next {
  float: right; }
  body.single-post .next .meta-nav {
    margin-left: 20px; }

body.single-post .back-to a {
  border: none;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 11px;
  color: #333;
  padding: 50px 0px 100px 50px;
  letter-spacing: 0.05em;
  font-weight: 500; }
  body.single-post .back-to a:hover, body.single-post .back-to a:focus {
    background-color: transparent; }
  body.single-post .back-to a .meta-nav {
    color: #EB9F3D;
    font-size: 36px;
    vertical-align: middle;
    display: inline-block; }
  body.single-post .back-to a .link-label {
    padding-top: 5px;
    display: inline-block; }

body.single-post .back-to .meta-nav .fa:before {
  margin-left: 20px; }

body.single-post .next-article-preview article {
  margin-top: 0;
  padding: 0;
  background-color: #005F38; }
  body.single-post .next-article-preview article .content-wrapper {
    padding: 35px; }
  body.single-post .next-article-preview article header {
    border: none; }
    body.single-post .next-article-preview article header .entry-meta {
      color: #fff; }
      body.single-post .next-article-preview article header .entry-meta a {
        color: #fff; }
      body.single-post .next-article-preview article header .entry-meta .cat-link:after {
        content: " | "; }
      body.single-post .next-article-preview article header .entry-meta .posted-on:after {
        content: ''; }
    body.single-post .next-article-preview article header .page-title {
      color: #EB9F3D;
      margin-top: 25px; }

body.single.single-gallery .main-content-inner {
  padding-top: 150px; }

body.single.single-gallery .page-title {
  font-size: 50px;
  color: #00492B;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin-bottom: 75px; }

body.single.single-gallery .img-wrapper {
  margin-bottom: 50px; }

body.single .archive-list > article {
  margin-top: 8%; }

.slideshows .carousel-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  opacity: .6; }
  .slideshows .carousel-close:hover {
    opacity: 1; }
  .slideshows .carousel-close:before {
    content: "\00d7";
    display: block;
    color: #EB9F3D;
    font-size: 50px;
    font-weight: bold; }

.slideshows .glyphicon {
  color: #EB9F3D; }

article.content-product {
  margin-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    article.content-product {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
  article.content-product header .page-title {
    text-transform: uppercase; }
  article.content-product .entry-content {
    float: left;
    width: 100%; }
  article.content-product .slideshows {
    clear: both; }
  article.content-product footer {
    clear: both; }
  article.content-product table {
    width: 100%;
    margin-bottom: 40px;
    font-family: "Open Sans", sans-serif; }
    article.content-product table h2, article.content-product table h3, article.content-product table h4 {
      font-family: "Merriweather", serif;
      font-weight: bold; }
  article.content-product thead th:first-child {
    padding-left: 10px; }
  article.content-product thead .option-numeric {
    letter-spacing: -1px; }
  article.content-product thead .inner th {
    padding: 5px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: white; }
    article.content-product thead .inner th > div,
    article.content-product thead .inner th > span {
      letter-spacing: -1px;
      font-size: 10px;
      color: #fcefe1; }
  article.content-product thead h4 {
    margin: 15px 10px 15px 0px; }
  article.content-product tbody tr, article.content-product tbody td {
    border-collapse: collapse;
    border-spacing: 0; }
    article.content-product tbody tr:first-child, article.content-product tbody td:first-child {
      padding-left: 10px; }
  article.content-product tbody td {
    padding: 10px; }
  article.content-product tbody td.grade {
    font-weight: bold; }
  article.content-product tbody td.width-option {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #005F38;
    min-width: 35px; }
  @media only screen and (max-width: 992px) {
    article.content-product th.grade .visible-xs,
    article.content-product th.grade .visible-sm,
    article.content-product td.grade .visible-xs,
    article.content-product td.grade .visible-sm {
      display: inline !important; } }
  @media only screen and (max-width: 768px) {
    article.content-product tbody, article.content-product thead, article.content-product tr, article.content-product td {
      float: left;
      display: block;
      text-align: center; }
    article.content-product th, article.content-product td {
      width: 100%;
      line-height: 20px; }
    article.content-product thead, article.content-product tr {
      width: 20%; }
    article.content-product tbody {
      width: 80%; }
      article.content-product tbody tr:first-child {
        padding: 0; }
      article.content-product tbody td,
      article.content-product tbody td:first-child {
        padding: 10px 0; }
    article.content-product thead tr.inner {
      width: 100%; }
      article.content-product thead tr.inner td, article.content-product thead tr.inner th {
        float: left;
        clear: both;
        padding: 10px 0px;
        line-height: 20px; }
        article.content-product thead tr.inner td:first-child, article.content-product thead tr.inner th:first-child {
          padding: 10px 5px; }
    article.content-product thead tr.outer {
      display: none; }
    article.content-product th.stock,
    article.content-product td.width-option-stock {
      min-height: 60px; }
    article.content-product th.grade.lines-2,
    article.content-product td.grade.lines-2 {
      min-height: 60px; }
    article.content-product th.grade.lines-3,
    article.content-product td.grade.lines-3 {
      min-height: 30px; }
    article.content-product th.grade.lines-4,
    article.content-product td.grade.lines-4 {
      min-height: 100px; }
    article.content-product th.grade .visible-xs,
    article.content-product th.grade .visible-sm,
    article.content-product td.grade .visible-xs,
    article.content-product td.grade .visible-sm {
      display: inline !important; }
    article.content-product th.grade h4,
    article.content-product th.thickness h4 {
      margin: 0; } }

.cover-image-wrapper {
  padding: 1%; }
  @media only screen and (max-width: 768px) {
    .cover-image-wrapper {
      padding: 1px; } }
  .cover-image-wrapper .title {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    padding: 10px;
    color: #000; }
    .cover-image-wrapper .title .detail {
      display: none; }
  .cover-image-wrapper .cover-image.bg.rectangle {
    min-height: 110px; }
  .cover-image-wrapper .cover-image {
    border: 5px white solid; }
  .cover-image-wrapper.selected .cover-image {
    border: 5px #EB9F3D solid; }

body.page article.fifty-fifty-post-image .content-wrapper {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media only screen and (max-width: 992px) {
    body.page article.fifty-fifty-post-image .content-wrapper .entry-content p {
      color: #fff; } }

body.page #history-header .image-wrapper .bg.bg-image,
body.page #operation-header .image-wrapper .bg.bg-image {
  padding-bottom: 25%; }

body.page #operation-intro {
  background-position: 50% 130%;
  background-size: contain; }

body.page #about-subpages .page-title {
  margin-bottom: 25px; }

body.page #operation-intro header .title {
  font-size: 50px;
  color: #00492B;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin-bottom: 75px;
  margin-top: 75px; }

body.page #operation-intro article {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: transparent; }
  body.page #operation-intro article .page-title {
    color: #EB9F3D;
    display: block; }
  body.page #operation-intro article p {
    color: #005F38;
    font-family: "Open Sans", sans-serif; }

body.page #link-product-list {
  padding: 100px 0; }
  body.page #link-product-list .title {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px; }
  body.page #link-product-list .yellow {
    color: #EB9F3D; }
  body.page #link-product-list .header_buttons {
    display: inline-block; }
  body.page #link-product-list .header_buttons {
    float: right; }
  body.page #link-product-list .btn {
    margin-top: 0; }
  body.page #link-product-list:before {
    background-image: url("images/brown-bg.png");
    content: '';
    height: 134px;
    width: 100%;
    float: left;
    position: absolute;
    z-index: 2;
    top: -120px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  body.page #link-product-list:after {
    background-image: url("images/brown-bg.png");
    content: '';
    height: 134px;
    width: 100%;
    float: left;
    position: absolute;
    z-index: 2;
    bottom: -120px;
    background-repeat: no-repeat; }

body.page #by-the-numbers {
  background-color: #F0E6DB;
  text-align: center;
  padding-top: 100px; }
  body.page #by-the-numbers .subtitle {
    color: #EB9F3D;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    letter-spacing: 0.15em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px; }
  body.page #by-the-numbers .title {
    color: #005F38;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 50px; }
  body.page #by-the-numbers img {
    margin: auto;
    max-width: 80%; }
  body.page #by-the-numbers:after {
    background-image: url("images/lttan-bg.png");
    content: '';
    height: 148px;
    width: 100%;
    float: left;
    position: absolute;
    z-index: 2;
    bottom: -174px;
    background-repeat: no-repeat;
    left: 0; }

body.page #divisions-intro {
  padding-top: 250px;
  background-color: #fff; }
  body.page #divisions-intro header .title {
    color: #00492B;
    font-family: "Oswald", sans-serif;
    margin-bottom: 100px;
    font-size: 40px; }
  body.page #divisions-intro article {
    background-color: transparent; }
    body.page #divisions-intro article .content-wrapper {
      padding-top: 25px;
      padding-left: 0; }
    body.page #divisions-intro article .page-title {
      display: block;
      font-family: "Merriweather", serif;
      color: #EB9F3D;
      font-weight: bold;
      margin-bottom: 25px;
      line-height: 48px;
      font-size: 28px; }
    body.page #divisions-intro article p {
      color: #333; }
  body.page #divisions-intro .title {
    font-size: 50px;
    color: #00492B;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    margin-bottom: 75px; }
  body.page #divisions-intro:after {
    background-image: url("images/lttan-bg.png");
    content: '';
    height: 148px;
    width: 100%;
    float: left;
    position: absolute;
    z-index: 2;
    top: -120px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

body.page #sidebar-divisions-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px; }
  body.page #sidebar-divisions-menu ul li {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #EB9F3D; }
    body.page #sidebar-divisions-menu ul li a {
      color: #EB9F3D;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-size: 12px; }

body.page #people-list {
  padding-top: 200px;
  padding-bottom: 100px;
  background-color: transparent; }
  body.page #people-list .title {
    font-size: 50px;
    color: #00492B;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    margin-bottom: 75px; }
  body.page #people-list header .title {
    color: #00492B;
    font-family: "Oswald", sans-serif;
    margin-bottom: 100px;
    font-size: 40px; }
  body.page #people-list article {
    background-color: transparent;
    margin-bottom: 50px;
    padding: 2%; }
    body.page #people-list article header {
      margin-bottom: 0; }
    body.page #people-list article .page-title {
      display: block;
      color: #005F38;
      margin-top: 25px;
      padding-left: 10px;
      margin-bottom: 5px; }
    body.page #people-list article .staff-title,
    body.page #people-list article .staff-email {
      color: #EB9F3D;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      padding-left: 10px;
      font-size: 12px;
      letter-spacing: 0.15em; }
    body.page #people-list article .staff-title {
      margin-bottom: 0px;
      margin-top: 0; }

.page.page-template-page-history #content {
  background: #fff; }
  .page.page-template-page-history #content section {
    background: #fff;
    padding: 5%; }
    .page.page-template-page-history #content section article.fifty-fifty-image-post,
    .page.page-template-page-history #content section article.fifty-fifty-image-post {
      background: #fff; }
      .page.page-template-page-history #content section article.fifty-fifty-image-post .entry-content,
      .page.page-template-page-history #content section article.fifty-fifty-image-post .entry-content div,
      .page.page-template-page-history #content section article.fifty-fifty-image-post .entry-content li,
      .page.page-template-page-history #content section article.fifty-fifty-image-post .entry-content p,
      .page.page-template-page-history #content section article.fifty-fifty-image-post .entry-content,
      .page.page-template-page-history #content section article.fifty-fifty-image-post .entry-content div,
      .page.page-template-page-history #content section article.fifty-fifty-image-post .entry-content li,
      .page.page-template-page-history #content section article.fifty-fifty-image-post .entry-content p {
        color: #333; }

.page.page-template-page-history #history-header header .title {
  font-size: 50px;
  color: #00492B;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  margin-bottom: 75px;
  padding-top: 100px;
  padding-left: 15%;
  margin-bottom: 0; }

.page.page-template-page-history section .content-wrapper {
  padding-top: 0 !important; }
  @media only screen and (max-width: 992px) {
    .page.page-template-page-history section .content-wrapper {
      padding: 50px !important; } }
  @media only screen and (max-width: 768px) {
    .page.page-template-page-history section .content-wrapper {
      padding: 25px 15px 0 15px !important; } }

.page.page-template-page-history section header.content-padder .page-title {
  display: block;
  color: #005F38;
  margin-bottom: 10px;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .page.page-template-page-history section header.content-padder .page-title {
      margin-top: 8%; } }

.page.page-template-page-history section h2 {
  color: #EB9F3D;
  line-height: 36px;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px; }

.page.page-template-page-history section p {
  color: #333 !important; }

.page.page-template-page-history #content section {
  padding-top: 150px;
  padding-bottom: 150px; }
  @media only screen and (max-width: 992px) {
    .page.page-template-page-history #content section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .page.page-template-page-history #content section .post-odd {
    overflow: visible;
    background: transparent !important; }

.page.page-template-page-history #content .entry-content-thumbnail {
  padding-bottom: 50%;
  z-index: 999; }
  @media only screen and (max-width: 992px) {
    .page.page-template-page-history #content .entry-content-thumbnail {
      padding-bottom: 100%; } }
  @media only screen and (max-width: 768px) {
    .page.page-template-page-history #content .entry-content-thumbnail {
      padding-bottom: 100%; } }

.page.page-template-page-history #content section:nth-child(odd) .entry-content-thumbnail:before {
  content: '';
  width: 7px;
  height: 210%;
  background-color: #EB9F3D;
  position: absolute;
  right: 0px;
  top: -100px;
  z-index: 3; }
  @media only screen and (max-width: 992px) {
    .page.page-template-page-history #content section:nth-child(odd) .entry-content-thumbnail:before {
      right: initial;
      left: -7px; } }
  @media only screen and (max-width: 530px) {
    .page.page-template-page-history #content section:nth-child(odd) .entry-content-thumbnail:before {
      height: 300%; } }

.page.page-template-page-history #content section:nth-child(odd) .entry-content-thumbnail div.bg.size-square {
  padding-bottom: 87%; }

.page.page-template-page-history section:nth-child(even) .entry-content-thumbnail:before {
  content: '';
  width: 7px;
  height: 210%;
  background-color: #EB9F3D;
  position: absolute;
  left: -7px;
  top: -100px;
  z-index: 3; }
  @media only screen and (max-width: 530px) {
    .page.page-template-page-history section:nth-child(even) .entry-content-thumbnail:before {
      height: 300%; } }

.page.page-template-page-history section:nth-child(even) .entry-content-thumbnail div.bg.size-square {
  padding-bottom: 87%; }

.page.page-template-page-history #year-1962 {
  padding-top: 100px; }
  @media only screen and (max-width: 768px) {
    .page.page-template-page-history #year-1962 {
      padding-top: 20px !important;
      padding-bottom: 35px !important; } }
  .page.page-template-page-history #year-1962:after {
    background-image: url("images/white-bg.png");
    content: '';
    height: 192px;
    width: 100%;
    float: left;
    position: absolute;
    z-index: 2;
    bottom: -192px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-repeat: no-repeat;
    left: 0; }

.page.page-template-page-history #year-1972 {
  padding-bottom: 215px !important; }
  @media only screen and (max-width: 768px) {
    .page.page-template-page-history #year-1972 {
      padding-top: 20px !important;
      padding-bottom: 35px !important; } }

.page.page-template-page-history #year-1977 {
  padding-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .page.page-template-page-history #year-1977 {
      padding-top: 20px !important;
      padding-bottom: 20px !important; } }
  .page.page-template-page-history #year-1977:before {
    background-image: url("images/white-bg.png");
    content: '';
    height: 192px;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 2;
    top: -192px; }

.page.page-template-page-history #year-1987 {
  padding-bottom: 50px !important; }
  @media only screen and (max-width: 768px) {
    .page.page-template-page-history #year-1987 {
      padding-top: 20px !important;
      padding-bottom: 35px !important; } }
  .page.page-template-page-history #year-1987:after {
    background-image: url("images/white-bg.png");
    content: '';
    height: 192px;
    width: 100%;
    float: left;
    position: absolute;
    z-index: 2;
    bottom: -192px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-repeat: no-repeat;
    left: 0;
    -webkit-transform: rotatex(180deg);
            transform: rotatex(180deg); }

.page.page-template-page-history #year-1993 {
  padding-top: 250px !important;
  padding-bottom: 250px !important; }
  @media only screen and (max-width: 768px) {
    .page.page-template-page-history #year-1993 {
      padding-top: 20px !important;
      padding-bottom: 35px !important; } }

.page.page-template-page-history #year-1994 {
  padding-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .page.page-template-page-history #year-1994 {
      padding-top: 20px !important;
      padding-bottom: 35px !important; } }
  .page.page-template-page-history #year-1994:before {
    background-image: url("images/white-bg.png");
    content: '';
    height: 192px;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 2;
    top: -192px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }

.page.page-template-page-history #year-2003 {
  padding-bottom: 100px !important; }
  @media only screen and (max-width: 768px) {
    .page.page-template-page-history #year-2003 {
      padding-top: 20px !important;
      padding-bottom: 35px !important; } }
  .page.page-template-page-history #year-2003:after {
    background-image: url("images/white-bg.png");
    content: '';
    height: 192px;
    width: 100%;
    float: left;
    position: absolute;
    z-index: 2;
    bottom: -192px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-repeat: no-repeat;
    left: 0;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg); }

.page.page-template-page-history #year-2006 {
  padding-top: 250px !important; }
  @media only screen and (max-width: 768px) {
    .page.page-template-page-history #year-2006 {
      padding-top: 20px !important;
      padding-bottom: 35px !important; } }

@media only screen and (max-width: 768px) {
  .page.page-template-page-history #year-2014 {
    padding-top: 20px !important;
    padding-bottom: 35px !important; } }

.page.page-template-page-history #year-2014:before {
  background-image: url("images/white-bg.png");
  content: '';
  height: 192px;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 2;
  top: -192px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

@media only screen and (max-width: 768px) {
  .page.page-template-page-history #year-2015 {
    padding-top: 20px !important;
    padding-bottom: 35px !important; } }

.page.page-template-page-history #year-2015:after {
  background-image: url("images/white-bg.png");
  content: '';
  height: 192px;
  width: 100%;
  float: left;
  position: absolute;
  z-index: 2;
  bottom: -192px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-repeat: no-repeat;
  left: 0;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }

.page.page-template-page-history .year-2016-1 {
  padding-top: 250px !important;
  padding-bottom: 250px !important; }
  @media only screen and (max-width: 768px) {
    .page.page-template-page-history .year-2016-1 {
      padding-top: 20px !important;
      padding-bottom: 35px !important; } }

@media only screen and (max-width: 768px) {
  .page.page-template-page-history .year-2016-2 {
    padding-top: 20px !important;
    padding-bottom: 35px !important; } }

.page.page-template-page-history .year-2016-2:before {
  background-image: url("images/white-bg.png");
  content: '';
  height: 192px;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 2;
  top: -192px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.page.page-template-page-history section:last-child {
  padding-bottom: 300px !important; }
  .page.page-template-page-history section:last-child .entry-content-thumbnail:before {
    height: 150% !important; }

.page.page-template-page-history #history-footer .content-wrapper {
  padding-top: 75px !important; }
  .page.page-template-page-history #history-footer .content-wrapper .page-title {
    color: #EB9F3D; }
  .page.page-template-page-history #history-footer .content-wrapper p {
    color: #fff; }

body.home.page {
  /*
	#yard-link {    //this section is on most pages. Better to use .flex-footer .article.fifty-fifty-post-image; better still to add the same class to 'em all in the flex-section-name.
		padding: 0;

		.entry-content-thumbnail {
			padding-bottom: 0;
			.img-wrapper {
				height: auto;				
			}

			.bg {
				padding-bottom: 50%;
				background-position: 50% 0%;
				height: auto;
			}
		}

		article {
			padding: 0;
			background-color: transparent;

			.content-wrapper {
				padding-top: 75px;
				padding-left: calc(10% - 30px);
				//padding-bottom: 100px;

				.page-title {
					color: $yellow;
				}
			}

			.entry-content {
				p {
					font-family: $secondary;
					color: $white;
				}
			}

			footer {
				padding-bottom: 75px;
			}
		}
	}
*/ }
  body.home.page #home-header {
    height: 100vh;
    overflow: hidden;
    width: 100%;
    background-position: 0 0;
    background-repeat: repeat-x !important;
    background-size: 2560px 60vh !important;
    background-color: #90c3d6;
    animation: animatedBackground 256s cubic-bezier(0.6, 0.29, 0.47, 0.71) infinite;
    -webkit-animation: animatedBackground 256s cubic-bezier(0.6, 0.29, 0.47, 0.71) infinite;
    -moz-animation: animatedBackground 256s linear infinite;
    -ms-animation: animatedBackground 256s linear infinite;
    -o-animation: animatedBackground 256s linear infinite;
    -webkit-animation-delay: 2.5s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 2.5s; }

@keyframes animatedBackground {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -2560px 0; } }

@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -2560px 0; } }
    body.home.page #home-header header {
      -webkit-transition: .4s all;
              transition: .4s all; }
      body.home.page #home-header header .title,
      body.home.page #home-header header .subtitle {
        position: absolute;
        margin: auto; }
      body.home.page #home-header header .title {
        font-size: 14vw;
        color: #fff;
        font-family: "Oswald", sans-serif;
        text-transform: uppercase;
        line-height: 0;
        top: 45%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        right: 0;
        text-align: center; }
      body.home.page #home-header header h3 {
        color: #EB9F3D;
        text-align: right;
        font-weight: 600;
        right: 10%;
        top: 57%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 5; }
        @media only screen and (max-width: 992px) {
          body.home.page #home-header header h3 {
            color: #fff; } }
        body.home.page #home-header header h3:nth-child(1) {
          color: #005F38;
          text-align: left;
          top: 33%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 10%; }
      body.home.page #home-header header .image-wrapper {
        position: absolute;
        top: 50%;
        width: 100%; }
        body.home.page #home-header header .image-wrapper .bg {
          height: 50vh;
          background-position: center top; }
          @media (orientation: landscape) {
            body.home.page #home-header header .image-wrapper .bg {
              background-position: 50% 0 !important; } }
  body.home.page #home-supplier {
    background-color: #604733;
    padding-top: 75px;
    padding-bottom: 75px; }
    @media only screen and (max-width: 992px) {
      body.home.page #home-supplier {
        padding-bottom: 50px; } }
    body.home.page #home-supplier:after {
      background-image: url("images/brown-bg.png");
      background-position: center bottom;
      background-size: cover;
      content: '';
      height: 130px;
      width: 100%;
      float: left;
      position: absolute;
      z-index: 2;
      bottom: -130px; }
    body.home.page #home-supplier article {
      background-color: #604733;
      padding: 0; }
      @media only screen and (max-width: 992px) {
        body.home.page #home-supplier article {
          text-align: center; } }
      body.home.page #home-supplier article header {
        display: none; }
      body.home.page #home-supplier article .entry-summary {
        display: inline-block; }
        @media only screen and (max-width: 992px) {
          body.home.page #home-supplier article .entry-summary {
            display: block; } }
        body.home.page #home-supplier article .entry-summary p {
          font-family: "Merriweather", serif;
          font-weight: bold;
          color: #fff;
          font-size: 26px;
          padding-top: 15px; }
          @media only screen and (max-width: 1200px) {
            body.home.page #home-supplier article .entry-summary p {
              font-size: 20px; } }
          @media only screen and (max-width: 992px) {
            body.home.page #home-supplier article .entry-summary p {
              text-align: center;
              font-size: 26px; } }
      body.home.page #home-supplier article .entry-meta {
        display: inline-block;
        float: right;
        padding: 0;
        margin-top: 0; }
        @media only screen and (max-width: 992px) {
          body.home.page #home-supplier article .entry-meta {
            float: none; } }
        body.home.page #home-supplier article .entry-meta .button {
          margin-top: 0; }
          @media only screen and (max-width: 992px) {
            body.home.page #home-supplier article .entry-meta .button {
              margin-top: 20px; } }
  body.home.page #home-numbers {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 200px; }
    body.home.page #home-numbers:after {
      background-image: url("images/white-bg.png");
      background-position: center bottom;
      background-size: cover;
      content: '';
      height: 277px;
      width: 100%;
      position: absolute;
      z-index: 2;
      bottom: 0px;
      left: 0; }
    body.home.page #home-numbers .subtitle {
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      color: #EB9F3D;
      font-weight: bold;
      margin-bottom: 25px;
      font-size: 16px;
      letter-spacing: 0.15em; }
    body.home.page #home-numbers .title {
      font-family: "Oswald", sans-serif;
      color: #005F38;
      text-transform: uppercase;
      font-size: 31px;
      letter-spacing: 0.2em; }
  body.home.page #home-video {
    background-color: #fff;
    padding-bottom: 250px; }
    body.home.page #home-video:after {
      background-image: url("images/tan-bg.png");
      background-position: center bottom;
      background-size: cover;
      content: '';
      height: 134px;
      width: 100%;
      float: left;
      position: absolute;
      z-index: 2;
      bottom: 0px; }
    body.home.page #home-video .content {
      text-align: center; }
    body.home.page #home-video footer {
      font-family: "Merriweather", serif;
      font-size: 26px;
      font-weight: bold;
      color: #00492B;
      margin-top: 50px; }
      @media only screen and (max-width: 992px) {
        body.home.page #home-video footer {
          text-align: center; } }
      body.home.page #home-video footer .excerpt {
        display: inline-block;
        padding-top: 15px; }
      body.home.page #home-video footer .footer_buttons {
        display: inline-block;
        float: right; }
        @media only screen and (max-width: 992px) {
          body.home.page #home-video footer .footer_buttons {
            float: none; } }
      body.home.page #home-video footer .button {
        font-size: initial;
        margin-top: 0; }
        @media only screen and (max-width: 992px) {
          body.home.page #home-video footer .button {
            margin-top: 25px; } }
  body.home.page #home-testimonial {
    background-size: contain !important;
    background-position: center;
    background-color: #F4DDBD; }
    body.home.page #home-testimonial .content .container-fluid.wrapper {
      margin: auto; }
    body.home.page #home-testimonial article {
      background-color: transparent;
      text-align: center; }
      body.home.page #home-testimonial article header {
        display: none; }
      @media only screen and (max-width: 992px) {
        body.home.page #home-testimonial article blockquote {
          max-width: 75%; } }
      @media only screen and (max-width: 480px) {
        body.home.page #home-testimonial article blockquote {
          max-width: 100%; } }
      body.home.page #home-testimonial article img {
        margin: auto;
        border-radius: 50%;
        margin-bottom: 15px; }
      body.home.page #home-testimonial article .source-name,
      body.home.page #home-testimonial article .source-position {
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.15em; }
      body.home.page #home-testimonial article .source-name {
        display: block;
        color: #EB9F3D; }
      body.home.page #home-testimonial article .source-position {
        color: #fff; }
    body.home.page #home-testimonial .carousel-control {
      opacity: 0.7; }
      body.home.page #home-testimonial .carousel-control:hover {
        opacity: 1; }
      body.home.page #home-testimonial .carousel-control img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    body.home.page #home-testimonial .carousel-control.left,
    body.home.page #home-testimonial .carousel-control.right {
      background-image: none; }
  body.home.page #home-history {
    padding-top: 100px;
    padding-bottom: 150px; }
    body.home.page #home-history article {
      background-color: #005F38;
      padding: 0; }
      body.home.page #home-history article .content-wrapper {
        padding: 50px; }
        body.home.page #home-history article .content-wrapper .page-title {
          color: #EB9F3D;
          margin-bottom: 20px; }
      body.home.page #home-history article .entry-content p {
        font-family: "Open Sans", sans-serif;
        color: #fff; }
  body.home.page #associations {
    background-color: #fff;
    padding: 50px 0; }
    body.home.page #associations .subtitle {
      text-align: center;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px;
      margin-bottom: 20px; }
    body.home.page #associations .content {
      text-align: center; }
      body.home.page #associations .content .thumbnail {
        border: none;
        display: inline;
        text-align: center;
        float: none;
        padding: 0;
        margin: 0; }

#lumber-header {
  padding-bottom: 15%;
  background-position: 50% 50%; }
  #lumber-header .title {
    font-size: 50px;
    color: #00492B;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    margin-bottom: 75px;
    padding-top: 100px;
    padding-left: 15%;
    margin-bottom: 0; }

#lumber-content {
  padding-bottom: 150px;
  background-position: center center;
  background-size: 100%; }
  #lumber-content article.type-post,
  #lumber-content article.post-custom {
    background-color: transparent;
    padding-left: 75px; }
    @media only screen and (max-width: 992px) {
      #lumber-content article.type-post,
      #lumber-content article.post-custom {
        padding-left: 40px; } }
    @media only screen and (max-width: 768px) {
      #lumber-content article.type-post,
      #lumber-content article.post-custom {
        padding-left: 20px; } }
    #lumber-content article.type-post header,
    #lumber-content article.post-custom header {
      margin-top: initial; }
    #lumber-content article.type-post .entry-content p,
    #lumber-content article.post-custom .entry-content p {
      font-family: "Open Sans", sans-serif; }
  #lumber-content .item-index-1 .item.active.item-index-1 {
    /*
        position:absolute;
        top:0;
        left:0;
        height:100%;
        min-height:300px;   //75px top-bottom on mobile
        width:100%;
*/ }
    #lumber-content .item-index-1 .item.active.item-index-1 .img-wrapper {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      max-width: 300px;
      left: 25%; }
    @media only screen and (max-width: 992px) {
      #lumber-content .item-index-1 .item.active.item-index-1 {
        position: relative; }
        #lumber-content .item-index-1 .item.active.item-index-1 .img-wrapper {
          top: 0;
          left: 50%;
          -webkit-transform: translate(-50%);
                  transform: translate(-50%); } }
  #lumber-content .item-index-2.col-md-12 {
    margin-top: 75px; }

#shipping {
  background-color: #fff; }
  #shipping article {
    background-color: transparent;
    padding: 75px; }
    @media only screen and (max-width: 768px) {
      #shipping article {
        padding: 30px 15px; } }
    #shipping article .content-padder {
      padding: 0; }
  #shipping .content .country-list-wrapper {
    padding: 0 0 0 75px; }
    @media only screen and (max-width: 768px) {
      #shipping .content .country-list-wrapper {
        padding: 0 15px; } }
  #shipping ul.country-list {
    margin: 0;
    padding: 0;
    text-align: left; }
    #shipping ul.country-list li {
      display: block;
      float: left;
      color: #00492B;
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      padding: 0 15px 6% 0;
      min-height: 40px;
      min-width: 20%; }
      @media only screen and (max-width: 1200px) {
        #shipping ul.country-list li {
          min-width: 25%; } }
      @media only screen and (max-width: 768px) {
        #shipping ul.country-list li {
          min-width: 33%; } }
      @media only screen and (max-width: 480px) {
        #shipping ul.country-list li {
          min-width: 50%; } }
  #shipping .st0,
  #shipping .st1 {
    fill: #D1E2DA !important;
    stroke: #D1E2DA !important; }
  #shipping circle {
    fill: #fff;
    stroke: #EB9F3D;
    stroke-width: .5; }
    @media only screen and (max-width: 768px) {
      #shipping circle {
        stroke-width: 2 !important; } }
  #shipping line {
    stroke: #EB9F3D !important;
    stroke-width: .3 !important; }
    @media only screen and (max-width: 768px) {
      #shipping line {
        stroke-width: 2 !important; } }

#lumber-menu div.bg.size-wide {
  padding-bottom: 100%; }

.division-template-default article.fifty-fifty-post-image .content-wrapper {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media only screen and (max-width: 768px) {
    .division-template-default article.fifty-fifty-post-image .content-wrapper {
      padding-top: 40px;
      padding-top: 40px; } }
  @media only screen and (max-width: 992px) {
    .division-template-default article.fifty-fifty-post-image .content-wrapper .entry-content p {
      color: #fff; } }

#gallery-archive-header {
  padding-top: 12%; }

.post-type-archive-gallery .archive-list article.excerpt-gallery {
  background: transparent; }
  .post-type-archive-gallery .archive-list article.excerpt-gallery .gallery-single-wrapper {
    padding-left: 10px;
    padding-right: 10px; }
  .post-type-archive-gallery .archive-list article.excerpt-gallery .page-title {
    color: #00492B;
    display: inline-block;
    margin-top: 35px; }
  .post-type-archive-gallery .archive-list article.excerpt-gallery .btn {
    display: inline-block;
    margin-top: 25px;
    padding: 15px 25px; }

article.content-gallery {
  background-color: transparent; }
  article.content-gallery .img-wrapper {
    padding: 5px; }
  article.content-gallery .img-wrapper.expando-source {
    padding: 12px 12px 12px 12px; }

/*
 .visible-lg{
     float: left;
     width: 100%;
 }

*/
.clearfix,
.clearfix.attach-expando {
  height: auto;
  -webkit-transition: .5s height;
          transition: .5s height; }

.expando {
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  padding: 6px 12px 12px 12px;
  cursor: hand; }
  .expando:hover:before {
    color: white;
    text-shadow: 0 0 1px #333; }
  .expando:before {
    content: '\00d7';
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: "FontAwesome";
    text-shadow: 0 0 1px #fff; }

body.page-id-28 .main-content-inner {
  background: #fff; }
  body.page-id-28 .main-content-inner article.post-28 {
    background: #fff; }
    body.page-id-28 .main-content-inner article.post-28 .page-title {
      display: none; }
