################# STOP EMAILS START###################
//Disable plugin auto-update email notification
add_filter('auto_plugin_update_send_email', '__return_false');
 
//Disable theme auto-update email notification
add_filter('auto_theme_update_send_email', '__return_false');

//Disable automatic "Your Site Has Been Updated..." emails
add_filter( 'auto_core_update_send_email', 'smartwp_disable_core_update_emails', 10, 4 );
function smartwp_disable_core_update_emails( $send, $type, $core_update, $result ) {
  if ( !empty($type) && $type == 'success' ) {
    return false;
  }
  
  return true;
}
################# STOP EMAILS END###################@charset "UTF-8";
/*!
Theme Name: _twb
Theme URI: http://underscores.me/
Author: Neil Scott
Author URI: https://neil-scott.com
Description: Super simplified stripped-back theme for The Whisky Bond
Version: 1.0.1
Text Domain: _twb
*/



*,
::before,
::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
  margin: 0;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

:where(:root) {
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  tab-size: 2;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

:where(html), :where(body){

  height: 100%;
  overflow-x: hidden;
  transition: opacity .5s;
  overflow-y: scroll;
}


html, body {
  margin: 0;
  padding: 0;
}
.relative {
  position: relative;
}

.tac {
  text-align: center;
}
:where(html) {
overflow-x: hidden;
scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
:where(html) { scroll-behavior: auto; }
}

:where(body) {
  background-color: white;
  line-height: 1.5;
  margin: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}

:where(
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  hgroup,
  menu,
  nav,
  section
){
  display: block;
}

:where(
  audio,
  canvas,
  progress,
  video) {
    display: inline-block;
}


@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-delay: 0s !important;
    transition-duration: 0s !important;
  }
}


:where([aria-busy="true" i]) {
  cursor: progress;
}

:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:where([hidden]) {
 display:none
}



:where(a, a:link, a:visited ) {
  text-decoration:none;
  touch-action: manipulation;
}

:where(a:hover, a:active)   {
  text-decoration:underline;
}

:where(a[disabled]) {
  pointer-events: none;
}

:where(a:focus) {
  outline: 2px solid;
  outline-offset: 0px;
}

:focus:not(:focus-visible){
  outline: none;
}

:focus:not(:-moz-focusring){
  outline: none;
}






:where(p, dl) {
  margin: 0 0 1rem;
}

:where(dfn,em,i) {
  font-style: italic;
}

:where(b, strong) {
  font-weight: 700;
}

:where(small) {
  font-size: 80%;
}


:where(code, samp, pre, kbd) {
  font-family: monospace, monospace;
  font-size: 1rem;
}

:where(pre code) {
  display:block;
  padding: 1rem;
}

:where(kbd) {
  background: #eee;
  border:1px solid #ccc;
}




:where(ol, table){
 font-variant-numeric:lining-nums tabular-nums
}

:where(nav ul) {
  list-style-type: none;
  padding: 0;
}

:where(ol, ul) {
  padding:0;
  list-style-position: outside;
  margin: 0;
}


:where(ol) {
  list-style-type: none;
  counter-reset: item;
}

:where(ol > li) {
  display: table;
  counter-increment: item;
  margin-bottom: 0.25rem;
}

:where(li > ol) {
  margin-top: .25rem;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.25rem;
}

li ol > li:before {
  content: counters(item, ".") " ";
}

:where(ul li ul, ol li ol) {
 margin-bottom:0
}

:where(ul li ul li, ol li ol li ) {
 margin-left:0
}

:where(dt) {
 font-weight:700
}

:where(dd) {
 margin-bottom:.5rem
}


:where(address) {
  margin: 0;
  font-style:normal;
}

:where(mark) {
  background-color: #ffeea8;
  padding:0 .2rem;
}

:where(ins) {
  text-decoration:underline;
}

:where(s, del) {
  text-decoration: line-through;
}

:where(sub, sup) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

:where(sub) {
  bottom: -0.25rem;
}

:where(sup) {
  top: -0.5rem;
}

:where(abbr[title]) {
  border-bottom:none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

:where(hr) {
  background-color: currentColor;
  border: none;
  height: 1px;
  margin: 2rem;
}

:where(blockquote,q) {
  quotes: none;
}

:where(blockquote){
  margin: 1rem;
  padding: 4rem 1rem 1rem 4rem;
  position: relative;
}

:where(cite){
  font-size: 80%;
  font-style: normal;
}




:where(audio, canvas, figure, iframe, img, picture, svg, video) {
  border-style: none;
  display: block;
  height: auto;
  vertical-align: middle;
  margin: 0;
  max-width: 100%;
}

:where(iframe, video) {
  border-style: none;
  scrollbar-width: thin;
  aspect-ratio: 16/9;
  width: 100%;
}


:where(svg:not([fill])) {
  fill: currentColor;
}

:where(figure img) {
 margin:0;
 display:block
}


:where(table) {
  border-collapse: collapse;
  border-color: currentColor;
  border-spacing: 0;
  margin:0 0 1rem;
  max-width: 100%;
  overflow-x: auto;
  padding: 0;
  text-indent: 0;
  width: 100%;
}

:where(th, td) {
  border: 0;
  padding: .5rem .5rem;
  text-align: left;
  vertical-align: middle;
}

:where(thead tr) {
  border-bottom: 2px solid;
}

:where(tbody tr) {
  border-bottom: 1px solid;
}



::placeholder {
  color: #999;
}

:where(form) {
  margin-bottom: 0 0 1rem;
}

:where(legend) {
  color: inherit;
  display: table;
  margin: 0 0 1rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

:where(fieldset) {
  border: 1px solid #ccc;
  margin-bottom: 0 0 1rem;
}


:where(label) {
  font-weight: bold;
  margin-bottom: 0.2rem;
}

:where(button, input,  optgroup, select, textarea) {
  border: 1px solid WindowFrame;
  color: inherit;
  display: block;
  font: inherit;
  height: auto;
  max-width: 100%;
  letter-spacing: inherit;
  overflow: visible;
  padding: 0.25rem 0.375rem;
  text-transform: none;
}


:where(select) {
  -webkit-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center / 1rem;
  border-radius: 0;
  padding-right: 1rem;
  width: 100%;
}

:where(select[multiple]) {
  background-image: none;
}

:where(textarea) {
  margin: 0 0 1rem;
  overflow: auto;
  resize: vertical;
  white-space: revert;
  width: 100%;
}




input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  appearance:none;
  border: 1px solid;
  border-radius: 0;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}


input[type=search]{
  -webkit-appearance: textfield;
  outline-offset: -2px;
}


:where(input[readonly], textarea[readonly]) {
  background-color: #eee;
}




:where( input[type="checkbox"], input[type="radio"]) {
  display: inline-block;
  margin-right:1rem
}

:where(input[type="checkbox"]+label, input[type="radio"]+label) {
  display: inline-block;
  font-weight: normal;
  position: relative;
  top: 1px;
}


:where(input[type="radio"]:checked+label) {
 font-weight: bold;
  }





.btn, .wp-block-button__link, button, input[type="button"], input[type="submit"], input[type="reset"] {
  appearance: none;
  background-color: var(--location);
  border: 0;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: var(--heading-font);
  font-size: 1rem;
  font-weight:bold;
  overflow: visible;
  padding: 0.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;

}



:where([type="search" i]) {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}


::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}


