/* @group links */
a {
  cursor: pointer;
}
.btn {
  width: auto;
}
.btn:focus {
  outline: none;
}
button.btn {
  border: 3px solid black;
  border-bottom: 8px solid black;
}

.btn.secondary,
button.btn.secondary,
.cc-banner .cc-btn:last-child {
  background: #FFF;
  color: #151618;
}
.cc-banner .cc-btn:last-child:hover {
  background: #FFF;
  color: #151618;
}

.btn.block {
  width: 100%;
}

a.text-underline {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .btn.xs-block {
    width: 100%;
  }
}
/* @end */

/* @group borders */
.form-group .form-control {
  border: none;
}
.border-4px {
  border: 4px solid #ccc;
}
.border-6px {
  border: 6px solid #ccc;
}
.border-8px {
  border: 8px solid #ccc;
}

.modal .panel,
#modal-processing .panel {
  border-bottom: 6px solid #ccc;
}
section#book-search-results + #benefits-feature {
  border-top: 10px solid #C80006;
}

@media (max-width: 767px) {
  .index.rooms .item .amenities {
    border-top: 1px solid #DADEE9;
    border-bottom: 1px solid #DADEE9;
  }
  
  #book-search-results {
    border-top: 6px solid #DADEE9;
  }
}

@media (min-width: 768px) {
  .index.rooms .item .row + .row:before {
    border-top: 1px solid #DADEE9;
  }
  #book-search-header {
    border-top: 10px solid #F2F4F9;
  }
}
@media (min-width: 992px) {
  #booking-reserve-header {
    border-bottom: 10px solid #DADEE9;
  }
}
/* @end */

/* @group colors */
.bg-color6,
.circled.bg-color6,
.form-group.double-date-picker,
.form-group .form-control {
  background-color: #F2F4F9;
}
.bg-color7,
.circled.bg-color7 {
  background-color: #C80006;
}

.border-color1 {
  border-color: #DADEE9;
}
.border-color2 {
  border-color: #C80006;
}

.color-black {
  color: #000;
}
.form-group label,
.form-group-checkbox label.error,
#stripe-errors,
p.label,
h3.label {
  color: #EC1E24;
}
.color4,
.form-group .form-control {
  color: #151618;
}
.color5 {
  color: #A1A6B4;
}
/* @end */

/* @group typography */
.form-group .form-control,
.form-group-checkbox label:not(.error) {
  font-family: 'Aktiv Grotesk Condensed';
}
.form-group label,
.form-group-checkbox label.error,
#stripe-errors {
  font-family: 'Aktiv Grotesk Extended';
}

.form-group label,
.form-group-checkbox label,
.form-group .form-control,
.index.rooms .item .amenities p,
h3.label {
  font-weight: 400;
}
.faux-h3,
#book-search-header ul.labels,
#blog-info ul.labels {
  font-weight: 400;
}
h1.text-default {
  font-weight: 400;
}

h1.text-default,
.faux-h3,
.form-group label,
.form-group-checkbox label,
#stripe-errors,
.form-group .form-control,
p.label,
h3.label {
	text-transform: uppercase;
}

.form-group label,
.form-group-checkbox label.error,
#stripe-errors,
.index.rooms .item .amenities p,
#reservation-summary-footer p.title,
.index.rooms .item .price p {
  font-size: 9px;
}
#reservation-summary-footer p.items small {
  font-size: 10px;
}
#reservation-summary-footer p.title,
h3.label {
  line-height: 12px;
}
#book-search-header ul.labels,
#blog-info ul.labels,
p.label {
  font-size: 12px;
}
#reservation-summary-footer p.items {
  font-size: 14px;
  line-height: 15px;
}
.form-group-checkbox label {
  font-size: 14px;
  line-height: 20px;
}
.form-group .form-control,
section#two_column_boxes .two_column_box {
  font-size: 16px;
}
h1.text-default {
  font-size: 18px;
} 
.index.rooms .item .price p b {
  font-size: 20px;
}

.reservation-summary .label {
  line-height: 16px;
}
h1.text-default {
  line-height: 20px;
}

h3.label {
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .xs-text-center {
    text-align: center;
  }
  .xs-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  p {
    font-size: inherit; /* p should not be used to set defaults, chances are size needs to be applied to all tags so use body */
  }
  .sm-text-center {
    text-align: center;
  }
  .sm-text-right {
    text-align: right;
  }
  #book-search-refine .open > .dropdown-menu li,
  #reservation-summary-footer p.items small {
  	font-size: 14px;
  }
  #reservation-summary-footer p.items,
  .form-group-checkbox label {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  #book-search-header ul.labels,
  #blog-info ul.labels,
  .index.rooms .item .summary,
  .reservation-summary p {
    font-size: 14px;
    line-height: 20px;
  }
	body {
    font-size: 18px;
    line-height: 22px;
  }
  .index.rooms .item .price p b {
    font-size: 18px;
    line-height: 24px;
		margin-bottom: -10px;
  }
  .index.rooms .item h2,
  .reservation-summary h2 {
    font-size: 24px;
    line-height: 28px;
  }
  #benefits-feature h3 {
    font-size: 26px;
    line-height: 30px;
  }
  h1.text-default,
  h2.text-default {
    font-size: 30px;
    line-height: 38px;
  }
}
/* @end */

/* @group form-control */
.form-group {
  position: relative;
}
.form-group label:not(.error) {
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
}
.form-group .form-control {
  display: block;
  border-radius: 0;
  width: 100%;
}
.form-group .form-control:focus {
  outline: none;
}
.form-group .form-control.error {
  outline: 1px solid #EC1E24;
}

.form-group-checkbox {
  position: relative;
}
.form-group-checkbox input {
  position: absolute;
}
.form-group-checkbox label:not(.error) {
  display: block;
  padding-left: 25px;
}
.form-group-checkbox label.error {
  display: block;
  padding-left: 25px;
}

.form-group.select i {
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.form-group select.form-control {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group input[type=number]::-webkit-inner-spin-button,
.form-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.form-group.double-date-picker .form-control,
.form-group.double-date-picker span {
  display: inline-block;
  vertical-align: middle;
}
.form-group.double-date-picker .form-control {
  width: auto;
}
.form-group.double-date-picker span {
  margin: 0 5px;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group .form-control {
  display: table-cell;
}

@media (min-width: 768px) {
  .form-group-checkbox input {
    top: 2px;
  }
}
/* @end */

/* @group padding */
#book-search-header ul.labels li,
#blog-info ul.labels li {
	padding: 3px 5px;
}
.form-group.double-date-picker {
  padding: 19px 10px 8px;
}
.form-group:not(.double-date-picker) .form-control {
  padding: 21px 10px 8px;
}
section#two_column_boxes .two_column_box {
  padding: 17px 24px;
}
.modal .panel {
  padding: 30px 25px;
}

#book-search-xs-refine {
  padding-top: 8px;
  padding-bottom: 8px;
}
section#booking-bar + section#two_column_boxes {
  padding-top: 20px;
  padding-bottom: 0;
}
section#book-header {
  padding-top: 30px;
  padding-bottom: 20px;
}
section#book-search-header,
section#book-search-results {
  padding-top: 30px;
  padding-bottom: 30px;
}
#reservation-summary-footer + #benefits-feature,
#two_column_boxes + #benefits-feature,
section#booking-confirmation {
  padding-top: 30px;
  padding-bottom: 45px;
}

