:root {
  --color-2: #1a1a1a;
  --color-3: #011c40;
  --color-4: #265da6;
  --color-7: #c7c4bf;
  --color: white;
  --color-6: #021f59;
  --color-5: #000420;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--color-2);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}

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

h3 {
  color: var(--color-4);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.navbar {
  border-bottom: 1px solid var(--color-7);
  background-color: var(--color);
  padding-left: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  color: var(--color-4);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 75px;
  font-size: 2em;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.brand.white {
  color: var(--color);
  height: auto;
  margin-bottom: 30px;
}

.w-nav {
    background: #ffffff;
}

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

.nav-link {
  color: var(--color-4);
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1em;
}

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

.dropdown {
  line-height: 1em;
  display: block;
}

.dropdown-toggle {
  color: var(--color-4);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
}

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

.dropdown-toggle.rev {
  color: var(--color);
  display: block;
}

.dropdown-toggle.rev:hover {
  color: var(--color-7);
}

.icon {
  margin-right: 10px;
}

.dropdown-list {
  background-color: #ddd;
}

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

.dropdown-list._2.w--open {
  inset: 0% auto auto 100%;
}

.dropdown-link {
  color: var(--color);
}

.dropdown-link:hover {
  background-color: var(--color-7);
  color: var(--color-6);
}

.icon-2 {
  margin-right: 10px;
}

.button {
  background-color: var(--color-3);
  background-image: linear-gradient(180deg, var(--color-4), var(--color-3));
  border-radius: 50px;
  padding: 15px 30px;
  line-height: 1em;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-image: none;
}

.button.fax {
  background-color: #011c4000;
  background-image: none;
  margin-left: 20px;
  padding: 0;
}

.hero {
  background-image: url('../images/couple-on-the-beach.jpg');
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 80vh;
  margin-top: 85px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5%;
  display: flex;
}

.hero-div {
  width: 45%;
}

.hero-line {
  color: var(--color-4);
  margin-bottom: 20px;
  font-size: 4em;
  line-height: 1em;
}

.dark-blue {
  color: var(--color-6);
}

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

.section.lt-blue {
  background-color: #265da61a;
}

.section.dark {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-6), var(--color-3));
  color: var(--color);
  margin-bottom: 10px;
}

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

.wrap.flex {
  justify-content: space-between;
  max-width: 1600px;
  max-height: 700px;
  display: flex;
}

.wrap.flex.max {
  width: 75%;
  max-width: 1280px;
  min-height: 500px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.wrap.flex.marg {
  margin-bottom: 5%;
}

.wrap.flex.top-marg {
  margin-top: 50px;
}

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

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

.div-50 {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.photo-div-49 {
  object-fit: cover;
  width: 49%;
  overflow: hidden;
}

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

.text-47 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 47%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.div-24 {
  overflow-wrap: normal;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 28%;
  min-height: 0;
  padding: 50px 0 30px;
  display: flex;
}

.div-24.service {
  width: 30%;
  padding: 0;
  position: relative;
}

.photo-div {
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.service-text {
  z-index: 1;
  color: var(--color);
  background-color: #011c4000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  padding: 15px;
  line-height: 1.5em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lt-blue-bg-div {
  background-color: #265da61a;
  padding: 30px 55px 10px 10%;
}

.title-spec {
  overflow-wrap: normal;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-height: 0;
  padding: 0 0 5%;
  display: flex;
}

.gradient-overlay {
  background-image: linear-gradient(#0000 1% 36%, #00000096);
  position: absolute;
  inset: 0%;
}

.flex-section {
  justify-content: space-between;
  display: flex;
  position: relative;
}

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

.why-choose-text-div {
  background-color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5%;
  padding: 30px 30px 5px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-50 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px 5% 30px 50px;
  display: flex;
}

.full-item {
  border-bottom: 1px solid #0000002e;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.levitt-wrap {
  background-color: var(--color-5);
  background-image: url('../images/leavitt-headshot3.png'), radial-gradient(circle farthest-corner at 25% 50%, var(--color-6), #010e35 41%, var(--color-5));
  background-position: 100% 65%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 110%, auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-height: 45vh;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
}

.message-div {
  color: var(--color);
  max-width: 60%;
}

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

.block-quote {
  border-left-color: var(--color-4);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.75em;
}

.text-field {
  background-color: #ffffffad;
  border: 1px #000;
}

.text-field:focus, .text-field::placeholder {
  color: #0a0a0a;
}

.p-marg {
  margin-right: 30px;
}

.field-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 300;
}

.form-holder {
  color: #fff;
  width: 60%;
}

.button-2 {
  color: #1a1a1a;
  text-align: center;
  background-color: #02aeee;
  border: 1px solid #02aeee;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  line-height: 1em;
}

.button-2:hover {
  color: #fff;
  background-color: #2272b1;
  border-color: #2272b1;
}

.info-35 {
  color: #fff;
  flex-flow: column;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.footer {
  background-image: linear-gradient(#0009, #0009), url('../images/office-equipment.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 8%;
  padding-bottom: 8%;
  position: relative;
}

.locations {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._10 {
  z-index: 1;
  background-color: var(--color);
  height: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

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

.form-block {
  margin-bottom: 20px;
}

.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-input {
  height: 50px;
  display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.search-button {
  background-color: var(--color-4);
  background-image: url('../images/icons8-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  width: 50px;
  height: 50px;
}

.search-results .search-field {
    border: 1px solid #ccc;
}

.badges {
  background-color: #c7c4bf40;
  justify-content: space-between;
  align-items: center;
  padding: 4% 5%;
  display: flex;
}

.badge {
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 12%;
  display: flex;
}

.badge-img {
  object-fit: contain;
}

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

.social-link {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  transition: opacity .2s ease-in-out;
}

.social-link:hover {
  opacity: .5;
}

.image {
  height: 50px;
}

.button-nav {
    background-color: var(--color-3) !important;
    background-image: linear-gradient(180deg, var(--color-4), var(--color-3)) !important;
    border-radius: 50px;
    padding: 5px 20px;
    line-height: 1em;
    transition: all .2s ease-in-out !important;
}

.button-nav:hover {
  background-image: none !important;
}

.button-nav a {
  color: var(--color) !important;
}

.ip-header {
  color: var(--color);
  text-align: center;
  background-image: linear-gradient(#011c40ad, #011c40ad), linear-gradient(#00000080, #00000080), url('../images/office-equipment.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding: 10% 5% 4%;
}

.ip-lg-line {
  margin-bottom: 20px;
  font-size: 3em;
  line-height: 1.2em;
}

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

.bc-div.no-link:hover {
  color: var(--color-7);
}

.bc a, .breadcrumb_last {
  color: var(--color-7);
  text-transform: uppercase;
  line-height: 1em;
  text-decoration: none;
}

.bc a:hover {
  color: var(--color-4);
}

.bc.no-hover:hover {
  color: var(--color-7);
}

.ip-section-1 {
  justify-content: space-between;
  padding-left: 5%;
  display: flex;
}

.ip-div-50 {
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 50px;
  display: flex;
}

.special-info {
  z-index: 1;
  background-color: var(--color);
  background-image: linear-gradient(#c7c4bf57, #c7c4bf57);
  min-width: 120%;
  margin-top: 50px;
  padding: 30px;
  position: relative;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.ip-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon-50 {
  width: 50px;
  margin-bottom: 0;
}

.ip-photo-50 {
  object-fit: cover;
  width: 50%;
  overflow: hidden;
}

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

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

.text-48 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.div-32 {
  flex-flow: column;
  width: 32%;
  display: flex;
}

.related-link {
  border-bottom: 1px solid var(--color);
  color: var(--color);
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2em;
  text-decoration: none;
}

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

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: var(--color);
    flex-flow: column;
    align-items: flex-start;
    height: auto;
    padding-bottom: 65px;
  }

  .button {
    position: relative;
  }

  .hero {
    background-position: 65% 0;
    min-height: 800px;
  }

  .hero-div {
    width: 50%;
  }

  .hero-line {
    font-size: 3.5em;
  }

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

  .wrap.flex.max {
    width: 90%;
  }

  .wrap.flex.top-marg {
    flex-flow: row;
    width: 100%;
  }

  .div-50 {
    width: 100%;
  }

  .img-cover.serv {
    margin-top: -75px;
  }

  .text-47 {
    width: 100%;
    padding-bottom: 0;
  }

  .div-24.service {
    justify-content: flex-end;
    width: 100%;
    min-height: 300px;
    max-height: none;
    margin-bottom: 20px;
    line-height: 1.2em;
    text-decoration: none;
  }

  .photo-div {
    justify-content: flex-start;
    min-height: 450px;
    max-height: 450px;
    position: static;
  }

  .service-text {
    background-color: var(--color-3);
    position: static;
  }

  .gradient-overlay {
    display: none;
  }

  .flex-section {
    flex-flow: column;
  }

  .img-50 {
    width: 100%;
    max-height: 450px;
  }

  .text-50 {
    width: 100%;
    padding-bottom: 20%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .levitt-wrap {
    background-position: 100% 100%, 0 0;
    background-size: auto 80%, auto;
    padding: 30px;
  }

  .form-holder, .info-35 {
    width: 100%;
  }

  .button-nav {
    margin-bottom: 15px;
    margin-left: 15px;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .mb.w--open {
    background-color: var(--color-3);
  }

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

  .special-info {
    min-width: 150%;
    padding: 10px;
  }

  .img-div._48 {
    width: 100%;
  }

  .img-div._48.hide {
    display: none;
  }

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

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

  .hero-line {
    font-size: 2.5em;
  }

  .photo-div {
    min-height: 0;
    max-height: 350px;
  }

  .lt-blue-bg-div {
    padding: 30px;
  }

  .img-50 {
    max-height: 350px;
  }

  .text-50 {
    padding-top: 30px;
    padding-bottom: 25%;
  }

  .levitt-wrap {
    background-size: auto 375px, auto;
    justify-content: flex-start;
    padding-bottom: 300px;
  }

  .message-div {
    max-width: 100%;
  }

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

  .ip-section-1 {
    flex-flow: column;
    padding-right: 5%;
  }

  .ip-div-50 {
    width: 100%;
    padding-right: 0;
  }

  .special-info {
    min-width: 0;
    margin-top: 20px;
  }

  .ip-photo-50 {
    width: 100%;
  }

  .img-div._48 {
    margin-top: 20px;
  }
}

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

  .navbar {
    padding-left: 10px;
  }

  .brand {
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .hero {
    background-position: 90% 0;
    justify-content: flex-end;
    min-height: 525px;
    margin-top: 75px;
    padding: 0%;
  }

  .hero-div {
    background-color: #ffffffa3;
    width: 100%;
    padding: 15px;
  }

  .wrap.flex.top-marg, .div-50 {
    flex-flow: column;
  }

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

  .photo-div-49.hide {
    display: none;
  }

  .img-cover.serv {
    margin-top: -25px;
  }

  .lt-blue-bg-div, .why-choose-text-div {
    padding: 15px 15px 0;
  }

  .text-50 {
    padding: 15px 15px 35%;
  }

  .levitt-wrap {
    padding: 15px 15px 300px;
  }

  .block-quote {
    padding-right: 0;
    line-height: 1.5em;
  }

  .badges {
    flex-flow: wrap;
    justify-content: center;
    padding-bottom: 1%;
  }

  .badge {
    flex-flow: column;
    width: 25%;
    margin-bottom: 4%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .image {
    height: 40px;
  }

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

  .ip-lg-line {
    font-size: 2.5em;
  }

  .bc-div.no-link {
    flex-flow: wrap;
  }

  .bc {
    margin-bottom: 10px;
  }

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

  .div-32 {
    width: 100%;
  }
}