::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}


::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}



.skip-link, .visuallyhidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}



.menu-main-menu-container {
  display: none;
}
@media (min-width: 62em) {
  .menu-main-menu-container {
    display: block;
  }
}

.nav-open .menu-main-menu-container {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  padding-top: 32px;
  padding-top: 2rem;
  background: rgba(0, 0, 0, 0.9);
  z-index: 11;
  overflow: auto;
  /*  animation: fadein 1s; */
}

/*
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
*/
#site-navigation .menu-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 32px;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  overflow: auto;
  z-index: 11;
}
#site-navigation .menu-wrapper .menu-inner {
  margin: 0 auto;
}
@media (min-width: 48em) {
  #site-navigation .menu-wrapper .menu-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#site-navigation .menu-wrapper .menu {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
#site-navigation .menu-wrapper .social {
  position: static;
}

.nav-open #site-navigation .menu-wrapper {
  display: block;
}

.menu-toggle, .touch .menu-toggle:hover {
  position: absolute;
  z-index: 1200;
  display: block;
  width: 36px;
  height: 32px;
  margin: 0px;
  margin: 0rem;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 0.5rem;
  right: 1rem;
  text-indent: -999em;
  -webkit-transition: 0;
  -o-transition: 0;
  transition: 0;
  background-image: url(img/icons.svg);
  background-position: 0px -32px;
}
@media (min-width: 62em) {
  .menu-toggle, .touch .menu-toggle:hover {
    display: none;
  }
}

.nav-open .menu-toggle, .touch .nav-open .menu-toggle:hover {
  background-position: -40px -32px;
}

/*
.menu-toggle:hover {
  background-position: 0 -32px;
}

.nav-open .menu-toggle:hover  {
  background-position: -40px -32px;
}*/
.nav-open .main-navigation {
  text-align: center;
  font-size: 1.5rem;
}
.nav-open .main-navigation ul li {
  float: none;
  display: block;
}
.nav-open .main-navigation ul li a {
  padding: 8px 0px;
  padding: 0.5rem 0rem;
}

.featured-image {
  position: relative;
  margin-bottom: 6rem;
  width: 100%;
  overflow: hidden;



}

.featured-image:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;



}

.featured-image img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.featured-image figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
transform: translate(-50%, -50%);
  color: white;

  text-align: center;
  z-index: 2;
  width:  96%;
}
@media (min-width: 48em) {
  .featured-image figcaption {
       width: 800px;
width:  80%; max-width: 1160px;
  }
}


.action-buttons {
  position: absolute;

  display: block;
  bottom: 0rem;
  z-index: 111;
  width: 100%;
}
.action-buttons-inner {
    text-align: center;
}


.action-buttons-inner a {
  border:  1px solid white;
  color: white;
  display: inline-block;
  padding:  .5rem 1rem;
  margin:  0 .25rem .5rem;
   background-color: rgba(0,0,0,0.2);

}


.action-buttons-inner a:hover {
  border:  1px solid white;
  color: white;
  text-decoration:  none;
  background-color: black;
  padding:  .5rem 1rem;
  margin:  0 .25rem;

}


.featured-image figcaption p:first-child {

font-weight: 700 !important;
font-size: 40px;
color: #fff;
border-bottom: 5px solid #fff;
width: auto; margin: 0;
margin-bottom: 10px;
display: inline-block;
padding: 0px 0 10px;
line-height: 1.1;
letter-spacing: 0.05em;
text-align: center;



}
@media (min-width: 50em) {
  .featured-image figcaption p:first-child {
 font-size: 48px;
 margin-bottom: 1rem;
  }
}


@media (min-width: 78.5em) {
  .featured-image figcaption p:first-child {
 font-size: 65px;

  }
}


.featured-image figcaption p:nth-child(2n) {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.4;

}
@media (min-width: 48em) {
  .featured-image figcaption p:nth-child(2n) {
    display: block;
    width: 90%;
    margin:  0 auto;
    max-width: 960px;
  }
}

#theme_logo a img {
  width: 100px;
  height: auto;
  padding: 0.25rem 0 0rem;
}


* {
  margin: 0;
  padding: 0;
}