@media (max-width: 767px) {
  .index.rooms .item .amenities {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  #book-search-refine .open > .dropdown-menu {
    padding: 20px 20px 25px;
  }
  
  .index.rooms .item .add {
    padding-top: 12px;
  }
  section#booking-bar + section#two_column_boxes {
    padding-top: 40px;
  }
  section#book-search-results {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  section#book-search-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section#two_column_boxes + #benefits-feature,
  section#booking-confirmation {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  section#book-header {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  #reservation-summary-footer + #benefits-feature {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}
@media (min-width: 992px) {
  .reservation-summary .benefit {
    padding: 10px 20px;
  }

  body.booking-reserve h1 {
    font-family: 'Aktiv Grotesk Extended';
    font-size: 30px;
    line-height: 38px;
  }

  #booking-reserve-steps .panel.step {
    padding: 30px 25px;
  }
  #booking-reserve-steps .panel.summary {
    padding: 30px 25px 50px;
  }
  
  .index.rooms .item .add {
    padding-top: 16px;
  }
  #booking-reserve-header + #booking-reserve-steps {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  #booking-reserve-header {
    padding-top: 60px;
    padding-bottom: 55px;
  }
  #reservation-summary-footer + #benefits-feature {
    padding-top: 60px;
    padding-bottom: 75px;
  }
  section#book-search-results {
    padding-bottom: 80px;
  }
  section#two_column_boxes + #benefits-feature {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  section#book-header {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  section#book-search-results + #benefits-feature {
    padding-top: 80px;
    padding-bottom: 95px;
  }
}
/* @end */

/* @group margin */
section#book-header p,
section#booking-bar form,
.modal .panel .title + .notice,
.modal .panel .notice + .btn  {
  margin-top: 20px;
}

section#book-search-header h1 {
  margin-bottom: 15px;
}

#benefits-feature p.text-center {
	margin-top:  30px;
}

@media (max-width: 767px) {
  .index.rooms .item .amenities ul {
    margin-top: 5px;
  }
  section#booking-bar .col-sm-3 + .col-sm-3,
  section#book-search-header p + ul,
  .index.rooms .item .title,
  .index.rooms .item .summary {
    margin-top: 10px;
  }
  .index.rooms .item .type,
  .index.rooms .item .amenities,
  .index.rooms .item .price,
  .index.rooms .item .add {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .index.rooms .item .amenities p {
    margin-top: 9px;
  }
  .index.rooms .item .title,
  .index.rooms .item .summary {
    margin-top: 10px;
  }
  .index.rooms .item .price p {
    margin-top: 20px;
  }
  #book-search-results #book-search-refine + .row {
    margin-top: 25px;
  }
  #benefits-feature h2 + .row,
  #benefits-feature p.text-center{
    margin-top: 50px;
  }
  
  section#book-search-header h1 {
    margin-bottom: 20px;
  }
  .index.rooms .item .summary {
    margin-bottom: 30px;
  }
  #benefits-feature .clearfix {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .index.rooms .item .amenities p {
    margin-top: 7px;
  }
  .index.rooms .item .price p {
    margin-top: 22px;
  }
  .reservation-summary .row.btns,
  #book-search-results .reservation-summary .benefit,
  #booking-reserve-steps .step + .step {
    margin-top: 20px;
  }
  #book-search-results .reservation-summary .panel + .row {
    margin-top: 20px;
  }
  #benefits-feature h2 + .row,
  #benefits-feature p.text-center {
    margin-top: 65px;
  }
  
  .reservation-summary h2 {
    margin-bottom: 30px;
  }
  #benefits-feature .clearfix {
    margin-bottom: 50px;
  }
}
/* @end */

/* @group shadows */
.shadowed-bottom {
  position: relative;
}
.shadowed-bottom:after {
  content: '';
  width: calc(100% - 10px);
  height: 6px;
  background: #AA0005;
  position: absolute;
  left: 5px;
  bottom: -6px
}
.border-8px.shadowed-bottom:after {
  width: calc(100% + 4px);
  left: -2px;
  bottom: -14px
}

.shadowed-offset {
  box-shadow: 4px 4px 0px #A1A6B4;
}
/* @end */

/* @group modals */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.open {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .75);
}
.modal .panel {
  width: calc(100% - 40px);
  max-width: 400px;
  max-height: calc(100% - 60px);
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .modal .btn + .btn {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .modal .panel {
    width: 400px;
  }
  .modal .btn + .btn {
    margin-left: 10px;
  }
}
/* @end */

/* @group body */
body.noscroll {
  height: 100%;
  overflow: hidden;
  width: 100%;
  /*position: fixed !important;*/
}
/* @end */

/* @group booking-bar / strip */
body.book #booking-bar {
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #FFFFFF 50%, #EC1E24 50%, #EC1E24 100%);
  perspective: none;
}

section#two_column_boxes .two_column_box {
  box-shadow: 2px 2px 0px #AA0005;
  padding: 12px 10px;
}
section#two_column_boxes .two_column_box img {
  width: 24px;
  vertical-align: -12px;
}

@media (min-width: 768px) {
  #booking-bar form .row,
  #booking-strip form .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  #booking-bar form .col-sm-3,
  #booking-strip form .col-sm-3 {
    padding-left: 5px;
    padding-right: 5px;
    width: 26.66%;
  }
  #booking-bar form .col-sm-3:last-of-type,
  #booking-strip form .col-sm-3:last-of-type {
    width: 20%;
  }
  #booking-bar .form-group,
  #booking-strip .form-group {
    margin-bottom: 0;
  }
  #booking-bar .form-group.select i,
  #booking-strip .form-group.select i {
    bottom: 8px;
  }
  #booking-bar .double-date-picker,
  #booking-strip .double-date-picker {
    padding: 23px 10px 10px;
  }
  #booking-bar .form-group:not(.double-date-picker) .form-control,
  #booking-strip .form-group:not(.double-date-picker) .form-control {
    padding: 24px 10px 11px;
  }
  #booking-bar .btn,
  #booking-strip .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  #booking-strip {
    position: relative;
  }
  #booking-strip:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 50%, #FFFFFF 50%, #F2F4F9 50%, #F2F4F9 100%);
    z-index: -2;
  }
  #booking-strip:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #DADEE9;
    z-index: -1;
  }
  
  .has-datepicker-hidden .ui-datepicker-inline {
    position: absolute;
    z-index: 100;
    min-width: 225px;
  }
  
  section#two_column_boxes .two_column_box {
    border-width: 3px;
    box-shadow: 3px 3px 0px #AA0005;
    padding: 12px 10px;
  }
  section#two_column_boxes .two_column_box p {
    display: inline-block;
    white-space: nowrap;
  }
  section#two_column_boxes .two_column_box p + p {
    margin-left: 30px;
  }
  section#two_column_boxes .two_column_box img {
    width: 28px;
    vertical-align: -12px;
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  section#two_column_boxes .two_column_box p + p {
    margin-left: 75px;
  }
  section#two_column_boxes .two_column_box img {
    margin-right: 10px;
  }
}
/* @end */

