.o-link {
	text-decoration: underline;
	color: #0054a6;
	cursor: pointer;
}

.o-link[disabled] {
	color: #999;
	text-decoration: none;
	cursor: text;
}

.o-button[disabled] {
	background: #ccc;
	color: #999;
	cursor: text;
	box-shadow: 0px 0px 0px;
}

input[type=text],
input[type=number],
input[type=button],
input[type=submit],
input[type=email] {
	width: 100%;
}

.c-select--category {
	background: #ccc;
	font-weight: bold;
}

.c-map--holder {
	background: #ccc;
	width: 100%;
	overflow: hidden;
}

.c-map {
	width: 100%;
}

.c-map--options {
	background: #fff;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, .2);
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 0.2s linear;
}

.c-map--trigger {
	background: #00A3C7;
	padding: 10px 66px 10px 20px;
	color: #fff;
	font-family: "Linotype Tetria", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1em;
	display: flex;
	cursor: pointer;
}

.c-map--trigger_icon {
	background: #0086B2;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	letter-spacing: -0.2em;
	position: absolute;
	right: 0px;
	top: 0px;
	text-shadow: 0px 0px 5px #02516b;
}

.c-map--filters {
	padding: 20px 20px 0px;
	margin-bottom: 20px;
	-webkit-transition: all 0.2s linear;
}

.js-map-search {
	display: block;
	flex: 180px;
	margin: 10px;
	border-radius: 3px !important;
	align-self: flex-end;
}

.js-map-remove_filters {
	font-size: .8em;
}

.c-map--filters_holder {
	display: flex;
	margin: 0px -10px;
	flex-wrap: wrap;
}

.search-holder {
	flex: 180px;
	margin-left: 10px;
	margin-right: 10px;
}

.gm-style div {
	background: none !important;
	box-shadow: none !important;
}

div.gm-style-iw {
	left: 0px !important;
	top: 21px !important;
	border-radius: 3px;
	background: #fff !important;
	padding-right: 25px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .5) !important;
}

.c-icp_summary {
	max-width: 400px;
	display: flex;
}

.gm-style-iw > div {
	overflow: initial !important;
}

.c-icp_summary--info {
	padding: 10px;
	max-width: 200px;
}

.c-icp_summary--center {
	font-weight: bold;
	font-family: "Linotype Tetria", sans-serif;
	font-size: 1.1em;
	color: #0054a6;
	cursor: pointer;
	margin-bottom: 10px;
	display: block;
}

.c-icp_summary--loading {
	padding: 10px;
	width: 100%;
	text-align: center;
}

.gm-style-iw ~ div {
	top: 28px !important;
	right: 35px !important;
}

.gm-style-iw > div:first-of-type > div:first-of-type {
	margin-bottom: -3px;
}

.gm-style-pbc ~ div > div:nth-of-type(2) > div:nth-of-type(4) > div > div > div:nth-of-type(3) > div > div {
	background-color: #fff !important;
	z-index: 1;
}

#c-icp_summary--trigger {
	margin-top: 10px;
	margin-bottom: 2px;
}


/* ICP INFO MODAL */

.c-modal,
.c-modal * {
	box-sizing: border-box;
}

.c-modal {
	background: rgba(0, 0, 0, .7);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10000;
	opacity: 0;
}

.c-modal--cont {
	background: #fff;
	max-width: calc(100% - 40px);
	max-height: calc(100% - 40px);
}

.c-modal--sticky_title {
	background: #00a3c7;
	color: #fff;
	font-family: 'Linotype Tetria', sans-serif;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 1rem;
}

