.-green {
	background-color: #3a861c;
	border: 1px solid #3a861c;
	color: #fff;
}

.-facebook {
	background-color: #3b5998;
	border: 1px solid #3b5998;
	color: #fff;
	margin: 0 0 1.4rem;
}

body {
	background-color: whitesmoke;
}

button {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
}
/* cancellations styling */

button, .button, .buttonw {
    cursor: pointer;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-size: 1rem;
    transition: background-color 300ms ease-out;
}

p.cancellationText {
    background-color: transparent;
    border: 0;
    text-align: left;
    position: relative;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 1190px;
    z-index: 2;
    overflow: hidden;
    clear: both;
}
button.button.cancelBookingBtn {
    background-color: #fff;
    color: #3b871d;
    height: auto;
    padding: 10px 40px;
    outline: none;
    margin: 0 0 7px 0;
    position: relative;
    font-size: 14px;
    margin-top: 15px;
}
account-panel-cancellations {
    padding: 15px;
    overflow: hidden;
	background: #f1f1f1;
    margin: 0.5em 0;
    border-radius: 3px;
}

div#cancelBooking2 {
	background-color: #D83030;
    border-color: #D83030;
    padding: 10px 18px;
    font-weight: normal !important;
    color: #fff;
    border: 1px solid #6BA643;
    height: 50px;
    font-size: 15px;
	margin-bottom: 15px;
    text-align: center;
}

button.button.cancelBookingBtn:hover {
    background-color: #3b871d !important;
    color: #fff !important;
}

h3.account-title {
    font-size: 24px;
    color: #555;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 15px;
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.button.csButton.cancelButton {
    background-color: #fff;
    border-color: #999;
    color: #999;
    height: 50px;
    font-size: 15px;
}

/* cancellations styling */

/* wishlist number */
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.top-nav-listing li .wishlist--number {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #3b871d;
	border: 1px solid #3b871d;
	border-radius: 99px;
	width: 15px;
	height: 15px;
	text-align: center;
	font-size: 1rem;
	line-height: 1.2rem;
}

/* MyHoseasons Navigation Bar  */
a {
	text-decoration: none;
}

.myBookings .my-account__navigation li:first-of-type,
.myBookings .my-account__navigation li:hover,
.my-details .my-account__navigation li:nth-of-type(2),
.my-details .my-account__navigation li:hover {
	border-bottom: 3px solid #3b871d;
}

.my-account__navigation {
	background-color: white;
	border-bottom: 1px solid #c7c7c7;
}

.my-account__navigation ul {
	clear: both;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.my-account__navigation ul {
		max-width: 100%;
		width: 1190px;
	}

	.mobile-title {
		display: none;
	}
}

.my-account__navigation ul li {
	float: left;
}

.my-account__navigation ul li.right-link {
	float: right;
}

.my-account__navigation .-active {
	border-bottom: 3px solid #3b871d;
	font-weight: bold;
}

.my-account__navigation .-active a {
	font-weight: bold;
}

@media only screen and (max-width: 75.05em) {
	.my-account__navigation .-active a {
		font-weight: 100;
	}
}

.my-account__navigation a {
	font-weight: normal;
}


/* media queries */
@media only screen and (max-width: 75.05em) {

	/* Navigation Bar */
	.my-account__navigation ul li {
		height: 5rem;
		line-height: 5rem;
	}

	.my-account__navigation ul li a {
		font-size: 1.3rem;
		padding: 0 0.8em 11px;
		text-align: center;
	}
}

@media only screen and (min-width: 75.05em) {

	/* Navigation Bar */
	.my-account__navigation ul li {
		margin: 0;
		line-height: 6rem;
		height: 6rem;
	}

	.my-account__navigation ul li a {
		font-size: 1.8rem;
		padding: 0 17px 10px;
	}

	button[role="tab"] {
		background: none;
		border: none;
		font-size: 2rem;
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		font-weight: 100;
	}

	button[role="tab"].-active {
		font-weight: bold;
	}

	button[role="tab"]:first-child {
		margin: 0 0 2rem;
	}

	.my-hoseasons__my-details .-menu {
		float: left;
		width: 30.8rem;
	}

	.my-hoseasons__my-details .-menu .-active__button {
		font-weight: bold;
	}

	.-edit-control {
		float: right;
		width: 22.3rem;
	}

	.-edit-control button {
		margin: 0 0 2rem;
	}

	.dob-month {
		width: 14rem !important;
	}

	.-tabs-content {
		width: 92.5rem;
	}
}

.my-hoseasons__account {
	max-width: 1244px;
	width: 81%;
	margin: 3.6rem auto 0;
}

.-tabs-content {
	background-color: #fff;
	border: 1px solid #c7c7c7;
	padding: 6rem;
	margin: 0 auto 4rem;
}

.-tabs-content .-content label,
.-tabs-content .details-label {
	display: block;
	font-size: 20px;
	margin-top: 15px;
}

.-tabs-content .-content label:first-child,
.-tabs-content div:first-child .details-label {
	margin-top: 0;
}

.-tabs-content .-content input,
.-tabs-content .-content select {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	border-radius: 1px;
	font-size: 15px;
}

.-tabs-content .details-value {
	font-size: 15px;
}

.-tabs-content .-content input:disabled,
.-tabs-content .-content select:disabled {
	border: none;
}

.-tabs-content .-content select {
	height: 4.6rem;
}

.-tabs-content .-content .day {
	width: 4.2rem;
}

.-tabs-content .-content #month {
	height: 4rem;
	padding: 0 1rem 0 0;
	margin: 0 1rem 0;
	text-align: right;
	width: 18.6rem;
}

.-tabs-content .-content .year {
	text-align: center;
	width: 6.4rem;
}

.-tabs-content .-content .dob-year {
	margin-left: 5px;
	text-align: center;
	width: 12rem;
}

.-tabs-content .-content .dob-day {
	width: 4.2rem;
	margin-right: 5px;
}

.my-hoseasons .-big-button,
.my-hoseasons .-big-button {
	border-radius: 3px;
	font-size: 18px;
	height: 52px;
	position: relative;
	width: 100%;
}

.my-hoseasons a.-big-button {
	display: block;
	text-align: center;
	padding-top: 1.4rem;
}

.my-hoseasons .-password-save {
	border-radius: 3px;
	font-size: 1.6rem;
	height: 52px;
	position: relative;
	width: 20rem;
	float: right;
	margin: 0 5.9rem 0 0;
}

.my-hoseasons .-password-save .-disabled {
	background-color: white;
	border: white;
	color: #3b871d;
}

.my-hoseasons .--big-button {
	border-radius: 3px;
	font-size: 1.6rem;
	height: 52px;
	position: relative;
	width: 100%;
}

.my-hoseasons .--big-button svg .--big-button {
	border-radius: 3px;
	font-size: 1.6rem;
	height: 52px;
	position: relative;
	width: 100%;
}

.my-hoseasons .--big-button svg .-password-save {
	border-radius: 3px;
	font-size: 1.6rem;
	height: 52px;
	position: relative;
	width: 20rem;
	float: right;
	margin: 0 5.9rem 0 0;
}

.my-hoseasons .--big-button svg .-password-save .-disabled {
	background-color: white;
	border: white;
	color: #3b871d;
}

.-green {
	background-color: #3b871d;
	border: 1px solid #3b871d;
	color: white;
}

.-green:hover {
	background-color: white;
	border: 1px solid #3b871d;
	color: #3b871d;
}

.-white {
	background-color: white;
	border: 1px solid #3b871d;
	color: #3b871d;
}

.-white:hover {
	background-color: #3b871d;
	border: 1px solid #3b871d;
	color: white;
}

/* my details  */
/* all */
/* mobile and tablet */
/* desktop */
/* ---------- Clear fix ----------*/
.cf:before,
.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.-hide,
.-password logged-in-social-media-hide-false {
	display: none;
}

.-active__button {
	font-weight: bold;
}

.month {
	width: 10rem !important;
}

.change-password {
	margin: 3rem 0 0;
}

.change-password .row {
	position: relative;
}

.actvate-change-password {
	text-decoration: underline;
}

.show-password {
	width: 35px;
	height: 30px;
	background: url("/assets/show-password-icon.png") no-repeat center;
	position: absolute;
	right: 57px;
	cursor: pointer;
}

.show-password:nth-of-type(1) {
	top: 6px;
}

.show-password:nth-of-type(2) {
	top: 73px;
}

.show-password:nth-of-type(3) {
	top: 184px;
}

.change-password small.error {
	display: block;
	text-align: right;
	margin: 0 5.7rem 3rem 0;
}

/*
	  My Bookings - landing page
  */
.my-hoseasons__current-booking {
	border: 1px solid #ededed;
	height: 300px;
	width: 124rem;
}

.my-hoseasons__current-booking .-property {
	position: relative;
}

.my-hoseasons__current-booking .-property img {
	background-size: cover;
	height: 30rem;
	position: absolute;
	width: 42rem;
	z-index: 1;
}

.my-hoseasons__current-booking .-property .-days-left {
	position: absolute;
	height: 77px;
	width: 77px;
	top: 20px;
	left: 20px;
	border-radius: 99%;
	z-index: 2;
}

.rotate {
	position: absolute;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	width: 11px;
	fill: #7d7d7d;
	top: 3px;
	right: -18px;
}

