@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');

.t-primary-bgcolor {
	background-color: #d22333;
}

a {
	color: #d22333;
}

body {
	background-color: #FFF;
}


.header__logo {
	width: 128px;
}

.main {
	padding: 2rem 0;
}

.header {
	padding: 1rem 0;
}

.header a.contact {
    text-decoration: none;
    background: #be1e2d;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
	padding: 8px 20px;
}

.header__quicklinks {
	float: right;
	display: flex;
	margin-top: 15px;
	margin-right: 12px;
	font-weight: 300;
}

.header__quicklinks a {
    color: #808080;
	margin-left: 30px;
}

.header__quicklinks strong {
	font-weight: 700;
}

.header__quicklinks a:hover {
	text-decoration: none;
}

.header__nav {
	display: flex;
	float: right;
	clear: right;
}

.header__nav a {
	color: #FFF;
	margin-top: 27px;
	padding: 0px 25px;
	border-right: 1px solid #fff;
}

.header__nav a:last-child {
    border: none;
}

.header__nav a:hover {

}