/* Header Tag group */
h1 {
  font-size: 35px;
  line-height: 1.1;
  margin: 0 0 30px;
}

h2 {
  font-size: 25px;
  line-height: 1.1;
  margin: 0 0 20px;
}

h3 {
  font-size: 20px;
  line-height: 1.1;
  margin: 0 0 15px;
}

h4 {
  font-size: 17px;
  line-height: 1.1;
  margin: 0 0 11.5px;
}

h5 {
  font-size: 14px;
  line-height: 1.1;
  margin: 0 0 10px;
}

h6 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 6px 0;
}

p {
  line-height: 150%;
  margin: 0 0 20px;
}

.blog-list-homepage {
  display: block;
  position: relative;
  overflow: hidden;
  left: 0px;
}
@media (min-width: 62em) {
  .blog-list-homepage {
    width: 1060px;
  }
}

.blog-li-home {
  position: relative;
  display: block;
  float: left;
  margin: 0 20px 0 0;
  max-width: 225px;
}

.post_thumbnail {
  overflow: hidden;
  width: 225px;
  height: 225px;
  margin-bottom: 15px;
}

.blog-thumb {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.blog-thumb img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 225px;
  height: 225px;
}

.home .blog-content-text p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
}


fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: " ";
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

img, a img, iframe {
  border: 0;
}

p {
  margin: 0 0 20px;
}

textarea, pre {
  font-size: 13px;
}

a, .reading-more, #submit, .back_to_top, #load-more-position {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  -o-transition: all 0s linear;
  text-decoration: none;
}

.page-content a:hover {
  text-decoration: underline;
}

a:hover, .reading-more:hover, .form-submit:hover, #load-more-position:hover, .show-map:hover, #submit:hover, .back_to_top:hover, .prev-blog:hover, .next-blog:hover,
.prev-team:hover, .next-team:hover, .prev-testimonial:hover, .next-testimonial:hover, .toggle_shortcode_title:hover h3 {
  /* -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; -o-transition: all 0.2s linear;*/
}

.clearfix:after, #content-main:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
}

.last {
  margin-right: 0 !important;
}

.clear {
  clear: both;
  margin: 0;
  content: " ";
  display: block;
}

#content-main.content-one-half {
  margin-right: 6%;
}

img {
  max-width: 100%;
  height: auto;
}

.clearfix:after, #content-main:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
}

body, .footer-nav ul li a, .footer-text h3, .footer-txt-line {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 1px;
  color: #000;
}

/*
header.item-header-wrap h2.homepage-unit-title, div#header-position-page h1, section#find-us h2,
*/
.page-header {
  text-align: center;
}

.home h2 {
  padding: 0 0 0px 10px;
  margin: 0 auto;
  line-height: 125%;
  border-bottom: none;
  font-size: 32px;
      border-bottom:0px solid #000; margin-bottom: 2rem;
}
@media (min-width: 48em) {
  .home h2 {
    font-size: 65px;
    color: #000000;
    border-bottom: 5px solid #000;
    width: auto;
    display: inline-block;
    padding: 0px 0 10px;
    letter-spacing: 0.05em;
    margin: 0 auto;
    margin-bottom: 3rem;
    text-align: center;
  }
}

.home article {
  margin-bottom: 6rem;
}

.cta {
  padding: 0.75rem 0;
  text-align: center;
  background: #AF2C31;
  background-color: #ccc;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 4000;
}
@media (min-width: 48em) {
  .cta {
    font-size: 1.5rem;
  }
}
.cta a {
  text-decoration: underline;
}

.close {
  position: absolute;
  right: 1rem;
  top: 0.375rem;
  font-size: 2rem;
  cursor: pointer;
}

h2 a, h2 a:visited {
  color: #000;
  text-decoration: none;
}

.home .image-unit-content p {
  font-size: 20px;
  text-align: center;
  line-height: 150%;
  margin-bottom: 20px;
}

.readmore {
  font-size: 14px;
  text-align: center;
  line-height: 150%;
  display: block;
}

.archive.category-blog .post-title h2 {
  text-align: center;
}

h2 {
  font-size: 25px;
  line-height: 1.1;
  margin: 0 0 20px;
}

.site-header {
  height: auto;
  position: fixed;
  z-index: 8000;
  width: 100%;
  background-color: #333333;
  color: #fff;
  width: 100% !important;
  margin: 0 auto;
  position: relative;
  background: #000;
  height: auto !important;
  padding: 15px 0 0px 0 !important;
  border-bottom: none;
}

#top_bar {
  width: 100%;
  background-color: #ccc;
  color: #000;
  padding: 1rem 0;
  display: none;
}
@media (min-width: 48em) {
  #top_bar {
    display: block;
  }
}

a#subscriveReveal {
  color: #666;
  top: 10px;
  position: absolute;
}

a#subscriveReveal:hover {
  text-decoration: none;
  color: #fff;
}

#mc4wp-form-1 {
  float: left;
  position: relative;
  top: -24px;
}

#mc4wp-form-1 * {
  border-radius: 0 !important;
}

#mc4wp-form-1 label {
  color: #666;
  font-size: 15px;
  padding-right: 0.5em;
}

#mc4wp-form-1 input[type=email] {
  background-color: #666666;
  border: none;
  padding: 5px;
  color: #333 !important;
  width: 150px;
}

#mc4wp-form-1 input[type=image] {
  width: 49px;
  height: 23px;
  position: relative;
  left: -5px;
  top: 7px;
}

.mc4wp-alert {
  float: left;
  font-size: 0.7em;
  width: 300px;
  position: relative;
  top: 6px;
  margin-left: 5px;
  color: #666;
}

.menu-social-container {
  float: right;
  position: relative;
  z-index: 999;
}

ul#menu-social {
  text-align: right;
  position: relative;
  z-index: 500;
}

