html,
legend {
  color: #000
}

html {
  background: #fff
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset,
img {
  border: 0
}

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

ol,
ul {
  list-style: none
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400
}

q:after,
q:before {
  content: ''
}

abbr,
acronym {
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

.downloads-lists:after,
.retail__uses figure:after {
  content: " ";
  display: block;
  clear: both
}



@font-face {
  font-family: "VanitasExtraBold";
  src: url('../webFonts/VanitasExtraBold/font.woff2') format('woff2'), url('../webFonts/VanitasExtraBold/font.woff') format('woff');
}

html {
  scroll-behavior: smooth;
}


body {
  font-family: VanitasExtraBold, sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  color: #2a221d;
  display: inline-block;
  width: 100vw;
  width: 100%;

}

h1,
h2,
h3,
h4,
h5 {
  font-family: VanitasExtraBold;
}

ul.sub-menu-main {
  padding-top: 15px;
  font-size: 1.5em
}

html,
body {
  height: 100%;
  background-color: #ffffff;
  color: #2a221d
}

img,
video {
  display: block;
  width: 100%;
  height: auto
}

video {
  background-color: blue
}


a {
  color: #a4884a;
  text-decoration: none;
}

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

.container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 20px
}

.heading_title {
  font-size: 2.4em;
  line-height: 1.4em;
  color: #a4884a;
  letter-spacing: 3px;
}



.content_title {
  font-size: 1.4em;
  line-height: 1.4em;
  color: #2a221d;
  letter-spacing: 0px;
}

.content_title p {
  margin: 50px 0
}


.container:after {
  content: ' ';
  display: block;
  clear: both
}


.wrapper {
  position: relative;
  z-index: 3;
  background-color: #ffffff
}

main.wrapper {
  margin-top: 0px;
  min-height: calc(100vh - 60px);
  padding-bottom: 80px
}


.page-intro {
  position: relative;
  margin-top: 120px;
  padding: 100px 20px
}


@media (min-width: 1024px) {
  .page-intro {
    padding: 20vh 20px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto
  }
}

.page-intro__wrapper {
  text-align: center;
  width: 100%
}

.page-intro__title {
  text-transform: uppercase;
  margin-bottom: 1em;
  letter-spacing: 1px;
  font-size: 26px
}


@media (min-width: 1025px) {
  .page-intro__title {
    font-size: 35px;
    letter-spacing: 2px
  }
}

.page-intro__body {
  padding: 0 20px;
  font-size: 26px
}

.page-intro__body br {
  display: none
}

@media (min-width: 768px) {
  .page-intro__body {
    font-size: 40px;
    line-height: 110%
  }
}


@media (min-width: 1025px) {
  .page-intro__body {
    font-size: 50px
  }

  .page-intro__body br {
    display: block
  }
}

.panel {
  position: relative;
  height: 100vh;
}


.text-content-wrapper {

  max-width: 630px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.bhb-logo {
  width: 100px;
  margin: 0 auto
}


.panel--brand-intro__down-arrow {
  opacity: 1;
}

.panel--brand-intro__down-arrow.fadeout {
  opacity: 0;
}



.top-banner {
  height: 100%;
}


.sum-spec-inner p.black {
  color: black;
  margin: 12px 0
}


/* concierge section */


.hero-video {
  height: calc(70vh - 130px);
  position: relative;
}

.hero-video::after {
  content: "";
  display: table;
  clear: both;
}


.fifty-split-image-left {
  padding: 0px;
  background: #fff;
}


.fifty-split-image-left .video-wrapper {
  width: 50%;
  overflow: hidden;
  height: calc(70vh - 130px);
  display: grid;
  justify-items: center;
  align-items: center;
  position: relative;
  float: left;
}

.fifty-inner-text-box-gold {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: white;

}

.fifty-inner-text-box-gold div {
  width: 380px;
  height: 500px;
  text-align: center;
  background: pink;
}

.hero-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: center center;
}


.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.aligner-item {
  max-width: 50%;
}


small,
sub,
sup {
  font-size: .70em
}

sub {
  vertical-align: sub
}

sup {
  vertical-align: super
}


section {
  position: relative;
  width: 100%;
  height: 100%;
}

section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
}

.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  color: #a4884a;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

.demo a:hover {
  opacity: .5;
}


#section01 a {
  padding-top: 60px;
}

#section01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #a4884a;
  border-bottom: 1px solid #a4884a;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



p.bhb-logo-url {
  margin: 10px 0;
}

.panel--text {
  height: auto;
  padding: 40px 20px;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center
}


.accomm_section__header {
  padding: 20px 0;
  color: #fff
}

.section__inner__header {
  padding: 3em;
}

.section__inner__header.no-padding-bottom {
  padding: 3em 3em 0em 3em;
}


.section__inner__header h2 {
  width: calc(100% - 2em);
  padding: 1em;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2em;
  font-size: 2.4em;
  color: #9a804c;
  letter-spacing: 2px;
}


