/**
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 #ddddd9;
}
.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 #4a8bd5;
  border-bottom: 1px solid #225997;
}
.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 #da6081;
  border-bottom: 1px solid #ad274c;
}
.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 #636360;
  border-bottom: 1px solid #2f2f2e;
}
.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: #ffffff;
}
.m-zebra:nth-child(odd),
.c5-file:nth-child(odd) {
  background: #ebebe9;
}
.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: #317bd0;
}
.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: #2867af;
}
.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: #d5476d;
}
.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: #c52d56;
}
.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: #535351;
}
.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: #3f3f3d;
}
html {
  font-size: 0.625rem;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  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: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: -0.5px;
  font-style: normal;
}
.type-subheadings,
.c5-item .item-header h1,
.c6-section-heading,
.c5-header .subheading,
.section-title,
.c5-person .xc5-role,
.c5-calltoaction .c5-phone {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: -0.5px;
  font-style: normal;
}
.type-leads,
.c5-header .lead,
.c5-person .c5-name,
.c5-calltoaction .c5-description,
.c5-person .c5-role {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: -0.5px;
  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,
.help #support-trio-content h1,
.help #support-trio-content h2,
.help #support-trio-content h3,
.help #support-trio-content 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,
.help #support-trio-content .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,
.help #support-trio-content .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,
.help #support-trio-content .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,
.help #support-trio-content .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,
.help #support-trio-content .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.35;
  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: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.35;
  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 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
  font-style: normal;
}
h1 {
  font-size: 27.0848px;
  font-size: 2.70848rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 29.44px;
    font-size: 2.944rem;
  }
}
@media (min-width: 1025px) {
  h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
h2,
.frameset > .frame.headings-smaller h1 {
  font-size: 20.3136px;
  font-size: 2.03136rem;
}
@media (min-width: 768px) {
  h2,
  .frameset > .frame.headings-smaller h1 {
    font-size: 22.08px;
    font-size: 2.208rem;
  }
}
@media (min-width: 1025px) {
  h2,
  .frameset > .frame.headings-smaller h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
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: 'Montserrat', sans-serif;
  font-size: 16.87675px;
  font-size: 1.687675rem;
  font-style: italic;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 17.765px;
    font-size: 1.7765rem;
  }
}
@media (min-width: 1025px) {
  blockquote {
    font-size: 18.7px;
    font-size: 1.87rem;
  }
}
blockquote > i {
  font-size: 15.147px;
  font-size: 1.5147rem;
}
@media (min-width: 768px) {
  blockquote > i {
    font-size: 16.83px;
    font-size: 1.683rem;
  }
}
@media (min-width: 1025px) {
  blockquote > i {
    font-size: 18.7px;
    font-size: 1.87rem;
  }
}
.full-type h1 {
  font-size: 27.0848px;
  font-size: 2.70848rem;
}
@media (min-width: 768px) {
  .full-type h1 {
    font-size: 29.44px;
    font-size: 2.944rem;
  }
}
@media (min-width: 1025px) {
  .full-type h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.full-type h2,
.full-type .frameset > .frame.headings-smaller h1 {
  font-size: 20.3136px;
  font-size: 2.03136rem;
}
@media (min-width: 768px) {
  .full-type h2,
  .full-type .frameset > .frame.headings-smaller h1 {
    font-size: 22.08px;
    font-size: 2.208rem;
  }
}
@media (min-width: 1025px) {
  .full-type h2,
  .full-type .frameset > .frame.headings-smaller h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.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: 'Montserrat', sans-serif;
  font-size: 16.87675px;
  font-size: 1.687675rem;
  font-style: italic;
}
@media (min-width: 768px) {
  .full-type blockquote {
    font-size: 17.765px;
    font-size: 1.7765rem;
  }
}
@media (min-width: 1025px) {
  .full-type blockquote {
    font-size: 18.7px;
    font-size: 1.87rem;
  }
}
.full-type blockquote > i {
  font-size: 15.147px;
  font-size: 1.5147rem;
}
@media (min-width: 768px) {
  .full-type blockquote > i {
    font-size: 16.83px;
    font-size: 1.683rem;
  }
}
@media (min-width: 1025px) {
  .full-type blockquote > i {
    font-size: 18.7px;
    font-size: 1.87rem;
  }
}
.summary-type h1 {
  font-size: 23.6992px;
  font-size: 2.36992rem;
}
@media (min-width: 768px) {
  .summary-type h1 {
    font-size: 25.76px;
    font-size: 2.576rem;
  }
}
@media (min-width: 1025px) {
  .summary-type h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.summary-type h2,
.summary-type .frameset > .frame.headings-smaller h1 {
  font-size: 20.3136px;
  font-size: 2.03136rem;
}
@media (min-width: 768px) {
  .summary-type h2,
  .summary-type .frameset > .frame.headings-smaller h1 {
    font-size: 22.08px;
    font-size: 2.208rem;
  }
}
@media (min-width: 1025px) {
  .summary-type h2,
  .summary-type .frameset > .frame.headings-smaller h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.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: 14.3888px;
  font-size: 1.43888rem;
}
@media (min-width: 768px) {
  .summary-type h4 {
    font-size: 15.64px;
    font-size: 1.564rem;
  }
}
@media (min-width: 1025px) {
  .summary-type h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.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: 14.3888px;
  font-size: 1.43888rem;
}
@media (min-width: 768px) {
  .aside-type h2,
  .aside-type .frameset > .frame.headings-smaller h1 {
    font-size: 15.64px;
    font-size: 1.564rem;
  }
}
@media (min-width: 1025px) {
  .aside-type h2,
  .aside-type .frameset > .frame.headings-smaller h1 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.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', sans-serif;
  font-weight: 600;
  line-height: 1.1;
  text-transform: none;
  text-shadow: none;
  letter-spacing: 1px;
  color: #000;
  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: #d13660;
  background: #f5f5f5;
}
.menu-item.current-menu-item > a,
.menu-item.current-menu-parent > a {
  background: transparent;
  color: #d13660;
}
a {
  color: #d13660;
  text-decoration: none;
}
a:hover,
a:active {
  color: #ad274c;
  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: #141417;
}
.c5-view-summary h1,
.c5-summ h1 {
  font-size: 23.6992px;
  font-size: 2.36992rem;
}
@media (min-width: 768px) {
  .c5-view-summary h1,
  .c5-summ h1 {
    font-size: 25.76px;
    font-size: 2.576rem;
  }
}
@media (min-width: 1025px) {
  .c5-view-summary h1,
  .c5-summ h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.c5-view-summary h2,
.c5-summ h2,
.c5-view-summary .frameset > .frame.headings-smaller h1,
.c5-summ .frameset > .frame.headings-smaller h1 {
  font-size: 20.3136px;
  font-size: 2.03136rem;
}
@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: 22.08px;
    font-size: 2.208rem;
  }
}
@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: 24px;
    font-size: 2.4rem;
  }
}
.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: 14.3888px;
  font-size: 1.43888rem;
}
@media (min-width: 768px) {
  .c5-view-summary h4,
  .c5-summ h4 {
    font-size: 15.64px;
    font-size: 1.564rem;
  }
}
@media (min-width: 1025px) {
  .c5-view-summary h4,
  .c5-summ h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.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: 14.3888px;
  font-size: 1.43888rem;
}
@media (min-width: 768px) {
  .aside-frames .frame h2,
  .aside-frames .frame .frameset > .frame.headings-smaller h1 {
    font-size: 15.64px;
    font-size: 1.564rem;
  }
}
@media (min-width: 1025px) {
  .aside-frames .frame h2,
  .aside-frames .frame .frameset > .frame.headings-smaller h1 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.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;
  }
}
h2,
.frameset > .frame.headings-smaller h1 {
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  h2,
  .frameset > .frame.headings-smaller h1 {
    margin: 19.8px 0 0 0;
  }
}
.c5-item .item-header h1 {
  font-size: 19.44px;
  font-size: 1.944rem;
}
@media (min-width: 768px) {
  .c5-item .item-header h1 {
    font-size: 21.6px;
    font-size: 2.16rem;
  }
}
@media (min-width: 1025px) {
  .c5-item .item-header h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* =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);
  }
}
/*
.frame-scheme( @scheme ) when (@scheme = 'warm') {
	@schemeHeadingColor: @wayBlack;
	@schemeSubheadingColor: @wayBlack;
	@schemeLeadColor: @wayBlack;
	@schemeBodyColor: @wayBlack;
	@schemeBg: @wayWarmWhite;
	@schemeHeaderBg: @wayWhite;
	@schemeBodyBg: transparent;
	@schemeFooterBg: @wayBlack;
	@schemeIconColor: @brandColorPrimary;
	.scheme();
}
.frame-scheme() {
	&.warm {
		.frame-scheme( 'warm' );
	}
}
*/
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: #b5294f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(181, 41, 79, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(181, 41, 79, 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: #b5294f;
}
.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.5%;
}
.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.5%;
}
.c5-form .inline-field-2:nth-child(1n + 0) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .c5-form .inline-field-2 {
    width: 48.75%;
    min-width: 80px;
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 2.5%;
  }
  .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.5%;
  }
  .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.5%;
}
.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.5%;
}
.c5-form .inline-field-3:nth-child(1n + 0) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .c5-form .inline-field-3 {
    width: 48.75%;
    min-width: 80px;
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 2.5%;
  }
  .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.5%;
  }
  .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.5%;
}
.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.5%;
}
.c5-form .inline-field-4:nth-child(1n + 0) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .c5-form .inline-field-4 {
    width: 48.75%;
    min-width: 80px;
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 2.5%;
  }
  .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.5%;
  }
  .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.5%;
}
.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.5%;
}
.c5-form .inline-field-5:nth-child(1n + 0) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .c5-form .inline-field-5 {
    width: 48.75%;
    min-width: 80px;
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 2.5%;
  }
  .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.5%;
  }
  .c5-form .inline-field-5:nth-child(2n + 0) {
    margin-right: 0;
  }
}
.c5-form .inline-field-6 {
  width: 48.75%;
  min-width: 80px;
  display: inline-block;
  clear: none;
  float: left;
  margin-right: 2.5%;
}
.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.5%;
}
.c5-form .inline-field-6:nth-child(2n + 0) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .c5-form .inline-field-6 {
    width: 48.75%;
    min-width: 80px;
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 2.5%;
  }
  .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.5%;
  }
  .c5-form .inline-field-6:nth-child(2n + 0) {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .c5-form .inline-field-6 {
    width: 48.75%;
    min-width: 80px;
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 2.5%;
  }
  .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.5%;
  }
  .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;
}
html {
  font-family: sans-serif;
}
* {
  box-sizing: border-box;
}
a.c6-btn {
  display: inline-block;
  text-decoration: none;
  color: #444;
  border: 1px solid #aaa;
  border-radius: 3px;
  font-size: 18px;
  padding: 10px 15px;
  background: #fafafa;
}
a.c6-btn:hover {
  background: #fff;
}
.pink {
  background: pink;
}
.c6-meta-box {
  width: 100%;
  background: #fdfcfc;
  border: 2px solid #fff;
  border-bottom: 2px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.c6-form-submit-meta {
  margin-top: 15px;
  margin-bottom: 0;
}
.c6-section-heading {
  font-size: 19.44px;
  font-size: 1.944rem;
  text-transform: none;
  font-weight: 600;
  margin: 15px 0 10px;
}
@media (min-width: 768px) {
  .c6-section-heading {
    font-size: 21.6px;
    font-size: 2.16rem;
  }
}
@media (min-width: 1025px) {
  .c6-section-heading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c6-section-lead {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
  margin: 10px 0;
}
.lay-inline,
.lay-inline-1,
.lay-inline-2,
.lay-inline-3,
.lay-inline-4,
.lay-inline-5,
.m-inline-auto {
  font-size: 0;
  margin-left: -3%;
}
.lay-inline > *,
.lay-inline-1 > *,
.lay-inline-2 > *,
.lay-inline-3 > *,
.lay-inline-4 > *,
.lay-inline-5 > *,
.m-inline-auto > * {
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
  width: 97%;
}
@media (max-width: 599px) {
  .lay-inline > .m-inline-auto,
  .lay-inline-1 > .m-inline-auto,
  .lay-inline-2 > .m-inline-auto,
  .lay-inline-3 > .m-inline-auto,
  .lay-inline-4 > .m-inline-auto,
  .lay-inline-5 > .m-inline-auto,
  .m-inline-auto > .m-inline-auto {
    width: auto;
  }
  .lay-inline > .m-inline-100,
  .lay-inline-1 > .m-inline-100,
  .lay-inline-2 > .m-inline-100,
  .lay-inline-3 > .m-inline-100,
  .lay-inline-4 > .m-inline-100,
  .lay-inline-5 > .m-inline-100,
  .m-inline-auto > .m-inline-100 {
    width: 97%;
  }
  .lay-inline > .m-inline-50,
  .lay-inline-1 > .m-inline-50,
  .lay-inline-2 > .m-inline-50,
  .lay-inline-3 > .m-inline-50,
  .lay-inline-4 > .m-inline-50,
  .lay-inline-5 > .m-inline-50,
  .m-inline-auto > .m-inline-50 {
    width: 47%;
  }
  .lay-inline > .m-inline-40,
  .lay-inline-1 > .m-inline-40,
  .lay-inline-2 > .m-inline-40,
  .lay-inline-3 > .m-inline-40,
  .lay-inline-4 > .m-inline-40,
  .lay-inline-5 > .m-inline-40,
  .m-inline-auto > .m-inline-40 {
    width: 37%;
  }
  .lay-inline > .m-inline-33,
  .lay-inline-1 > .m-inline-33,
  .lay-inline-2 > .m-inline-33,
  .lay-inline-3 > .m-inline-33,
  .lay-inline-4 > .m-inline-33,
  .lay-inline-5 > .m-inline-33,
  .m-inline-auto > .m-inline-33 {
    width: 30.333%;
  }
  .lay-inline > .m-inline-25,
  .lay-inline-1 > .m-inline-25,
  .lay-inline-2 > .m-inline-25,
  .lay-inline-3 > .m-inline-25,
  .lay-inline-4 > .m-inline-25,
  .lay-inline-5 > .m-inline-25,
  .m-inline-auto > .m-inline-25 {
    width: 22%;
  }
  .lay-inline > .m-inline-20,
  .lay-inline-1 > .m-inline-20,
  .lay-inline-2 > .m-inline-20,
  .lay-inline-3 > .m-inline-20,
  .lay-inline-4 > .m-inline-20,
  .lay-inline-5 > .m-inline-20,
  .m-inline-auto > .m-inline-20 {
    width: 17%;
  }
  .lay-inline > .m-inline-16,
  .lay-inline-1 > .m-inline-16,
  .lay-inline-2 > .m-inline-16,
  .lay-inline-3 > .m-inline-16,
  .lay-inline-4 > .m-inline-16,
  .lay-inline-5 > .m-inline-16,
  .m-inline-auto > .m-inline-16 {
    width: 13.333%;
  }
}
@media (min-width: 600px) {
  .lay-inline > .inline-100,
  .lay-inline-1 > .inline-100,
  .lay-inline-2 > .inline-100,
  .lay-inline-3 > .inline-100,
  .lay-inline-4 > .inline-100,
  .lay-inline-5 > .inline-100,
  .m-inline-auto > .inline-100 {
    width: 97%;
  }
  .lay-inline > .inline-50,
  .lay-inline-1 > .inline-50,
  .lay-inline-2 > .inline-50,
  .lay-inline-3 > .inline-50,
  .lay-inline-4 > .inline-50,
  .lay-inline-5 > .inline-50,
  .m-inline-auto > .inline-50 {
    width: 47%;
  }
  .lay-inline > .inline-40,
  .lay-inline-1 > .inline-40,
  .lay-inline-2 > .inline-40,
  .lay-inline-3 > .inline-40,
  .lay-inline-4 > .inline-40,
  .lay-inline-5 > .inline-40,
  .m-inline-auto > .inline-40 {
    width: 37%;
  }
  .lay-inline > .inline-33,
  .lay-inline-1 > .inline-33,
  .lay-inline-2 > .inline-33,
  .lay-inline-3 > .inline-33,
  .lay-inline-4 > .inline-33,
  .lay-inline-5 > .inline-33,
  .m-inline-auto > .inline-33 {
    width: 30.333%;
  }
  .lay-inline > .inline-25,
  .lay-inline-1 > .inline-25,
  .lay-inline-2 > .inline-25,
  .lay-inline-3 > .inline-25,
  .lay-inline-4 > .inline-25,
  .lay-inline-5 > .inline-25,
  .m-inline-auto > .inline-25 {
    width: 22%;
  }
  .lay-inline > .inline-20,
  .lay-inline-1 > .inline-20,
  .lay-inline-2 > .inline-20,
  .lay-inline-3 > .inline-20,
  .lay-inline-4 > .inline-20,
  .lay-inline-5 > .inline-20,
  .m-inline-auto > .inline-20 {
    width: 17%;
  }
  .lay-inline > .inline-16,
  .lay-inline-1 > .inline-16,
  .lay-inline-2 > .inline-16,
  .lay-inline-3 > .inline-16,
  .lay-inline-4 > .inline-16,
  .lay-inline-5 > .inline-16,
  .m-inline-auto > .inline-16 {
    width: 13.333%;
  }
}
.lay-inline-1 > *,
.lay-inline-2 > *,
.lay-inline-3 > *,
.lay-inline-4 > *,
.lay-inline-5 > * {
  width: 97%;
}
.m-inline-auto > * {
  width: auto;
}
@media (min-width: 600px) {
  .lay-inline-2 > * {
    width: 47%;
  }
  .lay-inline-2 > .c6-separator,
  .lay-inline-2 .c6-section {
    width: 97%;
  }
  .lay-inline-3 > * {
    width: 30.333%;
  }
  .lay-inline-3 > .c6-separator,
  .lay-inline-3 .c6-section {
    width: 97%;
  }
  .lay-inline-4 > * {
    width: 22%;
  }
  .lay-inline-4 > .c6-separator,
  .lay-inline-4 .c6-section {
    width: 97%;
  }
  .lay-inline-5 > * {
    width: 17%;
  }
  .lay-inline-5 > .c6-separator,
  .lay-inline-5 .c6-section {
    width: 97%;
  }
}
@media (min-width: 1024px) {
  .lay-inline-4 > * {
    width: 22%;
  }
  .lay-inline-4 > .c6-separator,
  .lay-inline-4 .c6-section {
    width: 97%;
  }
  .lay-inline-5 > * {
    width: 17%;
  }
  .lay-inline-5 > .c6-separator,
  .lay-inline-5 .c6-section {
    width: 97%;
  }
}
.c6-section {
  margin-top: 0;
  background: #fdfcfc;
  padding-top: 5px;
  padding-bottom: 25px;
}
.c6-section > .c6-header,
.c6-section > .c6-footer {
  padding: 5px 20px;
}
.c6-section > .c6-header h3,
.c6-section > .c6-footer h3,
.c6-section > .c6-header .frameset > .frame.headings-smaller h2,
.c6-section > .c6-footer .frameset > .frame.headings-smaller h2,
.c6-section > .c6-header .frameset > .frame.headings-smaller blockquote,
.c6-section > .c6-footer .frameset > .frame.headings-smaller blockquote,
.c6-section > .c6-header .frameset > .frame.headings-smaller blockquote > i,
.c6-section > .c6-footer .frameset > .frame.headings-smaller blockquote > i,
.c6-section > .c6-header .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
.c6-section > .c6-footer .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  margin-bottom: 15px;
}
.c6-section > .c6-header h4,
.c6-section > .c6-footer h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.c6-section > .c6-body {
  padding: 5px 20px;
}
.c6-label {
  font-size: 15px;
  line-height: 1.2;
  color: #444;
}
.c6-section-header {
  background: #fdfcfc;
  width: 100%;
}
.c6-section-header .c6-label {
  font-size: 18px;
  line-height: 1.2;
}
.c6-section-footer {
  background: #fdfcfc;
  width: 100%;
}
.c6-input-hint {
  display: none;
}
.c6-input,
.c6-select {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  vertical-align: middle;
  padding: 5px;
  font-family: sans-serif;
}
.c6-input.c6-input-file,
.c6-select.c6-input-file {
  font-size: 14px;
}
input[type=file]::-webkit-file-upload-button {
  -webkit-appearance: none !important;
  border: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 3px;
  padding: 0.25em 1em 0.325em;
  line-height: 1;
  background: #f5f5f5;
  font-size: 14px;
}
input[type=file]::-webkit-file-upload-button:hover {
  background: #fff;
}
.c6-input-checkbox,
.c6-input-radio {
  font-family: sans-serif;
  padding: 0;
  margin: 0;
}
.c6-radio-chicklets .c6-field-input {
  padding: 8px 10px;
  background: #f8f8f8;
  border: 2px solid #ddd;
  border-radius: 3px;
}
.c6-radio-chicklets .c6-field-input .c6-input-radio {
  display: none;
}
.c6-radio-chicklets .c6-field-input.active {
  background: #428BCA;
}
.c6-radio-chicklets .c6-field-input.active .c6-radio-label {
  color: #fff;
}
.c6-radio-chicklets .c6-field-input.active .c6-input-radio {
  border-color: #fff;
}
.c6-radio-chicklets .c6-field-input.active .c6-input-radio:checked:before {
  color: #fff;
}
.c6-radio-label {
  line-height: 1em;
}
.c6-input-radio {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  margin-top: 2px;
  -webkit-appearance: none;
  border-radius: 50%;
  border: 1px solid #888;
}
.c6-input-radio:checked:before {
  position: absolute;
  text-align: center;
  top: 8px;
  left: 8px;
  margin-top: -6px;
  margin-left: -6px;
  color: #444;
  font-size: 11px;
  line-height: 12px;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  content: '\f111';
}
.c6-radio-label .c6-input-radio {
  margin-top: 0;
  margin-right: 5px;
}
.c6-input-checkbox {
  position: relative;
  -webkit-appearance: none;
  font-size: 15px;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
}
.c6-input-checkbox:not(:checked):before {
  position: absolute;
  left: 1px;
  font-family: 'Font Awesome 5 Free';
  content: '\f096';
}
.c6-input-checkbox:checked:before {
  position: absolute;
  left: 1px;
  font-family: 'Font Awesome 5 Free';
  content: '\f14a';
}
.c6-checkbox-label .c6-input-checkbox {
  vertical-align: -0.25ex;
}
.c6-input-checkbox.c6-large {
  font-size: 32px;
  line-height: 1.2;
}
.c6-checkbox-label .c6-input-checkbox.c6-large {
  vertical-align: middle;
}
.c6-checkbox-label,
.c6-radio-label {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  font-size: 15px;
  max-width: 90%;
  line-height: 1.2;
}
.c6-checkbox-label.c6-large,
.c6-radio-label.c6-large {
  font-size: 32px;
}
.c6-separator,
.c6-group-label {
  font-size: 16px;
  font-weight: bold;
}
.c6-separator,
.c6-group-label {
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}
.c6-separator {
  margin-top: 15px;
  margin-bottom: 10px;
}
.c6-group-label {
  display: inline-block;
  margin-bottom: 5px;
}
.c6-field {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  max-width: 340px;
}
.c6-label-top .c6-label {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.c6-label-top .c6-input-text {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.c6-label-left .c6-label {
  display: inline-block;
  min-width: 90px;
  max-width: 120px;
  width: 25%;
  margin: 0;
}
.c6-label-left .c6-input-text {
  margin-left: 3%;
  width: 72%;
  max-width: 100%;
  margin: 0;
}
.c6-field-header {
  display: inline-block;
  vertical-align: bottom;
  min-height: 20px;
  font-size: 15px;
}
.c6-field-label {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 2px 1px;
}
.c6-field-body {
  display: inline-block;
  width: 100%;
  line-height: 18px;
  min-height: 24px;
  box-shadow: none;
}
.c6-field-input,
.c6-field-input-add-on {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  min-height: 30px;
  box-shadow: none;
  background: #fff;
  border: 2px solid #777;
  border-radius: 3px;
}
.c6-field-input-add-on {
  width: 19%;
  padding: 8px;
  background: #ddd;
  text-align: center;
  border-right: none;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.c6-field-input-add-on + .c6-field-input {
  max-width: 80%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.c6-file-preview-link {
  line-height: 0;
}
.c6-file-preview {
  height: 24px;
}
.xc6-input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.xc6-input-file + label {
  font-size: 14px;
  font-weight: 700;
  color: white;
  background-color: black;
  display: inline-block;
  width: auto;
  padding: 10px 20px;
}
.xc6-input-file:focus + label,
.c6-input-file + label:hover {
  background-color: red;
}
.c6-err-required {
  background: #fdc7c7 !important;
}
.c6-err-format {
  background: #fdc7c7 !important;
}
.c6-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 0 0;
  font-size: 25.92px;
  font-size: 2.592rem;
  font-size: 24.7808px;
  font-size: 2.47808rem;
}
@media (min-width: 768px) {
  .c5-header .heading {
    font-size: 28.8px;
    font-size: 2.88rem;
  }
}
@media (min-width: 1025px) {
  .c5-header .heading {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 768px) {
  .c5-header .heading {
    font-size: 28.16px;
    font-size: 2.816rem;
  }
}
@media (min-width: 1025px) {
  .c5-header .heading {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .c5-header .heading {
    font-weight: 600;
  }
}
.c5-header .subheading {
  margin: 30px/2 0 0 0;
  font-size: 19.44px;
  font-size: 1.944rem;
}
@media (min-width: 768px) {
  .c5-header .subheading {
    font-size: 21.6px;
    font-size: 2.16rem;
  }
}
@media (min-width: 1025px) {
  .c5-header .subheading {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c5-header .lead {
  margin: 45px 0 0 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;
  }
}
.xxheader-underline .c5-header {
  padding-bottom: 10px !important;
  display: inline-block;
  border-bottom: 2px solid #da6081;
  padding-bottom: 0.5em;
}
.xxheading-underline .c5-header .heading {
  display: inline-block;
  border-bottom: 2px solid #222;
  padding-bottom: 0.5em;
}
.xxcontent-header-frames .c5-header .heading {
  display: inline-block;
  border-bottom: 2px solid #da6081;
  padding-bottom: 0.5em;
}
.xxheading-underline .c5-header {
  border-top: 4px solid #111;
  padding-top: 30px !important;
}
.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: 0 15%;
  }
}
@media (min-width: 1025px) {
  .header-align-center .c5-header {
    padding: 0 15%;
  }
}
.article-footer {
  margin-top: 30px;
}
.article-section {
  margin-bottom: 30px;
}
.article-section:last-child {
  margin-bottom: 0;
}
.article-item {
  margin-top: 12px / 2;
  margin-bottom: 12px / 2;
}
.article-item i {
  vertical-align: top;
  display: inline-block;
  margin-right: 0.5em;
  font-style: normal;
  line-height: 1.5;
}
.article-item-content {
  vertical-align: top;
  display: inline-block;
}
.section-title {
  font-style: normal;
  font-size: 19.44px;
  font-size: 1.944rem;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 21.6px;
    font-size: 2.16rem;
  }
}
@media (min-width: 1025px) {
  .section-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.section-media.media-left {
  float: left;
  margin-right: 3.5%;
}
.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,
.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: 30px 20px;
}
.summary .content-padding .article-content,
.aside .content-padding .article-content {
  padding: 15px 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: 23.6992px;
  font-size: 2.36992rem;
}
@media (min-width: 768px) {
  .c5-article.summary h1 {
    font-size: 25.76px;
    font-size: 2.576rem;
  }
}
@media (min-width: 1025px) {
  .c5-article.summary h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.c5-article.summary h2,
.c5-article.summary .frameset > .frame.headings-smaller h1 {
  font-size: 20.3136px;
  font-size: 2.03136rem;
}
@media (min-width: 768px) {
  .c5-article.summary h2,
  .c5-article.summary .frameset > .frame.headings-smaller h1 {
    font-size: 22.08px;
    font-size: 2.208rem;
  }
}
@media (min-width: 1025px) {
  .c5-article.summary h2,
  .c5-article.summary .frameset > .frame.headings-smaller h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.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: 14.3888px;
  font-size: 1.43888rem;
}
@media (min-width: 768px) {
  .c5-article.summary h4 {
    font-size: 15.64px;
    font-size: 1.564rem;
  }
}
@media (min-width: 1025px) {
  .c5-article.summary h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.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: 14.3888px;
  font-size: 1.43888rem;
}
@media (min-width: 768px) {
  .c5-article.aside h2,
  .c5-article.aside .frameset > .frame.headings-smaller h1 {
    font-size: 15.64px;
    font-size: 1.564rem;
  }
}
@media (min-width: 1025px) {
  .c5-article.aside h2,
  .c5-article.aside .frameset > .frame.headings-smaller h1 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.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;
  background: transparent;
}
.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: -6px;
  padding-left: 0;
  padding-right: 0;
}
.c5-files.l-list .file-list > * {
  display: block;
  margin-top: 6px;
}
.c5-files.l-grid .file-list {
  font-size: 0;
  width: 103.5%;
  margin-left: -3.5%;
  margin-top: -3.5%;
}
.c5-files.l-grid .file-list > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 29.83333333%;
  margin-left: 3.5%;
  margin-top: 3.5%;
  vertical-align: top;
}
.c5-file {
  padding: 12px 20px / 2;
}
.c5-file .file-header {
  line-height: 0;
}
.c5-file .file-header > .c5-lay {
  font-size: 0;
  width: 103.5%;
  margin-left: -3.5%;
  margin-top: -3.5%;
}
.c5-file .file-header > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: auto;
  margin-left: 3.5%;
  margin-top: 3.5%;
}
@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.5%;
  }
  .c5-file .file-header > .c5-lay > *:last-child {
    padding-right: 0;
  }
  .c5-file .file-controls {
    text-align: right;
  }
  .c5-file .file-controls .c5-btn {
    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: 12px 20px / 2;
}
.c5-file.f-bar .file-header > .c5-lay {
  font-size: 0;
  width: 103.5%;
  margin-left: -3.5%;
  margin-top: -3.5%;
}
.c5-file.f-bar .file-header > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: auto;
  margin-left: 3.5%;
  margin-top: 3.5%;
}
@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.5%;
  }
  .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 {
    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: -6px;
  padding-left: 0;
  padding-right: 0;
}
.c5-faqs.l-list .faq-list > * {
  display: block;
  margin-top: 6px;
}
.c5-faqs.l-grid .faq-list {
  font-size: 0;
  width: 103.5%;
  margin-left: -3.5%;
  margin-top: -3.5%;
}
.c5-faqs.l-grid .faq-list > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 29.83333333%;
  margin-left: 3.5%;
  margin-top: 3.5%;
  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: 18px 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 18px;
  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: 18px 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 18px;
  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.5%;
  margin-left: -3.5%;
  margin-top: -3.5%;
}
.c5-colors .color-list > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 29.83333333%;
  margin-left: 3.5%;
  margin-top: 3.5%;
  vertical-align: top;
}
.c5-colors .color-list > *:first-child {
  margin-top: 3.5% !important;
}
.c5-colors.l-list .color-list {
  width: 100%;
  margin-top: -6px;
  padding-left: 0;
  padding-right: 0;
}
.c5-colors.l-list .color-list > * {
  display: block;
  margin-top: 6px;
}
.c5-colors.l-grid .color-list {
  font-size: 0;
  width: 103.5%;
  margin-left: -3.5%;
  margin-top: -3.5%;
}
.c5-colors.l-grid .color-list > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 29.83333333%;
  margin-left: 3.5%;
  margin-top: 3.5%;
  vertical-align: top;
}
.c5-colors.l-grid .color-list > *:first-child {
  margin-top: 3.5% !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: 12px 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: 12px 20px;
}
.c5-color.f-bar {
  padding: 12px 20px;
}
.c5-color.f-bar .color-header > .c5-lay {
  font-size: 0;
  width: 103.5%;
  margin-left: -3.5%;
  margin-top: -3.5%;
}
.c5-color.f-bar .color-header > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: auto;
  margin-left: 3.5%;
  margin-top: 3.5%;
}
@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.5%;
  }
  .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 {
    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: -12px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}
