/**** Global.css for Browns Sawdust *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block; }


/* 0. VARIABLES */
:root {
	--grey: #414142;
	--green: #00622d;
	--brown: #825729;
	--lightbrown: #f9f7f4;
	--lightgreen: #f2f7f5;
}


/* 1.ROOT */

html {
	overflow-y: scroll;
	background: #fff;
}
body { 
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font: 100%/1.4 "Poppins", "Helvetica Neue", Helvetica, Arial;
	color: var(--grey); 
	background-color: transparent;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}




/* 2.HEADINGS */

h1, 
h2, 	
h3, 
h4, 
h5, 
h6 {
	font-weight: 400;
	margin: 0 0 0.75em 0;
	padding: 0;
}
h1 { 
	font-size: 2em;
	line-height: 1.1;
}
h2 { 
	font-size: 1.4em;
	line-height: 1.2;
}
h3 { 
	font-size: 1.2em;
	line-height: 1.3;
	font-weight: 700;
}
h4 { 
	font-size: 1.1em;
	line-height: 1.25;
}
h5 { 
	font-size: 1em;
}
h6 { 
	font-size: 1em;
}





/* 3.TYPOGRAPHY */

p, 
ol, 
ul, 
dl, 
address { 
	margin-bottom: 1.5em; 
	font-size: 1em;
}
ul, 
ol { 
	margin: 0 0 1.5em -24px; 
	padding-left: 24px;
}
ul { 
	list-style-type: disc;
	margin-left: 0.2em;
}
ol { 
	list-style-type: decimal;
	margin-left: 0.2em;
}
li ul, 
li ol { 
	margin: 0;
	font-size: 1em;
}
blockquote  { 
	margin: 0 0 1.5em -24px; 
	padding-left: 24px; 
	border-left: 1px solid rgb(200,200,200);
	font-style: italic;
}
sup, 
sub { 
	position: relative;
	font-size: 75%; 
	line-height: 0;
}
sup { 
	top: -.5em;
}
sub { 
	bottom: -.25em;
}
em {
	font-family: "Playfair", serif;
	font-optical-sizing: auto;
	font-size: 1.3em;
	font-weight: 500;
	font-style: italic;
	letter-spacing: -1px;
	color: var(--brown);
	line-height: 1em;
}
h2 em,
h3 em {
	font-weight: 700;
}
strong {
	font-weight: 700;
}





/* 4.LINKS */

a {
	outline: none;
	color: var(--green);
	cursor: pointer;
}
a:link {
	-webkit-tap-highlight-color: rgb(52,158,219);
}
a:visited {
	color: #333;
}
a:hover { 
	outline: none;
	color: var(--brown);
	text-decoration: none;
}
a:active, 
a:focus { 
	outline: none;
	color: #333;
}





/* 6.TABLES */

table { 
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.4em; 
	width: 100%;
}
th { 
	font-weight: bold;
}
th, td, caption { 
	padding: .25em 10px .25em 5px;
}





/* CUSTOM */
/* CUSTOM */
/* CUSTOM */
/* CUSTOM */
img {
	display: block;
	width: 100%;
	max-width: fit-content;
	height: auto;
}
.wrapper {
	width: 90%;
	margin: 0 auto;
	max-width: 1248px;
}
#container {
	padding-top: 65px;
}
.panel {
	margin: 50px 0;
	padding: 0;
}
.panel p:last-child {
	margin-bottom: 0;
}



/***** Header *****/
#iconMenu {
	text-align: center;
	width: 28px;
	height: 40px;
	position: absolute;
	top: 12px;
	right: 5%;
	z-index: 9999;
	background: url('../images/hamburger.svg') no-repeat center;
	background-size: 28px auto;
}
#iconMenu.close {
	background: url('../images/close.svg') no-repeat center;
	background-size: 25px auto;
}
header {
	padding: 10px 0 14px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}