.section__inner__header .spacer {
  padding: 5em 0 0 0em
}

.features-grid a {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 66.5%;
  text-align: center;
  text-decoration: none;
  background-color: #666
}

@media (min-width: 500px) {
  .features-grid a {
    float: left;
    width: 50%;
    height: 0;
    padding-bottom: 33.5%;
    outline: 1px solid white
  }
}

@media (min-width: 768px) {
  .features-grid a {
    width: 33.33%;
    height: 0;
    padding-bottom: 22.25%
  }
}

.features-grid__image-blind {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .35;
  background-color: black;
  transition: opacity .2s ease
}



.features-grid__image--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity .2s ease
}

.features-grid__title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(0);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
  transition: all .2s ease
}

.features-grid__caption {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  color: white;
  line-height: 130%;
  transform: translate(-50%, -50%) translateY(50%);
  transition: all .2s ease;
  opacity: 0
}

.features-grid a:hover {
  background-color: blue
}

.features-grid a:hover .features-grid__image--hover {
  opacity: 1
}

.features-grid a:hover .features-grid__title {
  transform: translate(-50%, -50%) translateY(-50%);
  opacity: 0
}

.features-grid a:hover .features-grid__caption {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0)
}

.section-teaser {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px
}

.section-teaser p {
  font-size: 20px
}

.section-teaser a {
  text-decoration: none
}

.section-teaser a span {
  border-bottom: 1px solid blue
}

.gallery_caption {
  padding: 8px 0;
  color: #9A804D;
  text-align: center;
  font-size: 1.8em;
  letter-spacing: 1px;
  line-height: 1.4em;
  padding: 2em
}


.gallery__caption__wrapper {
  width: 100%;
}


/* footer links */


.footer__wrapper {
  background-color: #2a221d;
  color: white;
  padding: 80px 0
}

.footer__links li {
  display: inline;
}

.footer__links {
  font-size: 1.3em
}





/* terms-section */

.privacy-section .section__top__panel h1 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px
}

.privacy-section .section__top__panel {
  width: calc(100% - 40px);
  padding: 12em 20px 0em 20px;
  margin: 0 auto;
  text-align: left;
}

.privacy__header {
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 20px
}

.cookies-section .section__top__panel h1 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px
}

.cookies-section .section__top__panel {
  width: 100%;
  padding: 12em 0 5em 0;
  margin: 0 auto;
  text-align: left;
}

.terms__wrapper {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0 20px
}

.terms__table__wrapper {
  border: 1px solid lightgrey;
}

.terms__table__wrapper td {
  border-bottom: 1px solid lightgrey;
  padding: 5px 10px;
  line-height: 28px;
}

.terms__wrapper p {
  margin: 20px 0
}


.slider {
  width: 100%;
  max-width: 1280px;
  margin: 10px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}



.lazy-fadeup {
  transition: transform 1s, opacity 1s;
  transform: translateY(100px);
  opacity: 0.2;
}

.lazy-fadeup.is-loaded {
  transform: translateY(0px);
  opacity: 1;
}

.lazy-fadeup-double {
  transition: transform 1s, opacity 1s;
  transform: translateY(180px);
  opacity: 0.2;
}

.lazy-fadeup-double.is-loaded {
  transform: translateY(0px);
  opacity: 1;
}


/*. start header section */

.header__main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  color: white;
  text-align: center;
  height: 100px;
  transition: height .3s ease, transform .3s ease;

}

.top-banner img {
  width: 220px;
  margin: 0 auto;
  margin-top: 30px
}

.top-banner-static img {
  width: 220px;
  margin: 0 auto;
  margin-top: 30px
}

.header__main .top-banner {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  height: 120px;
  transition: opacity .3s ease;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1)
}

.header__main .top-banner {
  opacity: 0
}

.header__main .top-banner.fadeout {
  opacity: 1;
  width: 100%;
  background: #fff;
  margin-top: -60px;
  background-color: #2a221d;
  background-image: url(../images/pattern-arrows.png);
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
}




.header__main .top-banner-static {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  height: 120px;
  transition: opacity .3s ease;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1)
}

.header__main .top-banner-static {
  opacity: 1;
  width: 100%;
  margin-top: -60px;

  background-color: #2a221d;
  background-image: url(../images/pattern-arrows.png);
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;


}


nav.sub-menu-page {
  position: fixed;
  top: 120px;
  left: 0;
  right: 0;
  height: 50px;
  border-bottom: 1px solid #ccc;
  background-color: #9a804c;

}

nav.sub-menu-page__none {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  height: 0px;
  border-bottom: 0px solid #ccc;
  background-color: #9a804c;

}


nav.sub-menu-page li {
  display: inline-block;

}

nav.sub-menu-page li a {
  color: white;
  text-decoration: none;
}


nav.sub-menu-page ul {
  text-align: center;
}



nav.scroll-to {
  position: fixed;
  z-index: 10;
  top: 60px;
  left: 0;
  right: 0;
  height: 60px;
  border-bottom: 1px solid #ccc;
  background-color: #f1f2f2
}

nav.scroll-to ul {
  text-align: center
}

nav.scroll-to li {
  display: inline-block
}

nav.scroll-to a {
  display: block;
  line-height: 60px;
  padding: 0 5px;
  margin: 0 5px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: black
}

nav.scroll-to a.is-active {
  color: blue
}

nav.scroll-to.is-compressed {
  overflow: hidden;
  transition: all .2s ease
}


nav.scroll-to.is-compressed ul {
  transition: transform .4s ease
}

nav.scroll-to.is-compressed[data-index="1"] ul {
  transform: translateY(-60px)
}

nav.scroll-to.is-compressed[data-index="2"] nav.scroll-to.is-compressed[data-index="3"] ul {
  transform: translateY(-180px)
}


nav.scroll-to.is-compressed[data-index="4"] ul {
  transform: translateY(-240px)
}

nav.scroll-to.is-compressed[data-index="5"] ul {
  transform: translateY(-300px)
}



nav.scroll-to.is-compressed[data-index="6"] ul {
  transform: translateY(-360px)
}

nav.scroll-to.is-compressed[data-index="7"] ul {
  transform: translateY(-420px)
}

nav.scroll-to.is-compressed[data-index="8"] ul {
  transform: translateY(-480px)
}

nav.scroll-to.is-compressed[data-index="9"] ul {
  transform: translateY(-540px)
}

nav.scroll-to.is-compressed li {
  display: block
}

nav.scroll-to.is-compressed.is-open {
  height: 100%
}

nav.scroll-to.is-compressed.is-open ul {
  transform: none
}

nav.scroll-to.is-compressed.is-open li {
  display: block
}







/*. end header section */




.panel--brand-intro__down-arrow {
  opacity: 1;
}

.panel--brand-intro__down-arrow.fadeout {
  opacity: 0;
}


.exec_sum_wrapper {
  flex: 0 0 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 1.8em;
  margin-bottom: 3em;
  line-height: 1.4em;
  color: #a4884a;
}

.exec_sum_wrapper p {
  padding: 8px 0;
}


.panel__header__top {
  margin: 0 auto
}

.panel__text__inner {
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  /* Vertical */
  justify-content: center;
  /* Horizontal */


}

.panel__text__inner div {
  width: 600px;
  height: 170px;
  border: 0px solid;
}

.panel__text__inner div p {
  font-size: 3em;
  text-align: center;
  line-height: 1.3em;
}









.is-nav-toggled .header__main .top-banner {
  opacity: 0
}

.sub-menu {
  width: 100%;
  background-color: #9a804c;
  position: absolute;
  top: 0;
  margin-top: 100px;
  z-index: 4
}

.section__top__panel {
  width: 100%;
  padding: 12em 0 0em 0;
  margin: 0 auto;
  text-align: center;
}

.building-section .section__top__panel {
  width: 100%;
  padding: 12em 0 2em 0;
  margin: 0 auto;
  text-align: center;
}

.acommodation-section .section__top__panel {
  width: 100%;
  padding: 16em 0 2em 0;
  margin: 0 auto;
  text-align: center;
}

.location-section .section__top__panel {
  width: 100%;
  padding: 12em 0 2em 0;
  margin: 0 auto;
  text-align: center;
}


.section__top__panel h1 {
  font-size: 3em;
  color: #9a804c;
  letter-spacing: 2px
}


.section__body {
  font-size: 1.8em;
  color: #9a804c;
  padding: 2em 0em 0em 0em;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.4em;
  letter-spacing: 0px
}

.spacer-medium {
  min-height: 2em
}

.spacer-medium-large {
  min-height: 3em
}

.spacer-large {
  min-height: 2em
}

.spacer-xlarge {
  min-height: 6em
}


.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.6);
}

.modalContent {
  background-color: #e7e2df;
  margin: auto;
  padding: 20px;
  width: 72%;
  overflow: auto;
  box-sizing: border-box;
  box-shadow: 7px 7px 16px #9a9a9a;
  max-height: 90%;
}

.modalClose {
  color: #53432d;
  float: right;
  font-size: 28px;
  font-weight: normal;
  line-height: 11px;
  padding-left: 20px;
}


.modalClose:hover,
.modalClose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.panel--vcd-full {
  height: 180vh;
  width: 100vw;
  margin: 0 auto;
  overflow: hidden;
  color: white;
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}




.panel--vcd {
  height: calc(100vh - 100px);
  overflow: hidden;
  color: white;
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.panel--vcd#reception {
  background-image: url("../images/reception-new.jpg")
}

.panel--vcd#restaurant {
  background-image: url("../images/restaurant-new.jpg")
}

.panel--vcd#connectivity {
  background-image: url("../images/building-gallery-3.jpg")
}

