#map-google {
    position: relative;
    /* height: 320px;*/
    background: #eef0f0;
}

#map-google:before {
	content: "";
	display: block;
	padding-top: 66.66667%; /* 3x2 */
	padding-top: 75%; /* 4x3 */
	padding-top: 56.25%; /* 16x9 */
	padding-top: 100%; /* 1x1 */
}

@media (min-width: 480px) {

	#map-google:before {
		padding-top: 66.66667%; /* 3x2 */
	}
}

@media (min-width: 768px) {

	#map-google:before {
		padding-top: 56.25%; /* 16x9 */
	}
}
/*
@media (min-width: 768px) {

	#map-google {
	    height: 400px;
	}

	.has-one-column #map-google {
	    height: 680px;
	}
}
*/
.map-sidebar:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

@media (min-width: 992px) {

	.has-one-column #map .map-sidebar {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	}
}

.map-sidebar__link {
	display: none;
}

.map-search form {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none;
}

.map-search .field {
	width:100%;
	margin: 0 0 10px;
}
.map-search .field .multiselect {
	border: 1px solid #eef0f0;
}

@media (min-width: 640px) {

	.map-sidebar {
		margin:  0 -5px;
	}

	.map-search .field {
		float: left;
		width: 33.333333%;
		padding: 0 5px;
	}
}

@media (min-width: 992px) {

	.has-one-column .map-search .field {
		float: left;
		width: 230px;
		margin: 10px;
	}
}

.map-search button {
	display: none;
}




fieldset[disabled] .multiselect{
  pointer-events:none
}
.multiselect__spinner{
  position:absolute;
  right:1px;
  top:1px;
  width:48px;
  height:35px;
  background:#fff;
  display:block
}
.multiselect__spinner:after,
.multiselect__spinner:before{
  position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#696 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:6px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#696;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0;padding-right:30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;margin-top:4px;border-style:solid;border-width:5px 5px 0;border-color:#999 transparent transparent;content:""}.multiselect__placeholder{display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px}.multiselect__option--highlight{background:#696;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#696;color:#fff}.multiselect__option--selected{background:#f3f3f3;}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#c93;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#c93;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select,.multiselect__option--disabled{background:#ededed;}.multiselect__option--disabled{cursor:text;pointer-events:none}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede!important}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes a{0%{transform:rotate(0)}to{transform:rotate(2turn)}}

.multiselect__input {
  display: none !important;
}

.multiselect--active .multiselect__input {
  display: block !important;
}

.multiselect {
    font-size: 14px;
    box-sizing: border-box;

    strong {
        font-weight: 300;
    }
}

.multiselect__tags {
    border-radius: 0;
    border: 0;
    padding: 12px 40px 4px 15px;
    min-height: 44px;
}

.multiselect__select {
	width: 44px;
	height: 44px;
	top: 0;
	right: 0;
	color: pink;


	&:before {
		font-family: "iconfont";
		content: "\f13c";
		border: 0 !important;
		top: 50%;
		left: 50%;
		right: auto;
		font-size: 14px;
		position: absolute;
		margin: 0;
		transform: translate(-50%,-50%);
	}
}

.multiselect .multiselect__strong {
	font-weight: 400;
	color: #222;
}

.multiselect--active .multiselect__select:before {
    color: #222;
}


.multiselect__content-wrapper {
	border: 0;
	font-weight: 400;
}

.multiselect__option{
	white-space: normal;
	padding: 7px 15px;
	min-height: 30px;
	margin-top: 1px;
}

.multiselect__option--highlight {
    background: white;
    color: #BA0020;
}

.multiselect__option--selected,
.multiselect__option--selected.multiselect__option--highlight {
    background: #BA0020;
    color: white;
}

.multiselect__content-wrapper {
    border-radius: 0 !important;
    box-shadow: 0px 1px 1px #ccc;
}


.multiselect__option--selected {
	/* @extend .icon-tickbox; */
	position: relative;

	&:before {
        position: absolute;
        top: 12px;
        right: 14px;
        font-size: 12px;
    }
}

.multiselect__option--selected:after {
	content: "" !important;
}





#map .map-search .countries-select .multiselect__single,
#map .map-search .region-select .multiselect__single,
#map .map-search .programme-select .multiselect__single,
#map .map-search .opportunity-select .multiselect__single {
	display: none !important;
}


.map__infobox {
    background-color: transparent;
    width: 280px;
	font-family: "TheSans", Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #222;
	text-align: center;
    padding: 0;
    box-sizing: border-box;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
}

.map__infobox:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(55, 116, 106, 0);
	border-top-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}

.map__infobox > img {
	position: absolute !important;
	top: 5px;
	right: 5px;
	z-index: 10;
}
	/*
.map__infobox a {
	color: #222;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	display: block;
	padding: 10px 0;
}
	*/

.infobox__wrap{
    background-color: white;
	padding: 10px 15px;
	font-family: "TheSans", Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #222;
	text-align: left;
	border-top: 1px solid #eef0f0;
	position: relative;
}

.infobox__wrap:first-of-type {
	border-top: 5px solid #BA0020;
}

/*
.infobox__image {
	margin: -10px -15px 10px;
}
*/

.infobox__image {
	margin: 5px 0 10px 0;
	width: 120px;

	/*
	margin: 0 15px 0 0;
	float: left;
	width: 80px;
	*/
}

.infobox__image img {
	width: 100%;
	height: auto;
}

.infobox__content {
	overflow: hidden;
}
/*
.infobox__wrap:first-of-type {
	border-top: 5px solid #BA0020;
}

.infobox__wrap:first-of-type:before {
	content: "";
	position: absolute;
	right: 0;
	top: -10px;
	display: block;
	width: 40px;
	height: 10px;
	background: white;
	border-top: 5px solid #BA0020;
}
*/

/*
.infobox__wrap--lawyers-1 {
	border-top: 1px solid #e5e5e5;
}

.infobox__wrap--lawyers-1:first-of-type {
	border-top: 5px solid #ba0020;
}
.infobox__wrap--lawyers-1:first-of-type:before {
	border-top: 5px solid #ba0020;
}
*/

.infobox__title {
	margin-bottom: 5px;
	display: none;
}

.infobox__wrap:first-of-type .infobox__title {
	display: block;
}

.infobox__text a {
	text-decoration: underline;
}

.infobox__organisation {
	font-size: 14px;
	line-height: 1.3;
	display: block;
	margin-bottom: 5px;
}

.infobox__opportunity,
.infobox__programmes {
	font-size: 13px;
	line-height: 1.3;
	color: #aaa;
	font-style: italic;
	display: block;
	margin-bottom: 2px;
}
