:root {
  /* Add these styles to your global stylesheet, which is used across all site pages. You only need to do this once. All elements in the library derive their variables and base styles from this central sheet, simplifying site-wide edits. For instance, if you want to modify how your h2's appear across the site, you just update it once in the global styles, and the changes apply everywhere. */
  --primary: #ffdd78;
  --primaryLight: #fffcf3;
  --secondary: #a3e078;
  --secondaryLight: #fff7de;
  --headerColor: #502626;
  --bodyTextColor: #502626;
  --bodyTextColorWhite: #fffcf3;
  --topperBoldColor: #e0bd53;
  /* 13px - 16px */
  --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
  /* 31px - 49px */
  --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
  --bodyFontSize: 18px;
  /* 60px - 100px top and bottom and 16px sides*/
  --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
  --sectionPaddingHalf: clamp(1.875rem, 3.91vw, 3.125rem) 0.5rem;
  --sectionPaddingHalfBlock: clamp(1.875rem, 3.91vw, 3.125rem) 2rem;
  --filterBrown: invert(18%) sepia(11%) saturate(3095%) hue-rotate(314deg)
      brightness(80%) contrast(88%);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus,
*::before:focus,
*::after:focus {
  outline: unset;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  margin: 0px !important;
}

body {
  overflow-x: hidden;
  font-style: normal;
  background-color: var(--primaryLight);
  position: relative;
  margin: 0;
  padding: 0;
}

main {
  overflow: hidden;
}

.row {
  display: flex;
  flex-direction: row;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.wp-block-heading {
  font-family: "Ciscopic", sans-serif;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1px;
  color: var(--headerColor);
}

p,
button,
a,
input,
textarea {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 100%;
  color: var(--bodyTextColor);
}

h1,
.h1 {
  font-size: clamp(2.4375rem, 1.6875vw + 2.1211rem, 4.125rem);
}

h2,
.h2 {
  font-size: clamp(2.1875rem, 1.5625vw + 1.8945rem, 3.75rem);
}

h3,
.h3 {
  font-size: clamp(1.875rem, 0.9375vw + 1.6992rem, 2.8125rem);
}
@media screen and (min-width: 1200px) {
  h3,
  .h3 {
    font-size: clamp(2.0625rem, -0.1875rem + 3vw, 2.8125rem);
  }
}

.overline {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media (max-width: 1100px) {
  .overline {
    font-size: 16px;
  }
}

h4,
h5,
p,
li,
input,
textarea {
  font-size: 18px;
}

p,
.p {
  margin-top: 0;
  line-height: 150%;
}

a {
  font-weight: 400;
  color: #d2ac34;
  line-height: 110%;
  text-decoration: none;
  transition: 0.3s;
}
a:link, a:visited {
  font-weight: bold;
}
a:hover, a:focus, a:active {
  color: var(--bodyTextColor);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
a h4,
a .h4 {
  font-size: clamp(1.25rem, 0.625vw + 1.1328rem, 1.875rem);
}
a h4.p-font,
a .h4.p-font {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
a h4:focus,
a .h4:focus {
  outline: thin dotted;
}
a h4:hover, a h4:active,
a .h4:hover,
a .h4:active {
  outline: 0;
}
a ::-moz-selection {
  background-color: #d2ac34;
}
a ::selection {
  background-color: #d2ac34;
}
a span.color {
  color: #d2ac34;
  font-weight: normal;
}
a.white-hover:hover {
  color: var(--headerColor);
  text-shadow: none;
}

.post-categories {
  font-size: 15px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post-categories a.category-link {
  color: var(--headerColor);
}
.post-categories a.category-link:hover {
  text-decoration: underline;
}

.column {
  display: flex;
  flex-direction: column;
}

#single-blog .post-categories a.category-link {
  color: var(--topperBoldColor);
}

@media screen and (min-width: 0) {
  .paw-print {
    width: 34px;
    margin-left: 0.25rem;
    vertical-align: middle;
  }
  .paw-print.hero-paw {
    width: clamp(2.9375rem, 2.6366rem + 1.6049vw, 4.5625rem);
  }
}
@media screen and (min-width: 0) and (min-width: 768px) {
  .paw-print {
    width: clamp(2.125rem, 0.5921rem + 3.1936vw, 3.125rem);
  }
}
a.marg-l-btn {
  margin-left: 5rem;
}

@media screen and (min-width: 0) {
  .cs-kitty {
    width: 16.75em;
    max-height: 210px;
    position: absolute;
    bottom: 0;
    right: 1em;
    /* Desktop - 1360px */
  }
  .cs-kitty.about-kitty, .cs-kitty.sitting-kitty, .cs-kitty.yarn-ball {
    display: none;
  }
  .cs-kitty.sleeping-kitty {
    top: clamp(-9.125rem, -3.6235rem - 7.3415vw, -5rem);
    max-height: 250px;
    width: clamp(9.375rem, 6.9167rem + 13.1111vw, 16.75rem);
    opacity: 0.8;
    transform: scaleX(-1);
  }
}
@media screen and (min-width: 0) and (min-width: 1200px) {
  .cs-kitty.sleeping-kitty {
    right: clamp(18.4375rem, -13.8702rem + 43.0769vw, 53.4375rem);
  }
}
@media screen and (min-width: 0) and (min-width: 1024px) {
  .cs-kitty.about-kitty {
    display: block;
    max-height: 250px;
  }
}
@media screen and (min-width: 0) and (min-width: 1024px) {
  .cs-kitty.yarn-ball {
    position: absolute;
    display: block;
    width: clamp(24.75rem, 12.1827rem + 19.6364vw, 28.125rem);
    transform: scalex(-1);
    right: unset;
    bottom: -45px;
    left: 86px;
    margin: auto;
  }
}
@media screen and (min-width: 0) and (min-width: 1024px) and (min-width: 1300px) {
  .cs-kitty.yarn-ball {
    /* 268px to 332px */
    width: clamp(28.125rem, -12.5rem + 50vw, 37.5rem);
    left: clamp(7.5rem, 21.5833rem - 17.3333vw, 4.25rem);
  }
}
@media screen and (min-width: 0) and (min-width: 85rem) {
  .cs-kitty {
    /* 16px to 800px */
    right: clamp(1rem, -39.6341rem + 47.8049vw, 50rem);
    /* 268px to 332px */
    width: clamp(16.75rem, -10.45rem + 32vw, 20.75rem);
  }
}
.cs-container {
  width: 100%;
  margin: auto;
  display: block;
}
.cs-container.dark {
  background-color: #502626;
}
.cs-container.dark p {
  color: #fffcf3;
}

.cs-topper {
  font-size: var(--topperFontSize);
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: inherit;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--topperBoldColor);
  margin-bottom: 0.25rem;
  display: block;
}

.cs-title {
  font-size: var(--headerFontSize);
  font-weight: 900;
  line-height: 1.2em;
  text-align: inherit;
  max-width: 43.75rem;
  margin: 0 0 1rem 0;
  color: var(--headerColor);
  position: relative;
}

.cs-h3 {
  /* 20px - 25px */
  font-size: clamp(1.25rem, 2vw, 1.5625rem);
  line-height: 1.2em;
  font-weight: 700;
  margin: 0;
  color: var(--headerColor);
}

.cs-text {
  font-size: var(--bodyFontSize);
  text-align: inherit;
  width: 100%;
  max-width: 40.625rem;
  margin: 0;
  color: var(--bodyTextColor);
}

.white {
  color: var(--bodyTextColorWhite);
}

.image-reverse img {
  transform: scaleX(-1);
}

.paw-ending {
  position: relative;
}
.paw-ending img {
  display: inline-block;
  position: absolute;
}

/*  Classic Bootstrap */
.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  width: 100%;
  max-width: 80rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.col {
  flex-grow: 1;
  max-width: 100%;
}

.card-deck {
  display: flex;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fffcf3;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  margin-bottom: 15px;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.border {
  border: 1px solid #000;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-justify {
  text-align: justify;
}

.text-wrap {
  white-space: normal;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.no-bottom {
  margin-bottom: 0;
}

/* Forms
   ========================================================================== */
.wpcf7-response-output {
  border-color: #502626;
  padding: 20px;
  color: #fffcf3;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 2;
  /* 1 */
  margin: 0;
  /* 2 */
}

label {
  font-size: clamp(0.9375rem, 0.3846vw + 0.8654rem, 1.25rem);
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: unset;
  appearance: unset;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[role=button],
[type=submit] {
  cursor: pointer;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: unset;
  appearance: unset;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

input[type=text],
input[type=password],
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
input[type=checkbox],
input[type=radio],
select,
textarea {
  border-style: solid;
  border-color: var(--bodyTextColor);
  border-radius: 5px;
  padding-left: 5px;
  background-color: #fde497;
  font-family: "ciscopic", sans-serif;
  font-size: 20px;
}

footer input[type=email],
footer input[type=text] {
  border-style: solid;
  border-color: var(--bodyTextColorWhite);
  border-radius: 5px;
  padding-left: 5px;
  background-color: var(--bodyTextColorWhite);
  color: var(--bodyTextColor);
}

input[type=text]:focus,
input[type=password]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
select:focus,
textarea:focus {
  border-color: #000;
  box-shadow: 0, 0, 0, s;
}

span.required {
  color: rgb(182, 14, 14);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #d2ac34;
  color: var(--bodyTextColor);
}

.wpcf7 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.wpcf7-form p {
  position: relative;
  width: 100%;
}

.wpcf7-form input {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
}

input[type=submit] {
  background-color: var(--primary);
  width: 100%;
  color: var(--bodyTextColor);
  border-radius: 5px;
  padding: 5px;
}
input[type=submit]:hover {
  background-color: var(--bodyTextColorWhite);
  color: var(--bodyTextColor);
}

.search-submit {
  margin-top: 1rem;
}

.search-field {
  width: 100%;
}

@font-face {
  font-family: Ciscopic;
  src: url("../fonts/ciscopic/Ciscopic-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v24-latin/lato-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/lato-v24-latin/lato-v24-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato-v24-latin/lato-v24-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong,
p.strong,
p.b {
  font-weight: bold;
}

::-moz-selection {
  background-color: #d2ac34;
}

::selection {
  background-color: #d2ac34;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 0.8rem;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  transform: scale(1.1);
}

.wp-block-buttons a.wp-block-button__link,
.cs-button-solid {
  font-size: 1rem;
  line-height: 2.875rem;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  color: var(--bodyTextColor);
  white-space: nowrap;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  padding: 0 1.75rem;
  background-color: var(--primary);
  border-radius: 15px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.wp-block-buttons a.wp-block-button__link:hover,
.cs-button-solid:hover {
  background-color: var(--headerColor);
  color: var(--primaryLight);
}
@media screen and (min-width: 1200px) {
  .wp-block-buttons a.wp-block-button__link,
  .cs-button-solid {
    line-height: clamp(2.875rem, 1.8333rem + 1.3889vw, 3.5rem);
  }
}
.wp-block-buttons a.wp-block-button__link.white-hover:hover,
.cs-button-solid.white-hover:hover {
  background-color: var(--bodyTextColorWhite);
  color: var(--headerColor);
}

.wp-block-buttons a.wp-block-button__link {
  width: 100%;
}

.cs-button-solid-2 {
  font-size: 1rem;
  line-height: 2.875rem;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  color: var(--bodyTextColor);
  white-space: nowrap;
  margin: 0;
  width: 150px;
  padding: 0 1.75rem;
  background-color: var(--secondary);
  border-radius: 15px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.cs-button-solid-2:hover {
  background-color: var(--headerColor);
  color: var(--primaryLight);
}
@media screen and (min-width: 1200px) {
  .cs-button-solid-2 {
    line-height: clamp(2.875rem, 1.8333rem + 1.3889vw, 3.5rem);
  }
}

a:link.cs-button-solid,
a:visited.cs-button-solid {
  color: var(--bodyTextColor);
}
a:link.cs-button-solid:hover,
a:visited.cs-button-solid:hover {
  color: var(--bodyTextColorWhite);
}
a:link.cs-button-solid.white-hover:hover,
a:visited.cs-button-solid.white-hover:hover {
  color: var(--headerColor);
}

a.cs-button-solid.menu-btn {
  background-color: var(--secondary);
  color: var(--bodyTextColor);
}
a.cs-button-solid.menu-btn:hover {
  background-color: var(--bodyTextColor);
  color: var(--bodyTextColorWhite);
}

/*-- -------------------------- -->
<---            CTA             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cta-697 {
    padding: var(--sectionPadding);
    background-color: var(--headerColor);
    position: relative;
    z-index: 1;
  }
  #cta-697.bp-order-cta {
    padding: var(--sectionPaddingHalfBlock);
    margin-block: 0.5rem;
    border-radius: 15px;
  }
  #cta-697 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #cta-697 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #cta-697 .cs-title {
    color: var(--bodyTextColorWhite);
  }
  #cta-697 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* makes it act like a background image */
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* Small Desktop - 768px */
@media only screen and (min-width: 48rem) {
  #cta-697.bp-order-cta .cs-title {
    margin: auto auto 1rem auto;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #cta-697 .cs-content {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
  #cta-697.bp-order-cta .cs-title {
    margin: auto auto 1rem 0;
  }
}
@media screen and (min-width: 0rem) {
  .c-gallery {
    padding: var(--sectionPadding);
    background-color: #fffcf3;
    position: relative;
    z-index: 1;
  }
  .c-gallery .cs-container {
    max-width: 34.375rem;
    overflow: hidden;
    margin: auto;
  }
}
@media screen and (min-width: 0rem) and (min-width: 1101px) {
  .c-gallery .cs-container {
    max-width: 80rem;
    margin: auto;
  }
}
@media screen and (min-width: 0rem) {
  .c-gallery .cs-container .section-starter {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 0rem) and (min-width: 1101px) {
  .c-gallery .cs-container .section-starter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 0rem) {
  .c-gallery .cs-container .open-up {
    max-width: 90%;
  }
  .c-gallery .cs-container .intro-text {
    padding-bottom: 35px;
    max-width: 750px;
    margin: auto;
  }
}
@media screen and (min-width: 0rem) and (min-width: 1101px) {
  .c-gallery .cs-container .intro-text {
    margin: auto 0;
  }
}
@media screen and (min-width: 0rem) {
  .c-gallery .cs-container .cs-button-solid {
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-gallery .cs-container .row {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 35px;
  }
  .c-gallery .cs-container .row .slick-list,
  .c-gallery .cs-container .row .slick-track {
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .c-gallery .cs-container .row .slick-dots {
    display: flex;
    flex-direction: row;
    margin: auto;
    gap: 10px;
  }
  .c-gallery .cs-container .row .slick-dots li {
    list-style: none;
  }
  .c-gallery .cs-container .row .slick-dots li button {
    background-color: #502626;
    border: 0;
    color: transparent;
    font-size: 0;
    width: 10px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    transition: 0.3s;
  }
  .c-gallery .cs-container .row .slick-dots li.slick-active button, .c-gallery .cs-container .row .slick-dots li:hover button, .c-gallery .cs-container .row .slick-dots li:focus button {
    background-color: #a3e078;
    opacity: 1;
  }
  .c-gallery .cs-container .row .col {
    width: 100%;
    min-width: 35vw;
    display: block;
    padding-inline: 1vw;
  }
}
@media screen and (min-width: 0rem) and (min-width: 1860px) {
  .c-gallery .cs-container .row .col {
    min-width: 28vw;
  }
}
@media screen and (min-width: 0rem) and (min-width: 2294px) {
  .c-gallery .cs-container .row .col {
    min-width: 23vw;
  }
}
@media screen and (min-width: 0rem) and (min-width: 2800px) {
  .c-gallery .cs-container .row .col {
    min-width: 18vw;
  }
}
@media screen and (min-width: 0rem) {
  .c-gallery .cs-container .row .col .gallery-content {
    padding: 15px 15px;
    background-color: #ffdd78;
    margin-bottom: 30px;
    width: 100%;
    max-width: 600px;
    border-radius: 15px;
  }
}
@media screen and (min-width: 0rem) and (min-width: 500px) {
  .c-gallery .cs-container .row .col .gallery-content {
    padding: 25px 25px;
  }
}
@media screen and (min-width: 0rem) {
  .c-gallery .cs-container .row .col img {
    height: auto;
    min-height: 400px;
    max-height: 500px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
  }
  .c-gallery .cs-container .row .col .text {
    margin-block: 15px;
  }
}
@media screen and (min-width: 0rem) and (max-width: 650px) {
  .c-gallery .cs-container .row .col .text {
    margin-block: 10px;
  }
}
@media screen and (min-width: 0rem) {
  .c-gallery .cs-container .row .col .overline {
    color: #aa6024;
    padding-top: inherit;
  }
}
@media screen and (min-width: 0rem) and (min-width: 500px) {
  .c-gallery .cs-container .row .col .overline {
    padding: inherit;
  }
}
@media screen and (min-width: 0rem) {
  .c-gallery .gallery-btns {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    max-width: 750px;
  }
  .c-gallery .gallery-btns a.cs-button-solid {
    min-width: 180px;
  }
}
@media screen and (min-width: 0rem) and (min-width: 500px) {
  .c-gallery .gallery-btns {
    flex-direction: row;
  }
}
/*-- -------------------------- -->
<---            Hero            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #hero-408 {
    padding: clamp(3.75rem, 1.875rem + 3.9063vw, 5rem) 1rem;
    /* 112px - 200px */
    padding-right: 0;
    background-color: var(--primaryLight);
    position: relative;
    z-index: 3;
  }
  #hero-408 .button-group {
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #hero-408 .cs-container {
    width: 100%;
    /* changes to 100% at tablet */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* 36px - 100px */
    gap: clamp(2.25rem, 10vw, 6.25rem);
  }
  #hero-408 .cs-content {
    max-width: 39.375rem;
    padding-right: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  #hero-408 .cs-title {
    /* 31px - 61px */
    font-size: clamp(1.9375rem, 4.4vw, 3.8125rem);
    font-weight: 900;
    line-height: 1.2em;
    text-align: left;
    max-width: 43.75rem;
    /* 12px - 24px */
    margin: 0 0 clamp(0.75rem, 1.5vw, 1.5rem);
    color: var(--headerColor);
    position: relative;
  }
  #hero-408 h1.cs-title {
    font-size: clamp(2.4375rem, 1.6875vw + 2.1211rem, 4.125rem);
  }
  #hero-408 .cs-color {
    color: var(--primary);
    display: block;
  }
  #hero-408 .cs-text {
    /* 16px - 25px */
    font-size: clamp(1rem, 2vw, 1.5625rem);
    line-height: 1.5em;
    text-align: left;
    width: 100%;
    max-width: 40.625rem;
    margin: 0;
    /* 24px - 40px */
    margin-bottom: clamp(1.5rem, 4.2vw, 3rem);
    color: var(--bodyTextColor);
  }
  #hero-408 .cs-header {
    /* 14px - 20px */
    font-size: clamp(0.875rem, 1.5vw, 1.25rem);
    line-height: 1.5em;
    /* 40px - 100px */
    margin: clamp(2.5rem, 5vw, 6.25rem) 0 0.75rem 0;
    width: 100%;
    color: var(--bodyTextColor);
    display: block;
  }
  #hero-408 .cs-logo-group {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #hero-408 .cs-logo {
    width: auto;
    /* 18px - 32px */
    height: clamp(1.125rem, 1.5vw, 2rem);
    filter: grayscale(1);
  }
  #hero-408 .cs-stat-group {
    width: 100%;
    border-radius: 1.25rem 0 0 1.25rem;
    aspect-ratio: 330/356;
    /* clips the corners around the border radius */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: nowrap;
    position: relative;
    z-index: 1;
  }
  #hero-408 .cs-stat-box {
    width: 50%;
    /* changes at tablet */
    height: 9.125rem;
    /* 24px - 48px */
    padding: clamp(1.5rem, 3vw, 3rem);
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #hero-408 .cs-stat-box:nth-of-type(1) {
    background-color: rgba(23, 99, 22, 0.96);
  }
  #hero-408 .cs-stat-box:nth-of-type(2) {
    background-color: rgba(34, 149, 33, 0.96);
  }
  #hero-408 .cs-stat {
    /* 25px - 61px */
    font-size: clamp(1.5625rem, 3.5vw, 3.8125rem);
    line-height: 1.2em;
    text-align: left;
    margin: 0;
    display: block;
  }
  #hero-408 .cs-desc {
    /* 14px - 20px */
    font-size: clamp(0.875rem, 1.6vw, 1.25rem);
    line-height: 1.2em;
    margin: 0.25rem 0 0 0;
    display: block;
  }
  #hero-408 .cs-background {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  #hero-408 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* Tablet - 568px */
@media only screen and (min-width: 35.5rem) {
  #hero-408 .cs-stat-group {
    border-radius: 1.25rem;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #hero-408 {
    padding-right: 0;
  }
  #hero-408 .cs-container {
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-end;
  }
  #hero-408 .cs-content {
    width: 45%;
    padding: 0;
  }
  #hero-408 .cs-stat-group {
    width: 45%;
    max-height: 46.0625rem;
    aspect-ratio: 315/340;
    flex: none;
    border-radius: 15px 0px 0px 15px;
  }
  #hero-408 .cs-stat-box {
    /* 126px - 221px */
    height: clamp(7.875rem, 18vw, 13.8125rem);
  }
}
@media screen and (min-width: 1024px) {
  #hero-408 .hero-kitty {
    position: relative;
    width: 100%;
    max-width: 1380px;
    margin: auto auto 0;
  }
}
/* Desktop - 1600px */
@media only screen and (min-width: 1600px) {
  #hero-408 .cs-container {
    max-width: 1600px;
  }
  #hero-408 .cs-content {
    width: 45%;
  }
  #hero-408 .cs-stat-group {
    max-height: 46.0625rem;
    aspect-ratio: 315/340;
  }
}
/* Desktop - 1625px */
@media only screen and (min-width: 1625px) {
  #hero-408 .cs-container {
    max-width: 1370px;
    justify-content: center;
  }
  #hero-408 .cs-content {
    margin-top: -30px;
  }
  #hero-408 .cs-stat-group {
    border-radius: 15px;
  }
}
/* Mobile - 360px */
/* you can copy and paste these styles into the section CSS where you placed the #list-1186 HTML, or you can place it in your global stylesheet so you can reuse the HTML in any Side By Side section on your site. That way when you make changes to it, it will also change everywhere in the site */
@media only screen and (min-width: 0rem) {
  #list-1186 {
    width: 100%;
    max-width: 39.375rem;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
  }
  #list-1186 .cs-li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    /* 16px - 20px */
    gap: clamp(1rem, 2.5vw, 1.25rem);
  }
  #list-1186 .cs-li-picture {
    /* 60px - 80px */
    width: clamp(3.75rem, 6vw, 5rem);
    height: clamp(3.75rem, 6vw, 5rem);
    margin: 0;
    background-color: #f7f7f7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #list-1186 .cs-li-icon {
    /* 24px - 32px */
    width: clamp(1.5rem, 3vw, 2rem);
    height: auto;
    display: block;
  }
  #list-1186 .cs-h3 {
    font-size: clamp(1.25rem, 2vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
  }
  #list-1186 .cs-li-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #list-1186.prac-support {
    padding-top: 20px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 618px) {
  #list-1186.prac-support {
    padding-left: clamp(0rem, -18.9237rem + 48.9933vw, 4.5625rem);
  }
}
@media only screen and (min-width: 0rem) {
  #list-1186.prac-support .cs-content {
    width: 100%;
    max-width: 106.25rem;
    margin: auto;
  }
  #list-1186.prac-support .cs-li-picture {
    width: clamp(2.5rem, 1.6987rem + 4.2735vw, 3.75rem);
    height: clamp(2.5rem, 1.6987rem + 4.2735vw, 3.75rem);
    background-color: #ffe28b;
  }
  #list-1186.prac-support .cs-li-icon {
    filter: var(--filterBrown);
  }
}
/*-- -------------------------- -->
<---           Quote            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #quote-561 {
    padding: var(--sectionPadding);
    background-color: var(--secondaryLight);
  }
  #quote-561 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #quote-561 .cs-content {
    position: relative;
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
    /* 16px - 20px */
    gap: clamp(1rem, 2vw, 1.25rem);
  }
  #quote-561 .cs-topper {
    /* 16px - 20px */
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--headerColor);
    margin-bottom: 0.25rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
  }
  #quote-561 .cs-topper:before {
    /* yellow line */
    content: "";
    width: 3.125rem;
    height: 2px;
    background: var(--secondary);
    opacity: 1;
    display: block;
  }
  #quote-561 .cs-quote {
    /* 31px - 49px */
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 900;
    margin: 0;
    color: var(--headerColor);
  }
  #quote-561 .cs-name {
    /* 16px - 20px */
    font-size: clamp(1rem, 1.7vw, 1.25rem);
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: var(--headerColor);
    display: block;
    letter-spacing: 0.01em;
  }
  #quote-561.savannah-quote, #quote-561.michael-quote {
    width: 100%;
    margin: auto;
    margin-top: 110px;
    padding-bottom: 60px;
    margin-bottom: 50px;
    border-radius: 15px;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 350px) {
  #quote-561.savannah-quote, #quote-561.michael-quote {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 768px) {
  #quote-561.savannah-quote, #quote-561.michael-quote {
    width: 80%;
    margin-bottom: 50px;
    margin-top: inherit;
  }
}
@media only screen and (min-width: 0rem) {
  #quote-561.savannah-quote .cs-quote, #quote-561.michael-quote .cs-quote {
    font-size: 23px;
  }
  #quote-561.savannah-quote .cs-name, #quote-561.michael-quote .cs-name {
    font-family: Ciscopic;
    letter-spacing: 0.4em;
  }
  #quote-561.savannah-quote img, #quote-561.michael-quote img {
    filter: var(--filterBrown);
    position: absolute;
    top: -50px;
    rotate: 190deg;
  }
}
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RTsbs-876,
  #RTsbsr-876,
  #RTsbst-876 {
    padding: var(--sectionPadding);
    position: relative;
    background-color: var(--primaryLight);
    z-index: 3;
  }
  #RTsbs-876 .cs-container,
  #RTsbsr-876 .cs-container,
  #RTsbst-876 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 7vw, 4rem);
  }
  #RTsbs-876 .cs-content,
  #RTsbsr-876 .cs-content,
  #RTsbst-876 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 33.875rem;
    /* prevents padding from affecting width and height */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #RTsbs-876 .cs-title,
  #RTsbsr-876 .cs-title,
  #RTsbst-876 .cs-title {
    /* 17 characters wide including spaces */
    max-width: 17ch;
  }
  #RTsbs-876 .cs-text,
  #RTsbsr-876 .cs-text,
  #RTsbst-876 .cs-text {
    margin-bottom: 1rem;
  }
  #RTsbs-876 .cs-text:last-of-type,
  #RTsbsr-876 .cs-text:last-of-type,
  #RTsbst-876 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #RTsbs-876 .cs-picture,
  #RTsbsr-876 .cs-picture,
  #RTsbst-876 .cs-picture {
    display: block;
    position: relative;
    width: 100%;
    max-width: 39.375rem;
    /* 400px - 775px */
    height: clamp(25rem, 70vw, 48.4375rem);
    max-height: 550px;
    /*box-shadow: 0px 2.80579px 42.0868px rgba(0, 0, 0, 0.16);*/
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
    /* 100px - 200px */
    /*border-radius: 0 clamp(6.25rem, 17vw, 12.5rem) 0
        clamp(6.25rem, 17vw, 12.5rem);*/
    border-radius: 15px;
    /* clips img tag corners */
    overflow: hidden;
  }
  #RTsbs-876 .cs-picture img,
  #RTsbsr-876 .cs-picture img,
  #RTsbst-876 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #RTsbs-876 .donate-btn-group,
  #RTsbsr-876 .donate-btn-group,
  #RTsbst-876 .donate-btn-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
  }
  #RTsbst-876 {
    padding-bottom: clamp(8.75rem, 17.9885rem - 19.2719vw, 14.375rem);
  }
  #RTsbsr-876 #donate .cs-picture {
    display: none;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 64rem) {
  #RTsbs-876,
  #RTsbsr-876,
  #RTsbst-876 {
    padding: var(--sectionPadding);
    position: relative;
  }
  #RTsbs-876 .cs-container,
  #RTsbsr-876 .cs-container,
  #RTsbst-876 .cs-container {
    flex-direction: row;
    max-width: 80rem;
    justify-content: space-between;
  }
  #RTsbs-876 .cs-content,
  #RTsbsr-876 .cs-content,
  #RTsbst-876 .cs-content {
    width: 53%;
    /* reset the padding, add the section padding back to the section container */
    padding: 0;
  }
  #RTsbs-876 .cs-picture,
  #RTsbsr-876 .cs-picture,
  #RTsbst-876 .cs-picture {
    width: 47vw;
    position: relative;
  }
  #RTsbst-876 {
    padding-bottom: 250px;
  }
}
@media only screen and (min-width: 922px) {
  #RTsbst-876 {
    padding: var(--sectionPadding);
  }
}
/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RTsbsr-876 {
    background-color: #fffcf3;
  }
  #RTsbsr-876 section {
    position: relative;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #RTsbsr-876 section {
    position: relative;
  }
  #RTsbsr-876 .cs-content {
    /* sends it to the left in the 1st position */
    order: -1;
  }
  #RTsbsr-876 #donate .cs-picture {
    display: block;
  }
}
/*-- -------------------------- -->
<---        Side By Side        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-2295 {
    padding: var(--sectionPadding);
    background-color: var(--secondaryLight);
    position: relative;
    z-index: 1;
  }
  #sbs-2295 .ellipse {
    width: 46.5em;
    height: auto;
    position: absolute;
    bottom: 6em;
    margin-left: 0;
    z-index: -1;
  }
  #sbs-2295 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 4vw, 4rem);
  }
  #sbs-2295 .cs-image-group {
    /* scales the whole section down and ties the font size to the vw and stops at 75% of the vale of 1em, changes at desktop */
    font-size: min(1.98vw, 0.826rem);
    /* everything inside this box is in ems so we can scale it all down proportionally with a font size */
    width: 46.125em;
    height: 62.125em;
    order: -1;
    position: relative;
    z-index: 1;
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #sbs-2295 .cs-picture {
    width: 100%;
    height: 100%;
    display: block;
  }
  #sbs-2295 .cs-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
    border-radius: 20px;
  }
  #sbs-2295 .cs-picture-wrapper1 {
    width: 32.75em;
    height: 33.563em;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbs-2295 .cs-picture-wrapper2 {
    width: 32.75em;
    height: 33.563em;
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #sbs-2295 .cs-tag {
    /* 14px - 24px */
    font-size: clamp(0.875rem, 1.4vw, 1.5rem);
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    color: var(--headerColor);
  }
  #sbs-2295 .cs-content {
    /* set text align to center if content needs to be centrally aligned */
    text-align: left;
    width: 100%;
    max-width: 36.625rem;
    display: flex;
    flex-direction: column;
    /* aligns content to the left, set to center to centrally align */
    align-items: flex-start;
  }
  #sbs-2295 .cs-title {
    max-width: 30ch;
  }
  #sbs-2295 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-2295 .cs-text:last-of-type {
    margin-bottom: 1.5rem;
  }
  #sbs-2295 .cs-h3 {
    font-family: "Ciscopic", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0;
    color: var(--headerColor);
  }
  #sbs-2295 .cs-ul {
    margin: 0.75rem 0 2rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  #sbs-2295 .cs-li {
    font-size: 1rem;
    line-height: 1.5em;
    list-style: none;
    /* 20px - 24px */
    padding-left: clamp(1.25rem, 3vw, 1.5rem);
    color: var(--bodyTextColor);
    position: relative;
  }
  #sbs-2295 .cs-li strong {
    color: #1a1a1a;
  }
  #sbs-2295 .cs-li::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.5rem;
    background-color: var(--secondary);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
  }
  #sbs-2295 .cs-kitty.about-kitty {
    display: none;
    width: 16.75em;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-2295 .cs-container {
    max-width: 80rem;
  }
  #sbs-2295 .cs-image-group {
    order: initial;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-2295 {
    height: 100%;
    min-height: 600px;
    padding-bottom: 195px;
  }
  #sbs-2295 .cs-container {
    flex-direction: row;
    align-items: stretch;
  }
  #sbs-2295 .cs-image-group {
    font-size: min(1.03vw, 1rem);
    height: auto;
  }
  #sbs-2295 .cs-picture-wrapper1 {
    width: 27.75em;
    height: 28.563em;
  }
  #sbs-2295 .cs-picture-wrapper2 {
    width: 27.75em;
    height: 28.563em;
    bottom: -156px;
  }
  #sbs-2295 .ellipse {
    width: 41.5em;
    bottom: -11em;
    margin-left: 22px;
  }
  #sbs-2295 .cs-kitty.about-kitty {
    display: block;
    bottom: 0;
  }
}
/* Desktop - 1069px */
@media only screen and (min-width: 66.8125rem) {
  #sbs-2295 {
    padding-bottom: 205px;
  }
  #sbs-2295 .cs-image-group {
    min-height: 400px;
  }
  #sbs-2295 .ellipse {
    margin-left: 38px;
  }
}
/*  Desktop - 1200px */
@media only screen and (min-width: 80rem) {
  #sbs-2295 .cs-image-group {
    /* 400px to 510px */
    min-height: clamp(25rem, 2.0833rem + 30.5556vw, 31.875rem);
  }
  #sbs-2295 .ellipse {
    /* 512px to 662px */
    width: clamp(32rem, 0.75rem + 41.6667vw, 41.375rem);
  }
}
/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbsr-92 {
    padding: var(--sectionPadding);
    padding-left: 0;
    padding-right: 0;
  }
  #sbsr-92 .cs-container {
    position: relative;
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbsr-92 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 39.375rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #sbsr-92 p.max-750 {
    max-width: 750px;
  }
  #sbsr-92 .cs-text {
    max-width: 35.125rem;
    margin-bottom: 1rem;
  }
  #sbsr-92 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbsr-92 .cs-picture {
    width: 90%;
    margin: auto;
    position: relative;
    display: block;
    /* width divided by height */
    aspect-ratio: 288/220;
  }
  #sbsr-92 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sbsr-92 .circle-top {
    display: none;
    background-color: var(--primary);
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    right: -11px;
    top: -34px;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 768px) {
  #sbsr-92 .circle-top {
    display: inherit;
  }
}
@media only screen and (min-width: 0rem) {
  #sbsr-92.savannah-bio .cs-picture, #sbsr-92.michael-bio .cs-picture, #sbsr-92.lizs-bio .cs-picture {
    height: inherit;
    max-height: 350px;
    aspect-ratio: 1/1;
  }
  #sbsr-92.savannah-bio .cs-picture img, #sbsr-92.michael-bio .cs-picture img, #sbsr-92.lizs-bio .cs-picture img {
    width: 100%;
    height: auto;
    max-height: 350px;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 768px) {
  #sbsr-92.savannah-bio .cs-picture, #sbsr-92.michael-bio .cs-picture, #sbsr-92.lizs-bio .cs-picture {
    max-height: 100%;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 0rem) {
  #sbsr-92.savannah-bio .cs-content, #sbsr-92.michael-bio .cs-content, #sbsr-92.lizs-bio .cs-content {
    margin-top: -30px;
  }
  #sbsr-92.savannah-bio .keith, #sbsr-92.michael-bio .keith, #sbsr-92.lizs-bio .keith {
    position: absolute;
    left: 50%;
    bottom: -150px;
    transform: translate(-50%);
    z-index: 1;
  }
  #sbsr-92.savannah-bio .keith img, #sbsr-92.michael-bio .keith img, #sbsr-92.lizs-bio .keith img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 768px) {
  #sbsr-92.savannah-bio .keith, #sbsr-92.michael-bio .keith, #sbsr-92.lizs-bio .keith {
    left: 50%;
    bottom: 170px;
    transform: none;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 870px) {
  #sbsr-92.savannah-bio .keith, #sbsr-92.michael-bio .keith, #sbsr-92.lizs-bio .keith {
    bottom: 130px;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 909px) {
  #sbsr-92.savannah-bio .keith, #sbsr-92.michael-bio .keith, #sbsr-92.lizs-bio .keith {
    bottom: 100px;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 1017px) {
  #sbsr-92.savannah-bio .keith, #sbsr-92.michael-bio .keith, #sbsr-92.lizs-bio .keith {
    bottom: 50px;
    left: 52%;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 1200px) {
  #sbsr-92.savannah-bio .keith, #sbsr-92.michael-bio .keith, #sbsr-92.lizs-bio .keith {
    bottom: 260px;
    left: 43%;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 1285px) {
  #sbsr-92.savannah-bio .keith, #sbsr-92.michael-bio .keith, #sbsr-92.lizs-bio .keith {
    bottom: 230px;
    left: 46%;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 1305px) {
  #sbsr-92.savannah-bio .keith, #sbsr-92.michael-bio .keith, #sbsr-92.lizs-bio .keith {
    bottom: 160px;
    left: 48%;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 1359px) {
  #sbsr-92.savannah-bio .keith, #sbsr-92.michael-bio .keith, #sbsr-92.lizs-bio .keith {
    bottom: 110px;
    left: 52%;
  }
}
@media only screen and (min-width: 0rem) {
  #sbsr-92.savannah-bio {
    padding-bottom: 90px;
    margin-top: -30px;
  }
  #sbsr-92.savannah-bio .cs-content {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 380px) {
  #sbsr-92.savannah-bio .cs-content {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 400px) {
  #sbsr-92.savannah-bio .cs-content {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 450px) {
  #sbsr-92.savannah-bio .cs-content {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 768px) {
  #sbsr-92.savannah-bio .cs-picture {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 0rem) {
  #sbsr-92.michael-bio {
    padding-bottom: 70px;
    margin-top: 100px;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 768px) {
  #sbsr-92.michael-bio .cs-picture {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 0rem) {
  #sbsr-92.michael-bio .cs-content {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 380px) {
  #sbsr-92.michael-bio .cs-content {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 400px) {
  #sbsr-92.michael-bio .cs-content {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 450px) {
  #sbsr-92.michael-bio .cs-content {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 0rem) {
  #sbsr-92.michael-bio .circle-top {
    left: 0;
    right: inherit;
    top: 46px;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 768px) {
  #sbsr-92.michael-bio .circle-top {
    left: -11px;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbsr-92 {
    overflow: visible;
  }
  #sbsr-92 .cs-container {
    max-width: 80rem;
    justify-content: space-between;
    align-items: center;
    /* set flexbox back to the row orientation */
    flex-direction: row;
  }
  #sbsr-92 .cs-picture {
    /* 300px - 455px */
    width: clamp(18.75rem, 42.5vw, 28.4375rem);
    height: 17.625rem;
    /* 40px -88px */
    /* prevent flexbox from squishing it */
    flex: none;
    /* sends it to the right in the 2nd position */
    order: 2;
  }
  #sbsr-92 .cs-picture img {
    width: 400px;
    height: 400px;
    margin-top: 40px;
  }
  #sbsr-92.savannah-bio .cs-container, #sbsr-92.michael-bio .cs-container, #sbsr-92.lizs-bio .cs-container {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 48rem) and (min-width: 870px) {
  #sbsr-92.savannah-bio .cs-container, #sbsr-92.michael-bio .cs-container, #sbsr-92.lizs-bio .cs-container {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 48rem) {
  #sbsr-92.savannah-bio .cs-content, #sbsr-92.michael-bio .cs-content, #sbsr-92.lizs-bio .cs-content {
    margin-top: -70px;
  }
}
@media only screen and (min-width: 48rem) and (min-width: 870px) {
  #sbsr-92.savannah-bio .cs-content, #sbsr-92.michael-bio .cs-content, #sbsr-92.lizs-bio .cs-content {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 48rem) {
  #sbsr-92.savannah-bio .keith, #sbsr-92.michael-bio .keith, #sbsr-92.lizs-bio .keith {
    bottom: 110px;
  }
}
@media only screen and (min-width: 48rem) and (min-width: 870px) {
  #sbsr-92.savannah-bio .keith, #sbsr-92.michael-bio .keith, #sbsr-92.lizs-bio .keith {
    bottom: 90px;
  }
}
@media only screen and (min-width: 48rem) {
  #sbsr-92.michael-bio {
    padding-bottom: 0;
  }
  #sbsr-92.michael-bio .cs-container {
    flex-direction: row-reverse;
    margin-top: 0;
  }
  #sbsr-92.michael-bio .cs-content {
    margin-top: 10px;
  }
  #sbsr-92.michael-bio .keith.max {
    left: 24%;
  }
}
@media only screen and (min-width: 48rem) and (min-width: 768px) {
  #sbsr-92.michael-bio {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 48rem) and (min-width: 886px) {
  #sbsr-92.michael-bio .cs-container {
    margin-top: -50px;
  }
  #sbsr-92.michael-bio .cs-content {
    margin-top: 40px;
  }
  #sbsr-92.michael-bio .keith.max {
    left: 27%;
  }
}
@media only screen and (min-width: 48rem) and (min-width: 974px) {
  #sbsr-92.michael-bio .keith.max {
    bottom: 40px;
    left: 29%;
  }
}
@media only screen and (min-width: 48rem) {
  #sbsr-92.savannah-bio {
    padding-bottom: 0;
  }
  #sbsr-92.savannah-bio .cs-container {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 48rem) and (min-width: 1009px) {
  #sbsr-92.savannah-bio .cs-container {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 48rem) {
  #sbsr-92.savannah-bio .cs-content {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 48rem) and (min-width: 832px) {
  #sbsr-92.savannah-bio .cs-content {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 48rem) and (min-width: 1009px) {
  #sbsr-92.savannah-bio .cs-content {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 48rem) {
  #sbsr-92.savannah-bio .keith.hardy {
    bottom: 70px;
  }
}
@media only screen and (min-width: 48rem) and (min-width: 832px) {
  #sbsr-92.savannah-bio .keith.hardy {
    bottom: 20px;
    left: 52%;
  }
}
/* Tablet - 1024px */
@media only screen and (min-width: 64rem) {
  #sbsr-92.savannah-bio .keith, #sbsr-92.michael-bio .keith, #sbsr-92.lizs-bio .keith {
    bottom: 10px;
    left: 54%;
  }
}
@media only screen and (min-width: 1200px) {
  #sbsr-92.savannah-bio .cs-content, #sbsr-92.michael-bio .cs-content, #sbsr-92.lizs-bio .cs-content {
    margin-top: -60px;
  }
  #sbsr-92.savannah-bio .keith, #sbsr-92.michael-bio .keith, #sbsr-92.lizs-bio .keith {
    bottom: 60px;
    left: 44%;
  }
  #sbsr-92.michael-bio .cs-content {
    margin-top: -10px;
  }
  #sbsr-92.michael-bio .keith.max {
    bottom: 76px;
    left: 35%;
  }
  #sbsr-92.savannah-bio .cs-container {
    margin-top: 40px;
  }
  #sbsr-92.savannah-bio .cs-content {
    margin-top: -28px;
  }
  #sbsr-92.savannah-bio .keith.hardy {
    bottom: 108px;
    left: 44%;
  }
}
#share-post .share-icons {
  list-style: none;
  gap: 20px;
}
#share-post .share-icons img {
  filter: var(--filterBrown);
}
#share-post .share-icons .icon-top {
  margin-top: 3px;
}

