.c-alert {
  padding: 25px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto; }
  .c-alert .c-alert-inner,
  .c-alert .c-alert-inner > .row {
    background: white; }
  .c-alert .image-container {
    position: relative;
    min-height: 180px; }
  .c-alert .image-container img {
    width: 100%; }
  .c-alert .c-alert p {
    font-size: 14px; }
  .c-alert .alert-logo {
    margin-right: 20px; }
  .c-alert .alert-logo:last-child {
    margin-right: 0; }
  @media (min-width: 768px) {
    .c-alert {
      text-align: left; } }

/* Body */
/* Typography */
/* Header*/
/* Buttons */
/* Panels*/
/* Panel Background*/
/* Highlight */
/* Calendar*/
/**forms */
.c-banners {
  position: relative;
  margin-bottom: 25px; }
  @media (max-width: 1200px) {
    .c-banners.has-scroll-prompt {
      margin-bottom: 75px !important; } }
  .c-banners .banners {
    display: block; }
    .c-banners .banners .banner-item {
      padding: 40px; }
  .c-banners .banner::after {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .c-banners .banner-item {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 70px 30px; }
    .c-banners .banner-item .content {
      position: relative;
      z-index: 3;
      display: flex;
      flex-direction: column;
      height: 100%;
      align-items: center; }
      .c-banners .banner-item .content .stamp {
        z-index: 10;
        background: #a18f5b;
        color: white;
        max-width: 885px;
        margin: 0 auto 45px;
        position: relative;
        border-radius: 50%;
        width: 115px;
        height: 115px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase; }
      .c-banners .banner-item .content .stamp p {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 13px;
        text-transform: uppercase;
        font-family: "Montserrat"; }
      .c-banners .banner-item .content .stamp * {
        margin-bottom: 0; }
      .c-banners .banner-item .content h1.banner-primary-text,
      .c-banners .banner-item .content h2.banner-primary-text,
      .c-banners .banner-item .content h3.banner-primary-text,
      .c-banners .banner-item .content span.banner-primary-text,
      .c-banners .banner-item .content .banner-primary-text {
        font-size: 72px;
        font-family: 'heatsregular';
        color: #fff;
        font-size: 72px;
        text-transform: none !important;
        line-height: 1;
        margin-bottom: 0.5rem; }
      .c-banners .banner-item .content h2:not(.banner-primary-text) {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 8px;
        font-weight: lighter;
        margin-bottom: 0;
        color: #fff;
        line-height: 1.75; }
    .c-banners .banner-item--bottom .content {
      justify-content: flex-end; }
    .c-banners .banner-item--top .content {
      justify-content: flex-start; }
    .c-banners .banner-item--centre .content {
      justify-content: center; }
    .c-banners .banner-item--justified .content {
      justify-content: space-between; }
  .c-banners .banner-body {
    max-width: 885px;
    margin: 0 auto 45px;
    position: relative; }
  .c-banners table {
    border: none; }
  .c-banners table td {
    border-right: 1px solid rgba(255, 255, 255, 0.5); }
    .c-banners table td:last-of-type {
      border: none; }
  @media (min-width: 1200px) {
    .c-banners {
      margin-bottom: 0; }
      .c-banners .banners {
        display: block;
        /*
            &--takeover {
                .banner-item {
                    max-height: 900px;
                }
            }

            &--short {
                .banner-item {
                    max-height: 492px;
                }
            }*/ }
        .c-banners .banners .banner-item {
          padding: 0; }
        .c-banners .banners--takeover .banner-item {
          height: calc(92vh - 80px);
          min-height: 400px; }
        .c-banners .banners--short .banner-item {
          height: calc(60vh);
          min-height: 492px; }
        .c-banners .banners--standard .banner-item {
          height: calc(83vh);
          max-height: 478px; }
      .c-banners .banner-item .content h1.banner-primary-text,
      .c-banners .banner-item .content h2.banner-primary-text,
      .c-banners .banner-item .content h3.banner-primary-text,
      .c-banners .banner-item .content span.banner-primary-text,
      .c-banners .banner-item .content .banner-primary-text {
        font-size: 180px; }
      .c-banners .banner-item .content h2 {
        font-size: 24px; } }

.c-slider {
	padding: 20px;
	/*
    .slick-next.slick-arrow {
        background-image: url('/dist/assets/img/website/slider/right.svg');
        background-size: 77px 10px;
        background-position: center center;
        background-repeat: no-repeat;
    }*/
}

	.c-slider .slider-item {
		max-width: 300px;
		width: 100%;
		height: 100%;
		margin-right: 20px;
		height: 450px;
	}

		.c-slider .slider-item:last-of-type {
			margin-right: 0;
		}

	.c-slider .slick-next {
		width: 77px;
		height: 10px;
		left: calc(-12.5vw + 77px);
	}

		.c-slider .slick-next:before {
			display: none;
		}

	.c-slider .slick-prev.slick-arrow {
		display: none !important;
	}

	.c-slider .slick-next.slick-arrow {
		display: none !important;
		background-image: url("/dist/assets/img/website/slider/left.svg");
		background-size: 77px 10px;
		background-position: center center;
		background-repeat: no-repeat;
	}

@media (min-width: 1200px) {
	.c-slider {
		padding: 0 50px 0 12.5vw;
	}

		.c-slider .slider-item {
			height: 840px;
			max-width: 600px;
		}

		.c-slider .slick-next.slick-arrow {
			display: block !important;
		}
}

/*.c-form .umbraco-forms-caption {
  font-size: 2em !important;
  line-height: 2em !important;
  display: none; }
*/
.c-form {
	/*background-color: #eae5e3;*/
	/*
    .pleaseconfirmthatyouhavereadthegolfahrefmediafhfb5kcurockliffehallgolfcovid19userguide110321pdfcovid19userguideaandagreetocomply label {
        display: inline-block;
        position: relative;
        right: -50px;
        bottom: -45px;*/
	/*    }*/
	/*
    .yesigivepermissiontostoreandprocessmydata label {
        display: inline-block;
        position: relative;
        right: -50px;
        bottom: -45px;
    }

    .iamhappyforrockliffehalltocontactmeinrelationtomybooking label {
        display: inline-block;
        position: relative;
        right: -50px;
        bottom: -45px;
    }



    .inconfirmingthisreservationiacknowledgethatthemeasuresimplementedbyrockliffehalltomitigatethetransmissionofcovid19placepersonalresponsibilityonmeforadheringtotherequirementsincludingbutnotlimitedtothoserelatingtosocialdistancingpersonalhygienetestingandreportinghealthissuesselfisolatingandquarantininginaccordancewithgovernmentguidelinesiacceptthattheseprovisionsarerequiredtoprotectthehealthandwellbeingofmemyfamilyfellowguestsandteammembersatrockliffehalliunderstandthatfailuretocomplywithanyoftheserequirementsisaseriousmatterandmayresultinmebeingrequestedtoleavetherockliffehallresort label {
        display: inline-block;
        position: relative;
        right: -50px;
        bottom: -45px;
    }

    .pleaseconfirmthatyouhavereadthegolfcovid19userguideandagreetocomply label {
        display: inline-block;
        position: relative;
        right: -50px;
        bottom: -45px;
    }

    .ideclarethattheinformationihaveprovidedinthisformisaccurateandcorrectthaticonsenttoatemperaturecheckonarrivalatrockliffehallandthatihavenotwithinthepast10daysbeenincontactwithanyonewithsuspectedorconfirmedcovid19iunderstandthatmyinformationmaybeusedtocomplywithgovernmentcontacttracingpurposes label {
        display: inline-block;
        position: relative;
        right: -50px;
        bottom: -45px;
    }



    .iagreetotheahrefprivacycookiepolicytarget_blankprivacynoticeandtermsofusea label {
        display: inline-block;
        position: relative;
        right: -50px;
        bottom: -45px;
    }

    .termsandconditionsiconfirmthattheaboveinformationiscorrectandthatshouldanycircumstancesoccurthatrendertheinformationincorrectwillnotifyrockliffehallinwritingihavereadandreceivedacopyofthespaandgolfmembershiptermsandconditionsofusageandagreetoabidebythem label {
        display: inline-block;
        position: relative;
        right: -50px;
        bottom: -45px;
    }*/
	/*    .signmeupforoffersnewsandpromotionsviaemail label {
        display: inline-block;
        position: relative;
        right: -50px;
        bottom: -45px;
    }*/
	/*.umbraco-forms-form fieldset {
        padding: 1em 1em 0em 0em;
        margin: 0 0 1.5em 0;*/
	/*border: none !Important;*/
	/*}*/
	/*    .umbraco-forms-form select:focus {
        color: #212529
    }

    .umbraco-forms-form select:checked {
        color: #212529
    }*/
	/*.umbraco-forms-form span.checkboxlist, */
	/*    .umbraco-forms-form .checkbox input {
        height: 28px;
        width: 28px;
        line-height: 28px;
        position: relative;
        top: 6px;
        margin-right: 10px;
    }*/
	/*.umraco-forms-form .checkboxlist .form-check {
        display: block;
        min-height: 1.5rem;
        padding: 0;
        margin-bottom: 0.125rem;
    }

    .umbraco-forms-form .checkboxlist input*/
	/*.umbraco-forms-form .radiobuttonlist input*/
	/*.umbraco-forms-form .checkbox input*/
	/*{
        width: 50px
    }

    .umbraco-forms-form .checkboxlist input[type="checkbox"] {
        float: left;
        clear: none;
        margin: 2px 0 0 2px;
    }

    .umbraco-forms-form .checkboxlist input:checked[type="checkbox"] {
        width: 50px;*/
	/*        line-height: 28px;
        position: relative;
        top: 6px;
        margin-right: 10px;
        width: 50px;
        margin: 2px 0 0 2px;*/
	/*}*/
	/*    .umbraco-forms-form .checkbox span.field-validation-error {
        position: relative;
        top: 50px;
    }*/
}

	.c-form a {
		color: #212529;
	}

	.c-form .checkbox label {
		max-width: 85%;
	}

@media (min-width: 1200px) {
	.c-form .checkbox label {
		max-width: unset;
	}
}

.c-form .form-control::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #999;
	opacity: 1;
	/* Firefox */
}

.c-form .form-control {
	color: #212529;
}

.c-form .form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='pink'/%3e%3c/svg%3e");
}

.c-form .c-form-inner {
	max-width: 950px;
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}

.c-form .form-control, .c-form .form-select {
	font-size: 16px;
	padding: 20px 23px;
	margin-bottom: 30px;
}

.c-form .form-check-input {
	margin-top: 0;
}

.c-form .itisimportantyouareawarethatyoumustarriveatthecoursenomorethan15minutespriortoyourreservedteetimepleasetravelreadytoplayingolfattireandchangefootwearinthecarpark p {
	color: #212529;
	display: block;
	font-family: 'Montserrat';
	font-size: .8125rem;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}

.c-form .covidquestionsintro p{
	color: #212529;
	display: block;
	font-family: 'Montserrat';
	font-size: .8125rem;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}

.c-form .itisimportantthatyoucompletethefollowingcovid19basedquestionspriortoarrivalifyouoranyoneinyourhouseholdhasexperiencedanyofthesesymptomsoryouhavebeenadvisedtoselfisolatepleasecontactamemberoftheteamon01325729999todiscussyourupcomingreservation p {
	color: #212529;
	display: block;
	font-family: 'Montserrat';
	font-size: .8125rem;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}

.c-form .pleasenotethatwinterwheelsareessentialtoplaythecourseformoreinformationortospeaktoamemberoftheteampleasecalltheproshopon01325729980oremailgolfrockliffehallcom p {
	color: #212529;
	display: block;
	font-family: 'Montserrat';
	font-size: .8125rem;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}