.c5-messages .c5-lay-items > .c5-lay > * {
  display: block;
  margin-top: 12px;
}
.c5-messages.l-list .c5-lay-items > .c5-lay {
  width: 100%;
  margin-top: -12px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}
.c5-messages.l-list .c5-lay-items > .c5-lay > * {
  display: block;
  margin-top: 12px;
}
.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.5%;
  margin-left: -3.5%;
  margin-top: -3.5%;
}
.c5-messages.l-grid .c5-lay-items > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 29.83333333%;
  margin-left: 3.5%;
  margin-top: 3.5%;
  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: #f5f5f4;
}
.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: #f5f5f4;
  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: 'Montserrat', 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: #f5f5f4;
  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: #f5f5f4;
}
.c5-message.f-bar .message-header {
  font-size: 0;
  background: #f5f5f4;
  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: 'Montserrat', 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: #f5f5f4;
  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 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  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 {
  cursor: pointer;
}
.c5-btn.c5-tiny,
a.c5-btn.c5-tiny,
.c5-btn-wrap a.c5-tiny,
.gform_wrapper .gform_button.c5-tiny {
  font-size: 15px;
  font-size: 1.5rem;
  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 {
  font-size: 17px;
  font-size: 1.7rem;
  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 {
  font-size: 23px;
  font-size: 2.3rem;
  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 {
  font-size: 27px;
  font-size: 2.7rem;
  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 {
  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 {
  line-height: 1;
  text-align: center;
}
a {
  text-decoration: none;
}
a.c5-more-link {
  text-transform: uppercase;
  position: relative;
  padding: 12px 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 {
  font-family: 'Font Awesome 5 Free';
  font-weight: 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 > .c5-lay > * {
  margin: 0.75em 0;
}
.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: 30px;
  margin-bottom: 30px;
}
.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.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
    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.5%;
    margin-top: 3.5%;
  }
  .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: 6.5%;
  }
  .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: 86.5%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-fifth .c5-article > .c5-lay,
  .c5-article.media-fifth > .c5-lay {
    font-size: 0;
    width: 103.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
    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.5%;
    margin-top: 3.5%;
  }
  .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: 16.5%;
  }
  .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: 76.5%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-quarter .c5-article > .c5-lay,
  .c5-article.media-quarter > .c5-lay {
    font-size: 0;
    width: 103.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
    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.5%;
    margin-top: 3.5%;
  }
  .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: 21.5%;
  }
  .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: 71.5%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-third .c5-article > .c5-lay,
  .c5-article.media-third > .c5-lay {
    font-size: 0;
    width: 103.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
    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.5%;
    margin-top: 3.5%;
  }
  .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: 29.833%;
  }
  .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.167%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-half .c5-article > .c5-lay,
  .c5-article.media-half > .c5-lay {
    font-size: 0;
    width: 103.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
    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.5%;
    margin-top: 3.5%;
  }
  .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: 46.5%;
  }
  .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: 46.5%;
    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.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
    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.5%;
    margin-top: 3.5%;
  }
  .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.166%;
  }
  .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: 29.834%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-3quarters .c5-article > .c5-lay,
  .c5-article.media-3quarters > .c5-lay {
    font-size: 0;
    width: 103.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
    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.5%;
    margin-top: 3.5%;
  }
  .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: 71.5%;
  }
  .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: 21.5%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-full .c5-article > .c5-lay,
  .c5-article.media-full > .c5-lay {
    font-size: 0;
    width: 103.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
    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.5%;
    margin-top: 3.5%;
  }
  .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: 96.5%;
  }
  .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.5%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .snippet .c5-article > .c5-lay,
  .c5-article.snippet > .c5-lay {
    font-size: 0;
    width: 103.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
    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.5%;
    margin-top: 3.5%;
  }
  .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: 41.5%;
  }
  .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: 51.5%;
    overflow: auto;
  }
}
.snippet .c5-article .heading,
.c5-article.snippet .heading {
  margin-top: 0;
  margin-bottom: 24px;
}
.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.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
    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.5%;
    margin-top: 3.5%;
  }
  .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: 41.5%;
  }
  .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: 51.5%;
    overflow: auto;
  }
}
.snippet .c5-article.summary .heading,
.c5-article.snippet.summary .heading {
  margin-top: 0;
  margin-bottom: 24px;
}
.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.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
    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.5%;
    margin-top: 3.5%;
  }
  .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: 29.5%;
  }
  .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: 63.5%;
    overflow: auto;
  }
}
.snippet .c5-article.aside .heading,
.c5-article.snippet.aside .heading {
  margin-top: 0;
  margin-bottom: 6px;
}
.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: 30px 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: 15px 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: 220px;
}
.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: 31.5875px;
  font-size: 3.15875rem;
  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: 33.25px;
    font-size: 3.325rem;
  }
}
@media (min-width: 1025px) {
  .mediabox .frame-layout > .c5-article.summary .heading,
  .c5-article.mediabox.summary .heading {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.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: 11.2px;
  }
  .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: 9.8px;
  }
}
.c5-article.is-target:hover {
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.c5-article.is-target:hover .article-media {
  opacity: 1;
}
.c5-article.is-target:hover .article-media {
  opacity: 1;
}
.c5-testimonial {
  text-align: center;
  padding: 10px;
}
.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: 'Montserrat', sans-serif;
  font-size: 16.87675px;
  font-size: 1.687675rem;
  font-style: italic;
}
@media (min-width: 768px) {
  .c5-testimonial .c5-quote {
    font-size: 17.765px;
    font-size: 1.7765rem;
  }
}
@media (min-width: 1025px) {
  .c5-testimonial .c5-quote {
    font-size: 18.7px;
    font-size: 1.87rem;
  }
}
.c5-testimonial .c5-quote > i {
  font-size: 15.147px;
  font-size: 1.5147rem;
}
@media (min-width: 768px) {
  .c5-testimonial .c5-quote > i {
    font-size: 16.83px;
    font-size: 1.683rem;
  }
}
@media (min-width: 1025px) {
  .c5-testimonial .c5-quote > i {
    font-size: 18.7px;
    font-size: 1.87rem;
  }
}
.c5-testimonial .c5-quote i {
  vertical-align: text-top;
}
.c5-testimonial .c5-quote i.fa-quote-left {
  margin-left: -0.3em;
  margin-right: 0.4em;
}
.c5-testimonial .c5-quote i.fa-quote-right {
  margin-left: 0.4em;
}
.c5-testimonial .c5-quote i + p {
  display: inline;
}
.c5-person {
  text-align: center;
}
.c5-person blockquote {
  margin: 0;
}
.c5-person .article-section {
  margin-bottom: 30px;
}
.c5-person .article-item {
  margin-bottom: 12px;
}
.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: 19.44px;
  font-size: 1.944rem;
}
@media (min-width: 768px) {
  .c5-person .xc5-role {
    font-size: 21.6px;
    font-size: 2.16rem;
  }
}
@media (min-width: 1025px) {
  .c5-person .xc5-role {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.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: 'Montserrat', sans-serif;
  font-size: 16.87675px;
  font-size: 1.687675rem;
  font-style: italic;
}
@media (min-width: 768px) {
  .c5-person .c5-quote {
    font-size: 17.765px;
    font-size: 1.7765rem;
  }
}
@media (min-width: 1025px) {
  .c5-person .c5-quote {
    font-size: 18.7px;
    font-size: 1.87rem;
  }
}
.c5-person .c5-quote > i {
  font-size: 15.147px;
  font-size: 1.5147rem;
}
@media (min-width: 768px) {
  .c5-person .c5-quote > i {
    font-size: 16.83px;
    font-size: 1.683rem;
  }
}
@media (min-width: 1025px) {
  .c5-person .c5-quote > i {
    font-size: 18.7px;
    font-size: 1.87rem;
  }
}
.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: #b5294f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 19.44px;
  font-size: 1.944rem;
}
@media (min-width: 768px) {
  .c5-calltoaction .c5-phone {
    font-size: 21.6px;
    font-size: 2.16rem;
  }
}
@media (min-width: 1025px) {
  .c5-calltoaction .c5-phone {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.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.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
  }
  .c5-calltoaction .article-content > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 21.5%;
    margin-left: 3.5%;
    margin-top: 3.5%;
    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: 12px;
}
.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', 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: 600;
  transition: all 0.2s ease-in;
}
.c5-btn,
a.c5-btn,
.c5-btn-wrap a,
.gform_wrapper .gform_button {
  color: #d13660;
  background: transparent ;
  border: 2px solid #da6081;
}
.c5-btn:hover,
a.c5-btn:hover,
.c5-btn-wrap a:hover,
.gform_wrapper .gform_button:hover {
  color: #fff;
  background: #d13660 ;
  border: 2px solid #fff;
}
.c5-btn[type=submit],
.c5-btn.c5-submit,
.c5-btn.c5-primary {
  color: #eeeeee;
  background: #d13660;
  border: 2px solid #d13660;
}
.c5-btn[type=submit]:hover,
.c5-btn.c5-submit:hover,
.c5-btn.c5-primary:hover {
  color: #fff;
  background: #ad274c;
  border: 2px solid #d13660;
}
a.c5-btn.c5-submit,
.c5-btn-wrap a.c5-submit,
a.c5-btn.c5-primary,
.c5-btn-wrap a.c5-primary {
  color: #eeeeee;
  background: #d13660;
  border: 2px solid #d13660;
}
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 {
  color: #fff;
  background: #ad274c;
  border: 2px solid #d13660;
}
.gform_wrapper .gform_button[type=submit] {
  color: #eeeeee;
  background: #d13660;
  border: 2px solid #d13660;
}
.gform_wrapper .gform_button[type=submit]:hover {
  color: #fff;
  background: #ad274c;
  border: 2px solid #d13660;
}
a {
  color: #d13660;
}
a:hover {
  color: #ad274c;
}
.c5-header .heading {
  color: #202020;
}
.c5-header .subheading {
  color: #202020;
}
.c5-header .lead {
  color: #202020;
}
.light .c5-btn,
.light a.c5-btn,
.light .c5-btn-wrap a,
.light .gform_wrapper .gform_button {
  color: #d13660;
  background: transparent ;
  border: 2px solid #da6081;
}
.light .c5-btn:hover,
.light a.c5-btn:hover,
.light .c5-btn-wrap a:hover,
.light .gform_wrapper .gform_button:hover {
  color: #fff;
  background: #d13660 ;
  border: 2px solid 2px solid #fff;
}
.light .c5-btn[type=submit],
.light .c5-btn.c5-submit,
.light .c5-btn.c5-primary {
  color: #eeeeee;
  background: #d13660;
  border: 2px solid #d13660;
}
.light .c5-btn[type=submit]:hover,
.light .c5-btn.c5-submit:hover,
.light .c5-btn.c5-primary:hover {
  color: #fff;
  background: #ad274c;
  border: 2px solid #d13660;
}
.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 {
  color: #eeeeee;
  background: #d13660;
  border: 2px solid #d13660;
}
.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 {
  color: #fff;
  background: #ad274c;
  border: 2px solid #d13660;
}
.light .gform_wrapper .gform_button[type=submit] {
  color: #eeeeee;
  background: #d13660;
  border: 2px solid #d13660;
}
.light .gform_wrapper .gform_button[type=submit]:hover {
  color: #fff;
  background: #ad274c;
  border: 2px solid #d13660;
}
.light a {
  color: #d13660;
}
.light a:hover {
  color: #ad274c;
}
.light .c5-header .heading {
  color: #202020;
}
.light .c5-header .subheading {
  color: #202020;
}
.light .c5-header .lead {
  color: #202020;
}
.medium .c5-btn,
.medium a.c5-btn,
.medium .c5-btn-wrap a,
.medium .gform_wrapper .gform_button {
  color: #d9d8d7;
  background: transparent ;
  border: 2px solid #d9d8d7;
}
.medium .c5-btn:hover,
.medium a.c5-btn:hover,
.medium .c5-btn-wrap a:hover,
.medium .gform_wrapper .gform_button:hover {
  color: #fff;
  background: #225997 ;
  border: 2px solid #fff;
}
.medium .c5-btn[type=submit],
.medium .c5-btn.c5-submit,
.medium .c5-btn.c5-primary {
  color: #d9d8d7;
  background: transparent;
  border: 2px solid #d9d8d7;
}
.medium .c5-btn[type=submit]:hover,
.medium .c5-btn.c5-submit:hover,
.medium .c5-btn.c5-primary:hover {
  color: #fff;
  background: #225997 ;
  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 {
  color: #d9d8d7;
  background: transparent;
  border: 2px solid #d9d8d7;
}
.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 {
  color: #fff;
  background: #225997 ;
  border: 2px solid #fff;
}
.medium .gform_wrapper .gform_button[type=submit] {
  color: #d9d8d7;
  background: transparent;
  border: 2px solid #d9d8d7;
}
.medium .gform_wrapper .gform_button[type=submit]:hover {
  color: #fff;
  background: #225997 ;
  border: 2px solid #fff;
}
.medium a {
  color: #e489a2;
}
.medium a:hover {
  color: #da6081;
}
.medium .c5-header .heading {
  color: #f0f0f2;
}
.medium .c5-header .subheading {
  color: #f0f0f2;
}
.medium .c5-header .lead {
  color: #f0f0f2;
}
.dark .c5-btn,
.dark a.c5-btn,
.dark .c5-btn-wrap a,
.dark .gform_wrapper .gform_button {
  color: #d9d8d7;
  background: #d23a63 ;
  border: 2px solid #d9d8d7;
}
.dark .c5-btn:hover,
.dark a.c5-btn:hover,
.dark .c5-btn-wrap a:hover,
.dark .gform_wrapper .gform_button:hover {
  color: #fff;
  background: #c12c55 ;
  border: 2px solid #fff;
}
.dark .c5-btn[type=submit],
.dark .c5-btn.c5-submit,
.dark .c5-btn.c5-primary {
  color: #d9d8d7;
  background: #c52d56;
  border: 2px solid #d9d8d7;
}
.dark .c5-btn[type=submit]:hover,
.dark .c5-btn.c5-submit:hover,
.dark .c5-btn.c5-primary:hover {
  color: #fff;
  background: #c12c55 ;
  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 {
  color: #d9d8d7;
  background: #c52d56;
  border: 2px solid #d9d8d7;
}
.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 {
  color: #fff;
  background: #c12c55 ;
  border: 2px solid #fff;
}
.dark .gform_wrapper .gform_button[type=submit] {
  color: #d9d8d7;
  background: #c52d56;
  border: 2px solid #d9d8d7;
}
.dark .gform_wrapper .gform_button[type=submit]:hover {
  color: #fff;
  background: #c12c55 ;
  border: 2px solid #fff;
}
.dark a {
  color: #e489a2;
}
.dark a:hover {
  color: #da6081;
}
.dark .c5-header .heading {
  color: #f0f0f2;
}
.dark .c5-header .subheading {
  color: #f0f0f2;
}
.dark .c5-header .lead {
  color: #f0f0f2;
}
.gray .c5-btn,
.gray a.c5-btn,
.gray .c5-btn-wrap a,
.gray .gform_wrapper .gform_button {
  color: #d9d8d7;
  background: transparent ;
  border: 2px solid #d9d8d7;
}
.gray .c5-btn:hover,
.gray a.c5-btn:hover,
.gray .c5-btn-wrap a:hover,
.gray .gform_wrapper .gform_button:hover {
  color: #fff;
  background: #d13660 ;
  border: 2px solid #fff;
}
.gray .c5-btn[type=submit],
.gray .c5-btn.c5-submit,
.gray .c5-btn.c5-primary {
  color: #eeeeee;
  background: #d13660;
  border: 2px solid #d13660;
}
.gray .c5-btn[type=submit]:hover,
.gray .c5-btn.c5-submit:hover,
.gray .c5-btn.c5-primary:hover {
  color: #fff;
  background: #ad274c;
  border: 2px solid #d13660;
}
.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 {
  color: #eeeeee;
  background: #d13660;
  border: 2px solid #d13660;
}
.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 {
  color: #fff;
  background: #ad274c;
  border: 2px solid #d13660;
}
.gray .gform_wrapper .gform_button[type=submit] {
  color: #eeeeee;
  background: #d13660;
  border: 2px solid #d13660;
}
.gray .gform_wrapper .gform_button[type=submit]:hover {
  color: #fff;
  background: #ad274c;
  border: 2px solid #d13660;
}
.gray a {
  color: #e489a2;
}
.gray a:hover {
  color: #da6081;
}
.gray .c5-header .heading {
  color: #f0f0f2;
}
.gray .c5-header .subheading {
  color: #f0f0f2;
}
.gray .c5-header .lead {
  color: #f0f0f2;
}
.skip-link {
  position: absolute;
  padding: 7px 10px;
  top: 0px;
  left: 0px;
  line-height: 1;
  transition: transform 0.3s ease-out;
  z-index: 100;
  transform: translateY(-100%);
  background: #f2f2f2;
}
.skip-link:focus {
  transform: translateY(0%);
}
.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.5%;
  padding-left: 0;
  padding-right: 0;
}
.list > .c5-lay > *,
.frame.list .frame-layout > * {
  display: block;
  margin-top: 3.5%;
}
.grid6 > .c5-lay,
.sextet > .c5-lay,
.frame.grid6 .frame-layout,
.frame.sextet .frame-layout {
  font-size: 0;
  width: 103.5%;
  margin-left: -3.5%;
  margin-top: -3.5%;
}
.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: 46.5%;
  margin-left: 3.5%;
  margin-top: 3.5%;
  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.5%;
  margin-left: -3.5%;
  margin-top: -3.5%;
}
.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: 46.5%;
  margin-left: 3.5%;
  margin-top: 3.5%;
  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.5%;
  margin-left: -3.5%;
  margin-top: -3.5%;
}
.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: 46.5%;
  margin-left: 3.5%;
  margin-top: 3.5%;
  vertical-align: top;
}
.grid3 > .c5-lay,
.trio > .c5-lay,
.grid3 > .frame-view > .frame-body > .c5-lay,
.trio > .frame-view > .frame-body > .c5-lay {
  font-size: 0;
  width: 103.5%;
  margin-left: -3.5%;
  margin-top: -3.5%;
}
.grid3 > .c5-lay > *,
.trio > .c5-lay > *,
.grid3 > .frame-view > .frame-body > .c5-lay > *,
.trio > .frame-view > .frame-body > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 96.5%;
  margin-left: 3.5%;
  margin-top: 3.5%;
  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.5%;
  margin-left: -3.5%;
  margin-top: -3.5%;
}
.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: 96.5%;
  margin-left: 3.5%;
  margin-top: 3.5%;
  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.5%;
  margin-left: -3.5%;
  margin-top: -3.5%;
}
.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: 96.5%;
  margin-left: 3.5%;
  margin-top: 3.5%;
  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.5%;
  margin-left: -3.5%;
  margin-top: -3.5%;
  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: 96.5%;
  margin-left: 3.5%;
  margin-top: 3.5%;
  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.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
  }
  .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: 29.83333333%;
    margin-left: 3.5%;
    margin-top: 3.5%;
    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.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
  }
  .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: 16.5%;
    margin-left: 3.5%;
    margin-top: 3.5%;
    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.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
  }
  .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: 46.5%;
    margin-left: 3.5%;
    margin-top: 3.5%;
    vertical-align: top;
  }
  .grid3 > .c5-lay,
  .trio > .c5-lay,
  .grid3 > .frame-view > .frame-body > .c5-lay,
  .trio > .frame-view > .frame-body > .c5-lay {
    font-size: 0;
    width: 103.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
  }
  .grid3 > .c5-lay > *,
  .trio > .c5-lay > *,
  .grid3 > .frame-view > .frame-body > .c5-lay > *,
  .trio > .frame-view > .frame-body > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 29.83333333%;
    margin-left: 3.5%;
    margin-top: 3.5%;
    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.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
  }
  .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: 46.5%;
    margin-left: 3.5%;
    margin-top: 3.5%;
    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.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
  }
  .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: 96.5%;
    margin-left: 3.5%;
    margin-top: 3.5%;
    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: 46.5%;
  }
  .half.last {
    width: 50%;
  }
  .quarter {
    width: 25%;
  }
  .quarter.last {
    width: 25%;
  }
  .three-quarters {
    width: 75%;
  }
  .three-quarters.last {
    width: 75%;
  }
  .third {
    width: 29.83333333%;
  }
  .third.last {
    width: 33.33333333%;
  }
  .two-thirds {
    width: 63.16666667%;
  }
  .two-thirds.last {
    width: 66.66666667%;
  }
  .the-content > .c5-lay .half,
  .the-content-aside > .c5-lay .half {
    width: 46.5%;
  }
  .the-content > .c5-lay .quarter,
  .the-content-aside > .c5-lay .quarter {
    width: 46.5%;
  }
  .the-content > .c5-lay .three-quarters,
  .the-content-aside > .c5-lay .three-quarters {
    width: 71.5%;
  }
  .the-content > .c5-lay .third,
  .the-content-aside > .c5-lay .third {
    width: 29.83333333%;
  }
  .the-content > .c5-lay .two-thirds,
  .the-content-aside > .c5-lay .two-thirds {
    width: 63.16666667%;
  }
}
@media (min-width: 1025px) {
  .grid6 > .c5-lay,
  .sextet > .c5-lay,
  .frame.grid6 .frame-layout,
  .frame.sextet .frame-layout {
    font-size: 0;
    width: 103.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
  }
  .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.16666667%;
    margin-left: 3.5%;
    margin-top: 3.5%;
    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.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
  }
  .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: 16.5%;
    margin-left: 3.5%;
    margin-top: 3.5%;
    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.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
  }
  .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: 21.5%;
    margin-left: 3.5%;
    margin-top: 3.5%;
    vertical-align: top;
  }
  .grid3 > .c5-lay,
  .trio > .c5-lay,
  .grid3 > .frame-view > .frame-body > .c5-lay,
  .trio > .frame-view > .frame-body > .c5-lay {
    font-size: 0;
    width: 103.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
  }
  .grid3 > .c5-lay > *,
  .trio > .c5-lay > *,
  .grid3 > .frame-view > .frame-body > .c5-lay > *,
  .trio > .frame-view > .frame-body > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 29.83333333%;
    margin-left: 3.5%;
    margin-top: 3.5%;
    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.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
  }
  .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: 46.5%;
    margin-left: 3.5%;
    margin-top: 3.5%;
    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.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
  }
  .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: 96.5%;
    margin-left: 3.5%;
    margin-top: 3.5%;
    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: 46.5%;
  }
  .the-content > .c5-lay .quarter,
  .the-content-aside > .c5-lay .quarter {
    width: 21.5%;
  }
  .the-content > .c5-lay .three-quarters,
  .the-content-aside > .c5-lay .three-quarters {
    width: 71.5%;
  }
  .the-content > .c5-lay .third,
  .the-content-aside > .c5-lay .third {
    width: 29.83333333%;
  }
  .the-content > .c5-lay .two-thirds,
  .the-content-aside > .c5-lay .two-thirds {
    width: 63.16666667%;
  }
}
* {
  -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: #fefefe;
}
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: #fefefe;
}
body {
  background: transparent;
}
.c5-site {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.c5-site-header-wrap {
  background: rgba(255, 255, 255, 0.95);
  max-width: 100%;
  margin: 0 auto;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.c5-site-header {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 5px 0;
  background: transparent;
}
@media (min-width: 768px) {
  .c5-site-header {
    padding: 5px 0;
  }
}
@media (min-width: 1025px) {
  .c5-site-header {
    padding: 5px 0;
  }
}
.c5-site-header-wrap {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #ececef;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100;
}
.topbar-label {
  display: none;
}
.c5-site-header {
  padding: 5px;
}
.c5-site-header .c5-site-header-items {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .c5-site-header {
    padding-right: 60px;
  }
}
.c5-site-header-items .c5-site-header-item {
  display: inline-block;
  vertical-align: middle;
}
.c5-site-menu-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 5px;
  width: 30px;
  height: 30px;
}
.c5-site-menu-toggle #c5-menu-toggle-bars {
  margin: 0;
  padding: 2px;
  cursor: pointer;
  position: static;
  width: 30px;
  height: 30px;
}
.c5-site-menu-toggle #c5-menu-toggle-bars > i {
  border: none;
  padding: 2px;
  background: #fefefe;
  text-align: center;
  line-height: 1;
  transition: all 0.3s;
  font-size: 23px;
}
.c5-site-menu-toggle #c5-menu-toggle-bars > i.fa-bars {
  transition: opacity 0.3s, transform 0.3s;
}
.c5-site-menu-toggle #c5-menu-toggle-bars > i.fa-times {
  transition: opacity 0.3s, transform 0.3s;
  transform: rotate(-90deg);
  opacity: 0.8;
}
.c5-menu-toggle-label {
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
  font-size: 17px;
  color: #000;
}
.c5-site-branding {
  transition: all 0.3s ease;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 940px) {
  .c5-site-branding {
    position: static;
    left: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.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;
}
.c5-site-nav-mask {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: #000;
  opacity: 0.38;
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: ease;
}
.c5-site-header-item.c5-site-nav {
  max-width: none;
  position: fixed;
  top: 60px;
  width: 100%;
  left: -100%;
  bottom: 0;
  overflow: auto;
  z-index: 10;
  display: none;
}
.c5-site-header-item.c5-site-nav .c5-nav-primary {
  background: #fff;
  padding: 0px;
}
.c5-site-header-item.c5-site-nav .menu-item {
  padding: 0;
  border-radius: 0;
  border-bottom: 0.5px solid #e0e0e0;
}
.c5-site-header-item.c5-site-nav .menu-item.menu-item-has-children > a:before {
  right: 62px;
  top: inherit;
  height: 12px;
}
.c5-site-header-item.c5-site-nav .menu-item > a {
  padding: 18px 50px;
}
.c5-site-header-item.c5-site-nav .sub-menu .menu-item {
  border-bottom: none;
}
.c5-site-header-item.c5-site-nav .sub-menu .menu-item > a {
  font-weight: normal;
}
.c5-site-header-item.c5-site-nav .is-menu.is-dropdown form {
  left: 38px;
  right: 38px;
  top: 20%;
  width: auto;
}
@media (min-width: 940px) {
  .c5-site-header-item.c5-site-nav {
    overflow: inherit;
  }
  .c5-site-header-item.c5-site-nav .c5-nav-primary {
    padding: 0;
  }
  .c5-site-header-item.c5-site-nav .menu-item {
    border-bottom: none;
  }
  .c5-site-header-item.c5-site-nav .menu-item > a {
    padding: 7px 10px;
  }
  .c5-site-header-item.c5-site-nav .menu-item.menu-item-has-children > a:before {
    right: 7px;
    top: inherit;
    height: 12px;
  }
  .c5-site-header-item.c5-site-nav .sub-menu .menu-item > a {
    padding: 10px 15px;
  }
  .c5-site-header-item.c5-site-nav .is-menu.is-dropdown form {
    left: 2px;
    top: 100%;
    width: auto;
    right: auto;
  }
}
body.smaller-header .c5-site-header-wrap {
  height: auto;
  top: 0;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  body.smaller-header .c5-site-branding {
    width: 172px;
    padding: 0px 5px 0 5px;
  }
}
body.smaller-header .c5-site-topbar-wrap {
  height: 0;
}
.c5-site-topbar-wrap {
  display: none;
}
.c5-site-social {
  display: inline-block !important;
  vertical-align: middle;
  font-size: 23px;
  line-height: 60px !important;
  text-align: right;
  float: right;
}
.c5-site-social > a {
  color: #111;
  margin-right: 3px;
}
.c5-site-social > a:hover,
.c5-site-social > a:focus {
  color: #d13660;
}
@media (min-width: 940px) {
  .c5-site-social {
    float: none;
    font-size: 24px;
    width: 100px !important;
    min-width: 100px !important;
    display: table-cell !important;
    position: static;
    padding-left: 30px;
  }
  .c5-site-social > a {
    margin-right: 15px;
  }
}
.c5-site-contact .c5-phone {
  display: inline-block;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c5-site-contact .c5-phone {
    position: relative;
    top: 1px;
  }
}
.c5-social-follow .social-follow-label {
  display: none;
}
.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;
}
@media (min-width: 1025px) {
  .smaller-header a.woo-cart-tab {
    height: 62px;
  }
  .smaller-header a.woo-cart-tab .woo-icon {
    transform: translateX(-50%) translateY(-50%);
  }
  .smaller-header a.woo-cart-tab .woo-item-count {
    transform: translateX(-16%) translateY(0);
  }
}
a.woo-cart-tab {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 60px;
}
a.woo-cart-tab .woo-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  transition: all 300ms ease;
}
a.woo-cart-tab .woo-item-count {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-16%) translateY(0);
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 100%;
  text-align: center;
  z-index: 10;
  font-size: 0.75em;
  font-weight: bold;
  background: #111111;
  color: #fff;
  transition: all 300ms ease;
}
@media (min-width: 1025px) {
  a.woo-cart-tab {
    height: 125px;
  }
  a.woo-cart-tab .woo-icon {
    transform: translateX(-50%) translateY(-67%);
  }
  a.woo-cart-tab .woo-item-count {
    transform: translateX(-20%) translateY(-23%);
  }
}
.c5-site-branding {
  display: inline-block;
  vertical-align: middle;
  width: 172px;
  padding: 0px 5px 0 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: #000;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.c5-nav-primary {
  background: #e2e2df;
}
.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: #000;
  background: #fafafa;
}
.c5-lay-menu .menu-item:hover > a {
  color: #d13660 !important;
  background: #f5f5f5 !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: 7px 10px;
  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 {
  font-family: 'Font Awesome 5 Free';
  font-weight: 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: #fafafa;
}
.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: 280px;
    padding: 5px;
  }
  .c5-site-header-items > .c5-site-nav {
    width: 96.5%;
    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: 101%;
    margin-left: -1%;
    margin-top: -1%;
  }
  .c5-nav-primary > .c5-lay > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: auto;
    margin-left: 1%;
    margin-top: 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: #000;
    background: #fafafa;
  }
  .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 {
    font-family: 'Font Awesome 5 Free';
    font-weight: 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: 340px;
    padding: 5px;
  }
  .c5-site-header-items > .c5-site-nav {
    width: 96.5%;
    position: static;
  }
  .c5-nav-primary {
    background: transparent;
  }
}
body {
  padding: 0;
}
.c5-view-content-wrap {
  background: transparent;
}
.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: 1180px;
  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: transparent;
  }
  .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: transparent;
  }
  .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;
  }
}
.c5-site-body {
  padding-top: 67px;
}
@media (min-width: 768px) {
  .c5-site-body {
    padding-top: 67px;
  }
}
@media (min-width: 940px) {
  .c5-site-body {
    padding-top: 126px;
  }
}
.c5-site-footer-wrap {
  background: #111111;
}
.c5-site-footer {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  background: #111111;
  color: #e5e5e9;
  overflow: hidden;
}
.c5-site-footer a,
.c5-site-footer a:visited {
  color: #d5d5da;
}
.c5-site-footer a:hover,
.c5-site-footer a:active {
  color: #f5f5f7;
}
.c5-site-footer > .c5-lay {
  font-size: 0;
  width: 103.5%;
  margin-left: -3.5%;
  margin-top: -3.5%;
}
.c5-site-footer > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  width: 29.83333333%;
  margin-left: 3.5%;
  margin-top: 3.5%;
  vertical-align: top;
}
.c5-site-footer > .c5-lay > * {
  font-size: 16px;
  font-size: 1.6rem;
}
.c5-site-footer > .c5-lay > * .c5-lay {
  width: 100%;
  margin-top: -3.5%;
  padding-left: 0;
  padding-right: 0;
}
.c5-site-footer > .c5-lay > * .c5-lay > * {
  display: block;
  margin-top: 3.5%;
}
.c5-site-footer > .c5-lay > * .c5-lay > .c5-lay,
.frame.c5-site-footer > .c5-lay > * .c5-lay .frame-layout {
  width: 100%;
  margin-top: -3.5%;
  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.5%;
}
.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: #111111;
  }
  .c5-site-footer {
    display: block;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    background: #111111;
    color: #e5e5e9;
  }
  .c5-site-footer a,
  .c5-site-footer a:visited {
    color: #d5d5da;
  }
  .c5-site-footer a:hover,
  .c5-site-footer a:active {
    color: #f5f5f7;
  }
  .designed-by {
    text-align: right;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .copyright {
    text-align: center;
  }
}
.c5-site-footer .frameset > .frame .c5-article.footer-social {
  padding: 8px 0;
}
.c5-site-footer .frameset > .frame a i {
  color: #d5d5da;
}
.c5-site-footer .frameset > .frame a i:hover {
  color: #f5f5f7;
}
.c5-site-footer .frameset > .frame .frame-body {
  color: #e5e5e9;
}
.c5-site-footer .c5-header.article-header {
  margin-top: 10px !important;
  margin-bottom: 6px;
}
.c5-site-footer .c5-article .article-content > * {
  margin-top: 0;
}
.c5-site-footer .c5-header .heading {
  color: #e5e5e9;
}
.c5-site-footer .c5-header .subheading {
  color: #e5e5e9;
}
.c5-site-footer .link-list {
  list-style: none;
  padding: 0 !important;
}
.c5-site-footer a {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.c5-site-footer a img {
  vertical-align: middle;
  height: 32px !important;
  width: auto !important;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .c5-site-footer a img {
    vertical-align: middle;
    height: 42px !important;
  }
}
.c5-site-footer a i {
  padding: 5px 10px;
}
.c5-site-footer .footer-label {
  margin-right: 10px;
}
.c5-site-footer a,
.c5-site-footer a:visited {
  color: #d5d5da;
}
.c5-site-footer a:hover,
.c5-site-footer a:visited:hover {
  color: #f5f5f7 !important;
}
.frameset > .frame {
  background: transparent ;
  position: relative;
  z-index: 1;
  text-align: center;
}
.frameset > .frame .frame-header {
  background: transparent;
  color: #000;
}
.frameset > .frame .frame-body {
  background: transparent;
  color: #000;
}
.frameset > .frame .frame-footer {
  background: transparent;
}
.frameset > .frame i {
  color: #d13660;
}
.frameset > .frame.light {
  background: #f5f5f4;
}
.frameset > .frame.light .frame-header {
  background: transparent;
  color: #000;
}
.frameset > .frame.light .frame-body {
  background: transparent;
  color: #000;
}
.frameset > .frame.light .frame-footer {
  background: transparent;
}
.frameset > .frame.light i {
  color: #d13660;
}
.frameset > .frame.medium {
  background: #2c71c0;
}
.frameset > .frame.medium .frame-header {
  background: transparent;
  color: #fff;
}
.frameset > .frame.medium .frame-body {
  background: transparent;
  color: #fff;
}
.frameset > .frame.medium .frame-footer {
  background: transparent;
}
.frameset > .frame.medium i {
  color: #f0f0f2;
}
.frameset > .frame.dark {
  background: #d13660;
}
.frameset > .frame.dark .frame-header {
  background: transparent;
  color: #fff;
}
.frameset > .frame.dark .frame-body {
  background: transparent;
  color: #fff;
}
.frameset > .frame.dark .frame-footer {
  background: transparent;
}
.frameset > .frame.dark i {
  color: #f0f0f2;
}
.frameset > .frame.gray {
  background: #494947;
}
.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: #f5f5f4;
  /* 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: #2c71c0;
  /* 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: #d13660;
  /* 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: #494947;
  /* 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;
}
@media (max-width: 480px) {
  .frameset > .frame.media-right-bg-bleed .article-media {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0.35;
    right: -20px;
  }
  .frameset > .frame.media-right-bg-bleed .article-content {
    position: relative;
    z-index: 2;
  }
  .frameset > .frame.media-right-bg-bleed .article-header {
    margin-top: 3px;
    width: 60%;
  }
  .frameset > .frame.media-right-bg-bleed .article-body {
    margin-top: 60px;
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .frameset > .frame.media-right-bg-bleed .article-media {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0.4;
    right: -20px;
  }
  .frameset > .frame.media-right-bg-bleed .article-content {
    position: relative;
    z-index: 2;
  }
  .frameset > .frame.media-right-bg-bleed .article-header {
    width: 60%;
  }
  .frameset > .frame.media-right-bg-bleed .article-body {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.media-right-bg-bleed {
    position: relative;
    overflow: hidden;
  }
  .frameset > .frame.media-right-bg-bleed .frame-view {
    position: static;
    padding: 90px 20px;
  }
  .frameset > .frame.media-right-bg-bleed .article-header {
    max-width: 468px;
  }
  .frameset > .frame.media-right-bg-bleed .article-content {
    position: relative;
    width: 48%;
  }
  .frameset > .frame.media-right-bg-bleed .frame-view {
    position: static;
  }
  .frameset > .frame.media-right-bg-bleed .article-media img {
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.media-right-bg-bleed .article-content {
    position: relative;
  }
  .frameset > .frame.media-right-bg-bleed .frame-view {
    position: static;
  }
  .frameset > .frame.media-right-bg-bleed .article-media img {
    top: -6%;
    height: 108%;
    min-height: 108%;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1158px) {
  .frameset > .frame.media-right-bg-bleed .frame-view {
    position: static;
  }
  .frameset > .frame.media-right-bg-bleed .article-header {
    max-width: 548px;
  }
  .frameset > .frame.media-right-bg-bleed .article-media img {
    top: -9%;
    height: 112%;
    min-height: 112%;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1220px) {
  .frameset > .frame.media-right-bg-bleed .frame-view {
    position: static;
  }
  .frameset > .frame.media-right-bg-bleed .article-media img {
    position: absolute;
  }
}
@media (min-width: 1300px) {
  .frameset > .frame.media-right-bg-bleed .frame-view {
    position: static;
  }
  .frameset > .frame.media-right-bg-bleed .article-media img {
    position: absolute;
  }
}
@media (min-width: 1600px) {
  .frameset > .frame.media-right-bg-bleed {
    max-width: 1600px;
    margin: auto;
  }
}
.frameset > .frame.extra-light {
  background: #f9fafb;
}
.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: 15px;
  font-size: 1.5rem;
  margin: 0;
}
@media (min-width: 768px) {
  .frameset > .frame > .frame-view > * {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame > .frame-view > * {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.frameset > .frame > .frame-view > * {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
.frameset > .frame > .frame-view {
  padding: 32px 15px;
}
.frameset > .frame > .frame-view > .frame-body {
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .frameset > .frame > .frame-view {
    max-width: 1180px;
    padding: 60px 10px;
  }
  .frameset > .frame > .frame-view > .frame-body {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame > .frame-view {
    padding: 75px 10px;
  }
  .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: 23.6992px;
  font-size: 2.36992rem;
}
@media (min-width: 768px) {
  .frameset > .frame.summary .c5-article h1 {
    font-size: 25.76px;
    font-size: 2.576rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.summary .c5-article h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.frameset > .frame.summary .c5-article h2,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h1 {
  font-size: 20.3136px;
  font-size: 2.03136rem;
}
@media (min-width: 768px) {
  .frameset > .frame.summary .c5-article h2,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h1 {
    font-size: 22.08px;
    font-size: 2.208rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.summary .c5-article h2,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.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: 14.3888px;
  font-size: 1.43888rem;
}
@media (min-width: 768px) {
  .frameset > .frame.summary .c5-article h4 {
    font-size: 15.64px;
    font-size: 1.564rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.summary .c5-article h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.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: 24px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .frameset > .frame.tight > .frame-view,
  .frameset > .frame.page-header > .frame-view {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.tight > .frame-view,
  .frameset > .frame.page-header > .frame-view {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.frameset > .frame.tight-bottom > .frame-view {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .frameset > .frame.tight-bottom > .frame-view {
    padding-bottom: 35px;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.tight-bottom > .frame-view {
    padding-bottom: 35px;
  }
}
.frameset > .frame.slim > .frame-view {
  padding-left: 8%;
  padding-right: 8%;
}
@media (min-width: 768px) {
  .frameset > .frame.slim > .frame-view {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.slim > .frame-view {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.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: 32px 15px;
}
@media (min-width: 768px) {
  .frameset > .frame.article-padding .frame-body .c5-article {
    padding: 60px 10px;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.article-padding .frame-body .c5-article {
    padding: 75px 10px;
  }
}
.frameset > .frame.article-hilite .frame-body .c5-article {
  border: 1px solid #fff;
}
.frameset > .frame.summary .c5-article h1 {
  font-size: 23.6992px;
  font-size: 2.36992rem;
}
@media (min-width: 768px) {
  .frameset > .frame.summary .c5-article h1 {
    font-size: 25.76px;
    font-size: 2.576rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.summary .c5-article h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.frameset > .frame.summary .c5-article h2,
.frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h1 {
  font-size: 20.3136px;
  font-size: 2.03136rem;
}
@media (min-width: 768px) {
  .frameset > .frame.summary .c5-article h2,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h1 {
    font-size: 22.08px;
    font-size: 2.208rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.summary .c5-article h2,
  .frameset > .frame.summary .c5-article .frameset > .frame.headings-smaller h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.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: 14.3888px;
  font-size: 1.43888rem;
}
@media (min-width: 768px) {
  .frameset > .frame.summary .c5-article h4 {
    font-size: 15.64px;
    font-size: 1.564rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.summary .c5-article h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.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: 23.6992px;
  font-size: 2.36992rem;
}
@media (min-width: 768px) {
  .frameset > .frame.expander .c5-article h1 {
    font-size: 25.76px;
    font-size: 2.576rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.expander .c5-article h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.frameset > .frame.expander .c5-article h2,
.frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller h1 {
  font-size: 20.3136px;
  font-size: 2.03136rem;
}
@media (min-width: 768px) {
  .frameset > .frame.expander .c5-article h2,
  .frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller h1 {
    font-size: 22.08px;
    font-size: 2.208rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.expander .c5-article h2,
  .frameset > .frame.expander .c5-article .frameset > .frame.headings-smaller h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.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: 14.3888px;
  font-size: 1.43888rem;
}
@media (min-width: 768px) {
  .frameset > .frame.expander .c5-article h4 {
    font-size: 15.64px;
    font-size: 1.564rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.expander .c5-article h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.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: 30px 20px;
}
.summary .frameset > .frame.expander .c5-article .article-content,
.aside .frameset > .frame.expander .c5-article .article-content {
  padding: 15px 10px;
}
.frameset > .frame.expander .c5-article.is-expanded {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  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.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
    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.5%;
    margin-top: 3.5%;
  }
  .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: 26.5%;
  }
  .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: 66.5%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.expander .c5-article.is-expanded {
    padding: 36px;
  }
}
.frameset > .frame.expander .c5-article:hover {
  cursor: default;
}
.frameset > .frame.expander .c5-article .article-content {
  padding: 0;
}
.frameset > .frame.expander .c5-article .article-section-media {
  width: 140px;
  display: none !important;
}
.frameset > .frame.expander .c5-article .article-section-media .article-media {
  width: 140px !important;
  height: 140px;
  background: #ebebe9;
  text-align: center;
  margin: 0 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  position: relative;
  left: -14px;
}
.frameset > .frame.expander .c5-article .article-section-media .article-media img {
  height: 120%;
  max-width: none !important;
  margin-left: -16%;
  margin-top: 3%;
}
.frameset > .frame.expander .c5-article.is-expanded {
  background: #fcfcfc !important;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  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.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
    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.5%;
    margin-top: 3.5%;
  }
  .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: 26.5%;
  }
  .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: 66.5%;
    overflow: auto;
  }
}
.frameset > .frame.expander .c5-article.is-expanded .article-content {
  width: 95% !important;
  padding: 30px 20px;
}
.frameset > .frame.expander .c5-article.is-expanded .person-header .c5-lay > * {
  display: inline-block;
  vertical-align: middle;
}
.frameset > .frame.expander .c5-article.is-expanded .article-body {
  column-fill: balance;
}
.frameset > .frame.expander .c5-article.is-expanded .article-body img {
  line-height: 1em;
  margin-bottom: 27px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .frameset > .frame.expander .c5-article.is-expanded .article-body {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 41.3%;
    -moz-column-gap: 41.3%;
    column-gap: 41.3%;
  }
}
.frameset > .frame.expander .c5-article.is-expanded .article-media {
  display: none !important;
}
.frameset > .frame.expander .c5-article.is-expanded .article-section-media {
  display: inline-block !important;
  vertical-align: middle;
}
.frameset > .frame.expander .c5-article.is-expanded .article-section-media .article-media {
  display: inline-block !important;
}
.frameset > .frame.expander .c5-article.is-expanded .article-section-content {
  display: inline-block;
  vertical-align: middle;
}
.frameset > .frame.expander .c5-article.is-expanded > .c5-lay {
  direction: ltr !important;
}
@media (min-width: 768px) {
  .frameset > .frame.expander .c5-article.is-expanded {
    padding: 36px;
  }
}
.frameset > .frame.expander .c5-article.is-expanded footer {
  display: none;
}
.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

============================================================ */
#search-form-frame .frame-view {
  max-width: 820px;
  text-align: left;
}
#search-form-frame .search-meta {
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  color: #444444;
}
#search-form-frame form {
  width: 420px;
  max-width: 100%;
}
#search-form-frame .is-form-style input.is-search-input {
  border-radius: 5px 0 0 5px;
}
#search-form-frame .is-form-style input.is-search-input:focus,
#search-form-frame .is-form-style input.is-search-input.input-focused {
  box-shadow: 0 0 5px rgba(41, 112, 220, 0.8) !important;
  border: 1px solid rgba(41, 112, 220, 0.8) !important;
  background: #ffffff !important;
}
#search-form-frame .is-search-icon {
  background: none;
  border-radius: 0 5px 5px 0;
  border-left: none;
}
#search-results .frame-view {
  max-width: 820px;
}
#search-results .frame-view .is-title a {
  font-size: 19px;
  line-height: 1.2;
}
#search-results .frame-view .is-search-sections .thumbnail {
  min-width: 92px;
  border-radius: 3px;
  margin-right: 0px;
  margin-left: 5px;
}
#search-results .frame-view .is-search-sections .thumbnail img {
  border: 1px solid #f2f2f2;
  margin: 0 auto;
  width: 90px;
  max-width: 90px;
  height: auto;
  border-radius: 3px;
}
@media (min-width: 768px) {
  #search-results .frame-view .is-search-sections .thumbnail {
    min-width: 142px;
    margin-left: 15px;
  }
  #search-results .frame-view .is-search-sections .thumbnail img {
    width: 140px;
    max-width: 140px;
  }
}
#search-results .frame-view .left-section {
  float: right;
  margin: 2px 0 10px 10px;
}
#search-results .frame-view .right-section {
  overflow: auto;
}
#search-results .frame-view .is-ajax-search-result {
  max-width: none;
}
#search-results .frame-view .is-ajax-search-post {
  padding: 20px 0px;
}
#search-results .frame-view .search-results-meta {
  font-size: 16px;
}
#search-results .frame-view .is-ajax-search-details,
#search-results .frame-view .is-ajax-search-result {
  display: block;
  position: inherit;
  width: 100%;
  height: auto;
  padding: 0;
  color: inherit;
  background: none;
  line-height: inherit;
}
#search-results .frame-view .is-ajax-search-details a,
#search-results .frame-view .is-ajax-search-result a {
  font-size: 18.9525px;
  font-size: 1.89525rem;
  color: #d13660;
}
@media (min-width: 768px) {
  #search-results .frame-view .is-ajax-search-details a,
  #search-results .frame-view .is-ajax-search-result a {
    font-size: 19.95px;
    font-size: 1.995rem;
  }
}
@media (min-width: 1025px) {
  #search-results .frame-view .is-ajax-search-details a,
  #search-results .frame-view .is-ajax-search-result a {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#search-results .frame-view .is-ajax-search-items {
  max-height: none;
}
#search-results .frame-view .is-ajax-result-description {
  font-size: 15.3425px;
  font-size: 1.53425rem;
  line-height: 1.3;
  color: #444444;
}
@media (min-width: 768px) {
  #search-results .frame-view .is-ajax-result-description {
    font-size: 16.15px;
    font-size: 1.615rem;
  }
}
@media (min-width: 1025px) {
  #search-results .frame-view .is-ajax-result-description {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.woocommerce .aria-fields form .form-row input.input-text {
  height: 34px;
}
.woocommerce .aria-fields {
  width: 100%;
  max-width: 100%;
  padding: 15px 30px 18px;
}
.woocommerce div.product form.cart div.quantity {
  width: 100%;
  margin-top: 10px;
}
.woocommerce div.product form.cart {
  display: block !important;
}
.woocommerce #wc-stripe-payment-request-wrapper {
  padding-top: 1.5em;
  display: block;
  width: 100%;
}
.woocommerce #wc-stripe-payment-request-button-separator {
  margin-top: 15px;
  text-align: center;
  width: 100%;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
  margin-left: 0;
  width: 100% !important;
  border-radius: 4px;
}
@media (min-width: 480px) {
  .woocommerce #wc-stripe-payment-request-wrapper {
    width: 190px;
    clear: left;
  }
  .woocommerce #wc-stripe-payment-request-button-separator {
    width: 190px;
    clear: left;
  }
  .woocommerce div.product form.cart .button.single_add_to_cart_button {
    width: 190px !important;
    clear: left;
  }
  .woocommerce div.product form.cart div.quantity {
    width: 190px;
    clear: left;
  }
}
@media (min-width: 480px) {
  .woocommerce.aira-50-bundle #wc-stripe-payment-request-wrapper,
  .woocommerce.aira-100-gift-card-bundle #wc-stripe-payment-request-wrapper,
  .woocommerce.aira-175-bundle #wc-stripe-payment-request-wrapper {
    clear: none !important;
  }
  .woocommerce.aira-50-bundle #wc-stripe-payment-request-button-separator,
  .woocommerce.aira-100-gift-card-bundle #wc-stripe-payment-request-button-separator,
  .woocommerce.aira-175-bundle #wc-stripe-payment-request-button-separator {
    clear: none !important;
  }
  .woocommerce.aira-50-bundle div.product form.cart .button.single_add_to_cart_button,
  .woocommerce.aira-100-gift-card-bundle div.product form.cart .button.single_add_to_cart_button,
  .woocommerce.aira-175-bundle div.product form.cart .button.single_add_to_cart_button {
    clear: none !important;
  }
  .woocommerce.aira-50-bundle div.product form.cart div.quantity,
  .woocommerce.aira-100-gift-card-bundle div.product form.cart div.quantity,
  .woocommerce.aira-175-bundle div.product form.cart div.quantity {
    clear: none !important;
  }
}
@media (min-width: 885px) {
  .woocommerce .aria-fields {
    width: 45%;
    float: left;
    padding: 20px 30px 18px;
  }
  .woocommerce .aria-fields .wc-pao-addon {
    margin-top: 0px;
  }
  .woocommerce .aria-fields h3,
  .woocommerce .aria-fields .frameset > .frame.headings-smaller h2,
  .woocommerce .aria-fields .frameset > .frame.headings-smaller blockquote,
  .woocommerce .aria-fields .frameset > .frame.headings-smaller blockquote > i,
  .woocommerce .aria-fields .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    margin: 20px 0 7px !important;
  }
  .woocommerce .aria-fields .wc-pao-addon-description p {
    margin-top: 0;
    font-size: 15px;
  }
  .woocommerce .aria-fields label.wc-pao-addon-name {
    font-size: 15px;
  }
  .woocommerce .aria-fields form .form-row {
    padding: 0;
  }
  .woocommerce #wc-stripe-payment-request-wrapper {
    padding-top: 1.5em;
    display: block;
    width: 190px;
    float: left;
  }
  .woocommerce #wc-stripe-payment-request-button-separator {
    text-align: center;
    float: left;
    width: 190px;
  }
  .woocommerce div.product form.cart .button.single_add_to_cart_button {
    margin-top: 15px;
    margin-left: 0;
    width: 190px;
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 1025px) {
}
.c5-snippets .c5-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.c5-snippets .c5-header .lead {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
  font-size: 15.3425px;
  font-size: 1.53425rem;
}
@media (min-width: 768px) {
  .c5-snippets .c5-header .lead {
    font-size: 16.15px;
    font-size: 1.615rem;
  }
}
@media (min-width: 1025px) {
  .c5-snippets .c5-header .lead {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.c5-person {
  text-align: left;
  padding: 0 0 0 5px;
  border-bottom: 2px solid #e9e9e7;
}
.c5-person .c5-name {
  font-size: 24.7808px;
  font-size: 2.47808rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  .c5-person .c5-name {
    font-size: 28.16px;
    font-size: 2.816rem;
  }
}
@media (min-width: 1025px) {
  .c5-person .c5-name {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.c5-person .c5-role {
  font-size: 17.01px;
  font-size: 1.701rem;
}
@media (min-width: 768px) {
  .c5-person .c5-role {
    font-size: 18.9px;
    font-size: 1.89rem;
  }
}
@media (min-width: 1025px) {
  .c5-person .c5-role {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.c5-person .article-body {
  column-fill: balance;
}
.c5-person .article-body img {
  line-height: 1em;
  margin-bottom: 27px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .c5-person .article-body {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 41.3%;
    -moz-column-gap: 41.3%;
    column-gap: 41.3%;
  }
}
.c5-person.jessica-hipp .article-section-media .article-media,
.c5-person.darwin-belt .article-section-media .article-media,
.c5-person.armand-fisher .article-section-media .article-media {
  left: -14px;
}
.c5-person.jessica-hipp .article-section-media .article-media img,
.c5-person.darwin-belt .article-section-media .article-media img,
.c5-person.armand-fisher .article-section-media .article-media img {
  height: 120%;
  max-width: none !important;
  margin-left: -16%;
  margin-top: 3%;
}
.frameset > .frame.page-nav {
  z-index: 101;
  background: #f2f2f4;
}
@media (min-width: 1025px) {
}
.frameset > .frame.page-nav > .frame-view {
  padding: 0;
  margin: 0;
}
.frameset > .frame.page-nav > .frame-view > .frame-header {
  display: none;
}
.frameset > .frame.page-nav .menu-item {
  display: block;
  text-align: left;
  line-height: 1;
  height: auto;
  padding: 0;
  margin: 0;
}
.frameset > .frame.page-nav .menu-item > a {
  margin: 0;
  outline: none;
  padding: 10px !important;
  min-width: 180px;
}
.frameset > .frame.page-nav .menu-item > a:hover {
  background: #b5294f !important;
}
.frameset > .frame.article-media-hidden .article-media {
  display: none;
}
.frameset > .frame.article-content-center .article-content {
  margin-left: auto;
  margin-right: auto;
}
.frameset > .frame.article-content-slim .article-content {
  width: 60%;
}
.frameset > .frame.article-content-gutter .article-content {
  margin-top: 80px;
}
.frameset > .frame.media-half .c5-person {
  margin-left: 0;
}
.gform_wrapper {
  border: 1px solid #eee;
  padding: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gform_wrapper input,
.gform_wrapper input[type=text],
.gform_wrapper textarea {
  background: #f9f9f9;
  color: #000;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .frame.snippets-trio .snippets-list {
    font-size: 0;
    width: 103.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
  }
  .frame.snippets-trio .snippets-list > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 29.83333333%;
    margin-left: 3.5%;
    margin-top: 3.5%;
    vertical-align: top;
  }
}
.frame.snippets-grid.snippets-grid-2 .snippets-list .snippet figure {
  position: relative;
  z-index: 11;
  max-width: 50%;
  margin: auto;
}
.frame.snippets-grid.snippets-grid-2 .snippets-list .snippet .item-content {
  width: 90%;
  padding: 20px 15px;
  bottom: 0;
  left: 0;
  right: inherit;
  background: #000;
  color: #fff;
  min-height: 60px;
}
.frame.snippets-grid.snippets-grid-2 .snippets-list .snippet .item-content .item-header .heading {
  font-size: 22px;
}
.frame.snippets-grid.snippets-grid-2 .snippets-list .snippet:nth-child(1) .item-content,
.frame.snippets-grid.snippets-grid-2 .snippets-list .snippet:nth-child(2) .item-content,
.frame.snippets-grid.snippets-grid-2 .snippets-list .snippet:nth-child(3) .item-content,
.frame.snippets-grid.snippets-grid-2 .snippets-list .snippet:nth-child(4) .item-content {
  background: #f5f5f4;
  color: #111111;
}
@media (min-width: 768px) {
  .frame.snippets-grid.snippets-grid-2 .snippets-list .snippet figure {
    position: relative;
    z-index: 11;
    max-width: 70%;
    margin-left: 35%;
  }
  .frame.snippets-grid.snippets-grid-2 .snippets-list .snippet .item-content {
    min-width: 95%;
    min-height: 120px;
  }
}
@media (min-width: 768px) {
  .frame.snippets-grid .snippets-list {
    font-size: 0;
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
  .frame.snippets-grid .snippets-list > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 50%;
    margin-left: 0%;
    margin-top: 0%;
    vertical-align: top;
  }
}
.frame.snippets-grid .snippets-list .snippet {
  position: relative;
}
.frame.snippets-grid .snippets-list .snippet .item-content {
  position: absolute;
  width: 76%;
  padding: 20px 15px;
  bottom: 0;
  right: 0;
  background: #000;
  color: #fff;
  min-height: 133px;
  display: table;
}
.frame.snippets-grid .snippets-list .snippet .item-content > * {
  display: table-cell;
  vertical-align: middle;
}
.frame.snippets-grid .snippets-list .snippet .item-content .item-header .heading {
  margin: 0 0 5px 0;
  font-size: 22.9276px;
  font-size: 2.29276rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .frame.snippets-grid .snippets-list .snippet .item-content .item-header .heading {
    font-size: 26.66px;
    font-size: 2.666rem;
  }
}
@media (min-width: 1025px) {
  .frame.snippets-grid .snippets-list .snippet .item-content .item-header .heading {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
.frame.snippets-grid .snippets-list .snippet:nth-child(1) .item-content {
  background: #111111;
  color: #f5f5f4;
}
.frame.snippets-grid .snippets-list .snippet:nth-child(2) .item-content {
  background: #f5f5f4;
  color: #111111;
}
.frame.snippets-grid .snippets-list .snippet:nth-child(3) .item-content {
  background: #111111;
  color: #f5f5f4;
}
.frame.snippets-grid .snippets-list .snippet:nth-child(4) .item-content {
  background: #f5f5f4;
  color: #111111;
}
@media (min-width: 768px) {
  .frame.snippets-grid .snippets-list .snippet .item-content {
    width: 64%;
    padding: 25px 15px;
    bottom: inherit;
    right: inherit;
    min-width: 330px;
  }
  .frame.snippets-grid .snippets-list .snippet:nth-child(1) .item-content {
    right: 0;
    bottom: 0;
    background: #111111;
    color: #f5f5f4;
  }
  .frame.snippets-grid .snippets-list .snippet:nth-child(2) .item-content {
    left: 0;
    bottom: 0;
    background: #f5f5f4;
    color: #111111;
  }
  .frame.snippets-grid .snippets-list .snippet:nth-child(3) .item-content {
    right: 0;
    top: 0;
    background: #f5f5f4;
    color: #111111;
  }
  .frame.snippets-grid .snippets-list .snippet:nth-child(4) .item-content {
    left: 0;
    top: 0;
    background: #111111;
    color: #f5f5f4;
  }
}
.frame.xxxsnippets-grid .snippets-list {
  text-align: left;
  position: relative;
}
.frame.xxxsnippets-grid .snippets-list .article-media {
  float: left;
  vertical-align: middle;
  max-width: 25%;
  margin-right: 5px;
}
.frame.xxxsnippets-grid .snippets-list .article-media img {
  margin: 0;
}
.frame.xxxsnippets-grid .snippets-list .item-header {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .frame.xxxsnippets-grid .snippets-list {
    text-align: center;
    padding-bottom: 150px;
    font-size: 0;
    width: 103.5%;
    margin-left: -3.5%;
    margin-top: -3.5%;
  }
  .frame.xxxsnippets-grid .snippets-list > * {
    font-size: 17px;
    font-size: 1.7rem;
    display: inline-block;
    width: 29.83333333%;
    margin-left: 3.5%;
    margin-top: 3.5%;
    vertical-align: top;
  }
  .frame.xxxsnippets-grid .snippets-list .article-media {
    clear: left;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
  }
  .frame.xxxsnippets-grid .snippets-list .article-media img {
    margin: auto;
    max-width: 200px;
  }
  .frame.xxxsnippets-grid .snippets-list .item-header {
    margin-top: 0px;
  }
}
.frame.xxxsnippets-grid .snippets-list > *:first-child:not(.c5-article) {
  margin-top: 3.5%;
}
.frame.xxxsnippets-grid .snippets-list .heading {
  font-size: 26.1725px;
  font-size: 2.61725rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .frame.xxxsnippets-grid .snippets-list .heading {
    font-size: 27.55px;
    font-size: 2.755rem;
  }
}
@media (min-width: 1025px) {
  .frame.xxxsnippets-grid .snippets-list .heading {
    font-size: 29px;
    font-size: 2.9rem;
  }
}
.frame.xxxsnippets-grid .snippets-list .item-body {
  font-size: 17.1475px;
  font-size: 1.71475rem;
}
@media (min-width: 768px) {
  .frame.xxxsnippets-grid .snippets-list .item-body {
    font-size: 18.05px;
    font-size: 1.805rem;
  }
}
@media (min-width: 1025px) {
  .frame.xxxsnippets-grid .snippets-list .item-body {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.frame.xxxsnippets-grid .snippets-list .speech {
  text-align: left;
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  margin-top: 10px;
  max-height: 136px;
  max-width: 50%;
  margin-top: 42px;
  padding: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: transparent;
  color: #fff;
  opacity: 0;
  background: #ce365e;
  margin-bottom: 20px;
}
@media (min-width: 740px) {
  .frame.xxxsnippets-grid .snippets-list .speech {
    position: absolute;
    top: 100%;
    margin-top: -130px;
  }
}
.frame.xxxsnippets-grid .snippets-list .speech:before,
.frame.xxxsnippets-grid .snippets-list .speech:after {
  transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  background: transparent;
  opacity: 0;
}
@media (max-width: 740px) {
  .frame.xxxsnippets-grid .snippets-list .speech {
    bottom: 0;
    margin-top: 22px;
    max-height: none;
    opacity: 1;
  }
  .frame.xxxsnippets-grid .snippets-list .speech:before,
  .frame.xxxsnippets-grid .snippets-list .speech:after {
    opacity: 1;
  }
}
.frame.xxxsnippets-grid .snippets-list .snippet {
  clear: both;
  overflow: hidden;
  border: 1px solid transparent;
}
.frame.xxxsnippets-grid .snippets-list .snippet .heading {
  font-size: 21.06px;
  font-size: 2.106rem;
}
@media (min-width: 768px) {
  .frame.xxxsnippets-grid .snippets-list .snippet .heading {
    font-size: 23.4px;
    font-size: 2.34rem;
  }
}
@media (min-width: 1025px) {
  .frame.xxxsnippets-grid .snippets-list .snippet .heading {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.frame.xxxsnippets-grid .snippets-list .snippet .c5-figure img {
  transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
}
@media (max-width: 740px) {
  .frame.xxxsnippets-grid .snippets-list .snippet .item-body {
    clear: both;
    text-align: center;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet .speech {
    max-width: none;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-left .speech {
    clear: both;
    position: relative;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-left .speech:after,
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-left .speech:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-left .speech:after {
    bottom: 100%;
    left: 50%;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ce365e;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-left .speech:before {
    bottom: 100%;
    left: 50%;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid;
    border-bottom-color: #ce365e;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-center .speech {
    clear: both;
    position: relative;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-center .speech:after,
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-center .speech:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-center .speech:after {
    bottom: 100%;
    left: 50%;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ce365e;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-center .speech:before {
    bottom: 100%;
    left: 50%;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid;
    border-bottom-color: #ce365e;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-right .speech {
    clear: both;
    position: relative;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-right .speech:after,
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-right .speech:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-right .speech:after {
    bottom: 100%;
    left: 50%;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ce365e;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-right .speech:before {
    bottom: 100%;
    left: 50%;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid;
    border-bottom-color: #ce365e;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.active {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 15px;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.active:first-child {
    border-top-width: 0;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.active:last-child {
    border-bottom-width: 0;
  }
}
@media (min-width: 768px) {
  .frame.xxxsnippets-grid .snippets-list .snippet {
    padding: 5px 20px 15px 20px;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet .item-body {
    min-height: 62px;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-left .speech {
    position: relative;
    left: 10%;
    position: absolute;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-left .speech:after,
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-left .speech:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-left .speech:after {
    bottom: 100%;
    left: 15%;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ce365e;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-left .speech:before {
    bottom: 100%;
    left: 15%;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid;
    border-bottom-color: #ce365e;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-center .speech {
    position: relative;
    left: 50%;
    margin-left: -25%;
    position: absolute;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-center .speech:after,
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-center .speech:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-center .speech:after {
    bottom: 100%;
    left: 50%;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ce365e;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-center .speech:before {
    bottom: 100%;
    left: 50%;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid;
    border-bottom-color: #ce365e;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-right .speech {
    position: relative;
    right: 10%;
    position: absolute;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-right .speech:after,
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-right .speech:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-right .speech:after {
    bottom: 100%;
    left: 85%;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ce365e;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.arrow-top-right .speech:before {
    bottom: 100%;
    left: 85%;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid;
    border-bottom-color: #ce365e;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.active {
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 1px 7px rgba(100, 100, 100, 0.4);
    -moz-box-shadow: 0px 1px 7px rgba(100, 100, 100, 0.4);
    box-shadow: 0px 1px 7px rgba(100, 100, 100, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.active .speech {
    opacity: 1;
  }
  .frame.xxxsnippets-grid .snippets-list .snippet.active .speech:before,
  .frame.xxxsnippets-grid .snippets-list .snippet.active .speech:after {
    opacity: 1;
  }
}
.beyond.frame {
  background: #2c71c0 url(/wp-content/uploads/beyond.png) 115% center no-repeat !important;
}
.coming-soon.frame,
.light.coming-soon.frame {
  background: url(/wp-content/uploads/movement-bg.png) bottom center / cover no-repeat;
}
@media (min-width: 768px) {
  .coming-soon.frame,
  .light.coming-soon.frame {
    background: url(/wp-content/uploads/movement-bg.png) center center / cover no-repeat;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .mobile-hidden {
    display: none;
  }
}
.hero.frame,
.light.hero.frame {
  background-image: url(/wp-content/uploads/wood-table-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px !important;
}
.hero.frame .mobile-only,
.light.hero.frame .mobile-only {
  max-width: 300px;
  margin: 20px 0 0 20px !important;
  display: inline-block;
  text-align: center;
}
.hero.frame .article-media img,
.light.hero.frame .article-media img {
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 768px) {
  .hero.frame,
  .light.hero.frame {
    min-height: 610px;
  }
  .hero.frame .article-media img,
  .light.hero.frame .article-media img {
    display: block;
    position: relative;
    max-width: 330px;
  }
  .hero.frame .article-content img,
  .light.hero.frame .article-content img {
    max-width: 570px;
    position: absolute;
    left: 45%;
    top: 48%;
  }
  .hero.frame.media-half .article-content,
  .light.hero.frame.media-half .article-content {
    width: 42%;
  }
  .hero.frame.media-half .article-media,
  .light.hero.frame.media-half .article-media {
    margin-top: 25px;
  }
}
@media (min-width: 1025px) {
  .hero.frame,
  .light.hero.frame {
    background-position: bottom center;
    background-size: cover;
    min-height: 700px;
  }
  .hero.frame .article-content img,
  .light.hero.frame .article-content img {
    max-width: 690px;
    top: 49%;
    left: inherit;
    right: 0;
  }
  .hero.frame.media-half .article-content,
  .light.hero.frame.media-half .article-content {
    width: 40%;
  }
  .hero.frame.media-half .article-media img,
  .light.hero.frame.media-half .article-media img {
    max-width: 360px;
  }
}
.hero.frame svg#homeSVG {
  display: none;
}
@media (min-width: 768px) {
  .hero.frame svg#homeSVG {
    width: 360px;
    display: block;
    position: absolute;
    right: 12%;
    top: 85px;
  }
}
@media (min-width: 768px) {
  .hero.frame.c5-animate-fade-up {
    overflow: hidden;
  }
  .hero.frame.c5-animate-fade-up header.frame-header {
    position: absolute;
    top: 0;
    height: 100%;
    width: 60%;
    left: 40%;
  }
  .hero.frame.c5-animate-fade-up img.angled-phone {
    max-width: 570px;
    position: absolute;
    left: 45%;
    top: 48%;
  }
}
@media (min-width: 1025px) {
  .hero.frame.c5-animate-fade-up img.angled-phone {
    max-width: 690px;
    bottom: 0;
    left: inherit;
    right: 0;
  }
}
.article-content .duet.gutterless > .c5-lay {
  width: 100%;
  margin: 35px 0 0 0;
}
.article-content .duet.gutterless > .c5-lay br {
  display: none;
}
.article-content .duet.gutterless > .c5-lay > * {
  margin: 0;
  max-width: 570px;
}
.wireframe.frame,
.light.wireframe.frame {
  background: #fafaf9 url(/wp-content/uploads/wireframe.png) bottom center no-repeat;
}
@media (min-width: 768px) {
}
.frame.video-embed .article-body {
  max-width: 96%;
}
.frame.video-embed .article-body p {
  max-width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.frame.video-embed .article-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .frame.article-header-third.article-header-right .c5-article .article-content {
    direction: rtl;
  }
  .frame.article-header-third.article-header-right .c5-article .article-header {
    margin-right: 0;
    margin-left: 4%;
  }
}
.frame.article-header-third .c5-article {
  text-align: left;
}
.frame.article-header-third .c5-article .article-media {
  display: none;
}
@media (min-width: 768px) {
  .frame.article-header-third .c5-article .article-body {
    direction: ltr;
    display: inline-block;
    vertical-align: top;
    width: 64%;
    margin: 0;
  }
  .frame.article-header-third .c5-article .article-header {
    direction: ltr;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -5px;
    width: 30%;
    margin: 0;
    padding: 0;
    margin-right: 4%;
  }
  .frame.article-header-third .c5-article .article-header .lead {
    font-weight: normal;
    line-height: 1.4;
    font-size: 18.9525px;
    font-size: 1.89525rem;
  }
  .frame.article-header-third .c5-article .article-header .lead em {
    color: #da6081;
    font-weight: bold;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .frame.article-header-third .c5-article .article-header .lead {
    font-size: 19.95px;
    font-size: 1.995rem;
  }
}
@media (min-width: 768px) and (min-width: 1025px) {
  .frame.article-header-third .c5-article .article-header .lead {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.coming-soon .article-header {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .coming-soon .article-header {
    max-width: 780px;
    margin-bottom: 60px;
  }
  .coming-soon .article-header > .lead {
    font-size: 21px;
    font-size: 2.1rem;
    letter-spacing: -0.5px;
    margin-top: 30px;
  }
}
.coming-soon .article-media {
  max-width: 460px;
}
.coming-soon .article-media img {
  margin-left: 0;
  margin-right: 0;
}
.benefits ul {
  padding-left: 1.7em;
  margin-bottom: 0;
}
.benefits ul > li {
  list-style: none;
}
.benefits ul > li:before {
  color: #fff;
  content: '\f046' /*fontawesome char code inside the ''*/;
  font-family: 'FontAwesome';
  /* or whatever */
  display: inline-block;
  margin-left: -1.5em;
  /*same as padding-left set on li*/
  width: 1.5em;
  /*same as padding-left set on li*/
  font-size: 20px;
  font-size: 2rem;
  vertical-align: middle;
}
.benefits ul > li {
  margin-bottom: 0.3em;
  font-size: 16px;
  font-size: 1.6rem;
}
.content .the-content ul li {
  list-style: none;
  position: relative;
}
.content .the-content ul li span.bullet {
  position: absolute;
  left: -2rem;
  height: 10px;
  width: 10px;
}
.frame.almonds header > h1.heading {
  max-width: 255px;
}
.frame.checklist .c5-article .lead {
  margin-top: 0;
}
.frame.checklist .c5-article .lead ul li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.frame.checklist .c5-article ul li {
  margin-bottom: 1em;
  list-style-type: none;
  padding-left: 3em;
  position: relative;
}
.frame.checklist .c5-article ul li:last-child {
  margin-bottom: 0;
}
.frame.checklist .c5-article ul li:before {
  content: " ";
  display: block;
  border: solid 0.71em #d13660;
  border-radius: 0.71em;
  height: 0;
  width: 0;
  position: absolute;
  left: 0.47em;
  top: 50%;
  margin-top: -0.7em;
}
.frame.checklist .c5-article ul li:after {
  content: " ";
  display: block;
  width: 0.35em;
  height: 0.7em;
  border: solid #fefefe;
  border-width: 0 0.15em 0.15em 0;
  position: absolute;
  left: 1em;
  top: 50%;
  margin-top: -0.4em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.video-wrapper {
  padding-bottom: 51.65%;
  /*56.25%; 16:9 */
  height: 0;
  border-radius: 5px;
  position: relative;
  border: 1px solid #eee;
  box-shadow: rgba(84, 70, 35, 0.1) 0px 2px 5px, rgba(84, 70, 35, 0.1) 0px 1px 3px;
  transform: translateZ(0px);
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.solution-new .media-mobile-smaller .c5-media.article-media {
  max-width: 75%;
  margin-bottom: 1.5em;
}
.solution-new .article-body p {
  margin-bottom: 1.3em !important;
}
@media (min-width: 768px) {
  .solution-new media-mobile-smaller .c5-media.article-media {
    max-width: 100%;
    margin-bottom: inherit;
  }
}
.c5-testimonial {
  padding: 10px;
}
.c5-testimonial .c5-meta {
  text-transform: none !important;
}
.copied {
  position: relative;
  overflow: visible;
}
.copied::after {
  position: absolute;
  top: 12%;
  right: 110%;
  display: block;
  content: "copied";
  font-size: 0.75em;
  padding: 2px 3px;
  color: #fff;
  background-color: #22a;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}
@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  #almonds {
    position: relative;
    overflow: hidden;
  }
  #almonds .frame-view {
    position: static;
  }
  #almonds .article-content {
    position: relative;
    max-width: 43%;
  }
  #almonds .frame-view {
    position: static;
  }
  #almonds .article-media img {
    position: absolute;
    right: -100px;
    max-width: 82%;
    bottom: 0;
  }
}
@media (min-width: 1025px) {
  #almonds .article-content {
    position: relative;
    max-width: 42%;
  }
  #almonds .frame-view {
    position: static;
  }
  #almonds .article-media {
    min-height: 330px;
  }
  #almonds .article-media img {
    max-width: 75%;
    position: absolute;
    right: -30px;
    width: auto;
    top: 0;
  }
}
@media (min-width: 1140px) {
  #almonds .frame-view {
    position: static;
  }
  #almonds .article-media {
    min-height: 360px;
  }
  #almonds .article-media img {
    max-width: 72%;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1220px) {
  #almonds .frame-view {
    position: static;
  }
  #almonds .article-media {
    min-height: 400px;
  }
  #almonds .article-media img {
    max-width: 74%;
    position: absolute;
    right: -20px;
  }
}
@media (min-width: 1300px) {
  #almonds .frame-view {
    position: static;
  }
  #almonds .article-media {
    min-height: 420px;
  }
  #almonds .article-media img {
    right: -30px;
    max-width: 72%;
    position: absolute;
  }
}
@media (min-width: 768px) {
  #tag-everything {
    position: relative;
    min-height: 500px;
  }
  #tag-everything .frame-view {
    position: static;
  }
  #tag-everything .article-content {
    position: relative;
    max-width: 43%;
  }
  #tag-everything .frame-view {
    position: static;
  }
  #tag-everything .article-media {
    position: absolute;
    right: 0;
    top: 40px;
    bottom: 40px;
    width: 58%;
    max-width: 840px;
  }
}
#scan-know img {
  max-width: 240px;
}
@media (min-width: 768px) {
  #scan-know {
    background: #2c71c0 url(/wp-content/uploads/blue-shirt-ruffle.jpg) center / cover no-repeat !important;
  }
  #scan-know img {
    max-width: 290px;
  }
}
#inclusive-design {
  background: #2c71c0 url(/wp-content/uploads/people.jpg) center / cover no-repeat !important;
}
#inclusive-design .c5-article {
  padding: 7% 10%;
  background: #f5f5f4;
}
/*
	.menu-item.menu-item-type-custom {
		margin-left: 6%;
			display: inline-block;
		&:last-child {
			margin-left: 1.5%;
		}
		> a {
			padding: 0 !important;
			margin-left: .8em;
			margin-top: 1em;
			&:hover {
				background: transparent !important;
				> i {
					color: @brandColorPrimary;
				}
			}
		}
//		padding: 0 !important;
//		line-height: 40px;
	}

	.menu-item-type-custom i.fa {
		line-height: 28px;
		font-size: 30px !important;
	}

	@media (min-width: @cfiveTablet) {
		.menu-item.menu-item-type-custom {
			> a {
				margin: 0.7em .2em .4em 0;
			}
		}
	}
*/
/* All HubSpot Forms
   ========================================================================== */
.hbspt-form {
  text-align: left;
  display: inline-block;
}
.hs-form legend {
  display: none !important;
}
.hs-form ul {
  list-style: none;
}
/* Form Field (selector for form field wrapper) */
/* Descriptions (targets class applied to Help Text divs) */
/* Labels (selects field labels and error messages) */
.hs-form label {
  display: none;
}
.hs-form .hs-form-radio-display {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
  margin-top: 5px;
}
.hs-form .hs-form-radio-display span {
  margin-left: 7px;
}
.hs-form .hs-form-field > label {
  display: inline-block;
  font-size: 15px;
  line-height: 1.2;
  color: #444;
}
div[class*="subscription"] label {
  font-size: 17px !important;
  font-size: 1.7rem !important;
  font-weight: bold;
}
/* Inputs (selectors for all inputs)  */
.hs-form input[type="text"],
.hs-form input[type="password"],
.hs-form input[type="datetime"],
.hs-form input[type="datetime-local"],
.hs-form input[type="date"],
.hs-form input[type="month"],
.hs-form input[type="time"],
.hs-form input[type="week"],
.hs-form input[type="number"],
.hs-form input[type="email"],
.hs-form input[type="url"],
.hs-form input[type="search"],
.hs-form input[type="tel"],
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {
  font-size: 20px;
  font-size: 2rem;
  padding: 5px;
  font-family: sans-serif;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  min-height: 30px;
  box-shadow: none;
  background: #fff;
  border: 2px solid #777;
  border-radius: 3px;
}
.hs-form input[type="text"].c6-input-file,
.hs-form input[type="password"].c6-input-file,
.hs-form input[type="datetime"].c6-input-file,
.hs-form input[type="datetime-local"].c6-input-file,
.hs-form input[type="date"].c6-input-file,
.hs-form input[type="month"].c6-input-file,
.hs-form input[type="time"].c6-input-file,
.hs-form input[type="week"].c6-input-file,
.hs-form input[type="number"].c6-input-file,
.hs-form input[type="email"].c6-input-file,
.hs-form input[type="url"].c6-input-file,
.hs-form input[type="search"].c6-input-file,
.hs-form input[type="tel"].c6-input-file,
.hs-form input[type="color"].c6-input-file,
.hs-form input[type="file"].c6-input-file,
.hs-form textarea.c6-input-file,
.hs-form select.c6-input-file {
  font-size: 14px;
}
.hs-form textarea {
  height: 120px;
}
/* Inputs in focus (selectors for all inputs when clicked)  */
/* Multi-line inputs (selectors to target multi-line fields */
/* Dropdowns (selectors for dropdowns) */
/* Multi-select (selectors for multi-select fields) */
/* Required (selectors for fields, when they do not pass validation) */
/* Error message (selector for validation messages) */
/* Placeholder Text (styles the placeholder attribute text) */
::-webkit-input-placeholder {
  /* Webkit Browsers */
}
:-moz-placeholder {
  /* Firefox 18- */
}
::-moz-placeholder {
  /* Firefox 19+ */
}
:-ms-input-placeholder {
  /* IE10 */
}
/* Multi Column Form (selectors for fieldsets and field wrappers) 
   ========================================================================== */
.hs-form fieldset {
  margin-bottom: 20px !important;
}
/* Submit buttons (selectors for all non-CTA buttons) 
   ========================================================================== */
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  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;
  color: #d13660;
  background: transparent ;
  border: 2px solid #da6081;
}
body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  cursor: pointer;
}
body .hs-button.primary.c5-tiny,
body input[type="submit"].c5-tiny,
body input[type="button"].c5-tiny {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0.3em 0.7em;
}
body .hs-button.primary.c5-small,
body input[type="submit"].c5-small,
body input[type="button"].c5-small {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 0.35em 0.75em;
}
body .hs-button.primary.c5-large,
body input[type="submit"].c5-large,
body input[type="button"].c5-large {
  font-size: 23px;
  font-size: 2.3rem;
  padding: 0.5em 0.8em;
}
body .hs-button.primary.c5-xlarge,
body input[type="submit"].c5-xlarge,
body input[type="button"].c5-xlarge {
  font-size: 27px;
  font-size: 2.7rem;
  padding: 0.5em 0.8em;
}
body .hs-button.primary.c5-control,
body input[type="submit"].c5-control,
body input[type="button"].c5-control {
  padding: 0.3em 0.3em;
}
body .hs-button.primary.c5-close,
body input[type="submit"].c5-close,
body input[type="button"].c5-close,
body .hs-button.primary.c5-sort,
body input[type="submit"].c5-sort,
body input[type="button"].c5-sort {
  line-height: 1;
  text-align: center;
}
body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  color: #fff;
  background: #d13660 ;
  border: 2px solid #fff;
}
body .hs-button.primary[type=submit],
body input[type="submit"][type=submit],
body input[type="button"][type=submit],
body .hs-button.primary.c5-submit,
body input[type="submit"].c5-submit,
body input[type="button"].c5-submit,
body .hs-button.primary.c5-primary,
body input[type="submit"].c5-primary,
body input[type="button"].c5-primary {
  color: #eeeeee;
  background: #d13660;
  border: 2px solid #d13660;
}
body .hs-button.primary[type=submit]:hover,
body input[type="submit"][type=submit]:hover,
body input[type="button"][type=submit]:hover,
body .hs-button.primary.c5-submit:hover,
body input[type="submit"].c5-submit:hover,
body input[type="button"].c5-submit:hover,
body .hs-button.primary.c5-primary:hover,
body input[type="submit"].c5-primary:hover,
body input[type="button"].c5-primary:hover {
  color: #fff;
  background: #ad274c;
  border: 2px solid #d13660;
}
/* Cookie Banner */
/* Edit this section to change the main container of the banner */
body div#hs-eu-cookie-confirmation.can-use-gradients {
  position: fixed;
  bottom: 0;
  top: auto;
  box-shadow: 0 -1px 3px #eaf0f6;
  background: #272727 !important;
}
/* Edit this section to change the style of bg */
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background: #272727 !important;
}
/* Edit this section to change the style of the text */
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: #ffffff !important;
  font-family: 'Roboto', sans-serif !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a {
  color: #d13660 !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a:hover {
  color: #ad274c !important;
}
/* Edit this section to change the style of the CONFIRM button */
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  font-size: 16px !important;
  font-weight: bold !important;
  font-family: 'Roboto', sans-serif !important;
  margin: 5px !important;
}
/* Edit this section to change the style of the DECLINE button */
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  font-size: 16px !important;
  font-family: 'Roboto', sans-serif !important;
  margin: 5px !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
/* Edit this section to change the style of the CONFIRM button when hovering  */
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  background-color: #c12c55 !important;
}
/* End Cookie Banner */
/*------------------------------------------------------------------------------
BBPress CSS
------------------------------------------------------------------------------*/
.bbpress h1 {
  font-size: 3.2rem;
}
.bbpress .frame .frame-view {
  padding: 20px 15px !important;
}
.bbpress .frame-header {
  margin-bottom: 1.5% !important;
}
.bbpress .subscription-toggle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  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;
  color: #d13660;
  background: transparent ;
  border: 2px solid #da6081;
  padding: 5px 10px 6px;
  font-size: 1.6rem;
  text-transform: none;
  margin-bottom: 10px;
  float: right;
  margin-right: 10px;
}
.bbpress .subscription-toggle:hover {
  cursor: pointer;
}
.bbpress .subscription-toggle.c5-tiny {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0.3em 0.7em;
}
.bbpress .subscription-toggle.c5-small {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 0.35em 0.75em;
}
.bbpress .subscription-toggle.c5-large {
  font-size: 23px;
  font-size: 2.3rem;
  padding: 0.5em 0.8em;
}
.bbpress .subscription-toggle.c5-xlarge {
  font-size: 27px;
  font-size: 2.7rem;
  padding: 0.5em 0.8em;
}
.bbpress .subscription-toggle.c5-control {
  padding: 0.3em 0.3em;
}
.bbpress .subscription-toggle.c5-close,
.bbpress .subscription-toggle.c5-sort {
  line-height: 1;
  text-align: center;
}
.bbpress .subscription-toggle:hover {
  color: #fff;
  background: #d13660 ;
  border: 2px solid #fff;
}
.bbpress .subscription-toggle[type=submit],
.bbpress .subscription-toggle.c5-submit,
.bbpress .subscription-toggle.c5-primary {
  color: #eeeeee;
  background: #d13660;
  border: 2px solid #d13660;
}
.bbpress .subscription-toggle[type=submit]:hover,
.bbpress .subscription-toggle.c5-submit:hover,
.bbpress .subscription-toggle.c5-primary:hover {
  color: #fff;
  background: #ad274c;
  border: 2px solid #d13660;
}
.bbpress .bbp-pagination {
  display: none;
}
.bbpress .bbp-pagination:last-child {
  display: block;
}
#bbpress-forums {
  font-size: 10px !important;
}
#bbpress-forums #bbp-search-form {
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 20px;
}
#bbpress-forums #bbp-search-form #bbp_search {
  padding: 2px;
  vertical-align: middle;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
  font-size: 1.8rem;
  padding: 5px 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
}
#bbpress-forums #bbp-search-form #bbp_search_submit:hover {
  border: none;
}
#bbpress-forums hr {
  margin: 0 0 24px 0;
}
#bbpress-forums ul.bbp-threaded-replies {
  margin-left: 50px;
}
/* VO optimization CSS */
/* Forums and topics anchor lists */
body.forum-archive #bbpress-forums .bbp-body > a {
  display: block;
  color: #000;
}
body.forum-archive #bbpress-forums .bbp-body > a h2,
body.forum-archive #bbpress-forums .bbp-body > a .frameset > .frame.headings-smaller h1 {
  color: #d13660;
  margin-top: 0;
  font-size: 2.8rem;
  line-height: 1.1;
}
body.forum-archive #bbpress-forums .bbp-body > a .bbp-forum-content {
  color: #d13660;
}
body.forum-archive #bbpress-forums .bbp-forum-info {
  width: 45%;
}
body.forum-archive #bbpress-forums .bbp-forum-extra-info {
  float: left;
  text-align: right;
  width: 55%;
  font-size: 1.4rem;
}
body.forum-archive #bbpress-forums .bbp-forum-extra-info .number {
  display: block;
  font-size: 1.8rem;
}
@media (min-width: 480px) {
  body.forum-archive #bbpress-forums .bbp-forum-extra-info {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  body.forum-archive #bbpress-forums .bbp-forum-extra-info .number {
    margin-top: 3px;
  }
}
body.forum-archive #bbpress-forums .bbp-forum-topic-count,
body.forum-archive #bbpress-forums .bbp-forum-reply-count {
  width: 25%;
  float: left;
  text-align: center;
}
body.forum-archive #bbpress-forums .bbp-forum-freshness {
  width: 50%;
  float: left;
}
@media (max-width: 480px) {
  body.forum-archive #bbpress-forums .bbp-forum-info,
  body.forum-archive #bbpress-forums .bbp-forum-extra-info {
    text-align: left;
    width: 100%;
    float: none;
  }
  body.forum-archive #bbpress-forums .bbp-forum-extra-info {
    margin-top: 10px !important;
  }
  body.forum-archive #bbpress-forums .bbp-forum-topic-count,
  body.forum-archive #bbpress-forums .bbp-forum-reply-count,
  body.forum-archive #bbpress-forums .bbp-forum-freshness {
    text-align: left;
    width: auto;
    float: none;
    display: inline-block;
    margin-right: 10px;
  }
  body.forum-archive #bbpress-forums .bbp-forum-topic-count .number,
  body.forum-archive #bbpress-forums .bbp-forum-reply-count .number,
  body.forum-archive #bbpress-forums .bbp-forum-freshness .number {
    display: inline;
    font-size: 1.4rem;
  }
  body.forum-archive #bbpress-forums .bbp-topic-meta {
    display: inline-block;
  }
}
body.forum #bbpress-forums .bbp-body > a,
#bbp-user-topics-started .bbp-body > a {
  display: block;
  color: #000;
}
body.forum #bbpress-forums .bbp-topic-info,
#bbp-user-topics-started .bbp-topic-info {
  color: #d13660;
}
body.forum #bbpress-forums .bbp-topic-title,
#bbp-user-topics-started .bbp-topic-title {
  font-size: 1.8rem;
  line-height: 1.1;
}
body.forum #bbpress-forums .bbp-topic-started-by,
#bbp-user-topics-started .bbp-topic-started-by,
body.forum #bbpress-forums .bbp-topic-started-in,
#bbp-user-topics-started .bbp-topic-started-in {
  font-size: 1.4rem;
}
body.forum #bbpress-forums .bbp-topic-info,
#bbp-user-topics-started .bbp-topic-info {
  width: 45%;
  float: left;
}
body.forum #bbpress-forums .bbp-topic-extra-info,
#bbp-user-topics-started .bbp-topic-extra-info {
  float: left;
  text-align: right;
  width: 55%;
  font-size: 1.4rem;
}
body.forum #bbpress-forums .bbp-topic-extra-info .number,
#bbp-user-topics-started .bbp-topic-extra-info .number {
  display: block;
  font-size: 1.8rem;
}
@media (min-width: 480px) {
  body.forum #bbpress-forums .bbp-topic-extra-info .number,
  #bbp-user-topics-started .bbp-topic-extra-info .number {
    margin-top: 3px;
  }
}
body.forum #bbpress-forums .bbp-topic-voice-count,
#bbp-user-topics-started .bbp-topic-voice-count,
body.forum #bbpress-forums .bbp-topic-reply-count,
#bbp-user-topics-started .bbp-topic-reply-count {
  width: 25%;
  float: left;
  text-align: center;
}
body.forum #bbpress-forums .bbp-topic-freshness,
#bbp-user-topics-started .bbp-topic-freshness {
  width: 50%;
  float: left;
}
@media (max-width: 480px) {
  body.forum #bbpress-forums .bbp-topic-info,
  #bbp-user-topics-started .bbp-topic-info,
  body.forum #bbpress-forums .bbp-topic-extra-info,
  #bbp-user-topics-started .bbp-topic-extra-info {
    text-align: left;
    width: 100%;
    float: none;
  }
  body.forum #bbpress-forums .bbp-topic-extra-info,
  #bbp-user-topics-started .bbp-topic-extra-info {
    margin-top: 10px !important;
  }
  body.forum #bbpress-forums .bbp-topic-voice-count,
  #bbp-user-topics-started .bbp-topic-voice-count,
  body.forum #bbpress-forums .bbp-topic-reply-count,
  #bbp-user-topics-started .bbp-topic-reply-count,
  body.forum #bbpress-forums .bbp-topic-freshness,
  #bbp-user-topics-started .bbp-topic-freshness {
    text-align: left;
    width: auto;
    float: none;
    display: inline-block;
    margin-right: 10px;
  }
  body.forum #bbpress-forums .bbp-topic-voice-count .number,
  #bbp-user-topics-started .bbp-topic-voice-count .number,
  body.forum #bbpress-forums .bbp-topic-reply-count .number,
  #bbp-user-topics-started .bbp-topic-reply-count .number,
  body.forum #bbpress-forums .bbp-topic-freshness .number,
  #bbp-user-topics-started .bbp-topic-freshness .number {
    display: inline;
    font-size: 1.4rem;
  }
  body.forum #bbpress-forums .bbp-topic-meta,
  #bbp-user-topics-started .bbp-topic-meta {
    display: inline-block;
  }
}
/* END VO opitmization CSS */
.bbpress {
  background: #f5f5f4;
}
.bbpress #bbpress-forums ul.bbp-lead-topic,
.bbpress #bbpress-forums ul.bbp-topics,
.bbpress #bbpress-forums ul.bbp-forums,
.bbpress #bbpress-forums ul.bbp-replies,
.bbpress #bbpress-forums ul.bbp-search-results {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none !important;
  font-size: 1.6rem;
  font-weight: 600;
  color: #111;
}
.bbpress #bbpress-forums li.bbp-header {
  color: #111;
}
.bbpress #bbpress-forums .bbp-topic-header,
.bbpress #bbpress-forums .bbp-forum-header,
.bbpress #bbpress-forums .bbp-reply-header {
  border: none;
  overflow: visible;
  z-index: 3;
}
.bbpress #bbpress-forums .bbp-header,
.bbpress #bbpress-forums .bbp-body,
.bbpress #bbpress-forums .bbp-footer {
  background: none !important;
  border: none !important;
  clear: both;
}
.bbpress #bbpress-forums .bbp-header > * {
  text-align: left !important;
  padding: 0 10px;
}
.bbpress #bbpress-forums .bbp-body .topic,
.bbpress #bbpress-forums .bbp-body .reply,
.bbpress #bbpress-forums .bbp-body .forum {
  overflow: hidden !important;
  width: auto;
  background: #fefefe;
  margin: 0px 1px 15px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eee;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #dddddd !important;
  font-size: 1.5rem;
  line-height: 1.6;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.bbpress #bbpress-forums .bbp-body .topic:hover,