ul#menu-social li {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}

ul#menu-social li a {
  color: #000 !important;
  position: relative;
  z-index: 999;
}

ul#menu-social li a:hover {
  text-decoration: none;
  color: #FFF !important;
}

/*
#headerphone{
  z-index: 10;
  text-align: right;
  padding-top: 5px;
  padding-right:100px;

 color: white;
}
*/
@media (min-width: 62em) {
  .page-content {
    width: 960px;
    margin: 0 auto;
  }
}

/******************* Header */
body header.main-header {
  display: block;
  height: 0.01px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

header.main-header section#header_wrapper {
  width: 100%;
  height: 100px;
  position: fixed;
  left: 0;
  z-index: 100;
}

header.main-header-no-sticky section#header_wrapper {
  width: 100%;
  height: 100px;
  position: relative;
  left: 0;
  z-index: 100;
}

header div#header_content {
  width: 960px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

header div.main_header_background {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* navigation */
div#header_nav {
  position: relative;
  display: block;
  float: right;
  margin-top: 45px;
  margin-right: 20px;
}

.main-navigation {
  position: relative;
  display: block;
  height: 55px;
}

@media (min-width: 48em) {
  .main-navigation ul li {
    float: left;
    position: relative;
    padding: 0 7.5px;
    height: 55px;
    display: table;
  }
}

.main-navigation div#nav {
  display: block;
}

.main-navigation div#mini-nav {
  display: none;
  padding-right: 10px;
}


.main-navigation div.current-nav {
  bottom: 0;
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}

.main-navigation ul li a {
  text-decoration: none;
  position: relative;
  display: block;
  color: white;
}

#primary-menu {
  display: inline-block;
  text-align: center;
}
@media (min-width: 48em) {
  #primary-menu {
    padding: 20px 0 0 80px;
    padding: 16px 0 0 80px;
  }
}

.main-navigation ul li a:focus {
  outline: none;
}


/* Logo */
div#theme_logo {
  position: relative;
  z-index: 10;
  float: left;
  margin-left: 1rem;
}
@media (max-width: 47.99em) {
  div#theme_logo {
    margin-left: 1rem;
  }
}

.logo_content {
  min-width: 225px;
  max-width: 225px;
  overflow: hidden;
  max-height: 100px;
  min-height: 100px;
  z-index: 5;
  float: left;
}

.logo_content .logo {
  width: 225px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.logo_content .logo a, div#theme_logo .logo_content .logo a img {
  z-index: 1;
  position: relative;
  max-height: 100px;
  max-width: 225px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}

.logo_content .logo div.logo_background {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

/* Header another links */
div#header_links {
  position: absolute;
  right: 0;
  padding-top: 15px;
}

div#header_links ul li {
  float: left;
}

div#header_links ul li a {
  margin: 0 7px;
}

div#header_links ul li:last-child a {
  margin: 0 0 0 7px;
}

div#header_links ul li:first-child a {
  margin: 0 7px 0 0;
}

div#header_links ul li:after {
  content: "|";
}

div#header_links ul li:last-child:after {
  content: "";
}

div#header_links ul li > ul {
  display: none;
}

div#header_links ul li > ul li {
  display: none;
  margin: 0;
}

div#header_nav.nav-search {
  margin-right: 20px;
}

div#header_nav.nav-no-search {
  margin-right: -7.5px;
}

.main-navigation ul li a {
  color: #fff;
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-menu-parent a,
.main-navigation ul li.current-post-ancestor a {
  color: #fff;
}

a.dnArrow {
  margin: 30px auto 0 auto;
  font-size: 40px;
  display: block;
  width: 100%;
  text-align: center;
}

a {
  color: #000;
}
p a {
  color:  #ab0a0a;
}


p a:hover {
  text-decoration: underline;
}
a:hover  {
  color: #ab0a0a;
}



/* header stuff */
.main-header {
  height: auto !important;
  position: fixed;
  z-index: 800;
}

#header_wrapper {
  position: relative;
}

header div#header_content {
  width: 100% !important;
  margin: 0 auto;
  position: relative;
  background: #000;
  height: auto !important;
  padding: 15px 0 0px 0 !important;
  border-bottom: none;
}

.current-nav {
  display: none;
}

/* logo position */
div#theme_logo {
  float: left;
}

.logo_content .logo {
  width: auto;
}

.logo_content {
  min-width: 154px;
  max-width: 154px;
  overflow: hidden;
  max-height: auto !important;
  min-height: auto !important;
  z-index: 5;
  float: left;
}

#theme_logo .logo_content div.logo_background {
  background-color: #ffffff !important;
  opacity: 0 !important;
}

/*white background height*/
header div.main_header_background {
  display: block;
  height: 150%;
  left: 0;
  position: absolute;
  top: 0;
  background: #fff;
  width: 100%;
}

div#header_nav {
  float: left;
  margin: 0;
}

#cuckoo-nav-top {
  padding: 20px 0 0 20px;
}

/*menu bar spacing*/
.main-navigationul li {
  display: inline-block;
  float: none;
  position: relative;
  height: auto;
}

.main-navigation {
  position: relative;
  display: block;
}

.main-navigationdiv#nav {
  display: block;
  text-align: center;
  position: relative;
  top: 2px;
}

div#header_nav.nav-search {
  margin: 0 20px;
  float: none;
}

.main-navigationdiv.current-nav {
  height: 5px;
}

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

/****************** Footer */
footer.wrapper {
  width: 100%;
  z-index: 600;
  padding: 70px 0;
  position: relative;
  /* z-index:10; */
}

#footer-container {
  margin: 0 auto;
}

.footer-nav {
  padding-bottom: 35px;
}

.footer-text {
  display: table-cell;
}

.footer-txt-line {
  display: block;
}

.footer-text a {
  color:  #000;
}