.c-form .iagreetotheahrefprivacycookiepolicytarget_blankprivacynoticeandtermsofusea .form-check-input:checked[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
}

.c-form .recaptcha {
	margin-top: 50px;
}

	.c-form .recaptcha label {
		display: none;
	}

.c-form .emailpreferences label {
	display: none;
}

.c-form .form-check {
	display: block;
	min-height: 1.5rem;
	padding: 0;
	margin-bottom: 0.125rem;
	display: inline-flex;
}

	.c-form .form-check label {
		float: left;
		clear: none;
		display: block;
		padding: 0px 1em 0px 8px;
	}

.c-form input[type=radio] {
	float: left;
	clear: none;
	margin: 2px 0 0 2px;
}

.c-form .custom-switch.umbraco-forms-form span.checkboxlist {
	display: block;
	float: left;
	padding: 10px;
}

.c-form .custom-switch.form-check-input:checked[type="checkbox"] {
	height: 28px;
	width: 28px;
	line-height: 28px;
	position: relative;
	top: 6px;
	margin-right: 10px;
}

.c-form .form-check-input:checked[type="checkbox"] {
	height: 28px;
	width: 28px;
	line-height: 28px;
	position: relative;
	top: 6px;
	margin-right: 10px;
	background-color: #425260;
}

.c-form .form-check-input:checked[type="radio"] {
	background-color: #3D4D5A;
	border: 3px solid #fff;
	background-image: none;
	/*outline: 2px solid #3D4D5A;*/
}

.c-form .form-check-input[type="radio"] {
	border-radius: 50%;
	transform: scale(1.5);
	background-color: #fff;
}

.c-form label {
	color: #212529;
	display: block;
	font-family: 'Montserrat';
	font-size: .8125rem;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 10px;
}

.c-form h4, .c-form h4 {
	font-size: 35px;
	text-align: center;
	margin-bottom: 40px;
}

.c-form .umbraco-forms-form {
	/*background-color: #dfd7cc;*/
	padding: 10px 0px 10px 0px;
}

@media (min-width: 768px) {
	.c-form .umbraco-forms-container {
		flex: 2;
	}
}

.c-form .umbraco-forms-caption {
	font-size: 2em !important;
	line-height: 2em !important;
}

.c-form .umbraco-forms-field {
	clear: both;
	margin-bottom: 20px;
}

	.c-form .umbraco-forms-field div label {
		display: inline;
		text-transform: none;
	}

.c-form label.umbraco-forms-label {
	/*font-weight: bold;*/
	/*        display: block;
        background: transparent !important;*/
}

.c-form .umbraco-forms-form small {
	display: block;
	float: left;
	clear: both;
	padding: 5px 5px 5px 200px;
}

.c-form .umbraco-forms-form .umbraco-forms-navigation {
	padding: 1em 0em;
}

.c-form .umbraco-forms-form legend {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	display: block;
}

.c-form .umbraco-forms-form input.text, .c-form .umbraco-forms-form input.title {
	margin-bottom: 30px;
	border: 1px solid #bbb;
	color: #999;
}

.c-form umbraco-forms-form select option {
	color: #999;
}

.c-form .umbraco-forms-form select:invalid {
	color: #ff0000;
}

.c-form select:invalid {
	color: green;
}

.c-form .umbraco-forms-form input.text:focus, .c-form .umbraco-forms-form input.title:focus, .c-form .umbraco-forms-form textarea:focus, .c-form .umbraco-forms-form select:focus {
	border: 1px solid #666;
}

.c-form .umbraco-forms-form input.text, .c-form .umbraco-forms-form textarea {
	/* max-width: 400px !important;*/
	padding: 5px;
	display: block;
	/*width: 95%;*/
}

.c-form .umbraco-forms-form textarea {
	height: 250px;
}

.c-form .umbraco-forms-form input.fileupload {
	height: auto !important;
}

.c-form .umbraco-forms-form span.radiobuttonlist, .c-form .umbraco-forms-form span.checkbox {
	display: block;
	float: left;
	padding: 10px;
}

.c-form .umbraco-forms-form .checkboxlist label {
	display: inline-block;
	position: relative;
	bottom: -10px;
}

.c-form .form-check-input:checked[type="radio"] label {
	text-transform: uppercase;
}

.c-form .umbraco-forms-form input[type="checkbox"] {
	height: 28px;
	width: 28px;
	line-height: 28px;
	position: relative;
	top: 6px;
	margin-right: 10px;
}

.c-form .form-check-input:checked[type="checkbox"] {
	height: 28px;
	width: 28px;
	line-height: 28px;
	position: relative;
	top: 6px;
	margin-right: 10px;
}

.c-form .umbraco-forms-form .hiddenfield {
	display: none;
}

.c-form .umbraco-forms-button {
	margin-right: 10px;
	padding: 2px 10px;
}

.c-form button {
	display: block;
	border: solid 2px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	cursor: pointer;
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 24px 32px;
	background-color: #9a9287;
	color: #fff;
	border-color: #9a9287;
	min-width: 236px;
	transition: all 0.1s ease-in-out;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
}

	.c-form button:hover {
		color: #fff;
		text-decoration: none;
		opacity: 0.8;
	}

.c-form .umbraco-forms-error-message {
	padding: .8em;
	margin-bottom: .5em;
	border: 2px solid #FBC2C4;
}

.c-form .umbraco-forms-error-message {
	background: #FBE3E4;
	color: #8a1f11;
}

.c-form .umbraco-forms-form input.contourError, .c-form .umbraco-forms-form textarea.contourError, .c-form .umbraco-forms-form input.input-validation-error,
.c-form .umbraco-forms-form textarea.input-validation-error {
	background: #FBE3E4;
	border-color: #FBC2C4;
}

.c-form .umbraco-forms-form span.contourError, .c-form .umbraco-forms-form span.field-validation-error {
	color: #8a1f11 !important;
	background: transparent !important;
	display: block;
}

.c-form .umbraco-forms-form .checkbox {
	display: flex;
	flex-direction: column;
}

.c-form .umbraco-forms-form #recaptcha_widget_div {
	margin-left: 200px;
}

.c-form .umbraco-forms-form .field-validation-error {
	padding-left: 5px;
}

.c-form .umbraco-forms-form.eventenquiry {
	padding-top: 60px;
	background: #dfd7cc;
}

.c-form .umbraco-forms-form .checkbox .umbraco-forms-field-wrapper {
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}

	.c-form .umbraco-forms-form .checkbox .umbraco-forms-field-wrapper .field-validation-error {
		order: 3;
		margin-top: 12px;
		display: inline-flex;
		width: 100%;
	}

	.c-form .umbraco-forms-form .checkbox .umbraco-forms-field-wrapper .umbraco-forms-label {
		order: 1;
		position: relative;
		top: 10px;
	}

	.c-form .umbraco-forms-form .checkbox .umbraco-forms-field-wrapper input[type=checkbox] {
		order: 2;
	}

.c-form .umbraco-forms-label a {
	text-decoration: underline;
	font-weight: bold;
}

.umbraco-forms-hidden {
	display: mone;
}

.c-intro {
  position: relative;
  z-index: 2;
  padding-bottom: 100px; }
  .c-intro .c-intro-inner {
    margin: 0 auto;
    max-width: 855px;
    text-align: center; }
  .c-intro .btn-container {
    margin-top: 50px; }

.p-text-image .image-wrapper, .p-text-image .image-wrapper-2, .p-text-image .image-wrapper-3 {
  height: 350px; }

@media (min-width: 1200px) {
  .p-text-image .image-wrapper {
    height: 450px; }
  .p-text-image .image-wrapper-3 {
    height: 650px; } }

.pi-text-image {
  width: 100%;
  height: 549px;
  /*    margin-bottom: 55px;*/
  position: relative;
  margin-bottom: 30px;
  /*
    .has-bg-image, .has-parallax {
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }*/ }
  .pi-text-image table, .pi-text-image td, .pi-text-image tr {
    border: none; }
  .pi-text-image--extended {
    height: auto; }
    .pi-text-image--extended .text-image-body {
      text-align: left;
      font-size: 18px;
      font-weight: 300; }
    .pi-text-image--extended .detail-item-container {
      margin-top: 40px; }
    .pi-text-image--extended .detail-item {
      text-align: left;
      border: solid 1px #e8e3e1;
      padding: 20px 20px 20px 55px;
      border-radius: 5px;
      margin-bottom: 10px;
      background-repeat: no-repeat;
      background-size: 20px 25px;
      background-position: 20px center;
      font-size: 14px;
      font-weight: 300; }
    .pi-text-image--extended .text-image-content {
      position: relative;
      z-index: 2;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      color: white; }
      .pi-text-image--extended .text-image-content .primary {
        font-family: "Playfair Display";
        font-size: 32px; }
      .pi-text-image--extended .text-image-content .secondary {
        font-size: 14px;
        font-weight: 300;
        font-family: "Montserrat";
        text-transform: uppercase; }
  .pi-text-image--detailed .text-image:hover:after {
    display: none !important; }
  .pi-text-image--detailed .text-image .text-image-content {
    z-index: 6 !important;
    justify-content: space-between !important;
    position: relative;
    /*&:before {
                content: '';
                display: block;
                height: 80%;
                max-height: 239px;
                width: 1px;
                background: #fff;
                position: absolute;
                left: 40px;
                top: 135px;
                opacity: 0.2;
            }*/ }
  .pi-text-image--detailed .btn-container {
    justify-content: flex-start; }
  .pi-text-image--detailed .btn {
    min-width: 0;
    margin-bottom: 0;
    margin-right: 5px; }
  .pi-text-image .text-image {
    height: 100%;
    position: relative;
    /*     &:hover:after {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: 0.3;
            background: black;
            display: block;
            content: '';
            z-index: 1;
        }*/ }
    .pi-text-image .text-image .text-image-content {
      position: relative;
      z-index: 2;
      padding: 25px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      color: white; }
      @media (min-width: 375px) {
        .pi-text-image .text-image .text-image-content {
          padding: 35px; } }
      @media (min-width: 1200px) {
        .pi-text-image .text-image .text-image-content {
          padding: 45px 35px; } }
      .pi-text-image .text-image .text-image-content .primary {
        font-family: "Playfair Display";
        font-size: 32px; }
      .pi-text-image .text-image .text-image-content .secondary {
        font-size: 14px;
        font-weight: 300;
        font-family: "Montserrat";
        text-transform: uppercase; }
  .pi-text-image a:hover {
    text-decoration: none; }

.c-split-block + .c-pods .pi-text-image {
  height: auto; }
  .c-split-block + .c-pods .pi-text-image .dummy {
    padding-top: 75%; }
  .c-split-block + .c-pods .pi-text-image .text-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

