.g-body .active {
  z-index: 99999;
}
[data-cms-id] {
  outline: none;
}
#lv0 {
  position: relative;
  min-height: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}
#page-content {
  position: relative;
  z-index: 4;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  position: relative;
}
.slides {
  position: relative;
  margin: 20px auto;
  width: 100%;
  max-width: 980px;
}
.slides.loading:first-child {
  opacity: 1;
}
.slides.loading figure {
  display: none;
}
.slides figure {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-in-out;
  -moz-transition: opacity 1.2s ease-in-out;
  -ms-transition: opacity 1.2s ease-in-out;
  -o-transition: opacity 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out;
}
.slides figure:first-child {
  position: relative;
}
#page-header {
  margin-bottom: 24px;
  position: relative;
}
#page-header img {
  max-width: 90%;
  margin: 16px auto 24px;
  display: block;
}
#page-header .menu-toggle {
  position: absolute;
  right: 16px;
  top: 8px;
  width: 25px;
  height: 25px;
}
@media (min-width: 931px) {
  #languages {
    position: absolute;
    top: 4px;
    right: 0;
  }
}
@media (max-width: 930px) {
  #languages {
    display: none;
  }
  .nav-open #languages {
    display: block;
  }
  .nav-open #languages ul {
    padding: 0;
  }
  .nav-open #languages li {
    display: block;
    text-align: center;
    line-height: 36px;
    list-style-type: none;
    font-size: 18px;
  }
}
#languages ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#languages a {
  font-family: 'Rosewood W01 Fill';
  color: black;
  text-decoration: none;
  font-size: 18px;
}
#page-nav {
  border-top: 1px solid #999;
  text-align: center;
}
#page-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page-nav li {
  display: inline;
  line-height: 28px;
  font-size: 18px;
}
@media (min-width: 931px) {
  #page-nav li {
    font-size: 20px;
  }
}
#page-nav li .distance {
  padding: 0 12px;
}
#page-nav li a {
  font-family: 'Rosewood W01 Fill';
  color: black;
  text-decoration: none;
}
#page-nav li a:hover {
  color: #8e9093;
  text-decoration: underline;
}
#page-nav li.current a {
  color: #b22926;
}
#nav-toggle, #floating-reservations {
  display: none;
}
@media (max-width: 930px) {
  #nav-toggle, #floating-reservations {
    display: block;
  }
  #page-nav {
    display: none;
  }
  .nav-open #page-nav {
    display: block;
  }
  .nav-open #page-nav ul {
    padding: 0;
  }
  .nav-open #page-nav li {
    display: block;
    text-align: center;
    line-height: 36px;
    list-style-type: none;
    font-size: 18px;
  }
  .nav-open #page-nav .distance {
    display: none;
  }
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 26px;
  background: black;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  top: 10px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
.nav-open #nav-toggle span {
  background-color: transparent;
}
.nav-open #nav-toggle span:before,
.nav-open #nav-toggle span:after {
  top: 0;
}
.nav-open #nav-toggle span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.nav-open #nav-toggle span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#lv1 {
  padding-bottom: 324px;
}
@media (max-width: 600px) {
  #lv1 {
    padding-bottom: 420px;
  }
}
#page-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  clear: both;
  margin: 0;
  background: url(/images/footer-bg.png);
  border-top: 2px solid black;
}
#page-footer .decoration {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#page-footer .info {
  padding: 15px 20px 40px;
  overflow: auto;
  opacity: 0.8;
  text-align: center;
}
#page-footer .col {
  padding: 12px 0;
  width: 280px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
