body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #fbfbfb;

}


/****** set all elements as border box ******/
* {
  box-sizing: border-box;
}

.page {
    margin: 0px auto;
    padding:0px;
    max-width: 100%;
}


/****** top bar ******/
#topbar {
  overflow: visible;
  position: fixed;
  display: block;
  top:0px;
  left:0px;
  z-index:1;
  height:80px;
  width:100%;
  opacity:0.7;
  background:#fbfbfb;
  }

.logo {
  overflow: visible;
  position: absolute;
  display: block;
  left:0px; 
  max-height:80px; 
  padding-left:10px; 
  top:0px;
}

/*
#logo {
  overflow: visible;
  position: absolute;
  display: block;
  left:0px; 
  max-height:80px; 
  padding-left:10px; 
  top:0px; 
  z-index: 1;
}
*/

.logo-btm {
  position: relative;
  max-height:80px;
}



/****** navbar ******/
.topnav {
  overflow: visible;
  background-color: ;
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: right;
  padding: 27px;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
}

.topnav a:hover {
  text-decoration: underline;
  text-decoration-color: #0A9947;
  text-decoration-thickness: 3px;
}

.topnav a:active {
  text-decoration: underline;
  text-decoration-color: #0A9947;
  text-decoration-thickness: 3px;
}

.topnav .icon {
  display: none;
}


/****** spacer div ******/
.spacer {
	height:100px;
}

/****** wrapper limits width on wide screens *******/
.wrapper {
	max-width:1700px; 
	margin:0px auto;
}

/****** page link in text *******/
.page-link a {
	text-decoration: none; 
	color: #0A9947;
}

.page-link a:hover {
  text-decoration: underline;
  text-decoration-color: #0A9947;
}

.page-link a:active {
  text-decoration: underline;
  text-decoration-color: #0A9947;
}
  
/***** top header with image ******/
.header {
	position: relative;
	width: 100%;
}

.overlay-text {
	position: absolute;
	top: 40%;
	left: 5%;
	/*border-color: black;
	border-style: solid;
	border-width: 5px;*/
	width: 95%;
	right: 5%;
	height: 60%;
}

.image-header {
	display: flex;
	/* padding: 8px 16px; */
	padding: 14px 22px;
	justify-content: left;
	align-items: left;
	/*gap: 8px;*/
	border-radius: 34px;
	/* background: rgba(237, 231, 255, 0.50); */
	background: #ddf1e5; 
	width: fit-content;
}

.image-header-text {
	/* color: #FFF;
	font-family: Assistant;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; 
	letter-spacing: 5px; */
	color: #0b9948;
    text-align: left;
    font-family: var(--tag-font-family, 'Assistant-SemiBold', sans-serif);
    font-size: var(--tag-font-size, 20px);
    line-height: var(--tag-line-height, 32px);
    letter-spacing: var(--tag-letter-spacing, 5px);
    font-weight: var(--tag-font-weight, 600);
	text-transform: uppercase;
}

.image-header-title {
	color: #ffffff;
    text-align: left;
	font-family: var(--h3-font-family, 'DmSans-Bold', sans-serif);
    font-size: var(--h3-font-size, 40px);
    font-weight: var(--h3-font-weight, 700);
    position: relative;
	margin-top:10px;
	border-radius: 16px;
	background: rgba(237, 231, 255, 0.60); 
	padding: 14px 22px;
	width: fit-content;
}

.image-header-caption {
	color: #ffffff;
	text-align: right;
    float: right;
	font-family: var(--h3-font-family, 'DmSans-Bold', sans-serif);
    font-size: var(--h3-font-size, 18px);
    /*font-weight: var(--h3-font-weight, 700);*/
    position: absolute;
	border-radius: 16px;
	background: rgba(237, 231, 255, 0.60); 
	padding: 7px 11px;
	width: fit-content;
	right: 20px;
	bottom: 10px;
	font-style: italic;
	letter-spacing: 2px;
}

/****** features ( green shaded boxes on home page ) *****/

.features {
    padding: 0px 0px 40px 0px;
    display: flex;
	flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
	max-width: 90%;
	margin: 0 auto;
}

