.layoutjs {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 50px;
}
@media(min-width: 1025px){
	.layoutjs {
		margin-left: 110px;
		margin-bottom: 125px;
	}
}
.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: 60px 0 10px 10px;
	background: var(--off-white-25);
}

.layoutjs .filterPane .rss-link i{
	font-size: 15px;
}

@media(min-width:1025px){
	.layoutjs .filterPane {
		width: 350px;
		min-width: 350px;
		padding: 60px 0 60px 60px;
	}
}
.layoutjs .filterPane a, .layoutjs .settings a, .layoutjs .pager a {
	color: var(--dark-grey-25);
	font-family: var(--font-body);
  font-weight: 500;
    font-size: 15px;
}

.layoutjs .settings a.mobile {
	font-family: var(--font-body);
  font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

/* .layoutjs .filterPane .highlight, .layoutjs .settings .highlight {
	border-bottom: 2px solid #008CBA;
} */

.layoutjs .filterPane .highlight a, .layoutjs .settings .highlight a, .layoutjs .pager .highlight a {
	color: var(--dark-grey);
}

.layoutjs .filterPane .ctas{
	display: flex;
	margin-bottom: 5px;
	align-items: center;
}

.layoutjs .filterPane .ctas i.fa-print {
    cursor: pointer;
	margin-right: 10px;
    background-color: var(--red);
    width: 30px;
    color: var(--off-white);
    padding: 7px;
    text-align: center;
}

.layoutjs .filterPane .ctas .rss {
	color: var(--off-white);
  background-color: var(--red);
    font-size: 20px;
    width: 30px;
    text-align: center;
}

.layoutjs .filterPane .filter { 
	margin-bottom: 10px; 
	overflow: hidden; 
}
.layoutjs .filterPane .filter.opennow {
	margin-bottom: -5px;
}
.layoutjs .filterPane .filter.checkbox {
	margin-bottom: 20px;
}
.layoutjs .filterPane .filter .filterLabel {
	font-family: var(--font-body);
  font-weight: 700;
    text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 5px;
}
.layoutjs .filterPane .filter label {
	font-size: 16px;
	color: var(--dark-grey);
	margin-left: 25px;
}
.layoutjs .filterPane .filter .input-wrapper {
	display: flex;
}

.layoutjs .filterPane .filter[data-type=daterange] button span { pointer-events: none; }

.layoutjs .filterPane .filter[data-type=keyword] input {
	width: 175px;
	float: left;
	margin: 0 10px 0 0;
	background-color: var(--off-white-25);
	border:none;
    border-bottom: 1px solid var(--dark-grey);
	box-shadow: none;
	padding-bottom: 0;
}

.layoutjs .filterPane .filter[data-type=keyword] button {
	padding: 0;
	width: 45px;
	height: 45px;
	margin-bottom: 0;
}

.layoutjs .filterPane .filter[data-type=checkbox] li {
	display: flex;
	align-items: baseline;
	position: relative;
}

.layoutjs .filterPane .filter[data-type=checkbox] input {
	margin-bottom: 0px;
    position: absolute;
    left: 1px;
    top: 4px;
    width: 18px;
    height: 18px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
input[type="checkbox"]:not(:checked) + label:before, input[type="checkbox"]:checked + label:before {
    background: transparent;
    border: 1px solid var(--dark-grey);
    border-radius: 3px;
    width: 16px;
    height: 16px;
    font-family: "Font Awesome\ 5 Free";
    content: '\f0c8';
    color: transparent;
    position: absolute;
    top: 6px;
    left: 1px;
    font-weight: 900;
}

input[type="checkbox"]:not(:checked) + label:after, input[type="checkbox"]:checked + label:after {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    font-family: "Font Awesome\ 5 Free";
    font-size: 12px;
    content: '\f00c';
    color: var(--dark-grey);
    position: absolute;
    top: 7px;
    left: 1px;
    padding: 0;
    font-weight: 900;
    background-color: transparent;
    border-radius: 3px;
}

input[type="checkbox"]:checked + label:after {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}
.layoutjs .filterPane .filter[data-type=checkbox] .expander {
	cursor: pointer;
	font-family: var(--font-body);
  font-weight: 700;
	font-size: 15px;
	display: flex;
	align-items: center;
}
.layoutjs .filterPane .filter[data-type=checkbox] .expander i {
	margin-left: 10px;
}
.layoutjs .filterPane ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 10px;

}
.layoutjs .filterPane .opennow ul {
	margin-bottom:0;
}
.layoutjs .filterPane button.resetButton {
	background-color:var(--dark-grey-65);
	border: none;
	font-family: var(--font-body);
  font-weight: 500;
    padding: 12px 35px;
}

.layoutjs .layout {
	width: 100%;
}
.layoutjs .settings {
	margin-bottom: 10px;
	border-bottom: 1px solid var(--dark-grey-25);
	border-top: 1px solid var(--dark-grey-25);
    height: 70px;
    display: flex;
	align-items: center;
	justify-content: center;
}
@media(min-width:1500px){
	.layoutjs .settings {
		justify-content: flex-start;
		padding-left: 200px;
	}
}
.layoutjs .settings > div {
	margin-right: 10px;
	display: inline-block;
}
.layoutjs .settings > div:last-child {
	border-right: 0px;
	margin-right: 0px;
}
.layoutjs .settings .settings-label {
	display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
}

.layoutjs .settings ul {
    display: flex;
    align-items: baseline;
    margin-left: 0px;
    margin-bottom: 0px;
    font-size: inherit;
    line-height: 1.5;
}

.layoutjs .settings li {
	margin-right: 9px;
}

@media(min-width:1250px){
	.layoutjs .settings li {
		margin-right: 30px;
	}
}
.layoutjs .pager {
    border-bottom: 1px solid var(--dark-grey-25);
    border-top: 1px solid var(--dark-grey-25);
    height: 65px;
    display: flex;
    align-items: center;
    padding-left: 150px;
}
.layoutjs .pager ul {
	margin-left: 0px;
    margin-bottom: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 225px;
}

.round-button {
	background-color: var(--red);
    border-radius: 50%;
    width: 35px;
	height: 35px;
	display: flex;
    align-items: center;
    justify-content: center;
}

@media(min-width:800px){
	.round-button {
		width: 40px;
		height: 40px;
	}
}
.layoutjs .pager a,
.layoutjs .pager .highlight a {
	color: var(--off-white);
	font-family: var(--font-body);
  font-weight: 500;
    font-size: 16px;
}
.layoutjs .pager .info {
	font-size:22px;
}
.layoutjs .pager span {
	font-weight: bold;
}
.layoutjs .content {
	width: calc(100% - 60px);
	margin: 0 30px 60px;
	padding-top: 50px;
}
@media(min-width: 1500px) {
	.layoutjs .content {
		margin: 0 auto;
		width: 100%;
		max-width: 860px;
	}
}
.layoutjs .no-results {
	margin-top: 30px;
    text-align: center;
    padding: 15px;
}
.layoutjs .content.grid {
	display: flex;
	flex-flow: wrap row;
	justify-content: space-between;
}
.layoutjs .content.grid .item {
	flex: 0 0 45%;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	-webkit-box-shadow: 0px 0px 18px rgba(35, 35, 35, 0.12);
	-moz-box-shadow: 0px 0px 18px rgba(35, 35, 35, 0.12);
	box-shadow: 0px 0px 18px rgba(35, 35, 35, 0.12);
	position: relative;
}
@media(min-width:1385px){
	.layoutjs .content.grid .item {
		flex: 0 0 30%;
	}
}

.layoutjs .content.list .item {
	display: flex;
	margin-bottom: 20px;
	width: 100%;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 0px 18px rgba(35, 35, 35, 0.12);
	-moz-box-shadow: 0px 0px 18px rgba(35, 35, 35, 0.12);
	box-shadow: 0px 0px 18px rgba(35, 35, 35, 0.12);
}

.layoutjs .content .item .image {
	text-align: center;
}
.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: -5px;
    right: -5px;
    background: var(--red);
    color: var(--off-white);
    padding: 10px 25px;
    font-size: 20px;
    text-transform: uppercase;
}
.layoutjs.isMobile .content .item .image .featured {
	padding: 0px 10px;
    right: auto;
    left: 0;
    font-size: 15px;
}
.layoutjs .content .item .image .image-date-block {
	background-color: var(--red);
    position: relative;
    display: flex;
	flex-direction: column;
	align-items: center;
	padding: 8px 15px 15px;
    position: absolute;
    left: 0;
	top: 0;
	color:var(--off-white);
	font-family: var(--font-body);
  font-weight: 500;
}

.layoutjs .content .item .image .image-date-block .month {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 900;
}

.layoutjs .content .item .image .image-date-block .day {
	font-size: 56px;
	font-weight: 900;
	line-height: 44px;
}
.layoutjs .content.list .item .image .image-date-block {
	padding: 8px 15px;
}

.layoutjs .content.list .item .image .image-date-block .month {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 900;
}

.layoutjs .content.list .item .image .image-date-block .day {
	font-size: 24px;
	font-weight: 900;
	line-height: 24px;
}
.layoutjs.isMobile .content.list .item .image .image-date-block {
	padding: 4px 7px;
}
.layoutjs.isMobile .content.list .item .image .image-date-block .month {
	line-height: 14px;
	font-size: 12px;
}
.layoutjs.isMobile .content.list .item .image .image-date-block .day {
	line-height: 20px;
	font-size: 24px;
}

	.layoutjs .content.list .item .image .image-date-block {
		padding: 8px 15px;
	}

	.layoutjs .content.list .item .image .image-date-block .month {
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 900;
	}

	.layoutjs .content.list .item .image .image-date-block .day {
		font-size: 36px;
		font-weight: 900;
		line-height: 34px;
	}


.layoutjs .content .item .tripbuilder{
	position: absolute;
	top: 0;
	right: 0;
}

