.layoutjs {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 38px; /* height to leave enough room for loading spinner */
}

.layoutjs .layout-container {
	width: 100%; 
	flex: 1;
}

.layoutjs .layout-container .layout {
	width: 100%;
	position: relative;
}

/* filters & sort */
.layoutjs .settings {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	padding: 0 20px;
	color: #333;
	margin-bottom: 15px;
}

.contentRender_name_plugins_listings_layout_facility_search .layoutjs .settings {
	padding-top:15px;
}

.layoutjs .settings .filter-mobile a {
	font-size: 14px;
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.layoutjs .settings .view a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
}

.layoutjs .settings .view a i {
	color: var(--Teal);
}

.layoutjs .settings a,
.layoutjs .filterPane a,
.layoutjs .datepicker-cont .quicklinks button {
	color: #525252;
	text-decoration: none;
}

.layoutjs .rss-link a,
.layoutjs .settings .highlight a,
.layoutjs .filterPane .highlight a,
.layoutjs .datepicker-cont .quicklinks button.highlight,
.layoutjs .filterPane .filter[data-type="checkbox"] .expander {
	color: #333;
}

.layoutjs.isMobile .filterPane a,
.layoutjs.isMobile .filterPane .highlight a {
	color: #fff;
	border-bottom: 2px solid var(--Teal);
}

.layoutjs.isMobile .filterPane .highlight a {
	border-bottom-color: #fff;
}

.layoutjs .rss-link a {
	color: var(--Yellow);
}

.layoutjs .settings a {
		font-size: 17px;
	font-family: 'Merriweather', serif;
	font-weight: 300;
}

.layoutjs .settings a i {
	margin-right: 4px;
	font-size: 16px;
	color: #327a86;
}

.layoutjs .settings ul,
.layoutjs .filterPane ul {
	list-style: none;
	margin: 0;
	line-height: inherit;
}

.layoutjs .filterPane { display: none; }

.layoutjs .filterPane.mobileFilterActive {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 100;
	display: block;
	width: 100%;
	overflow-y: auto;
	background-color: var(--Teal);
	padding: 20px;
}

.layoutjs .mobileHeader {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.layoutjs .mobileHeader .mobileTitle {
	flex: 1;
	text-align: center;
	color: #fff;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 17px;
}

.layoutjs .mobileHeader button,
.layoutjs .filterPane .filter[data-type="keyword"] button {
	color: var(--Gray);
	margin: 0;
	padding: 6px 20px; 
	background-color: var(--Yellow);
	border: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	font-weight: 600;
}

.layoutjs .mobileHeader button.resetButton {
	background-color: #999;
}

.layoutjs .rss-link,
.layoutjs .filterPane .sort,
.layoutjs .filterPane .filter,
.layoutjs .filterPane .quicklinks {
	margin-bottom: 30px;
}

.layoutjs .filterPane .quicklinks .period-select {
	padding: 0;
}

.layoutjs .filterPane .quicklinks .period-select.highlight {
	color: var(--Yellow);
}

.layoutjs .rss-link {
	text-align: right;
}

.layoutjs .filterPane .sort,
.layoutjs .filterPane .filter,
.layoutjs .datepicker-cont .quicklinks button,
.layoutjs .filterPane .filter[data-type="checkbox"] .expander { 
	font-family: 'Merriweather', serif;
	color: #fff;
	font-weight: 300;
	font-size: 17px;
	margin: 0;
	background: none;
	border: none;
}

.layoutjs .filterPane .sort .settings-label,
.layoutjs .filterPane .filter .filterLabel,
.layoutjs .filterPane .form-label { /* with some foundation overwrites */
	display: inline-block;
	color: #fff;
	line-height: 44px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	background-color: transparent;
	letter-spacing: 0.02em;
}

.layoutjs .filterPane .sort {
	margin-bottom: 15px;
}

.layoutjs .filterPane .sort .settings-label {
	margin-bottom: 0;
}

@media screen and (min-width: 64em) {
	.layoutjs {
		margin-bottom: 80px; /* height to leave enough room for loading spinner */
	}
	.layoutjs .filterPane .sort .settings-label {
		margin-bottom: 15px;
	}
	
	.layoutjs .filterPane .sort {
		margin-bottom: 0;
	}
}

.layoutjs .filterPane .filter[data-type="checkbox"] .filterLabel {
	margin-bottom: 7px;
}

.layoutjs .filterPane .sort li {
	display: inline-block;
	margin-right: 10px;
}

.layoutjs .filterPane .filter .keyword-input {
	display: flex;
	max-width: 300px;
	border-bottom: 2px solid #fff;
	padding: 0;
	margin: 0 0 46px;
}

.layoutjs .filterPane .filter[data-type="keyword"] input {
	flex: 1;
	margin: 0;
	height: 37px; /* foundation default overwrite */
	text-indent: 0px;
	background: none;
	border: none;
	color: #fff;
	line-height: 38px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 600;
	opacity: 0.6;
	padding: 0;
	margin: 0;
	left: 0;
	text-align: left;
}

.layoutjs .filterPane .filter[data-type="keyword"] input:active,
.layoutjs .filterPane .filter[data-type="keyword"] input:focus {
	outline: none;
	box-shadow: none;
}

.layoutjs .filterPane .filter[data-type="keyword"] input::placeholder {
	color: #fff;
	line-height: 37px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	opacity: 0.8;
	padding: 0;
	margin: 0;
	letter-spacing: 0.02em;
}

.layoutjs .filterPane .filter[data-type="keyword"] button {
	background: none;
	padding: 0;
}

.layoutjs .filterPane .filter[data-type="keyword"] button i {
	color: #fff;
}

.layoutjs .filterPane .filter[data-type="toggle"] .toggle .toggle-decorator {
	position: relative;
	display: block;
	padding: 2px;
	width: 4em;
	height: calc(2em + 4px);
	border-radius: 2em;
	background-color: #999;
	transition: all .4s ease;
	outline: 0;
	cursor: pointer;
	user-select: none;
}

.layoutjs .filterPane .filter[data-type="toggle"] .toggle input:checked + .toggle-decorator {
	background-color: #0b467e;
}

.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 .filter > fieldset { /* foundation overwrite */
	margin: 0;
	padding: 0;
	border: none;
}

.layoutjs .filterPane .filter > fieldset .legend { /* foundation overwrite */
	background: transparent;
	padding: 0;
	margin: 0;
}

.layoutjs .filterPane .filter[data-type="checkbox"] li {
	position: relative;
	display: flex;
	align-items: baseline;
	margin-left: 25px;
	margin-bottom: 19px;
	cursor: pointer;
}

.layoutjs .filterPane .filter[data-type="checkbox"] li:last-of-type {
	margin-bottom: 28px;
}

.layoutjs .filterPane .filter[data-type="checkbox"] input { /* foundation overwrite */
	margin-bottom: 0px;
}

.layoutjs .filterPane .filter label { /* foundation overwrite */
	font-family: 'Merriweather', serif;
	color: #fff;
	font-weight: 300;
	font-size: 17px;
	margin: 0;
	letter-spacing: 0.02em;
}

.layoutjs .filterPane .filter[data-type="checkbox"] .custom-checkbox {
	position: absolute;
	top: 4px;
	left: -25px;
	display: flex;
	justify-content: center;
	width: 14px;
	height: 14px;
	align-items: center;
	border-radius: 2px;
	font-size: 10px;
	background-color: #fff;
	color: var(--Teal);
	border: none;
}

.layoutjs .filterPane input[type="checkbox"] + label .custom-checkbox i {
	opacity: 0;
	font-size: 10px;
}

.layoutjs .filterPane input[type="checkbox"]:checked + label .custom-checkbox {
	background-color: #fff;
	border: none;
	color: var(--Teal);
}

.layoutjs .filterPane input[type="checkbox"]:checked + label .custom-checkbox i {
	opacity: 1;
}

.layoutjs .filterPane .filter[data-type="checkbox"] .expander {
	cursor: pointer;
	letter-spacing: 0.01em;
	margin-bottom: 38px;
}

.layoutjs .filterPane .filter[data-type="checkbox"] .expander i {
	margin-left: 3px;
	font-size: 15px;
}

.layoutjs .filterPane .btn-bg {
	margin-top: 37px;
	margin-bottom: 35px;
}

.layoutjs .filterPane .btn-bg button {
	display: flex;
	align-items: center;
    font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
	background: var(--Yellow);
	color: var(--Gray);
	border: none;
	padding: 7px 13px 7px 10px;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: 600;
}

.layoutjs .filterPane .btn-bg button i {
	font-size: 19px;
	margin-left: 17px;
}

.layoutjs .datepicker-cont { max-width: 300px; }

.layoutjs .datepicker-cont .quicklinks {
	display: flex;
	justify-content: space-between;
}

.layoutjs .datepicker-cont .quicklinks button {
	margin: 0;
}

/* Datepicker */
.layoutjs .datepicker-cont .datepicker-trigger {
	margin-bottom: 15px;
    padding: 10px 20px;
    text-align: center;
    border: #b2b2b2 1px solid;
}

.layoutjs .datepicker-cont .datepicker-trigger > span {     font-family: 'Merriweather', serif;
    font-style: normal;
    color: #fff;
    font-weight: 300; }

.layoutjs .asd__wrapper { max-width: 300px; }

.layoutjs .asd__wrapper .asd__inner-wrapper { margin-left: -300px !important; }

.layoutjs .asd__days-legend { max-width: 300px; }

.layoutjs .asd__month { max-width: 300px; }

.layoutjs .asd__month-name {
	font-family: 'Merriweather', serif;
	font-style: normal;
	color: var(--Yellow);
	font-weight: 300;
}

.layoutjs .asd__day-title {
	font-size: 14px;
	font-style: normal;
	font-family: 'Merriweather', serif;
	color: #fff;
}

.layoutjs .asd__day-button {
	font-size: 17px;
	font-style: normal;
	font-family: 'Merriweather', serif;
}

@media (min-width: 40em) {
	.layoutjs .settings .filter-mobile a {
		font-size: 20px;
	}

	.layoutjs .settings .view a {
		font-size: 17px;
		font-style: normal;
		font-family: 'Merriweather', serif;
	}

	.layoutjs .settings .view a i {
		font-size: 16px;
	}
}

@media screen and (min-width: 1024px){
	.contentRender_name_plugins_listings_layout_facility_search .layoutjs .settings {
		padding-top:20px;
	}
	
	.layoutjs .layout-container {
		width: 100%; 
		flex: 1;
	}

	.layoutjs .layout-container .layout {
		padding: 0 115px 0 40px;
	}

	.layoutjs .layout-container.map-open .layout {
		padding: 0 10px;
	}

	/* filters & sort */
	.layoutjs .filterPane {
		position: sticky;
		display: block;
		top: 0;
		width: 300px;
		min-width: 300px;
		padding: 35px 20px 60px;
		max-height: 100vh;
		overflow: auto;
		background-color: var(--Teal);
	}
	


	.layoutjs .asd__wrapper { max-width: 243px; }
	
	.layoutjs .asd__wrapper .asd__inner-wrapper { margin-left: -243px !important; }
	
	.layoutjs .asd__days-legend { max-width: 243px; }
	
	.layoutjs .asd__month { max-width: 243px; }

	.layoutjs .settings {
		justify-content: flex-start;
		padding: 20px 40px 0 60px;
		margin-bottom: 16px;
		align-items: center;
	}

	.layoutjs .settings > div {
		display: flex;
		flex-direction: row;
		align-items: baseline;
	}

	.layoutjs .settings ul {
		display: flex;
		flex-direction: row;
	}

	.layoutjs .settings li,
	.layoutjs .settings .map-label {
		font-family: 'Merriweather', serif;
		font-size: 15px;
		font-weight: 300;
		color: #333;
		line-height: 1;
		margin-right: 12px;
		border-bottom: 5px solid transparent;
		padding-bottom:5px;
	}

	.layoutjs .settings li.highlight {
		border-bottom-color: var(--Teal);
	}

	.layoutjs .settings .settings-label {
		font-family: 'Roboto Condensed', sans-serif;
		font-size: 20px;
		line-height: 1;
		color: #333;
		font-weight: 600;
		margin-right: 12px;
		border-bottom: 5px solid transparent;
		padding-bottom:5px;
	}

	.layoutjs .settings .map-label {
		padding-right: 12px;
		position: relative;
		cursor: pointer;
	}

	.layoutjs .settings .map-label::after {
		content: "";
		width: 1px;
		height: 25px;
		background-color: var(--Teal-Light);
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media screen and (min-width: 1220px) {
	.layoutjs .layout-container.map-open .layout {
		padding: 0 40px;
	}
	.layoutjs .settings li,
	.layoutjs .settings .map-label,
	.layoutjs .settings .settings-label {
		margin-right: 35px;
	}

	.layoutjs .settings .map-label {
		padding-right: 35px;
	}
}

/* map */
.layoutjs .layout-container .content-map-wrapper { display: flex; }

.layoutjs .layout-container .map { width: 100%; }

.layoutjs .layout-container .map .gMapHolder { 
	height: auto; 
	min-height: 500px; 
}

.layoutjs .layout-container.map-open .layout { flex: 3 }

.layoutjs .layout-container.map-open .map {
	position: sticky; /* Avoid any ancestor element with overflow property except "overflow: visible" */
	flex: 2;
	top: 0;
	height: 100vh;
}

.layoutjs .layout-container .map .panSearch {
    position: absolute;
    top: 90px;
	left: 10px;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 1px 4px 1px;
    z-index: 9;
    font: normal 400 16px/1em 'Roboto Condensed', sans-serif;
    color: #fff;
    margin: 0;
    background-color: var(--Teal);
    border: none;
    left: 50%;
	transform: translateX(-50%);
}

@media screen and (min-width: 1024px) {
	.layoutjs .layout-container .map .gMapHolder{ height: 100vh; }
}

/* listing items */
.layoutjs .content .fa-spinner {
	position: absolute;
	top: 50px; /* match bottom margin of .layout container to leave room */
	left: calc(50% - 30px);
}

.layoutjs .no-results {
	margin-top: 80px;
	text-align: center;
}

.layoutjs .content {
	padding: 0;
	margin-bottom: 29px;
}

.layoutjs .content.convention-content {
	padding: 0;
}

.layoutjs .content .item {
	position: relative;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 12px;
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, .2);

}

.layoutjs .content .headers,
.layoutjs .content .item.convention-item {
	position: relative;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1200px;
	font-size: 16px;
	box-shadow: none;
}

.layoutjs .content .item.convention-item:nth-child(even) {
	background-color: #f4f5f5;
}

.layoutjs .content .headers {
	display: none;
	padding: 20px;
	font-weight: 700;
}

@media (min-width: 1024px) {
	.layoutjs .content .headers {
		position: sticky;
		z-index: 1;
		top: 0;
		display: grid;
		gap: 20px;
		grid-template-columns: 4fr 3fr 3fr 2fr;
		background-color: #fff;
	}
}

.layoutjs .content .item:last-of-type {
	margin-bottom: 0;
}

.layoutjs .content .item .image {
	position: relative;
	flex: 1 1 150px;
}

@media (min-width: 375px) {
	.layoutjs .content .item .image {
		flex: 0 1 109px;
	}
}

@media (min-width: 40em) {
	.layoutjs .content .item .image {
		flex: 0 1 150px;
	}
}

.layoutjs .content .item .image a {
	position: relative;
	display: block;
	height: 100%;
}

.layoutjs .content .item .image .thumb {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.layoutjs .content .item .image .mini-date-container {
	position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--Teal);
    color: #fff;
    padding: 10px 15px 5px;
    pointer-events: none;
}

.layoutjs .content .item .image .mini-date-container .month {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 0px;
    padding: 0px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.layoutjs .content .item .image .mini-date-container .day {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 0px;
    padding: 0px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}

.layoutjs .content .item .image .featured {
	position: absolute;
	top: 14px;
	left: 2px;
	display: flex;
	align-items: center;
	letter-spacing: 2px;
	width: max-content;
	background-color: var(--Yellow);
	font-size: 10px;
	padding: 2px 7px 2px;
	font-family: 'Merriweather', serif;
    font-weight: 600;
    font-style: italic;
    margin: 0;
    letter-spacing: 0.02em;
    color: #333;
}

@media (min-width: 40em) {
	.layoutjs .content .item .image .featured {
		top: 10px;
		left: 10px;
		padding: 4px 17px;
		font-size: 14px;
	}
}

.layoutjs .content .item .tripbuilder {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
}

.layoutjs .content .item .tripbuilder a {
	font-size: 24px;
	position: relative;
	font-family: 'Font Awesome 5 Free';
}

.layoutjs .content .item .tripbuilder .addTrip:before{
	content: "\f004";
	font-weight: 900;
	color: rgba(0, 0, 0, 0.5);
}

.layoutjs .content .item .tripbuilder .addTrip:after{
	content: "\f004";
	font-weight: 400;
	color: #fff;
	position: absolute;
	right: 0;
}

.layoutjs .content .item .tripbuilder .removeTrip:before{
	content: "\f004";
	font-weight: 900;
	color: #d42727
}

.layoutjs .content .item .info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	padding: 10px 10px;
	background-color: #fff;
}

.layoutjs .content .item.convention-item .info {
	display: grid;
	gap: 20px;
}

@media (min-width: 1024px) {
	.layoutjs .content .item.convention-item .info {
		grid-template-columns: 4fr 3fr 3fr 2fr;
	}	
}

.layoutjs .content.list .item .info {
	flex: 1 1 100%;
}

@media (min-width: 375px) {
	.layoutjs .content.list .item .info {
		flex: 1;
	}

	.layoutjs .content .item .info h4,
    .layoutjs .content .item .info h4 a { 
		font-size: 13px;
		color: #333;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
		text-decoration: none;
    }
}

.layoutjs .content .item .info h4,
.layoutjs .content .item .info h4 a { 
	font-size: 13px;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.2em;
	margin-bottom: 5px;
}

}

.layoutjs .content .item.convention-item .info h4 {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 17px;
	list-style: none;
	margin: 0;
	color: #333;
	margin-bottom: 0;
}

.layoutjs .content .item.convention-item .info .host {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 17px;
	list-style: none;
	margin: 0;
	color: #333;
	margin-bottom: 10px;
}

.layoutjs .content .item.convention-item .info h6 {
	display: block;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	list-style: none;
	margin: 0;
	color: #333;
}

@media (min-width: 1024px) {
	.layoutjs .content .item.convention-item .info h6 {
		display: none;
	}	
}

.layoutjs .content .item a {
	text-decoration: none;
	color: var(--Orange);
}

.layoutjs .content .item .info-list {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 17px;
	list-style: none;
	margin: 0 0 10px;
	color: #333;
}

.layoutjs .content .item .info-list > li {
	display: flex;
	align-items: baseline;
	line-height: 1.2;
}

.layoutjs .content .item .info-list > li + li {
	margin-top: 6px;
}

.layoutjs .content .item .info-list li {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	font-size: 12px;
	margin: 0;
	letter-spacing: 0.02em;
	color: #333;
}

.layoutjs .content .item .info-list > li > i {
	color: var(--Teal);
	margin-right: 1px;
	min-width: 18px;
	width: 18px;
	font-size: 14px;
	position: relative;
	top: 2px;
}

.layoutjs .content .item .info-list > li > i.fa-hotel {
	font-size: 13px;
}

.layoutjs .content .item .info-list > li.distance {
	padding-left: 20px;
}

.layoutjs .content .item.convention-item .attendance {
	display: flex;
    justify-content: space-between;
}

.layoutjs .content .item.convention-item .attendance span {
	margin-left: auto;
}

.layoutjs .content .item .info-list.meetingfacility-list {
	max-width: 320px;
}

.layoutjs .content .item .info-list.meetingfacility-list li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	padding-left: 20px;
}

.layoutjs .content .item .info-list.meetingfacility-list li:first-child {
	display: block;
	padding-left: 0;
	color: inherit;
}

.layoutjs .content .item .bottom-actions {
	display: flex;
	gap: 5px 20px;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
	width: 100%;
	background-color: var(--Teal-Light);
	width: calc(100% + 20px);
	transform: translate(-10px, 10px);
	padding: 5px 10px;
}

.layoutjs .content .item .bottom-actions .qv-btn,
.layoutjs .content .item .bottom-actions .actions .actionButton {
	color: #fff;
	font-family: 'Merriweather', serif;
	padding: 0;
	font-size: 11px;
	font-weight: 300;
	margin: 0;
	background: transparent;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.layoutjs .content .item .bottom-actions .qv-btn {
	order: 1;
}

.layoutjs .content .item .bottom-actions .qv-btn i {
	width: 18px;
}

.layoutjs .content .item .actions .actionButton i {
	margin-left: 5px;
}

.layoutjs .content .item .bottom-actions .actions a {
	text-decoration: none;
}

.layoutjs .content.grid .item .bottom-actions .qv-btn,
.layoutjs .content.grid .item .bottom-actions .actions. actionButton {
	color: #fff;
}

@media (min-width: 40em) {
	.layoutjs .content {
		padding: 0 20px;
	}

	.layoutjs .content .item .info h4,
	.layoutjs .content .item .info h4 a {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.layoutjs .content .item .info .locations span,
	.layoutjs .content .item .info .info-list li {
		font-size: 17px;
	}

	.layoutjs .content .item .bottom-actions {
		padding: 5px 22px;
	}

	.layoutjs .content .item .bottom-actions .actions .actionButton {
		font-size: 14px;
	}

	.layoutjs .content .item .bottom-actions .qv-btn {
		font-size: 14px;
	}

	.layoutjs .content .item .info-list > li > i {
		font-size: 16px;
		top: -1px;
	}

	/* content.grid */
	.layoutjs .content.grid .item .bottom-actions {
		width: calc(100% + 40px);
		transform: translateX(-20px);
	}
}

@media screen and (min-width: 1024px) {
	.layoutjs .content {
		margin: 20px 0;
		padding: 0;
	}

	.layoutjs .content.grid {
		padding: 0;
		display: flex;
		flex-flow: wrap row;
		justify-content: space-between;
	}

	.layoutjs .content.grid .item {
		flex: 0 0 30%;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		width: 100%;
		/* max-width: 316px; */
	}

	.layoutjs .content.grid .item .image,
	.layoutjs .content.grid .item .image img {
		width: 100%;
	}

	.layoutjs .content.grid .item .info {
		flex: auto; /* ie fix */
		padding: 25px 20px 0;
	}

	.layoutjs .content.grid .item .top-info {
		margin-bottom: 39px;
	}

	@supports (display: grid) {
		.layoutjs .content.grid {
			display: grid;
			grid-gap: 20px;
			grid-template-columns: repeat(auto-fill, minmax(316px, 1fr));
		}

		.layoutjs .content.grid .item {
			margin-bottom: 0;
		}
	}
}
/* ie flex column fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1024px) {
	.layoutjs .content.grid .item {
		display: block;
	}

	.layoutjs .content .item .bottom-actions > * {
		width: 100%;
		text-align: left;
	}
}

/* pager */
.layoutjs .pager ul {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px 20px;
	list-style: none;
	/* margin: 0; */
	max-width: fit-content;
	margin: 0 auto;
	position: relative;
	background-color: var(--Yellow);
}

.layoutjs .pager ul::after {
	/* content: ''; */
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: var(--Yellow);
	height: 100%;
	width: 70%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.layoutjs .pager li {
	margin: 0 10px;
	color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-decoration: none;
	font-size: 16px;
	display: flex;
	/* align-items: center; */
	/* justify-content: center; */
}

.layoutjs .pager a {
	font-size: 18px;
	display: block;
}

.layoutjs .pager li a {
	color: #33333388;
}

.layoutjs .pager li.highlight a {
	color: #333;
}

.layoutjs .pager li a.outer {
	margin: 0 15px;
}

@media screen and (min-width: 360px) {
	.layoutjs .pager li {
		font-size: 20px;
	}
	
	.layoutjs .pager a {
		font-size: 24px;
	}
}

@media screen and (min-width: 1024px) {
	.layoutjs .content {
		margin-bottom: 40px;
	}
	
	.layoutjs .pager ul {
		margin: 0;
		margin-left: auto;
		justify-content: flex-end;
		padding: 0;
		max-width: fit-content;
	}

	.layoutjs .pager ul::after {
		width: 100%;
	}
}

/* Two-Stage Filter Styles */
.layoutjs [data-type="twostage"] .stage-one {
	display: flex;
	justify-content: space-between;
	margin: 0;
	margin-bottom: 12px;
	padding: 6px;
	width: 100%;
	text-align: left;
	color: inherit;
	background: transparent;
}

.layoutjs [data-type="twostage"] li:last-of-type .stage-one {
	margin-bottom: 24px;
}

.layoutjs [data-type="twostage"] .stage-one[disabled] {
	pointer-events: none;
	cursor: default;
	opacity: 0.7;
}

.layoutjs [data-type="twostage"] .stage-one.locked {
	pointer-events: none;
}

.layoutjs [data-type="twostage"] .stage-one i {
	margin-left: 12px;
}

.layoutjs [data-type="twostage"] .stage-one + .filter {
	padding-left: 2px;
}

/* Click To Compare Styles */
.layoutjs .compare {
	position: relative;
}

.layoutjs .compare .compare-toggle {
	position: relative;
	margin: 0;
	padding: 0;
	width: 32px;
	height: 32px;
	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: #fff;
	border-radius: 4px;
	background-color: var(--Teal);
	transform: translateX(25%);
}

.layoutjs .compare .compare-toggle[disabled] {
	color: #999;
	pointer-events: none;
}

.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;
	text-align: left;
}

.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: var(--Teal);
	transition: none;
}

.layoutjs .click-to-compare-menu .compare-link {
	padding:  8px 24px;
	color: #fff;
	border-radius: 4px;
	background-color: var(--Teal);
}

.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;
    padding: 0;
	text-align: left;
	color: #fff;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	text-transform: capitalize;
    background-color: transparent;
	font-size: 11px;
}

.layoutjs .click-to-compare .fas {
    margin-right: 5px;
}

.layoutjs .click-to-compare.compare-remove .fas {
	color: var(--Yellow);
}

.layoutjs .download {
	display: flex;
	align-items: baseline;
	margin: 0;
	margin-left: auto;
	padding: 4px 16px;
	color: #fff;
	border-radius: 20px;
	background-color: #0b467e;
}

.layoutjs .download i {
	width: 18px;
}

.layoutjs .download .text {
	display: none;
	flex: 1;
}

@media (min-width: 1024px) {
	.layoutjs .download i {
		margin-right: 5px;
	}

	.layoutjs .download .text {
		display: inline-block;
		white-space: nowrap;
	}

	.layoutjs .click-to-compare {
		font-size: 14px;
	}
	.layoutjs .compare .compare-toggle {
		padding-bottom: 5px;
	}
}

/* Facility Search */

.layoutjs .filterPane .filter.filter_number .filterLabel {
	margin-bottom: 0;
}