/* Includes
-------------------------------------------- */

/* Reset
-------------------------------------------- */

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Hero CSS */

.hero-wrapper .container {
  margin-bottom: 120px;
  position: relative;
  z-index: 2;
}

.hero-title h1 {
  color: var(--color-white);
  margin-bottom: 20px;
}

.hero-desc h6 {
  color: var(--color-seafoam);
  text-transform: uppercase;
}

.hero-desc, 
.hero-desc *,
.hero-desc a:hover{
  color: var(--color-white);
}

.hero-button {
  padding-top: 15px;
  padding-right: 53px;
}

.hero-button .btn:hover:after {
  background-color: var(--color-white);
}

.hero-button .btn:hover:before {
  filter:brightness(0) saturate(100%) invert(10%) sepia(15%) saturate(5339%) hue-rotate(192deg) brightness(93%) contrast(95%);
}

.hero-content-wrapper {
  padding: 118px 25% 118px 8%;
  /*   position: relative; */
}

.hero-icon {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 9;
}

.hero-icon svg {
  display: block;
  height: 19.4vw;
  width: 17.5vw;
}

.hero-bl-icon {
  bottom: -130px;
  left: -40px;
  position: absolute;
}

.hero-bl-icon svg {
  height: 180px;
  width: 180px;
}

.hero-wrapper {
  position: relative;
}

.hero-wrapper:before {
  content: "";
  background-color: var(--color-white);
  width: calc(100% - var(--width-wide));
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  margin-right: var(--width-wide);
  margin-left: auto;
}

.hero-wrapper:after {
  content: "";
  background-color: var(--color-dark-blue);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: calc(100% - var(--width-wide));
  margin-left: var(--width-wide);
  margin-right: auto;
}

.noright-graphic .hero-icon{
  display: none;
}

.noBottom-graphic .hero-bl-icon {
  display: none;
}

.noBottom-graphic.hero-wrapper .container {
  margin-bottom: 0;
}

.noright-graphic .hero-content-wrapper {
  padding-right: 5%;
}

.bg-seafoam .hero-title h1, 
.bg-seafoam .hero-desc, 
.bg-seafoam .hero-desc *, 
.bg-seafoam .hero-desc h6 {
  color: var(--color-dark-blue);
}

.bg-seafoam .hero-button .btn {
  background-color: var(--color-white);
  color: var(--color-dark-blue);
}

.bg-seafoam .hero-button .btn:after {
  background-color: var(--color-white);
}

.bg-seafoam .hero-button .btn:hover:after {
  background-color: var(--color-white);
}

.bg-seafoam .hero-button .btn:hover:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(44%) saturate(0) hue-rotate(313deg) brightness(101%) contrast(104%);
}

.seafoam.hero-wrapper:after {
  background-color: var(--color-seafoam);
}

.seafoam .hero-icon svg path {
  stroke: var(--color-white);
}

.light-grey.hero-wrapper:after {
  background-color: var(--color-light-grey);
}

.light-grey .hero-icon svg path:last-child {
  stroke: var(--color-dark-blue);
  fill: var(--color-dark-blue);
}

.bg-light-grey .hero-title h1,
.bg-light-grey .hero-desc h6,
.bg-light-grey .hero-desc, 
.bg-light-grey .hero-desc *{
  color:  var(--color-dark-blue);
}

.bg-light-grey .hero-button .btn:hover:after {
  background-color: var(--color-dark-blue);
}

.bg-light-grey .hero-button .btn:hover:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(44%) saturate(0) hue-rotate(313deg) brightness(101%) contrast(104%);
}

.white.hero-wrapper:after {
  background-color: var(--color-white);
}

.bg-white .hero-button .btn:hover:after {
  background-color: var(--color-dark-blue);
}

.bg-white .hero-title h1{
  color: var(--color-dark-blue);
}

.bg-white .hero-button .btn:hover:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(44%) saturate(0) hue-rotate(313deg) brightness(101%) contrast(104%);
}

.white .hero-icon svg path:last-child {
  stroke: var(--color-dark-blue);
  fill: var(--color-dark-blue);
}

.bg-white .hero-desc, 
.bg-white .hero-desc * {
  color: var(--color-dark-blue);
}

@media (min-width: 1921px){
  .hero-icon svg {
    height: 304px;
    width: 280px;
  }
}
@media (max-width: 1500px){
  .hero-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }


}
@media (max-width: 1350px){
  .hero-icon svg {
    height: 23vw;
    width: 21vw;
  }

  .hero-bl-icon svg {
    height: 140px;
    width: 140px;
  }

  .hero-bl-icon {
    bottom: -100px;
    left: -47px;
  }

  .hero-wrapper .container {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px){
  .hero-content-wrapper {
    padding: 75px 23% 75px 5%;
  }

  .hero-bl-icon svg {
    height: 100px;
    width: 100px;
  }

  .hero-bl-icon {
    bottom: -76px;
    left: -34px;
  }

  .hero-wrapper .container {
    margin-bottom: 67px;
  }
}
@media (max-width: 767px){
  .hero-content-wrapper {
    padding: 50px 23% 50px 5%;
  }

  .hero-bl-icon svg {
    height: 80px;
    width: 80px;
  }

  .hero-bl-icon {
    bottom: -61px;
    left: -27px;
  }

  .hero-wrapper .container {
    margin-bottom: 53px;
  }

  .hero-button {
    padding-top: 15px;
    padding-right: 45px;
  }

  .hero-title h1 {
    margin-bottom: 15px;
  }
}
/* Normalize
-------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 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: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Utilities
-------------------------------------------- */

/* Alignment */

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-justify {
    text-align: justify;
  }
}

/* Embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Screen Readers */

/* Screen Readers */

.skip-to-content {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index:1314;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/* Spacing */

.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 2rem !important;
}
.mt-2 {
  margin-top: 4rem !important;
}
.mt-3 {
  margin-top: 6rem !important;
}
.mt-4 {
  margin-top: 8rem !important;
}
.mt-5 {
  margin-top: 10rem !important;
}
.mt-6 {
  margin-top: 12rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 2rem !important;
}
.mb-2 {
  margin-bottom: 4rem !important;
}
.mb-3 {
  margin-bottom: 6rem !important;
}
.mb-4 {
  margin-bottom: 8rem !important;
}
.mb-5 {
  margin-bottom: 10rem !important;
}
.mb-6 {
  margin-bottom: 12rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 2rem !important;
}
.pt-2 {
  padding-top: 4rem !important;
}
.pt-3 {
  padding-top: 6rem !important;
}
.pt-4 {
  padding-top: 8rem !important;
}
.pt-5 {
  padding-top: 10rem !important;
}
.pt-6 {
  padding-top: 12rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 2rem !important;
}
.pb-2 {
  padding-bottom: 4rem !important;
}
.pb-3 {
  padding-bottom: 6rem !important;
}
.pb-4 {
  padding-bottom: 8rem !important;
}
.pb-5 {
  padding-bottom: 10rem !important;
}
.pb-6 {
  padding-bottom: 12rem !important;
}

/* Colors */

.text-white {
  color: #fff;
}

/* Backgrounds */

/* hs menu thingy */
div.hs-tools-menu {
  top: -3px !important;
  min-height: 30px !important;
}
div.hs-tools-menu.hs-collapsed img.hs-sprocket {
  width: 24px !important;
  right: 3px !important;
}
/* CSS Variables
-------------------------------------------- */

