:root {
  --pickle-green: #569031;
  --dark-slate-blue-2: #0c396b;
  --firebrick: #be0707;
  --dodger-blue: #3c97cc;
  --dark-slate-blue: #165090;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  max-width: 1200px;
  font-weight: 700;
}

.image {
  max-width: 70%;
}

.logo-div-nav {
  float: left;
  width: 33%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navigagion-wrapper-div {
  z-index: 999;
  background-color: #62b82b;
  position: relative;
}

.navbar {
  background-color: var(--pickle-green);
  box-shadow: 0 1px 3px #333;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color .3s;
}

.nav-link:hover {
  color: #264215;
  letter-spacing: 1px;
}

.nav-link.w--current {
  color: #001407;
}

.top-margin {
  position: relative;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._75-pixels {
  margin-top: 75px;
}

.all-caps {
  text-transform: none;
  font-style: italic;
  display: inline;
}

.all-caps.rotational-member {
  color: #fff;
}

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

.rotation-wrapper {
  perspective: 10000px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 306px;
  height: 70px;
  display: block;
  position: relative;
  transform: rotate(0);
}

.rotation-wrapper.home-wrapper {
  transform: rotate(0);
}

.rotation-wrapper.full-line {
  text-align: center;
  width: 100%;
  transform: rotate(0);
}

.hero-h1 {
  font-size: 60px;
  font-style: italic;
  line-height: 70px;
}

.hero-h1.rotational-h1-surround {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.hero-h1.rotational-word-member {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate3d(0, 0, 70px)rotate(0);
}

.hero-h1.rotational-word-member._2 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  transform-style: preserve-3d;
  display: inline;
  transform: rotateX(240deg)rotateY(0)rotateZ(0);
}

.hero-h1.rotational-word-member._3 {
  color: #fff;
  display: inline;
  transform: none;
}

.hero-h1.rotational-word-member._1 {
  color: #fff;
  transform-style: preserve-3d;
  display: inline;
  transform: rotateX(120deg)rotateY(0)rotateZ(0);
}

.rotational-word-line {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.slide {
  background-image: url('../images/hp-slider-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 0;
  max-height: 0;
}

.slider, .mask {
  height: auto;
}

.hp-slider {
  width: 100%;
  height: auto;
  display: block;
}

.main-content-wrapper {
  padding-bottom: 46px;
}

.container-2 {
  max-width: 960px;
  padding-top: 38px;
  line-height: 26px;
}

.h1-style {
  color: #000;
  text-align: center;
  width: 100%;
  margin-bottom: 23px;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.h1-style.no-margin {
  border-bottom: 1px solid #165090;
  margin-bottom: 10px;
  padding-bottom: 13px;
}

.paragraph {
  color: #474747;
  align-self: center;
  margin-top: 11px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
}

.divider-div {
  background-color: var(--firebrick);
  width: 400px;
  height: 2px;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
}

.funnel-section {
  background-color: #e9e7e8;
  height: auto;
  min-height: 0;
  display: block;
}

.funnel-container {
  flex-direction: row;
  align-items: center;
  max-width: 1120px;
  height: auto;
  padding-top: 53px;
  padding-bottom: 34px;
  display: block;
}

.hp-funnels-columns {
  height: auto;
  margin-top: 28px;
  display: flex;
}

.card-wrapper {
  height: auto;
}

.card-front-wrapper {
  height: 281px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.funnel-name-div {
  background-color: #3c97cc;
  padding: 8px;
}

.column {
  padding-left: 14px;
  padding-right: 14px;
}

.hp-funnel-title {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.card-back-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #165090;
  align-items: center;
  width: 100%;
  height: 281px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.footer-section {
  background-color: var(--pickle-green);
  margin-bottom: 112px;
  padding-bottom: 74px;
  display: none;
}

.link-block {
  flex: 1;
  align-self: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.card-wrapper-to-affect {
  background-color: #0000;
  height: auto;
  min-height: 280px;
  display: block;
}

.card-wrapper-2 {
  perspective: none;
  height: auto;
  transition: transform 1s;
  transform: translate(0);
}

.card-wrapper-2:hover {
  transform: none;
}

.card-wrapper-copy {
  perspective: none;
  transform-style: preserve-3d;
  height: auto;
  transition: transform 1s;
  transform: translate(0);
}

.card-wrapper-copy:hover {
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-wrapper-3 {
  perspective: none;
  height: auto;
  transition: transform 1s;
  transform: translate(0);
}

.card-wrapper-3:hover {
  transform: none;
}

.card-front-wrapper-3 {
  height: 281px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.card-back-wrapper-3 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #165090;
  align-items: center;
  width: 98%;
  height: 281px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-front-wrapper-2 {
  height: 281px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.card-back-wrapper-copy {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #165090;
  align-items: center;
  width: 98%;
  height: 281px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-front-wrapper-6 {
  height: 281px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.card-wrapper-6 {
  perspective: none;
  height: auto;
  transition: transform 1s;
  transform: translate(0);
}

.card-wrapper-6:hover {
  transform: none;
}

.card-wrapper-5 {
  perspective: none;
  height: auto;
  transition: transform 1s;
  transform: translate(0);
}

.card-wrapper-5:hover {
  transform: none;
}

.card-front-wrapper-5 {
  height: 281px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.card-back-wrapper-5 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #165090;
  align-items: center;
  width: 98%;
  height: 281px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-front-wrapper-4 {
  height: 281px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.card-back-wrapper-4 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #165090;
  align-items: center;
  width: 100%;
  height: 281px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.funnel-container-2 {
  flex-direction: row;
  align-items: center;
  max-width: 1120px;
  height: auto;
  padding-top: 0;
  padding-bottom: 61px;
  display: block;
}

.agency-logos {
  margin-top: 14px;
  margin-bottom: 24px;
  padding-top: 55px;
  padding-bottom: 69px;
  display: none;
}

.container-3 {
  max-width: 1120px;
}

.agency-logo-div {
  padding: 63px;
}

._3-columns {
  align-items: center;
  display: flex;
}

.footer-container {
  min-height: 25vh;
  padding-top: 57px;
  padding-bottom: 55px;
}

.legal-div-wrapper {
  margin-top: 41px;
}

.legal-logo-div {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  text-align: left;
  max-width: 100%;
}

.legal-footer-text {
  color: #fff;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.button {
  border: 2px solid var(--pickle-green);
  color: #fff;
  text-align: center;
  background-color: #ed1c24;
  border-radius: 5px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  padding-bottom: 11px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.button:hover {
  color: #ffc3c4;
  -webkit-text-stroke-color: #00bf2d;
}

.button.w--current {
  float: left;
  border: 2px solid var(--dodger-blue);
  color: var(--dodger-blue);
  background-color: #fff;
  margin-top: 22px;
  padding: 4px 8px;
  transition: background-color .3s;
}

.button.w--current:hover {
  color: var(--dark-slate-blue-2);
  background-color: #fff;
}

.cta-button-div {
  margin-top: 37px;
  display: none;
}

.hp-video-wrapper {
  background-color: #fff;
  height: auto;
  display: none;
}

.logo-div {
  z-index: 1000;
  position: relative;
  box-shadow: 0 1px 5px #000;
}

.card-wrapper-4 {
  height: auto;
}

.cta-button-div-header {
  float: right;
  width: auto;
  margin-top: 0;
  display: block;
}

.safe-return-1-container {
  max-width: 1120px;
  margin-bottom: 43px;
}

.h2 {
  color: #165090;
  text-align: center;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.safe-return-container-2 {
  max-width: 1120px;
  margin-bottom: 119px;
}

.second-content-wrapper {
  background-color: #ececec;
  padding-bottom: 6px;
  display: none;
}

.cta-wrapper {
  z-index: 1000;
  background-color: #0000;
  border-bottom-right-radius: 10px;
  align-items: center;
  width: auto;
  min-width: 100px;
  max-width: 500px;
  height: 100vh;
  min-height: 0;
  display: none;
  position: fixed;
}

.cta-wrapper-pop {
  background-color: #aa080b;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: auto;
  padding: 3px 11px 19px 12px;
  transition: background-color .4s;
  box-shadow: 1px 1px 3px 1px #000;
}

.cta-wrapper-pop:hover {
  background-color: #ce0609;
}

.cta-headline-style {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
}

.cta-p {
  color: #fff;
  text-align: center;
}

.link-block-2 {
  text-decoration: none;
}

.cta-image-div {
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.image-3 {
  max-width: 80px;
}

.cta-wrapper-pop-work-call-out {
  background-color: #aa080b;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: auto;
  max-width: 250px;
  padding: 3px 11px 19px 12px;
  transition: background-color .4s;
  box-shadow: 1px 1px 3px 1px #000;
}

.cta-wrapper-pop-work-call-out:hover {
  background-color: #ce0609;
}

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

.slider-2 {
  background-color: #0000;
  height: auto;
}

.slide-nav {
  display: none;
}

.cta-headline-style-no-underline {
  color: #fff;
  text-align: center;
  border-bottom: 0 solid #fff;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
}

.mask-icon {
  max-width: 110px;
}

.main-content-wrapper-3 {
  padding-bottom: 22px;
  box-shadow: 0 2px 5px #000000bf;
}

.main-content-container {
  max-width: 1120px;
  margin-top: 38px;
  margin-bottom: 37px;
}

.vision-section {
  background-color: var(--dodger-blue);
  padding-top: 44px;
  padding-bottom: 44px;
}

.h1-style-copy {
  color: #165090;
  text-align: center;
  margin-bottom: 31px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.h1-style-copy.no-margin {
  border-bottom: 1px solid #165090;
  margin-bottom: 10px;
  padding-bottom: 13px;
}

.h1-style-copy.white {
  color: #fff;
}

.divider-div-white {
  background-color: #dce2e9;
  width: 400px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.container-ms {
  max-width: 1120px;
  padding-top: 50px;
}

.h2-style-white {
  color: #fff;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.mission-statement-section {
  background-color: #0000;
}

.h2-style-white-blue {
  color: var(--dark-slate-blue);
  text-align: center;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.container-vision {
  max-width: 1120px;
}

.ms-image-div {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1-style-values {
  color: #165090;
  text-align: center;
  margin-top: 72px;
  margin-bottom: 31px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.h1-style-values.no-margin {
  border-bottom: 1px solid #165090;
  margin-bottom: 10px;
  padding-bottom: 13px;
}

.h1-style-values.white {
  color: #fff;
}

.values-columns {
  margin-top: 29px;
}

.values-funnel-heading {
  color: var(--dodger-blue);
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.text-span {
  color: #e00f13;
}

.paragraph-ex-padding {
  color: #7a7a7a;
  margin-top: 32px;
  padding-top: 23px;
  padding-bottom: 51px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.2em;
  line-height: 1.6em;
}

.our-story-section {
  background-color: #ececec;
  padding-top: 11px;
  padding-bottom: 74px;
}

.our-story-container {
  max-width: 1120px;
}

.timeline-div-wrapper-top {
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  display: flex;
}

.timeline-left-col-div {
  background-color: #0000;
  flex: none;
  order: 0;
  align-self: stretch;
  width: 35%;
  min-height: 200px;
}

.timeline-center-div {
  background-color: #0000;
  align-self: stretch;
  width: 10%;
  min-height: 200px;
}

.timeline-right-div {
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 35%;
  min-height: 200px;
}

.timeline-date-blue {
  color: var(--dodger-blue);
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  display: flex;
}

.left-column-position-div {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.right-column-position-div {
  align-items: stretch;
  height: 100%;
  display: flex;
}

.paragraph-timeline {
  color: #7a7a7a;
  align-self: center;
  margin-top: -1px;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1em;
  line-height: 1.6em;
}

.paragraph-timeline._2p {
  margin-top: 10px;
}

.timeline-imtage-div {
  background-image: url('../images/timeline-icon-top.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 71px;
  justify-content: center;
  height: 100%;
  display: flex;
}

.timeline-div-wrapper-mid {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-4 {
  display: block;
  overflow: hidden;
}

.timeline-imtage-div-middle {
  background-image: url('../images/timeline-icon-mid.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 71px;
  justify-content: center;
  height: 100%;
  display: flex;
}

.timeline-div-wrapper-bottom {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: none;
}

.timeline-imtage-div-bottom {
  background-image: url('../images/timeline-icon-bot.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 71px;
  justify-content: center;
  height: 100%;
  display: flex;
}

.container-our-story {
  padding-bottom: 86px;
}

.exec-button {
  border: 3px solid var(--dodger-blue);
  color: var(--dodger-blue);
  text-align: center;
  background-color: #0000;
  align-self: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Oswald, sans-serif;
  transition: color .4s;
}

.exec-button:hover {
  border-color: var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  background-color: #0000;
}

.exec-button-div {
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.execurtive-team-section {
  margin-bottom: 72px;
}

.exec-container {
  min-height: 400px;
}

.team-block {
  border-bottom: 1px solid #c2bebe;
  margin-top: 61px;
  padding-bottom: 15px;
}

.team-mem-image {
  float: left;
  width: 20%;
  min-height: 200px;
}

.team-mem-content {
  float: left;
  width: 75%;
  min-height: 100px;
  margin-left: 47px;
}

.exec-name {
  color: var(--dodger-blue);
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.name-gray {
  color: #989999;
}

.image-5, .image-6 {
  display: block;
}

.image-7 {
  display: none;
}

.image-8 {
  display: block;
}

.main-content-conteiner-sec-pages {
  max-width: 1120px;
  padding-top: 28px;
}

.agencies-col-wrapper {
  border-right: 1px solid #b4b4b4;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.agencies-columns {
  flex-direction: row;
  align-items: flex-end;
  padding-top: 44px;
  padding-bottom: 45px;
  display: flex;
}

.agency-logo {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-9 {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.agency-description {
  text-align: center;
  display: flex;
}

.h3-agencies {
  color: var(--dodger-blue);
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.agencies-button {
  align-items: flex-end;
  margin-top: auto;
  padding-top: 16px;
  display: flex;
}

.agency-div-wrapper {
  border-right: 1px solid #696969;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.column-2, .column-3 {
  align-self: flex-start;
}

.agencies-container {
  flex-direction: row;
  max-width: 1120px;
  padding-top: 47px;
  padding-bottom: 89px;
  display: none;
}

.services-care-list-wrapper {
  width: 100%;
  margin-top: 33px;
  margin-bottom: 81px;
}

.services-icon-div {
  float: left;
  width: 13%;
  max-width: 60%;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 54px;
}

.services-list {
  float: left;
  width: 87%;
  min-height: 200px;
  padding-left: 26px;
}

.h2-style-white-blue-left {
  color: var(--firebrick);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
}

.list {
  float: left;
  width: 33%;
}

.list-style {
  color: #7a7a7a;
  align-self: center;
  margin-top: -1px;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.1em;
  line-height: 1.6em;
}

.service-map-div {
  float: right;
  width: 100%;
}

.accordcare-warpper {
  float: left;
  width: 25%;
  min-height: 200px;
  display: none;
}

.locations-head-div {
  float: left;
  width: 100%;
  min-height: 100px;
}

.link-text {
  color: #e12421;
  text-decoration: none;
  transition: color .625s;
}

.link-text:hover {
  color: #a50d0a;
}

.container-4 {
  max-width: 1120px;
}

.h3-agencies-left {
  color: var(--dodger-blue);
  text-align: left;
  margin-top: 13px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.list-style-2 {
  color: #7a7a7a;
  align-self: center;
  margin-top: 11px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
}

.footer-link-style {
  color: #fff;
  text-decoration: none;
  transition: color .4s;
}

.footer-link-style:hover {
  color: var(--dodger-blue);
}

.footer-link-style:visited {
  color: #fff;
}

.wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-right: 13px;
  display: flex;
  position: relative;
  inset: 0%;
}

.hp-funnel-title-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Oswald, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 40px;
  transition: color .4s;
  display: flex;
}

.hp-funnel-title-2:hover {
  color: #faeda4;
}

.link {
  color: #fff;
  text-decoration: none;
  transition: color .4s;
}

.link:hover {
  color: #e7d8bb;
}

.flag {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  display: none;
  transform: translate3d(0, 0, 20px);
}

.card {
  height: 100%;
  position: relative;
  inset: 0%;
}

.reverse {
  background-color: var(--dark-slate-blue);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.flip-box-div {
  float: left;
  width: 33%;
  min-height: 200px;
  margin-bottom: 17px;
}

.avers {
  background-color: var(--dodger-blue);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: ;
  color: #fff;
  border-radius: 10px;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.card-wrapper-10 {
  perspective: 1000px;
  width: 100%;
  height: auto;
}

.employment-section {
  height: auto;
}

.employment-container {
  margin-top: 73px;
  margin-bottom: 103px;
}

.footer-heading {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
}

.footer-subhead {
  color: #defa8c;
  font-family: Oswald, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 32px;
}

.link-2 {
  color: #91c7e7;
  text-decoration: none;
  transition: color .3s;
}

.link-2:hover {
  color: #e67072;
}

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

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

.image-7-copy {
  display: none;
}

.nav-link-drdn-trigger {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: color .3s;
}

.nav-link-drdn-trigger:hover {
  color: #ffd65b;
  letter-spacing: 1px;
}

.nav-link-drdn-trigger.w--current {
  color: #3c97cc;
}

.dropdown-toggle {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.dropdown-list {
  margin-top: 0;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: var(--dodger-blue);
  margin-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.nav-link-copy-copy {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: color .3s;
}

.nav-link-copy-copy:hover {
  color: #ffd65b;
  letter-spacing: 1px;
}

.nav-link-copy-copy.w--current {
  color: #3c97cc;
}

.nav-link-copy-copy.drpdn {
  border-bottom: 0px solid var(--dodger-blue);
  background-color: var(--dodger-blue);
  text-transform: capitalize;
  padding: 7px 15px 7px 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.nav-link-copy-copy.drpdn {
  text-transform: capitalize;
  background-color: #3c97cc;
  border-bottom: 0 solid #3c97cc;
  padding: 7px 15px 7px 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.nav-link-copy-copy.drpdn.w--current {
  color: #0c396b;
  font-weight: 700;
}

.slide-2 {
  background-image: url('../images/ac-hp-slider-1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.slide-1 {
  background-image: url('../images/ac-hp-slider-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 500px;
}

.mask-2 {
  height: 500px;
}

.slide-3 {
  background-image: url('../images/ac-hp-slider-2.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/ac-hp-slider-3.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.slide-4a {
  background-image: url('../images/ac-hp-slider-4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/ac-hp-slider-6.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/ac-hp-slider-7.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/ac-hp-slider-8.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/ac-hp-slider-9.jpg');
  background-position: 0 0;
  background-size: auto;
}

._2-columns {
  align-items: center;
  display: flex;
}

.agencies-col-wrapper-empty {
  border-right: 0 solid #b4b4b4;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.agencies-col-wrapper-copy {
  border-right: 1px solid #b4b4b4;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.blog-container {
  max-width: 960px;
}

.main-content-wrapper-2-col {
  max-width: 1120px;
  margin-top: 38px;
  margin-bottom: 43px;
}

.main-cont-left-2-thirds {
  float: left;
  width: 64%;
}

.main-cont-right-1-col {
  float: right;
  clear: right;
  background-color: #fff;
  border-bottom: 0 #000;
  border-left: 12px #0c396b;
  border-radius: 0;
  width: 32%;
  min-height: 100px;
  margin-top: 4px;
  margin-bottom: 29px;
  padding: 0;
  box-shadow: 1px 1px 3px #000;
}

.h3-left {
  color: #0c396b;
  text-align: left;
  margin-top: 21px;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.h2-left {
  color: #0c396b;
  text-align: left;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.h1-style-left-j {
  color: #0c396b;
  text-align: left;
  border-bottom: 1px solid #be0707;
  margin-bottom: 13px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

.h1-style-left-j.no-margin {
  border-bottom: 1px solid #165090;
  margin-bottom: 10px;
  padding-bottom: 13px;
}

.h2-right-column {
  border-bottom: 1px solid var(--dark-slate-blue);
  color: #be0707;
  text-align: center;
  margin-top: 0;
  padding-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.h1-style-center-j {
  color: var(--dark-slate-blue-2);
  text-align: center;
  border-bottom: 1px solid #be0707;
  margin-bottom: 13px;
  padding-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
}

.h1-style-center-j.no-margin {
  border-bottom: 1px solid #165090;
  margin-bottom: 10px;
  padding-bottom: 13px;
}

.red-button-centered {
  background-color: var(--firebrick);
  text-align: center;
  border-radius: 6px;
  flex-direction: row;
  align-self: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  transition: background-color .4s;
  display: flex;
}

.red-button-centered:hover {
  background-color: #ff1010;
}

.button-wrapper {
  flex-direction: column;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 12px;
  display: flex;
}

.image-10 {
  width: 100%;
}

.right-column-text-wrapper {
  padding: 14px;
}

.container-5 {
  max-width: 1200px;
}

.h1-style-blog-page {
  color: #165090;
  text-align: center;
  margin-bottom: 31px;
  font-family: Oswald, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 50px;
}

.h1-style-blog-page.no-margin {
  border-bottom: 1px solid #165090;
  margin-bottom: 10px;
  padding-bottom: 13px;
}

.nav-link-drpd-header {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--dark-slate-blue-2);
  background-color: var(--dodger-blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 13px;
  padding-bottom: 5px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
}

.nav-link-drpd-header:hover {
  color: #e7cb77;
  letter-spacing: 1px;
}

.nav-link-drpd-header.w--current {
  color: #fff;
}

.nav-link-drpd-header.w--current:hover {
  color: #f0d767;
}

.nav-link-drpd-header.drpdn {
  background-color: var(--dodger-blue);
  text-transform: capitalize;
  border-bottom: 1px solid #2c4779;
  padding-top: 10px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 18px;
}

.faq-div {
  position: relative;
}

.dropdown-4 {
  float: none;
  width: 100%;
  height: auto;
  display: block;
}

.dropdown-toggle-2 {
  width: 100%;
  padding: 3px 3px 10px 0;
}

.dropdown-toggle-2.w--open {
  float: none;
  clear: none;
  position: relative;
}

.icon-3 {
  color: var(--firebrick);
}

.h3-green-2 {
  color: #165090;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
}

.h3-green-2.faq-style {
  color: #165090;
  background-color: #0000;
  padding-left: 15px;
  font-size: 22px;
  font-weight: 400;
  transition: color .35s;
}

.h3-green-2.faq-style:hover {
  color: #be0707;
  font-weight: 400;
}

.dropdown-body {
  background-color: #0000;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.dropdown-body.w--open {
  background-color: #0000;
  display: block;
}

.paragraph-2 {
  color: #7a7a7a;
  padding-left: 34px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.2em;
  line-height: 1.8em;
  display: block;
  overflow: hidden;
}

.paragraph-locations {
  color: #7a7a7a;
  border-top: 1px dotted #414141;
  padding-top: 8px;
  padding-left: 34px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
  overflow: hidden;
}

.text-span-2 {
  color: var(--firebrick);
  font-weight: 700;
}

.bold-text {
  font-size: 16px;
  line-height: 22px;
}

.text-span-3 {
  color: var(--firebrick);
  font-size: 16px;
  line-height: 22px;
}

.exec-container-2 {
  min-height: 400px;
  margin-bottom: 46px;
}

.h1-style-2 {
  color: #00264d;
  text-align: center;
  margin-bottom: 31px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.divider-div-2 {
  background-color: #3c97cc;
  width: 400px;
  height: 2px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
}

.team-block-2 {
  border-bottom: 1px solid #c2bebe;
  margin-top: 61px;
  padding-bottom: 15px;
}

.team-mem-content-2 {
  float: left;
  width: 100%;
  min-height: 20px;
  margin-left: 0;
}

.exec-name-2 {
  color: #00264d;
  margin-top: 0;
  padding-top: 12px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.heading {
  color: var(--firebrick);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.header-emp-div {
  float: left;
  margin-top: 17px;
  margin-right: 6px;
}

.heading-4-bold {
  color: var(--firebrick);
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.apply-button-div {
  float: right;
  margin-right: 44px;
}

.text-span-4 {
  font-size: 14px;
  line-height: 18px;
}

.header-call-div {
  float: right;
  margin-top: 8px;
  margin-right: 6px;
}

.cta-button-div-call {
  float: right;
  width: auto;
  max-width: 200px;
  margin-top: 0;
  display: block;
}

.here-to-help-div {
  border-top: 1px solid var(--firebrick);
  margin-top: 46px;
  padding-top: 0;
  padding-left: 137px;
  padding-right: 137px;
}

.paragraph-3 {
  margin-bottom: 21px;
}

.red-button-centered-copy {
  background-color: var(--firebrick);
  text-align: center;
  border-radius: 6px;
  flex-direction: row;
  align-self: center;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  transition: background-color .4s;
  display: flex;
}

.red-button-centered-copy:hover {
  background-color: #ff1010;
}

.dementia-button-wrapper-div {
  flex-direction: column;
  margin-top: 37px;
  display: flex;
}

.team-block-gregor {
  border-bottom: 1px solid #c2bebe;
  margin-top: 61px;
  padding-bottom: 15px;
  display: none;
}

.side-social {
  z-index: 2500;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 240px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.side-social-button {
  background-color: #242424;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .2s cubic-bezier(.215, .61, .355, 1), width .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.side-social-button:hover {
  width: 48px;
}

.side-social-button.mail {
  background-color: var(--dodger-blue);
}

.side-social-button.twitter {
  background-color: var(--pickle-green);
}

.side-social-button.twitter:hover {
  background-color: #2aa3f0;
}

.side-social-button.facebook {
  background-color: var(--pickle-green);
}

.side-social-button.facebook:hover {
  background-color: #3b5998;
}

.side-social-button.pinterest {
  background-color: var(--pickle-green);
}

.side-social-button.pinterest:hover {
  background-color: #f83f5a;
}

.side-social-button.mail {
  background-color: var(--pickle-green);
  color: var(--dodger-blue);
}

.side-social-button.mail:hover {
  background-color: #016ba0;
}

.side-social-icon {
  width: 18px;
}

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

.link-block-3 {
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
}

.blog-container-2 {
  margin-bottom: 58px;
  padding-top: 64px;
}

.paragraph-4 {
  color: #494949;
  text-align: center;
  font-size: 12px;
}

.blog-main-wrapper-div {
  float: none;
  display: flex;
}

.blog-headline-div {
  flex: 1;
}

.blog-wrapper-div-2 {
  float: left;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  flex-direction: column;
  flex: 1;
  order: 1;
  width: 25%;
  min-height: 100px;
  margin-bottom: 12px;
  margin-right: 8px;
  padding: 10px;
  display: flex;
}

.h1-style-3 {
  color: #165090;
  text-align: center;
  margin-bottom: 31px;
  font-family: Oswald, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 50px;
}

.blog-tumb-image-div {
  flex: 1;
  margin-bottom: 9px;
}

.blog-category {
  border-top: 1px solid #c4c4c4;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 4px;
  display: flex;
}

.h2-style-blog-headline {
  color: #165090;
  text-align: center;
  border-bottom: 0 solid #00264d;
  margin-top: 0;
  padding-bottom: 6px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.blog-post-container {
  max-width: 960px;
  padding-top: 42px;
  padding-bottom: 40px;
}

.blog-post-image-div {
  justify-content: center;
  display: flex;
}

.paragraph-copy {
  color: #7a7a7a;
  align-self: center;
  margin-top: -1px;
  margin-bottom: 10px;
  padding-top: 39px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
}

.blog-post-container-2 {
  max-width: 1120px;
  padding-top: 42px;
  padding-bottom: 40px;
}

.paragraph-copy-2 {
  color: #7a7a7a;
  align-self: center;
  margin-top: -1px;
  margin-bottom: 10px;
  padding-top: 39px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1.2em;
  line-height: 1.6em;
}

.blog-spacer-div {
  height: 25px;
}

.testimonials-container {
  padding-top: 21px;
  padding-bottom: 21px;
}

.testimonial-div {
  text-align: left;
  background-color: #ececec;
  border: 0 solid #000;
  border-radius: 15px;
  height: auto;
  min-height: 40px;
  margin-top: 28px;
  margin-left: 28px;
  margin-right: 28px;
  padding: 14px 57px 0;
}

.testimonails-section {
  padding-bottom: 111px;
  display: none;
}

.testimonial-p {
  color: #5c5c5c;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 22px;
  font-style: italic;
  line-height: 34px;
}

.stars-div {
  margin-bottom: 13px;
}

.stars-p {
  color: #b10000;
  font-weight: 400;
}

.image-11 {
  text-align: center;
  margin-left: 124px;
}

.testimonials-slider-div {
  padding-bottom: 0;
  padding-left: 44px;
  padding-right: 44px;
}

.slider-3 {
  background-color: #0000;
  height: auto;
}

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

.quote-cloud-div {
  text-align: left;
}

.mask-3, .slide-9 {
  height: auto;
}

.paragraph-5 {
  margin-bottom: 0;
}

.read-more-style {
  color: var(--firebrick);
  margin-top: 11px;
  margin-bottom: 0;
  padding-bottom: 24px;
  font-weight: 700;
}

.read-more-test-button-div {
  float: right;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.main-content-conteiner-test-pages-copy {
  max-width: 1120px;
  padding-top: 28px;
  padding-bottom: 58px;
}

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

.accordcare-popup-div {
  z-index: 2001;
  border-top: 6px solid var(--pickle-green);
  background-color: #fff;
  min-height: 60px;
  max-height: 125px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -3px 7px #535353;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.h4-blue {
  color: #231f20;
  text-align: center;
  -webkit-text-stroke-color: #231f20;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.agency-logo-div-2 {
  flex-direction: column;
  align-items: center;
  padding: 7px 0 0;
  display: flex;
}

.image-12 {
  max-width: 60%;
}

.button-3 {
  float: right;
  text-align: center;
  background-color: #c00;
  border-radius: 5px;
  padding-left: 10px;
  font-weight: 700;
}

.regional-content-div {
  background-color: #0c396b;
  border-top: 2px solid #165090;
  padding: 3px 34px 4px;
}

.container-6 {
  max-width: 1400px;
}

.h2-regional-locations {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.exec-name-3 {
  color: #3c97cc;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.dropdown-toggle-3 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color .3s;
}

.nav-link-2:hover {
  color: #ffd65b;
  letter-spacing: 1px;
}

.nav-link-2.w--current {
  color: #165090;
}

.dropdown-list-2 {
  margin-top: 0;
  overflow: hidden;
}

.dropdown-list-2.w--open {
  background-color: #3c97cc;
  margin-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.text-span-6 {
  color: #be0707;
  font-weight: 700;
}

.h2-style-white-blue-left-2 {
  color: #165090;
  text-align: left;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.paragraph-6 {
  float: none;
  color: #474747;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
  list-style-type: decimal;
}

.icon-4 {
  color: #be0707;
}

.text-span-5 {
  color: #be0707;
  font-size: 16px;
  line-height: 22px;
}

.absolute {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.absolute.lounge {
  background-image: url('../images/food-tri.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.absolute.office {
  background-image: url('../images/food-family-fun-trio-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.absolute.drinks {
  background-image: url('../images/drinks-tril-copy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.absolute.pb-trio {
  background-image: url('../images/pickleball-tri.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.absolute.plan-view {
  background-image: url('../images/plan-view.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-box {
  z-index: 1;
  width: 68%;
  max-width: 358px;
  position: relative;
}

.text-box.mobile-padding {
  flex: 0 auto;
  width: 100%;
}

.absolute-bg-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--pickle-green);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-container-1 {
  float: right;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: auto;
  min-height: 600px;
  padding: 20px 20px 20px 5%;
  display: flex;
  position: relative;
}

.circle-left {
  background-image: url('../images/Circle-L.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 138px;
  width: 138px;
  height: 490px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.box-right {
  background-image: url('../images/Box-dotted.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 138px;
  flex: none;
  align-self: center;
  width: 132px;
  height: 490px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.flex {
  z-index: 1;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.image-1 {
  z-index: 10;
  background-color: #eff3fa;
  width: 60%;
  height: auto;
  min-height: 620px;
  position: relative;
  overflow: hidden;
}

.subtitle {
  font-size: 20px;
  line-height: 26px;
}

.content-section-2 {
  flex-direction: column;
  margin-top: 62px;
  margin-bottom: 34px;
  display: none;
  position: relative;
}

.h4-big {
  text-transform: none;
  font-size: 30px;
  font-style: italic;
  line-height: 40px;
}

.text-container-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 4% 20px 20px;
  display: flex;
  position: relative;
}

.menu-wrapper-div {
  flex-direction: column;
  align-items: center;
  margin-top: 44px;
  margin-bottom: 0;
  display: block;
}

.left-arrow-4 {
  background-color: #69b03c;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  inset: auto 30% 0% auto;
}

.stencil-heading {
  z-index: 10;
  color: #d19b52;
  justify-content: flex-end;
  font-size: 100px;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: auto -1.6em 165px auto;
  transform: rotate(270deg);
}

.stencil-heading.home-hero {
  color: #979797;
}

.home-hero-title-contain {
  z-index: 10;
  width: 50em;
  min-width: auto;
  max-width: none;
  padding-right: .2em;
  position: relative;
}

.small-slide-image-contain {
  z-index: 5;
  background-color: #0000;
  border: 2px solid #fff;
  width: 42vw;
  height: 50vh;
  position: absolute;
  inset: auto 35% 20% auto;
  overflow: hidden;
  box-shadow: 1px 0 30px 5px #00000024;
}

.large-slide-image-wrap {
  width: 70vw;
  height: 100%;
  padding: 0;
  position: relative;
  overflow: visible;
}

.large-slide-image {
  opacity: 1;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/large-rotator-image-single-drink.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.large-slide-image._2-a {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/large-rotator-image-sports-bar.jpg');
  background-position: 0 0, 70% 70%;
  background-size: auto, cover;
}

.large-slide-image._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/beer-on-tap.jpg');
  background-position: 0 0, 70% 70%;
  background-size: auto, cover;
}

.large-slide-image._3 {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/large-rotator-imagepb-raquet.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.large-slide-image._2-a-sbar {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/large-rotator-image-sports-bar.jpg');
  background-position: 0 0, 70% 70%;
  background-size: auto, cover;
}

.large-slide-image.wings {
  background-image: linear-gradient(#00000094, #00000094), url('../images/chicken-wings-on-plate.jpg');
}

.button-4 {
  text-align: center;
  background-color: #36414c;
  border-radius: 0;
  margin-top: 30px;
  padding: 1.2vw 5vw;
  font-size: 1.3em;
  font-weight: 600;
  transition: all .35s;
}

.button-4:hover {
  color: #fdfdfd;
  background-color: #380702;
  transform: translate(0, -2px);
  box-shadow: 1px 1px 19px 3px #0000001a;
}

.button-4.home-hero-btn {
  background-color: #aa0306;
  display: none;
}

.button-4.home-hero-btn:hover {
  background-color: #36414c;
}

.right-side-slide {
  background-color: var(--pickle-green);
  flex: 1;
  height: 100%;
  position: relative;
}

.hero-slider {
  z-index: 2;
  background-color: #340505;
  width: 100vw;
  height: 100%;
  position: relative;
  inset: 0%;
}

.small-slide-image-wrap {
  width: 100%;
  height: 100%;
}

.right-arrow-4 {
  color: #36414c;
  background-color: #aa0306;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  inset: auto auto 0% 70vw;
}

.white-text {
  color: #fdfdfd;
}

.white-text.hero-h1 {
  z-index: 10;
  text-shadow: 4px 4px 17px #00000042;
  max-width: none;
  font-size: 4.5em;
  line-height: 1.2em;
  position: relative;
}

.white-text.hero-h1-b {
  z-index: 10;
  text-shadow: 4px 4px 17px #00000042;
  max-width: none;
  font-size: 5em;
  line-height: 1.2em;
  position: relative;
}

.small-image {
  background-image: url('../images/burger.jpg');
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.small-image.x {
  background-image: url('../images/pizza.jpg');
}

.small-image._2 {
  opacity: 1;
  background-image: url('../images/sports-bar-small-small-copy.jpg');
  background-position: 70%;
  background-size: cover;
}

.small-image._3 {
  opacity: 1;
  background-image: url('../images/small-coctails.jpg');
  background-position: 0%;
  background-size: cover;
}

.small-image._2-sbar {
  opacity: 1;
  background-image: url('../images/sports-bar-small-small-copy.jpg');
  background-position: 70%;
  background-size: cover;
}

.small-image._2-wings {
  background-image: url('../images/winds-small.jpg');
}

.section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  max-height: none;
  padding: 22px 6% 90px;
  display: flex;
  position: relative;
}

.section.home-hero {
  background-color: #a76928;
  flex-direction: row;
  justify-content: flex-start;
  height: 80vh;
  min-height: 80vh;
  max-height: none;
  padding: 0 0%;
  overflow: hidden;
}

.slide-content {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-h4 {
  color: #fdfdfd;
  text-shadow: 6px 6px 9px #00000029;
  font-family: Caveat, sans-serif;
  font-size: 3vw;
  line-height: 1.2em;
}

.slider-h4.protect {
  font-family: Caveat, sans-serif;
  font-size: 3vw;
}

.container-7 {
  width: 100%;
  max-width: 1200px;
}

.container-7.z-index-over-slide-content {
  z-index: 30;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 0%;
  position: absolute;
  inset: auto 0% 28%;
}

.food-images-wrapper {
  float: left;
  clear: none;
  background-color: #fff;
  width: 24%;
  min-height: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.food-image-1 {
  border: 1px solid #000;
}

.food-images-container {
  max-width: 1200px;
  margin-top: 33px;
  margin-bottom: 62px;
}

.food-images-caption {
  text-align: center;
  font-family: Caveat, sans-serif;
  font-size: 24px;
}

.phase-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.fundraising-goal-div-wrapper {
  background-color: #000;
  width: auto;
  padding-top: 1px;
  padding-bottom: 1px;
}

.heading-3 {
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 48px;
}

.heading-3.left {
  text-align: center;
  font-style: italic;
}

.phase-list-warpper-div {
  float: left;
  background-color: #fffbe7;
  border: 1px solid #000;
  min-width: 200px;
  max-width: 200px;
  height: 200px;
  margin: 31px 35px 11px;
  padding: 31px;
  display: none;
}

.goal-heading {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 36px;
  font-style: italic;
}

.phase-top-para {
  margin-top: 34px;
  font-size: 16px;
  line-height: 26px;
}

.phase-tab {
  float: left;
  clear: right;
  background-color: var(--pickle-green);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-top: 5px;
  padding-top: 0;
  padding-left: 22px;
  padding-right: 22px;
}

.phase-1-div-wrapper {
  height: auto;
}

.phase-content {
  float: left;
  background-color: #fff;
  border: 4px solid #569031;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  margin-bottom: 75px;
  padding: 0 30px 30px;
  box-shadow: 4px 10px 10px 5px #00000080;
}

.container-8 {
  background-color: #fff0;
  margin-top: 53px;
}

.phase-main-para-div {
  margin-left: 35px;
  margin-right: 43px;
}

.ir-side-caption {
  text-transform: none;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 40px;
}

.image-wrapper-div {
  float: left;
  width: 60%;
  margin-left: 40px;
  margin-right: 40px;
  box-shadow: 3px 3px 8px #000000ab;
}

.image-13 {
  border: 1px solid #000;
}

.plans-headline-div {
  margin-bottom: 57px;
  padding-top: 23px;
}

.main-content-wrapper-4 {
  padding-top: 22px;
  padding-bottom: 25px;
  box-shadow: 0 2px 5px #000000bf;
}

.text-container-1-rt-just {
  float: right;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  height: auto;
  min-height: 600px;
  padding: 20px 20px 20px 5%;
  display: flex;
  position: relative;
}

.content-section-2-ir {
  flex-direction: row;
  margin-top: 62px;
  margin-bottom: 34px;
  display: flex;
  position: relative;
}

.para-white {
  float: left;
  color: #fff;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 2rem;
}

.for-more-info-div {
  float: left;
  width: auto;
}

.contact-info-div {
  float: none;
  clear: both;
  margin-left: 85px;
}

.link-4 {
  color: #e1f7a1;
}

.link-4:hover {
  color: #afcc58;
}

.information-div-wrapper {
  background-color: #3b6421;
  margin-top: 30px;
  margin-bottom: 31px;
  padding: 16px 36px;
}

.coming-soon-wrapper {
  float: left;
  background-color: #cf0000;
  border-radius: 10px;
  margin-top: 13px;
  margin-right: 22px;
}

.city-name {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.city-wrapper {
  border: 0 solid #000;
  padding: 3px 13px 5px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  margin-top: 8px;
  margin-bottom: 0;
  padding-top: 3px;
  font-family: Oswald, sans-serif;
  font-size: .9rem;
  line-height: 1rem;
}

.coming-soon-wrapper-test {
  margin-top: 0;
}

.cta-button-div-header-mobiley {
  float: right;
  width: auto;
  margin-top: 0;
  display: none;
}

.phase-ritle {
  color: #fff;
  margin-top: 1px;
  margin-bottom: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2rem;
}

.brand {
  max-width: 200px;
}

.container-9 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.navbar-2 {
  background-color: #fff;
  box-shadow: 0 2px 13px #0009;
}

.nav-link-3 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  transition: color .3s;
}

.nav-link-3:hover {
  color: #cf0000;
  font-size: 1.1rem;
  line-height: 1.1rem;
  text-decoration: none;
}

.nav-menu {
  flex-flow: row;
  display: flex;
}

.pw-logo-lt-justify {
  float: left;
  width: 16%;
}

.pw-logo-right-justify {
  float: left;
  width: 80%;
}

.list-style-3 {
  font-size: 1.1rem;
  line-height: 2rem;
}

.list-2 {
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  list-style-type: disc;
}

.outdoor-activities-header {
  background-color: #569031;
}

.outd-images-div {
  margin-top: 27px;
  margin-bottom: 74px;
}

.pickleball-image {
  float: left;
  width: 33%;
}

.indoor-activities-header {
  background-color: #252525;
  margin-top: 45px;
}

.f-and-drink-header {
  background-color: #ed1c24;
}

.subhead-red {
  color: #ed1c24;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
  .image {
    max-width: 60%;
  }

  .logo-div-nav {
    width: 40%;
    padding-left: 39px;
  }

  .nav-link {
    background-color: var(--pickle-green);
    color: #fff;
  }

  .nav-link.w--current {
    color: var(--dark-slate-blue-2);
  }

  .all-caps {
    line-height: 1.8rem;
  }

  .rotation-wrapper.home-wrapper {
    width: 290px;
  }

  .rotational-word-line.home-line {
    justify-content: center;
  }

  .main-content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1-style {
    font-size: 3rem;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .funnel-section {
    padding: 18px;
  }

  .agency-logo-div {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button {
    margin-top: 6px;
  }

  .cta-button-div-header {
    clear: right;
    width: 60%;
    margin-bottom: 11px;
  }

  .main-content-container {
    margin-top: 13px;
  }

  .exec-button {
    font-size: 13px;
  }

  .h3-agencies {
    font-size: 18px;
    line-height: 28px;
  }

  .icon {
    color: #fff;
    font-size: 50px;
  }

  .menu-button {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-button.w--open {
    background-color: var(--pickle-green);
    color: #495742;
  }

  .services-care-list-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .h2-style-white-blue-left {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }

  .list-style {
    font-size: 1em;
  }

  .h3-agencies-left {
    font-size: 18px;
    line-height: 28px;
  }

  .hp-funnel-title-2 {
    font-size: 18px;
    line-height: 32px;
  }

  .flip-box-div {
    width: 50%;
  }

  .agency-column-3, .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-heading {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .footer-subhead {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .dropdown-toggle {
    background-color: var(--dodger-blue);
    padding-left: 21px;
  }

  .slide-1 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1200px;
    height: 250px;
  }

  .mask-2 {
    height: 300px;
  }

  .slide-3, .slide-4 {
    background-position: 50% 0;
  }

  .main-cont-left-2-thirds {
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
  }

  .main-cont-right-1-col {
    margin-right: 10px;
  }

  .h3-left {
    font-size: 18px;
    line-height: 28px;
  }

  .h1-style-blog-page {
    font-size: 36px;
  }

  .h3-green-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .dropdown-body {
    padding-left: 21px;
  }

  .paragraph-2, .paragraph-locations {
    padding-left: 0;
    font-size: 1.1em;
    line-height: 1.6em;
  }

  .h1-style-2 {
    font-size: 40px;
  }

  .team-block-2 {
    margin-top: 0;
  }

  .heading {
    float: right;
  }

  .header-emp-div {
    float: left;
    margin-top: 0;
  }

  .apply-button-div {
    float: right;
    margin-right: 12px;
  }

  .header-call-div {
    float: right;
    margin-top: -5px;
    margin-right: 12px;
  }

  .cta-button-div-call {
    width: 40%;
  }

  .side-social {
    height: auto;
  }

  .side-social-button {
    width: 36px;
    height: 36px;
  }

  .side-social-button:hover {
    width: 36px;
  }

  .side-social-icon {
    width: 14px;
  }

  .blog-main-wrapper-div {
    display: block;
  }

  .blog-wrapper-div-2 {
    flex: 1;
  }

  .h1-style-3 {
    font-size: 40px;
  }

  .h2-style-blog-headline {
    font-size: 16px;
    line-height: 20px;
  }

  .blog-post-container, .blog-post-container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .read-more-test-button-div {
    float: right;
    margin-right: 12px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .h4-blue {
    font-size: 16px;
    line-height: 20px;
  }

  .agency-logo-div-2 {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-3 {
    font-size: 11px;
  }

  .dropdown-toggle-3 {
    background-color: #3c97cc;
    padding-left: 21px;
  }

  .nav-link-2 {
    background-color: #3c97cc;
  }

  .nav-link-2.w--current {
    color: #0c396b;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 22px;
  }

  .absolute.lounge, .absolute.office, .absolute.drinks {
    background-position: 66%;
  }

  .absolute.pb-trio {
    background-position: 66%;
    height: auto;
  }

  .absolute.plan-view {
    background-position: 66%;
  }

  .text-box {
    width: 90%;
  }

  .text-container-1 {
    min-height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .circle-left {
    width: 47px;
    display: none;
  }

  .box-right {
    width: 51px;
    display: none;
  }

  .flex {
    align-content: center;
    align-items: center;
  }

  .image-1 {
    min-height: 300px;
  }

  .subtitle {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .h4-big {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .stencil-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 80px;
    right: -135px;
  }

  .home-hero-title-contain {
    width: 85%;
    min-width: auto;
  }

  .small-slide-image-contain {
    width: 45vw;
    height: 350px;
    bottom: 25%;
  }

  .button-4 {
    padding: 1.7vw 6vw;
  }

  .white-text.hero-h1, .white-text.hero-h1-b {
    font-size: 7vh;
  }

  .section {
    min-height: auto;
    max-height: none;
    padding: 60px 5%;
  }

  .slider-h4 {
    font-size: 4vw;
  }

  .container-7.z-index-over-slide-content {
    padding-left: 5%;
  }

  .heading-3 {
    text-align: center;
    margin-top: -1px;
    margin-bottom: 0;
    font-family: Merriweather, serif;
    font-size: 38px;
  }

  .city-name, .city-name-1 {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .heading-4, .coming-soon-wrapper-test {
    font-size: 1rem;
    line-height: 1rem;
  }

  .cta-button-div-header-mobiley {
    clear: right;
    width: 60%;
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    max-width: 100%;
  }

  .nav-link {
    background-color: var(--pickle-green);
  }

  .nav-link.w--current {
    color: var(--dark-slate-blue-2);
  }

  .top-margin._75-pixels {
    min-height: 25px;
    margin-top: 0;
    box-shadow: 0 -4px 5px #0000008f;
  }

  .top-margin._75-pixels.shadow-bottom {
    box-shadow: 0 3px 5px #0000008f;
  }

  .rotation-wrapper {
    width: 260px;
    height: 60px;
  }

  .rotation-wrapper.home-wrapper {
    width: 260px;
  }

  .hero-h1 {
    font-size: 55px;
    line-height: 65px;
  }

  .hero-h1.rotational-h1-surround {
    flex: none;
  }

  .hero-h1.rotational-word-member {
    font-size: 55px;
    line-height: 65px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .footer-section {
    margin-bottom: 12px;
    padding-bottom: 0;
  }

  .agency-logo-div {
    padding-top: 0;
  }

  ._3-columns {
    display: block;
  }

  .footer-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .button {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 16px;
  }

  .cta-button-div-header {
    flex-direction: column;
    align-items: center;
    display: none;
  }

  .cta-headline-style {
    font-size: 18px;
    line-height: 24px;
  }

  .cta-p {
    font-size: 10px;
    line-height: 14px;
  }

  .image-3 {
    max-width: 40px;
  }

  .main-content-conteiner-sec-pages {
    padding: 23px;
  }

  .agencies-col-wrapper {
    border-bottom: 1px solid #adadad;
    padding-bottom: 24px;
  }

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

  .agency-description {
    justify-content: center;
  }

  .h3-agencies {
    margin-top: 5px;
    margin-bottom: 12px;
  }

  .agencies-button {
    padding-top: 0;
  }

  .agencies-container {
    flex-direction: column;
  }

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

  .services-icon-div {
    display: none;
  }

  .list {
    width: 100%;
  }

  .h3-agencies-left {
    margin-top: 5px;
    margin-bottom: 12px;
  }

  .wrapper {
    width: auto;
  }

  .flip-box-div {
    width: 100%;
    height: auto;
  }

  .card-wrapper-10 {
    width: auto;
  }

  .agency-column-3, .column-5, .column-6 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .footer-subhead {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .nav-link-drdn-trigger {
    padding-left: 11px;
  }

  .dropdown-toggle {
    background-color: var(--dodger-blue);
  }

  .slide-7 {
    background-position: 65% 0;
  }

  ._2-columns {
    display: block;
  }

  .agencies-col-wrapper-empty, .agencies-col-wrapper-copy {
    border-bottom: 1px solid #adadad;
    padding-bottom: 24px;
  }

  .main-content-wrapper-2-col {
    margin-top: 20px;
  }

  .main-cont-left-2-thirds {
    float: left;
    width: 100%;
  }

  .main-cont-right-1-col {
    float: left;
    clear: none;
    width: 45%;
    margin-left: 11px;
  }

  .h3-left {
    margin-top: 5px;
    margin-bottom: 12px;
  }

  .h2-left {
    font-size: 22px;
    line-height: 30px;
  }

  .h1-style-center-j {
    margin-top: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .h1-style-blog-page {
    font-size: 26px;
    line-height: 28px;
  }

  .paragraph-2, .paragraph-locations {
    font-size: 1em;
  }

  .exec-container-2 {
    padding-left: 16px;
    padding-right: 15px;
  }

  .h1-style-2 {
    font-size: 32px;
  }

  .exec-name-2 {
    font-size: 24px;
  }

  .heading {
    margin-bottom: 0;
  }

  .header-emp-div {
    float: right;
    margin-top: 0;
    padding-top: 0;
    font-size: 12px;
  }

  .heading-4-bold {
    margin-bottom: 5px;
  }

  .side-social {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .link-block-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-wrapper-div-2 {
    width: 100%;
  }

  .h1-style-3 {
    font-size: 32px;
  }

  .blog-tumb-image-div {
    margin-left: auto;
    margin-right: auto;
  }

  .h2-style-blog-headline {
    padding-top: 15px;
    font-size: 22px;
  }

  .paragraph-copy, .paragraph-copy-2 {
    padding-top: 23px;
    font-size: 1em;
    line-height: 1.4em;
  }

  .testimonial-div {
    padding-left: 28px;
    padding-right: 28px;
  }

  .testimonial-p {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonials-slider-div {
    padding-left: 0;
    padding-right: 0;
  }

  .main-content-conteiner-test-pages-copy {
    padding: 23px;
  }

  .columns-2 {
    padding-bottom: 11px;
    display: block;
  }

  .column-4 {
    padding: 0;
  }

  .h4-blue {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .agency-logo-div-2 {
    text-align: center;
    padding-top: 0;
    padding-left: 99px;
    padding-right: 129px;
  }

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

  .button-3 {
    float: none;
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 12px;
  }

  .dropdown-toggle-3, .nav-link-2 {
    background-color: #3c97cc;
  }

  .nav-link-2.w--current {
    color: #0c396b;
  }

  .paragraph-6 {
    font-size: 12px;
    line-height: 20px;
  }

  .text-box {
    width: 100%;
    max-width: 100%;
  }

  .text-container-1 {
    min-height: 200px;
  }

  .circle-left {
    width: 21px;
  }

  .box-right {
    width: 24px;
  }

  .image-1 {
    width: 100%;
    min-height: 350px;
  }

  .subtitle {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .left-arrow-4 {
    padding: 18px;
  }

  .stencil-heading {
    font-size: 60px;
    bottom: 429px;
    right: -102px;
  }

  .stencil-heading.home-hero {
    font-size: 50px;
    bottom: 79px;
    right: -84px;
  }

  .home-hero-title-contain {
    width: 75%;
    padding-right: 15px;
  }

  .small-slide-image-contain {
    width: 45vw;
    height: 200px;
    inset: 0% 0% auto auto;
  }

  .button-4 {
    padding: 2.4vw 10vw;
    font-size: 1.2em;
  }

  .button-4.home-hero-btn {
    margin-top: 7px;
  }

  .right-arrow-4 {
    padding: 18px;
  }

  .white-text.hero-h1, .white-text.hero-h1-b {
    margin-top: 10px;
    font-size: 7vw;
  }

  .small-image {
    background-size: cover;
  }

  .section {
    max-height: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-h4 {
    margin-bottom: 0;
    font-size: 4vw;
  }

  .container-7.z-index-over-slide-content {
    margin-bottom: -69px;
    padding-left: 5%;
  }

  .phase-heading {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .phase-top-para {
    margin-top: 25px;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .phase-tab {
    padding-left: 22px;
    padding-right: 22px;
  }

  .phase-1-div-wrapper {
    margin-left: 24px;
    margin-right: 24px;
  }

  .phase-content {
    margin-bottom: 61px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .para-white {
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .coming-soon-wrapper {
    margin-top: 7px;
    margin-right: -37px;
  }

  .city-name {
    font-size: 1rem;
    line-height: 1rem;
  }

  .heading-4 {
    font-size: .9rem;
    line-height: .9rem;
  }

  .cta-button-div-header-mobiley {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .phase-ritle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 100%;
  }

  .logo-div-nav {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    padding-left: 53px;
    padding-right: 53px;
    display: flex;
  }

  .all-caps.rotational-member {
    font-size: 32px;
  }

  .inline-block {
    width: 100%;
  }

  .rotation-wrapper {
    height: 120px;
  }

  .rotation-wrapper.home-wrapper {
    width: 160px;
    height: 44px;
  }

  .rotation-wrapper.full-line {
    height: 44px;
  }

  .hero-h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-h1.rotational-h1-surround {
    font-size: 32px;
    line-height: 140%;
  }

  .hero-h1.rotational-word-member {
    font-size: 32px;
    line-height: 140%;
    transform: none;
  }

  .rotational-word-line.home-line {
    width: 100%;
  }

  .h1-style {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph {
    font-size: 1em;
  }

  .footer-container {
    padding-bottom: 161px;
    padding-left: 10px;
  }

  .button {
    margin-top: 3px;
    font-size: 13px;
    line-height: 16px;
  }

  .cta-button-div-header {
    float: left;
    width: 100%;
  }

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

  .h3-agencies {
    font-size: 16px;
    line-height: 22px;
  }

  .services-list {
    width: 100%;
  }

  .h2-style-white-blue-left {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .h3-agencies-left {
    font-size: 16px;
    line-height: 22px;
  }

  .list-style-2 {
    font-size: 1em;
  }

  .hp-funnel-title-2 {
    padding: 0;
    line-height: 18px;
  }

  .agency-column-3, .column-5, .column-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-1 {
    background-position: 50% 0;
    background-size: 800px;
  }

  .mask-2 {
    height: 200px;
  }

  .slide-4 {
    background-size: 800px;
  }

  .slide-5 {
    background-position: 50% 0;
    background-size: 800px;
  }

  .slide-6 {
    background-position: 40% 0;
    background-size: 800px;
  }

  .main-cont-right-1-col {
    width: 90%;
  }

  .h3-left {
    font-size: 16px;
    line-height: 22px;
  }

  .h1-style-left-j, .h1-style-center-j {
    font-size: 30px;
    line-height: 36px;
  }

  .h1-style-blog-page {
    font-size: 18px;
    line-height: 20px;
  }

  .icon-3 {
    display: none;
  }

  .h3-green-2.faq-style {
    white-space: normal;
    white-space: normal;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-2, .paragraph-locations {
    font-size: .9em;
  }

  .h1-style-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .team-block-2 {
    margin-top: 0;
  }

  .heading {
    text-align: right;
    font-size: 12px;
    line-height: 16px;
  }

  .header-emp-div {
    float: left;
    margin-left: 18px;
    font-size: 11px;
    line-height: 16px;
  }

  .apply-button-div {
    margin-right: 8px;
  }

  .header-call-div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-button-div-call {
    width: 100%;
  }

  .side-social {
    right: 0;
  }

  .h1-style-3 {
    font-size: 30px;
    line-height: 36px;
  }

  .h2-style-blog-headline {
    font-size: 18px;
  }

  .paragraph-copy, .paragraph-copy-2 {
    font-size: 1em;
  }

  .read-more-test-button-div {
    margin-right: 8px;
  }

  .accordcare-popup-div {
    width: auto;
  }

  .column-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h4-blue {
    padding-right: 0;
    font-size: 13px;
  }

  .agency-logo-div-2 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .paragraph-6 {
    font-size: 1em;
  }

  .icon-4 {
    display: none;
  }

  .text-box {
    max-width: 100%;
  }

  .text-box.mobile-padding {
    padding-left: 20px;
  }

  .text-container-1 {
    padding-left: 0%;
    padding-right: 0;
  }

  .box-right {
    width: 15px;
  }

  .image-1 {
    width: 100%;
    height: 250px;
    min-height: auto;
  }

  .subtitle {
    font-size: .9rem;
  }

  .h4-big {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .text-container-2 {
    justify-content: flex-start;
  }

  .left-arrow-4 {
    padding: 20px 8px;
    inset: auto auto 0% 0%;
  }

  .stencil-heading {
    font-size: 60px;
    bottom: 8px;
    right: -13px;
  }

  .stencil-heading.home-hero {
    font-size: 50px;
    display: none;
    inset: auto auto -6px -374px;
    transform: none;
  }

  .home-hero-title-contain {
    width: 100%;
  }

  .small-slide-image-contain {
    width: 70vw;
    height: 45vh;
    inset: auto 0% 0% auto;
  }

  .large-slide-image-wrap {
    width: 100vw;
  }

  .large-slide-image {
    background-position: 80% 40%;
    background-size: cover;
    height: 70%;
  }

  .large-slide-image._2-a, .large-slide-image._2 {
    background-position: 50%;
    background-size: 170%;
    height: 70%;
  }

  .large-slide-image._3 {
    background-size: 160%;
    height: 70%;
  }

  .large-slide-image._2-a-sbar {
    background-position: 50%;
    background-size: 170%;
    height: 70%;
  }

  .button-4 {
    margin-top: 20px;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .right-arrow-icon {
    max-width: 30%;
  }

  .right-arrow-4 {
    padding: 20px 8px;
    inset: auto auto 0% 78px;
  }

  .left-arrow-icon {
    max-width: 30%;
  }

  .white-text.hero-h1, .white-text.hero-h1-b {
    text-shadow: 4px 4px 17px #00000042;
    font-size: 5.5vh;
  }

  .small-image._2 {
    background-position: 50%;
    background-size: cover;
  }

  .small-image._3 {
    background-position: 100%;
  }

  .small-image._2-sbar {
    background-position: 50%;
    background-size: cover;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slider-h4 {
    font-size: 7.5vw;
  }

  .container-7.z-index-over-slide-content {
    margin-bottom: -47px;
    padding-left: 5%;
    padding-right: 5%;
    bottom: 33%;
  }

  .phase-heading {
    margin-top: 6px;
    margin-bottom: 0;
    line-height: 1.3rem;
  }

  .heading-3 {
    font-size: 24px;
  }

  .phase-list-warpper-div {
    padding-left: 25px;
    padding-right: 25px;
  }

  .phase-tab {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .phase-1-div-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .phase-main-para-div {
    margin-left: 11px;
    margin-right: 11px;
  }

  .text-container-1-rt-just {
    padding-left: 0%;
    padding-right: 0;
  }

  .contact-info-div {
    margin-left: 10px;
  }

  .information-div-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .coming-soon-wrapper {
    align-self: center;
    margin-right: 0;
  }

  .cta-button-div-header-mobiley {
    float: left;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .phase-ritle {
    margin-bottom: 7px;
    font-size: .9rem;
    line-height: 1.1rem;
  }
}