.footer-txt-line a {
  text-decoration: none;
}

.footer-txt-line a:hover {
  text-decoration: underline;
}

.footer-nav ul li {
  display: inline;
  padding-right: 15px;
  position: relative;
}

.footer-nav ul li a {
  color: white;
  text-decoration: none;
}

.footer-nav ul li a:hover {
  color: #d9164e;
}

.footer-text-block {
  display: table;
  width: 100%;
  position: relative;
}

.back_to_top {
  z-index: 10;
  background: black url(images/arrow-top.png) no-repeat center center;
  background-size: 16px 10px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  display: none;
  position: fixed;
  bottom: 0;
  height: 60px;
  width: 60px;
  cursor: pointer;
}

.back_to_top:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

/****************** Footer end */
/* Columns */
@media (min-width: 48em) {
  .content-one-half {
    width: 49%;
  }
}

@media (min-width: 48em) {
  .content-one-half {
    width: 45.5% !important;
  }
}

.content-one-third {
  width: 32%;
}

.content-two-third {
  width: 66%;
}

.content-one-fourth {
  width: 23.5%;
}

.content-three-fourth {
  width: 74.5%;
}

.content-one-half img, .content-one-half a img, .content-one-half a.btn-short,
.content-one-third img, .content-one-third a img, .content-one-third a.btn-short,
.content-two-third img, .content-two-third a img, .content-two-third a.btn-short,
.content-one-fourth img, .content-one-fourth a img, .content-one-fourth a.btn-short,
.content-three-fourth img, .content-three-fourth a img, .content-three-fourth a.btn-short {
  max-width: 100% !important;
}

.content-one-half, .content-one-third, .content-two-third, .content-one-fourth, .content-three-fourth {
  display: inline-block;
  margin-right: 2%;
  position: relative;
  vertical-align: text-top;
}

.content-one-half h3.col-title, .content-one-third h3.col-title, .content-two-third h3.col-title, .content-one-fourth h3.col-title, .content-three-fourth h3.col-title {
  margin: 0 0 20px !important;
}

.content-one-half p:last-child, .content-one-third p:last-child, .content-two-third p:last-child, .content-one-fourth p:last-child, .content-three-fourth p:last-child {
  margin-bottom: 0;
}

.title_columns {
  margin: 0 0 20px;
}

.column-box {
  margin: 30px 0;
}

.last_element {
  margin: 0 !important;
}

.text-box-content p:last-child {
  margin-bottom: 0;
}

.content-one-half, .content-one-third, .content-two-third, .content-one-fourth, .content-three-fourth {
  display: inline-block;
  margin-right: 2%;
  position: relative;
  vertical-align: text-top;
}

.content-one-half h3.col-title, .content-one-third h3.col-title, .content-two-third h3.col-title, .content-one-fourth h3.col-title, .content-three-fourth h3.col-title {
  margin: 0 0 20px !important;
}

.content-one-half p:last-child, .content-one-third p:last-child, .content-two-third p:last-child, .content-one-fourth p:last-child, .content-three-fourth p:last-child {
  margin-bottom: 0;
}

/****************** Footer */
#footer-container, #footer-nav-container {
  margin: 0 auto;
}

footer.wrapper {
  padding: 0;
  background: #ccc;
}

.footer-nav {
  text-align: center;
  background: #000;
  padding: 35px 0;
  color: #666;
  font-size: 14px;
}

.menu-footer, p.copyright {
  display: inline-block;
  margin: 0 10px;
}

.menu-footer a {
  color: #666 !important;
  padding-bottom: 5px;
}

.menu-footer a:hover {
  color: #ccc !important;
  /* border-bottom: 2px solid #FFF; */
}

.footer-text {
  width: 100%;
  padding: 90px 0;
}

.footer-text p {
  display: block;
  line-height: 170%;
}

.footer-text h3 {
  color: #000 !important;
  margin: 0 0 5px 0 !important;
  font-weight: 600;
  font-size: 14px !important;
  border-bottom: 1px solid;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 5px;
}

.footer-txt-line {
  margin-right: 0 !important;
  text-align: center;
  font-size: 15px !important;
  line-height: 150%;
}

.back_to_top {
  z-index: 10;
  background: black url(images/arrow-top.png) no-repeat center center;
  background-size: 16px 10px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  display: none;
  position: fixed;
  bottom: 0;
  height: 60px;
  width: 60px;
  cursor: pointer;
}

.back_to_top:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.footer-txt-line a {
  font-size: 15px !important;
  padding-bottom: 5px;
}

.footer-txt-line a:hover {
  /*border-bottom: 2px solid #000;
  text-decoration: none;*/
}

body,
.footer-nav ul li a,
.footer-text h3,
.footer-txt-line {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 1px;
  color: #000;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

#sidebar li:before, .entry-content li:before {
  content: "→";
  margin-left: -1.5em;
  margin-right: 0.5em;
}
#sidebar ul, .entry-content ul {
  margin: 0 0 2em 0.5em;
}
#sidebar li, .entry-content li {
  margin: 0 0 0.5em 1em;
  line-height: 150%;
}
#sidebar img, .entry-content img {
  margin: 0 auto;
  display: block;
}
#sidebar a, .entry-content a {
  color: #ab0a0a;
}

.entry-header {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 140px;
  position: relative;
  padding: 170px 0 70px;
  padding-top: 170px;
  padding-bottom: 70px;
  margin: 0 auto;
}

p {
  line-height: 150%;
}

article p:first-child {
  margin-top: 0;
}

h1 {
  font-weight: 700 !important;
font-size: 32px;
  color: #000000;
  border-bottom: 5px solid #000;
  width: auto;
  display: inline-block;
  padding: 0px 0 10px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0;
}

@media (min-width: 48em){
  h1 {
      font-size: 65px;
  }
}

