﻿@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url(StyleStandard.css);
body {
  font-family: "Lato", sans-serif; }

main {
  margin: 0 !important;
  position: relative;
  z-index: 1000;
  width: 100%; }

header {
  background-color: #f0f0f0;
  color: #3ec3ef;
  padding: 40px 0 10px;
  text-transform: uppercase; }
  header .underline {
    border-bottom: 1px solid #3ec3ef;
    width: 90%; }
  header .primary-header {
    width: 100%; }
    header .primary-header .main-header h1 {
      letter-spacing: 3.3px;
      font-size: 36px;
      font-weight: bold; }
    header .primary-header .main-header h2 {
      color: #3ec3ef;
      font-weight: bold;
      letter-spacing: 3.3px;
      margin-top: 15px;
      font-size: 24px; }
    header .primary-header .main-header p {
      font-weight: 500;
      letter-spacing: 3.3px; }
  @media (min-width: 768px) {
    header .underline {
      width: 550px; } }
  @media (min-width: 1200px) {
    header .underline {
      width: 650px; } }

.home-container {
  z-index: 900; }
  .home-container .hero {
    background-image: url("https://dawaplatform.blob.core.windows.net/willistonoffice-image/115_2nd.jpg");
    background-size: cover;
    height: 200px;
    background-position: center 20%; }
    .home-container .hero img {
      width: 100%; }
  .home-container .body {
    padding: 15px;
    background-color: white;
    color: #163050; }
    .home-container .body h1, .home-container .body h2 {
      color: #3ec3ef; }
    .home-container .body p {
      font-size: 20px; }
    .home-container .body .summaryTable {
      width: 100%;
      font-weight: bold; }
      .home-container .body .summaryTable thead tr {
        border-bottom: 3px solid #3ec3ef; }
        .home-container .body .summaryTable thead tr th {
          text-align: left;
          padding: 4px 15px; }
      .home-container .body .summaryTable tbody tr {
        border-bottom: 2px solid #cfd5dd; }
        .home-container .body .summaryTable tbody tr td {
          color: #163050;
          font-size: 24px;
          text-align: right;
          padding: 6px 15px; }
          .home-container .body .summaryTable tbody tr td:first-of-type {
            color: #3ec3ef;
            text-align: left; }
    .home-container .body .brochure-col a:hover {
      text-decoration: none; }
    .home-container .body .brochure {
      background-color: #2f2d2e;
      padding: 8px;
      text-align: center;
      display: inline-block; }
      .home-container .body .brochure h3 {
        font-size: 18px;
        font-weight: 300;
        color: white;
        text-transform: uppercase;
        margin-bottom: 0;
        letter-spacing: 1.8px; }
    .home-container .body .info {
      padding: 20px 15px;
      position: relative; }
    .home-container .body .tag {
      z-index: 900;
      position: relative;
      color: white;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 2.3px;
      margin-bottom: 28px; }
      .home-container .body .tag h3 {
        font-size: 22px;
        font-weight: 700; }
    .home-container .body .background {
      z-index: 899;
      background-color: #2f2d2e;
      position: absolute;
      top: 13px;
      left: -20px;
      height: 65px;
      width: 100%; }
    .home-container .body .highlights-title {
      color: #2f2d2e;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 0;
      font-size: 24px; }
    .home-container .body ul {
      font-size: 20px;
      line-height: 32px; }
    .home-container .body .map {
      padding: 0; }
      .home-container .body .map iframe {
        height: 400px; }
  @media (min-width: 361px) {
    .home-container .hero {
      height: 300px; }
    .home-container .body .info .background {
      width: 390px;
      height: 40px; } }
  @media (min-width: 475px) {
    .home-container .body .info .background {
      width: 390px; } }
  @media (min-width: 576px) {
    .home-container .hero {
      height: 400px; } }
  @media (min-width: 768px) {
    .home-container .hero {
      height: 500px; } }
  @media (min-width: 992px) {
    .home-container .hero {
      height: 600px; }
    .home-container .body .info .background {
      width: 450px; }
    .home-container .body .map iframe {
      height: 100%; } }
  @media (min-width: 1200px) {
    .home-container .hero {
      height: 700px; }
    .home-container .body .info {
      padding-left: 4.1667%; } }
  @media (min-width: 1400px) {
    .home-container .background {
      background-color: #6B6c58; }
    .home-container .hero {
      height: 800px; }
    .home-container .body .info {
      padding-left: 4.1667%; } }

.interior-container {
  z-index: 900; }

.footer-content {
  background-color: #f0f0f0;
  padding: 20px 0; }
  .footer-content .footer-row .broker {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0; }
  .footer-content .footer-row .logo {
    align-items: center; }
    .footer-content .footer-row .logo img {
      padding-bottom: 20px; }
  .footer-content .footer-row .brochure-col a:hover {
    text-decoration: none; }
    .footer-content .footer-row .brochure-col a:hover .brochure {
      background-color: #6B6c58; }
  .footer-content .footer-row .brochure {
    background-color: #2f2d2e;
    padding: 8px;
    text-align: center; }
    .footer-content .footer-row .brochure h3 {
      font-size: 18px;
      font-weight: 300;
      color: white;
      text-transform: uppercase;
      margin-bottom: 0;
      letter-spacing: 1.8px; }
  .footer-content .footer-row p {
    line-height: 1.5; }
  .footer-content .underline {
    border-bottom: 1px solid #000000;
    width: 260px; }
  .footer-content .underfooter-row p {
    margin: 10px 0 0; }
  .footer-content .underfooter-row span {
    color: #000000; }
  @media (min-width: 1200px) {
    .footer-content .footer-row .brochure {
      padding: 8px 28px; }
      .footer-content .footer-row .brochure h3 {
        font-size: 20px; }
    .footer-content .underline {
      width: 340px; } }

.container-hybrid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-hybrid.nogutters {
    padding-right: 0;
    padding-left: 0; }
  @media (max-width: 767px) {
    .container-hybrid.nogutters-xs {
      padding-right: 0;
      padding-left: 0; } }
  .container-hybrid.extragutters {
    padding-right: 45px;
    padding-left: 45px; }

.phone {
  white-space: nowrap; }
