/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #f7f7f7; font-family: 'SuisseIntl-Light', sans-serif; font-size: 17px; line-height: 25px; color: rgba(74, 87, 98, .9); }

a { color: #212c36; text-decoration: none; }

a:hover { text-decoration: underline; color: #212c36; }
a[href^="tel"] { color: #212c36; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-top: 1rem; margin-right: 0; margin-bottom: 1rem; margin-left: 0; font-family: 'SuisseIntl-Condensed', sans-serif; line-height: 1.2; color: #4a5762; text-transform: uppercase; }

h1 { font-size: 44px;
	-webkit-hyphens: none;
	hyphens: none; }
h2 { font-size: 38px;
	-webkit-hyphens: none;
	hyphens: none; }
h3 { font-size: 32px;
	-webkit-hyphens: none;
	hyphens: none; }
h4 { font-size: 26px;
	-webkit-hyphens: none;
	hyphens: none; }
h5 { font-size: 22px;
	-webkit-hyphens: none;
	hyphens: none; }
h6 { font-size: 16px;
	-webkit-hyphens: none;
	hyphens: none;
	margin-bottom: 10px; }

dl,
hr,
table,
blockquote { margin-bottom: 25px; }

p { margin-bottom: 15px; }

hr { margin: 15px 0; }

ol { margin-top: 20px; margin-bottom: 20px; padding-left: 40px; }
ol, ul { margin-top: 20px; margin-bottom: 20px; padding-left: 40px; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }


@media (max-width: 479px) {
	h1 { font-size: 28px; }
	h2 { font-size: 22px; }
	h3 { font-size: 20px; }
	h4 { font-size: 18px; }
}