header .wrapper {
	width: 100%;
}
header.fixed {
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
}
#logo {
	width: 170px;
	margin-left: 5%;
}
nav {
	display: none;
	position: absolute;
	top: 61px;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	padding: 0px 5% 24px 5%;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul ul {
	padding-left: 1.5em;
}
nav a {
	color: var(--grey);
	text-decoration: none;
	display: block;
	padding: 8px 0;
}
nav .active a {
	color: var(--green);
	font-weight: 700;
}
/*nav a:hover {
	font-weight: 500;
}*/
#headerContact {
	padding: 13px 0 0 0;
}
#headerContact_button {
	background: #fff;
	color: var(--green);
	display: inline-block;
	width: fit-content;
	padding: 8px 22px;
	border: 2px solid var(--green);
	border-radius: 6px;
	float: left;
	margin-right: 20px;
}
#headerContact_button:hover {
	background: var(--green);
	color: #fff;
}
.headerContact_social {
	display: inline-block;
	width: 30px;
	height: 42px;
	padding: 0;
	margin: 0 0 0 20px;
}
.headerContact_social_fb {
	background: url('../images/icon-social-facebook-primary.svg') no-repeat center;
	background-size: 30px auto;
}
.headerContact_social_fb:hover {
	background-image: url('../images/icon-social-facebook-primary-hover.svg');
}
.headerContact_social_li {
	background: url('../images/icon-social-linkedin-primary.svg') no-repeat center;
	background-size: 30px auto;
}
.headerContact_social_li:hover {
	background-image: url('../images/icon-social-linkedin-primary-hover.svg');
}



/***** Slide *****/
.slide {
	position: relative;
}
.slide_img {
	position: relative;
}
.slide_img img {
	max-width: none;
}
.slide_img:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.32);
}
.slide_text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	z-index: 1;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	text-shadow: rgba(0,0,0,0.6) 3px 3px 3px;
}
.slide_text em {
	color: #fff;
}
.slide_text_wrap {
	flex: 0 1 auto;
	width: 90%;
	align-self: center;
}



/***** Text Once Column *****/
.textOneColumn {
	text-align: center;
}
.textOneColumn .wrapper {
	max-width: 1024px;
}



/***** Product Tiles *****/
.productTiles {
	
}
.productTiles .wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.productTile {
	flex: 0 1 auto;
	width: 32%;
	background: #000;
	aspect-ratio: 1 / 1;
	margin: 0 0.5% 1% 0.5%;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.productTile img {
	opacity: 0.65;
	transition: all 0.15s ease-in;
}
.productTile:hover img {
	opacity: 1;
}
.productTile a {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	text-decoration: none;
	color: #fff !important;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.productTile a:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	width: 14px;
	height: 14px;
	background: url('../images/arrow-product-tile.svg') no-repeat center;
	background-size: 100% auto;
}

.productTile b {
	flex: 0 1 auto;
	width: 100%;
	align-self: center;
	text-shadow: #000 2px 2px 2px
}



/***** contactStrip *****/
.contactStrip {
	background: var(--brown);
	color: #fff;
	line-height: 1.1;
	padding: 30px 0;
}
.contactStrip .wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contactStrip_text,
.contactStrip_btn {
	flex: 0 1 auto;
	align-self: center;
}
.contactStrip_text {
	width: calc(100% - 154px);
	color: #f9f3ee;
}
.contactStrip_btn {
	width: 144px;
}
.contactStrip em {
	color: #fff;
}
.contactStrip a {
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	width: fit-content;
	border: 2px solid #fff;
	padding: 8px 20px;
	border-radius: 4px;
}
.contactStrip a:hover {
	background: #fff;
	color: var(--brown);
}



/***** Values *****/
.values {
	background: var(--lightbrown);
	padding: 50px 0;
	margin: 0;
}
.values .wrapper {
	display: grid;
	grid-template-columns: 30% 66%;
	grid-template-rows: 1fr 1fr 1fr;
	column-gap: 4%;
	row-gap: 12px;
}
.values_main,
.values_value1,
.values_value2,
.values_value3 {
	background: #fff;
	border-radius: 6px;
	padding: 6px;
}
.values_value1,
.values_value2,
.values_value3 {
	padding: 12px;
}
.values_main {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 4;
	background: #fff url('../images/values-logo.svg') no-repeat left bottom;
	background-size: 100% auto; /* max-width: 320px */
}
.values_value1 {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
.values_value2 {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}
.values_value3 {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 3;
	grid-row-end: 4;
}
.values h3 {
	font-weight: 400;
}



/***** fullImage *****/
.fullImage {
	margin: 15px 0;
}
.fullImage img {
	max-width: none;
}



/***** Page Banner *****/
.pageBanner {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	aspect-ratio: 876 / 139;
	background-color: var(--grey);
}
.pageBanner:after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.32);
}
.pageBanner img {
	max-width: none;
}
.pageBanner h1 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	flex: 0 1 auto;
	width: 100%;
	text-align: center;
	align-self: center;
	color: #fff;
	margin: 0;
	text-shadow: rgba(0,0,0,0.8) 3px 3px 3px;
}
.pageBanner h1 em {
	color: #fff;
}