.rotate.down {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.activate-change-password {
	position: relative;
}

.-save {
	width: 25px;
}

.-save.-saved {
	position: absolute;
	left: 10px;
	top: 11px;
}

.-save.ajax-success {
	position: absolute;
	top: 11px;
	left: 11px;
}

.-save.success {
	background: white;
	color: #3b871d;
	fill: #3b871d;
}

/* Mobile first CSS for my bookings page */
.myBookings {
	background-color: #eee;
}

.myBookings--booking__edit {
	color: #3b871d;
	cursor: pointer;
	text-decoration: underline;
	margin: 0 10px;
}

.myBookings--booking__party {
	margin: 0 0 3rem;
}

.myBookings--booking__change-party-size button {
	background-color: white;
	border: 1px solid #3b871d;
	border-radius: 4px;
	color: #3b871d;
	font-weight: normal;
	height: 35px;
	margin: 0 auto;
	width: 35px;
}

.myBookings--booking__change-party-size button.disabledButton {
	color: #D1D1D1;
	border-color: #D1D1D1;
	background-color: #fff;
	border-width: 1px;
	cursor: initial;
}

.myBookings--booking__party-size-content label>span {
	color: #95989A;
}


.myBookings--booking__imageHolder {
	position: relative;
	height: 288px;
}

.myBookings--propertyDetails__mobileHolder {
	position: absolute;
	bottom: 1px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	padding: 10px;
	width: 100%;
}

.myBookings--propertyDetails__mobileHolder h3,
.myBookings--propertyDetails__mobileHolder a,
.myBookings--propertyDetails__mobileHolder p {
	color: white;
}

.myBookings--propertyDetails__mobileHolder h3 {
	font-size: 18px;
}

.myBookings--propertyDetails__mobileHolder p:last-of-type {
	font-size: 13px;
}

.myBookings--propertyDetails__mobileHolder p {
	width: 98%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.myBookings--booking__imageHolder a {
	height: 288px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-size: cover;
}

.myBookings--currentBooking__holder {
	margin-bottom: 30px;
}

.myBookings--currentBooking__holder .main {
	padding: 0 15px;
}

.myBookings--currentBooking__holder:first-of-type {
	margin: 30px 0;
}

.payment-details .myBookings--currentBooking__holder:first-of-type {
	margin: 0;
	padding: 20px 0 60px;
}

.myBookings--booking__balanceAndPayment,
.myBookings .paid {
	background-color: #f7f7f7;
	text-align: center;
	color: #555555;
	border-radius: 0 0 3px 3px;
	display: block;
}

.myBookings--booking__balanceAndPayment span,
.myBookings .paid span {
	display: block;
	font-size: 13px;
	font-weight: 600;
}

.myBookings--booking__balanceAndPayment span i,
.myBookings .paid span i {
	font-size: 13px;
}

.myBookings--booking__balanceAndPayment span a,
.myBookings .paid span a {
	color: #3a861c;
	text-decoration: underline;
}

.myBookings--booking__balanceDueMessage span:last-child {
	margin-bottom: 0;
}

.myBookings button {
	-webkit-appearance: none;
	border: none;
	border-radius: 3px;
	width: 100%;
	padding: 10px 15px;
	font-size: 14px;
	margin-bottom: 25px;
	background-color: #3a861c;
	color: #fff;
	font-weight: 600;
}

.payment-details .myBookings--propertyDetails__desktopBlock {
	position: relative;
}

.payment-logos {
	position: absolute;
	top: 0;
	right: 0;
}

.payment-logos img:first-child {
	margin-right: 15px;
}

.myBookings--propertyDetails__desktopBlock h2 {
	font-size: 16px;
	font-weight: 600;
}

.myBookings--propertyDetails__desktopBlock h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

.myBookings--propertyDetails__desktopBlock p {
	font-size: 13px;
	margin-top: 2px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.myBookings--booking__checkInCheckOut {
	background-color: white;
	height: 50px;
	position: relative;
	padding: 8px 16px 0;
	top: -3px;
}

.myBookings--booking__moreInformation {
	margin-top: 40px;
}

.myBookings--booking__moreInformation strong {
	display: block;
	margin-top: 16px;
}

span.myBookings--checkInCheckOut__splitter:before {
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-style: solid;
	border-width: 1px 1px 0 0;
	content: "";
	display: inline-block;
	height: 25px;
	position: relative;
	top: 7px;
	width: 25px;
	margin-left: -8px;
	border-color: #d3d3d3;
}

.hide-small {
	display: none;
}

.item-my-bookings {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.expandText {
	display: block;
}

.paymentForm {
	width: 100%;
	margin-top: 2rem;
}

.paymentForm h2 {
	margin-bottom: 1rem;
}

.paymentForm label {
	display: inline-block;
	margin-right: 0.3em;
	font-size: 2.5rem;
	position: relative;
	top: 3px;
}

.paymentForm input {
	width: 100%;
	max-width: 40%;
	padding: 0.5em;
	border: 1px solid #c7c7c7;
	margin-bottom: 1rem;
	font-weight: bolder;
}

.paymentForm button {
	width: 100%;
	max-width: 50%;
	clear: left;
	display: block;
	margin-top: 12px;
}

.sagepay-iframe {
	height: 940px;
	width: 100%;
	margin-top: 20px;
}

@media only screen and (max-width: 360px) {
	.paymentForm button {
		width: 100%;
		max-width: 100%;
	}
}

.myBookings--booking__checkInCheckOut span .myBookings--checkInCheckOut__time {
	font-size: 0.85em;
	margin-top: 0.15em;
	font-weight: normal;
}

.myBookings--booking__imageHolder .days-to-go {
	color: #538cef;
	text-align: center;
	display: block;
	font-size: 11px;
	font-weight: 600;
	padding: 10px 20px 15px;
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 20px;
	background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='549.34' height='549.31'%3E%3Cpath d='M274.94 274.34L47.5 120.93C99.6 43.68 181.76 0 274.94 0z' fill='%2385bb42' vector-effect='non-scaling-stroke'/%3E%3Cpath d='M274.94 274.34l-180 207C-10.59 389.64-30.71 236.87 47.5 120.93z' fill='%23f196e4' vector-effect='non-scaling-stroke'/%3E%3Cpath d='M274.94 274.34l183.57 203.88C354.58 571.8 200.5 573.14 95 481.39z' fill='%236cbde0' vector-effect='non-scaling-stroke'/%3E%3Cpath d='M274.94 274.34L399.49 29.9c135 68.79 188.68 234 119.89 369a264.77 264.77 0 01-60.87 79.33z' fill='%23f54f5c' vector-effect='non-scaling-stroke'/%3E%3Cpath d='M274.94 274.34V0C321.45 0 358 8.78 399.49 29.9z' fill='%23ffdc2f' vector-effect='non-scaling-stroke'/%3E%3Ccircle cx='273.52' cy='275.04' r='255' fill='%23fff' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.myBookings--booking__imageHolder .days-to-go .days-num {
	font-size: 20px;
}

@media only screen and (min-width: 768px) {
	.myBookings--booking__balanceAndPayment {
		background-color: transparent;
		border: 0;
		text-align: left;
	}

	.EncryptedBookingId {
		margin: 0 0 0 20px;
		display: inline-block;
		padding: 10px 0;
	}

	.myBookings--booking__details img:first-of-type {
		max-height: 60px;
		max-width: 90px;
		position: absolute;
		right: 25px;
		top: 15px;
	}

	.myBookings--booking__details {
		position: relative;
	}

	.property-logo {
		position: absolute;
		top: 15px;
		right: 25px;
		width: 50px;
	}

	.myBookings--booking__makeAPaymentHolder button {
		width: 270px;
		display: block;
		height: 52px;
		margin: 0 auto 20px;
	}

	body.myBookings .myBookings--currentBooking__holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		box-shadow: 0 1px 9px 0px rgba(0, 0, 0, .2);
	}

	body.myBookings .myBookings--propertyDetails__desktopHolder {
		border-bottom: 1px solid #d1d1d1;
	}

	.myBookings .main h2.hidden {
		display: block !important;
		font-weight: bold;
		margin: 30px 0 0;
	}

	.hide-big {
		display: none;
	}

	.myBookings--booking__checkInCheckOut div {
		float: left;
		margin-right: 25px;
	}

	.myBookings--booking__imageHolder {
		width: 400px;
		max-width: 40%;
	}

	.hide-small {
		display: inline-block;
	}

	.myBookings--booking__details {
		background: white;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		height: 287px;
		padding: 0 20px;
	}

	.myBookings--currentBooking__holder section {
		background-color: #fff;
		position: relative;
	}

	.myBookings--propertyDetails__desktopHolder {
		margin-left: 0;
		padding: 10px 0;
		width: 100%;
	}

	.myBookings--propertyDetails__desktopBlock span {
		width: 100%;
		display: block;
	}

	.payment-details .myBookings--propertyDetails__desktopBlock #jsBookingID {
		display: inline;
	}

	.myBookings--propertyDetails__desktopBlock h2 {
		font-size: 19px;
		/* was 36px*/
	}

	.myBookings--propertyDetails__desktopBlock h4 {
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 20px;
	}

	.myBookings--propertyDetails__desktopBlock p {
		font-size: 14px;
		margin-top: 2px;
	}

	.myBookings--propertyDetails__desktopBlock p strong {
		font-size: 14px;
	}

	.myBookings--propertyDetails__desktopBlock {
		border-bottom: 1px solid #dfdfdf;
		padding-bottom: 15px;
	}

	.myBookings--booking__checkInCheckOut {
		border: none;
		padding: 0;
		margin: 16px 0;
	}

	.myBookings--booking__checkInCheckOut span span {
		display: block;
		font-weight: bold;
	}

	.myBookings--booking__balanceAndPayment {
		background-color: transparent;
		border: 0;
		text-align: left;
		padding: 0;
	}

	.myBookings--booking__balanceAndPayment span,
	.myBookings--booking__balanceAndPayment strong,
	.myBookings--booking__balance__holder .myBookings--booking__balanceAndPayment span strong {
		display: inline-block;
		line-height: 39px;
		font-size: 20px;
		font-weight: bold;
	}

	.myBookings--booking__balance__holder .myBookings--booking__balanceAndPayment span,
	.myBookings--booking__balance__holder .myBookings--booking__balanceAndPayment span strong {
		color: #383838;
	}

	.myBookings--booking__balanceDueMessage span i {
		font-size: 20px;
	}

	.myBookings--booking__balanceAndPayment span:last-child {
		margin-left: 4px;
	}

	.myBookings button {
		width: auto;
		margin-bottom: 0;
	}

	.myBookings--booking__makeAPaymentHolder {
		display: inline-block;
	}

	.myBookings--booking__balanceAndPayment span a {
		font-size: 12px;
		margin-left: 10px;
	}

	span.myBookings--checkInCheckOut__splitter:before {
		height: 20px;
		width: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.myBookings .main h2.hidden {
		margin-left: 20px;
	}

	body.myBookings .myBookings--currentBooking__holder {
		max-width: 98%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 960px) {
	.specialist-logo {
		display: none;
	}

	.myBookings--booking__checkInCheckOut span .day-of-week {
		font-weight: normal;
	}

	span.myBookings--checkInCheckOut__splitter:before {
		top: 18px;
		margin-right: 4px;
	}

	.myBookings--booking__imageHolder .days-to-go {
		top: 12px;
		left: 12px;
	}

	.myBookings .myBookings--booking__balanceAndPayment span,
	.myBookings .myBookings--booking__balanceAndPayment strong,
	.myBookings .myBookings--booking__balance__holder .myBookings--booking__balanceAndPayment span strong,
	.myBookings .myBookings--booking__balanceDueMessage span i {
		font-size: 18px;
	}

	.paymentForm button {
		max-width: 360px;
	}
}

@media only screen and (max-width: 767px) {
	.hide-small {
		display: none;
	}

	.myBookings--booking__details img:first-child {
		display: none;
	}

	.myBookings--booking__balanceAndPayment span {
		margin: 5px 0;
		line-height: 1.5;
	}

	.myBookings--booking__makeAPaymentHolder button {
		width: 92%;
		display: block;
		height: 52px;
		margin: 0 auto 20px;
	}

	.myBookings--booking__checkInCheckOut span {
		font-size: inherit;
		font-weight: inherit;
	}

	.myBookings--booking__checkInCheckOut div:first-child {
		float: left;
	}

	.myBookings--booking__checkInCheckOut div:last-child {
		float: right;
	}

	.myBookings--booking__details {
		background: #f7f7f7;
		border: 1px solid #ddd;
	}

	.myBookings div.myBookings--splitter__holder {
		position: absolute;
		left: 48%;
		top: 2px;
		width: 30px;
		height: 100%;
		margin-left: -17px;
	}

	.myBookings--currentBooking__holder {
		max-width: 400px;
	}

	.myBookings--booking__checkInCheckOut {
		height: auto;
		padding: 8px 16px;
		top: 0;
	}

	.booking-details .myBookings--booking__checkInCheckOut {
		padding: 8px 0;
	}

	.myBookings--booking__checkInCheckOut .dateFormatChange span:first-of-type {
		font-size: 13px;
		font-weight: bold;
	}

	.myBookings--booking__checkInCheckOut .dateFormatChange span.day-of-week,
	.booking-details .myBookings--booking__checkInCheckOut span {
		font-size: 11px;
		font-weight: normal;
	}

	.myBookings--booking__checkInCheckOut .dateFormatChange span:last-of-type {
		display: block;
		font-size: 11px;
	}

	.EncryptedBookingId {
		display: block;
		font-size: 14px;
		text-align: center;
		color: #555555;
		margin: 30px 50px 25px;
	}

	.EncryptedBookingId.btn.-green {
		color: white;
		text-decoration: none;
		float: none;
		width: 92%;
		display: block;
		margin: 20px auto;
	}

	span.myBookings--checkInCheckOut__splitter:before {
		width: 18px;
		height: 18px;
		margin-left: 6px;
		top: 20px;
	}

	.booking-details span.myBookings--checkInCheckOut__splitter:before {
		margin-left: -8px;
		top: 12px;
	}

	.myBookings--booking__balanceAndPayment span {
		display: inline;
	}

	.tick:before {
		top: 8px;
	}

	.my-account__navigation ul {
		max-width: 600px
	}

	.payment-logos img {
		width: 80px;
	}

	.payment-details .myBookings--balance-details {
		padding: 0;
	}

	.payment-details h2 {
		font-size: 18px;
	}

	.payment-details .myBookings--propertyDetails__desktopBlock h2 {
		font-size: 20px;
	}

	.paymentForm input {
		max-width: 70%;
	}

	.payment-details .myBookings--currentBooking__holder:first-of-type {
		padding-top: 0;
	}

	.payment-logos img:first-child {
		margin-right: 0;
	}
}

@media only screen and (max-width: 350px) {
	.payment-logos img {
		display: block;
	}
}

#MyAccountViewEditDetails .hidden {
	visibility: hidden;
}

/**********
  My Bookings
  **********/
#MyAccountViewEditDetails .hidden {
	visibility: hidden;
}

#MyAccountViewEditDetails .loading {
	padding: 10px;
	text-align: center;
}

#MyAccountViewEditDetails svg {
	margin: 10px 0 0;
}

.my-hoseasons {
	padding: 0 16px;
	background-color: #fff;
}

.my-details .my-hoseasons {
	background-color: #f5f5f5;
	padding: 0;
}

.complete {
	display: none;
}

.more {
	background: lightblue;
	color: navy;
	font-size: 13px;
	padding: 3px;
	cursor: pointer;
}

.importantInformation {
	padding-top: 20px;
	margin-top: 20px;
}

.myBookings--currentBooking__holder section {
	margin-bottom: 0;
	padding: 15px 0 0;
}

.myBookings--balance-details {
	bottom: 0;
	height: 100px;
	left: 0;
	padding: 10px 25px 15px;
	position: fixed;
	width: 100%;
	z-index: 50;
	border-left: 1px solid #d1d1d1;
}

.myBookings--balance-details.fixed {
	position: fixed;
	top: 20px;
	left: auto;
	overflow: hidden;
	background: #fff;
}

.myBookings--balance-details.fixed.bottom {
	position: absolute;
	bottom: 15px;
	top: auto;
	left: auto !important;
}

.myBookings--balance-details .already-paid {
	border-top: 1px solid #d1d1d1;
}

.myBookings--balance-details .balance-left {
	color: #fc857e;
}


.myBookings--balance-details .modal-box {
	background: white;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.myBookings--balance-details button[data-payment-close] {
	background-color: white;
	border: 1px solid #d1d1d1;
	color: #3b871d;
	font-weight: normal;
	height: 45px;
	margin: 0 auto;
	width: 80px;
}

.myBookings--balance-details-content {
	-ms-flex-line-pack: center;
	align-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0 1rem;
	width: 320px;
}

.myBookings--balance-details-content h2 {
	font-weight: bold;
	margin: 0 0 1rem;
	color: #333;
}

.myBookings--balance-details-content table {
	width: 100%;
	margin-bottom: 60px;
}

.myBookings--balance-details-content table tr {
	height: 30px;
}

.myBookings--balance-details-content table tr:nth-of-type(4) {
	padding: 2px;
}

.myBookings--balance-details-content table tr:last-of-type {
	height: 60px;
}

.myBookings--balance-details-content table tr td {
	border: none;
	padding: 18px 0 0;
	vertical-align: top;
}

.payment-details .myBookings--balance-details-content table tr td {
	padding: 10px 0;
}

.myBookings--balance-details-content table tr td:first-of-type {
	min-width: 220px;
	color: #555;
}

.myBookings--balance-details-content table tr td:last-of-type:not(.full-width-text) {
	text-align: right;
	font-weight: bold;
	min-width: 75px;
	color: #555;
}

.myBookings--balance-details-content table tr.balance-left td:first-of-type,
.myBookings--balance-details-content table tr.balance-left td:last-of-type {
	color: #fc857e;
}

.payment-box__msg {
	margin-bottom: 10px;
}

.errorMsg__noValue,
.errorMsg__tooMuch {
	display: none;
}

.payment-box .form__field {
	margin-bottom: 0;
}

#btnMakePayment {
	display: block;
	text-align: center;
	height: auto;
	padding: 15px;
	font-weight: bold;
	border-radius: 3px;
}

.myBookings--booking__balance__holder i {
	float: left;
	margin-right: 18px;
}

.myBookings--booking__balance__holder .info-icon:before {
	content: 'i';
	display: block;
	color: #fff;
	background-color: #fc857e;
	width: 37px;
	height: 37px;
	text-align: center;
	border-radius: 50px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
}

.myBookings--booking__balanceDueMessage {
	display: block;
	margin: 10px 0;
}

.myBookings--booking__balance__holder .myBookings--booking__balanceDueMessage {
	margin: 0;
}

.myBookings--booking__checkInCheckOut h3 {
	font-size: 13px;
	font-weight: bold;
}

.myBookings--booking__checkInCheckOut h3 span {
	font-weight: normal;
	display: block;
}

.myBookings--booking__checkInCheckOut h5 {
	font-size: 14px;
	color: #fc736b;
}

.myBookings--booking__moreInformation h2,
.booking-details h2 {
	font-weight: 600;
	margin-bottom: 16px;
}

.myBookings--booking__moreInformation a {
	color: #3b871d;
}

.btn {
	color: #3b871d;
	display: inline-block;
	padding: 15px 25px;
	position: relative;
}

.btn--wide {
	width: 100%;
}

.btn--border__green {
	border: 1px solid #3b871d;
	border-radius: 3px;
}

.btn--plain__dark {
	background: rgba(0, 0, 0, 0.6);
	color: white;
	display: inline-block;
	padding: 15px 20px 15px 10px;
}

.btn--plain__light {
	background: white;
	color: #3b871d;
	display: inline-block;
	padding: 15px 20px 15px 10px;
}

.link--external__dark::after,
.link--external__light::after {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.2' overflow='visible' preserveAspectRatio='none' viewBox='0 0 24 24' width='14' height='14'%3E%3Cg%3E%3Cpath xmlns:default='http://www.w3.org/2000/svg' id='arrow-right' d='M19.66,12.02c0.01-0.35-0.13-0.7-0.39-0.94L12.5,4.31c-0.51-0.52-1.35-0.53-1.87-0.01 c0,0-0.01,0.01-0.01,0.01L9.84,5.09C9.32,5.6,9.32,6.43,9.82,6.95c0.01,0.01,0.01,0.01,0.02,0.02l3.04,3.06H5.56 c-0.34-0.01-0.66,0.13-0.88,0.39c-0.23,0.26-0.35,0.6-0.34,0.94v1.33c-0.01,0.34,0.11,0.68,0.34,0.94c0.22,0.26,0.54,0.4,0.88,0.39 h7.33l-3.06,3.01c-0.52,0.52-0.53,1.36-0.01,1.88c0,0,0.01,0.01,0.01,0.01l0.78,0.78c0.52,0.51,1.36,0.51,1.88,0l6.78-6.78 C19.51,12.68,19.65,12.36,19.66,12.02L19.66,12.02z' style='fill: rgb(58, 134, 28);' vector-effect='non-scaling-stroke'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: top right;
	padding: 10px;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 16px;
}

.link--external__light::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.2' overflow='visible' preserveAspectRatio='none' viewBox='0 0 24 24' width='14' height='14'%3E%3Cg%3E%3Cpath xmlns:default='http://www.w3.org/2000/svg' id='arrow-right' d='M19.66,12.02c0.01-0.35-0.13-0.7-0.39-0.94L12.5,4.31c-0.51-0.52-1.35-0.53-1.87-0.01 c0,0-0.01,0.01-0.01,0.01L9.84,5.09C9.32,5.6,9.32,6.43,9.82,6.95c0.01,0.01,0.01,0.01,0.02,0.02l3.04,3.06H5.56 c-0.34-0.01-0.66,0.13-0.88,0.39c-0.23,0.26-0.35,0.6-0.34,0.94v1.33c-0.01,0.34,0.11,0.68,0.34,0.94c0.22,0.26,0.54,0.4,0.88,0.39 h7.33l-3.06,3.01c-0.52,0.52-0.53,1.36-0.01,1.88c0,0,0.01,0.01,0.01,0.01l0.78,0.78c0.52,0.51,1.36,0.51,1.88,0l6.78-6.78 C19.51,12.68,19.65,12.36,19.66,12.02L19.66,12.02z' style='fill: rgb(255, 255, 255);' vector-effect='non-scaling-stroke'/%3E%3C/g%3E%3C/svg%3E");
}

