/**
Theme Name:     Child V2 (cogency5)
Theme URI:      http: //child.c5dev.local
Description:    Frames
Author:         Jeff Hilton
Template:       cogency5
Version:        0.9
*/
/* ------------------------ */
/* LESS mixin for CSS arrow */
/* ------------------------ */
/* https://github.com/HugoGiraudel/LESS-Mixin-for-CSS-arrows

//Usage
 .arrow(size, color, direction, offset, border-size, border-color);

Where
 * Size is the with of the arrow
 * Color is the color of the arrow (plain color required)
 * Direction is the orientation of the arrow (top, right, bottom, left)
 * Offset is the position of the arrow on its axis (px / em)
 * Border-size is the width of the border if there is one (optional; default "0")
 * Border-color is the color of the border if there is one (optional; default "inherit");

//Extra
 Drop-shadows can be used on the element to create a shadow on the arrow as well
*/
.padding-bleed {
  padding: 0 0;
}
.padding-bleed-h {
  padding-left: 0;
  padding-right: 0;
}
.padding-bleed-v {
  padding-top: 0;
  padding-bottom: 0;
}
.padding-bleed-top {
  padding-top: 0;
}
.padding-bleed-bottom {
  padding-bottom: 0;
}
.padding-bleed-left {
  padding-left: 0;
}
.padding-bleed-right {
  padding-right: 0;
}
.m-dividers,
.c5-file,
.c5-faq,
.c5-message,
.frameset > .frame.dividers {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ddddcf;
}
.m-dividers:first-child,
.c5-file:first-child,
.c5-faq:first-child,
.c5-message:first-child,
.frameset > .frame.dividers:first-child {
  border-top-width: 0;
}
.m-dividers:last-child,
.c5-file:last-child,
.c5-faq:last-child,
.c5-message:last-child,
.frameset > .frame.dividers:last-child {
  border-bottom-width: 0;
}
.medium .m-dividers,
.m-dividers.medium,
.medium .c5-file,
.c5-file.medium,
.medium .c5-faq,
.c5-faq.medium,
.medium .c5-message,
.c5-message.medium,
.medium .frameset > .frame.dividers,
.frameset > .frame.dividers.medium {
  border-top: 1px solid #c26a67;
  border-bottom: 1px solid #8b3b38;
}
.medium .m-dividers:first-child,
.m-dividers.medium:first-child,
.medium .c5-file:first-child,
.c5-file.medium:first-child,
.medium .c5-faq:first-child,
.c5-faq.medium:first-child,
.medium .c5-message:first-child,
.c5-message.medium:first-child,
.medium .frameset > .frame.dividers:first-child,
.frameset > .frame.dividers.medium:first-child {
  border-top-width: 0;
}
.medium .m-dividers:last-child,
.m-dividers.medium:last-child,
.medium .c5-file:last-child,
.c5-file.medium:last-child,
.medium .c5-faq:last-child,
.c5-faq.medium:last-child,
.medium .c5-message:last-child,
.c5-message.medium:last-child,
.medium .frameset > .frame.dividers:last-child,
.frameset > .frame.dividers.medium:last-child {
  border-bottom-width: 0;
}
.dark .m-dividers,
.m-dividers.dark,
.dark .c5-file,
.c5-file.dark,
.dark .c5-faq,
.c5-faq.dark,
.dark .c5-message,
.c5-message.dark,
.dark .frameset > .frame.dividers,
.frameset > .frame.dividers.dark {
  border-top: 1px solid #9ac24c;
  border-bottom: 1px solid #617d2b;
}
.dark .m-dividers:first-child,
.m-dividers.dark:first-child,
.dark .c5-file:first-child,
.c5-file.dark:first-child,
.dark .c5-faq:first-child,
.c5-faq.dark:first-child,
.dark .c5-message:first-child,
.c5-message.dark:first-child,
.dark .frameset > .frame.dividers:first-child,
.frameset > .frame.dividers.dark:first-child {
  border-top-width: 0;
}
.dark .m-dividers:last-child,
.m-dividers.dark:last-child,
.dark .c5-file:last-child,
.c5-file.dark:last-child,
.dark .c5-faq:last-child,
.c5-faq.dark:last-child,
.dark .c5-message:last-child,
.c5-message.dark:last-child,
.dark .frameset > .frame.dividers:last-child,
.frameset > .frame.dividers.dark:last-child {
  border-bottom-width: 0;
}
.gray .m-dividers,
.m-dividers.gray,
.gray .c5-file,
.c5-file.gray,
.gray .c5-faq,
.c5-faq.gray,
.gray .c5-message,
.c5-message.gray,
.gray .frameset > .frame.dividers,
.frameset > .frame.dividers.gray {
  border-top: 1px solid #71716f;
  border-bottom: 1px solid #3d3d3d;
}
.gray .m-dividers:first-child,
.m-dividers.gray:first-child,
.gray .c5-file:first-child,
.c5-file.gray:first-child,
.gray .c5-faq:first-child,
.c5-faq.gray:first-child,
.gray .c5-message:first-child,
.c5-message.gray:first-child,
.gray .frameset > .frame.dividers:first-child,
.frameset > .frame.dividers.gray:first-child {
  border-top-width: 0;
}
.gray .m-dividers:last-child,
.m-dividers.gray:last-child,
.gray .c5-file:last-child,
.c5-file.gray:last-child,
.gray .c5-faq:last-child,
.c5-faq.gray:last-child,
.gray .c5-message:last-child,
.c5-message.gray:last-child,
.gray .frameset > .frame.dividers:last-child,
.frameset > .frame.dividers.gray:last-child {
  border-bottom-width: 0;
}
.m-zebra:nth-child(even),
.c5-file:nth-child(even) {
  background: #fbfbf9;
}
.m-zebra:nth-child(odd),
.c5-file:nth-child(odd) {
  background: #e9e9e1;
}
.medium .m-zebra:nth-child(even),
.m-zebra.medium:nth-child(even),
.medium .c5-file:nth-child(even),
.c5-file.medium:nth-child(even) {
  background: #b95552;
}
.medium .m-zebra:nth-child(odd),
.m-zebra.medium:nth-child(odd),
.medium .c5-file:nth-child(odd),
.c5-file.medium:nth-child(odd) {
  background: #a04441;
}
.dark .m-zebra:nth-child(even),
.m-zebra.dark:nth-child(even),
.dark .c5-file:nth-child(even),
.c5-file.dark:nth-child(even) {
  background: #8bb23d;
}
.dark .m-zebra:nth-child(odd),
.m-zebra.dark:nth-child(odd),
.dark .c5-file:nth-child(odd),
.c5-file.dark:nth-child(odd) {
  background: #739433;
}
.gray .m-zebra:nth-child(even),
.m-zebra.gray:nth-child(even),
.gray .c5-file:nth-child(even),
.c5-file.gray:nth-child(even) {
  background: #616160;
}
.gray .m-zebra:nth-child(odd),
.m-zebra.gray:nth-child(odd),
.gray .c5-file:nth-child(odd),
.c5-file.gray:nth-child(odd) {
  background: #4d4d4c;
}
html {
  font-size: 0.625rem;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #333;
  font-size: 17px;
  font-size: 1.7rem;
  -webkit-font-smoothing: antialiased;
}
.type-headings,
h1,
h2,
h3,
h4,
.full-type h1,
.full-type h2,
.full-type h3,
.full-type h4,
.c5-header .heading,
.frameset > .frame.headings-smaller h1,
.full-type .frameset > .frame.headings-smaller h1,
.frameset > .frame.headings-smaller h2,
.full-type .frameset > .frame.headings-smaller h2,
.frameset > .frame.headings-smaller blockquote,
.full-type .frameset > .frame.headings-smaller blockquote,
.frameset > .frame.headings-smaller blockquote > i,
.full-type .frameset > .frame.headings-smaller blockquote > i,
.frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
.full-type .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: normal;
  line-height: 1.15;
  text-transform: none;
  letter-spacing: 0px;
  font-style: normal;
}
.type-subheadings,
.c5-header .subheading,
.section-title,
.c5-person .xc5-role,
.c5-calltoaction .c5-phone,
.c5_place .article-header .heading,
.friends-benefits .c5-item.snippet .item-header .heading {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: normal;
  line-height: 1.15;
  text-transform: none;
  letter-spacing: 0px;
  font-style: normal;
}
.type-leads,
.c5-header .lead,
.c5-person .c5-name,
.c5-calltoaction .c5-description {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0px;
  font-style: normal;
}
.type-summary-headings,
.summary-type h1,
.summary-type h2,
.summary-type h3,
.summary-type h4,
.c5-view-summary h1,
.c5-view-summary h2,
.c5-view-summary h3,
.c5-view-summary h4,
.c5-view-summary h5,
.c5-summ h1,
.c5-summ h2,
.c5-summ h3,
.c5-summ h4,
.c5-summ h5,
.c5-view-sum h1,
.c5-view-sum h2,
.c5-view-sum h3,
.c5-view-sum h4,
.c5-view-sum h5,
.c5-view-summary h1,
.c5-summ h1,
.c5-view-summary h2,
.c5-summ h2,
.c5-view-summary h3,
.c5-summ h3,
.c5-view-summary h4,
.c5-summ h4,
.c5-article.summary h1,
.c5-article.summary h2,
.c5-article.summary h3,
.c5-article.summary h4,
.frameset > .frame.summary .c5-article h1,
.frameset > .frame.summary .c5-article h2,
.frameset > .frame.summary .c5-article h3,
.frameset > .frame.summary .c5-article h4,
.frameset > .frame.summary .c5-article h1,
.frameset > .frame.summary .c5-article h2,
.frameset > .frame.summary .c5-article h3,
.frameset > .frame.summary .c5-article h4,
.frameset > .frame.expander .c5-article h1,
.frameset > .frame.expander .c5-article h2,
.frameset > .frame.expander .c5-article h3,
.frameset > .frame.expander .c5-article h4,
.summary-type .frameset > .frame.headings-smaller h1,
.c5-view-summary .frameset > .frame.headings-smaller h1,
.c5-summ .frameset > .frame.headings-smaller h1,
.c5-view-sum .frameset > .frame.headings-smaller h1,
.c5-view-summary .frameset > .frame.headings-smaller h1,
.c5-summ .frameset > .frame.headings-smaller h1,
.c5-article.summary .frameset > .frame.headings-smaller h1,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h1,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h1,
.frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller h1,
.summary-type .frameset > .frame.headings-smaller h2,
.c5-view-summary .frameset > .frame.headings-smaller h2,
.c5-summ .frameset > .frame.headings-smaller h2,
.c5-view-sum .frameset > .frame.headings-smaller h2,
.c5-view-summary .frameset > .frame.headings-smaller h2,
.c5-summ .frameset > .frame.headings-smaller h2,
.c5-article.summary .frameset > .frame.headings-smaller h2,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h2,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h2,
.frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller h2,
.summary-type .frameset > .frame.headings-smaller blockquote,
.c5-view-summary .frameset > .frame.headings-smaller blockquote,
.c5-summ .frameset > .frame.headings-smaller blockquote,
.c5-view-sum .frameset > .frame.headings-smaller blockquote,
.c5-view-summary .frameset > .frame.headings-smaller blockquote,
.c5-summ .frameset > .frame.headings-smaller blockquote,
.c5-article.summary .frameset > .frame.headings-smaller blockquote,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller blockquote,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller blockquote,
.frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller blockquote,
.summary-type .frameset > .frame.headings-smaller blockquote > i,
.c5-view-summary .frameset > .frame.headings-smaller blockquote > i,
.c5-summ .frameset > .frame.headings-smaller blockquote > i,
.c5-view-sum .frameset > .frame.headings-smaller blockquote > i,
.c5-view-summary .frameset > .frame.headings-smaller blockquote > i,
.c5-summ .frameset > .frame.headings-smaller blockquote > i,
.c5-article.summary .frameset > .frame.headings-smaller blockquote > i,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller blockquote > i,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller blockquote > i,
.frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller blockquote > i,
.summary-type .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
.c5-view-summary .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
.c5-summ .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
.c5-view-sum .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
.c5-view-summary .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
.c5-summ .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
.c5-article.summary .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
.frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: normal;
  line-height: 1.15;
  text-transform: none;
  letter-spacing: -0.5px;
  font-style: normal;
}
.type-aside-headings,
.aside-type h1,
.aside-type h2,
.aside-type h3,
.aside-type h4,
.aside-frames .frame h1,
.aside-frames .frame h2,
.aside-frames .frame h3,
.aside-frames .frame h4,
.c5-article.aside h1,
.c5-article.aside h2,
.c5-article.aside h3,
.c5-article.aside h4,
.aside-type .frameset > .frame.headings-smaller h1,
.aside-frames .frame .frameset > .frame.headings-smaller h1,
.c5-article.aside .frameset > .frame.headings-smaller h1,
.aside-type .frameset > .frame.headings-smaller h2,
.aside-frames .frame .frameset > .frame.headings-smaller h2,
.c5-article.aside .frameset > .frame.headings-smaller h2,
.aside-type .frameset > .frame.headings-smaller blockquote,
.aside-frames .frame .frameset > .frame.headings-smaller blockquote,
.c5-article.aside .frameset > .frame.headings-smaller blockquote,
.aside-type .frameset > .frame.headings-smaller blockquote > i,
.aside-frames .frame .frameset > .frame.headings-smaller blockquote > i,
.c5-article.aside .frameset > .frame.headings-smaller blockquote > i,
.aside-type .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
.aside-frames .frame .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
.c5-article.aside .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: normal;
  line-height: 1.15;
  text-transform: none;
  letter-spacing: -0.5px;
  font-style: normal;
}
.type-metas,
.c5-article .c5-meta,
.snippet .c5-article .subheading,
.c5-article.snippet .subheading,
.snippet .c5-article.summary .subheading,
.c5-article.snippet.summary .subheading,
.snippet .c5-article.aside .subheading,
.c5-article.snippet.aside .subheading,
.c5-testimonial .c5-meta,
.c5-person .c5-meta,
.c5_place .article-header .lead {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
  font-style: normal;
}
h1,
h2,
h3,
h4,
.frameset > .frame.headings-smaller h1,
.frameset > .frame.headings-smaller h2,
.frameset > .frame.headings-smaller blockquote,
.frameset > .frame.headings-smaller blockquote > i,
.frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  font-family: 'Playfair Display', serif;
}
h1 {
  font-size: 34.7024px;
  font-size: 3.47024rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 37.72px;
    font-size: 3.772rem;
  }
}
@media (min-width: 1025px) {
  h1 {
    font-size: 41px;
    font-size: 4.1rem;
  }
}
h2,
.frameset > .frame.headings-smaller h1 {
  font-size: 23.6992px;
  font-size: 2.36992rem;
}
@media (min-width: 768px) {
  h2,
  .frameset > .frame.headings-smaller h1 {
    font-size: 25.76px;
    font-size: 2.576rem;
  }
}
@media (min-width: 1025px) {
  h2,
  .frameset > .frame.headings-smaller h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
h3,
.frameset > .frame.headings-smaller h2,
.frameset > .frame.headings-smaller blockquote,
.frameset > .frame.headings-smaller blockquote > i,
.frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  font-size: 17.7744px;
  font-size: 1.77744rem;
}
@media (min-width: 768px) {
  h3,
  .frameset > .frame.headings-smaller h2,
  .frameset > .frame.headings-smaller blockquote,
  .frameset > .frame.headings-smaller blockquote > i,
  .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 19.32px;
    font-size: 1.932rem;
  }
}
@media (min-width: 1025px) {
  h3,
  .frameset > .frame.headings-smaller h2,
  .frameset > .frame.headings-smaller blockquote,
  .frameset > .frame.headings-smaller blockquote > i,
  .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
h4 {
  font-size: 15.2352px;
  font-size: 1.52352rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 16.56px;
    font-size: 1.656rem;
  }
}
@media (min-width: 1025px) {
  h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
blockquote {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25.27px;
  font-size: 2.527rem;
  font-style: italic;
  font-style: normal;
  line-height: 1.7;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 26.6px;
    font-size: 2.66rem;
  }
}
@media (min-width: 1025px) {
  blockquote {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
blockquote > i {
  font-size: 22.68px;
  font-size: 2.268rem;
}
@media (min-width: 768px) {
  blockquote > i {
    font-size: 25.2px;
    font-size: 2.52rem;
  }
}
@media (min-width: 1025px) {
  blockquote > i {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
blockquote,
blockquote > i {
  font-size: 20.172px;
  font-size: 2.0172rem;
}
@media (min-width: 768px) {
  blockquote,
  blockquote > i {
    font-size: 24.6px;
    font-size: 2.46rem;
  }
}
@media (min-width: 1025px) {
  blockquote,
  blockquote > i {
    font-size: 30px;
    font-size: 3rem;
  }
}
blockquote em,
blockquote strong {
  font-style: italic;
  margin-right: 5px;
}
.full-type h1,
.full-type h2,
.full-type h3,
.full-type h4,
.full-type .frameset > .frame.headings-smaller h1,
.full-type .frameset > .frame.headings-smaller h2,
.full-type .frameset > .frame.headings-smaller blockquote,
.full-type .frameset > .frame.headings-smaller blockquote > i,
.full-type .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  font-family: 'Playfair Display', serif;
}
.full-type h1 {
  font-size: 34.7024px;
  font-size: 3.47024rem;
}
@media (min-width: 768px) {
  .full-type h1 {
    font-size: 37.72px;
    font-size: 3.772rem;
  }
}
@media (min-width: 1025px) {
  .full-type h1 {
    font-size: 41px;
    font-size: 4.1rem;
  }
}
.full-type h2,
.full-type .frameset > .frame.headings-smaller h1 {
  font-size: 23.6992px;
  font-size: 2.36992rem;
}
@media (min-width: 768px) {
  .full-type h2,
  .full-type .frameset > .frame.headings-smaller h1 {
    font-size: 25.76px;
    font-size: 2.576rem;
  }
}
@media (min-width: 1025px) {
  .full-type h2,
  .full-type .frameset > .frame.headings-smaller h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.full-type h3,
.full-type .frameset > .frame.headings-smaller h2,
.full-type .frameset > .frame.headings-smaller blockquote,
.full-type .frameset > .frame.headings-smaller blockquote > i,
.full-type .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  font-size: 17.7744px;
  font-size: 1.77744rem;
}
@media (min-width: 768px) {
  .full-type h3,
  .full-type .frameset > .frame.headings-smaller h2,
  .full-type .frameset > .frame.headings-smaller blockquote,
  .full-type .frameset > .frame.headings-smaller blockquote > i,
  .full-type .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 19.32px;
    font-size: 1.932rem;
  }
}
@media (min-width: 1025px) {
  .full-type h3,
  .full-type .frameset > .frame.headings-smaller h2,
  .full-type .frameset > .frame.headings-smaller blockquote,
  .full-type .frameset > .frame.headings-smaller blockquote > i,
  .full-type .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.full-type h4 {
  font-size: 15.2352px;
  font-size: 1.52352rem;
}
@media (min-width: 768px) {
  .full-type h4 {
    font-size: 16.56px;
    font-size: 1.656rem;
  }
}
@media (min-width: 1025px) {
  .full-type h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.full-type blockquote {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25.27px;
  font-size: 2.527rem;
  font-style: italic;
  font-style: normal;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .full-type blockquote {
    font-size: 26.6px;
    font-size: 2.66rem;
  }
}
@media (min-width: 1025px) {
  .full-type blockquote {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.full-type blockquote > i {
  font-size: 22.68px;
  font-size: 2.268rem;
}
@media (min-width: 768px) {
  .full-type blockquote > i {
    font-size: 25.2px;
    font-size: 2.52rem;
  }
}
@media (min-width: 1025px) {
  .full-type blockquote > i {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.full-type blockquote,
.full-type blockquote > i {
  font-size: 20.172px;
  font-size: 2.0172rem;
}
@media (min-width: 768px) {
  .full-type blockquote,
  .full-type blockquote > i {
    font-size: 24.6px;
    font-size: 2.46rem;
  }
}
@media (min-width: 1025px) {
  .full-type blockquote,
  .full-type blockquote > i {
    font-size: 30px;
    font-size: 3rem;
  }
}
.full-type blockquote em,
.full-type blockquote strong {
  font-style: italic;
  margin-right: 5px;
}
.summary-type h1 {
  font-size: 28.7776px;
  font-size: 2.87776rem;
}
@media (min-width: 768px) {
  .summary-type h1 {
    font-size: 31.28px;
    font-size: 3.128rem;
  }
}
@media (min-width: 1025px) {
  .summary-type h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.summary-type h2,
.summary-type .frameset > .frame.headings-smaller h1 {
  font-size: 19.4672px;
  font-size: 1.94672rem;
}
@media (min-width: 768px) {
  .summary-type h2,
  .summary-type .frameset > .frame.headings-smaller h1 {
    font-size: 21.16px;
    font-size: 2.116rem;
  }
}
@media (min-width: 1025px) {
  .summary-type h2,
  .summary-type .frameset > .frame.headings-smaller h1 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.summary-type h3,
.summary-type .frameset > .frame.headings-smaller h2,
.summary-type .frameset > .frame.headings-smaller blockquote,
.summary-type .frameset > .frame.headings-smaller blockquote > i,
.summary-type .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  font-size: 16.0816px;
  font-size: 1.60816rem;
}
@media (min-width: 768px) {
  .summary-type h3,
  .summary-type .frameset > .frame.headings-smaller h2,
  .summary-type .frameset > .frame.headings-smaller blockquote,
  .summary-type .frameset > .frame.headings-smaller blockquote > i,
  .summary-type .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 17.48px;
    font-size: 1.748rem;
  }
}
@media (min-width: 1025px) {
  .summary-type h3,
  .summary-type .frameset > .frame.headings-smaller h2,
  .summary-type .frameset > .frame.headings-smaller blockquote,
  .summary-type .frameset > .frame.headings-smaller blockquote > i,
  .summary-type .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.summary-type h4 {
  font-size: 13.5424px;
  font-size: 1.35424rem;
}
@media (min-width: 768px) {
  .summary-type h4 {
    font-size: 14.72px;
    font-size: 1.472rem;
  }
}
@media (min-width: 1025px) {
  .summary-type h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.aside-type h1 {
  font-size: 16.0816px;
  font-size: 1.60816rem;
}
@media (min-width: 768px) {
  .aside-type h1 {
    font-size: 17.48px;
    font-size: 1.748rem;
  }
}
@media (min-width: 1025px) {
  .aside-type h1 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.aside-type h2,
.aside-type .frameset > .frame.headings-smaller h1 {
  font-size: 13.5424px;
  font-size: 1.35424rem;
}
@media (min-width: 768px) {
  .aside-type h2,
  .aside-type .frameset > .frame.headings-smaller h1 {
    font-size: 14.72px;
    font-size: 1.472rem;
  }
}
@media (min-width: 1025px) {
  .aside-type h2,
  .aside-type .frameset > .frame.headings-smaller h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.aside-type h3,
.aside-type .frameset > .frame.headings-smaller h2,
.aside-type .frameset > .frame.headings-smaller blockquote,
.aside-type .frameset > .frame.headings-smaller blockquote > i,
.aside-type .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  font-size: 14.3888px;
  font-size: 1.43888rem;
}
@media (min-width: 768px) {
  .aside-type h3,
  .aside-type .frameset > .frame.headings-smaller h2,
  .aside-type .frameset > .frame.headings-smaller blockquote,
  .aside-type .frameset > .frame.headings-smaller blockquote > i,
  .aside-type .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 15.64px;
    font-size: 1.564rem;
  }
}
@media (min-width: 1025px) {
  .aside-type h3,
  .aside-type .frameset > .frame.headings-smaller h2,
  .aside-type .frameset > .frame.headings-smaller blockquote,
  .aside-type .frameset > .frame.headings-smaller blockquote > i,
  .aside-type .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.aside-type h4 {
  font-size: 14.3888px;
  font-size: 1.43888rem;
}
@media (min-width: 768px) {
  .aside-type h4 {
    font-size: 15.64px;
    font-size: 1.564rem;
  }
}
@media (min-width: 1025px) {
  .aside-type h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.menu-item > a {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: normal;
  line-height: 1.1;
  text-transform: none;
  text-shadow: none;
  letter-spacing: 1px;
  color: #fff;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.menu-item > a:hover {
  color: #fff;
  background: transparent;
}
.menu-item.current-menu-item > a,
.menu-item.current-menu-parent > a {
  background: transparent;
  color: #fff;
}
a {
  color: #7fa338;
  text-decoration: none;
}
a:hover,
a:active {
  color: #617d2b;
  text-decoration: none;
}
.c5-view-summary h1,
.c5-view-summary h2,
.c5-view-summary h3,
.c5-view-summary h4,
.c5-view-summary h5,
.c5-summ h1,
.c5-summ h2,
.c5-summ h3,
.c5-summ h4,
.c5-summ h5,
.c5-view-sum h1,
.c5-view-sum h2,
.c5-view-sum h3,
.c5-view-sum h4,
.c5-view-sum h5,
.c5-view-summary .frameset > .frame.headings-smaller h1,
.c5-summ .frameset > .frame.headings-smaller h1,
.c5-view-sum .frameset > .frame.headings-smaller h1,
.c5-view-summary .frameset > .frame.headings-smaller h2,
.c5-summ .frameset > .frame.headings-smaller h2,
.c5-view-sum .frameset > .frame.headings-smaller h2,
.c5-view-summary .frameset > .frame.headings-smaller blockquote,
.c5-summ .frameset > .frame.headings-smaller blockquote,
.c5-view-sum .frameset > .frame.headings-smaller blockquote,
.c5-view-summary .frameset > .frame.headings-smaller blockquote > i,
.c5-summ .frameset > .frame.headings-smaller blockquote > i,
.c5-view-sum .frameset > .frame.headings-smaller blockquote > i,
.c5-view-summary .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
.c5-summ .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
.c5-view-sum .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  color: #4d4d4e;
}
.c5-view-summary h1,
.c5-summ h1 {
  font-size: 28.7776px;
  font-size: 2.87776rem;
}
@media (min-width: 768px) {
  .c5-view-summary h1,
  .c5-summ h1 {
    font-size: 31.28px;
    font-size: 3.128rem;
  }
}
@media (min-width: 1025px) {
  .c5-view-summary h1,
  .c5-summ h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.c5-view-summary h2,
.c5-summ h2,
.c5-view-summary .frameset > .frame.headings-smaller h1,
.c5-summ .frameset > .frame.headings-smaller h1 {
  font-size: 19.4672px;
  font-size: 1.94672rem;
}
@media (min-width: 768px) {
  .c5-view-summary h2,
  .c5-summ h2,
  .c5-view-summary .frameset > .frame.headings-smaller h1,
  .c5-summ .frameset > .frame.headings-smaller h1 {
    font-size: 21.16px;
    font-size: 2.116rem;
  }
}
@media (min-width: 1025px) {
  .c5-view-summary h2,
  .c5-summ h2,
  .c5-view-summary .frameset > .frame.headings-smaller h1,
  .c5-summ .frameset > .frame.headings-smaller h1 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.c5-view-summary h3,
.c5-summ h3,
.c5-view-summary .frameset > .frame.headings-smaller h2,
.c5-summ .frameset > .frame.headings-smaller h2,
.c5-view-summary .frameset > .frame.headings-smaller blockquote,
.c5-summ .frameset > .frame.headings-smaller blockquote,
.c5-view-summary .frameset > .frame.headings-smaller blockquote > i,
.c5-summ .frameset > .frame.headings-smaller blockquote > i,
.c5-view-summary .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
.c5-summ .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  font-size: 16.0816px;
  font-size: 1.60816rem;
}
@media (min-width: 768px) {
  .c5-view-summary h3,
  .c5-summ h3,
  .c5-view-summary .frameset > .frame.headings-smaller h2,
  .c5-summ .frameset > .frame.headings-smaller h2,
  .c5-view-summary .frameset > .frame.headings-smaller blockquote,
  .c5-summ .frameset > .frame.headings-smaller blockquote,
  .c5-view-summary .frameset > .frame.headings-smaller blockquote > i,
  .c5-summ .frameset > .frame.headings-smaller blockquote > i,
  .c5-view-summary .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
  .c5-summ .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 17.48px;
    font-size: 1.748rem;
  }
}
@media (min-width: 1025px) {
  .c5-view-summary h3,
  .c5-summ h3,
  .c5-view-summary .frameset > .frame.headings-smaller h2,
  .c5-summ .frameset > .frame.headings-smaller h2,
  .c5-view-summary .frameset > .frame.headings-smaller blockquote,
  .c5-summ .frameset > .frame.headings-smaller blockquote,
  .c5-view-summary .frameset > .frame.headings-smaller blockquote > i,
  .c5-summ .frameset > .frame.headings-smaller blockquote > i,
  .c5-view-summary .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
  .c5-summ .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.c5-view-summary h4,
.c5-summ h4 {
  font-size: 13.5424px;
  font-size: 1.35424rem;
}
@media (min-width: 768px) {
  .c5-view-summary h4,
  .c5-summ h4 {
    font-size: 14.72px;
    font-size: 1.472rem;
  }
}
@media (min-width: 1025px) {
  .c5-view-summary h4,
  .c5-summ h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.aside-frames .frame h1 {
  font-size: 16.0816px;
  font-size: 1.60816rem;
}
@media (min-width: 768px) {
  .aside-frames .frame h1 {
    font-size: 17.48px;
    font-size: 1.748rem;
  }
}
@media (min-width: 1025px) {
  .aside-frames .frame h1 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.aside-frames .frame h2,
.aside-frames .frame .frameset > .frame.headings-smaller h1 {
  font-size: 13.5424px;
  font-size: 1.35424rem;
}
@media (min-width: 768px) {
  .aside-frames .frame h2,
  .aside-frames .frame .frameset > .frame.headings-smaller h1 {
    font-size: 14.72px;
    font-size: 1.472rem;
  }
}
@media (min-width: 1025px) {
  .aside-frames .frame h2,
  .aside-frames .frame .frameset > .frame.headings-smaller h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.aside-frames .frame h3,
.aside-frames .frame .frameset > .frame.headings-smaller h2,
.aside-frames .frame .frameset > .frame.headings-smaller blockquote,
.aside-frames .frame .frameset > .frame.headings-smaller blockquote > i,
.aside-frames .frame .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  font-size: 14.3888px;
  font-size: 1.43888rem;
}
@media (min-width: 768px) {
  .aside-frames .frame h3,
  .aside-frames .frame .frameset > .frame.headings-smaller h2,
  .aside-frames .frame .frameset > .frame.headings-smaller blockquote,
  .aside-frames .frame .frameset > .frame.headings-smaller blockquote > i,
  .aside-frames .frame .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 15.64px;
    font-size: 1.564rem;
  }
}
@media (min-width: 1025px) {
  .aside-frames .frame h3,
  .aside-frames .frame .frameset > .frame.headings-smaller h2,
  .aside-frames .frame .frameset > .frame.headings-smaller blockquote,
  .aside-frames .frame .frameset > .frame.headings-smaller blockquote > i,
  .aside-frames .frame .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.aside-frames .frame h4 {
  font-size: 14.3888px;
  font-size: 1.43888rem;
}
@media (min-width: 768px) {
  .aside-frames .frame h4 {
    font-size: 15.64px;
    font-size: 1.564rem;
  }
}
@media (min-width: 1025px) {
  .aside-frames .frame h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.about-2 .c5-header .heading,
.about-2 .who-we-are-2 h1,
.about-2 .who-we-are-2 h2,
.about-2 .who-we-are-2 .frameset > .frame.headings-smaller h1 {
  font-size: 30.685px;
  font-size: 3.0685rem;
  color: #7fa338;
}
@media (min-width: 768px) {
  .about-2 .c5-header .heading,
  .about-2 .who-we-are-2 h1,
  .about-2 .who-we-are-2 h2,
  .about-2 .who-we-are-2 .frameset > .frame.headings-smaller h1 {
    font-size: 32.3px;
    font-size: 3.23rem;
  }
}
@media (min-width: 1025px) {
  .about-2 .c5-header .heading,
  .about-2 .who-we-are-2 h1,
  .about-2 .who-we-are-2 h2,
  .about-2 .who-we-are-2 .frameset > .frame.headings-smaller h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.about-2 .frame.invert-text .c5-article.meet-team-content .article-header h1 {
  color: #111111;
  font-weight: bold;
}
.page .c5-header .heading > span.heading-emphasis,
.page .c5-header .heading > span.hilite {
  line-height: 1;
  color: #7fa338;
  font-size: 45.1px;
  font-size: 4.51rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page .c5-header .heading {
    font-size: 32.8px;
    font-size: 3.28rem;
    line-height: 1.2;
  }
  .page .c5-header .heading > span.heading-emphasis,
  .page .c5-header .heading > span.hilite {
    line-height: 1;
    color: #7fa338;
    font-size: 57.4px;
    font-size: 5.74rem;
    text-transform: uppercase;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
html {
  font-size: 0.625rem;
}
input[type=checkbox]:checked:before {
  margin: inherit;
}
.c5-form-section-heading {
  display: inline-block;
  margin-right: 15px;
}
.c5-form-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.c5-form {
  display: inline-block;
  padding: 0;
}
.c5-form legend {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.c5-form ol,
.c5-form ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  list-style: none;
}
.c5-form .error-wrap {
  display: none;
}
.c5-fields {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.c5-field label {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}
.c5-field input,
.c5-field select,
.c5-field textarea {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
}
.c5-field input,
.c5-field select,
.c5-field textarea {
  border: 1px solid #c8c8c8;
}
.c5-field input,
.c5-field option,
.c5-field textarea {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0.3em 0.4em 0.2em;
  background: #fafafa;
}
.c5-field input:focus,
.c5-field option:focus,
.c5-field textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #67852e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(103, 133, 46, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(103, 133, 46, 0.6);
  background: #fff;
}
.c5-field {
  margin-bottom: 10px;
}
.c5-field label {
  display: inline-block;
  vertical-align: middle;
  width: 28%;
  min-width: 80px;
  line-height: 1.3;
}
.c5-field label.radio-label,
.c5-field label.checkbox-label {
  font-size: 17px;
  font-size: 1.7rem;
  width: auto;
  min-width: none;
  margin-left: 1.5em;
  float: left;
}
.c5-field label.radio-label input[type=checkbox],
.c5-field label.checkbox-label input[type=checkbox] {
  width: 1.5em;
  margin-left: -1.5em;
  height: 1em;
}
.c5-field label.radio-label input[type=radio],
.c5-field label.checkbox-label input[type=radio] {
  width: 1.5em;
  margin-left: -1.5em;
  height: 1em;
}
.c5-field input,
.c5-field select,
.c5-field textarea {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  min-width: 200px;
}
.c5-field input,
.c5-field select {
  height: 1.9em;
}
.c5-field input[type=checkbox] {
  width: auto;
  min-width: 18px;
}
.c5-field input[type=radio] {
  width: auto;
  min-width: 18px;
}
.c5-field select[multiple] {
  height: auto;
}
.meta-element.c5-field label {
  width: 120px;
}
.meta-element.c5-field input,
.meta-element.c5-field select {
  width: 240px;
  min-width: 160px;
}
.meta-element.c5-field textarea {
  width: 400px;
  min-width: 160px;
}
.labels-top .c5-field {
  margin-bottom: 5px;
}
.labels-top .c5-field label {
  width: auto;
}
.labels-top .c5-field input,
.labels-top .c5-field select,
.labels-top .c5-field textarea {
  width: 100%;
}
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.c5-field input:not([type]) {
  padding: 0.4em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
.c5-field input[type="color"] {
  padding: 0.2em 0.5em;
}
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.c5-field input:not([type]):focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #67852e;
}
.c5-field input[type="file"]:focus,
.c5-field input[type="radio"]:focus,
.c5-field input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 1px auto #000;
}
.c5-field input[disabled],
.c5-field select[disabled],
.c5-field textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.c5-field input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.c5-field input[readonly],
.c5-field select[readonly],
.c5-field textarea[readonly] {
  background: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc;
}
.c5-section-repeatable {
  padding-top: 10px;
  width: 100%;
}
.c5-section-repeatable legend {
  font-size: 17px;
  font-size: 1.7rem;
  border: none;
  display: inline-block;
  width: auto;
  float: left;
  margin-right: 20px;
}
.c5-repeatable-add {
  float: left;
}
.c5-repeatables {
  clear: both;
  overflow: hidden;
}
.c5-repeatables label {
  width: auto;
  min-width: 80px;
}
.c5-repeatables input,
.c5-repeatables select,
.c5-repeatables textarea {
  min-width: 40px;
  width: 100%;
}
.c5-repeatable {
  background: rgba(220, 220, 220, 0.7);
  border: 1px solid #eaeaea;
  margin-top: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.c5-repeatable > .c5-lay {
  display: inline-table;
  table-layout: fixed;
  width: 100%;
}
.c5-repeatable > .c5-lay > * {
  display: table-cell;
  vertical-align: top;
  width: auto;
  padding-right: 0%;
}
.c5-repeatable > .c5-lay > *:last-child {
  padding-right: 0;
}
.c5-repeatable > .c5-lay .c5-repeatable-controls {
  width: 36px;
}
.c5-repeatable-controls {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  vertical-align: middle;
  padding: 5px 5px 5px 2px;
  text-align: center;
}
.c5-repeatable-control {
  margin-bottom: 8px;
}
.c5-repeatable-control i {
  font-size: 14px;
  font-size: 1.4rem;
}
.c5-repeatable-control:last-child {
  margin-bottom: 0;
}
.xxc5-repeatable-control {
  display: inline-block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: #fefefe;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.c5-repeatable .c5-fields {
  padding: 2px 5px 10px 10px !important;
}
.c5-repeatable .c5-field {
  margin-bottom: 0;
}
.c5-repeatable .c5-field label {
  color: #333;
}
.c5-form .inline-field-2 {
  width: 100%;
  min-width: 80px;
  display: inline-block;
  clear: none;
  float: left;
  margin-right: 2%;
}
.c5-form .inline-field-2 input,
.c5-form .inline-field-2 select,
.c5-form .inline-field-2 textarea,
.c5-form .inline-field-2 label {
  width: 100%;
  min-width: 100%;
}
.c5-form .inline-field-2:nth-child(n+1) {
  margin-right: 2%;
}
.c5-form .inline-field-2:nth-child(1n + 0) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .c5-form .inline-field-2 {
    width: 49%;
    min-width: 80px;
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 2%;
  }
  .c5-form .inline-field-2 input,
  .c5-form .inline-field-2 select,
  .c5-form .inline-field-2 textarea,
  .c5-form .inline-field-2 label {
    width: 100%;
    min-width: 100%;
  }
  .c5-form .inline-field-2:nth-child(n+1) {
    margin-right: 2%;
  }
  .c5-form .inline-field-2:nth-child(2n + 0) {
    margin-right: 0;
  }
}
.c5-form .inline-field-3 {
  width: 100%;
  min-width: 80px;
  display: inline-block;
  clear: none;
  float: left;
  margin-right: 2%;
}
.c5-form .inline-field-3 input,
.c5-form .inline-field-3 select,
.c5-form .inline-field-3 textarea,
.c5-form .inline-field-3 label {
  width: 100%;
  min-width: 100%;
}
.c5-form .inline-field-3:nth-child(n+1) {
  margin-right: 2%;
}
.c5-form .inline-field-3:nth-child(1n + 0) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .c5-form .inline-field-3 {
    width: 49%;
    min-width: 80px;
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 2%;
  }
  .c5-form .inline-field-3 input,
  .c5-form .inline-field-3 select,
  .c5-form .inline-field-3 textarea,
  .c5-form .inline-field-3 label {
    width: 100%;
    min-width: 100%;
  }
  .c5-form .inline-field-3:nth-child(n+1) {
    margin-right: 2%;
  }
  .c5-form .inline-field-3:nth-child(2n + 0) {
    margin-right: 0;
  }
}
.c5-form .inline-field-4 {
  width: 100%;
  min-width: 80px;
  display: inline-block;
  clear: none;
  float: left;
  margin-right: 2%;
}
.c5-form .inline-field-4 input,
.c5-form .inline-field-4 select,
.c5-form .inline-field-4 textarea,
.c5-form .inline-field-4 label {
  width: 100%;
  min-width: 100%;
}
.c5-form .inline-field-4:nth-child(n+1) {
  margin-right: 2%;
}
.c5-form .inline-field-4:nth-child(1n + 0) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .c5-form .inline-field-4 {
    width: 49%;
    min-width: 80px;
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 2%;
  }
  .c5-form .inline-field-4 input,
  .c5-form .inline-field-4 select,
  .c5-form .inline-field-4 textarea,
  .c5-form .inline-field-4 label {
    width: 100%;
    min-width: 100%;
  }
  .c5-form .inline-field-4:nth-child(n+1) {
    margin-right: 2%;
  }
  .c5-form .inline-field-4:nth-child(2n + 0) {
    margin-right: 0;
  }
}
.c5-form .inline-field-5 {
  width: 100%;
  min-width: 80px;
  display: inline-block;
  clear: none;
  float: left;
  margin-right: 2%;
}
.c5-form .inline-field-5 input,
.c5-form .inline-field-5 select,
.c5-form .inline-field-5 textarea,
.c5-form .inline-field-5 label {
  width: 100%;
  min-width: 100%;
}
.c5-form .inline-field-5:nth-child(n+1) {
  margin-right: 2%;
}
.c5-form .inline-field-5:nth-child(1n + 0) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .c5-form .inline-field-5 {
    width: 49%;
    min-width: 80px;
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 2%;
  }
  .c5-form .inline-field-5 input,
  .c5-form .inline-field-5 select,
  .c5-form .inline-field-5 textarea,
  .c5-form .inline-field-5 label {
    width: 100%;
    min-width: 100%;
  }
  .c5-form .inline-field-5:nth-child(n+1) {
    margin-right: 2%;
  }
  .c5-form .inline-field-5:nth-child(2n + 0) {
    margin-right: 0;
  }
}
.c5-form .inline-field-6 {
  width: 49%;
  min-width: 80px;
  display: inline-block;
  clear: none;
  float: left;
  margin-right: 2%;
}
.c5-form .inline-field-6 input,
.c5-form .inline-field-6 select,
.c5-form .inline-field-6 textarea,
.c5-form .inline-field-6 label {
  width: 100%;
  min-width: 100%;
}
.c5-form .inline-field-6:nth-child(n+1) {
  margin-right: 2%;
}
.c5-form .inline-field-6:nth-child(2n + 0) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .c5-form .inline-field-6 {
    width: 49%;
    min-width: 80px;
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 2%;
  }
  .c5-form .inline-field-6 input,
  .c5-form .inline-field-6 select,
  .c5-form .inline-field-6 textarea,
  .c5-form .inline-field-6 label {
    width: 100%;
    min-width: 100%;
  }
  .c5-form .inline-field-6:nth-child(n+1) {
    margin-right: 2%;
  }
  .c5-form .inline-field-6:nth-child(2n + 0) {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .c5-form .inline-field-6 {
    width: 49%;
    min-width: 80px;
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 2%;
  }
  .c5-form .inline-field-6 input,
  .c5-form .inline-field-6 select,
  .c5-form .inline-field-6 textarea,
  .c5-form .inline-field-6 label {
    width: 100%;
    min-width: 100%;
  }
  .c5-form .inline-field-6:nth-child(n+1) {
    margin-right: 2%;
  }
  .c5-form .inline-field-6:nth-child(2n + 0) {
    margin-right: 0;
  }
}
.inline-fields .c5-field input {
  width: 100%;
  min-width: 80px;
}
.c5-err-required {
  background: #fdc7c7 !important;
}
.c5-err-format {
  background: #fdc7c7 !important;
}
.c5-err-none {
  background: #effdf2 !important;
}
a.c5-media-object {
  display: block;
}
.c5-header > *:first-child {
  margin-top: 0;
}
.c5-header > *:last-child {
  margin-bottom: 0;
}
.c5-header .heading {
  margin: 0 0 20px 0;
  font-family: 'Playfair Display', serif;
  font-size: 34.7024px;
  font-size: 3.47024rem;
}
@media (min-width: 768px) {
  .c5-header .heading {
    font-size: 37.72px;
    font-size: 3.772rem;
  }
}
@media (min-width: 1025px) {
  .c5-header .heading {
    font-size: 41px;
    font-size: 4.1rem;
  }
}
.c5-header .subheading {
  margin: 0 0 20px 0;
  font-size: 22.68px;
  font-size: 2.268rem;
}
@media (min-width: 768px) {
  .c5-header .subheading {
    font-size: 25.2px;
    font-size: 2.52rem;
  }
}
@media (min-width: 1025px) {
  .c5-header .subheading {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.c5-header .lead {
  margin: 0 0 20px 0;
  font-size: 17.01px;
  font-size: 1.701rem;
}
@media (min-width: 768px) {
  .c5-header .lead {
    font-size: 18.9px;
    font-size: 1.89rem;
  }
}
@media (min-width: 1025px) {
  .c5-header .lead {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.header-align-left .c5-header {
  text-align: left;
  padding: 0;
}
@media (min-width: 768px) {
  .header-align-left .c5-header {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .header-align-left .c5-header {
    padding: 0;
    padding-left: 0;
  }
}
.header-align-right .c5-header {
  text-align: right;
  padding: 0;
}
@media (min-width: 768px) {
  .header-align-right .c5-header {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .header-align-right .c5-header {
    padding: 0;
  }
}
.header-align-center .c5-header {
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .header-align-center .c5-header {
    padding: 12px 0 7px 5px;
  }
}
@media (min-width: 1025px) {
  .header-align-center .c5-header {
    padding: 12px 0 7px 10px;
  }
}
.article-footer {
  margin-top: 20px;
}
.article-section {
  margin-bottom: 20px;
}
.article-section:last-child {
  margin-bottom: 0;
}
.article-item {
  margin-top: 8px / 2;
  margin-bottom: 8px / 2;
}
.article-item i {
  vertical-align: top;
  display: inline-block;
  margin-right: 0.5em;
  font-style: normal;
  line-height: 1.6;
}
.article-item-content {
  vertical-align: top;
  display: inline-block;
}
.section-title {
  font-style: normal;
  font-size: 22.68px;
  font-size: 2.268rem;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 25.2px;
    font-size: 2.52rem;
  }
}
@media (min-width: 1025px) {
  .section-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.section-media.media-left {
  float: left;
  margin-right: 3;
}
.section-content {
  overflow: auto;
}
.article-media img {
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .m-media-right > .c5-lay,
  .media-right .c5-article > .c5-lay,
  .c5-article.media-right > .c5-lay {
    direction: rtl;
  }
  .m-media-right .article-content,
  .media-right .c5-article .article-content,
  .c5-article.media-right .article-content {
    direction: ltr;
  }
}
@media (min-width: 768px) {
  .m-media-center > .c5-lay,
  .media-center .c5-article > .c5-lay,
  .c5-article.media-center > .c5-lay {
    direction: ltr;
  }
}
@media (min-width: 768px) {
  .m-media-left > .c5-lay,
  .media-left .c5-article > .c5-lay,
  .c5-article.media-left > .c5-lay {
    direction: ltr;
  }
}
.m-media-align-left .article-media,
.media-align-left .c5-article .article-media,
.c5-article.media-align-left .article-media {
  text-align: left;
}
.m-media-align-right .article-media,
.media-align-right .c5-article .article-media,
.c5-article.media-align-right .article-media {
  text-align: right;
}
.m-media-align-center .article-media,
.media-align-center .c5-article .article-media,
.c5-article.media-align-center .article-media {
  text-align: center;
}
.m-content-align-left .article-content,
.content-align-left .c5-article .article-content,
.c5-article.content-align-left .article-content,
.frameset > .frame.expander .c5-article.is-expanded .article-content {
  text-align: left;
}
.m-content-align-right .article-content,
.content-align-right .c5-article .article-content,
.c5-article.content-align-right .article-content {
  text-align: right;
}
.m-content-align-center .article-content,
.content-align-center .c5-article .article-content,
.c5-article.content-align-center .article-content {
  text-align: center;
}
.content-padding .article-content {
  padding: 20px 20px;
}
.summary .content-padding .article-content,
.aside .content-padding .article-content {
  padding: 10px 10px;
}
.c5-article.full .article-header .subheading {
  display: block;
}
.c5-article.full .article-header .lead {
  display: block;
}
.c5-article.full .article-body {
  display: block;
}
.c5-article.full .article-body-summary {
  display: none;
}
.c5-article.summary h1 {
  font-size: 28.7776px;
  font-size: 2.87776rem;
}
@media (min-width: 768px) {
  .c5-article.summary h1 {
    font-size: 31.28px;
    font-size: 3.128rem;
  }
}
@media (min-width: 1025px) {
  .c5-article.summary h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.c5-article.summary h2,
.c5-article.summary .frameset > .frame.headings-smaller h1 {
  font-size: 19.4672px;
  font-size: 1.94672rem;
}
@media (min-width: 768px) {
  .c5-article.summary h2,
  .c5-article.summary .frameset > .frame.headings-smaller h1 {
    font-size: 21.16px;
    font-size: 2.116rem;
  }
}
@media (min-width: 1025px) {
  .c5-article.summary h2,
  .c5-article.summary .frameset > .frame.headings-smaller h1 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.c5-article.summary h3,
.c5-article.summary .frameset > .frame.headings-smaller h2,
.c5-article.summary .frameset > .frame.headings-smaller blockquote,
.c5-article.summary .frameset > .frame.headings-smaller blockquote > i,
.c5-article.summary .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  font-size: 16.0816px;
  font-size: 1.60816rem;
}
@media (min-width: 768px) {
  .c5-article.summary h3,
  .c5-article.summary .frameset > .frame.headings-smaller h2,
  .c5-article.summary .frameset > .frame.headings-smaller blockquote,
  .c5-article.summary .frameset > .frame.headings-smaller blockquote > i,
  .c5-article.summary .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 17.48px;
    font-size: 1.748rem;
  }
}
@media (min-width: 1025px) {
  .c5-article.summary h3,
  .c5-article.summary .frameset > .frame.headings-smaller h2,
  .c5-article.summary .frameset > .frame.headings-smaller blockquote,
  .c5-article.summary .frameset > .frame.headings-smaller blockquote > i,
  .c5-article.summary .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.c5-article.summary h4 {
  font-size: 13.5424px;
  font-size: 1.35424rem;
}
@media (min-width: 768px) {
  .c5-article.summary h4 {
    font-size: 14.72px;
    font-size: 1.472rem;
  }
}
@media (min-width: 1025px) {
  .c5-article.summary h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c5-article.summary .article-header {
  padding: 0;
}
.c5-article.summary .article-header .lead {
  display: none;
}
.c5-article.summary .article-body {
  display: none;
}
.c5-article.summary .article-body-summary {
  display: block;
}
.c5-article.aside h1 {
  font-size: 16.0816px;
  font-size: 1.60816rem;
}
@media (min-width: 768px) {
  .c5-article.aside h1 {
    font-size: 17.48px;
    font-size: 1.748rem;
  }
}
@media (min-width: 1025px) {
  .c5-article.aside h1 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.c5-article.aside h2,
.c5-article.aside .frameset > .frame.headings-smaller h1 {
  font-size: 13.5424px;
  font-size: 1.35424rem;
}
@media (min-width: 768px) {
  .c5-article.aside h2,
  .c5-article.aside .frameset > .frame.headings-smaller h1 {
    font-size: 14.72px;
    font-size: 1.472rem;
  }
}
@media (min-width: 1025px) {
  .c5-article.aside h2,
  .c5-article.aside .frameset > .frame.headings-smaller h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c5-article.aside h3,
.c5-article.aside .frameset > .frame.headings-smaller h2,
.c5-article.aside .frameset > .frame.headings-smaller blockquote,
.c5-article.aside .frameset > .frame.headings-smaller blockquote > i,
.c5-article.aside .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  font-size: 14.3888px;
  font-size: 1.43888rem;
}
@media (min-width: 768px) {
  .c5-article.aside h3,
  .c5-article.aside .frameset > .frame.headings-smaller h2,
  .c5-article.aside .frameset > .frame.headings-smaller blockquote,
  .c5-article.aside .frameset > .frame.headings-smaller blockquote > i,
  .c5-article.aside .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 15.64px;
    font-size: 1.564rem;
  }
}
@media (min-width: 1025px) {
  .c5-article.aside h3,
  .c5-article.aside .frameset > .frame.headings-smaller h2,
  .c5-article.aside .frameset > .frame.headings-smaller blockquote,
  .c5-article.aside .frameset > .frame.headings-smaller blockquote > i,
  .c5-article.aside .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.c5-article.aside h4 {
  font-size: 14.3888px;
  font-size: 1.43888rem;
}
@media (min-width: 768px) {
  .c5-article.aside h4 {
    font-size: 15.64px;
    font-size: 1.564rem;
  }
}
@media (min-width: 1025px) {
  .c5-article.aside h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.c5-article.is-target:hover {
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.c5-article.is-target:hover .article-media {
  opacity: 1;
}
.c5-article.is-target:hover .article-media {
  opacity: 1;
}
.article-hilite {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.article-hilite .article-media {
  opacity: 1;
}
.c5-files .c5-lay > li {
  list-style: none;
  padding: 0;
}
.c5-files .file-list {
  width: 100%;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
}
.c5-files .file-list > * {
  display: block;
  margin-top: 0%;
}
.c5-files .file-list > .c5-lay,
.frame.c5-files .file-list .frame-layout {
  width: 100%;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
}
.c5-files .file-list > .c5-lay > *,
.frame.c5-files .file-list .frame-layout > * {
  display: block;
  margin-top: 0%;
}
.c5-files.l-list .file-list {
  width: 100%;
  margin-top: -4px;
  padding-left: 0;
  padding-right: 0;
}
.c5-files.l-list .file-list > * {
  display: block;
  margin-top: 4px;
}
.c5-files.l-grid .file-list {
  font-size: 0;
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
}
.c5-files.l-grid .file-list > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 30.33333333%;
  margin-left: 3%;
  margin-top: 3%;
  vertical-align: top;
}
.c5-file {
  padding: 8px 20px / 2;
}
.c5-file .file-header {
  line-height: 0;
}
.c5-file .file-header > .c5-lay {
  font-size: 0;
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
}
.c5-file .file-header > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: auto;
  margin-left: 3%;
  margin-top: 3%;
}
@media (min-width: 768px) {
  .c5-file .file-header > .c5-lay {
    margin: 0;
    display: inline-table;
    table-layout: auto;
    width: 100%;
  }
  .c5-file .file-header > .c5-lay > * {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-right: 3%;
  }
  .c5-file .file-header > .c5-lay > *:last-child {
    padding-right: 0;
  }
  .c5-file .file-controls {
    text-align: right;
  }
  .c5-file .file-controls .c5-btn,
  .c5-file .file-controls .woocommerce #respond input#submit.alt,
  .c5-file .file-controls .woocommerce a.button.alt,
  .c5-file .file-controls .woocommerce button.button.alt,
  .c5-file .file-controls .woocommerce input.button.alt {
    line-height: 1;
  }
}
.c5-file .c5-toggle {
  font-size: 17.1475px;
  font-size: 1.71475rem;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .c5-file .c5-toggle {
    font-size: 18.05px;
    font-size: 1.805rem;
  }
}
@media (min-width: 1025px) {
  .c5-file .c5-toggle {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.c5-file .file-name {
  margin-right: 20px;
}
.c5-file .file-name i {
  margin-right: 20px / 2;
}
.c5-file .file-body {
  display: none;
  margin-top: 20px / 2;
}
.c5-file.f-bar {
  padding: 8px 20px / 2;
}
.c5-file.f-bar .file-header > .c5-lay {
  font-size: 0;
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
}
.c5-file.f-bar .file-header > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: auto;
  margin-left: 3%;
  margin-top: 3%;
}
@media (min-width: 768px) {
  .c5-file.f-bar .file-header > .c5-lay {
    margin: 0;
    display: inline-table;
    table-layout: auto;
    width: 100%;
  }
  .c5-file.f-bar .file-header > .c5-lay > * {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-right: 3%;
  }
  .c5-file.f-bar .file-header > .c5-lay > *:last-child {
    padding-right: 0;
  }
  .c5-file.f-bar .file-controls {
    text-align: right;
  }
  .c5-file.f-bar .file-controls .c5-btn,
  .c5-file.f-bar .file-controls .woocommerce #respond input#submit.alt,
  .c5-file.f-bar .file-controls .woocommerce a.button.alt,
  .c5-file.f-bar .file-controls .woocommerce button.button.alt,
  .c5-file.f-bar .file-controls .woocommerce input.button.alt {
    line-height: 1;
  }
}
.c5-file.f-bar .c5-toggle {
  font-size: 17.1475px;
  font-size: 1.71475rem;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .c5-file.f-bar .c5-toggle {
    font-size: 18.05px;
    font-size: 1.805rem;
  }
}
@media (min-width: 1025px) {
  .c5-file.f-bar .c5-toggle {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.c5-file.f-bar .file-name {
  margin-right: 20px;
}
.c5-file.f-bar .file-name i {
  margin-right: 20px / 2;
}
.c5-file.f-bar .file-body {
  display: none;
  margin-top: 20px / 2;
}
.c5-faqs .c5-lay > li {
  list-style: none;
  padding: 0;
}
.c5-faqs .faq-list {
  width: 100%;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
}
.c5-faqs .faq-list > * {
  display: block;
  margin-top: 0%;
}
.c5-faqs .faq-list > .c5-lay,
.frame.c5-faqs .faq-list .frame-layout {
  width: 100%;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
}
.c5-faqs .faq-list > .c5-lay > *,
.frame.c5-faqs .faq-list .frame-layout > * {
  display: block;
  margin-top: 0%;
}
.c5-faqs.l-list .faq-list {
  width: 100%;
  margin-top: -4px;
  padding-left: 0;
  padding-right: 0;
}
.c5-faqs.l-list .faq-list > * {
  display: block;
  margin-top: 4px;
}
.c5-faqs.l-grid .faq-list {
  font-size: 0;
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
}
.c5-faqs.l-grid .faq-list > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 30.33333333%;
  margin-left: 3%;
  margin-top: 3%;
  vertical-align: top;
}
.c5-faqs .faq-list {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.c5-faq .c5-faq {
  text-align: left;
}
.c5-faq .faq-header {
  text-align: left;
  line-height: 1;
}
.c5-faq .faq-body {
  text-align: left;
}
.c5-faq .faq-header.c5-toggle-flip:hover {
  cursor: pointer;
}
.c5-faq .faq-heading {
  padding: 12px 20px / 2;
  font-size: 0;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
}
.c5-faq .faq-heading > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: auto;
  margin-left: 0%;
  margin-top: 0%;
}
.c5-faq .faq-heading > * {
  vertical-align: top;
  line-height: 1.2;
}
.c5-faq .faq-heading i {
  font-size: 17.1475px;
  font-size: 1.71475rem;
  font-weight: bold;
  font-style: normal;
  font-weight: normal;
  width: 18px;
  margin-right: 8px;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
@media (min-width: 768px) {
  .c5-faq .faq-heading i {
    font-size: 18.05px;
    font-size: 1.805rem;
  }
}
@media (min-width: 1025px) {
  .c5-faq .faq-heading i {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.c5-faq .faq-heading .faq-question {
  font-size: 17.1475px;
  font-size: 1.71475rem;
  font-weight: bold;
  font-style: normal;
  width: calc(100% - 32px);
}
@media (min-width: 768px) {
  .c5-faq .faq-heading .faq-question {
    font-size: 18.05px;
    font-size: 1.805rem;
  }
}
@media (min-width: 1025px) {
  .c5-faq .faq-heading .faq-question {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.c5-faq .faq-answer > *:first-child {
  margin-top: 0;
}
.c5-faq .faq-answer > *:last-child {
  margin-bottom: 0;
}
.c5-faq .faq-body {
  padding: 0 20px / 2 12px;
  padding-left: 20px / 2 + 26px;
  display: none;
}
.c5-faq.f-bar .faq-header.c5-toggle-flip:hover {
  cursor: pointer;
}
.c5-faq.f-bar .faq-heading {
  padding: 12px 20px / 2;
  font-size: 0;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
}
.c5-faq.f-bar .faq-heading > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: auto;
  margin-left: 0%;
  margin-top: 0%;
}
.c5-faq.f-bar .faq-heading > * {
  vertical-align: top;
  line-height: 1.2;
}
.c5-faq.f-bar .faq-heading i {
  font-size: 17.1475px;
  font-size: 1.71475rem;
  font-weight: bold;
  font-style: normal;
  font-weight: normal;
  width: 18px;
  margin-right: 8px;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
@media (min-width: 768px) {
  .c5-faq.f-bar .faq-heading i {
    font-size: 18.05px;
    font-size: 1.805rem;
  }
}
@media (min-width: 1025px) {
  .c5-faq.f-bar .faq-heading i {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.c5-faq.f-bar .faq-heading .faq-question {
  font-size: 17.1475px;
  font-size: 1.71475rem;
  font-weight: bold;
  font-style: normal;
  width: calc(100% - 32px);
}
@media (min-width: 768px) {
  .c5-faq.f-bar .faq-heading .faq-question {
    font-size: 18.05px;
    font-size: 1.805rem;
  }
}
@media (min-width: 1025px) {
  .c5-faq.f-bar .faq-heading .faq-question {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.c5-faq.f-bar .faq-answer > *:first-child {
  margin-top: 0;
}
.c5-faq.f-bar .faq-answer > *:last-child {
  margin-bottom: 0;
}
.c5-faq.f-bar .faq-body {
  padding: 0 20px / 2 12px;
  padding-left: 20px / 2 + 26px;
  display: none;
}
.c5-colors .c5-lay > li {
  list-style: none;
  padding: 0;
}
.c5-colors .color-list {
  font-size: 0;
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
}
.c5-colors .color-list > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 30.33333333%;
  margin-left: 3%;
  margin-top: 3%;
  vertical-align: top;
}
.c5-colors .color-list > *:first-child {
  margin-top: 3px !important;
}
.c5-colors.l-list .color-list {
  width: 100%;
  margin-top: -4px;
  padding-left: 0;
  padding-right: 0;
}
.c5-colors.l-list .color-list > * {
  display: block;
  margin-top: 4px;
}
.c5-colors.l-grid .color-list {
  font-size: 0;
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
}
.c5-colors.l-grid .color-list > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 30.33333333%;
  margin-left: 3%;
  margin-top: 3%;
  vertical-align: top;
}
.c5-colors.l-grid .color-list > *:first-child {
  margin-top: 3px !important;
}
.c5-color {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: -1px -1px 10px rgba(100, 100, 100, 0.4);
  -moz-box-shadow: -1px -1px 10px rgba(100, 100, 100, 0.4);
  box-shadow: -1px -1px 10px rgba(100, 100, 100, 0.4);
}
.c5-color .color-header {
  padding: 8px 20px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.c5-color .color-header .color-heading {
  font-weight: normal;
  padding-top: 85px;
}
.c5-color .color-body {
  border: 1px solid rgba(100, 100, 100, 0.1);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 8px 20px;
}
.c5-color.f-bar {
  padding: 8px 20px;
}
.c5-color.f-bar .color-header > .c5-lay {
  font-size: 0;
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
}
.c5-color.f-bar .color-header > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: auto;
  margin-left: 3%;
  margin-top: 3%;
}
@media (min-width: 768px) {
  .c5-color.f-bar .color-header > .c5-lay {
    margin: 0;
    display: inline-table;
    table-layout: auto;
    width: 100%;
  }
  .c5-color.f-bar .color-header > .c5-lay > * {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-right: 3%;
  }
  .c5-color.f-bar .color-header > .c5-lay > *:last-child {
    padding-right: 0;
  }
  .c5-color.f-bar .color-controls {
    text-align: right;
  }
  .c5-color.f-bar .color-controls .c5-btn,
  .c5-color.f-bar .color-controls .woocommerce #respond input#submit.alt,
  .c5-color.f-bar .color-controls .woocommerce a.button.alt,
  .c5-color.f-bar .color-controls .woocommerce button.button.alt,
  .c5-color.f-bar .color-controls .woocommerce input.button.alt {
    line-height: 1;
  }
}
.c5-color.f-bar .c5-toggle {
  font-size: 17.1475px;
  font-size: 1.71475rem;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .c5-color.f-bar .c5-toggle {
    font-size: 18.05px;
    font-size: 1.805rem;
  }
}
@media (min-width: 1025px) {
  .c5-color.f-bar .c5-toggle {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.c5-color.f-bar .color-name {
  margin-right: 20px;
}
.c5-color.f-bar .color-name i {
  margin-right: 20px / 2;
}
.c5-color.f-bar .color-body {
  display: none;
  margin-top: 20px / 2;
}
.c5-messages .c5-lay > li {
  list-style: none;
  padding: 0;
}
.c5-messages .c5-lay-items > .c5-lay {
  width: 100%;
  margin-top: -8px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
.c5-messages .c5-lay-items > .c5-lay > * {
  display: block;
  margin-top: 8px;
}
.c5-messages.l-list .c5-lay-items > .c5-lay {
  width: 100%;
  margin-top: -8px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
.c5-messages.l-list .c5-lay-items > .c5-lay > * {
  display: block;
  margin-top: 8px;
}
.c5-messages.l-stack .c5-lay-items > .c5-lay {
  width: 100%;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
}
.c5-messages.l-stack .c5-lay-items > .c5-lay > * {
  display: block;
  margin-top: 0%;
}
.c5-messages.l-stack .c5-lay-items > .c5-lay > .c5-lay,
.frame.c5-messages.l-stack .c5-lay-items > .c5-lay .frame-layout {
  width: 100%;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
}
.c5-messages.l-stack .c5-lay-items > .c5-lay > .c5-lay > *,
.frame.c5-messages.l-stack .c5-lay-items > .c5-lay .frame-layout > * {
  display: block;
  margin-top: 0%;
}
.c5-messages.l-grid .c5-lay-items > .c5-lay {
  font-size: 0;
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
}
.c5-messages.l-grid .c5-lay-items > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 30.33333333%;
  margin-left: 3%;
  margin-top: 3%;
  vertical-align: top;
}
.c5-messages .c5-lay-items > .c5-lay {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.c5-messages .messages-items {
  visibility: hidden;
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
.c5-message {
  background: #f2f2ed;
}
.c5-message .c5-message {
  text-align: left;
}
.c5-message .message-header {
  text-align: left;
  line-height: 1;
}
.c5-message .message-body {
  text-align: left;
}
.c5-message .message-header-item > * {
  margin: 0;
  font-weight: normal;
}
.c5-message .message-header {
  font-size: 0;
  background: #f2f2ed;
  margin: 0;
}
.c5-message .message-header.c5-toggle-flip:hover {
  cursor: pointer;
}
.c5-message .message-header-items {
  display: inline-table;
  table-layout: auto;
  width: 100%;
}
.c5-message .message-header-items > * {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding-right: 0%;
}
.c5-message .message-header-items > *:last-child {
  padding-right: 0;
}
.c5-message .message-header-item {
  font-size: 0;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
  vertical-align: middle;
}
.c5-message .message-header-item > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: auto;
  margin-left: 0%;
  margin-top: 0%;
}
.c5-message .message-header-item i {
  font-weight: normal;
  width: 24px;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.c5-message .message-header-item > * {
  display: inline-block;
  width: 100%;
}
.c5-message .message-header-item.message-label-item {
  width: 124px;
  min-width: 124px;
  text-align: right;
  direction: rtl;
  padding-left: 10px;
  padding-right: 10px;
}
.c5-message .message-header-item.message-label-item > .message-label > .message-label-icon {
  text-align: center;
  margin-left: 0px;
}
.c5-message .message-header-item > .message-label {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}
.c5-message .message-header-item > .message-label > .message-label-icon {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}
.c5-message .message-header-item > .message-label > .message-label-icon:before {
  position: relative;
  top: 2px;
  display: inline-block;
}
.c5-message .message-header-item.toggle-icon-item {
  width: 8%;
  min-width: 24px;
  text-align: center;
}
.c5-message .message-header-item > .c5-toggle-icon {
  line-height: 46px;
}
.c5-message .message-header-item.message-heading-item {
  width: 100%;
  padding: 8px 10px 8px 15px;
}
.c5-message .message-header-item > .message-heading {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: bold;
}
.c5-message .message-content {
  background: #eee;
  padding: 10px;
  font-size: 17px;
  font-size: 1.7rem;
}
.c5-message .message-content > :first-child {
  margin-top: 0;
}
.c5-message .message-content > :last-child {
  margin-bottom: 0;
}
.c5-message .message-body {
  background: #f2f2ed;
  padding: 0;
  display: none;
  overflow: hidden;
}
.c5-message .message-readmore-item {
  overflow: hidden;
  line-height: 1.5;
  min-width: 160px;
  text-align: right;
}
.c5-message .message-readmore-item i {
  width: auto;
}
.c5-message .message-link {
  display: inline-block;
  max-width: 160px;
  float: right;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  float: none;
  padding: 5px 10px;
  border: 1px solid transparent;
  text-align: right;
}
.c5-message .message-link:after {
  font-size: 19px;
  font-size: 1.9rem;
  padding-right: 2px;
}
.c5-message .message-link i {
  margin-left: 0px;
}
.c5-message .message-link:hover {
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .c5-message .message-header-item > .message-label {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 46px;
  }
  .c5-message .message-header-item > .message-label > .message-label-icon {
    display: inline-block;
    line-height: 42px;
  }
  .c5-message .message-header-item > .toggle-icon-item {
    width: 24px;
  }
  .c5-message .message-content {
    background: transparent;
    margin-left: 151px;
    margin-right: 35px;
  }
}
.c5-message.f-bar {
  background: #f2f2ed;
}
.c5-message.f-bar .message-header {
  font-size: 0;
  background: #f2f2ed;
  margin: 0;
}
.c5-message.f-bar .message-header.c5-toggle-flip:hover {
  cursor: pointer;
}
.c5-message.f-bar .message-header-items {
  display: inline-table;
  table-layout: auto;
  width: 100%;
}
.c5-message.f-bar .message-header-items > * {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding-right: 0%;
}
.c5-message.f-bar .message-header-items > *:last-child {
  padding-right: 0;
}
.c5-message.f-bar .message-header-item {
  font-size: 0;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
  vertical-align: middle;
}
.c5-message.f-bar .message-header-item > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: auto;
  margin-left: 0%;
  margin-top: 0%;
}
.c5-message.f-bar .message-header-item i {
  font-weight: normal;
  width: 24px;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.c5-message.f-bar .message-header-item > * {
  display: inline-block;
  width: 100%;
}
.c5-message.f-bar .message-header-item.message-label-item {
  width: 124px;
  min-width: 124px;
  text-align: right;
  direction: rtl;
  padding-left: 10px;
  padding-right: 10px;
}
.c5-message.f-bar .message-header-item.message-label-item > .message-label > .message-label-icon {
  text-align: center;
  margin-left: 0px;
}
.c5-message.f-bar .message-header-item > .message-label {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}
.c5-message.f-bar .message-header-item > .message-label > .message-label-icon {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}
.c5-message.f-bar .message-header-item > .message-label > .message-label-icon:before {
  position: relative;
  top: 2px;
  display: inline-block;
}
.c5-message.f-bar .message-header-item.toggle-icon-item {
  width: 8%;
  min-width: 24px;
  text-align: center;
}
.c5-message.f-bar .message-header-item > .c5-toggle-icon {
  line-height: 46px;
}
.c5-message.f-bar .message-header-item.message-heading-item {
  width: 100%;
  padding: 8px 10px 8px 15px;
}
.c5-message.f-bar .message-header-item > .message-heading {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: bold;
}
.c5-message.f-bar .message-content {
  background: #eee;
  padding: 10px;
  font-size: 17px;
  font-size: 1.7rem;
}
.c5-message.f-bar .message-content > :first-child {
  margin-top: 0;
}
.c5-message.f-bar .message-content > :last-child {
  margin-bottom: 0;
}
.c5-message.f-bar .message-body {
  background: #f2f2ed;
  padding: 0;
  display: none;
  overflow: hidden;
}
.c5-message.f-bar .message-readmore-item {
  overflow: hidden;
  line-height: 1.5;
  min-width: 160px;
  text-align: right;
}
.c5-message.f-bar .message-readmore-item i {
  width: auto;
}
.c5-message.f-bar .message-link {
  display: inline-block;
  max-width: 160px;
  float: right;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  float: none;
  padding: 5px 10px;
  border: 1px solid transparent;
  text-align: right;
}
.c5-message.f-bar .message-link:after {
  font-size: 19px;
  font-size: 1.9rem;
  padding-right: 2px;
}
.c5-message.f-bar .message-link i {
  margin-left: 0px;
}
.c5-message.f-bar .message-link:hover {
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .c5-message.f-bar .message-header-item > .message-label {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 46px;
  }
  .c5-message.f-bar .message-header-item > .message-label > .message-label-icon {
    display: inline-block;
    line-height: 42px;
  }
  .c5-message.f-bar .message-header-item > .toggle-icon-item {
    width: 24px;
  }
  .c5-message.f-bar .message-content {
    background: transparent;
    margin-left: 151px;
    margin-right: 35px;
  }
}
.c5-message.message-type-New .message-label-item {
  background: #32AD3E;
  color: #fff;
}
.c5-message.message-type-New .message-icon,
.c5-message.message-type-New .c5-toggle-icon {
  color: #32AD3E !important;
}
.c5-message.message-type-New .message-heading,
.c5-message.message-type-New .message-body {
  color: #2c9937;
}
.c5-message.message-type-New .message-label-icon {
  margin: 0;
}
.c5-message.message-type-New .message-label-icon:before {
  content: "\f05d";
}
.c5-message.message-type-New .message-link {
  background: #32AD3E;
  color: #fff;
}
.c5-message.message-type-New .message-link i {
  color: #fff;
}
.c5-message.message-type-Reminder .message-label-item {
  background: #4E35A7;
  color: #fff;
}
.c5-message.message-type-Reminder .message-icon,
.c5-message.message-type-Reminder .c5-toggle-icon {
  color: #4E35A7 !important;
}
.c5-message.message-type-Reminder .message-heading,
.c5-message.message-type-Reminder .message-body {
  color: #452f94;
}
.c5-message.message-type-Reminder .message-label-icon {
  margin: 0;
}
.c5-message.message-type-Reminder .message-label-icon:before {
  content: "\f017";
}
.c5-message.message-type-Reminder .message-link {
  background: #4E35A7;
  color: #fff;
}
.c5-message.message-type-Reminder .message-link i {
  color: #fff;
}
.c5-message.message-type-Info .message-label-item {
  background: #1FABA7;
  color: #fff;
}
.c5-message.message-type-Info .message-icon,
.c5-message.message-type-Info .c5-toggle-icon {
  color: #1FABA7 !important;
}
.c5-message.message-type-Info .message-heading,
.c5-message.message-type-Info .message-body {
  color: #1b9592;
}
.c5-message.message-type-Info .message-label-icon {
  margin: 0;
}
.c5-message.message-type-Info .message-label-icon:before {
  content: "\f05a";
}
.c5-message.message-type-Info .message-link {
  background: #1FABA7;
  color: #fff;
}
.c5-message.message-type-Info .message-link i {
  color: #fff;
}
.c5-message.message-type-Notice .message-label-item {
  background: #DA6C17;
  color: #fff;
}
.c5-message.message-type-Notice .message-icon,
.c5-message.message-type-Notice .c5-toggle-icon {
  color: #DA6C17 !important;
}
.c5-message.message-type-Notice .message-heading,
.c5-message.message-type-Notice .message-body {
  color: #c36115;
}
.c5-message.message-type-Notice .message-label-icon {
  margin: 0;
}
.c5-message.message-type-Notice .message-label-icon:before {
  content: "\f08d";
}
.c5-message.message-type-Notice .message-link {
  background: #DA6C17;
  color: #fff;
}
.c5-message.message-type-Notice .message-link i {
  color: #fff;
}
.c5-message.message-type-Important .message-label-item {
  background: #E24969;
  color: #fff;
}
.c5-message.message-type-Important .message-icon,
.c5-message.message-type-Important .c5-toggle-icon {
  color: #E24969 !important;
}
.c5-message.message-type-Important .message-heading,
.c5-message.message-type-Important .message-body {
  color: #de3357;
}
.c5-message.message-type-Important .message-label-icon {
  margin: 0;
}
.c5-message.message-type-Important .message-label-icon:before {
  content: "\f06a";
}
.c5-message.message-type-Important .message-link {
  background: #E24969;
  color: #fff;
}
.c5-message.message-type-Important .message-link i {
  color: #fff;
}
.c5-message.message-type-Update .message-label-item {
  background: #DAA521;
  color: #fff;
}
.c5-message.message-type-Update .message-icon,
.c5-message.message-type-Update .c5-toggle-icon {
  color: #DAA521 !important;
}
.c5-message.message-type-Update .message-heading,
.c5-message.message-type-Update .message-body {
  color: #c4941e;
}
.c5-message.message-type-Update .message-label-icon {
  margin: 0;
}
.c5-message.message-type-Update .message-label-icon:before {
  content: "\f021";
}
.c5-message.message-type-Update .message-link {
  background: #DAA521;
  color: #fff;
}
.c5-message.message-type-Update .message-link i {
  color: #fff;
}
.c5-message.message-type-Tip .message-label-item {
  background: #6DA719;
  color: #fff;
}
.c5-message.message-type-Tip .message-icon,
.c5-message.message-type-Tip .c5-toggle-icon {
  color: #6DA719 !important;
}
.c5-message.message-type-Tip .message-heading,
.c5-message.message-type-Tip .message-body {
  color: #5f9116;
}
.c5-message.message-type-Tip .message-label-icon {
  margin: 0;
}
.c5-message.message-type-Tip .message-label-icon:before {
  content: "\f0eb";
}
.c5-message.message-type-Tip .message-link {
  background: #6DA719;
  color: #fff;
}
.c5-message.message-type-Tip .message-link i {
  color: #fff;
}
.c5-message.message-type-Event .message-label-item {
  background: #4E35A7;
  color: #fff;
}
.c5-message.message-type-Event .message-icon,
.c5-message.message-type-Event .c5-toggle-icon {
  color: #4E35A7 !important;
}
.c5-message.message-type-Event .message-heading,
.c5-message.message-type-Event .message-body {
  color: #452f94;
}
.c5-message.message-type-Event .message-label-icon {
  margin: 0;
}
.c5-message.message-type-Event .message-label-icon:before {
  content: "\f274";
}
.c5-message.message-type-Event .message-link {
  background: #4E35A7;
  color: #fff;
}
.c5-message.message-type-Event .message-link i {
  color: #fff;
}
.c5-message.message-type-News .message-label-item {
  background: #1777B5;
  color: #fff;
}
.c5-message.message-type-News .message-icon,
.c5-message.message-type-News .c5-toggle-icon {
  color: #1777B5 !important;
}
.c5-message.message-type-News .message-heading,
.c5-message.message-type-News .message-body {
  color: #14689e;
}
.c5-message.message-type-News .message-label-icon {
  margin: 0;
}
.c5-message.message-type-News .message-label-icon:before {
  content: "\f0e7";
}
.c5-message.message-type-News .message-link {
  background: #1777B5;
  color: #fff;
}
.c5-message.message-type-News .message-link i {
  color: #fff;
}
/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/
/*
==============================================
slideDown
==============================================
*/
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  65% {
    -webkit-transform: translateY(-4%);
  }
  80% {
    -webkit-transform: translateY(4%);
  }
  95% {
    -webkit-transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.c5-news {
  margin-bottom: 80px;
}
.c5-news .article-media {
  vertical-align: top !important;
}
.c5-news .article-media img {
  margin-bottom: 30px;
}
.c5-news .article-content {
  border-left: 1px solid #c2c2c2;
}
.c5-news .article-content .article-date,
.c5-news .article-content .article-text {
  vertical-align: top;
}
.c5-news .article-content .article-text {
  margin-top: 0;
}
.c5-news .article-content .article-date {
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.c5-news .article-content .article-date .month,
.c5-news .article-content .article-date .day,
.c5-news .article-content .article-date .year {
  display: block;
}
.c5-news .article-content .article-date .month {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.c5-news .article-content .article-date .day {
  font-size: 51px;
  line-height: 0.8;
}
.c5-news .article-content .article-date .year {
  font-size: 24px	;
  line-height: 1.2;
}
@media (max-width: 1025px) {
  .c5-news .article-content {
    padding-left: 20px;
  }
  .c5-news .article-content .article-date {
    text-align: left;
  }
  .c5-news .article-content .article-date .month,
  .c5-news .article-content .article-date .day,
  .c5-news .article-content .article-date .year {
    font-size: 21px;
    margin-right: 5px;
    display: inline-block;
    letter-spacing: 0;
  }
  .c5-news .article-content .article-date .day:after {
    content: ',';
  }
}
@media (max-width: 768px) {
  .c5-news .article-content {
    border-left: 0px solid #000;
  }
}
.c5-news a.c5-more-link {
  padding: 8px 1.8em 8px 0;
}
.c5-btn,
a.c5-btn,
.c5-btn-wrap a,
.gform_wrapper .gform_button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
a.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
a.woocommerce a.button.alt,
.woocommerce button.button.alt,
a.woocommerce button.button.alt,
.woocommerce input.button.alt,
a.woocommerce input.button.alt {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 0.55em 1em;
  text-transform: uppercase;
  line-height: 1.1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 2px;
  transition: all 0.2s ease-in;
}
.c5-btn:hover,
a.c5-btn:hover,
.c5-btn-wrap a:hover,
.gform_wrapper .gform_button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
a.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
a.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
a.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
a.woocommerce input.button.alt:hover {
  cursor: pointer;
}
.c5-btn.c5-tiny,
a.c5-btn.c5-tiny,
.c5-btn-wrap a.c5-tiny,
.gform_wrapper .gform_button.c5-tiny,
.woocommerce #respond input#submit.alt.c5-tiny,
a.woocommerce #respond input#submit.alt.c5-tiny,
.woocommerce a.button.alt.c5-tiny,
a.woocommerce a.button.alt.c5-tiny,
.woocommerce button.button.alt.c5-tiny,
a.woocommerce button.button.alt.c5-tiny,
.woocommerce input.button.alt.c5-tiny,
a.woocommerce input.button.alt.c5-tiny {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0.3em 0.7em;
}
.c5-btn.c5-small,
a.c5-btn.c5-small,
.c5-btn-wrap a.c5-small,
.gform_wrapper .gform_button.c5-small,
.woocommerce #respond input#submit.alt.c5-small,
a.woocommerce #respond input#submit.alt.c5-small,
.woocommerce a.button.alt.c5-small,
a.woocommerce a.button.alt.c5-small,
.woocommerce button.button.alt.c5-small,
a.woocommerce button.button.alt.c5-small,
.woocommerce input.button.alt.c5-small,
a.woocommerce input.button.alt.c5-small {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.35em 0.75em;
}
.c5-btn.c5-large,
a.c5-btn.c5-large,
.c5-btn-wrap a.c5-large,
.gform_wrapper .gform_button.c5-large,
.woocommerce #respond input#submit.alt.c5-large,
a.woocommerce #respond input#submit.alt.c5-large,
.woocommerce a.button.alt.c5-large,
a.woocommerce a.button.alt.c5-large,
.woocommerce button.button.alt.c5-large,
a.woocommerce button.button.alt.c5-large,
.woocommerce input.button.alt.c5-large,
a.woocommerce input.button.alt.c5-large {
  font-size: 20px;
  font-size: 2rem;
  padding: 0.5em 0.8em;
}
.c5-btn.c5-xlarge,
a.c5-btn.c5-xlarge,
.c5-btn-wrap a.c5-xlarge,
.gform_wrapper .gform_button.c5-xlarge,
.woocommerce #respond input#submit.alt.c5-xlarge,
a.woocommerce #respond input#submit.alt.c5-xlarge,
.woocommerce a.button.alt.c5-xlarge,
a.woocommerce a.button.alt.c5-xlarge,
.woocommerce button.button.alt.c5-xlarge,
a.woocommerce button.button.alt.c5-xlarge,
.woocommerce input.button.alt.c5-xlarge,
a.woocommerce input.button.alt.c5-xlarge,
.cart a.button.alt,
a.cart a.button.alt {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0.5em 0.8em;
}
.c5-btn.c5-control,
a.c5-btn.c5-control,
.c5-btn-wrap a.c5-control,
.gform_wrapper .gform_button.c5-control,
.woocommerce #respond input#submit.alt.c5-control,
a.woocommerce #respond input#submit.alt.c5-control,
.woocommerce a.button.alt.c5-control,
a.woocommerce a.button.alt.c5-control,
.woocommerce button.button.alt.c5-control,
a.woocommerce button.button.alt.c5-control,
.woocommerce input.button.alt.c5-control,
a.woocommerce input.button.alt.c5-control {
  padding: 0.3em 0.3em;
}
.c5-btn.c5-close,
a.c5-btn.c5-close,
.c5-btn-wrap a.c5-close,
.gform_wrapper .gform_button.c5-close,
.c5-btn.c5-sort,
a.c5-btn.c5-sort,
.c5-btn-wrap a.c5-sort,
.gform_wrapper .gform_button.c5-sort,
.woocommerce #respond input#submit.alt.c5-close,
a.woocommerce #respond input#submit.alt.c5-close,
.woocommerce #respond input#submit.alt.c5-sort,
a.woocommerce #respond input#submit.alt.c5-sort,
.woocommerce a.button.alt.c5-close,
a.woocommerce a.button.alt.c5-close,
.woocommerce a.button.alt.c5-sort,
a.woocommerce a.button.alt.c5-sort,
.woocommerce button.button.alt.c5-close,
a.woocommerce button.button.alt.c5-close,
.woocommerce button.button.alt.c5-sort,
a.woocommerce button.button.alt.c5-sort,
.woocommerce input.button.alt.c5-close,
a.woocommerce input.button.alt.c5-close,
.woocommerce input.button.alt.c5-sort,
a.woocommerce input.button.alt.c5-sort {
  line-height: 1;
  text-align: center;
}
a {
  text-decoration: none;
}
a.c5-more-link {
  text-transform: uppercase;
  position: relative;
  padding: 8px 1.8em;
  display: block;
  text-align: right;
}
a.c5-more-link:after {
  display: inline-block;
  vertical-align: middle;
  content: '\f138';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  color: inherit;
}
a.c5-more-link:after {
  margin-left: 10px;
}
.c5-article .c5-meta {
  font-size: 12.635px;
  font-size: 1.2635rem;
}
@media (min-width: 768px) {
  .c5-article .c5-meta {
    font-size: 13.3px;
    font-size: 1.33rem;
  }
}
@media (min-width: 1025px) {
  .c5-article .c5-meta {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c5-article .article-body ul,
.c5-article .article-body ol {
  padding-left: 1.5em;
}
.c5-article .article-body li {
  padding: 3px 0;
}
.c5-article .c5-label {
  font-size: 15.3425px;
  font-size: 1.53425rem;
  font-weight: bold;
  font-style: normal;
  width: 68px;
  display: inline-block;
}
@media (min-width: 768px) {
  .c5-article .c5-label {
    font-size: 16.15px;
    font-size: 1.615rem;
  }
}
@media (min-width: 1025px) {
  .c5-article .c5-label {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.c5-article .c5-name {
  font-size: 17.1475px;
  font-size: 1.71475rem;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .c5-article .c5-name {
    font-size: 18.05px;
    font-size: 1.805rem;
  }
}
@media (min-width: 1025px) {
  .c5-article .c5-name {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.c5-article .c5-media-object {
  display: inline-block;
}
.c5-article .article-content > * {
  margin-top: 20px;
  margin-bottom: 20px;
}
.c5-article .article-content > *:first-child {
  margin-top: 0;
}
.c5-article .article-content > *:last-child {
  margin-bottom: 0;
}
.c5-article .article-body > .c5-lay > *:first-child:not(.c5-article) {
  margin-top: 0;
}
.c5-article .article-body > .c5-lay > *:last-child:not(.c5-article) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .media-tenth .c5-article > .c5-lay,
  .c5-article.media-tenth > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
    margin-top: 0;
  }
  .media-tenth .c5-article > .c5-lay > *,
  .c5-article.media-tenth > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: auto;
    margin-left: 3%;
    margin-top: 3%;
  }
  .media-tenth .c5-article > .c5-lay > *,
  .c5-article.media-tenth > .c5-lay > * {
    margin-top: 0;
  }
  .media-tenth .c5-article .article-media,
  .c5-article.media-tenth .article-media,
  .media-tenth .c5-article .section-media,
  .c5-article.media-tenth .section-media {
    margin-bottom: 0;
    vertical-align: middle;
    width: 7%;
  }
  .media-tenth .c5-article .article-content,
  .c5-article.media-tenth .article-content,
  .media-tenth .c5-article .section-content,
  .c5-article.media-tenth .section-content {
    margin-bottom: 0;
    vertical-align: middle;
    width: 87%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-fifth .c5-article > .c5-lay,
  .c5-article.media-fifth > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
    margin-top: 0;
  }
  .media-fifth .c5-article > .c5-lay > *,
  .c5-article.media-fifth > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: auto;
    margin-left: 3%;
    margin-top: 3%;
  }
  .media-fifth .c5-article > .c5-lay > *,
  .c5-article.media-fifth > .c5-lay > * {
    margin-top: 0;
  }
  .media-fifth .c5-article .article-media,
  .c5-article.media-fifth .article-media,
  .media-fifth .c5-article .section-media,
  .c5-article.media-fifth .section-media {
    margin-bottom: 0;
    vertical-align: middle;
    width: 17%;
  }
  .media-fifth .c5-article .article-content,
  .c5-article.media-fifth .article-content,
  .media-fifth .c5-article .section-content,
  .c5-article.media-fifth .section-content {
    margin-bottom: 0;
    vertical-align: middle;
    width: 77%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-quarter .c5-article > .c5-lay,
  .c5-article.media-quarter > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
    margin-top: 0;
  }
  .media-quarter .c5-article > .c5-lay > *,
  .c5-article.media-quarter > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: auto;
    margin-left: 3%;
    margin-top: 3%;
  }
  .media-quarter .c5-article > .c5-lay > *,
  .c5-article.media-quarter > .c5-lay > * {
    margin-top: 0;
  }
  .media-quarter .c5-article .article-media,
  .c5-article.media-quarter .article-media,
  .media-quarter .c5-article .section-media,
  .c5-article.media-quarter .section-media {
    margin-bottom: 0;
    vertical-align: middle;
    width: 22%;
  }
  .media-quarter .c5-article .article-content,
  .c5-article.media-quarter .article-content,
  .media-quarter .c5-article .section-content,
  .c5-article.media-quarter .section-content {
    margin-bottom: 0;
    vertical-align: middle;
    width: 72%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-third .c5-article > .c5-lay,
  .c5-article.media-third > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
    margin-top: 0;
  }
  .media-third .c5-article > .c5-lay > *,
  .c5-article.media-third > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: auto;
    margin-left: 3%;
    margin-top: 3%;
  }
  .media-third .c5-article > .c5-lay > *,
  .c5-article.media-third > .c5-lay > * {
    margin-top: 0;
  }
  .media-third .c5-article .article-media,
  .c5-article.media-third .article-media,
  .media-third .c5-article .section-media,
  .c5-article.media-third .section-media {
    margin-bottom: 0;
    vertical-align: middle;
    width: 30.333%;
  }
  .media-third .c5-article .article-content,
  .c5-article.media-third .article-content,
  .media-third .c5-article .section-content,
  .c5-article.media-third .section-content {
    margin-bottom: 0;
    vertical-align: middle;
    width: 63.667%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-half .c5-article > .c5-lay,
  .c5-article.media-half > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
    margin-top: 0;
  }
  .media-half .c5-article > .c5-lay > *,
  .c5-article.media-half > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: auto;
    margin-left: 3%;
    margin-top: 3%;
  }
  .media-half .c5-article > .c5-lay > *,
  .c5-article.media-half > .c5-lay > * {
    margin-top: 0;
  }
  .media-half .c5-article .article-media,
  .c5-article.media-half .article-media,
  .media-half .c5-article .section-media,
  .c5-article.media-half .section-media {
    margin-bottom: 0;
    vertical-align: middle;
    width: 47%;
  }
  .media-half .c5-article .article-content,
  .c5-article.media-half .article-content,
  .media-half .c5-article .section-content,
  .c5-article.media-half .section-content {
    margin-bottom: 0;
    vertical-align: middle;
    width: 47%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-half.gutterless .c5-article > .c5-lay {
    font-size: 0;
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
    margin-top: 0;
  }
  .media-half.gutterless .c5-article > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: auto;
    margin-left: 0%;
    margin-top: 0%;
  }
  .media-half.gutterless .c5-article > .c5-lay > * {
    margin-top: 0;
  }
  .media-half.gutterless .c5-article .article-media,
  .media-half.gutterless .c5-article .section-media {
    margin-bottom: 0;
    vertical-align: middle;
    width: 50%;
  }
  .media-half.gutterless .c5-article .article-content,
  .media-half.gutterless .c5-article .section-content {
    margin-bottom: 0;
    vertical-align: middle;
    width: 50%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-2thirds .c5-article > .c5-lay,
  .c5-article.media-2thirds > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
    margin-top: 0;
  }
  .media-2thirds .c5-article > .c5-lay > *,
  .c5-article.media-2thirds > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: auto;
    margin-left: 3%;
    margin-top: 3%;
  }
  .media-2thirds .c5-article > .c5-lay > *,
  .c5-article.media-2thirds > .c5-lay > * {
    margin-top: 0;
  }
  .media-2thirds .c5-article .article-media,
  .c5-article.media-2thirds .article-media,
  .media-2thirds .c5-article .section-media,
  .c5-article.media-2thirds .section-media {
    margin-bottom: 0;
    vertical-align: middle;
    width: 63.666%;
  }
  .media-2thirds .c5-article .article-content,
  .c5-article.media-2thirds .article-content,
  .media-2thirds .c5-article .section-content,
  .c5-article.media-2thirds .section-content {
    margin-bottom: 0;
    vertical-align: middle;
    width: 30.334%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-3quarters .c5-article > .c5-lay,
  .c5-article.media-3quarters > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
    margin-top: 0;
  }
  .media-3quarters .c5-article > .c5-lay > *,
  .c5-article.media-3quarters > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: auto;
    margin-left: 3%;
    margin-top: 3%;
  }
  .media-3quarters .c5-article > .c5-lay > *,
  .c5-article.media-3quarters > .c5-lay > * {
    margin-top: 0;
  }
  .media-3quarters .c5-article .article-media,
  .c5-article.media-3quarters .article-media,
  .media-3quarters .c5-article .section-media,
  .c5-article.media-3quarters .section-media {
    margin-bottom: 0;
    vertical-align: middle;
    width: 72%;
  }
  .media-3quarters .c5-article .article-content,
  .c5-article.media-3quarters .article-content,
  .media-3quarters .c5-article .section-content,
  .c5-article.media-3quarters .section-content {
    margin-bottom: 0;
    vertical-align: middle;
    width: 22%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-full .c5-article > .c5-lay,
  .c5-article.media-full > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
    margin-top: 0;
  }
  .media-full .c5-article > .c5-lay > *,
  .c5-article.media-full > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: auto;
    margin-left: 3%;
    margin-top: 3%;
  }
  .media-full .c5-article > .c5-lay > *,
  .c5-article.media-full > .c5-lay > * {
    margin-top: 0;
  }
  .media-full .c5-article .article-media,
  .c5-article.media-full .article-media,
  .media-full .c5-article .section-media,
  .c5-article.media-full .section-media {
    margin-bottom: 0;
    vertical-align: middle;
    width: 97%;
  }
  .media-full .c5-article .article-content,
  .c5-article.media-full .article-content,
  .media-full .c5-article .section-content,
  .c5-article.media-full .section-content {
    margin-bottom: 0;
    vertical-align: middle;
    width: -3%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .snippet .c5-article > .c5-lay,
  .c5-article.snippet > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
    margin-top: 0;
  }
  .snippet .c5-article > .c5-lay > *,
  .c5-article.snippet > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: auto;
    margin-left: 3%;
    margin-top: 3%;
  }
  .snippet .c5-article > .c5-lay > *,
  .c5-article.snippet > .c5-lay > * {
    margin-top: 0;
  }
  .snippet .c5-article .article-media,
  .c5-article.snippet .article-media,
  .snippet .c5-article .section-media,
  .c5-article.snippet .section-media {
    margin-bottom: 0;
    vertical-align: top;
    width: 42%;
  }
  .snippet .c5-article .article-content,
  .c5-article.snippet .article-content,
  .snippet .c5-article .section-content,
  .c5-article.snippet .section-content {
    margin-bottom: 0;
    vertical-align: top;
    width: 52%;
    overflow: auto;
  }
}
.snippet .c5-article .heading,
.c5-article.snippet .heading {
  margin-top: 0;
  margin-bottom: 16px;
}
.snippet .c5-article .subheading,
.c5-article.snippet .subheading {
  font-size: 12.635px;
  font-size: 1.2635rem;
}
@media (min-width: 768px) {
  .snippet .c5-article .subheading,
  .c5-article.snippet .subheading {
    font-size: 13.3px;
    font-size: 1.33rem;
  }
}
@media (min-width: 1025px) {
  .snippet .c5-article .subheading,
  .c5-article.snippet .subheading {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .snippet .c5-article.summary > .c5-lay,
  .c5-article.snippet.summary > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
    margin-top: 0;
  }
  .snippet .c5-article.summary > .c5-lay > *,
  .c5-article.snippet.summary > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: auto;
    margin-left: 3%;
    margin-top: 3%;
  }
  .snippet .c5-article.summary > .c5-lay > *,
  .c5-article.snippet.summary > .c5-lay > * {
    margin-top: 0;
  }
  .snippet .c5-article.summary .article-media,
  .c5-article.snippet.summary .article-media,
  .snippet .c5-article.summary .section-media,
  .c5-article.snippet.summary .section-media {
    margin-bottom: 0;
    vertical-align: top;
    width: 42%;
  }
  .snippet .c5-article.summary .article-content,
  .c5-article.snippet.summary .article-content,
  .snippet .c5-article.summary .section-content,
  .c5-article.snippet.summary .section-content {
    margin-bottom: 0;
    vertical-align: top;
    width: 52%;
    overflow: auto;
  }
}
.snippet .c5-article.summary .heading,
.c5-article.snippet.summary .heading {
  margin-top: 0;
  margin-bottom: 16px;
}
.snippet .c5-article.summary .subheading,
.c5-article.snippet.summary .subheading {
  font-size: 12.635px;
  font-size: 1.2635rem;
}
@media (min-width: 768px) {
  .snippet .c5-article.summary .subheading,
  .c5-article.snippet.summary .subheading {
    font-size: 13.3px;
    font-size: 1.33rem;
  }
}
@media (min-width: 1025px) {
  .snippet .c5-article.summary .subheading,
  .c5-article.snippet.summary .subheading {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .snippet .c5-article.aside > .c5-lay,
  .c5-article.snippet.aside > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
    margin-top: 0;
  }
  .snippet .c5-article.aside > .c5-lay > *,
  .c5-article.snippet.aside > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: auto;
    margin-left: 3%;
    margin-top: 3%;
  }
  .snippet .c5-article.aside > .c5-lay > *,
  .c5-article.snippet.aside > .c5-lay > * {
    margin-top: 0;
  }
  .snippet .c5-article.aside .article-media,
  .c5-article.snippet.aside .article-media,
  .snippet .c5-article.aside .section-media,
  .c5-article.snippet.aside .section-media {
    margin-bottom: 0;
    vertical-align: top;
    width: 30%;
  }
  .snippet .c5-article.aside .article-content,
  .c5-article.snippet.aside .article-content,
  .snippet .c5-article.aside .section-content,
  .c5-article.snippet.aside .section-content {
    margin-bottom: 0;
    vertical-align: top;
    width: 64%;
    overflow: auto;
  }
}
.snippet .c5-article.aside .heading,
.c5-article.snippet.aside .heading {
  margin-top: 0;
  margin-bottom: 4px;
}
.snippet .c5-article.aside .subheading,
.c5-article.snippet.aside .subheading {
  font-size: 12.635px;
  font-size: 1.2635rem;
}
@media (min-width: 768px) {
  .snippet .c5-article.aside .subheading,
  .c5-article.snippet.aside .subheading {
    font-size: 13.3px;
    font-size: 1.33rem;
  }
}
@media (min-width: 1025px) {
  .snippet .c5-article.aside .subheading,
  .c5-article.snippet.aside .subheading {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.card .frame-layout > .c5-article,
.c5-article.card {
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.card .frame-layout > .c5-article .article-content,
.c5-article.card .article-content {
  padding: 20px 20px;
}
.summary .card .frame-layout > .c5-article .article-content,
.summary .c5-article.card .article-content,
.aside .card .frame-layout > .c5-article .article-content,
.aside .c5-article.card .article-content {
  padding: 10px 10px;
}
.card .frame-layout > .c5-article .article-media img,
.c5-article.card .article-media img {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.card .frame-layout > .c5-article .article-media,
.c5-article.card .article-media {
  overflow: hidden;
  height: auto;
}
.card .frame-layout > .c5-article .article-media img,
.c5-article.card .article-media img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: none;
}
.mediabox .frame-layout > .c5-article.summary,
.c5-article.mediabox.summary {
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.mediabox .frame-layout > .c5-article.summary > .c5-lay,
.c5-article.mediabox.summary > .c5-lay {
  height: 100%;
  display: table-cell;
}
.mediabox .frame-layout > .c5-article.summary .article-media img,
.c5-article.mediabox.summary .article-media img {
  opacity: 0;
}
.mediabox .frame-layout > .c5-article.summary .article-media:before,
.c5-article.mediabox.summary .article-media:before {
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  opacity: 0.8;
  background: url(/wp-content/themes/cogency5/images/overlay.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  content: '';
}
.mediabox .frame-layout > .c5-article.summary:hover .article-media:before,
.c5-article.mediabox.summary:hover .article-media:before {
  opacity: 1;
}
.mediabox .frame-layout > .c5-article.summary .heading,
.c5-article.mediabox.summary .heading {
  font-size: 37.0025px;
  font-size: 3.70025rem;
  color: #f0f0f2;
  position: absolute;
  margin: 0;
  width: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
}
@media (min-width: 768px) {
  .mediabox .frame-layout > .c5-article.summary .heading,
  .c5-article.mediabox.summary .heading {
    font-size: 38.95px;
    font-size: 3.895rem;
  }
}
@media (min-width: 1025px) {
  .mediabox .frame-layout > .c5-article.summary .heading,
  .c5-article.mediabox.summary .heading {
    font-size: 41px;
    font-size: 4.1rem;
  }
}
.mediabox .frame-layout > .c5-article.summary .heading > a,
.c5-article.mediabox.summary .heading > a {
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  color: #f0f0f2;
}
.mediabox .frame-layout > .c5-article.summary .subheading,
.c5-article.mediabox.summary .subheading,
.mediabox .frame-layout > .c5-article.summary .lead,
.c5-article.mediabox.summary .lead,
.mediabox .frame-layout > .c5-article.summary .post-meta,
.c5-article.mediabox.summary .post-meta,
.mediabox .frame-layout > .c5-article.summary .article-body,
.c5-article.mediabox.summary .article-body {
  display: none;
}
@media (min-width: 768px) {
  .media-align-middle .c5-article.summary .article-media,
  .c5-article.media-align-middle.summary .article-media,
  .media-align-middle .c5-article.aside .article-media,
  .c5-article.media-align-middle.aside .article-media,
  .media-align-middle .c5-article .article-media,
  .c5-article.media-align-middle .article-media,
  .media-align-middle .c5-article.summary .article-content,
  .c5-article.media-align-middle.summary .article-content,
  .media-align-middle .c5-article.aside .article-content,
  .c5-article.media-align-middle.aside .article-content,
  .media-align-middle .c5-article .article-content,
  .c5-article.media-align-middle .article-content {
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .media-align-bottom .c5-article.summary .article-media,
  .c5-article.media-align-bottom.summary .article-media,
  .media-align-bottom .c5-article.aside .article-media,
  .c5-article.media-align-bottom.aside .article-media,
  .media-align-bottom .c5-article .article-media,
  .c5-article.media-align-bottom .article-media,
  .media-align-bottom .c5-article.summary .article-content,
  .c5-article.media-align-bottom.summary .article-content,
  .media-align-bottom .c5-article.aside .article-content,
  .c5-article.media-align-bottom.aside .article-content,
  .media-align-bottom .c5-article .article-content,
  .c5-article.media-align-bottom .article-content {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .media-align-top .c5-article.summary .article-media,
  .c5-article.media-align-top.summary .article-media,
  .media-align-top .c5-article.aside .article-media,
  .c5-article.media-align-top.aside .article-media,
  .media-align-top .c5-article .article-media,
  .c5-article.media-align-top .article-media,
  .media-align-top .c5-article.summary .article-content,
  .c5-article.media-align-top.summary .article-content,
  .media-align-top .c5-article.aside .article-content,
  .c5-article.media-align-top.aside .article-content,
  .media-align-top .c5-article .article-content,
  .c5-article.media-align-top .article-content {
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .media-align-top .c5-article .article-media,
  .c5-article.media-align-top .article-media {
    margin-top: 6.15px;
  }
  .media-align-top .c5-article.summary .article-media,
  .c5-article.media-align-top.summary .article-media,
  .media-align-top .c5-article.aside .article-media,
  .c5-article.media-align-top.aside .article-media {
    margin-top: 5.1px;
  }
}
.c5-article.is-target:hover {
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.c5-article.is-target:hover .article-media {
  opacity: 1;
}
.c5-article.is-target:hover .article-media {
  opacity: 1;
}
.c5-testimonial {
  text-align: center;
}
.c5-testimonial .article-media {
  display: none;
}
.c5-testimonial .c5-name,
.c5-testimonial .c5-role {
  display: inline;
}
.c5-testimonial .c5-name {
  font-size: 17.1475px;
  font-size: 1.71475rem;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .c5-testimonial .c5-name {
    font-size: 18.05px;
    font-size: 1.805rem;
  }
}
@media (min-width: 1025px) {
  .c5-testimonial .c5-name {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.c5-testimonial .c5-role:before {
  display: inline;
  content: '/';
  margin: 0 5px;
}
.c5-testimonial .c5-meta {
  font-size: 12.635px;
  font-size: 1.2635rem;
}
@media (min-width: 768px) {
  .c5-testimonial .c5-meta {
    font-size: 13.3px;
    font-size: 1.33rem;
  }
}
@media (min-width: 1025px) {
  .c5-testimonial .c5-meta {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c5-testimonial .c5-quote {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25.27px;
  font-size: 2.527rem;
  font-style: italic;
  font-style: normal;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .c5-testimonial .c5-quote {
    font-size: 26.6px;
    font-size: 2.66rem;
  }
}
@media (min-width: 1025px) {
  .c5-testimonial .c5-quote {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.c5-testimonial .c5-quote > i {
  font-size: 22.68px;
  font-size: 2.268rem;
}
@media (min-width: 768px) {
  .c5-testimonial .c5-quote > i {
    font-size: 25.2px;
    font-size: 2.52rem;
  }
}
@media (min-width: 1025px) {
  .c5-testimonial .c5-quote > i {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.c5-testimonial .c5-quote,
.c5-testimonial .c5-quote > i {
  font-size: 20.172px;
  font-size: 2.0172rem;
}
@media (min-width: 768px) {
  .c5-testimonial .c5-quote,
  .c5-testimonial .c5-quote > i {
    font-size: 24.6px;
    font-size: 2.46rem;
  }
}
@media (min-width: 1025px) {
  .c5-testimonial .c5-quote,
  .c5-testimonial .c5-quote > i {
    font-size: 30px;
    font-size: 3rem;
  }
}
.c5-testimonial .c5-quote em,
.c5-testimonial .c5-quote strong {
  font-style: italic;
  margin-right: 5px;
}
.c5-testimonial .c5-quote i {
  vertical-align: text-top;
}
.c5-testimonial .c5-quote i.fa-quote-left {
  margin-left: -1.5em;
  margin-right: 0.5em;
}
.c5-testimonial .c5-quote i.fa-quote-right {
  margin-left: 0.5em;
}
.c5-testimonial .c5-quote i + p {
  display: inline;
}
.c5-person {
  text-align: center;
}
.c5-person blockquote {
  margin: 0;
}
.c5-person .article-section {
  margin-bottom: 20px;
}
.c5-person .article-item {
  margin-bottom: 8px;
}
.c5-person .c5-name {
  font-size: 17.01px;
  font-size: 1.701rem;
}
@media (min-width: 768px) {
  .c5-person .c5-name {
    font-size: 18.9px;
    font-size: 1.89rem;
  }
}
@media (min-width: 1025px) {
  .c5-person .c5-name {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.c5-person .xc5-role {
  font-size: 22.68px;
  font-size: 2.268rem;
}
@media (min-width: 768px) {
  .c5-person .xc5-role {
    font-size: 25.2px;
    font-size: 2.52rem;
  }
}
@media (min-width: 1025px) {
  .c5-person .xc5-role {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.c5-person .xc5-role:before {
  display: inline;
  content: '/';
  margin: 0 5px;
}
.c5-person .c5-meta {
  font-size: 12.635px;
  font-size: 1.2635rem;
}
@media (min-width: 768px) {
  .c5-person .c5-meta {
    font-size: 13.3px;
    font-size: 1.33rem;
  }
}
@media (min-width: 1025px) {
  .c5-person .c5-meta {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c5-person .c5-quote {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25.27px;
  font-size: 2.527rem;
  font-style: italic;
  font-style: normal;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .c5-person .c5-quote {
    font-size: 26.6px;
    font-size: 2.66rem;
  }
}
@media (min-width: 1025px) {
  .c5-person .c5-quote {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.c5-person .c5-quote > i {
  font-size: 22.68px;
  font-size: 2.268rem;
}
@media (min-width: 768px) {
  .c5-person .c5-quote > i {
    font-size: 25.2px;
    font-size: 2.52rem;
  }
}
@media (min-width: 1025px) {
  .c5-person .c5-quote > i {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.c5-person .c5-quote,
.c5-person .c5-quote > i {
  font-size: 20.172px;
  font-size: 2.0172rem;
}
@media (min-width: 768px) {
  .c5-person .c5-quote,
  .c5-person .c5-quote > i {
    font-size: 24.6px;
    font-size: 2.46rem;
  }
}
@media (min-width: 1025px) {
  .c5-person .c5-quote,
  .c5-person .c5-quote > i {
    font-size: 30px;
    font-size: 3rem;
  }
}
.c5-person .c5-quote em,
.c5-person .c5-quote strong {
  font-style: italic;
  margin-right: 5px;
}
.c5-person .c5-quote i {
  vertical-align: text-top;
}
.c5-person .c5-quote i.fa-quote-left {
  margin-left: -1.5em;
  margin-right: 0.5em;
}
.c5-person .c5-quote i.fa-quote-right {
  margin-left: 0.5em;
}
.c5-person .c5-quote i + p {
  display: inline;
}
.c5-calltoaction {
  text-align: center;
}
.c5-calltoaction .article-media {
  display: none;
}
.c5-calltoaction .phone-section {
  margin: 0;
}
.c5-calltoaction .c5-phone {
  width: 240px;
  margin: 0 auto;
  text-align: center;
  padding: 0.5em 1em;
  background: #67852e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 22.68px;
  font-size: 2.268rem;
}
@media (min-width: 768px) {
  .c5-calltoaction .c5-phone {
    font-size: 25.2px;
    font-size: 2.52rem;
  }
}
@media (min-width: 1025px) {
  .c5-calltoaction .c5-phone {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.c5-calltoaction .c5-phone .c5-label {
  display: block;
  width: auto;
}
.c5-calltoaction .c5-description {
  font-size: 17.01px;
  font-size: 1.701rem;
}
@media (min-width: 768px) {
  .c5-calltoaction .c5-description {
    font-size: 18.9px;
    font-size: 1.89rem;
  }
}
@media (min-width: 1025px) {
  .c5-calltoaction .c5-description {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
@media (min-width: 768px) {
  .c5-calltoaction .article-content > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
  }
  .c5-calltoaction .article-content > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 22%;
    margin-left: 3%;
    margin-top: 3%;
    vertical-align: top;
  }
  .c5-calltoaction .article-content > .c5-lay > * {
    vertical-align: bottom;
  }
  .c5-calltoaction .article-content > .c5-lay .content-section {
    text-align: left;
    width: 68%;
  }
}
.c5-place .article-media {
  display: none;
}
.c5-place .c5-label {
  font-size: 15.3425px;
  font-size: 1.53425rem;
  font-weight: bold;
  font-style: normal;
  width: 78px;
  display: inline-block;
}
@media (min-width: 768px) {
  .c5-place .c5-label {
    font-size: 16.15px;
    font-size: 1.615rem;
  }
}
@media (min-width: 1025px) {
  .c5-place .c5-label {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.c5-place .c5-name {
  font-size: 17.1475px;
  font-size: 1.71475rem;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .c5-place .c5-name {
    font-size: 18.05px;
    font-size: 1.805rem;
  }
}
@media (min-width: 1025px) {
  .c5-place .c5-name {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.c5-place .xarticle-section {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.c5-address .street-address {
  display: block;
}
.c5-address .locality:after {
  content: ',';
}
.c5-hours .c5-hours-label {
  min-width: 80px;
}
.c5-hours .c5-hours-value {
  display: inline-block;
}
.c5-select,
.c5-form select,
.frame .gform_wrapper select {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto Slab', sans-serif;
  text-transform: inherit;
  font-size: 17px;
  font-size: 1.7rem;
  height: 2em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: normal;
  transition: all 0.2s ease-in;
}
.c5-btn,
a.c5-btn,
.c5-btn-wrap a,
.gform_wrapper .gform_button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
a.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
a.woocommerce a.button.alt,
.woocommerce button.button.alt,
a.woocommerce button.button.alt,
.woocommerce input.button.alt,
a.woocommerce input.button.alt {
  color: #7fa338;
  background: transparent ;
  border: 2px solid #7fa338;
}
.c5-btn:hover,
a.c5-btn:hover,
.c5-btn-wrap a:hover,
.gform_wrapper .gform_button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
a.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
a.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
a.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
a.woocommerce input.button.alt:hover {
  color: #fff;
  background: #7fa338 ;
  border: 2px solid #fff;
}
.c5-btn[type=submit],
.c5-btn.c5-submit,
.c5-btn.c5-primary,
.woocommerce #respond input#submit.alt[type=submit],
.woocommerce #respond input#submit.alt.c5-submit,
.woocommerce #respond input#submit.alt.c5-primary,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt[type=submit],
.woocommerce a.button.alt.c5-submit,
.woocommerce a.button.alt.c5-primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt[type=submit],
.woocommerce button.button.alt.c5-submit,
.woocommerce button.button.alt.c5-primary,
.woocommerce button.button.alt,
.woocommerce input.button.alt[type=submit],
.woocommerce input.button.alt.c5-submit,
.woocommerce input.button.alt.c5-primary,
.woocommerce input.button.alt {
  color: #eeeeee;
  background: #7fa338;
  border: 2px solid #7fa338;
}
.c5-btn[type=submit]:hover,
.c5-btn.c5-submit:hover,
.c5-btn.c5-primary:hover,
.woocommerce #respond input#submit.alt[type=submit]:hover,
.woocommerce #respond input#submit.alt.c5-submit:hover,
.woocommerce #respond input#submit.alt.c5-primary:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt[type=submit]:hover,
.woocommerce a.button.alt.c5-submit:hover,
.woocommerce a.button.alt.c5-primary:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt[type=submit]:hover,
.woocommerce button.button.alt.c5-submit:hover,
.woocommerce button.button.alt.c5-primary:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt[type=submit]:hover,
.woocommerce input.button.alt.c5-submit:hover,
.woocommerce input.button.alt.c5-primary:hover,
.woocommerce input.button.alt:hover {
  color: #fff;
  background: #617d2b;
  border: 2px solid #7fa338;
}
a.c5-btn.c5-submit,
.c5-btn-wrap a.c5-submit,
a.c5-btn.c5-primary,
.c5-btn-wrap a.c5-primary,
a.woocommerce #respond input#submit.alt.c5-submit,
a.woocommerce #respond input#submit.alt.c5-primary,
a.woocommerce #respond input#submit.alt,
a.woocommerce a.button.alt.c5-submit,
a.woocommerce a.button.alt.c5-primary,
a.woocommerce a.button.alt,
a.woocommerce button.button.alt.c5-submit,
a.woocommerce button.button.alt.c5-primary,
a.woocommerce button.button.alt,
a.woocommerce input.button.alt.c5-submit,
a.woocommerce input.button.alt.c5-primary,
a.woocommerce input.button.alt {
  color: #eeeeee;
  background: #7fa338;
  border: 2px solid #7fa338;
}
a.c5-btn.c5-submit:hover,
.c5-btn-wrap a.c5-submit:hover,
a.c5-btn.c5-primary:hover,
.c5-btn-wrap a.c5-primary:hover,
a.woocommerce #respond input#submit.alt.c5-submit:hover,
a.woocommerce #respond input#submit.alt.c5-primary:hover,
a.woocommerce #respond input#submit.alt:hover,
a.woocommerce a.button.alt.c5-submit:hover,
a.woocommerce a.button.alt.c5-primary:hover,
a.woocommerce a.button.alt:hover,
a.woocommerce button.button.alt.c5-submit:hover,
a.woocommerce button.button.alt.c5-primary:hover,
a.woocommerce button.button.alt:hover,
a.woocommerce input.button.alt.c5-submit:hover,
a.woocommerce input.button.alt.c5-primary:hover,
a.woocommerce input.button.alt:hover {
  color: #fff;
  background: #617d2b;
  border: 2px solid #7fa338;
}
.gform_wrapper .gform_button[type=submit] {
  color: #eeeeee;
  background: #7fa338;
  border: 2px solid #7fa338;
}
.gform_wrapper .gform_button[type=submit]:hover {
  color: #fff;
  background: #617d2b;
  border: 2px solid #7fa338;
}
a {
  color: #7fa338;
}
a:hover {
  color: #617d2b;
}
.c5-header .heading {
  color: #333;
}
.c5-header .subheading {
  color: #333;
}
.c5-header .lead {
  color: #333;
}
.light .c5-btn,
.light a.c5-btn,
.light .c5-btn-wrap a,
.light .gform_wrapper .gform_button,
.light .woocommerce #respond input#submit.alt,
.light a.woocommerce #respond input#submit.alt,
.light .woocommerce a.button.alt,
.light a.woocommerce a.button.alt,
.light .woocommerce button.button.alt,
.light a.woocommerce button.button.alt,
.light .woocommerce input.button.alt,
.light a.woocommerce input.button.alt {
  color: #7fa338;
  background: transparent ;
  border: 2px solid #7fa338;
}
.light .c5-btn:hover,
.light a.c5-btn:hover,
.light .c5-btn-wrap a:hover,
.light .gform_wrapper .gform_button:hover,
.light .woocommerce #respond input#submit.alt:hover,
.light a.woocommerce #respond input#submit.alt:hover,
.light .woocommerce a.button.alt:hover,
.light a.woocommerce a.button.alt:hover,
.light .woocommerce button.button.alt:hover,
.light a.woocommerce button.button.alt:hover,
.light .woocommerce input.button.alt:hover,
.light a.woocommerce input.button.alt:hover {
  color: #fff;
  background: #7fa338 ;
  border: 2px solid 2px solid #fff;
}
.light .c5-btn[type=submit],
.light .c5-btn.c5-submit,
.light .c5-btn.c5-primary,
.light .woocommerce #respond input#submit.alt[type=submit],
.light .woocommerce #respond input#submit.alt.c5-submit,
.light .woocommerce #respond input#submit.alt.c5-primary,
.light .woocommerce #respond input#submit.alt,
.light .woocommerce a.button.alt[type=submit],
.light .woocommerce a.button.alt.c5-submit,
.light .woocommerce a.button.alt.c5-primary,
.light .woocommerce a.button.alt,
.light .woocommerce button.button.alt[type=submit],
.light .woocommerce button.button.alt.c5-submit,
.light .woocommerce button.button.alt.c5-primary,
.light .woocommerce button.button.alt,
.light .woocommerce input.button.alt[type=submit],
.light .woocommerce input.button.alt.c5-submit,
.light .woocommerce input.button.alt.c5-primary,
.light .woocommerce input.button.alt {
  color: #eeeeee;
  background: #7fa338;
  border: 2px solid #7fa338;
}
.light .c5-btn[type=submit]:hover,
.light .c5-btn.c5-submit:hover,
.light .c5-btn.c5-primary:hover,
.light .woocommerce #respond input#submit.alt[type=submit]:hover,
.light .woocommerce #respond input#submit.alt.c5-submit:hover,
.light .woocommerce #respond input#submit.alt.c5-primary:hover,
.light .woocommerce #respond input#submit.alt:hover,
.light .woocommerce a.button.alt[type=submit]:hover,
.light .woocommerce a.button.alt.c5-submit:hover,
.light .woocommerce a.button.alt.c5-primary:hover,
.light .woocommerce a.button.alt:hover,
.light .woocommerce button.button.alt[type=submit]:hover,
.light .woocommerce button.button.alt.c5-submit:hover,
.light .woocommerce button.button.alt.c5-primary:hover,
.light .woocommerce button.button.alt:hover,
.light .woocommerce input.button.alt[type=submit]:hover,
.light .woocommerce input.button.alt.c5-submit:hover,
.light .woocommerce input.button.alt.c5-primary:hover,
.light .woocommerce input.button.alt:hover {
  color: #fff;
  background: #617d2b;
  border: 2px solid #7fa338;
}
.light a.c5-btn.c5-submit,
.light .c5-btn-wrap a.c5-submit,
.light a.c5-btn.c5-primary,
.light .c5-btn-wrap a.c5-primary,
.light a.woocommerce #respond input#submit.alt.c5-submit,
.light a.woocommerce #respond input#submit.alt.c5-primary,
.light a.woocommerce #respond input#submit.alt,
.light a.woocommerce a.button.alt.c5-submit,
.light a.woocommerce a.button.alt.c5-primary,
.light a.woocommerce a.button.alt,
.light a.woocommerce button.button.alt.c5-submit,
.light a.woocommerce button.button.alt.c5-primary,
.light a.woocommerce button.button.alt,
.light a.woocommerce input.button.alt.c5-submit,
.light a.woocommerce input.button.alt.c5-primary,
.light a.woocommerce input.button.alt {
  color: #eeeeee;
  background: #7fa338;
  border: 2px solid #7fa338;
}
.light a.c5-btn.c5-submit:hover,
.light .c5-btn-wrap a.c5-submit:hover,
.light a.c5-btn.c5-primary:hover,
.light .c5-btn-wrap a.c5-primary:hover,
.light a.woocommerce #respond input#submit.alt.c5-submit:hover,
.light a.woocommerce #respond input#submit.alt.c5-primary:hover,
.light a.woocommerce #respond input#submit.alt:hover,
.light a.woocommerce a.button.alt.c5-submit:hover,
.light a.woocommerce a.button.alt.c5-primary:hover,
.light a.woocommerce a.button.alt:hover,
.light a.woocommerce button.button.alt.c5-submit:hover,
.light a.woocommerce button.button.alt.c5-primary:hover,
.light a.woocommerce button.button.alt:hover,
.light a.woocommerce input.button.alt.c5-submit:hover,
.light a.woocommerce input.button.alt.c5-primary:hover,
.light a.woocommerce input.button.alt:hover {
  color: #fff;
  background: #617d2b;
  border: 2px solid #7fa338;
}
.light .gform_wrapper .gform_button[type=submit] {
  color: #eeeeee;
  background: #7fa338;
  border: 2px solid #7fa338;
}
.light .gform_wrapper .gform_button[type=submit]:hover {
  color: #fff;
  background: #617d2b;
  border: 2px solid #7fa338;
}
.light a {
  color: #7fa338;
}
.light a:hover {
  color: #617d2b;
}
.light .c5-header .heading {
  color: #333;
}
.light .c5-header .subheading {
  color: #333;
}
.light .c5-header .lead {
  color: #333;
}
.medium .c5-btn,
.medium a.c5-btn,
.medium .c5-btn-wrap a,
.medium .gform_wrapper .gform_button,
.medium .woocommerce #respond input#submit.alt,
.medium a.woocommerce #respond input#submit.alt,
.medium .woocommerce a.button.alt,
.medium a.woocommerce a.button.alt,
.medium .woocommerce button.button.alt,
.medium a.woocommerce button.button.alt,
.medium .woocommerce input.button.alt,
.medium a.woocommerce input.button.alt {
  color: #f2f2ed;
  background: transparent ;
  border: 2px solid #f2f2ed;
}
.medium .c5-btn:hover,
.medium a.c5-btn:hover,
.medium .c5-btn-wrap a:hover,
.medium .gform_wrapper .gform_button:hover,
.medium .woocommerce #respond input#submit.alt:hover,
.medium a.woocommerce #respond input#submit.alt:hover,
.medium .woocommerce a.button.alt:hover,
.medium a.woocommerce a.button.alt:hover,
.medium .woocommerce button.button.alt:hover,
.medium a.woocommerce button.button.alt:hover,
.medium .woocommerce input.button.alt:hover,
.medium a.woocommerce input.button.alt:hover {
  color: #fff;
  background: #8b3b38 ;
  border: 2px solid #fff;
}
.medium .c5-btn[type=submit],
.medium .c5-btn.c5-submit,
.medium .c5-btn.c5-primary,
.medium .woocommerce #respond input#submit.alt[type=submit],
.medium .woocommerce #respond input#submit.alt.c5-submit,
.medium .woocommerce #respond input#submit.alt.c5-primary,
.medium .woocommerce #respond input#submit.alt,
.medium .woocommerce a.button.alt[type=submit],
.medium .woocommerce a.button.alt.c5-submit,
.medium .woocommerce a.button.alt.c5-primary,
.medium .woocommerce a.button.alt,
.medium .woocommerce button.button.alt[type=submit],
.medium .woocommerce button.button.alt.c5-submit,
.medium .woocommerce button.button.alt.c5-primary,
.medium .woocommerce button.button.alt,
.medium .woocommerce input.button.alt[type=submit],
.medium .woocommerce input.button.alt.c5-submit,
.medium .woocommerce input.button.alt.c5-primary,
.medium .woocommerce input.button.alt {
  color: #f2f2ed;
  background: transparent;
  border: 2px solid #f2f2ed;
}
.medium .c5-btn[type=submit]:hover,
.medium .c5-btn.c5-submit:hover,
.medium .c5-btn.c5-primary:hover,
.medium .woocommerce #respond input#submit.alt[type=submit]:hover,
.medium .woocommerce #respond input#submit.alt.c5-submit:hover,
.medium .woocommerce #respond input#submit.alt.c5-primary:hover,
.medium .woocommerce #respond input#submit.alt:hover,
.medium .woocommerce a.button.alt[type=submit]:hover,
.medium .woocommerce a.button.alt.c5-submit:hover,
.medium .woocommerce a.button.alt.c5-primary:hover,
.medium .woocommerce a.button.alt:hover,
.medium .woocommerce button.button.alt[type=submit]:hover,
.medium .woocommerce button.button.alt.c5-submit:hover,
.medium .woocommerce button.button.alt.c5-primary:hover,
.medium .woocommerce button.button.alt:hover,
.medium .woocommerce input.button.alt[type=submit]:hover,
.medium .woocommerce input.button.alt.c5-submit:hover,
.medium .woocommerce input.button.alt.c5-primary:hover,
.medium .woocommerce input.button.alt:hover {
  color: #fff;
  background: #8b3b38 ;
  border: 2px solid #fff;
}
.medium a.c5-btn.c5-submit,
.medium .c5-btn-wrap a.c5-submit,
.medium a.c5-btn.c5-primary,
.medium .c5-btn-wrap a.c5-primary,
.medium a.woocommerce #respond input#submit.alt.c5-submit,
.medium a.woocommerce #respond input#submit.alt.c5-primary,
.medium a.woocommerce #respond input#submit.alt,
.medium a.woocommerce a.button.alt.c5-submit,
.medium a.woocommerce a.button.alt.c5-primary,
.medium a.woocommerce a.button.alt,
.medium a.woocommerce button.button.alt.c5-submit,
.medium a.woocommerce button.button.alt.c5-primary,
.medium a.woocommerce button.button.alt,
.medium a.woocommerce input.button.alt.c5-submit,
.medium a.woocommerce input.button.alt.c5-primary,
.medium a.woocommerce input.button.alt {
  color: #f2f2ed;
  background: transparent;
  border: 2px solid #f2f2ed;
}
.medium a.c5-btn.c5-submit:hover,
.medium .c5-btn-wrap a.c5-submit:hover,
.medium a.c5-btn.c5-primary:hover,
.medium .c5-btn-wrap a.c5-primary:hover,
.medium a.woocommerce #respond input#submit.alt.c5-submit:hover,
.medium a.woocommerce #respond input#submit.alt.c5-primary:hover,
.medium a.woocommerce #respond input#submit.alt:hover,
.medium a.woocommerce a.button.alt.c5-submit:hover,
.medium a.woocommerce a.button.alt.c5-primary:hover,
.medium a.woocommerce a.button.alt:hover,
.medium a.woocommerce button.button.alt.c5-submit:hover,
.medium a.woocommerce button.button.alt.c5-primary:hover,
.medium a.woocommerce button.button.alt:hover,
.medium a.woocommerce input.button.alt.c5-submit:hover,
.medium a.woocommerce input.button.alt.c5-primary:hover,
.medium a.woocommerce input.button.alt:hover {
  color: #fff;
  background: #8b3b38 ;
  border: 2px solid #fff;
}
.medium .gform_wrapper .gform_button[type=submit] {
  color: #f2f2ed;
  background: transparent;
  border: 2px solid #f2f2ed;
}
.medium .gform_wrapper .gform_button[type=submit]:hover {
  color: #fff;
  background: #8b3b38 ;
  border: 2px solid #fff;
}
.medium a {
  color: #b0cf72;
}
.medium a:hover {
  color: #9ac24c;
}
.medium .c5-header .heading {
  color: #f0f0f2;
}
.medium .c5-header .subheading {
  color: #f0f0f2;
}
.medium .c5-header .lead {
  color: #fff;
}
.dark .c5-btn,
.dark a.c5-btn,
.dark .c5-btn-wrap a,
.dark .gform_wrapper .gform_button,
.dark .woocommerce #respond input#submit.alt,
.dark a.woocommerce #respond input#submit.alt,
.dark .woocommerce a.button.alt,
.dark a.woocommerce a.button.alt,
.dark .woocommerce button.button.alt,
.dark a.woocommerce button.button.alt,
.dark .woocommerce input.button.alt,
.dark a.woocommerce input.button.alt {
  color: #f2f2ed;
  background: #82a739 ;
  border: 2px solid #f2f2ed;
}
.dark .c5-btn:hover,
.dark a.c5-btn:hover,
.dark .c5-btn-wrap a:hover,
.dark .gform_wrapper .gform_button:hover,
.dark .woocommerce #respond input#submit.alt:hover,
.dark a.woocommerce #respond input#submit.alt:hover,
.dark .woocommerce a.button.alt:hover,
.dark a.woocommerce a.button.alt:hover,
.dark .woocommerce button.button.alt:hover,
.dark a.woocommerce button.button.alt:hover,
.dark .woocommerce input.button.alt:hover,
.dark a.woocommerce input.button.alt:hover {
  color: #fff;
  background: #709031 ;
  border: 2px solid #fff;
}
.dark .c5-btn[type=submit],
.dark .c5-btn.c5-submit,
.dark .c5-btn.c5-primary,
.dark .woocommerce #respond input#submit.alt[type=submit],
.dark .woocommerce #respond input#submit.alt.c5-submit,
.dark .woocommerce #respond input#submit.alt.c5-primary,
.dark .woocommerce #respond input#submit.alt,
.dark .woocommerce a.button.alt[type=submit],
.dark .woocommerce a.button.alt.c5-submit,
.dark .woocommerce a.button.alt.c5-primary,
.dark .woocommerce a.button.alt,
.dark .woocommerce button.button.alt[type=submit],
.dark .woocommerce button.button.alt.c5-submit,
.dark .woocommerce button.button.alt.c5-primary,
.dark .woocommerce button.button.alt,
.dark .woocommerce input.button.alt[type=submit],
.dark .woocommerce input.button.alt.c5-submit,
.dark .woocommerce input.button.alt.c5-primary,
.dark .woocommerce input.button.alt {
  color: #f2f2ed;
  background: #739433;
  border: 2px solid #f2f2ed;
}
.dark .c5-btn[type=submit]:hover,
.dark .c5-btn.c5-submit:hover,
.dark .c5-btn.c5-primary:hover,
.dark .woocommerce #respond input#submit.alt[type=submit]:hover,
.dark .woocommerce #respond input#submit.alt.c5-submit:hover,
.dark .woocommerce #respond input#submit.alt.c5-primary:hover,
.dark .woocommerce #respond input#submit.alt:hover,
.dark .woocommerce a.button.alt[type=submit]:hover,
.dark .woocommerce a.button.alt.c5-submit:hover,
.dark .woocommerce a.button.alt.c5-primary:hover,
.dark .woocommerce a.button.alt:hover,
.dark .woocommerce button.button.alt[type=submit]:hover,
.dark .woocommerce button.button.alt.c5-submit:hover,
.dark .woocommerce button.button.alt.c5-primary:hover,
.dark .woocommerce button.button.alt:hover,
.dark .woocommerce input.button.alt[type=submit]:hover,
.dark .woocommerce input.button.alt.c5-submit:hover,
.dark .woocommerce input.button.alt.c5-primary:hover,
.dark .woocommerce input.button.alt:hover {
  color: #fff;
  background: #709031 ;
  border: 2px solid #fff;
}
.dark a.c5-btn.c5-submit,
.dark .c5-btn-wrap a.c5-submit,
.dark a.c5-btn.c5-primary,
.dark .c5-btn-wrap a.c5-primary,
.dark a.woocommerce #respond input#submit.alt.c5-submit,
.dark a.woocommerce #respond input#submit.alt.c5-primary,
.dark a.woocommerce #respond input#submit.alt,
.dark a.woocommerce a.button.alt.c5-submit,
.dark a.woocommerce a.button.alt.c5-primary,
.dark a.woocommerce a.button.alt,
.dark a.woocommerce button.button.alt.c5-submit,
.dark a.woocommerce button.button.alt.c5-primary,
.dark a.woocommerce button.button.alt,
.dark a.woocommerce input.button.alt.c5-submit,
.dark a.woocommerce input.button.alt.c5-primary,
.dark a.woocommerce input.button.alt {
  color: #f2f2ed;
  background: #739433;
  border: 2px solid #f2f2ed;
}
.dark a.c5-btn.c5-submit:hover,
.dark .c5-btn-wrap a.c5-submit:hover,
.dark a.c5-btn.c5-primary:hover,
.dark .c5-btn-wrap a.c5-primary:hover,
.dark a.woocommerce #respond input#submit.alt.c5-submit:hover,
.dark a.woocommerce #respond input#submit.alt.c5-primary:hover,
.dark a.woocommerce #respond input#submit.alt:hover,
.dark a.woocommerce a.button.alt.c5-submit:hover,
.dark a.woocommerce a.button.alt.c5-primary:hover,
.dark a.woocommerce a.button.alt:hover,
.dark a.woocommerce button.button.alt.c5-submit:hover,
.dark a.woocommerce button.button.alt.c5-primary:hover,
.dark a.woocommerce button.button.alt:hover,
.dark a.woocommerce input.button.alt.c5-submit:hover,
.dark a.woocommerce input.button.alt.c5-primary:hover,
.dark a.woocommerce input.button.alt:hover {
  color: #fff;
  background: #709031 ;
  border: 2px solid #fff;
}
.dark .gform_wrapper .gform_button[type=submit] {
  color: #f2f2ed;
  background: #739433;
  border: 2px solid #f2f2ed;
}
.dark .gform_wrapper .gform_button[type=submit]:hover {
  color: #fff;
  background: #709031 ;
  border: 2px solid #fff;
}
.dark a {
  color: #b0cf72;
}
.dark a:hover {
  color: #9ac24c;
}
.dark .c5-header .heading {
  color: #f0f0f2;
}
.dark .c5-header .subheading {
  color: #f0f0f2;
}
.dark .c5-header .lead {
  color: #fff;
}
.gray .c5-btn,
.gray a.c5-btn,
.gray .c5-btn-wrap a,
.gray .gform_wrapper .gform_button,
.gray .woocommerce #respond input#submit.alt,
.gray a.woocommerce #respond input#submit.alt,
.gray .woocommerce a.button.alt,
.gray a.woocommerce a.button.alt,
.gray .woocommerce button.button.alt,
.gray a.woocommerce button.button.alt,
.gray .woocommerce input.button.alt,
.gray a.woocommerce input.button.alt {
  color: #f2f2ed;
  background: transparent ;
  border: 2px solid #f2f2ed;
}
.gray .c5-btn:hover,
.gray a.c5-btn:hover,
.gray .c5-btn-wrap a:hover,
.gray .gform_wrapper .gform_button:hover,
.gray .woocommerce #respond input#submit.alt:hover,
.gray a.woocommerce #respond input#submit.alt:hover,
.gray .woocommerce a.button.alt:hover,
.gray a.woocommerce a.button.alt:hover,
.gray .woocommerce button.button.alt:hover,
.gray a.woocommerce button.button.alt:hover,
.gray .woocommerce input.button.alt:hover,
.gray a.woocommerce input.button.alt:hover {
  color: #fff;
  background: #7fa338 ;
  border: 2px solid #fff;
}
.gray .c5-btn[type=submit],
.gray .c5-btn.c5-submit,
.gray .c5-btn.c5-primary,
.gray .woocommerce #respond input#submit.alt[type=submit],
.gray .woocommerce #respond input#submit.alt.c5-submit,
.gray .woocommerce #respond input#submit.alt.c5-primary,
.gray .woocommerce #respond input#submit.alt,
.gray .woocommerce a.button.alt[type=submit],
.gray .woocommerce a.button.alt.c5-submit,
.gray .woocommerce a.button.alt.c5-primary,
.gray .woocommerce a.button.alt,
.gray .woocommerce button.button.alt[type=submit],
.gray .woocommerce button.button.alt.c5-submit,
.gray .woocommerce button.button.alt.c5-primary,
.gray .woocommerce button.button.alt,
.gray .woocommerce input.button.alt[type=submit],
.gray .woocommerce input.button.alt.c5-submit,
.gray .woocommerce input.button.alt.c5-primary,
.gray .woocommerce input.button.alt {
  color: #eeeeee;
  background: #7fa338;
  border: 2px solid #7fa338;
}
.gray .c5-btn[type=submit]:hover,
.gray .c5-btn.c5-submit:hover,
.gray .c5-btn.c5-primary:hover,
.gray .woocommerce #respond input#submit.alt[type=submit]:hover,
.gray .woocommerce #respond input#submit.alt.c5-submit:hover,
.gray .woocommerce #respond input#submit.alt.c5-primary:hover,
.gray .woocommerce #respond input#submit.alt:hover,
.gray .woocommerce a.button.alt[type=submit]:hover,
.gray .woocommerce a.button.alt.c5-submit:hover,
.gray .woocommerce a.button.alt.c5-primary:hover,
.gray .woocommerce a.button.alt:hover,
.gray .woocommerce button.button.alt[type=submit]:hover,
.gray .woocommerce button.button.alt.c5-submit:hover,
.gray .woocommerce button.button.alt.c5-primary:hover,
.gray .woocommerce button.button.alt:hover,
.gray .woocommerce input.button.alt[type=submit]:hover,
.gray .woocommerce input.button.alt.c5-submit:hover,
.gray .woocommerce input.button.alt.c5-primary:hover,
.gray .woocommerce input.button.alt:hover {
  color: #fff;
  background: #617d2b;
  border: 2px solid #7fa338;
}
.gray a.c5-btn.c5-submit,
.gray .c5-btn-wrap a.c5-submit,
.gray a.c5-btn.c5-primary,
.gray .c5-btn-wrap a.c5-primary,
.gray a.woocommerce #respond input#submit.alt.c5-submit,
.gray a.woocommerce #respond input#submit.alt.c5-primary,
.gray a.woocommerce #respond input#submit.alt,
.gray a.woocommerce a.button.alt.c5-submit,
.gray a.woocommerce a.button.alt.c5-primary,
.gray a.woocommerce a.button.alt,
.gray a.woocommerce button.button.alt.c5-submit,
.gray a.woocommerce button.button.alt.c5-primary,
.gray a.woocommerce button.button.alt,
.gray a.woocommerce input.button.alt.c5-submit,
.gray a.woocommerce input.button.alt.c5-primary,
.gray a.woocommerce input.button.alt {
  color: #eeeeee;
  background: #7fa338;
  border: 2px solid #7fa338;
}
.gray a.c5-btn.c5-submit:hover,
.gray .c5-btn-wrap a.c5-submit:hover,
.gray a.c5-btn.c5-primary:hover,
.gray .c5-btn-wrap a.c5-primary:hover,
.gray a.woocommerce #respond input#submit.alt.c5-submit:hover,
.gray a.woocommerce #respond input#submit.alt.c5-primary:hover,
.gray a.woocommerce #respond input#submit.alt:hover,
.gray a.woocommerce a.button.alt.c5-submit:hover,
.gray a.woocommerce a.button.alt.c5-primary:hover,
.gray a.woocommerce a.button.alt:hover,
.gray a.woocommerce button.button.alt.c5-submit:hover,
.gray a.woocommerce button.button.alt.c5-primary:hover,
.gray a.woocommerce button.button.alt:hover,
.gray a.woocommerce input.button.alt.c5-submit:hover,
.gray a.woocommerce input.button.alt.c5-primary:hover,
.gray a.woocommerce input.button.alt:hover {
  color: #fff;
  background: #617d2b;
  border: 2px solid #7fa338;
}
.gray .gform_wrapper .gform_button[type=submit] {
  color: #eeeeee;
  background: #7fa338;
  border: 2px solid #7fa338;
}
.gray .gform_wrapper .gform_button[type=submit]:hover {
  color: #fff;
  background: #617d2b;
  border: 2px solid #7fa338;
}
.gray a {
  color: #b0cf72;
}
.gray a:hover {
  color: #9ac24c;
}
.gray .c5-header .heading {
  color: #f0f0f2;
}
.gray .c5-header .subheading {
  color: #f0f0f2;
}
.gray .c5-header .lead {
  color: #fff;
}
.stack > .c5-lay,
.frame.stack .frame-layout {
  width: 100%;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
}
.stack > .c5-lay > *,
.frame.stack .frame-layout > * {
  display: block;
  margin-top: 0%;
}
.list > .c5-lay,
.frame.list .frame-layout {
  width: 100%;
  margin-top: -3%;
  padding-left: 0;
  padding-right: 0;
}
.list > .c5-lay > *,
.frame.list .frame-layout > * {
  display: block;
  margin-top: 3%;
}
.grid6 > .c5-lay,
.sextet > .c5-lay,
.frame.grid6 .frame-layout,
.frame.sextet .frame-layout {
  font-size: 0;
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
}
.grid6 > .c5-lay > *,
.sextet > .c5-lay > *,
.frame.grid6 .frame-layout > *,
.frame.sextet .frame-layout > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 47%;
  margin-left: 3%;
  margin-top: 3%;
  vertical-align: top;
}
.grid5 > .c5-lay,
.quintet > .c5-lay,
.grid5 > .frame-view > .frame-body > .c5-lay,
.quintet > .frame-view > .frame-body > .c5-lay {
  font-size: 0;
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
}
.grid5 > .c5-lay > *,
.quintet > .c5-lay > *,
.grid5 > .frame-view > .frame-body > .c5-lay > *,
.quintet > .frame-view > .frame-body > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 47%;
  margin-left: 3%;
  margin-top: 3%;
  vertical-align: top;
}
.grid4 > .c5-lay,
.quartet > .c5-lay,
.grid4 > .frame-view > .frame-body > .c5-lay,
.quartet > .frame-view > .frame-body > .c5-lay {
  font-size: 0;
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
}
.grid4 > .c5-lay > *,
.quartet > .c5-lay > *,
.grid4 > .frame-view > .frame-body > .c5-lay > *,
.quartet > .frame-view > .frame-body > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 47%;
  margin-left: 3%;
  margin-top: 3%;
  vertical-align: top;
}
.grid3 > .c5-lay,
.trio > .c5-lay,
.grid3 > .frame-view > .frame-body > .c5-lay,
.trio > .frame-view > .frame-body > .c5-lay,
.friends-benefits .article-body > .c5-lay,
.friends-benefits .article-body > .frame-view > .frame-body > .c5-lay {
  font-size: 0;
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
}
.grid3 > .c5-lay > *,
.trio > .c5-lay > *,
.grid3 > .frame-view > .frame-body > .c5-lay > *,
.trio > .frame-view > .frame-body > .c5-lay > *,
.friends-benefits .article-body > .c5-lay > *,
.friends-benefits .article-body > .frame-view > .frame-body > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 97%;
  margin-left: 3%;
  margin-top: 3%;
  vertical-align: top;
}
.grid2 > .c5-lay,
.duet > .c5-lay,
.grid2 > .frame-view > .frame-body > .c5-lay,
.duet > .frame-view > .frame-body > .c5-lay {
  font-size: 0;
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
}
.grid2 > .c5-lay > *,
.duet > .c5-lay > *,
.grid2 > .frame-view > .frame-body > .c5-lay > *,
.duet > .frame-view > .frame-body > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 97%;
  margin-left: 3%;
  margin-top: 3%;
  vertical-align: top;
}
.grid1 > .c5-lay,
.solo > .c5-lay,
.grid1 > .frame-view > .frame-body > .c5-lay,
.solo > .frame-view > .frame-body > .c5-lay {
  font-size: 0;
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
}
.grid1 > .c5-lay > *,
.solo > .c5-lay > *,
.grid1 > .frame-view > .frame-body > .c5-lay > *,
.solo > .frame-view > .frame-body > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 97%;
  margin-left: 3%;
  margin-top: 3%;
  vertical-align: top;
}
.box6 > .c5-lay,
.box5 > .c5-lay,
.box4 > .c5-lay,
.box6 > .frame-view > .frame-body > .c5-lay,
.box5 > .frame-view > .frame-body > .c5-lay,
.box4 > .frame-view > .frame-body > .c5-lay {
  font-size: 0;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
}
.box6 > .c5-lay > *,
.box5 > .c5-lay > *,
.box4 > .c5-lay > *,
.box6 > .frame-view > .frame-body > .c5-lay > *,
.box5 > .frame-view > .frame-body > .c5-lay > *,
.box4 > .frame-view > .frame-body > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 50%;
  margin-left: 0%;
  margin-top: 0%;
  vertical-align: top;
}
.box3 > .c5-lay,
.box2 > .c5-lay,
.box1 > .c5-lay,
.box3 > .frame-view > .frame-body > .c5-lay,
.box2 > .frame-view > .frame-body > .c5-lay,
.box1 > .frame-view > .frame-body > .c5-lay {
  text-align: center;
  font-size: 0;
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.box3 > .c5-lay > *,
.box2 > .c5-lay > *,
.box1 > .c5-lay > *,
.box3 > .frame-view > .frame-body > .c5-lay > *,
.box2 > .frame-view > .frame-body > .c5-lay > *,
.box1 > .frame-view > .frame-body > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 97%;
  margin-left: 3%;
  margin-top: 3%;
  vertical-align: top;
}
.half,
.quarter,
.three-quarters,
.third,
.two-thirds {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.the-content-aside > .c5-lay {
  font-size: 0;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
}
.the-content-aside > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
  vertical-align: top;
}
.the-content > .c5-lay {
  font-size: 0;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
}
.the-content > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
  vertical-align: top;
}
@media (min-width: 768px) {
  .grid6 > .c5-lay,
  .sextet > .c5-lay,
  .frame.grid6 .frame-layout,
  .frame.sextet .frame-layout {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
  }
  .grid6 > .c5-lay > *,
  .sextet > .c5-lay > *,
  .frame.grid6 .frame-layout > *,
  .frame.sextet .frame-layout > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 30.33333333%;
    margin-left: 3%;
    margin-top: 3%;
    vertical-align: top;
  }
  .grid5 > .c5-lay,
  .quintet > .c5-lay,
  .grid5 > .frame-view > .frame-body > .c5-lay,
  .quintet > .frame-view > .frame-body > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
  }
  .grid5 > .c5-lay > *,
  .quintet > .c5-lay > *,
  .grid5 > .frame-view > .frame-body > .c5-lay > *,
  .quintet > .frame-view > .frame-body > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 17%;
    margin-left: 3%;
    margin-top: 3%;
    vertical-align: top;
  }
  .grid4 > .c5-lay,
  .quartet > .c5-lay,
  .grid4 > .frame-view > .frame-body > .c5-lay,
  .quartet > .frame-view > .frame-body > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
  }
  .grid4 > .c5-lay > *,
  .quartet > .c5-lay > *,
  .grid4 > .frame-view > .frame-body > .c5-lay > *,
  .quartet > .frame-view > .frame-body > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 47%;
    margin-left: 3%;
    margin-top: 3%;
    vertical-align: top;
  }
  .grid3 > .c5-lay,
  .trio > .c5-lay,
  .grid3 > .frame-view > .frame-body > .c5-lay,
  .trio > .frame-view > .frame-body > .c5-lay,
  .friends-benefits .article-body > .c5-lay,
  .friends-benefits .article-body > .frame-view > .frame-body > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
  }
  .grid3 > .c5-lay > *,
  .trio > .c5-lay > *,
  .grid3 > .frame-view > .frame-body > .c5-lay > *,
  .trio > .frame-view > .frame-body > .c5-lay > *,
  .friends-benefits .article-body > .c5-lay > *,
  .friends-benefits .article-body > .frame-view > .frame-body > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 30.33333333%;
    margin-left: 3%;
    margin-top: 3%;
    vertical-align: top;
  }
  .grid2 > .c5-lay,
  .duet > .c5-lay,
  .grid2 > .frame-view > .frame-body > .c5-lay,
  .duet > .frame-view > .frame-body > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
  }
  .grid2 > .c5-lay > *,
  .duet > .c5-lay > *,
  .grid2 > .frame-view > .frame-body > .c5-lay > *,
  .duet > .frame-view > .frame-body > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 47%;
    margin-left: 3%;
    margin-top: 3%;
    vertical-align: top;
  }
  .grid1 > .c5-lay,
  .solo > .c5-lay,
  .grid1 > .frame-view > .frame-body > .c5-lay,
  .solo > .frame-view > .frame-body > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
  }
  .grid1 > .c5-lay > *,
  .solo > .c5-lay > *,
  .grid1 > .frame-view > .frame-body > .c5-lay > *,
  .solo > .frame-view > .frame-body > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 97%;
    margin-left: 3%;
    margin-top: 3%;
    vertical-align: top;
  }
  .box6 > .c5-lay,
  .box6 > .frame-view > .frame-body > .c5-lay {
    font-size: 0;
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
  .box6 > .c5-lay > *,
  .box6 > .frame-view > .frame-body > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 33.33333333%;
    margin-left: 0%;
    margin-top: 0%;
    vertical-align: top;
  }
  .box5 > .c5-lay,
  .box5 > .frame-view > .frame-body > .c5-lay {
    font-size: 0;
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
  .box5 > .c5-lay > *,
  .box5 > .frame-view > .frame-body > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 20%;
    margin-left: 0%;
    margin-top: 0%;
    vertical-align: top;
  }
  .box4 > .c5-lay,
  .box4 > .frame-view > .frame-body > .c5-lay {
    font-size: 0;
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
  .box4 > .c5-lay > *,
  .box4 > .frame-view > .frame-body > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 25%;
    margin-left: 0%;
    margin-top: 0%;
    vertical-align: top;
  }
  .box3 > .c5-lay,
  .box3 > .frame-view > .frame-body > .c5-lay {
    font-size: 0;
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
  .box3 > .c5-lay > *,
  .box3 > .frame-view > .frame-body > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 33.33333333%;
    margin-left: 0%;
    margin-top: 0%;
    vertical-align: top;
  }
  .box2 > .c5-lay,
  .box2 > .frame-view > .frame-body > .c5-lay {
    font-size: 0;
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
    max-width: none;
  }
  .box2 > .c5-lay > *,
  .box2 > .frame-view > .frame-body > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 50%;
    margin-left: 0%;
    margin-top: 0%;
    vertical-align: top;
  }
  .table3 > .c5-lay,
  .table3 > .frame-view > .frame-body > .c5-lay {
    display: inline-table;
    table-layout: default;
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
    padding: 0;
  }
  .table3 > .c5-lay > *,
  .table3 > .frame-view > .frame-body > .c5-lay > * {
    display: table-cell;
    width: 33.33333333%;
    margin-left: 0%;
    margin-top: 0%;
    padding: 0px;
    vertical-align: top;
  }
  .half,
  .quarter,
  .three-quarters,
  .third,
  .two-thirds {
    display: inline-block;
    margin-right: 0;
  }
  .half.last,
  .quarter.last,
  .three-quarters.last,
  .third.last,
  .two-thirds.last {
    margin-right: 0;
  }
  .half {
    width: 47%;
  }
  .half.last {
    width: 50%;
  }
  .quarter {
    width: 25%;
  }
  .quarter.last {
    width: 25%;
  }
  .three-quarters {
    width: 75%;
  }
  .three-quarters.last {
    width: 75%;
  }
  .third {
    width: 30.33333333%;
  }
  .third.last {
    width: 33.33333333%;
  }
  .two-thirds {
    width: 63.66666667%;
  }
  .two-thirds.last {
    width: 66.66666667%;
  }
  .the-content > .c5-lay .half,
  .the-content-aside > .c5-lay .half {
    width: 47%;
  }
  .the-content > .c5-lay .quarter,
  .the-content-aside > .c5-lay .quarter {
    width: 47%;
  }
  .the-content > .c5-lay .three-quarters,
  .the-content-aside > .c5-lay .three-quarters {
    width: 72%;
  }
  .the-content > .c5-lay .third,
  .the-content-aside > .c5-lay .third {
    width: 30.33333333%;
  }
  .the-content > .c5-lay .two-thirds,
  .the-content-aside > .c5-lay .two-thirds {
    width: 63.66666667%;
  }
}
@media (min-width: 1025px) {
  .grid6 > .c5-lay,
  .sextet > .c5-lay,
  .frame.grid6 .frame-layout,
  .frame.sextet .frame-layout {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
  }
  .grid6 > .c5-lay > *,
  .sextet > .c5-lay > *,
  .frame.grid6 .frame-layout > *,
  .frame.sextet .frame-layout > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 13.66666667%;
    margin-left: 3%;
    margin-top: 3%;
    vertical-align: top;
  }
  .grid5 > .c5-lay,
  .quintet > .c5-lay,
  .grid5 > .frame-view > .frame-body > .c5-lay,
  .quintet > .frame-view > .frame-body > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
  }
  .grid5 > .c5-lay > *,
  .quintet > .c5-lay > *,
  .grid5 > .frame-view > .frame-body > .c5-lay > *,
  .quintet > .frame-view > .frame-body > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 17%;
    margin-left: 3%;
    margin-top: 3%;
    vertical-align: top;
  }
  .grid4 > .c5-lay,
  .quartet > .c5-lay,
  .grid4 > .frame-view > .frame-body > .c5-lay,
  .quartet > .frame-view > .frame-body > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
  }
  .grid4 > .c5-lay > *,
  .quartet > .c5-lay > *,
  .grid4 > .frame-view > .frame-body > .c5-lay > *,
  .quartet > .frame-view > .frame-body > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 22%;
    margin-left: 3%;
    margin-top: 3%;
    vertical-align: top;
  }
  .grid3 > .c5-lay,
  .trio > .c5-lay,
  .grid3 > .frame-view > .frame-body > .c5-lay,
  .trio > .frame-view > .frame-body > .c5-lay,
  .friends-benefits .article-body > .c5-lay,
  .friends-benefits .article-body > .frame-view > .frame-body > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
  }
  .grid3 > .c5-lay > *,
  .trio > .c5-lay > *,
  .grid3 > .frame-view > .frame-body > .c5-lay > *,
  .trio > .frame-view > .frame-body > .c5-lay > *,
  .friends-benefits .article-body > .c5-lay > *,
  .friends-benefits .article-body > .frame-view > .frame-body > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 30.33333333%;
    margin-left: 3%;
    margin-top: 3%;
    vertical-align: top;
  }
  .grid2 > .c5-lay,
  .duet > .c5-lay,
  .grid2 > .frame-view > .frame-body > .c5-lay,
  .duet > .frame-view > .frame-body > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
  }
  .grid2 > .c5-lay > *,
  .duet > .c5-lay > *,
  .grid2 > .frame-view > .frame-body > .c5-lay > *,
  .duet > .frame-view > .frame-body > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 47%;
    margin-left: 3%;
    margin-top: 3%;
    vertical-align: top;
  }
  .grid1 > .c5-lay,
  .solo > .c5-lay,
  .grid1 > .frame-view > .frame-body > .c5-lay,
  .solo > .frame-view > .frame-body > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
  }
  .grid1 > .c5-lay > *,
  .solo > .c5-lay > *,
  .grid1 > .frame-view > .frame-body > .c5-lay > *,
  .solo > .frame-view > .frame-body > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 97%;
    margin-left: 3%;
    margin-top: 3%;
    vertical-align: top;
  }
  .box6 > .c5-lay,
  .box6 > .frame-view > .frame-body > .c5-lay {
    font-size: 0;
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
  .box6 > .c5-lay > *,
  .box6 > .frame-view > .frame-body > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 33.33333333%;
    margin-left: 0%;
    margin-top: 0%;
    vertical-align: top;
  }
  .the-content > .c5-lay .half,
  .the-content-aside > .c5-lay .half {
    width: 47%;
  }
  .the-content > .c5-lay .quarter,
  .the-content-aside > .c5-lay .quarter {
    width: 22%;
  }
  .the-content > .c5-lay .three-quarters,
  .the-content-aside > .c5-lay .three-quarters {
    width: 72%;
  }
  .the-content > .c5-lay .third,
  .the-content-aside > .c5-lay .third {
    width: 30.33333333%;
  }
  .the-content > .c5-lay .two-thirds,
  .the-content-aside > .c5-lay .two-thirds {
    width: 63.66666667%;
  }
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::before,
::after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.frames-debug {
  display: none !important;
}
style,
script {
  display: none !important;
}
html {
  height: 100%;
  max-height: 100%;
}
body {
  position: relative;
  margin: 0;
}
img {
  height: auto;
  width: auto;
  max-width: 100%;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
nav ul {
  padding: 0;
}
.c5-view-content-section {
  position: relative;
}
.c5-dsc p:first-child {
  margin-top: 0;
}
.c5_page_content {
  overflow: hidden;
}
html {
  background: #fbfbf8;
}
body {
  background: transparent;
}
.c5-site {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::before,
::after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.frames-debug {
  display: none !important;
}
style,
script {
  display: none !important;
}
html {
  height: 100%;
  max-height: 100%;
}
body {
  position: relative;
  margin: 0;
}
img {
  height: auto;
  width: auto;
  max-width: 100%;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
nav ul {
  padding: 0;
}
.c5-view-content-section {
  position: relative;
}
.c5-dsc p:first-child {
  margin-top: 0;
}
.c5_page_content {
  overflow: hidden;
}
html {
  background: #fbfbf8;
}
body {
  background: transparent;
}
.c5-site {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
html {
  height: 100%;
}
body {
  height: 100%;
}
.c5-site-header-wrap {
  background: #313130;
  max-width: 100%;
  margin: 0 auto;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.c5-site-header {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 7px 0 5px 3px;
  background: transparent;
}
@media (min-width: 768px) {
  .c5-site-header {
    padding: 7px 0 5px 3px;
  }
}
@media (min-width: 1025px) {
  .c5-site-header {
    padding: 7px 0 5px 3px;
  }
}
.c5-site-header-wrap {
  background: transparent;
}
.c5-site-header {
  max-height: 100%;
  height: auto;
}
.c5-site-header-wrap {
  background: #313130;
  background: rgba(40, 40, 40, 0.45);
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100;
}
.c5-site-header-wrap .c5-site-header-items > .c5-site-branding {
  transition: all 0.3s ease;
}
.c5-site-branding .c5-site-logo {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.smaller-header .c5-site-header-wrap {
  height: auto;
  top: 0;
  transition: all 0.3s ease;
  background: #313130;
}
body.smaller-header .c5-site-logo {
  width: 80px;
}
@media (min-width: 768px) {
  body.smaller-header .c5-site-logo {
    width: 90px;
  }
}
body.smaller-header .c5-site-topbar-wrap {
  height: 0;
}
.c5-site-topbar-wrap {
  display: none;
  background: transparent;
  height: 26px;
  padding: 1px 5px;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .c5-site-topbar-wrap {
    height: 32px;
    padding: 3px 5px;
  }
}
.c5-site-topbar {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  text-align: right;
  color: #fff;
}
.c5-site-topbar-items {
  width: 100%;
}
.c5-site-topbar-items > * {
  display: none;
}
.c5-site-topbar-items > .c5-site-contact {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .c5-site-topbar-items > * {
    display: inline-block;
    margin: 0 20px;
  }
  .c5-site-topbar-items > .c5-site-contact {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.c5-site-contact .c5-phone {
  display: inline-block;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c5-site-contact .c5-phone {
    position: relative;
    top: 1px;
  }
}
.topbar-label {
  margin-right: 5px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}
.c5-btn.c5-btn-topbar,
.woocommerce #respond input#submit.alt.c5-btn-topbar,
.woocommerce a.button.alt.c5-btn-topbar,
.woocommerce button.button.alt.c5-btn-topbar,
.woocommerce input.button.alt.c5-btn-topbar {
  border: 1px solid #fff;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fcfcfc;
  text-transform: uppercase;
}
.c5-btn.c5-btn-topbar:hover,
.woocommerce #respond input#submit.alt.c5-btn-topbar:hover,
.woocommerce a.button.alt.c5-btn-topbar:hover,
.woocommerce button.button.alt.c5-btn-topbar:hover,
.woocommerce input.button.alt.c5-btn-topbar:hover {
  background: #3b5998;
  color: #fff;
}
.c5-btn.c5-btn-topbar:hover i,
.woocommerce #respond input#submit.alt.c5-btn-topbar:hover i,
.woocommerce a.button.alt.c5-btn-topbar:hover i,
.woocommerce button.button.alt.c5-btn-topbar:hover i,
.woocommerce input.button.alt.c5-btn-topbar:hover i {
  background: #fff;
  color: #3b5998;
}
.c5-social-follow .social-follow-label {
  margin-right: 5px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
}
.c5-social-follow .social-follow-label,
.c5-social-follow .social-follow-links {
  display: inline-block;
  vertical-align: middle;
}
.c5-social-follow .social-follow-links > a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
  padding-right: 5px;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
.c5-social-follow .social-follow-links > a:hover {
  background: #3b5998;
}
.c5-social-follow .social-follow-links > a:hover i {
  background: #fff;
  color: #3b5998;
}
.c5-social-follow i {
  width: 21px;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  font-size: 26px;
  font-size: 2.6rem;
  margin-right: 3px;
}
.c5-site-branding {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  padding: 5px 5px;
}
.c5-site-logo {
  width: 100%;
  line-height: 0;
}
.c5-site-tagline {
  display: none;
}
.c5-site-nav {
  max-width: 240px;
  position: absolute;
  width: 100%;
  right: -240px;
  z-index: 10;
  display: none;
}
.c5-site-nav .menu-item:last-child > a,
.c5-site-nav .menu-item:first-child > a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.c5-site-nav .menu-item {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.c5-site-nav .menu-item > a {
  text-align: left;
}
#c5-menu-toggle-bars {
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
}
#c5-menu-toggle-bars i {
  color: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.c5-nav-primary {
  background: #575756;
}
.c5-nav-primary > .c5-lay {
  width: 100%;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
}
.c5-nav-primary > .c5-lay > * {
  display: block;
  margin-top: 0%;
}
.c5-nav-primary > .c5-lay > .c5-lay,
.frame.c5-nav-primary > .c5-lay .frame-layout {
  width: 100%;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
}
.c5-nav-primary > .c5-lay > .c5-lay > *,
.frame.c5-nav-primary > .c5-lay .frame-layout > * {
  display: block;
  margin-top: 0%;
}
.c5-nav-primary > .c5-lay > * {
  margin-top: 1px;
}
.c5-nav-primary.c5-nav-center > .c5-lay {
  text-align: center;
}
.c5-nav-primary.c5-nav-left > .c5-lay {
  text-align: left;
}
.c5-lay-menu .menu-item.menu-item-has-children:hover {
  position: relative;
}
.c5-lay-menu .menu-item.menu-item-has-children:hover a {
  color: #fff;
  background: #616160;
}
.c5-lay-menu .menu-item:hover > a {
  color: #fff !important;
  background: transparent !important;
}
.c5-lay-menu .menu-item {
  list-style-type: none;
}
.c5-lay-menu .menu-item > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0.55em 1em;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.c5-lay-menu .menu-item.menu-item-has-children > a {
  padding-right: 20px;
  position: relative;
}
.c5-lay-menu .menu-item.menu-item-has-children > a:before {
  display: inline-block;
  vertical-align: middle;
  content: '\f0d7';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  color: inherit;
}
.c5-lay-menu .menu-item.menu-item-has-children > a:before {
  right: 5px;
  top: 6px;
}
.c5-lay-menu .sub-menu {
  display: none;
  z-index: 100;
  overflow: hidden;
  width: auto;
  top: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #616160;
}
.c5-lay-menu .sub-menu .menu-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.c5-lay-menu .sub-menu .menu-item > a {
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 940px) {
  .c5-site-header-items {
    display: inline-table;
    table-layout: fixed;
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
    padding: 0;
  }
  .c5-site-header-items > * {
    display: table-cell;
    width: 50%;
    margin-left: 0%;
    margin-top: 0%;
    padding: 0px;
    vertical-align: middle;
  }
  .c5-site-header-items > .c5-site-branding {
    width: 110px;
    padding: 0 5px;
  }
  .c5-site-header-items > .c5-site-nav {
    width: 97%;
    position: static;
  }
  #c5-menu-toggle-bars {
    display: none;
  }
  .c5-site-nav {
    display: table-cell !important;
    opacity: 1 !important;
    max-width: 100%;
  }
  .c5-nav-primary {
    display: block !important;
    text-align: center;
    background: transparent;
  }
  .c5-nav-primary > .c5-lay {
    text-align: right;
    font-size: 0;
    width: 100.1%;
    margin-left: -0.1%;
    margin-top: -0.1%;
  }
  .c5-nav-primary > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: auto;
    margin-left: 0.1%;
    margin-top: 0.1%;
  }
  .c5-nav-primary.c5-nav-center > .c5-lay {
    text-align: center;
  }
  .c5-nav-primary.c5-nav-left > .c5-lay {
    text-align: left;
  }
  .c5-lay-menu .menu-item.menu-item-has-children:hover {
    position: relative;
  }
  .c5-lay-menu .menu-item.menu-item-has-children:hover > a {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .c5-lay-menu .menu-item.menu-item-has-children:hover a {
    color: #fff;
    background: #616160;
  }
  .c5-lay-menu .menu-item.menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .c5-lay-menu .menu-item > a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
  }
  .c5-lay-menu .menu-item.menu-item-has-children > a {
    padding-right: 25px;
    position: relative;
  }
  .c5-lay-menu .menu-item.menu-item-has-children > a:before {
    display: inline-block;
    vertical-align: middle;
    content: '\f0d7';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: inherit;
  }
  .c5-lay-menu .menu-item.menu-item-has-children > a:before {
    right: 7px;
    top: 0.5em;
  }
  .c5-lay-menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    width: auto;
    top: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .c5-lay-menu .sub-menu .menu-item > a {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .c5-lay-menu .sub-menu .menu-item:first-child > a {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
  }
  .c5-lay-menu .sub-menu .menu-item:last-child > a {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }
}
@media (min-width: 1025px) {
  .c5-site-header-items {
    display: inline-table;
    table-layout: fixed;
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
    padding: 0;
  }
  .c5-site-header-items > * {
    display: table-cell;
    width: 50%;
    margin-left: 0%;
    margin-top: 0%;
    padding: 0px;
    vertical-align: middle;
  }
  .c5-site-header-items > .c5-site-branding {
    width: 120px;
    padding: 0 5px;
  }
  .c5-site-header-items > .c5-site-nav {
    width: 97%;
    position: static;
  }
  .c5-nav-primary {
    background: transparent;
  }
}
body {
  padding: 0;
}
.c5-view-content-wrap {
  background: #fbfbf8;
}
.c5-view-content-section {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  background: transparent;
}
.c5-view-content-section > .c5-lay > .c5-view-frame,
.c5-view-content-section > .c5-lay > .frame {
  text-align: center;
}
.c5-view-content-section > .c5-lay > .c5-view-frame > .c5-view-frame-content,
.c5-view-content-section > .c5-lay > .frame > .c5-view-frame-content,
.c5-view-content-section > .c5-lay > .c5-view-frame > .frame-view,
.c5-view-content-section > .c5-lay > .frame > .frame-view {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 1280px;
  margin: 0;
  vertical-align: top;
}
.c5-view-content-section > .c5-lay > .c5-view-frame > .c5-view-frame-content > *,
.c5-view-content-section > .c5-lay > .frame > .c5-view-frame-content > *,
.c5-view-content-section > .c5-lay > .c5-view-frame > .frame-view > *,
.c5-view-content-section > .c5-lay > .frame > .frame-view > * {
  text-align: left;
  vertical-align: top;
}
.content-body {
  padding: 20px 0;
  background: transparent;
}
.content-header {
  padding: 0;
  background: transparent;
}
.the-feature {
  padding: 0;
  background: #cccccc !important;
}
.content-footer {
  padding: 0;
  background: transparent;
}
.XXthe-content-aside > .c5-lay {
  width: 100%;
  margin-top: -8%;
  padding-left: 0;
  padding-right: 0;
}
.XXthe-content-aside > .c5-lay > * {
  display: block;
  margin-top: 8%;
}
.XXthe-content-aside > .c5-lay > * > header {
  margin-bottom: 1em;
  margin-bottom: 0.5em;
}
.XXthe-content-aside > .c5-lay > * > header h1,
.XXthe-content-aside > .c5-lay > * > header h1 + h2,
.XXthe-content-aside > .c5-lay > * > header h1 > a,
.XXthe-content-aside > .c5-lay > * > header h1 + h2 > a,
.XXthe-content-aside > .c5-lay > * > header h1 + .frameset > .frame.headings-smaller h1,
.XXthe-content-aside > .c5-lay > * > header h1 + .frameset > .frame.headings-smaller h1 > a {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-top: 0;
  padding-bottom: 0;
}
.XXthe-content-aside > .c5-lay > * > header h2,
.XXthe-content-aside > .c5-lay > * > header .frameset > .frame.headings-smaller h1 {
  margin-bottom: 0;
}
.XXthe-content-aside > .c5-lay > * > .c5-body {
  margin: 0;
}
@media (min-width: 768px) {
  body {
    padding: 0;
  }
  .c5-view-content-wrap {
    background: #fbfbf8;
  }
  .c5-view-content-section {
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .content-body {
    padding: 0;
    background: transparent;
  }
  .content-header {
    padding: 0;
    background: transparent;
  }
  .the-feature {
    padding: 0;
    background: #cccccc;
  }
  .content-footer {
    padding: 0;
    background: transparent;
  }
}
@media (min-width: 1025px) {
  body {
    padding: 0;
  }
  .c5-view-content-wrap {
    background: #fbfbf8;
  }
  .c5-view-content-section {
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .content-body {
    padding: 0;
    background: transparent;
  }
  .content-header {
    padding: 0;
    background: transparent;
  }
  .the-feature {
    padding: 0;
    background: #cccccc;
  }
  .content-footer {
    padding: 0;
    background: transparent;
  }
  .c5-view-content-subsection > .c5-lay > .c5-view-frame,
  .c5-view-content-subsection > .c5-lay > .frame {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .c5-site-body {
    padding-top: 0;
  }
}
.home .c5-site-body {
  padding-top: 0;
}
.xc5-site-body {
  padding-top: 112px;
}
@media (min-width: 1025px) {
  .xc5-site-body {
    padding-top: 139px;
  }
}
.c5-site-footer-wrap {
  background: #4a4a49;
}
.c5-site-footer {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  background: transparent;
  color: #f0f0f2;
  overflow: hidden;
}
.c5-site-footer a,
.c5-site-footer a:visited {
  color: #7fa338;
}
.c5-site-footer a:hover,
.c5-site-footer a:active {
  color: #617d2b;
}
.c5-site-footer > .c5-lay {
  font-size: 0;
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
}
.c5-site-footer > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 30.33333333%;
  margin-left: 3%;
  margin-top: 3%;
  vertical-align: top;
}
.c5-site-footer > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
}
.c5-site-footer > .c5-lay > * .c5-lay {
  width: 100%;
  margin-top: -3%;
  padding-left: 0;
  padding-right: 0;
}
.c5-site-footer > .c5-lay > * .c5-lay > * {
  display: block;
  margin-top: 3%;
}
.c5-site-footer > .c5-lay > * .c5-lay > .c5-lay,
.frame.c5-site-footer > .c5-lay > * .c5-lay .frame-layout {
  width: 100%;
  margin-top: -3%;
  padding-left: 0;
  padding-right: 0;
}
.c5-site-footer > .c5-lay > * .c5-lay > .c5-lay > *,
.frame.c5-site-footer > .c5-lay > * .c5-lay .frame-layout > * {
  display: block;
  margin-top: 3%;
}
.designed-by {
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
}
.copyright {
  text-align: center;
}
@media (min-width: 768px) {
  .c5-site-footer-wrap {
    background: #4a4a49;
  }
  .c5-site-footer {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    background: transparent;
    color: #f0f0f2;
  }
  .c5-site-footer a,
  .c5-site-footer a:visited {
    color: #7fa338;
  }
  .c5-site-footer a:hover,
  .c5-site-footer a:active {
    color: #617d2b;
  }
  .designed-by {
    text-align: right;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .copyright {
    text-align: center;
  }
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.fb_iframe_widget {
  margin-top: 40px !important;
}
.c5-site-footer-wrap {
  background-image: url("https://www.transparenttextures.com/patterns/purty-wood.png");
}
.c5-site-footer {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}
.c5-site-footer > .c5-lay {
  font-size: 0;
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
}
.c5-site-footer > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 47%;
  margin-left: 3%;
  margin-top: 3%;
  vertical-align: top;
}
.c5-site-footer .footer-heading {
  text-align: center !important;
  color: #e0e0e4;
  margin-top: 30px;
  margin-bottom: 40px !important;
}
.c5-site-footer .footer-block {
  padding: 10px;
  background: #f2f2ed;
  min-height: 494px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.c5-site-footer .footer-block > h1 i {
  margin-right: 7px;
  padding: 0px 8px;
  min-width: 36px;
}
.c5-site-footer .footer-block.recent-posts {
  display: none;
}
.c5-site-footer .footer-block.recent-posts .c5-post {
  padding: 15px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #d9d9d9;
}
.c5-site-footer .footer-block.recent-posts .c5-post:first-child {
  border-top-width: 0;
}
.c5-site-footer .footer-block.recent-posts .c5-post:last-child {
  border-bottom-width: 0;
}
.c5-site-footer .footer-block.recent-posts .c5-post h1 {
  font-size: 21px;
  font-size: 2.1rem;
}
.c5-site-footer .footer-block.recent-posts .c5-meta {
  color: #333;
}
.c5-site-footer .footer-block.recent-posts .c5-meta .c5-link-comments {
  display: none;
}
.c5-site-footer .footer-block.instagram-photos {
  padding: 10px 0px;
}
.c5-site-footer .footer-block.instagram-photos > h1 {
  padding: 0 10px;
}
@media (max-width: 480px) {
  .c5-site-footer > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
  }
  .c5-site-footer > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 97%;
    margin-left: 3%;
    margin-top: 3%;
    vertical-align: top;
  }
  .c5-site-footer .info-links,
  .c5-site-footer .errata {
    text-align: center;
  }
}
.c5-site-footer .c5-links {
  text-align: center;
}
.c5-site-footer .c5-links > .c5-lay {
  font-size: 0;
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
  margin: auto;
  max-width: 85%;
}
.c5-site-footer .c5-links > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 30.33333333%;
  margin-left: 3%;
  margin-top: 3%;
  vertical-align: top;
}
.c5-site-footer h1 {
  font-size: 21.66px;
  font-size: 2.166rem;
  margin-bottom: 1em;
  color: #333;
}
@media (min-width: 768px) {
  .c5-site-footer h1 {
    font-size: 22.8px;
    font-size: 2.28rem;
  }
}
@media (min-width: 1025px) {
  .c5-site-footer h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c5-site-footer .c5-icon-link i {
  font-size: 23.465px;
  font-size: 2.3465rem;
}
@media (min-width: 768px) {
  .c5-site-footer .c5-icon-link i {
    font-size: 24.7px;
    font-size: 2.47rem;
  }
}
@media (min-width: 1025px) {
  .c5-site-footer .c5-icon-link i {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.frameset > .frame {
  background: transparent ;
  position: relative;
  z-index: 1;
  text-align: center;
}
.frameset > .frame .frame-header {
  background: transparent;
  color: #333;
}
.frameset > .frame .frame-body {
  background: transparent;
  color: #333;
}
.frameset > .frame .frame-footer {
  background: transparent;
}
.frameset > .frame i {
  color: #7fa338;
}
.frameset > .frame.light {
  background: #f2f2ed;
}
.frameset > .frame.light .frame-header {
  background: transparent;
  color: #333;
}
.frameset > .frame.light .frame-body {
  background: transparent;
  color: #333;
}
.frameset > .frame.light .frame-footer {
  background: transparent;
}
.frameset > .frame.light i {
  color: #7fa338;
}
.frameset > .frame.medium {
  background: #af4a47;
}
.frameset > .frame.medium .frame-header {
  background: transparent;
  color: #f2f2f3;
}
.frameset > .frame.medium .frame-body {
  background: transparent;
  color: #f2f2f3;
}
.frameset > .frame.medium .frame-footer {
  background: transparent;
}
.frameset > .frame.medium i {
  color: #f0f0f2;
}
.frameset > .frame.dark {
  background: #7fa338;
}
.frameset > .frame.dark .frame-header {
  background: transparent;
  color: #f2f2f3;
}
.frameset > .frame.dark .frame-body {
  background: transparent;
  color: #f2f2f3;
}
.frameset > .frame.dark .frame-footer {
  background: transparent;
}
.frameset > .frame.dark i {
  color: #f0f0f2;
}
.frameset > .frame.gray {
  background: #575756;
}
.frameset > .frame.gray .frame-header {
  background: transparent;
  color: #fff;
}
.frameset > .frame.gray .frame-body {
  background: transparent;
  color: #fff;
}
.frameset > .frame.gray .frame-footer {
  background: transparent;
}
.frameset > .frame.gray i {
  color: #f0f0f2;
}
.frameset > .frame .frame-heading {
  margin: 0;
}
.frameset > .frame .frame-subheading {
  margin: 10px 0 0 0;
}
.frameset > .frame .frame-lead {
  margin: 20px 0 0 0;
}
.frameset > .frame.fullscreen {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.3);
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.frameset > .frame.parallax {
  background-attachment: fixed;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.frameset > .frame.overlay:before {
  background: url(/wp-content/themes/cogency5/images/overlay.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  content: '';
}
.frameset > .frame.arrow-top {
  position: relative;
  /* shared with before and after */
  /* these arrows will point up */
  /* top-stacked, smaller arrow */
  /* arrow which acts as a background shadow */
}
.frameset > .frame.arrow-top:before,
.frameset > .frame.arrow-top:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 7px solid transparent;
  /* arrow size */
}
.frameset > .frame.arrow-top:before {
  border-bottom-color: transparent;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -13px;
  left: 50%;
  z-index: 3;
}
.frameset > .frame.arrow-top:after {
  border-bottom-color: #cccccc;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -14px;
  left: 50%;
  z-index: 2;
}
.frameset > .frame.arrow-top.light {
  position: relative;
  /* shared with before and after */
  /* these arrows will point up */
  /* top-stacked, smaller arrow */
  /* arrow which acts as a background shadow */
}
.frameset > .frame.arrow-top.light:before,
.frameset > .frame.arrow-top.light:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 7px solid transparent;
  /* arrow size */
}
.frameset > .frame.arrow-top.light:before {
  border-bottom-color: #f2f2ed;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -13px;
  left: 50%;
  z-index: 3;
}
.frameset > .frame.arrow-top.light:after {
  border-bottom-color: #cccccc;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -14px;
  left: 50%;
  z-index: 2;
}
.frameset > .frame.arrow-top.medium {
  position: relative;
  /* shared with before and after */
  /* these arrows will point up */
  /* top-stacked, smaller arrow */
  /* arrow which acts as a background shadow */
}
.frameset > .frame.arrow-top.medium:before,
.frameset > .frame.arrow-top.medium:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 7px solid transparent;
  /* arrow size */
}
.frameset > .frame.arrow-top.medium:before {
  border-bottom-color: #af4a47;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -13px;
  left: 50%;
  z-index: 3;
}
.frameset > .frame.arrow-top.medium:after {
  border-bottom-color: #cccccc;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -14px;
  left: 50%;
  z-index: 2;
}
.frameset > .frame.arrow-top.dark {
  position: relative;
  /* shared with before and after */
  /* these arrows will point up */
  /* top-stacked, smaller arrow */
  /* arrow which acts as a background shadow */
}
.frameset > .frame.arrow-top.dark:before,
.frameset > .frame.arrow-top.dark:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 7px solid transparent;
  /* arrow size */
}
.frameset > .frame.arrow-top.dark:before {
  border-bottom-color: #7fa338;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -13px;
  left: 50%;
  z-index: 3;
}
.frameset > .frame.arrow-top.dark:after {
  border-bottom-color: #cccccc;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -14px;
  left: 50%;
  z-index: 2;
}
.frameset > .frame.arrow-top.gray {
  position: relative;
  /* shared with before and after */
  /* these arrows will point up */
  /* top-stacked, smaller arrow */
  /* arrow which acts as a background shadow */
}
.frameset > .frame.arrow-top.gray:before,
.frameset > .frame.arrow-top.gray:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 7px solid transparent;
  /* arrow size */
}
.frameset > .frame.arrow-top.gray:before {
  border-bottom-color: #575756;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -13px;
  left: 50%;
  z-index: 3;
}
.frameset > .frame.arrow-top.gray:after {
  border-bottom-color: #cccccc;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -14px;
  left: 50%;
  z-index: 2;
}
.frameset > .frame.c5-animate-fade-up.c5-animated .article-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.frameset > .frame.c5-animate-fade-up.c5-fadeInUp .article-content {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.frameset > .frame.c5-animate-fade-up.c5-animated .article-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.frameset > .frame.c5-animate-fade-up.c5-fadeInUp .article-content {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.frameset > .frame.c5-animate-trigger-fade-up .article-content {
  overflow: hidden;
}
.frameset > .frame.c5-animate-trigger-fade-up .article-header,
.frameset > .frame.c5-animate-trigger-fade-up .article-section,
.frameset > .frame.c5-animate-trigger-fade-up .article-body-summary,
.frameset > .frame.c5-animate-trigger-fade-up .article-body,
.frameset > .frame.c5-animate-trigger-fade-up .article-footer {
  display: none;
}
.frameset > .frame.c5-animate-trigger-fade-up .c5-animated-trigger {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.frameset > .frame.c5-animate-trigger-fade-up .c5-fadeInUp-trigger {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.frameset > .frame > .frame-view {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  vertical-align: top;
  font-size: 0px;
  font-size: 0rem;
}
.frameset > .frame > .frame-view > .frame-header {
  margin-bottom: 4%;
}
.frameset > .frame > .frame-view > * {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 17px;
  font-size: 1.7rem;
  margin: 0;
}
.frameset > .frame > .frame-view {
  padding: 30px 3%;
}
.frameset > .frame > .frame-view > .frame-body {
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .frameset > .frame > .frame-view {
    max-width: 1280px;
    padding: 60px 2%;
  }
  .frameset > .frame > .frame-view > .frame-body {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame > .frame-view {
    padding: 80px 2%;
  }
  .frameset > .frame > .frame-view > .frame-body {
    padding: 0;
  }
}
.frameset > .frame.header-hidden > .frame-view > .frame-header {
  display: none;
}
.frameset > .frame.header-gutterless > .frame-view > .frame-header {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .frameset > .frame.header-left > .frame-view > .frame-body {
    width: 46%;
  }
  .frameset > .frame.header-left > .frame-view > .frame-header {
    width: 50%;
    margin: 0;
    padding: 0;
    margin-right: 4%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-left.header-quarter > .frame-view > .frame-body {
    width: 71%;
  }
  .frameset > .frame.header-left.header-quarter > .frame-view > .frame-header {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-left.header-third > .frame-view > .frame-body {
    width: 62.666%;
  }
  .frameset > .frame.header-left.header-third > .frame-view > .frame-header {
    width: 33.333%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-left.header-half > .frame-view > .frame-body {
    width: 46%;
  }
  .frameset > .frame.header-left.header-half > .frame-view > .frame-header {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-left.header-twothirds > .frame-view > .frame-body {
    width: 29.333%;
  }
  .frameset > .frame.header-left.header-twothirds > .frame-view > .frame-header {
    width: 66.666%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-left.header-threequarters > .frame-view > .frame-body {
    width: 21%;
  }
  .frameset > .frame.header-left.header-threequarters > .frame-view > .frame-header {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-right > .frame-view > .frame-body {
    width: 46%;
  }
  .frameset > .frame.header-right > .frame-view > .frame-header {
    width: 50%;
    margin: 0;
    padding: 0;
    margin-right: 4%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-right.header-quarter > .frame-view > .frame-body {
    width: 71%;
  }
  .frameset > .frame.header-right.header-quarter > .frame-view > .frame-header {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-right.header-third > .frame-view > .frame-body {
    width: 62.666%;
  }
  .frameset > .frame.header-right.header-third > .frame-view > .frame-header {
    width: 33.333%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-right.header-half > .frame-view > .frame-body {
    width: 46%;
  }
  .frameset > .frame.header-right.header-half > .frame-view > .frame-header {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-right.header-twothirds > .frame-view > .frame-body {
    width: 29.333%;
  }
  .frameset > .frame.header-right.header-twothirds > .frame-view > .frame-header {
    width: 66.666%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-right.header-threequarters > .frame-view > .frame-body {
    width: 21%;
  }
  .frameset > .frame.header-right.header-threequarters > .frame-view > .frame-header {
    width: 75%;
  }
}
.frameset > .frame.header-right > .frame-view {
  direction: rtl;
}
@media (min-width: 768px) {
  .frameset > .frame.header-right > .frame-view > .frame-header {
    margin: 0;
    margin-left: 4%;
  }
}
.frameset > .frame.summary .c5-article h1 {
  font-size: 28.7776px;
  font-size: 2.87776rem;
}
@media (min-width: 768px) {
  .frameset > .frame.summary .c5-article h1 {
    font-size: 31.28px;
    font-size: 3.128rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.summary .c5-article h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.frameset > .frame.summary .c5-article h2,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h1 {
  font-size: 19.4672px;
  font-size: 1.94672rem;
}
@media (min-width: 768px) {
  .frameset > .frame.summary .c5-article h2,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h1 {
    font-size: 21.16px;
    font-size: 2.116rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.summary .c5-article h2,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h1 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.frameset > .frame.summary .c5-article h3,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h2,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller blockquote,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller blockquote > i,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  font-size: 16.0816px;
  font-size: 1.60816rem;
}
@media (min-width: 768px) {
  .frameset > .frame.summary .c5-article h3,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h2,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller blockquote,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller blockquote > i,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 17.48px;
    font-size: 1.748rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.summary .c5-article h3,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h2,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller blockquote,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller blockquote > i,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.frameset > .frame.summary .c5-article h4 {
  font-size: 13.5424px;
  font-size: 1.35424rem;
}
@media (min-width: 768px) {
  .frameset > .frame.summary .c5-article h4 {
    font-size: 14.72px;
    font-size: 1.472rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.summary .c5-article h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.frameset > .frame.summary > .frame-view > .frame-body .article-header .heading + .subheading {
  margin-bottom: 0.25em;
}
.frameset > .frame.summary > .frame-view > .frame-body .article-body {
  display: none;
}
.frameset > .frame.body-hidden > .frame-view > .frame-header,
.frameset > .frame.page-header > .frame-view > .frame-header {
  margin: 0;
}
.frameset > .frame.body-hidden > .frame-view > .frame-body,
.frameset > .frame.page-header > .frame-view > .frame-body {
  display: none;
}
.frameset > .frame.body-align-left > .frame-view > .frame-body {
  text-align: left;
}
.frameset > .frame.body-align-right > .frame-view > .frame-body {
  text-align: right;
}
.frameset > .frame.body-align-center > .frame-view > .frame-body {
  text-align: center;
}
.frameset > .frame.tight > .frame-view,
.frameset > .frame.page-header > .frame-view {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .frameset > .frame.tight > .frame-view,
  .frameset > .frame.page-header > .frame-view {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.tight > .frame-view,
  .frameset > .frame.page-header > .frame-view {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.frameset > .frame.tight-bottom > .frame-view {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .frameset > .frame.tight-bottom > .frame-view {
    padding-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.tight-bottom > .frame-view {
    padding-bottom: 40px;
  }
}
.frameset > .frame.slim > .frame-view {
  padding-left: 3%;
  padding-right: 3%;
}
@media (min-width: 768px) {
  .frameset > .frame.slim > .frame-view {
    padding-left: 9%;
    padding-right: 9%;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.slim > .frame-view {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.frameset > .frame.wide > .frame-view {
  max-width: 100%;
}
.frameset > .frame.wide > .frame-view > .frame-header {
  padding: 0;
}
.frameset > .frame.bleed > .frame-view {
  padding: 0;
}
@media (min-width: 768px) {
  .frameset > .frame.bleed > .frame-view {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.bleed > .frame-view {
    padding: 0;
  }
}
.frameset > .frame.bleed-x > .frame-view {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .frameset > .frame.bleed-x > .frame-view {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.bleed-x > .frame-view {
    padding-left: 0;
    padding-right: 0;
  }
}
.frameset > .frame.bleed-y > .frame-view {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .frameset > .frame.bleed-y > .frame-view {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.bleed-y > .frame-view {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.frameset > .frame.bleed-top > .frame-view {
  padding-top: 0;
}
@media (min-width: 768px) {
  .frameset > .frame.bleed-top > .frame-view {
    padding-top: 0;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.bleed-top > .frame-view {
    padding-top: 0;
  }
}
.frameset > .frame.bleed-bottom > .frame-view {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .frameset > .frame.bleed-bottom > .frame-view {
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.bleed-bottom > .frame-view {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.split .frame-body {
    font-size: 0px;
    font-size: 0rem;
  }
  .frameset > .frame.split .frame-body > .c5-lay {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-table;
    table-layout: fixed;
    width: 100%;
  }
  .frameset > .frame.split .frame-body > .c5-lay > * {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding-right: 0%;
  }
  .frameset > .frame.split .frame-body > .c5-lay > *:last-child {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.article-left-third .frame-body > .c5-lay > *:first-child {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.article-left-two-thirds .frame-body > .c5-lay > *:first-child {
    width: 66.66%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.article-left-quarter .frame-body > .c5-lay > *:first-child {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.article-left-three-quarters .frame-body > .c5-lay > *:first-child {
    width: 75%;
  }
}
.frameset > .frame.article-padding .frame-body .c5-article {
  padding: 30px 3%;
}
@media (min-width: 768px) {
  .frameset > .frame.article-padding .frame-body .c5-article {
    padding: 60px 2%;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.article-padding .frame-body .c5-article {
    padding: 80px 2%;
  }
}
.frameset > .frame.article-hilite .frame-body .c5-article {
  border: 1px solid #fff;
}
.frameset > .frame.summary .c5-article h1 {
  font-size: 28.7776px;
  font-size: 2.87776rem;
}
@media (min-width: 768px) {
  .frameset > .frame.summary .c5-article h1 {
    font-size: 31.28px;
    font-size: 3.128rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.summary .c5-article h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.frameset > .frame.summary .c5-article h2,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h1 {
  font-size: 19.4672px;
  font-size: 1.94672rem;
}
@media (min-width: 768px) {
  .frameset > .frame.summary .c5-article h2,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h1 {
    font-size: 21.16px;
    font-size: 2.116rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.summary .c5-article h2,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h1 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.frameset > .frame.summary .c5-article h3,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h2,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller blockquote,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller blockquote > i,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  font-size: 16.0816px;
  font-size: 1.60816rem;
}
@media (min-width: 768px) {
  .frameset > .frame.summary .c5-article h3,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h2,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller blockquote,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller blockquote > i,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 17.48px;
    font-size: 1.748rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.summary .c5-article h3,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h2,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller blockquote,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller blockquote > i,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.frameset > .frame.summary .c5-article h4 {
  font-size: 13.5424px;
  font-size: 1.35424rem;
}
@media (min-width: 768px) {
  .frameset > .frame.summary .c5-article h4 {
    font-size: 14.72px;
    font-size: 1.472rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.summary .c5-article h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.frameset > .frame.summary > .frame-view > .frame-body .article-header .heading + .subheading {
  margin-bottom: 0.25em;
}
.frameset > .frame.summary > .frame-view > .frame-body .article-body {
  display: none;
}
.frameset > .frame.expander .c5-article h1 {
  font-size: 28.7776px;
  font-size: 2.87776rem;
}
@media (min-width: 768px) {
  .frameset > .frame.expander .c5-article h1 {
    font-size: 31.28px;
    font-size: 3.128rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.expander .c5-article h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.frameset > .frame.expander .c5-article h2,
.frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller h1 {
  font-size: 19.4672px;
  font-size: 1.94672rem;
}
@media (min-width: 768px) {
  .frameset > .frame.expander .c5-article h2,
  .frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller h1 {
    font-size: 21.16px;
    font-size: 2.116rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.expander .c5-article h2,
  .frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller h1 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.frameset > .frame.expander .c5-article h3,
.frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller h2,
.frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller blockquote,
.frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller blockquote > i,
.frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  font-size: 16.0816px;
  font-size: 1.60816rem;
}
@media (min-width: 768px) {
  .frameset > .frame.expander .c5-article h3,
  .frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller h2,
  .frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller blockquote,
  .frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller blockquote > i,
  .frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 17.48px;
    font-size: 1.748rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.expander .c5-article h3,
  .frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller h2,
  .frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller blockquote,
  .frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller blockquote > i,
  .frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.frameset > .frame.expander .c5-article h4 {
  font-size: 13.5424px;
  font-size: 1.35424rem;
}
@media (min-width: 768px) {
  .frameset > .frame.expander .c5-article h4 {
    font-size: 14.72px;
    font-size: 1.472rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.expander .c5-article h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.frameset > .frame.expander .c5-article .article-header {
  padding: 0;
}
.frameset > .frame.expander .c5-article .article-header .lead {
  display: none;
}
.frameset > .frame.expander .c5-article .article-body {
  display: none;
}
.frameset > .frame.expander .c5-article .article-body-summary {
  display: block;
}
.frameset > .frame.expander .c5-article .article-content {
  padding: 20px 20px;
}
.summary .frameset > .frame.expander .c5-article .article-content,
.aside .frameset > .frame.expander .c5-article .article-content {
  padding: 10px 10px;
}
.frameset > .frame.expander .c5-article.is-expanded {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: auto !important;
  position: relative;
}
.frameset > .frame.expander .c5-article.is-expanded .article-media {
  opacity: 1;
}
.frameset > .frame.expander .c5-article.is-expanded .article-media {
  opacity: 1;
}
.frameset > .frame.expander .c5-article.is-expanded .article-header .subheading {
  display: block;
}
.frameset > .frame.expander .c5-article.is-expanded .article-header .lead {
  display: block;
}
.frameset > .frame.expander .c5-article.is-expanded .article-body {
  display: block;
}
.frameset > .frame.expander .c5-article.is-expanded .article-body-summary {
  display: none;
}
.frameset > .frame.expander .c5-article.is-expanded .c5-close-x {
  text-align: center;
  width: 1em;
  display: block;
  font-size: 28.88px;
  font-size: 2.888rem;
  height: 1.2em;
  width: 1.2em;
  line-height: 1.2;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (min-width: 768px) {
  .frameset > .frame.expander .c5-article.is-expanded .c5-close-x {
    font-size: 30.4px;
    font-size: 3.04rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.expander .c5-article.is-expanded .c5-close-x {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.frameset > .frame.expander .c5-article.is-expanded .c5-close-x:hover {
  border: 1px solid #777;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .frameset > .frame.expander .c5-article.is-expanded > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
    margin-top: 0;
  }
  .frameset > .frame.expander .c5-article.is-expanded > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: auto;
    margin-left: 3%;
    margin-top: 3%;
  }
  .frameset > .frame.expander .c5-article.is-expanded > .c5-lay > * {
    margin-top: 0;
  }
  .frameset > .frame.expander .c5-article.is-expanded .article-media,
  .frameset > .frame.expander .c5-article.is-expanded .section-media {
    margin-bottom: 0;
    vertical-align: top;
    width: 27%;
  }
  .frameset > .frame.expander .c5-article.is-expanded .article-content,
  .frameset > .frame.expander .c5-article.is-expanded .section-content {
    margin-bottom: 0;
    vertical-align: top;
    width: 67%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.expander .c5-article.is-expanded {
    padding: 36px;
  }
}
.frameset > .frame.wp-page-content > .frame-view > .frame-header {
  text-align: left;
}
.frameset > .frame.wp-page-content > .frame-view > .frame-body {
  text-align: left;
}
@media (max-width: 768px) {
  .frameset > .frame.m-hidden {
    display: none !important;
  }
}
/* ============================================================

Child Specific Responsive Layout
LAYOUT - responsive

============================================================ */
.frame.content-nav-target {
  display: none;
}
.c5-nav-primary.c5-nav-about-tabs {
  background: #f2f2ed;
  padding: 12px 20px;
}
.c5-nav-primary.c5-nav-about-tabs .c5-lay {
  margin-top: 0;
  text-align: left !important;
}
.c5-nav-primary.c5-nav-about-tabs .c5-lay > * {
  margin-top: 0;
}
.c5-nav-primary.c5-nav-about-tabs .menu-item a {
  white-space: inherit;
  text-overflow: inherit;
  text-align: center;
  max-width: 100%;
}
@media (max-width: 768px) {
  .c5-nav-primary.c5-nav-about-tabs .menu-item a {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c5-nav-primary.c5-nav-about-tabs .menu-item:hover a {
  background: #9ac24c !important;
}
.c5-nav-primary.c5-nav-about-tabs .menu-item.current-menu-item a {
  background: #7fa338;
}
#seeds {
  overflow: hidden;
  background: none;
}
#seeds .c5-article {
  position: relative;
}
#seeds figure {
  vertical-align: top;
}
#seeds figure > img {
  position: absolute;
  z-index: 1;
  max-width: 280%;
  left: -300px;
}
@media (min-width: 768px) {
  #seeds figure > img {
    max-width: 100%;
    left: 0;
  }
}
#seeds .article-content {
  position: relative;
  z-index: 2;
  padding: 50px 25px;
  background: rgba(0, 0, 0, 0.45);
}
@media (min-width: 768px) {
  #seeds .article-content {
    padding: 95px 35px;
    background: none;
  }
}
#seeds .article-footer {
  display: none;
}
#farms {
  background: none;
  overflow: hidden;
  position: relative;
  min-height: 348px;
}
@media (min-width: 768px) {
  #farms {
    min-height: 400px;
  }
}
#farms .frame-view {
  position: static;
}
#farms article > .c5-lay {
  overflow: hidden;
}
#farms .article-media > img {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  max-width: 210%;
  left: -300px;
}
@media (min-width: 768px) {
  #farms .article-media > img {
    max-width: none;
    left: 0;
  }
}
#farms .article-content {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.55);
  margin: auto;
  padding: 75px 50px;
}
@media (min-width: 768px) {
  #farms .article-content {
    max-width: 50%;
    padding: 35px 35px 30px;
    margin: 100px auto;
  }
}
#farms .article-footer {
  display: none;
}
#friend .article-media {
  display: none;
}
#friend .c5-header {
  max-width: none;
}
.about-2 .c5-header .heading > span.heading-emphasis,
.about-2 .c5-header .heading > span.hilite {
  line-height: 1;
  color: #7fa338;
  font-size: 45.1px;
  font-size: 4.51rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .about-2 .c5-header .heading {
    font-size: 32.8px;
    font-size: 3.28rem;
    line-height: 1.2;
  }
  .about-2 .c5-header .heading > span.heading-emphasis,
  .about-2 .c5-header .heading > span.hilite {
    line-height: 1;
    color: #7fa338;
    font-size: 57.4px;
    font-size: 5.74rem;
    text-transform: uppercase;
  }
}
.c5-embed,
.c5-media-video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}
.c5-embed iframe,
.c5-media-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-body {
  padding: 0;
}
.friends .c5-site-body {
  background: url(/wp-content/uploads/clouds-repeat.jpg) center top repeat;
  background-attachment: fixed;
}
.menu-item.current-menu-item {
  border: 2px solid #f2f2ed;
}
.menu-item.current-menu-item > a {
  font-weight: bold !important;
}
.menu-item {
  border: 2px solid transparent;
}
.menu-item:hover {
  border: 2px solid #f2f2ed;
}
.c5-btn,
a.c5-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
a.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
a.woocommerce a.button.alt,
.woocommerce button.button.alt,
a.woocommerce button.button.alt,
.woocommerce input.button.alt,
a.woocommerce input.button.alt {
  white-space: inherit;
  text-overflow: inherit;
  text-align: center;
}
.c5-btn.c5-secondary,
a.c5-btn.c5-secondary,
.woocommerce #respond input#submit.alt.c5-secondary,
a.woocommerce #respond input#submit.alt.c5-secondary,
.woocommerce a.button.alt.c5-secondary,
a.woocommerce a.button.alt.c5-secondary,
.woocommerce button.button.alt.c5-secondary,
a.woocommerce button.button.alt.c5-secondary,
.woocommerce input.button.alt.c5-secondary,
a.woocommerce input.button.alt.c5-secondary {
  background-color: #af4a47;
  border-color: #af4a47;
  color: #f2f2ed;
}
.c5-btn.c5-secondary:hover,
a.c5-btn.c5-secondary:hover,
.woocommerce #respond input#submit.alt.c5-secondary:hover,
a.woocommerce #respond input#submit.alt.c5-secondary:hover,
.woocommerce a.button.alt.c5-secondary:hover,
a.woocommerce a.button.alt.c5-secondary:hover,
.woocommerce button.button.alt.c5-secondary:hover,
a.woocommerce button.button.alt.c5-secondary:hover,
.woocommerce input.button.alt.c5-secondary:hover,
a.woocommerce input.button.alt.c5-secondary:hover {
  background-color: #542422;
  border-color: #c26a67;
}
.c5-btn.c5-tertiary,
a.c5-btn.c5-tertiary,
.woocommerce #respond input#submit.alt.c5-tertiary,
a.woocommerce #respond input#submit.alt.c5-tertiary,
.woocommerce a.button.alt.c5-tertiary,
a.woocommerce a.button.alt.c5-tertiary,
.woocommerce button.button.alt.c5-tertiary,
a.woocommerce button.button.alt.c5-tertiary,
.woocommerce input.button.alt.c5-tertiary,
a.woocommerce input.button.alt.c5-tertiary {
  background-color: #d1aa2b;
  border-color: #d1aa2b;
  color: #f2f2ed;
}
.c5-btn.c5-tertiary:hover,
a.c5-btn.c5-tertiary:hover,
.woocommerce #respond input#submit.alt.c5-tertiary:hover,
a.woocommerce #respond input#submit.alt.c5-tertiary:hover,
.woocommerce a.button.alt.c5-tertiary:hover,
a.woocommerce a.button.alt.c5-tertiary:hover,
.woocommerce button.button.alt.c5-tertiary:hover,
a.woocommerce button.button.alt.c5-tertiary:hover,
.woocommerce input.button.alt.c5-tertiary:hover,
a.woocommerce input.button.alt.c5-tertiary:hover {
  background-color: #bc9927;
  border-color: #d7b33e;
}
.c5-article .article-content > .article-header {
  margin-bottom: 30px;
}
.media-half.gutterless .c5-article .article-content {
  padding: 6%;
}
.c5_place .article-header .heading {
  font-size: 22.68px;
  font-size: 2.268rem;
}
@media (min-width: 768px) {
  .c5_place .article-header .heading {
    font-size: 25.2px;
    font-size: 2.52rem;
  }
}
@media (min-width: 1025px) {
  .c5_place .article-header .heading {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.c5_place .article-header .lead {
  font-size: 12.635px;
  font-size: 1.2635rem;
}
@media (min-width: 768px) {
  .c5_place .article-header .lead {
    font-size: 13.3px;
    font-size: 1.33rem;
  }
}
@media (min-width: 1025px) {
  .c5_place .article-header .lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c5_snippet.partners .article-body > .c5-lay {
  font-size: 0;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
  text-align: center;
  display: block;
}
.c5_snippet.partners .article-body > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: auto;
  margin-left: 0%;
  margin-top: 0%;
}
.c5_snippet.partners .article-body > .c5-lay > * {
  width: 270px;
  margin: 0 !important;
  padding: 15px 25px;
  vertical-align: middle;
}
.c5_snippet.partners .article-body > .c5-lay > * .item-content {
  display: none;
}
.c5_snippet.partners .article-body > .c5-lay > * img {
  max-height: 92px;
}
.c5-person .c5-role {
  font-size: 14.44px;
  font-size: 1.444rem;
}
@media (min-width: 768px) {
  .c5-person .c5-role {
    font-size: 15.2px;
    font-size: 1.52rem;
  }
}
@media (min-width: 1025px) {
  .c5-person .c5-role {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c5-testimonial .c5-quote {
  font-family: 'Roboto Slab', sans-serif;
  margin: 0;
}
.c5-testimonial .c5-quote strong,
.c5-testimonial .c5-quote i {
  color: #7fa338 !important;
}
.c5-testimonial .c5-meta {
  margin-top: 30px;
}
.c5-testimonial.soil-soul .c5-quote strong,
.c5-testimonial.soil-soul .c5-quote i {
  color: #af4a47 !important;
}
.c5-testimonial.soil-soul .c5-quote i.fa-quote-left {
  margin-left: 0.35em;
}
@media (min-width: 768px) {
  .c5-testimonial.soil-soul .c5-quote i.fa-quote-left {
    margin-left: -3.8em;
  }
}
.about-2 .c5-testimonial .c5-quote {
  font-family: 'Playfair Display', serif;
  margin: 0;
}
.about-2 .c5-testimonial .c5-quote strong,
.about-2 .c5-testimonial .c5-quote i {
  color: #7fa338 !important;
}
.about-2 .c5-testimonial .c5-quote i {
  font-size: 2.5rem;
}
.about-2 .c5-testimonial .c5-meta {
  margin-top: 30px;
}
.about-2 .c5-testimonial.soil-soul .c5-quote i.fa-quote-left {
  margin-left: 0.35em;
}
@media (min-width: 768px) {
  .about-2 .c5-testimonial.soil-soul .c5-quote i.fa-quote-left {
    margin-left: -3.8em;
  }
}
.content-header-frames > .frame:first-child > .frame-view {
  padding-top: 120px;
}
@media (min-width: 768px) {
  .content-header-frames > .frame:first-child > .frame-view {
    padding-top: 110px;
  }
}
@media (min-width: 1025px) {
  .content-header-frames > .frame:first-child > .frame-view {
    padding-top: 170px;
  }
}
.lity-iframe .lity-container {
  max-width: 94%;
}
.c5-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  max-width: 100%;
}
@media (max-width: 768px) {
  .c5-btn,
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    font-size: 20px;
    font-size: 2rem;
  }
}
.friends-join .c5-btn,
.friends-join .woocommerce #respond input#submit.alt,
.friends-join .woocommerce a.button.alt,
.friends-join .woocommerce button.button.alt,
.friends-join .woocommerce input.button.alt {
  text-overflow: inherit;
  white-space: pre-wrap;
  text-align: center;
  text-transform: none;
  margin-bottom: 15px;
  font-weight: bold;
}
.friends-join .c5-btn small,
.friends-join .woocommerce #respond input#submit.alt small,
.friends-join .woocommerce a.button.alt small,
.friends-join .woocommerce button.button.alt small,
.friends-join .woocommerce input.button.alt small {
  font-size: 17px;
  font-weight: normal;
}
@media (min-width: 768px) {
}
.content-feature.the-feature,
.content-header {
  background: transparent !important;
}
.friends-benefits .c5-item.snippet .item-header .heading {
  font-size: 22.68px;
  font-size: 2.268rem;
}
@media (min-width: 768px) {
  .friends-benefits .c5-item.snippet .item-header .heading {
    font-size: 25.2px;
    font-size: 2.52rem;
  }
}
@media (min-width: 1025px) {
  .friends-benefits .c5-item.snippet .item-header .heading {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.friends-benefits .c5-item.snippet .item-media i {
  position: relative;
  display: inline-block;
  font-size: 32px;
  line-height: 74px;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #7fa338;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.our-mission-list .c5-item.snippet {
  margin-bottom: 20px;
  /*
		&:nth-child(1) {
			i, .item-content .item-body {
				color: @brandColorPrimary;
			}
		}
		&:nth-child(2) {
			i, .item-content .item-body {
				color: @brandColorSecondary;
			}
		}
		&:nth-child(3) {
			i, .item-content .item-body {
				color: @brandColorTertiary;
			}
		}
*/
}
.our-mission-list .c5-item.snippet .item-header .heading {
  font-size: 18.63px;
  font-size: 1.863rem;
  margin: 0;
}
@media (min-width: 768px) {
  .our-mission-list .c5-item.snippet .item-header .heading {
    font-size: 20.7px;
    font-size: 2.07rem;
  }
}
@media (min-width: 1025px) {
  .our-mission-list .c5-item.snippet .item-header .heading {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.our-mission-list .c5-item.snippet .item-media {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .our-mission-list .c5-item.snippet .item-media {
    margin-top: 5px;
  }
  .our-mission-list .c5-item.snippet .item-media > i {
    margin-right: 15px;
    font-size: 30px;
  }
  .our-mission-list .c5-item.snippet .item-media > img {
    display: inline-block;
    max-height: 120px;
  }
}
.our-mission-list .c5-item.snippet .item-content {
  display: inline-block;
}
.our-mission-list .c5-item.snippet .item-content .item-body {
  font-style: italic;
  color: #7fa338;
  font-weight: bold;
  font-size: 16.2px;
  font-size: 1.62rem;
}
@media (min-width: 768px) {
  .our-mission-list .c5-item.snippet .item-content .item-body {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 1025px) {
  .our-mission-list .c5-item.snippet .item-content .item-body {
    font-size: 20px;
    font-size: 2rem;
  }
}
.video-wrap {
  max-width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
span.dropcap {
  color: #e5bb56;
  display: inline-block;
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  margin: 0 10px 5px 0;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #9ac24c;
  font-size: 81.31525px;
  font-size: 8.131525rem;
  height: 59.5px;
  line-height: 0.9;
  width: 68px;
  font-family: 'Roboto Slab';
  font-weight: normal;
}
@media (min-width: 768px) {
  span.dropcap {
    font-size: 85.595px;
    font-size: 8.5595rem;
  }
}
@media (min-width: 1025px) {
  span.dropcap {
    font-size: 90.1px;
    font-size: 9.01rem;
  }
}
.frameset .frame.header .article-media {
  margin-top: 1.2em;
}
.frameset .frame.header .article-content {
  margin-top: 1.2em;
}
.frameset .frame.header .article-header .subheading {
  display: none;
}
@media (min-width: 768px) {
  .frameset .frame.header .article-media {
    margin-top: 3em;
  }
  .frameset .frame.header .article-content {
    margin-top: 3em;
  }
}
@media (min-width: 1025px) {
  .frameset .frame.header .article-media {
    margin-top: 1.6em;
  }
  .frameset .frame.header .article-content {
    margin-top: 1.6em;
  }
}
.frameset .frame.header .article-media + .article-content {
  margin-top: 1em;
}
.frameset .frame.header .article-media + .article-content .article-header .heading {
  font-weight: normal;
}
.frameset .frame.header .article-header .heading {
  font-weight: bold;
  color: #fff;
  font-size: 37.905px;
  font-size: 3.7905rem;
}
@media (min-width: 768px) {
  .frameset .frame.header .article-header .heading {
    font-size: 39.9px;
    font-size: 3.99rem;
  }
}
@media (min-width: 1025px) {
  .frameset .frame.header .article-header .heading {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.frameset .frame.icon-header .article-media img {
  max-width: 56px;
}
.frameset .frame.icon-header .article-content {
  margin-top: 1em;
}
.frameset .frame.icon-header.body-align-left .article-content {
  margin-top: 0;
}
.frameset .frame.icon-header.body-align-left .article-media {
  float: left;
  margin-right: 10px;
}
.frameset .frame.icon-header.body-align-left .article-media img {
  max-height: 48px;
  margin-left: 0;
}
.frameset .frame.invert-text .c5-article .heading,
.frameset .frame.invert-text .c5-article .subheading,
.frameset .frame.invert-text .c5-article .lead,
.frameset .frame.invert-text .c5-article .article-body {
  color: #f0f0f2;
}
.frameset .frame.anonymous .c5_testimonial .c5-meta {
  margin-top: 0 !important;
}
.frameset .frame.tertiary {
  background: #d1aa2b;
}
.frameset .frame.feature {
  background: transparent;
}
.frameset .frame.feature > .frame-view {
  min-height: 90vh;
  padding-top: 120px;
}
.frameset .frame.feature > .frame-view > .frame-body {
  margin-top: 42px;
}
.frameset .frame.feature > .frame-view .article-content {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .frameset .frame.feature > .frame-view {
    background-position: right top;
    min-height: 570px;
    padding-top: 110px;
  }
}
@media (min-width: 1025px) {
  .frameset .frame.feature > .frame-view {
    background-position: right top;
    min-height: 820px;
    padding-top: 170px;
  }
}
@media (min-width: 1480px) {
  .frameset .frame.feature > .frame-view {
    min-height: 900px;
    padding-top: 190px;
  }
}
@media (max-width: 480px) {
  .frameset .frame.xxfobf > .frame-view {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 480px) {
  .frameset .frame.xxfobf > .frame-view {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .frameset .frame.xxfobf > .frame-view {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .frameset .frame.xxfobf > .frame-view {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) and (min-width: 768px) {
  .frameset .frame.xxfobf > .c5-lay {
    font-size: 0;
    width: 103%;
    margin-left: -3%;
    margin-top: -3%;
    margin-top: 0;
  }
  .frameset .frame.xxfobf > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: auto;
    margin-left: 3%;
    margin-top: 3%;
  }
  .frameset .frame.xxfobf > .c5-lay > * {
    margin-top: 0;
  }
  .frameset .frame.xxfobf .article-media,
  .frameset .frame.xxfobf .section-media {
    margin-bottom: 0;
    vertical-align: middle;
    width: 38%;
  }
  .frameset .frame.xxfobf .article-content,
  .frameset .frame.xxfobf .section-content {
    margin-bottom: 0;
    vertical-align: middle;
    width: 56%;
    overflow: auto;
  }
}
.frameset .frame.xxfobf .article-content {
  overflow: inherit;
}
.frameset .frame.bg1 {
  background-image: url("https://www.transparenttextures.com/patterns/purty-wood.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.frameset .frame.bg2 {
  background-image: url(https://www.transparenttextures.com/patterns/light-honeycomb.png);
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.frameset .frame.bg3 {
  background-image: url(https://www.transparenttextures.com/patterns/tileable-wood-colored.png);
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.frameset .frame.bg4 {
  background-image: url(https://www.transparenttextures.com/patterns/old-husks.png);
}
.frameset .frame.bg5 {
  background-image: url(/wp-content/uploads/metal.jpg);
}
.frameset .frame.bg6 {
  background: #ededef url(/wp-content/uploads/wheelbarrows-matte.jpg) center right / cover no-repeat;
}
.frameset .frame.bg7 {
  background: #ededef url(/wp-content/uploads/goat-sweet.jpg) center center / cover no-repeat;
}
.frameset .frame.card .frame-body {
  overflow: hidden;
  background: #fbfbf8 !important;
  border-bottom: 1px solid #7fa338;
  padding: 30px 5px;
}
.frameset .frame.card .frame-body .c5-article {
  border: none;
}
@media (min-width: 768px) {
  .frameset .frame.card .frame-body {
    padding: 35px 35px;
  }
}
.frameset .frame.meet-the-team > .frame-view {
  background: #ededef url(/wp-content/uploads/meet_the_team.jpg) center center / cover no-repeat;
}
.frameset .frame.meet-the-team .frame-body {
  background: url(/wp-content/themes/cogency5/images/overlay.png);
}
.frameset .frame .meet-team-content {
  opacity: 0;
}
.frameset .frame.about-header > .frame-view {
  background: #ededef url(/wp-content/uploads/barn-bg.jpg) center center / cover no-repeat;
}
.frameset .frame.about-header > .frame-view .article-media {
  display: none;
}
.frameset .frame.about2-header > .frame-view {
  background: #ededef url(/wp-content/uploads/about-header.jpg) center center / cover no-repeat;
}
@media (max-width: 768px) {
  .frameset .frame.about2-header > .frame-view {
    background-position: 95%;
  }
}
.frameset .frame.about2-header > .frame-view .article-header {
  margin-bottom: 0;
}
.frameset .frame.about2-header > .frame-view .article-header .heading {
  line-height: 75px;
}
@media (min-width: 768px) {
  .frameset .frame.about2-header > .frame-view .article-header .heading {
    line-height: 360px;
    font-size: 54px;
  }
}
.frameset .frame.about2-header > .frame-view .article-media {
  display: none;
}
.frameset .frame.about2-header > .frame-view .article-footer {
  display: none;
}
.frameset .frame.market-header > .frame-view {
  background: #ededef url(/wp-content/uploads/market-header.jpg) center center / cover no-repeat;
}
.frameset .frame.market-header > .frame-view .article-media {
  display: none;
}
.frameset .frame.news-header > .frame-view {
  background: #ededef url(/wp-content/uploads/inTheNews-1.jpg) center center / cover no-repeat;
}
.frameset .frame.news-header > .frame-view .article-media img {
  width: 60px;
}
.frameset .frame.volunteer-header > .frame-view {
  background: #ededef url(/wp-content/uploads/volunteer.jpg) center center / cover no-repeat;
}
.frameset .frame.volunteer-header > .frame-view .article-media {
  display: none;
}
.frameset .frame.friends-header {
  background: url(/wp-content/uploads/friends-header.png) center bottom no-repeat;
  padding-bottom: 150px;
}
@media (min-width: 768px) {
  .frameset .frame.friends-header {
    padding-bottom: 220px;
  }
}
.frameset .frame.friends-header p {
  font-size: 16.2624px;
  font-size: 1.62624rem;
}
@media (min-width: 768px) {
  .frameset .frame.friends-header p {
    font-size: 18.48px;
    font-size: 1.848rem;
  }
}
@media (min-width: 1025px) {
  .frameset .frame.friends-header p {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.frameset .frame.friends-header .article-header .heading {
  color: #4d4d4e;
}
.frameset .frame.friends-header .article-content {
  margin-top: 0;
}
.frameset .frame.friends-header .friends-join {
  margin-top: 30px;
}
.frameset .frame.friends-header .fobf-donation {
  margin-top: 2em;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
  .frameset .frame.friends-header .fobf-donation .c5-btn,
  .frameset .frame.friends-header .fobf-donation .woocommerce #respond input#submit.alt,
  .frameset .frame.friends-header .fobf-donation .woocommerce a.button.alt,
  .frameset .frame.friends-header .fobf-donation .woocommerce button.button.alt,
  .frameset .frame.friends-header .fobf-donation .woocommerce input.button.alt {
    float: left;
    margin-bottom: 0px;
    margin-right: 30px;
  }
}
.frameset .frame.friends-header .fobf-donation p {
  font-size: inherit;
  margin: 0;
}
.frameset .frame.friends-header .fobf-donation p a {
  color: #af4a47;
  text-decoration: underline;
  white-space: nowrap;
}
.frameset .frame.our-farm.header {
  background: #ededef url(/wp-content/uploads/egg-farm.jpg) center top / cover no-repeat;
}
@media (min-width: 1025px) {
  .frameset .frame.our-farm.header {
    min-height: 410px;
  }
}
.frameset .frame.fobf {
  min-height: 280px;
  background: #ededef url(/wp-content/uploads/friends-bg.jpg) center bottom / cover no-repeat;
}
@media (min-width: 768px) {
  .frameset .frame.fobf {
    min-height: 480px;
  }
}
@media (min-width: 1025px) {
  .frameset .frame.fobf {
    min-height: 520px;
  }
  .frameset .frame.fobf > .frame-view {
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 60px;
  }
}
.frameset .frame.fobf .article-header .headingxxx {
  display: inline-block;
  position: relative;
  top: 40px;
}
.frameset .frame.bonton-stats {
  background: #ededef url(/wp-content/uploads/bonton-bg.jpg) center right / cover no-repeat;
}
.frameset .frame.story-header > .frame-view {
  background: #ededef url(/wp-content/uploads/reflecting.jpg) center bottom / cover no-repeat;
}
@media (min-width: 768px) {
  .frameset .frame.story-header > .frame-view {
    background-position: right bottom;
  }
}
@media (min-width: 1025px) {
  .frameset .frame.story-header > .frame-view {
    background-position: center right;
  }
}
.frameset .frame.story-video .article-body {
  max-width: 96%;
}
.frameset .frame.story-video .article-body p {
  max-width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.frameset .frame.story-video .article-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.frameset .frame.story-content .article-body > .c5-lay img {
  line-height: 1em;
  margin-bottom: 27px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .frameset .frame.story-content .article-body > .c5-lay {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 38.4px;
    -moz-column-gap: 38.4px;
    column-gap: 38.4px;
  }
}
.frameset .frame.story-intro iframe {
  width: 100%;
  max-width: 100%;
}
.frameset .frame.story-intro .c5-article {
  text-align: left;
}
.frameset .frame.story-intro .c5-article .article-media {
  display: none;
}
@media (min-width: 768px) {
  .frameset .frame.story-intro .c5-article .article-body {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin: 0;
  }
  .frameset .frame.story-intro .c5-article .article-header {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -5px;
    width: 50%;
    margin: 0;
    padding: 0;
    margin-right: 4%;
  }
  .frameset .frame.story-intro .c5-article .article-header .lead {
    font-weight: normal;
    line-height: 1.4;
    font-size: 18.05px;
    font-size: 1.805rem;
  }
  .frameset .frame.story-intro .c5-article .article-header .lead em {
    color: #9ac24c;
    font-weight: bold;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .frameset .frame.story-intro .c5-article .article-header .lead {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  .frameset .frame.story-intro .c5-article .article-header .lead {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .frameset .frame.story-intro.article-header-third .c5-article .article-body {
    width: 64%;
  }
  .frameset .frame.story-intro.article-header-third .c5-article .article-header {
    width: 30%;
  }
}
.frameset .frame.mission-statement h2,
.frameset .frame.mission-statement .frameset > .frame.headings-smaller h1 {
  margin: 0;
  line-height: 1.4;
}
.c5-article.our-mission-list {
  padding: 0 3%;
}
.c5-article.fotf-appeal {
  padding-top: 25px;
}
.c5-article.fotf-appeal .c5-btn,
.c5-article.fotf-appeal .woocommerce #respond input#submit.alt,
.c5-article.fotf-appeal .woocommerce a.button.alt,
.c5-article.fotf-appeal .woocommerce button.button.alt,
.c5-article.fotf-appeal .woocommerce input.button.alt {
  font-size: 16px;
}
@media (min-width: 768px) {
  .c5-article.fotf-appeal {
    padding-top: 0;
  }
  .c5-article.fotf-appeal .c5-btn,
  .c5-article.fotf-appeal .woocommerce #respond input#submit.alt,
  .c5-article.fotf-appeal .woocommerce a.button.alt,
  .c5-article.fotf-appeal .woocommerce button.button.alt,
  .c5-article.fotf-appeal .woocommerce input.button.alt {
    font-size: 21px;
  }
}
.feature-content .article-header {
  margin-bottom: 0;
}
.feature-content .article-header .heading {
  margin-bottom: 0;
}
.feature-content .article-body {
  margin: 0;
}
@media (max-width: 767px) {
  .feature-content .article-media img {
    max-width: 100%;
  }
  .feature-content .c5-btn,
  .feature-content .woocommerce #respond input#submit.alt,
  .feature-content .woocommerce a.button.alt,
  .feature-content .woocommerce button.button.alt,
  .feature-content .woocommerce input.button.alt {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) {
  .feature-content .article-media img {
    max-width: 60%;
  }
}
.feature-content .c5-btn,
.feature-content .woocommerce #respond input#submit.alt,
.feature-content .woocommerce a.button.alt,
.feature-content .woocommerce button.button.alt,
.feature-content .woocommerce input.button.alt {
  margin-top: 40px;
  color: white;
  border: 2px solid #f2f2ed;
  background-color: rgba(55, 55, 55, 0.4);
}
.friends-benefits .article-body {
  padding-top: 20px;
}
.friends-benefits .article-body .c5-item.snippet {
  margin-top: 3% !important;
}
.c5-article.food-desert {
  background: #fbfbf8;
  padding: 6%;
}
@media (min-width: 768px) {
  .c5-article.food-desert {
    max-width: 50%;
    padding: 60px 4% !important;
  }
}
.contact-header-content .article-header {
  margin-bottom: 0 !important;
}
.contact-header-content .article-header .heading {
  margin-bottom: 0 !important;
}
.contact-header-content .article-body {
  display: none !important;
}
.definition {
  margin-top: 40px;
  border: 1px solid #fff;
  padding: 3px 30px 25px 20px;
  font-size: 15px;
  background: #f2f2ed;
}
.c5-article.our-farm-intro .article-header,
.c5-article.our-farm-intro .lead {
  margin-bottom: 0;
}
.c5-article.our-farm-intro .article-media img {
  max-width: 48px;
}
.c5-article.our-farm-intro .heading {
  font-weight: bold;
  margin-top: 20px;
}
.c5-article.our-farm-intro .article-body {
  display: none;
}
.c5-header .heading {
  margin-bottom: 30px;
}
.our-team-content {
  background: #af4a47;
}
.our-team-content .article-media {
  max-height: 620px;
  overflow: hidden;
}
.our-team-content .article-media img {
  width: 100%;
  height: 100%;
}
.our-team-content .article-content {
  padding: 6%;
}
.our-team-content .article-content .heading {
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .fobf-content .article-media {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .fobf-content .article-media img {
    max-width: 110px;
  }
  .fobf-content .article-content {
    margin: 0;
  }
  .fobf-content .article-header {
    margin-bottom: 15px !important;
  }
  .fobf-content .article-header .heading {
    margin-bottom: 10px;
  }
  .fobf-content .article-header .subheading {
    margin-bottom: 0;
  }
  .fobf-content .article-header .lead {
    display: none !important;
  }
  .fobf-content .article-body {
    margin-top: 0;
  }
  .fobf-content .c5-btn,
  .fobf-content .woocommerce #respond input#submit.alt,
  .fobf-content .woocommerce a.button.alt,
  .fobf-content .woocommerce button.button.alt,
  .fobf-content .woocommerce input.button.alt {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .fobf-content .article-media img {
    max-width: 145px;
  }
  .fobf-content .article-header {
    margin-bottom: 10px;
  }
  .fobf-content .heading {
    display: none;
  }
  .fobf-content .subheading {
    margin-bottom: 10px;
  }
  .fobf-content .lead {
    margin-bottom: 0;
  }
  .fobf-content .c5-btn,
  .fobf-content .woocommerce #respond input#submit.alt,
  .fobf-content .woocommerce a.button.alt,
  .fobf-content .woocommerce button.button.alt,
  .fobf-content .woocommerce input.button.alt {
    margin-top: 0;
    font-size: 16px;
  }
  .fobf-content .article-body {
    margin-top: 0;
  }
  .fobf-content .c5-btn,
  .fobf-content .woocommerce #respond input#submit.alt,
  .fobf-content .woocommerce a.button.alt,
  .fobf-content .woocommerce button.button.alt,
  .fobf-content .woocommerce input.button.alt {
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .fobf-content .article-media img {
    max-width: 100%;
  }
  .fobf-content .heading {
    display: block;
  }
}
.fobf-content .c5-btn,
.fobf-content .woocommerce #respond input#submit.alt,
.fobf-content .woocommerce a.button.alt,
.fobf-content .woocommerce button.button.alt,
.fobf-content .woocommerce input.button.alt {
  margin-top: 10px;
  background-color: #c8605d;
  border-color: #efd0cf;
}
.our-farm-content .article-header {
  margin: auto;
  margin-bottom: 50px;
  max-width: 640px;
  margin-bottom: 0;
}
.our-farm-content .article-header .heading {
  margin-bottom: 20px;
}
.our-farm-content .article-body {
  margin-top: 45px;
}
.our-farm-content .article-body > .c5-lay > p {
  font-size: 0;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
}
.our-farm-content .article-body > .c5-lay > p > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 33.33333333%;
  margin-left: 0%;
  margin-top: 0%;
  vertical-align: top;
}
@media (max-width: 768px) {
  .our-farm-content .article-body > .c5-lay {
    max-width: 100%;
    overflow-x: auto;
  }
  .our-farm-content .article-body > .c5-lay > p {
    min-width: 810px;
  }
}
@media (max-width: 480px) {
  .our-farm-content .article-body {
    margin-top: 30px;
  }
  .our-farm-content .article-body > .c5-lay > p {
    min-width: 825px;
  }
}
.our-farm-content .c5-btn,
.our-farm-content .woocommerce #respond input#submit.alt,
.our-farm-content .woocommerce a.button.alt,
.our-farm-content .woocommerce button.button.alt,
.our-farm-content .woocommerce input.button.alt {
  margin-top: 20px;
  font-size: 20px;
  font-size: 2rem;
}
.cart-tab.dark a.cart-parent,
.cart-tab.dark {
  background: #313130;
  color: #f2f2ed;
}
@media (min-width: 768px) {
  .cart-tab {
    top: 7em;
  }
}
@media (min-width: 1025px) {
  .cart-tab {
    top: 8.5em;
  }
}
.woocommerce .frameset > .frame > .frame-view > .frame-header {
  margin-top: 100px;
  margin-bottom: 0;
}
.woocommerce.post-type-archive .page-title {
  display: none;
}
form.checkout.woocommerce-checkout {
  font-size: 16px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  font-size: 14px;
}
.woocommerce-info {
  background: transparent;
  border-top-color: #9ac24c;
}
.woocommerce-info:before {
  color: #9ac24c;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  text-align: center;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  box-shadow: none;
  border: 1px solid #9ac24c;
}
.woocommerce form .form-row input.input-text {
  height: 38px;
  padding-left: 5px;
  padding-right: 5px;
}
.woocommerce form .form-row textarea {
  padding: 5px;
}
.cart table.cart td.actions .coupon .input-text {
  min-width: 120px;
  margin-right: 20px;
  height: 38px;
  padding-left: 5px;
  padding-right: 5px;
}
.woocommerce div.product div.images {
  max-width: 513px;
  width: 42%;
}
.cart .frameset > .frame > .frame-view > .frame-header,
.checkout .frameset > .frame > .frame-view > .frame-header {
  margin-bottom: 0;
}
.woocommerce a.button.product_type_variable.add_to_cart_button,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: #f2f2ed;
  display: block;
  overflow: hidden;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  background: #e7e7de;
  cursor: pointer;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .frameset > .frame.headings-smaller h2,
.woocommerce-page ul.products li.product .frameset > .frame.headings-smaller h2,
.woocommerce ul.products li.product .frameset > .frame.headings-smaller blockquote,
.woocommerce-page ul.products li.product .frameset > .frame.headings-smaller blockquote,
.woocommerce ul.products li.product .frameset > .frame.headings-smaller blockquote > i,
.woocommerce-page ul.products li.product .frameset > .frame.headings-smaller blockquote > i,
.woocommerce ul.products li.product .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
.woocommerce-page ul.products li.product .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  padding: 0 10px;
}
.woocommerce ul.products li.product .price xxxs,
.woocommerce ul.products li.product .price del {
  float: left;
  overflow: hidden;
  margin-right: 20px;
}
.woocommerce div.product div.summary {
  width: 54%;
}
.woocommerce ul.products li.product a {
  display: block;
  color: #202023;
}
.woocommerce ul.products li.product a:hover,
.woocommerce ul.products li.product a img:hover {
  cursor: pointer !important;
}
.woocommerce ul.products li.product .price {
  font-size: 18.9525px;
  font-size: 1.89525rem;
}
@media (min-width: 768px) {
  .woocommerce ul.products li.product .price {
    font-size: 19.95px;
    font-size: 1.995rem;
  }
}
@media (min-width: 1025px) {
  .woocommerce ul.products li.product .price {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.woocommerce a > h3,
.woocommerce a > .frameset > .frame.headings-smaller h2,
.woocommerce a > .frameset > .frame.headings-smaller blockquote,
.woocommerce a > .frameset > .frame.headings-smaller blockquote > i,
.woocommerce a > .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  min-height: 60px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
}
.woocommerce.single-product .product_meta {
  display: none;
}
.woocommerce .sku_wrapper {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom-color: #f2f2ed;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  border: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
  background: #f2f2ed;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #f2f2ed;
}
.woocommerce .frameset > .frame.headings-smaller blockquote {
  margin: 0px 64px;
}
.woocommerce .frameset > .frame.headings-smaller blockquote p {
  margin-top: 0;
}
.woocommerce .quantity .qty {
  background: transparent;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  height: 36px;
}
.woocommerce div.product form.cart div.quantity {
  margin-bottom: 20px;
}
.woocommerce div.product form.cart .button {
  margin-left: 20px;
  background: #7fa338;
  font-family: 'Roboto Slab', sans-serif;
  text-transform: uppercase;
}
.woocommerce div.product form.cart div.quantity:before {
  content: 'Qty';
  display: inline-block;
  width: 60px;
  font-weight: bold;
}
.woocommerce div.product form.cart {
  margin-top: 36px;
}
.woocommerce div.product form.cart .variations {
  width: auto;
}
.woocommerce div.product form.cart .variations .label {
  width: 64px;
}
.woocommerce-ordering {
  position: relative;
  border: 1px solid #e5e5e5;
}
.woocommerce div.product form.cart .variations .value {
  position: relative;
  margin-top: 40px;
}
.woocommerce div.product form.cart .variations .value:after,
.woocommerce-ordering:after {
  content: '\f107';
  position: absolute;
  font-family: 'FontAwesome';
  right: 60px;
  top: 3px;
  pointer-events: none;
}
.woocommerce div.product form.cart .variations select,
.woocommerce-ordering select {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  position: relative;
  line-height: 1;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  outline: 0;
  padding: 0 40px 0 15px;
  cursor: pointer;
}
.woocommerce .payment_method_stripe label img {
  width: 32px;
}
.c5-news .article-date {
  font-family: 'Roboto Slab', sans-serif;
}
@media (min-width: 940px) {
  .c5-site-header {
    padding: 0;
  }
  .c5-site-header-items > .c5-site-branding {
    padding-top: 7px;
    padding-bottom: 5px;
  }
  .c5-site-header-items > .c5-site-nav {
    vertical-align: top;
  }
}
.c5-nav-primary > .c5-lay > * {
  margin-top: 0px;
}
.c5-nav-secondary {
  background: #575756;
  text-align: right;
}
@media (min-width: 940px) {
  .c5-nav-secondary {
    display: block;
    background: transparent;
  }
  .smaller-header .c5-site-nav .c5-lay-menu-secondary .menu-item > a {
    line-height: 0.5;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .smaller-header .c5-site-nav .c5-lay-menu-primary {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .smaller-header .c5-site-social a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c5-site-nav .c5-lay-menu-primary {
    padding-top: 24px;
  }
  .c5-site-nav .c5-lay-menu-secondary {
    display: inline-block;
    text-align: right;
    font-size: 0;
  }
  .c5-site-nav .c5-lay-menu-secondary > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: auto;
  }
  .c5-site-nav .c5-lay-menu-secondary .menu-item {
    border-radius: 0;
    border: 2px solid #202023;
    background: #202023;
  }
  .c5-site-nav .c5-lay-menu-secondary .menu-item:hover {
    border: 2px solid #f2f2ed;
  }
  .c5-site-nav .c5-lay-menu-secondary .menu-item > a {
    line-height: 1.6;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 0;
  }
}
.menu-item.donate {
  background: #7fa338 !important;
  border: 2px solid #7fa338 !important;
}
.menu-item.donate:hover {
  border: 2px solid #f2f2ed !important;
}
.menu-item.donate > a {
  font-weight: bold !important;
}
@media (max-width: 940px) {
  .smaller-header .c5-site-social {
    top: -58px;
  }
}
.smaller-header .c5-site-social a {
  padding: 0.26em 0.3em;
  line-height: 0.5;
}
.c5-site-social {
  display: inline-block;
  vertical-align: top;
}
.c5-site-social a {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.49em 0.9em;
  line-height: 1.6;
  color: #fff;
  background-color: #202023;
  border: 2px solid transparent;
  transition: line-height 200ms ease-in, padding 200ms ease-in;
}
.c5-site-social a:hover {
  border: 2px solid #f2f2ed !important;
}
@media (max-width: 940px) {
  .c5-site-social {
    text-align: left;
    display: block;
    padding-left: 0.5em;
  }
  .c5-site-social a {
    padding: 0.49em;
    line-height: 1.1;
    background-color: #575756;
    border-radius: 3px;
  }
}