.panel--vcd#penthouse {
  background-image: url("../images/building-gallery-2.jpg")
}

.panel--vcd-full#hero-new {
  background-image: url("../images/hero-day-new-image.jpg")
}





.amenities-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.stories-box-left-inner:nth-of-type(1) {
  margin-top: 2em
}

.stories-box-right-inner:nth-of-type(1) {
  margin-top: 2em
}


.stories-box-left-inner {
  margin-top: 4em
}

.stories-box-right-inner {
  margin-top: 4em
}

.stories-box-left-1 {
  flex: 0 0 49%;
  margin-right: 1%;
  text-decoration: none;
  display: block;
  margin-top: 0px;
  text-align: center;
}

.stories-box-right-1 {
  flex: 0 0 49%;
  margin-left: 1%;
  text-decoration: none;
  display: block;
  margin-top: 20%;
  text-align: center
}

.stories-box-left-2 {
  flex: 0 0 49%;
  margin-right: 1%;
  text-decoration: none;
  display: block;
  margin-top: -10%;
  text-align: center
}

.stories-box-right-2 {
  flex: 0 0 49%;
  margin-left: 1%;
  text-decoration: none;
  display: block;
  margin-top: 10%;
  text-align: center
}


.building-section .stories-box-left-1 {
  flex: 0 0 49%;
  margin-right: 1%;
  text-decoration: none;
  display: block;
  margin-top: 0px;
  text-align: center;
}

.building-section .stories-box-right-1 {
  flex: 0 0 49%;
  margin-left: 1%;
  text-decoration: none;
  display: block;
  margin-top: 20%;
  text-align: center
}

.building-section .stories-box-left-2 {
  flex: 0 0 49%;
  margin-right: 1%;
  text-decoration: none;
  display: block;
  margin-top: -10%;
  text-align: center
}

.building-section .stories-box-right-2 {
  flex: 0 0 49%;
  margin-left: 1%;
  text-decoration: none;
  display: block;
  margin-top: 10%;
  text-align: center
}



.stories__header_title {
  font-size: 32px;
  margin: 1em 0 0.5em 0;
  line-height: 1.2em;
  color: #9a804c;
  margin: 1em 0 1em 0;
  letter-spacing: 3px;
}

.stories__intro {
  color: #9a804c;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.6em;
  margin: 1em 0 1em 0;
}

.stories__intro__caption {
  color: #000;
  font-size: 18px;
  line-height: 1.4em;
  margin: 1em 0 1em 0;
  text-align: left
}

.stories-box-right-1 p,
.stories-box-left-1 p,
.stories-box-left-2 p,
.stories-box-right-2 p {
  margin: 20px 0
}



.amenities-wrapper a:hover .stories__intro {
  color: blue
}




.panel--brand-intro {
  background-color: #2a221d;
  background-image: url("../images/pattern-arrows.png");
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
}

.location__square {
  width: 40px;
  height: 76px;
  text-align: center;
  margin: 0 auto
}

.location__square__wide {
  width: 53px;
  height: 76px;
  text-align: center;
  margin: 0 auto
}



.panel--brand-intro__down-arrow {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  color: white
}

.panel--brand-intro__down-arrow svg {
  display: inline-block
}



.panel--brand-intro.is-ready .panel--brand-intro__text {
  transition-delay: .5s
}

.panel--brand-intro.is-ready .panel--brand-intro__down-arrow {
  transition-delay: .75s
}

#panel--brand-intro__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text__inner {
  text-align: center;
  margin: 0 auto;
  width: 100%
}

.panel--brand-intro.is-outside-viewport .panel--brand-intro__down-arrow {
  display: none;
}





.panel--brand-intro__down-arrow {
  opacity: 1;
}

.panel--brand-intro__down-arrow.fadeout {
  opacity: 0;
}



.top-banner {
  height: 100%;
}


.more {
  display: none;
}

.post {
  font-size: 18px;
  line-height: 25px;
}

.post:not(:last-child) {
  margin-bottom: 30px;
}

button {
  margin-top: 15px;
  display: block;
  background-color: #9a804c;
  color: white;
  border: none;
  outline: none;
  padding: 10px 20px 4px 20px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  font-family: VanitasExtraBold, sans-serif;
  font-weight: normal;
}

.more-text-wrapper {
  width: 400px;
  margin: 0 auto
}




.global__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto
}

.global__inner {
  flex: 0 0 47%;
  background: xlightgreen;
  padding: 50px 0px 50px 0px;
  text-align: left
}

.global__inner p {
  font-size: 1.4em;
  line-height: 1.4em;
  color: #2a221d;
  letter-spacing: 0px;
}

ul.global_list {
  list-style-type: disc;
}



ul.global_list li {
  margin-left: 22px;
  font-size: 1.4em;
  line-height: 1.4em;
  color: #2a221d;
  letter-spacing: 0px;
}

p.global__title {
  font-size: 2em;
  padding-bottom: 20px
}