.myBookings--booking__parkAddress {
	margin-top: 66px;
}

.myBookings--booking__parkAddress h3 {
	margin: 32px 16px 27px;
}

.myBookings--parkAddress__mapContainer {
	background-color: #c7c7c7;
	min-height: 118px;
	margin: 16px 0;
	position: relative;
}

.myBookings--parkAddress__mapContainer .btn--plain__dark {
	position: absolute;
	right: 0;
	top: 0;
}

.myBookings--booking__information {
	position: relative;
}

.myBookings--booking__information a {
	display: inline-block;
	text-decoration: underline;
	color: #3a861c;
	margin: 0 0 1.5rem;
	padding: 0 0 0 3.2rem;
	position: relative;
}

.myBookings--booking__information a.myBookings--booking-confirmation {
	padding: 0;
}

.myBookings--booking-calendar .atcb-list {
	display: none;
	background: white;
	position: absolute;
	top: 22px;
	left: 0;
	width: 185px;
	z-index: 900;
	border: 1px solid #3b871d;
	padding: 15px 0 5px;
}

.myBookings--booking-calendar::before,
.myBookings--booking-confirmation::before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
}

.myBookings--booking-calendar::before {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.2' viewBox='0 0 24 24' width='22' height='22' %3E%3Cg%3E%3Cpath xmlns:default='http://www.w3.org/2000/svg' d='M19.33,5.34H18v-1c0-0.92-0.75-1.67-1.67-1.67l0,0h-0.67C14.74,2.68,14,3.42,14,4.34v1h-4v-1  c0-0.92-0.74-1.66-1.66-1.67H7.67C6.75,2.67,6,3.42,6,4.34l0,0v1H4.67c-0.73,0.01-1.32,0.6-1.33,1.33V20  c0.01,0.73,0.6,1.32,1.33,1.33h14.66c0.73-0.01,1.32-0.6,1.33-1.33V6.67C20.65,5.94,20.06,5.35,19.33,5.34L19.33,5.34z M15.43,4.1  C15.49,4.04,15.57,4,15.66,4h0.67c0.18-0.01,0.32,0.13,0.33,0.31c0,0.01,0,0.01,0,0.02v3c0.01,0.18-0.13,0.32-0.31,0.33  c-0.01,0-0.01,0-0.02,0h-0.67c-0.18,0.01-0.32-0.13-0.33-0.31c0-0.01,0-0.01,0-0.02v-3C15.33,4.24,15.37,4.16,15.43,4.1z M7.43,4.1  C7.49,4.03,7.58,4,7.67,4h0.67c0.18-0.01,0.32,0.13,0.33,0.31c0,0.01,0,0.01,0,0.02v3c0.01,0.18-0.13,0.32-0.31,0.33  c-0.01,0-0.01,0-0.02,0H7.67C7.49,7.67,7.35,7.53,7.34,7.35c0-0.01,0-0.01,0-0.02v-3C7.34,4.24,7.37,4.16,7.43,4.1z M4.67,20V9.33  h14.66V20H4.67z M12.67,14v-2.33c0.01-0.18-0.13-0.32-0.31-0.33c-0.01,0-0.01,0-0.02,0h-0.67c-0.18-0.01-0.32,0.13-0.33,0.31  c0,0.01,0,0.01,0,0.02V14H9c-0.18-0.01-0.32,0.13-0.33,0.31c0,0.01,0,0.01,0,0.02V15c-0.01,0.18,0.13,0.32,0.31,0.33  c0.01,0,0.01,0,0.02,0h2.33v2.33c-0.01,0.18,0.13,0.32,0.31,0.33c0.01,0,0.01,0,0.02,0h0.67c0.18,0.01,0.32-0.13,0.33-0.31  c0-0.01,0-0.01,0-0.02v-2.33H15c0.18,0.01,0.32-0.13,0.33-0.31c0-0.01,0-0.01,0-0.02v-0.67c0.01-0.18-0.13-0.32-0.31-0.33  c-0.01,0-0.01,0-0.02,0H12.67z' style='fill: rgb(85, 85, 85);' /%3E%3C/g%3E%3C/svg%3E");
	width: 22px;
	height: 22px;
}