/***** Product Grid *****/
.productGrid .wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.productGrid_item {
	flex: 0 1 auto;
	width: 100%;
	margin-bottom: 4%;
	position: relative;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	overflow: hidden;
}
.productGrid_item img {
	max-width: none;
}
.productGrid_text {
	background: var(--green);
	color: #fff;
	padding: 12px;
	line-height: 1;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.productGrid_grade {
	font-size: 90%;
}
.productGrid_name {
	font-weight: 700;
}




/***** productInfo *****/
.productInfo {
	background: var(--lightgreen);
	padding: 30px 0;
}
.productInfo .wrapper {
	max-width: 480px;
}
.productInfo h2 {
	text-align: center;
}
.productInfo h2 em {
	color: var(--green);
}
.productInfo_item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin-bottom: 0.75em;
}
.productInfo_item:last-child {
	margin-bottom: 0;
}
.productInfo_item:before {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	left: 0;
	width: 99%;
	background: var(--green);
	opacity: 0.5;
}
.productInfo_name,
.productInfo_size {
	flex: 0 1 auto;
	background: var(--lightgreen);
	position: relative;
	z-index: 1;
	width: fit-content;
}
.productInfo_name {
	padding-right: 12px;
}
.productInfo_size {
	padding-left: 12px;
	text-align: right;
}




/***** twoColumnTextImg *****/
.twoColumnTextImg {
	background: var(--lightbrown);
	padding: 50px 0;
}
.twoColumnTextImg + .twoColumnTextImg {
	padding-top: 0;
	margin-top: -50px;
}
.twoColumn_img {
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 30px;
}
.twoColumn_text h2 {
	margin-bottom: 1em;
}
.twoColumn_text h3 {
	color: var(--brown);
	margin-bottom: 0.5em;
}
.twoColumn_text p:last-child {
	margin-bottom: 0;
}




/***** Delivery Options *****/
.deliveryOptions {
	background: var(--grey);
	color: #fff;
	padding: 30px 0;
}
.deliveryOptions em {
	color: #fff;
}



/***** Services *****/
.service {
	background: var(--lightgreen);
	padding: 50px 0;
	text-align: center;
}
.service h2 {
	width: 70%;
	margin: 0 auto 1em auto;
}
.service h2 em {
	color: var(--green);
}
.serviceColumn {
	max-width: 60%;
	margin: 0 auto 20px auto;
}
.serviceColumn:last-child {
	margin-bottom: 0;
}
.serviceColumn_img {
	width: 50px;
	margin: 0 auto;
}
.serviceColumn_text em {
	color: var(--grey);
}