/* Body */
/* Typography */
/* Header*/
/* Buttons */
/* Panels*/
/* Panel Background*/
/* Highlight */
/* Calendar*/
/**forms */
.bi-text-image {
  padding: 30px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .bi-text-image .content {
    position: relative;
    z-index: 3;
    justify-content: space-between; }
    .bi-text-image .content:before {
      content: '';
      display: block;
      height: 100vh;
      max-height: 150px;
      width: 1px;
      background: #fff;
      position: absolute;
      left: 0px;
      top: 85px;
      opacity: 0.2; }
  .bi-text-image .subtitle {
    color: #fff;
    display: block;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 10px; }
  .bi-text-image .title {
    color: #fff;
    display: block;
    font-size: 24px; }
  .bi-text-image.has-hover:before {
    opacity: 0;
    transition: opacity 0.2s ease-in-out; }
  .bi-text-image.has-hover .hover {
    margin-top: 20px; }
    .bi-text-image.has-hover .hover p {
      opacity: 0;
      transition: opacity 0.2s ease-in-out;
      color: #fff !important; }
  .bi-text-image.has-hover .btn-container {
    opacity: 0;
    transition: opacity 0.2s ease-in-out; }
    .bi-text-image.has-hover .btn-container .btn {
      padding: 12px; }
  .bi-text-image.has-hover:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: black;
    opacity: 0.75; }
  .bi-text-image.has-hover:hover .hover p {
    opacity: 1;
    padding-left: 10px; }
  .bi-text-image.has-hover:hover .btn-container {
    opacity: 1; }
  @media (min-width: 1200px) {
    .bi-text-image {
      padding: 60px; }
      .bi-text-image .subtitle {
        font-size: 18px;
        margin-bottom: 15px; }
      .bi-text-image .title {
        font-size: 32px; }
      .bi-text-image .content {
        position: relative;
        z-index: 3; }
        .bi-text-image .content:before {
          max-height: 305px;
          top: 145px; }
      .bi-text-image .btn-container .btn {
        padding: 24px 32px !important; } }

.p-text-image {
  width: 100%;
  height: 100%;
  position: relative; }
  .p-text-image .image-wrapper, .p-text-image .image-wrapper-2, .p-text-image .image-wrapper-3 {
    height: 350px; }
  @media (min-width: 1200px) {
    .p-text-image .image-wrapper {
      height: 500px; }
    .p-text-image .image-wrapper-3 {
      height: 650px; } }
  .p-text-image .caption {
    color: #fff;
    display: block;
    font-size: 24px;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 40px;
    font-family: "Playfair Display";
    max-width: 330px; }

/* Body */
/* Typography */
/* Header*/
/* Buttons */
/* Panels*/
/* Panel Background*/
/* Highlight */
/* Calendar*/
/**forms */
.c-anchor-nav {
  background: white;
  width: 100%;
  position: sticky;
  top: 80px;
  z-index: 9;
  display: none; }
  .c-anchor-nav--has-anchor-prompt {
    margin-top: 200px; }
  .c-anchor-nav ul.anchor-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0; }
    .c-anchor-nav ul.anchor-links li {
      height: 100%;
      margin: 0; }
    .c-anchor-nav ul.anchor-links a {
      font-family: Montserrat;
      display: inline-block;
      padding: 40px;
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold;
      color: #1a1a1a; }
  .c-anchor-nav .anchor-prompt {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    display: block;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px; }
    .c-anchor-nav .anchor-prompt:after {
      position: absolute;
      left: 50%;
      bottom: -45px;
      transform: translateX(-50%);
      display: block;
      content: '';
      height: 40px;
      background-color: #a18f5b;
      width: 2px; }
  @media (min-width: 1200px) {
    .c-anchor-nav {
      display: block; } }

.c-blog-list {
  margin-bottom: 50px;
  /*    .item {
        display: inline-block;
        background: #fff;
        padding: 1em;
        margin: 0 0 1.5em;
        width: 100%;
        -webkit-transition: 1s ease all;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-shadow: 2px 2px 4px 0 #ccc;
    }*/
  /* .tag-list li a:after {
        content: ', ';
    }*/ }
  .c-blog-list .text-block-inner {
    max-width: 885px; }
  .c-blog-list .text-block-inner {
    max-width: 885px; }
  .c-blog-list .overlay-div {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #000;
    opacity: .7; }
  .c-blog-list h3, .c-blog-list h4 {
    font-size: 25px;
    font-family: "Playfair Display"; }
  .c-blog-list h5 {
    font-size: 16px;
    font-family: "Playfair Display"; }
  .c-blog-list .cat-title,
  .c-blog-list h6 {
    font-family: "Montserrat";
    text-transform: uppercase; }
  .c-blog-list .cat-title {
    font-weight: bold; }
  .c-blog-list .card {
    min-height: 300px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding-bottom: 2rem; }
  .c-blog-list .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .c-blog-list .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .c-blog-list .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .c-blog-list .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    z-index: 9999; }
  .c-blog-list .card-title {
    margin-bottom: 0.75rem; }
  .c-blog-list .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0; }
  .c-blog-list .card-text:last-child {
    margin-bottom: 0; }
  .c-blog-list .card-link:hover {
    text-decoration: none; }
  .c-blog-list .card-link + .card-link {
    margin-left: 1.25rem; }
  .c-blog-list .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .c-blog-list .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .c-blog-list .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }
  .c-blog-list .card-footer {
    padding: 0.75rem 1.25rem;
    z-index: 1000; }
  .c-blog-list .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
  .c-blog-list .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0; }
  .c-blog-list .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
  .c-blog-list .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    z-index: 2; }
  .c-blog-list .card-img,
  .c-blog-list .card-img-top,
  .c-blog-list .card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 300px; }
  .c-blog-list .card-img,
  .c-blog-list .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
  .c-blog-list .card-img,
  .c-blog-list .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }
  .c-blog-list .card-deck .card {
    margin-bottom: 15px; }
  .c-blog-list .card ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .c-blog-list .card h4 {
    margin-bottom: 20px; }
  @media (min-width: 576px) {
    .c-blog-list .card-deck {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
    .c-blog-list .card-deck .card {
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }
  .c-blog-list .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .c-blog-list .card-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
    .c-blog-list .card-group > .card {
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-bottom: 0; }
    .c-blog-list .card-group > .card + .card {
      margin-left: 0;
      border-left: 0; }
    .c-blog-list .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .c-blog-list .card-group > .card:not(:last-child) .card-img-top,
    .c-blog-list .card-group > .card:not(:last-child) .card-header {
      border-top-right-radius: 0; }
    .c-blog-list .card-group > .card:not(:last-child) .card-img-bottom,
    .c-blog-list .card-group > .card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0; }
    .c-blog-list .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .c-blog-list .card-group > .card:not(:first-child) .card-img-top,
    .c-blog-list .card-group > .card:not(:first-child) .card-header {
      border-top-left-radius: 0; }
    .c-blog-list .card-group > .card:not(:first-child) .card-img-bottom,
    .c-blog-list .card-group > .card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0; } }
  .c-blog-list .card-columns .card {
    margin-bottom: 0.75rem; }
  @media (min-width: 576px) {
    .c-blog-list .card-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1; }
    .c-blog-list .card-columns .card {
      display: inline-block;
      width: 100%; } }
  .c-blog-list .masonry {
    /* Masonry container */
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0; }
  .c-blog-list .filter-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start; }
    @media (min-width: 1200px) {
      .c-blog-list .filter-list {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center; } }
  .c-blog-list .filter-list h6 {
    display: inline; }
  .c-blog-list .tag-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    flex-direction: row; }
  .c-blog-list .tag-list li {
    padding: 3px;
    border-radius: 3px; }
  .c-blog-list .tag-list h6 {
    font-size: 13px;
    line-height: 1.33333;
    font-weight: 300; }
  .c-blog-list .tag-list li:not(:last-of-type) a:after {
    content: ","; }
  .c-blog-list .item ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .c-blog-list .item h4 {
    margin-bottom: 20px; }
  .c-blog-list .item img {
    width: 100%;
    height: 200px; }
  @media only screen and (max-width: 320px) {
    .c-blog-list .masonry {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1; } }
  @media only screen and (min-width: 321px) and (max-width: 768px) {
    .c-blog-list .masonry {
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2; } }
  @media only screen and (min-width: 769px) and (max-width: 1200px) {
    .c-blog-list .masonry {
      -moz-column-count: 3;
      -webkit-column-count: 3;
      column-count: 3; } }
  @media only screen and (min-width: 1201px) {
    .c-blog-list .masonry {
      -moz-column-count: 4;
      -webkit-column-count: 4;
      column-count: 4; } }
  .c-blog-list h2 {
    font-size: 36px;
    margin-bottom: 20px; }
  .c-blog-list .blog-list-inner {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto; }
  .c-blog-list .pi-promo {
    background: #fff;
    height: 100%; }
  .c-blog-list .blog-slide-item {
    margin-left: 10px;
    margin-right: 10px;
    position: relative; }
    .c-blog-list .blog-slide-item h3 {
      font-size: 32px; }
    .c-blog-list .blog-slide-item .promo-header {
      position: relative; }
    .c-blog-list .blog-slide-item--simple .pi-text-image .text-image .text-image-content {
      justify-content: flex-end;
      z-index: 10; }
    .c-blog-list .blog-slide-item--detailed .promo-header {
      height: 375px; }
    .c-blog-list .blog-slide-item--detailed .promo-text {
      color: #fff;
      position: relative;
      z-index: 10; }
  .c-blog-list .from-price em {
    font-family: "Playfair Display";
    display: inline-block;
    text-transform: lowercase; }
  .c-blog-list .from-price .intro.lg {
    line-height: 1;
    font-size: 32px;
    margin-bottom: 0; }
  .c-blog-list .slick-arrow:before {
    display: none; }
  .c-blog-list .slick-next.slick-arrow {
    background-image: url("/dist/assets/img/website/slider/right.svg");
    background-size: 77px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 10px;
    width: 77px;
    right: -10%;
    z-index: 10; }
  .c-blog-list .slick-prev.slick-arrow {
    background-image: url("/dist/assets/img/website/slider/left.svg");
    background-size: 77px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 10px;
    width: 77px;
    left: -10%;
    z-index: 10; }
  .c-blog-list ul {
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
    flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .c-blog-list ul {
        flex-direction: row; } }
  .c-blog-list .cat-tags {
    padding: 0; }
  .c-blog-list .cat-tags li {
    text-decoration: none;
    list-style: none;
    padding: 5px; }
    @media (min-width: 1200px) {
      .c-blog-list .cat-tags li {
        flex-direction: row;
        margin-bottom: 0; } }
  .c-blog-list .cat-tags li a {
    border: 1px solid #EEE9E6;
    padding: 6px 10px;
    border-radius: 3px;
    width: 100%;
    display: block;
    white-space: nowrap; }
  .c-blog-list .cat-tags li a:focus {
    background-color: #a18f5b;
    border: 1px solid #EEE9E6;
    padding: 6px 10px;
    border-radius: 3px;
    width: 100%;
    color: #fff; }
  .c-blog-list .cat-tags li a:active {
    background-color: #a18f5b;
    border: 1px solid #EEE9E6;
    padding: 6px 10px;
    border-radius: 3px;
    width: 100%;
    color: #fff; }

.c-calendar {
  background: rgba(161, 143, 91, 0.2);
  padding-top: 60px !important;
  padding-bottom: 120px !important;
  /*
    * The following styles are auto-applied to elements with
    * transition="modal" when their visibility is toggled
    * by Vue.js.
    *
    * You can easily play with the modal transition by editing
    * these styles.
    */ }
  .c-calendar .calendar-intro {
    margin: 0 auto; }
  .c-calendar .continue-no-code {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer; }
  .c-calendar .table-wrapper {
    overflow-y: auto;
    overflow-x: hidden; }
  .c-calendar .table-wrapper th {
    font-size: 12px; }
  .c-calendar .calendar-navigation-btn {
    background: none;
    border: none;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 51px 10px;
    width: 51px;
    height: 10px;
    background-position: center center; }
  .c-calendar .calendar-navigation-btn.calendar-navigation-btn--next {
    background-image: url("/dist/assets/img/booking/month-calendar-next.svg"); }
  .c-calendar .calendar-navigation-btn.calendar-navigation-btn--prev {
    background-image: url("/dist/assets/img/booking/month-calendar-prev.svg"); }
  .c-calendar .calendar-disclaimer {
    background: white;
    text-align: left;
    font-size: 14px;
    width: 100%; }
  .c-calendar .warning-message {
    display: inline-block;
    margin-bottom: 0px !important;
    font-size: 18px;
    font-weight: 300;
    color: #4d4d4d;
    padding-left: 45px;
    background-image: url("/dist/assets/img/booking/warning-cross.svg");
    background-position: unset !important;
    background-size: 32px 32px;
    background-repeat: no-repeat; }
  .c-calendar .warning-message-sub {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #4d4d4d; }
  .c-calendar .calendar-modal-mask {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease; }
  .c-calendar .calendar-modal-wrapper {
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle; }
  .c-calendar .calendar-modal-container {
    /*        width: 90%;*/
    max-width: 1260px;
    margin: 0px auto;
    background: tranparent;
    border-radius: 2px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%; }
  .c-calendar .calendar-modal-content {
    flex-grow: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden; }
  .c-calendar .calendar-modal-header .calendar-modal-header-content {
    text-align: left; }
  .c-calendar .calendar-modal-header.calendar-modal-header--warning {
    background: rgba(178, 83, 61, 0.15); }
  .c-calendar .calendar-modal-body {
    margin: 10px 0; }
  .c-calendar .calendar-modal-default-button {
    float: right; }
  .c-calendar .calendar-modal-footer {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    max-width: 795px;
    margin: 0 auto; }
  .c-calendar .calendar-modal-footer .btn {
    min-width: 100%; }
  .c-calendar .calendar-modal-container .calendar-control {
    max-width: 795px;
    margin: auto;
    text-align: left; }
  .c-calendar .calendar-modal-container .calendar-control th {
    text-transform: uppercase; }
  .c-calendar .calendar-modal-container .calendar-control td {
    padding: 0; }
  .c-calendar .calendar-modal-container .calendar-control .calendar-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 25px; }
  .c-calendar .calendar-modal-container .calendar-control .calendar-navigation .month-name {
    font-size: 21px; }
  .c-calendar .calendar-modal-container .calendar-day {
    display: flex;
    flex-direction: column;
    height: 75px;
    width: calc(100vw / 7);
    position: relative;
    background: #fff;
    padding: 10px 6px;
    justify-content: flex-end;
    font-family: Montserrat;
    cursor: pointer; }
  .c-calendar .calendar-modal-container .calendar-day--unavailable .from {
    display: none; }
  .c-calendar .calendar-modal-container .calendar-day--unavailable {
    background: #eee9e7;
    cursor: default; }
  .c-calendar .calendar-modal-container .stay {
    color: white;
    background: #a2905b; }
  .c-calendar .calendar-modal-container .checkout {
    position: relative;
    z-index: 1; }
  .c-calendar .calendar-modal-container .checkout:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    display: block;
    z-index: 2;
    width: 15px;
    background: rgba(162, 144, 91, 0.5); }
  .c-calendar .calendar-modal-container .calendar-day .day {
    position: absolute;
    top: 10px;
    left: 6px;
    font-size: 12px;
    font-weight: 300; }
  .c-calendar .calendar-modal-container .calendar-day .from {
    font-size: 12px;
    font-weight: 300; }
  .c-calendar .calendar-modal-container .calendar-day .price {
    font-size: 13px;
    font-weight: 600; }
  .c-calendar .calendar-modal-enter {
    opacity: 0; }
  .c-calendar .calendar-modal-leave-active {
    opacity: 0; }
  .c-calendar .calendar-modal-enter .calendar-modal-container,
  .c-calendar .calendar-modal-leave-active .calendar-modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  @media (min-width: 769px) {
    .c-calendar .calendar-modal-header .calendar-modal-header-content {
      text-align: center; }
    .c-calendar .calendar-modal-container .calendar-day {
      width: 109px;
      padding: 15px;
      height: 93px; }
    .c-calendar .calendar-modal-container .calendar-day .price {
      font-size: 16px;
      font-weight: 600; }
    .c-calendar .calendar-modal-container .calendar-day .day {
      position: absolute;
      top: 15px;
      left: 15px;
      font-size: 14px;
      font-weight: 300; }
    .c-calendar .calendar-modal-container .calendar-day .from {
      font-size: 12px;
      font-weight: 300; }
    .c-calendar .calendar-modal-container .calendar-day .price {
      font-size: 13px;
      font-weight: 600; }
    .c-calendar .calendar-modal-container .calendar-control td {
      padding: 2.5px; }
    .c-calendar .table-wrapper th {
      font-size: 16px; }
    .c-calendar .calendar-modal-container .calendar-day--unavailable .from {
      display: block; }
    .c-calendar .calendar-modal-container .calendar-control .calendar-navigation .month-name {
      font-size: 24px; }
    .c-calendar .warning-message {
      font-size: 21px; }
    .c-calendar .calendar-modal-footer {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      max-width: 795px;
      margin: 0 auto; }
    .c-calendar .calendar-modal-footer .btn {
      min-width: 230px; } }
  .c-calendar .lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px; }
  .c-calendar .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 58px;
    height: 58px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite; }
  .c-calendar .lds-message {
    margin-top: 24px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Montserrat";
    text-transform: uppercase;
    color: #1a1a1a; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.c-call-to-action-strip {
  padding: 7.5%; }
  .c-call-to-action-strip .call-to-action-inner {
    max-width: 800px;
    margin: 0 auto; }
  .c-call-to-action-strip .btn-container {
    margin-top: 45px; }
  @media (min-width: 1200px) {
    .c-call-to-action-strip {
      padding-top: 175px;
      padding-bottom: 175px; } }

