.layoutjs {
	display: flex;
	flex-wrap: nowrap;
}

.root_panel.koreatown_microsite .layoutjs {
	margin-bottom: 5px;
}

.layoutjs ul {
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none;
}

.layoutjs .truncate {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.layoutjs .filterPane {
	position: relative;
	width: 250px;
	min-width: 250px;
	padding: 0 15px;
	background-color: #f2f3f4;
}

.root_panel.koreatown_microsite .layoutjs .filterPane {
	background-size: 230%;
    background-position-y: 25%;
    text-align: left;
    background-position-x: 25%;
    z-index: 21;
    background-image: url(/includes/public/assets/patterns/pattern.svg);
}

.root_panel.koreatown_microsite .layoutjs .filterPane::after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background-color: rgba(255, 219, 26, 0.85);
    pointer-events: none;
    z-index: 22;
}

.layoutjs .filterPane a,
.layoutjs .settings a,
.layoutjs .pager a {
	color: #000;
	font-weight: 600;
}

.layoutjs .filterPane a:hover,
.layoutjs .settings a:hover,
.layoutjs .pager a:hover {
	color: #ce3f38;
}

.layoutjs .settings a .fa {
	font-weight: 400;
}

.layoutjs .filterPane .highlight a,
.layoutjs .settings .highlight a {
	border-bottom: 2px solid #ce3f38;
}

.layoutjs .filterPane .highlight a,
.layoutjs .settings .highlight a,
.layoutjs .pager .highlight a {
	color: #ce3f38;
	pointer-events: auto;
}

.root_panel.koreatown_microsite .layoutjs .settings .highlight a {
	color: black;
	pointer-events: auto;
	border-bottom: none;
	position: relative;
}

@media (max-width:	798px) {
	.root_panel.koreatown_microsite .layoutjs .settings .highlight:not(.filter-mobile) a::after {
		content: 'Show';
		right: 42px;
		position: absolute;
	}
	
	.root_panel.koreatown_microsite .layoutjs .settings .highlight:not(.filter-mobile) a > i {
		margin-right: 50px;
	}
}

@media (min-width:	798px) {
	.root_panel.koreatown_microsite .layoutjs .settings .highlight a {
		color: #ce3f38;
		pointer-events: auto;
		border-bottom: none;
		text-decoration: underline solid 2px;
	}
}

.layoutjs .filterPane .filter {
	margin-bottom: 15px;
}

.root_panel.koreatown_microsite .layoutjs .filterPane .filter {
	margin-bottom: 15px;
	position: relative;
	z-index: 25;
	background-color: transparent;
}

.layoutjs .filterPane .filter > fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.layoutjs .filterPane .filter[data-type=daterange] button span { pointer-events: none; }

.layoutjs .filterPane .filter .keyword {
	padding: 20px 0 15px;
	z-index: 1;
}

.layoutjs .filterPane .filter .keyword .keyword-input {
	display: flex;
}

.layoutjs .filterPane .filter[data-type="keyword"] {
	position: sticky; /* Avoid any ancestor element with overflow property except "overflow: visible" */
	top: 0;
	z-index: 2;
	background-color: #f2f3f4;
}

.layoutjs .filterPane .filter[data-type="keyword"]:not(:root:root) {/* safari only */
	position: relative;
}

.layoutjs .filterPane .filter[data-type="keyword"] input {
	margin: 0;
	border: 3px solid #d2d2d5;
	margin-right: 10px;
	font-size: 16px;
}

.root_panel.koreatown_microsite .layoutjs .filterPane .filter[data-type="keyword"] input {
	border: 1px solid #d2d2d5;
	position: relative;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-right: 0px;
}

/* .root_panel.koreatown_microsite .layoutjs .filterPane .filter[data-type="keyword"] input::placeholder {
	color: transparent;
} */

.root_panel.koreatown_microsite .layoutjs .filterPane .filter[data-type="keyword"] input:before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	width: 40px;
	height: 100%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.layoutjs .filterPane .filter[data-type="keyword"] button {
	width: 60px;
	height: 37px;
	margin: 0;
	padding: 0;
	background-color: #ce3f38;
	transition: opacity 0.2s ease;
}