.logos__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  max-width: 1340px;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.logos__inner {
  flex: 0 0 20%;
  text-align: center;
}

.logos__inner img {
  width: auto;
  margin: 0 auto;
  align-items: center;
}

.bhb_title {
  font-size: 3em;
  color: #ffffff;
  letter-spacing: 2px;
  padding-top: 50px
}



p.bhb_text {
  font-size: 1.8em;
  color: #ffffff;
  padding: 1em 0em 2em 0em;
  margin: 0 auto;
  line-height: 1.4em;
  letter-spacing: 0px;
}


hr {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: .50;
}

.spacer__medium {
  margin-top: 100px
}





@media only screen and (max-width: 1024px) {
  .global__inner {
    flex: 0 0 35%;
    padding: 20px 70px 20px 70px;
  }

  .spacer__medium {
    margin-top: 50px
  }


  .logos__wrapper {
    padding: 20px 0px;
  }

  .logos__inner {
    flex: 0 0 18%;
    text-align: center;
  }


  .logoone img {
    width: 50%
  }

  .logotwo img {
    width: 50%
  }

  .logothree img {
    width: 50%
  }

  .logofour img {
    width: 60%
  }

  .logofive img {
    width: 50%
  }

  .logosix img {
    width: 50%
  }

  .logoseven {}

  .logoeight {}

  .logonine img {
    width: 60%
  }

  .logoten img {
    width: 50%
  }

  .logoeleven img {
    width: 60%
  }

  .logotwelve {}

  .logothirteen img {
    width: 60%
  }

  .logofourteen img {
    width: 60%
  }

  .logofifteen img {
    width: 60%
  }

  .logosixteen img {
    width: 60%
  }

  .logoseventeen img {
    width: 60%
  }

  .logoeighteen img {
    width: 60%
  }

  .logonineteen img {
    width: 60%
  }

  .logotwenty img {
    width: 70%
  }


  hr {
    max-width: 900px;

  }

}

@media only screen and (max-width: 768px) {
  .global__inner {
    flex: 0 0 38%;
    padding: 20px 40px 20px 40px;
  }

  hr {
    max-width: 680px;

  }

}

@media only screen and (min-width: 600px) {
  .exec_sum_wrapper p br {
    display: none
  }
}

@media only screen and (max-width: 600px) {
  .global__inner {
    flex: 0 0 90%;
    padding: 20px 10px 20px 10px;
  }

  .content_title p {
    margin: 30px 0;
  }

  hr {
    max-width: 360px;

  }

  .spacer__medium {
    margin-top: 10px
  }

  .logos__inner {
    flex: 0 0 100%;
    text-align: center;
  }

  .logoone,
  .logotwo,
  .logothree,
  .logofour,
  .logofive,
  .logosix,
  .logoseven,
  .logoeight,
  .logonine,
  .logoten,
  .logoeleven,
  .logotwelve,
  .logothirteen,
  .logofourteen,
  .logofifteen,
  .logosixteen,
  .logoseventeen,
  .logoeighteen,
  .logonineteen,
  .logotwenty {
    padding: 30px 0
  }

  .logoone img {
    width: 50%
  }

  .logotwo img {
    width: 50%
  }

  .logothree img {
    width: 50%
  }

  .logofour img {
    width: 60%
  }

  .logofive img {
    width: 40%
  }

  .logosix img {
    width: 50%
  }

  .logoseven {}

  .logoeight {}

  .logonine img {
    width: 60%
  }

  .logoten img {
    width: 50%
  }

  .logoeleven img {
    width: 60%
  }

  .logotwelve {}

  .logothirteen img {
    width: 60%
  }

  .logofourteen img {
    width: 60%
  }

  .logofifteen img {
    width: 60%
  }

  .logosixteen img {
    width: 60%
  }

  .logoseventeen img {
    width: 60%
  }

  .logoeighteen img {
    width: 60%
  }

  .logonineteen img {
    width: 60%
  }

  .logotwenty img {
    width: 70%
  }

}


.nav__container__wrapper {
  width: 100%;
  margin: auto;
}

.navbar {
  width: 100%;



}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #a4884a;
  font-weight: 500;
  font-size: 3rem;
  padding: 0.7rem;
  line-height: 1.3em;
  cursor: pointer;
}

.navbar .nav-container a:hover {
  font-weight: bolder;
}

.nav-container {
  display: block;
  position: relative;
  height: 60px;
  z-index: 77;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 22px;
  width: 30px;
  top: 30px;
  right: 100px;
  z-index: 999;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 22px;
  width: 30px;
  position: absolute;
  top: 30px;
  right: 100px;
  z-index: 11;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 10px;
  background: #a4884a;
}

.panel--brand-intro {}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  padding-top: 120px;
  height: 100vh;
  width: 100%;
  transform: translateY(-150%);
  display: flex;
  flex-direction: column;
  margin-left: 0px;
  padding-left: 0px;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  z-index: 20;
  background-color: #2a221d;
  background-image: url("../images/pattern-arrows.png");
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;

}

