#zamboni-locations {
	
}

body.tax-zambonilocationscountries { background-image:none; }

#zamboni-locations a {
	color:#003777;
	text-decoration:none;
}

#zamboni-locations h1 {
	font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1.8em;
    padding: 10px 15px 15px 0px;
    margin: 15px 0 0;
    border-top: #f4d100 solid 5px;
    color: #003777;
    display: inline-block;
    line-height: 1.2;
}

#zamboni-locations h2 {
	font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 1.8em;
    padding:0;
    color: #ffba00;
    margin:0 0 1em !important;
}
	#zamboni-locations h2 a {
	    color: #ffba00 !important;
	}

#zamboni-locations p {
	font-size: 1.19em;
	line-height: 1.7em;
}

#zamboni-locations p,
#zamboni-locations li {
    color: #656565;
    margin-bottom: 1.4em;
}

#zamboni-locations .gutter {
	padding:30px;
}

#zamboni-locations .location-badge-wrap {
	float:right;
    width: 100px;
    text-align: left;
}

#zamboni-locations .location-badge,
body.post-type-zambonilocations .location-badge {
    padding: 0 10px;
    margin-left: 10px;
    /* display: inline-block; */
	display:block;
	margin-bottom:5px;
    font-size: 65%;
    text-transform: uppercase;
    vertical-align: super;
    background-color: #eee;
    color: #000;
}
#zamboni-locations .location-sales {
    background-color: #EECF53;
    color: #2D3964;
}
#zamboni-locations .location-service {
    background-color: #84C0EE;
    color: #fff;
}
#zamboni-locations .location-corporate {
    background-color: #656565; /* #555; */
    color: #fff;
}

#vendor-list {
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 800px) {
	#zamboni-locations.zamboni-country #vendor-list { flex-direction:column; flex-wrap: nowrap; }
	#zamboni-locations.zamboni-country #vendor-list .vendor-column { flex-basis:100%; }
}

#vendor-list .vendor-column {
    flex: 0 1 48%;
}

#vendor-list .vendor-continent-card {
    background-color: #fff;
    box-shadow: 0px 0px 9px 0px rgba(150,150,150,1);
    padding: 30px;
    margin-bottom: 35px;
}

#vendor-list .vendor-card {
	margin-bottom:3em;
}
	#vendor-list .vendor-card:last-of-type {
		margin-bottom:0;
	}


#zamboni-locations h3 {
	font-weight: bolder;
    font-size: 1.8em;
    padding: 10px 15px 15px 0px;
    margin: 15px 0 0;
    border-top: #f4d100 solid 5px;
    color: #003777;
    display: inline-block;
    line-height: 1.2;
}
#zamboni-locations img {
	display:inline-block;
}

#zamboni-locations .vendor-contact-button {
    background-color: #003777;
    color: #fff !important;
    margin-top: 5px;
    text-decoration: none;
    padding: 5px 10px;
}
#zamboni-locations .vendor-area {
    color: #8a8a8a;
    font-size: 0.9em;
    margin:0 0 1.4rem;
    font-style: italic;
}
#zamboni-locations .vendor-area strong {
	font-style:normal;
	font-weight:bold;
}

#zamboni-locations .vendor-footnote {
	display:block;
	margin:0.4rem 0 0;
	padding:0.4rem 0 0;
	border-top:1px solid #eee;
}

#zamboni-locations .address-telephone,
#footer-addresses .address-telephone,
#footer-addresses .address-country { display:block; }

#zamboni-locations .location-infowindow {
	margin-bottom:1em;
}

#zamboni-locations.zamboni-country .vendor-cards {
	padding-bottom:0;
	border-bottom:1px solid #eee;
}

#zamboni-locations.zamboni-country .vendor-card {
	padding:1em 0;
	border-top:1px solid #eee;
	margin-bottom: 0.5em;
}

#zamboni-locations.zamboni-country .vendor-card p:first-of-type {
	margin-top:0;
}

#zamboni-locations.zamboni-country .vendor-card p:last-of-type {
	margin-bottom:0;
}

#zamboni-locations .country-list,
#zamboni-locations.zamboni-country .country-list {
	display:grid;
	grid-template-rows: repeat(12, 1fr);
	gap: 0;
	padding-bottom:2em;
	grid-auto-flow: column;
	grid-template-columns: 25% 25% 25% 25%;
}

#zamboni-locations .country-list a,
#zamboni-locations.zamboni-country .country-list a {
	font-weight:bold;
	padding-bottom:1em;
}
#zamboni-locations .country-list a:hover,
#zamboni-locations.zamboni-country .country-list a:hover {
	color:#0061aa !important;
}

@media only screen and (max-width: 960px) {
	#zamboni-locations .country-list,
	#zamboni-locations.zamboni-country .country-list {
		grid-template-rows: repeat(20, 1fr);
		grid-template-columns: 33% 33% 33%;
	}
}
@media only screen and (max-width: 800px) {
	#zamboni-locations .country-list,
	#zamboni-locations.zamboni-country .country-list {
		grid-template-rows: repeat(30, 1fr);
		grid-template-columns: 50% 50%;
	}
	#country-map { order:1; }
	#vendor-card-stack { order:2; }
}
@media only screen and (max-width: 600px) {
	#zamboni-locations .country-list,
	#zamboni-locations.zamboni-country .country-list {
		grid-template-rows: repeat(60, 1fr);
		grid-template-columns: 100%;
	}
}