#page-footer .contact,
#page-footer a {
  font-family: 'Orator W01 Medium';
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  line-height: 2em;
}
#page-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1080px) {
  .four-columns {
    display: table;
    width: 983px;
  }
  .four-columns .row {
    width: 245px;
    float: left;
    display: table-cell;
  }
  .four-columns .row-1 {
    width: 247px;
  }
  .four-columns .inner {
    padding: 0 10px;
  }
}
@media (max-width: 1079px) and (min-width: 740px) {
  .four-columns .row {
    width: 25%;
    float: left;
  }
  .four-columns .inner {
    padding: 0 8px;
  }
}
@media (max-width: 739px) and (min-width: 480px) {
  .four-columns .row-12,
  .four-columns .row-34 {
    width: 50%;
    float: left;
  }
  .four-columns .row-12 .row {
    padding: 0 20px 0 40px;
  }
  .four-columns .row-34 .row {
    padding: 0 40px 0 20px;
  }
  .four-columns .inner {
    position: relative;
  }
}
@media (max-width: 479px) {
  .row {
    padding: 0 10px;
  }
}
img.download-menu {
  display: block;
  margin: 20px auto;
  border: 3px solid black;
}
.two-column-layout {
  text-align: center;
}
@media (min-width: 600px) {
  .two-column-layout .col {
    width: 45%;
    max-width: 400px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
}
@media (max-width: 599px) {
  .two-column-layout .col {
    display: inline-block;
    text-align: left;
    max-width: 400px;
    width: auto;
  }
}
.two-column-layout .col-content {
  padding: 0 10px;
}
.two-column-layout .col.bordered {
  margin: 10px 10px;
}
.two-column-layout .col.bordered .col-content {
  border: 4px solid black;
  padding: 10px 16px;
}
.two-column-layout .col.bordered h2 {
  text-align: center;
}
@media (min-width: 600px) {
  .two-column-layout.w60-40 .col {
    max-width: 440px;
  }
  .two-column-layout.w60-40 .col.left {
    width: 54%;
  }
  .two-column-layout.w60-40 .col.right {
    width: 36%;
  }
}
.callouts {
  margin-top: 20px;
}
.callouts .callout {
  width: 25%;
  overflow: hidden;
  float: left;
  position: relative;
}
@media (max-width: 599px) {
  .callouts .callout {
    width: 50%;
  }
}
.callouts img {
  margin: 0;
  display: block;
}
.callouts .active {
  z-index: 2;
}
.callouts .inactive {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: opacity 0.5s;
}
.callouts .inactive:hover {
  opacity: 0;
}
#share {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -270px;
  margin-left: -130px;
  height: 500px;
  width: 180px;
  background: rgba(0, 0, 0, 0.85);
  padding: 20px 40px;
  z-index: 500;
}
#share.small {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: auto;
  padding: 0;
}
#share.small div {
  padding: 20px 0;
}
#share.small img {
  margin: 28px auto;
}
#share .close {
  font-family: 'Sabon LT W02 Italic';
  position: absolute;
  top: 5px;
  right: 10px;
  color: white;
}
#share img {
  display: block;
  margin: 28px 36px;
}
/* Overlay */
.splash-overlay {
  z-index: 9000;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: -100px;
  background: black;
  opacity: 0.8;
  cursor: pointer;
}
#splash-popover.fill .splash-overlay {
  background: white;
  opacity: 1;
}
/* Content */
.splash-content {
  max-width: 100%;
  z-index: 9001;
}
#splash-popover.fill .splash-content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  margin-top: 0 !important;
  margin-left: 0 !important;
  padding-top: 20px;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
}
#splash-popover.center .splash-content {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 3px;
  background: none;
  border-radius: 6px;
  overflow: hidden;
  margin-left: -323px;
  margin-top: -403px;
}
#splash-popover.center.scroll .splash-content {
  position: absolute;
  top: 40px;
}
#splash-popover.center .splash-content img {
  border-radius: 6px;
  display: block;
}
/* Close */
.splash-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 81px;
  width: 81px;
  background: url(/images/splash-close-corner.png);
  cursor: pointer;
}
#splash-popover.fill .splash-close {
  position: fixed;
}
.splash-close span {
  display: none;
}
/* Fade */
#splash-popover .introduce {
  opacity: 0 !important;
}
#splash-popover .splash-content,
#splash-popover .splash-overlay {
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
}
#font-samples {
  font-family: 'BellCentennialW01-Sub-C';
  font-family: 'Rosewood W01 Fill';
  font-family: 'Orator W01 Medium';
  font-family: 'Orator W01 Slanted';
  font-family: 'AvenirNextLTW02-BoldCn';
  font-family: 'Sabon LT W02 Italic';
  font-family: 'Sabon Next W02 Regular';
  font-family: 'SabonNextW02-DisplayIta';
  font-family: 'SabonNextW01-DisplaySC';
}
html {
  height: 100%;
  margin: 0;
  background: url(/images/bg-repeat.jpg) 0 0 repeat;
}
body {
  min-height: 100%;
  margin: 0;
  background: url(/images/bg-light-left.jpg) 50% 0 no-repeat fixed;
}
p {
  font-family: 'SabonNextW02-DisplayIta';
  font-size: 16px;
  line-height: 1.5em;
  color: #222;
  margin: 0.5em 0;
}
strong {
  font-family: 'SabonNextW01-DisplaySC';
  font-weight: normal;
  font-size: 20px;
  color: black;
}
em {
  color: #b22926;
}
h1 {
  font-family: 'Rosewood W01 Fill';
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  padding: 10px 0 2px;
  margin: 0 0 8px;
}
@media (max-width: 599px) {
  h1 {
    font-size: 26px;
  }
}
h2 {
  font-family: 'AvenirNextLTW02-BoldCn';
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: black;
  text-transform: uppercase;
  margin-bottom: 0;
}
h2 + p {
  margin-top: 4px;
}
p.abstract,
.abstract p {
  font-family: 'Sabon LT W02 Italic';
  font-size: 18px;
}
@media (max-width: 599px) {
  p.abstract,
  .abstract p {
    font-size: 16px;
  }
}
figure {
  margin: 0;
}
figure label {
  text-align: right;
  display: block;
  font-family: 'SabonNextW02-DisplayIta';
  font-size: 15px;
  color: #222;
}
hr {
  background: url(/images/hr.png);
  width: 175px;
  height: 34px;
  margin: 10px auto;
  opacity: 0.6;
  border: none;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: underline;
}
h2:first-child {
  margin-top: 5px;
  margin-bottom: 8px;
}
img {
  max-width: 100%;
}