:root {
  --color-main: #232323;
  --color-seafoam: #71DBD4;
  --color-teal: #077E8B;
  --color-light-blue: #14A8DF;
  --color-blue: #00A9E0;
  --color-green: #78BE43;
  --color-light-green: #78BF45;
  --color-mint-blue: #7BCDCC;
  --color-yellow: #FDD205;
  --color-orange: #F15E3F;
  --color-grey: #54575B;
  --color-light-grey: #D9DAD6;
  --color-soft-grey: #D9D9D640;
  --color-cyan : #D9ECED;
  --color-whitesmoke: #F5F5F5;
  --color-charcol-grey: #53565A;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --font-body: "Roboto",Arial,sans-serif;
  --font-primary: "Roboto Slab",Arial,sans-serif;
  --width-content: 1220px;
  --width-wide: 1400px;
  --width-nav: 900px;
  --width-medium: 992px;
  --width-small: 540px;
}
/* Base
-------------------------------------------- */

html {
  /* 	font-size: 62.5%; */
  scroll-behavior: smooth;
}
body {
  color: #494a52;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  background: var(--color-white);
}
.guts {
  /* padding-top: 7rem; */
}
/* .wrapper.page {
overflow: hidden;
} */

/* Layout
-------------------------------------------- */

.container {
  max-width: var(--width-wide);
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}


