/* targets IE10 and IE11 only */
.overbar::before, .underbar::after { display: block; width: 130px; height: 4px; background: #e8c486; content: ''; }

body { font-family: "Lato", sans-serif; color: #243746; }

a { color: #5e7282; }

a:focus, a:link, a:visited { color: #5e7282; }

a:active, a:hover { color: #5e7282; }

p { line-height: 1.6; }

blockquote { border-left-color: #5e7282; }

.overbar::before { margin-bottom: 12px; }

.underbar::after { margin-bottom: 12px; }

/* Content */
.elementcontent img, .content img { display: block; max-width: 100%; height: auto; margin-top: 1em; margin-bottom: 1em; float: none; }

.elementcontent img.leftAlone, .content img.leftAlone { margin-right: 1em; float: left; }

.elementcontent img.center, .content img.center { margin-right: auto; margin-left: auto; }

.elementcontent img.left, .content img.left { margin-top: 0; margin-right: 1em; float: left; }

.elementcontent img.right, .content img.right { margin-top: 0; margin-left: 1em; float: right; }

.ElementRoomInfoAndBookingForm h2 { font-family: "Work Sans", sans-serif; font-weight: 700; margin: 0 0 1.5em; padding: 0.4em 0 0; color: #243746; font-size: 24px; font-weight: bold; margin-bottom: 0.7em; }

.ElementRoomInfoAndBookingForm h3 { font-family: "Work Sans", sans-serif; font-weight: 700; margin: 0.8em 0 0; font-size: 21px; }

.ElementRoomInfoAndBookingForm .expandable { margin-top: 3em; }

.ElementRoomInfoAndBookingForm .expandable .expandable-container { display: none; }

.ElementRoomInfoAndBookingForm .expandable.open .expandable-container { display: -webkit-box; display: -ms-flexbox; display: flex; }

.ElementRoomInfoAndBookingForm .booking-form { margin-top: 2em; margin-bottom: 2em; padding: 2em; background: #f7f5ee; }

.ElementRoomInfoAndBookingForm .booking-form select, .ElementRoomInfoAndBookingForm .booking-form input, .ElementRoomInfoAndBookingForm .booking-form button { border-radius: 0; }

.ElementRoomInfoAndBookingForm .booking-form .fee-calculator { background: rgba(255, 255, 255, 0.5); }

.ElementRoomInfoAndBookingForm .booking-form .action { font-family: "Work Sans", sans-serif; font-weight: 700; margin: 0 0 1.5em; padding: 0.4em 0 0; color: #243746; font-size: 24px; font-weight: bold; width: 100%; margin-top: 1em; padding: 0.7em; border-radius: 5px; text-align: center; -webkit-box-shadow: 0 2px 6px 0 rgba(94, 114, 130, 0.2); box-shadow: 0 2px 6px 0 rgba(94, 114, 130, 0.2); }

.ElementRoomInfoAndBookingForm .expandable-trigger { font-family: "Work Sans", sans-serif; font-weight: 700; margin: 0 0 1.5em; padding: 0.4em 0 0; color: #243746; font-size: 24px; font-weight: bold; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; width: 100%; outline: 0; background: none; text-align: center; border-top: solid 1px #e8c486; border-right: 0; border-bottom: 0; border-left: 0; }

.ElementRoomInfoAndBookingForm .expandable-trigger:hover { cursor: pointer; }

.ElementRoomInfoAndBookingForm .expandable-trigger .fa { padding-right: 0.8em; color: #e8c486; font-size: 1.1em; font-weight: bold; }

.ElementRoomInfoAndBookingForm .expandable .fa-angle-up { display: none; }

.ElementRoomInfoAndBookingForm .expandable .fa-angle-down { display: inline; }

.ElementRoomInfoAndBookingForm .expandable.open .fa-angle-down { display: none; }

.ElementRoomInfoAndBookingForm .expandable.open .fa-angle-up { display: inline; }

.ElementRoomInfoAndBookingForm .configuration-capacity { color: #6d6e71; font-size: 0.8em; font-style: italic; }

.ElementRoomInfoAndBookingForm .configuration-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.ElementRoomInfoAndBookingForm .configuration-container .configuration-card { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; min-width: 100%; margin-bottom: 1em; text-align: center; }

.ElementRoomInfoAndBookingForm .configuration-container .configuration-card img { width: 100%; height: auto; }

.ElementRoomInfoAndBookingForm iframe { max-width: 100%; }

.ElementRoomInfoAndBookingForm .embed-responsive { position: relative; }

.ElementRoomInfoAndBookingForm .embed-responsive::before { display: block; width: 100%; padding-top: 175%; content: ""; }

.ElementRoomInfoAndBookingForm .embed-responsive > .content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

@media (min-width: 576px) { .ElementRoomInfoAndBookingForm .embed-responsive { position: relative; }
  .ElementRoomInfoAndBookingForm .embed-responsive::before { display: block; width: 100%; padding-top: 100%; content: ""; }
  .ElementRoomInfoAndBookingForm .embed-responsive > .content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } }

@media (min-width: 768px) { .ElementRoomInfoAndBookingForm .embed-responsive { position: relative; }
  .ElementRoomInfoAndBookingForm .embed-responsive::before { display: block; width: 100%; padding-top: 200%; content: ""; }
  .ElementRoomInfoAndBookingForm .embed-responsive > .content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } }

@media (min-width: 992px) { .ElementRoomInfoAndBookingForm .embed-responsive { position: relative; }
  .ElementRoomInfoAndBookingForm .embed-responsive::before { display: block; width: 100%; padding-top: 75%; content: ""; }
  .ElementRoomInfoAndBookingForm .embed-responsive > .content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; } }

@media (min-width: 768px) { .ElementRoomInfoAndBookingForm .booking-form { margin-top: 0; margin-left: 1em; } }

@media (min-width: 992px) { .ElementRoomInfoAndBookingForm .configuration-container { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .ElementRoomInfoAndBookingForm .configuration-container .configuration-card { -webkit-box-flex: 0; -ms-flex: 0 0 200px; flex: 0 0 200px; min-width: 200px; max-width: 200px; padding: 20px; } }
/*# sourceMappingURL=elementroominfoandbookingform.css.map */