@media screen and (min-width: 0) {
  .sidebar {
    width: 100%;
    flex: 1;
  }
  .sidebar .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 30px;
    margin: auto;
    padding: 1rem 1rem 1rem 1rem;
    border-top: 2px solid var(--bodyTextColor);
    background-color: #fffcf3;
  }
  .sidebar .h4 {
    font-size: 23px;
    color: var(--bodyTextColor);
  }
  .sidebar .logo {
    text-align: center;
    margin-bottom: 1rem;
  }
  .sidebar .logo .cs-text {
    text-align: left;
    max-width: 300px !important;
    margin: auto;
  }
  .sidebar li {
    margin-bottom: 1rem;
  }
  .sidebar .sidebar-item {
    list-style: none;
  }
  .sidebar .sidebar-item h3 {
    font-weight: bold;
  }
  .sidebar .sidebar-item.sidebar-categories {
    padding-block: 2rem 1rem;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 600px) {
  .sidebar .sidebar-item {
    width: 45%;
  }
  .sidebar .sidebar-item.sidebar-categories {
    padding-block: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 800px) {
  .sidebar .sidebar-item.sidebar-categories {
    padding-left: clamp(1.25rem, -9.151rem + 20.802vw, 6.4375rem);
  }
}
@media screen and (min-width: 1200px) {
  .sidebar {
    background-color: var(--primaryLight);
    z-index: 1;
    max-width: 300px;
  }
  .sidebar .wrapper {
    border-top: 0;
    border-left: 2px solid var(--bodyTextColor);
    padding: 1rem 1rem 1rem 3rem;
  }
  .sidebar .sidebar-item {
    width: 100%;
  }
  .sidebar .sidebar-item.logo {
    text-align: left;
  }
  .sidebar .sidebar-item.sidebar-categories {
    padding-top: 2rem;
    padding-left: 0;
  }
  .sidebar h3.h4 {
    font-size: clamp(1.375rem, 0.4375rem + 1.25vw, 1.6875rem);
  }
}
#social .icon {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

/*-- -------------------------- -->
<---        Why Choose Us       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #why-choose-1821 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* blog post support */
  }
  #why-choose-1821 .cs-container {
    width: 100%;
    max-width: 106.25rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #why-choose-1821 .cs-content {
    text-align: center;
    width: 100%;
    padding: var(--sectionPadding);
    background-color: var(--primary);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #why-choose-1821 .cs-topper {
    color: var(--bodyTextColorWhite);
  }
  #why-choose-1821 .cs-title {
    margin: 0 0 3rem;
    max-width: 13ch;
    color: var(--bodyTextColorWhite);
  }
  #why-choose-1821 .cs-picture {
    width: 100%;
    max-width: 36.625rem;
    height: auto;
    display: block;
  }
  #why-choose-1821 .cs-picture img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.85;
  }
  #why-choose-1821 .cs-card-group {
    width: 100%;
    max-width: 36.625rem;
    padding: var(--sectionPadding);
    /* 16px - 44px */
    padding-left: clamp(1rem, 4vw, 2.75rem);
    /* 16px - 64px */
    padding-right: clamp(1rem, 4vw, 4rem);
    box-sizing: border-box;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    /* 32px - 40px */
    gap: clamp(2rem, 0.5vw, 2.5rem);
  }
  #why-choose-1821 .cs-item {
    list-style: none;
    width: 100%;
    max-width: 36.625rem;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #why-choose-1821 .cs-item-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #why-choose-1821 .cs-icon {
    width: 2rem;
    height: auto;
    display: block;
  }
  #why-choose-1821 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
  }
  #why-choose-1821 .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #why-choose-1821.bp2 .cs-container {
    flex-direction: column-reverse;
  }
  #why-choose-1821.bp2 .cs-content {
    padding: var(--sectionPaddingHalf);
    background-color: transparent;
  }
  #why-choose-1821.bp2 .cs-content img {
    max-height: 400px;
  }
  #why-choose-1821.bp2 img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% top;
       object-position: 50% top;
  }
  #why-choose-1821.bp2 .cs-card-group {
    padding: var(--sectionPaddingHalf);
  }
  #why-choose-1821.bp2 .cs-icon {
    filter: invert(65%) sepia(10%) saturate(2285%) hue-rotate(318deg) brightness(100%) contrast(88%);
    opacity: 0.8;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #why-choose-1821 {
    /* blog post support */
  }
  #why-choose-1821 .cs-container {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  #why-choose-1821 .cs-content {
    text-align: left;
    width: 100%;
    align-items: flex-start;
    background-color: transparent;
  }
  #why-choose-1821 .cs-content:before {
    /* background color, moves to the section parent at desktop */
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #why-choose-1821 .cs-picture {
    margin-left: auto;
    max-width: 100%;
  }
  #why-choose-1821 .cs-card-group {
    width: 65%;
    max-width: 100%;
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #why-choose-1821 .cs-item {
    flex-direction: row;
  }
  #why-choose-1821.bp2 .cs-container {
    flex-direction: row-reverse;
  }
  #why-choose-1821.bp2 .cs-content:before {
    display: none;
  }
  #why-choose-1821.bp2 .cs-picture {
    height: 100%;
    margin-top: 20px;
  }
  #why-choose-1821.bp2 .cs-picture img {
    height: 100%;
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1024px) {
  #why-choose-1821 {
    /* blog post support */
  }
  #why-choose-1821.bp2 .cs-card-group {
    width: 60%;
    max-width: 650px;
  }
}
/* Desktop - 1400px */
@media only screen and (min-width: 87.5rem) {
  #why-choose-1821 {
    /* blog post support */
  }
  #why-choose-1821:before {
    /* background color */
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: 1;
    display: block;
    position: absolute;
    left: auto;
    right: 50%;
    margin-right: 0.625rem;
    z-index: -1;
  }
  #why-choose-1821 .cs-content {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #why-choose-1821 .cs-content:before {
    left: auto;
    right: 50%;
    margin-right: 0.625rem;
  }
  #why-choose-1821 .cs-picture {
    width: auto;
    height: 80%;
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    z-index: -1;
  }
  #why-choose-1821 .cs-picture img {
    width: auto;
    height: 100%;
    max-height: 47.5rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #why-choose-1821 .cs-card-group {
    width: 50%;
  }
  #why-choose-1821.bp2:before {
    display: none;
  }
  #why-choose-1821.bp2 .cs-content:before {
    display: none;
  }
  #why-choose-1821.bp2 .cs-picture {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
  }
  #why-choose-1821.bp2 .cs-picture img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mo-adminbar {
  background-color: #523f6d;
  line-height: 2;
  padding-left: 20px;
}
.mo-adminbar a.dashboard {
  color: #fff;
}
.mo-adminbar a.dashboard:hover {
  color: #27817f;
}