.bbpress #bbpress-forums .bbp-body .reply:hover,
.bbpress #bbpress-forums .bbp-body .forum:hover,
.bbpress #bbpress-forums .bbp-body .topic:focus,
.bbpress #bbpress-forums .bbp-body .reply:focus,
.bbpress #bbpress-forums .bbp-body .forum:focus {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.07843137);
  border-bottom: 1px solid #ccc !important;
}
.bbpress #bbpress-forums .bbp-body .forum {
  padding: 15px 15px 15px;
}
.bbpress #bbpress-forums .bbp-body .reply,
.bbpress #bbpress-forums .bbp-body .topic {
  padding: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .bbpress #bbpress-forums .bbp-body .reply,
  .bbpress #bbpress-forums .bbp-body .topic {
    font-size: 1.6rem;
  }
}
.bbpress #bbpress-forums .bbp-footer {
  display: none;
}
.bbpress #bbpress-forums .bbp-pagination-count {
  color: #333;
}
.bbpress #bbpress-forums .bbp-topic-permalink,
.bbpress #bbpress-forums .bbp-forum-title {
  font-size: 2.1rem;
  line-height: 1.1;
}
.bbpress #bbpress-forums div.bbp-topic-author,
.bbpress #bbpress-forums div.bbp-reply-author {
  position: absolute;
  right: 30px;
  float: none;
  top: 15px;
  text-align: right;
}
.bbpress #bbpress-forums div.bbp-topic-author .bbp-author-avatar,
.bbpress #bbpress-forums div.bbp-reply-author .bbp-author-avatar {
  display: none;
  margin: 0 20px 0 0;
}
.bbpress #bbpress-forums div.bbp-topic-author a.bbp-author-name,
.bbpress #bbpress-forums div.bbp-reply-author a.bbp-author-name {
  margin: 0;
}
@media (max-width: 480px) {
  .bbpress #bbpress-forums div.bbp-topic-author,
  .bbpress #bbpress-forums div.bbp-reply-author {
    position: relative;
    text-align: left;
    right: 0;
    top: 0;
    padding: 0 0 10px;
  }
}
.bbpress #bbpress-forums textarea,
.bbpress #bbpress-forums input,
.bbpress #bbpress-forums select {
  font-size: 1.6rem !important;
  padding: 5px;
  font-weight: 600;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bbpress #bbpress-forums .bbp-topic-form,
