:root {
	--bld-blue-color: #003353;
	--bld-lychee-color: #de4761;
	--bld-sand-color: #b2a485;
	--bld-form-border-color: #a8a8a7;

	--form-label-color: var(--bld-blue-color);
	--form-input-border-color: var(--bld-form-border-color);

	--font-family-base: 'Proxima Nova', 'Montserrat', sans-serif !important;
	--font-size-base: 16px;
	--text-color: var(--bld-blue-color);

	--button-primary-bg: var(--bld-blue-color);
	--button-primary-color: #fff;
	--button-secondary-bg: var(--bld-lychee-color);
	--button-secondary-color: #fff;
}

.jvectormap-container .jvectormap-zoomin,
.jvectormap-container .jvectormap-zoomout {
	padding: 15px;
	background: var(--bld-lychee-color);
}
.jvectormap-container .jvectormap-zoomin:hover,
.jvectormap-container .jvectormap-zoomin:focus,
.jvectormap-container .jvectormap-zoomout:hover,
.jvectormap-container .jvectormap-zoomout:focus {
	background: var(--bld-sand-color);
}
.jvectormap-container .jvectormap-zoomout {
	top: 60px;
}
.jvectormap-legend-cnt-h .jvectormap-legend-tick {
	width: 40px;
}

.bld-maps {
	position: relative;
}

.bld-maps * + *,
.bld-maps * + p,
.bld-maps * + blockquote,
.bld-maps p + *,
.bld-maps blockquote + *,
.bld-maps * header + div,
.bld-maps * div + header {
	margin-top: 0;
	margin-bottom: 0;
}

.bld-maps #world-map {
	margin-bottom: 25px;
}
.bld-maps .jvectormap-legend {
	color: #2b2b2b;
}
.bld-maps .jvectormap-legend-cnt-h {
	left: 0;
	right: auto;
}
.bld-maps .jvectormap-legend-cnt-h .jvectormap-legend {
	margin: 0;
	background: transparent;
}
.bld-maps .jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
	height: 15px;
	width: 15px;
	margin: 2px 5px 0 0;
}
.bld-maps .jvectormap-legend-cnt-h .jvectormap-legend-tick {
	width: auto;
	padding: 0 10px;
	display: flex;
}
.bld-maps .jvectormap-legend-cnt-v {
	display: none;
}
.bld-maps .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.bld-maps .col-12 {
	position: relative;
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.bld-maps .col-6 {
	position: relative;
	width: 100%;
	flex: 0 0 50%;
	max-width: 50%;
}
@media (min-width: 768px) {
	.bld-maps .col-md-6 {
		position: relative;
		width: 100%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.bld-maps .no-gutters {
	margin-right: 0 !important;
	margin-left: 0 !important;;
}
.bld-maps .map-location-container {
	position: absolute;
	width: 250px;
	left: 25px;
	top: 15px;
	z-index: 999;
	background: white;
	/*font-size: 11px;*/
	border-style: solid;
	border-color: #DADADA;
	border-width: 1px;
	color: var(--bld-blue-color);
	padding: 15px;
	max-height: 500px;
	overflow-y: scroll;
}
@media (min-width: 576px) {
	.bld-maps .map-location-container {
		width: 350px;
		left: 60px;
		top: 30px;
		max-height: 450px;
	}
}
@media (min-width: 768px) {
	.bld-maps .map-location-container {
		width: 500px;
		left: 120px;
		top: 60px;
		max-height: 500px;
	}
}
@media (min-width: 1200px) {
	.bld-maps .map-location-container {
		width: 740px;
	}
}
.bld-maps .close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
}
.bld-maps .close:hover {
	color: var(--bld-lychee-color);
	opacity: 1;
}
.bld-maps button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}
.bld-maps button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
	cursor: pointer;
}
.bld-maps .map-location-container .map-location-header-complete .h3 {
	font-size: 120%;
	line-height: 160%;
	padding-left: 5px;
	margin-top: 5px;
	color: var(--bld-blue-color);
}
.bld-maps .map-location-container a {
	color: var(--bld-blue-color);
	text-decoration: underline;
}
.bld-maps .map-location-container a:hover {
	color: var(--bld-lychee-color);
	text-decoration: underline;
}
.bld-maps .map-location-container .map-location + .map-location{
	border-top: 1px solid var(--bld-form-border-color);
	padding-top: 15px;
}
.bld-maps .map-location-container .map-location-cooplogo {
	margin-bottom: 10px;
}
.bld-maps .map-location-container .map-location-header {
	color: var(--bld-blue-color);
	background-color: var(--bld-form-border-color);
	width: 100%;
	display: block;
	font-weight: 600;
	padding: 5px;
	line-height: 100%;
	margin-bottom: 15px;
}
.bld-maps .map-location-container .map-location-header.map-location-header--bld {
	color: #ffffff;
	background-color: var(--bld-blue-color);
}
.bld-maps .map-location-container .map-location-header.map-location-header--dacb {
	color: #ffffff;
	background-color: var(--bld-lychee-color);
}
.bld-maps .map-location-container .map-location-header.map-location-header--coop {
	color: var(--bld-lychee-color);
	background-color: #ffffff;
	border: 1px solid var(--bld-lychee-color);
}
.map-location-container .map-contact-title {
	/*color: #ffffff;*/
	/*background-color: #646566;*/
	/*width: 100%;*/
	/*display: block;*/
	/*font-weight: 600;*/
	padding: 5px;
	/*line-height: 100%;*/
}
.bld-maps .map-location-container .map-location-adress {
	line-height: 140%;
	padding: 5px;
	margin: 5px 0;
}
.bld-maps .map-location-container .map-location-adress img {
	margin-right: 15px;
}
.bld-maps .map-location-container .map-location-link {
	line-height: 140%;
	padding: 5px;
	margin: 5px 0;
}
.bld-maps .map-location-container .map-contact-container-inner {
	line-height: 120%;
	padding: 5px;
	margin: 5px 0;
}
.bld-maps .map-location-container .map-contact {
	margin-bottom: 5px;
}
.bld-maps .map-location-container .map-contact img {
	margin-right: 15px;
}
.bld-maps .map-location-container .map-contact-container-inner {
	line-height: 120%;
	padding: 5px;
	margin: 5px 0;
}
