header ~ *:has(~ footer) .content-block {
  --container_padding_block: 60px;
  padding-block: var(--container_padding_block);
}
@media all and (min-width: 768px) {
  header ~ *:has(~ footer) .content-block {
    --container_padding_block: 100px;
  }
}

header ~ *:has(~ footer) .shortcode-btn, header ~ *:has(~ footer) button,
header ~ *:has(~ footer) .btn, a.button,
a.wp-element-button {
  background-color: var(--colors_three);
  border-radius: 30px;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  transition: all 0.12s ease-in-out;
}
header ~ *:has(~ footer) .shortcode-btn:hover, header ~ *:has(~ footer) button:hover,
header ~ *:has(~ footer) .btn:hover, a.button:hover,
a.wp-element-button:hover {
  background-color: var(--buttons_hoverone);
  color: white;
  transition: all 0.12s ease-in-out;
}

header ~ *:has(~ footer) span.fa-stack[class] {
  --dim: 1em;
  --scale: 1.5;
  --vert_offset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: var(--dim);
  width: var(--dim);
  font-size: var(--dim);
}
header ~ *:has(~ footer) span.fa-stack[class] > .fa-circle {
  background-color: var(--colors_one);
  width: var(--dim);
  height: var(--dim);
  border-radius: 50%;
  top: 50%;
  transform: translate3d(0, -50%, 0) scale(var(--scale));
  font-size: inherit;
}
header ~ *:has(~ footer) span.fa-stack[class] > .fa-circle::before {
  content: none;
}
header ~ *:has(~ footer) span.fa-stack[class] > [class*=fa-]:last-child {
  width: var(--dim);
  height: var(--dim);
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--dim);
  line-height: 1;
}
header ~ *:has(~ footer) span.fa-stack[class] > [class*=fa-]:last-child::before {
  color: white;
  line-height: 1;
  margin: 0;
  width: auto;
  height: auto;
  display: block;
  transform: translate3d(0, var(--vert_offset), 0);
}

header ~ *:has(~ footer) .content-block {
  --container_padding_block: 60px;
  padding-block: var(--container_padding_block);
}
@media all and (min-width: 768px) {
  header ~ *:has(~ footer) .content-block {
    --container_padding_block: 100px;
  }
}

header ~ *:has(~ footer) .shortcode-btn, header ~ *:has(~ footer) button,
header ~ *:has(~ footer) .btn, a.button,
a.wp-element-button {
  background-color: var(--colors_three);
  border-radius: 30px;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  transition: all 0.12s ease-in-out;
}
header ~ *:has(~ footer) .shortcode-btn:hover, header ~ *:has(~ footer) button:hover,
header ~ *:has(~ footer) .btn:hover, a.button:hover,
a.wp-element-button:hover {
  background-color: var(--buttons_hoverone);
  color: white;
  transition: all 0.12s ease-in-out;
}

header ~ *:has(~ footer) span.fa-stack[class] {
  --dim: 1em;
  --scale: 1.5;
  --vert_offset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: var(--dim);
  width: var(--dim);
  font-size: var(--dim);
}
header ~ *:has(~ footer) span.fa-stack[class] > .fa-circle {
  background-color: var(--colors_one);
  width: var(--dim);
  height: var(--dim);
  border-radius: 50%;
  top: 50%;
  transform: translate3d(0, -50%, 0) scale(var(--scale));
  font-size: inherit;
}
header ~ *:has(~ footer) span.fa-stack[class] > .fa-circle::before {
  content: none;
}
header ~ *:has(~ footer) span.fa-stack[class] > [class*=fa-]:last-child {
  width: var(--dim);
  height: var(--dim);
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--dim);
  line-height: 1;
}
header ~ *:has(~ footer) span.fa-stack[class] > [class*=fa-]:last-child::before {
  color: white;
  line-height: 1;
  margin: 0;
  width: auto;
  height: auto;
  display: block;
  transform: translate3d(0, var(--vert_offset), 0);
}

