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

a {
	color: #0084c1;
}

body {
	background-color: white;
}

.container {
	width: 1310px;
	padding: 1.5em 60px 1.5em 50px;
}

.header {
	margin-top: 0;
	padding: 0 60px 0 50px;
}

.sidebar {
	margin-right: 3.5em;
}

.header-wrapper {
	background-color: white;
	border-top: #c4c2c1 35px solid;
	box-shadow: 0 0.15em 0.35em 0 rgb(0 0 0 / 14%);
	margin-bottom: 28px;
}

.header__bottom,
.header__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__top {
	width: 100%;
	display: flex;
	line-height: 35px;
	height: 42px;
	margin: -35px 0 -7px;
	color: #8e8b88;
	font-weight: 300;
	font-family: 'fieldwork-hum', sans-serif;
	font-size: 0;
}

.header__top p {
	margin-right: 18px;
	color: white;
	font-size: 16px;
	margin-bottom: 0;
	text-decoration: underline;
}

.header__top a {
	color: #8e8b88;
	font-size: 14px;
}

.header__top span {
	font-size: 14px;
}

.header__logo {
	min-width: 257.18px;
	height: 118px;
}

.header__nav {
	font-size: 0;
}

.nav-button {
    color: #ffffff!important;
    padding: 14px 10px;
    font-weight: bold;
    box-shadow: 2px 2px 5px #888888;
}

.nav-button:hover,
.submit-order:hover,
.order-desk:hover {
	color: #000!important;
	background-color: #fff;
	text-decoration: none;
}

.quote {
	background-color: #0083c1;
}

.submit-order {
	background-color: #ffc600;
	color: #000!important;
}

.order-desk {
	background-color: #2d2a26;
}

.header__nav {
	white-space: nowrap;
}

.header__nav a {
    color: #2d2a26;
	font-family: 'fieldwork-hum', sans-serif;
	font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 18px;
	transition: all 0.4s ease-in-out;
}

.header__nav a:last-child {
	padding-right: 0;
}

.header__nav a:hover {
	text-decoration: none;
    color: #0084c1;
}

.socials {
	display: inline-block;
	width: 25px;
    line-height: 25px;
    min-height: 25px;
    height: 25px;
	border-radius: 100px;
	border: 1px solid #8e8b88;
	text-align: center;
	margin: 0 5px!important;
	transition: all 0.3s ease-out;
	color: #8e8b88;
}

.socials:hover {
	color: #fff;
}

.facebook:hover {
	background-color: #37589B;
}

.instagram:hover {
	background-color: #A67658;
}

.linkedin:hover {
	background-color: #419CCA;
}

.youtube {
	margin-right: 0!important;
}

.youtube:hover {
	background-color: #A72B1D;
}

.top__right a {
	margin: 0 8px;
}

.top__left, .top__left a {
	color: #2d2a26;
}

@media (max-width: 1144px) {
	.header__top .top__left {
		width: 0;
		white-space: nowrap;
	}
}