:root {
  --color-3: #012344;
  --color-4: #003d79;
  --color: white;
  --color-5: #e6edf2;
  --white: white;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --black: black;
  --color-2: black;
}

h2 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

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

h4 {
  color: var(--color-4);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

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

.hero {
  background-image: url('../images/middle-aged-woman.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 95vh;
  margin-top: 5vh;
  padding: 8% 5% 5%;
  display: flex;
}

.hero-info-div {
  width: 700px;
  padding: 25px;
  position: relative;
}

.hero-bg-blue {
  mix-blend-mode: multiply;
  background-color: #001231d4;
  position: absolute;
  inset: 0%;
}

.navbar {
  border-bottom: 10px none var(--color-4);
  background-color: var(--color);
  flex-flow: column;
  height: auto;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  color: var(--color-3);
  text-transform: uppercase;
  align-items: center;
  padding: 10px 15px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.navlink:hover {
  background-color: #0012311a;
}

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

.image-4.invert {
  filter: grayscale() invert();
}

.image-5 {
  height: 120px;
}

.brand {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.nav-menu {
  align-items: center;
  height: 90px;
  padding-right: 10px;
  display: flex;
}

.hero-large-line {
  z-index: 1;
  color: var(--color);
  width: 650px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.hero-line-special {
  color: #00123100;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--color);
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.1em;
}

.button-holder {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}

.hero-button {
  border: 1px solid var(--color);
  color: var(--color);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 49%;
  padding: 10px 15px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.hero-button:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
  transform: translate(0, -5px);
}

.hero-button.no-width {
  width: auto;
  margin-right: 10px;
}

.intro-section {
  padding-top: 5%;
}

.intro-wrapper-div {
  z-index: 10;
  background-color: var(--color);
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin-bottom: -5%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

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

._3-values-section {
  background-color: var(--color-3);
  padding-top: 8%;
  padding-bottom: 5%;
  position: relative;
}

.body-button {
  border: 1px none var(--color);
  background-color: var(--color-3);
  color: var(--color);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 15px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.body-button:hover {
  border-color: var(--color-4);
  background-color: var(--color-4);
  transform: translate(0, -5px);
}

.body-button.marg {
  margin-right: 10px;
}

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

.why-choose-section {
  background-color: var(--color-3);
  background-image: linear-gradient(#001231ed, #001231ed), url('../images/icon-white.png');
  background-position: 0 0, -50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 175%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.why-choose-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.testimonial-section {
  background-image: linear-gradient(#00000070, #00000070), url('../images/jacksonville-fl.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding-top: 8%;
  padding-bottom: 8%;
  display: flex;
}

.testimonial-wrapper-div {
  width: 90%;
  max-width: none;
}

.testimonial-holder {
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.testimonial-div {
  color: var(--color);
  background-color: #001231a6;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 32%;
  padding: 30px;
  display: flex;
  position: relative;
}

.top-test-txt {
  margin-bottom: 30px;
}

.quote-icon {
  opacity: .24;
  position: absolute;
  inset: auto 20px 20px auto;
}

.body-button-holder {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}

.footer {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 5%;
}

.footer-top-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-top-left {
  width: 60%;
}

.submit-button {
  background-color: var(--color);
  color: var(--color-3);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  line-height: 1em;
}

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

.form-block {
  margin-bottom: 0;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--color);
  background-color: #fff0;
}

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

.text-field._49 {
  background-color: #ffffff0d;
  width: 49%;
}

.text-field-holder {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--color);
  background-color: #ffffff0d;
  min-height: 75px;
  margin-bottom: 20px;
}

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

.footer-right-div {
  flex-flow: column;
  align-items: flex-start;
  width: 32%;
  display: flex;
}

.lg-footer-text {
  color: var(--color);
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1.2em;
}

.locations-holder {
  flex-flow: wrap;
  justify-content: center;
  width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.location-div {
  color: var(--color);
  text-align: center;
  background-color: #ffffff0d;
  border-bottom: 1px solid #003d7900;
  width: 19%;
  margin-bottom: 1%;
  margin-left: .5%;
  margin-right: .5%;
  padding: 20px;
  line-height: 1.5em;
}

.location-div:hover {
  background-color: var(--color-4);
}

.copyright {
  background-color: var(--color-4);
  color: var(--color);
  text-align: center;
  padding: 10px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
}

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

.p-lg-hero {
  color: var(--color-5);
  margin-top: 15px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 1.5em;
  line-height: 1.3em;
  position: relative;
}

.service-block {
  border: 1px none var(--white);
  flex-flow: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0 0;
  display: flex;
  position: relative;
}

.service-block.mid {
  margin-top: 50px;
  margin-bottom: 50px;
}

.service-items {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-holder-55 {
  z-index: 5;
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: relative;
}

.img-cover-div {
  object-fit: cover;
  width: 35%;
  overflow: hidden;
}

.img-cover-div._100 {
  width: 100%;
}

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

.blue-outline-overlay {
  border: 1px solid #4e94e5;
  margin: 20px 0 20px 20px;
  padding-right: 10px;
  position: absolute;
  inset: 0%;
}

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

.doc-wrap {
  justify-content: space-between;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blue-doc-text {
  background-color: var(--color-5);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  padding: 50px;
  display: flex;
}

.photo-and-text {
  flex-flow: column;
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.doc-title {
  text-align: center;
  padding-top: 20px;
}

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

.nav-bar-btm {
  color: #fff;
  background-color: #003d79;
  align-items: center;
  padding: 10px 15px 10px 20px;
  line-height: 1em;
  display: flex;
  font-weight: 700;
}

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

  .hero {
    justify-content: flex-end;
    height: 800px;
    padding: 0%;
  }

  .hero-info-div {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    padding: 15px;
    display: flex;
  }

  .hero-bg-blue {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .navbar {
    height: 75px;
  }

  .navlink {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-4 {
    margin-right: 0;
  }

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

  .image-5 {
    height: 65px;
  }

  .brand {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-menu {
    height: 65px;
  }

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

  .hero-line-special {
    font-size: 1.5em;
  }

  .button-holder {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
  }

  .hero-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro-wrapper-div {
    padding-bottom: 5px;
  }

  ._3-values-section {
    padding-top: 10%;
  }

  .testimonial-section {
    background-image: linear-gradient(to bottom, null, null), url('../images/greenville-south-carolina.jpg');
    background-attachment: scroll, scroll;
  }

  .testimonial-holder {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .testimonial-div {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
  }

  .location-div {
    width: 32%;
  }

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

  .img-cover-div._100 {
    width: 55%;
  }

  .blue-outline-overlay {
    display: none;
  }

  .doc-wrap {
    flex-flow: column;
  }

  .blue-doc-text {
    width: 100%;
    padding: 20px;
  }

  .photo-and-text {
    flex-flow: row;
    width: 100%;
    margin-top: 20px;
  }

  .doc-title {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    display: flex;
  }

  .nav-bar-btm {
    padding: 10px;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    letter-spacing: 5px;
    font-size: 1em;
  }

  .hero {
    background-color: var(--color-3);
    background-image: linear-gradient(180deg, #0000 16%, var(--color-3) 86%), url('../images/middle-aged-woman.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    height: 450px;
    margin-top: 50px;
  }

  .navbar {
    height: auto;
  }

  .image-4.invert {
    width: 15px;
  }

  .image-5 {
    height: 65px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    height: 65px;
  }

  .hero-large-line {
    width: auto;
    font-size: 2em;
  }

  .hero-line-special {
    -webkit-text-stroke-width: 1px;
    font-size: 1.7em;
  }

  .button-holder {
    width: 100%;
  }

  .button-holder.space {
    justify-content: space-between;
  }

  .hero-button {
    font-size: .9em;
  }

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

  .body-button {
    padding-left: 10px;
    font-size: .9em;
  }

  .body-button.marg {
    padding-left: 10px;
  }

  .why-choose-section {
    background-image: linear-gradient(#001231eb, #001231eb), url('../images/icon-white.png');
    background-position: 0 0, 165%;
    background-size: auto, auto 100%;
  }

  .footer-top-div {
    flex-flow: column;
  }

  .footer-top-left {
    width: 100%;
  }

  .footer-right-div {
    width: 100%;
    margin-top: 30px;
  }

  .locations-holder {
    margin-top: 30px;
  }

  .location-div {
    width: 45%;
  }

  .p-lg-hero {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .service-block.mid {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .nav-bar-btm {
    font-size: .9em;
  }
}

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

  h3 {
    letter-spacing: 2px;
  }

  h4 {
    text-align: center;
  }

  .hero {
    background-image: linear-gradient(180deg, #0000 16%, #011f3bde 48%, var(--color-3) 86%), url('../images/middle-aged-woman.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    height: 450px;
    margin-top: 100px;
  }

  .hero-info-div {
    padding-bottom: 5px;
  }

  .navbar {
    height: auto;
    padding-right: 0;
  }

  .navlink {
    margin-right: 5px;
    padding: 5px;
  }

  .image-5 {
    height: 60px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    height: 60px;
  }

  .hero-large-line {
    font-size: 1.8em;
  }

  .button-holder {
    flex-flow: column;
  }

  .hero-button {
    width: 100%;
    margin-bottom: 10px;
  }

  .hero-button.no-width {
    font-size: .8em;
  }

  .intro-wrapper-div {
    padding-bottom: 5px;
  }

  .body-button {
    font-size: .8em;
  }

  .body-button.marg {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .testimonial-holder {
    margin-bottom: 0;
  }

  .body-button-holder {
    flex-flow: column;
    align-items: stretch;
  }

  .footer {
    padding-bottom: 1%;
  }

  .lg-footer-text {
    font-size: 1.5em;
  }

  .location-div {
    width: 95%;
    margin-bottom: 2%;
  }

  .copyright {
    line-height: 1.2em;
  }

  .h5-white {
    font-size: 1.5em;
  }

  .p-lg-hero {
    font-size: 1em;
  }

  .service-items {
    flex-flow: column;
  }

  .text-holder-55 {
    width: 100%;
    margin-top: 20px;
  }

  .img-cover-div, .img-cover-div._100 {
    width: 100%;
  }

  .photo-and-text {
    flex-flow: column;
  }

  .doc-title {
    width: 100%;
  }

  .nav-bar-btm {
    font-size: .8em;
  }
}