/* @group booking-benefits */
#benefits-feature .col-xs-2 {
  width: 50px;
}
#benefits-feature .col-xs-10 {
  width: calc(100% - 50px);
  margin-left: 0;
}
#benefits-feature img {
  width: 36px;
}

@media (min-width: 768px) {
  #benefits-feature .col-xs-2 {
    width: 75px;
  }
  #benefits-feature .col-xs-10 {
    width: calc(100% - 75px);
    margin-left: 0;
  }
  #benefits-feature img {
    width: 54px;
  }
  #benefits-feature h3 {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  #benefits-feature .col-xs-2 {
    width: 100px;
  }
  #benefits-feature .col-xs-10 {
    width: calc(100% - 100px);
  }
  #benefits-feature img {
    width: 72px;
  }
  #benefits-feature h3 {
    margin-top: 22px;
  }
}
/* @end */

/* @group book-search-header */
#book-search-header ul.labels li,
#blog-info ul.labels li {
  background-color: #FF8136;
  color: #FFFFFF;
}
#book-search-header ul.labels li+li,
#blog-info ul.labels li+li {
	margin: 0 0 5px 5px;
}

@media (min-width: 768px) {
  #book-search-header p,
  #book-search-header ul {
    display: inline;
  }
  #book-search-header ul.labels li,
  #blog-info ul.labels li {
  	margin: 0 0 10px 10px;
  }
}

@media (min-width: 768px) {
  .book-search-options .dropdown {
    display: inline-block;
  }
}
/* @end */

/* @group book-search-refine */
#book-search-refine a,
#book-search-refine a i,
#book-search-xs-refine a,
#book-search-xs-refine a i {
  line-height: 24px;
  vertical-align: middle;
}
#book-search-refine a + a {
  margin-left: 10px;
}

#book-search-xs-refine .overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  overflow-y: scroll;
}
#book-search-xs-refine .overlay.open {
  display: block;
}
#book-search-xs-refine .overlay .header,
#book-search-xs-refine .overlay .body {
  padding: 20px;
}
#book-search-xs-refine .overlay .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #D8D8D8;
  z-index: 1;
}
#book-search-xs-refine .overlay .body {
	margin-top: 63px;
	margin-bottom: 81px;
}
#book-search-xs-refine .overlay .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 5px solid #DADEE9;
  padding: 10px 20px;
  z-index: 1;
}

@media (max-width: 767px) {
  #book-search-xs-refine .has-datepicker-hidden.active {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  #book-search-refine .dropdown.open {
    width: auto;
  }
  #book-search-refine .open > .dropdown-menu {
    width: auto;
    right: auto;
    min-width: 235px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  }
}
/* @end */

/* @group book-search-results */
#book-search-results .no-results b {
  font-weight: 700;
}
.index.rooms .item .panel {
  padding: 20px;
}
.index.rooms > .item {
  margin-bottom: 30px;
}
.index.rooms .item::not([style='display: none;']):last-of-type {
  margin-bottom: 0;
}
.index.rooms .item .amenities .material-icons.circled {
  font-size: 14px;
}
.index.rooms .item .add *,
#modal-guests-per-room .form-group * {
	vertical-align: middle;
}
.index.rooms .item .add .form-group,
#modal-guests-per-room .form-group {
	display: inline-block;
  width: 152px;
  margin-bottom: 0;
}
.index.rooms .item .add .input-group-addon a,
.index.rooms .item .add .form-control,
#modal-guests-per-room .input-group-addon a,
#modal-guests-per-room .form-control {
	width: 50px;
	height: 50px;
	background-color: #F2F4F9;
	border: 0;
	text-align: center;
}
.index.rooms .item .add .input-group-addon a,
#modal-guests-per-room .input-group-addon a {
	display: inline-block;
	line-height: 50px;
	color: #EC1E24;
}
.index.rooms .item .add .form-control,
#modal-guests-per-room .form-control {
	padding: 0;
	text-align: center;
	border-left: 1px solid #DADEE9;
	border-right: 1px solid #DADEE9;
}
.index.rooms .item .add .btn {
	line-height: 23px;
	padding: 8px 18px;
	margin-left: 10px;
}
.index.rooms .item .img-wrap {
  position: relative;
}

.index.rooms .item .img-wrap .open-gallery {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.index.rooms .item .modal .close-gallery {
  line-height: 1;
  top: 5px;
  right: 5px;
  color: #FFF;
}
.index.rooms .item .modal .close-gallery:hover {
  color: #FF8136;
}
.index.rooms .item .modal .panel {
  border-bottom: none;
  width: calc(100% - 32px);
  padding: 16px;
  max-width: none;
}
.index.rooms .item .carousel-control {
  top: 50%;
  transform: translateY(-50%);
}
.index.rooms .item .carousel-control.left {
  left: 0;
}
.index.rooms .item .carousel-control.right {
  right: 0;
}

section#book-search-results .benefits {
  padding: 15px 10px;
}
section#book-search-results .benefits img {
  width: 24px;
  vertical-align: -7px;
  margin-right: 5px
}

#modal-guests-per-room .items {
  margin: 15px 0;
}
#modal-guests-per-room .item + .item {
  margin-top: 5px;
}
#modal-guests-per-room .items + p {
  margin-bottom: 15px;
}

section#book-search-results .item .discount-notice p {
  border: 1px solid #49D18C;
  background: #EBFFF5;
  color: #188E4F;
  padding: 6px 12px 8px;
  margin: 6px 10px -12px;
}
section#book-search-results .item .discount-notice p b {
  font-weight: 700
}

@media (max-width: 991px) {
  section#book-search-results .benefits {
    margin: 30px;
  }
  section#book-search-results .benefits p {
    display: inline-block;
  }
  section#book-search-results .benefits p+p {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .index.rooms .item .image {
    padding: 0;
    margin: -20px -12px 0;
  }
  .index.rooms .item .amenities {
    margin-left: -12px;
    margin-right: -12px;
  }

  section#book-search-results .item .discount-notice {
    border-top: 1px solid #DADEE9;
    margin-top: 20px;
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
  }
}

