@font-face {
 font-family:"Trim-Bold";
 src:url("/fonts/Trim-Bold.woff") format("opentype");
 font-display:auto;
 font-style:normal
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background: #f9f9fc;
	font-family: myriad-pro,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #444;
	font-size: 100%; /* -> 1em = 10px */
	line-height: 1.3;
}
img {
	border-style: none;
}
img.logo {
	height: 90px;
}

h1, h2, h3, h4 {
	color: #000;
	font-family: Trim-Bold, sans-serif;
	font-weight: 400;
	font-style: normal;
}
h1 {
	font-size: 3.2em;
}

p {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}
a, a:visited {
	color: #f82452;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

.bi {
    width: 1.2em;
    height: 1.2em;
    margin-right: 6px;
}

header {
	margin-bottom: 120px;
}
.content {
	max-width: 1024px;
	margin: auto;
	padding: 46px 10px 0 10px;
}

.container-fluid a {
	font-size: 1.2em;
}
