:root {
  --color-4: #4b637d;
  --color-3: #6b8aac;
  --color-5: #304256;
  --white: white;
  --color-2: #333;
  --color-6: #adb0b1;
  --color-8: #4c4d4d;
  --color-7: #797a7b;
  --color: white;
  --black: black;
}

h2 {
  color: var(--color-4);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2em;
}

h3 {
  color: var(--color-3);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
}

h4 {
  color: var(--color-4);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--color-3);
  text-decoration: underline;
}

a:hover {
  color: var(--color-5);
}

.hero {
  background-image: linear-gradient(#0000 1% 24%, #000000d6), url('../images/or.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.hero-content-div {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 10%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.body {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

.hero-button {
  background-color: var(--white);
  color: var(--color-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 17px 30px 15px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1em;
  position: static;
  inset: auto 5% 8% auto;
  box-shadow: 3px 3px 12px #0003;
}

.hero-button:hover {
  background-color: var(--color-6);
  background-image: linear-gradient(119deg, var(--color-8), var(--color-7) 36%, var(--color-6) 49%, var(--color-6) 61%, var(--color-7) 78%, var(--color-8));
  color: var(--color-2);
  box-shadow: 3px 3px 12px #0003;
}

.navbar {
  background-color: var(--color);
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  height: 65px;
}

.nav-top-div {
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.nav-top-button {
  background-color: var(--color-4);
  color: var(--color);
  align-items: center;
  margin-right: 0;
  padding: 10px;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  overflow: hidden;
}

.nav-top-button:hover {
  background-color: var(--color-5);
  color: var(--color);
}

.nav-button-icon {
  width: 25px;
  margin-right: 0;
}

.nav-menu {
  background-color: var(--color-5);
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.nav-button-text {
  margin-left: 10px;
}

.top-nav-button-holder {
  justify-content: flex-end;
  align-items: center;
  width: 33%;
  display: flex;
}

.top-nav-button-holder.left {
  justify-content: flex-start;
}

.dropdown-toggle {
  color: var(--color);
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  line-height: 1em;
}

.dropdown-toggle:hover {
  background-color: var(--color-4);
}

.dropdown-list {
  background-color: var(--color);
}

.dropdown-list.w--open {
  background-color: var(--color-5);
}

.dropdown-list.last.w--open {
  left: -10%;
}

.drop-down-link {
  color: var(--color);
  line-height: 1em;
}

.drop-down-link:hover {
  background-color: var(--color-4);
  color: var(--color);
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
}

.value-props-section {
  background-color: var(--color-8);
  padding-top: 5%;
}

.value-props-holder {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.heading-holder-props {
  color: var(--color);
  max-width: none;
  margin-bottom: 0;
}

.button {
  background-color: var(--color);
  color: var(--color-2);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: linear-gradient(#adb0b180, #adb0b180);
  padding: 17px 30px 15px;
  line-height: 1em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-txt {
  z-index: 1;
  position: relative;
}

.button-bg-color {
  background-color: var(--color-4);
  background-image: linear-gradient(98deg, var(--color-8), var(--color-7) 27%, var(--color-6) 43%, var(--color-6) 53%, var(--color-7) 78%, var(--color-8));
  color: var(--color);
  text-align: center;
  position: absolute;
  inset: 0%;
}

.value-props {
  z-index: 2;
  justify-content: flex-end;
  margin-bottom: -3%;
  display: flex;
  position: relative;
}

.value-prop {
  background-color: #fff0;
  flex-flow: column;
  align-items: flex-start;
  width: 33%;
  margin-left: 0;
  padding: 20px;
  line-height: 1.3em;
  display: flex;
}

.value-prop.mid {
  border-left: 1px solid #1e565b33;
  border-right: 1px solid #1e565b33;
}

.image-3 {
  width: 30px;
  margin-bottom: 10px;
}

.bold-green {
  color: var(--color-4);
}

.parallax {
  background-color: var(--black);
  min-height: 75vh;
  position: relative;
}

.value-prop-bg {
  background-color: var(--color);
  background-image: linear-gradient(#adb0b133, #adb0b133);
  justify-content: space-between;
  max-width: 70%;
  padding: 20px 10px;
  display: flex;
}

.background-video {
  z-index: 1;
  opacity: .79;
  filter: brightness(112%) contrast(109%) grayscale();
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.parallax-link-holder {
  z-index: 5;
  flex-flow: column;
  width: auto;
  min-width: 300px;
  display: flex;
  position: absolute;
  inset: auto auto 10% 5%;
}

.parallax-link {
  color: var(--color);
  text-transform: none;
  background-color: #304256a3;
  align-items: center;
  padding: 15px 30px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.parallax-link:hover {
  background-color: var(--color-5);
  color: var(--color);
}

.image-4 {
  width: 25px;
  margin-right: 10px;
}

.doc-photo-div {
  object-fit: cover;
  width: 40%;
  position: relative;
  overflow: visible;
}

.testimonial-section {
  background-image: linear-gradient(#4b637dcf, #4b637dcf), linear-gradient(#0000004a, #0000004a), url('../images/palm-shadow.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding-top: 5%;
  padding-bottom: 8%;
  display: none;
}

.testimonial-wrapper {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.h2-center-white {
  color: var(--color);
  text-align: center;
}

.slider {
  background-color: #ddd0;
  height: auto;
  min-height: 450px;
  margin-top: 50px;
}

.slide-content-holder {
  color: var(--color);
  text-align: center;
  background-color: #ffffff0d;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-slide {
  width: 48%;
  height: auto;
  min-height: 450px;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 0;
  padding-right: 0;
}

.image-5 {
  width: 50px;
  margin-bottom: 30px;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.mask {
  box-sizing: border-box;
}

.footer {
  background-color: #adb0b11a;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  align-items: center;
  padding: 8% 0 2%;
  display: flex;
  position: relative;
}

.footer-wrapper-jm {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  width: 225px;
  margin-bottom: 20px;
}

.footer-content {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns:1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 62%;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--color-3);
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
}

.link {
  color: var(--color-3);
  text-decoration: none;
}

.link:hover {
  color: var(--color-5);
}

.footer-wrapper-inside {
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-info {
  flex-flow: column;
  align-items: flex-start;
  width: 35%;
  display: flex;
  position: relative;
}

.tab-pane-content {
  background-image: url('../images/beverly-hills.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tab-pane-content.location {
  background-image: url('../images/modern-building.jpg');
  background-position: 50% 0;
  margin-top: 30px;
}

.tab-contact-info {
  background-color: #ffffffe6;
  flex-flow: column;
  align-items: flex-start;
  max-width: 90%;
  padding: 10px;
  line-height: 1.2em;
  display: flex;
}

.loc-text {
  margin-bottom: 10px;
}

.footer-loc-phone {
  background-color: var(--color-4);
  background-image: linear-gradient(117deg, var(--color-8), var(--color-6) 48%, var(--color-8));
  color: var(--color);
  align-items: center;
  margin-right: 10px;
  padding: 10px;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  overflow: hidden;
}

.footer-loc-phone:hover {
  background-color: var(--color-8);
  background-image: none;
}

.loc-icon {
  width: 20px;
  margin-right: 0;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color) var(--color) #2b323333;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1em;
}

.text-field:focus {
  color: var(--color-2);
}

.text-field::placeholder {
  color: #2b323380;
}

.form-block {
  min-width: 100%;
}

.textarea {
  border: 1px #000;
  border-bottom: 1px solid #2b32334d;
}

.textarea:focus {
  color: var(--color-2);
}

.textarea::placeholder {
  color: #2b323380;
}

.submit-button {
  background-color: var(--color-4);
  background-image: linear-gradient(117deg, var(--color-8), var(--color-6) 48%, var(--color-8));
  line-height: 1em;
}

.submit-button:hover {
  background-color: var(--color-6);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  width: 100%;
  margin-bottom: 20px;
}

.search-button {
  background-color: var(--color-4);
  background-image: linear-gradient(115deg, var(--color-8), var(--color-6) 48%, var(--color-8));
  line-height: 1em;
}

.search-button:hover {
  background-color: var(--color-6);
}

.static-cta-box {
  z-index: 2000;
  position: fixed;
  inset: auto auto 2% 2%;
}

.static-menu-top-holder {
  flex-flow: column;
  display: flex;
}

.static-cta {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.cta-text-link {
  background-color: var(--color-4);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 0;
  padding: 8px 15px;
  font-size: .8em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.cta-text-link:hover {
  background-color: var(--color-5);
  color: var(--color);
}

.static-cta-icon {
  background-color: var(--color-3);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

.static-cta-icon.info {
  width: 65px;
  height: 65px;
  margin-left: -15px;
  margin-right: 0;
}

.image-9 {
  max-width: 75%;
}

.static-cta-bottom {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.cta-text-link-info {
  background-color: var(--color-4);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 0;
  padding: 8px 15px;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.cta-text-link-info:hover {
  background-color: var(--color-5);
  color: var(--color);
}

.cta-block-to-hide {
  overflow: hidden;
}

.before-after {
  flex-flow: column;
  align-items: center;
  padding: 8% 5% 5%;
  display: flex;
}

.before-after-headline-holder {
  width: 100%;
  margin-bottom: 50px;
}

.brand {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.ip-header {
  background-image: radial-gradient(circle farthest-corner at 10% 50%, var(--color-3), #465d76 40%, var(--color-5)), linear-gradient(to bottom, var(--color-3), var(--color-3)), url('../images/palm-shadow.jpg');
  color: var(--color);
  text-transform: none;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding: 10% 5% 5%;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 3em;
  line-height: 1em;
}

.breadcrumbs {
  align-items: center;
  padding: 1% 5%;
  display: flex;
}

.bc-link {
  color: var(--color-3);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.bc-link:hover, .bc-link.current {
  color: var(--color-6);
}

.bc-arrow {
  color: var(--color-3);
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.bc-arrow:hover {
  color: var(--color-3);
}

.ip-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.ip-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.hero-text-content {
  width: 70%;
}

.hero-top-line {
  color: var(--color);
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.2em;
}

.hero-line-2 {
  color: var(--color);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 4em;
  line-height: 1em;
}

.callista-welcome {
  background-color: #6b8aac1a;
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
}

.welcome-content-wrapper {
  z-index: 5;
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.welcome-text-div-50 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 50px;
  display: flex;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.side-purple-doc {
  background-color: var(--color-3);
  width: 35%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.what-to-expect-wrap {
  width: 100%;
}

.tabs-3 {
  display: flex;
}

.tabs-menu-2 {
  flex-flow: column;
  width: 30%;
  display: flex;
}

.tabs-content {
  width: 70%;
}

.tab-link-c {
  background-color: #adb0b11a;
  padding: 15px 15px 15px 50px;
  font-size: 1.2em;
  line-height: 1.2em;
}

.tab-link-c:hover {
  background-color: #6b8aac1a;
}

.tab-link-c.w--current {
  background-color: #6b8aac33;
  background-image: url('../images/favicon_1favicon.png');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 25px;
  font-weight: 700;
}

.tab-text {
  padding: 15px 15px 0 50px;
}

.fancy-list {
  align-items: center;
  margin-bottom: 10px;
  margin-left: 15px;
  display: flex;
}

.fancy-list.btm {
  margin-bottom: 20px;
}

.image-11 {
  width: 25px;
  margin-right: 10px;
}

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

.buttonholder {
  align-items: center;
  display: flex;
}

.accred-holder {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-12 {
  height: 50px;
  margin-right: 10px;
}

.image-12._1 {
  height: 65px;
}

.name {
  font-weight: 700;
  line-height: 1.2em;
}

.slide-nav-4 {
  bottom: -50px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2em;
  }

  .hero {
    height: 800px;
    position: relative;
  }

  .hero-content-div {
    padding-left: 5%;
  }

  .navbar {
    align-items: flex-end;
  }

  .image {
    height: 50px;
  }

  .nav-top-div {
    align-items: flex-end;
    width: 100%;
    padding-bottom: 0;
  }

  .nav-top-button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: .9em;
  }

  .nav-menu {
    padding-left: 0%;
    padding-right: 0%;
  }

  .dropdown-toggle, .dropdown {
    display: block;
  }

  .value-props-section {
    padding-bottom: 55px;
  }

  .heading-holder-props {
    margin-bottom: 25px;
  }

  .value-props {
    margin-bottom: 0%;
  }

  .parallax {
    min-height: 50vh;
  }

  .value-prop-bg {
    max-width: 100%;
    padding: 10px;
  }

  .doc-photo-div {
    width: 100%;
  }

  .footer-wrapper-jm {
    flex-flow: column;
    max-width: 728px;
    display: flex;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .footer-block {
    margin-top: 20px;
  }

  .footer-wrapper-inside {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
  }

  .contact-info {
    width: 100%;
  }

  .tab-pane-content.location {
    width: 100%;
    min-height: 400px;
    position: static;
  }

  .form-block {
    width: 100%;
    margin-bottom: 0;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--color-5);
  }

  .ip-header {
    padding-top: 18%;
  }

  .hero-text-content {
    width: auto;
  }

  .hero-top-line {
    font-size: 1.2em;
  }

  .welcome-content-wrapper {
    flex-flow: column;
  }

  .welcome-text-div-50 {
    width: 100%;
    padding: 25px;
  }

  .tab-link-c.w--current {
    background-position: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  .hero {
    height: 450px;
    margin-top: 50px;
  }

  .hero-content-div {
    padding-bottom: 5%;
  }

  .image {
    height: 45px;
  }

  .nav-top-div {
    padding-top: 5px;
  }

  .nav-top-button {
    padding: 5px;
  }

  .nav-button-text {
    display: none;
  }

  .top-nav-button-holder {
    width: auto;
    height: 45px;
  }

  .top-nav-button-holder.left {
    width: auto;
  }

  .value-props-section {
    padding-bottom: 5%;
  }

  .value-props {
    margin-bottom: 0%;
  }

  .value-prop {
    padding: 10px;
  }

  .parallax {
    min-height: auto;
    display: flex;
  }

  .value-prop-bg {
    max-width: 100%;
  }

  .background-video {
    display: none;
  }

  .parallax-link-holder {
    width: 100%;
    position: static;
    inset: auto 5% 5%;
  }

  .parallax-link {
    background-color: var(--color-5);
  }

  .parallax-link:hover {
    background-color: var(--color-4);
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: flex-start;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-wrapper-inside {
    flex-direction: column;
    align-items: center;
  }

  .tab-pane-content.location {
    min-height: 325px;
  }

  .brand {
    width: auto;
    padding-left: 0;
  }

  .ip-header {
    padding-top: 18%;
  }

  .breadcrumbs {
    padding-top: 3%;
  }

  .hero-top-line {
    letter-spacing: 2px;
  }

  .hero-line-2 {
    font-size: 3em;
  }

  .tabs-3 {
    flex-flow: column;
  }

  .tabs-menu-2, .tabs-content {
    width: 100%;
  }

  .accred-holder {
    flex-flow: column;
    align-items: flex-start;
  }

  .image-12 {
    height: 40px;
  }

  .image-12._1 {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8em;
  }

  h5 {
    font-size: 1.5em;
  }

  .hero {
    background-image: linear-gradient(#00000080, #00000080), url('../images/or.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    height: 550px;
  }

  .hero-content-div {
    padding-bottom: 12%;
  }

  .value-props {
    flex-flow: column;
  }

  .value-prop {
    width: 100%;
  }

  .value-prop.mid {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #0000001f;
    border-bottom-width: 1px;
    border-bottom-color: #0000001f;
  }

  .value-prop-bg {
    flex-flow: column;
  }

  .parallax-link {
    font-size: 1.5em;
  }

  .slider {
    min-height: 600px;
    margin-top: 0;
  }

  .testimonial-slide {
    width: 98%;
    min-height: 560px;
  }

  .image-5 {
    margin-bottom: 10px;
  }

  .footer {
    padding-bottom: 8%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper-jm {
    max-width: none;
  }

  .footer-copyright-center {
    max-width: 90%;
    line-height: 1.2em;
  }

  .tab-pane-content.location {
    min-height: 250px;
  }

  .static-cta {
    margin-left: 5px;
  }

  .static-cta-icon {
    width: 30px;
    height: 30px;
  }

  .static-cta-icon.info {
    width: 50px;
    height: 50px;
    margin-left: -5px;
  }

  .before-after {
    padding-bottom: 10%;
  }

  .brand {
    padding-left: 0;
  }

  .ip-header {
    background-image: radial-gradient(circle farthest-corner at 10% 50%, var(--color-3), #465d76 53%, var(--color-5)), linear-gradient(to bottom, var(--color-3), var(--color-3)), url('../images/palm-shadow.jpg');
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    padding-top: 35%;
    font-size: 2em;
  }

  .breadcrumbs {
    flex-flow: wrap;
  }

  .bc-link, .bc-arrow {
    margin-bottom: 10px;
  }

  .hero-top-line {
    font-size: 1em;
  }

  .hero-line-2 {
    font-size: 2.8em;
  }

  .callista-welcome {
    padding: 0%;
  }

  .welcome-content-wrapper {
    width: 100%;
  }

  .tab-text {
    padding: 15px;
  }

  .fancy-list {
    align-items: flex-start;
    margin-left: 0;
  }
}

#w-node-_0ce40e50-3448-a352-b315-3cb3ee9554af-ee95549b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0ce40e50-3448-a352-b315-3cb3ee9554bf-ee95549b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_0ce40e50-3448-a352-b315-3cb3ee9554c8-ee95549b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}


