/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/scss/main.scss ***!
  \**************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700|PT+Sans:400,700);
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/scss/main.scss (1) ***!
  \******************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Parisienne);
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/scss/main.scss (2) ***!
  \******************************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *,
[data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-family: "PT Sans", sans-serif;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

h1,
h2,
h3,
h4,
p {
  color: white;
}

h1,
h2,
h3,
h4 {
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

p {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
}

a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.3s ease;
}

header {
  text-align: center;
  padding: 20px;
}
header h3 {
  letter-spacing: 10px;
}
header h3 span {
  position: relative;
}
header h3 span::after {
  content: "|";
  position: relative;
  margin: 0 16px;
  opacity: 0.6;
}
header h3 span:last-child::after {
  content: "";
  margin: 0;
}

#gcc-title {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: 300;
  font-size: 60px;
}
#gcc-title span {
  font-family: "Parisienne", cursive;
  text-transform: none;
}

header .flower {
  position: absolute;
  left: -30px;
  top: -30px;
  opacity: 0.2;
  width: 36vw;
  max-width: 200px;
}

.loading {
  background: #4d795e;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 99999;
  transition: all 0.3s ease;
  pointer-events: none;
}
.loading.visible {
  opacity: 1;
  pointer-events: all;
}
.loading .flower {
  opacity: 0.5;
  animation: spin 4s infinite linear;
  -webkit-animation: spin 4s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.buttons {
  bottom: 0px;
  width: 100%;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttons button {
  margin: 0.5rem;
  font-size: 18px;
}

.button {
  border: none;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  outline: 0;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0);
  transition-property: background-color, width, padding-left, padding-right, margin-left, margin-right;
  transition-duration: 0.3s;
  transition-timing-funion: ease;
  padding: 0.65em 0.9em;
}
.button:hover {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.button.green {
  background-color: #4d795e;
}
.button.green:hover, .button.green:focus {
  background-color: #395a46;
}
.button.orange {
  background-color: #ec4b22;
}
.button.orange:hover, .button.orange:focus {
  background-color: #ca3711;
}
.button.white {
  background-color: white;
  color: #4d795e;
}
.button.white:hover, .button.white:focus {
  background-color: #e6e6e6;
}
.button.outlined {
  background: transparent;
  color: white;
  border: 1px solid white;
}
.button.outlined:hover, .button.outlined:focus {
  background: white;
  color: #4d795e;
}

.action-button:hover,
.action-button:focus {
  background: white;
  color: #4d795e;
}

#floorplan-btn,
.quick-start .button {
  position: relative;
  /* &:after {
    content: "CLOSE";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: darken($green, 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0%;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: $borderRadius;
  } */
}
#floorplan-btn:before,
.quick-start .button:before {
  bottom: 50%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #395a46;
  border-width: 10px;
  margin-left: -10px;
  z-index: -1;
  transition: bottom 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}
#floorplan-btn.active,
.quick-start .button.active {
  background-color: #395a46;
}
#floorplan-btn.active:before,
.quick-start .button.active:before {
  bottom: 100%;
  opacity: 1;
}
#floorplan-btn.active:after,
.quick-start .button.active:after {
  width: 100%;
}

#book-btn:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ca3711;
}
#book-btn.active {
  background-color: #ca3711;
}

.background-image {
  background-size: cover;
  background-attachment: fixed;
  display: block;
  height: 100vh;
  width: 100%;
  top: 0%;
  left: 0%;
  position: fixed;
  z-index: -1;
}
.background-image.blur {
  -webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%, 100% 84%, 0 84%, 0 200px, 100% 200px);
          clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%, 100% 84%, 0 84%, 0 200px, 100% 200px);
  opacity: 1;
}
.background-image.blur + .blur-full {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.background-image.blur.active {
  opacity: 1;
}
.background-image.blur.active + .blur-full {
  opacity: 1;
  filter: brightness(0.7);
}

#mobile-select-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
#mobile-select-nav::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 18px;
  background: linear-gradient(to bottom, white 0%, white 20%, transparent 20%, transparent 40%, white 40%, white 60%, transparent 60%, transparent 80%, white 80%, white 100%);
}
#mobile-select-nav select {
  background: #4d795e;
  color: white;
  border: none;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4);
  font-size: 22px;
  padding: 16px;
  height: 58px;
  text-align: center;
}
#mobile-select-nav select option {
  text-align: center;
}