@media (min-width: 768px) {
  .index.rooms > .item {
    margin-bottom: 40px;
  }
  .index.rooms > .item:not([style='display: none;']):last-of-type,
  .index.rooms > .item.last {
    margin-bottom: 0;
  }
  .index.rooms .item .panel {
    padding: 20px 20px 12px;
  }
  .index.rooms .item .row + .row {
    position: relative;
  }
  .index.rooms .item .row + .row:before {
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    left: -5px;
  }
  .index.rooms .item .amenities {
    position: relative;
  }
  .index.rooms .item .amenities:after {
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    height: 73px;
    border-right: 1px solid #DADEE9;
  }
  .index.rooms .item .price {
    width: 40%;
  }
  .index.rooms .item .price b {
    display: block;
    line-height: 15px;
  }
  .index.rooms .item .add {
    width: 60%;
    text-align: right;
  }
  
  .index.rooms .item .modal .panel {
    width: 690px;
    padding: 20px;
  }
  .index.rooms .item .modal .close-gallery {
    top: 20px;
    right: 50%;
    margin-right: -352px;
  }

  section#book-search-results .item .row.amenities-price {
    padding-bottom: 10px;
  }
  section#book-search-results .item .discount-notice p {
    padding: 7px 12px 9px;
    margin: 6px -10px -6px;
    padding: 2px 12px 4px;
  }
}
@media (min-width: 992px) {
  .index.rooms .item .col-md-5 {
    width: 40%;
  }
  .index.rooms .item .col-md-7 {
    width: 60%;
    padding-left: 10px;
  }
  .index.rooms .item .amenities:after {
    height: 80px;
  }
  .index.rooms .item .add .form-group {
    width: 122px;
  }
  .index.rooms .item .add .input-group-addon a,
  .index.rooms .item .add .form-control {
  	width: 40px;
  }
  .index.rooms .item .price {
    width: 34%;
  }
  .index.rooms .item .add {
    width: 66%;
  }
  .index.rooms .item .add .input-group-addon a,
  .index.rooms .item .add .form-control {
  	width: 40px;
  }
  
  .index.rooms .item .modal .panel {
    width: 930px;
    padding: 20px;
  }
  .index.rooms .item .modal .close-gallery {
    margin-right: -478px;
  }
  
  section#book-search-results .benefits {
    margin-top: 30px;
  }
  section#book-search-results .benefits p+p {
    margin-top: 10px;
  }
  
  section#book-search-results p.summary {
  	font-size: 14px;
    line-height: 22px;
  }

  section#book-search-results .item .row.amenities-price {
    padding-bottom: 12px;
  }
  section#book-search-results .item .discount-notice p {
    padding: 7px 12px 9px;
    margin: 6px -5px -6px;
    font-size: 14px;
    padding: 2px 12px 4px;
  }
}
@media (min-width: 1200px) {
  .index.rooms .item .add .form-group {
    width: 152px;
  }
  .index.rooms .item .add .input-group-addon a,
  .index.rooms .item .add .form-control {
  	width: 50px;
  }
}
/* @end */

/* @group reservation-summary */
.reservation-summary .breaker,
.booking-reserve .breaker,
#booking-confirmation .breaker {
  height: 1px;
  background-color: #DADEE9;
  margin-top: 15px;
  margin-bottom: 20px;
}

p.notice a {
  font-weight: 700;
}
p.notice a:hover,
.form-group-checkbox a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  #reservation-summary-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 5px solid #C80006;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 100;
  }
  #reservation-summary-footer .btn {
  	padding: 7px 20px;
  }
  
  #reservation-summary {
    display: none;
  }
  #reservation-summary.open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    display: block !important;
    padding: 0;
    overflow-y: scroll;
    background: #F2F4F9;
  }
  #reservation-summary.open h2 {
  	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	font-size: 14px;
  	padding: 20px;
  	background: #FFFFFF;
  	border-bottom: 1px solid #DADEE9;
  	z-index: 1;
  }
  #reservation-summary.open .items .title {
  	line-height: 20px;
  }
  #reservation-summary.open .btns {
  	margin-top: 20px;
  }
  #reservation-summary.open .btn {
  	width: 100%;
  }
}
@media (max-width: 767px) {
  #reservation-summary.open .panel {
  	margin: 81px 20px 20px;
  	padding: 20px 15px 25px;
  }
  #reservation-summary.open .btn.secondary {
  	margin-top: 10px;
  }
}

@media (min-width: 768px) AND (max-width: 991px) {
  #reservation-summary-footer {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  
  #reservation-summary.open h2 {
  	font-size: 20px;
  	padding: 30px;
	}
	#reservation-summary.open .panel {
		margin: 116px 30px 30px;
		padding: 30px 30px 35px;
	}
	#reservation-summary.open p.label {
		font-size: 14px;
	}
	#reservation-summary.open p.value,
	#reservation-summary.open .color-orange {
		font-size: 20px;
	}
	#reservation-summary.open .notice {
		margin-top: 40px;
	}
	#reservation-summary.open .remove {
		display: inline-block;
		margin-top: 5px;
	}
	#reservation-summary.open .item + .item {
		margin-top: 10px;
	}
  
  #reservation-summary.open .panel + .row {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 55px;
  }
  #reservation-summary.open .panel + .row p {
    padding: 10px 20px;
  }
}

@media (min-width: 992px) {
  .reservation-summary .panel {
    padding: 35px 25px;
  }
  #reservation-summary .item + .item {
  	margin-top: 10px;
  }
  .reservation-summary .remove {
  	font-size: 14px;
  }
  .reservation-summary .btn {
  	width: 100%;
  }
  
  #reservation-summary p {
  	font-size: 14px;
    line-height: 22px;
  }
}
/* @end */

/* @group booking-reserve */
#booking-reserve-steps .panel.step + .panel.step {
  margin-top: 20px;
}
#booking-reserve-steps .panel.step {
  padding: 20px 15px 25px;
}

#booking-reserve-steps #step1 .summary,
#booking-reserve-steps #step2 .extras,
#booking-reserve-steps #step3 .customer,
#booking-reserve-steps #step4 .options {
  margin-top: 20px;
}
#booking-reserve-steps #step1 .summary .item+.item {
  margin-top: 10px;
}
#booking-reserve-steps .step p.title,
#booking-reserve-steps .step .font-extended.color-orange,
#booking-reserve-steps .step .extras label,
#booking-reserve-steps .step .options label {
  line-height: 20px
}
#booking-reserve-steps .step p.title,
#booking-reserve-steps .step .extras label,
#booking-reserve-steps .step .options label {
  font-weight: 800;
}
#booking-reserve-steps #step1 p.guests,
#booking-reserve-steps .step p.info,
#booking-reserve-steps #step2 p.toggle-more {
  font-size: 9px;
  line-height: 12px;
}
#booking-reserve-steps #step1 p.guests,
#booking-reserve-steps .step p.info {
  color: #636C7D;
  margin-top: 5px;
}
#booking-reserve-steps #step2 p.info a {
  font-weight: 600;
}
#booking-reserve-steps .step h3 {
  font-size: 12px;
  line-height: 18px
}
#booking-reserve-steps .step p.notice {
  font-size: 9px;
  line-height: 12px;
  margin-top: 10px
}
#booking-reserve-steps #step1 p.notice a {
  font-weight: 700;
}

#booking-reserve-steps #step2 .extras .row + .row,
#booking-reserve-steps #step4 .options .row + .row {
  margin-top: 10px;
}
#booking-reserve-steps #step2 .extras .col-xs-1,
#booking-reserve-steps #step4 .options .col-xs-1 {
  width: 35px;
}
#booking-reserve-steps #step2 .extras .col-xs-8 {
  width: calc(75% - 35px);
}
#booking-reserve-steps #step4 .options .col-xs-11 {
  width: calc(100% - 35px);
}
#booking-reserve-steps #step2 .extras .form-group {
  margin-top: 5px;
}
#booking-reserve-steps #unfeatured-extras-toggle {
  display: inline-block;
  margin-top: 15px;
}
#booking-reserve-steps #unfeatured-extras-toggle.open {
  margin-bottom: 15px;
}
#booking-reserve-steps #unfeatured-extras-toggle i {
  vertical-align: middle;
}