#post-content, .entry-content  {
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 70px;



}

@media (min-width: 48em){
#post-content, .entry-content  {

  padding-right: 0rem;
  padding-left: 0rem;




}

}

.screen-large, #respond small {
  max-width: 960px;
}

.slick button {
  display: none !important;
}


.slick-slide {
    position: relative;
    height: 100vh !important;
}
.slick-caption {
position: absolute;
bottom: 9rem;
left: 50%;
font-size: .875rem;
  transform: translate(-50%, 0%);
z-index: 1000;
display: inline-block;
color: white;
background-color: black;
padding: 0.5rem 1rem;


}
.slider {
  height: calc(100vh - 130px);
  width: 100vw;
}
.slider-image {
  display: block;
  background-position: 50% 50%;
  height: 100vh;
  width: 100vw;

}

/** TENANTS */
.work-item-320 {
  text-decoration: none;
  display: block;
  float: left;
  width: 300px;
  height: auto;
  min-height: 140px;
  vertical-align: top;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border-bottom: thin solid #000;



}
.work-item-320:hover {
  color: #ab0a0a ;

}
#whohereshort {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.work-thumb-title {
  margin-top: 23px;
  margin-bottom: 20px;
}

li.blog-li-option .header-post-list-225 {
  width: 100%;
}

.video {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-full-width img {
  width: 100%;
}

/****************** News-Blog Items */
#header-position {
  text-align: center;
}

body.single-post #header-position h1 {
  font-size: 45px;
  color: #000000;
  border-bottom: 5px solid #000;
  width: auto;
  display: inline-block;
  padding: 0px 0 10px;
  letter-spacing: 0.05em;
}

body.single-post #content-main, body.page #content-main {
  text-align: left;
}

body.single-post article #header-position {
  border-bottom: none;
}

body.single-post h2 {
  line-height: 150%;
}

body.single-post h3 {
  font-size: 25px;
  line-height: 150%;
  margin: 0 0 15px;
  font-weight: normal;
}

li.blog-li-option {
  min-height: 700px;
}

li.blog-li-option .header-post-list-225 .post-title h3 {
  margin: 20px 0 10px 0;
  padding: 0;
  font-size: 1.1em;
}

li.blog-li-option .header-post-list-225 .about_post {
  font-weight: normal;
}

li.blog-li-option .header-post-list-225 .about_post p {
  margin: 0;
}

html.ie8 li.blog-li-option {
  margin-right: 10px !important;
}

/****************** News-Blog Items  end*/
/****************** Blog Archive */
.archive.category-blog .post-title h2 {
  text-align: center;
}

.blog-excerpt {
  margin: 20px 0 40px;
}

#header-position {
  text-align: center;
}

body.single-post h1 {
  font-size: 45px;
  color: #000000;
  border-bottom: 5px solid #000;
  width: auto;
  display: inline-block;
  padding: 0px 0 10px;
  letter-spacing: 0.05em;
}

body.single-post #content-main, body.page #content-main {
  text-align: left;
}

body.single-post article #header-position {
  border-bottom: none;
}

body.single-post h2 {
  line-height: 150%;
}

body.single-post h3 {
  font-size: 25px;
  line-height: 150%;
  margin: 0 0 15px;
  font-weight: normal;
}

li.blog-li-option {
  min-height: 700px;
}

li.blog-li-option .header-post-list-225 .post-title h3 {
  margin: 20px 0 10px 0;
  padding: 0;
  font-size: 1.1em;
}

li.blog-li-option .header-post-list-225 .about_post {
  font-weight: normal;
}

li.blog-li-option .header-post-list-225 .about_post p {
  margin: 0;
}

html.ie8 li.blog-li-option {
  margin-right: 10px !important;
}

.screen-reader-text {
  visibility: hidden;
}

.post-navigation {
  display: block;
  margin-bottom: 9rem;
}
.post-navigation div {
  max-width: 45%;
}

.nav-links {
  width: 100%;
  max-width: 100%;
}

.nav-links div {

  max-width: 45%;

}

/* Layout */
.aligncenter {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.alignleft, .nav-previous {
  float: left;
  margin: 30px 30px 30px 0;
}

.alignfirstleft {
  float: left;
  margin: 0 30px 30px 0;
}

.post-edit-link {
  margin: 30px 0;
  display: block;
}

.alignlastleft {
  float: left;
  margin: 30px 30px 0 0;
}

.alignright, .nav-next {
  float: right;
  margin: 30px 0 30px 30px;
}

.alignfirstright {
  float: right;
  margin: 0 0 30px 30px;
}

.alignlastright {
  float: right;
  margin: 30px 0 0 30px;
}

.aligntop {
  display: block;
  margin-bottom: 30px;
}

.alignbottom {
  display: block;
  margin-bottom: 30px;
}

.wp-caption {
  text-align: center;
}

.wp-caption a img {
  width: 100% !important;
}

.wp-caption.aligncenter {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.wp-caption-text {
  font-size: 12px;
  font-weight: bold;
  padding: 20px 0 25px;
}


#error_page {
  position: relative;
  width: 100%;
  height: 260px;
  z-index: 1000;
  top: 50%;
}

#error_main {
  width: 225px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 50%;
  height: 260px;
}

.error_page_title {
  margin: 0;
  color: white;
  font-size: 70px;
  font-family: "BebasNeue", sans-serif;
  line-height: 1;
  font-weight: bold;
}

.error-text {
  margin: 25px 0 30px;
  color: white;
  font-size: 14px;
}

form#searchform-404 {
  position: relative;
}

.error_page form#searchform-404 #searchsubmit-header {
  background: url("images/search_black_transp.png") no-repeat scroll center center transparent;
  z-index: 1000;
  border: 0 none;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 0;
  text-indent: -9999em;
  top: 0;
  width: 35px;
}