.active.blurred {
  filter: blur(10px);
  opacity: 0.4 !important;
}

#book-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
#book-btn.clicked {
  width: 0;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

#back-btn {
  cursor: pointer;
  color: white;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.3s ease;
  pointer-events: none;
  position: fixed;
  height: 30px;
  width: 90px;
  top: -7px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 6px 6px;
  padding-left: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#back-btn.active {
  pointer-events: all;
  transform: translateY(0px);
  opacity: 1;
  z-index: 98;
}
#back-btn.active ~ .quick-start {
  transform: translateY(20px) !important;
}
#back-btn ion-icon {
  margin-right: 5px;
  transition: transform 0.3s ease;
}
#back-btn:hover ion-icon {
  transform: translateX(-5px);
}

h4 ion-icon,
.btn ion-icon {
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.4));
}

.quick-start {
  transition: transform 0.3s ease;
  pointer-events: none;
}
.quick-start > button {
  pointer-events: all;
}

.content {
  max-width: 900px;
  margin: 0 auto;
  perspective: 1000px;
  perspective-origin: 50% 100%;
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: auto;
  backface-visibility: hidden;
}
.content > div {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  opacity: 0;
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-40%) rotateX(0deg);
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
}
.content > div.active {
  opacity: 1;
  transform: translateY(-50%) rotateX(0deg);
  z-index: 1;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.content > div:not(.active) {
  pointer-events: none !important;
}
.content p,
.content fieldset > label {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.content .quick-start {
  padding: 20px;
  justify-content: space-between !important;
}
.content .quick-start > .btn {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  cursor: pointer;
  width: 200px;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  padding: 16px;
}
.content .quick-start > .btn h4 {
  margin: 0;
}
.content .quick-start > .btn ion-icon {
  color: white;
  font-size: 60px;
}
.content .quick-start > .btn:hover {
  transform: scale(1.1) !important;
}
.content .floorplan {
  position: fixed;
}
.content .about > div {
  flex-direction: column;
  padding: 0 10px;
}
.content .about .image {
  border-radius: 4px;
  width: 155px;
  height: 155px;
  margin-right: 15px;
  margin-top: 5px;
  float: left;
  box-shadow: 2px 2px 3px transparent;
  transition: all 0.3s ease;
  overflow: hidden;
}
.content .about .image img {
  transition: all 0.3s ease;
}
.content .about .image:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.content .about .image:hover img {
  transform: scale(1.1);
}
.content .about .info {
  width: 77%;
  padding-right: 20px;
}
.content .about .perks {
  color: white;
  font-size: 22px;
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-left: 1px solid white;
}
.content .about .perks ion-icon {
  font-size: 70px;
  height: 98px;
}
.content .about .perks h4 {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}
.content .gallery {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.content .gallery > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.content .gallery .image {
  border-radius: 4px;
  cursor: pointer;
  width: 280px;
  max-width: 33%;
  height: 180px;
  overflow: hidden;
  margin: 10px;
  /* box-shadow: 2px 2px 3px transparent; */
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.content .gallery .image img {
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.content .gallery .image:hover {
  /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
}
.content .gallery .image:hover img {
  transform: scale(1.1);
}
.content .directions {
  flex-direction: column;
}
.content .directions .routes {
  display: flex;
  flex-direction: row;
}
.content .directions .routes .route {
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
  width: 50%;
  padding: 10px;
}
.content .directions .address {
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.content .directions .address > div {
  text-align: left;
}
.content .directions .address > div > span {
  white-space: nowrap;
}
.content .directions .address ion-icon {
  font-size: 40px;
  margin-right: 10px;
}

#floorplan {
  width: 70%;
}
#floorplan svg {
  backface-visibility: hidden;
  width: 100%;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.4));
}
#floorplan svg > * {
  z-index: 1;
}
#floorplan svg .room {
  cursor: pointer;
  z-index: 2;
  pointer-events: all;
  transition: fill 0.3s ease;
  fill: transparent !important;
}
#floorplan svg .room:hover {
  fill: rgba(77, 121, 94, 0.5) !important;
}
#floorplan svg .room.active {
  fill: #4d795e !important;
}
#floorplan svg g,
#floorplan svg path {
  pointer-events: none;
}