#booking-reserve-steps .input-group * {
	vertical-align: middle;
}
#booking-reserve-steps .input-group .input-group-addon a,
#booking-reserve-steps .input-group .form-control {
	width: 50px;
	height: 50px;
	background-color: #F2F4F9;
	border: 0;
	text-align: center;
}
#booking-reserve-steps .input-group .input-group-addon a {
	display: inline-block;
	line-height: 50px;
	color: #EC1E24;
}
#booking-reserve-steps .input-group .form-control {
	padding: 0;
	text-align: center;
	border-left: 1px solid #DADEE9;
	border-right: 1px solid #DADEE9;
}

#booking-reserve-steps #step4 label.success  {
  color: green;
}
#booking-reserve-steps #stripe-element {
  margin-top: 10px;
  background: #F2F4F9;
  color: #151618;
  padding: 10px;
}
#booking-reserve-steps #stripe-errors  {
  margin-top: 5px;
}

#booking-reserve-wrap .step h2 {
  color: #EC1E24;
}
#booking-reserve-wrap .step h2 .part1 {
  color: #151618;
}
#booking-reserve-wrap .step h2 .part2 {
  color: #A1A6B4;
}

#booking-reserve-wrap #step4 button.disabled:hover {
  background-color: #FF8136;
}

@media (max-width: 991px) {
  body.booking-reserve #site-header,
  body.booking-reserve #site-footer {
    display: none;
  }
  body.booking-reserve #content {
    margin-top: 0;
  }
  #booking-reserve-header h1 {
  	position: fixed;
  	top: 0;
  	left: 0;
  	right: 0;
  	font-size: 20px;
  	line-height: 24px;
  	padding: 30px;
  	background: #FFFFFF;
  	border-bottom: 1px solid #DADEE9;
  	z-index: 1;
  }
  #booking-reserve-steps {
    padding-top: 126px;
    padding-bottom: 55px;
  }
  
  #booking-reserve-header h1 {
    font-size: 20px;
    text-align: center;
  }
  
  #booking-reserve-wrap .step .btns {
    margin-top: 30px;
  }
  #booking-reserve-wrap .step h3 {
    margin-bottom: 15px;
  }
  #booking-reserve-wrap .step .form-group-checkbox {
    margin-top: 20px;
  }
  #booking-reserve-wrap #step4 .form-group-checkbox {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #booking-reserve-wrap .step .summary small {
    color: #A1A6B4;
  }
  #booking-reserve-wrap #step4 .topay {
    margin-bottom: 20px;
  }
  #booking-reserve-wrap #step4 .topay .color-orange {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  #booking-reserve-header h1 {
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
  }
  
  #booking-reserve-steps {
    padding-top: 81px;
    padding-bottom: 30px;
  }
  #booking-reserve-wrap .step h3 {
    margin-bottom: 10px;
  }
  #booking-reserve-wrap .step .form-group-checkbox {
    margin-top: 10px;
  }
  #booking-reserve-wrap .step .btns {
    margin-top: 20px;
  }
  #booking-reserve-wrap #step4 .form-group-checkbox {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #booking-reserve-steps #step4 .btn{
    display: block;
    width: 100%;
  }
  #booking-reserve-steps #step4 .btn + .btn {
    margin-top: 10px;
  }
}
@media (max-width: 359px) {
  #booking-reserve-steps #stripe-element.StripeElement:not(.StripeElement--empty) {
    margin-left: -25px;
    margin-right: -25px;
    border: 1px solid #ddd;
  }
}

@media (min-width: 768px) {
  #booking-reserve-steps .panel.step + .panel.step {
    margin-top: 30px;
  }
  #booking-reserve-steps .panel.step {
    padding: 25px 30px 30px;
  }
  
  #booking-reserve-steps .step h2 {
    font-size: 18px;
    line-height: 20px;
  }
  #booking-reserve-steps #step1 .summary,
  #booking-reserve-steps #step2 .extras,
  #booking-reserve-steps #step3 .customer,
  #booking-reserve-steps #step4 .options {
    margin-top: 25px;
  }
  #booking-reserve-steps #step1 .summary .item+.item {
    margin-top: 20px;
  }
  #booking-reserve-steps .step .extras input[type="checkbox"] {
    position: relative;
    top: -3px
  }
  #booking-reserve-steps .step p.title,
  #booking-reserve-steps .step .font-extended.color-orange,
  #booking-reserve-steps .step .extras label,
  #booking-reserve-steps .step .options .row label {
    font-size: 18px;
    line-height: 20px;
  }
  #booking-reserve-steps #step1 p.guests
  #booking-reserve-steps .step p.info {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  #booking-reserve-steps .step p.notice {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px
  }

  #booking-reserve-wrap #step4 .btn + .btn {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  #booking-reserve-header h1 {
    font-size: 30px;
  }

  #booking-reserve-steps #step1 h3 + .row,
  #booking-reserve-steps #step2 h3 + .row,
  #booking-reserve-steps #step4 h3 + .row {
    margin-top: 13px;
  }
  
  #booking-reserve-steps #step2 .form-group-checkbox + .form-group-checkbox {
    margin-top: 20px;
  }
  
  #booking-reserve-steps #step3 .form-group-checkbox + .form-group-checkbox {
    margin-top: 20px;
  }
  #booking-reserve-steps p.notice {
    font-size: 14px;
    line-height: 22px;
  }

  #booking-reserve-wrap #step3 .col-md-6 {
    padding-right: 5px;
  }
  #booking-reserve-wrap #step3 .col-md-6 + .col-md-6 {
    padding-right: 15px;
    padding-left: 5px;
  }
  #booking-reserve-wrap #step3 .row + .form-group-checkbox {
    margin-top: 20px;
  }
  
  #booking-reserve-steps #promo-wrap .breaker {
    display: block;
  }
  #booking-reserve-steps .payment {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #booking-reserve-wrap #step4 .topay .color-orange {
    font-size: 28px;
    line-height: 30px;
  }
  #booking-reserve-steps #step4 .btns {
    margin-top: 30px;
  }
  #booking-reserve-steps #step4 .topay {
    position: relative;
    top: -5px;
  }
  #booking-reserve-steps #step4 .col-xs-6 + .col-xs-6 {
    text-align: right;
  }
  
  #booking-reserve-steps .panel.summary h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  #booking-reserve-steps .panel.summary .row p {
    font-size: 14px;
    line-height: 22px;
  }
  #booking-reserve-steps .panel.summary small {
    font-size: 11px;
    line-height: 14px;
  }
  #booking-reserve-steps .panel.summary .col-md-7 {
    padding-right: 5px;
  }
  #booking-reserve-steps .panel.summary .col-md-5 {
    padding-left: 5px;
  }
}
/* @end */

/* @group booking-confirmation */
#booking-confirmation h1 + p {
  margin-top: 20px;
}

#booking-confirmation #payment-failed {
  padding: 15px 20px 25px;
  margin: 20px 0;
}

@media (min-width: 768px) {
  #booking-confirmation .value,
    #booking-confirmation .color-orange {
    font-size: 20px;
    line-height: 28px
  }
  #booking-confirmation #payment-failed {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #booking-confirmation h1 + p {
    margin-bottom: 30px;
  }
}
/* @end */