/***** Timeline *****/
.timeline .wrapper {
	max-width: 1024px;
	
}
.timeline_event {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.timeline_year,
.timeline_line,
.timeline_desc {
	flex: 0 1 auto;
}
.timeline_year {
	font-family: "Playfair", serif;
	font-weight: 700;
	font-style: italic;
	letter-spacing: -1px;
	color: var(--brown);
	font-size: 40px;
	text-align: right;
	width: 100px;
	line-height: 0.9;
	margin-top: -10px;
}
.timeline_desc {
	width: calc(100% - 130px);
	padding: 0 0 30px 0;
}
.timeline_line {
	width: 30px;
	position: relative;
}
.timeline_line:before {
	content: "";
	position: absolute;
	width: 1px;
	left: 50%;
	top: 3px;
	bottom: 0;
	background: var(--brown);
	opacity: 0.5;
}
.timeline_line:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	left: 50%;
	margin-left: -8px;
	top: 3px;
	background: var(--brown);
}
.timeline_event:last-child .timeline_desc {
	padding-bottom: 0;
}



/***** promise *****/
.promise {
	background: var(--lightgreen);
	text-align: center;
	padding: 50px 0;
}
.promise h2  em {
	color: var(--green);
}
.promises {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.promise_item {
	flex: 0 1 auto;
	width: 45%;
	margin-bottom: 5%;
}
.promise_img {
	width: 100px;
	margin: 0 auto 12px auto;
}
.promise_item:nth-child(3),
.promise_item:nth-child(4) {
	margin-bottom: 0;
}




/***** trucks *****/
.truck {
	margin-bottom: 40px;
}
.truck_wrapper {
	width: 90%;
	margin: 0 auto;
	max-width: 1248px;
}
.truck_img {
	border-radius: 12px;
	overflow: hidden;
	margin: 0 0 6px 0;
}
.truck_text_range {
	font-size: 22px;
	line-height: 1;
}
.truck_text_desc {
	font-family: "Playfair", serif;
	font-style: italic;
	font-weight: 700;
	color: var(--brown);
	font-size: 22px;
	line-height: 1;
	letter-spacing: -1px;
}




/***** Contact *****/
.contact {
	background: var(--lightbrown);
	padding: 50px;
	margin: 15px 0;
}
.contact_text {
	margin-bottom: 30px;
}
.contact_text h2 em {
	color: var(--green);
}
.map {
	margin-bottom: 15px;
}
.map iframe {
	width: 100% !important;
}




/***** News List *****/
#newsColumns {
	padding: 50px 0;
}
.newsList_story {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid var(--grey);
	padding: 30px 0 25px 0;
}
.newsList_story:first-child {
	padding-top: 0;
}
.newsList_img,
.newsList_text {
	flex: 0 1 auto;
}
.newsList_img {
	width: 100px;
	border-radius: 6px;
	overflow: hidden;
}
.newsList_text {
	width: calc(100% - 110px);
}
.newsList_text h3 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
}
.newsList_text p {
	margin: 0;
}
.newsList_text a {
	text-decoration: none;
}
#newsAside {
	padding: 30px 0 0 0;
}
#newsAside ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#newsAside a {
	display: block;
	padding: 0 0 6px 0;
	text-decoration: none;
}
#newsContent.newsStory li {
	margin-bottom: 1em;
}
#newsContent.newsStory img {
	margin-bottom: 1em;
}




/***** Footer *****/
footer {
	background: #eeeeee;
	border-top: 14px solid var(--green);
	padding: 30px 0;
}
#footerCol1,
#footerCol2 {
	margin-bottom: 40px;
}
#footerCol1 img {
	width: 204px;
	margin-bottom: 1em;
}
#footerCol1 p {
	margin: 0;
}
#footerCol2 h2 {
	font-size: 1em;
	font-weight: 700;
	color: var(--green);
}
#footerCol2 ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5em 0;
}
#footerCol2 li a {
	display: block;
	text-decoration: none;
	padding: 0 0 10px 0;
}
#footerCol3 p:last-child {
	margin-bottom: 0;
}
p.address,
p.phone,
p.email {
	position: relative;
	padding-left: 40px;
	background-size: 32px auto;
	background-repeat: no-repeat;
	background-position: 0 0;
}
p.address {
	background-image: url('../images/icon-contact-address.svg');
	white-space: pre;
}
p.phone {
	background-image: url('../images/icon-contact-phone.svg');
}
p.email {
	background-image: url('../images/icon-contact-email.svg');
}
p.address strong,
p.email strong,
p.phone strong {
	color: var(--green);
}
p.email a {
	color: var(--grey);
}
#footerLegals {
	background: var(--grey);
	color: #fff;
	padding: 20px 0;
	font-size: 12px;
}
#footerLegals a {
	color: #fff;
	text-decoration: none;
}