.search-form-display {
  float: right;
  position: relative;
  margin-top: 5px;
}

.search-input {
  position: relative;
  width: 225px;
  z-index: 1;
  border: 0 none;
  height: 30px;
  padding: 5px 40px 5px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
  margin-bottom: 1.5em;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.blog-li-option {
  min-height: 700px;
}

/****************** SPACES */
#floorPlansWrap {
  margin: 0 auto 100px auto;
  padding-top: 1px;
}

#floorPlansWrap {
  margin-bottom: 100px !important;
}

ul#floorplans {
  margin: 0 auto;
  text-align: center;
}

ul#floorplans li {
  display: inline-block;
  padding: 5px 5px;
}

/* was 5px 15px */
ul#floorplans li a {
  padding-bottom: 5px;
}

ul#floorplans li a.selected, ul#floorplans li a:hover {
  border-bottom: 2px solid #000;
}

/* Floorplan */
dl.map {
  text-align: left;
  padding: 0px;
  width: 869px;
  /* height:383px; */
  height: 263px;
  position: absolute;
  z-index: 100;
  top: 0;
}

div.dlWrapper {
  width: 869px;
  /* height:383px; */
  height: 263px;
  position: relative;
  margin-top: 150px;
}

div.dlWrapper img {
  position: absolute;
}

dl.map dt {
  list-style: none;
  display: inline;
}

dt.title {
  display: none !important;
}

dl.map dd {
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  color: #000;
  z-index: 11;
  font-size: 1em;
  text-align: center;
  visibility: hidden;
  line-height: 1.25em;
  top: -100px;
}

dl.map dd span {
  font-style: italic;
}

dl.map dd.static {
  position: relative;
  left: 0;
  width: 100%;
  color: #000;
  z-index: 1;
  font-size: 1em;
  visibility: visible;
  height: auto;
  margin: 20px 0;
  top: -150px;
}

dl.map dt a.location {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  outline: none;
  z-index: 10;
  text-decoration: none;
  text-indent: -9999px;
  background: rgba(255, 255, 255, 0);
  /* browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=0 );
  /* IE6-9 */
}

dl.map dt a.location:hover {
  border: 1px solid black;
}

dl.map dd a {
  text-decoration: none;
  color: #000;
}

dl.map a#location {
  display: none;
}

/* START OF CSS FOR MAP POINTS */
#floor-three {
  width: 550px;
  margin-top: 20px !important;
}

#floor-three dl.map dd {
  left: 498px;
  top: 110px;
  width: 232px !important;
  margin-left: 162px;
}

#floor-three dl.map dd.static {
  top: -100px;
}

#floor-three dl.map {
  width: 550px;
}

#floorCTA {
  border-style: none;
  border-width: 3px;
  height: 226px;
  float: right;
  padding-right: 32px;
  /*

  left: 655px;

  position: relative;

  top: 300px;*/
  width: 330px;
  text-align: center;
}

#floorCTA .floorinfo {
  border-style: none;
  border-width: 2px;
  margin: 3px;
  padding-top: 30px;
  height: 150px;
}

#floorCTA p {
  padding-top: 20px;
}

#floor3cta {
  display: none;
  border-style: none;
  border-width: 3px;
  height: 226px;
  left: 555px;
  position: absolute;
  top: 10px;
  width: 330px;
  text-align: center;
}

#floor3cta .floorinfo {
  border-style: none;
  border-width: 2px;
  margin: 3px;
  padding-top: 30px;
  height: 150px;
}

dl.floor-three a#location01 {
  left: 300px !important;
  top: 33px !important;
}

dl.floor-three a#location02 {
  left: 436px;
  top: 93px;
  height: 24px;
}

dl.floor-three a#location03 {
  left: 442px;
  top: 181px;
}

dl.floor-three a#location04 {
  left: 349px;
  top: 181px;
}

dl.floor-three a#location05 {
  left: 305px;
  top: 181px;
}

dl.floor-three a#location06 {
  left: 214px;
  top: 181px;
}

dl.floor-three a#location07 {
  left: 169px;
  top: 181px;
}

dl.floor-three a#location08 {
  left: 80px;
  top: 181px;
}

dl.floor-three a#location09 {
  left: 82px;
  top: 85px;
}

dl.floor-three a#location10 {
  left: 126px;
  top: 58px;
}

dl.floor-three a#location11 {
  left: 18px;
  top: 60px;
  width: 50px;
}

/* START OF CSS FOR MAP POINTS */
#floor-four {
  width: 550px;
  margin-top: 20px !important;
}

#floor-four dl.map dd {
  left: 498px;
  top: 110px;
}

#floor-four dl.map dd.static {
  top: -100px;
}

#floor-four dl.map {
  width: 550px;
}

#floor4cta {
  display: none;
  border-style: none;
  border-width: 3px;
  height: 226px;
  left: 555px;
  position: absolute;
  top: 10px;
  width: 330px;
  text-align: center;
}

#floor4cta .floorinfo {
  border-style: none;
  border-width: 2px;
  margin: 3px;
  padding-top: 30px;
  height: 150px;
}

dl.floor-four a#location01 {
  left: 339px;
  top: 35px;
}

dl.floor-four a#location02 {
  left: 438px;
  top: 93px;
  height: 24px;
}

dl.floor-four a#location03 {
  left: 412px;
  top: 182px;
  width: 40px;
}

dl.floor-four a#location04 {
  left: 350px;
  top: 182px;
}

dl.floor-four a#location05 {
  left: 304px;
  top: 182px;
}

dl.floor-four a#location06 {
  left: 214px;
  top: 182px;
}

dl.floor-four a#location07 {
  left: 169px;
  top: 184px;
}

