/*
The main SCSS file for everything, yep
*/
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Gotham A", "Gotham B", "Montserrat", Helvetica, Arial, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 20px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 40px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/**
 * Links
 */
a {
  color: #007AC5;
  text-decoration: none; }
  a:visited {
    color: #004b79; }
  a:hover {
    color: #111;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 20px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: calc(700px - (40px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px; }
  @media screen and (max-width: 900px) {
    .wrapper {
      max-width: calc(700px - (40px));
      padding-right: 20px;
      padding-left: 20px; } }

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

.social-icon {
   display: inline-block;
   width: 30px;
   padding-right: 5px;
   padding-left: 5px;
}

h1, h2, h3, h4, h5, h6 {
  color: white;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1.72vw; }
  @media screen and (max-width: 600px) {
    h1, h2, h3, h4, h5, h6 {
      margin-bottom: 10px; } }

@media screen and (max-width: 600px) {
  p {
    margin-bottom: 20px; } }

h2, h3, h4 {
  color: #007AC5; }
h1 {
  font-size: 6.2vw; }
  @media screen and (max-width: 600px) {
    div.privacy-policy h1 {
      white-space: normal; }
    h1 {
      font-size: 48px;
      white-space: nowrap; } 
  }
h2 {
  font-size: 3.8vw;
  line-height: 1.25; }
  @media screen and (max-width: 600px) {
    h2 {
      font-size: 36px; } }

h3 {
  font-size: 3.15vw;
  line-height: 1.33; }
  @media screen and (max-width: 600px) {
    h3 {
      font-size: 24px; } }

h4 {
  font-size: 2.06vw;
  line-height: 2.5; }
  @media screen and (max-width: 600px) {
    h4 {
      font-size: 18px; } }

h5 {
  font-weight: bold;
  text-transform: uppercase;
  color: #4a4a4a;
  letter-spacing: 0.44px;
  font-size: 1.23vw; }
  @media screen and (max-width: 600px) {
    h5 {
      font-size: 14px; } }

h6 {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: black;
  color: white;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.56px;
  text-align: center;
  line-height: 36px; }

.privacy-page .sub-nav__logo, .privacy-page .sub-nav__menu {
    opacity: 1;
}

div.privacy-policy {
        margin: 6rem 2rem 4rem 2rem;
}

div.privacy-policy h1 {
        font-size: 2rem;
        color: #007AC5;
}
div.privacy-policy h2 {
        font-size: 1.5rem;
}
div.privacy-policy table {
	margin-bottom: 1rem;
}

p {
  font-size: 1.23vw;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.44px;
  margin-bottom: 1.72vw; }
  @media screen and (max-width: 600px) {
    p {
      font-size: 14px; } }

.button, .button:visited {
  position: relative;
  transition: all 0.15s ease-in-out;
  display: inline-block;
  font-size: 1.23vw;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  outline: 0;
  line-height: 3.6;
  margin-bottom: 5px; }
  .button:after, .button:visited:after {
    transition: bottom 0.15s ease-out;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
    background: #007AC5; }
  .button:hover, .button:visited:hover {
    text-decoration: none;
    color: #007AC5; }
    .button:hover:after, .button:visited:hover:after {
      bottom: 3px; }
  @media screen and (max-width: 600px) {
    .button, .button:visited {
      font-size: 12px; } }

.site-nav {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .site-nav * {
    box-sizing: border-box; }
  .site-nav__link {
    position: relative;
    display: inline-block;
    text-align: center;
    width: auto;
    flex: 0 1 auto;
    height: 70px;
    line-height: 70px;
    padding: 0 35px; }
    .site-nav__link a {
      transition: color 0.33s ease-in-out;
      display: block;
      color: white;
      font-size: 14px;
      letter-spacing: 2px;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 70px; }
      .site-nav__link a:hover, .site-nav__link a:active {
        text-decoration: none;
        color: #007AC5; }
  @media screen and (max-width: 900px) {
    .site-nav {
      display: none; } }

.home__pembroke {
    position: absolute;
    top: calc(50% - 35px);
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff;
    margin-top: 180px;
    text-align: center;
}

.sub-nav {
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
  /*height: 0;*/
  /*background: transparent;*/
  height: 106px;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  .home .sub-nav {
    background: transparent;
  }
  .sub-nav__pembroke {
    position: absolute;
    top: 0;
    left: 0;
    margin: 47px 111px;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000000;
  }
  .sub-nav__logo {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    margin: 23px 36px;
    background: transparent url(/assets/images/logo.svg) no-repeat center center;
    background-size: contain;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    opacity: 0; }
    .sub-nav.visible .sub-nav__logo {
      opacity: 1; }
    @media screen and (max-width: 900px) {
      .sub-nav__pembroke {
        margin: 39px 95px;
      }
      .sub-nav__logo {
        opacity: 1;
        margin: 15px 20px; }
        body.home .sub-nav__logo {
          opacity: 0; } }
  .sub-nav__menu {
    position: absolute;
    top: 0;
    right: 0;
    margin: 45px 35px;
    width: 21px;
    height: 16px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    opacity: 0; }
    .sub-nav.visible .sub-nav__menu {
      opacity: 1; }
    .sub-nav__menu.light #icon-group, .menu-white .sub-nav__menu #icon-group {
      transition: stroke 0.15s;
      stroke: #FFF; }
    .sub-nav__menu.dark #icon-group, .menu-black .sub-nav__menu #icon-group {
      transition: stroke 0.15s;
      stroke: #000; }
    @media screen and (max-width: 900px) {
      .sub-nav__menu {
        opacity: 1;
        margin: 30px 15px; } }

.mobile-nav-container {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  perspective: 1200px;
  transition: opacity 0.5s, visibility 0s 0.5s;
  background: rgba(0, 0, 0, 0.8); }
  .mobile-nav-container .close-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 23px;
    margin: 43px 33px;
    cursor: pointer; }
    @media screen and (max-width: 900px) {
      .mobile-nav-container .close-button {
        margin: 28px 13px; } }
  .mobile-nav-container .mobile-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    opacity: 0.4;
    transform: translateY(-25%) rotateX(35deg);
    transition: transform 0.5s, opacity 0.5s; }
    .mobile-nav-container .mobile-nav__link {
      display: block;
      width: 100%;
      text-align: center;
      color: white;
      line-height: 1;
      font-size: 4.1025641026vw;
      font-weight: 300;
      margin: 6vh 0; }
      @media screen and (max-width: 600px) {
        .mobile-nav-container .mobile-nav__link {
          font-size: 24px;
          margin: 6vh 0; } }
      .mobile-nav-container .mobile-nav__link a {
        transition: color 0.15s ease-out;
        color: white;
        text-decoration: none;
        cursor: pointer;
        outline: 0;
        background: transparent; }
        .mobile-nav-container .mobile-nav__link a:hover, .mobile-nav-container .mobile-nav__link a:active {
          color: #007AC5;
          text-decoration: none; }
  .mobile-nav-container.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s; }
    .mobile-nav-container.open .mobile-nav {
      opacity: 1;
      transform: rotateX(0deg); }
  .mobile-nav-container.closed .mobile-nav {
    transform: translateY(25%) rotateX(-35deg); }

.row * {
  box-sizing: border-box; }

.row:after {
  display: table;
  content: '';
  clear: both; }

.column {
  position: relative; }
  .column--1 {
    display: block;
    width: 100%; }
  .column--2 {
    display: block;
    width: 50%; }
  .column--call-out {
    display: table; }
    @media screen and (max-width: 600px) {
      .column--call-out {
        display: block; } }
  .column.left {
    float: left; }
  .column.right {
    float: right; }
  .column.square {
    height: 50vw; }
  .column .column-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent no-repeat center center;
    background-size: cover; }
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      height: auto;
      min-height: none;
      height: auto !important;
      float: none; } }
  @media screen and (max-width: 600px) {
    .column--with-image {
      min-height: 50vh; } }

.call-out {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5.1vw; }
  @media screen and (max-width: 600px) {
    .call-out {
      position: static;
      display: block;
      top: auto;
      left: auto;
      transform: translate3d(0, 0, 0);
      margin: 25px 0 30px;
      padding: 0 5%;
      text-align: center; } }

.page-hero {
  position: relative;
  width: 100%;
  height: 100vh; }
  .page-hero:after {
    content: ''; }
  .page-hero__scroll-down {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 2.1vw;
    width: 4.2vw;
    height: 4.2vw;
    background: transparent url(/assets/images/icons/icon-circle-down.svg) no-repeat center;
    background-size: contain;
    margin-left: -2.1vw;
    cursor: pointer; }
    @media screen and (max-width: 900px) {
      .page-hero__scroll-down {
        bottom: 20px;
        width: 40px;
        height: 40px;
        margin-left: -20px; } }
  .page-hero--home .page-hero__scroll-down {
    margin-bottom: 70px; }
    @media screen and (max-width: 900px) {
      .page-hero--home .page-hero__scroll-down {
        display: block;
        margin-bottom: 0; } }
  .page-hero__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .page-hero__logo {
    position: absolute;
    top: calc(50% - 35px);
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 16vw;
    height: 16vw;
    background: transparent url(/assets/images/logo.svg) no-repeat center center;
    background-size: contain; }
    @media screen and (max-width: 900px) {
      .page-hero__logo {
        top: 50%;
        width: 185px;
        height: 185px; } }
  .page-hero__background {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    left: 0;
    top: 0;
    background: transparent no-repeat top center;
    background-size: cover; }
    @media screen and (max-width: 600px) {
      .page-hero__background {
        position: fixed; }
        body.directory-parking .page-hero__background {
          background-position: center left !important; } }

@media screen and (max-width: 600px) {
  #introVid {
    display: none !important; } }

.site-content {
  position: relative;
  background: white; }
  .site-content .text-centered {
    text-align: center; }
  .site-content .text-light * {
    color: white; }
  .site-content .text-dark * {
    color: black; }
  .site-content .bg-brand-light {
    background: #DEEDF2 !important; }

.site-content section.block--caption {
  background: white;
  padding: 6.2vw 0; }
  .site-content section.block--caption h3 {
    margin-bottom: 0.8vw; }
  .site-content section.block--caption p {
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 900px) {
      .site-content section.block--caption p {
        max-width: 75%; } }
    @media screen and (max-width: 600px) {
      .site-content section.block--caption p {
        max-width: 100%; } }
  @media screen and (max-width: 600px) {
    .site-content section.block--caption {
      padding: 40px 0; }
      .site-content section.block--caption h3 {
        margin-bottom: 10px; } }
  .site-content section.block--caption-with-titles {
    padding: 3.1vw 0 6.2vw; }
    @media screen and (max-width: 600px) {
      .site-content section.block--caption-with-titles {
        padding: 40px 0; } }

.site-content section.block--contact {
  padding: 2em 0; }

.site-content section.block--parking-info {
  padding: 50px 0;
  background: #DEEDF2; }
  @media screen and (max-width: 600px) {
    .site-content section.block--parking-info {
      padding: 40px 0; } }

.site-content section.block--map {
  position: relative;
  min-height: 39vw;
  background: #F8ECD6; }
  @media screen and (max-width: 600px) {
    .site-content section.block--map {
      min-height: 100vw; } }
  .site-content section.block--map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }

.site-content section.block--full-width-image {
  background: transparent no-repeat center;
  background-size: cover; }

.site-content section.block--slideshow {
  background: black; }

.site-content section.block--blockquote {
  background: #DEEDF2;
  padding: 70px 0; }

.site-content section.block--large-text {
  position: relative;
  min-height: 35.4vw; }
  .site-content section.block--large-text h2 {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 1;
    margin: 0 auto;
    color: white; }
  @media screen and (max-width: 600px) {
    .site-content section.block--large-text {
      min-height: 50vh; } }

.site-content section.block--footer {
  position: relative;
  background: no-repeat top center;
  background-size: cover;
  min-height: 41vw; }
  .site-content section.block--footer article {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media screen and (max-width: 600px) {
    .site-content section.block--footer {
      min-height: 50vh; }
      .site-content section.block--footer article {
        position: static;
        top: auto;
        left: auto;
        transform: none; }
        .site-content section.block--footer article.footer-cta {
          margin: 40px 20px; } }

.block--floor-plan {
  position: relative; }

.floor-plan {
  position: relative; }
  .floor-plan__item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3vw;
    height: 3vw;
    background: black;
    border-radius: 1.5vw;
    color: white;
    text-align: center;
    line-height: 3vw;
    font-weight: bold;
    font-size: 1.6vw;
    cursor: pointer; }
    .floor-plan__item__tag {
      position: absolute;
      bottom: calc(100% + 0.85vw);
      left: 50%;
      width: 12.8vw;
      height: auto;
      transform: translate(-50%, 0);
      display: block;
      padding: 1.7vw;
      background: #FFFFFF;
      box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.26), 0px 14px 28px 0px rgba(0, 0, 0, 0.25);
      box-sizing: border-box;
      transition: opacity 0.15s 0.05s ease-in-out, visibility 0.15s 0.05s;
      opacity: 0;
      visibility: hidden;
      z-index: 100;
      color: black; }
      .floor-plan__item__tag img {
        vertical-align: middle; }
      .floor-plan__item__tag:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        top: calc(100% - 0.68vw);
        left: 50%;
        border-left: 2vw solid transparent;
        border-right: 2vw solid transparent;
        border-top: 2vw solid #fff;
        margin-left: -2vw; }
      .floor-plan__item.active .floor-plan__item__tag {
        transition: opacity 0.15s ease-in-out, visibility 0.15s;
        opacity: 1;
        visibility: visible; }

.floor-plan-list-container {
  padding: 60px 0;
  margin: 0 auto;
  max-width: 1000px; }
  .floor-plan-list-container:after {
    content: '';
    display: table;
    clear: both; }
  @media screen and (max-width: 1100px) {
    .floor-plan-list-container {
      padding-left: calc(60px + 2%); } }
  @media screen and (max-width: 600px) {
    .floor-plan-list-container {
      padding: 30px 4% 30px 8%; } }

.floor-plan-list-table {
  margin: 0 auto; }
  .floor-plan-list-table h4, .floor-plan-list-table h6 {
    display: inline-block;
    margin: 0; }
  .floor-plan-list-table h4 {
    line-height: 36px;
    margin: 0 40px 0 20px; }
  .floor-plan-list-table tr, .floor-plan-list-table td {
    height: 36px; }

.floor-plan-list {
  float: left;
  width: 35%; }
  @media screen and (max-width: 800px) {
    .floor-plan-list {
      width: 50%; } }
  @media screen and (max-width: 600px) {
    .floor-plan-list {
      width: 100%; } }
  .floor-plan-list__item {
    position: relative;
    height: 50px;
    margin-bottom: 30px;
    cursor: pointer; }
    @media screen and (max-width: 600px) {
      .floor-plan-list__item:last-child {
        margin-bottom: 0; } }
    .floor-plan-list__item__number {
      display: inline-block;
      width: 30px;
      height: 30px;
      vertical-align: middle;
      background: black;
      color: white;
      line-height: 30px;
      font-weight: bold;
      text-align: center;
      border-radius: 15px;
      margin-right: 10px; }
      @media screen and (max-width: 600px) {
        .floor-plan-list__item__number {
          font-size: 16px;
          margin-right: 0px; } }
      @media screen and (max-width: 400px) {
        .floor-plan-list__item__number {
          font-size: 16px;
          margin-right: 0px; } }
    .floor-plan-list__item__title {
      display: inline-block;
      line-height: 50px;
      vertical-align: middle;
      margin: 0;
      font-size: 16px; }
      @media screen and (max-width: 900px) {
        .floor-plan-list__item__title {
          font-size: 14px; } }
      @media screen and (max-width: 600px) {
        .floor-plan-list__item__title {
          font-size: 16px; } }
      @media screen and (max-width: 400px) {
        .floor-plan-list__item__title {
          font-size: 14px; } }

.close-button {
  display: block;
  width: 48px;
  height: 48px;
  background: transparent url(/assets/images/icon-close.svg) no-repeat center center;
  background-size: contain; }

.page-intro {
  padding: 6.2vw 0; }
  .page-intro__title {
    white-space: nowrap; }
  @media screen and (max-width: 600px) {
    .page-intro {
      padding: 40px 0; }
      .page-intro .page-intro__title {
        white-space: normal; } }

.product-grid {
  display: block;
  margin: 0 auto !important; }
  .product-grid .column.left {
    padding-right: 2vw; }
    @media screen and (max-width: 900px) {
      .product-grid .column.left {
        padding-right: 0; } }
    @media screen and (max-width: 600px) {
      .product-grid .column.left {
        padding-right: 0; } }
  .product-grid .column.right {
    padding-left: 2vw; }
    @media screen and (max-width: 900px) {
      .product-grid .column.right {
        padding-left: 0; } }
    @media screen and (max-width: 600px) {
      .product-grid .column.right {
        padding-left: 0; } }
  .product-grid--decorated .row {
    position: relative; }
    .product-grid--decorated .row:nth-child(1n):before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 75%;
      top: auto;
      bottom: 0;
      left: 0;
      background: #DEEDF2; }
    .product-grid--decorated .row:nth-child(2n):before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 25%;
      top: 0;
      left: 0;
      background: #DEEDF2; }
    @media screen and (max-width: 600px) {
      .product-grid--decorated .row:nth-child(1n):before, .product-grid--decorated .row:nth-child(2n):before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 50%;
        top: auto;
        bottom: 35%;
        left: 0;
        background: #DEEDF2; }
      .product-grid--decorated .row:last-child:before {
        display: none; } }
  .product-grid__item {
    padding: 0 2em;
    margin-bottom: 8vw; }
    @media screen and (max-width: 600px) {
      .product-grid__item {
        margin-bottom: 60px;
        padding: 0 1em;
        text-align: center; } }
    .block--contact .product-grid__item {
      margin-bottom: 3vw; }
      @media screen and (max-width: 600px) {
        .block--contact .product-grid__item {
          margin-bottom: 30px; } }
    .product-grid__item__image {
      width: 100%;
      margin-bottom: 1.72vw; }
      .product-grid__item__image img {
        width: 100%; }
      @media screen and (max-width: 600px) {
        .product-grid__item__image {
          margin-bottom: 20px; } }
    .product-grid__item__title a:hover, .product-grid__item__title a:visited, .product-grid__item__title a:active {
      text-decoration: none;
      color: inherit; }

.blockquote {
  text-align: center; }
  @media screen and (max-width: 600px) {
    .blockquote {
      padding: 40px 20px !important; }
      .blockquote.call-out {
        margin: 0; } }
  .blockquote__text {
    display: block;
    font-size: 2.06vw;
    line-height: 1.33;
    letter-spacing: 0.75px;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .blockquote__text {
        font-size: 18px;
        max-width: 90%; } }
  .blockquote__author__image {
    display: block;
    width: 6.8vw;
    height: 6.8vw;
    background: transparent;
    margin: 2.07vw auto 2.07vw; }
    @media screen and (max-width: 600px) {
      .blockquote__author__image {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        margin: 25px auto 25px; } }
  .blockquote__author__name {
    margin: 0 0 10px 0; }
  .blockquote__author__title {
    font-size: 1.03vw;
    line-height: 1.667;
    margin: 0;
    color: #4A4A4A; }
    @media screen and (max-width: 600px) {
      .blockquote__author__title {
        font-size: 12px; } }

.site-footer {
  position: relative;
  height: 86px;
  background: #DAE8EE; }
  .site-footer .footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .site-footer .footer__copyright {
      position: absolute;
      top: 50%;
      left: 40px;
      width: 50%;
      transform: translateY(-50%);
      color: #007AC5; }
    .site-footer .footer__logos {
      position: absolute;
      top: calc(50% - 2px);
      right: 40px;
      /*width: 50%;*/
      height: auto;
      transform: translateY(-50%);
      text-align: right; }
      .site-footer .footer__logos__item {
        display: inline-block; }
        .site-footer .footer__logos__item--tiaa {
          margin-right: 15px; }
        .site-footer .footer__logos__item--skanska {
          position: relative;
          top: 1px; }
        .site-footer .footer__logos__item--pembroke {
          position: relative;
          top: 1px; }
        .site-footer .footer__logos__item--pembroke img {
        	max-height: 24px;
        	max-width: 99px; }
  @media screen and (max-width: 600px) {
    .site-footer {
      height: auto;
      min-height: auto; }
      .site-footer .footer {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        padding: 30px 0; }
        .site-footer .footer__copyright {
          position: static;
          display: block;
          top: auto;
          left: auto;
          width: 100%;
          transform: none;
          text-align: center;
          font-size: 14px; }
        .site-footer .footer__logos {
          position: static;
          top: auto;
          right: auto;
          width: 100%;
          height: auto;
          transform: none;
          text-align: center; }
          .site-footer .footer__logos__item {
            display: block;
            margin: 0 auto 20px; }
            .site-footer .footer__logos__item--tiaa {
              margin-right: 0; }
            .site-footer .footer__logos__item--skanska {
              top: auto; }
            .site-footer .footer__logos__item--pembroke {
              top: auto; } 
            .site-footer .footer__logos__item--pembroke img {
        			max-height: 24px; } }

.slideshow {
  position: relative;
  background: white; }
  .slideshow .slick-arrow {
    position: absolute;
    top: 25vw;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-overflow: hidden;
    background: transparent no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    z-index: 99;
    border: none;
    outline: 0;
    transform: translate(0, -50%);
    cursor: pointer; }
    .slideshow .slick-arrow.slick-prev {
      left: 5px;
      background-image: url(/assets/images/left-arrow.svg); }
    .slideshow .slick-arrow.slick-next {
      right: 5px;
      background-image: url(/assets/images/right-arrow.svg); }
    @media screen and (max-width: 600px) {
      .slideshow .slick-arrow {
        width: 35px;
        height: 35px;
        background-size: 33px auto;
        top: 25vh; } }
  .slideshow .slide {
    outline: 0; }
    .slideshow .slide__image {
      min-height: 50vw; }
      .slideshow .slide__image img {
        width: 100%; }
        @media screen and (max-width: 600px) {
          .slideshow .slide__image img {
            width: 100%;
            min-height: 50vh;
            object-fit: cover; } }
    .slideshow .slide__caption {
      background: white;
      padding: 6.2vw 0; }
      .slideshow .slide__caption h3 {
        margin-bottom: 0.8vw; }
      .slideshow .slide__caption p {
        display: block;
        margin: 0 auto; }
        @media screen and (max-width: 900px) {
          .slideshow .slide__caption p {
            max-width: 75%; } }
        @media screen and (max-width: 600px) {
          .slideshow .slide__caption p {
            max-width: 100%; } }
      @media screen and (max-width: 600px) {
        .slideshow .slide__caption {
          padding: 40px 0; }
          .slideshow .slide__caption h3 {
            margin-bottom: 10px; } }
      .slideshow .slide__caption--with-title {
        padding: 3.1vw 0 6.2vw; }
        @media screen and (max-width: 600px) {
          .slideshow .slide__caption--with-title {
            padding: 40px 0; } }

@media screen and (max-width: 600px) {
  .desktop-only {
    display: none !important; } }

.mobile-only {
  display: none; }
  @media screen and (max-width: 600px) {
    .mobile-only {
      display: block; } }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

/*# sourceMappingURL=style.css.map */

.cc-window {
	font: 400 16px/1.5 "Gotham A", "Gotham B", "Montserrat", Helvetica, Arial, sans-serif;
}

/* Office Availability */
section.availablity {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

#office-availablity {
	padding-left: 25%;
	padding-right: 25%;
}

@media screen and (max-width: 800px) {
	#office-availablity {
		padding-left: 15%;
		padding-right: 15%;
	}
}

@media screen and (max-width: 600px) {
	#office-availablity {
		padding-left: 10%;
		padding-right: 10%;
	}
}

@media screen and (max-width: 400px) {
	#office-availablity {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

#office-availablity .floor {
	width: 100%;
	overflow: hidden;
	display: flex;
}

#office-availablity .floor:last-child {
	border-bottom: 3px #666666 solid;
}

#office-availablity .floor:after {
	content: "";
	display: table;
	clear: both;
}

#office-availablity .floor .floor-number,
	#office-availablity .floor .not-available,
	#office-availablity .floor .available {
	float: left;
	padding: .3rem;
	box-sizing: border-box;
}

#office-availablity .floor .not-available,
	#office-availablity .floor .available {
	border: 1px solid #ffffff;
}

#office-availablity .floor .not-available {
	background: #eeeeee;
}

#office-availablity .floor .available {
	background: #DAE8EE;
}

#office-availablity .floor .floor-number {
	background: #007AC5;
	color: #ffffff;
	width: 20%;
	flex-basis: 20%;
	border: 1px solid #ffffff;
	font-weight: bold;
	font-size: .85rem;
}

#office-availablity .full {
	width: 80%;
	flex-basis: 80%;
}

#office-availablity .half {
	width: 40%;
	flex-basis: 40%;
}

#office-availablity .button {
	font-size: .85rem;
	line-height: 2.2;
}

.contact-leasing {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.contact-leasing div {
	display: inline-block;
	margin-left: 1rem;
	margin-right: 1rem;
}