@media screen and (min-width: 768px) {
	h1 {
		font-size: 2.5em;
	}
	.productTile {
		width: 19%;
	}
	.contactStrip_text {
		width: 50%;
	}
	.values .wrapper {
		grid-template-columns: 30% 68%;
		column-gap: 2%;
		row-gap: 2.5%;
	}
	.values_main, 
	.values_value1, 
	.values_value2, 
	.values_value3 {
		padding: 24px;
	}
	.values_main {
		font-weight: 100;
	}
	.productGrid_item {
		width: 48%;
	}
	.productGrid_text {
		font-size: 1.2em;
	}
	.productInfo {
		padding: 50px 0;
	}
	.twoColumnTextImg {
		margin: 0 !important;
	}
	.twoColumnTextImg.alt .twoColumn_img {
		order: 2;
	}
	.twoColumnTextImg .wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.twoColumn_img,
	.twoColumn_text {
		flex: 0 1 auto;
		width: 48%;
		align-self: flex-start;
	}
	.twoColumn_img img {
		max-width: none;
	}
	.twoColumnTextImg p:last-child {
		margin-bottom: 0;
	}
	.deliveryOptions {
		padding: 50px 0;
	}
	.deliveryOptions .wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.deliveryOptions_title,
	.deliveryOptions_text {
		flex: 0 1 auto;
	}
	.deliveryOptions_title {
		width: 30%;
	}
	.deliveryOptions_text {
		width: 65%;
	}
	.deliveryOptions_text ul {
		margin-left: 0;
		padding-left: 1em;
	}
	.serviceColumns {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.serviceColumn {
		flex: 0 1 auto;
		width: 30%;
		margin-bottom: 0;
	}
	.serviceColumn_img {
		width: 54px;
		margin-bottom: 1em;
	}
	.timeline_year {
		font-size: 50px;
		width: 150px;
		margin-top: -10px;
	}
	.timeline_desc {
		width: calc(100% - 300px);
		padding: 0 0 30px 0;
	}
	.timeline_line {
		width: 150px;
	}
	.timeline_line:before {
		top: 0px;
		margin-left: -1px;
	}
	.timeline_line:after {
		top: 8px;
	}
	.timeline_event:first-child .timeline_line {
		margin-top: 8px;
	}
	.timeline_event:first-child .timeline_line:after {
		top: 0px;
	}
	.promise_item {
		width: 22%;
		margin-bottom: 0;
		position: relative;
		z-index: 1;
	}
	.promises {
		position: relative;
	}
	.promises:before {
		content: "";
		position: absolute;
		z-index: 0;
		top: 49px;
		height: 2px;
		left: 10%;
		width: 80%;
		background: var(--green);
		opacity: 0.5;
	}
	.truck {
		position: relative;
	}
	.truck:before {
		content: "";
		position: absolute;
		left: 0;
		top: 15%;
		bottom: 15%;
		width: 100%;
		background: var(--lightbrown);
		z-index: 0;
	}
	.truck_wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		z-index: 1;
	}
	.truck_img,
	.truck_text {
		flex: 0 1 auto;
		width: 46%;
		align-self: center;
	}
	.truck:nth-child(odd) .truck_img {
		order: 2;
	}
	.truck_text {
		padding-left: 2em;
	}
	.contact .wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.contact_text,
	.contact_details {
		flex: 0 1 auto;
		width: 48%;	
	}
	.contact_text {
		order: 2;
	}
	#newsColumns .wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#newsContent,
	#newsAside {
		flex: 0 1 auto;
	}
	#newsContent {
		width: 68%;
	}
	#newsAside {
		width: 25%;
		padding-top: 0;
	}
	footer .wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 14px;
	}
	#footerCol1,
	#footerCol2,
	#footerCol3 {
		flex: 0 1 auto;
		margin: 0;
	}
	#footerCol1 {
		width: 40%;
		padding-right: 20px;
		box-sizing: border-box;
	}
	#footerCol2 {
		width: 20%;
	}
	#footerCol3 {
		width: 35%;
	}
	#footerCol2 ul {
		margin: 0;
	}
}



