h1, h2, h3, h4, h5 {
	font-family: 'Lato',  Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.2;
}

h1 {
	font-size: 80px;
	font-weight: 900;
	line-height: 1;
}

h2, h1.h2, h3, h4, h5 {
	font-size: 50px;
	font-weight: 700;
	margin: 40px 0;
}

h3, h2.h3 {
	font-size: 32px;
	margin: 20px 0;
}

h4, h2.h4, h3.h4 {
	font-size: 20px;
	margin: 20px 0;
	line-height: 1.3;
}
h4.subtitle {
	font-style: italic;
	font-weight: 400;
}
h3 + h4.subtitle {
	margin-top: -15px;
}

h5 {
	font-size: 16px;
	margin: 20px 0;
}

p {
	line-height: 1.5;
	margin: 20px 0;
}
p.max600 {
	padding: 0;
}
p.bigger {
	font-size: 125%;
}
p.evenbigger {
	font-size: 150%;
}
h5 + p {
	margin-top: -13px;
}

h2:first-child, h3:first-child, h3:first-child, p:first-child {
	margin-top: 0;
}
h2:last-child, h3:last-child, h3:last-child, p:last-child {
	margin-bottom: 0;
}

span.numbering {
	margin-left: 30px;
}

.bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}

.bordertop {
	border-top: 2px solid #fff;
	padding-top: 20px;
}
.text-left {
	text-align: left
}

/*Lists*/
ul {
	margin: 20px 0 20px 20px;
}
ul li {
	margin: 10px 0;
	line-height: 1.5;
}
ul.contact-list {
	list-style-type: none;
	margin: 0;
}
ul.bullets-orange {
	list-style-type: none;
	margin-left: 0;
}
ul.bullets-orange li {
	position: relative;
	padding-left: 20px;	
}
ul.bullets-orange li:before {
	content: "\2022";
	font-size: 16px;
	color: #f86759;
	position: absolute;
	left: 4px;
	top: 3px;
	line-height: 1;
}
div > ul:first-child {
	margin-top: 0;
}
div > ul:first-child > li:first-child {
	margin-top: 0;
}



@media (max-width: 1024px) {
	h1 {
		font-size: 60px;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 28px;
	}
	h3, h2.h3 {
		font-size: 24px;
	}
	h4, h2.h4, h3.h4 {
		font-size: 18px;
	}
	
	span.numbering {
		margin-left: 20px;
	}
}