.features-title {
    color: var(--text-black, #000000);
    text-align: left;
    font-family: var(--h3-font-family, 'DmSans-Bold', sans-serif);
    font-size: var(--h3-font-size, 28px);
    font-weight: var(--h3-font-weight, 700);
    position: relative;
	margin-bottom: 30px;
}

.features-box {
    background: rgba(11, 153, 72, 0.10);
    border-radius: 7px;
    border-style: solid;
    border-color: #eeeeee;
    border-width: 1px;
	margin-bottom: 30px;
    padding: 14px 20px;
    flex-shrink: 1;
    position: relative;
    overflow: visible
}

.features-heading {
    color: #000000;
    text-align: left;
    font-family: var(--h4-font-family, 'DmSans-Bold', sans-serif);
    font-size: var(--h4-font-size, 22px);
    line-height: var(--h4-line-height, 32px);
    font-weight: var(--h4-font-weight, 700);
    position: relative;
    width: 290px;
    flex-shrink: 1;
}

.features-text {
    color: var(--text-grey, #6f6f6f);
    text-align: left;
    font-family: var(--body-font-family, 'Assistant-Regular', sans-serif);
    font-size: var(--body-font-size, 21px);
    line-height: var(--body-line-height, 36px);
    font-weight: var(--body-font-weight, 400);
    position: relative;
    width: 290px;
    height: 170px;
    flex-shrink: 1;
}


.section {
    padding: 20px 0px 40px 0px;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
	max-width: 90%;
	margin: 0px auto;
}


.grey {
	background: var(--bg-light-grey, #ededed);
	padding-top:40px;
}

.green {
	background: var(--Primary, #0B9948);
	padding-top:40px;
}

/****** hide image on small screens *****/

.img-hide {
    flex-shrink: 0;
	width:50%;
    position: relative;
}

/****** show alternate image on small screens *****/
.img-show {
    flex-shrink: 0;
    position: relative;
	display: none;
    margin: auto; 
}

.img-icon {
	
}

/***** widgets and bullet points ******/

.widget {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
	width:45%;
    padding: 0px 0px 0px 0px;
	margin-bottom:20px;
}

.widget-center {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    flex-shrink: 1;
    position: relative;
	width:100%;
    padding: 40px 0px 0px 0px;
	margin-bottom: 0px;
}

.widget-header {
    background: rgba(11, 153, 72, 0.10);
    border-radius: 34px;
    padding: 14px 22px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 1;
    position: relative;
}

.widget-header-center {
	background: rgba(11, 153, 72, 0.10);
	border-radius: 34px;
	padding: 8px 16px 8px 16px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	row-gap: 0px;
	align-items: center;
	justify-content: center;
	flex-shrink: 1;
	position: relative;
}

.widget-header-text {
    color: #0b9948;
    text-align: left;
    font-family: var(--tag-font-family, 'Assistant-SemiBold', sans-serif);
    font-size: var(--tag-font-size, 20px);
    line-height: var(--tag-line-height, 32px);
    letter-spacing: var(--tag-letter-spacing, 5px);
    font-weight: var(--tag-font-weight, 600);
    text-transform: uppercase;
    position: relative;
}

.widget-title {
    color: #000000;
    text-align: left;
	font-family: var(--h3-font-family, 'DmSans-Bold', sans-serif);
    font-size: var(--h3-font-size, 32px);
    font-weight: var(--h3-font-weight, 700);
    position: relative;
}

.widget-text {
    color: var(--text-grey, #6f6f6f);
    text-align: left;
    font-family: var(--body-font-family, 'Assistant-Regular', sans-serif);
    font-size: var(--body-font-size, 21px);
    line-height: var(--body-line-height, 36px);
    font-weight: var(--body-font-weight, 400);
    position: relative;
    align-self: normal;
}

.bullet-point {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
	margin-left:0px;
}

.bullet {
    padding-right:10px;
    margin-top: 0px;
}

.bullet-text {
    color: #000000;
    text-align: left;
    font-family: var(--body-bold-font-family, 'Assistant-Bold', sans-serif);
    font-size: var(--body-bold-font-size, 21px);
    line-height: var(--body-bold-line-height, 32px);
    font-weight: var(--body-bold-font-weight, 700);
    position: relative;
}

/***** Icon section *****/

.icon {
    padding: 0px;
    display: flex;
	flex-flow: row wrap;
	gap: 40px;
    align-items: center;
    justify-content: space-around;
    position: relative;
}


/***** buttons *****/

.button {
    background: var(--primary, #0b9948);
    border-radius: 4px;
    padding: 16px 24px 16px 24px;
 /*   display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
	margin-bottom:20px; */
}

.discover-more, .discover-more a {
    color: #ffffff;
    text-align: center;
    font-family: 'Assistant-Bold', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
	text-decoration: none;
}

.see-our-products {
    color: #ffffff;
    text-align: left;
    font-family: 'Assistant-Bold', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.our-story, .our-story a {
	background: var(--primary, #ffffff);
    border-radius: 4px;
    padding: 16px 24px 16px 24px;
    color: #000000;
    text-align: center;
    font-family: 'Assistant-Bold', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
	text-decoration: none;
	z-index: 5;
}

.submit {
    background: var(--primary, #0b9948);
    border-radius: 4px;
    padding: 16px 24px 16px 24px;	
    color: #ffffff;
    text-align: center;
    font-family: 'Assistant-Bold', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
	text-decoration: none;
}

/***** lumber beams section home page *****/

.lumber-beams {
    object-fit: cover;
	width: 100%;
	height: 690px;
	background: url(images/lumber-beams.jpg);
	background-size: cover;
	margin-bottom: 0px;
	position: relative;
}

.lumber-items {
	width: 80%;
	height: 610px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-content: flex-end;
    position: relative;
	text-align:right;
	align-items: flex-end;
    justify-content: center;
}

/*
  border-style: solid;
  border-color: red;
  border-with: 3px;
*/

/***** flip cards *****/

.flip-card-section {
	padding: 0px 0px 40px 0px;
    position: relative;
	max-width:90%;
	margin: auto;
	margin: 20px auto;
	display: flex;
    flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 420px;
  perspective: 1000px;
  margin: 20px 15px;
  flex-shrink: 0;
  overflow: visible;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #0A9947;
  text-align: left;
  color: white;
  padding: 0px 10px;
  font-size: 15px;
  transform: rotateY(180deg);
}


/**** business value section ****/
.business-value-flip {
	display: flex;
	padding: 20px 0px;
	position: relative;
    flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
	max-width: 100%;
	margin: 0 auto;
}

.business-value-flip-card {
  background-color: transparent;
  width: 428px; /** 95% of height **/
  height: 450px;
  perspective: 1000px;
  margin: 20px 15px;
  flex-shrink: 0;
  overflow: visible;
}

.business-value-flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/****
    padding: 0px 0px 40px 0px;
    display: flex;
	flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
	max-width: 90%;
	margin: 0 auto;
***/

/***** code of conduct section *****/
.coc {
	margin: auto;
	padding-top:40px;
	width:90%;
}

.coc-widget {
	display: flex;
	padding: 48px 80px;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	background: var(--BG-Light-Grey, #EDEDED);
}

.coc-item {
	width: 500px;
	padding:20px;
}

/***** hardwood softwood tables *****/
.small-bold {
	font-size:16px; 
	font-weight:bold;
}

.small-bold-grey {
	font-size:16px; 
	font-weight:bold;
	background:#ededed;
}

/***** page anchors on preservative page *****/ 
	#anchor {
		scroll-margin-top:80px;
		display:block; 
		position:relative;
}

/***** webaddict credit *****/
	#wa {
		 float:right; 
		 margin:-20px 10px 0 0;
}

/***** top margin on download page and mail sent page 
	.top-margin: {
		margin-top:120px auto 0px auto;
	}	*****/

/***** break points *****/

@media screen and (max-width: 1080px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	background-color: #ddd;
  }
  .topnav.responsive a:hover {
	background-color: #0A9947;
	text-decoration: none;
	}
  .logo {
    position:relative;
    max-width:80%;
  }
  .header {
    position:relative;
  }	
}

@media (max-width: 1080px) {
  .features {flex-flow:row wrap; max-width:90%; margin:auto; justify-content: center;}
  .img-hide {display: none}
  .img-show {display: block}
  .img-icon {margin-left:auto; margin-right:auto;}
  .section {max-width:100%; margin:0px; padding-left:0px;}
  .widget {width:90%; margin:auto;}
  .widget-title {font-size:24px;}
  .spacer {height:20px;}
  .learn {width: 100%;}
  .business-value-flip-card {width:370px; height:390px;}
  .coc-item, .coc-widget {padding:10px 0px; margin:0px auto;}
  .coc {width:100%}
  #coc-title {text-align:center; padding-top:10px; margin:0px auto;}
  #coc-title-hide {display:none}
  #coc-button {text-align:center; padding-bottom:20px; padding-top:0px; margin:0px auto;}
  .image-header-title {font-size:20px; padding: 8px 8px;}
  .image-header-text {font-size:14px; line-height:14px; letter-spacing:2px;}
  .image-header {padding: 8px 8px;}
  #header-discover-more, #header-discover-more a {font-size: 14px;}
  #header-button {padding: 8px 12px 8px 12px;}
  .header {position:relative; display:block;}
  .overlay-text {top:25%; left:5%;}
  #topbar {position:relative; opacity:1; height:100%;}
  .logo {top:0px;}
  .image-header-caption {display:none}
  #anchor {scroll-margin-top: 0px;}
  #wa {margin:0 auto; float:none; text-align:center;}
}
  
.card-section {
	padding: 0px 0px 40px 0px;
    position: relative;
	max-width:80%;
	margin: auto;
	margin-top: -80px;
}
  
  /* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 5px;
}

.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 1080px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: white;
  color: black;
}

h3 {
	color: #000000;
    text-align: center;
    font-family: 'DmSans-Bold', sans-serif;
    font-size: 32px;
    font-weight: 700;
}

/* text */
.white {color:white; margin-top:-20px;}
.small-white {color:white; font-size: 15px;}
.green {color:#0A9947; margin-top:-20px;}
.small-green {color:#0A9947; font-size: 15px;}

/* green learn box in footer */
.container {width: 100%; text-align:right;}

.learn {
	width: 82%;
	height: 280px;
	background: url(images/mesh3.png);
	background-size: cover;
	margin-bottom: -140px;
	padding-right: 4%;
	padding-left: 2%;
	position: relative;
	display: inline-block;
}

.learn-items {
	width: 100%;
	height: 280px;
	display: flex;
	flex-flow: row wrap;
    /* column-gap: ; */
	align-items: center;
    justify-content: space-between;
    position: relative;
	padding: 20px;
}

/* footer */
footer {
	padding: 140px 0px 40px 0px;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    row-gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
	max-width:90%;
	margin: auto;
}

.site-map {
	width: 204px;
}

.site-map-header {
	color: var(--Text-Black, #000);
	font-feature-settings: 'liga' off, 'clig' off;
	/*font-family: "DM Sans";*/
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; 
}

.site-map-links a {
	color: var(--Text-Grey, #6F6F6F);
	font-feature-settings: 'liga' off, 'clig' off;
	/*font-family: Assistant;*/
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px; 
	text-decoration: none;
}

.site-map-links a:hover, a:active {
  text-decoration: underline;
  text-decoration-color: #0A9947;
  text-decoration-thickness: 2px;
}


/* bottom footer */
.footer-btm {
margin: 0px;
padding: 0px;
width: 100%;
height: 80px;
background: #4A4A4A;
}

/* green learn box in footer */
@media (max-width: 1080px) {
  .learn {width: 100%;}
  }
  
  
/****** offices ( grey shaded boxes on contact page ) *****/

.offices {
    padding: 40px 0px 40px 0px;
    display: flex;
	flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
    position: relative;
	max-width: 1400px;
	margin: 0 auto;
}


.offices-box {
    background: #ededed;
    border-radius: 7px;
    border-style: solid;
    border-color: #ededed;
    border-width: 1px;
	margin-bottom: 30px;
    padding: 30px ;
    flex-shrink: 0;
    position: relative;
    overflow: visible;
	width: 260px;
}

.offices-heading {
    color: #000000;
    text-align: left;
    font-family: var(--h4-font-family, 'DmSans-Bold', sans-serif);
    font-size: var(--h4-font-size, 22px);
    line-height: var(--h4-line-height, 32px);
    font-weight: var(--h4-font-weight, 700);
    position: relative;
    flex-shrink: 0;
	padding-bottom: 10px;
}

.offices-text {
    color: var(--text-grey, #6f6f6f);
    text-align: left;
    font-family: var(--body-font-family, 'Assistant-Regular', sans-serif);
    font-size: var(--body-font-size, 12px);
    line-height: var(--body-line-height, 36px);
    font-weight: var(--body-font-weight, 400);
    position: relative;
    flex-shrink: 1;
}

/*

.offices-email a {
    color: var(--text-grey, #6f6f6f);
    text-align: left;
    font-family: var(--body-font-family, 'Assistant-Regular', sans-serif);
    font-size: var(--body-font-size, 12px);
    line-height: var(--body-line-height, 36px);
    font-weight: var(--body-font-weight, 400);
    position: relative;
    flex-shrink: 1;
	text-decoration: none;
}

.offices-email a:hover, a:active {
  text-decoration: underline;
  text-decoration-color: #6f6f6f;
  text-decoration-thickness: 2px;
}

*/