HTML {
	height:100%;
	min-width:320px;
}

BODY {
	height:100%;
	background-color:#FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
}

HEADER {
	flex:none;
	height:90px;
	width:100%;
	min-width:320px;
	display:flex;
	flex-direction: column;
}

HEADER > A > IMG {
	margin:20px 0 0 10px;
	height:40px;
}


HEADER > DIV {
	margin:0 auto 0.5rem auto;
	font-size: 1rem;
	font-weight: bold;
	color: #8F9FB2;
}
MAIN {
	flex:1 0 0%;
	width:100%;
	min-width:320px;
	max-width:1170px;
	display:flex;
	flex-direction:column;
}
DIV#idc_map_container {
	flex:1 0 auto;
	position:relative;
}
DIV#idc_map_container > DIV {
	position:absolute;
	width:100%;
	height:100%;
}
DIV#idc_loading {
	z-index:10000;
	display:flex;
}
DIV#idc_loading.idc_invisible {
	display:none;
}

DIV#idc_loading IMG {
	flex:0 0 auto;
	margin:auto;
	width:64px;
}

FOOTER {
	flex:none;
	height:70px;
	min-width:320px;
	max-width:1170px;
	display:flex;
	flex-direction:column;
	align-items:center;
}

BUTTON.idc_btn {
	margin:auto;
}

	

DIV.idc_markerpopup {
	font-family: Montserrat, sans-serif;
	color: #8F9FB2;
	line-height:1.5;
	font-size: 0.8rem;
	font-weight: 500;
}
DIV.idc_markerpopup H3 {
	font-weight: bold;
	margin: 1em 0 0 0;
}
DIV.idc_markerpopup P {
	margin: 0.5em 0;
}
DIV.idc_markerpopup UL {
	list-style-type: none;
	padding:0;
	margin: 0.5em 0;
}
	
DIV.idc_markerpopup LI IMG {
	margin-right:1em;
	width:2em;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	DIV.idc_markerpopup {
		font-size: 1rem;
	}
}