/*-- -------------------------- -->
<---     Mobile Navigation      -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
  #cs-navigation li a,
  #cs-navigation li {
    font-family: "ciscopic", sans-serif;
    color: var(--headerColor);
  }
  #cs-navigation li a:hover,
  #cs-navigation li:hover {
    color: var(--primary);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  }
}
/* Mobile - 1023px */
@media only screen and (max-width: 1023px) {
  body.cs-open {
    overflow: hidden;
  }
  body.scroll #cs-navigation {
    /* 53px, same height as the cs-top-container */
    transform: translateY(-3.3125rem);
  }
  #cs-navigation {
    width: 100%;
    max-width: 100rem;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    position: relative;
    z-index: 10000;
    transition: transform 0.3s;
  }
  #cs-navigation:before {
    content: "";
    width: 100%;
    height: 0vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1100;
    transition: height 0.5s, opacity 0.5s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  #cs-navigation.cs-active:before {
    height: 150vh;
    opacity: 1;
  }
  #cs-navigation.cs-active .cs-ul-wrapper {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 0.15s;
  }
  #cs-navigation.cs-active .cs-li {
    opacity: 1;
    transform: translateY(0);
  }
  #cs-navigation .cs-top-bar {
    width: 100%;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
  }
  #cs-navigation .cs-top-container {
    display: none;
    width: 100%;
    max-width: 112.5rem;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    padding: 1rem 3rem;
    justify-content: right;
    align-items: center;
    gap: 1rem;
  }
  #cs-navigation .cs-top-contact {
    width: auto;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 16px - 24px */
    gap: clamp(1rem, 2vw, 1.5rem);
  }
  #cs-navigation .cs-top-link {
    font-size: 0.875rem;
    line-height: 1.5em;
    text-decoration: none;
    margin: 0;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    position: relative;
  }
  #cs-navigation .cs-top-link:nth-of-type(2) {
    display: none;
  }
  #cs-navigation .cs-top-social {
    opacity: 1;
    display: flex;
    visibility: visible;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    transition: opacity 0.3s, visibility 0.3s, height 0.3s;
  }
  #cs-navigation .cs-social-link {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  #cs-navigation .cs-social-icon {
    width: 1.25rem;
    height: auto;
    display: block;
  }
  #cs-navigation .cs-social-icon:hover {
    filter: invert(44%) sepia(64%) saturate(1399%) hue-rotate(62deg) brightness(101%) contrast(108%);
  }
  #cs-navigation .cs-container {
    display: flex;
    padding: 1rem 1rem;
    padding-top: clamp(1rem, 2.213vw + 0.5851rem, 2rem);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  #cs-navigation .nav-logo {
    width: 50%;
  }
  #cs-navigation .cs-logo {
    width: auto;
    height: 1rem;
    margin: 0 auto 0 0;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    order: 1;
    z-index: 10;
  }
  #cs-navigation .cs-logo img {
    width: 170px;
    margin-left: 0;
    /* ensures the image never overflows the container. It stays contained within it's width and height and expands to fill it then stops once it reaches an edge */
    -o-object-fit: contain;
    object-fit: contain;
  }
  #cs-navigation .cs-nav {
    order: 2;
  }
  #cs-navigation .cs-toggle {
    width: 2.875rem;
    height: 2.875rem;
    margin: 0 0 0 auto;
    background-color: var(--primary);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.6s;
  }
  #cs-navigation .cs-toggle:hover {
    cursor: pointer;
    background-color: var(--secondary);
  }
  #cs-navigation .cs-toggle:hover .cs-line {
    background-color: #002921;
  }
  #cs-navigation .cs-toggle.cs-active {
    transform: rotate(180deg);
  }
  #cs-navigation .cs-active .cs-line1 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(225deg);
  }
  #cs-navigation .cs-active .cs-line2 {
    top: 50%;
    transform: translate(-50%, -50%) translateY(0) rotate(-225deg);
    transform-origin: center;
  }
  #cs-navigation .cs-active .cs-line3 {
    opacity: 0;
    bottom: 100%;
  }
  #cs-navigation .cs-box {
    /* 24px - 28px */
    width: clamp(1.5rem, 2vw, 1.75rem);
    height: 0.75rem;
    position: relative;
  }
  #cs-navigation .cs-line {
    width: 100%;
    height: 2px;
    background-color: #fafbfc;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #cs-navigation .cs-line1 {
    top: 0;
    transition: top 0.3s, left 0.3s;
    -o-transition: transform 0.5s, top 0.3s, left 0.3s;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
    transform-origin: center;
  }
  #cs-navigation .cs-line2 {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: top 0.3s, left 0.3s;
    -o-transition: top 0.3s, left 0.3s, transform 0.5s;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  #cs-navigation .cs-line3 {
    bottom: 0;
    transition: bottom 0.3s, opacity 0.3s;
  }
  #cs-navigation .cs-ul-wrapper {
    width: 100%;
    height: auto;
    padding-top: 3.125rem;
    padding-bottom: 3rem;
    background-color: var(--secondaryLight);
    text-align: center;
    line-height: 3;
    box-shadow: inset rgba(0, 0, 0, 0.2) 0px 8px 24px;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    overflow: hidden;
    transform: scaleY(0);
    transition: transform 0.4s, opacity 0.3s;
    transform-origin: top;
  }
  #cs-navigation .cs-ul {
    width: 100%;
    height: auto;
    max-height: 65vh;
    margin: 0;
    padding: 3rem 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem;
    overflow: scroll;
  }
  #cs-navigation .cs-button-solid {
    display: none;
  }
  #cs-navigation #menu-header {
    list-style: none;
    padding-left: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #cs-navigation .cs-top-link:nth-of-type(2) {
    display: flex;
  }
}
/*-- -------------------------- -->
<---     Navigation Dropdown    -->
<--- -------------------------- -*/
/* Mobile - 1023px */
@media only screen and (max-width: 1023px) {
  #cs-navigation .cs-li {
    text-align: center;
    width: 100%;
    display: block;
  }
  #cs-navigation .cs-dropdown {
    color: var(--bodyTextColorWhite);
    position: relative;
  }
  #cs-navigation .cs-dropdown.cs-active .cs-drop-ul {
    height: auto;
    margin: 0.75rem 0 0 0;
    padding: 0.75rem 0;
    opacity: 1;
    visibility: visible;
  }
  #cs-navigation .cs-drop-li {
    list-style: none;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #cs-navigation .cs-dropdown {
    position: relative;
  }
  #cs-navigation .cs-dropdown:hover {
    cursor: pointer;
  }
  #cs-navigation .cs-dropdown:hover .cs-drop-ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
  #cs-navigation .cs-dropdown:hover .cs-drop-li {
    opacity: 1;
    transform: translateY(0);
  }
  #cs-navigation .cs-drop-ul {
    min-width: 12.5rem;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 10px 16px;
    opacity: 0;
    border-bottom: 5px solid var(--primary);
    visibility: hidden;
    position: absolute;
    top: 100%;
    z-index: -100;
    overflow: hidden;
    transform: scaleY(0);
    transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
    transform-origin: top;
  }
  #cs-navigation .cs-drop-li {
    font-size: 1rem;
    text-decoration: none;
    list-style: none;
    width: 100%;
    height: auto;
    opacity: 0;
    display: block;
    transform: translateY(-0.625rem);
    transition: opacity 0.6s, transform 0.6s;
  }
}
/*-- -------------------------- -->
<---     Desktop Navigation     -->
<--- -------------------------- -*/
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  body.scroll #cs-navigation {
    /* 53px, the ssme height as the cs-top-container */
    transform: translateY(-3.3125rem);
  }
  #cs-navigation {
    width: 100%;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    padding: 0;
    background-color: var(--primaryLight);
    position: relative;
    z-index: 10000;
    transition: transform 0.3s;
  }
  #cs-navigation .cs-top-bar {
    width: 100%;
    max-width: 112.5rem;
    margin: auto;
    padding: 0 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cs-navigation .cs-top-container {
    width: 100%;
    /* prevents padding from affecting height and width */
    box-sizing: border-box;
    padding: 1rem;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 3.125rem;
    position: relative;
    z-index: 1;
  }
  #cs-navigation .cs-top-container:before {
    /* grey background */
    content: "";
    width: 100vw;
    height: 100%;
    background: #f7f7f7;
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
  }
  #cs-navigation .cs-top-contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.5rem;
  }
  #cs-navigation .cs-top-link {
    font-size: 0.875rem;
    line-height: 1.5em;
    text-decoration: none;
    margin: 0;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    position: relative;
  }
  #cs-navigation .cs-top-link:hover {
    text-decoration: underline;
  }
  #cs-navigation .cs-top-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  #cs-navigation .cs-social-link {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
  }
  #cs-navigation .cs-social-link:hover {
    transform: scale(1.2);
    filter: invert(44%) sepia(64%) saturate(1399%) hue-rotate(62deg) brightness(101%) contrast(108%);
  }
  #cs-navigation .cs-social-icon {
    width: 1.3rem;
    height: auto;
    display: block;
  }
  #cs-navigation .cs-social-icon.bigger {
    width: 1.5rem;
  }
  #cs-navigation .cs-container.navigation {
    width: 100%;
    max-width: 89rem;
    margin: auto;
    /* prevents padding from affectin gheight */
    box-sizing: border-box;
    padding: 0 2rem 0 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    position: relative;
  }
  #cs-navigation .mo-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  #cs-navigation .cs-toggle {
    display: none;
  }
  #cs-navigation .cs-logo {
    /* 40px - 44px */
    height: clamp(2.5rem, 4vw, 2.75rem);
    /* margin-right auto pushes everything away from it to the right */
    margin: 0 auto 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
  #cs-navigation .cs-logo img {
    margin-left: 0;
    margin-top: 0;
    /* ensures the image never overflows the container. It stays contained within it's width and height and expands to fill it then stops once it reaches an edge */
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 5;
  }
  #cs-navigation .menu {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
  }
  #cs-navigation .menu-item {
    list-style: none;
    padding: 1.625rem 0;
    /* prevent flexbox from squishing it */
    flex: none;
  }
  #cs-navigation .menu-item a {
    /* 16px- 20px */
    font-size: clamp(1rem, 1.4493vw + 0.0725rem, 1.25rem);
    line-height: 1.5em;
    text-decoration: none;
    margin: 0;
    color: var(--headerColor);
    display: block;
    position: relative;
    transition: color 0.3s;
  }
  #cs-navigation .menu-item a:hover {
    color: var(--primary);
  }
  #cs-navigation .menu-item a.cs-active {
    font-weight: 700;
    color: var(--headerColor);
  }
  #cs-navigation .menu-item-132 {
    display: none;
  }
  #cs-navigation .current_page_item a {
    color: var(--headerColor);
  }
  #cs-navigation .cs-button-solid {
    margin: 0 0 0 1.5rem;
  }
}
@media only screen and (min-width: 72.8125rem) {
  #cs-navigation .menu-item a {
    font-size: 22px;
  }
  #cs-navigation .menu-item-209 {
    display: inherit;
  }
}
/* Copyright  */
@media screen and (min-width: 0rem) {
  .mo-copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: transparent;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-block: 1rem;
  }
  .mo-copyright p {
    color: var(--bodyTextColorWhite);
  }
  .mo-copyright p,
  .mo-copyright a {
    font-size: 14px;
  }
  .mo-copyright .pipe {
    display: none;
  }
}
@media screen and (min-width: 0rem) and (min-width: 768px) {
  .mo-copyright {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 0rem) and (min-width: 1024px) {
  .mo-copyright {
    padding-left: 0;
    padding-right: 0;
  }
}
/*-- -------------------------- -->
<---          Footer            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #cs-footer-710 {
    padding: var(--sectionPadding);
    padding-bottom: 0rem;
    background-color: var(--bodyTextColor);
    position: relative;
    z-index: 1;
    /* Forms */
  }
  #cs-footer-710 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #cs-footer-710 .cs-logo-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  #cs-footer-710 .cs-logo {
    width: 100%;
    max-width: 13.125rem;
    height: auto;
    margin: auto;
    display: block;
    text-align: center;
  }
  #cs-footer-710 .cs-logo img {
    width: 100%;
    max-width: 130px;
    height: auto;
  }
  #cs-footer-710 .cs-logo .top {
    margin-bottom: 10px;
  }
  #cs-footer-710 .cs-logo .bottom {
    /*  yellow  */
    filter: invert(87%) sepia(17%) saturate(1129%) hue-rotate(349deg) brightness(101%) contrast(102%);
  }
  #cs-footer-710 .cs-logo:hover .bottom {
    /* soft white */
    filter: invert(90%) sepia(4%) saturate(1067%) hue-rotate(326deg) brightness(111%) contrast(102%);
  }
  #cs-footer-710 .cs-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* 64px - 100px */
    -moz-column-gap: clamp(4rem, 9vw, 6.25rem);
         column-gap: clamp(4rem, 9vw, 6.25rem);
    row-gap: 2rem;
  }
  #cs-footer-710 .cs-ul {
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: none;
  }
  #cs-footer-710 .cs-contact-ul {
    /* we remove the :before animated underline from the contact list and replace it with an underline.  The animated line doesn't work well on this section */
  }
  #cs-footer-710 .cs-contact-ul .cs-link:hover {
    text-decoration: underline;
  }
  #cs-footer-710 .cs-contact-ul .cs-link:before {
    display: none;
  }
  #cs-footer-710 .cs-li {
    list-style: none;
    margin: 0;
    display: block;
    margin-bottom: 0.75rem;
  }
  #cs-footer-710 .cs-li.address-li {
    display: flex;
    align-items: center;
  }
  #cs-footer-710 .cs-header {
    font-family: "Ciscopic", sans-serif;
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 1.5rem 0;
    color: var(--bodyTextColorWhite);
    display: block;
  }
  #cs-footer-710 .cs-address {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    color: var(--bodyTextColorWhite);
    display: inline-block;
  }
  #cs-footer-710 .cs-link {
    /* 14px - 16px */
    font-size: clamp(0.95rem, 1.5vw, 1rem);
    line-height: 1.5em;
    text-decoration: none;
    margin: 0;
    color: var(--bodyTextColorWhite);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  #cs-footer-710 .cs-link:hover:before {
    width: 100%;
  }
  #cs-footer-710 .cs-link:before {
    /* on hover underline */
    content: "";
    width: 0%;
    height: 1px;
    background: currentColor;
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    transition: width 0.3s;
  }
  #cs-footer-710 .cs-block {
    display: block;
  }
  #cs-footer-710 .cs-icon {
    width: 1.25rem;
    height: auto;
    margin: -0.0625rem 0.75rem 0 0;
    filter: invert(100%) sepia(7%) saturate(1740%) hue-rotate(320deg) brightness(99%) contrast(104%);
  }
  #cs-footer-710 .cs-middle {
    width: 100%;
    /* changes at tablet */
    max-width: 28.125rem;
    /* 60px - 100px */
    margin: clamp(3.75rem, 8vw, 6.25rem) 0 0 0;
    /* 24px - 40px */
    padding-bottom: clamp(1.25rem, 5vw, 2.5rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  #cs-footer-710 #menu-primary-1 {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    row-gap: 0.5rem;
    list-style: none;
  }
  #cs-footer-710 #menu-primary-1 a {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    text-decoration: none;
    margin: 0;
    color: var(--bodyTextColorWhite);
    position: relative;
  }
  #cs-footer-710 #menu-primary-1 a:hover:before {
    width: 100%;
  }
  #cs-footer-710 #menu-primary-1 a:before {
    /* on hover underline */
    content: "";
    width: 0%;
    height: 1px;
    background: currentColor;
    opacity: 1;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    transition: width 0.3s;
  }
  #cs-footer-710 .cs-nav-li {
    list-style: none;
  }
  #cs-footer-710 .cs-social {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }
  #cs-footer-710 .cs-social-li {
    list-style: none;
  }
  #cs-footer-710 .cs-social-link {
    width: 2rem;
    height: 2rem;
    background-color: var(--bodyTextColorWhite);
    border: 1px solid var(--bodyTextColorWhite);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
  }
  #cs-footer-710 .cs-social-icon {
    width: 1.625rem;
    height: auto;
    display: block;
    border-radius: 50%;
    /* brown */
    filter: invert(16%) sepia(13%) saturate(2338%) hue-rotate(314deg) brightness(98%) contrast(92%);
  }
  #cs-footer-710 .cs-social-icon.large {
    width: 1.875rem;
  }
  #cs-footer-710 .cs-social-icon.larger {
    width: 2rem;
  }
  #cs-footer-710 .cs-social-icon:hover {
    /* green */
    filter: invert(54%) sepia(11%) saturate(1602%) hue-rotate(52deg) brightness(97%) contrast(88%);
  }
  #cs-footer-710 .cs-title {
    /* 18px - 24px */
    font-size: clamp(1.125rem, 2vw, 1.5rem);
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColorWhite);
    text-align: left;
  }
  #cs-footer-710 .sign-up {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  #cs-footer-710 .sign-up .cs-text {
    /* 14px - 16px */
    font-size: clamp(0.95rem, 1.5vw, 1rem);
    line-height: 1.5em;
    margin: 0 0 1.5rem 0;
    color: var(--bodyTextColorWhite);
    text-align: left;
  }
  #cs-footer-710 .cs-bottom {
    width: 100%;
    margin: 0;
    /* 24px - 40px, matches the cs-middle padding bottom */
    padding: clamp(1.25rem, 5vw, 2.5rem) 0 0 0;
    border-top: 1px solid rgba(186, 186, 186, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cs-footer-710 .cs-copyright {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    text-align: center;
    width: 100%;
    margin: 0 0 0.5rem 0;
    color: var(--bodyTextColorWhite);
    display: block;
  }
  #cs-footer-710 .cs-copyright-link {
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    margin: 0;
    color: inherit;
    display: inline-block;
  }
  #cs-footer-710 .cs-copyright-link:hover {
    text-decoration: underline;
  }
  #cs-footer-710 .cs-graphic {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* makes it act like a background image */
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    z-index: -1;
  }
  #cs-footer-710 label {
    color: var(--bodyTextColorWhite);
  }
  #cs-footer-710 .footer-kitty {
    max-width: 750px;
    margin: auto;
  }
}
/* inbetween - 600px */
@media only screen and (min-width: 37.5rem) {
  #cs-footer-710 .cs-top {
    justify-content: flex-end;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #cs-footer-710 .cs-logo-wrapper {
    width: auto;
    margin-right: auto;
    align-self: center;
  }
  #cs-footer-710 .cs-middle {
    max-width: 100%;
  }
  #cs-footer-710 .sign-up {
    width: 40%;
  }
  #cs-footer-710 .cs-ul {
    width: 100%;
    max-width: 660px;
    margin-left: 40px;
  }
}
/* Small Desktop 1024px */
@media only screen and (min-width: 64rem) {
  #cs-footer-710 .cs-top {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #cs-footer-710 .cs-logo {
    text-align: left;
  }
  #cs-footer-710 .cs-logo img {
    max-width: clamp(8.125rem, 4.7917rem + 5.2083vw, 10rem);
  }
  #cs-footer-710 .sign-up {
    width: 40%;
  }
  #cs-footer-710 .cs-ul {
    width: auto;
    margin-left: 0;
  }
  #cs-footer-710 .cs-middle {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  #cs-footer-710 .cs-copyright.brand {
    text-align: left;
  }
  #cs-footer-710 .cs-copyright.builder {
    text-align: right;
  }
}
@media (min-width: 0rem) {
  #bp2-support {
    padding: var(--sectionPaddingHalf);
    padding-top: 0;
    padding-left: 0;
  }
  #bp2-support .cs-container {
    position: relative;
  }
  #bp2-support .cs-content {
    position: relative;
    z-index: 5;
  }
  #bp2-support img {
    display: none;
    position: absolute;
    opacity: 0.09;
    filter: invert(16%) sepia(13%) saturate(2780%) hue-rotate(314deg) brightness(91%) contrast(83%);
  }
}
@media (min-width: 768px) {
  #bp2-support img.thorns {
    display: inherit;
    width: clamp(19.375rem, 11.8456rem + 15.6863vw, 21.875rem);
    top: 0;
    right: clamp(-13.75rem, -45.75rem + 66.6667vw, -3.125rem);
    rotate: -103deg;
  }
}
@media (min-width: 1024px) {
  #bp2-support img.thorns {
    width: 330px;
    top: 50px;
    right: inherit;
    left: clamp(41.5rem, 19.5571rem + 34.2857vw, 45.25rem);
  }
}
@media (min-width: 1200px) {
  #bp2-support img.thorns {
    left: clamp(42.125rem, 30.875rem + 15vw, 44rem);
  }
}
@media screen and (min-width: 0) {
  #fp-blog {
    position: relative;
    padding: var(--sectionPadding);
    background-color: var(--secondaryLight);
  }
  #fp-blog .cs-container {
    width: 100%;
    max-width: 700px;
    margin: auto;
  }
  #fp-blog .top {
    width: 100%;
  }
  #fp-blog .top h2.cs-title {
    position: relative;
    background-color: var(--secondaryLight);
    margin: auto auto 1rem auto;
    text-align: center;
    z-index: 3;
    width: -moz-fit-content;
    width: fit-content;
  }
  #fp-blog .top .cs-text {
    position: relative;
    background-color: var(--secondaryLight);
    text-align: left;
    margin: auto auto 2rem auto;
    max-width: 600px;
    z-index: 3;
  }
  #fp-blog .top .cs-text:not(:last-child) {
    margin-bottom: 1rem;
  }
  #fp-blog .fp-blog-posts {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  #fp-blog article.blog-post {
    background-color: var(--secondaryLight);
    z-index: 1;
  }
  #fp-blog .cs-h3 a {
    color: var(--bodyTextColor);
    font-family: "Ciscopic", sans-serif;
  }
  #fp-blog .post-thumbnail img {
    width: 100%;
    height: auto;
    max-height: 500px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  #fp-blog .cs-tree {
    position: absolute;
    bottom: 40px;
    left: -180px;
    width: 1161px;
    z-index: 0;
    opacity: 0.8;
    display: none;
  }
  .post-excerpt p {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  #fp-blog {
    padding-bottom: 0;
  }
  #fp-blog .top {
    width: 100%;
    margin: auto 0 auto auto;
  }
  #fp-blog .top h2.cs-title,
  #fp-blog .top .cs-text {
    padding: 5px;
  }
  #fp-blog .fp-blog-posts {
    width: 75%;
    margin-right: 0;
    margin-left: auto;
  }
  #fp-blog .post-thumbnail img {
    max-height: 250px;
  }
  #fp-blog article.blog-post {
    padding-left: 1rem;
  }
  #fp-blog .front-tree {
    position: relative;
    max-width: 1300px;
    margin: auto;
    padding-bottom: 100px;
  }
  #fp-blog .cs-tree {
    display: inherit;
  }
}
@media screen and (min-width: 1200px) {
  #fp-blog .cs-container {
    max-width: 1280px;
  }
  #fp-blog .fp-blog-posts {
    gap: 20px;
  }
  #fp-blog .blog-post {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
  }
  #fp-blog .post-thumbnail {
    width: 40%;
  }
  #fp-blog .post-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 400px;
  }
  #fp-blog .content {
    width: 70%;
    max-width: 800px;
  }
  #fp-blog .front-tree {
    padding-bottom: 70px;
  }
  #fp-blog .cs-tree {
    bottom: 66px;
  }
}
@media screen and (min-width: 0) {
  .flex-group-blog {
    display: flex;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    justify-content: space-between;
    gap: 30px;
    flex-direction: column;
    padding: clamp(3.75rem, 7.82vw, 6.25rem) 0rem;
  }
  .flex-group-blog .card-group {
    display: flex;
    flex: 2;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    list-style: none;
    gap: 30px;
  }
  .flex-blog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 0) and (min-width: 1024px) {
  .flex-blog {
    flex-direction: row;
    gap: 2rem;
  }
}
@media screen and (min-width: 0) {
  .flex-blog .content {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 100%;
  }
  .flex-blog .content .cs-h3 {
    color: var(--bodyTextColor);
    font-family: "Ciscopic", sans-serif;
  }
  #blog {
    padding: var(--sectionPadding);
  }
  #blog .cs-container {
    position: relative;
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #blog .cs-container img.blog-tree {
    display: none;
  }
  #blog .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #blog .flex-group-blog {
    align-items: center;
    margin-top: -90px;
  }
  #blog .flex-group-blog .flex-blog {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
  }
  #blog .flex-group-blog .index-card {
    margin-bottom: 40px;
  }
  #blog .flex-group-blog .cs-picture {
    width: 100%;
    max-height: 450px;
    margin-bottom: clamp(1rem, -0.6424rem + 3.4261vw, 1rem);
    aspect-ratio: 1/1;
  }
  #blog .flex-group-blog .cs-picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 25px;
  }
  #blog .flex-group-blog .cs-item-text p {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    text-align: justify;
    line-height: 1.5em;
    margin: 0 0 1rem;
    color: #502626;
    transition: color 0.3s;
  }
  #blog a.breadcrumbs {
    display: flex;
    width: 100%;
    max-width: clamp(62.625rem, 47.2917rem + 31.9444vw, 71.25rem);
    margin: auto;
  }
  #blog a.breadcrumbs:hover {
    text-decoration: underline;
  }
  #blog #blog.category-page .breadcrumb {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #blog .cs-container {
    max-width: 1280px;
    padding-top: 50px;
  }
  #blog .cs-container .blog-hero-tree {
    position: absolute;
    max-width: 1280px;
    top: 3px;
    left: -205px;
  }
  #blog .cs-container img.blog-tree {
    display: inherit;
    position: relative;
    width: 881px;
    z-index: 0;
  }
  #blog .cs-container.category-page {
    padding-top: 100px;
  }
  #blog .cs-content {
    position: relative;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 650px;
    gap: 3rem;
    margin-left: 100px;
    background-color: rgba(253, 250, 242, 0.7294117647);
    z-index: 1;
    padding-left: 5px;
  }
  #blog .cs-content .cs-text {
    padding-right: 30px;
  }
  #blog .cs-flex-group {
    width: 50%;
  }
  #blog .flex-group-blog {
    margin-top: 30px;
    padding: 60px 0;
  }
  #blog .flex-group-blog .flex-blog {
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    gap: 20px;
  }
  #blog .flex-group-blog .cs-picture {
    width: 40%;
  }
  #blog .flex-group-blog .cs-picture img {
    width: 100%;
    height: auto;
    max-width: 300px;
    aspect-ratio: 1/1;
  }
  #blog .flex-group-blog .content {
    width: 60%;
    max-width: 600px;
  }
  #blog.category-page .cs-content {
    margin-top: 90px;
  }
  #blog.category-page .breadcrumb {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1024px) {
  #blog .cs-container {
    max-width: 1280px;
    padding-top: 30px;
  }
  #blog .cs-content {
    max-width: 1140px;
    margin-top: 83px;
    padding-right: 30px;
  }
  #blog.category-page .cs-content {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1150px) {
  #blog .cs-content {
    margin-top: 62px;
  }
}
@media screen and (min-width: 1200px) {
  #blog .flex-group-blog {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    padding: var(--sectionPadding);
  }
  #blog .flex-group-blog .card-group {
    flex-direction: column;
    width: 75%;
    gap: 20px;
  }
  #blog .flex-group-blog .sidebar {
    flex: 1;
    width: 20%;
    max-width: 300px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 0) {
  .main-content {
    width: 100%;
    max-width: 95rem;
    margin: auto;
    padding: 50px 20px 100px;
  }
}
#page404,
.privacy-policy main {
  padding: var(--sectionPadding);
  width: 100%;
  max-width: 800px;
  margin: auto;
}
#page404:not(:last-child),
.privacy-policy main:not(:last-child) {
  width: 100%;
}