.floor-info {
  width: 30%;
}

.note {
  font-size: 19px;
  margin-top: 103px;
}

#accordion {
  margin: 10px;
  margin-top: -52px;
  list-style: none;
  padding: 2px;
  width: 216px;
  max-height: 370px;
  overflow: hidden;
}
#accordion > li {
  display: block;
  list-style: none;
}
#accordion > li > .button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0;
  padding: 10px 15px;
  text-align: left;
  font-weight: normal;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "PT Sans";
  min-width: 200px;
  border-radius: 4px;
}
#accordion > li > .button ion-icon {
  transition: transform 0.3s ease;
  font-size: 18px;
  transform: rotate(-90deg);
}
#accordion > li > div {
  list-style: none;
  display: none;
  overflow: auto;
  height: 112px;
  color: white;
}
#accordion > li > div > div {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 20px;
}
#accordion a {
  text-decoration: none;
}
#accordion > ul li {
  font-weight: normal;
  cursor: auto;
  padding: 0 0 0 7px;
}
#accordion li > span {
  position: relative;
}
#accordion li > span:after {
  top: 50%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: transparent;
  border-width: 10px;
  margin-left: -10px;
  z-index: -1;
  transition: all 0.3s ease;
}
#accordion li > span.active {
  background: #4d795e;
  color: white;
  background-size: 20px;
  position: relative;
}
#accordion li > span.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #4d795e;
  border-width: 10px;
  margin-left: -10px;
}
#accordion li > span.active ion-icon {
  transform: rotate(0deg);
}
#accordion ion-icon {
  line-height: 1;
}
#accordion .dimensions ion-icon {
  font-size: 40px;
}
#accordion .capacity ion-icon {
  font-size: 30px;
}
#accordion .capacity ion-icon:first-child,
#accordion .capacity ion-icon:last-child {
  margin: 0 -15px;
  font-size: 25px;
}
#accordion .capacity ion-icon:first-child {
  margin-left: -6px;
}
#accordion .capacity ion-icon:last-child {
  margin-right: 6px;
}
#accordion .photos {
  display: none !important;
}
#accordion .photos ion-icon {
  font-size: 32px;
}

.specs {
  font-size: 20px;
}
.specs .dimensions,
.specs .capacity,
.specs .photos {
  display: flex;
  align-items: center;
}
.specs .dimensions ion-icon:last-of-type,
.specs .capacity ion-icon:last-of-type,
.specs .photos ion-icon:last-of-type {
  margin-right: 10px;
}

#modal {
  opacity: 0;
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  transition: all 0.3s ease;
}
#modal img {
  /* max-width: 90%; */
  max-height: 90%;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
#modal.active {
  opacity: 1;
  pointer-events: all;
}
#modal:after {
  content: "✕";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  color: white;
  font-size: 30px;
  margin: 20px;
  cursor: pointer;
  line-height: 1;
}
#modal button {
  cursor: pointer;
  font-size: 40px;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  margin: 0 20px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
#modal button:hover {
  opacity: 1;
}
#modal #prev {
  left: 0;
}
#modal #next {
  right: 0;
}