/* @group book-view */
body.booking-view .heading p + p {
  margin-top: 15px;
}

body.booking-view .modal h2 + p {
  margin-top: 25px;
}
body.booking-view .modal p {
  margin-top: 15px;
}
body.booking-view .modal p + .btn {
  margin-top: 25px;
}

body.booking-view #payment-wrap h2 {
  font-size: 16px;
  line-height: 20px;
}
body.booking-view #payment-wrap p,
body.booking-view #payment-wrap .btn {
  margin-top: 15px;
}

body.booking-view .modal p.balance {
  font-size: 30px;
  line-height: 36px;
}

@media (max-width: 767px) {
  body.booking-view .modal .btn+.btn {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  body.booking-view .modal .btn+.btn {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  body.booking-view .heading p + p {
    margin-top: 20px;
  }

  body.booking-view .modal .panel {
    width: 425px;
  }
  
  body.booking-view #payment-wrap h2 {
    font-size: 24px;
    line-height: 30px;
  }
  body.booking-view #payment-wrap p,
  body.booking-view #payment-wrap .btn {
    margin-top: 20px;
  }
}
/* @end */

/* @group book-pay-balance */
#book-pay-balance {
  padding-top: 25px;
  padding-bottom: 50px;
}
#book-pay-balance p {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #book-pay-balance .btn+.btn {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  #book-pay-balance {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #book-pay-balance .btn+.btn {
    margin-left: 25px;
  }
}
@media (min-width: 768px) {
  #book-pay-balance p {
    margin-bottom: 30px;
  }
}
/* @end */

/* @group cookie-consent */
.cc-banner .cc-message {
  display: inline-block;
  font-family: 'Aktiv Grotesk', sans-serif;
  margin-right: 30px;
  font-size: 12px;
  line-height: 20px;
}
.cc-banner .cc-message .cc-link {
  padding: 0;
}

@media (min-width: 768px) {
  .cc-banner .cc-message {
    font-size: 14px;
    line-height: 22px;
  }
}
/* @end */

/* @group trusting-rate */
.home #locations,
.page.liverpool #title_wysiwyg,
.page.newcastle #title_wysiwyg,
.page.edinburgh #title_wysiwyg {
  padding-bottom: 40px;
  border-bottom: none;
}
@media (min-width: 768px) {
  .home #locations,
  .page.glasgow #title_wysiwyg,
  .page.liverpool #title_wysiwyg,
  .page.newcastle #title_wysiwyg,
  .page.edinburgh #title_wysiwyg {
    padding-bottom: 50px;
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .home #locations,
  .page.glasgow #title_wysiwyg,
  .page.liverpool #title_wysiwyg,
  .page.newcastle #title_wysiwyg,
  .page.edinburgh #title_wysiwyg {
    padding-bottom: 60px;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .home #locations,
  .page.glasgow #title_wysiwyg,
  .page.liverpool #title_wysiwyg,
  .page.newcastle #title_wysiwyg,
  .page.edinburgh #title_wysiwyg {
    padding-bottom: 80px;
    border-bottom: none;
  }
}