.c-modal--icp_info {
	max-height: calc(100vh - 84px);
	padding: 20px;
	width: 1000px;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.c-modal--icp_image {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	max-width: calc(50% - 20px);
}

.c-icp--bio,
.c-icp--map_holder {
	flex: 459px;
	margin-left: 10px;
	margin-right: 10px;
}

.c-icp--info_holder {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.c-icp--bio {
	padding-bottom: 40px;
	overflow: hidden;
	-webkit-transition: all 0.2s linear;
	position: relative;
	height: 300px;
	margin-bottom: 20px;
}

.c-icp--bio__trigger {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-family: 'Linotype Tetria';
	cursor: pointer;
	background: linear-gradient(#fff0 0px, #fff 10px);
	padding: 20px 10px 0px;
	color: #00a3c7;
	font-weight: bold;
	font-size: 1rem;
}

.c-icp--map {
	width: 100%;
	height: 300px;
}

.c-hr {
	width: 100%;
	margin: 20px 0px;
}

.search-child-holder {
	padding: 0px;
	border: 0px;
	width: 100%;
	display: block;
}

.c-icp_--bio__trigger_icon {
	display: inline-block;
	margin: 0px 5px;
	letter-spacing: -2px;
	transform: rotate(-90deg);
	-webkit-transition: all 0.2s linear;
}

.c-icp--bio__trigger.closed .c-icp_--bio__trigger_icon {
	transform: rotate(90deg);
}

.c-icp--info_holder .childItem {
	max-width: 179px !important;
}

.sac-holder {
	padding-left: 10px;
	margin-right: -10px;
	width: 100%;
	position: relative;
}

.c-modal--close_triger__icon {
	font-weight: bold;
	letter-spacing: -.2em;
	margin-right: 10px;
}

.sac-holder .js-loading.spinner {
	width: 100%;
	text-align: center;
}

.c-map--key {
	display: flex;
	align-items: center;
	font-size: .8em;
	font-style: italic;
	color: #999;
}

.c-map--key__icon {
	margin-right: 10px;
	height: 40px;
}

.map-loading {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0px;
	top: 0px;
}

.map-loading .h4 {
	width: 100%;
}

.c-priority-summary {
	display: none;
}

@media (min-width: 767px) {
	.c-map {
		height: 100%;
	}
	.c-map--options {
		left: 20px;
		top: 20px;
		width: 350px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		bottom: inherit !important;
		position: absolute;
	}
	.c-map--trigger_icon {
		transform: rotate(-90deg)
	}
	.c-map--options.closed .c-map--trigger_icon {
		transform: rotate(90deg)
	}
	.c-map--options.closed {
		width: 200px;
	}
	.c-map--options.closed .c-map--filters {
		padding: 0px;
		margin: 0px;
		height: 0px;
		width: 0px;
		overflow: hidden;
		opacity: 0;
	}
	.c-icp_summary--image {
		border-bottom-left-radius: 3px;
		border-top-left-radius: 3px;
		cursor: pointer;
	}
}

@media (max-width: 767px) {
	.c-map {
		height: calc(100% - 44px);
	}
	.c-map--options {
		bottom: 0px;
		left: 0px;
		width: 100%;
		position: fixed;
	}
	.c-map--trigger_icon {
		transform: rotate(90deg);
	}
	.c-map--options.closed .c-map--trigger_icon {
		transform: rotate(-90deg);
	}
	.c-map--options.closed .c-map--filters {
		padding: 0px;
		margin: 0px;
		height: 0px;
		overflow: hidden;
		opacity: 0;
	}
	.c-icp_summary--image {
		display: none;
	}
}

.c-map--holder.c-map--holder__full {
	box-sizing: border-box;
}

@media (min-width: 479px) {
	.c-map--holder.c-map--holder__full {
		height: calc(100vh - 125px);
	}
}

@media (max-width: 479px) {
	.c-map--holder.c-map--holder__full {
		height: calc(100vh - 103px);
	}
}

.c-icp__details {
    padding: .75rem 0 0 .75rem;
    max-width: 300px;
    width: 100%;
}

.c-icp__name {
    font-size: 1rem;
    line-height: 1.2em;
}

.gm-style .gm-style-iw-t::after {
    display: none !important;
}