.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 9rem;
  font-weight: 500;
  color: white;
}



.nav-container input[type="checkbox"]:checked~.menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.accordion__wrapper {
  max-width: 1200px;
  width: calc(100% - 40px);
  padding: 0 20px;
  margin: 0 auto
}

.accordion {
  color: #9a804c;
  cursor: pointer;
  padding: 10px 10px 10px 10px;
  width: 100%;
  border: none;
  background: white;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  border-bottom: 1px solid #9a804c;

  border-right: 1px solid #9a804c;
  border-left: 1px solid #9a804c;
  font-family: VanitasExtraBold, sans-serif;
  font-weight: normal;
  line-height: 18px;
}

.accordion-penthouse {
  color: #493e39;
  cursor: pointer;
  padding: 10px 10px 10px 10px;
  width: 100%;
  border: none;
  background: white;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  border-bottom: 1px solid #493e39;
  border-right: 1px solid #493e39;
  border-left: 1px solid #493e39;
  font-family: VanitasExtraBold, sans-serif;
  font-weight: normal;
  line-height: 18px;
}

.accordion-retail {
  color: #c8a4ac;
  cursor: pointer;
  padding: 10px 10px 10px 10px;
  width: 100%;
  border: none;
  background: white;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  border-bottom: 1px solid #c8a4ac;
  border-right: 1px solid #c8a4ac;
  border-left: 1px solid #c8a4ac;
  font-family: VanitasExtraBold, sans-serif;
  font-weight: normal;
  line-height: 18px;
}

.accordion-retail-static {
  color: #c8a4ac;
  cursor: pointer;
  padding: 10px 10px 10px 10px;
  width: 100%;
  border: none;
  background: white;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  border-bottom: 1px solid #c8a4ac;
  border-right: 1px solid #c8a4ac;
  border-left: 1px solid #c8a4ac;
  font-family: VanitasExtraBold, sans-serif;
  font-weight: normal;
  line-height: 18px;
}

h2.retail__title {
  color: #c8a4ac;
  font-size: 20px;
  font-weight: bold;
}

.active:hover,
.accordion:hover {
  background-color: #9a804c;
  color: #fff
}

.active-penthouse:hover,
.accordion-penthouse:hover {
  background-color: #493e39;
  color: #fff
}

.active-retail:hover,
.accordion-retail:hover {
  background-color: #c8a4ac;
  color: #fff
}



.active:after {
  content: "\2212";
}

.panel-inner-accomm {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #9a804c;
  width: 100%;
  margin: 0 auto;
}


.panel-inner-accomm-penthouse {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #493e39;
  width: 100%;
  margin: 0 auto;
}

.panel-inner-accomm-retail {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #c8a4ac;
  width: 100%;
  margin: 0 auto;
}



.panel-inner-accomm-left {
  text-align: left
}

.panel-inner-accomm-right img {
  width: 85%;
  padding: 30px 0
}

.accordion__wrapper .panel-inner-accomm img,
.panel-inner-accomm-penthouse img {
  width: 90%;
  height: 90%
}

.accordion__wrapper {
  display: flex;
  flex-wrap: wrap;
}


.accordion__wrapper .box1,
.accordion__top .box1 {
  flex: 0 0 20%;
}

.special__box {
  min-height: 50px
}


.accordion__wrapper .box2,
.accordion__top .box2 {
  flex: 0 0 20%;
}


.accordion__wrapper .box3,
.accordion__top .box3 {
  flex: 0 0 20%;
}


.accordion__wrapper .box4,
.accordion__top .box4 {
  flex: 0 0 20%;
}

.accordion__wrapper .box5,
.accordion__top .box5 {
  flex: 0 0 20%;
  text-align: right;
}

.accordion__top {
  color: #fff;
  padding: 20px 10px 20px 10px;
  width: 100%;
  border: none;
  background: #9a804c;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #9a804c;
  border-right: 1px solid #9a804c;
  font-family: VanitasExtraBold, sans-serif;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  line-height: 18px;

}

.accordion__top__penthouse {
  color: #fff;
  padding: 20px 10px 20px 10px;
  width: 100%;
  border: none;
  background: #493e39;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #493e39;
  border-right: 1px solid #493e39;
  font-family: VanitasExtraBold, sans-serif;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  line-height: 18px;

}

.accordion__top__retail {
  color: #fff;
  padding: 20px 10px 20px 10px;
  width: 100%;
  border: none;
  background: #c8a4ac;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  border-bottom: 1px solid white;
  border-left: 1px solid #c8a4ac;
  border-right: 1px solid #c8a4ac;
  font-family: VanitasExtraBold, sans-serif;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  line-height: 18px;

}





.accordion__base {
  color: #fff;
  padding: 20px 10px 20px 10px;
  width: 100%;
  border: none;
  background: #9a804c;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  font-family: VanitasExtraBold, sans-serif;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  line-height: 18px;

}