#image-container {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#msform {
  width: 100%;
  height: 400px;
  margin: 50px auto;
  text-align: center;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease;
}
#msform > p {
  text-align: center;
  margin: 0;
  padding: 0 40px;
  font-size: 24px;
}
#msform > p a {
  white-space: nowrap;
  text-decoration: none;
}
#msform h2,
#msform h3 {
  font-family: "Montserrat", sans-serif;
}
#msform ul {
  margin-left: 0;
}
#msform.success {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
#msform.success + .thank-you {
  opacity: 1;
  pointer-events: all;
}
#msform + .thank-you {
  opacity: 0;
  position: absolute;
  transform: translateY(0%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

#msform fieldset {
  border: 0 none;
  border-radius: 0px;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  /*stacking fieldsets above each other*/
  position: absolute;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

label {
  color: white;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
}

label[for=rooms] {
  display: flex;
  justify-content: space-between;
}

/*inputs*/
#msform input,
#msform textarea,
#msform select {
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 18px;
  height: 50px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
#msform input.error,
#msform textarea.error,
#msform select.error {
  border: 1px solid #f44336 !important;
  background: rgb(255, 215, 212);
}
#msform input.error + label,
#msform textarea.error + label,
#msform select.error + label {
  background-color: rgb(255, 215, 212);
}

#msform textarea {
  height: auto;
  padding-top: 10px;
  resize: vertical;
  max-height: 200px;
}

#msform input[type=button] {
  box-shadow: none;
}

/*buttons*/
#msform .action-button {
  outline: 0;
  text-transform: uppercase;
  width: 140px;
  background: transparent;
  color: white;
  border: 1px solid white;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  transition: background 0.3s ease;
  line-height: 1;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background: white;
  color: #4d795e;
}

#msform .submit {
  background: #ec4b22;
  border: 0px solid transparent;
  box-shadow: none;
}
#msform .submit:hover, #msform .submit:focus {
  background: #ca3711;
  color: white;
}

.checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.room-checkboxes {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

#msform .personal-info {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#msform .personal-info input {
  width: 47.5%;
  margin-left: 0;
  margin-right: 0;
}

.show-floorplan {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

#msform input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 10px;
}

/*headings*/
.fs-title {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 10px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: white;
  border-radius: 0px;
  margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #4d795e;
  color: white;
}

input {
  outline: 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(44, 62, 80, 0.6);
}

input::placeholder,
textarea::placeholder {
  color: rgba(44, 62, 80, 0.6);
}

