/**
Theme Name:     Child V2 (cogency5)
Theme URI:      http: //child.c5dev.local
Description:    Ruby Stove Cottage Child Theme
Author:         Jeff Hilton
Template:       cogency5
Version:        0.9
*/
:root {
  --text-multiplier: 0.5;
}
@media (min-width: 768px) {
  :root {
    --text-multiplier: 0.96;
  }
}
@media (min-width: 1025px) {
  :root {
    --text-multiplier: 1;
  }
}
:root {
  --text-multiplier: 0.9;
}
@media (min-width: 768px) {
  :root {
    --text-multiplier: 0.96;
  }
}
@media (min-width: 1025px) {
  :root {
    --text-multiplier: 1;
  }
}
/* ------------------------ */
/* 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
*/
/*
.summary-legacy() {
	// Headings - Summary - Common
	.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 {
		.type('summary-headings');
		color: @fontColorHeadingsSummary;
	}

	// Headings - Summary - Unique
	.c5-view-summary,
	.c5-summ {
		.summary-type();
	}
}
*/
html {
  font-size: 0.625rem;
}
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1d1c1c;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-font-smoothing: antialiased;
}
.type-headings,
.full-type h1,
.full-type h2,
.full-type h3,
.full-type h4,
.c5-header .heading {
  font-family: 'Corben', Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0px;
  font-style: normal;
}
.type-subheadings,
.c5-header .subheading,
.section-title,
.c5-person .xc5-role,
.c5-calltoaction .c5-phone {
  font-family: 'Corben', Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0px;
  font-style: normal;
}
.type-leads,
.c5-header .lead,
.c5-person .c5-name,
.c5-calltoaction .c5-description {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0px;
  font-style: normal;
}
.type-summary-headings,
.summary-type h1,
.summary-type h2,
.summary-type h3,
.summary-type h4,
.cards .c5-place h1,
.cards .c5-place h2,
.cards .c5-place h3,
.cards .c5-place h4,
.cards .c5-place h1,
.cards .c5-place h2,
.cards .c5-place h3,
.cards .c5-place h4,
.c5-article.summary h1,
.c5-article.summary h2,
.c5-article.summary h3,
.c5-article.summary h4,
.frameset > .frame.headings-smaller h1,
.frameset > .frame.headings-smaller h2,
.frameset > .frame.headings-smaller h3,
.frameset > .frame.headings-smaller 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 {
  font-family: 'Corben', Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  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,
.c5-article.aside h1,
.c5-article.aside h2,
.c5-article.aside h3,
.c5-article.aside h4,
.frameset > .frame.aside .c5-article h1,
.frameset > .frame.aside .c5-article h2,
.frameset > .frame.aside .c5-article h3,
.frameset > .frame.aside .c5-article h4 {
  font-family: 'Corben', Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  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: 'Inter', sans-serif;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
  font-style: normal;
}
.full-type h1 {
  font-size: calc((44 / 10) * var(--text-multiplier, 1) * 1rem);
}
.full-type h2 {
  font-size: calc((34 / 10) * var(--text-multiplier, 1) * 1rem);
}
.full-type h3 {
  font-size: calc((24 / 10) * var(--text-multiplier, 1) * 1rem);
}
.full-type h4 {
  font-size: calc((17 / 10) * var(--text-multiplier, 1) * 1rem);
}
.full-type blockquote {
  font-family: 'Corben', Verdana, sans-serif;
  font-size: 17.8695px;
  font-size: 1.78695rem;
  font-style: italic;
}
@media (min-width: 768px) {
  .full-type blockquote {
    font-size: 18.81px;
    font-size: 1.881rem;
  }
}
@media (min-width: 1025px) {
  .full-type blockquote {
    font-size: 19.8px;
    font-size: 1.98rem;
  }
}
.full-type blockquote > i {
  font-size: 16.038px;
  font-size: 1.6038rem;
}
@media (min-width: 768px) {
  .full-type blockquote > i {
    font-size: 17.82px;
    font-size: 1.782rem;
  }
}
@media (min-width: 1025px) {
  .full-type blockquote > i {
    font-size: 19.8px;
    font-size: 1.98rem;
  }
}
.summary-type h1,
.c5-article.summary h1,
.frameset > .frame.headings-smaller h1,
.frameset > .frame.expander .c5-article h1 {
  font-size: calc((34 / 10) * var(--text-multiplier, 1) * 1rem);
}
.summary-type h2,
.c5-article.summary h2,
.frameset > .frame.headings-smaller h2,
.frameset > .frame.expander .c5-article h2 {
  font-size: calc((24 / 10) * var(--text-multiplier, 1) * 1rem);
}
.summary-type h3,
.c5-article.summary h3,
.frameset > .frame.headings-smaller h3,
.frameset > .frame.expander .c5-article h3 {
  font-size: calc((20 / 10) * var(--text-multiplier, 1) * 1rem);
}
.summary-type h4,
.c5-article.summary h4,
.frameset > .frame.headings-smaller h4,
.frameset > .frame.expander .c5-article h4 {
  font-size: calc((18 / 10) * var(--text-multiplier, 1) * 1rem);
}
.aside-type h1,
.c5-article.aside h1,
.frameset > .frame.aside .c5-article h1 {
  font-size: calc((20 / 10) * var(--text-multiplier, 1) * 1rem);
}
.aside-type h2,
.c5-article.aside h2,
.frameset > .frame.aside .c5-article h2 {
  font-size: calc((18 / 10) * var(--text-multiplier, 1) * 1rem);
}
.aside-type h3,
.c5-article.aside h3,
.frameset > .frame.aside .c5-article h3 {
  font-size: calc((18 / 10) * var(--text-multiplier, 1) * 1rem);
}
.aside-type h4,
.c5-article.aside h4,
.frameset > .frame.aside .c5-article h4 {
  font-size: calc((18 / 10) * var(--text-multiplier, 1) * 1rem);
}
.menu-item > a {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
  text-shadow: none;
  letter-spacing: 0.35px;
  color: #1d1c1c;
  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: #d55b66;
  background: transparent;
}
.menu-item.current-menu-item > a,
.menu-item.current-menu-parent > a {
  background: transparent;
  color: #d04753;
}
a {
  color: #d04753;
  text-decoration: none;
}
a:hover,
a:active {
  color: #b62e3a;
  text-decoration: none;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
html {
  font-size: 0.625rem;
}
input[type=checkbox]:checked:before {
  margin: inherit;
}
.c5-form-section-heading {
  display: inline-block;
  margin-right: 15px;
}
.c5-form-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.c5-form {
  display: inline-block;
  padding: 0;
}
.c5-form legend {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.c5-form ol,
.c5-form ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  list-style: none;
}
.c5-form .error-wrap {
  display: none;
}
.c5-fields {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.c5-field label {
  font-size: 16px;
  font-size: 1.6rem;
  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: #be303d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(190, 48, 61, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(190, 48, 61, 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: 18px;
  font-size: 1.8rem;
  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: #be303d;
}
.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: 18px;
  font-size: 1.8rem;
  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: 4%;
}
.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: 4%;
}
.c5-form .inline-field-2:nth-child(1n + 0) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .c5-form .inline-field-2 {
    width: 48%;
    min-width: 80px;
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 4%;
  }
  .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: 4%;
  }
  .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: 4%;
}
.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: 4%;
}
.c5-form .inline-field-3:nth-child(1n + 0) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .c5-form .inline-field-3 {
    width: 48%;
    min-width: 80px;
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 4%;
  }
  .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: 4%;
  }
  .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: 4%;
}
.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: 4%;
}
.c5-form .inline-field-4:nth-child(1n + 0) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .c5-form .inline-field-4 {
    width: 48%;
    min-width: 80px;
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 4%;
  }
  .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: 4%;
  }
  .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: 4%;
}
.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: 4%;
}
.c5-form .inline-field-5:nth-child(1n + 0) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .c5-form .inline-field-5 {
    width: 48%;
    min-width: 80px;
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 4%;
  }
  .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: 4%;
  }
  .c5-form .inline-field-5:nth-child(2n + 0) {
    margin-right: 0;
  }
}
.c5-form .inline-field-6 {
  width: 48%;
  min-width: 80px;
  display: inline-block;
  clear: none;
  float: left;
  margin-right: 4%;
}
.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: 4%;
}
.c5-form .inline-field-6:nth-child(2n + 0) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .c5-form .inline-field-6 {
    width: 48%;
    min-width: 80px;
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 4%;
  }
  .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: 4%;
  }
  .c5-form .inline-field-6:nth-child(2n + 0) {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .c5-form .inline-field-6 {
    width: 48%;
    min-width: 80px;
    display: inline-block;
    clear: none;
    float: left;
    margin-right: 4%;
  }
  .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: 4%;
  }
  .c5-form .inline-field-6:nth-child(2n + 0) {
    margin-right: 0;
  }
}
.inline-fields .c5-field input {
  width: 100%;
  min-width: 80px;
}
.c5-err-required {
  background: #fdc7c7 !important;
}
.c5-err-format {
  background: #fdc7c7 !important;
}
.c5-err-none {
  background: #effdf2 !important;
}
a.c5-media-object {
  display: block;
}
.c5-header > *:first-child {
  margin-top: 0;
}
.c5-header > *:last-child {
  margin-bottom: 0;
}
.c5-header .heading {
  margin: 0 0 20px 0;
  font-size: calc((44 / 10) * var(--text-multiplier, 1) * 1rem);
}
.c5-header .subheading {
  margin: 0 0 20px 0;
  font-size: calc((34 / 10) * var(--text-multiplier, 1) * 1rem);
}
.c5-header .lead {
  margin: 0 0 20px 0;
  font-size: calc((20 / 10) * var(--text-multiplier, 1) * 1rem);
}
.header-align-left .c5-header {
  text-align: left;
  padding: 0;
}
@media (min-width: 768px) {
  .header-align-left .c5-header {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .header-align-left .c5-header {
    padding: 0;
    padding-left: 0;
  }
}
.header-align-right .c5-header {
  text-align: right;
  padding: 0;
}
@media (min-width: 768px) {
  .header-align-right .c5-header {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .header-align-right .c5-header {
    padding: 0;
  }
}
.header-align-center .c5-header {
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .header-align-center .c5-header {
    padding: 0 15%;
  }
}
@media (min-width: 1025px) {
  .header-align-center .c5-header {
    padding: 0 15%;
  }
}
.article-footer {
  margin-top: 20px;
}
.article-section {
  margin-bottom: 20px;
}
.article-section:last-child {
  margin-bottom: 0;
}
.article-item {
  margin-top: 8px / 2;
  margin-bottom: 8px / 2;
}
.article-item i {
  vertical-align: top;
  display: inline-block;
  margin-right: 0.5em;
  font-style: normal;
  line-height: 1.5;
}
.article-item-content {
  vertical-align: top;
  display: inline-block;
}
.section-title {
  font-style: normal;
  font-size: calc((34 / 10) * var(--text-multiplier, 1) * 1rem);
  margin-bottom: 8px;
}
.section-media.media-left {
  float: left;
  margin-right: 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 {
  text-align: left;
}
.m-content-align-right .article-content,
.content-align-right .c5-article .article-content,
.c5-article.content-align-right .article-content {
  text-align: right;
}
.m-content-align-center .article-content,
.content-align-center .c5-article .article-content,
.c5-article.content-align-center .article-content {
  text-align: center;
}
.content-padding .article-content {
  padding: 20px 20px;
}
.summary .content-padding .article-content,
.aside .content-padding .article-content {
  padding: 10px 10px;
}
.c5-article.full .article-header .subheading {
  display: block;
}
.c5-article.full .article-header .lead {
  display: block;
}
.c5-article.full .article-body {
  display: block;
}
.c5-article.full .article-body-summary {
  display: none;
}
.c5-article.summary .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.is-target:hover {
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.c5-article.is-target:hover .article-media {
  opacity: 1;
}
.c5-article.is-target:hover .article-media {
  opacity: 1;
}
.article-hilite {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.article-hilite .article-media {
  opacity: 1;
}
.c5-files .c5-lay > li {
  list-style: none;
  padding: 0;
}
.c5-files .file-list {
  width: 100%;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
}
.c5-files .file-list > * {
  display: block;
  margin-top: 0%;
}
.c5-files .file-list > .c5-lay,
.frame.c5-files .file-list .frame-layout {
  width: 100%;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
}
.c5-files .file-list > .c5-lay > *,
.frame.c5-files .file-list .frame-layout > * {
  display: block;
  margin-top: 0%;
}
.c5-files.l-list .file-list {
  width: 100%;
  margin-top: -4px;
  padding-left: 0;
  padding-right: 0;
}
.c5-files.l-list .file-list > * {
  display: block;
  margin-top: 4px;
}
.c5-files.l-grid .file-list {
  font-size: 0;
  width: 105%;
  margin-left: -5%;
  margin-top: -5%;
}
.c5-files.l-grid .file-list > * {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  width: 28.33333333%;
  margin-left: 5%;
  margin-top: 5%;
  vertical-align: top;
}
.c5-file {
  padding: 8px 20px / 2;
}
.c5-file .file-header {
  line-height: 0;
}
.c5-file .file-header > .c5-lay {
  font-size: 0;
  width: 105%;
  margin-left: -5%;
  margin-top: -5%;
}
.c5-file .file-header > .c5-lay > * {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  width: auto;
  margin-left: 5%;
  margin-top: 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: 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: 18.05px;
  font-size: 1.805rem;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .c5-file .c5-toggle {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (min-width: 1025px) {
  .c5-file .c5-toggle {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c5-file .file-name {
  margin-right: 20px;
}
.c5-file .file-name i {
  margin-right: 20px / 2;
}
.c5-file .file-body {
  display: none;
  margin-top: 20px / 2;
}
.c5-file.f-bar {
  padding: 8px 20px / 2;
}
.c5-file.f-bar .file-header > .c5-lay {
  font-size: 0;
  width: 105%;
  margin-left: -5%;
  margin-top: -5%;
}
.c5-file.f-bar .file-header > .c5-lay > * {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  width: auto;
  margin-left: 5%;
  margin-top: 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: 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: 18.05px;
  font-size: 1.805rem;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .c5-file.f-bar .c5-toggle {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (min-width: 1025px) {
  .c5-file.f-bar .c5-toggle {
    font-size: 20px;
    font-size: 2rem;
  }
}
.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-snippets .c5-lay > li {
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .c5-snippets .snippets-list {
    font-size: 0;
    width: 105%;
    margin-left: -5%;
    margin-top: -5%;
  }
  .c5-snippets .snippets-list > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 28.33333333%;
    margin-left: 5%;
    margin-top: 5%;
    vertical-align: top;
  }
}
.c5-snippets.l-list .snippets-list {
  width: 100%;
  margin-top: -4px;
  padding-left: 0;
  padding-right: 0;
}
.c5-snippets.l-list .snippets-list > * {
  display: block;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .c5-snippets.l-grid .snippets-list {
    font-size: 0;
    width: 105%;
    margin-left: -5%;
    margin-top: -5%;
  }
  .c5-snippets.l-grid .snippets-list > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 28.33333333%;
    margin-left: 5%;
    margin-top: 5%;
    vertical-align: top;
  }
}
.c5-snippet {
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.c5-snippet .snippet-header {
  line-height: 0;
}
.c5-snippet .item-media {
  padding: 10px;
}
.c5-snippet .item-content {
  padding: 10px;
}
.c5-snippet .article-media img {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.c5-snippet .article-media {
  overflow: hidden;
  height: 140px;
  line-height: 120px;
}
.c5-snippet .article-media img {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 116px;
}
.c5-snippet.f-card {
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.c5-snippet.f-card .item-media {
  padding: 10px;
}
.c5-snippet.f-card .item-content {
  padding: 10px;
}
.c5-snippet.f-card .article-media img {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.c5-snippet.f-card .article-media {
  overflow: hidden;
  height: 140px;
  line-height: 120px;
}
.c5-snippet.f-card .article-media img {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 116px;
}
.c5-snippet.f-bar {
  padding: 8px 20px / 2;
}
.c5-snippet.f-bar .snippet-header > .c5-lay {
  font-size: 0;
  width: 105%;
  margin-left: -5%;
  margin-top: -5%;
}
.c5-snippet.f-bar .snippet-header > .c5-lay > * {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  width: auto;
  margin-left: 5%;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .c5-snippet.f-bar .snippet-header > .c5-lay {
    margin: 0;
    display: inline-table;
    table-layout: auto;
    width: 100%;
  }
  .c5-snippet.f-bar .snippet-header > .c5-lay > * {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    padding-right: 5%;
  }
  .c5-snippet.f-bar .snippet-header > .c5-lay > *:last-child {
    padding-right: 0;
  }
  .c5-snippet.f-bar .snippet-controls {
    text-align: right;
  }
  .c5-snippet.f-bar .snippet-controls .c5-btn {
    line-height: 1;
  }
}
.c5-snippet.f-bar .c5-toggle {
  font-size: 18.05px;
  font-size: 1.805rem;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .c5-snippet.f-bar .c5-toggle {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (min-width: 1025px) {
  .c5-snippet.f-bar .c5-toggle {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c5-snippet.f-bar .snippet-name {
  margin-right: 20px;
}
.c5-snippet.f-bar .snippet-name i {
  margin-right: 20px / 2;
}
.c5-snippet.f-bar .snippet-body {
  display: none;
  margin-top: 20px / 2;
}
.item-padding .item-media {
  padding: 10px;
}
.item-padding .item-content {
  padding: 10px;
}
.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: -8px;
  padding-left: 0;
  padding-right: 0;
}
.c5-faqs.l-list .faq-list > * {
  display: block;
  margin-top: 8px;
}
.c5-faqs.l-grid .faq-list {
  font-size: 0;
  width: 105%;
  margin-left: -5%;
  margin-top: -5%;
}
.c5-faqs.l-grid .faq-list > * {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  width: 28.33333333%;
  margin-left: 5%;
  margin-top: 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: 12px 10px;
  font-size: 0;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
}
.c5-faq .faq-heading > * {
  font-size: 18px;
  font-size: 1.8rem;
  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: 18.05px;
  font-size: 1.805rem;
  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: 19px;
    font-size: 1.9rem;
  }
}
@media (min-width: 1025px) {
  .c5-faq .faq-heading i {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c5-faq .faq-heading .faq-question {
  font-size: 18.05px;
  font-size: 1.805rem;
  font-weight: bold;
  font-style: normal;
  width: calc(100% - 32px);
}
@media (min-width: 768px) {
  .c5-faq .faq-heading .faq-question {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (min-width: 1025px) {
  .c5-faq .faq-heading .faq-question {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c5-faq .faq-answer > *:first-child {
  margin-top: 0;
}
.c5-faq .faq-answer > *:last-child {
  margin-bottom: 0;
}
.c5-faq .faq-body {
  padding: 0 10px 12px;
  padding-left: 33px;
  display: none;
}
.c5-faq .faq-body ul {
  margin-left: 0;
}
.c5-faq.f-bar .faq-header.c5-toggle-flip:hover {
  cursor: pointer;
}
.c5-faq.f-bar .faq-heading {
  padding: 12px 10px;
  font-size: 0;
  width: 100%;
  margin-left: 0%;
  margin-top: 0%;
}
.c5-faq.f-bar .faq-heading > * {
  font-size: 18px;
  font-size: 1.8rem;
  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: 18.05px;
  font-size: 1.805rem;
  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: 19px;
    font-size: 1.9rem;
  }
}
@media (min-width: 1025px) {
  .c5-faq.f-bar .faq-heading i {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c5-faq.f-bar .faq-heading .faq-question {
  font-size: 18.05px;
  font-size: 1.805rem;
  font-weight: bold;
  font-style: normal;
  width: calc(100% - 32px);
}
@media (min-width: 768px) {
  .c5-faq.f-bar .faq-heading .faq-question {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (min-width: 1025px) {
  .c5-faq.f-bar .faq-heading .faq-question {
    font-size: 20px;
    font-size: 2rem;
  }
}
.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 10px 12px;
  padding-left: 33px;
  display: none;
}
.c5-faq.f-bar .faq-body ul {
  margin-left: 0;
}
.c5-colors .c5-lay > li {
  list-style: none;
  padding: 0;
}
.c5-colors .color-list {
  font-size: 0;
  width: 105%;
  margin-left: -5%;
  margin-top: -5%;
}
.c5-colors .color-list > * {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  width: 28.33333333%;
  margin-left: 5%;
  margin-top: 5%;
  vertical-align: top;
}
.c5-colors .color-list > *:first-child {
  margin-top: 5% !important;
}
.c5-colors.l-list .color-list {
  width: 100%;
  margin-top: -4px;
  padding-left: 0;
  padding-right: 0;
}
.c5-colors.l-list .color-list > * {
  display: block;
  margin-top: 4px;
}
.c5-colors.l-grid .color-list {
  font-size: 0;
  width: 105%;
  margin-left: -5%;
  margin-top: -5%;
}
.c5-colors.l-grid .color-list > * {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  width: 28.33333333%;
  margin-left: 5%;
  margin-top: 5%;
  vertical-align: top;
}
.c5-colors.l-grid .color-list > *:first-child {
  margin-top: 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: 8px 20px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.c5-color .color-header .color-heading {
  font-weight: normal;
  padding-top: 85px;
}
.c5-color .color-body {
  border: 1px solid rgba(100, 100, 100, 0.1);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 8px 20px;
}
.c5-color.f-bar {
  padding: 8px 20px;
}
.c5-color.f-bar .color-header > .c5-lay {
  font-size: 0;
  width: 105%;
  margin-left: -5%;
  margin-top: -5%;
}
.c5-color.f-bar .color-header > .c5-lay > * {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  width: auto;
  margin-left: 5%;
  margin-top: 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: 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: 18.05px;
  font-size: 1.805rem;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .c5-color.f-bar .c5-toggle {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (min-width: 1025px) {
  .c5-color.f-bar .c5-toggle {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c5-color.f-bar .color-name {
  margin-right: 20px;
}
.c5-color.f-bar .color-name i {
  margin-right: 20px / 2;
}
.c5-color.f-bar .color-body {
  display: none;
  margin-top: 20px / 2;
}
.c5-messages .c5-lay > li {
  list-style: none;
  padding: 0;
}
.c5-messages .c5-lay-items > .c5-lay {
  width: 100%;
  margin-top: -8px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
.c5-messages .c5-lay-items > .c5-lay > * {
  display: block;
  margin-top: 8px;
}
.c5-messages.l-list .c5-lay-items > .c5-lay {
  width: 100%;
  margin-top: -8px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
.c5-messages.l-list .c5-lay-items > .c5-lay > * {
  display: block;
  margin-top: 8px;
}
.c5-messages.l-stack .c5-lay-items > .c5-lay {
  width: 100%;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
}
.c5-messages.l-stack .c5-lay-items > .c5-lay > * {
  display: block;
  margin-top: 0%;
}
.c5-messages.l-stack .c5-lay-items > .c5-lay > .c5-lay,
.frame.c5-messages.l-stack .c5-lay-items > .c5-lay .frame-layout {
  width: 100%;
  margin-top: 0%;
  padding-left: 0;
  padding-right: 0;
}
.c5-messages.l-stack .c5-lay-items > .c5-lay > .c5-lay > *,
.frame.c5-messages.l-stack .c5-lay-items > .c5-lay .frame-layout > * {
  display: block;
  margin-top: 0%;
}
.c5-messages.l-grid .c5-lay-items > .c5-lay {
  font-size: 0;
  width: 105%;
  margin-left: -5%;
  margin-top: -5%;
}
.c5-messages.l-grid .c5-lay-items > .c5-lay > * {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  width: 28.33333333%;
  margin-left: 5%;
  margin-top: 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: rgba(244, 243, 243, 0.9);
}
.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: rgba(244, 243, 243, 0.9);
  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: 18px;
  font-size: 1.8rem;
  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: 'Inter', sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  width: 100%;
}
.c5-message .message-header-item > .message-label > .message-label-icon {
  font-size: 21px;
  font-size: 2.1rem;
  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: 'Corben', Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
}
.c5-message .message-content {
  background: #eee;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.c5-message .message-content > :first-child {
  margin-top: 0;
}
.c5-message .message-content > :last-child {
  margin-bottom: 0;
}
.c5-message .message-body {
  background: rgba(244, 243, 243, 0.9);
  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: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  float: none;
  padding: 5px 10px;
  border: 1px solid transparent;
  text-align: right;
}
.c5-message .message-link:after {
  font-size: 20px;
  font-size: 2rem;
  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: 17px;
    font-size: 1.7rem;
    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: rgba(244, 243, 243, 0.9);
}
.c5-message.f-bar .message-header {
  font-size: 0;
  background: rgba(244, 243, 243, 0.9);
  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: 18px;
  font-size: 1.8rem;
  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: 'Inter', sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  width: 100%;
}
.c5-message.f-bar .message-header-item > .message-label > .message-label-icon {
  font-size: 21px;
  font-size: 2.1rem;
  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: 'Corben', Verdana, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
}
.c5-message.f-bar .message-content {
  background: #eee;
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.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: rgba(244, 243, 243, 0.9);
  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: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  float: none;
  padding: 5px 10px;
  border: 1px solid transparent;
  text-align: right;
}
.c5-message.f-bar .message-link:after {
  font-size: 20px;
  font-size: 2rem;
  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: 17px;
    font-size: 1.7rem;
    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: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.55em 1em;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px;
  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: 13px;
  font-size: 1.3rem;
  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: 15px;
  font-size: 1.5rem;
  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: 21px;
  font-size: 2.1rem;
  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: 25px;
  font-size: 2.5rem;
  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: 8px 1.8em;
  display: block;
  text-align: right;
}
a.c5-more-link:after {
  display: inline-block;
  vertical-align: middle;
  content: '\f138';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  color: inherit;
}
a.c5-more-link:after {
  margin-left: 10px;
}
.c5-article .c5-meta {
  font-size: 10.83px;
  font-size: 1.083rem;
}
@media (min-width: 768px) {
  .c5-article .c5-meta {
    font-size: 11.4px;
    font-size: 1.14rem;
  }
}
@media (min-width: 1025px) {
  .c5-article .c5-meta {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.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: 16.245px;
  font-size: 1.6245rem;
  font-weight: bold;
  font-style: normal;
  width: 68px;
  display: inline-block;
}
@media (min-width: 768px) {
  .c5-article .c5-label {
    font-size: 17.1px;
    font-size: 1.71rem;
  }
}
@media (min-width: 1025px) {
  .c5-article .c5-label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c5-article .c5-name {
  font-size: 18.05px;
  font-size: 1.805rem;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .c5-article .c5-name {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (min-width: 1025px) {
  .c5-article .c5-name {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c5-article .c5-media-object {
  display: inline-block;
}
.c5-article .article-content > * {
  margin-top: 20px;
  margin-bottom: 20px;
}
.c5-article .article-content > *:first-child {
  margin-top: 0;
}
.c5-article .article-content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .media-tenth .c5-article > .c5-lay,
  .c5-article.media-tenth > .c5-lay {
    font-size: 0;
    width: 105%;
    margin-left: -5%;
    margin-top: -5%;
    margin-top: 0;
  }
  .media-tenth .c5-article > .c5-lay > *,
  .c5-article.media-tenth > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: auto;
    margin-left: 5%;
    margin-top: 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: 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: 85%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-fifth .c5-article > .c5-lay,
  .c5-article.media-fifth > .c5-lay {
    font-size: 0;
    width: 105%;
    margin-left: -5%;
    margin-top: -5%;
    margin-top: 0;
  }
  .media-fifth .c5-article > .c5-lay > *,
  .c5-article.media-fifth > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: auto;
    margin-left: 5%;
    margin-top: 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: 15%;
  }
  .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: 75%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-quarter .c5-article > .c5-lay,
  .c5-article.media-quarter > .c5-lay {
    font-size: 0;
    width: 105%;
    margin-left: -5%;
    margin-top: -5%;
    margin-top: 0;
  }
  .media-quarter .c5-article > .c5-lay > *,
  .c5-article.media-quarter > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: auto;
    margin-left: 5%;
    margin-top: 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: 20%;
  }
  .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: 70%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-third .c5-article > .c5-lay,
  .c5-article.media-third > .c5-lay {
    font-size: 0;
    width: 105%;
    margin-left: -5%;
    margin-top: -5%;
    margin-top: 0;
  }
  .media-third .c5-article > .c5-lay > *,
  .c5-article.media-third > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: auto;
    margin-left: 5%;
    margin-top: 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: 28.333%;
  }
  .media-third .c5-article .article-content,
  .c5-article.media-third .article-content,
  .media-third .c5-article .section-content,
  .c5-article.media-third .section-content {
    margin-bottom: 0;
    vertical-align: middle;
    width: 61.667%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-half .c5-article > .c5-lay,
  .c5-article.media-half > .c5-lay {
    font-size: 0;
    width: 105%;
    margin-left: -5%;
    margin-top: -5%;
    margin-top: 0;
  }
  .media-half .c5-article > .c5-lay > *,
  .c5-article.media-half > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: auto;
    margin-left: 5%;
    margin-top: 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: 45%;
  }
  .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: 45%;
    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: 18px;
    font-size: 1.8rem;
    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: 105%;
    margin-left: -5%;
    margin-top: -5%;
    margin-top: 0;
  }
  .media-2thirds .c5-article > .c5-lay > *,
  .c5-article.media-2thirds > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: auto;
    margin-left: 5%;
    margin-top: 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: 61.666%;
  }
  .media-2thirds .c5-article .article-content,
  .c5-article.media-2thirds .article-content,
  .media-2thirds .c5-article .section-content,
  .c5-article.media-2thirds .section-content {
    margin-bottom: 0;
    vertical-align: middle;
    width: 28.334%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-3quarters .c5-article > .c5-lay,
  .c5-article.media-3quarters > .c5-lay {
    font-size: 0;
    width: 105%;
    margin-left: -5%;
    margin-top: -5%;
    margin-top: 0;
  }
  .media-3quarters .c5-article > .c5-lay > *,
  .c5-article.media-3quarters > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: auto;
    margin-left: 5%;
    margin-top: 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: 70%;
  }
  .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: 20%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .media-full .c5-article > .c5-lay,
  .c5-article.media-full > .c5-lay {
    font-size: 0;
    width: 105%;
    margin-left: -5%;
    margin-top: -5%;
    margin-top: 0;
  }
  .media-full .c5-article > .c5-lay > *,
  .c5-article.media-full > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: auto;
    margin-left: 5%;
    margin-top: 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: 95%;
  }
  .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: -5%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .snippet .c5-article > .c5-lay,
  .c5-article.snippet > .c5-lay {
    font-size: 0;
    width: 105%;
    margin-left: -5%;
    margin-top: -5%;
    margin-top: 0;
  }
  .snippet .c5-article > .c5-lay > *,
  .c5-article.snippet > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: auto;
    margin-left: 5%;
    margin-top: 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: 40%;
  }
  .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: 50%;
    overflow: auto;
  }
}
.snippet .c5-article .heading,
.c5-article.snippet .heading {
  margin-top: 0;
  margin-bottom: 16px;
}
.snippet .c5-article .subheading,
.c5-article.snippet .subheading {
  font-size: 10.83px;
  font-size: 1.083rem;
}
@media (min-width: 768px) {
  .snippet .c5-article .subheading,
  .c5-article.snippet .subheading {
    font-size: 11.4px;
    font-size: 1.14rem;
  }
}
@media (min-width: 1025px) {
  .snippet .c5-article .subheading,
  .c5-article.snippet .subheading {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .snippet .c5-article.summary > .c5-lay,
  .c5-article.snippet.summary > .c5-lay {
    font-size: 0;
    width: 105%;
    margin-left: -5%;
    margin-top: -5%;
    margin-top: 0;
  }
  .snippet .c5-article.summary > .c5-lay > *,
  .c5-article.snippet.summary > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: auto;
    margin-left: 5%;
    margin-top: 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: 40%;
  }
  .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: 50%;
    overflow: auto;
  }
}
.snippet .c5-article.summary .heading,
.c5-article.snippet.summary .heading {
  margin-top: 0;
  margin-bottom: 16px;
}
.snippet .c5-article.summary .subheading,
.c5-article.snippet.summary .subheading {
  font-size: 10.83px;
  font-size: 1.083rem;
}
@media (min-width: 768px) {
  .snippet .c5-article.summary .subheading,
  .c5-article.snippet.summary .subheading {
    font-size: 11.4px;
    font-size: 1.14rem;
  }
}
@media (min-width: 1025px) {
  .snippet .c5-article.summary .subheading,
  .c5-article.snippet.summary .subheading {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .snippet .c5-article.aside > .c5-lay,
  .c5-article.snippet.aside > .c5-lay {
    font-size: 0;
    width: 105%;
    margin-left: -5%;
    margin-top: -5%;
    margin-top: 0;
  }
  .snippet .c5-article.aside > .c5-lay > *,
  .c5-article.snippet.aside > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: auto;
    margin-left: 5%;
    margin-top: 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: 28%;
  }
  .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: 62%;
    overflow: auto;
  }
}
.snippet .c5-article.aside .heading,
.c5-article.snippet.aside .heading {
  margin-top: 0;
  margin-bottom: 4px;
}
.snippet .c5-article.aside .subheading,
.c5-article.snippet.aside .subheading {
  font-size: 10.83px;
  font-size: 1.083rem;
}
@media (min-width: 768px) {
  .snippet .c5-article.aside .subheading,
  .c5-article.snippet.aside .subheading {
    font-size: 11.4px;
    font-size: 1.14rem;
  }
}
@media (min-width: 1025px) {
  .snippet .c5-article.aside .subheading,
  .c5-article.snippet.aside .subheading {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.card .frame-layout > .c5-article,
.c5-article.card {
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.card .frame-layout > .c5-article .article-content,
.c5-article.card .article-content {
  padding: 20px 20px;
}
.summary .card .frame-layout > .c5-article .article-content,
.summary .c5-article.card .article-content,
.aside .card .frame-layout > .c5-article .article-content,
.aside .c5-article.card .article-content {
  padding: 10px 10px;
}
.card .frame-layout > .c5-article .article-media img,
.c5-article.card .article-media img {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.card .frame-layout > .c5-article .article-media,
.c5-article.card .article-media {
  overflow: hidden;
  height: 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: 1;
}
.mediabox .frame-layout > .c5-article.summary .article-media:before,
.c5-article.mediabox.summary .article-media:before {
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  opacity: 0.8;
  background: url(/wp-content/themes/cogency5/images/overlay.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  content: '';
}
.mediabox .frame-layout > .c5-article.summary:hover .article-media:before,
.c5-article.mediabox.summary:hover .article-media:before {
  opacity: 1;
}
.mediabox .frame-layout > .c5-article.summary .heading,
.c5-article.mediabox.summary .heading {
  font-size: 37.0025px;
  font-size: 3.70025rem;
  color: #f0f0f2;
  position: absolute;
  margin: 0;
  width: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate(-50%, -50%);
  /* IE 10, Fx 16+, Op 12.1+ */
}
@media (min-width: 768px) {
  .mediabox .frame-layout > .c5-article.summary .heading,
  .c5-article.mediabox.summary .heading {
    font-size: 38.95px;
    font-size: 3.895rem;
  }
}
@media (min-width: 1025px) {
  .mediabox .frame-layout > .c5-article.summary .heading,
  .c5-article.mediabox.summary .heading {
    font-size: 41px;
    font-size: 4.1rem;
  }
}
.mediabox .frame-layout > .c5-article.summary .heading > a,
.c5-article.mediabox.summary .heading > a {
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  color: #f0f0f2;
}
.mediabox .frame-layout > .c5-article.summary .subheading,
.c5-article.mediabox.summary .subheading,
.mediabox .frame-layout > .c5-article.summary .lead,
.c5-article.mediabox.summary .lead,
.mediabox .frame-layout > .c5-article.summary .post-meta,
.c5-article.mediabox.summary .post-meta,
.mediabox .frame-layout > .c5-article.summary .article-body,
.c5-article.mediabox.summary .article-body {
  display: none;
}
@media (min-width: 768px) {
  .media-align-middle .c5-article.summary .article-media,
  .c5-article.media-align-middle.summary .article-media,
  .media-align-middle .c5-article.aside .article-media,
  .c5-article.media-align-middle.aside .article-media,
  .media-align-middle .c5-article .article-media,
  .c5-article.media-align-middle .article-media,
  .media-align-middle .c5-article.summary .article-content,
  .c5-article.media-align-middle.summary .article-content,
  .media-align-middle .c5-article.aside .article-content,
  .c5-article.media-align-middle.aside .article-content,
  .media-align-middle .c5-article .article-content,
  .c5-article.media-align-middle .article-content {
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .media-align-bottom .c5-article.summary .article-media,
  .c5-article.media-align-bottom.summary .article-media,
  .media-align-bottom .c5-article.aside .article-media,
  .c5-article.media-align-bottom.aside .article-media,
  .media-align-bottom .c5-article .article-media,
  .c5-article.media-align-bottom .article-media,
  .media-align-bottom .c5-article.summary .article-content,
  .c5-article.media-align-bottom.summary .article-content,
  .media-align-bottom .c5-article.aside .article-content,
  .c5-article.media-align-bottom.aside .article-content,
  .media-align-bottom .c5-article .article-content,
  .c5-article.media-align-bottom .article-content {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .media-align-top .c5-article.summary .article-media,
  .c5-article.media-align-top.summary .article-media,
  .media-align-top .c5-article.aside .article-media,
  .c5-article.media-align-top.aside .article-media,
  .media-align-top .c5-article .article-media,
  .c5-article.media-align-top .article-media,
  .media-align-top .c5-article.summary .article-content,
  .c5-article.media-align-top.summary .article-content,
  .media-align-top .c5-article.aside .article-content,
  .c5-article.media-align-top.aside .article-content,
  .media-align-top .c5-article .article-content,
  .c5-article.media-align-top .article-content {
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .media-align-top .c5-article .article-media,
  .c5-article.media-align-top .article-media {
    margin-top: 8.8px;
  }
  .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: 6.8px;
  }
}
.c5-article.is-target:hover {
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.c5-article.is-target:hover .article-media {
  opacity: 1;
}
.c5-article.is-target:hover .article-media {
  opacity: 1;
}
.c5-testimonial {
  text-align: center;
}
.c5-testimonial .article-media {
  display: none;
}
.c5-testimonial .c5-name,
.c5-testimonial .c5-role {
  display: inline;
}
.c5-testimonial .c5-name {
  font-size: 18.05px;
  font-size: 1.805rem;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .c5-testimonial .c5-name {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (min-width: 1025px) {
  .c5-testimonial .c5-name {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c5-testimonial .c5-role:before {
  display: inline;
  content: '/';
  margin: 0 5px;
}
.c5-testimonial .c5-meta {
  font-size: 10.83px;
  font-size: 1.083rem;
}
@media (min-width: 768px) {
  .c5-testimonial .c5-meta {
    font-size: 11.4px;
    font-size: 1.14rem;
  }
}
@media (min-width: 1025px) {
  .c5-testimonial .c5-meta {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c5-testimonial .c5-quote {
  font-family: 'Corben', Verdana, sans-serif;
  font-size: 17.8695px;
  font-size: 1.78695rem;
  font-style: italic;
}
@media (min-width: 768px) {
  .c5-testimonial .c5-quote {
    font-size: 18.81px;
    font-size: 1.881rem;
  }
}
@media (min-width: 1025px) {
  .c5-testimonial .c5-quote {
    font-size: 19.8px;
    font-size: 1.98rem;
  }
}
.c5-testimonial .c5-quote > i {
  font-size: 16.038px;
  font-size: 1.6038rem;
}
@media (min-width: 768px) {
  .c5-testimonial .c5-quote > i {
    font-size: 17.82px;
    font-size: 1.782rem;
  }
}
@media (min-width: 1025px) {
  .c5-testimonial .c5-quote > i {
    font-size: 19.8px;
    font-size: 1.98rem;
  }
}
.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: 20px;
}
.c5-person .article-item {
  margin-bottom: 8px;
}
.c5-person .c5-name {
  font-size: calc((20 / 10) * var(--text-multiplier, 1) * 1rem);
}
.c5-person .xc5-role {
  font-size: calc((34 / 10) * var(--text-multiplier, 1) * 1rem);
}
.c5-person .xc5-role:before {
  display: inline;
  content: '/';
  margin: 0 5px;
}
.c5-person .c5-meta {
  font-size: 10.83px;
  font-size: 1.083rem;
}
@media (min-width: 768px) {
  .c5-person .c5-meta {
    font-size: 11.4px;
    font-size: 1.14rem;
  }
}
@media (min-width: 1025px) {
  .c5-person .c5-meta {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c5-person .c5-quote {
  font-family: 'Corben', Verdana, sans-serif;
  font-size: 17.8695px;
  font-size: 1.78695rem;
  font-style: italic;
}
@media (min-width: 768px) {
  .c5-person .c5-quote {
    font-size: 18.81px;
    font-size: 1.881rem;
  }
}
@media (min-width: 1025px) {
  .c5-person .c5-quote {
    font-size: 19.8px;
    font-size: 1.98rem;
  }
}
.c5-person .c5-quote > i {
  font-size: 16.038px;
  font-size: 1.6038rem;
}
@media (min-width: 768px) {
  .c5-person .c5-quote > i {
    font-size: 17.82px;
    font-size: 1.782rem;
  }
}
@media (min-width: 1025px) {
  .c5-person .c5-quote > i {
    font-size: 19.8px;
    font-size: 1.98rem;
  }
}
.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: #be303d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: calc((34 / 10) * var(--text-multiplier, 1) * 1rem);
}
.c5-calltoaction .c5-phone .c5-label {
  display: block;
  width: auto;
}
.c5-calltoaction .c5-description {
  font-size: calc((20 / 10) * var(--text-multiplier, 1) * 1rem);
}
@media (min-width: 768px) {
  .c5-calltoaction .article-content > .c5-lay {
    font-size: 0;
    width: 105%;
    margin-left: -5%;
    margin-top: -5%;
  }
  .c5-calltoaction .article-content > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 20%;
    margin-left: 5%;
    margin-top: 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: 16.245px;
  font-size: 1.6245rem;
  font-weight: bold;
  font-style: normal;
  width: 78px;
  display: inline-block;
}
@media (min-width: 768px) {
  .c5-place .c5-label {
    font-size: 17.1px;
    font-size: 1.71rem;
  }
}
@media (min-width: 1025px) {
  .c5-place .c5-label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c5-place .c5-name {
  font-size: 18.05px;
  font-size: 1.805rem;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .c5-place .c5-name {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
@media (min-width: 1025px) {
  .c5-place .c5-name {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c5-place .xarticle-section {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.c5-address .street-address {
  display: block;
}
.c5-address .locality:after {
  content: ',';
}
.c5-hours .c5-hours-label {
  min-width: 80px;
}
.c5-hours .c5-hours-value {
  display: inline-block;
}
.c5-select,
.c5-form select,
.frame .gform_wrapper select {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  text-transform: inherit;
  font-size: 18px;
  font-size: 1.8rem;
  height: 2em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 500;
  transition: all 0.2s ease-in;
}
.c5-btn,
a.c5-btn,
.c5-btn-wrap a,
.gform_wrapper .gform_button {
  color: #d04753;
  background: transparent ;
  border: 1px solid #d04753;
}
.c5-btn:hover,
a.c5-btn:hover,
.c5-btn-wrap a:hover,
.gform_wrapper .gform_button:hover {
  color: #fff;
  background: #d04753 ;
  border: 1px solid #fff;
}
.c5-btn[type=submit],
.c5-btn.c5-submit,
.c5-btn.c5-primary {
  color: #eeeeee;
  background: #d04753;
  border: 1px solid #d04753;
}
.c5-btn[type=submit]:hover,
.c5-btn.c5-submit:hover,
.c5-btn.c5-primary:hover {
  color: #fff;
  background: #b62e3a;
  border: 1px solid #d04753;
}
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: #d04753;
  border: 1px solid #d04753;
}
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: #b62e3a;
  border: 1px solid #d04753;
}
.gform_wrapper .gform_button[type=submit] {
  color: #eeeeee;
  background: #d04753;
  border: 1px solid #d04753;
}
.gform_wrapper .gform_button[type=submit]:hover {
  color: #fff;
  background: #b62e3a;
  border: 1px solid #d04753;
}
a {
  color: #d04753;
}
a:hover {
  color: #b62e3a;
}
.c5-header .heading {
  color: #d04753;
}
.c5-header .subheading {
  color: #d04753;
}
.c5-header .lead {
  color: #1d1c1c;
}
.light .c5-btn,
.light a.c5-btn,
.light .c5-btn-wrap a,
.light .gform_wrapper .gform_button {
  color: #d04753;
  background: transparent ;
  border: 1px solid #d04753;
}
.light .c5-btn:hover,
.light a.c5-btn:hover,
.light .c5-btn-wrap a:hover,
.light .gform_wrapper .gform_button:hover {
  color: #fff;
  background: #d04753 ;
  border: 1px solid 1px solid #fff;
}
.light .c5-btn[type=submit],
.light .c5-btn.c5-submit,
.light .c5-btn.c5-primary {
  color: #eeeeee;
  background: #d04753;
  border: 1px solid #d04753;
}
.light .c5-btn[type=submit]:hover,
.light .c5-btn.c5-submit:hover,
.light .c5-btn.c5-primary:hover {
  color: #fff;
  background: #b62e3a;
  border: 1px solid #d04753;
}
.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: #d04753;
  border: 1px solid #d04753;
}
.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: #b62e3a;
  border: 1px solid #d04753;
}
.light .gform_wrapper .gform_button[type=submit] {
  color: #eeeeee;
  background: #d04753;
  border: 1px solid #d04753;
}
.light .gform_wrapper .gform_button[type=submit]:hover {
  color: #fff;
  background: #b62e3a;
  border: 1px solid #d04753;
}
.light a {
  color: #d04753;
}
.light a:hover {
  color: #b62e3a;
}
.light .c5-header .heading {
  color: #d04753;
}
.light .c5-header .subheading {
  color: #d04753;
}
.light .c5-header .lead {
  color: #d04753;
}
.medium .c5-btn,
.medium a.c5-btn,
.medium .c5-btn-wrap a,
.medium .gform_wrapper .gform_button {
  color: #f2f1f1;
  background: transparent ;
  border: 1px solid #f2f1f1;
}
.medium .c5-btn:hover,
.medium a.c5-btn:hover,
.medium .c5-btn-wrap a:hover,
.medium .gform_wrapper .gform_button:hover {
  color: #fff;
  background: #c9ae96 ;
  border: 1px solid #fff;
}
.medium .c5-btn[type=submit],
.medium .c5-btn.c5-submit,
.medium .c5-btn.c5-primary {
  color: #f2f1f1;
  background: transparent;
  border: 1px solid #f2f1f1;
}
.medium .c5-btn[type=submit]:hover,
.medium .c5-btn.c5-submit:hover,
.medium .c5-btn.c5-primary:hover {
  color: #fff;
  background: #c9ae96 ;
  border: 1px 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: #f2f1f1;
  background: transparent;
  border: 1px solid #f2f1f1;
}
.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: #c9ae96 ;
  border: 1px solid #fff;
}
.medium .gform_wrapper .gform_button[type=submit] {
  color: #f2f1f1;
  background: transparent;
  border: 1px solid #f2f1f1;
}
.medium .gform_wrapper .gform_button[type=submit]:hover {
  color: #fff;
  background: #c9ae96 ;
  border: 1px solid #fff;
}
.medium a {
  color: #e5989f;
}
.medium a:hover {
  color: #da7079;
}
.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: #f2f1f1;
  background: #d14b57 ;
  border: 1px solid #f2f1f1;
}
.dark .c5-btn:hover,
.dark a.c5-btn:hover,
.dark .c5-btn-wrap a:hover,
.dark .gform_wrapper .gform_button:hover {
  color: #fff;
  background: #ca3441 ;
  border: 1px solid #fff;
}
.dark .c5-btn[type=submit],
.dark .c5-btn.c5-submit,
.dark .c5-btn.c5-primary {
  color: #f2f1f1;
  background: #cc3744;
  border: 1px solid #f2f1f1;
}
.dark .c5-btn[type=submit]:hover,
.dark .c5-btn.c5-submit:hover,
.dark .c5-btn.c5-primary:hover {
  color: #fff;
  background: #ca3441 ;
  border: 1px 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: #f2f1f1;
  background: #cc3744;
  border: 1px solid #f2f1f1;
}
.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: #ca3441 ;
  border: 1px solid #fff;
}
.dark .gform_wrapper .gform_button[type=submit] {
  color: #f2f1f1;
  background: #cc3744;
  border: 1px solid #f2f1f1;
}
.dark .gform_wrapper .gform_button[type=submit]:hover {
  color: #fff;
  background: #ca3441 ;
  border: 1px solid #fff;
}
.dark a {
  color: #e5989f;
}
.dark a:hover {
  color: #da7079;
}
.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: #f2f1f1;
  background: transparent ;
  border: 1px solid #f2f1f1;
}
.gray .c5-btn:hover,
.gray a.c5-btn:hover,
.gray .c5-btn-wrap a:hover,
.gray .gform_wrapper .gform_button:hover {
  color: #fff;
  background: #d04753 ;
  border: 1px solid #fff;
}
.gray .c5-btn[type=submit],
.gray .c5-btn.c5-submit,
.gray .c5-btn.c5-primary {
  color: #eeeeee;
  background: #d04753;
  border: 1px solid #d04753;
}
.gray .c5-btn[type=submit]:hover,
.gray .c5-btn.c5-submit:hover,
.gray .c5-btn.c5-primary:hover {
  color: #fff;
  background: #b62e3a;
  border: 1px solid #d04753;
}
.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: #d04753;
  border: 1px solid #d04753;
}
.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: #b62e3a;
  border: 1px solid #d04753;
}
.gray .gform_wrapper .gform_button[type=submit] {
  color: #eeeeee;
  background: #d04753;
  border: 1px solid #d04753;
}
.gray .gform_wrapper .gform_button[type=submit]:hover {
  color: #fff;
  background: #b62e3a;
  border: 1px solid #d04753;
}
.gray a {
  color: #e5989f;
}
.gray a:hover {
  color: #da7079;
}
.gray .c5-header .heading {
  color: #f0f0f2;
}
.gray .c5-header .subheading {
  color: #f0f0f2;
}
.gray .c5-header .lead {
  color: #f0f0f2;
}
.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-snippet,
.c5-faq,
.c5-message,
.frameset > .frame.dividers {
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(220, 216, 216, 0.9);
}
.m-dividers:first-child,
.c5-file:first-child,
.c5-snippet: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-snippet: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-snippet,
.c5-snippet.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 #ebe2da;
  border-bottom: 1px solid #c9ae96;
}
.medium .m-dividers:first-child,
.m-dividers.medium:first-child,
.medium .c5-file:first-child,
.c5-file.medium:first-child,
.medium .c5-snippet:first-child,
.c5-snippet.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-snippet:last-child,
.c5-snippet.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-snippet,
.c5-snippet.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 #da7079;
  border-bottom: 1px solid #b62e3a;
}
.dark .m-dividers:first-child,
.m-dividers.dark:first-child,
.dark .c5-file:first-child,
.c5-file.dark:first-child,
.dark .c5-snippet:first-child,
.c5-snippet.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-snippet:last-child,
.c5-snippet.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-snippet,
.c5-snippet.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 #b3b3b3;
  border-bottom: 1px solid #808080;
}
.gray .m-dividers:first-child,
.m-dividers.gray:first-child,
.gray .c5-file:first-child,
.c5-file.gray:first-child,
.gray .c5-snippet:first-child,
.c5-snippet.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-snippet:last-child,
.c5-snippet.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: rgba(254, 254, 254, 0.9);
}
.m-zebra:nth-child(odd),
.c5-file:nth-child(odd) {
  background: rgba(234, 232, 232, 0.9);
}
.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: #e1d2c5;
}
.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: #d3beab;
}
.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: #d45762;
}
.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: #cc3744;
}
.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: #a3a3a3;
}
.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: #8f8f8f;
}
.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: -5%;
  padding-left: 0;
  padding-right: 0;
}
.list > .c5-lay > *,
.frame.list .frame-layout > * {
  display: block;
  margin-top: 5%;
}
.grid6 > .c5-lay,
.sextet > .c5-lay,
.frame.grid6 .frame-layout,
.frame.sextet .frame-layout {
  font-size: 0;
  width: 105%;
  margin-left: -5%;
  margin-top: -5%;
}
.grid6 > .c5-lay > *,
.sextet > .c5-lay > *,
.frame.grid6 .frame-layout > *,
.frame.sextet .frame-layout > * {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  width: 45%;
  margin-left: 5%;
  margin-top: 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: 105%;
  margin-left: -5%;
  margin-top: -5%;
}
.grid5 > .c5-lay > *,
.quintet > .c5-lay > *,
.grid5 > .frame-view > .frame-body > .c5-lay > *,
.quintet > .frame-view > .frame-body > .c5-lay > * {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  width: 45%;
  margin-left: 5%;
  margin-top: 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: 105%;
  margin-left: -5%;
  margin-top: -5%;
}
.grid4 > .c5-lay > *,
.quartet > .c5-lay > *,
.grid4 > .frame-view > .frame-body > .c5-lay > *,
.quartet > .frame-view > .frame-body > .c5-lay > * {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  width: 45%;
  margin-left: 5%;
  margin-top: 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: 105%;
  margin-left: -5%;
  margin-top: -5%;
}
.grid3 > .c5-lay > *,
.trio > .c5-lay > *,
.grid3 > .frame-view > .frame-body > .c5-lay > *,
.trio > .frame-view > .frame-body > .c5-lay > * {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  width: 95%;
  margin-left: 5%;
  margin-top: 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: 105%;
  margin-left: -5%;
  margin-top: -5%;
}
.grid2 > .c5-lay > *,
.duet > .c5-lay > *,
.grid2 > .frame-view > .frame-body > .c5-lay > *,
.duet > .frame-view > .frame-body > .c5-lay > * {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  width: 95%;
  margin-left: 5%;
  margin-top: 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: 105%;
  margin-left: -5%;
  margin-top: -5%;
}
.grid1 > .c5-lay > *,
.solo > .c5-lay > *,
.grid1 > .frame-view > .frame-body > .c5-lay > *,
.solo > .frame-view > .frame-body > .c5-lay > * {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  width: 95%;
  margin-left: 5%;
  margin-top: 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: 18px;
  font-size: 1.8rem;
  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: 105%;
  margin-left: -5%;
  margin-top: -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: 18px;
  font-size: 1.8rem;
  display: inline-block;
  width: 95%;
  margin-left: 5%;
  margin-top: 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: 18px;
  font-size: 1.8rem;
  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: 18px;
  font-size: 1.8rem;
  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: 105%;
    margin-left: -5%;
    margin-top: -5%;
  }
  .grid6 > .c5-lay > *,
  .sextet > .c5-lay > *,
  .frame.grid6 .frame-layout > *,
  .frame.sextet .frame-layout > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 28.33333333%;
    margin-left: 5%;
    margin-top: 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: 105%;
    margin-left: -5%;
    margin-top: -5%;
  }
  .grid5 > .c5-lay > *,
  .quintet > .c5-lay > *,
  .grid5 > .frame-view > .frame-body > .c5-lay > *,
  .quintet > .frame-view > .frame-body > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 15%;
    margin-left: 5%;
    margin-top: 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: 105%;
    margin-left: -5%;
    margin-top: -5%;
  }
  .grid4 > .c5-lay > *,
  .quartet > .c5-lay > *,
  .grid4 > .frame-view > .frame-body > .c5-lay > *,
  .quartet > .frame-view > .frame-body > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 45%;
    margin-left: 5%;
    margin-top: 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: 105%;
    margin-left: -5%;
    margin-top: -5%;
  }
  .grid3 > .c5-lay > *,
  .trio > .c5-lay > *,
  .grid3 > .frame-view > .frame-body > .c5-lay > *,
  .trio > .frame-view > .frame-body > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 28.33333333%;
    margin-left: 5%;
    margin-top: 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: 105%;
    margin-left: -5%;
    margin-top: -5%;
  }
  .grid2 > .c5-lay > *,
  .duet > .c5-lay > *,
  .grid2 > .frame-view > .frame-body > .c5-lay > *,
  .duet > .frame-view > .frame-body > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 45%;
    margin-left: 5%;
    margin-top: 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: 105%;
    margin-left: -5%;
    margin-top: -5%;
  }
  .grid1 > .c5-lay > *,
  .solo > .c5-lay > *,
  .grid1 > .frame-view > .frame-body > .c5-lay > *,
  .solo > .frame-view > .frame-body > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 95%;
    margin-left: 5%;
    margin-top: 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: 18px;
    font-size: 1.8rem;
    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: 18px;
    font-size: 1.8rem;
    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: 18px;
    font-size: 1.8rem;
    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: 18px;
    font-size: 1.8rem;
    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: 18px;
    font-size: 1.8rem;
    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: 45%;
  }
  .half.last {
    width: 50%;
  }
  .quarter {
    width: 25%;
  }
  .quarter.last {
    width: 25%;
  }
  .three-quarters {
    width: 75%;
  }
  .three-quarters.last {
    width: 75%;
  }
  .third {
    width: 28.33333333%;
  }
  .third.last {
    width: 33.33333333%;
  }
  .two-thirds {
    width: 61.66666667%;
  }
  .two-thirds.last {
    width: 66.66666667%;
  }
  .the-content > .c5-lay .half,
  .the-content-aside > .c5-lay .half {
    width: 45%;
  }
  .the-content > .c5-lay .quarter,
  .the-content-aside > .c5-lay .quarter {
    width: 45%;
  }
  .the-content > .c5-lay .three-quarters,
  .the-content-aside > .c5-lay .three-quarters {
    width: 70%;
  }
  .the-content > .c5-lay .third,
  .the-content-aside > .c5-lay .third {
    width: 28.33333333%;
  }
  .the-content > .c5-lay .two-thirds,
  .the-content-aside > .c5-lay .two-thirds {
    width: 61.66666667%;
  }
}
@media (min-width: 1025px) {
  .grid6 > .c5-lay,
  .sextet > .c5-lay,
  .frame.grid6 .frame-layout,
  .frame.sextet .frame-layout {
    font-size: 0;
    width: 105%;
    margin-left: -5%;
    margin-top: -5%;
  }
  .grid6 > .c5-lay > *,
  .sextet > .c5-lay > *,
  .frame.grid6 .frame-layout > *,
  .frame.sextet .frame-layout > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 11.66666667%;
    margin-left: 5%;
    margin-top: 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: 105%;
    margin-left: -5%;
    margin-top: -5%;
  }
  .grid5 > .c5-lay > *,
  .quintet > .c5-lay > *,
  .grid5 > .frame-view > .frame-body > .c5-lay > *,
  .quintet > .frame-view > .frame-body > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 15%;
    margin-left: 5%;
    margin-top: 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: 105%;
    margin-left: -5%;
    margin-top: -5%;
  }
  .grid4 > .c5-lay > *,
  .quartet > .c5-lay > *,
  .grid4 > .frame-view > .frame-body > .c5-lay > *,
  .quartet > .frame-view > .frame-body > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 20%;
    margin-left: 5%;
    margin-top: 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: 105%;
    margin-left: -5%;
    margin-top: -5%;
  }
  .grid3 > .c5-lay > *,
  .trio > .c5-lay > *,
  .grid3 > .frame-view > .frame-body > .c5-lay > *,
  .trio > .frame-view > .frame-body > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 28.33333333%;
    margin-left: 5%;
    margin-top: 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: 105%;
    margin-left: -5%;
    margin-top: -5%;
  }
  .grid2 > .c5-lay > *,
  .duet > .c5-lay > *,
  .grid2 > .frame-view > .frame-body > .c5-lay > *,
  .duet > .frame-view > .frame-body > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 45%;
    margin-left: 5%;
    margin-top: 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: 105%;
    margin-left: -5%;
    margin-top: -5%;
  }
  .grid1 > .c5-lay > *,
  .solo > .c5-lay > *,
  .grid1 > .frame-view > .frame-body > .c5-lay > *,
  .solo > .frame-view > .frame-body > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 95%;
    margin-left: 5%;
    margin-top: 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: 18px;
    font-size: 1.8rem;
    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: 45%;
  }
  .the-content > .c5-lay .quarter,
  .the-content-aside > .c5-lay .quarter {
    width: 20%;
  }
  .the-content > .c5-lay .three-quarters,
  .the-content-aside > .c5-lay .three-quarters {
    width: 70%;
  }
  .the-content > .c5-lay .third,
  .the-content-aside > .c5-lay .third {
    width: 28.33333333%;
  }
  .the-content > .c5-lay .two-thirds,
  .the-content-aside > .c5-lay .two-thirds {
    width: 61.66666667%;
  }
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::before,
::after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.frames-debug {
  display: none !important;
}
style,
script {
  display: none !important;
}
html {
  height: 100%;
  max-height: 100%;
}
body {
  position: relative;
  margin: 0;
}
img {
  height: auto;
  width: auto;
  max-width: 100%;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
nav ul {
  padding: 0;
}
.c5-view-content-section {
  position: relative;
}
.c5-dsc p:first-child {
  margin-top: 0;
}
.c5_page_content {
  overflow: hidden;
}
html {
  background: #fcfbfb;
}
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: #fcfbfb;
}
body {
  background: transparent;
}
.c5-site {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
.c5-site-topbar-wrap {
  display: none;
}
.topbar-label {
  display: none;
}
.c5-site-header-wrap {
  background: transparent;
  max-width: 100%;
  margin: 0 auto;
  line-height: 0;
  position: relative;
  z-index: 2;
}
.c5-site-header {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 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 {
  border-bottom: 1px solid #ececef;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100;
}
.c5-site-branding {
  transition: all 0.3s ease;
}
body.smaller-header .c5-site-header-wrap {
  height: auto;
  top: 0;
}
@media (min-width: 768px) {
  body.smaller-header .c5-site-branding {
    width: 150px;
    padding: 2px 2px;
  }
}
body.smaller-header .c5-site-topbar-wrap {
  height: 0;
}
.c5-site-header-wrap {
  transition: height 1s;
  border-bottom: none;
  height: 73px;
}
.c5-site-header-wrap .c5-site-header-items > .c5-site-branding {
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  transition: height 0.3s;
  transition: width 0.3s;
}
.smaller-header .c5-site-header-wrap {
  background: rgba(255, 255, 255, 0.9);
}
.smaller-header .c5-site-header-wrap .c5-site-branding {
  height: 53px;
  width: 140px;
  padding-right: 15px;
}
.c5-site-branding {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  padding: 2px 2px;
}
.c5-site-logo {
  width: 100%;
  line-height: 0;
}
.c5-site-tagline {
  display: none;
}
.c5-site-nav {
  position: absolute;
  max-width: 290px;
  width: 100%;
  right: -290px;
  z-index: 10;
  display: none;
}
.c5-site-nav .menu-item > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
}
.c5-site-nav .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-site-nav .menu-item:last-child > a {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}
@media (min-width: 1025px) {
  .c5-site-nav .menu-item > a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .c5-site-nav .menu-item:first-child > a,
  .c5-site-nav .menu-item:last-child > a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
#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-menu-toggle-bars > i.fa-bars {
  transition: opacity 0.3s, transform 0.3s;
}
#c5-menu-toggle-bars > i.fa-times {
  transition: opacity 0.3s, transform 0.3s;
  transform: rotate(-90deg);
  opacity: 0.8;
}
#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 {
  transition: all 0.3s;
  color: #1d1c1c;
  vertical-align: middle;
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#c5-menu-toggle-bars i.fa-bars {
  transition: opacity 0.3s, transform 0.3s;
}
#c5-menu-toggle-bars i.fa-times {
  transition: opacity 0.3s, transform 0.3s;
  transform: rotate(-90deg);
  opacity: 0.8;
}
.c5-nav-primary {
  background: rgba(251, 251, 251, 0.9);
}
.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: #1d1c1c;
  background: #fff;
}
.c5-lay-menu .menu-item:hover > a {
  color: #d55b66 !important;
  background: transparent !important;
}
.c5-lay-menu .menu-item {
  list-style-type: none;
}
.c5-lay-menu .menu-item > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0.6em 0.5em;
  transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
}
.c5-lay-menu .menu-item.menu-item-has-children > a {
  padding-right: 20px;
  position: relative;
}
.c5-lay-menu .menu-item.menu-item-has-children > a:before {
  display: inline-block;
  vertical-align: middle;
  content: '\f0d7';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  color: inherit;
}
.c5-lay-menu .menu-item.menu-item-has-children > a:before {
  right: 5px;
  top: 6px;
}
.c5-lay-menu .sub-menu {
  display: none;
  z-index: 100;
  overflow: hidden;
  width: auto;
  top: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
}
.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: 170px;
    padding: 5px 5px;
  }
  .c5-site-header-items > .c5-site-nav {
    width: 95%;
    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: none;
  }
  .c5-nav-primary > .c5-lay {
    text-align: right;
    font-size: 0;
    width: 100.4%;
    margin-left: -0.4%;
    margin-top: -0.4%;
  }
  .c5-nav-primary > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: auto;
    margin-left: 0.4%;
    margin-top: 0.4%;
  }
  .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: #1d1c1c;
    background: #fff;
  }
  .c5-lay-menu .menu-item.menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .c5-lay-menu .menu-item > a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
  }
  .c5-lay-menu .menu-item.menu-item-has-children > a {
    padding-right: 25px;
    position: relative;
  }
  .c5-lay-menu .menu-item.menu-item-has-children > a:before {
    display: inline-block;
    vertical-align: middle;
    content: '\f0d7';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    color: inherit;
  }
  .c5-lay-menu .menu-item.menu-item-has-children > a:before {
    right: 7px;
    top: 0.5em;
  }
  .c5-lay-menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 100;
    overflow: hidden;
    width: auto;
    top: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .c5-lay-menu .sub-menu .menu-item > a {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    -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: 200px;
    padding: 3px 10px;
  }
  .c5-site-header-items > .c5-site-nav {
    width: 95%;
    position: static;
  }
  .c5-nav-primary {
    background: none;
  }
}
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: 1280px;
  margin: 0;
  vertical-align: top;
}
.c5-view-content-section > .c5-lay > .c5-view-frame > .c5-view-frame-content > *,
.c5-view-content-section > .c5-lay > .frame > .c5-view-frame-content > *,
.c5-view-content-section > .c5-lay > .c5-view-frame > .frame-view > *,
.c5-view-content-section > .c5-lay > .frame > .frame-view > * {
  text-align: left;
  vertical-align: top;
}
.content-body {
  padding: 0;
  background: transparent;
}
.content-header {
  padding: 0;
  background: transparent;
}
.the-feature {
  padding: 0;
  background: #fefdfc !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 {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding-top: 0;
  padding-bottom: 0;
}
.XXthe-content-aside > .c5-lay > * > header h2 {
  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: #fefdfc;
  }
  .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: #fefdfc;
  }
  .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 {
  overflow: hidden;
}
.c5-site-footer-wrap {
  background: #323131;
}
.c5-site-footer {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  background: #323131;
  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: 105%;
  margin-left: -5%;
  margin-top: -5%;
}
.c5-site-footer > .c5-lay > * {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  width: 28.33333333%;
  margin-left: 5%;
  margin-top: 5%;
  vertical-align: top;
}
.c5-site-footer > .c5-lay > * {
  font-size: 17px;
  font-size: 1.7rem;
}
.c5-site-footer > .c5-lay > * .c5-lay {
  width: 100%;
  margin-top: -5%;
  padding-left: 0;
  padding-right: 0;
}
.c5-site-footer > .c5-lay > * .c5-lay > * {
  display: block;
  margin-top: 5%;
}
.c5-site-footer > .c5-lay > * .c5-lay > .c5-lay,
.frame.c5-site-footer > .c5-lay > * .c5-lay .frame-layout {
  width: 100%;
  margin-top: -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: 5%;
}
.designed-by {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}
.copyright {
  text-align: center;
}
@media (min-width: 768px) {
  .c5-site-footer-wrap {
    background: #323131;
  }
  .c5-site-footer {
    display: block;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    background: #323131;
    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: 14px;
    font-size: 1.4rem;
  }
  .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: #1d1c1c;
}
.frameset > .frame .frame-body {
  background: transparent;
  color: #1d1c1c;
}
.frameset > .frame .frame-footer {
  background: transparent;
}
.frameset > .frame i {
  color: #d04753;
}
.frameset > .frame.light {
  background: rgba(244, 243, 243, 0.9);
}
.frameset > .frame.light .frame-header {
  background: transparent;
  color: #1d1c1c;
}
.frameset > .frame.light .frame-body {
  background: transparent;
  color: #1d1c1c;
}
.frameset > .frame.light .frame-footer {
  background: transparent;
}
.frameset > .frame.light i {
  color: #d04753;
}
.frameset > .frame.medium {
  background: #dac8b8;
}
.frameset > .frame.medium .frame-header {
  background: transparent;
  color: #f2f2f3;
}
.frameset > .frame.medium .frame-body {
  background: transparent;
  color: #f2f2f3;
}
.frameset > .frame.medium .frame-footer {
  background: transparent;
}
.frameset > .frame.medium i {
  color: #f0f0f2;
}
.frameset > .frame.dark {
  background: #d04753;
}
.frameset > .frame.dark .frame-header {
  background: transparent;
  color: #f2f2f3;
}
.frameset > .frame.dark .frame-body {
  background: transparent;
  color: #f2f2f3;
}
.frameset > .frame.dark .frame-footer {
  background: transparent;
}
.frameset > .frame.dark i {
  color: #f0f0f2;
}
.frameset > .frame.gray {
  background: #999999;
}
.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: 11px solid transparent;
  /* arrow size */
}
.frameset > .frame.arrow-top:before {
  border-bottom-color: transparent;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -22px;
  left: 48%;
  z-index: 3;
}
.frameset > .frame.arrow-top:after {
  border-bottom-color: #cccccc;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -22px;
  left: 48%;
  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: 11px solid transparent;
  /* arrow size */
}
.frameset > .frame.arrow-top.light:before {
  border-bottom-color: rgba(244, 243, 243, 0.9);
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -22px;
  left: 48%;
  z-index: 3;
}
.frameset > .frame.arrow-top.light:after {
  border-bottom-color: #cccccc;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -22px;
  left: 48%;
  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: 11px solid transparent;
  /* arrow size */
}
.frameset > .frame.arrow-top.medium:before {
  border-bottom-color: #dac8b8;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -22px;
  left: 48%;
  z-index: 3;
}
.frameset > .frame.arrow-top.medium:after {
  border-bottom-color: #cccccc;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -22px;
  left: 48%;
  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: 11px solid transparent;
  /* arrow size */
}
.frameset > .frame.arrow-top.dark:before {
  border-bottom-color: #d04753;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -22px;
  left: 48%;
  z-index: 3;
}
.frameset > .frame.arrow-top.dark:after {
  border-bottom-color: #cccccc;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -22px;
  left: 48%;
  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: 11px solid transparent;
  /* arrow size */
}
.frameset > .frame.arrow-top.gray:before {
  border-bottom-color: #999999;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -22px;
  left: 48%;
  z-index: 3;
}
.frameset > .frame.arrow-top.gray:after {
  border-bottom-color: #cccccc;
  /* arrow color */
  /* positioning */
  position: absolute;
  top: -22px;
  left: 48%;
  z-index: 2;
}
.frameset > .frame.c5-animate-fade-up.c5-animated .article-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.frameset > .frame.c5-animate-fade-up.c5-fadeInUp .article-content {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.frameset > .frame.c5-animate-fade-up.c5-animated .article-content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.frameset > .frame.c5-animate-fade-up.c5-fadeInUp .article-content {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.frameset > .frame.c5-animate-trigger-fade-up .article-content {
  overflow: hidden;
}
.frameset > .frame.c5-animate-trigger-fade-up .article-header,
.frameset > .frame.c5-animate-trigger-fade-up .article-section,
.frameset > .frame.c5-animate-trigger-fade-up .article-body-summary,
.frameset > .frame.c5-animate-trigger-fade-up .article-body,
.frameset > .frame.c5-animate-trigger-fade-up .article-footer {
  display: none;
}
.frameset > .frame.c5-animate-trigger-fade-up .c5-animated-trigger {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.frameset > .frame.c5-animate-trigger-fade-up .c5-fadeInUp-trigger {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.frameset > .frame > .frame-view {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  vertical-align: top;
  font-size: 0px;
  font-size: 0rem;
}
.frameset > .frame > .frame-view > .frame-header {
  margin-bottom: 4%;
}
.frameset > .frame > .frame-view > * {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
@media (min-width: 768px) {
  .frameset > .frame > .frame-view > * {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame > .frame-view > * {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.frameset > .frame > .frame-view {
  padding: 30px 20px;
}
.frameset > .frame > .frame-view > .frame-body {
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .frameset > .frame > .frame-view {
    max-width: 1280px;
    padding: 80px 2%;
  }
  .frameset > .frame > .frame-view > .frame-body {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame > .frame-view {
    padding: 80px 2%;
  }
  .frameset > .frame > .frame-view > .frame-body {
    padding: 0;
  }
}
.frameset > .frame.header-hidden > .frame-view > .frame-header {
  display: none;
}
.frameset > .frame.header-gutterless > .frame-view > .frame-header {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .frameset > .frame.header-left > .frame-view > .frame-body {
    width: 46%;
  }
  .frameset > .frame.header-left > .frame-view > .frame-header {
    width: 50%;
    margin: 0;
    padding: 0;
    margin-right: 4%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-left.header-quarter > .frame-view > .frame-body {
    width: 71%;
  }
  .frameset > .frame.header-left.header-quarter > .frame-view > .frame-header {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-left.header-third > .frame-view > .frame-body {
    width: 62.666%;
  }
  .frameset > .frame.header-left.header-third > .frame-view > .frame-header {
    width: 33.333%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-left.header-half > .frame-view > .frame-body {
    width: 46%;
  }
  .frameset > .frame.header-left.header-half > .frame-view > .frame-header {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-left.header-twothirds > .frame-view > .frame-body {
    width: 29.333%;
  }
  .frameset > .frame.header-left.header-twothirds > .frame-view > .frame-header {
    width: 66.666%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-left.header-threequarters > .frame-view > .frame-body {
    width: 21%;
  }
  .frameset > .frame.header-left.header-threequarters > .frame-view > .frame-header {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-right > .frame-view > .frame-body {
    width: 46%;
  }
  .frameset > .frame.header-right > .frame-view > .frame-header {
    width: 50%;
    margin: 0;
    padding: 0;
    margin-right: 4%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-right.header-quarter > .frame-view > .frame-body {
    width: 71%;
  }
  .frameset > .frame.header-right.header-quarter > .frame-view > .frame-header {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-right.header-third > .frame-view > .frame-body {
    width: 62.666%;
  }
  .frameset > .frame.header-right.header-third > .frame-view > .frame-header {
    width: 33.333%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-right.header-half > .frame-view > .frame-body {
    width: 46%;
  }
  .frameset > .frame.header-right.header-half > .frame-view > .frame-header {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-right.header-twothirds > .frame-view > .frame-body {
    width: 29.333%;
  }
  .frameset > .frame.header-right.header-twothirds > .frame-view > .frame-header {
    width: 66.666%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.header-right.header-threequarters > .frame-view > .frame-body {
    width: 21%;
  }
  .frameset > .frame.header-right.header-threequarters > .frame-view > .frame-header {
    width: 75%;
  }
}
.frameset > .frame.header-right > .frame-view {
  direction: rtl;
}
@media (min-width: 768px) {
  .frameset > .frame.header-right > .frame-view > .frame-header {
    margin: 0;
    margin-left: 4%;
  }
}
.frameset > .frame.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: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .frameset > .frame.tight > .frame-view,
  .frameset > .frame.page-header > .frame-view {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.tight > .frame-view,
  .frameset > .frame.page-header > .frame-view {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.frameset > .frame.tight-bottom > .frame-view {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .frameset > .frame.tight-bottom > .frame-view {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.tight-bottom > .frame-view {
    padding-bottom: 30px;
  }
}
.frameset > .frame.tight-top > .frame-view {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .frameset > .frame.tight-top > .frame-view {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.tight-top > .frame-view {
    padding-top: 30px;
  }
}
.frameset > .frame.slim > .frame-view {
  padding-left: 9%;
  padding-right: 9%;
}
@media (min-width: 768px) {
  .frameset > .frame.slim > .frame-view {
    padding-left: 9%;
    padding-right: 9%;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.slim > .frame-view {
    padding-left: 9%;
    padding-right: 9%;
  }
}
.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: 18px;
    font-size: 1.8rem;
    display: inline-table;
    table-layout: fixed;
    width: 100%;
  }
  .frameset > .frame.split .frame-body > .c5-lay > * {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding-right: 0%;
  }
  .frameset > .frame.split .frame-body > .c5-lay > *:last-child {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.article-left-third .frame-body > .c5-lay > *:first-child {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.article-left-two-thirds .frame-body > .c5-lay > *:first-child {
    width: 66.66%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.article-left-quarter .frame-body > .c5-lay > *:first-child {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.article-left-three-quarters .frame-body > .c5-lay > *:first-child {
    width: 75%;
  }
}
.frameset > .frame.article-padding .frame-body .c5-article {
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .frameset > .frame.article-padding .frame-body .c5-article {
    padding: 80px 2%;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.article-padding .frame-body .c5-article {
    padding: 80px 2%;
  }
}
.frameset > .frame.article-hilite .frame-body .c5-article {
  border: 1px solid #fff;
}
.frameset > .frame.summary > .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 .article-header {
  padding: 0;
}
.frameset > .frame.expander .c5-article .article-header .lead {
  display: none;
}
.frameset > .frame.expander .c5-article .article-body {
  display: none;
}
.frameset > .frame.expander .c5-article .article-body-summary {
  display: block;
}
.frameset > .frame.expander .c5-article .article-content {
  padding: 20px 20px;
}
.summary .frameset > .frame.expander .c5-article .article-content,
.aside .frameset > .frame.expander .c5-article .article-content {
  padding: 10px 10px;
}
.frameset > .frame.expander .c5-article.is-expanded {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: auto !important;
  position: relative;
}
.frameset > .frame.expander .c5-article.is-expanded .article-media {
  opacity: 1;
}
.frameset > .frame.expander .c5-article.is-expanded .article-media {
  opacity: 1;
}
.frameset > .frame.expander .c5-article.is-expanded .article-header .subheading {
  display: block;
}
.frameset > .frame.expander .c5-article.is-expanded .article-header .lead {
  display: block;
}
.frameset > .frame.expander .c5-article.is-expanded .article-body {
  display: block;
}
.frameset > .frame.expander .c5-article.is-expanded .article-body-summary {
  display: none;
}
.frameset > .frame.expander .c5-article.is-expanded .c5-close-x {
  text-align: center;
  width: 1em;
  display: block;
  font-size: 28.88px;
  font-size: 2.888rem;
  height: 1.2em;
  width: 1.2em;
  line-height: 1.2;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (min-width: 768px) {
  .frameset > .frame.expander .c5-article.is-expanded .c5-close-x {
    font-size: 30.4px;
    font-size: 3.04rem;
  }
}
@media (min-width: 1025px) {
  .frameset > .frame.expander .c5-article.is-expanded .c5-close-x {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.frameset > .frame.expander .c5-article.is-expanded .c5-close-x:hover {
  border: 1px solid #777;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .frameset > .frame.expander .c5-article.is-expanded > .c5-lay {
    font-size: 0;
    width: 105%;
    margin-left: -5%;
    margin-top: -5%;
    margin-top: 0;
  }
  .frameset > .frame.expander .c5-article.is-expanded > .c5-lay > * {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: auto;
    margin-left: 5%;
    margin-top: 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: 25%;
  }
  .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: 65%;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .frameset > .frame.expander .c5-article.is-expanded {
    padding: 36px;
  }
}
.frameset > .frame.wp-page-content > .frame-view > .frame-header {
  text-align: left;
}
.frameset > .frame.wp-page-content > .frame-view > .frame-body {
  text-align: left;
}
@media (max-width: 768px) {
  .frameset > .frame.m-hidden {
    display: none !important;
  }
}
/* ============================================================

Child Specific Responsive Layout
LAYOUT - responsive

============================================================ */
.c5-site-nav {
  display: inline-block;
  margin-right: 5px;
}
.c5-site-nav .c5-nav-primary > .c5-lay {
  text-align: left;
}
.c5-site-nav .menu-item.donate-nav {
  margin-left: 1.25%;
  margin-right: 5px;
}
.c5-site-nav .menu-item.donate-nav > a {
  font-weight: bold;
  padding: 0.75em 0.8em;
  background: #d04753;
  color: #faf9f9;
}
.c5-site-nav .menu-item.donate-nav > a:hover {
  background: #be303d !important;
  color: #fff !important;
}
.c5-site-nav .menu-item.calendar-nav {
  margin-left: 0.65%;
}
.c5-site-nav .menu-item.calendar-nav > a {
  padding: 0.75em 0.8em;
  background: #9a9999;
  color: #faf9f9;
}
.c5-site-nav .menu-item.calendar-nav > a:hover {
  background: #6c6b6b !important;
  color: #fff !important;
}
#testimonials.slim > .frame-view {
  padding-left: 15% !important;
  padding-right: 15% !important;
}
#gem > .frame-view {
  padding-bottom: 95px !important;
}
#seedo.slim > .frame-view {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
#betsy.slim > .frame-view {
  padding-right: 15% !important;
}
.betsy-story .subheading {
  font-size: 24.3px;
  font-size: 2.43rem;
}
@media (min-width: 768px) {
  .betsy-story .subheading {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media (min-width: 1025px) {
  .betsy-story .subheading {
    font-size: 30px;
    font-size: 3rem;
  }
}
.betsy-story .article-media img {
  border-radius: 20px;
  max-width: 90%;
}
.betsy-story .article-media figcaption {
  font-size: 15px;
  color: #666;
  text-align: center;
  padding: 10px;
}
.cards.slim > .frame-view {
  padding-left: 5% !important;
  padding-right: 0 !important;
  overflow: auto;
}
.cards.slim > .frame-view .frame-layout {
  width: auto;
  display: flex;
  gap: 0px;
}
.cards .c5-place {
  display: inline-block;
  width: 280px;
  min-width: 280px;
  border: 7px solid #f5f5f6;
  border-radius: 10px;
  --text-multiplier: 0.8;
}
.cards .c5-place .article-content {
  padding-left: 10px;
  padding-right: 10px;
}
.cards .c5-place .hours-section,
.cards .c5-place .link-section {
  display: none;
}
.cards .c5-place h1 {
  font-size: calc((34 / 10) * var(--text-multiplier, 1) * 1rem);
}
.cards .c5-place h2 {
  font-size: calc((24 / 10) * var(--text-multiplier, 1) * 1rem);
}
.cards .c5-place h3 {
  font-size: calc((20 / 10) * var(--text-multiplier, 1) * 1rem);
}
.cards .c5-place h4 {
  font-size: calc((18 / 10) * var(--text-multiplier, 1) * 1rem);
}
.cards .c5-place h1 {
  font-size: calc((34 / 10) * var(--text-multiplier, 1) * 1rem);
}
.cards .c5-place h2 {
  font-size: calc((24 / 10) * var(--text-multiplier, 1) * 1rem);
}
.cards .c5-place h3 {
  font-size: calc((20 / 10) * var(--text-multiplier, 1) * 1rem);
}
.cards .c5-place h4 {
  font-size: calc((18 / 10) * var(--text-multiplier, 1) * 1rem);
}
.cards .c5-place .lead {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .cards .c5-place .lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1025px) {
  .cards .c5-place .lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.cards .c5-place .article-section {
  margin-block-end: 8px;
}
.cards .c5-place .heading {
  margin-block-end: 12px;
}
.cards .c5-place .article-media {
  max-height: 120px;
  overflow: hidden;
  margin-block-end: 10px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.cards .c5-place .article-media img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.cards .c5-place .article-body {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .cards .c5-place .article-body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) {
  .cards .c5-place .article-body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.cards .c5-place .c5-name {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .cards .c5-place .c5-name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) {
  .cards .c5-place .c5-name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.cards .c5-place .c5-label {
  font-size: 13px;
  font-size: 1.3rem;
  width: 50px;
}
@media (min-width: 768px) {
  .cards .c5-place .c5-label {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (min-width: 1025px) {
  .cards .c5-place .c5-label {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.c5-place .article-media {
  display: block;
}
.a-gem .article-media,
.gallery .article-media,
.gallery-2 .article-media {
  position: relative;
}
.a-gem .article-media img,
.gallery .article-media img,
.gallery-2 .article-media img {
  opacity: 0.25;
  max-width: none;
  width: 650px;
  position: absolute;
  bottom: 0;
  left: 187px;
  top: -710px;
  z-index: -1;
}
.gal_front_form_1,
.gal_front_form_3 {
  text-align: left;
}
.bwg_mosaic_thumbnails_1,
.bwg_mosaic_thumbnails_3 {
  border-radius: 18px;
  overflow: hidden;
  z-index: 1000;
}
.gallery .article-media img {
  top: -70px;
  bottom: unset;
  width: 750px;
  left: -400px;
}
.gallery .article-body {
  margin-top: 50px;
}
.gallery-2 .article-media img {
  top: -140px;
  bottom: unset;
  width: 650px;
  left: unset;
  right: -440px;
}
.gallery-2 .article-body {
  margin-top: 50px;
}
.a-gem.c5-article > .c5-lay {
  vertical-align: bottom;
  display: flex;
  align-items: end;
}
.a-gem h1 p {
  margin: 0px;
}
.a-gem .feature-logo {
  max-width: 162px;
  font-size: 0;
  margin: 38px 0 61px;
}
.a-gem .pre-headline {
  font-weight: 500;
  color: #1d1c1c;
  font-size: 19px;
  margin: 20px 0 15px;
}
.a-gem .hex-photo {
  position: absolute;
  mask: url('images/hexagon.svg');
  mask-repeat: no-repeat;
  mask-size: cover;
}
.a-gem .hex-photo-left {
  top: -3%;
  left: 30%;
  width: 380px;
  mask-size: 65%;
  mask-position: 48%;
  transform: scale(1);
}
.a-gem .hex-photo-top {
  display: none;
}
.a-gem .hex-photo-bottom {
  display: none;
}
@media (min-width: 480px) {
  .a-gem .feature-logo {
    max-width: 200px;
    font-size: 0;
    margin: 38px 0 61px;
  }
  .a-gem .hex-photo-left {
    top: 0%;
    left: 37%;
    width: 380px;
    mask-size: 65%;
    mask-position: 48%;
    transform: scale(1.2);
  }
}
@media (min-width: 768px) {
  .a-gem .feature-logo {
    max-width: 280px;
    font-size: 0;
    margin: 50px 0 30px;
  }
  .a-gem .pre-headline {
    margin: 20px 0 10px;
  }
  .a-gem .article-media img {
    opacity: 0.35;
    max-width: none;
    width: 147%;
    position: absolute;
    bottom: 0;
    left: -90px;
  }
  .a-gem .hex-photo-left {
    top: 6%;
    left: 37%;
    width: 380px;
    mask-size: 65%;
    mask-position: 48%;
    transform: scale(1.35);
  }
  .a-gem .hex-photo-bottom {
    display: block;
    top: 34%;
    left: 62%;
    width: 520px;
    mask-size: 102%;
    mask-position: left center;
  }
}
@media (min-width: 880px) {
  .a-gem .hex-photo-top {
    display: block;
    top: -26%;
    left: 68%;
    width: 380px;
    mask-size: 65%;
    mask-position: 48%;
    transform: scale(1.5);
  }
  .a-gem .hex-photo-bottom {
    display: block;
  }
}
@media (min-width: 960px) {
  .a-gem .hex-photo-top {
    display: block;
    left: 64%;
    transform: scale(1.7);
  }
  .a-gem .hex-photo-bottom {
    display: block;
  }
}
.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: #1d1c1c;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  font-size: 17px;
}
.hex-mask .c5-media img {
  mask: url('images/hexagon.svg');
}
.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;
}
