﻿* {
	/* IMPORTANT:  If this stylesheet is content managed, then the first style definition will be ignored.
	   This is here to work around that. */
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|PT+Sans:400,400i,700,700i');

body {
	background-color: #fff;
	color: #595959;
	font-family: PT Sans, sans-serif;
}
h1 {
	color: #000;
	font-family: Montserrat, sans-serif;
	font-weight: 300;
	font-size: 3rem;
	line-height: 1.25em;
	margin: .5rem 0;
}
h2 {
	color: #404040;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 2.25rem;
	line-height: 1.25em;
	margin: .5rem 0;
}
h3 {
	color: #000;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 1.75rem;
	line-height: 1.25em;
	margin: .5rem 0;
}
h4 {
	color: #27272B;
	font-family: Montserrat, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.5em;
	margin: .5rem 0;
}
h5 {
	color: #000;
	font-weight: bold;
}
p {
	font-family: PT Sans, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0 10px 0;
	line-height: 1.5em;
	color: #000;
}
a {
	color: #0092e7;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
li {
	line-height: 1.75em;
}