.booking-details_BookingConfirmationControl {
	margin-top: 10px;
	display: block;
}

.myBookings--booking-confirmation::before {
	background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' overflow='visible' preserveAspectRatio='none' viewBox='0 0 24 24' width='23' height='23'%3E%3Cg%3E%3Cpath xmlns:default='http://www.w3.org/2000/svg' d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z' style='fill: rgb(58, 134, 28);' vector-effect='non-scaling-stroke'/%3E%3C/g%3E%3C/svg%3E");
	width: 24px;
	height: 24px;
	background-size: contain;
	background-position: center;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#myBookings--mapContainer__map {
	height: 40vh;
}

@media only screen and (max-width: 1121px) {
	.myBookings--balance-details .mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 1rem;
	}

	.myBookings--balance-details .mobile p {
		font-size: 13px;
	}

	.myBookings--balance-details .mobile a {
		color: #3b871d;
		font-weight: bold;
		text-decoration: underline;
	}
}

@media only screen and (min-width: 1122px) {
	.myBookings--balance-details.fixed.bottom {
		right: 17px;
	}
}

@media only screen and (min-width: 961px) {
	.myBookings--booking__checkInCheckOut span .day-of-week {
		display: inline;
	}
}

section.myBookings--booking__balance__holder {
	background-color: whitesmoke;
	padding: 15px 0;
	margin-top: 20px;
}