.c-embed-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.p-embed {
  height: 100%;
  width: 100%; }

.c-offers-list .slick-track {
	display: flex !important;
}

.c-offers-list .slick-slide {
	height: inherit !important;
}

.c-offers-list h2 {
	font-size: 36px;
	margin-bottom: 20px;
}

.c-offers-list h6 {
	text-transform: uppercase;
	font-family: "Montserrat";
	font-weight: bold;
}

.c-offers-list h5.fst-italic {
	font-size: 20px;
}

@media(min-width: 1400px) {

	.c-offers-list .offers-list-inner {
		max-width: 92%;
		margin: 0 auto;
	}
}

.c-offers-list .pi-promo {
	background: #fff;
	height: 100%;
}

.c-offers-list .offer-slide-item {
	
	margin-right: 10px;
	position: relative;
	max-width: 350px;
}

@media (min-width: 768px) {
	.c-offers-list .offer-slide-item {
		max-width: 450px;
	}
}

@media (min-width: 1299px) {
	.c-offers-list .offer-slide-item {
		max-width: none;
	}
}

.c-offers-list .offer-slide-item .stamp {
	z-index: 10;
	background: #fae4e2;
	color: black;
	border-radius: 50%;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 115px;
	height: 115px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

	.c-offers-list .offer-slide-item .stamp p {
		width: 100%;
		display: block;
		text-align: center;
		font-size: 11px;
	}

	.c-offers-list .offer-slide-item .stamp * {
		margin-bottom: 0;
		line-height: 1;
	}

	.c-offers-list .offer-slide-item .stamp .intro.lg {
		font-size: 40px;
		margin-bottom: 10px;
	}

.c-offers-list .offer-slide-item h3 {
	font-size: 32px !important;
}

@media (min-width: 1200px) {
	.c-offers-list .offer-slide-item h3 {
		font-size: 32px;
	}
}

.c-offers-list .offer-slide-item .promo-header {
	position: relative;
}

.c-offers-list .offer-slide-item--simple .pi-text-image .text-image .text-image-content {
	justify-content: space-between;
}

	.c-offers-list .offer-slide-item--simple .pi-text-image .text-image .text-image-content.has-stamp .heading-content {
		width: 75%;
	}

.c-offers-list .offer-slide-item--detailed .promo-header {
	height: 375px;
}

.c-offers-list .offer-slide-item--detailed .promo-text {
	color: #fff;
	position: absolute;
	z-index: 10;
	bottom: 0;
}

@media (min-width: 1200px) {
	.c-offers-list .offer-slide-item--detailed .promo-text {
		position: absolute;
		bottom: unset;
	}
}

.c-offers-list .offer-slide-item--detailed .promo-text h6 {
	font-weight: lighter;
}

.c-offers-list .offer-slide-item--detailed .promo-text h3 {
	font-size: 48px;
}

.c-offers-list .from-price em {
	font-family: "Playfair Display";
	display: inline-block;
	text-transform: lowercase;
}

.c-offers-list .from-price .intro.lg {
	line-height: 1;
	font-size: 32px;
	margin-bottom: 0;
}

.c-offers-list .slick-arrow:before {
	display: none;
}

.c-offers-list .slick-arrow {
	background-repeat: no-repeat;
	height: 10px;
	width: 60px;
	color: red !important;
	z-index: 10;
}

.c-offers-list .slick-next.slick-arrow {
    background-image: url("/assets/img/website/slider/right.svg");
    right: -10%;
}

.c-offers-list .slick-prev.slick-arrow {
    background-image: url("/assets/img/website/slider/left.svg");
    left: -10%;
}

.detail-item-container {
	margin-top: 40px;
}

.c-offers-list .slick-prev.slick-arrow {
	left: -5%;
}

.c-offers-list .slick-next.slick-arrow {
	right: -5%;
}

.promo-body p {
	font-size: 14px;
	line-height: 1.7;
}

.job-btn .btn {
	min-width: 200px;
}

.detail-item {
	text-align: left;
	border: solid 1px #e8e3e1;
	padding: 20px 20px 20px 20px;
	border-radius: 5px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-size: 20px 25px;
	background-position: 20px center;
	font-size: 14px;
	font-weight: 300;
}

	.detail-item .i {
		margin-right: 10px;
	}

/* Body */
/* Typography */
/* Header*/
/* Buttons */
/* Panels*/
/* Panel Background*/
/* Highlight */
/* Calendar*/
/**forms */
.c-offers-filter {
  background: white;
  width: 100%;
  position: sticky;
  top: 80px;
  z-index: 9;
  display: none; }
  .c-offers-filter ul.category-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0; }
    .c-offers-filter ul.category-links li {
      height: 100%;
      margin: 0; }
    .c-offers-filter ul.category-links a {
      font-family: Montserrat;
      display: inline-block;
      padding: 40px;
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: bold;
      color: #1a1a1a; }
  @media (min-width: 1200px) {
    .c-offers-filter {
      display: block; } }

/* Body */
/* Typography */
/* Header*/
/* Buttons */
/* Panels*/
/* Panel Background*/
/* Highlight */
/* Calendar*/
/**forms */
.c-gallery {
  background: #eae5e3;
  min-height: calc(100vh - 80px); }
  .c-gallery .btn--gallery-on:after {
    width: 50%;
    max-width: 80px; }
  @media (max-width: 767px) {
    .c-gallery .btn-container {
      justify-content: space-between; } }
  .c-gallery .gallery-slider {
    height: 450px;
    max-height: 400px; }
    @media (min-width: 1200px) {
      .c-gallery .gallery-slider {
        max-height: none; } }
  .c-gallery .gallery-slide .caption, .c-gallery .grid-item .caption {
    position: absolute;
    bottom: 20px;
    /*left: 50%;
            transform: translateX(-50%);*/
    color: #fff;
    z-index: 10;
    padding: 0 20px;
    width: 100%;
    text-align: center; }
  .c-gallery .gallery-slide .fill-gradient, .c-gallery .grid-item .fill-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, #111);
    z-index: 1; }
  .c-gallery .gallery-slide {
    height: 450px;
    max-height: 400px; }
    @media (min-width: 1200px) {
      .c-gallery .gallery-slide {
        max-height: none; } }
  .c-gallery .grid-item {
    width: 475px;
    height: 400px;
    margin-bottom: 20px;
    max-height: 350px; }
    @media (min-width: 1200px) {
      .c-gallery .grid-item {
        max-height: none; } }
  .c-gallery .grid-item--height2 {
    width: 475px;
    height: 600px;
    margin-bottom: 20px;
    max-height: 350px; }
    @media (min-width: 1200px) {
      .c-gallery .grid-item--height2 {
        max-height: none; } }
  .c-gallery .switch {
    margin-bottom: 20px;
    display: flex;
    justify-content: center; }
    @media (min-width: 768px) {
      .c-gallery .switch {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        margin-bottom: 0; } }
    .c-gallery .switch button {
      margin-left: 10px; }
      .c-gallery .switch button:first-child {
        margin-left: 0; }
  .c-gallery .btn-view {
    background: none;
    border: none;
    height: 32px;
    width: 32px; }
    .c-gallery .btn-view img {
      width: 32px;
      height: 32px;
      opacity: 0.3; }
    .c-gallery .btn-view.active img, .c-gallery .btn-view:hover img {
      opacity: 1; }
  .c-gallery .counter {
    margin-top: 30px;
    font-weight: bold;
    font-size: 14px;
    font-family: Montserrat;
    position: relative;
    display: inline-block; }
    .c-gallery .counter:after {
      position: absolute;
      content: '';
      display: block;
      left: 0px;
      top: calc(50% - 1px);
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      height: 1px;
      z-index: 1; }
    .c-gallery .counter .item {
      width: 22px;
      display: inline-block;
      padding-left: 17px;
      z-index: 2;
      background: #eae5e3;
      position: relative; }
    .c-gallery .counter .current {
      margin-right: 90px;
      position: relative;
      padding-right: 17px;
      padding-left: 0; }
  .c-gallery .slick-prev.slick-arrow {
    display: none !important;
    background-image: url(/dist/assets/img/website/slider/left.svg);
    background-size: 77px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 10px;
    width: 77px;
    left: -10%;
    z-index: 10; }
    .c-gallery .slick-prev.slick-arrow:before {
      display: none; }
  .c-gallery .slick-next.slick-arrow {
    display: none !important;
    background-image: url(/dist/assets/img/website/slider/right.svg);
    background-size: 77px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 10px;
    width: 77px;
    right: -10%;
    z-index: 10; }
    .c-gallery .slick-next.slick-arrow:before {
      display: none; }
  .c-gallery .swipe {
    display: block; }
  @media (min-width: 1200px) {
    .c-gallery .gallery-slider {
      height: 700px; }
    .c-gallery .gallery-slide {
      height: 700px; } }
  @media (min-width: 1920px) {
    .c-gallery .slick-next.slick-arrow,
    .c-gallery .slick-prev.slick-arrow {
      display: block !important; }
    .c-gallery .swipe {
      display: none; } }
  @media (max-width: 1199px) {
    .c-gallery .gallery-section {
      font-size: 12px;
      margin: 0;
      min-width: 0;
      padding-left: 0;
      padding-right: 0; } }

