.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

p {
  margin-bottom: 10px;
}

a {
  color: hsla(186.8181818181818, 68.75%, 12.55%, 1.00);
  text-decoration: none;
}

.body {
  background-color: hsla(41.53846153846149, 16.46%, 84.51%, 1.00);
  color: #0a3136;
  text-align: left;
}

.front-page {
  overflow-x: hidden;
}

.nav-item {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Caslons Egyptian Reg', sans-serif;
  color: #0a3136;
  font-size: 12px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-item.w--current {
  color: hsla(186.8181818181818, 68.75%, 12.55%, 1.00);
}

.specials-popup-section {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(10, 49, 54,.73);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .9s;
  -moz-transition: .9s;
  -o-transition: .9s;
  -ms-transition: .9s;
  transition: .9s;
}
.specials-popup-section-inner {
  width: 600px;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #fdc89c;
  position: fixed;
  text-align: center;
  padding: 30px 40px 30px;
}
.closed-icon {
  position: absolute;
  right: 13px;
  top: 12px;
  margin: 0!important;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.specials-popup-wrapper h3 {
  margin: 0 auto 15px;
  font-family: 'Ogg', sans-serif;
  color: #0a3136;
  font-size: 30px;
  line-height: 35px;
}
.specials-popup-section.popup-active {
  opacity: 1;
  z-index: 100000;
  display: block;
}
.btn-schedule-vt-tour {
  font-family: 'Caslons Egyptian Reg', sans-serif;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.35px;
  border: 2px solid #0a3136;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  display: inline-block;
  color: #0a3136;
  text-transform: uppercase;
  margin-top: 1vw;
  background-color: transparent;
  padding: 11px 22px;
}
.btn-schedule-vt-tour:hover {
  color: #fff;
  background-color: #0a3136;
}


.paragraph {
  padding-right: 28px;
  padding-bottom: 24px;
  padding-left: 28px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'freight-display-pro', sans-serif;
  font-size: 26px;
  line-height: 39px;
  font-weight: 400;
  text-align: center;
}

.paragraph.belva {
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 22px;
  line-height: 34px;
  text-align: left;
}

.paragraph.privacy-policy {
  padding-left: 0px;
  text-align: left;
}
.paragraph span.nxt_line{
  display: block;
  margin-bottom: 10px;
}
.h1 {
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 26px;
  font-family: 'Ogg', sans-serif;
  color: #0a3136;
  font-size: 60px;
  line-height: 73px;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}

.h1.privacy {
  padding-bottom: 56px;
  text-align: left;
}

.navbar {
  position: static;
  display: block;
  padding: 60px 0px 41px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* width: 100vw; */
  /* height: 100vh; */
  margin-top: 0px;
  /* padding-bottom: 175px; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-slide-section {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  overflow: hidden;
  margin-bottom: 50px;
  padding:0 80px;
}
.home-slide-section .flexslider {
  width:100%;
  background:none ;
  border:none;
  margin:0;
}
.home-slide-section .flexslider ul{
  height: 100%;
  width: 100%;
}
.home-slide-section .flexslider ul li {
  display: block;
}
.home-slide-section .flexslider ul li div {
  width:100%;
  height:40vw;
  background-size:contain;
  background-position: center;
  background-repeat: no-repeat;
}
.flex-direction-nav a {
  width:25px;
  height:25px;
  margin:0;
  z-index:0;
  cursor: pointer;
}
.flex-direction-nav .flex-prev {
  border: solid hsla(186.8181818181818, 68.75%, 12.55%, 1.00);;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  font-size: 0;
  left: 35px;
  top:45%;
}
.flex-direction-nav .flex-next {
  border: solid hsla(186.8181818181818, 68.75%, 12.55%, 1.00);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  font-size: 0;
  right: 35px;
  top:45%;
}
.flex-direction-nav a:before, .flex-direction-nav a.flex-next:before {
  content: "";
}

.sub-content h2 {
  font-family: 'Ogg', sans-serif;
  margin-bottom: 30px;
  font-size: 32px;
}
.sub-content p {
  margin-bottom: 10px;
  font-family: 'freight-display-pro', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}

.caslon-small {
  margin-top: 0px;
  padding-top: 0px;
  font-family: 'Caslons Egyptian Reg', sans-serif;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.caslon-small.nav {
  text-align: left;
}

.caslon-small.team {
  margin-bottom: 15px;
}

.caslon-small.bozutto {
  margin-bottom: 0px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.caslon-small.light {
  padding-top: 18px;
  color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
}

.caslon-small.new-nav {
  padding-top: 61px;
  color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
  text-align: left;
}

.caslon-small.menu {
  width: 45px;
  border-bottom: 1px solid hsla(186.8181818181818, 68.75%, 12.55%, 1.00);
  text-align: left;
}

.caslon-small.menu.open {
  width: 50px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: hsla(186.8181818181818, 68.75%, 12.55%, 1.00);
  color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
}

.caslon-small.privacy-policy {
  font-size: 15px;
  text-align: left;
}

.caslon-small.privacy-policy.large {
  padding-bottom: 22px;
  opacity: 1;
  font-size: 20px;
  letter-spacing: 1px;
}

.caslon-small.link {
  display: inline-block;
  border-bottom: 1px solid #0a3136;
}

.home-third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 119px;
  margin-right: 4%;
  margin-left: 4%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.callout-small {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-8 {
  display: block;
  width: 366px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  text-align: left;
}

.menu-button-2 {
  position: static;
  float: left;
}

.logo_slide {
  width: 830px;
  padding-top: 35px;
  color: #0a3136;
}

.hero .bg-image{
  position: absolute;
  z-index: -1;
 height: inherit!important;
}

.global-nav-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-border {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  padding-top: 0px;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: #0a3136;
}

.global-nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 66px;
  padding-left: 66px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 373px;
  margin-top: 145px;
  background-image: url('../images/footer-background2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) and (max-width: 1469px) {
  .footer {
    height: 394px;
  }
}

.footer.tablet {
  background-image: url('../images/footer-bg-orange2x.jpg');
  background-size: cover;
}

.orange-bg {
  display: block;
  margin: 46px 70px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fdc89c;
  padding-bottom: 12px;
}

.border {
  position: static;
  /* height: 90%; */
  margin: 12px;
  border: 1px solid #0a3136;
}

.border .border {
  margin: 7px;
}

.border .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95%;
  margin: 6px 6px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 14px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-content.border-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0.5px solid #000;
}

.key {
  position: static;
  left: auto;
  top: 23%;
  right: 3%;
  bottom: 0%;
  display: inline-block;
  width: 30px;
  height: 62px;
  margin-top: 0px;
  background-image: url('../images/key.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.key.w--current {
  background-size: contain;
}

.key.light {
  background-image: url('../images/key-light.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.interior-header-1 {
  grid-template-areas: ". .";
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-wrapper {
  margin: 0px 105px 80px;
  text-align: left;
}

.section-wrapper.wide {
  margin-right: 60px;
  margin-left: 60px;
}

.section-wrapper.gallery {
  margin-bottom: 400px;
}

.section-wrapper.test {
  height: 50vh;
}

.contact-us {
  position: absolute;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-bottom: 0px;
  padding-left: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 0px solid #000;
}
.front-page .nonhome-logo-icon {
  display: block;
}
/* .front-page .header-bg {
  display: flex;
} */
.logo-icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
  /* border:1px solid #0a3136; */
}
.logo-icon img {
  width: 200px;
}
.logo-border {
  width:100%;
  height:110px;
  margin:0 10px;
  /* border:1px solid #0a3136; */
  /* background-color: #fdc89c; */
  padding: 6px;
}
/* .header-bg {
  width:100%;
  height:160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top:0;
  margin-top:-130px;
  /* margin-bottom:25px; */
  /* z-index:auto; */
  /* display: none; */
  /* flex-direction: row; */
  /* justify-content: center; */
  /* align-items: center; */
/* } */
.nonhome-logo-icon {
  top: -30px;
  width: 200px;
  margin: auto;
  margin-top: -65px;
  position: relative;
  display: block;
  z-index: 99999;
}
.nonhome-logo-icon img {
  margin-top:20px;
}
.intro.tablet {
  display: none;
}

.three-columns-tall {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 45px;
  margin-right: 4%;
  margin-left: 4%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.centered-content {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-19 {
  display: none;
}

.h2 {
  margin-top: 0px;
  padding-bottom: 4px;
  font-family: 'Ogg', sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0em;
}

.h2.belva {
  line-height: 43px;
  text-align: left;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}

.team-logo {
  margin-right: 0px;
  margin-left: 0px;
}

.bozutto-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bozutto-logos img{
  height:25px
}
.bozutto-logos a:last-child img{
  height:22px
}
.address-desk {
  padding-top: 62px;
}

.image-19 {
  padding-top: 13px;
}

.interior-header-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.interior-header-2 {
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.three-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.photo-sides {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.coffee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;

}
.coffee img{
  padding: 10px;
}
.coffee img:last-of-type{
  display: none;
}

@media (max-width: 670px){
  .coffee{
    /*width: 385px;*/
  }
  .coffee img:nth-of-type(3){
    display: none;
  }
}
@media (max-width: 479px){
  .coffee img {
    padding: 10px;
  }
}
.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list.community {
  width: auto;
}

.list.services {
  width: auto;
}

.features-list {
  padding: 10px 0px;
  border-bottom: 0.5px none #000;
  font-family: 'freight-display-pro', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}

.features-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62%;
  min-width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.features-image.table {
  padding-left: 0px;
}

.line-belva {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 28px;
}

.line-belva.full {
  display: none;
}

.image-21 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.column {
  padding-right: 30px;
}

.photo-full {
  display: none;
}

.div-block-28 {
  display: none;
}

.div-block-29 {
  display: none;
}

.features-2 {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-2 {
  display: none;
}

.belva-portrait {
  margin-right: auto;
  margin-left: auto;
}

.belva-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 878px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-mobile-orange {
  display: none;
}

.menu-button-3 {
  padding-top: 48px;
  padding-left: 48px;
  float: left;
}

.menu-button-3.w--open {
  position: static;
  width: 100vw;
  height: auto;
  background-color: #0a3136;
  color: #b3d2c3;
}

.navbar-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  padding-bottom: 0px;
  background-color: transparent;
}

.nav-menu {
  display: block;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #0a3136;
}

.nav-link {
  height: 85px;
  padding-top: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-bottom: 0px solid hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
  font-family: 'Ogg', sans-serif;
  color: #b3d2c3;
  font-size: 42px;
  line-height: 70px;
}

.nav-link:hover {
  border-bottom-width: 1px;
}

.nav-link:visited {
  color: #b3d2c3;
}

.nav-link.w--current {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
  color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
}

.nav-link.careers {
  display: none;
}

.nav-container {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-bottom: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* -webkit-box-pack: center; */
  /* -webkit-justify-content: center; */
  /* -ms-flex-pack: center; */
  /* justify-content: center; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow:hidden;
}

.image-27 {
  display: none;
}

.team-content {
  margin-top: 0px;
  padding-top: 0px;
  font-family: 'freight-display-pro', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}

.team-content.tablet {
  padding-top: 60px;
}

.team-content.tablet.insight {
  padding-top: 33px;
}

.column-2 {
  padding-right: 30px;
}

.image-28 {
  margin-left: 0px;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-32.insight {
  margin-bottom: 59px;
}

.footer-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* height: 379px; */
  margin-top: 145px;
  background-image: url('../images/footer-bg-green2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-green.floor-plans {
    background-image: url('../images/footer-green@2x.jpg');
}

.green-bg {
  display: block;
  margin: 37px 70px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #b3d2c3;
}

.about-columns {
  position: relative;
  z-index: 0;
}

.image-30 {
  width: auto;
  max-width: 310px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.home-callouts {
  -ms-grid-columns: 1fr 1fr minmax(306px, 1fr);
  grid-template-columns: 1fr 1fr minmax(306px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hr {
  display: none;
}

.hr.desktop {
  display: block;
  width: 50%;
  height: 1px;
  background-color: #0a3136;
  opacity: 0.3;
}

.grid-10 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-column {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.image-31 {
  padding-top: 28px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #b3d2c3;
}

.form-field {
  padding: 47px 0px 30px;
  border-bottom: 1px solid #000;
  background-color: transparent;
  opacity: 1;
  font-family: 'Ogg', sans-serif;
  color: #0a3136;
  font-size: 36px;
  text-align: center;
}

.form-field::-webkit-input-placeholder {
  color: #0a3136;
}

.form-field:-ms-input-placeholder {
  color: #0a3136;
}

.form-field::-ms-input-placeholder {
  color: #0a3136;
}

.form-field::placeholder {
  color: #0a3136;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  padding-right: 0px;
  padding-bottom: 41px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-button {
  width: 86px;
  margin-top: 30px;
  padding-top: 8px;
  padding-bottom: 7px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 2px solid #0a3136;
  background-color: transparent;
  font-family: 'Caslons Egyptian Reg', sans-serif;
  color: #0a3136;
  font-size: 11px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.contact-border-outer {
  padding: 5px;
  border: 1px solid #000;
}

.contact-border-inner {
  padding: 44px 26px 0px;
  border: 1px solid #000;
}

.fp-link-block{width:100%;text-align: center;}
.fp-link{font-family: 'Caslons Egyptian Reg', sans-serif;font-size: 20px;text-decoration: underline;margin-bottom: 20px;display: inline-block;}
.special-link{
    border: 1px solid hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
    color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
    text-transform: unset;
    padding: 6px 9px;
    font-family: 'Caslons Egyptian Reg', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0px;
}
.special-link{
  padding: 3px 9px;
}
.special-link:hover{color:#0a3136;background:hsla(150.96774193548387, 25.62%, 76.27%, 1.00);}
.footer-mobile-green {
  display: none;
}

.success-message {
  padding-top: 164px;
  padding-bottom: 164px;
  background-color: transparent;
}

.text-block {
  font-family: 'Ogg', sans-serif;
  font-size: 31px;
  line-height: 38px;
}

.tabs-content {
  width: 880px;
  padding-left: 27px;
  float: right;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mt_category_list{
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
}
.mt_category_list li{
  list-style: none;
}

.map-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  font-family: 'Ogg', sans-serif;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 8px 12px;
}

.map-tabs:hover {
  background-color: hsla(27.216494845360817, 96.04%, 80.20%, 0.50);
}
.mt_category_list li.active .map-tabs{
  background-color: hsla(27.216494845360817, 96.04%, 80.20%, 0.50);
}
.map-tabs.w--current {
  background-color: hsla(27.216494845360817, 96.04%, 80.20%, 1.00);
}
.mt_sub_category_list{
  padding-left: 20px;
  /*display: none;*/
}

.map_wrap{
  width: 70%;
  margin-left: 30px;
  position: relative;
}
#map{
  width: 100%;
  height:700px;
  position: relative;
  border: 7px double #0a3136;
  box-shadow: none;
}
.mobile_static_map{
  display: none;
}
.trans_mode{
  position: absolute;
  right: 10px;
  top: 10px;
}
.trans_mode button{
  background-color: hsla(41.53846153846149, 16.46%, 84.51%, 1.00);
  border: 1px solid #0a3136;
  font-family: 'Caslons Egyptian Reg', sans-serif;
  padding: 5px 8px;
}
.trans_mode button:focus{
  /* outline: none; */
}
.trans_mode button:focus,a:focus,button:focus,.map-tabs:focus,.mt_category_list:focus{
  outline-width: 1px;
  outline-style: dotted;
  outline-color: inherit;
  outline-offset: 1px;
  transition: none;
}
.zoom_ctrl{
  position: absolute;
  right: 10px;
  top: 60px;
}
.zoom_ctrl button{
  background-color: hsla(41.53846153846149, 16.46%, 84.51%, 1.00);
  border: 1px solid #0a3136;
  padding: 5px 8px;
}
.zoom_ctrl button img{
  width: 16px;
}
.gm-style .gm-style-iw-c{
  padding: 0px;
  background-color: rgb(222, 218, 209);
  border-radius: 0px;
  color: rgb(11, 49, 54);
  border: 2px solid rgb(11, 49, 54);
  box-shadow:none;
}
.gm-style .gm-style-iw-d{
  overflow: auto !important;
}
button.gm-ui-hover-effect{
  display: none !important;
}
.map-popup{
  padding: 15px 30px;
  background-color: rgb(222, 218, 209);
  position: relative;
}
.map-popup .close{
  position: absolute;
  background-image: url('../images/close-button.png');
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  background-position: center;
  background-size: 10px;
  right: 5px;
  top: 5px;
  opacity: 0.7;
}
.map-popup .close:hover{
  opacity: 1;
}
.gm-style .gm-style-iw-t::after {
    background: rgb(222, 218, 209) !important;
    box-shadow: none !important;
    top: -1px !important;
    border: 2px solid #0a3136;
    border-top: 0;
    border-right: 0;
}
.map-popup h4{
  font-family: 'Ogg', sans-serif;
  margin-top: 0;
}
.map-popup p{
  font-family: 'Caslons Egyptian Reg', sans-serif;
}
.map-popup .sub_container a{
  font-family: 'Caslons Egyptian Reg', sans-serif;
  text-transform: uppercase;
  border: 1px solid #0a3136;
  background-color: rgb(222, 218, 209);
  padding: 4px 10px;
  font-size: 12px;
  display: inline-block;
  color: #0a3136;
  margin: 2px;
  transition: all 0.5s ease-in-out;
}
.map-popup .sub_container a:hover{
  background-color: #0a3136;
  color:rgb(222, 218, 209);
}


.tabs-menu {
  width: 25%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.social {
  width: auto;
  height: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.social.ig {
  background-image: url('../images/ig.svg');
  background-position: 50% 50%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.social.fb {
  background-image: url('../images/fb.svg');
  background-position: 50% 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
}

.social.twitter {
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
}

.snacker {
  width: 835px;
  margin-right: 0px;
  padding: 3px 14px 3px 3px;
  border: 1px solid #000;
}

.html-embed {
  margin-right: -11px;
  padding-right: 0px;
  border: 1px solid #000;
}

.masonry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-count: 3;
  column-count: 3;
}

.masonry.row1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.masonry.revamp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.masonry-item {
  display: block;
  width: 33%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 60px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-column-count: auto;
  column-count: auto;
}
.masonry-item img{
  width: 100%;
}

.masonry-item.photo {
  width: 100%;
  height: 237px;
  margin-top: 16px;
  padding-top: 0px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.masonry-item.photo.shelf {
  background-image: url('../images/bookshelf-full.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.masonry-item.photo-tall {
  width: 100%;
  height: auto;
  margin-top: 16px;
  padding-top: 0px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.masonry-item.photo-tall.shelf {
  background-image: url('../images/bookshelf-full.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.script {
  position: relative;
  top: -2px;
  font-size: 9px;
}

.image-33 {
  width: 100%;
  max-width: 80%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-34 {
  display: none;
}

.image-35 {
  display: none;
}

.tan-bg {
  display: block;
  margin: 30px 70px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(41.53846153846162, 10.57%, 75.88%, 1.00);
}

.footer-tan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* height: 368px; */
  margin-top: 145px;
  background-image: url('../images/footer-background2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-tan.tablet {
  background-image: url('../images/footer-bg-tan2x.jpg');
  background-size: cover;
}

.footer-mobile-tan {
  display: none;
}

.gif-block {
  position: absolute;
  left: auto;
  top: 59%;
  right: 7%;
  bottom: 0%;
  width: 300px;
  height: 100px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.contact-us-button {
  width: 0px;
  height: 100px;
  padding-left: 10px;
  border-style: none solid none none;
  border-width: 1px;
  border-color: hsla(41.53846153846149, 16.46%, 84.51%, 1.00);
  background-color: transparent;
  background-image: url('../images/contact2x.png');
  background-position: 50% 50%;
  background-size: 11px 100px;
  background-repeat: no-repeat;
}

.contact-us-button.w--current {
  border-right-color: #0a3136;
}

.contact-us-button.light {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-right-color: #0a3136;
  background-image: url('../images/contact-light2x.png');
}

.contact-us-button.light.w--current {
  border-right-color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
}

.address-mobile {
  display: none;
}

.modal {
  /*position: fixed;*/
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0;
  z-index: 9999;
  display: block;
  width: 567px;
  height: auto;
  opacity: 0;
  max-height: 0;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a3136;
}
.modal.show{
  max-height: 500px;
  opacity: 1;
}
.modal-body {
  margin-top: 10px;
  margin-right: 37px;
  margin-left: 37px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
  font-family: 'freight-display-pro', sans-serif;
  color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
  font-size: 25px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}
.special-modal {
    border-width: 0px 0px 0px !important;

}
.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9998;
  display: none;
  height: 100%;
  background-color: #0a3136;
  opacity: 0.2;
}

.specials-wrapper{
  width: 100%;
  transition: all 0.6s ease;
}

.specials-wrapper p{
  line-height: normal;
}

.specials-wrapper p:empty{
  display: none;
}

.specials-wrapper.hide-away{
  height: 0;
  opacity: 0;
}
.specials-wrapper .modal-body{
  padding-bottom: 15px;
}

.special-link-block{
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.special-link-block p{
  margin-bottom: 0;
}

.special-link{
  margin-left: 15px;
  margin-right: 15px;
}

.special-restriction{
  font-size: 14px;
}

.link-block-2 {
  width: 22px;
  height: 22px;
  margin-top: 15px;
  margin-bottom: 1px;
  margin-left: 15px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('../images/close.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-border {
  width: 100%;
  height: 1px;
  margin-top: -8px;
  padding-top: 0px;
  background-color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
}

.gallery-new {
  position: relative;
  display: none;
  width: 100%;
  height: 4000px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: hsla(41.53846153846162, 10.57%, 75.88%, 1.00);
}

.gallery-scroll-track {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.gallery-container {
  position: relative;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.gallery-track {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300vw;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-image {
  height: 70vh;
  margin: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
}

.gallery-image._1 {
  background-image: url('../images/drinks-thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-image._2 {
  background-image: url('../images/cafe-thumb.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-image._3 {
  background-image: url('../images/hill1-thumb.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.menu-expanded {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  height: 100vh;
  padding-top: 23px;
  background-color: #0a3136;
}

.menu-closed {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  margin-top: 0px;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* .front-page .menu-closed {
  padding-top:45px;
} */
.menu-open {
  padding: 16px 10px 10px;
}

.menubar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-close {
  padding: 16px 10px 10px;
}

.div-block-35 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  background-color: #928b8b;
}

.div-block-35.light {
  background-color: transparent;
}

.grid-11 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.gallery-video {
  display: block;
  margin-bottom:70px;
  height:40vw;
  position: relative;
  overflow:hidden;
}
.gallery-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;min-height: 100%;
  transform: translate(-50%,-50%);
}
.gallery-video-control-btn {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  width:100%;
  bottom: 10px;
}
.gallery-video-btn,.gallery-video-mutebtn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    background-size:contain;
    background-repeat: no-repeat;
}
.gallery-video-btn {
  margin-left: 10px;
}
.gallery-video-mutebtn {
  margin-right: 10px;
}
.pause-video {
  background-image: url('../../LockWood/images/pause.svg');
}
.play-video {
  background-image: url('../../LockWood/images/play.svg');
}
.unmute-video {
  background-image: url('../../LockWood/images/muted.svg');
}
.mute-video {
  background-image: url('../../LockWood/images/volume.svg');
}

.gallery-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  /*padding-top: 45px;*/
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Ogg', sans-serif;
  text-align: center;
}

.gallery-tab {
  margin-right: 30px;
  margin-left: 30px;
  padding: 10px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  font-size: 32px;
  line-height: 40px;
}

.gallery-tab:hover {
  background-color: hsla(27.216494845360817, 96.04%, 80.20%, 0.50);
}

.gallery-tab.w--current {
  padding: 10px 30px;
  background-color: hsla(27.216494845360817, 96.04%, 80.20%, 1.00);
  font-size: 32px;
  line-height: 40px;
}

.tabs-2 {
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
}

.image-37 {
  width: 100%;
}

.masonry-image {
  width: 100%;
}

.grid-12 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.image-38 {
  padding-bottom: 16px;
}

.menu-border {
  width: 100%;
  height: 1px;
  margin-top: -1px;
  padding-top: 0px;
  background-color: #0a3136;
}

.menu-border.close {
  height: 1px;
  background-color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
}

.contact-border {
  width: 100%;
  height: 1px;
  margin-top: -1px;
  padding-top: 0px;
  background-color: #0a3136;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.contact-border.close {
  height: 1px;
  background-color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
}

.nav-label {
  padding-bottom: 0px;
  border-bottom: 0px none hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
  font-family: 'Ogg', sans-serif;
  color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
  font-size: 42px;
}

.nav-label.w--current {
  font-family: 'Ogg', sans-serif;
  color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
  font-size: 42px;
}

.div-block-36 {
  padding-top: 36px;
  padding-bottom: 11px;
  border-bottom: 1px solid hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
}

.nav-button {
  /*height: 85px;*/
  height: 55px;
  padding-top: 0px;
  text-align: center;
  transition: all 0.6s ease;
}

.nav-button a{
  transition: all 0.6s ease;
  border-bottom: 1px solid hsla(150.96774193548387, 25.62%, 76.27%, 0);
}

.nav-button:hover a, .nav-button.current-menu-item a{
  border-bottom: 1px solid hsla(150.96774193548387, 25.62%, 76.27%, 1);
}

.nav-button.contact {
  display: none;
}

.nav-zelda {
  font-family: 'Ogg', sans-serif;
  color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
  /* font-size: 36px; */
  font-size: 32px;
  line-height: 70px;
}

.nav-zelda.w--current {
  border-bottom: 1px solid hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
}

.contact-hover {
  height: 100px;
  border-right: 1px solid hsla(41.53846153846149, 16.46%, 84.51%, 1.00);
  /*border-right: 0;*/
}

.contact-hover-light {
  height: 100px;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
}
#tour_link{display: block;
    border: 2px solid #0a3136;
    background-color: transparent;
    font-family: 'Caslons Egyptian Reg', sans-serif;
    color: #0a3136;
    font-size: 11px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    max-width: 179px;
    width: 95%;
    margin: 20px auto;
    padding: 8px;}

/*------------HYLY NEW STYLES----------------*/
.contact-form-wrapper .hywrap input, .contact-form-wrapper .hywrap input[type="text"], .contact-form-wrapper .hywrap select, .contact-form-wrapper .hywrap textarea {
  border: none;
  border-radius: 0;
  font-family: 'Ogg', sans-serif !important;
}
.contact-form-wrapper .hytag_form_comment {
  border: none;
}
.contact-form-wrapper .hywrap .top_align .control-label {
  font-family: 'Ogg', sans-serif;
  color: #0a3136;
  top: 5px;
}
.contact-form-wrapper .hywrap .LV_invalid {
  color: #CC0000 !important;
  border: none;
  box-shadow: none;
  font-family: 'Ogg', sans-serif;
  font-size: 14px;
}
.contact-form-wrapper .hywrap .top_align .hytag_number_of_bedrooms .control-label {
  pointer-events: none;
}
.contact-form-wrapper .hywrap .control-label {
  opacity: 1;
  transition: all 0.4s ease;
}
.contact-form-wrapper .hywrap .control-label.active {
    opacity: 0;
}
.contact-form-wrapper .w-form {
  margin-top: 50px;
}
.contact-form-wrapper .hywrap button[type="submit"] {
      font-family: 'Caslons Egyptian Reg', sans-serif !important;
}
.contact-form-wrapper .hywrap button[type="submit"]:hover,.contact-form-wrapper #hy-XH4xPGofJ-1 button:hover {
  background: none !important;
  color: #0a3136 !important;
}
@media (max-width: 1200px) {
  .contact-form-wrapper .hywrap .top_align .control-label {
    font-size: 25px;
    top: 23px;
  }
  .gallery-video-btn,.gallery-video-mutebtn {
    width:30px;
    height:30px;
  }
}
@media (max-width: 1200px) and (min-width: 992px){
  .home-callouts{
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.contact-desktop{
  display: none;
  text-align: center;
}
.contact-desktop a:hover{
  border-bottom: 1px solid hsla(150.96774193548387, 25.62%, 76.27%, 0);
}
@media (max-width: 991px) {
  a {
    color: hsla(186.8181818181818, 68.75%, 12.55%, 1.00);
    text-decoration: none;
  }
  .nav-item {
    position: static;
    display: block;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: hsla(186.8181818181818, 68.75%, 12.55%, 1.00);
    font-family: 'Ogg', sans-serif;
    color: #dedad1;
    font-size: 44px;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: none;
  }
  .paragraph {
    display: block;
    padding-bottom: 7px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 38px;
  }
  .paragraph.belva {
    display: block;
    padding-left: 0px;
    font-size: 17px;
    line-height: 25px;
  }
  .paragraph.hide {
    display: none;
  }
  .paragraph.mobile.character {
    display: block;
  }
  .paragraph.capitolhill {
    display: block;
  }
  .paragraph.intro {
    display: none;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .h1 {
    font-size: 55px;
    line-height: 48px;
  }
  .h1.tablet {
    margin-bottom: 19px;
    font-size: 55px;
    line-height: 61px;
  }  
  .flexslider .flex-direction-nav .flex-next, .flexslider .flex-direction-nav .flex-prev {opacity: 1;z-index:2;}
  .flexslider:hover .flex-direction-nav .flex-next {right: 35px;}
  .flexslider:hover .flex-direction-nav .flex-prev {left: 35px;}
  .navbar {
    height: 100vh;
    background-color: hsla(186.66666666666666, 71.43%, 12.35%, 1.00);
  }
  .navbar.tablet {
    display: none;
  }
  .hero {
    /* height: 75vh; */
    /* margin-top: -3px; */
    /* padding-bottom: 120px; */
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /* background-image: url('../images/tablet-bg2x.jpg'); */
    /* background-position: 50% 190px; */
    /* background-size: 100vw; */
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .caslon-small.tablet {
    font-size: 9px;
    line-height: 17px;
  }
  .caslon-small.top {
    padding-top: 28px;
  }
  .caslon-small.privacy-policy.large {
    margin-bottom: -7px;
    line-height: 34px;
  }
  .callout-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: hsla(186.66666666666666, 71.43%, 12.35%, 1.00);
  }
  .logo_slide {
    width: 550px;
    margin-top: 57px;
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .logo_slide.mobile {
    width: 615px;
    margin-top: 50px;
  }
.hero .bg-image{
    display: none;
  }
  .global-nav-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .global-nav-wrapper {
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer.tablet {
    height: 433px;
  }
  .orange-bg {
    margin: 40px;
  }
  .border {
    height: 96%;
  }
  .border.inner {
    height: 93%;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-content {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .interior-header-1 {
    grid-template-areas: ". ." ". .";
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    /* display: block; */
  }
  .section-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-wrapper.bottom {
    margin-bottom: 54px;
  }
  .contact-us {
    display: none;
  }
  .intro.tablet {
    display: block;
    margin-top: 43px;
    margin-right: 87px;
    margin-left: 87px;
    font-family: 'freight-display-pro', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
  }
  .intro.tablet.mobile {
    margin-right: 60px;
    margin-left: 60px;
    font-size: 24px;
    line-height: 35px;
  }
  .three-columns-tall {
    width: auto;
    padding-top: 37px;
  }
  .centered-content {
    display: none;
  }
  .centered-content.tablet {
    display: block;
  }
  .div-block-19 {
    display: block;
  }
  .h2 {
    margin-bottom: 5px;
    font-size: 26px;
  }
  .h2.belva {
    font-size: 30px;
    line-height: 38px;
  }
  .bozutto-logos {
    padding-right: 9px;
    padding-left: 9px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .interior-header-text {
    padding-bottom: 22px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .interior-header-2 {
    grid-template-areas: ". ." ". .";
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .photo-sides {
    display: none;
    padding-right: 30px;
    padding-left: 30px;
  }
  .list.community {
    display: none;
  }
  .list.hide {
    display: none;
  }
  .features-image {
    display: none;
  }
  .line-belva.full {
    display: block;
    width: 80%;
    margin: 57px 61px 28px;
  }
  .cafe {
    width: 100%;
  }
  .photo-full {
    display: block;
  }
  .div-block-27 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-block-28 {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .image-23 {
    padding-top: 58px;
    padding-right: 45px;
  }
  .div-block-29 {
    display: block;
    width: 50%;
    padding-left: 49px;
  }
  .image-24 {
    padding-bottom: 53px;
  }
  .features-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .columns {
    display: none;
  }
  .columns-2 {
    display: block;
    margin-top: 49px;
    margin-right: 84px;
    margin-left: 84px;
  }
  .belva-column {
    padding-right: 39px;
  }
  .belva-header {
    max-width: 635px;
  }
  .nav-link.careers {
    display: block;
  }
  .image-27 {
    display: block;
    padding-top: 23px;
  }
  .team-content {
    margin-bottom: 35px;
    padding-bottom: 0px;
    font-size: 26px;
    line-height: 38px;
  }
  .team-content.tablet {
    padding-top: 27px;
    text-align: center;
  }
  .column-2 {
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
  }
  .green-bg {
    margin: 40px 40px;
  }
  .image-30 {
    max-width: 271px;
  }
  .home-callouts {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .hr {
    display: block;
    height: 1px;
    margin-bottom: 34px;
    background-color: hsla(186.8181818181818, 68.75%, 12.55%, 1.00);
    opacity: 0.3;
  }
  .hr.desktop {
    width: 80%;
    margin-bottom: 0px;
  }
  .grid-10 {
    grid-template-areas: ".";
    -ms-grid-columns: 0.25fr 1fr 1.25fr;
    grid-template-columns: 0.25fr 1fr 1.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .contact-column.bottom {
    margin-top: 35px;
    padding-right: 122px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .tabs-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tabs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .map-tabs {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    font-size: 21px;
    line-height: 33px;
  }
  .map-tabs.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 6px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dog {
    width: 100%;
  }
  .snacker {
    width: 610px;
  }
  .masonry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 43px;
    margin-left: 43px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .masonry-item {
    width: 335px;
  }
  .script {
    top: -2px;
    font-size: 7px;
  }
  .tan-bg {
    margin: 23px;
  }
  .footer-tan.tablet {
    height: 368px;
  }
  .gif-block {
    display: none;
  }
  .gallery-tab {
    margin-right: 12px;
    margin-left: 12px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 24px;
    line-height: 32px;
  }
  .gallery-tab.w--current {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 24px;
    line-height: 32px;
  }
  .nav-button.contact {
    display: block;
  }
  .container {
    padding-right: 37px;
    padding-left: 37px;
  }
  .map_wrap{
    width: 100%;
    margin: 30px 30px 0;
  }
  .mt_category_list{
    width: 300px;
    margin: 0 auto;
  }
  .mt_sub_category_list{
    width: 90%;
  }
  .mt_sub_category_list li .vist-btn{
    font-family: 'Caslons Egyptian Reg', sans-serif;
    border: 1px solid #0a3136;
    background-color: rgb(222, 218, 209);
    padding: 2px 8px;
    color: #0a3136;
    transition: all 0.5s ease-in-out;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .mt_sub_category_list .country{
    font-family: 'Ogg', sans-serif;
    margin-bottom: 5px;
  }
  .mt_sub_category_list .caslon-small.poi_name{
    font-size: 13px;
  }
  .home-slide-section {padding:0;}
  .contact-desktop{
    display: block;
    text-align: center;
  }
  .sub-content {
    padding-right: 50px;
    padding-left: 50px;
  }
  .sub-content p {
    font-size: 26px;
    line-height: 38px;
  }
  .charming-neighborhood {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .specials-popup-section-inner {
      width: 350px;
      padding: 30px 20px;
  }
  .specials-popup-wrapper h3 {
      font-size: 20px;
      max-width: 200px;
      line-height: 25px;
  }
  a {
    color: hsla(186.8181818181818, 68.75%, 12.55%, 1.00);
    text-decoration: none;
  }
  .paragraph {
    padding-top: 12px;
    font-size: 24px;
    line-height: 32px;
  }
  .paragraph.belva {
    font-size: 18px;
    line-height: 24px;
  }
  .paragraph.contact {
    padding-right: 0px;
    padding-left: 0px;
  }
  .h1 {
    margin-top: -5px;
    margin-bottom: 7px;
  }
  .h1.tablet.mobile {
    font-size: 29px;
    line-height: 38px;
  }
  .hero {
    height: 80vh;
    background-position: 50% 190px;
    background-size: auto 780px;
  }
  .caslon-small {
    font-size: 9px;
    line-height: 21px;
  }
  .caslon-small.menu {
    width:35px;
  }
  .caslon-small.foot {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 9px;
    line-height: 12px;
  }
  .home-third.bottom {
    margin-bottom: 76px;
  }
  .logo_slide.mobile {
    width: 485px;
    padding-top: 35px;
  }
  .footer.tablet {
    display: none;
  }
  .section-wrapper.wide {
    margin-right: 0px;
    margin-left: 0px;
  }
  .intro.tablet.mobile {
    font-size: 21px;
    line-height: 33px;
  }
  .h2.belva {
    font-size: 20px;
    line-height: 28px;
  }
  .address-desk {
    display: none;
  }
  .list {
    padding-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-28 {
    display: none;
  }
  .div-block-29 {
    display: none;
  }
  .columns-2 {
    margin-right: 30px;
    margin-left: 30px;
  }
  .belva-header {
    max-width: 455px;
  }
  .footer-mobile-orange {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 510px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/footer-bg-mobile-orange2x.jpg');
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mobile-box-orange {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fdc89c;
  }
  .mobile-border {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    height: 97%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #0a3136;
  }
  .mobile-border.inner {
    width: 98%;
    height: 98%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 16px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .mobile-social {
    padding-right: 3px;
    border-right: 1px solid #0a2629;
  }
  .div-block-31 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11px;
    padding-top: 10px;
    border-top: 1px solid #0a2629;
  }
  .mobile-insight {
    width:97px;
    padding-right: 18px;
    padding-left: 18px;
    border-right: 1px solid #0a2629;
  }
  .mobile-bozutto {
    width:101px;
    padding-right: 18px;
    padding-left: 18px;
    border-right: 1px solid #0a2629;
  }
  .mobile-eho {
    padding-right: 18px;
    padding-left: 18px;
    border-right: 1px none #0a2629;
  }
  .mobile-eho-logo{
width: 20px;
  }
  .mobile-eho a:last-child .mobile-eho-logo{
    width:15px;
  }
  .footer-green {
    display: none;
  }
  .image-30 {
    max-width: 238px;
  }
  .home-callouts {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .contact-column.bottom.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .image-31 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .footer-mobile-green {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 454px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/footer-bg-mobile-green2x_1.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .mobile-box-green .mobile-border {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mobile-box-green .mobile-border.inner {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mobile-box-green {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
  }
  .map-tabs {
    padding-right: 12px;
    padding-left: 12px;
    /*font-size: 15px;*/
    line-height: 21px;
    justify-content: flex-start;
  }
  .mt_category_list li .map-tabs:after{
    content: "+";
    position: absolute;
    font-family: 'Caslons Egyptian Reg', sans-serif;
    font-size: 30px;
    right: 8px;
  }
  .mt_category_list li.active .map-tabs:after{
    content: "-";
  }
  #map, .trans_mode, .zoom_ctrl{
    display: none;
  }
  .mobile_static_map{
    display: block;
    width: 100%;
    border: 7px double #0a3136;
  }
  .mobile_static_map img{ width: 100%; }
  .tabs-menu {
    padding-right: 4px;
    padding-left: 4px;
  }
  .social.ig {
    padding-right: 12px;
    padding-left: 22px;
    background-size: 14px;
  }
  .social.fb {
    padding-right: 18px;
    padding-left: 18px;
    background-size: auto 14px;
  }
  .social.twitter {
    padding-right: 22px;
    background-size: auto 14px;
  }
  .snacker {
    width: 341px;
  }
  .masonry {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .masonry-item {
    width: 240px;
  }
  .script {
    font-size: 7px;
  }
  .image-34 {
    display: block;
    width: 141px;
  }
  .image-35 {
    display: block;
  }
  .footer-tan.tablet {
    display: none;
  }
  .footer-mobile-tan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* height: 226px; */
    height: auto;
    padding: 25px 15px;
    /* padding-right: 15px;
    padding-left: 15px; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/footer-bg-mobile-tan2x.jpg');
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mobile-box-tan .mobile-border .mobile-border.inner {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mobile-box-tan .mobile-border:first-child {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .mobile-box-tan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 417px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(41.53846153846162, 10.57%, 75.88%, 1.00);
  }
  .address-mobile {
    display: block;
    padding-top: 19px;
  }
  .modal {
    width: 100vw;
  }
  .container {
    padding-right: 51px;
    padding-left: 51px;
  }
  /*.nav-container{overflow: scroll;padding-top: 0px;display:block;}*/
/*  .nav-main-container{overflow-y: scroll;padding-top: 0px;height: 100vh;}
  .nav-container{height: auto;}*/
  .menu-expanded{height:100%;}
  .gallery-video {height:50vw;margin-bottom:50px;}
  .logo-icon img {width:170px;}
  .home-slide-section {margin-bottom: 35px;}
  /* .header-bg {height:150px;} */
  .logo-border {height:100px;padding:4px;}
  .home-slide-section .flexslider ul li div {height:50vw;}
  .nonhome-logo-icon img {height: 45px;}
  .custom-hero{
    height: 50vw;
  }
  .custom-hero .hero{
    /* background-size: cover!important; */
  }
  .custom-hero .bg-image {
    /* display: none; */
}
.mt_control_btn{
  display: none!important;
}
}
@media (max-width:1400px) and (min-width: 768px)  {
  /* .home-slide-section .flexslider ul li div,  .gallery-video {height:35vw;} */
  .logo-icon img {width:185px;}
}
@media screen and (max-width:768px) {
  .flex-direction-nav .flex-next {
    right: 10px;
  }
  .flex-direction-nav .flex-prev {
    left: 10px;
  }
  .flex-direction-nav a {
    width: 18px;
    height: 18px;
  }
  .contact-form-wrapper .hywrap .top_align .control-label{
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
      .nav-main-container{overflow-y: scroll;padding-top: 0px;height: 100vh;}
  .nav-container{height: auto;}
}
@media screen  and (min-width:769px) and (max-width:1200px){
  .contact-form-wrapper .hywrap .top_align .control-label ,.hywrap input, .hywrap input[type="text"], .hywrap select, .hywrap textarea,.contact-form-wrapper .hywrap select,.hywrap input, .hywrap input[type="text"], .hywrap select, .hywrap textarea{
    font-size: 16px!important;
    top: 10px!important;
  }

}
@media screen  and (min-width:1200px) and (max-width:1600px){
  .contact-form-wrapper .hywrap .top_align .control-label ,.hywrap input, .hywrap input[type="text"], .hywrap select, .hywrap textarea,.contact-form-wrapper .hywrap select,.hywrap input, .hywrap input[type="text"], .hywrap select, .hywrap textarea{
    font-size: 18px!important;
    top: 10px!important;
  }

}
@media screen and (max-width:769){
  .contact-form-wrapper .hywrap .top_align .control-label ,.contact-form-wrapper .hywrap select,.hywrap input, .hywrap input[type="text"], .hywrap select, .hywrap textarea{
    font-size: 13px!important;
    top: 5px!important;
  }
}
@media (max-width: 1200px) {
  .contact-form-wrapper .hywrap .top_align .control-label {
    font-size: 20px;
    top: 20px;
  }
}
@media (min-width: 1600px) {
  .contact-form-wrapper .hywrap .top_align .control-label,.hywrap input, .hywrap input[type="text"], .hywrap select, .hywrap textarea {
    font-size: 35px !important;
  }
}
@media screen and (max-width:768px){
  .contact-form-wrapper .hywrap .top_align .control-label {
    font-size: 14px;
    top: 15px!important;
  }
}
@media screen and (min-width: 480px) and (max-width: 505px) {
  .footer-mobile-green {
    height: 505px;
  }
}
@media screen and (min-width: 506px) and (max-width: 582px) {
  .footer-mobile-green {
    height: 476px;
  }
}
@media (max-width: 479px) {
  .footer-mobile-green {
    height: 100%;
  }
  .specials-popup-section-inner {
      width: 300px;
  }
  .contact-form-wrapper .hywrap .top_align .control-label {
    font-size: 10px;
    top: 25px;
  }
  .paragraph {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
    line-height: 17px;
  }
  .paragraph.belva {
    font-size: 13px;
    line-height: 18px;
  }
  .paragraph.contact {
    padding-left: 0px;
    font-size: 16px;
    line-height: 25px;
  }
  .paragraph.mobile {
    padding-top: 0px;
    font-size: 18px;
    line-height: 26px;
  }
  .paragraph.mobile.character {
    padding-top: 21px;
  }
  .paragraph.capitolhill.mobile {
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragraph.privacy-policy {
    line-height: 18px;
  }
  .h1 {
    margin-top: 6px;
    font-size: 29px;
    line-height: 37px;
    letter-spacing: 0px;
  }
  .h1.tablet {
    font-size: 33px;
    line-height: 34px;
  }
  .h1.tablet.mobile {
    margin-bottom: 14px;
    font-size: 29px;
    line-height: 37px;
  }
  .h1.mobile {
    margin-bottom: 0px;
    padding-bottom: 8px;
    font-size: 33px;
    margin-top:0px;
  }
  .h1.bozzuto {
    margin-bottom: -7px;
    padding-bottom: 0px;
  }
  .h1.privacy {
    padding-bottom: 23px;
  }
  .hero {
    height: 720px;
    margin-top: -5px;
    margin-bottom: 100px;
    background-position: 50% 139px;
    background-size: auto 640px;
  }
  .caslon-small {
    font-size: 9px;
    line-height: 14px;
  }
  .caslon-small.foot {
    padding-right: 5px;
    padding-left: 5px;
  }
  .caslon-small.bozutto {
    margin-bottom: 11px;
  }
  .caslon-small.menu.open {
    width: auto;
  }
  .caslon-small.privacy-policy {
    margin-bottom: -4px;
    font-size: 12px;
  }
  .caslon-small.privacy-policy.large {
    margin-bottom: 0px;
    padding-bottom: 18px;
    font-size: 14px;
    line-height: 21px;
  }
  .home-third {
    display: block;
    margin: 38px 0% 41px;
  }
  .callout-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 52px;
  }
  .logo_slide.mobile {
    width: 308px;
    padding-top: 22px;
  }
  .footer {
    display: none;
  }
  .key {
    height: 67px;
    margin-right: 12px;
    background-size: 15px;
  }
  .key.w--current {
    height: 67px;
    margin-right: 12px;
    background-position: 50% 13px;
    background-size: 15px;
    background-attachment: scroll;
  }
  .key.light {
    background-size: 15px;
  }
  .section-wrapper {
    margin-bottom: 57px;
  }
  .section-wrapper.bottom {
    margin-bottom: 0px;
  }
  .intro.tablet.mobile {
    margin-right: 39px;
    margin-left: 39px;
    font-size: 18px;
    line-height: 26px;
  }
  .three-columns-tall {
    display: none;
    margin-right: 0%;
    margin-left: 0%;
  }
  .h2.belva {
    font-size: 18px;
    line-height: 22px;
  }
  .address-desk {
    display: none;
    width: auto;
  }
  .image-19 {
    padding-top: 0px;
  }
  .photo-sides {
    padding-right: 17px;
    padding-left: 17px;
  }
  .coffee {
    margin-top: 0px;
    width: 95%;
  }
  .features-list {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 25px;
  }
  .line-belva {
    margin-top: 10px;
    margin-bottom: 16px;
  }
  .line-belva.full {
    width: auto;
    max-width: 310px;
    min-width: 280px;
    margin: 24px auto 33px;
  }
  .div-block-28 {
    display: none;
  }
  .columns-2 {
    margin-right: 17px;
    margin-left: 30px;
  }
  .belva-column {
    padding-right: 25px;
  }
  .belva-portrait {
    max-width: 319px;
  }
  .belva-header {
    max-width: 320px;
  }
  .mobile-box-orange {
    height: 90%;
    background-color: hsla(27.216494845360817, 96.04%, 80.20%, 1.00);
    padding-top:10px;
    padding-bottom: 10px;
  }
  .mobile-border {
    width: 95%;
    height: 89%;
  }
  .footer-mobile-orange {
    height:100%;
    padding: 23px 0;
  }
  .mobile-border.inner {
    height: 96%;
    padding: 15px 4px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mobile-social {
    padding-top: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .div-block-31 {
    margin-bottom: 7px;
    padding-top: 11px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-insight {
    width: 71px;
    margin-top: 0px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .mobile-bozutto {
    width:75px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
  }
  .mobile-eho {
    padding-top: 2px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu-button-3 {
    padding-top: 40px;
  }
  .nav-link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
  }
  .nav-link.mobile {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 35px;
    line-height: 60px;
  }
  .nav-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-27 {
    display: none;
  }
  .team-content {
    margin-bottom: 28px;
    font-size: 13px;
    line-height: 18px;
  }
  .team-content.tablet {
    margin-bottom: 3px;
    padding-top: 0px;
  }
  .team-content.tablet.mobile {
    padding-top: 24px;
  }
  .column-2 {
    padding-right: 51px;
    padding-left: 51px;
  }
  .div-block-32 {
    margin-bottom: 34px;
  }
  .footer-green {
    display: none;
  }
  .image-30 {
    width: 132px;
  }
  .hr {
    margin-top: 22px;
    margin-bottom: 22px;
  }
  .hr.desktop {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .grid-10 {
    margin-right: 23px;
    margin-left: 23px;
    grid-auto-columns: 1fr;
    grid-column-gap: 6px;
    grid-template-areas: ".";
    -ms-grid-columns: 0.25fr 6px 1fr 6px 0.5fr 6px 0.5fr;
    grid-template-columns: 0.25fr 1fr 0.5fr 0.5fr;
  }
  .contact-column {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .contact-column.bottom {
    padding-right: 90px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .contact-column.bottom.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .contact-form {
    padding: 0px;
  }
  .form-field {
    margin-top: 2px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 0px;
    font-size: 19px;
    line-height: 19px;
  }
  .form {
    margin-top: 8px;
    padding-bottom: 14px;
  }
  .contact-border-outer {
    border-style: none;
  }
  .footer-mobile-green {
    background-image: url('../images/footer-bg-mobile-green2x.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .mobile-box-green {
    height: 90%;
    background-color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
  }
  .map-tabs {
    padding-right: 7px;
    padding-left: 7px;
  }
  .tabs-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .social.ig {
    padding: 9px 12px;
    background-size: 9px;
  }
  .social.fb {
    padding-right: 12px;
    padding-left: 12px;
    background-size: auto 10px;
  }
  .social.twitter {
    padding-right: 9px;
    background-size: auto 10px;
  }
  .dog {
    margin-top: -45px;
    margin-bottom: 0px;
  }
  .snacker {
    width: 339px;
  }
  .masonry-item {
    width: 100%;
  }
  .div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .script {
    position: relative;
    top: -2px;
    font-size: 7px;
  }
  .image-34 {
    display: block;
    width: 150px;
    margin-bottom: 9px;
  }
  .image-35 {
    display: block;
  }
  .footer-tan {
    display: none;
  }
  .mobile-box-tan {
    height: 90%;
    background-color: hsla(41.53846153846162, 10.57%, 75.88%, 1.00);
  }
  .address-mobile {
    padding-top: 20px;
  }
  .modal {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-bottom: 0px;
  }
  .modal-body {
    font-size: 18px;
    line-height: 26px;
  }
  .menu-expanded {
    display: none;
    padding-top: 0px;
  }
  /* .front-page .menu-closed {
    padding-top: 30px;
    padding-bottom: 30px;
    /* background-color: hsla(42.857142857142804, 17.50%, 84.31%, 1.00); */
  /* }  */
  .menu-closed {
    padding-top:0;
    padding-bottom: 0;
  }
  .menubar {
    padding-right: 0px;
    padding-left: 0px;
    /* background-color: hsla(42.857142857142804, 17.50%, 84.31%, 1.00); */
  }
  .menubar.open {
    background-color: #0a3136;
  }
  .menu-close {
    padding-right: 5px;
  }
  .gallery-menu {
    padding-top: 2px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gallery-tab {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }
  .gallery-tab.w--current {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }
  .tabs-2 {
    margin-top: 0px;
  }
  .nav-button {
    height:auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .nav-zelda {
    font-size: 28px;
    text-align: center;
    line-height: 42px;
  }
  .container {
    padding-right: 39px;
    padding-left: 39px;
  }
  .gallery-video-btn,.gallery-video-mutebtn {
    width:25px;
    height:25px;
  }
  .sub-content h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .sub-content p {
    font-size: 13px;
    line-height: 18px;
  }
}

#w-node-194358ef6f50-ab6b2648 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  text-align: center;

}

@media (max-width: 1200px) and (min-width: 992px){
  #w-node-194358ef6f50-ab6b2648 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}
@media screen and (max-width: 991px) {
  #w-node-194358ef6f50-ab6b2648 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

}

@media screen and (max-width: 767px) {
  #w-node-194358ef6f50-ab6b2648 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-194358ef6f50-ab6b2648 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }
#w-node-194358ef6f50-ab6b2648 .paragraph.capitolhill.mobile{
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact-form-section{
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

#w-node-194358ef6f5a-ab6b2648 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
  padding-top: 20px;

}
#w-node-194358ef6f5a-ab6b2648 p{
  margin-bottom: 10px;
}
@media (max-width: 1200px) and (min-width: 992px){
  #w-node-194358ef6f5a-ab6b2648{
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-top: 30px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
  }
}
@media screen and (max-width: 991px) {
  #w-node-194358ef6f5a-ab6b2648 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-194358ef6f5a-ab6b2648 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-194358ef6f5c-ab6b2648 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
 text-align: center;
}
@media (max-width: 1200px) and (min-width: 992px){
  #w-node-194358ef6f5c-ab6b2648 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-194358ef6f5c-ab6b2648 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-194358ef6f5c-ab6b2648 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-194358ef6f5c-ab6b2648 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: start;
    align-self: start;
  }
 #w-node-194358ef6f5c-ab6b2648 .paragraph.capitolhill.mobile{
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-817cb98b0325-8dac07f4,#Capitol_hill_banner_Mobile,#Capitol_hill_banner_Desktop {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-817cb98b0325-8dac07f4,#Capitol_hill_banner_Mobile,#Capitol_hill_banner_Desktop {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-817cb98b0325-8dac07f4,#Capitol_hill_banner_Mobile,#Capitol_hill_banner_Desktop {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-817cb98b0326-8dac07f4,#Header_Text_Desktop,#Header_Text_Mobile {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-817cb98b0326-8dac07f4,#Header_Text_Desktop,#Header_Text_Mobile {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-817cb98b0326-8dac07f4,#Header_Text_Desktop,#Header_Text_Mobile {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-a53fb1ebb794-32f37ef3,#Amenities-image-Desk,#Amenities-image-Mobile {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-a53fb1ebb794-32f37ef3,#Amenities-image-Desk,#Amenities-image-Mobile  {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a53fb1ebb794-32f37ef3,#Amenities-image-Desk,#Amenities-image-Mobile  {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a53fb1ebb794-32f37ef3,#Amenities-image-Desk,#Amenities-image-Mobile  {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

#w-node-3b21b4a5b420-32f37ef3,#Interior-Head-Mobile,#Interior-Head-Desk  {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-3b21b4a5b420-32f37ef3,#Interior-Head-Mobile,#Interior-Head-Desk {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

#w-node-de3bcaf6db7f-21483adf {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 479px) {
  #w-node-de3bcaf6db7f-21483adf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-8df4c9716836-21483adf {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-8df4c9716836-21483adf {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

#w-node-a3112ec2854b-21483adf {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a3112ec2854b-21483adf {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a3112ec2854b-21483adf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .masonry-item{
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a3112ec2854b-21483adf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media screen and (max-width: 600px) {
   /*.fp-link{font-size: 12px;}*/ 
}

@font-face {
  font-family: 'Ogg';
  src: url('../fonts/Ogg-Regular.otf') format('opentype');
  src: url('../fonts/Ogg-Regular.eot');
  src: url('../fonts/Ogg-Regular?#iefix') format('embedded-opentype'),
       url('../fonts/Ogg-Regular.woff2') format('woff2'),
       url('../fonts/Ogg-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.contact-det{
  font-size: 16px;
}
@media(max-width: 479px){
  .contact-det{
   font-size: 14px;
  }
}
@media (max-width:900px) and (orientation:landscape) {
  .gallery-video {height:40vw;}
}
@media (min-width:900px) and (orientation:portrait) {
  .gallery-video video {width:auto;}
}
@media (min-width:900px) and (orientation:landscape) {
  .gallery-video video {width:auto;}
}
.wrapper-modal{
  display: none !important;
}
.mt_sub_category_list{display: none; }
@media(max-width:1145px){
	.caslon-small{width: auto;}
	.coffee img:nth-of-type(3){display:none;}
}
@media(max-width: 479px){
	.caslon-small{width: 100%;}
	.coffee img:nth-of-type(2){display:none;}
	.coffee img:nth-of-type(3){display:inline-block;}
  .coffee img:nth-of-type(4){display:none;}
  /* .header-bg {height:130px;margin-bottom:20px;} */
  .logo-border {height:90px;}
  .logo-icon img {width:150px;}
  .nonhome-logo-icon {
    z-index: 9999;
    top: -16px;
    margin-top: -72px;
  }
  .nonhome-logo-icon img {
    margin-top: 40px;
    height: 32px;
    margin-left: 30px;
  }
}
.section-wrapper.mobile{
  display: block;
}
.section-wrapper.desk{
  display: none;
}
@media (min-width:992px) {
  .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 30px;
  }
  .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 30px;
  }
  .section-wrapper.mobile{
    display: none;
  }
  .section-wrapper.desk{
    display: block;
  }
}
@media (max-width:360px) {
  .social.ig {
    padding: 9px 6px;
  }
  .social.fb {
    padding-right: 6px;
    padding-left: 6px;
  }
  .social.twitter {
    padding-right: 6px;
    padding-left: 6px;
  }
}
/* Slider first slide */
.custom-hero{
  /* width: 100%; */
    /* height: 40vw; */
    /* background-size: contain; */
    background-position: center;
    background-repeat: no-repeat;
}
.custom-hero .hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-hero .hero .bg-image{
 width: auto;
  margin: 0 auto;
  height: auto !important;
  max-height: 100%;
}
.custom-hero .hero .logo_slide {
  width: 50%;
  padding-top: 35px;
  color: #0a3136;
}
.custom-hero .hero{
  position: relative;
}
.custom-hero .hero .address-mobile{
  display: none;
  }
  .custom-hero .hero .image-27{
    display: none;
    }
    .custom-hero .hero .gif-block {
      position: absolute;
      left: auto;
      top: 10%;
      right: 7%;
      bottom: 0%;
      width: 300px;
      height: 100px;
      padding-right: 0px;
      padding-left: 0px;
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end;
  }
  @media (max-width: 1400px) and (min-width: 768px){
    .custom-hero .hero .logo_slide {
      width: 50%;
    }
  .custom-hero .hero .gif-block {
    position: absolute;
    left: auto;
    top: 10%;
    right: 7%;
    bottom: 0%;
    width: 20%;
  }
  .custom-hero .hero{
    /* background-position: 50% -45%!important; */
  }
  .custom-hero .hero .logo_slide.mobile {
    width: 50%;
    margin-top: 0px;
  }
  .address-desk {
    padding-top: 25px;
}
  }
@media (max-width: 1200px){

}
@media (max-width: 991px){
  .custom-hero .bg-image{
    /* display: none!important; */
}
.custom-hero .hero .logo_slide.mobile {
  width: 615px;
}
.custom-hero .hero .image-27 {
  display: none;
}
.custom-hero .hero .address-mobile{
display: none;
}
.custom-hero .hero{
  /* background-position: 50% -45%!important; */
  /* background-size: 100vw!important; */

}
.custom-hero {
  background-size: 100vw;

}
.custom-hero .hero .logo_slide.mobile {
  width: 50%;
  margin-top: 0px;
  padding-top: 0;
}
.custom-hero .hero .address-desk {
  padding-top: 25px;
  width: 30%;
}
.custom-hero .hero .bg-image {
 
  margin: 0 auto;

}
}
@media (max-width: 767px){
.custom-hero .hero {
    /* background-size: cover!important; */
      margin-top: 0;
      margin-bottom: 0;
}
.custom-hero .bg-image {
  /* display: none; */
}
.custom-hero .hero .logo_slide.mobile {
  width: 50%;
  padding-top: 10px;
  margin-top: 0;
}
.custom-hero .hero  .address-mobile {
  display: none;
  padding-top: 19px;
  width: 65%;
}
.custom-hero .hero .address-desk {
  display: block;
  width: 30%;
}
.custom-hero .hero .image-27 {
  display: none;
}
/* .custom-hero .hero{
  background-position: 50% -45%!important;
} */
.custom-hero .hero .bg-image {
  
  margin: 0 auto;

}
}
@media (max-width: 670px){

}
@media (max-width: 479px){
  .custom-hero .hero{
    position: unset;
  }
  .custom-hero .hero .logo_slide.mobile {
    width:50%;
    padding-top: 10px;
    margin-top: 0;
}
.custom-hero .hero .address-mobile {
  /* display: none; */
  padding-top: 20px;
  width: 65%;
}
.custom-hero .hero .address-desk {
  display: block;
  width: 30%;
}
/* .custom-hero .hero{
  background-position: 50% -50%!important;
} */
.custom-hero .hero .logo_slide.mobile {
  width:50%;
  padding-top: 10px;
  margin-top: 0;
}
/* .custom-hero .hero{
  background-position: 50% -40%!important;
} */
.custom-hero .hero .bg-image {
  
  margin: 0 auto;

}
.custom-hero .hero .bg-image {
  /* width: 650px; */
  margin: 0 auto;
  margin: 0 auto;
  position: absolute;
  top: 0;
  
 
}
.home-callouts{
  margin-bottom: 30px;
}
}
@media (min-width: 320px) and (max-width: 360px){
  .custom-hero .hero .logo_slide.mobile {
    width:50%;
    padding-top: 10px;
    margin-top: 0;
}
  /* .custom-hero .hero{
    background-position: 50% -35%!important;
  } */
  .custom-hero .hero .bg-image {
 /*   width: 140px;*/
    margin: 0 auto;
    margin: 0 auto;
    position: absolute;
    top: 0;
   /* left: 8%;
    transform: translate(0%, 0);*/

}
.home-slide-section .flexslider ul li div {
  height: 45vw;
}
.flex-direction-nav .flex-next {
  right: 10px;
}
.flex-direction-nav .flex-prev {
  left: 10px;
}
}
@media screen and (max-width:768px) {
  .flex-direction-nav .flex-next {
    right: 10px;
  }
  .flex-direction-nav .flex-prev {
    left: 10px;
  }
  .flexslider:hover .flex-direction-nav .flex-next {right: 10px;}
  .flexslider:hover .flex-direction-nav .flex-prev {left: 10px;}
  .flex-direction-nav a {
    width: 15px;
    height: 15px;
  }

}

/* MAin content focus */
.skip-nav {
  background: transparent;
  color: #000000;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9999;
}
.skip-nav:focus {
  background: #ffffff;
  box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
  left: 0;
  outline: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-slide-section .flexslider ul li div:focus,.map-tabs:focus,.mt_category_list:focus,
.contact-form-wrapper input:focus,.contact-form-wrapper selectarea:focus{
  outline-width: 1px;
  outline-style: dotted;
  outline-color: inherit;
  outline-offset: 1px;
  transition: none;
}
.map-tabs:hover{
  cursor: pointer;
}
.mt_category_list li.active a:focus,.mt_category_list li a:focus,.contact-form-wrapper .hywrap input:focus, .contact-form-wrapper .hywrap input[type="text"]:focus, .contact-form-wrapper .hywrap select:focus,.contact-form-wrapper .hywrap button:focus{
  outline-width: 1px!important;
  outline-style: dotted!important;
  outline-color: inherit!important;
  outline-offset: 1px!important;
  transition: none!important;
}
.dummy-heading{
  /* display: none; */
  font-size: 0!important;
  height: 0!important;
  margin: 0!important;
}
.nonhome-logo-icon a{
  display: block;
}
.top-head{
  font-size: 0;
  height: 0;
}
.floorplan_link{
  display: block;
}
#form_back_to_results{
  display: none;
}
a.magnific-popup{
  display: block;
}
.top-head{
  font-size: 0!important;
  height: 0!important;
  margin: 0!important;
}
.flex-direction-nav .flex-prev:focus,.flex-direction-nav .flex-next:focus{
  /* transform: rotate(135deg);
  -webkit-transform: rotate(135deg); */
}

/* blog select box */
.select-container.selectivo{
  height: auto;
  background: transparent;
}
.select-container .selectivo__label{
  padding: 5px 10px;
    margin-bottom: 0;
    line-height: 1.2;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #fff;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbbbbb;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.select-container .selectivo__label{
  border: 2px solid #0a3136;
    color: #0a3136;
    display: inline-block;
    font-family: "Freight";
    font-size: 19px;
    line-height: 22px;
    padding: 9px 16px 5px;
    text-align: center;
    width: 235px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    outline: #0a3136;
    border-radius: 0px;
    background: transparent;
}
.select-container.selectivo .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.select-container.selectivo .caret {
  border-top: 4px solid #0a3136;
  top: 18px !important;
  right: 3px !important;
  left: 214px;
}
.select-container.selectivo .caret{
  position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
}
.select-container .selectivo__dropdown{
  width: 235px;
  border-radius: 0px;
  border: 1px solid #fff;
}
.select-container .selectivo__dropdown{
  z-index: 100;
  position: absolute;
  left: -999em;
  top: -999em;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.select-container .selectivo__dropdown{
    left: 0 !important;
    top: auto !important;
}
.select-container  .selectivo__option{
  background: #fff;
    color: #000;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Freight";
    padding: 10px;
}
.select-container li.selectivo__option.selectivo__option--selected {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.select-container li.selectivo__option:hover {
  background: #999;
	color: #fff;
}
*:focus{
  outline-width: 1px!important;
  outline-style: dotted!important;
  outline-color: #000!important;
  outline-offset: 1px!important;
  transition: none!important;
}
.zoom_ctrl{
  display: flex;
}
.zoom-in{
  margin-right: 5px;
}
#map iframe:focus{
  outline-width: 1px!important;
  outline-style: dotted!important;
  outline-color: #000!important;
  outline-offset: 1px!important;
  transition: none!important;
}
.gallery-video:focus{
  outline-width: 1px!important;
  outline-style: dotted!important;
  outline-color: #000!important;
  outline-offset: 1px!important;
  transition: none!important;
}
#widget_text button:hover{
  color: #0a3136;
}
.hytag_number_of_bedrooms{
  border: none;
}
.coffee .caslon-small{
  border-right: 1px solid;
  padding: 10px;
  height: 82px;
}
.coffee .caslon-small:last-child{
  border-right: none;
}
#specials_close:focus,.special-link-block a:focus,.menubar.open a:focus,.nav-button a:focus{
  outline-width: 1px!important;
  outline-style: dotted!important;
  outline-color: #fff!important;
  outline-offset: 1px!important;
  transition: none!important;
}
.mt_control_btn {
  position: absolute;
  z-index: 2;
  right: 80px;
  bottom: 43px;
}
 .mt_control_btn {
  right: 40px;
  bottom: 0px;
}
.mt_control_btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  width: 54px;
  height: 54px;
  margin-left: 18px;
  cursor: pointer;
  position: relative;
  background: transparent;
}
.mt_control_btn button:before, .mt_control_btn button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mt_control_btn button.mt_play:after {
  opacity: 0;
  background: url(../images/icons/play-icon.svg) no-repeat center center;
  background-size: contain;
}
.mt_control_btn button.mt_play:before {
  background: url(../images/icons/pause-icon.svg) no-repeat center center;
  background-size: contain;
}
.mt_control_btn button.mt_play.paused:before {
  opacity: 0;
}
.mt_control_btn button.mt_play:after {
  opacity: 0;
  background: url(../images/icons/play-icon.svg) no-repeat center center;
  background-size: contain;
}
.mt_control_btn button.mt_play.paused:after {
  opacity: 1;
}
/* #gallery-video-tag:focus{
  outline-width: 1px!important;
  outline-style: dotted!important;
  outline-color: #000!important;
  outline-offset: 1px!important;
  transition: none!important;
} */
@media screen and (max-width: 1600px){

  .control-group.hytag_number_of_bedrooms .control-label{
      width: 90%;
  }
  .control-group.hytag_number_of_bedrooms .control-label{
    top: 10px!important;
  }
}
@media screen and (max-width: 768px){
  .control-group.hytag_number_of_bedrooms .control-label{
      width: 90%;
      top: 20px!important;

  }
  .zoom_ctrl button{
    display: none;
  }

}
.slider_wrapper .noUi-connects{position: absolute;top:0;left:0;}
.slider_wrapper .noUi-connects .noUi-connect{background: #0a3136;}
/* .slider_wrapper .noUi-connects .noUi-connect{transform: unset!important;} */
.noUi-base, .noUi-connects,.noUi-horizontal .noUi-handle{z-index: 0!important;}
ul.flex-direction-nav,.flex-control-nav, .flex-direction-nav{
  display: none;
}
#gal_pop_slider .flex-direction-nav {
  display: block;
}
#gal_pop_slider .flex-direction-nav a,
#gal_pop_slider .flex-direction-nav a:hover {
  opacity: 1;
}
#gal_pop_slider .flex-direction-nav .flex-next,
#gal_pop_slider .flex-direction-nav .flex-prev {
  top: calc(100% - 59%);
}
/*IE hack*/
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    .custom-hero .hero .bg-image{
      min-height: 1px;
      left: 0;
      right: 0;
      top:0;
      bottom: 0;
    }
    .custom-hero .hero .logo_slide{
      min-height: 1px;
    }
}

.sub-menu {
  padding: 16px 10px 10px;
}
.caslon-small.menu {
  width: auto;
}
.menubar .left-menu-section {
  width: 27%;
  /* width: 25%; */
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1380px) {
  .menubar .left-menu-section {
    width: 32%;
  }
}
@media (max-width: 1170px) {
  .menubar .left-menu-section {
    /* width: 37%; */
    width: 39%;
  }
}
.menubar .right-menu-section {
  width: 27%;
  /* width: 20%; */
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1350px) {
  .menubar .right-menu-section {
    width: 31%;
    /* width: 23%; */
  }
}
@media (max-width: 1155px) {
  .menubar .right-menu-section {
    width: 36%;
    /* width: 26%; */
  }
}
@media (max-width: 1010px) {
  .menubar .right-menu-section {
    /* width: 28%; */
    width: 37%;
  }
}
.home-third div p.h1 a {
  color: #A89F68;
  border-bottom: 1px solid #A89F68;
  padding-bottom: 0;
}
.home-callouts div p.h1 a {
  color: #A89F68;
  border-bottom: 1px solid #A89F68;
  padding-bottom: 0;
}
.sub-menu .caslon-small.menu {
  border-bottom: none;
}
.mob-menu {
  display: none;
}
@media (max-width: 991px) {
  .menubar .right-menu-section .sub-menu, .left-menu-section .sub-menu {
    display: none;
  }
  .menubar .left-menu-section, .menubar .right-menu-section {
    width: auto;
  }
  .mob-menu {
    display: flex;
    align-items: center;
  }
  .mob-menu img {
    height: 26px;
  }
}
.sub-menu .caslon-small.menu:hover {
  border-bottom: 1px solid hsla(186.8181818181818, 68.75%, 12.55%, 1.00) !important;
}
.navbar-3 {
  background-color: hsla(41.53846153846149, 16.46%, 84.51%, 0.9);
}
a {
  cursor: pointer !important;
}

/*Covid banner*/
.front-page .covid_popup{
    display: flex;
}
.covid_popup_wrap{
   background: #0a3136; 
   color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
   position: fixed;
   z-index: 999999999999;
   bottom: 0;
   width: 100%;
}
.covid_popup {  
    padding: 10px 7.5vw 10px 32px;
    /* display: none; */
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    font-family: 'freight-display-pro', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
}
.covid_popup_close {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 25px;
    right: 25px;
    cursor: pointer;
}
.covid_btn_wrap {
    margin-left: 6.3vw;
}
.covid_btn{
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border: 1px solid hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
    color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
    text-transform: unset;
    padding: 3px 9px;
    font-family: 'Caslons Egyptian Reg', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    min-width: 140px;
}
.covid_btn:hover {
    color: #0a3136;
    background: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
}
.covid_info a{
    text-decoration: underline;
    color: hsla(150.96774193548387, 25.62%, 76.27%, 1.00);
}
@media (max-width: 767px){
.covid_popup {
   padding: 15px 32px 17px 32px;
   flex-direction: column;
   font-size: 20px;
    line-height: 30px;
}
.covid_popup_close {
    top: 3px;
    right: 7px;
}
.covid_info {
   text-align: center;
}
.covid_btn_wrap {
   margin: 12px 0 0;
   text-align: center;
}
}
/* VT edits */
#tour{
  width:100%;
}
#tour-3br{
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}
.hide-heading {
  font-size:0 !important;
  height:0 !important;
  padding: 0 !important;
  margin:0 !important;
}

.footer-verbiage {
  width: 95%;
  clear: both;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 42px;
  font-size: 18px;
  font-weight: 300;
  color: #0a3136;
  line-height: 24px;
  position: relative;
  z-index: 1;
  font-family: 'freight-display-pro', sans-serif;
  font-weight: 300;
  text-align: center;
}
.footer-verbiage a {
  color: #0a3136;
  text-decoration: underline;
  float: inherit !important;  
  font-family: 'freight-display-pro', sans-serif;
  font-weight: 300;
}
.green-bg .border:first-child {
  height: 92%;
}
.green-bg .border .border {
  height: 95%;
}
.contact-mobile-green {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (min-width: 992px) and (max-width: 1030px) {
  .footer.tablet .orange-bg {
    margin: 33px 70px;
  }
  .footer-green.tablet .green-bg {
    margin: 26px 70px;
  }
  .footer-tan.tablet .tan-bg {
    margin: 20px 70px;
  }
}

@media only screen and (max-width:767px) {
  .desk-view {
    display: none !important;
  }
}
@media only screen and (min-width:768px) {
  .mob-view {
    display: none !important;
  }
}
/* Header issue fix */
@media only screen and (min-width:992px) and (max-width:1170px) {
  .menubar .left-menu-section {
    justify-content: flex-start;
  }
  .menubar .right-menu-section {
    justify-content: flex-end;
  }
  .sub-menu,.menu-open {
    padding: 16px 8px 10px;
  }
}
@media only screen and (min-width:992px) {
  .nonhome-logo-icon img {
    margin-top :25px;
  }
  .menubar .right-menu-section .key {
    max-height: 48px;
  }
}
.nav-container .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background:transparent;
}
.nav-container .mCSB_outside + .mCSB_scrollTools {
  right: 10px;
}
/*Osano */
.osano-cm-widget {
	display: none;
}
.osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link:hover, .osano-cm-link:active, 
.osano-cm-link {
	color: #000;
} 
.osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link,
.osano-cm-link:hover, 
.osano-cm-link:active {
	color: #000;
}
@media (max-width: 767px) {
  footer .div-block-30 {
    flex-direction: column;
  }
  .caslon-small.foot {
    margin-bottom: 10px;
  }
  .footer-verbiage {
    margin-bottom: 20px;
  }
}