@media only screen and (min-width: 768px) {
	.my-hoseasons {
		padding: 0;
	}

	.EncryptedBookingId.btn.-green {
		color: white;
		text-decoration: none;
		margin: 0;
	}

	.EncryptedBookingId.btn.-green:hover {
		color: #3b871d;
	}

	.myBookings--currentBooking__holder section {
		margin-bottom: 0;
		padding: 15px 0;
	}

	section.myBookings--booking__balance__holder {
		padding: 24px 0;
		margin-top: 0;
	}

	.myBookings--propertyDetails__desktopBlock {
		border-bottom: 0px;
		padding-bottom: 0;
	}

	#btnMakePayment {
		margin-right: 20px;
	}

	.myBookings--booking__balanceAndPayment {
		background-color: transparent;
		border: 0;
		text-align: left;
		padding: 0;
		position: relative;
		bottom: 0;
	}

	.myBookings--booking__checkInCheckOut h3 {
		font-size: 18px;
	}

	.myBookings--booking__checkInCheckOut h3 span {
		display: block;
		font-weight: 600;
	}

	.booking-details .myBookings--booking__checkInCheckOut h3 span.day-of-week {
		display: inline;
		font-size: inherit;
	}

	.myBookings--booking__checkInCheckOut h3 span.myBookings--checkInCheckOut__time {
		font-size: 0.75em;
	}

	.myBookings--booking__parkAddress {
		margin-top: 66px;
	}

	.myBookings--booking__parkAddress h3 {
		margin: 32px 16px 27px;
	}

	.myBookings--parkAddress__mapContainer {
		min-height: 218px;
	}

	.myBookings--parkAddress__mapContainer .btn--plain__dark {
		position: absolute;
		right: 0;
	}

	#myBookings--mapContainer__map {
		height: 330px;
	}

	.location-address {
		margin-top: 5px;
	}

	.btn--wide {
		padding: 15px 75px;
		width: auto;
	}

	.btn+.btn {
		margin-left: 20px;
	}

	body.booking-details .myBookings--propertyDetails__desktopBlock h2 {
		font-size: 30px;
		margin: 0 0 10px;
	}
}

.myBookings--booking__party span {
	font-size: 1em;
}

.myBookings--booking__party-size-content {
	border: 1px solid #3b871d;
	margin: 0 0 30px;
	margin-top: 15px;
	padding: 20px;
	width: 292px;
}

.myBookings--booking__party-size-content div {
	border-bottom: 1px solid #d1d1d1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.myBookings--booking__party-size-content div:last-of-type {
	border-bottom: none;
}

.myBookings--booking__party-size-content label {
	font-weight: bold;
	width: 139px;
}

.myBookings--booking__party-size-content label span {
	display: block;
	font-size: 13px;
	font-weight: normal;
}

.myBookings--booking__party-size-content select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: transparent;
	height: 35px;
	text-indent: 14px;
	width: 35px;
}

.myBookings--booking__party-size-content .update-booking-counts {
	height: 50px;
	width: 100%;
}

.hidden {
	display: none !important;
}

@media only screen and (min-width: 768px) {
	.myBookings--balance-details .mobile {
		display: none;
	}

}

.myBookings--balance-details {
	position: relative;
	float: right;
	display: block;
	max-width: 440px;
	height: 100%;
}

.myBookings--balance-details .desktop {
	display: none;
}

.myBookings--balance-details-content {
	padding: 0;
	width: 100%;
	display: block !important;
}

.myBookings--balance-details-content table {
	margin-bottom: 10px;
}