.trusting-rate {
  padding-bottom: 40px;
  border-bottom: 5px solid #C80006;
}
.trusting-rate .trusting-item i {
  color: #FFF;
  font-size: 28px;
  padding: 4px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.trusting-rate .trusting-item h2 {
  background-color: #FFFFFF;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  padding: 8px 15px;
  z-index: 1;
}
.trusting-rate .trusting-item.item0 i,
.trusting-rate .trusting-item.item2 i {
  background-color: #56B8FF;
  transform: rotate(-4deg);
  right: -3px;
  top: 2px;
}
.trusting-rate .trusting-item.item0 h2,
.trusting-rate .trusting-item.item2 h2 {
  color: #56B8FF;
  transform: rotate(1deg);
  left: -3px;
}
.trusting-rate .trusting-item.item1 i {
  background-color: #49D18C;
  transform: rotate(2deg);
  right: -3px;
  top: 2px;
}
.trusting-rate .trusting-item.item1 h2 {
  color: #49D18C;
  transform: rotate(-2deg);
  left: -3px;
}
.trusting-rate .trusting-item.item2 i {
  background-color: #B761FF;
}
.trusting-rate .trusting-item.item2 h2 {
  color: #B761FF;
}
.trusting-rate .trusting-item h2 + p {
  margin-top: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .trusting-rate .trusting-item + .trusting-item {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .trusting-rate {
    padding-bottom: 70px;
    border-bottom: 10px solid #C80006;
  }
  .trusting-rate p {
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .trusting-rate .trusting-item h2 + p {
    margin-top: 15px;
  }
  .trusting-rate .trusting-item i {
    padding: 10px;
  }
  .trusting-rate .trusting-item.item0 i,
  .trusting-rate .trusting-item.item2 i {
    right: -1px;
    top: -1px;
  }
  .trusting-rate .trusting-item.item1 i {
    right: -2px;
    top: -2px;
  }
  .trusting-rate .trusting-item h2 {
    font-size: 25px;
    line-height: 34px;
  }
}
@media (min-width: 1200px) {
  .trusting-rate {
    padding-bottom: 100px;
    border-bottom: 10px solid #C80006;
  }
  .trusting-rate .trusting-item i {
    padding: 12px;
  }
  .trusting-rate .trusting-item.item0 i,
  .trusting-rate .trusting-item.item2 i {
    top: -4px;
  }
  .trusting-rate .trusting-item.item1 i {
    right: 3px;
    top: -3px;
  }
  .trusting-rate .trusting-item h2 {
    font-size: 30px;
    line-height: 38px;
    padding: 8px 15px;
  }
}
/* @end trusting-rate */

/* @group currency popover */
.index.rooms .item .price {
  position: relative;
}
.currency-popover > a {
  color: #BDC3D3;
  outline: none;
}
.currency-popover > a i {
  font-size: 24px;
}
.currency-popover > a:hover {
  color: #FF8136;
}
.currency-popover .popover {
  width: 250px;
}
.currency-popover p,
.index.rooms .item .price .currency-popover p {
  margin: 0;
}
.currency-popover p + p,
.currency-popover p + ul,
.currency-popover ul + p,
.index.rooms .item .price .currency-popover p + p,
.index.rooms .item .price .currency-popover p + ul,
.index.rooms .item .price .currency-popover ul + p {
  margin-top: 10px;
}
.currency-popover ul {
  padding-left: 20px;
}
.currency-popover p.color-red,
.index.rooms .item .price .currency-popover p.color-red,
.currency-popover ul {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}
.currency-popover p.info,
.index.rooms .item .price .currency-popover p.info,
#booking-reserve-steps #step1 p.guests, #booking-reserve-steps #step4 .popover p.info {
  font-size: 14px;
  line-height: 20px;
  color: #151618;
}
.currency-popover p.info i {
  font-weight: 700;
  font-style: normal;
}
.currency-popover p.info a {
  font-weight: 700;
  text-decoration: underline;
}
.currency-popover p.info a:hover {
  color: #FF8136;
}
@media (max-width: 767px) {
  .floating-summary .currency-popover {
    margin-top: 5px;
  }
  .index.rooms .item .currency-popover > a {
    margin-left: 5px;
  }
}
@media (min-width: 768px) {
  .floating-summary .currency-popover {
    margin-top: 10px;
  }
  .index.rooms .item .currency-popover > a {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .index.rooms .item .currency-popover > a {
    right: -10px;
  }
  #reservation-summary p.color-red {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
  }
  #reservation-summary p.info {
    font-size: 14px;
    line-height: 20px;
    color: #151618;
  }
}
@media (min-width: 992px) {
  .index.rooms .item .currency-popover > a {
    right: 5px;
  }
}
/* @end currency popover */

/* @group intro-info */
.intro-info {
  background-color: #EC1E24;
  color: white;
  padding-top: 35px;
  padding-bottom: 50px;
}
.intro-info h2 {
  font-family: 'Aktiv Grotesk Extended', sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
}
.intro-info p {
  font-size: 16px;
  line-height: 24px;
}
.intro-info h2 + p {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .intro-info {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .intro-info h2 + p {
    margin-top: 21px;
  }
}
@media screen and (min-width: 992px) {
  .intro-info {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .intro-info h2 {
    font-size: 30px;
  }
  .intro-info p {
    font-size: 18px;
    line-height: 30px;
  }
  .intro-info h2 + p {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .intro-info {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
/* @end intro-info */

/* @group download-banner */
.download-banner {
  background: linear-gradient(to bottom, #EC1E24 50%, white 50%);
  display: flex;
}
.download-banner .container p.highlight {
  color: #EC1E24;
  font-size: 22px;
  line-height: 26px;
  font-family: 'Aktiv Grotesk Extended', sans-serif;
  font-weight: bold;
}
.download-banner .container {
  border: 10px solid #F2F4F9;
  z-index: 10;
  position: relative;
  padding-top: 30px;
  padding-bottom: 35px;
}
.download-banner .divider {
  position: absolute;
  border-top: 10px solid #C80006;
  width: 100%;
  align-self: center;
}
.download-banner .flex-align {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .download-banner {
    padding-right: 8px;
    padding-left: 8px;
  }
  .download-banner .divider {
    margin-left: -8px;
  }
  .download-banner .container [class*="col-"]:not(:first-child) > * {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .download-banner .container {
    padding-top: 39px;
    padding-bottom: 38px;
  }
  .download-banner .flex-align {
    flex-direction: row;
  }
  .download-banner .container p.highlight {
    line-height: 34px;
  }
  .download-banner .container [class*="col-"] p.highlight + p {
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .download-banner .container {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .download-banner .container p.highlight {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .download-banner .container {
    padding-top: 27px;
    padding-bottom: 28px;
  }
}
/* @end download-banner */

/* @group content-index */
.content-index {
  padding-top: 30px;
  padding-bottom: 50px;
  border-bottom: 10px solid #F2F4F9;
}
.content-index img.img-border {
  width: 80px;
  display: block;
  border: 5px solid #F2F4F9;
  border-radius: 50%;
  padding: 11px;
}
.content-index h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
}
.content-index .wrap-intro h2 {
  color: #EC1E24;
}
.content-index .wrap-intro p {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.content-index .wrap-intro h2 + p {
  margin-top: 15px;
}
.content-index .wrap-intro + .wrap-items {
  margin-top: 30px;
}
.content-index .wrap-items .wrap-info {
  display: block;
}
.content-index span.label {
  text-transform: uppercase;
  font-family: 'Aktiv Grotesk Extended', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  display: inline-block;
  padding: 6px 10px;
}
.content-index span.label + h2 {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .content-index .xs-flex-align {
    display: flex;
    align-items: flex-end;
  }
  .content-index a.image + a.info {
    margin-left: 16px;
  }
  .content-index .wrap-items > * + * {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .content-index {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .content-index .wrap-items.flex-align {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    align-content: space-around;
    justify-content: center;
  }
  .content-index .wrap-intro,
  .content-index .wrap-items {
    text-align: center;
  }
  .content-index .wrap-intro + .wrap-items {
    margin-top: 40px;
  }
  .content-index img.img-border {
    width: 130px;
    border: 10px solid #F2F4F9;
    padding: 19px;
    margin: auto;
  }
  .content-index .wrap-items a.image,
  .content-index .wrap-items a.info {
    display: block;
  }
  .content-index .wrap-items a.image + a.info {
    margin-top: 20px;
  }
  .content-index span.label + h2 {
    margin-top: 10px;
  }
  .content-index .wrap-items .clearfix {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .content-index {
    padding-top: 53px;
    padding-bottom: 130px;
  }
  .content-index h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .content-index .wrap-intro p {
    font-size: 18px;
    line-height: 26px;
  }
  .content-index .wrap-intro h2 + p {
    margin-top: 30px;
  }
  .content-index .wrap-items a.image + a.info {
    margin-top: 30px;
  }
  .content-index .wrap-items .clearfix {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .content-index {
    padding-top: 104px;
  }
}
/* @end content-index */

/* @group content-body */
.content-body {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-body .flex-align {
  display: flex;
  align-items: flex-end;
}
.content-body img.img-border {
  width: 80px;
  display: block;
  border: 5px solid #F2F4F9;
  border-radius: 50%;
  padding: 11px;
}
.content-body .flex-align h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
}
.content-body .flex-align span.label {
  text-transform: uppercase;
  font-family: 'Aktiv Grotesk Extended', sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  display: inline-block;
  padding: 6px 10px;
}
.content-body .flex-align span.label + h2 {
  margin-top: 5px;
}
.content-body .divider {
  border-top: 10px solid #F2F4F9;
  margin-top: 30px;
  margin-bottom: 40px;
}
.content-body .from-wysiwyg {
  font-size: 16px;
  line-height: 24px;
}
.content-body .from-wysiwyg img {
  max-width: 100%;
  height: auto;
}
.content-body .from-wysiwyg blockquote {
  color: black;
  font-family: 'Aktiv Grotesk Extended', sans-serif;
  font-weight: bold;
  border: 10px solid #F2F4F9;
  padding: 35px 30px;
  margin-top: 0px;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  max-width: 100%;
}
.content-body .from-wysiwyg .highlight {
  font-size: 22px;
  line-height: 30px;
  color: #EC1E24;
  font-family: 'Aktiv Grotesk Extended', sans-serif;
  font-weight: bold;
}
.content-body .from-wysiwyg> * + *,
.content-body .from-wysiwyg> * + blockquote {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .content-body .back-top {
    align-self: flex-start;
  }
  .content-body .back-top a {
    margin-top: 11px;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .content-body {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .content-body img.img-border {
    width: 130px;
    border: 10px solid #F2F4F9;
    padding: 19px;
  }
  .content-body .flex-align span.label + h2 {
    margin-top: 15px;
  }
  .content-body .flex-align div:not(:first-child) { /* Apply margin-bottom to align with image */ 
    margin-bottom: 29px;
  }
  .content-body .divider {
    margin-top: 50px;
    margin-bottom: 65px;
  }
  .content-body .img-border {
    width: 130px;
    height: 130px;
    border: 10px solid #F2F4F9;
    border-radius: 50%;
  }
  .content-body .from-wysiwyg blockquote {
    padding: 38px 50px 42px;
  }
  .content-body .back-top a {
    color: #EC1E24;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
  }
  .content-body .back-top img {
    margin-left: 10px;
  }
}
@media screen and (min-width: 992px) {
  .content-body {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .content-body .flex-align h2 {
    font-size: 30px;
  }
  .content-body .flex-align span.label {
    font-size: 18px;
    line-height: 23px;
  }
  .content-body .divider {
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .content-body .from-wysiwyg .highlight {
    font-size: 30px;
    line-height: 34px;
  }
  .content-body .from-wysiwyg {
    font-size: 18px;
    line-height: 30px;
  }
  .content-body .from-wysiwyg blockquote {
    font-size: 18px;
    line-height: 22px;
  }
  .content-body .from-wysiwyg> * + *,
  .content-body .from-wysiwyg> * + blockquote {
    margin-top: 30px;
  }
  .content-body .from-wysiwyg p.highlight + * {
    margin-top: 40px;
  }
  .content-body .back-top a {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .content-body {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .content-body .divider {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .content-body .from-wysiwyg p.highlight + *,
  .content-body .from-wysiwyg> * + blockquote,
  .content-body .from-wysiwyg blockquote + * { 
    margin-top: 40px;
  }
}
/* @end content-body */

/* @group content-location */
.content-location h3,
.content-location .from-wysiwyg h4 {
  font-family: 'Aktiv Grotesk Extended', sans-serif;
  font-weight: bold;
  color: #EC1E24;
  font-size: 16px;
  line-height: 24px;
}
.content-location .from-wysiwyg h4 {
  font-family: 'Aktiv Grotesk Condensed', sans-serif;
  font-weight: normal;
}
.content-location .from-wysiwyg img {
  max-width: 100%;
  height: auto;
}
.content-location .wrap-quote {
  border: 10px solid #F2F4F9;
}
.content-location .wrap-quote img {
  margin: -10px;
  margin-bottom: 0px;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
  object-fit: cover;
}
.content-location .from-wysiwyg blockquote {
  border: 10px solid #F2F4F9;
  color: black;
  font-family: 'Aktiv Grotesk Extended', sans-serif;
  font-weight: bold;
  padding: 10px 30px;
  margin-top: 0px;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  max-width: 100%;
}
.content-location .wrap-quote .from-wysiwyg  {
  padding: 10px 20px;
  font-size: inherit;
  line-height: inherit;
}
.content-location .wrap-intro h3 + .from-wysiwyg {
  margin-top: 25px;
}
.content-location .wrap-intro + .wrap-quote,
.content-location .wrap-quote + .wrap-detail.from-wysiwyg {
  margin-top: 30px;
}
.content-location .wrap-intro .from-wysiwyg> * + *,
.content-location .wrap-quote .from-wysiwyg> * + *,
.content-location .wrap-detail.from-wysiwyg> * + * {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .content-location .wrap-quote {
    display: flex;
    align-items: center;
  }
  .content-location .wrap-quote img {
    width: 50%;
    margin: -10px;
    margin-right: 0px;
  }
  .content-location .from-wysiwyg blockquote {
    padding: 20px 50px;
  }
  .content-location .wrap-quote .from-wysiwyg {
    padding: 20px 30px;
  }
  .content-location .wrap-intro + .wrap-quote {
    margin-top: 25px;
  }
  .content-location .wrap-intro .from-wysiwyg> * + *,
  .content-location .wrap-quote .from-wysiwyg> * + *,
  .content-location .wrap-detail.from-wysiwyg> * + * {
    margin-top: 25px;
  }
  .content-location .from-wysiwyg> * + img,
  .content-location .from-wysiwyg img + * {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .content-location h3,
  .content-location .from-wysiwyg h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .content-location .from-wysiwyg blockquote {
    font-size: 18px;
    line-height: 22px;
  }
  .content-location .wrap-quote .from-wysiwyg {
    padding: 20px 40px;
  }
  .content-location .wrap-intro h3 + .from-wysiwyg {
    margin-top: 30px;
  }
  .content-location .wrap-intro + .wrap-quote {
    margin-top: 30px;
  }
  .content-location .wrap-intro .from-wysiwyg> * + *,
  .content-location .wrap-quote .from-wysiwyg> * + *,
  .content-location .wrap-detail.from-wysiwyg> * + * {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .content-location .wrap-quote .from-wysiwyg {
    padding: 20px 50px;
  }
  .content-location .wrap-intro + .wrap-quote,
  .content-location .wrap-quote + .wrap-detail.from-wysiwyg {
    margin-top: 40px;
  }
  .content-location .from-wysiwyg> * + img,
  .content-location .from-wysiwyg img + * {
    margin-top: 40px;
  }
}
/* @end content-location */
/* @group location-curiosity-banner */
.location-curiosity-banner {
  background-color: #EC1E24;
  border-top: 10px solid #C80006;
  border-bottom: 10px solid #C80006;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.location-curiosity-banner span {
  font-family: 'Aktiv Grotesk Extended', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  padding: 10px 18px;
  width: auto;
  display: inline-block;
  text-align: center;
  background: #424E8F;
  transform: rotate(-2.0deg);
  position: relative;
}
.location-curiosity-banner p {
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .location-curiosity-banner {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 992px) {
  .location-curiosity-banner {
    padding-top: 50px;
    padding-bottom: 55px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .location-curiosity-banner span{
    font-size: 30px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1199px) {
  .location-curiosity-banner span {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .location-curiosity-banner {
    padding-top: 70px;
    padding-bottom: 80px;
    margin-bottom: 70px;
    margin-top: 70px;
  }
}

/* @end location-curiosity-banner */

/* @group power-page borders */
.power-page .from-wysiwyg a {
	color: #FF8136;
}
.power-page .from-wysiwyg a:hover {
	/* font-weight: bold; */
	transition:  0.1s ease-in-out;
}
.power-page .content-body + .content-body {
  border-top: 10px solid #F2F4F9;
}
.power-page .content-body + .content-location {
  margin-top: -40px;
  padding-top: 30px;
}
.power-page .content-location + .content-location,
.power-page .content-location + .wonky-cta {
  margin-top: 60px;
}
.power-page .content-location + .location-curiosity-banner,
.power-page .location-curiosity-banner + .content-location {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .power-page .content-body + .content-location {
    margin-top: -70px;
  }
  .power-page .content-location + .content-location {
    margin-top: 70px;
  }
  .power-page .content-location + .location-curiosity-banner,
  .power-page .location-curiosity-banner + .content-location {
    margin-top: 70px;
  }
  .power-page .content-location + .wonky-cta {
    margin-top: 90px;
  }
}
@media screen and (min-width: 992px) {
  .power-page .content-body + .content-location {
    margin-top: -90px;
  }
  .power-page .content-location + .location-curiosity-banner {
    margin-top: 80px;
  }
  .power-page .content-location + .wonky-cta {
    margin-top: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .power-page .content-body + .content-location {
    margin-top: -100px;
  }
  .power-page .content-location + .content-location {
    margin-top: 80px;
  }
  .power-page .content-location + .location-curiosity-banner,
  .power-page .location-curiosity-banner + .content-location {
    margin-top: 100px;
  }
  .power-page .content-location + .wonky-cta {
    margin-top: 130px;
  }
}
/* @end power-page borders */