.bbpress #bbpress-forums .bbp-reply-form,
.bbpress #bbpress-forums .bbp-topic-tag-form {
  margin-top: 25px;
  padding: 20px 5px;
  border: none;
  background: none;
  background: #f0f0f1;
  border: 1px solid #eee;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dddddd;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 600;
}
.bbpress #bbpress-forums .bbp-topic-form label,
.bbpress #bbpress-forums .bbp-reply-form label,
.bbpress #bbpress-forums .bbp-topic-tag-form label {
  margin-bottom: 3px;
}
.bbpress #bbpress-forums fieldset.bbp-form {
  padding: 0px 20px;
  border: none;
}
/* hide the topic headers "Creator Topic" "Author Replies" 
hide the favorite subscribe buttons */
#subscription-toggle,
#favorite-toggle {
  display: none;
}
#bbpress-forums .bbp-forum-freshness,
#bbpress-forums .bbp-topic-freshness {
  text-align: right;
}
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
  color: #ccc;
}
#bbpress-forums .bbp-forum-header,
#bbpress-forums .bbp-topic-header,
#bbpress-forums .bbp-reply-header {
  clear: both;
  z-index: 2;
}
#bbpress-forums .bbp-topic-header,
#bbpress-forums .bbp-reply-header {
  padding: 0 5px 0 0 !important;
}
#bbpress-forums .bbp-forum-header .bbp-forum-permalink,
#bbpress-forums .bbp-topic-header .bbp-topic-permalink,
#bbpress-forums .bbp-reply-header .bbp-reply-permalink {
  font-size: 2.2rem !important;
  float: right;
  margin-left: 10px;
}
#bbpress-forums .bbp-topic-header .bbp-topic-permalink,
#bbpress-forums .bbp-reply-header .bbp-reply-permalink {
  display: none;
}
#bbpress-forums .bbp-author-ip {
  color: #777;
}
#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
  margin-right: 130px;
  margin-left: 0 !important;
}
@media (max-width: 480px) {
  #bbpress-forums div.bbp-forum-content,
  #bbpress-forums div.bbp-topic-content,
  #bbpress-forums div.bbp-reply-content {
    width: 100%;
    margin-right: 0;
  }
}
#bbpress-forums .bbp-forum-author .avatar,
#bbpress-forums .bbp-topic-author .avatar,
#bbpress-forums .bbp-reply-author .avatar {
  display: none;
  border: none;
  max-width: 80px;
  padding: 0;
  margin: 0;
  float: none;
}
#bbpress-forums .bbp-breadcrumb,
#bbpress-forums .bbp-pagination-count {
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 5px;
  margin-top: 10px;
}
#bbpress-forums .bbp-breadcrumb {
  margin-bottom: 10px;
}
.form-allowed-tags {
  display: none;
}
#bbp_reply_submit,
#bbp_topic_submit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  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;
  color: #d13660;
  background: transparent ;
  border: 2px solid #da6081;
}
#bbp_reply_submit:hover,
#bbp_topic_submit:hover {
  cursor: pointer;
}
#bbp_reply_submit.c5-tiny,
#bbp_topic_submit.c5-tiny {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0.3em 0.7em;
}
#bbp_reply_submit.c5-small,
#bbp_topic_submit.c5-small {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 0.35em 0.75em;
}
#bbp_reply_submit.c5-large,
#bbp_topic_submit.c5-large {
  font-size: 23px;
  font-size: 2.3rem;
  padding: 0.5em 0.8em;
}
#bbp_reply_submit.c5-xlarge,
#bbp_topic_submit.c5-xlarge {
  font-size: 27px;
  font-size: 2.7rem;
  padding: 0.5em 0.8em;
}
#bbp_reply_submit.c5-control,
#bbp_topic_submit.c5-control {
  padding: 0.3em 0.3em;
}
#bbp_reply_submit.c5-close,
#bbp_topic_submit.c5-close,
#bbp_reply_submit.c5-sort,
#bbp_topic_submit.c5-sort {
  line-height: 1;
  text-align: center;
}
#bbp_reply_submit:hover,
#bbp_topic_submit:hover {
  color: #fff;
  background: #d13660 ;
  border: 2px solid #fff;
}
#bbp_reply_submit[type=submit],
#bbp_topic_submit[type=submit],
#bbp_reply_submit.c5-submit,
#bbp_topic_submit.c5-submit,
#bbp_reply_submit.c5-primary,
#bbp_topic_submit.c5-primary {
  color: #eeeeee;
  background: #d13660;
  border: 2px solid #d13660;
}
#bbp_reply_submit[type=submit]:hover,
#bbp_topic_submit[type=submit]:hover,
#bbp_reply_submit.c5-submit:hover,
#bbp_topic_submit.c5-submit:hover,
#bbp_reply_submit.c5-primary:hover,
#bbp_topic_submit.c5-primary:hover {
  color: #fff;
  background: #ad274c;
  border: 2px solid #d13660;
}
#bbpress-forums .bbp-topic-meta {
  word-wrap: break-all;
  line-height: 1;
}
#bbpress-forums .bbp-topic-title .bbp-author-avatar {
  display: none;
  width: 80px;
  line-height: 0;
  vertical-align: middle;
}
#bbpress-forums .bbp-reply-post-date .bbp-reply-permalink {
  padding: 0 5px 0 0;
}
#bbpress-forums .bbp-topic-author,
#bbpress-forums .bbp-reply-author,
#bbpress-forums .bbp-topic-content,
#bbpress-forums .bbp-reply-content {
  clear: right;
}
#bbpress-forums .bbp-topic-author br,
#bbpress-forums .bbp-reply-author br,
#bbpress-forums .bbp-topic-content br,
#bbpress-forums .bbp-reply-content br {
  display: none;
}
#bbpress-forums .forum .bbp-topic-controls {
  margin: -35px 0 0;
}
#bbpress-forums .forum #bbp-content .entry-title,
#bbpress-forums .forum .bbp-forum-content .entry-title {
  margin: 0 0 15px;
}
#bbpress-forums .bbp-forum-content,
#bbpress-forums .bbp-topic-content,
#bbpress-forums .bbp-reply-content {
  margin: 0;
  padding: 0px 0 0 !important;
}
#bbpress-forums .bbp-forum-content:after,
#bbpress-forums .bbp-topic-content:after,
#bbpress-forums .bbp-reply-content:after {
  clear: both;
  content: ".";
  display: block;
  float: none;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
