
body{
	font-family: "canada-type-gibson", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:16px;
	line-height:26px;
	background: #EAF6FC;
	color:var(--blue);

}

h1,h2,h3,h4,h5, h6{
	font-family: "museo-sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-top:0;
}

h1{
	font-size:62px;
	line-height:normal;
	letter-spacing: -1px;
	margin-bottom:30px;
}

h2{
	font-size:44px;
	line-height:normal;
	letter-spacing: -1px;
}


.home #banner h1.h2{

	font-size:44px;
	line-height:normal;
	letter-spacing: -1px;
	margin-bottom:30px;
}
h3{
	font-size:28px;
	line-height:36px;
}
h4{
	font-size:24px;
	line-height:normal;
	font-weight: 400;
}
h5{
	font-size:20px;
	line-height:normal;
}
h6{
	margin:0;
	font-size:14px;
	line-height:14px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-family: "canada-type-gibson", sans-serif;
	font-weight:400;

}

a{
	color:var(--blue);
	text-decoration: underline;
}

p{
	font-size:18px;
	line-height:26px;
}
.text ul{
	margin-top:0;
}
p.large, .text ul li{
	font-size:22px;
	line-height:32px;
}

p:first-of-type{
	margin-top:0;
}
p:last-of-type{
	margin-bottom:0;
}


@media only screen and (max-width: 1200px){


	h1 br, h2 br{
		display: none;
	}
}
@media only screen and (max-width: 1024px){
	h1{
		font-size:40px;
		letter-spacing: 0px;
	}


	p.large, .text ul li {
		font-size: 20px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 900px){
	h1 br, h2 br{
		display: none;
	}
	h1{
	font-size: 38px;
	line-height: 46px;
		letter-spacing: 0px;
	}

	h2{
		font-size:28px;
		letter-spacing: 0px;
	}
	h3{
		font-size:22px;
		line-height: 28px;
	}
	h4{
		font-size:24px;
		line-height:28px;
	}
	h5{
		font-size:15px;
		line-height:25px;
	}

	h6{
	}
	p.large, .text ul li {
		font-size: 18px;
		line-height: 26px;
	}

	.text ul{
		padding-left:20px;
	}
	p{

		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 768px){

	h1{
		font-size:28px;
		line-height:36px;
		letter-spacing: 0px;
	}

	h2{
		font-size:28px;
		letter-spacing: 0px;
	}
	h3{
		font-size:22px;
		line-height: 28px;
	}
	h4{
		font-size:24px;
		line-height:28px;
	}
	h5{
		font-size:15px;
		line-height:25px;
	}

	h6{
	}
	p.large, .text ul li {
		font-size: 18px;
		line-height: 26px;
	}

	.text ul{
		padding-left:20px;
	}
}