.layoutjs .content .item .tripbuilder a{
	font-size: 26px;
	position: relative;
	font-family: fontawesome;
	width: 32px;
}

.layoutjs .content .item .tripbuilder .addTrip:before{
	content: "\f004";
	color: var(--dark-grey);
	opacity: 0.5;
}

.layoutjs .content .item .tripbuilder .addTrip:after{
	content: "\f08a";
	color: var(--off-white);
	position: absolute;
	right: 0;
	width: 32px;
}
.layoutjs .content .item .tripbuilder .removeTrip:before{
	content: "\f004";
	color: var(--red);
}

.layoutjs .content .item .mini-date-container {
	color: var(--red);
	font-size: 16px;
	font-weight: 600;
	display: none;
}

.layoutjs .content .item .info {
	padding: 10px 20px 35px;
	word-break: break-word;
	display: flex;
	flex-direction: column;
	position: relative;
	flex: 1 1 auto;
}

.layoutjs .content.list .item .info {
	padding: 0 10px;
	height: auto;
}

.layoutjs .content .item .info h4 { 
	margin-bottom: 3px; 
	line-height: 24px;
}
.layoutjs .content .item .info h4 .title{ 
	font-size: 18px;
    text-transform: none;
	font-family: var(--font-display-alt);
	font-weight: 800;
    line-height: 24px;
    color: var(--dark-grey);
}

.layoutjs .content .item .info-list {
	list-style: none;
	margin: 0;
  font-family: var(--font-body);
  font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: var(--dark-grey-85);
}

.layoutjs .content .item .info-list .locations a {
	font-weight: 500;
}