@media screen and (min-width: 1024px) {
	.wrapper {
		/*width: 70%;*/
	}
	#iconMenu {
		display: none;
	}
	header {
		padding: 20px 0;
	}
	header .wrapper {
		position: relative;
	}
	nav {
		display: block;
		background: none;
		padding: 0;
		top: 0px;
		left: inherit;
		right: 5%;
		width: 60%;
		box-shadow: none;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#headerMainNav,
	#headerContact {
		flex: 0 1 auto;
		align-self: center;
	}
	#headerMainNav {
		width: 60%;
		margin-top: -5px;
	}
	#headerContact {
		width: 210px;
		padding: 0;
	}
	nav li {
		display: inline-block;
	}
	#headerMainNav li {
		margin: 0 20px 0 0;
		position: relative;
	}
	#headerMainNav li:last-child {
		margin-right: 0;
	}
	#headerMainNav a {
		position: relative;
		padding: 0 16px 0 0;
	}
	li.parent a {
		background: url('../images/icon-arrow-down.svg') no-repeat center right;
		background-size: 12px auto;
	}
	#headerMainNav ul {
		display: none;
		position: absolute;
		top: 20px;
		left: -25px;
		width: 200px;
		background: #fff;
		padding: 15px 0 15px 0;
	}
	#headerMainNav ul li {
		margin: 0;
		display: block;
		background: none;
	}
	#headerMainNav ul a {
		background: none;
		padding: 5px 0 5px 25px;
	}
	#headerMainNav ul a:hover {
		background: var(--green);
		color: #fff;
	}
	/* turns the sub menu on */
	#headerMainNav li:hover ul {
		display: block;
	}
	/* turns the parent rollover on */
	#headerMainNav :hover > a {
		color: var(--green);
	}
	#headerContact_button {
		margin-right: 20px;
	}
	.headerContact_social {
		margin: 0 0 0 6px;
	}
	.slider .wrapper {
		max-width: 800px;
	}
	.slide_text_wrap {
		width: 70%;
	}
	.slide_text {
		font-size: 48px;
	}
	.textOneColumn .wrapper {
		max-width: 980px
	}
	.values_value1,
	.values_value2,
	.values_value3 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.values h3,
	.values p {
		flex: 0 1 auto;
	}
	.values h3 {
		width: 35%
	}
	.values p {
		width: 60%
	}
	.productGrid_item {
		width: 32%;
		margin-bottom: 2%;
	}
	.truck_text_range,
	.truck_text_desc {
		font-size: 40px;
	}
	#newsContent {
		
	}
	#newsAside {
		
	}
	.newsList_story {
		padding: 30px 0;
	}
	.newsList_img {
		width: 200px;
	}
	.newsList_text {
		width: calc(100% - 220px);
	}
}