dl.floor-four a#location08 {
  left: 80px;
  top: 182px;
}

dl.floor-four a#location09 {
  left: 61px;
  top: 79px;
}

dl.floor-four a#location10 {
  left: 125px;
  top: 74px;
  width: 28px;
}

dl.floor-four a#location11 {
  left: 225px;
  top: 44px;
}

dl.floor-four a#location12 {
  /* 3B */
  left: 475px;
  top: 182px;
  width: 40px;
}

/* START OF CSS FOR MAP POINTS */
#floor-five {
  width: 550px;
  margin-top: 20px !important;
}

#floor-five dl.map dd {
  left: 498px;
  top: 110px;
}

#floor-five dl.map dd.static {
  top: -100px;
}

#floor-five dl.map {
  width: 550px;
}

#floor5cta {
  display: none;
  border-style: none;
  border-width: 3px;
  height: 226px;
  left: 555px;
  position: absolute;
  top: 10px;
  width: 330px;
  text-align: center;
}

#floor5cta .floorinfo {
  border-style: none;
  border-width: 2px;
  margin: 3px;
  padding-top: 30px;
  height: 150px;
}

dl.floor-five a#location01 {
  left: 261px;
  top: 20px;
}

dl.floor-five a#location02 {
  left: 304px;
  top: 20px;
}

dl.floor-five a#location03 {
  left: 349px;
  top: 20px;
}

dl.floor-five a#location04 {
  left: 395px;
  top: 39px;
}

dl.floor-five a#location05 {
  left: 440px;
  top: 93px;
  height: 24px;
}

dl.floor-five a#location06 {
  left: 441px;
  top: 183px;
}

dl.floor-five a#location07 {
  left: 350px;
  top: 183px;
}

dl.floor-five a#location08 {
  left: 304px;
  top: 183px;
}

dl.floor-five a#location09 {
  left: 217px;
  top: 183px;
}

dl.floor-five a#location10 {
  left: 168px;
  top: 184px;
  width: 29px;
}

dl.floor-five a#location11 {
  left: 80px;
  top: 183px;
}

dl.floor-five a#location12 {
  left: 36px;
  top: 73px;
}

dl.floor-five a#location13 {
  left: 83px;
  top: 73px;
}

dl.floor-five a#location14 {
  left: 125px;
  top: 57px;
  width: 28px;
}

dl.floor-five a#location15 {
  left: 170px;
  top: 38px;
  /* width: 50px; */
}

dl.floor-five a#location16 {
  left: 216px;
  top: 20px;
  /*  width: 50px; */
}

/* START OF CSS FOR MAP POINTS FLOOR 6 */
#floor-six {
  width: 550px;
  margin-top: 20px !important;
}

#floor-six dl.map dd {
  left: 498px;
  top: 110px;
}

#floor-six dl.map dd.static {
  top: -100px;
}

#floor-six dl.map {
  width: 550px;
}

#floor6cta {
  display: none;
  border-style: none;
  border-width: 3px;
  height: 226px;
  left: 555px;
  position: absolute;
  top: 10px;
  width: 330px;
  text-align: center;
}

#floor6cta .floorinfo {
  border-style: none;
  border-width: 2px;
  margin: 3px;
  padding-top: 30px;
  height: 150px;
}

dl.floor-six a#location01 {
  left: 330px;
  top: 55px;
}

dl.floor-six a#location02 {
  left: 424px;
  top: 109px;
  height: 24px;
}

dl.floor-six a#location03 {
  left: 422px;
  top: 194px;
}

dl.floor-six a#location04 {
  left: 342px;
  top: 194px;
}

dl.floor-six a#location05 {
  left: 304px;
  top: 194px;
}

dl.floor-six a#location06 {
  left: 214px;
  top: 194px;
}

dl.floor-six a#location07 {
  left: 174px;
  top: 194px;
}

dl.floor-six a#location08 {
  /* 8A*/
  left: 116px;
  top: 194px;
}

dl.floor-six a#location12 {
  /* 8B */
  left: 60px;
  top: 194px;
}

dl.floor-six a#location09 {
  left: 73px;
  top: 87px;
}

dl.floor-six a#location10 {
  left: 137px;
  top: 84px;
  width: 28px;
}

dl.floor-six a#location11 {
  left: 235px;
  top: 54px;
}

/****************** SPAcES end */
/****************** SPAcES end */
#floorkey {
  padding: 15px;
  padding-left: 70px;
  margin-top: 10px !important;
  width: 869px;
  text-align: left;
}

#floorkey .occupied,
#floorkey .available,
#floorkey .soon {
  padding: 5px;
  margin: 10px !important;
}

.occupied {
  /*box-shadow: 3px 3px 3px red;*/
  border: 2px solid red !important;
}

.available {
  border: 2px solid green !important;
}

.soon {
  border: 2px solid #FFA07A !important;
}

#floorPlansWrap div.dlWrapper {
  /* left: 45px; jc */
}


.home-featured {
  top:  70px;

  height: calc(100vh - 70px);
}

@media (min-width: 48em) {
  .home-featured {
  top:  120px;

  height: calc(100vh - 120px);
}
  }
.home-intro {
  color: white;
  position: relative;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
  width: 96%;
}
@media (min-width: 48em) {
.home-intro {
  width: 800px;
  width: 80%;
  max-width: 1160px;

}
}


.home-intro h2 {
  font-size: 48px;
  margin-bottom: 1rem;

  font-weight: 700 !important;
  font-size: 40px;
  color: #fff;
  border-bottom: 5px solid #fff;
  width: auto;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0px 0 10px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;


}



    @media (min-width: 78.5em) {

.home-intro h2{

    font-size: 65px;

}
}




.home-intro p  {
  display: block;
  width: 90%;
  margin: 0 auto;
  max-width: 960px;

  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.4;
}