.date-time {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.date-time > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.date-time > div > div {
  width: 30%;
  position: relative;
}
.date-time label {
  font-family: montserrat;
  font-size: 18px;
  line-height: 1;
  opacity: 1;
  position: absolute;
  top: 1px;
  left: 1px;
  color: rgba(44, 62, 80, 0.6);
  background-color: white;
  padding: 15px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 4px;
  pointer-events: none;
  width: 75%;
  height: 0px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.date-time input {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  transition: all 0.3s ease;
  height: 0px !important;
  opacity: 1;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  border: 0px solid transparent !important;
}
.date-time input.has-value + label, .date-time input.dirty + label, .date-time input:focus + label {
  display: none;
}
.date-time.loaded {
  overflow: visible;
}
.date-time.loaded label {
  opacity: 1;
  height: 47px;
  padding: 15px;
}
.date-time.loaded input {
  height: 50px !important;
  opacity: 1;
  margin-bottom: 20px !important;
  border: 1px solid transparent !important;
}
.date-time:first-of-type .delete-date {
  display: none;
}
.date-time:hover .delete-date {
  opacity: 1;
}

.event-people {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.event-people .event-type {
  width: 70% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.event-people .people {
  width: 25% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.delete-date {
  position: absolute;
  right: -49px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  opacity: 0.3;
  padding: 10px 15px;
  line-height: 1;
  transition: all 0.3s ease;
  top: 0px;
}
.delete-date:hover {
  color: #ec4b22;
}

fieldset .date-time:nth-of-type(3) + .add-date {
  opacity: 0;
  pointer-events: none;
  height: 0 !important;
  margin: 0 !important;
}

.add-date {
  display: block;
  position: relative;
  text-align: right;
  font-size: 14px;
  color: white;
  float: right;
  transition: all 0.3s ease;
}
.add-date > span {
  margin-left: 20px;
  transition: opacity 0.3s ease;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px 8px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  margin-top: -5px;
}
.add-date > span:hover ion-icon {
  color: #ec4b22;
}
.add-date ion-icon {
  transition: color 0.3s ease;
  margin-right: 5px;
}

#ui-datepicker-div {
  position: absolute;
  background: white;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}
#ui-datepicker-div a {
  color: #222;
  text-decoration: none;
}
#ui-datepicker-div a:hover {
  color: #ec4b22;
}
#ui-datepicker-div table tbody td,
#ui-datepicker-div table tbody th {
  padding: 0.5rem 0.625rem 0.625rem;
  text-align: center;
}
#ui-datepicker-div table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: white;
}
#ui-datepicker-div table td {
  cursor: pointer;
  transition: background 0.3s ease;
}
#ui-datepicker-div table td a {
  font-weight: normal;
}
#ui-datepicker-div table td:hover {
  background: #e4e4e4;
}
#ui-datepicker-div table td:hover a {
  color: #ec4b22;
}
#ui-datepicker-div .ui-state-disabled {
  opacity: 0.2;
  cursor: not-allowed !important;
}
#ui-datepicker-div .ui-datepicker-header {
  margin: 10px 0;
}
#ui-datepicker-div .ui-datepicker-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  display: flex;
  justify-content: space-between;
}
#ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-prev {
  order: 1;
}
#ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-prev .ui-icon:after {
  left: -0.8em;
  transform: rotate(-135deg);
}
#ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-next {
  order: 3;
}
#ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-next .ui-icon:after {
  left: -1em;
  transform: rotate(45deg);
}
#ui-datepicker-div .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all .ui-datepicker-title {
  order: 2;
}
#ui-datepicker-div .ui-icon {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: white;
}
#ui-datepicker-div .ui-icon:after {
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  content: "";
  display: inline-block;
  height: 0.95em;
  left: 0.15em;
  position: relative;
  top: 0.45em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.95em;
  color: black;
}

.ui-timepicker-standard .ui-menu-item {
  font-family: "PT Sans";
  transition: background 0.3s ease;
}
.ui-timepicker-standard .ui-menu-item a {
  font-weight: normal;
}
.ui-timepicker-standard .ui-menu-item:hover {
  background: #e4e4e4;
}

.ui-timepicker-standard {
  border: none;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
}

.ui-timepicker-standard .ui-state-hover {
  background-color: transparent;
  border-color: transparent;
  color: #ec4b22;
}

.ui-timepicker-standard,
.ui-datepicker {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.line {
  position: relative;
  overflow: hidden;
}
.line span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 20px;
}
.line span:before, .line span:after {
  content: "";
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.73em;
  border-top: 2px solid white;
}
.line span:before {
  right: 100%;
}
.line span:after {
  left: 100%;
}