.myBookings--balance-details-content table tr {
	height: 34px;
}

.myBookings--balance-details-content table tr.separate-divider {
	border-bottom: 1px solid #d1d1d1;
	height: 5px;
}

.myBookings--balance-details-content table tr.separate-divider+tr {
	height: 39px;
}

.myBookings--balance-details-content table tr td {
	background: none !important;
}

.myBookings--balance-details-content [data-payment-close] {
	display: none;
}

.myBookings--balance-details-content .message {
	margin: 10px 0 0;
	text-align: center;
}

.myBookings--balance-details-content .message p {
	margin: 0 0 10px;
	text-align: center;
}

.myBookings--balance-details-content #autoCollectMessage {
	margin: 10px 0;
	  overflow: hidden;
  }
  .myBookings--balance-details-content #autoCollectMessage p {
	  text-align: left;
  }
  .myBookings--balance-details-content .message strong {
	font-size: 13px;
	color: #888;
}

.myBookings--balance-details-content .message a {
	font-size: 13px;
	text-decoration: underline;
}

.myBookings--balance-details-content .message #balanceCalculator::before {
	content: "";
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	top: 7px;
	left: -5px;
	display: inline-block;
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' overflow='visible' preserveAspectRatio='none' width='24' height='24'%3E%3Cpath xmlns:default='http://www.w3.org/2000/svg' d='M6.96 19.61c-.52.52-1.36.52-1.88 0-.52-.51-.53-1.36-.02-1.88.25-.26.59-.4.95-.4.73-.01 1.34.58 1.35 1.31 0 .36-.14.72-.4.97zm4 0c-.52.52-1.36.52-1.88 0-.52-.52-.52-1.36 0-1.88a1.328 1.328 0 012.27.94c0 .36-.14.7-.4.94h.01zm-3.61-4.94c0 .73-.6 1.33-1.33 1.33h-.01a1.33 1.33 0 11.94-2.27c.25.25.4.59.39.94h.01zm7.61 4.94c-.52.52-1.36.52-1.88 0-.52-.52-.52-1.36 0-1.88a1.328 1.328 0 012.27.94c0 .36-.14.7-.4.94h.01zm-3.61-4.94a1.33 1.33 0 11-2.659.001 1.33 1.33 0 012.659-.001zm-4.39-3.06c-.52.52-1.36.52-1.88 0-.52-.51-.53-1.36-.02-1.88.25-.26.59-.4.95-.4.73-.01 1.34.58 1.35 1.31 0 .36-.14.72-.4.97zm8.39 3.06a1.33 1.33 0 11-2.659.001 1.33 1.33 0 012.659-.001zm-4.39-3.06c-.52.52-1.36.52-1.88 0-.52-.52-.52-1.36 0-1.88a1.328 1.328 0 012.27.94c0 .36-.14.7-.4.94h.01zm8.39 7.05c0 .74-.6 1.33-1.33 1.33-.74 0-1.34-.6-1.34-1.33v-4c0-.74.6-1.34 1.34-1.34.74 0 1.33.6 1.33 1.34v4zm-4.39-7.05c-.52.52-1.36.52-1.88 0-.52-.52-.52-1.36 0-1.88a1.328 1.328 0 012.27.94c0 .36-.14.7-.4.94h.01zm4.18-3.81c-.13.13-.3.2-.47.2H5.35a.677.677 0 01-.67-.67V4.67c0-.37.3-.66.67-.67h13.32c.37.01.66.3.67.67v2.67c-.01.17-.08.34-.2.46zm-.2 3.81c-.52.52-1.36.52-1.88 0s-.52-1.36 0-1.88a1.328 1.328 0 012.27.94c.01.35-.13.69-.39.94zm1.33-8.54c-.24-.26-.58-.4-.94-.4H4.68c-.36 0-.7.14-.94.4-.26.24-.4.58-.4.94V20c.01.73.6 1.32 1.33 1.33h14.67c.73-.01 1.32-.6 1.33-1.33V4c0-.35-.14-.69-.4-.93z' vector-effect='non-scaling-stroke' fill='%23727272'/%3E%3C/svg%3E");
}

.warning {
	color: red;
}

.EncryptedBookingId {
	color: #3b871d;
	font-weight: bold;
	text-decoration: underline;
}

.tick:before {
	content: "";
	background-color: green;
	background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg aria-hidden='true' width='15' height='15' data-prefix='fas' data-icon='check' class='svg-inline--fa fa-check fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 512 512'%3e%3cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3e%3c/path%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 25px;
	display: inline-block;
	border-radius: 99px;
	position: relative;
	top: 5px;
	left: -3px;
	margin: 0 5px 0 0;
}

.tick.large:before {
	width: 37px;
	height: 37px;
	top: 0;
	left: 0;
	margin: 0;
}

.show-False {
	display: none;
}

.show-True {
	display: inline-block;
  }
  td {
	  cursor: inherit;
  }
	.modal-content .myBookings--balance-details-content td .smaller-text {
		font-size: 13px;
	}
	#balanceCalculatorModal .modal-content {
		padding-top: 30px;
	}
	#balanceCalculatorModal .modal-inner {
		max-width: 500px;
		height: auto;
	}
	#confirmationModal .modal-inner {
		max-width: 600px;
		height: auto;
		text-align: center;
	}
	#paymentPeriod {
		-moz-appearance: none;
		-ms-appearance: none;
		-webkit-appearance: none;
		padding: 14px 70px 14px 14px;
		border-radius: 3px;
		border-color: #d1d1d1;
		color: #555;
		font-weight: 600;
		position: relative;
	}
	#periodSelectionRow td {
		vertical-align: middle;
	}
	#periodSelectionRow td:last-child {
		position: relative;
	}
	#periodSelectionRow td:last-child:after {
		content: '';
		display: block;
		width: 12px;
		height: 12px;
		border-right: 2px solid #d1d1d1;
		border-bottom: 2px solid #d1d1d1;
		position: absolute;
		top: 32px;
		right: 22px;
		transform: rotate(45deg);
	}
	#paymentPeriod:focus {
		outline: 0;
	}
	#whatsIncluded {
		margin-top: 50px;
	}
	.tick-list {
		overflow: hidden;
		margin-bottom: 10px;
		padding-left: 4px;
	}
	.tick-list li {
		width: 50%;
		float: left;
		margin: 0 0 10px;
	}
	.tick-list li:before {
		content: '';
		display: inline-block;
		width: 5px;
		height: 12px;
		border-right: 2px solid #3A861C;
		border-bottom: 2px solid #3A861C;
		transform: rotate(45deg);
		margin-right: 12px;
	}
  @media only screen and (max-width: 960px) {
	.myBookings--balance-details {
		float: none;
		border: 0;
		max-width: 100%;
		width: 500px;
		padding: 10px 5px;
		margin-top: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	.booking-details span.myBookings--checkInCheckOut__splitter:before {
		top: 8px;
	}
}

@media only screen and (max-width: 767px) {
	.booking-details .my-hoseasons {
		padding: 0;
	}

	.mobile-alert.message {
		text-align: left;
	}

	.modal-content .myBookings--balance-details-content td {
		width: 100%;
		display: block;
		float: left;
	}

	.modal-content .myBookings--balance-details-content table tr td:last-of-type:not(.full-width-text) {
		text-align: left;
		padding-top: 5px;
	}

	#paymentPeriod {
		width: 100%;
		margin-top: 5px;
	}

	#periodSelectionRow td:last-child:after {
		top: 24px;
	}

	.modal-content .myBookings--balance-details-content td span {
		font-size: inherit;
	}

	.modal-content .myBookings--balance-details-content td .smaller-text {
		font-size: 11px;
	}

	#balanceCalculatorModal .modal-content {
		padding-top: 0;
	}

	.myBookings--booking__balance__holder i.tick.large {
		float: none;
		vertical-align: middle;
		display: inline-block;
		overflow: hidden;
	}

	.myBookings--booking__balanceAndPayment span#balancePaidMessage {
		vertical-align: middle;
		margin: 0;
	}

	.booking-details .myBookings--booking__checkInCheckOut div {
		float: left;
		margin-right: 25px;
	}

	#UserBookings_BookingConfirmationControl {
		display: block;
		margin-top: 10px;
	}

	.my-hoseasons__account {
		width: 100%;
		margin: 0;
	}

	.-tabs-content {
		border: 0;
		margin-bottom: 0;
		padding: 2rem;
	}

	.mobile-title {
		text-align: center;
		padding: 20px 0;
	}
	.tick-list li {
		width: 100%;
		margin: 0 0 5px;
		font-size: 15px;
	}
	#btnMakePayment {
		max-width: 90%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 450px) {
	.myBookings--booking__party-size-content {
		width: 100%;
	}

	#party-container ul>li {
		width: 100%;
	}
}


