:root {
  --color-3: #123873;
  --color-4: #0085a1;
  --color-5: #638bc8;
  --color: white;
  --color-6: #19434c;
  --color-2: #333;
  --white: white;
  --black: black;
}

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

h3 {
  color: var(--color-4);
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1em;
}

h4 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

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

h6 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 600;
  line-height: 18px;
}

p {
  margin-bottom: 20px;
  font-size: 1.2em;
}

.body {
  font-family: 'Montserrat',sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}

.hero {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .51), rgba(0, 0, 0, 0)), url('../images/city-girl-glasses.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
  position: relative;
}

.hero-line-1, h1, h2, h3{
  font-family:bebas-neue-pro, sans-serif;
}

.slider {
  height: 100vh;
  display: none;
}

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

.hero-slide {
  background-image: url('../images/young-woman-in-nyc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide._2 {
  background-image: url('../images/senior-man-city.jpg');
  background-position: 50%;
}

.hero-slide._3 {
  background-image: url('../images/young-athletic-guy-in-city.jpg');
  background-position: 50% 0;
}

.hero-slide._4 {
  background-image: url('../images/happy-young-women.jpg');
  background-position: 50% 0;
}

.icon, .icon-2 {
  display: none;
}

.hero-top-girl {
  z-index: 1;
  background-image: url('../images/city-girl-glasses.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-top-content-div {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30vh;
  padding-left: 0%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-box-hero {
  color: var(--color);
  background-color: #0085a1;
  width: auto;
  min-width: 0;
  max-width: none;
  padding: 20px 25px 20px 5vw;
  font-size: 4em;
  font-weight: 600;
  line-height: 1.2em;
}

.paragraph-box {
  color: var(--color);
  width: auto;
  min-width: 0;
  max-width: none;
  padding: 20px 25px 20px 5vw;
  font-size: 1.2em;
  line-height: 1.5em;
}

.hero-line-bottom-left {
  background-color: var(--color-4);
  width: 2px;
  height: 24vh;
  margin-left: 5.5vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-top-right-line {
  background-color: var(--color-4);
  width: 58vw;
  height: 2px;
  position: absolute;
  top: 35vh;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero-larg-container {
  flex-flow: column;
  justify-content: space-between;
  width: 40vw;
  height: 45vh;
  display: flex;
}

.navbar {
  background-color: var(--color);
  padding-left: 5px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 11px rgba(0, 0, 0, .15);
}

.image {
  height: 85px;
}

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

.nav-link {
  color: var(--color-4);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 1em;
}

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

.nav-link.nav-button {
  background-color: var(--color-4);
  color: #fff !important;
}
.nav-link.nav-button a{
  color:#fff !important;
}
.nav-link.nav-button:hover {
  background-color: var(--color-6);
}

.dd-toggle {
  color: var(--color-4);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  font-weight: 600;
  line-height: 1em;
}

.dd-toggle:hover {
  color: var(--color-3);
}

.icon-3 {
  margin-right: 5px;
}

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

.dropdown-list.w--open {
  border-bottom: 5px solid var(--color-4);
  background-color: var(--color-3);
  padding-bottom: 0;
}

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

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

.welcome-section {
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
}

.welcome-wrapper-div {
  justify-content: space-between;
  width: 90vw;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.welcome-text-48 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-top: 25px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.welcome-images-div {
  z-index: 1;
  border-left: 10px solid var(--color);
  background-color: var(--color);
  flex-flow: column;
  justify-content: space-between;
  width: 45%;
  display: flex;
  position: relative;
}

.welcome-top-image {
  object-fit: cover;
  width: 100%;
  height: 49%;
  max-height: 250px;
  overflow: hidden;
}

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

.bottom-welcome-images {
  justify-content: space-between;
  height: 49%;
  max-height: 250px;
  display: flex;
}

.img-49-5 {
  object-fit: cover;
  width: 49%;
  overflow: hidden;
}

.img-49-5.doc-text {
  background-color: var(--color-3);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 40px 25px 5%;
  display: flex;
}

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

.color-bg {
  background-color: rgba(18, 56, 115, .05);
  width: 60%;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.color-bg.left {
  top: 10%;
  bottom: 10%;
  left: 0%;
  right: auto;
}

.welcome-line {
  background-color: var(--color-4);
  width: 2px;
  height: 10vh;
  margin-left: 5.5vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cta-section {
  background-color: rgba(18, 56, 115, .1);
  justify-content: space-between;
  align-items: center;
  padding: 3%;
  display: flex;
  position: relative;
}

.cta-icon-div {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 8%;
  display: flex;
  position: relative;
}

.cta-text-div {
  z-index: 1;
  color: var(--color-2);
  width: 60%;
  position: relative;
}

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

.text-block {
  font-size: 1.2em;
}

.cta-button-holder {
  z-index: 1;
  background-color: var(--color);
  background-image: linear-gradient(rgba(18, 56, 115, .1), rgba(18, 56, 115, .1));
  justify-content: flex-end;
  width: 25%;
  padding: 15px 0 15px 12px;
  display: flex;
  position: relative;
}

.button {
  background-color: var(--color-4);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 30px 12px;
  font-size: 1.2em;
  line-height: 1em;
}

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

.button.location {
  text-align: center;
  max-width: 35%;
  padding: 10px 15px 8px;
  font-size: 1em;
}

.cta-outline {
  border: 2px solid var(--color-4);
  display: none;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.image-4 {
  max-height: 75px;
}

.service-section {
  background-image: url('../images/office-background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 0;
  padding: 5%;
  display: flex;
}

.service-wrapper-div {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.service-text-back-color {
  mix-blend-mode: normal;
  background-color: #333;
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.teal-outline-div-services {
  border: 2px solid var(--color-4);
  display: none;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 30px;
  right: 20px;
}

.service-par-text-holder {
  z-index: 2;
  background-color: var(--color-2);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  margin-left: 0;
  margin-right: 20px;
  padding: 20px 30px 30px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.service-link-holder {
  border: 2px solid var(--color-4);
  flex-flow: column;
  justify-content: center;
  width: 58%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.service-link {
  color: var(--color);
  text-transform: uppercase;
  background-color: #0085a1;
  margin-bottom: 1%;
  padding: 15px 15px 15px 30px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

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

.service-link.botom {
  margin-bottom: 0%;
}

.dr-zhiou-section {
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
}

.doc-img-div {
  z-index: 1;
  border-right: 10px solid var(--color);
  border-left: 10px none var(--color);
  background-color: var(--color);
  flex-flow: column;
  justify-content: space-between;
  width: 45%;
  display: flex;
  position: relative;
}

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

.footer {
  background-image: url('../images/buildings.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 65vh;
  padding: 5%;
  display: flex;
}

.footer-wrapper {
  background-color: var(--color-2);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
}

.footer-form-holder {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.form-div-60 {
  width: 60%;
}

.text-field {
  font-size: 1.1em;
}

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

.textarea {
  font-size: 1.1em;
}

.locations-div {
  width: 37%;
}

.location-holder {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.location-text {
  color: var(--color);
  width: 60%;
  font-size: 1.2em;
  line-height: 1.2em;
}

.footer-bottom-div {
  border-top: 1px solid var(--color-4);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.quick-links-holder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.quick-link {
  color: var(--color);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 20px;
  padding: 5px 10px;
  text-decoration: none;
}

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

.search-holder {
  color: var(--color);
  text-align: right;
  flex-flow: column;
  align-items: flex-end;
  max-width: 45%;
  display: flex;
}

.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-1 {
  align-items: center;
  width: 100%;
  min-width: 0;
  display: flex;
}

.search-input {
  margin-bottom: 0;
}

.search-button {
  background-color: var(--color-4);
  line-height: 1em;
}

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

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

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

.links {
  margin-bottom: 15px;
}

.ip-header {
  background-color: rgba(18, 56, 115, .05);
  justify-content: space-between;
  padding: 5% 5% 3%;
  display: flex;
  position: relative;
}

.ip-header-text-holder {
  z-index: 1;
  color: var(--color-3);
  align-items: center;
  width: 65%;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
  display: flex;
  position: relative;
}

.related-pages-div {
  border: 2px solid var(--color-4);
  width: 30%;
  padding: 10px;
}

.related-page-inner-div {
  background-color: var(--color-3);
  padding: 10px;
}

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

.related-link-holder {
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.related-page-link {
  color: var(--color);
  margin: 0 5px 10px;
  line-height: 1em;
  text-decoration: none;
}

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

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

.breadcrumb {
  color: var(--color-5);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.breadcrumb:hover, .breadcrumb.current {
  color: var(--color-4);
}

.bc-arrows {
  color: var(--color-5);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.5em;
  line-height: .8em;
}

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

.ip-wrapper-div {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.float-right-image {
  float: right;
  max-width: 400px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.ip-5050 {
  justify-content: space-between;
  max-height: 500px;
  margin-bottom: 30px;
  display: flex;
}

.photo-48 {
  object-fit: cover;
  width: 50%;
  max-height: none;
  overflow: hidden;
}

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

.text-48 {
  background-color: rgba(18, 56, 115, .05);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px;
  display: flex;
}

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

  h3 {
    font-size: 1.2em;
  }

  p {
    font-size: 1em;
  }

  .hero {
    height: 800px;
  }

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

  .text-box-hero {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3em;
  }

  .paragraph-box {
    background-color: var(--color-4);
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .hero-larg-container {
    width: 50%;
    height: auto;
  }

  .nav-menu {
    background-color: var(--color);
    height: auto;
    padding-right: 0;
  }

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

  .welcome-wrapper-div {
    align-items: center;
    width: 100vw;
    padding-left: 5%;
    padding-right: 5%;
  }

  .welcome-text-48 {
    width: 50%;
  }

  .welcome-images-div {
    border: 5px solid var(--color);
  }

  .welcome-top-image {
    border-bottom: 5px solid var(--color);
    height: auto;
  }

  .img-49-5.doc-text {
    padding: 15px;
  }

  .welcome-line {
    height: 5vh;
  }

  .cta-section {
    justify-content: space-between;
    padding: 5%;
    display: block;
  }

  .cta-text-div {
    width: 100%;
    font-size: 16px;
    position: static;
  }

  .h2-white {
    font-size: 1.8em;
  }

  .cta-button-holder {
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }

  .button {
    font-size: 1em;
  }

  .image-4 {
    display: none;
  }

  .service-section {
    background-image: url('../images/office-background.jpg');
    background-position: 50%;
    background-attachment: scroll;
  }

  .service-par-text-holder {
    padding-right: 0;
  }

  .service-link {
    font-size: 1.2em;
  }

  .doc-img-div {
    border-right-width: 5px;
  }

  .footer {
    background-image: url('../images/buildings.jpg');
    background-attachment: scroll;
  }

  .footer-form-holder {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .form-div-60 {
    width: 100%;
  }

  .locations-div {
    width: 100%;
    margin-top: 20px;
  }

  .footer-bottom-div {
    flex-flow: column;
    padding-top: 20px;
  }

  .quick-links-holder {
    width: 100%;
  }

  .search-holder {
    text-align: left;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .search-1 {
    width: 75%;
  }

  .icon-4 {
    color: var(--color-4);
  }

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

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

  .ip-header-text-holder {
    width: 55%;
  }

  .related-pages-div {
    width: 40%;
  }

  .text-48 {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 500px;
  }

  .hero-top-content-div {
    padding-top: 65px;
    padding-left: 0%;
  }

  .text-box-hero {
    font-size: 2em;
  }

  .hero-top-right-line {
    display: none;
  }

  .hero-larg-container {
    background-color: var(--color-4);
    justify-content: center;
    height: 500px;
  }

  .image {
    height: 65px;
  }

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

  .welcome-text-48, .welcome-images-div {
    width: 100%;
  }

  .welcome-line {
    height: 4vh;
  }

  .service-section {
    background-color: var(--color-2);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .service-wrapper-div {
    flex-flow: column;
  }

  .service-text-back-color {
    width: 100%;
  }

  .service-par-text-holder {
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-link-holder {
    width: 95%;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
  }

  .doc-img-div {
    border-top: 5px solid var(--color);
    border-left-style: solid;
    border-left-width: 5px;
    width: 100%;
  }

  .footer-wrapper {
    padding: 20px;
  }

  .brand {
    padding-left: 0;
  }

  .ip-header {
    flex-flow: column;
    padding-bottom: 5%;
  }

  .ip-header-text-holder {
    width: 100%;
    margin-bottom: 20px;
    font-size: 2.5em;
  }

  .related-pages-div {
    width: 100%;
  }

  .float-right-image {
    max-width: 300px;
  }

  .ip-5050 {
    flex-flow: column;
    max-height: none;
  }

  .photo-48 {
    width: 100%;
    max-height: 300px;
  }

  .text-48 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-position: 0 0, 68%;
    height: 600px;
  }

  .hero-top-girl {
    display: none;
  }

  .hero-top-content-div {
    justify-content: flex-end;
  }

  .text-box-hero {
    padding: 10px;
  }

  .paragraph-box {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-line-bottom-left {
    display: none;
  }

  .hero-larg-container {
    width: 100%;
    height: auto;
  }

  .navbar {
    height: 60px;
  }

  .image {
    height: 55px;
  }

  .welcome-line {
    height: 3vh;
  }

  .button.location {
    max-width: none;
    margin-top: 10px;
  }

  .service-par-text-holder {
    padding: 0;
  }

  .service-link-holder {
    width: 100%;
    margin: 20px 0 0;
  }

  .service-link {
    margin-bottom: 2%;
  }

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

  .links {
    flex-flow: column;
    display: flex;
  }

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

  .float-right-image {
    max-width: 100%;
  }
}