.privacy-policy main {
  padding-top: 0;
}

h2 {
  color: var(--headerColor);
  font-family: "Ciscopic", sans-serif;
}

.wp-block-heading {
  margin-top: 1.5rem;
}

#unsubscribe {
  background-color: var(--secondaryLight);
}
#unsubscribe .main-content {
  width: 100%;
  max-width: 700px;
}
#unsubscribe .cs-text {
  margin-bottom: 2rem;
}
#unsubscribe .wpcf7-response-output {
  color: var(--headerColor);
}

@media only screen and (min-width: 0rem) {
  #single-blog {
    background-color: var(--primaryLight);
  }
  #single-blog img {
    border-radius: 15px;
  }
  #single-blog .top-content-default {
    position: relative;
    width: 100%;
    margin: auto auto 200px auto;
    background-color: #542b2b;
    padding: var(--sectionPadding);
    padding-bottom: 250px;
  }
  #single-blog .top-content-default.no-img {
    padding-bottom: 50px;
    margin: auto;
  }
  #single-blog .top-content-default .inside-container {
    padding: 0 0;
    max-width: 1200px;
    margin: auto;
  }
  #single-blog .top-content-default .inside-container a:hover {
    color: var(--primary);
    text-decoration: underline;
    text-shadow: none;
  }
  #single-blog .top-content-default .post-thumbnail {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
  #single-blog .top-content-default .post-thumbnail img {
    width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
  }
}
@media only screen and (min-width: 0rem) and (max-width: 600px) {
  #single-blog .top-content-default .post-thumbnail .post-thumb-medium {
    display: block;
  }
  #single-blog .top-content-default .post-thumbnail .post-thumb-large {
    display: none;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 601px) {
  #single-blog .top-content-default .post-thumbnail .post-thumb-medium {
    display: none;
  }
  #single-blog .top-content-default .post-thumbnail .post-thumb-large {
    display: block;
  }
}
@media only screen and (min-width: 0rem) {
  #single-blog .top-content-no-image {
    position: relative;
    width: 100%;
    margin: auto auto 30px auto;
    background-color: #542b2b;
    padding: var(--sectionPadding);
  }
  #single-blog .top-content-no-image .inside-container {
    padding: 0 0;
    max-width: 1200px;
    margin: auto;
  }
  #single-blog .top-content-no-image .inside-container a:hover {
    color: var(--primary);
    text-decoration: underline;
    text-shadow: none;
  }
  #single-blog .post-tags {
    margin-top: 10px;
  }
  #single-blog h1.cs-title {
    width: 100%;
    min-width: 75%;
    margin-top: 20px;
    color: var(--bodyTextColorWhite);
  }
  #single-blog .excerpt p {
    color: var(--bodyTextColorWhite);
    font-size: var(--bodyFontSize);
    max-width: 750px;
    margin: 10px 0;
  }
  #single-blog .the-content,
  #single-blog .share {
    width: 100%;
    max-width: 1200px;
    margin: auto auto;
    flex: 3;
  }
  #single-blog .the-content p,
  #single-blog .the-content .wp-block-media-text,
  #single-blog .share p,
  #single-blog .share .wp-block-media-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #single-blog .the-content p.max-750,
  #single-blog .the-content .wp-block-media-text.max-750,
  #single-blog .share p.max-750,
  #single-blog .share .wp-block-media-text.max-750 {
    max-width: 750px;
  }
  #single-blog .the-content p.cs-text,
  #single-blog .share p.cs-text {
    max-width: 750px;
  }
  #single-blog .the-content .art-content,
  #single-blog .share .art-content {
    max-width: 1200px;
    margin: auto;
  }
  #single-blog .liz-bio {
    border-top: 2px solid var(--headerColor);
    padding-top: 20px;
  }
  #single-blog .liz-bio div.wp-block-column:nth-child(2) {
    margin-top: -33px;
  }
}
@media only screen and (min-width: 0rem) and (min-width: 1024px) {
  #single-blog .liz-bio div.wp-block-column:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 0rem) {
  #single-blog .liz-bio figure.circle {
    text-align: center;
  }
  #single-blog .liz-bio figure.circle img {
    border-radius: 50%;
  }
  #single-blog .liz-bio h2.wp-block-heading {
    font-size: clamp(1.5rem, 1.375rem + 0.6667vw, 1.875rem);
  }
  #single-blog .post-categories {
    padding-block: 10px 20px;
  }
  #single-blog .flex-group-blog {
    flex-wrap: wrap;
    padding: 1rem;
    max-width: 1227px;
    margin: auto;
  }
  #single-blog .breadcrumbs {
    margin-bottom: 20px;
  }
  #single-blog .sidebar {
    width: 100%;
    padding: 50px 0 0;
    margin: 0 auto auto;
    flex: 1;
  }
  #related-posts {
    max-width: 1420px;
    margin: auto;
  }
  #related-posts .cs-container {
    padding: 1rem;
  }
  #related-posts .cs-h3 a {
    color: var(--bodyTextColor);
    font-family: "Ciscopic", sans-serif;
  }
  #related-posts .flex-group-blog {
    margin: -20px auto auto;
    padding-top: 30px;
  }
  #related-posts .blog-post {
    max-width: 400px;
  }
  #related-posts .post-thumbnail {
    width: 100%;
  }
  #related-posts .post-thumbnail img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1;
    height: auto;
    max-height: 400px;
    border-radius: 15px;
  }
}
@media screen and (min-width: 1024px) {
  #single-blog {
    padding-top: 30px;
  }
  #single-blog .top-content-default .post-thumbnail {
    width: 90%;
  }
  #single-blog .top-content-default .post-thumbnail img {
    border-radius: 20px;
  }
  #related-posts .flex-group-blog {
    flex-direction: row;
    justify-content: flex-start;
    max-width: 1227px;
    margin: auto;
  }
  #related-posts .cs-title {
    max-width: 1227px;
    margin: auto;
  }
  #related-posts .blog-post {
    width: auto;
    max-width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  #single-blog {
    padding-bottom: 80px;
  }
  #single-blog .flex-group-blog {
    max-width: 1420px;
  }
  #single-blog .post-categories {
    padding-block: 10px 20px;
  }
  #single-blog .the-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex: 3;
  }
  #single-blog .the-content .art-content {
    width: 70%;
    margin: 0;
  }
  #single-blog .sidebar {
    padding: 0;
  }
}
@media screen and (min-width: 0px) {
  .unsubscribe {
    padding-top: 200px;
  }
  .unsubscribe .unsubscribe-container {
    width: 100%;
    max-width: clamp(87rem, 57.924rem + 33.397vw, 98rem);
    margin: auto;
    padding: 0 50px;
  }
  .unsubscribe .unsub-form {
    margin-top: 50px;
  }
  .unsubscribe .unsub-form form {
    max-width: 700px;
  }
}/*# sourceMappingURL=main.css.map */