.p-gallery {
  display: block;
  width: 100%;
  height: 100%; }
  .p-gallery.pod.slider .slider-item {
    min-height: 300px;
    position: relative; }
  .p-gallery.pod.slider .slider-item .caption {
    position: absolute;
    left: 50px;
    bottom: 80px;
    color: white;
    font-size: 18px;
    font-family: "Playfair Display";
    z-index: 32;
    max-width: 330px; }
  .p-gallery .slick-track,
  .p-gallery .slick-list,
  .p-gallery .slick-item {
    height: 100%; }
  .p-gallery .slick-dots {
    right: unset;
    left: 50px;
    bottom: 30px; }
  @media (min-width: 768px) {
    .p-gallery.pod.slider .slider-item {
      min-height: 540px; }
    .p-gallery.pod.slider .slider-item .caption {
      position: absolute;
      left: 50px;
      bottom: 50px;
      color: white;
      font-size: 24px;
      z-index: 32; }
    .p-gallery .slick-dots {
      right: 50px;
      left: unset;
      bottom: 50px; } }
  @media (min-width: 1200px) {
    .p-gallery.pod.slider .slider-item {
      min-height: 700px; } }

/* Body */
/* Typography */
/* Header*/
/* Buttons */
/* Panels*/
/* Panel Background*/
/* Highlight */
/* Calendar*/
/**forms */
.c-table {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative; }
  .c-table table, .c-table th {
    border: solid 1px rgba(255, 255, 255, 0.2); }
  .c-table td {
    border-right: solid 1px rgba(255, 255, 255, 0.2); }
  .c-table tr {
    border-bottom: dotted 1px rgba(255, 255, 255, 0.2); }
  .c-table table {
    margin: 0 auto;
    width: 100%;
    color: white; }
  .c-table .table-wrapper {
    position: relative;
    border: solid 1px #a18f5b;
    padding: 5px;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .c-table-inner {
    width: 100%;
    margin: 0 auto;
    padding: 30px; }
  .c-table--golf {
    position: relative; }
    .c-table--golf:before {
      content: '';
      display: block;
      background-color: #fff;
      width: 100%;
      position: absolute;
      bottom: -100px;
      top: calc(66%);
      left: 0;
      right: 0; }
    .c-table--golf .c-table-inner {
      background-image: url("/assets/img/website/golf/background.png");
      background-size: 100% 100%;
      max-width: 845px;
      position: relative; }
  .c-table--meeting:before {
    content: '';
    display: block;
    background-color: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: calc(50% - 125px);
    left: 0;
    right: 0; }
  .c-table--meeting .c-intro {
    padding-bottom: 0; }
  .c-table--meeting .c-table-inner {
    /*background-color: $color-slate-blue;*/
    background-image: url("/dist/assets/img/website/meeting/background.png");
    background-size: 100% 100%;
    max-width: 1320px;
    position: relative; }
  .c-table--meeting .column-name {
    background-repeat: no-repeat;
    padding-top: 63px;
    background-position-x: center;
    background-position-y: 18px; }
    .c-table--meeting .column-name.column-name--theatre {
      background-image: url("/dist/assets/img/website/meeting/layout_theatre.svg");
      background-size: 34px 30px; }
    .c-table--meeting .column-name.column-name--classroom {
      background-image: url("/dist/assets/img/website/meeting/layout_classroom.svg");
      background-size: 30px 31px; }
    .c-table--meeting .column-name.column-name--cabaret {
      background-image: url("/dist/assets/img/website/meeting/layout_cabaret.svg");
      background-size: 47px 39px; }
    .c-table--meeting .column-name.column-name--u-shaped {
      background-image: url("/dist/assets/img/website/meeting/layout_u-shaped.svg");
      background-size: 36px 30px; }
    .c-table--meeting .column-name.column-name--boardroom {
      background-image: url("/dist/assets/img/website/meeting/layout_boardroom.svg");
      background-size: 38px 32px; }
    .c-table--meeting .column-name.column-name--reception {
      background-image: url("/dist/assets/img/website/meeting/layout_reception.svg");
      background-size: 28px 36px; }
    .c-table--meeting .column-name.column-name--dinner {
      background-image: url("/dist/assets/img/website/meeting/layout_dinner.svg");
      background-size: 34px 32px; }
    .c-table--meeting .column-name.column-name--floorspace {
      background-image: url("/dist/assets/img/website/meeting/floorspace.svg");
      background-size: 36px 36px; }
    .c-table--meeting .column-name.column-name--ceiling-height {
      background-image: url("/dist/assets/img/website/meeting/ceiling_height.svg");
      background-size: 36px 36px; }
    .c-table--meeting .column-name.column-name--daylight {
      background-image: url("/dist/assets/img/website/meeting/natural_daylight.svg");
      background-size: 36px 36px; }
  @media (min-width: 1200px) {
    .c-table--meeting {
      padding-top: 125px; }
      .c-table--meeting .c-intro {
        padding-bottom: 100px; } }
  .c-table .table-name,
  .c-table .column-name-l {
    font-family: "ProximaNova-Light";
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 20px; }
  .c-table .column-name-l {
    padding-left: 0;
    width: 100%;
    display: block;
    text-align: center; }
  .c-table .row-name {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 14px; }
  .c-table .column-name {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    display: block;
    text-align: center; }
  .c-table .cell-value {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center; }

.c-tab-component {
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px; }
  .c-tab-component .c-intro {
    padding-bottom: 0px; }
  .c-tab-component .c-tab-item {
    height: 500px;
    position: relative;
    margin-right: 10px; }
  .c-tab-component .c-tab-item .item-content {
    height: 100%;
    z-index: 2;
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .c-tab-component .c-tabs-nav {
    margin: 0 auto 20px;
    justify-content: center;
    display: flex; }
    .c-tab-component .c-tabs-nav .btn {
      min-width: 0; }
  .c-tab-component .btn--transparent-dark:after {
    width: 0;
    opacity: 0; }
  .c-tab-component .btn--transparent-dark.active:after, .c-tab-component .btn--transparent-dark:hover:after {
    opacity: 1;
    width: 80px; }
  .c-tab-component .c-tabs-content .slider-item {
    width: 300px; }
  @media (min-width: 768px) {
    .c-tab-component .c-tabs-content .slider-item {
      width: 438px; } }
  @media (min-width: 1200px) {
    .c-tab-component .c-tabs-content .slider-item {
      width: 33.3333vw; }
    .c-tab-component .c-tabs-content .c-tabs-nav {
      margin: 0 auto 40px; } }
  @media (min-width: 1200px) {
    .c-tab-component {
      padding-left: 0;
      padding-right: 0; }
      .c-tab-component .c-tab-wrapper {
        padding: 0; }
      .c-tab-component .c-tab-item {
        margin: 0; } }

.c-testimonial-block {
  background: white;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 100px; }
  .c-testimonial-block .testimonial-inner {
    position: relative;
    padding-top: 165px;
    padding-bottom: 85px;
    max-width: 1600px;
    margin: 0 auto; }
  .c-testimonial-block .testimonial-primary {
    font-family: 'heatsregular';
    font-size: 52px;
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    line-height: 1; }
  .c-testimonial-block .testimonial-secondary {
    font-family: Montserrat;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    color: #9b895b;
    max-width: 1400px;
    font-weight: bold;
    text-transform: uppercase; }
  .c-testimonial-block .center-top-logo {
    position: absolute;
    left: 50%;
    top: -85px;
    transform: translateX(-50%);
    max-height: 170px;
    max-width: 170px; }
  .c-testimonial-block .logo-container {
    display: flex;
    justify-content: center; }
    .c-testimonial-block .logo-container img {
      display: inline-block;
      margin: 5px;
      max-height: 60px; }
      @media (min-width: 1200px) {
        .c-testimonial-block .logo-container img {
          max-height: 80px; } }
  .c-testimonial-block .slick-list, .c-testimonial-block .slider {
    margin-bottom: 40px; }
  .c-testimonial-block .testimonial-slide-item {
    text-align: center; }
  .c-testimonial-block .testimonial-slide-item-inner {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center; }
  .c-testimonial-block .slick-dots {
    position: static; }
  .c-testimonial-block .slick-dots li button:before {
    color: black; }
  .c-testimonial-block .slick-dots li.slick-active button:before {
    color: black; }
  .c-testimonial-block .slick-dots li.slick-active button:after {
    border-left: 3px solid black;
    border-right: 3px solid black;
    border-bottom: 3px solid black; }
  .c-testimonial-block .slick-arrow:before {
    display: none; }
  .c-testimonial-block .slick-next.slick-arrow {
    background-image: url("/dist/assets/img/website/slider/right.svg");
    background-size: 77px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 10px;
    width: 77px;
    right: 1%;
    z-index: 10;
    display: none !important; }
  .c-testimonial-block .slick-prev.slick-arrow {
    background-image: url("/dist/assets/img/website/slider/left.svg");
    background-size: 77px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 10px;
    width: 77px;
    left: 1%;
    z-index: 10;
    display: none !important; }
  @media (min-widh: 768px) {
    .c-testimonial-block .testimonial-primary {
      font-size: 60px; } }
  @media (min-width: 1200px) {
    .c-testimonial-block .slick-prev.slick-arrow, .c-testimonial-block .slick-next.slick-arrow {
      display: block !important; }
    .c-testimonial-block .testimonial-primary {
      font-size: 100px; } }

.c-text-block {
  padding-left: 30px;
  padding-right: 30px;
  margin: 75px 0 90px;
  display: flex;
  justify-content: center; }
  .c-text-block img {
    max-width: 100%;
    height: auto; }
  .c-text-block .text-block-inner {
    max-width: 885px; }
    .c-text-block .text-block-inner .flex-container {
      display: flex;
      margin-top: 3rem; }
    .c-text-block .text-block-inner .flex-child {
      flex: 1; }
    .c-text-block .text-block-inner .flex-child:first-child {
      margin-right: 20px; }
  .c-text-block .btn-container {
    margin-top: 50px;
    text-align: center; }
  @media (min-width: 1200px) {
    .c-text-block {
      margin: 100px 0; } }

/* Body */
/* Typography */
/* Header*/
/* Buttons */
/* Panels*/
/* Panel Background*/
/* Highlight */
/* Calendar*/
/**forms */
@font-face {
  font-family: 'weather';
  src: url("/dist/assets/fonts/weather.eot");
  /* IE9 Compat Modes */
  src: url("/dist/assets/fonts/weather.eot?#iefix") format("embedded-opentype"), url("data:application/octet-stream;base64,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") format("woff");
  /* IE6-IE8 */ }

.c-weather {
  background: #fff;
  line-height: 1; }
  .c-weather .border-r {
    border-right: solid 1px #ebebeb; }
  .c-weather .border-b {
    border-bottom: solid 1px #ebebeb; }
  .c-weather .weather-label {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center; }
  .c-weather .current-temp {
    font-size: 85px;
    line-height: 0.75;
    font-family: 'Playfair Display'; }
  .c-weather .current-temp-unit {
    font-size: 36px;
    font-family: 'Playfair Display'; }
  .c-weather .predicted-temp {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 300;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px; }
  .c-weather .course-status {
    font-size: 18px;
    font-family: 'Playfair Display';
    display: block;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px; }
  .c-weather .current-date {
    font-size: 24px;
    font-family: 'Playfair Display';
    display: block;
    width: 100%;
    text-align: center; }
  .c-weather .green-speed {
    font-size: 42px;
    font-family: 'Playfair Display'; }
  .c-weather .green-speed-unit {
    font-size: 24px;
    font-family: 'Playfair Display'; }
  .c-weather .ss, .c-weather .sr, .c-weather gs {
    text-align: center; }
  .c-weather .gs svg {
    height: 29px;
    width: 27px; }
  .c-weather .ss svg,
  .c-weather .sr svg {
    width: 54px; }
  .c-weather .sr svg {
    height: 27px; }
  .c-weather .ss svg {
    height: 22px;
    margin-bottom: 5px; }
  .c-weather .weather-icon {
    position: relative;
    color: #a18f5b;
    font-size: 52px;
    margin-top: 12px;
    margin-bottom: 12px;
    display: block;
    text-align: center; }
  .c-weather [class^="weather-"]:before,
  .c-weather [class*="weather-"]:before {
    font-family: "weather" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .c-weather .weather-scatteredclouds:before {
    content: "b"; }
  .c-weather .weather-sunrise:before {
    content: "n"; }
  .c-weather .weather-sunset:before {
    content: "o"; }
  .c-weather .weather-sad:before {
    content: "q"; }
  .c-weather .weather-clearsky-d:before {
    content: "d"; }
  .c-weather .weather-clearsky-n:before {
    content: "e"; }
  .c-weather .weather-fewclouds-d:before {
    content: "f"; }
  .c-weather .weather-fewclouds-n:before {
    content: "g"; }
  .c-weather .weather-rain-n:before {
    content: "i"; }
  .c-weather .weather-mist-old:before {
    content: "j"; }
  .c-weather .weather-mist:before {
    content: "r"; }
  .c-weather .weather-showers:before {
    content: "s"; }
  .c-weather .weather-rain-d:before {
    content: "t"; }
  .c-weather .weather-thunderstorm:before {
    content: "v"; }
  .c-weather .weather-snow:before {
    content: "x"; }

/* Body */
/* Typography */
/* Header*/
/* Buttons */
/* Panels*/
/* Panel Background*/
/* Highlight */
/* Calendar*/
/**forms */
.c-whats-on-listing .category-links {
  list-style: none;
  padding: 0;
  margin: 0; }
  .c-whats-on-listing .category-links li {
    padding: 0;
    margin-right: 5px; }

.c-whats-on-listing .category-title {
  margin-bottom: 10px;
  border: 1px solid #EEE9E6;
  padding: 6px 10px;
  border-radius: 3px;
  width: 100%;
  background: white; }

.c-whats-on-listing .category-title.on,
.c-whats-on-listing .category-title:hover {
  background: black;
  color: white; }

.c-whats-on-listing .filter-label {
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
  font-weight: bold; }

.card-title {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Montserrat';
  font-size: 18px; }

h6 {
  font-weight: bold;
  font-family: 'Montserrat';
  font-size: 18px; }

.event-item {
  position: relative;
  z-index: 1; }
  .event-item p {
    font-size: 16px; }
  .event-item h2 {
    font-size: 30px;
    line-height: 40px;
    padding-top: 1rem; }
  .event-item .category-title {
    text-transform: uppercase;
    margin-bottom: 1rem; }
  .event-item .title h2 {
    font-size: 30px;
    line-height: 40px;
    padding-top: 1rem; }
  .event-item .whats-on-image {
    height: 250px; }
    @media (min-width: 768px) {
      .event-item .whats-on-image {
        height: 450px; } }
  .event-item .secondary-heading {
    text-transform: none; }
  .event-item:before {
    content: '';
    font-size: 28px;
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    left: -15px;
    z-index: 1;
    /*        background: -moz-radial-gradient(.6em .6em, circle, #eae5e3 .55em, rgba(255, 255, 255, 0) .6em) -.6em -.6em;
        background: -o-radial-gradient(.6em .6em, circle, #eae5e3 .55em, rgba(255, 255, 255, 0) .6em) -.6em -.6em;
        background: -ms-radial-gradient(.6em .6em, circle, #eae5e3 .55em, rgba(255, 255, 255, 0) .6em) -.6em -.6em;*/
    background: -webkit-radial-gradient(20px 20px, circle, #eae5e3 18.5px, rgba(255, 255, 255, 0) 20px) -20px -20px; }
  .event-item .date-intro {
    color: #fff;
    display: block;
    margin-bottom: 20px;
    font-size: 14px; }
  .event-item .date-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .event-item .date-circle {
    border-radius: 50%;
    display: flex;
    height: 100px;
    width: 100px;
    color: #fff;
    border: solid 2px #a18f5b;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column; }
    .event-item .date-circle span {
      display: block;
      width: 100%; }
    .event-item .date-circle .day {
      font-weight: bold; }
    .event-item .date-circle--has-end {
      margin-right: 20px;
      position: relative; }
      .event-item .date-circle--has-end:after {
        content: ' ';
        position: absolute;
        display: block;
        width: 22px;
        height: 2px;
        left: calc(100%);
        top: 50%;
        background-color: #a18f5b; }
      @media (min-width: 1200px) {
        .event-item .date-circle--has-end {
          margin-right: 0;
          margin-bottom: 20px;
          position: relative; }
          .event-item .date-circle--has-end:after {
            content: ' ';
            position: absolute;
            display: block;
            height: 20px;
            width: 2px;
            left: 50%;
            top: unset;
            bottom: 100%;
            transform: translateX(-50%);
            bottom: -22px;
            background-color: #a18f5b; } }
  @media (max-width: 767px) {
    .event-item .desc-info {
      padding-bottom: 0px !important; } }
  .event-item .pricing-info {
    position: relative;
    text-align: center; }
    @media (max-width: 767px) {
      .event-item .pricing-info {
        padding-top: 0px !important; } }
    .event-item .pricing-info p {
      font-size: 14px; }
    .event-item .pricing-info btn {
      z-index: 100; }
    .event-item .pricing-info .btn {
      display: inline-block;
      margin-right: 0px; }
    .event-item .pricing-info .btn:last-of-type {
      margin-right: 0px; }
    .event-item .pricing-info .btn-container {
      position: relative;
      z-index: 999; }
    .event-item .pricing-info .btn--transparent {
      color: #000; }
    .event-item .pricing-info .btn--transparent::after {
      content: ' ';
      display: block;
      width: 40px;
      position: absolute;
      bottom: 1px;
      left: 50%;
      transform: translateX(-50%);
      height: 2px;
      background-color: #a18f5b;
      transition: width .15s ease-in-out; }
    .event-item .pricing-info .btn--transparent::after {
      bottom: 20px; }

/* Body */
/* Typography */
/* Header*/
/* Buttons */
/* Panels*/
/* Panel Background*/
/* Highlight */
/* Calendar*/
/**forms */
.c-hole-listing h2 {
  font-size: 36px;
  margin-bottom: 40px;
  line-height: 1; }

.c-hole-listing .p-gallery,
.c-hole-listing .p-gallery img {
  height: 330px; }

.c-hole-listing .hole-picture-group {
  background: rgba(55, 81, 60, 0.1);
  text-align: center; }

.c-hole-listing .hole-picture-group h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  line-height: 2; }
  .c-hole-listing .hole-picture-group h3 span {
    position: relative;
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px; }
  .c-hole-listing .hole-picture-group h3:before, .c-hole-listing .hole-picture-group h3:after {
    position: absolute;
    top: 50%;
    width: 35%;
    background: black;
    height: 1px;
    display: block;
    content: '';
    z-index: 1;
    opacity: 0.2; }
  .c-hole-listing .hole-picture-group h3:before {
    left: 5%; }
  .c-hole-listing .hole-picture-group h3:after {
    right: 5%; }

.c-hole-listing .holes {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1200px) {
    .c-hole-listing .holes {
      flex-direction: row;
      justify-content: center; } }

.c-hole-listing .hole-navigation {
  background: #37513c;
  position: relative;
  z-index: 5;
  padding: 5px; }
  .c-hole-listing .hole-navigation ul {
    max-width: 1430px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    padding: 0; }
    @media (min-width: 1200px) {
      .c-hole-listing .hole-navigation ul {
        margin: 0; } }
  .c-hole-listing .hole-navigation ul li {
    background: #fff;
    color: #000;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 1px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center; }
  .c-hole-listing .hole-navigation ul li a {
    padding: 10px; }
  @media (min-width: 575px) {
    .c-hole-listing .hole-navigation ul li {
      width: 40px;
      height: 40px; } }
  @media (min-width: 1200px) {
    .c-hole-listing .hole-navigation {
      padding: 20px; }
      .c-hole-listing .hole-navigation ul li {
        width: 60px;
        height: 60px; }
      .c-hole-listing .hole-navigation ul li a {
        padding: 5px;
        font-size: 14px;
        display: block; } }
  .c-hole-listing .hole-navigation ul li.active {
    background: #a18f5b;
    color: #fff; }
    .c-hole-listing .hole-navigation ul li.active a {
      font-weight: bold; }
  .c-hole-listing .hole-navigation .strap {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 23px 27px 23px 60px;
    min-width: 196px;
    color: #fff;
    background: #37513c;
    position: absolute;
    left: 50%;
    bottom: calc(100% - 1px);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: 18px 32px;
    background-image: url("/dist/assets/img/website/flag.svg");
    background-position: 27px center; }

.c-hole-listing .hole-info-wrapper {
  padding: 30px; }
  @media (min-width: 1200px) {
    .c-hole-listing .hole-info-wrapper {
      padding: 100px 90px;
      padding-top: 100px; } }

.c-hole-listing .hole-image-wrapper .bg {
  background: #fff; }
  @media (min-width: 1200px) {
    .c-hole-listing .hole-image-wrapper .bg {
      background: rgba(55, 81, 60, 0.1);
      padding-top: 100px; } }

.c-hole-listing .course-image {
  width: 100%; }

.c-information-carousel h2 {
  font-weight: 300 !important;
  font-size: 40px;
  margin: 40px 0;
  text-transform: none;
  text-align: center;
  display: block; }

.c-information-carousel p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300; }

.c-information-carousel .information-carousel-item {
  padding: 0 5px;
  max-width: 350px; }
  @media (min-width: 1200px) {
    .c-information-carousel .information-carousel-item {
      max-width: none; } }

.c-information-carousel .information-carousel-item-inner {
  background: #fff;
  border-top: solid 4px #a18f5b;
  height: 100%; }

.c-information-carousel .information-carousel-item-content {
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column; }

.c-information-carousel .information-carousel-item-content h4 {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase; }

.c-information-carousel .information-carousel-item-content > img {
  height: 70px; }

.c-information-carousel .information-carousel-item-content > img,
.c-information-carousel .information-carousel-item-content > h4 {
  margin-bottom: 20px; }

.c-information-carousel .slick-track {
  display: flex !important; }

.c-information-carousel .slick-slide {
  height: auto; }

.c-information-carousel .slick-list {
  margin: 0 -5px; }

.c-information-carousel .slick-slide > div {
  padding: 0 5px; }

.c-information-carousel .slick-prev.slick-arrow {
  background-image: url(/dist/assets/img/website/slider/left.svg);
  background-size: 77px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 10px;
  width: 77px;
  left: -10%;
  z-index: 10; }
  .c-information-carousel .slick-prev.slick-arrow:before {
    display: none; }

.c-information-carousel .slick-next.slick-arrow {
  background-image: url(/dist/assets/img/website/slider/right.svg);
  background-size: 77px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 10px;
  width: 77px;
  right: -10%;
  z-index: 10; }
  .c-information-carousel .slick-next.slick-arrow:before {
    display: none; }

.c-meeting-room-listing .p-gallery {
  height: auto; }

.c-meeting-room-listing .meeting-room-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
  .c-meeting-room-listing .meeting-room-detail .media {
    height: 430px;
    position: relative; }
  .c-meeting-room-listing .meeting-room-detail .btn {
    margin-bottom: 0; }
  .c-meeting-room-listing .meeting-room-detail .callout-feature {
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position-y: center; }
    .c-meeting-room-listing .meeting-room-detail .callout-feature--capacity {
      background-image: url("/dist/assets/img/website/meeting/callout_capacity.svg");
      background-size: 29px 18px;
      background-position-x: 18px; }
    .c-meeting-room-listing .meeting-room-detail .callout-feature--breakfast {
      background-image: url("/dist/assets/img/website/meeting/layout_dinner-dark.svg");
      background-size: 30px 26px;
      background-position-x: 18px; }
    .c-meeting-room-listing .meeting-room-detail .callout-feature--reception {
      background-image: url("/dist/assets/img/website/meeting/layout_reception-dark.svg");
      background-size: 24px 32px;
      background-position-x: 18px; }
    .c-meeting-room-listing .meeting-room-detail .callout-feature--theatre {
      background-image: url("/dist/assets/img/website/meeting/layout_theatre-dark.svg");
      background-size: 29px 18px;
      background-position-x: 18px; }
    .c-meeting-room-listing .meeting-room-detail .callout-feature--ceiling-height {
      background-image: url("/dist/assets/img/website/meeting/callout_ceilingheight.svg");
      background-size: 26px 26px;
      background-position-x: 20px; }
    .c-meeting-room-listing .meeting-room-detail .callout-feature--floor-space {
      background-image: url("/dist/assets/img/website/meeting/callout_floorspace.svg");
      background-size: 10px 26px;
      background-position-x: 25px; }

@media (min-width: 1200px) {
  .c-meeting-room-listing .meeting-room-detail .body {
    max-width: 475px; } }

.c-meeting-room-wrapper .meeting-modal-gallery {
  position: relative;
  height: 500px;
  width: 100% !important; }

.c-meeting-room-wrapper .slick-track, .c-meeting-room-wrapper .slick-list draggable {
  width: 100% !important; }

.c-meeting-room-wrapper .meeting-modal-description {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 40px; }

.c-meeting-room-wrapper .modal-mask {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease; }
  .c-meeting-room-wrapper .modal-mask .callout-feature {
    background: white;
    background-repeat: no-repeat;
    background-position: left center; }
    .c-meeting-room-wrapper .modal-mask .callout-feature .title {
      margin-left: 36px; }
    .c-meeting-room-wrapper .modal-mask .callout-feature--reception {
      background-image: url("/dist/assets/img/website/meeting/layout_reception-dark.svg");
      background-size: 24px 32px;
      background-position-x: 18px; }
    .c-meeting-room-wrapper .modal-mask .callout-feature--theatre {
      background-image: url("/dist/assets/img/website/meeting/layout_theatre-dark.svg");
      background-size: 29px 18px;
      background-position-x: 18px; }
    .c-meeting-room-wrapper .modal-mask .callout-feature--breakfast {
      background-image: url("/dist/assets/img/website/meeting/layout_dinner-dark.svg");
      background-size: 30px 26px;
      background-position-x: 18px; }

.c-meeting-room-wrapper .modal-wrapper {
  display: table-cell;
  vertical-align: middle; }

.c-meeting-room-wrapper .modal-container {
  width: 90%;
  height: 80vh;
  max-width: 1400px;
  margin: 0px auto;
  background-color: #eae5e3;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.c-meeting-room-wrapper .modal-content {
  flex-grow: 1;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden; }

.c-meeting-room-wrapper .modal-header h3 {
  margin-top: 0;
  font-size: 36px; }

.c-meeting-room-wrapper .modal-body {
  margin: 20px 0; }

.c-meeting-room-wrapper .modal-enter {
  opacity: 0; }

.c-meeting-room-wrapper .modal-leave-active {
  opacity: 0; }

.c-meeting-room-wrapper .modal-enter .modal-container,
.c-meeting-room-wrapper .modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.c-meeting-room-wrapper .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9; }

.c-meeting-room-wrapper .modal-close button {
  padding: 0;
  min-width: 0;
  text-indent: -9999px;
  background-position: 50%;
  background-image: url(/dist/assets/img/booking/button-cancel-cross.svg);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  width: 39px;
  height: 39px;
  z-index: 100; }
  @media (min-width: 1200px) {
    .c-meeting-room-wrapper .modal-close button {
      width: 50px;
      height: 50px; } }

.callout-features .callout-feature {
  background-color: #e3dedc;
  padding: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  font-family: Montserrat;
  font-size: 14px; }
  .callout-features .callout-feature .title {
    text-transform: uppercase;
    font-weight: 300; }
  .callout-features .callout-feature .value {
    font-weight: bold; }
  .callout-features .callout-feature-last-of-type {
    margin-bottom: 0; }

.p-gallery {
  display: block;
  width: 100%; }

.p-gallery.pod.slider .media .caption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  color: white;
  font-size: 32px;
  font-family: "Playfair Display";
  z-index: 32; }
  @media (min-width: 758px) {
    .p-gallery.pod.slider .media .caption {
      left: 40px;
      right: 40px;
      bottom: 40px; } }

.c-room-listing .c-anchor-nav {
  margin-bottom: 100px; }

.c-room-listing .room-detail {
  margin-bottom: 100px; }
  .c-room-listing .room-detail-last-of-type {
    margin-bottom: 0; }
  .c-room-listing .room-detail:nth-child(odd) .room-listing-content .row {
    flex-direction: row-reverse; }
  .c-room-listing .room-detail:nth-child(even)::before {
    left: unset;
    right: 0; }

.c-room-listing .slider-item {
  min-height: 375px; }
  @media (min-width: 768px) {
    .c-room-listing .slider-item {
      min-height: 550px; } }
  @media (min-height: 1200px) {
    .c-room-listing .slider-item {
      min-height: 750px; } }

.c-room-listing .features-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat"; }

.c-room-listing .feature-item {
  width: 50%;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  margin-bottom: 15px; }

.c-room-listing .feature-item--room {
  background-image: url("/dist/assets/img/website/stay/room.svg");
  background-size: 16px 16px; }

.c-room-listing .feature-item--bed {
  background-image: url("/dist/assets/img/website/stay/bed.svg");
  background-size: 16px 11px; }

.c-room-listing .feature-item--dog {
  background-image: url("/dist/assets/img/website/stay/dog.svg");
  background-size: 20px 16px; }

.c-room-listing .feature-item--occupancy {
  background-image: url("/dist/assets/img/website/stay/occupancy.svg");
  background-size: 13px 17px; }

.c-narrow-text-image .row {
  flex-direction: column-reverse; }

.c-narrow-text-image .narrow-text-image-inner {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  background: white; }
  .c-narrow-text-image .narrow-text-image-inner .p-gallery {
    height: 350px; }

.c-narrow-text-image .text-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 40px; }

.c-narrow-text-image .btn-container {
  margin-top: 30px;
  justify-content: flex-start; }

.c-narrow-text-image .p-gallery, .c-narrow-text-image .slick-list, .c-narrow-text-image .slick-track {
  height: 100%; }

@media (min-width: 1200px) {
  .c-narrow-text-image:nth-child(even) .row {
    flex-direction: row-reverse; }
  .c-narrow-text-image .narrow-text-image-inner {
    height: 520px; }
    .c-narrow-text-image .narrow-text-image-inner .p-gallery {
      height: 520px; }
  .c-narrow-text-image .text-content {
    max-width: 470px; }
    .c-narrow-text-image .text-content h2 {
      max-width: 400px;
      margin-bottom: 30px; } }

@charset "UTF-8";

.c-split-block {
    position: relative;
}

    .c-split-block::before {
        display: block;
        position: absolute;
        content: ' ';
        background-color: white;
        width: 100%;
        top: 0;
        left: 0;
        right: unset;
        bottom: 0;
        z-index: 1;
    }

    .c-split-block.reverse::before {
        left: unset;
        right: 0;
    }

    .c-split-block.reverse .double-pod-content .row {
        /*            flex-direction: row-reverse;*/
    }

    .c-split-block .double-pod-content {
        position: relative;
        z-index: 2;
        max-width: 1800px;
        margin: 0 auto;
    }

    .c-split-block .double-pod-content-item {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .c-split-block .btn-container {
        justify-content: flex-start;
    }

    .c-split-block .p-text {
        padding: 40px;
        display: flex;
        flex-direction: column;
        /*justify-content: space-between;*/
    }

        .c-split-block .p-text h2 {
            /*   margin-bottom: 40px;*/
        }

        .c-split-block .p-text p:last-of-type {
            margin-bottom: 40px;
        }

        .c-split-block .p-text .simple-gallery {
            margin-top: 60px;
            align-items: center;
        }

            .c-split-block .p-text .simple-gallery .col {
                display: flex;
                justify-content: center;
                margin-bottom: 30px;
            }

        .c-split-block .p-text ul, .c-split-block .p-text ol {
            margin-bottom: 40px;
        }

        .c-split-block .p-text ul {
            margin-bottom: 20px;
            list-style-type: none;
            padding-left: 1em;
        }

            .c-split-block .p-text ul li:before {
                content: "–";
                color: #a18f5b;
                position: absolute;
                margin-left: -1em;
                font-weight: 900;
            }

            .c-split-block .p-text ul li {
                padding-bottom: 5px;
            }

                .c-split-block .p-text ul li > ul {
                    margin-bottom: 0 !important;
                }

            .c-split-block .p-text ul li p {
                margin-bottom: 20px!important;
            }

                .c-split-block .p-text ul li p:last-of-type {
                    margin-bottom: 0!important;
                }

@media (min-width: 768px) {
    .c-split-block {
        padding: 30px;
    }

        .c-split-block .p-text {
            padding: 0 0 20px 0;
        }

            .c-split-block .p-text .simple-gallery .col {
                display: flex;
                justify-content: center;
                margin-bottom: 10px;
            }

            .c-split-block .p-text ul li {
                /*padding-bottom: 20px;*/
            }
}

@media (min-width: 1200px) {
    .c-split-block {
        padding: 60px;
    }

        .c-split-block .p-text {
            padding: 0px;
            max-width: 634px;
        }

        .c-split-block:before {
            width: 70%;
        }

        .c-split-block.extend::before {
            bottom: -250px;
        }

        .c-split-block .p-text {
            justify-content: center;
        }

        .c-split-block .double-pod-content-item {
            min-height: 650px;
        }
}

.rotate {
    display: none;
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    position: absolute;
    left: 50%;
    bottom: 0px;
    /* not sure why*/
    width: 1px;
    height: 80%;
}

    .rotate:before {
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        background: #1a1a1a;
        opacity: 0.3;
        content: ' ';
    }

    .rotate .rotate-text {
        transform-origin: 0;
        transform: rotate(-90deg) translateX(calc(-100% + 40px));
        background: white;
        position: absolute;
        width: auto;
        display: block;
        white-space: nowrap;
        padding-left: 20px;
        padding-right: 20px;
    }

@media (min-width: 1200px) {
    .rotate {
        display: block;
    }
}

.c-split-image-text {
  background-repeat: no-repeat; }
  .c-split-image-text .split-image-col {
    padding: 0px 30px;
    margin-bottom: 20px; }
  .c-split-image-text .gallery-1, .c-split-image-text .gallery-2, .c-split-image-text .gallery-3 {
    width: 100%;
    min-height: 350px;
    margin-bottom: 0; }
    .c-split-image-text .gallery-1 .slick-slide, .c-split-image-text .gallery-2 .slick-slide, .c-split-image-text .gallery-3 .slick-slide {
      height: 350px; }
  @media (min-width: 1200px) {
    .c-split-image-text .split-image-col {
      padding: 0px 15px; }
    .c-split-image-text .text-1, .c-split-image-text .text-2 {
      margin: 40px 0; }
      .c-split-image-text .text-1 h2, .c-split-image-text .text-2 h2 {
        margin-bottom: 40px;
        font-size: 48px; }
    .c-split-image-text .split-image-col {
      display: flex;
      flex-direction: column;
      height: 100%; }
    .c-split-image-text .split-image-text-inner {
      max-width: 1920px;
      width: 100%;
      margin: 0 auto; }
    .c-split-image-text--layout-1 .gallery-1 {
      max-width: 100%; }
    .c-split-image-text--layout-1 .gallery-1 .slick-slide {
      height: 400px; }
    .c-split-image-text--layout-1 .gallery-2 {
      max-width: 904px; }
    .c-split-image-text--layout-1 .gallery-2 .slick-slide {
      height: 620px; }
    .c-split-image-text--layout-1 .text-1 {
      margin-left: 200px;
      max-width: 450px; }
    .c-split-image-text--layout-2 .split-image-col--col-1 {
      align-items: flex-end; }
    .c-split-image-text--layout-2 .gallery-1 {
      max-width: 657px; }
    .c-split-image-text--layout-2 .gallery-1 .slick-slide {
      height: 840px; }
    .c-split-image-text--layout-2 .gallery-2 {
      max-width: 787px; }
    .c-split-image-text--layout-2 .gallery-2 .slick-slide {
      height: 576px; }
    .c-split-image-text--layout-2 .gallery-3 {
      margin-left: 100px;
      max-width: 670px; }
    .c-split-image-text--layout-2 .gallery-3 .slick-slide {
      height: 425px; }
    .c-split-image-text--layout-2 .text-1 {
      max-width: 680px; }
    .c-split-image-text--layout-2 .text-1 p {
      max-width: 450px; }
    .c-split-image-text--layout-3 .gallery-1 {
      max-width: 100%; }
    .c-split-image-text--layout-3 .gallery-1 .slick-slide {
      height: 400px; }
    .c-split-image-text--layout-3 .gallery-2 {
      max-width: 904px; }
    .c-split-image-text--layout-3 .gallery-2 .slick-slide {
      height: 620px; }
    .c-split-image-text--layout-3 .text-1 {
      margin-left: 200px;
      max-width: 450px; }
    .c-split-image-text--layout-3 .text-2 {
      max-width: 450px; }
    .c-split-image-text--layout-4 .split-image-col--col-1 {
      align-items: flex-end; }
    .c-split-image-text--layout-4 .gallery-1 {
      max-width: 920px; }
    .c-split-image-text--layout-4 .gallery-1 .slick-slide {
      height: 620px; }
    .c-split-image-text--layout-4 .gallery-2 .slick-slide {
      height: 752px; }
    .c-split-image-text--layout-4 .text-1 p {
      max-width: 382px; }
    .c-split-image-text--layout-5 .split-image-text-inner {
      max-width: 1500px; }
    .c-split-image-text--layout-5 .gallery-1 .slick-slide {
      height: 815px; }
    .c-split-image-text--layout-5 .gallery-2 .slick-slide {
      height: 580px; }
    .c-split-image-text--layout-5 .text-1 p {
      max-width: 490px; } }

/* Body */
/* Typography */
/* Header*/
/* Buttons */
/* Panels*/
/* Panel Background*/
/* Highlight */
/* Calendar*/
/**forms */
.c-stacked-pods {
  text-align: center;
  margin: 0 auto; }
  .c-stacked-pods .stacked-pods-heading {
    color: #a18f5b;
    text-transform: uppercase; }
  .c-stacked-pods .stacked-button-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding: 0 80px;
    width: 100%; }
  .c-stacked-pods .stacked-intro {
    max-width: 800px;
    margin: 0 auto;
    position: relative; }
    .c-stacked-pods .stacked-intro h1, .c-stacked-pods .stacked-intro h1 span,
    .c-stacked-pods .stacked-intro h2, .c-stacked-pods .stacked-intro h2 span,
    .c-stacked-pods .stacked-intro h3, .c-stacked-pods .stacked-intro h3 span {
      font-family: "Montserrat" !important;
      font-weight: bold; }
  .c-stacked-pods .btn-container {
    margin-top: 60px;
    display: flex;
    justify-content: center; }
  .c-stacked-pods .text-image-header {
    height: 350px;
    position: relative;
    padding: 2.5rem;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    font-size: 36px; }
  .c-stacked-pods .text-image-header-content {
    position: relative;
    z-index: 2;
    color: #fff;
    height: 100%; }
  .c-stacked-pods .text-image-body {
    background: white;
    padding: 40px;
    /* min-height: 350px;*/ }
  .c-stacked-pods .odd > div, .c-stacked-pods .even > div {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .c-stacked-pods .odd > div, .c-stacked-pods .event > div {
    align-items: center; }
  @media (min-width: 768px) {
    .c-stacked-pods .odd {
      margin-right: 15px; }
    .c-stacked-pods .even {
      margin-left: 15px; }
    .c-stacked-pods .offset {
      padding-top: 100px; }
    .c-stacked-pods .odd > div {
      align-items: flex-end;
      width: auto; }
    .c-stacked-pods .even > div {
      align-items: flex-start;
      width: auto; } }
  @media (min-width: 1200px) {
    .c-stacked-pods {
      margin: 0 auto 150px; }
      .c-stacked-pods .stacked-button-container {
        min-height: 650px; }
      .c-stacked-pods .stacked-container {
        padding-top: 160px; }
      .c-stacked-pods .stacked-intro {
        margin: 0 auto 40px; }
        .c-stacked-pods .stacked-intro:after {
          position: absolute;
          width: 2px;
          height: 80px;
          display: block;
          content: ' ';
          top: calc(100% + 55px);
          left: 50%;
          transform: translateX(50%);
          background-color: #a18f5b; }
      .c-stacked-pods .text-image-header {
        height: 532px; } }

.c-pricing-information {
  background: #dfd7cc;
  background: linear-gradient(to bottom, transparent 50%, #dfd7cc 50%); }
  .c-pricing-information.component {
    margin-bottom: 0; }
  .c-pricing-information .card .card-title {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 18px; }
  .c-pricing-information h6 {
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 18px; }

.pi-promo {
  height: 100%;
  background: #fff; }
  .pi-promo .promo-header .promo-text span,
  .pi-promo .promo-header .promo-text h3 {
    width: 60%; }
    @media (min-width: 375px) {
      .pi-promo .promo-header .promo-text span,
      .pi-promo .promo-header .promo-text h3 {
        min-width: 67.5%; } }
    @media (min-width: 1200px) {
      .pi-promo .promo-header .promo-text span,
      .pi-promo .promo-header .promo-text h3 {
        width: 75%; } }
  .pi-promo .promo-header, .pi-promo .promo-header .slick-slide {
    height: 400px;
    width: 100%;
    position: relative; }
  .pi-promo .promo-text {
    color: white;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column; }
  .pi-promo .promo-body {
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between; }
  .pi-promo .stamp {
    background: #fae4e2;
    color: black;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    width: 100px;
    height: 100px; }
    @media (min-width: 1200px) {
      .pi-promo .stamp {
        width: 115px;
        height: 115px; } }
  .pi-promo .stamp p {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 11px; }
  .pi-promo .stamp * {
    margin-bottom: 0;
    line-height: 1; }
  .pi-promo .stamp .intro.lg {
    font-size: 30px;
    margin-bottom: 7px;
    line-height: 1.25; }
    @media (min-width: 1200px) {
      .pi-promo .stamp .intro.lg {
        font-size: 40px;
        margin-bottom: 10px; } }
  .pi-promo .promo-offer p {
    margin-bottom: 5px; }
  .pi-promo em {
    font-family: "Playfair Display"; }
  .pi-promo .promo-button .btn,
  .pi-promo .promo-offer .btn,
  .pi-promo .promo-offer .intro.lg {
    margin-bottom: 0 !important;
    line-height: 1 !important; }
  .pi-promo .intro.lg {
    font-size: 48px;
    line-height: 57px;
    margin-bottom: 50px; }

/* @import './components/buttons.css'; */
/* @import './components/wedding-space-listing.css'; */
/* @import './promo/promo.css'; */