:root {
  --colors_one: #4f86c6;
  --colors_two: #f4a01d;
  --colors_three: #d63e65;
  --colors_four: #1eb264;
  --colors_light: #f8f8f8;
  --colors_medium: #808080;
  --colors_dark: #14273d;
  --colors_tablewhite: #f1f1f1;
  --colors_tablelightwhite: #e5e5e5;
  --colors_tablelight: #aaa;
  --colors_tablemedium: #ddd;
  --colors_tabledark: #ccc;
  --colors_lightpeach: #fff4e4;
  --colors_peach: #fcdeae;
  --colors_lightblue: #e0ebf3;
  --colors_green: #1ca15b;
  --colors_soldoutgray: #777;
  --colors_productbordergray: #cfc8d8;
  --phos_one: #f5c71f;
  --phos_two: #113751;
  --phos_three: #0a192c;
  --wordpress_one: #0085ba;
  --wordpress_two: #006799;
  --wordpress_three: #32373c;
  --wordpress_four: #23282d;
  --acfcolors_one: #565e66;
  --acfcolors_two: #eee;
  --acfcolors_three: #f4f4f4;
  --acfcolors_four: #666;
  --acfcolors_five: #444;
  --buttons_hoverone: #aa304f;
  --buttons_hovertwo: #e96284;
}

[class].grey-bg {
  background-color: var(--colors_light);
}

:root {
  --colors_one: #4f86c6;
  --colors_two: #f4a01d;
  --colors_three: #d63e65;
  --colors_four: #1eb264;
  --colors_light: #f8f8f8;
  --colors_medium: #808080;
  --colors_dark: #14273d;
  --colors_tablewhite: #f1f1f1;
  --colors_tablelightwhite: #e5e5e5;
  --colors_tablelight: #aaa;
  --colors_tablemedium: #ddd;
  --colors_tabledark: #ccc;
  --colors_lightpeach: #fff4e4;
  --colors_peach: #fcdeae;
  --colors_lightblue: #e0ebf3;
  --colors_green: #1ca15b;
  --colors_soldoutgray: #777;
  --colors_productbordergray: #cfc8d8;
  --phos_one: #f5c71f;
  --phos_two: #113751;
  --phos_three: #0a192c;
  --wordpress_one: #0085ba;
  --wordpress_two: #006799;
  --wordpress_three: #32373c;
  --wordpress_four: #23282d;
  --acfcolors_one: #565e66;
  --acfcolors_two: #eee;
  --acfcolors_three: #f4f4f4;
  --acfcolors_four: #666;
  --acfcolors_five: #444;
  --buttons_hoverone: #aa304f;
  --buttons_hovertwo: #e96284;
}

html {
  position: relative;
  scroll-behavior: smooth;
}

header ~ *:has(~ footer) {
  background: white;
  color: var(--colors_dark);
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  position: relative;
  margin: 0;
}

body > footer ~ img {
  height: 0;
}

