html {
	
}
body, h1, h2, h3, h4, h5 {
	font-family: 'Lato', sans-serif;
}
body {
	font-size: 18px;
}
header {
	padding: 3em 0;
	background: url(/img/header-bg.jpg) repeat-x;
	margin-bottom: 2em;
}
.wrap {
	max-width: 1000px;
	margin: 10px auto;
}
.round-img {
	border-radius: 1000px;
}
a {
	color: #0b4b9f;
}
a:hover, a:focus {
	color: #e34e20;
}
h3 {
	
}
.navigation {
	margin: 1em 0;
}
.landing-menu {
	margin-top: 5em;
}
footer {
	padding: 1em 0;
	margin-top: 75px;
}
footer,
footer a {
	background: #0b4b9f;
	color: #fff;
}
footer .landing-menu {
	margin-top: inherit;
	margin: 1em 0;
}
.checkmark {
	margin-left: 0;
}
.checkmark li {
	list-style: outside none none;
	padding-left: 30px;
	line-height: 2.5rem;
	background: url(/img/promesa-checkmark.png) no-repeat left top 0.65em;
}
body.he .checkmark li {
	list-style: outside none none;
	padding-right: 30px;
	line-height: 2.5rem;
	background: url(/img/promesa-checkmark.png) no-repeat right top 0.65em;
}
.blur {
	filter: blur(5px);
	max-height: 100vh;
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#map-canvas {
	width: 100%;
	height: 440px;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	background: rgba(0,0,0,0.7);
	color: white;
	z-index: 10;
	text-align: center;
	padding-top: 35vh;
	box-sizing: border-box;
	display: none;
}
#overlay h2,
#overlay a {
	color: #fff;
	font-weight: 100;
}
.window-content {
	width: 280px;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
}


// Small screens
@media only screen { } /* Define mobile styles */

@media only screen and (max-width: 40em) {
	.landing-menu {
		margin-top: inherit;
	}
	footer .landing-menu li {
		display: block;
		width: 100%;
		text-align: center;
		line-height: 2.5em;
	}
	ul.checkmark {
		margin-bottom: 0;
	}
	.subheader {
		margin-top: 2.2rem;
	}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

// Medium screens
@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

// Large screens
@media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

// XLarge screens
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

// XXLarge screens
@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */