/* Partials
================================================ */
* {
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

@font-face {
  font-family: 'Gotham';
  src: url("../library/fonts/GothamPro-Light.ttf") format("truetype"), url("../library/fonts/GothamPro-Light.eot") format("eot"), url("../library/fonts/GothamPro-Light.woff2") format("woff2"), url("../library/fonts/GothamPro-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url("../library/fonts/gotham-medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Chronicle';
  src: url("../library/fonts/ChronicleDisp-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* Font stacks
================================================ */
/* Base Typography
================================================ */
body {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: none;
}

h1 {
  position: relative;
  font-family: "Chronicle", Times New Roman;
  font-size: 60px;
  line-height: 60px;
  padding-bottom: 50px;
  color: #6c3551;
  margin-bottom: 50px;
  text-transform: uppercase;
}

h1:after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 20%);
  content: '';
  width: 40%;
  height: 2px;
  margin: 0 auto;
  background: #808080;
}

h2 {
  font-size: 60px;
  line-height: 60px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 50px;
}

h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #c4a26e;
}

h3 sup {
  position: relative;
  font-size: 20px;
  top: -7px;
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 82px;
    line-height: 82px;
    padding-bottom: 55px;
    margin-bottom: 55px;
  }
  h2 {
    font-size: 82px;
    line-height: 82px;
    margin-bottom: 55px;
  }
  h3 {
    font-size: 40px;
  }
  h3 sup {
    position: relative;
    font-size: 25px;
    top: -10px;
  }
}

/* Links
================================================ */
a, a:visited {
  color: inherit;
  text-decoration: none;
}

body {
  overflow: hidden;
}

body.page-template-page-welcome-page {
  overflow: visible;
}

.content {
  height: calc(100vh - 195px);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  padding: 0 20px;
}

@media only screen and (min-width: 1200px) {
  .content {
    height: calc(100vh - 255px);
  }
}

/* Blog image styling
================================================ */
img.alignright, img.alignleft, img.aligncenter, img.alignnone {
  display: block;
  max-width: 100%;
  height: auto;
}

img.alignright {
  margin: 1em 0;
}

img.alignleft {
  margin: 1em 0;
}

img.alignnone {
  margin: 1em 0;
}

img.aligncenter {
  display: block;
  margin: 1em;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section {
    padding: 65px 0;
  }
}

/* Third Party Payload
================================================ */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Layout
================================================ */
header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: #6c3551;
  height: 130px;
}

header img {
  display: block;
  width: 120px;
  height: auto;
}

@media only screen and (min-width: 1200px) {
  header {
    height: 170px;
  }
  header img {
    width: 172px;
  }
}

footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: #f2f2f2;
  height: 65px;
}

footer img {
  display: block;
  width: 200px;
  height: auto;
}

@media only screen and (min-width: 1200px) {
  footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    background: #f2f2f2;
    height: 85px;
  }
  footer img {
    display: block;
    width: 300px;
    height: auto;
  }
}

/* Components Payload
================================================ */
.error404__content {
  padding: 100px 0 150px;
  text-align: center;
}

.error404__content h1 {
  font-size: 7em;
  color: #6c3551;
  line-height: 170px;
  margin-bottom: 30px;
}

.all-meeting-rooms {
  flex-wrap: wrap;
  padding: 0 50px;
}

.all-meeting-rooms h1 {
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
  .all-meeting-rooms h1 {
    font-size: 82px;
    line-height: 82px;
    padding-bottom: 55px;
    margin-bottom: 55px;
  }
}

.all-meeting-rooms .room-link {
  display: block;
  font-family: "Chronicle", Times New Roman;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.all-meeting-rooms .room-link:last-of-type {
  margin: 0;
}

.all-meeting-rooms .room-link:hover {
  text-decoration: underline;
}

#tribe-events {
  height: 100%;
  width: 100%;
}

.no-event-carousel {
  height: calc(100vh - 130px);
  padding: 0;
}

.no-event-carousel .slick-list, .no-event-carousel .slick-track {
  height: 100%;
}

.no-event-carousel .image {
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .no-event-carousel {
    height: calc(100vh - 170px);
    padding: 0;
  }
}

.welcome-page-inner {
  position: relative;
  height: calc(50vh - 65px);
}

.welcome-page-inner:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.welcome-page-inner .inner-content {
  position: relative;
  z-index: 2;
}

.welcome-page-inner h1 {
  font-size: 62px;
  line-height: 70px;
  color: #FFF;
  margin: 0 0 60px 0;
  padding: 0;
}

.welcome-page-inner h1:after {
  display: none;
}

.welcome-page-inner h2 {
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 0;
  color: #FFF;
}

@media only screen and (min-width: 1200px) {
  .welcome-page-inner {
    height: calc(50vh - 127.5px);
  }
  .welcome-page-inner h1 {
    font-size: 72px;
    line-height: 86px;
    margin: 0 0 90px 0;
  }
  .welcome-page-inner h2 {
    font-size: 54px;
    line-height: 64px;
  }
}

.page-template-page-events-today header {
  display: none;
}

.events-today {
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding-top: 28px;
  height: calc(100vh - 65px);
}

.events-today h1 {
  font-size: 63px;
  line-height: 55px;
  color: #c4a26e;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.events-today h1:after {
  background: #6c3551;
  width: 80%;
  left: calc(50% - 40%);
}

.events-today .meeting-rooms-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.events-today .meeting-rooms-container .room-link {
  width: calc(50% - 45px);
  margin: 0 auto;
  margin-top: 25px;
  border: solid #f2f2f2 12px;
  padding: 18px;
}

.events-today .meeting-rooms-container .room-link h3 {
  font-family: "Chronicle", Times New Roman;
  color: #6c3551;
  font-size: 40px;
  line-height: 39px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.events-today .meeting-rooms-container .room-link hr {
  border: none;
  width: 370px;
  height: 1px;
  background: #808080;
  margin-bottom: 30px;
}

.events-today .meeting-rooms-container .room-link h4 {
  text-transform: uppercase;
  color: #000;
  line-height: 35px;
  font-size: 39px;
}

.events-today .meeting-rooms-container .room-link:nth-of-type(2n) {
  margin-right: 0;
}

@media only screen and (min-width: 1200px) {
  .events-today {
    height: calc(50vh - 127.5px);
  }
}

.page-template-page-exect-george-boardroom .room {
  position: relative;
}

.page-template-page-exect-george-boardroom .room.more-than-one h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.page-template-page-exect-george-boardroom .room.more-than-one h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 30px;
}

.page-template-page-exect-george-boardroom .room.more-than-one h3 {
  font-size: 20px;
}

.page-template-page-exect-george-boardroom .room.more-than-one h3 sup {
  top: -4px;
  font-size: 14px;
}

.page-template-page-exect-george-boardroom .room:nth-of-type(2) {
  padding-top: 40px;
  margin-top: 30px;
}

.page-template-page-exect-george-boardroom .room:nth-of-type(2):after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: #6c3551;
}

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