.accordion__white {
  color: #9a804c;
  padding: 20px 10px 20px 10px;
  width: 100%;
  border: none;
  background: #ffffff;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  border-bottom: 1px solid #000;
  font-family: VanitasExtraBold, sans-serif;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  line-height: 18px;

}

.map__wrapper {
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px
}

.map__inner-left {
  flex: 0 0 49%;
  background-image: url("../images/occupiers_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}


.map__inner-left div {
  flex: 0 0 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  font-size: 1.1em;
  line-height: 1.7em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}


.map__inner-right {
  flex: 0 0 49%;
}

p.white {
  color: white;
  padding-bottom: 10px
}

.sum-spec {
  flex: 0 0 47%;
  text-align: center;
  margin: 0 auto;
}

.sum-spec-inner {
  flex: 0 0 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3em;
  color: #a4884a
}

.sum-spec-inner p {
  font-size: 1.4em;
  line-height: 1.4em;
}

.note-spec {
  padding: 10px 0
}

.sum-spec_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 0em
}

.sum-spec_wrapper h2 {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
  font-size: 1.8em;
  letter-spacing: 2px;
  padding: 0.3em 0em;
  line-height: 1.4em;
}

.ecq_wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #9a804c;
  margin-top: 2em
}

.ecq_wrapper__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 2em
}


.ecq_wrapper h2 {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2em;
  letter-spacing: 2px;
  padding: 3em 0
}

.ecg_box {
  flex: 0 0 47%;
  text-align: center;
  margin: 0 auto;
}

.north__symb__wrapper {
  max-width: 20px !important
}


.ecg_box-inner {
  flex: 0 0 100%;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 22px;
  margin-bottom: 3em
}

.ecg_box-inner img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}


.contact__outer__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1280px;
  margin: 0 auto
}

.contact__inner__wrapper {
  flex: 0 0 30%;
  text-align: left;
}





.ast_logo {
  width: 210px;
  height: 48px;
  margin-bottom: 30px
}

.bnp_logo {
  width: 208px;
  height: 44px;
  margin-bottom: 30px
}

.kenningham_logo {
  width: 180px;
  margin-top: 30px;
  margin-bottom: 9px
}

.hanover_logo {
  width: 180px;
  margin-bottom: 3px
}


.download__arrow {
  width: 38px;
  height: 38px
}


.eia_logo {
  width: 118px;
  height: 56px;
  margin-top: 30px;
  margin-bottom: 21px
}

.contact__inner__wrapper h2 {
  font-size: 1.8em;
  color: #9a804c;
  letter-spacing: 2px;
  margin-bottom: 1em
}

.misrep__wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 4em;
  font-size: 13px;
}


.download_inner {
  padding-left: 50px;
  position: relative;
  display: inline-block;
  font-size: 1.4em;
}

.download_inner::after {
  background: url(../images/down-arrow.png) center left no-repeat;
  background-size: 38px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  content: " ";
  display: block;
  position: absolute;
}



@media (max-width:600px) {

  .nav-container .checkbox {
    top: 40px;
    right: 30px;

  }

  .nav-container .hamburger-lines {
    top: 40px;
    right: 30px;

  }

  .section__top__panel h1 {
    font-size: 2em;
  }

  .section__inner__header {
    padding: 1em;
  }


  .section__inner__header h2 {
    padding: 1em 0em;


    line-height: 1.2em;
    font-size: 2em;


  }

  .section__body {
    font-size: 1.4em;

    padding: 2em 1em 1em 1em;

    margin: 0 auto;
    line-height: 1.4em;
  }


  .section__body br {
    display: none;
  }

  .panel--vcd {
    height: 60vh;
  }

  .content_title {
    font-size: 1.4em;
    line-height: 1.4em;

  }

  .panel--text {
    padding: 20px 20px;
  }

  .accordion__wrapper {
    padding: 0 0px;
    width: calc(100% - 20px);
  }

  nav.sub-menu-page {
    top: 120px;
    height: 110px;
    padding: 0px 20px;
    line-height: 1.6em;

  }


  .accordion-2 {
    padding: 20px 0px 0px 0px;


  }

  .accordion {
    padding: 20px 0px 0px 0px;


  }

  .note-spec {
    padding: 20px 20px
  }

  .ecg_box {
    flex: 0 0 100%;
  }

  .top-banner img {
    width: 200px;
    margin: 8% 12%;

  }

  .top-banner-static img {
    width: 200px;
    margin: 8% 12%;

  }

  .navbar .nav-container a {
    font-size: 2rem;
    padding: 0.3rem;
    line-height: 1.3em;

  }

  .map__inner-left {
    flex: 0 0 100%;

  }

  .map__inner-right {
    flex: 0 0 100%;
  }

  .mobile_gap {
    min-height: 60vh
  }



  .map__inner-left div {

    font-size: 1em;
    line-height: 1em;

  }

  .stories-box-left-1 {
    flex: 0 0 100%;
    margin-right: 0%;

  }

  .stories-box-right-1 {
    flex: 0 0 100%;
    margin-left: 0%;
    margin-top: 0%;
  }

  .stories__intro br {
    display: none
  }

  .footer__links {
    margin: 0 auto;
    text-align: center
  }

  .contact__inner__wrapper {
    flex: 0 0 100%;
    text-align: center;
  }

  .misrep__wrapper {
    padding: 20px;
    width: 90%
  }

  .eia_logo {
    margin: 0 auto
  }

  .bnp_logo {
    margin: 0 auto
  }

  .ast_logo {
    margin: 0 auto
  }

  .content_title p br {
    display: none
  }

  .content_title br {
    display: none
  }

  .heading_title {
    font-size: 1.4em;
    line-height: 1.2em;
    letter-spacing: 2px;
  }

  .heading_title br {
    display: none
  }


  .gallery_caption {
    padding: 8px 0;
    font-size: 1.2em;
    line-height: 1.4em;
    padding: 1em;
  }

  main.wrapper {
    padding-bottom: 0px;
  }

  .exec_sum_wrapper {
    font-size: 1.4em;
    margin-bottom: 1em;
    line-height: 1.2em;
  }
}