#bbpress-forums .bbp-topic-content h1,
#bbpress-forums .bbp-topic-content h2,
#bbpress-forums .bbp-topic-content h3,
#bbpress-forums .bbp-topic-content h4,
#bbpress-forums .bbp-topic-content h5,
#bbpress-forums .bbp-topic-content h6,
#bbpress-forums .bbp-reply-content h1,
#bbpress-forums .bbp-reply-content h2,
#bbpress-forums .bbp-reply-content h3,
#bbpress-forums .bbp-reply-content h4,
#bbpress-forums .bbp-reply-content h5,
#bbpress-forums .bbp-reply-content h6,
#bbpress-forums .bbp-topic-content .frameset > .frame.headings-smaller h1,
#bbpress-forums .bbp-reply-content .frameset > .frame.headings-smaller h1,
#bbpress-forums .bbp-topic-content .frameset > .frame.headings-smaller h2,
#bbpress-forums .bbp-reply-content .frameset > .frame.headings-smaller h2,
#bbpress-forums .bbp-topic-content .frameset > .frame.headings-smaller blockquote,
#bbpress-forums .bbp-reply-content .frameset > .frame.headings-smaller blockquote,
#bbpress-forums .bbp-topic-content .frameset > .frame.headings-smaller blockquote > i,
#bbpress-forums .bbp-reply-content .frameset > .frame.headings-smaller blockquote > i,
#bbpress-forums .bbp-topic-content .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1,
#bbpress-forums .bbp-reply-content .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  clear: none;
  line-height: 1em;
  margin: 22px 0;
  padding: 0;
}
#bbpress-forums .bbp-topic-content img,
#bbpress-forums .bbp-reply-content img {
  max-width: 100%;
}
#bbpress-forums .bbp-topic-content ul,
#bbpress-forums .bbp-topic-content ol,
#bbpress-forums .bbp-reply-content ul,
#bbpress-forums .bbp-reply-content ol {
  margin: 0 44px 22px;
  padding: 0;
}
#bbpress-forums .bbp-topic-content ul li,
#bbpress-forums .bbp-reply-content ul li {
  list-style-type: disc;
}
#bbpress-forums .bbp-topic-content ol li,
#bbpress-forums .bbp-reply-content ol li {
  list-style-type: decimal;
}
#bbpress-forums .bbp-topic-content ol li li,
#bbpress-forums .bbp-reply-content ol li li {
  list-style-type: lower-alpha;
}
#bbpress-forums .bbp-topic-content ol li li li,
#bbpress-forums .bbp-reply-content ol li li li {
  list-style-type: upper-roman;
}
#bbpress-forums .bbp-topic-content code,
#bbpress-forums .bbp-topic-content pre,
#bbpress-forums .bbp-reply-content code,
#bbpress-forums .bbp-reply-content pre {
  font-family: Inconsolata, Consolas, Monaco, Lucida Console, monospace;
  display: inline-block;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 0 5px;
  max-width: 95%;
  vertical-align: middle;
  margin-top: -3px;
}
#bbpress-forums .bbp-topic-content pre,
#bbpress-forums .bbp-reply-content pre {
  display: block;
  line-height: 18px;
  margin: 0 0 24px;
  padding: 5px 10px;
  white-space: pre;
  overflow: auto;
}
#bbpress-forums .bbp-topic-content pre code,
#bbpress-forums .bbp-reply-content pre code {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  overflow-wrap: normal;
  overflow: auto;
  max-width: 100%;
}
#bbpress-forums .bbp-reply-to {
  margin-left: 130px;
  padding: 12px 12px 12px 0;
  text-align: right;
}
#bbpress-forums #bbp-cancel-reply-to {
  text-align: right;
}
#bbpress-forums .bbp-topic-tags {
  font-size: 12px;
  margin: 0 0 10px;
}
#bbpress-forums .bbp-topic-tags p {
  margin: 0;
}
#bbpress-forums .bbp-topic-tags a {
  background: #999;
  color: #fff;
  line-height: 1;
  margin: 0 5px 0 0;
  padding: 2px 6px;
  text-decoration: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#bbpress-forums .bbp-topic-tags a:before {
  content: "#";
  padding: 0 2px 0 0;
}
#bbpress-forums #bbp-topic-hot-tags {
  clear: both;
}
#bbpress-forums #bbp-search-form {
  clear: left;
}
#bbpress-forums #bbp-search-form .hidden {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  background: none;
  left: -999em;
}
#bbpress-forums #bbp-search-form #bbp_search {
  display: inline-block;
  width: auto;
  margin: 0 2px 0 0;
}
#bbpress-forums .bbp-search-form {
  float: right;
}
#bbpress-forums .bbp-admin-links {
  float: none;
}
#bbpress-forums .bbp-admin-links a {
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
}
#bbpress-forums .bbp-admin-links a.bbp-reply-edit-link {
  margin: 0;
}
#bbpress-forums .bbp-admin-links a:last-of-type {
  margin-right: 10px;
}
#bbpress-forums fieldset .bbp-admin-links {
  float: left;
}
#bbpress-forums tr td .bbp-admin-links a:hover {
  color: #ff4b33;
}
#bbpress-forums td.bbp-topic-admin-links,
#bbpress-forums td.bbp-topic-counts {
  width: 50%;
}
#bbpress-forums .topic:hover .bbp-admin-links,
#bbpress-forums .reply:hover .bbp-admin-links {
  opacity: 1;
}
#bbpress-forums .bbp-pagination-count {
  float: left;
  color: #666d73;
}
#bbpress-forums .bbp-pagination-links {
  float: right;
  list-style: none;
  display: inline;
}
#bbpress-forums .bbp-pagination-links a,
#bbpress-forums .bbp-pagination-links .current {
  display: block;
  float: left;
  color: #4b4d4d;
  padding: 0px 5px;
  margin-left: 5px;
  background: #fff;
  border: 1px solid #dfe4e6;
  text-decoration: none;
}
#bbpress-forums .bbp-pagination-links a:hover,
#bbpress-forums .bbp-pagination-links .current {
  background: #dfe4e6;
}
#bbpress-forums .bbp-pagination-links .dots {
  display: block;
  float: left;
  padding: 1px 4px;
  margin-left: 5px;
}
#bbpress-forums .bbp-pagination {
  float: left;
  width: 100%;
  font-size: 13px;
  margin-bottom: 30px;
}
#bbpress-forums .bbp-topic-pagination {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 2px;
}
#bbpress-forums .bbp-topic-pagination a {
  border: 1px solid #dfe4e6;
  font-size: 10px;
  line-height: 1;
  padding: 1px 3px;
  text-decoration: none;
}
#bbpress-forums .bbp-form,
#bbpress-forums fieldset.bbp-form {
  clear: left;
  border: 0 !important;
  padding: 0;
  margin: 0 !important;
}
#bbpress-forums .bbp-form legend {
  font-size: 2.1rem;
  font-weight: 600;
  margin: 0 0 15px;
  padding: 0 !important;
  border: none;
}
#bbpress-forums .bbp-topic-form,
#bbpress-forums .bbp-reply-form,
#bbpress-forums .bbp-topic-tag-form {
  clear: left;
  background: #f5f8fa;
}
/* General */
.bbp-template-notice {
  display: none;
}
#bbpress-forums .forum-back-button i.fa {
  font-weight: 600;
  font-size: 1.6rem;
  margin-right: 6px;
  transition: all 0.2s ease-in;
}
#bbpress-forums .forum-back-button:hover {
  border: 2px solid #d13660;
}
#bbpress-forums .forum-back-button:hover i.fa {
  color: #fff;
}
#bbpress-forums .bbp-body .bbp-forum-info .bbp-forum-content,
#bbpress-forums .bbp-body #bbpress-forums p.bbp-topic-meta {
  font-size: 1.3rem;
}
#bbpress-forums .bbp-body div.bbp-forum-author .bbp-author-role,
#bbpress-forums .bbp-body div.bbp-topic-author .bbp-author-role,
#bbpress-forums .bbp-body div.bbp-reply-author .bbp-author-role {
  font-size: 1.2rem;
}
#bbpress-forums .bbp-body .bbp-forum-info .bbp-forum-content,
#bbpress-forums .bbp-body .bbp-topic-meta {
  font-size: 1.4rem;
}
#bbpress-forums .button {
  color: #fff;
  background: #d13660;
  border: 2px solid #d13660;
  text-decoration: none;
  background-image: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  padding: 0.55em 1em;
  text-transform: uppercase;
  line-height: 1.1;
  border-radius: 3px;
  transition: all 0.2s ease-in;
  margin-right: 2px;
}
#bbpress-forums .button:hover {
  background: #d13660;
  border: 2px solid #d13660;
}
#bbpress-forums span.bbp-admin-links a,
#bbpress-forums .bbp-meta {
  font-size: 12px;
  color: #575757 !important;
}
#bbpress-forums p.bbp-topic-meta img.avatar {
  display: none;
}
/* Login form */
#bbpress-forums .c5-user-login-forums {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}
#bbpress-forums .c5-user-login-forums header h1 {
  font-size: 3.2rem;
}
#bbpress-forums .c5-user-login-forums header img {
  display: none;
}
#bbpress-forums .c5-user-login-forums .c5-user-forgot-pswd {
  font-size: 1.8rem;
}
#bbpress-forums .c5-user-login-forums fieldset {
  padding: 0;
}
#bbpress-forums .c5-user-login-forums fieldset label[for=c5-user-login-username],
#bbpress-forums .c5-user-login-forums fieldset label[for=c5-user-login-password] {
  display: block;
  width: 100%;
  font-size: 1.4rem;
}
#bbpress-forums .c5-user-login-forums fieldset input.c5-user-login-username,
#bbpress-forums .c5-user-login-forums fieldset input.c5-user-login-password {
  border: 1px solid #d13660;
  border-radius: 2px;
  height: 38px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: normal;
}
#bbpress-forums .c5-user-login-forums div.bbp-submit-wrapper {
  float: none;
}
#bbpress-forums .c5-user-login-forums .c5-auth-status {
  font-size: 1.4rem;
  margin: 1em 0;
  background: #ffffff;
}
#bbpress-forums .c5-user-login-forums .c5-user-pass-link {
  margin: 1em 0;
}
.bbp_custom_notice {
  font-size: 1.4rem;
}
/* Forum */
.forum header.frame-header:after {
  content: 'Forum';
  display: block;
  font-size: 1.4rem;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-style: normal;
  margin: 0;
  text-transform: uppercase;
}
/* Topics */
#bbpress-forums .bbp-body .bbp-forum-freshness,
#bbpress-forums .bbp-body .bbp-forum-reply-count,
#bbpress-forums .bbp-body .bbp-forum-topic-count,
#bbpress-forums .bbp-body .bbp-topic-freshness,
#bbpress-forums .bbp-body .bbp-topic-reply-count,
#bbpress-forums .bbp-body .bbp-topic-voice-count {
  line-height: 1.2;
}
.forum .bbp-author-avatar {
  display: none;
}
.single-topic #bbpress-forums li.bbp-header {
  font-size: 1.3rem;
  color: #111;
}
.topic header.frame-header:after {
  content: 'Topic';
  display: block;
  font-size: 1.4rem;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.3;
  font-style: normal;
  margin: 0;
  text-transform: uppercase;
}
.topic div.bbp-submit-wrapper {
  float: none;
}
.topic #bbpress-forums li.bbp-header,
.topic #bbpress-forums #bbpress-forums li.bbp-footer {
  padding: 4px 8px;
}
.topic #bbpress-forums .bbp-lead-topic .bbp-body .topic {
  background: #ffe9ef;
  border-top: 1px solid #ffe9ef !important;
  border-bottom: 1px solid #eac9d3 !important;
}
.topic #bbpress-forums .bbp-lead-topic .bbp-body .topic:hover {
  border-top: 1px solid transparent !important;
}
.topic #bbpress-forums .bbp-reply-post-date,
.topic #bbpress-forums .bbp-topic-post-date {
  font-size: 1.2rem;
  padding: 8px 0 6px;
  line-height: 1;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background: transparent;
  border-top: 0px solid #fff;
  float: left;
}
.topic #bbpress-forums .bbp-body .reply,
.topic #bbpress-forums .bbp-body .topic {
  padding-bottom: 5px;
}
.topic #bbpress-forums .bbp-topic-header,
.topic #bbpress-forums .bbp-forum-header,
.topic #bbpress-forums .bbp-reply-header {
  background: transparent;
  color: #999;
  clear: none;
  float: none;
  margin-top: 30px;
  text-align: right;
}
@media (max-width: 480px) {
  .topic #bbpress-forums .bbp-topic-header,
  .topic #bbpress-forums .bbp-forum-header,
  .topic #bbpress-forums .bbp-reply-header {
    margin-top: 0;
  }
}
.topic #bbpress-forums span.bbp-admin-links {
  float: none;
}
.topic #bbpress-forums span.bbp-admin-links a {
  color: #999;
}
@media (max-width: 480px) {
  .topic #bbpress-forums span.bbp-admin-links {
    clear: none;
    float: none;
  }
  .topic #bbpress-forums span.bbp-reply-post-date {
    float: left;
  }
}
/* 
    Reply Edit 
    -remove reply reason form
    -remove reply revisision log
*/
.reply-edit .bbp-form .bbp-form {
  display: none;
}
#bbpress-forums .bbp-reply-revision-log {
  display: none;
}
/* User profile */
#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
  font-size: 1.4rem;
}
#bbpress-forums #bbp-user-body {
  font-size: 1.4rem;
}
.bbp-user-page #bbpress-forums .bbp-body,
.bbp-user-page #bbpress-forums .bbp-footer,
.bbp-user-page #bbpress-forums .bbp-header,
.forum #bbpress-forums .bbp-body,
.forum #bbpress-forums .bbp-footer,
.forum #bbpress-forums .bbp-header,
.forum-archive #bbpress-forums .bbp-body,
.forum-archive #bbpress-forums .bbp-footer,
.forum-archive #bbpress-forums .bbp-header,
.topic #bbpress-forums .bbp-body,
.topic #bbpress-forums .bbp-footer,
.topic #bbpress-forums .bbp-header {
  position: relative;
}
#bbpress-forums .bbp-user-replies-created div.bbp-reply-header .bbp-reply-post-date {
  font-size: 1.2rem;
}
.bbpress.bbp-user-page .frame .frame-view,
.bbpress.bbp-user-edit .frame .frame-view {
  padding-top: 40px !important;
}
#bbpress-forums #bbp-your-profile fieldset {
  border: 0px solid #fff;
}
#bbpress-forums #bbp-your-profile fieldset.submit {
  padding-left: 0;
  padding-right: 0;
}
#bbpress-forums #bbp-your-profile fieldset.submit button {
  float: none!important;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
  margin-bottom: 5px;
}
#bbp-single-user-back {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 1.2rem;
}
#bbpress-forums .bbp-user-replies-created div.bbp-reply-header {
  background-color: transparent;
  font-size: 1.2rem;
  position: absolute;
  padding: 5px 15px 6px !important;
  line-height: 1;
  border-radius: 0 0 5px 5px;
  background: #fff;
  border-top: 1px solid #fff;
  display: block;
  left: 0;
  color: #999;
  bottom: 2px;
}
#bbpress-forums .bbp-user-replies-created div.bbp-reply-header .bbp-topic-permalink {
  font-size: 1.1rem;
  padding: 0;
}
#bbpress-forums .bbp-user-replies-created div.bbp-reply-header .bbp-reply-post-date {
  position: relative;
  padding: 0px 0 4px;
  line-height: 1;
  border-radius: 0;
  background: transparent;
  border-top: 0px solid #fff;
  display: inline-block;
  right: 0;
}
#bbpress-forums .bbp-user-replies-created div.bbp-reply-header .bbp-header {
  display: inline-block;
}
#bbpress-forums .bbp-user-replies-created .bbp-body .reply {
  padding-top: 15px;
  padding-bottom: 58px;
}
@media (min-width: 768px) {
  #bbpress-forums .bbp-user-replies-created .bbp-body .reply {
    padding-top: 15px;
  }
}
/* Mobile Fixes */
@media (max-width: 768px) {
  #bbpress-forums li.bbp-header ul li {
    font-size: 1.3rem;
  }
  #bbpress-forums .bbp-reply-post-date,
  #bbpress-forums .bbp-topic-post-date {
    font-size: 1.2rem;
    bottom: 1px;
    border-radius: 0;
    background: transparent;
    border-top: 0px solid #fff;
  }
  .bbp-topic-freshness {
    line-height: 1.2;
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  /* prevent create new topic box from overflowing */
  #bbpress-forums fieldset.bbp-form input#bbp_topic_title {
    width: 100%;
  }
  #bbpress-forums li.bbp-header ul li {
    font-size: 1.2rem;
  }
  .bbp-user-page .frameset > .frame.wp-page-content > .frame-view > .frame-header,
  .bbp-user-edit .frameset > .frame.wp-page-content > .frame-view > .frame-header {
    text-align: center;
  }
  .bbp-user-page #bbpress-forums #bbp-single-user-details,
  .bbp-user-edit #bbpress-forums #bbp-single-user-details {
    margin-bottom: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .bbp-user-page #bbpress-forums #bbp-single-user-details #bbp-user-avatar,
  .bbp-user-edit #bbpress-forums #bbp-single-user-details #bbp-user-avatar {
    margin: 0 auto;
  }
  .topic #bbpress-forums .bbp-user-replies-created div.bbp-reply-header .bbp-reply-post-date,
  .bbp-user-page #bbpress-forums .bbp-user-replies-created div.bbp-reply-header .bbp-reply-post-date,
  .bbp-user-edit #bbpress-forums .bbp-user-replies-created div.bbp-reply-header .bbp-reply-post-date {
    margin-right: 5px;
  }
  .topic #bbpress-forums .bbp-body div.bbp-reply-author,
  .bbp-user-page #bbpress-forums .bbp-body div.bbp-reply-author,
  .bbp-user-edit #bbpress-forums .bbp-body div.bbp-reply-author {
    width: auto;
    padding-left: 0;
    margin-top: 0;
  }
  .topic #bbpress-forums .bbp-body div.bbp-reply-content,
  .bbp-user-page #bbpress-forums .bbp-body div.bbp-reply-content,
  .bbp-user-edit #bbpress-forums .bbp-body div.bbp-reply-content {
    clear: none;
    margin-top: 0;
  }
  .topic #bbpress-forums .bbp-body div.bbp-reply-author,
  .bbp-user-page #bbpress-forums .bbp-body div.bbp-reply-author,
  .bbp-user-edit #bbpress-forums .bbp-body div.bbp-reply-author {
    min-height: 58px;
  }
  .topic #bbpress-forums .bbp-body div.bbp-reply-author,
  .bbp-user-page #bbpress-forums .bbp-body div.bbp-reply-author,
  .bbp-user-edit #bbpress-forums .bbp-body div.bbp-reply-author {
    margin: 0;
    right: 0;
    top: 0;
    padding: 0 0 10px;
  }
}
/* Hide random user stuff */
#bbp-your-profile h3,
#bbp-your-profile .c5-meta-element-person,
#bbp-your-profile .c5-meta-element-cloud_username,
#bbp-your-profile .c5-meta-element-cloud_password,
#bbp-your-profile .c5-meta-element-cloud_database,
#bbp-your-profile .c5-meta-element-wayaround_global_admin,
#bbp-your-profile .frameset > .frame.headings-smaller h2,
#bbp-your-profile .frameset > .frame.headings-smaller blockquote,
#bbp-your-profile .frameset > .frame.headings-smaller blockquote > i,
#bbp-your-profile .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  display: none;
}
/* Hide random user stuff */
/* Auth styles for c5 auth module */
/* Auth styles for c5 auth module */
/*# sourceMappingURL=bbpress.css.map */
.main-example {
  width: 355px;
}
.main-example .countdown-container {
  height: 100px;
}
.main-example .time {
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  position: relative;
  height: 90px;
  width: 65px;
  -webkit-perspective: 479px;
  -moz-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.main-example .count {
  background: #202020;
  color: #f8f8f8;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  line-height: 2.4em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.main-example .count.top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.main-example .count.bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.main-example .label {
  font-size: normal;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 95px;
  width: 100%;
}
/* Animation start */
.main-example .count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.main-example .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
/* Animation end */
.main-example .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.main-example .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  -moz-transition: all 250ms ease-in-out 250ms;
  -ms-transition: all 250ms ease-in-out 250ms;
  -o-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
@media screen and (max-width: 48em) {
  .main-example {
    width: 100%;
  }
  .main-example .countdown-container {
    height: 100px;
  }
  .main-example .time {
    height: 70px;
    width: 48px;
  }
  .main-example .count {
    font-size: 1.5em;
    line-height: 70px;
  }
  .main-example .label {
    font-size: 0.8em;
    top: 72px;
  }
}
.help .content-body {
  padding-top: 0;
}
.help #support-trio-header article,
.help #support-trio-content article,
.help #support-trio-header aside,
.help #support-trio-content aside {
  padding-right: 20px;
}
@media (max-width: 768px) {
  .help .trio > .frame-view > .frame-body > .c5-lay,
  .help .duet > .frame-view > .frame-body > .c5-lay {
    width: 100%;
    margin: 0;
  }
}
.help #support-trio-header.gray {
  background: #c6c6c6;
}
.help #support-trio-header > .frame-view > .frame-body > .c5-lay > * {
  padding-right: 20px;
}
.help #support-trio-header article {
  padding: 18px 20px 18px 95px;
  background: #fff;
  text-align: left;
  position: relative;
}
.help #support-trio-header figure {
  display: block;
  position: absolute;
  top: 14px;
  left: 20px;
}
.help #support-trio-header figure img {
  width: 57px;
}
.help #support-trio-header .article-content {
  display: block;
}
.help #support-trio-header h1.heading {
  color: #111111;
  /*
			@media (min-width: 700px) {
				font-size: 2.5rem;
				line-height: 48px; 
			}
			@media (min-width: 1000px) {
				font-size: 3.1rem;
				line-height: 48px; 
			}
			@media (min-width: @cfiveDesktop) {
				font-size: 37px;
    			font-size: 3.7rem;
			}
*/
}
.help #support-trio-header h2.subheading,
.help #support-trio-header .frameset > .frame.headings-smaller h1.subheading {
  color: #111111;
}
@media (min-width: 768px) {
  .help #support-trio-header h2.subheading,
  .help #support-trio-header .frameset > .frame.headings-smaller h1.subheading {
    display: none;
  }
}
.help #support-trio-header article {
  margin-top: 0;
}
.help #support-trio-header header {
  margin: 0;
}
.help #support-trio-header .article-body,
.help #support-trio-header .article-footer {
  display: none;
}
.help #support-trio-content {
  /* hide on mobile */
  display: none;
  /*
		h1.heading,
		.amr_widget h1 {
			font-size: 1.7rem;
			font-weight: bold;
			font-family: 'Roboto', sans-serif;
			letter-spacing: 0;
			margin-top: 0;
			margin-bottom: 20px;
		}
*/
}
@media (min-width: 768px) {
  .help #support-trio-content {
    /* show on desktop */
    display: inline-block;
  }
  .help #support-trio-content article,
  .help #support-trio-content aside {
    position: relative;
  }
  .help #support-trio-content article:before,
  .help #support-trio-content aside:before,
  .help #support-trio-content article:after,
  .help #support-trio-content aside:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 7px solid transparent;
    /* arrow size */
  }
  .help #support-trio-content article:before,
  .help #support-trio-content aside:before {
    border-bottom-color: transparent;
    /* arrow color */
    /* positioning */
    position: absolute;
    top: -54px;
    left: 10%;
    z-index: 3;
  }
  .help #support-trio-content article:after,
  .help #support-trio-content aside:after {
    border-bottom-color: #fdfdfd;
    /* arrow color */
    /* positioning */
    position: absolute;
    top: -55px;
    left: 11%;
    z-index: 2;
  }
}
.help #support-trio-content h1 {
  font-size: 23.6992px;
  font-size: 2.36992rem;
}
@media (min-width: 768px) {
  .help #support-trio-content h1 {
    font-size: 25.76px;
    font-size: 2.576rem;
  }
}
@media (min-width: 1025px) {
  .help #support-trio-content h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.help #support-trio-content h2,
.help #support-trio-content .frameset > .frame.headings-smaller h1 {
  font-size: 20.3136px;
  font-size: 2.03136rem;
}
@media (min-width: 768px) {
  .help #support-trio-content h2,
  .help #support-trio-content .frameset > .frame.headings-smaller h1 {
    font-size: 22.08px;
    font-size: 2.208rem;
  }
}
@media (min-width: 1025px) {
  .help #support-trio-content h2,
  .help #support-trio-content .frameset > .frame.headings-smaller h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.help #support-trio-content h3,
.help #support-trio-content .frameset > .frame.headings-smaller h2,
.help #support-trio-content .frameset > .frame.headings-smaller blockquote,
.help #support-trio-content .frameset > .frame.headings-smaller blockquote > i,
.help #support-trio-content .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
  font-size: 16.0816px;
  font-size: 1.60816rem;
}
@media (min-width: 768px) {
  .help #support-trio-content h3,
  .help #support-trio-content .frameset > .frame.headings-smaller h2,
  .help #support-trio-content .frameset > .frame.headings-smaller blockquote,
  .help #support-trio-content .frameset > .frame.headings-smaller blockquote > i,
  .help #support-trio-content .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 17.48px;
    font-size: 1.748rem;
  }
}
@media (min-width: 1025px) {
  .help #support-trio-content h3,
  .help #support-trio-content .frameset > .frame.headings-smaller h2,
  .help #support-trio-content .frameset > .frame.headings-smaller blockquote,
  .help #support-trio-content .frameset > .frame.headings-smaller blockquote > i,
  .help #support-trio-content .frameset > .frame.headings-smaller .frameset > .frame.headings-smaller h1 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.help #support-trio-content h4 {
  font-size: 14.3888px;
  font-size: 1.43888rem;
}
@media (min-width: 768px) {
  .help #support-trio-content h4 {
    font-size: 15.64px;
    font-size: 1.564rem;
  }
}
@media (min-width: 1025px) {
  .help #support-trio-content h4 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.help #support-trio-content .amr_widget h1 {
  margin: 0 0 20px 0;
}
.help #support-trio-content .article-content > *:first-child {
  margin-top: 0;
}
.help #support-trio-content .article-content > * {
  margin-top: 20px;
  margin-bottom: 20px;
}
.help #support-trio-content .article-section {
  margin-bottom: 0;
}
.help #support-trio-content .amr_widget li {
  border-top: 1px solid #ccc;
  padding: 0.75em 0;
  line-height: 1.3;
}
.help #support-trio-content .amr_widget li .bullet {
  display: none;
}
.help #support-trio-content .amr_widget li > a {
  font-weight: bold;
}
.help #support-trio-content .amr_widget li > div {
  display: inline;
}
.help #support-trio-content .amr_widget li:last-of-type {
  border-bottom: 1px solid #ccc;
}
.help #support-trio-content .c5-faqs footer {
  display: none;
}
@media (max-width: 940px) {
  .help #support-trio-content .c5-faqs h1.heading {
    margin-top: 21px;
  }
}
.help #support-trio-content .faq-list {
  border-right: 0px solid #fff;
  border-left: 0px solid #fff;
  border-radius: 0px;
}
.help #support-trio-content .c5-faq .faq-heading {
  padding: 0.75em 0;
  font-size: 1.7rem;
}
.help #support-trio-content .c5-faq .faq-heading .faq-question {
  font-size: 1.7rem;
  font-weight: normal;
}
.help #support-duo-content article {
  width: 100%;
  margin-left: 0;
}
.help #support-duo-content article:first-of-type {
  background: #f5f5f4;
  text-align: center;
  padding: 40px;
}
.help #support-duo-content article:first-of-type .lead {
  margin-top: 20px;
  font-size: 1.7rem;
}
.help #support-duo-content article:last-of-type figure {
  float: left;
  width: 50%;
}
.help #support-duo-content article:last-of-type .article-content {
  float: left;
  width: 50%;
}
.help #support-duo-content article:last-of-type h1 {
  font-size: 2.8rem;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .help #support-duo-content article {
    width: 50%;
  }
}
#faqs-header header {
  margin-bottom: 1%;
  position: relative;
}
#faqs-header header .frame-lead {
  position: absolute;
  width: 65px;
  left: 0;
  top: -7px;
  margin: 0;
}
#faqs-header header h1 {
  width: calc(100% - 75px);
  margin-left: 75px;
}
#account_password_field .password-note {
  font-size: 1.4rem;
}
.password-note {
  font-size: 1.3rem;
  display: block;
  line-height: 1.2;
  margin-bottom: 8px;
}
.password-note:before,
.password-note:after {
  content: "";
  display: table;
  clear: both;
}
.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
  margin-bottom: 5px;
  margin-top: 0;
}
.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset fieldset.password input {
  margin-bottom: 5px;
}
.home .get-the-app,
.login .get-the-app,
.forgot-password .get-the-app,
.password-reset-success .get-the-app,
.login .get-the-app,
.cart .get-the-app,
.checkout .get-the-app,
.my-account .get-the-app,
.bbp-user-page .get-the-app,
.bbp-user-edit .get-the-app,
.reply-edit .get-the-app,
.topic-edit .get-the-app,
.solution .get-the-app,
.solution-2 .get-the-app,
.public .get-the-app,
.woocommerce-account .get-the-app {
  display: none;
}
.frameset > .frame.bleed.format-banner > .frame-view {
  padding: 0 !important;
}
.frameset > .frame.format-banner {
  border-bottom: 4px solid #000;
}
.frameset > .frame.format-banner .format-banner-wrap {
  display: block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  font-weight: bold;
  color: #111111;
  padding: 20px 0;
  max-width: 848px;
  margin: 0 auto;
}
.frameset > .frame.format-banner .format-banner-wrap i {
  font-size: 40px;
  color: #111111;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}
.frameset > .frame.format-banner .format-banner-wrap .copy {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 338px);
  text-align: left;
}
.frameset > .frame.format-banner .format-banner-wrap .badge {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 142px;
  height: 42px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.frameset > .frame.format-banner .format-banner-wrap .badge.apple {
  background-image: url(/wp-content/themes/wayaround/images/apple-store.png);
}
.frameset > .frame.format-banner .format-banner-wrap .badge.android {
  background-image: url(/wp-content/themes/wayaround/images/android-store.png);
}
@media (max-width: 480px) {
  .frameset > .frame.format-banner .format-banner-wrap {
    line-height: 1.2;
    text-align: left;
  }
  .frameset > .frame.format-banner .format-banner-wrap i {
    display: none;
  }
  .frameset > .frame.format-banner .format-banner-wrap .copy {
    padding: 0 15px 0 3px;
    width: 100%;
  }
  .frameset > .frame.format-banner .format-banner-wrap .badge {
    background-position: left;
    margin-top: 10px;
  }
}