.root_panel.koreatown_microsite .layoutjs .filterPane .filter[data-type="keyword"] button {
	position: relative;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.root_panel.koreatown_microsite .layoutjs .filterPane .filter[data-type="keyword"] button::before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	width: 40px;
	height: 100%;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.layoutjs .filterPane .filter[data-type="keyword"] button:hover {
	opacity: 0.8;
}

.layoutjs .filterPane .filter[data-type="keyword"] .filterLabel {
	position: sticky; /* Avoid any ancestor element with overflow property except "overflow: visible" */
	top: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.root_panel.koreatown_microsite .layoutjs .filterPane .filter[data-type="keyword"] .filterLabel {
	display: none;
}

.layoutjs .filterPane .filter[data-type="checkbox"] .filterLabel {
	padding: 5px 0;
	background-color: #f2f3f4;
	position: sticky; /* Avoid any ancestor element with overflow property except "overflow: visible" */
	top: 90px;
	z-index: 0;
	margin: 0;
	text-transform: uppercase;
	width: 100%;
	z-index: 1;
}

.root_panel.koreatown_microsite .layoutjs .filterPane .filter[data-type="checkbox"] .filterLabel {
	background-color: transparent;
	font-size: var(--text-2xl);
    font-weight: 800;
	color: black;
}

.layoutjs .filterPane .filter[data-type="checkbox"] .filterLabel:not(:root:root) {/* Safari only */
	top: 0;
}

.layoutjs .filterPane.stickyContainer {
	position: sticky; /* Avoid any ancestor element with overflow property except "overflow: visible" */
	top: 0;
	width: 300px;
	padding: 0 15px;
	max-height: 100vh;
	overflow: auto;
}

.root_panel.koreatown_microsite .layoutjs .filterPane.stickyContainer {
	width: 450px;
}

.layoutjs .filterPane .rss-link {
	margin-top: 15px;
}
.layoutjs .filterPane .rss-link i {
	color: #ce3f38;
}

.layoutjs .filterPane .btn-bg {
	position: sticky; /* Avoid any ancestor element with overflow property except "overflow: visible" */
	bottom: 0;
	padding: 15px;
	background-color: #f2f3f4;
}

.root_panel.koreatown_microsite .layoutjs .filterPane .btn-bg {
	background-color: transparent;
	position: relative;
    z-index: 25;
}

.layoutjs .filterPane .btn-bg button {
	width: 100%;
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	font-family: mr-eaves-xl-modern, sans-serif;
	background-color: #ce3f38;
	transition: opacity 0.2s ease;
}

.root_panel.koreatown_microsite .layoutjs .filterPane .btn-bg button {
	border-radius: 50px;
	font-weight: 400;
    letter-spacing: 1px;
}
.layoutjs .filterPane .btn-bg button:hover {
	opacity: 0.8;
}

.layoutjs .filterPane .filter[data-type=checkbox] li {
	display: flex;
	align-items: baseline;
	position: relative;
	margin-left: 25px;
	margin-bottom: 8px;
	cursor: pointer;
	text-align: left;
}

.layoutjs .filterPane .filter label {
	font-size: 16px;
}

.root_panel.koreatown_microsite .layoutjs .filterPane .filter label {
	font-size: 18px;
	color: black;
}

.layoutjs .filterPane .filter[data-type=checkbox] input {
	margin-bottom: 0px;
}

.layoutjs .filter[data-type=checkbox] .custom-checkbox {
	display: block;
	position: absolute;
	top: 4px;
	left: -25px;
	width: 14px;
	height: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #808080;
	color: #ce3f38;
	border-radius: 2px;
	font-size: 8px;
}

.root_panel.koreatown_microsite .layoutjs .filter[data-type=checkbox] .custom-checkbox {
	border: 2px solid #1d1d1daf;
}

.layoutjs input[type="checkbox"]:focus + label .custom-checkbox {
	outline: 1px dashed #ce3f38;
}

.layoutjs input[type="checkbox"]:hover + label .custom-checkbox,
.layoutjs input[type="checkbox"]:checked + label .custom-checkbox {
	border-color: #ce3f38;
}

.root_panel.koreatown_microsite .layoutjs input[type="checkbox"]:hover + label .custom-checkbox,
.root_panel.koreatown_microsite .layoutjs input[type="checkbox"]:checked + label .custom-checkbox {
	border-color: black
}


.layoutjs input[type="checkbox"] + label .custom-checkbox i {
	opacity: 0;
}

.layoutjs input[type="checkbox"]:checked + label .custom-checkbox i {
	opacity: 1;
}

.root_panel.koreatown_microsite .layoutjs input[type="checkbox"]:checked + label .custom-checkbox i {
	opacity: 1;
	color: black;
}

.layoutjs .filterPane .filter[data-type=checkbox] .expander {
	cursor: pointer;
	font-weight: 700;
}

.root_panel.koreatown_microsite .layoutjs .filterPane .filter[data-type=checkbox] .expander {
	color: black;
}

.layoutjs .filterPane .filter[data-type=checkbox] .expander i {
	color: #ce3f38;
}

.layoutjs .filterPane .filter[data-type=toggle] .form-label {
	margin: 0;
	font-size: 1rem;
	font-weight: bold;
	color: #222;
}

.layoutjs .filterPane .filter[data-type=toggle] .toggle .toggle-decorator {
	position: relative;
	display: block;
	padding: 2px;
	width: 4em;
	height: calc(2em + 4px);
	border-radius: 2em;
	border: 2px solid #a8a8a8;
	background-color: #a8a8a8;
	transition: all .4s ease;
	outline: 0;
	cursor: pointer;
	user-select: none;
}

.layoutjs .filterPane .filter[data-type=toggle] .toggle input:checked + .toggle-decorator {
	border: 2px solid #ce3f38;
	background-color: #ce3f38;
}

.layoutjs .filterPane .filter[data-type=toggle] .toggle input:focus + .toggle-decorator {
	border: 2px solid #222;
}

.layoutjs .filterPane .filter[data-type=toggle] .toggle .toggle-decorator::after {
	content: "";
	position: relative;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 100%;
	font-size: 0.7em;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	background-color: #fff;
	transition: all .2s ease;
}

.layoutjs .filterPane .filter[data-type=toggle] .toggle .toggle-decorator.has-label::after {
	content: attr(data-label);
}

.layoutjs .filterPane .filter[data-type=toggle] .toggle input:checked + .toggle-decorator::after {
	left: 50%;
}

.layoutjs .filterPane ul {
	list-style: none;
	margin-left: 0;
}

.layoutjs .layout {
	width: 100%;
	position: relative;
	padding: 0 16px;
}

.root_panel.koreatown_microsite .layoutjs .layout:has(.content.grid) {
	background-color: #FFFBE5;
}

.layoutjs.isMobile .layout {
	padding: 0 10px;
}

.root_panel.koreatown_microsite .layoutjs.isMobile .layout {
	padding: 0 0px;
}

.layoutjs .settings {
	display: flex;
	align-items: center;
    justify-content: flex-start;
	margin-bottom: 5px;
	border-bottom: 2px solid #000;
	padding: 5px 0 10px;
}

.root_panel.koreatown_microsite .layoutjs .settings {
	background-color: #ffdd35;
	padding: 10px;
	border-bottom: none;
}

@media (min-width: 798px) { 
	.root_panel.koreatown_microsite .layoutjs .settings {
		background-color: transparent;
		padding: 30px;
	}
}

.layoutjs .settings > div {
	margin-right: 10px;
	display: inline-block;
}

@media (min-width: 64.063em) { 
	.layoutjs .settings > div:not(:last-of-type)::after {
		content: '//';
		margin: 0 12px;
		letter-spacing: -2px;
		font-family: "Cottage Sans", sans-serif;
		font-size: 1.125rem;
		font-weight: 600;
		line-height: 1;
		color: #32978F;
	}
	.root_panel.koreatown_microsite .layoutjs .settings > div:not(:last-of-type)::after {
		display: none;
	}
}

.layoutjs .settings > div:last-child {
	margin-right: 0px;
}

.layoutjs .settings .map-btn {
	cursor: pointer;
	color: #000;
	font-weight: bold;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.layoutjs .settings .map-btn:hover {
	color: #ce3f38;
}

.layoutjs .settings .settings-label {
	display: inline-block;
	font-weight: bold;
	padding-right: 5px;
}

.root_panel.koreatown_microsite .layoutjs .settings .settings-label {
	color: black;
}

.layoutjs .settings ul {
	display: inline-block;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: inherit;
	line-height: 1.5;
}

.layoutjs .settings li {
	margin-right: 10px;
	display: inline-block;
}

.layoutjs .settings li:not(:last-of-type) {
	border-right: 2px solid #000;
	padding-right: 10px;
}

.root_panel.koreatown_microsite .layoutjs .settings li:not(:last-of-type) {
	border-right: none;
	padding-right: 10px;
}

@media (min-width: 798px) {
	.root_panel.koreatown_microsite .layoutjs .settings li:last-of-type {
		border-right: 1px solid #000;
		padding-right: 10px;
	}
}

.layoutjs .pager {
	margin-bottom: 5px;
	text-align: right;
}

.root_panel.koreatown_microsite .layoutjs .pager:nth-of-type(2) {
	display: none;
}

.layoutjs .pager a {
	font-size: 30px;
	color: #32978F;
	pointer-events: none;
}

/* KOREATOWN CUSTOM PAGER STYLING */
.root_panel.koreatown_microsite .layoutjs .pager a > i,
.root_panel.koreatown_microsite .layoutjs .pager li:first-child, 
.root_panel.koreatown_microsite .layoutjs .pager li:last-child {
	display: none;
}

.root_panel.koreatown_microsite .layoutjs .pager li.highlight {
	display: inline-block;
}

.root_panel.koreatown_microsite .layoutjs .pager li:first-child a:before,
.root_panel.koreatown_microsite .layoutjs .pager li:last-child a:before {
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	position: relative;
	top: -3px;
}

.root_panel.koreatown_microsite .layoutjs .pager li:first-child a:before {
	content: '\f053';
}

.root_panel.koreatown_microsite .layoutjs .pager li:last-child a:before {
	content: '\f054';
}
/* END KOREATOWN CUSTOM PAGER STYLING */

.layoutjs .pager li {
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	height: 36px;
	vertical-align: top;
	line-height: 38px;
	margin-right: 10px;
}

.layoutjs .pager li:last-of-type {
	margin-right: 0;
}

.layoutjs .content {
	width: 100%;
}

.layoutjs .content.grid {
	display: flex;
	flex-flow: wrap row;
	justify-content: space-between;
}

.layoutjs .content.grid .item {
	flex: 0 0 30%;
	margin-bottom: 10px;
	display: flex;
    flex-direction: column;
}

.layoutjs .content .item {
	position: relative;
}

.layoutjs .content.list .item {
	display: flex;
	margin-bottom: 15px;
	width: 100%;
	padding-bottom: 15px;
    border-bottom: 2px solid #000;
}

.root_panel.koreatown_microsite .layoutjs .content.list .item {
    border-bottom: .2px solid #00000010;
}

.layoutjs .content .item .image {
	text-align: center;
	-ms-flex: 0 0 auto;
}

.layoutjs .content.grid .item .image img {
	width: 100%;
}

.layoutjs .content.list .item .image {
	width: 200px;
	min-width: 200px;
}

.layoutjs .content .item .image a {
	position: relative;
	display: block;
}

.layoutjs .content .item .image .featured {
	position: absolute;
    top: 0;
    left: 0;
	display: block;
    margin: 0;
    padding: 3px 8px;
    height: 20px;
    color: var(--white);
    font-size: 14px;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
    text-shadow: none;
    background-color: #32978f;
}

.layoutjs .content .info button.qv-btn {
	background:transparent;
	color: #CE3F38;
}
/* .layoutjs .content .item .image .featured:after {
    content: "";
    position: absolute;
    top: 0;
    left: 99%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 15px 0 0;
    border-color: #32978f transparent transparent transparent;
} */

@media (min-width: 641px) {
    .layoutjs .content .item .image .featured {
        padding: 6px 15px;
        height: 30px;
        font-size: 16px;
    }

    .layoutjs .content .item .image .featured:after {
        border-width: 30px 15px 0 0;
    }
}

.layoutjs .content .item .tripbuilder{
	position: absolute;
	top: 0;
	right: 0;
}

.layoutjs .content .item .tripbuilder a{
	font-size: 26px;
	position: relative;
	font-family: 'Font Awesome 5 Free';
	width: 32px;
}

.layoutjs .content .item .tripbuilder a span {
	display: none;
}

/* FontAwesome Heart solid */
.layoutjs .content .item .tripbuilder .addTrip:before{
	content: "\f004";
	font-weight: 900;
	color: #000;
	opacity: 0.5;
}

/* FontAwesome Heart outline */
.layoutjs .content .item .tripbuilder .addTrip:after{
	content: "\f004";
	font-weight: 400;
	color: #fff;
	position: absolute;
	right: 0;
	width: 32px;
}

.layoutjs .content .item .tripbuilder .removeTrip:before{
	content: "\f004";
	font-weight: 900;
	color: #ce3f38
}

.layoutjs .content .item .mini-date-container {
	color: #f8b03d;
	font-size: 16px;
	font-weight: bold;
}

.layoutjs .content .item .info {
	padding: 10px 22px 20px 22px;
	word-break: break-word;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.root_panel.koreatown_microsite .layoutjs .content.grid .item .info {
	background-color: white;
	background-image: url(/includes/public/assets/patterns/button-pattern.svg);
	background-repeat: no-repeat;
    background-position-x: 310px;
    background-position-y: 15px;
    background-size: 50%;
    position: relative;
}

.root_panel.koreatown_microsite .layoutjs .content.grid .item .info:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(253, 253, 253, 0.85);
    pointer-events: none;
}

@media (min-width: 891px) {
	.root_panel.koreatown_microsite .layoutjs .content.grid .item .info {
		background-position-x: 175px;
		background-position-y: 55px;
	}

}

@media (min-width: 1025px) {
	.root_panel.koreatown_microsite .layoutjs .content.grid .item .info {
		background-position-x: 215px;
		background-size: 60%;
		background-position-y: 55px;
	}
}

@media (min-width: 1200px) {
	.root_panel.koreatown_microsite .layoutjs .content.grid .item .info {
		background-position-x: 155px;
		background-size: 75%;
		background-position-y: 25px;
	}
}

@media (min-width: 1440px) {
	.root_panel.koreatown_microsite .layoutjs .content.grid .item .info {
		background-position-x: 200px;
		background-size: 75%;
		background-position-y: 15px;
	}
}

.layoutjs .content.list .item .info {
	padding: 0 10px;
	height: auto;
	width:60%;
}

.layoutjs .content .item .info h4 {
	margin-bottom: 10px;
}

.root_panel.koreatown_microsite .layoutjs .content .item .info h4 {
	z-index: 10;
}

.layoutjs .content .item .info h4 .title {
	font-family: mr-eaves-xl-modern, sans-serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
	color: #000;
}

.layoutjs .content .item .info-list {
	list-style: none;
	margin: 0 0 10px;
	font-family: mr-eaves-xl-modern, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1;
	color: #352F29;
}

.root_panel.koreatown_microsite .layoutjs .content .item .info-list {
	z-index: 10;
}

.layoutjs .content .item .info-list li {
	margin-bottom: 5px;
}
.root_panel.koreatown_microsite .layoutjs .content .item .info-list .locations {
	margin-left: 10px
}
.root_panel.koreatown_microsite .layoutjs .content .item .info-list .locations:before {
	content: url(/includes/public/assets/icons/map-marker-alt.svg);
	position: absolute;
	width: 20px;	
	height: 20px;
	margin-left: -15px;
}
.layoutjs .content.list .item .info-list {
	margin-bottom: 5px;
}
.layoutjs .content .item .info-list .locations a {
	color: #ce3f38;
}
.layoutjs .content .item .info-list .locations a:hover {
	color: #000;
}
.layoutjs .content .item .info-list .redeem {
	font-size: 16px;
	font-weight: bold;
}
.layoutjs .content .item .info-list .redeem span {
	font-size: 14px;
	font-weight: normal;
}

.layoutjs .content .item .actions {
	display: flex;
	justify-content: space-between;
	margin-top: auto;
	display: flex;
	justify-content: space-between;
}

.root_panel.koreatown_microsite .layoutjs .content .item .actions {
	z-index: 10;
}

.layoutjs .content .item .actions .qv-btn {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.layoutjs .content .item .actions .qv-btn,
.layoutjs .content .item .actions .actionButton {
	margin: 5px 0 0;
	background-color: transparent;
	color: #ce3f38;
    display: inline-block;
    font-family: mr-eaves-xl-modern, sans-serif;
    font-size: 16px;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.layoutjs .content .item .actions .qv-btn:hover,
.layoutjs .content .item .actions .actionButton:hover {
	color: #000;
}
.layoutjs .content.list .item .actions .qv-btn,
.layoutjs .content.list .item .actions .actionButton {
	font-size: 14px;
}
/* .layoutjs .content .item .actions .actionButton:not(:last-of-type)::after {
	content: '//';
	margin: 0 4px;
	letter-spacing: -2px;
	font-family: "Cottage Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: #32978F;
} */

.layoutjs .content .item .actions .buttonAdditional {
	font-size: 12px;
}

.layoutjs .map { width: 100%; }

.layoutjs .gMapHolder { min-height: 500px; }

.layoutjs .settings-mobile {
	display: flex;
	flex-flow: wrap;
	width: 100%;
	font-size: 25px;
}

.layoutjs .settings-mobile .filter-mobile,
.layoutjs .settings-mobile .view-mobile {
	width: 50%;
	text-align: center;
}

.layoutjs .settings-mobile .view-mobile .active {
	display: none;
}

.layoutjs .filterPane .view-results {
	position: fixed;
	bottom: 30px;
	right: 40px;
	width: 145px;
	font-size: 25px
}

.layoutjs .compare {
	position: relative;
}

.layoutjs .compare .compare-toggle {
	position: relative;
	margin: 0;
	padding: 0;
	width: 42px;
	height: 42px;
	font-size: 22px;
	color: #222;
	border-radius: 50%;
	background-color: transparent;
	cursor: pointer;
}

.layoutjs .compare .compare-toggle.badged::after {
	content: attr(data-count);
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	padding: 3px 4px;
	font-size: 12px;
	font-weight: 600;
	color: red;
	border-radius: 4px;
	background-color: #ffb4b4;
	transform: translateX(25%);
}

.layoutjs .compare .compare-toggle[disabled] {
	color: #999;
	pointer-events: none;
}

.layoutjs .compare .compare-toggle:hover,
.layoutjs .compare .compare-toggle:focus {
	background-color: whitesmoke;
}

.layoutjs .compare .compare-toggle.open {
	color: hsl(210, 100%, 52%);
}

.layoutjs .compare .compare-click-outside {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.layoutjs .click-to-compare-menu {
	position: absolute;
	z-index: 10;
	top: calc(100% + 20px);
	right: 0;
	margin-bottom: 32px;
	padding-top: 16px;
	width: 100vw;
	max-width: 288px;
	border-radius: 4px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background-color: #fff;
	overflow: hidden;
}

@media (min-width: 40em) {
	.layoutjs .click-to-compare-menu {
		max-width: 420px;
	}
}

.layoutjs .click-to-compare-menu > * {
	display: block;
	margin: 0;
	padding: 0 24px;
}

.layoutjs .click-to-compare-menu .compare-title {
	margin-bottom: 12px;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.1;
}

.layoutjs .click-to-compare-menu .compare-actions {
	display: flex;
	justify-content: flex-end;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: whitesmoke;
}

.layoutjs .click-to-compare-menu .compare-clear {
	margin: 0;
	margin-right: 24px;
	padding: 0;
	background: transparent;
	color: #203f99;
	transition: none;
}

.layoutjs .click-to-compare-menu .compare-link {
	padding:  8px 24px;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #0b205e;
	background-color: #203f99;
}

.layoutjs .click-to-compare-menu .compare-chits {
	margin-bottom: 12px;
	padding: 0 12px;
}

.layoutjs .click-to-compare-menu .compare-chit {
	display: flex;
	align-items: baseline;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 8px;
    padding: 8px 14px;
    width: 100%;
    font-size: 0.9rem;
    text-align: left;
    color: #222;
    border-radius: 4px;
    border: none;
    background-color: transparent;
}

.layoutjs .click-to-compare-menu .compare-chit:hover {
    background-color: whitesmoke;
}

.layoutjs .click-to-compare-menu .compare-chit .fa {
	display: block;
	margin-left: 24px;
    color: hsl(225, 6%, 51%);
}

.layoutjs .click-to-compare {
	display: flex;
	align-items: baseline;
	margin: 0;
	margin-left: -8px;
	padding: 5px 8px;
	font-size: 0.9rem;
	color: #222;
	text-align: left;
	border-radius: 6px;
	background-color: transparent;
}

.layoutjs .click-to-compare .fas {
	margin-right: 8px;
	font-size: 1rem;
	color: hsl(225, 6%, 51%);
}

.layoutjs .click-to-compare.compare-remove .fas {
	color: hsl(210, 100%, 52%);
}

.layoutjs .click-to-compare:hover,
.layoutjs .click-to-compare:focus {
	background-color: whitesmoke;
}

.layoutjs .no-results {
	margin-top: 80px;
	text-align: center;
}

.layoutjs .content .fa-spinner {
	position: absolute;
	top: 250px;
	left: calc(50% - 30px);
}

.layoutjs.isMobile .content .fa-spinner {
	top: 200px;
}
/* mobile css */
.layoutjs.isMobile .settings {
	font-size: 20px;
	justify-content: space-between;
}

.layoutjs.isMobile .settings > div {
	margin-right: 0px;
	border-right: 0px;
	text-align: center;
}
.layoutjs.isMobile .filterPane { display: none; }

.layoutjs.isMobile .filterPane.mobileFilterActive {
	display: block;
	position: fixed;
	z-index: 3000;
	background-color: #f2f3f4;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	width: 100%;
	padding: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow-y: auto;
}

.layoutjs.isMobile .filterPane .fa-spin {
	position: fixed;
	right: 20px;
	bottom: 20px;
}

.layoutjs.isMobile .mobileHeader {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.root_panel.koreatown_microsite .layoutjs.isMobile .mobileHeader {
	z-index: 25;
    position: relative;
}

.layoutjs.isMobile .mobileTitle {
	flex: 1;
	text-align: center;
}

.layoutjs.isMobile .mobileHeader button {
	margin-bottom: 0px;
	background-color: #f8b03d;
	font-weight: 700;
	font-family: mr-eaves-xl-modern, sans-serif;
	text-transform: uppercase;
	padding: 10px 20px; 
}

.layoutjs.isMobile .mobileHeader .resetButton {
	background-color: #999;
}

.layoutjs.isMobile .settings .highlight {
	border-bottom: 0px;
}

.layoutjs.isMobile .filterPane .sort {
	margin-bottom: 10px;
}

.root_panel.koreatown_microsite .layoutjs.isMobile .filterPane .sort {
	position: relative;
    z-index: 25;
}
.layoutjs.isMobile .filterPane .sort li {
	display: inline-block;
	margin-right: 10px;
}
.layoutjs.isMobile .filterPane .sort .settings-label {
	font-weight: bold;
	text-transform: uppercase;
}
.layoutjs.isMobile .filterPane .sort li:not(:last-of-type) {
	border-right: 2px solid #000;
	padding-right: 10px;
}

.layoutjs.isMobile .filterPane .filter[data-type="keyword"],
.layoutjs.isMobile .filterPane .filter .filterLabel {
	position: initial;
}

.layoutjs.isMobile .pager {
	text-align: center;
}

.root_panel.koreatown_microsite .layoutjs.isMobile .pager {
	background-color: #ffdd35;
	padding: 5px 0px;
}

.root_panel.koreatown_microsite .layoutjs.isMobile .pager:nth-of-type(2) {
	display: none !important;
}

.layoutjs.isMobile .content {
	flex-flow: column;
	min-height: 300px;
}

.root_panel.koreatown_microsite .layoutjs.isMobile .content {
	padding: 0px 10px;
	background-color: white;
}

.layoutjs.isMobile .content.list .item .image {
	width: 115px;
	min-width: 115px;
}

.layoutjs .content .item .tripbuilder a { font-size: 22px; }

.layoutjs.isMobile .content .item .info h4 .title { font-size: 16px; }

.layoutjs.isMobile .content .item .mini-date-container { font-size: 12px; }

@supports (display: grid) {
	.layoutjs .content.grid {
		display: grid;
		grid-gap: 20px;
		grid-template-columns: repeat(auto-fill, minmax(259px, 1fr));
	}
	
	.layoutjs .content.grid .item {
		margin-bottom: 0px;
		box-shadow: 0 3px 9px 0px #777;
	}
}

/* Daterange / foundation override */
.layoutjs.isMobile .filterPane.mobileFilterActive .asd__wrapper--full-screen {
	overflow-y: auto;
}

.layoutjs.isMobile .filterPane.mobileFilterActive .asd__mobile-close {
	display: none;
}

.datepicker-trigger { margin: 0; }

/* fixes MS Edge bug (#8295099) "pointer-events: none; on spans don't work" */
.datepicker-trigger > span { display: inline-block; }

.asd__month table {
	background: inherit;
	margin-bottom: auto;
	border: none;
}

.asd__month table tr.even,
.asd__month table tr.alt,
.asd__month table tr:nth-of-type(even) {
	background: inherit;
}

.asd__day--disabled button,
.asd__day--empty button { background-color: #fff; }

.asd__wrapper button{
	font-family: inherit;
	margin: auto;
	background-color: inherit;
	border-color: inherit;
	color : inherit;
}

.asd__action-buttons button { 
	outline: none;
}

.asd__wrapper button:hover, 
.asd__wrapper button:focus, 
.asd__wrapper .button:hover, 
.asd__wrapper .button:focus{
	color: inherit;
	background-color: transparent;
}

.asd__month button { line-height: inherit; }

/* Datepicker Quick Links styles */
.layoutjs .quicklinks {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.layoutjs .quicklinks button {
	margin: 0;
	padding: 0;
	background-color: inherit;
	color: inherit;
	font-family: 'mr-eaves-xl-modern', sans-serif;
	font-size: 18px;
}
.layoutjs .quicklinks button:hover,
.layoutjs .quicklinks button.highlight {
	color: #ce3f38;
	text-decoration: underline;
}

/* Datepicker inline mode (Calendar is always open) styles */
.layoutjs .datepicker-cont {
	max-width: 400px;
}
.layoutjs .datepicker-cont .filterLabel {
	font-weight: bold;
	text-transform: uppercase;
}

.layoutjs .asd__wrapper {
	margin: 0 auto;
	border: none;
	max-width: 220px;
}

.layoutjs.isMobile .filterPane.mobileFilterActive .asd__wrapper--full-screen { position: relative;}

.layoutjs .asd__wrapper .asd__inner-wrapper { margin-left: -220px !important; }

.layoutjs .asd__change-month-button { padding: 0; }

.layoutjs .asd__days-legend {
	padding: 0;
	max-width: 220px;
}

.layoutjs .asd__month {
	padding: 15px 0 0;
	max-width: 220px;
}

.layoutjs .asd__month-name {
	font-size: 1.1em;
	margin: 0 0 40px;
}

.layoutjs .asd__day {
	line-height: 30px;
	height: 30px;
}


/* Map view styles */
.layoutjs .settings li.map-btn {
	padding: 0 30px;
	margin: 0;
	border-left: 1px solid #CCC;
}

.layoutjs .settings li.map-btn button {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 33px;
	font-size: 22px;
}

.layoutjs .layout-map-container {
	width: 100%; 
}

.layoutjs .layout-map-container.map-open { display: flex; }

.layoutjs .layout-map-container.map-open .layout { flex: 3; }

.layoutjs .content.list .item {
	min-width: 500px;
}
.layoutjs.isMobile .content.list .item {
	min-width: 100%;
}

.layoutjs .layout-map-container.map-open .map {
	flex: 2;
	position: sticky; /* Avoid any ancestor element with overflow property except "overflow: visible" */
	top: 0;
	height: 100vh;
}

.layoutjs .layout-map-container .gMapHolder { height: 100vh; }

.layoutjs.isMobile .gMapHolder { height: auto; }

.layoutjs .content .item.active { outline: 5px solid #ce3f38; }

.layoutjs .infoWindow h5 {
	margin-bottom: 15px;
}
.layoutjs .infoWindow h5 a {
	color: #000;
	font-weight: bold;
}
.layoutjs .infoWindow .contactInfo a {
	color: #ce3f38;
	font-weight: bold;
}

@media (min-width: 90em){
	.layoutjs .content .item .image .featured {
		padding: 7px 20px;
		height: 34px;
		font-size: 16px;
		font-weight: 600;
	}
}