@media screen and (min-width: 1248px) {
	#container {
		padding-top: 170px;
	}
	#logo {
		margin-left: 0;
	}
	nav {
		top: 15px;
		width: 666px;
		right: 0;
	}
	nav li {
		font-size: 16px !important;
	}
	#headerMainNav {
		width: 60%;
		margin-top: -2px;
	}
	#headerMainNav li {
		margin: 0 32px 0 0;
	}
	h1 {
		font-size: 4em;
	}
	h2 {
		font-size: 2.4em;
	}
	h3 {
		font-size: 1.8em;
	}
	p, li {
		font-size: 22px !important;
	}
	h2 em,
	h3 em {
		letter-spacing: -2px;
	}
	header {
		padding: 45px 0;
	}
	#logo {
		width: 330px;
	}
	.panel {
		margin: 100px 0;
	}
	.slide_text {
		font-size: 60px;
	}
	.slide_text_wrap {
		width: 50%;
		max-width: 964px;
	}
	.productTile {
		width: 15%;
		margin: 0 2.5% 1% 0.5%;
		font-size: 1.6em;
	}
	.contactStrip {
		padding: 40px 0;
		margin: 15px 0;
	}
	.contactStrip .wrapper {
		max-width: 1024px;
	}
	.contactStrip_text {
		font-size: 1.8em;
	}
	.contactStrip_btn {
		width: 170px;
	}
	.contactStrip_btn a {
		padding: 12px 33px;
	}
	.values {
		padding: 80px 0;
	}
	.values_main, .values_value1, .values_value2, .values_value3 {
		padding: 40px;
		border-radius: 12px;
	}
	.values h3 {
		margin-bottom: 0;
	}
	.productGrid_text {
		font-size: 1.4em;
		padding: 20px;
		min-height: 85px;
	}
	.productInfo {
		padding: 66px 0;
		margin-bottom: 30px;
	}
	.productInfo .wrapper {
		max-width: 680px;
	}
	.productInfo_item {
		font-size: 22px;
	}
	.twoColumnTextImg {
		padding: 80px 0;
	}
	.twoColumnTextImg p {
		font-size: 18px;
	}
	.deliveryOptions {
		padding: 80px 0;
		margin: 30px 0;
	}
	.service {
		padding: 80px 0;
		margin: 30px 0;
	}
	.serviceColumn {
		width: 25%;
	}
	.serviceColumn_img {
		width: 84px;
		margin-bottom: 1em;
	}
	.serviceColumn_text {
		font-size: 22px;
	}
	.twoColumn_img, .twoColumn_text {
		align-self: center;
	}
	.timeline_year {
		font-size: 70px;
		letter-spacing: -2px;
	}
	.timeline_desc {
		padding: 0 0 90px 0;
		font-size: 22px;
	}
	.timeline_line:before {
		width: 2px;
	}
	.timeline_line:after {
		top: 20px;
	}
	.timeline_event:first-child .timeline_line {
		margin-top: 20px;
	}
	.promise {
		padding: 85px 0 100px 0;
		margin: 15px 0;
	}
	.promises:before {
		top: 68px;
	}
	.promise_item {
		width: 18%;
	}
	.promise_img {
		width: 136px;
	}
	.promise_text {
		font-size: 18px;
	}
	.truck_text_range,
	.truck_text_desc {
		font-size: 50px;
	}
	.contact {
		padding: 100px;
		margin: 15px 0;
	}
	.contact p.address, 
	.contact p.phone, 
	.contact p.email {
		padding-left: 80px;
		background-size: 60px auto;
	}
	#newsColumns {
		padding: 80px 0 100px 0;
	}
	#newsContent {
		width: 68%;
	}
	#newsAside {
		width: 25%;
	}
	.newsList_img, .newsList_text {
		align-self: center;
	}
	.newsList_text h3 {
		font-size: 22px;
	}
	.newsList_text p {
		font-size: 18px;
	}
	#newsAside li {
		font-size: 18px;
	}
	footer p,
	footer li {
		font-size: 14px !important;
	}
	#footerCol1 {
		width: 300px;
	}
	#footerCol2 {
		width: 15%;
	}
	#footerCol3 {
		width: 25%;
	}
	#footerLegals .wrapper {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#footerLegals_rights,
	#footerLegals_byline {
		flex: 0 1 auto;
		width: 48%;
	}
	#footerLegals_byline {
		text-align: right;
	}
}











/* 15.VENDOR-SPECIFIC */

::-webkit-selection { 
background: rgb(23,119,175); 
color: rgb(250,250,250); 
text-shadow: none; }

::-moz-selection { 
background: rgb(23,119,175); 
color: rgb(250,250,250); 
text-shadow: none; }

::selection { 
background: rgb(23,119,175); 
color: rgb(250,250,250); 
text-shadow: none; }

input {
	-webkit-appearance: none;
}

/* How to stop Apple from making links blue: */
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}


div,
input,
textarea  { 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box; }