.selectize-input {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 0px !important;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 18px;
  height: 50px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.selectize-input.focus {
  box-shadow: none;
}

.selectize-dropdown {
  margin-top: -20px;
  border-radius: 0;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  border: none;
}
.selectize-dropdown .option {
  transition: all 0.3s ease;
}
.selectize-dropdown .option.active {
  background-color: #e4e4e4;
  color: #ec4b22;
}

.selectize-input.dropdown-active::before {
  position: absolute;
  background: transparent;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
  padding: 8px 8px;
}

.thank-you {
  color: white;
  text-align: center;
  font-size: 24px;
}
.thank-you span {
  font-family: "Parisienne", cursive;
  display: block;
  font-size: 60px;
}

@media print, screen and (max-width: 1200px) {
  #gcc-title {
    font-size: 4.9vw;
  }
}
@media print, screen and (max-width: 1024px) {
  body {
    overflow-y: scroll;
  }
  html {
    overflow-x: hidden !important;
  }
  body,
  html {
    overflow: visible;
  }
  header h3 {
    font-size: 20px;
  }
  #back-btn {
    position: absolute;
  }
  .background-image.blur {
    -webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%, 100% 100%, 0 100%, 0 24%, 100% 24%);
            clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%, 100% 100%, 0 100%, 0 24%, 100% 24%);
  }
  .content {
    /* margin-bottom: 56px; */
  }
  .content > div.blurred {
    max-height: 100vh;
    overflow: hidden;
  }
  .content > div:not(.floorplan).active {
    transform: translateY(0%) rotateX(0deg);
    top: 0;
    position: relative;
  }
  .content > div {
    margin-bottom: 50px;
    transform: translateY(0px) rotateX(0deg);
    transform-origin: center;
  }
  #back-btn.active ~ .quick-start {
    transform: translateY(0px) !important;
  }
  .quick-start.buttons {
    position: fixed;
    bottom: 0;
    height: auto;
  }
  .quick-start.buttons .button {
    margin: 0;
    width: 100%;
    padding: 0.65em 0.6em;
    border-radius: 0;
    font-size: 14px;
  }
  .content > div:not(.active) {
    display: none;
  }
  .thank-you {
    margin-top: 4%;
  }
  .floor-info {
    margin-bottom: 60px;
  }
  #msform {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 899px) {
  .content .gallery .image {
    max-width: 100%;
  }
}
@media print, screen and (max-width: 810px) {
  header {
    padding: 30px;
  }
  #accordion {
    max-height: 400px;
  }
  #gcc-title {
    margin-top: 26px;
    font-size: 6vw;
    line-height: 1;
    margin-bottom: 10px;
  }
  .floorplan {
    flex-direction: column !important;
    height: auto !important;
    margin-bottom: 50px !important;
  }
  .floorplan #floorplan,
  .floorplan .floor-info {
    width: 100%;
  }
  .floorplan #accordion {
    margin: 0 auto;
  }
  .floorplan #floorplan svg {
    height: 35vh;
  }
  .floorplan .note {
    margin-top: 10px;
  }
  #msform fieldset {
    padding: 10px 20px;
    width: 100%;
    margin: 0;
  }
}
@media print, screen and (max-width: 740px) {
  .book-now {
    align-items: flex-start !important;
  }
}
@media print, screen and (max-width: 714px) {
  #msform input[type=email],
  #msform input[type=date],
  #msform input[type=time],
  #msform input[type=number],
  #msform input[type=tel],
  #msform input[type=text] {
    width: 100% !important;
  }
  #msform .date-time > div,
  #msform .event-people {
    flex-direction: column;
    width: 100%;
  }
  #msform .date-time > div > div {
    width: 100%;
  }
  #msform .date-time {
    position: relative;
  }
  #msform .date-time:not(:first-of-type)::before {
    content: "";
    display: block;
    position: absolute;
    border-top: 1px solid #fff;
    margin-top: -10px;
    width: 100%;
  }
  #msform .add-date {
    height: auto;
    bottom: 0;
    margin-bottom: 5px;
    float: none;
  }
  #msform .add-date > span {
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
  #msform .delete-date {
    right: -50px;
    opacity: 1;
  }
  #msform fieldset {
    padding-bottom: 70px;
    position: relative;
  }
}
@media print, screen and (max-width: 767px) and (orientation: landscape) {
  #back-btn {
    position: absolute !important;
    margin-top: 16px;
    font-size: 16px;
  }
  .content > .quick-start.active {
    position: inherit !important;
    margin: inherit !important;
    margin-bottom: 50px !important;
    height: inherit !important;
    top: inherit !important;
  }
}
@media print, screen and (max-width: 610px) {
  header h3 {
    margin-top: 10px;
    letter-spacing: 3px;
    font-size: 14px;
  }
  .background-image {
    background-position: 24% 50%;
  }
  .content .about {
    flex-direction: column;
  }
  .content .about .info {
    width: 100%;
  }
  .content .about .perks {
    width: 100%;
    border-top: 1px solid white;
    border-left: none;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .content .quick-start {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: column;
  }
  .content .quick-start .btn {
    padding: 10px;
  }
  .content .directions .routes {
    flex-direction: column;
  }
  .content .directions .routes .route {
    width: 100%;
  }
}
@media print, screen and (max-width: 550px) {
  #msform .room-checkboxes,
  #msform label[for=rooms] {
    flex-direction: column;
  }
  #image-container {
    width: 95vw;
    height: 90vh;
  }
}
@media print, screen and (max-width: 480px) {
  .quick-start {
    display: none;
  }
  #mobile-select-nav {
    display: block;
  }
  #back-btn:not(.active) ~ .quick-start {
    display: flex;
    flex-direction: column;
    top: 0%;
    padding: 30px;
  }
  #back-btn:not(.active) ~ .quick-start button {
    margin-bottom: 10px;
    font-size: 24px;
    padding: 0.8em 0.6em;
    border-radius: 7px;
  }
  #back-btn:not(.active) ~ #mobile-select-nav {
    display: none !important;
  }
}
@media print, screen and (max-width: 450px) {
  header {
    padding: 20px;
  }
  #gcc-title {
    font-size: 28px;
  }
  .content .directions .address {
    justify-content: center;
  }
  .content .directions .address > div {
    flex: 0;
  }
}
@media print, screen and (max-width: 430px) {
  p {
    font-size: 16px;
  }
  .background-image.blur {
    -webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%, 100% 100%, 0 100%, 0 20%, 100% 20%);
            clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%, 100% 100%, 0 100%, 0 20%, 100% 20%);
  }
  #gcc-title {
    margin-top: 0;
  }
  .flower {
    max-width: 140px;
  }
  .content {
    perspective: 10000px;
    perspective-origin: 50% 50%;
    flex-direction: column;
    justify-content: flex-start;
  }
  .content > div {
    margin-bottom: 50px;
  }
  .floorplan #floorplan svg {
    height: 36vh;
  }
  #msform {
    margin: 0 auto;
    height: auto;
  }
  #msform > p {
    margin-bottom: 1rem;
  }
  #msform .room-checkboxes {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #msform .room-checkboxes > label {
    width: 50%;
  }
  #msform label[for=rooms] {
    flex-direction: column;
  }
  #msform .action-button {
    width: 100px;
    font-size: 14px;
  }
  #msform .fs-title {
    font-size: 16px;
  }
  .line span:after,
  .line span:before {
    top: 0.63em;
  }
  .floorplan.active {
    position: absolute !important;
  }
  #back-btn {
    position: fixed;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    top: 3px;
    left: -4px;
    margin: 0;
  }
  .content .gallery .image {
    width: 100%;
    max-width: 100%;
    height: 180px;
  }
  .content > div.active {
    transform: translateY(0%) rotateX(0deg);
    top: 0;
    position: relative;
    display: block;
  }
  .content > div {
    margin-bottom: 50px;
    transform: translateY(0px) rotateX(0deg);
    transform-origin: center;
  }
  .content .quick-start > .btn .icon {
    line-height: 1;
  }
  .content .quick-start > .btn {
    margin: 1vh auto;
  }
  .thank-you {
    top: 0;
  }
}
@media print, screen and (max-width: 320px) {
  #gcc-title {
    font-size: 22px;
  }
}

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