.layoutjs .content .item .info-list .locations i {
	color: var(--red);
}
.layoutjs .content.grid .item .weburl {
	color: var(--off-white);
    background-color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
	bottom: 0;
	left:0;
    width: 100%;
    padding: 4px;
    font-size: 16px;
    font-weight: 500;
}

.layoutjs .content.list .item .weburl {
	color: var(--off-white);
    background-color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: absolute; */
    /* bottom: 0; */
    width: 135px;
    padding: 4px;
    font-size: 16px;
    font-weight: 500;
}
.layoutjs .content.list .item .weburl.hide-list {
	display: none;
}
.layoutjs .content.grid .item .weburl.hide-grid {
	display: none;
}
.layoutjs .content .item .weburl i {
	margin-left:5px;
}

.layoutjs .content .item .actions{ margin-top: auto; }

.layoutjs .content .item .actions .actionButton{
	margin-top: 5px;
	background-color: var(--red);
	color: var(--off-white);
	padding: 6px 20px;
    display: inline-block;
    font-size: 14px;
}

.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
}

/* mobile css */
.layoutjs.isMobile .settings {
	font-size: 20px;
	display: flex;
	justify-content: center;
	height: 45px;
}

.layoutjs.isMobile .settings > div {
	margin-right: 0px;
    border-right: 0px;
    flex: 1;
    text-align: center;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.layoutjs.isMobile .filterPane { display: none; }
.layoutjs.isMobile .filterPane.mobileFilterActive {
	display: block;
	position: fixed;
	z-index: 2;
	background: var(--off-white);
	-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: absolute;
	right: 20px;
	bottom: 20px;
}
.layoutjs.isMobile .mobileHeader {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.layoutjs.isMobile .mobileTitle {
	flex: 1;
	text-align: center;
}
.layoutjs.isMobile .mobileHeader button {
	margin-bottom: 0px;
	padding: 10px 20px; 
	background-color: var(--red);
	border-color: var(--red);
}
.layoutjs.isMobile .mobileHeader .resetButton {
	background-color: var(--dark-grey-45);
}

.layoutjs.isMobile .settings .highlight {
	border-bottom: 0px;
}
.layoutjs.isMobile .settings .filter-mobile {
	border-right: 1px solid var(--dark-grey-25);
}
.layoutjs.isMobile .filterPane .sort {
	margin-bottom: 10px;
}
.layoutjs.isMobile .filterPane .sort li {
	display: inline-block;
	margin-right: 10px;
}
.layoutjs.isMobile .pager {
	justify-content: center;
    padding-left: 0;
}

.layoutjs.isMobile .content {
	flex-flow: column;
}

.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: 15px;
		grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
	}
	
	.layoutjs .content.grid .item {
		margin-bottom: 0px;

	}
}

/* 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}

.datepicker-trigger > span{ display: inline-block; } /* fixes MS Edge bug (#8295099) "pointer-events: none; on spans don't work" */

.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;}

.gMapContainer .infoWindow {
	position: relative;
}
.gMapContainer button.gm-ui-hover-effect img {
    display: none !important;
}

.gMapContainer .close-button {
    position: absolute;
    top: -15px;
    right: -3px;
    pointer-events: none;
    color: var(--red);
    z-index: 100;
    font-size: 20px;
}

.gm-style-iw {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    overflow: visible;
}

.gm-style-iw, .gm-style-iw div {
    min-width: 225px !important;
    overflow: visible !important;
}

.gm-style-iw ~ div,
.gm-style-iw ~ div img,
.gm-style-iw ~ img{
	display: none;
    right: -99999px !important;
}

.gm-style-iw {
    padding: 5px 12px !important;
    max-width: none !important;
    max-height: none !important;
}

.gMapContainer .infoWindow {
    margin-top: 15px;
}

.gMapContainer h5 {
	font-weight: bold;
	color: var(--dark-grey);
}

.gMapContainer h5 a {
	color: inherit;
}