/* team */

.team-section .section__top__panel h1 {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 100px
}



.team_inner_content,
.contact__inner__wrapper P {
  font-size: 22px;
  line-height: 32px;
  color: #9a804c
}

.section__inner__header__team h2 {
  width: 100%;
  padding: 1em;
  margin: 0 auto;
  text-align: center;
  font-size: 2.4em;
  color: #9a804c;
  letter-spacing: 2px;
}

.team-section .section__top__panel {
  width: calc(100% - 40px);
  padding: 12em 20px 5em 20px;
  margin: 0 auto;
  text-align: left;
}



/* IPAD PRO / IPAD */

@media only screen and (max-width: 1024px) {

  .contact__inner__wrapper {
    flex: 0 0 50%;
  }

  .aligner-item {
    max-width: 70%;
  }

  .spacer-large {
    min-height: 1em;
  }

  .building-section .section__top__panel {
    padding: 12em 0 0em 0;

  }

  .map__inner-left div {
    line-height: 1.3em;

  }

  .stories__intro br {
    display: none;
  }

  .panel--vcd#penthouse {
    background-size: 100%;
  }

  .panel--vcd {
    height: calc(55vh - 120px);
  }

  .panel--vcd-full {
    height: 80vh;
  }

  .footer__wrapper {
    text-align: center;
    margin: 0 auto;
  }
}

/* MOBILE */

@media only screen and (max-width: 600px) {
  .team-section .section__top__panel {
    text-align: center
  }

  .team-section .section__top__panel h1 {

    margin-bottom: 50px;
  }

  .contact__inner__wrapper {
    flex: 0 0 100%;
  }

  .eia_logo {
    margin: 0 auto;
    padding: 20px 0
  }

  .bnp_logo {
    margin: 0 auto;
    padding-bottom: 20px
  }

  .ast_logo {
    margin: 0 auto;
    padding-bottom: 20px
  }

  .hanover_logo {
    margin: 0 auto;
    padding-bottom: 20px
  }

  .kenningham_logo {
    margin: 0 auto;
    padding: 20px 0
  }

  .breaker__mobile {
    min-height: 40px
  }

  .fifty-split-image-left .video-wrapper {
    width: 100%;
    float: none
  }

  .hero-video {
    height: auto;
  }

  .building-section .stories-box-left-1 {
    flex: 0 0 100%;
    margin-right: 0%;

  }

  .building-section .stories-box-right-1 {
    flex: 0 0 100%;
    margin-right: 0%;
    margin-top: 0%;

  }

  nav.sub-menu-page ul li span {
    display: none;
  }

  .panel--vcd {
    height: calc(44vh - 120px);
  }

  .panel--vcd-full {
    height: 50vh;
  }

  .accordion__wrapper .box1,
  .accordion__top .box1 {
    flex: 0 0 32%;
  }

  .accordion__wrapper .box2,
  .accordion__top .box2 {
    flex: 0 0 32%;
  }

  .accordion__wrapper .box3,
  .accordion__top .box3 {
    flex: 0 0 18%;
  }

  .accordion__wrapper .box4,
  .accordion__top .box4 {
    flex: 0 0 18%;
    text-align: right;
  }

  .accordion-penthouse,
  .accordion-retail,
  .accordion-retail-static {
    padding: 10px 0px 10px 0px;
  }

  .sum-spec-inner {
    flex: 0 0 90%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2em;
    color: #a4884a;
  }

  .sum-spec-inner br {
    display: none;
  }

  .accordion__wrapper .panel-inner-accomm img,
  .panel-inner-accomm-penthouse img {
    width: 100%;
    height: 100%;
  }

}