@import url("https://use.typekit.net/zds7xjn.css");

body {
	background-color: white;
}

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

a {
	color: #006faf;
}



.container {
	width: 1080px;
}

.header-wrapper {
	z-index: 1;
}

.header {
	background-color: #FFF;
	width: 100%;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.header__top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color: #000;
	/* background-image: url(/templates/header_angle.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%; */
	background-image: linear-gradient(155deg, transparent 50%, #FFFFFF30 50%);
	height: 50px;
	color: #FFF;
	font-size: 13px;
	padding: 0 40px;
}


.header__middle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
}

.header__logo {
	max-height: 130px;
	margin-top: -64px;
}

.header__nav {
	/* 	line-height: 140px; */

	font-weight: 700;
	font-size: 13px;
	margin: 30px 0;
}

.header__nav a {
	color: #000;
	line-height: 13px;
	padding: 13px 14px;
	letter-spacing: 1px;
	/* transition: all .1s 0s ease-in-out,color .1s 0s ease-in-out; */
}

.header__nav a:hover {
	color: #006faf;
	text-decoration: none;
}

.header__nav a.uploadbutton,
section.hero .cta {
	font-weight: 400;
	padding: 15px 21.5px;
	display: inline-block;
	margin-left: 13px;
	background-color: #e2231a;
	background-image: linear-gradient(155deg, transparent 50%, #e2231a 50%);
	color: #FFF;
}

.header__nav a.uploadbutton:hover,
section.hero .cta:hover {
	color: #e2231a;
	background-image: linear-gradient(155deg, transparent 50%, #fff0fb 50%);
	background-color: #FFF;
	border: 2px solid #e2231a;
	padding: 13px 19.5px;
	text-decoration: none;
}

/* .header:after {
	content: " ";
	height: 100px;
	width: 100%;
	display: block;
	background-image: url(header_bottom_bg.png);
	background-size: cover;
	background-position: center top;
	position: absolute;
} */

.header-wrapper {
	margin-bottom: 50px;
}

.sidebar {
	margin-right: 40px;
}

.footer {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.footer,
.footer a {
	color: #666;
}

.footer img {
	height: 80px;
	opacity: 0.5;
	margin: 10px 0;
}

.footer-wrapper {
	background-color: #201a16;
}

body.page-upload .sidebar,
body.page-upload .navbar {
	display: none !important;
}

.header__mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #111;
	color: rgba(217, 217, 217, 0.3);
	z-index: 1;
	display: none;
}

.header__mobile-nav .inner {
	padding-top: 50px;
	padding-left: 50px;
}

.header__mobile-nav a {
	color: #FFF;
	font-size: 1.5rem;
	line-height: 2.5;
	display: block;
}

.mobile-trigger a {
	color: #000;
}

body.mobile-nav .header__mobile-nav {
	display: block;
}

body.page-supplies .sidebar__nav {
	display: none;
}

.copyright {
	display: none;
}