.container-narrow {
  max-width: var(--width-medium);
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container-medium{
  max-width: var(--width-content);
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.wide-wrapper {
  max-width: 1680px;
  margin: 0 auto;
}

.video-wrap {
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
  position: relative;
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section {
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 992px) {
  section {
    padding: 6rem 0;
  }
}

/* Helpers
-------------------------------------------- */

/* Colors */

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

/* Background Colors */


/* Accents */
.accent-bump::after {
  content: "";
  position: absolute;
  display: block;
  width: 121px;
  height: 26px;
 /* background: transparent url("") no-repeat center center / 100%; */
  z-index: 5;
}
@media (min-width: 992px) {
  .accent-bump::after {
    width: 242px;
    height: 52px;
  }
}
.accent-bump.ltcolor_top_left::after {
  top: 0;
  left: 20%;
  transform: rotate(180deg) translateX(-50%);
}
.accent-bump.ltcolor_top_center::after {
  top: 0;
  left: calc(50% - 121px);
  transform: rotate(180deg);
}
.accent-bump.ltcolor_top_right::after {
  top: 0;
  right: 20%;
  transform: rotate(180deg) translateX(50%);
}
.accent-bump.ltcolor_bottom_left::after {
  bottom: 0;
  left: 20%;
  transform: translateX(-50%);
}
.accent-bump.ltcolor_bottom_center::after {
  bottom: 0;
  left: calc(50% - 121px);
}
.accent-bump.ltcolor_bottom_right::after {
  bottom: 0;
  right: 20%;
  transform: translateX(50%);
}
.accent-bump.white_top_left::after {
  filter: brightness(0) invert(1);
  top: 0;
  left: 20%;
  transform: rotate(180deg) translateX(-50%);
}
.accent-bump.white_top_center::after {
  filter: brightness(0) invert(1);
  top: 0;
  left: calc(50% - 121px);
  transform: rotate(180deg);
}
.accent-bump.white_top_right::after {
  filter: brightness(0) invert(1);
  top: 0;
  right: 20%;
  transform: rotate(180deg) translateX(50%);
}
.accent-bump.white_bottom_left::after {
  filter: brightness(0) invert(1);
  bottom: 0;
  left: 20%;
  transform: translateX(-50%);
}
.accent-bump.white_bottom_center::after {
  filter: brightness(0) invert(1);
  bottom: 0;
  left: calc(50% - 121px);
}
.accent-bump.white_bottom_right::after {
  filter: brightness(0) invert(1);
  bottom: 0;
  right: 20%;
  transform: translateX(50%);
}
/* Typography
-------------------------------------------- */

body {
  background-color: var(--color-white);
  font-family: var(--font-body);
  color: var(--color-main);
  font-size: 18px;
  line-height: 1.77;
  font-weight: 400;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

a {
  color: var(--color-teal);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  color: var(--color-light-blue);
  text-decoration: none;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: var(--font-primary);
  color: var(--color-main);
}
p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
/* some changes from request for no bold kept old weights from design just in case */
h1, .h1 {
  color: var(--color-teal);
  font-size: clamp(1rem, 4vw + 1rem, 72px);
  line-height: 1.04;
/*   font-weight: 600; */
  font-weight: 400;
  letter-spacing: -0.02em;
}

h2, .h2 {
  font-size: clamp(1.5rem, 3vw + 1rem, 60px);
  line-height: 1.08;
/*   font-weight: 500; */
  font-weight: 400;
  letter-spacing: -0.02em;
}

h3, .h3 {
  font-size: clamp(1.25rem, 2.5vw + 1rem, 32px);
  line-height: 1.09;
/*   font-weight: 600; */
  font-weight: 400;
  letter-spacing: -0.03em;
  color: var(--color-text);
}

h4, .h4 {
  font-size: clamp(1rem, 2vw + 1rem, 24px);
  line-height: 1.33;
  font-weight: 400;
}


h5, .h5 {
  font-size: clamp(0.875rem, 1.5vw + 1rem, 22px);
  line-height: 1.25;
  font-weight: 400;
}

h6, .h6 {
  font-size: clamp(0.75rem, 1vw + 1rem, 18px);
  font-weight: 400;
  line-height: 1.22;
}


strong {
  font-weight: 700;
}

h1 strong, .h1 strong,
h2 strong, .h2 strong,
h3 strong, .h3 strong,
h4 strong, .h4 strong,
h5 strong, .h5 strong,
h6 strong, .h6 strong {
  font-weight: 400;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}


/* Blockquote */

blockquote {
  margin: 2rem 0;
  padding-left: 1rem;
  border-left: 0.5rem solid var(--color-teal);
}

/* Horizontal Rules */

hr {
  background-color: var(--color-teal);
  height: 1px;
  border: none;
}


/* Buttons
-------------------------------------------- */

.btn,
.cta_button,
.hs-button,
input.hs-button,
.primary-btn{
  background-color: var(--color-seafoam);
  border: 2px solid var(--color-seafoam);
  color: var(--color-main);
  font-family: var(--font-body);
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.01em;
  font-style: normal;
/*   font-weight: 700; */
  font-weight: 400;
  line-height: 1;
  padding: 16px 55px 16px 25px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
}

.btn:hover,
.btn:focus,
a.hs-button:hover,
a.hs-button:focus,
input.hs-button:hover,
input.hs-button:focus,
.primary-btn:hover,
.primary-btn:focus{
  text-decoration: none;
  background-color: transparent;
  color: var(--color-main);
  border-color: var(--color-black);
  outline: none;
}

.secondary-btn{
  border-color: var(--color-main);
  background-color: var(--color-white);
  color: var(--color-main);
}

.secondary-btn:hover,
.secondary-btn:focus{
  background-color: var(--color-seafoam);
  color: var(--color-main);
  border-color: var(--color-seafoam);
}

.actions,
.hs-button,
.btn,
.cta_button,
input.hs-button,
.primary-btn,
.secondary-btn{
  position: relative;
  display: inline-block;
}

.actions:after,
.hs-button:after,
.btn:after,
.cta_button:after,
input.hs-button:after,
.primary-btn:after,
.secondary-btn:after{
  background-image: url(https://47387659.fs1.hubspotusercontent-na1.net/hubfs/47387659/Vivie/Website/Images/btn-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 13px;
  transition: all .3s ease;
  width: 13px;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;

}

.actions:hover:after, 
.hs-button:hover:after, 
.btn:hover:after, 
.cta_button:hover:after, 
input.hs-button:hover:after, 
.primary-btn:hover:after, 
.secondary-btn:hover:after {
  transform: rotate(45deg);
  margin-top: -6px;
}

.tertiary-btn {
  background-color: var(--color-charcol-grey);
  border-color: var(--color-charcol-grey);
  color: var(--color-white);
}

.tertiary-btn:after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.tertiary-btn:hover:after,
.tertiary-btn:focus:after{
  filter: brightness(0) saturate(100%) invert(12%) sepia(1%) saturate(0%) hue-rotate(152deg) brightness(97%) contrast(93%);
}

.activedemand-page .cta_button {
  background-color: transparent;
  border-color: transparent;
}

.activedemand-page .cta_button:after {
  background-image: none;
  display: none;
}

.activedemand-button:after {
  display: none;
}

button {
  cursor: pointer;
}

.bg-cyan {
  background-color: var(--color-cyan);
  color: var(--color-main);
}

.bg-white {
  background-color: var(--color-white);
  color: var(--color-main);
}

.bg-seafoam {
  background-color: var(--color-seafoam);
  color: var(--color-black);
}

.bg-teal {
  background-color: var(--color-teal);
  color: var(--color-white);
}

.bg-grey {
  background-color: var(--color-soft-grey);
  color: var(--color-main);
}

.bg-whitesmoke {
  background-color: var(--color-whitesmoke);
  color: var(--color-main);
}

.bg-light-grey {
  background-color: var(--color-soft-grey);
  color: var(--color-main);
}

.bg-blue {
  background-color: var(--color-blue);
  color: var(--color-white);
}


.arrows {
  background-color: transparent;
  border: none;
  height: 45px;
  left: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
}

.arrows.arrows-prev {
  left: -50px;
}

.arrows.arrows-next {
  left: auto;
  right: -50px;
}

.arrows:focus svg rect,.arrows:hover svg rect {
  fill: var(--color-seafoam);
}

.arrows:focus svg path, .arrows:hover svg path {
  fill: var(--color-white);
}

.bg-teal .arrows svg rect {
  fill: var(--color-white);
}

.bg-teal .arrows svg path {
  fill: var(--color-main);
}

.bg-teal .arrows:hover svg rect,
.bg-teal .arrows:focus svg rect{
  fill: var(--color-seafoam);
}

.bg-teal .arrows:hover svg path,
.bg-teal .arrows:focus svg path{
  fill: var(--color-white);
}

/* .bg-seafoam .arrows svg rect {
fill: var(--color-white);
}
*/
.bg-seafoam .arrows svg path {
  fill: var(--color-white);
}

.bg-seafoam .arrows:hover svg rect,
.bg-seafoam .arrows:focus svg rect{
  fill: var(--color-white);
}

.bg-seafoam .arrows:hover svg path,
.bg-seafoam .arrows:focus svg path{
  fill: var(--color-main);
} 

@media (min-width: 768px){
  .visible-phone {
    display: none !important;
  }
}
@media (max-width: 991px){}
@media (max-width: 767px){
  .visible-phone {
    display: block !important;
  }
}

/* HubSpot Overrides */

.hs-button.secondary {
  display: inline-block;
  padding: 1rem 2rem;
  -webkit-appearance: none;
}
.hs-button.secondary:hover,
.hs-button.secondary:active,
.hs-button.secondary:focus {
  text-decoration: none;
}

/* Sizing */

.btn--sm {
  padding: .5rem 1rem;
  font-size: 1.6rem;
}

.btn--lg {
  padding: 1.5rem 3rem;
  font-size: 2rem;
}
/* arrow button */
.btn--block {
  display: block;
}


@media (max-width: 767px){
  .btn, .cta_button, .hs-button, .primary-btn,.secondary-btn, input.hs-button {
    padding: 15px 55px 15px 20px;
    font-size: 16px;
  }

/*   .actions:after, .btn:after, .cta_button:after, .hs-button:after, .primary-btn:after, .secondary-btn:after, input.hs-button:after {
    margin-left: 5px;
  } */

  .header-right {
    padding-left: 0 !important;
  }
}
/* Forms
-------------------------------------------- */

/* form {
background: #EEE;
max-width: 500px;
padding: 30px;
} */

.form-title {
  margin-bottom: 30px;
}

.actions {
  padding-top: 10px;
  background: var(--color-seafoam);
  border: 2px solid var(--color-seafoam);
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  font-family: var(--font-body);
  padding: 9px 55px 9px 25px;
  position: relative;
  cursor: pointer;
}

.actions .hs-button {
  border: none;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
}

.actions input.hs-button:after {
  display: none;
}

.actions:hover,
.actions:focus {
  background: transparent;
  border-color: var(--color-black);
  color: var(--color-main);
  outline: none;
  text-decoration: none;
}

.actions:hover input.hs-button, 
.actions:hover input.hs-button {
  background: transparent;
}


input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  appearance: none;
  background: var(--color-white);
  border: 1px solid var(--color-white);
  color: var(--color-main);
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.55;
  margin-bottom: 8px;
  outline: none;
  padding: 12px;
  text-align: left;
  width: 100%;
}

select {
  height: 47px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: var(--color-main);
}

textarea {
  min-height: 120px;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 32px !important;
  background-image: url('https://22760928.fs1.hubspotusercontent-na1.net/hubfs/22760928/RCS_2024/website/images/arrow-down.svg') !important;
  background-origin: content-box !important;
  background-position: right -22px center !important;
  background-repeat: no-repeat !important;
  background-size: 14px 8px !important;
}

select[multiple] {
  height: auto;
  background-image: none;
}

label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0 0 10px;
  text-align: left;
  color: var(--color-main);
}

.hs-form .hs-field-desc {
  font-size: 15px;
  line-height: 1.5em;
  margin: 0px 0 5px 20px;
}

.hs-form-field {
  margin-bottom: 20px;
}

.inputs-list li [type=checkbox] {
  border: 1px solid var(--color-main);
  border-radius: 0;
  width: 20px !important;
  height: 20px;
  margin: 0 10px 0 0px;
  vertical-align: middle;
  display: inline-block;
}

.inputs-list li [type=checkbox] + span {
  vertical-align: middle;
  display: inline-block;
}

.inputs-list li.hs-form-booleancheckbox label {
  display: inline-block !important;
  vertical-align: middle;
}

.hs-button {
  cursor: pointer
}

.hs_submit.hs-submit {
  padding-top: 10px;
}

/* Inputs List */

.hs-form ul.inputs-list:not(.hs-error-msgs) {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

/* .hs-form ul.inputs-list:not(.hs-error-msgs) li {
margin-bottom: 10px;
} */

.hs-form ul.inputs-list:not(.hs-error-msgs) label {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: baseline;
  column-gap: 10px;
}

.hs-form ul.inputs-list:not(.hs-error-msgs) li:last-child label {
  margin: 0;
}

.hs-form .hs-form-field ul.inputs-list:not(.hs-error-msgs) span {
  font-weight: 400;
}

/* Error */

.hs-input.invalid {
  border-color: red;
}
.hs-error-msgs {
  position: relative;
  margin: 5px 0 0 !important;
  padding: 0 0 0 15px !important;
  list-style: none;
  color: red;
  line-height: 1.2;
}
.hs-error-msgs:after {
  position: absolute;
  content: '▴';
  top: 0;
  left: 0;
}

.hs-error-msg {
  font-size: 14px;
  font-weight: 400;
}

/* Captcha */

.hs_recaptcha {
  margin-bottom: 20px;
}

/* Fix Column Layouts */

.hs-form fieldset {
  max-width: inherit !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  float: none !important;
  width: 100% !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']),
.hs-form fieldset.form-columns-2 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']),
.hs-form fieldset.form-columns-3 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']) {
  width: 100% !important;
}

.hs_resume_upload .hs-input {
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
  border-radius: 0;
}

input#hs-pwd-widget-password {
  margin-top: 0 !important;
  height: auto !important;
}

/* WebKit browsers (Chrome, Safari) */
input::-webkit-input-placeholder {
  color: var(--color-black);
}

/* Mozilla Firefox */
input:-moz-placeholder {
  color: var(--color-main);
  opacity: 1; /* Override Firefox's reduced opacity default */
}

textarea:-moz-placeholder {
  color: var(--color-main);
  opacity: 1;
}

/* Internet Explorer 10+ */
input:-ms-input-placeholder {
  color: var(--color-main);
}

textarea:-ms-input-placeholder {
  color: var(--color-main);
}

/* Microsoft Edge */
input::-ms-input-placeholder {
  color: var(--color-main);
}

textarea::-ms-input-placeholder {
  color: var(--color-main);
}

/* Standard syntax */
input::placeholder {
  color: var(--color-main);
}

textarea::placeholder {
  color: var(--color-main);
}

/* .donation-form .field.radio label span.label, .donation-form .field.checkbox label span.label {
margin-left: 10px;
}

.donation-form .field input, .donation-form .field select, .donation-form .field textarea {
width: 100%;
max-width: 100%;
box-sizing: border-box;
min-height: 47px;
}

.donation-form .field.radio label {
display: flex;
align-items: center;
}

.donation-form .field.radio input, .donation-form .field.checkbox input {
min-height: auto;
}

.donation-form .payment>h3, .donation-form .contact>h3, .donation-form .billing-address >h3 {
margin-top: 20px;
}

.donation-form .btn-group {
margin-top: 30px;
display: inline-block;
position: relative;
background-color: var(--color-seafoam);
border: 2px solid var(--color-seafoam);
border-bottom-left-radius: 25px;
border-top-right-radius: 25px;
padding: 16px 55px 16px 25px;
cursor: pointer;
}

.donation-form .btn-group .btn-submit-donation {
padding: 0;
cursor: pointer;
text-align: center;
text-decoration: none;
vertical-align: middle;
font-family: var(--font-body);
font-size: 18px;
font-style: normal;
font-weight: 400;
letter-spacing: .01em;
line-height: 1;
background-color: transparent;
border: none;
border-bottom-left-radius: 0;
border-top-right-radius: 0;
display: block;
}

.donation-form .btn-group .btn-submit-donation:hover, .donation-form .btn-group .btn-submit-donation:focus {
background-color: transparent;
border-color: var(--color-black);
color: var(--color-main);
outline: none;
text-decoration: none;
}

.donation-form .btn-group:after {
background-image: url(https://47387659.fs1.hubspotusercontent-na1.net/hubfs/47387659/Vivie/Website/Images/btn-arrow.svg);
background-position: 50%;
background-repeat: no-repeat;
background-size: contain;
content: "";
display: inline-block;
height: 13px;
position: absolute;
right: 28px;
top: 50%;
transform: translateY(-50%);
transition: all .3s ease;
width: 13px;
z-index: 2;
}

.donation-form .btn-group:hover:after, .donation-form .btn-group:focus:after {
margin-top: -6px;
transform: rotate(45deg);
}

.donation-form .btn-group:hover, .donation-form .btn-group:focus {
background-color: transparent;
border-color: var(--color-black);
color: var(--color-main);
outline: none;
text-decoration: none;
} */

@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .hs-form fieldset.form-columns-2,
  .hs-form fieldset.form-columns-3 {
    display: grid;
    column-gap: 20px;
  }
  .hs-form fieldset.form-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .hs-form fieldset.form-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.activedemand-wrapper,
.activedemand-replace .cta_text {
  float: inherit !important;
}

.search-result-section .hs-search-field__form .hs-search-field__button {
  display: none;
}

.search-result-section .hs-search-field__bar {
  margin: 0 0 2em;
}

.search-result-section .hs-search-field__bar > form > .hs-search-field__input {
  font-size: 14px;
  border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  padding: 12px 8px;
  width: 100%;
  margin: 0;
  outline: none !important;
}

.search-result-section .hs-search-field__bar .hs-search-field__form {
  position: relative;
}

.hs-search-results__listing__item .hs-search-results__featured-image-wrapper {
  margin-right: 2rem;
}

.hs-search-results__listing__item .hs-search-results__featured-image-wrapper .hs-search-results__featured-image {
  aspect-ratio: 16/9;
}

#hs_cos_wrapper_search_results .hs-search-results__title {
  font-size: clamp(1.25rem, 2.5vw + 1rem, 32px);
  letter-spacing: -.03em;
  line-height: 1.09;
}

#hs_cos_wrapper_search_results .hs-search-results__pagination {
  margin: 4em 0 1em;
}
/* Header
-------------------------------------------- */
header.header {
  background: var(--color-white);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(0);
  transition: transform .3s;
  width: 100%;
  z-index: 1313;
  padding: 20px 0;
}

.header:not(.has-open-nav)[data-scroll-direction=down] {
  transform: translateY(-100%)
}

.header[data-scroll-direction=up] {
  transform: translateY(0)
}


@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0,-100px,0);
    -webkit-transform: translate3d(0,-100px,0)
  }

  to {
    opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0,-100px,0);
    -webkit-transform: translate3d(0,-100px,0)
  }

  to {
    opacity: 1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased
  }
}