#map-wrap {
	overflow:hidden;
	padding-bottom:40%;
	position:relative;
	height:0;
}

#map-wrap #map {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}
#map-wrap #map * {
    overflow:visible;
}

#map-wrap #map .location-infowindow {
	margin-bottom:1em;
}

#area-selector {
	display:flex;
    flex-direction: row;
    flex-wrap: wrap;
	align-items:center;
	justify-content:flex-start;
	margin-bottom:2em;
}
#area-selector div {
	display:inline-block;
	flex:0 1 auto;
	padding:0.25em 0;
	margin:0 0.5em 0.5em 0;
}
#area-selector div input {
	/* margin-right:0.25em; */
	position: absolute;
	opacity: 0;
	width: 0;
}
#area-selector div label {
	padding:0.25em;
	border:1px solid #eee;
}
#area-selector div input:checked + label,
#area-selector div label:hover {
	color:#fff;
	background-color:#003777;
}
#area-selector div {
	color:#033777
}

#area-selector-dropdown {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
	width: auto;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 0 2em;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

#zamboni-locations .location-aware-prompt {
	color:#8E8E8E !important;
	margin:0 0 1em;
	display:block; 
	text-decoration: underline;
}
#zamboni-locations .location-aware-prompt:hover {
	color:#0061aa !important;
}

#zamboni-locations .country-list-columns {
	-webkit-columns: 4 200px;
	-moz-columns: 4 200px;
	columns: 4 200px;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	margin-bottom:2em;
}
#zamboni-locations .country-list-columns a {
	display: block;
	margin:0 0 1em;
	font-weight:bold;
}

/* Corporate */

#zamboni-contact p.facility-buttons { margin-bottom:0; }

body.page-id-8910 .vendor-cards {
	display: grid;
    grid-column: 50% 50%;
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    padding-bottom: 2em;
    grid-auto-flow: row;
    grid-template-columns: 50% 50%;
}
@media screen and (max-width: 768px) {
	body.page-id-8910 .vendor-cards {
	    grid-column: 100%;
	    grid-template-rows: repeat(1, 1fr);
	    grid-template-columns: 100%;
	}
}
body.page-id-8910 .vendor-cards .gutter {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	padding: 30px !important;
	margin-right: 1rem;
	margin-bottom: 1rem;
	width: 100%;
	box-sizing: border-box;
}

body.page-id-8910 .vendor-cards .location-corporate { display:none !important; }

/* Facility Permalinks */

body.single-zambonilocations .flex-wrap {
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}
			
body.single-zambonilocations { background-image:none; }
body.single-zambonilocations #zamboni-locations .last { margin-bottom:0 !important; }
body.single-zambonilocations .detail-container { border-top: 1px solid #eee; padding: 1.4em 0; }
body.single-zambonilocations #zamboni-locations .detail-container li { margin-bottom:0.25em; }
body.single-zambonilocations #zamboni-locations .detail-container li:last-of-type { margin-bottom:0; }
body.single-zambonilocations #map-wrap { margin-bottom:1.4em; }
body.single-zambonilocations #zamboni-locations .detail-container .location-badge-wrap {
	float:none;
	width:auto;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
body.single-zambonilocations #zamboni-locations .detail-container .location-badge {
	font-size:100%;
    width: auto;
    font-size: 85%;
    flex: 0 1 auto;
	margin:0 10px 10px 0;
}
body.single-zambonilocations #vendor-list .vendor-column-full {
    flex-basis:100%;
}
body.single-zambonilocations #vendor-list .vendor-column-third {
	flex-basis:32%;
    margin-bottom: 15px;
    width: 32%;
    margin-right: 1%;
}
body.single-zambonilocations #vendor-list li {
    font-size: 1.19em;
    line-height: 1.7em;
}
@media only screen and (max-width: 800px) {
	body.single-zambonilocations #zamboni-locations #vendor-list .vendor-column,
	body.single-zambonilocations #zamboni-locations #vendor-list .vendor-column-third { flex-basis: 100%; }
}
body.single-zambonilocations #vendor-list .sixteen-nine-thumbnail {
    width: 100%;
    height: 0;
    display: block;
    padding-top: 56.25%;
    background-color: #eee;
    background-size: cover;
    background-position: center center;
    margin-bottom: 1em;
    border-bottom: 5px solid #eee;
}

body.single-zambonilocations #vendor-list .follow {
	margin:0 !important;
}
body.single-zambonilocations #vendor-list .follow .flex-column {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
body.single-zambonilocations #vendor-list .follow li {
    border-radius: 5px;
    height: 32px;
    width: 32px;
    overflow: hidden;
    margin-right: 10px;
}
body.single-zambonilocations #vendor-list .follow img {
	height: 22px;
    width: 22px;
    padding: 5px;
}

body.single-zambonilocations #vendor-list .ngg-galleryoverview { margin:0 !important; }
body.single-zambonilocations #vendor-list .ngg-gallery-thumbnail { margin:0 !important; border:none !important; }
body.single-zambonilocations #vendor-list .ngg-gallery-thumbnail a { margin:0 !important; }
body.single-zambonilocations #zamboni-locations .ngg-gallery-thumbnail img { display:block; }

body.single-zambonilocations #vendor-list .location-corporate { display:none !important; }