:root {
  --color: whitesmoke;
  --color-2: #002349;
  --color-3: #48aa8f;
  --white: white;
  --black: black;
}

.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;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 25px;
}

.top-nav {
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 8vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-item {
  color: #000;
  align-self: center;
  padding: 10px 20px;
  font-family: Merriweather, serif;
  text-decoration: none;
}

.hero {
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .64);
  background-color: #c4c4c4;
  background-image: url('../images/fl-nc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 8vh;
  display: flex;
}

.trusted {
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 10vh;
  padding-bottom: 8vh;
}

.heading {
  font-family: Merriweather, serif;
  font-weight: 400;
}

.container {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.div-block {
  flex: 1;
  padding-left: 20px;
}

.div-block-2 {
  flex: 1;
  padding-right: 20px;
}

.info {
  background-color: var(--color);
  background-image: url('../images/fl-nc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 8vh;
  display: flex;
}

.container-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-block {
  text-align: center;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 3px;
  width: 50vw;
  margin-bottom: 0;
  padding: 20px;
}

.services {
  background-color: var(--color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10vh 15% 8vh;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  display: flex;
}

.footer {
  background-color: var(--color);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 8vh;
  padding-bottom: 8vh;
  display: flex;
}

.container-3 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-cell {
  flex-flow: column;
  width: 33.33%;
  display: flex;
}

.div-block-5, .div-block-6 {
  width: 33.33%;
}

.footer-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  margin-top: 4vh;
  font-size: 17px;
  display: flex;
}

.superscript {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.submit-button {
  background-color: var(--color-2);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 17px;
}

.submit-button:hover {
  opacity: .8;
}

.concierge {
  text-align: center;
  padding-top: 10vh;
  padding-bottom: 8vh;
}

.container-5 {
  text-align: left;
  padding-top: 40px;
}

.textarea {
  min-height: 90px;
  font-size: 17px;
}

.markets {
  padding-top: 10vh;
  padding-bottom: 8vh;
}

.cell {
  background-image: url('../images/fl-nc-v.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
}

.states {
  color: var(--color-2);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.areas {
  font-size: 16px;
}

.videos {
  text-align: center;
  padding-top: 10vh;
  padding-bottom: 8vh;
}

.youtube {
  margin-top: 40px;
  margin-bottom: 40px;
}

.everyone {
  background-color: var(--color-2);
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-7 {
  border-left: 1.5px solid var(--color);
  text-align: left;
  padding-left: 20px;
}

.container-6 {
  color: var(--color);
  justify-content: center;
  align-items: center;
  font-family: Merriweather, serif;
  font-size: 17px;
  line-height: 30px;
  display: flex;
}

.quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.live-anywhere {
  padding-top: 10vh;
  padding-bottom: 8vh;
}

.quick-stack-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.cell-2 {
  background-image: url('../images/sofa.jpg');
  background-position: 100% 80%;
  background-size: cover;
}

.why-premier {
  padding-top: 10vh;
  padding-bottom: 8vh;
}

.cell-3 {
  background-image: url('../images/lobby.jpg');
  background-position: 100% 30%;
  background-size: cover;
}

.list {
  font-size: 17px;
  line-height: 25px;
}

.div-block-8 {
  background-color: var(--color-2);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph {
  border-top: 1px solid var(--color-2);
  margin-top: 10px;
  padding-top: 20px;
}

.meeting {
  padding-top: 10vh;
  padding-bottom: 8vh;
}

.cell-4 {
  background-image: url('../images/meeting.jpg');
  background-position: 100%;
  background-size: cover;
}

.trusted-partner {
  padding-top: 10vh;
  padding-bottom: 8vh;
}

.cell-5 {
  background-image: url('../images/living-room.jpg');
  background-position: 50%;
  background-size: auto;
}

.paragraph-2 {
  border-bottom: 1px solid var(--color-2);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.quick-stack-3 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell-6 {
  justify-content: flex-end;
  align-items: flex-start;
}

.image {
  width: 50vw;
  margin-top: 20px;
}

.text-field {
  font-size: 17px;
}

.quick-stack-4, .quick-stack-5, .quick-stack-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.mobile, .mobile-menu {
  display: none;
}

.team {
  text-align: center;
  padding-top: 10vh;
  padding-bottom: 8vh;
}

.text-block {
  justify-content: flex-start;
  align-items: flex-end;
}

.bio-cell {
  text-align: left;
  justify-content: flex-end;
  align-items: flex-start;
}

.bio-headshot {
  width: 60%;
}

.bio-cell-pic {
  justify-content: flex-end;
  align-items: flex-end;
}

.quick-stack-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.bio {
  margin-bottom: 0;
}

.footer-menu--outer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.quote {
  color: var(--color-2);
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
}

.footer-logo {
  margin-top: 40px;
}

.link {
  color: var(--color-3);
  font-size: 17px;
  font-style: italic;
  line-height: 25px;
  text-decoration: underline;
}

.text-link {
  color: var(--color-2);
}

.text-block-2 {
  color: #4884aa;
  text-align: justify;
  -webkit-text-stroke-color: #48aa8f;
}

.container-7 {
  text-align: center;
  padding-top: 60px;
}

.image-2 {
  width: 80%;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.sales-center {
  background-color: #8c8e1e;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cities {
  background-color: #c5c5c2;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  margin-right: 10px;
}

.cell-8 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .form-block {
    width: 70vw;
  }

  .quote {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 29px;
  }

  p {
    font-size: 19px;
    line-height: 27px;
  }

  .top-nav {
    display: none;
  }

  .nav-item {
    font-size: 20px;
  }

  .hero {
    text-align: center;
    height: 80vh;
    padding-top: 10vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .trusted {
    padding: 7vh 10px 5vh;
  }

  .heading {
    font-size: 14px;
  }

  .container {
    flex-flow: column;
  }

  .div-block {
    padding-top: 20px;
    padding-right: 20px;
  }

  .info {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-block {
    width: 100vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  .services {
    padding: 5vh 5%;
  }

  .footer {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .footer-menu {
    text-align: center;
  }

  .concierge {
    padding: 5vh 10px;
  }

  .textarea {
    padding-top: 10px;
    font-size: 20px;
  }

  .markets {
    padding-top: 5vh;
  }

  .cell {
    background-position: 50%;
    background-size: cover;
  }

  .videos {
    padding: 5vh 10px;
  }

  .quick-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .live-anywhere {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .quick-stack-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .why-premier {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .meeting {
    padding-top: 5vh;
    padding-bottom: 5vh;
    position: relative;
  }

  .trusted-partner {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .text-field {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .quick-stack-4, .quick-stack-5, .quick-stack-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .mobile {
    z-index: 90;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    display: block;
    position: fixed;
  }

  .burger {
    z-index: 99;
    border-radius: 3px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    width: 8vw;
    padding: 4px;
    display: flex;
    position: relative;
  }

  .patty {
    background-color: var(--color-2);
    flex: none;
    width: 100%;
    height: 4px;
    max-height: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-logo-aires {
    width: auto;
    max-width: 30%;
    height: 60%;
    max-height: 100%;
  }

  .logos {
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    height: 100%;
    padding-left: 4vw;
    padding-right: 10vw;
    display: flex;
  }

  .inner-nav-mobile {
    background-color: #fff;
    border-bottom: 1px solid silver;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
    display: flex;
  }

  .mobile-menu {
    z-index: 99;
    background-color: #fff;
    border-bottom: 1px solid silver;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    margin-top: 10vh;
    padding-top: 40px;
    padding-bottom: 220px;
    display: flex;
    position: fixed;
    left: -100%;
  }

  .mobile-link {
    color: var(--color-2);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-family: Merriweather, serif;
    font-size: 24px;
    line-height: 28px;
    text-decoration: none;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bio-headshot {
    width: 100%;
  }

  .quick-stack-7 {
    padding-top: 60px;
  }

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

  .grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    align-items: start;
    padding-left: 20px;
  }

  .mobile-logo-psir {
    width: auto;
    max-width: 50%;
    height: auto;
    max-height: 100%;
    margin-left: 0;
    padding-right: 10px;
  }

  .text-link {
    color: var(--color-2);
  }

  .opener {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 8vw;
    height: 8vw;
    display: flex;
  }

  .closer {
    width: 8vw;
    height: 8vw;
    display: none;
  }

  .div-block-9 {
    flex: 1;
  }

  .div-block-10 {
    width: 8vw;
    height: 8vw;
  }

  .text-block-3 {
    font-size: 30px;
  }

  .text-block-4 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }

  .container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  h3 {
    font-size: 20px;
  }

  .top-nav {
    display: none;
  }

  .hero, .info, .form-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .live-anywhere {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .quick-stack-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .why-premier {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .image {
    width: 80vw;
  }

  .quick-stack-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    line-height: 38px;
  }

  .mobile {
    justify-content: flex-end;
    align-items: center;
  }

  .burger {
    background-color: #fff;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 14vw;
    height: 14vw;
    padding-bottom: 0;
    padding-left: 4px;
    padding-right: 4px;
    display: flex;
    overflow: hidden;
  }

  .patty {
    background-color: var(--color-2);
    flex: none;
    width: 100%;
    height: 4px;
    max-height: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .body {
    overflow: hidden;
  }

  .mobile-logo-aires {
    max-height: 80%;
  }

  .logos {
    padding-right: 10px;
  }

  .inner-nav-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team {
    padding-top: 5vh;
    padding-bottom: 0;
  }

  .bio-cell {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .bio-headshot {
    width: auto;
    height: 100%;
  }

  .bio-cell-pic {
    justify-content: flex-end;
    align-items: center;
  }

  .quick-stack-7 {
    grid-row-gap: 20px;
  }

  .footer-menu--outer {
    padding-bottom: 10px;
  }

  .footer-logo {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-4 {
    font-size: 21px;
  }

  .mobile-logo-psir {
    margin-left: 0;
    margin-right: 20px;
  }
}

#w-node-b225ef3d-8e69-c869-c0dc-7ca72b39133b-91cff457, #w-node-d4200c5f-21d2-becf-b8ec-533351a520cb-91cff457, #w-node-_45e876c8-78f8-ebc6-3976-917045294e46-91cff457 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f0caa934-d214-dd31-878f-9b1e24d56816-91cff457 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_8e890937-eddf-95c3-19f8-08ee43a7541e-91cff457 {
  grid-template-rows: minmax(auto, 1fr) auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-b225ef3d-8e69-c869-c0dc-7ca72b39133b-91cff457, #w-node-d4200c5f-21d2-becf-b8ec-533351a520cb-91cff457 {
    grid-template-rows: 100vw;
    grid-template-columns: 1fr;
  }

  #w-node-_45e876c8-78f8-ebc6-3976-917045294e46-91cff457 {
    grid-template-rows: .5fr;
    grid-template-columns: 1fr;
  }

  #w-node-_45e876c8-78f8-ebc6-3976-917045294e48-91cff457 {
    order: -9999;
  }

  #w-node-f0caa934-d214-dd31-878f-9b1e24d56816-91cff457 {
    grid-template-rows: 100vw;
    grid-template-columns: 1fr;
  }

  #w-node-f0caa934-d214-dd31-878f-9b1e24d56817-91cff457 {
    grid-row: span 1 / span 1;
  }

  #w-node-_8e890937-eddf-95c3-19f8-08ee43a7541e-91cff457 {
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b225ef3d-8e69-c869-c0dc-7ca72b39133b-91cff457, #w-node-d4200c5f-21d2-becf-b8ec-533351a520cb-91cff457 {
    grid-template-rows: minmax(320px, 1fr);
    grid-template-columns: 1fr;
  }

  #w-node-_45e876c8-78f8-ebc6-3976-917045294e46-91cff457 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8e890937-eddf-95c3-19f8-08ee43a7541e-91cff457 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}