body {
  padding-top: 124px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px;
  align-items: center;
}

.header-inner>div {
  padding: 0 20px;
}

.masthead__main-nav {
  margin-top: 0px;
}

.utility-nav__list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 0 -10px;
}

.utility-nav__list li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: left;
  display: inline-block;
  padding: 0 10px;
  color: #54575B;
}

.utility-nav__list li a:hover,.utility-nav__list li a:focus {
  color: var(--color-teal);
}

.main-nav__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav__list .main-nav__item.main-nav__item--has-children {
  position: relative;
}

.main-nav-second-child {
  background: #fff;
  border-radius: 0;
  border-top: 1px solid #ededed;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 320px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  transition: all .3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}

.main-nav__dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.main-nav__list .main-nav__item.main-nav__item--has-children.is-open .main-nav-second-child {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav__list .main-nav__item.main-nav__item--has-children:last-child .main-nav-second-child {
  right: 0;
  left: auto;
}

button.dropdown-toggle {
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
  top: -2px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.main-nav__list .main-nav__item.main-nav__item--has-children.is-open .dropdown-toggle {
  transform: rotate(180deg);
}

.main-nav__item .dropdown-toggle svg {
  width: 10px;
  height: 10px;
}

.main-nav__item {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-nav__item:first-child {
  padding-left: 0;
}

.main-nav__item:last-child {
  padding-right: 0;
}

.main-nav__link {
  color: var(--color-teal);
  display: block;
  padding: 15px 5px 15px 0;
  position: relative;
  text-decoration: none;
  font-family: Roboto;
  font-size: 18px;
  /* font-weight: 500; */
  line-height: 13px;
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
}

.main-nav__link:focus,
.main-nav__link:hover{
  color: var(--color-light-blue);
}

.main-nav__dropdown_title {
  font-family: var(--font-primary);
  font-size: 26px;
  /*   font-weight: 700; */
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 32px;
  padding: 25px 20px;
  text-align: left;
  background: #f5f5f5;
  position: static;
  max-width: 320px;
}

.main-nav__dropdown-link{
  color: var(--color-main);
  display: block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  /*   font-weight: 800; */
  font-weight: 400;
  line-height: 1.33;
  text-align: left;
  padding: 18px 20px;
  border-top: 1px solid #D9D9D9;
}

.main-nav__dropdown-link:focus,
.main-nav__dropdown-link:hover,
.main-nav__dropdown-item.active > .main-nav__dropdown-link{
  background: #fff;
  color: var(--color-main);
}


.main-nav .main-nav__dropdown-item {
  background: #f5f5f5;
  line-height: normal;
  padding: 0;
  position: static;
  max-width: 320px;
}


.second-dropdown-toggle {
  background: transparent;
  border: none;
  display: block;
  height: 30px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 16px;
  width: 30px;
}

.main-nav__dropdown_child {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}


.main-nav__dropdown_child li {
  padding: 8px 0px;
}

.main-nav__dropdown_child li a {
  font-family: Roboto;
  font-size: 18px;
  /*   font-weight: 500; */
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  color: #232323;
  display: block;
}

.main-nav__dropdown_child li a:hover,
.main-nav__dropdown_child li a:focus{
  color: var(--color-teal);
}

.main-nav-third-child {
  background: #fff;
  height: 100%;
  left: 100%;
  max-width: 250px;
  opacity: 0;
  position: absolute;
  right: auto;
  top: 0;
  visibility: hidden;
  width: 100%;
  padding: 0 25px;
}

.main-nav .main-nav__dropdown-item:hover .main-nav-third-child {
  opacity: 1;
  visibility: visible;
}


.main-nav__dropdown-item .main-nav-third-child.is-open {
  opacity: 1;
  visibility: visible;
}

.main-nav__dropdown_child_title {
  border-bottom: 1px solid #d9d9d9;
  font-size: 18px;
  /*   font-weight: 800; */
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
  padding: 10px 0 10px;
  text-transform: uppercase;
}

.masthead__utility-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-search-form {
  display: flex;
  align-items: center;
  position: relative;
}
.header-search input#search_input-input {
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #cccccc;
  padding: 6px 30px 6px 8px;
}
.header-search button.hs-search-field__button {
  display: none;
}
.header-search-button svg {
  width: 18px;
  fill: var(--color-seafoam);
}
.header-search-input {
  margin-right: -20px;
  min-width: 230px;
}
.header-search-button {
  line-height: 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
  right: 6px;
  border: 0;
  padding: 0;
  background-color: transparent;
}
.header-search .hs-search-field__suggestions-container {
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0;
  z-index: 1;
  display: none;
}
.search-open .header-search .hs-search-field__suggestions-container {
  display: block;
}
.header-search input#search_input-input {
  /*     width: 0;
  padding: 6px 0;
  border: 1px solid transparent; */
  display: none;
}
.search-open .header-search input#search_input-input {
  /*     width: 100%;
  padding: 6px 30px 6px 8px;
  border-color: #cccccc; */
  display: block;
}

@media (min-width: 1200px) {
  .mobile-menu,.mobile-nav,.mobile-nav__toggle,.utility-nav.mobile-utility-nav {
    display:none;
  }
}


@media (max-width: 1199px){
  .header_lp .logo {
    width: auto;
  }

  .header-btn {
    padding-right: 70px;
  }

  .masthead__main-nav, .masthead__utility-nav, .mobile-nav {
    display: none;
  }

  .mobile-nav__toggle {
    background: var(--color-seafoam);
    border: none;
    border-radius: 5px;
    flex: 0 1 2.5rem;
    height: calc(2.5rem + 2px);
    padding: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(2.5rem + 2px);
    border: 2px solid var(--color-seafoam);
  }

  .mobile-nav__toggle:hover,
  .mobile-nav__toggle:focus{
    background: var(--color-white);
    border-color: var(--color-main);
  }

  .sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0,0,0,0);
    border: 0
  }

  .mobile-nav__toggle span {
    background: var(--color-main);
    display: block;
    height: 4px;
    left: 7px;
    position: absolute;
    top: calc(50% - 2px);
    transition: all .3s ease;
    width: 25px;
  }

  .mobile-nav__toggle span:first-of-type {
    top: 8px;
  }

  .mobile-nav__toggle span:nth-of-type(2) {
    transform: rotate(0);
    transition: all .5s;
  }

  .mobile-nav__toggle span:nth-of-type(3) {
    top: 26px;
  }

  .mobile-nav__toggle:hover span:nth-of-type(2) {
    left: .5rem;
    width: 25px;
  }

  .mobile-nav__toggle span:nth-of-type(2) {
    transform: rotate(0);
    transition: all .5s;
  }

  .mobile-nav__toggle.is-open span,
  .mobile-nav__toggle:hover span{
    background: var(--color-main);
  }

  .mobile-nav__toggle.is-open span:nth-of-type(2) {
    left: .5rem;
    transform: rotate(135deg);
    width: 25px;
    opacity: 0;
  }

  .mobile-nav__main-nav {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-nav.is-open {
    background-color: var(--color-teal);
    display: block;
    left: 0;
    margin: 0 auto;
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
    padding: 0 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    width: 100%;
    z-index: 99;
  }

  .mobile-nav__toggle.is-open span:first-of-type {
    transform: rotate(135deg);
    top: 18px;
  }

  .mobile-nav__toggle.is-open span:last-child {
    transform: rotate(225deg);
    top: 18px;
  }

  .mobile-nav__list {
    border-top: 2px solid var(--color-white);
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile-nav__utility-nav {
    list-style: none;
    margin: 0;
  }

  .mobile-nav__item {
    position: relative;
    border-bottom: 2px solid var(--color-white);
  }

  .mobile-nav__item:last-child {
    border: none;
  }

  .mobile-nav__link {
    color: var(--color-white);
    display: block;
    font-size: 18px;
    /*     font-weight: 700; */
    font-weight: 300;
    line-height: 1.66;
    padding: 12px 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-nav__link:hover,
  .mobile-nav__link:focus,
  .mobile-nav__link:active {
    color: var(--color-seafoam);
  }

  .mobile-nav__item--has-children .mobile-nav__link {
    margin-right: 3rem
  }

  .mobile-nav__dropdown-toggle {
    background: transparent;
    border: none;
    color: var(--color-white);
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background .3s;
    width: 53px;
    height: 53px;
  }

  .mobile-nav__dropdown-toggle svg {
    height: 16px;
    transition: all .3s;
    width: 16px;
    fill: var(--color-white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .mobile-nav__dropdown-toggle.is-open svg {
    transform: rotate(180deg);
    margin-top: -7px;
  }

  .mobile-nav__dropdown-toggle:hover svg {
    color: var(--color-seafoam);
  }

  .mobile-nav__dropdown-toggle:hover svg path, 
  .mobile-nav__dropdown-toggle:focus svg path {
    fill: var(--color-seafoam);
  }

  .mobile-nav__dropdown {
    display: none;
    background-color: var(--color-white);
  }

  .mobile-nav__dropdown.is-open {
    border-top: 2px solid var(--color-white);
    display: block;
    list-style: none;
    padding: .5rem 0px;
  }

  .mobile-nav__dropdown-item {
    padding: .6rem 0px;
    position: relative;
  }

  .mobile-nav__dropdown-link {
    color: #232323;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    text-align: left;
    text-decoration: none;
    padding-left: 30px;
  }

  .mobile-nav__dropdown-link:hover {
    color: var(--color-seafoam);
  }

  .mobile-nav__dropdown .mobile-nav__dropdown-toggle {
    height: 46px;
    width: 53px;
  }

  .mobile-nav__dropdown.main-nav__dropdown_children {
    margin-top: 20px !important;
    border-bottom: 2px solid var(--color-white);
    padding-left: 10px;
  }

  .mobile-nav__list.mobile-nav__main-nav {
    border-top: none;
  }

  .mobile-nav__dropdown-item .mobile-nav__dropdown-toggle {
    color: #232323;
  }

  .hs-search-field__form {
    position: relative;
  }
  .header-search input#search_input-input {
    display: block;
    padding: 14px 40px 14px 20px;
    border-color: var(--color-teal);
    font-size: 18px;
    font-weight: 300;
  }
  .header-search button.hs-search-field__button {
    display: block;
    line-height: 0;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    right: 10px;
    border: 0;
    padding: 0;
    background-color: transparent;
    top: 14px;
  }
  .header-search button.hs-search-field__button svg {
    height: 22px;
    fill: var(--color-seafoam);
  }
  .header-search-input {
    margin-right: 0;
    min-width: 100%;
  }
  .hs-search-field__suggestions-container {
    display: block;
  }

}

@media (max-width: 991px){
  .scroll-header header.header {
    animation: none;
  }
}
@media (max-width: 767px){

  .logo img {
    width: 80px !important;
  }

  header.header {
    padding: 15px 0;
  }

  body {
    padding-top: 97px;
  }

  .header-btn {
    padding-right: 60px;
  }

}
/* Footer
-------------------------------------------- */

.footer-top {
  background: var(--color-teal);
  padding: 45px 0;
  color: var(--color-white);
  background-image: url(https://47387659.fs1.hubspotusercontent-na1.net/hubfs/47387659/Vivie/Website/Images/footer-bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

.footer__col a{
  color: var(--color-white);
}

.footer__col a:hover,
.footer__col a:focus {
  color: var(--color-seafoam);
}

.footer-top-container-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px;
}

.footer__col {
  padding: 0 20px;
}

.footer__col.footer-left-col {
  max-width: 260px;
}

.footer-logo {
  padding-bottom: 25px;
}

.footer-description p:last-child {
  margin-bottom: 0;
}

.footer__col.footer-middle-col {
  max-width: 320px;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.footer-menu .hs-menu-wrapper > ul > li {
  width: 50%;
}

.footer-menu ul ul li {
  margin-bottom: 8px;
  display: block;
  width: 100%;
}

.footer-menu ul ul li a {
  color: var(--color-white);
/*   font-weight: 600; */
  text-decoration: none;
}

.footer-address ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-address ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}

.footer-address ul li p {
  margin: 0 0 5px;
}

.footer-address ul li p a {
  text-decoration: none;
}

.footer-address-icon {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 3px;
}

.footer__col.footer-right-col {
  max-width: 306px;
}

.footer-address-number a {
/*   font-weight: 600; */
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.footer_social {
  padding-top: 20px;
}

.footer_social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.footer_social ul li {
  width: 20%;
  padding: 0 15px 0 0px;
}

.footer_social ul li:last-child {
  padding-right: 0;
}

.footer-bottom {
  background: var(--color-white);
  padding: 11px 0;
}

.footer-bottom-links p {
  margin: 0;
  line-height: 1;
}

.footer-bottom-links a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: var(--color-main);
}

.footer-bottom-links a:hover {
  color: var(--color-teal);
}

.footer-bottom-links span {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}

@media (max-width: 991px){

}

@media (max-width: 767px){
  .footer-top {
    background-size: contain;
    background-position: right bottom;
  }
  
  .footer-top-container-inner {
    flex-direction: column;
    gap: 30px;
  }

  .footer__col.footer-left-col,
  .footer__col.footer-middle-col,
  .footer__col.footer-right-col{
    max-width: 100%;
  }

  .footer-bottom {
    padding: 15px 0;
  }

}
.blog-listing__grid-item {
  padding: 15px;
  border-radius: 12px;
  transition: all .3s ease;
}

.blog-listing__grid-item:hover {
  background-color: var(--color-cyan);
}

.blog-listing__featured-image {
  overflow: hidden;
  padding-bottom: 62%;
  position: relative;
  border-radius: 12px;
}

.blog-listing__featured-image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all .3s ease;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-listing__grid-item-inner:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-listing__grid-item-inner a {
  text-decoration: none;
}

.blog-listing_desc {
  background: transparent;
  padding: 15px 0 0;
  position: relative;
}

.blog-listing-tags {
  color: var(--color-teal);
  font-size: 14px;
}

.blog-post-tag:after {
  content: "";
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin: 0 8px;
  background: var(--color-teal);
  display: inline-block;
  position: relative;
  top: -2px;
}

.blog-listing__title {
  margin-top: 10px;
  margin-bottom: 0;
  color: var(--color-main);
}

.blog-listing__title a {
  text-decoration: none;
  color: inherit;
}

.blog-more-btn {
  font-weight: 400;
  letter-spacing: .02em;
  padding-right: 60px;
}

.blog-more-btn a {
  text-decoration: none;
  color: inherit;
}

.rp-img-btn>a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rp-img-btn {
  align-items: center;
  background: var(--color-dark-blue);
  bottom: -31px;
  display: flex;
  height: 80px;
  justify-content: center;
  position: absolute;
  right: -25px;
  transition: all .3s ease;
  width: 80px;
}

.rp-img-btn svg {
  display: block;
}

.blog-listing_desc_inner {
  position: relative;
}

a.next-posts-link.load-more.p-hide {
  display: none !important;
}

.blog-pagination {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 40px 0 20px;
}

.blog-pagination a {
  color: var(--color-dark-blue);
  display: block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

.blog-post .cta_button {
  background: var(--color-yellow) !important;
  border: 1.5px solid var(--color-yellow) !important;
  color: var(--color-black) !important;
  display: inline-block !important;
  /* font-weight: 800 !important; */
  letter-spacing: 1px;
  line-height: 1.21 !important;
  padding: 12px 25px !important;
  position: relative;
  text-align: center !important;
  text-transform: uppercase;
  vertical-align: middle;
  font-family: "Montserrat", Arial, sans-serif !important;
}

.blog-post .cta_button > span {
  font-size: 14px !important;
}

.blog-post .cta_button:hover {
  background: var(--color-black) !important;
  border: 1.5px solid var(--color-black) !important;
  color: var(--color-yellow) !important;
}


.blog-post-col-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blog-post-col {
  padding: 0 15px;
}

.blog-post-col.post-content {
  width: 70%;
  padding-left: 100px;
}

.blog-post-col.post-sidebar {
  width: 30%;
}

.blog-sidebar-widget h3 {
  font-size: 18px;
  /* font-weight: 800; */
  line-height: 1.22;
  letter-spacing: 0.08em;
  text-align: left;
  color: var(--color-dark-blue);
  text-transform: uppercase;
  margin-bottom: 25px;
}

.blog-sidebar-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-social-share ul {
  display: flex;
  flex-wrap: wrap;
}

.sidebar-social-share ul li {
  margin: 0 12px;
}

.sidebar-social-share ul li:first-child {
  margin-left: 0;
}

.blog-sidebar-widget {
  margin-bottom: 40px;
}

.sidebar-social-share ul li a:hover svg path {
  fill: var(--color-dark-blue);
}

.sidebar-social-share ul li a {
  background-color: #000;
  display: block;
  width: 140px;
  text-align: center;
  height: 50px;
  line-height: 60px;
  border-radius: 4px;
  opacity: 0.8;
}

.sidebar-social-share ul li a:hover {
  opacity: 1;
}

.sidebar-social-share ul li a svg path {
  fill: #fff;
}

.sidebar-social-share ul li a:hover svg path {
  fill: #fff;
}

.sidebar-social-share ul li a.share_facebook {
  background: #3b5998;
}

.sidebar-social-share ul li a.share_linkedin {
  background: #0077b5;
}

.sidebar-social-share ul li a.share_twitter {
  background: #55acee;
}

.sidebar-social-share ul li a svg {
  height: 25px;
  width: 25px;
}

.sidebar-recent-post ul li a,
.sidebar-topics ul li a{
  text-decoration: none;
  font-size: 24px;
  /* font-weight: 500; */
  line-height: 1.25;
  text-align: left;
  margin-bottom: 18px;
  display: inline-block;
}

.blog-sidebar-widget span.filter-link-count {
  display: none;
}

.blog-post__content {
  margin-bottom: 50px;
}

.blog-post__content img {
  display: block;
  margin: 20px 0;
}

.blog-sidebar-widget ul li:last-child a {
  margin-bottom: 0;
}

.blog-sidebar .hs-search-field__form .hs-search-field__button {
  background-color: transparent;
  padding: 0;
  border: 0;
  height: auto;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 8px;
}

.blog-sidebar .hs-search-field__bar>form>.hs-search-field__input {
  font-size: 14px;
  border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  padding: 8px;
  padding-top: 6px;
  padding-right: 28px;
  padding-bottom: 6px;
  padding-left: 8px;
  width: 100%;
  margin: 0;
  outline: none !important;
}

.blog-sidebar form.hs-search-field__form {
  position: relative;
}

.blog-sidebar .hs-search-field__bar button svg {
  height: 12px;
}

.blog-sidebar .h5 {
  font-weight: 400;
}

.blog-sidebar .blog-sidebar-block {
  margin-bottom: 40px;
}

.blog-sidebar-block {
  margin-bottom: 40px;
}

.sidebar-topics ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.sidebar-topics ul li {
  margin: 0 0 6px;
}

.sidebar-topics ul li a {
  margin: 0;
  font-size: 18px;
}


.post-sidebar .post-sidebar-inner {
  position: sticky;
  top: 20px;
}

.post-sidebar .post-sidebar-inner > ul {
  display: block;
  height: auto !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-sidebar .post-sidebar-inner > ul ul {
  margin: 0;
  display: none;
}

.post-sidebar ul li {
  margin-bottom: 0;
}

.post-sidebar .toc-list.is-collapsible {
  display: block;
}

.post-sidebar .toc-list.is-collapsed {
  display: none;
}

.post-sidebar .post-sidebar-inner > ul .toc-list {
  list-style: none;
  padding: 0;
}

.post-sidebar .post-sidebar-inner > ul > .toc-list {
  padding: 0;
  background-color: #fff;
}

.post-sidebar ul li a {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.25;
}

.post-sidebar .post-sidebar-inner > ul > .toc-list li > ol li a {
  padding: 6px 15px;
  font-size: 16px;
}

.post-sidebar ol li.is-active-li > a {
  font-weight: bold;
}

.blog-post-col-wrap.no-toc .post-sidebar {
  display: none;
}

.blog-post-col-wrap.no-toc .post-content {
  width: 100%;
  padding-left: 15px;
}

/* Blog listing pagination */

.pagination {
  align-items: center;
  display: flex;
  justify-content: center;
}

.pagination__link {
  display: inline-flex;
  margin: 0 0.35rem;
}

.pagination__link,
.pagination__link:hover,
.pagination__link:focus,
.pagination__link:active {
  text-decoration: none;
}

.pagination__link--disabled {
  cursor: default;
  pointer-events: none;
}

.pagination__link--disabled .pagination__link-text {
  color: #d9dad6 !important;
}

.pagination__link--first,
.pagination__link--prev {
  margin-right: 0.7rem;
}

.pagination__link--first {
  margin-left: 0;
}

.pagination__link--number {
  border: 1px solid transparent;
  border-radius: 5px;
  margin: 0 0.175rem;
  padding: 0.2rem 0.4rem;
  line-height: 1;
}

.pagination__link--number:hover,
.pagination__link--number:focus,
.pagination__link--active {
  border-color: var(--color-teal);
  background-color: var(--color-teal);
  color: #fff !important;
}

.pagination__link--last,
.pagination__link--next {
  margin-left: 0.7rem;
}

.pagination__link--last {
  margin-right: 0;
}

.pagination__link-icon svg,
.pagination__link-icon svg {
  height: 16px;
  margin: 0 0.3rem -3px;
  width: 16px;
}

.pagination__link--disabled .pagination__link-icon svg,
.pagination-link--disabled .pagination__link-icon svg {
  fill: #d9dad6 !important;
}

.hs-author-social-section .hs-author-social-links .social-links-bar {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.hs-author-social-section .hs-author-social-links a.hs-author-social-link {
  background-color: #000;
  border-radius: 4px;
  display: block;
  height: 40px;
  line-height: 50px;
  opacity: .8;
  text-align: center;
  width: 80px;
}

.hs-author-social-section .hs-author-social-links a.hs-author-social-link svg {
  height: 25px;
  width: 25px;
}

.hs-author-social-section .hs-author-social-links a.hs-author-social-link svg path, 
.hs-author-social-section .hs-author-social-links a.hs-author-social-link:hover svg path {
  fill: #fff;
}

.hs-author-social-section .hs-author-social-links a.hs-author-social-link {
  background: #0077b5;
}

.hs-author-social-section .hs-author-social-links a.hs-author-social-link:hover {
  opacity: 1;
}

.about-author-sec.row-fluid {
  display: flex;
  column-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-author-sec.row-fluid .span2 {
  width: 100px;
}

.about-author-sec.row-fluid .span10 {
  width: calc(100% - 125px);
}

.about-author-sec.row-fluid .span2 img {
  border-radius: 50%;
  border: 1px solid var(--color-light-grey);
}

.about-author-sec h4 {
  font-weight: bold;
}

.about-author-sec p {
  line-height: 1.25;
}

.blog-post__author {
  border-top: 1px solid var(--color-light-grey);
  padding-top: 2rem;
  margin-top: 2rem;
}

.hs-author-social-section {
  margin-top: 1rem;
}



.blog-breadcrumb {
  font-size: 16px;
  color: #54575b;
  line-height: 1.22;
  margin-bottom: 30px;
}
.blog-breadcrumb a {
  color: var(--color-main);
  text-decoration: none;
}
.blog-breadcrumb a:is(:hover,:focus) {
  text-decoration: underline;
}
.blog-breadcrumb-sep {
  color: #006672;
  font-size: 1.3em;
  line-height: 1;
  font-weight: 700;
  margin: 0 3px;
}
.blog-breadcrumb-current {
  color: #999;
}


@media (min-width: 768px) {
  .blog-listing__grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .blog-listing__grid-item {
    margin: 0 10px 40px;
    width: calc(50% - 20px);
  }
}

@media (min-width: 992px) {
  .blog-listing__grid-item {
    width: calc(33.333% - 20px);
  }
  .blog-listing .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 2em;
  }

  .blog-listing .row .col-xs-4 {
    width: 20%;
    padding: 15px 0;
  }

  .blog-listing .row .col-xs-8 {
    width: calc(80% - 2em);
  }
  .post-sidebar .post-sidebar-inner>ul {
    display: block !important;
  }
  .sidebar-topics ul {
    display: block !important;
    height: auto !important;
  }
  
  .blog-breadcrumb {
    margin-top: -52px;
  }
}
@media (max-width: 1199px) {
  .blog-post-col.post-content {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {

  .blog-post-col.post-content {
    width: 100%;
    padding-left: 15px;
  }

  .blog-post-col.post-sidebar {
    width: 100%;
    padding-top: 40px;
    display: none;
  }

  .blog-sidebar {
    border-bottom: 1px solid var(--color-light-grey);
    margin-bottom: 50px;
  }

  #topic-list {
    position: relative;
    cursor: pointer;
  }

  #topic-list:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid var(--color-main);
    position: relative;
    top: -2px;
    left: 10px;
    display: inline-block;
    transform: rotate(0deg);
  }

  #topic-list.topic-open:after {
    transform: rotate(180deg);
  }

  .sidebar-topics ul {
    display: none;
  }

}
@media (max-width: 767px) {
  .blog-pagination {
    padding-top: 20px;
  }

  .blog-listing__grid-item {
    margin-bottom: 30px;
    display: block;
    width: 100%;
  }

  .blog-listing_desc_inner {
    height: auto !important;
  }

  .rp-img-btn {
    width: 60px;
    height: 60px;
  }

  .blog-more-btn h5 {
    position: relative;
    top: 10px;
  }

  .blog-listing__body {
    padding-bottom: 25px;
  }

  .sidebar-recent-post ul li a,
  .sidebar-topics ul li a {
    font-size: 20px;
  }

  .blog-sidebar-widget {
    margin-bottom: 30px;
  }
}
/*****************************************/
/* Location finder with search custom module */
/*****************************************/

.mapbox-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 1000;
  display: none;
  max-height: 200px;
  overflow-y: auto;
}

.suggestion-item {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease;
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}

.suggestion-item:last-child {
  border-bottom: none;
}

.filter-zip {
  position: relative;
}

.location-top-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

.location-icon-inner {
  align-items: center;
  background: var(--color-seafoam);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 15px;
  text-align: center;
  width: 55px;
}

.location-icon-inner img {
  display: block;
  vertical-align: middle;
}

.location-title h2 {
  margin: 0 0 0 30px;
}

#map { 
  width: 75%; 
  height: 100vh; 
  max-height: 620px; 
}
#sidebar { 
  height: 100vh; 
  max-height: 620px; 
  overflow-y: auto;
  width: 64%;
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar-item {    
  background: var(--color-whitesmoke);
  border-radius: 10px;
  margin-top: 20px;
  padding: 25px;
  transition: background .25s ease;
  border: 1px solid var(--color-whitesmoke);
}

.sidebar-item:hover {
  background: var(--color-seafoam);
  border-color: var(--color-red);
}

.sidebar-item:first-child {
  margin-top: 0;
}

#main { 
  position: relative; 
  display: flex; 
  padding-top: 60px; 
}

.sidebar-item p {
  margin-bottom: 0;
}

.sidebar-item p strong {
  display: block;
  font-size: 21px;
/*   font-weight: 500; */
  line-height: 1.52;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sidebar-item p > span.prop-address {
  font-weight: normal;
}

.sidebar-item p > span {
  display: block;
/*   font-weight: 500; */
}

.sidebar-item p > span.prop-phone {
  margin: 5px 0;
}

.sidebar-item p > span.prop-distance i {
  background-color: var(--color-seafoam);
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 3px;
  line-height: 20px;
  text-align: center;
  margin-right: 10px;
}

.sidebar-item .prop-item-wrap {
  display: flex;
  column-gap: 20px;
}

.sidebar-item .prop-image {
  width: 28%;
}

.sidebar-item .prop-detail {
  width: 68%;
}

.sidebar-item p > span.prop-website {
  margin: 20px 0 0;
}

.sidebar-item:hover p > span.prop-website .btn {
  background-color: var(--color-white);
}

.sidebar-item p > span.prop-website a.btn {
  font-size: 14px;
  padding: 12px 55px 12px 25px;
}

.sidebar-item p > span.prop-website a.btn::after {
  width: 10px;
  height: 10px;
}

.sidebar-item p .prop-amenities strong,
.sidebar-item p .prop-living strong {
  text-transform: none;
  letter-spacing: 0;
  display: inline-block;
}

.sidebar-item p .prop-amenities,
.sidebar-item p .prop-living {
/*   font-weight: 400; */
  margin-bottom: 10px;
}

.filter { 
  padding: 20px;
  background: var(--color-whitesmoke);
  border-radius: 10px;
  margin: 0 5px;
}

.filter-container {
  display: flex;
  justify-content: space-between;
}

.filter.filter-affordable {
  margin-right: 0;
}
.filter select, 
.filter input {
  letter-spacing: -0.02em;
  border: none;
  height: auto;
  border-bottom: 1px solid var(--color-teal);
  border-radius: 0;
  font-weight: 400;
  line-height: 1.77;
  padding: 0 15px 0 5px !important;
  background-color: transparent;
}

.filter select {
  background-image: url(//47387659.fs1.hubspotusercontent-na1.net/hubfs/47387659/Vivie_October2024/Website/Images/chevron.svg) !important;
  background-position: right -15px center !important;
  background-size: 10px 10px !important;
  background-repeat: no-repeat !important;
}

.filter input:focus, .filter select:focus {
  border-bottom-color: var(--color-teal);
}

#resetButton {
  border-radius: 10px;
  margin-left: 10px;
}

.location-finder * {
  scrollbar-width: auto;
  scrollbar-color: var(--color-teal);
}

.location-finder *::-webkit-scrollbar {
  width: 4px;
}

.location-finder *::-webkit-scrollbar-track {
  background: var(--color-cyan);
}

.location-finder *::-webkit-scrollbar-thumb {
  background-color: var(--color-teal);
  border-radius: 10px;
  border: 2px solid var(--color-teal);
}


/* WebKit browsers */
.location-finder input::-webkit-input-placeholder {
  border-radius: 0;
  font-weight: 400;
  height: auto;
  letter-spacing: -.02em;
  font-size: 18px;
  color: var(--color-main);
}

/* Mozilla Firefox 19+ */
.location-finder input::-moz-placeholder {
  border-radius: 0;
  font-weight: 400;
  height: auto;
  letter-spacing: -.02em;
  font-size: 18px;
  color: var(--color-main);
}

/* Mozilla Firefox 4 to 18 */
.location-finder input:-moz-placeholder {
  border-radius: 0;
  font-weight: 400;
  height: auto;
  letter-spacing: -.02em;
  font-size: 18px;
  color: var(--color-main);
}

/* Internet Explorer 10+ */
.location-finder input:-ms-input-placeholder {
  border-radius: 0;
  font-weight: 400;
  height: auto;
  letter-spacing: -.02em;
  font-size: 18px;
  color: var(--color-main);
}

/* Microsoft Edge */
.location-finder input::-ms-input-placeholder {
  border-radius: 0;
  font-weight: 400;
  height: auto;
  letter-spacing: -.02em;
  font-size: 18px;
  color: var(--color-main);
}

/* General placeholder */
.location-finder input::placeholder {
  border-radius: 0;
  font-weight: 400;
  height: auto;
  letter-spacing: -.02em;
  font-size: 18px;
  color: var(--color-main);
}

.location-btn {
  text-align: center;
  padding-top: 60px;
}

.mapboxgl-popup-close-button,
.mapboxgl-popup-content a {
  outline: none;
  color: var(--color-main);
}

.mapboxgl-popup-content {
  padding: 10px !important;
  font-weight: bold;
}

.mapboxgl-popup-content a {
  text-decoration: none;
}

.mapboxgl-popup-content a:hover {
  color: var(--color-yellow);
}

.mapboxgl-ctrl-geocoder {
  background: transparent !important;
  box-shadow: none !important;
}

.mapboxgl-ctrl-geocoder input.mapboxgl-ctrl-geocoder--input {
  padding-left: 30px;
  border-color: var(--color-whitesmoke);
  font-family: var(--font-body);
}

@media (max-width: 1199px){
  .filter {
    margin: 0 10px;
    padding: 20px 12px;
  }

  .filter-container {
    margin: 0 -10px;
  }
}

@media (max-width: 991px){
  .filter {
    margin: 0 0 10px;
    padding: 5px 20px;
    width: 100% !important;
  }

  .filter-container {
    flex-direction: column;
    margin: 0;
  }

  .filter.filter-affordable {
    margin-bottom: 0;
  }

  .filter-amenities.open-ame #amenities {
    width: calc(100% - 40px);
    left: 0;
    right: 0;
    top: 35px;
  }

  #sidebar {
    width: 100%;
    padding-left: 0;
    padding-right: 15px;
  }

  #map {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }

  #main {
    flex-direction: column;
    padding-top: 40px;
  }

  .mapboxgl-canvas {
    width: 100% !important;
    height: auto !important;
  }

  .location-title h2 {
    margin: 0 0 0 20px;
  }

  .location-btn {
    padding-top: 40px;
  }

  .sidebar-item {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .sidebar-item .prop-image {
    display: none;
  }
  .sidebar-item .prop-detail {
    width: 100%;
  }
}