header ~ *:has(~ footer) h1 {
  color: var(--colors_dark);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  font-family: Montserrat, sans-serif;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  header ~ *:has(~ footer) h1 {
    font-size: 52px;
  }
}
@media all and (min-width: 1280px) {
  header ~ *:has(~ footer) h1 {
    font-size: 56px;
  }
}
header ~ *:has(~ footer) h2 {
  color: var(--colors_dark);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.15;
  font-family: Montserrat, sans-serif;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  header ~ *:has(~ footer) h2 {
    font-size: 36px;
  }
}
@media all and (min-width: 1280px) {
  header ~ *:has(~ footer) h2 {
    font-size: 40px;
  }
}
header ~ *:has(~ footer) h3 {
  color: var(--colors_dark);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
  font-family: Montserrat, sans-serif;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  header ~ *:has(~ footer) h3 {
    font-size: 26px;
  }
}
@media all and (min-width: 1280px) {
  header ~ *:has(~ footer) h3 {
    font-size: 30px;
  }
}
header ~ *:has(~ footer) h4 {
  color: var(--colors_dark);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.15;
  font-family: Montserrat, sans-serif;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  header ~ *:has(~ footer) h4 {
    font-size: 24px;
  }
}
@media all and (min-width: 1280px) {
  header ~ *:has(~ footer) h4 {
    font-size: 22px;
  }
}
header ~ *:has(~ footer) h5 {
  color: var(--colors_dark);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.15;
  font-family: Montserrat, sans-serif;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  header ~ *:has(~ footer) h5 {
    font-size: 22px;
  }
}
@media all and (min-width: 1280px) {
  header ~ *:has(~ footer) h5 {
    font-size: 19px;
  }
}
header ~ *:has(~ footer) h6 {
  line-height: 1.15;
  font-family: Montserrat, sans-serif;
}
header ~ *:has(~ footer) h4 {
  font-family: "Literata", serif;
  font-weight: 600;
}
header ~ *:has(~ footer) ::selection {
  color: white;
  background: var(--colors_one);
}
header ~ *:has(~ footer) *,
header ~ *:has(~ footer) *:focus {
  box-sizing: border-box;
}
header ~ *:has(~ footer) *:focus {
  outline: 0;
}
header ~ *:has(~ footer) a {
  color: var(--colors_one);
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
header ~ *:has(~ footer) a:hover {
  color: var(--colors_two);
}
header ~ *:has(~ footer) figure {
  margin: 0;
}
header ~ *:has(~ footer) hr {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: 20px auto;
  width: 100%;
}
header ~ *:has(~ footer) i,
header ~ *:has(~ footer) em {
  font-style: italic;
}
header ~ *:has(~ footer) pre {
  color: white;
  font-size: 16px;
  font-family: Courier, "New Courier", monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px 20px;
  background: var(--wordpress_four);
  border-radius: 6px;
}
header ~ *:has(~ footer) p {
  margin: 0 0 20px;
}
header ~ *:has(~ footer) img,
header ~ *:has(~ footer) picture {
  max-width: 100%;
  height: auto;
}
header ~ *:has(~ footer) img.responsive,
header ~ *:has(~ footer) picture.responsive {
  display: block;
  width: 100%;
}
header ~ *:has(~ footer) img.alignright,
header ~ *:has(~ footer) picture.alignright {
  margin: 0 0 20px 20px;
  float: right;
}
header ~ *:has(~ footer) img.alignleft,
header ~ *:has(~ footer) picture.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
header ~ *:has(~ footer) img.aligncenter,
header ~ *:has(~ footer) picture.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
header ~ *:has(~ footer) input[type=number]::-webkit-inner-spin-button,
header ~ *:has(~ footer) input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
header ~ *:has(~ footer) blockquote {
  --size: 40px;
  --padding: calc(var(--size)*1.2) calc(var(--size) * 2.15);
  --icon_offset: 0.75;
  display: block;
  margin: var(--size) 0;
  position: relative;
  padding: var(--padding);
  background-color: var(--colors_lightblue);
  border-radius: calc(var(--size) * 0.5);
}
@media (width <= 1020px) {
  header ~ *:has(~ footer) blockquote {
    --icon_offset: 0.5;
  }
}
@media (width <= 480px) {
  header ~ *:has(~ footer) blockquote {
    --padding: calc(var(--size) * 2) var(--size) var(--size);
  }
}
header ~ *:has(~ footer) blockquote:before {
  --dim: calc(var(--size) * 2.5);
  background-image: url("../../images/blockquote_icon.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: var(--dim);
  width: var(--dim);
  left: calc(-1 * var(--size) * var(--icon_offset));
  top: calc(-1 * var(--size) * var(--icon_offset));
  position: absolute;
}
header ~ *:has(~ footer) blockquote > :last-child {
  margin: 0;
}
header ~ *:has(~ footer) table {
  border: 1px solid var(--colors_tabledark);
  border-collapse: collapse;
  margin: 0 auto 25px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
header ~ *:has(~ footer) table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
header ~ *:has(~ footer) table tr {
  background: var(--colors_light);
  border: 1px solid var(--colors_tablemedium);
  padding: 0.35em;
}
header ~ *:has(~ footer) table tr th {
  font-weight: 700;
}
header ~ *:has(~ footer) table th,
header ~ *:has(~ footer) table td {
  padding: 0.625em;
  text-align: center;
}
header ~ *:has(~ footer) table th img,
header ~ *:has(~ footer) table td img {
  max-width: inherit !important;
  width: auto !important;
  display: block;
}
header ~ *:has(~ footer) table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  header ~ *:has(~ footer) table {
    border: 0;
  }
  header ~ *:has(~ footer) table caption {
    font-size: 1.3em;
  }
  header ~ *:has(~ footer) table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  header ~ *:has(~ footer) table tr {
    border-bottom: 3px solid var(--colors_tablemedium);
    display: block;
    margin-bottom: 0.625em;
  }
  header ~ *:has(~ footer) table td {
    display: inline-block;
    font-size: 0.8em;
    text-align: left;
  }
  header ~ *:has(~ footer) table td:before {
    content: attr(data-label);
    font-weight: 700;
    text-transform: uppercase;
  }
  header ~ *:has(~ footer) table td:last-child {
    border-bottom: 0;
  }
}
header ~ *:has(~ footer) [class*=klaviyo-form-] form.klaviyo-form {
  padding: 0px !important;
  container-type: inline-size;
  container-name: form;
  max-width: unset !important;
}
header ~ *:has(~ footer) [class*=klaviyo-form-] form.klaviyo-form > div {
  display: grid !important;
  gap: 10px !important;
}
header ~ *:has(~ footer) [class*=klaviyo-form-] form.klaviyo-form [data-testid=form-row] {
  --cols: 1;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(var(--cols), 1fr) !important;
}
@container form (min-width: 400px) {
  header ~ *:has(~ footer) [class*=klaviyo-form-] form.klaviyo-form [data-testid=form-row]:has(> :nth-child(2)) {
    --cols: 2;
  }
}
header ~ *:has(~ footer) [class*=klaviyo-form-] form.klaviyo-form [data-testid=form-row] > div {
  padding: 0 !important;
}
header ~ *:has(~ footer) .content-block > :last-child {
  margin-bottom: 0;
}
header ~ *:has(~ footer) .content-block.no-top-padding {
  padding-top: 0;
}
header ~ *:has(~ footer) .center-content {
  padding-left: 0 !important;
  text-align: center;
}
header ~ *:has(~ footer) .aside-left,
header ~ *:has(~ footer) .aside-right {
  display: block;
}
@media all and (min-width: 768px) {
  header ~ *:has(~ footer) .aside-left,
  header ~ *:has(~ footer) .aside-right {
    display: flex;
  }
}
header ~ *:has(~ footer) .aside-left aside,
header ~ *:has(~ footer) .aside-right aside {
  width: 100%;
}
@media all and (min-width: 768px) {
  header ~ *:has(~ footer) .aside-left aside,
  header ~ *:has(~ footer) .aside-right aside {
    margin-bottom: 0;
    width: 50%;
  }
}
header ~ *:has(~ footer) .aside-left section,
header ~ *:has(~ footer) .aside-right section {
  width: 100%;
}
@media all and (min-width: 768px) {
  header ~ *:has(~ footer) .aside-left section,
  header ~ *:has(~ footer) .aside-right section {
    margin-bottom: 0;
    width: 50%;
  }
}
header ~ *:has(~ footer) .hidden {
  display: none;
}
header ~ *:has(~ footer) .container {
  margin-block: 0;
  margin-inline: auto;
  width: 100%;
  max-width: 980px;
}
@media (width <= 1020px) {
  header ~ *:has(~ footer) .container {
    width: auto;
    margin-inline: 20px;
  }
}
header ~ *:has(~ footer) .container:not(:has(.modal-block)) {
  container-type: inline-size;
  container-name: container;
}
header ~ *:has(~ footer) .wide-container {
  margin-block: 0;
  margin-inline: auto;
  width: 100%;
  max-width: 1200px;
}
@media (width <= 1240px) {
  header ~ *:has(~ footer) .wide-container {
    width: auto;
    margin-inline: 20px;
  }
}
header ~ *:has(~ footer) .wide-container:not(:has(.modal-block)) {
  container-type: inline-size;
  container-name: container;
}
header ~ *:has(~ footer) .full-container {
  width: 100%;
}
header ~ *:has(~ footer) .small-container {
  margin-block: 0;
  margin-inline: auto;
  width: 100%;
  max-width: 980px;
}
@media (width <= 1020px) {
  header ~ *:has(~ footer) .small-container {
    width: auto;
    margin-inline: 20px;
  }
}
header ~ *:has(~ footer) .small-container:not(:has(.modal-block)) {
  container-type: inline-size;
  container-name: container;
}
header ~ *:has(~ footer) .pagination {
  align-items: center;
  column-gap: 15px;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  row-gap: 5px;
}
header ~ *:has(~ footer) .pagination a,
header ~ *:has(~ footer) .pagination span {
  color: var(--colors_dark);
  cursor: pointer;
  font-family: "Literata", serif;
  font-size: 22px;
  font-weight: 600;
  transition: none;
}
header ~ *:has(~ footer) .pagination span.current {
  background-color: var(--colors_one);
  border-radius: 50%;
  color: white;
  padding: 0px 14px 2px;
}
header ~ *:has(~ footer) .pagination .next,
header ~ *:has(~ footer) .pagination .prev {
  align-items: center;
  column-gap: 6px;
  display: flex;
}
header ~ *:has(~ footer) .pagination .next:hover,
header ~ *:has(~ footer) .pagination .prev:hover {
  column-gap: 10px;
}
header ~ *:has(~ footer) .pagination a.inactive:hover {
  color: var(--colors_one);
}
header ~ *:has(~ footer) .socials {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
header ~ *:has(~ footer) .socials a {
  display: flex;
  transition: all 0.2s;
  cursor: pointer;
}
header ~ *:has(~ footer) .socials a .fa-circle {
  transition: all 250ms ease;
}
header ~ *:has(~ footer) .socials a:hover .fa-circle, header ~ *:has(~ footer) .socials a:focus .fa-circle {
  background-color: hsl(from var(--colors_one) h s calc(l * 1.2));
}
header ~ *:has(~ footer) .socials a .fa-stack {
  --scale: 2;
}
@media all and (min-width: 768px) {
  header ~ *:has(~ footer) .socials {
    justify-content: flex-start;
  }
}
header ~ *:has(~ footer) form.popover-wrapper {
  --message: "Click here to copy this article link";
  --opacity: 0;
  --z_index: -9999;
  --left: calc(1000vw);
  --d: 250ms;
  --duration: var(--d), 0ms, 0ms;
  --delay: 0ms, var(--d), var(--d);
  position: relative;
}
header ~ *:has(~ footer) form.popover-wrapper .popover {
  --popover_bg_color: #333c;
  font-size: 14px;
  line-height: 1;
  color: white;
  background: var(--popover_bg_color);
  padding: 4px 8px;
  position: absolute;
  border: solid 1px var(--colors_tablelight);
  border-radius: 5px;
  display: flex;
  top: 100%;
  left: var(--left);
  transform: translateX(-50%);
  transition-property: opacity, z-index;
  transition-duration: var(--duration);
  transition-delay: var(--delay);
  transition-timing-function: ease-in-out;
  opacity: var(--opacity);
  z-index: var(--z_index);
}
header ~ *:has(~ footer) form.popover-wrapper .popover::before {
  white-space: nowrap;
  content: var(--message);
}
header ~ *:has(~ footer) form.popover-wrapper:focus-within {
  --duration: var(--d), 0ms, 0ms;
  --delay: 0ms, 0ms, 0ms;
  --opacity: 1;
  --z_index: 1;
  --left: 50%;
}
@media all and (min-width: 769px) {
  header ~ *:has(~ footer) ul.break-list {
    columns: 2;
  }
}
header ~ *:has(~ footer) ul.break-list li {
  display: block;
}
header ~ *:has(~ footer) ul.simple-sitemap-page {
  display: flex;
  flex-direction: column;
  margin: 40px auto 0;
  padding: 0;
}
header ~ *:has(~ footer) ul.simple-sitemap-page > li {
  margin: 0;
}
header ~ *:has(~ footer) ul.simple-sitemap-page > li.page_item_has_children .children {
  display: flex;
  flex-direction: column;
  margin: 0;
}
header ~ *:has(~ footer) ul.simple-sitemap-page > li.page_item_has_children .children > li {
  margin: 0;
}
header ~ *:has(~ footer) .bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
header ~ *:has(~ footer) .bg-image-contain {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}/*# sourceMappingURL=theme.min.css.map */