/*# sourceMappingURL=my-account.css.map */

#PerPetPrice {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.submit__button {
	position: relative;
}

.submit__button button {
	background-color: #3b871d;
	color: #fff;
}

.myBookings--booking__party-size-content div.loading-bar {
	z-index: 99;
	position: absolute;
	display: none;
    background-color: rgba(255,255,255,0.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	-webkit-animation:loading-bar 1.9s cubic-bezier(0.63,0.12,0.39,1) infinite;
	-moz-animation:loading-bar 1.9s cubic-bezier(0.63,0.12,0.39,1) infinite;
	-ms-animation:loading-bar 1.9s cubic-bezier(0.63,0.12,0.39,1) infinite;
	-o-animation:loading-bar 1.9s cubic-bezier(0.63,0.12,0.39,1) infinite;
	-animation:loading-bar 1.9s cubic-bezier(0.63,0.12,0.39,1) infinite
}

.toastBanner {
	display: none;
    margin: 20px 0;
    background-color: #c5e0b4;
    padding: 20px;
    border-radius: 3px;
}

.toast-True {
	display: block;
}

@media only screen and (max-width: 451px) {
	#toastNotification.toastBanner {
		display: none!important;
	}
} 

.party__composition__messaging {
	margin-bottom: 15px;
}

.fa.fa-chevron-down {
	position: absolute;
    top: 30px;
    right: 10px;
}

h3.account-title {
    font-size: 22px;
    padding: 0;
}

.account-title {
    color: #2a2a2a;
    font-weight: normal;
    font-size: 15px;
}

.account-panel {
    padding: 15px;
    overflow: hidden;
	background: #f1f1f1;
    margin: 0.5em 0;
    border-radius: 3px;
}

.content-my-account .button {
    margin: 0;
}

.content-my-account .button {
    padding: 10px 40px;
    outline: none;
    margin: 0 0 7px 0;
    position: relative;
    font-size: 14px;
}

.myBookings--currentBooking__cancellation section {
	margin-bottom: 0;
	padding: 15px 0;
}

#cancelModal .modal-inner, #cancelConfirmModal .modal-inner {
    max-width: 630px;
    max-height: 90%;
    height: auto;
}

.modal-close, #cancelModal .modal-close:hover {
    border: none;
}

.button.csButton.redButton {
	background-color: #D83030;
    border-color: #D83030;
    padding: 10px 18px;
    font-weight: normal !important;
    color: #fff;
    border: 1px solid #6BA643;
    height: 50px;
    font-size: 15px;
}
.button {
    padding: 10px 18px;
    font-weight: normal !important;
    background-color: #6BA643;
    color: #fff;
    border: 1px solid #6BA643;
}
.csButton {
    width: 50%;
}

.redButton:hover, .redButton:focus {
    background-color: #ff6868;
}

.button.csButton.cancelButton {
    background-color: #fff;
    border-color: #999;
    color: #999;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.buttons>.row {
    display: flex;
    justify-content: center;
}

.cancelContent h3 {
    margin-bottom: 20px;
} 

.cancelContent>h3, .cancelContent>p {
    text-align: center;
}

.cancelRow {
    width: 90%;
    margin: 2px;
}

.cancelRow p {
    width: 80%;
    font-weight: bold;
    display: inline-block;
    padding: 10px;
}

.cancelRow span {
    text-align: right;
    width: 20%;
    color: #6BA643;
    display: inline-block;
    padding: 10px;
}

.cancelBlack.cancelRow p {
    background-color: #333333;
    color: #fff;
}

.cancelBlack {
    background-color: #333333;
    color: #fff;
}

.cancelBlack.cancelRow span {
    color: #fff;
}

.payment-row-text {
    width: 78%;
    display: inline-block;
}

.payment-row-price {
    width: 20%;
    display: inline-block;
    text-align: right;
}

.payment-row-header { 
    font-size: 16px;
}

.payment-row-subheader { 
    font-size: 14px;
}


.payment-row.alt {
    margin-bottom: 2px;
    border-bottom: none;
}

.payment-row-lowdep-icon .icon-info-a:after {
    color: #fff;
}

@media only screen and (max-width: 450px) {
    .payment-row-text {
        width: 70%;
        display: inline-block;
    }

    .payment-row-price {
        width: 27%;
    }

    .payment-row-header {
        font-size: 16px;
    }

    .payment-row-subheader {
        font-size: 12px;
    }

    .modal-content {
        padding: 0;
    }

    #cancelModal * {
        font-size: 13px;
    }

    .csButton {
        width: 100%;
    }

    .cancelRow {
        width: 100%;
    }

    .cancelRow p {
        width: 75%;
    }

    .cancelRow span {
        width: 25%;
    }
}

.button:hover, .button:focus {
	color: white;
    background-color: #0f91bb;
}

.button {
    font-weight: normal !important;
	display: inline-block;
	cursor: pointer;
    font-family: "Hind","Helvetica",Arial,sans-serif;
	text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
	transition: background-color 300ms ease-out;
}