/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Base Styles -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
:root{
	--notchSize: 20px;
	--notchSizeTiny: 0.333em;
	--notchSizeSmall: 0.5em;
	--notchSizeBig: 1.334em;
	--notchSizeVW: 1.5vw;
	--notchSizeMobile: 10px;
	--notchAll: polygon(
      0% var(--notchSize), 
      var(--notchSize) 0%, 
      calc(100% - var(--notchSize)) 0%, 
      100% var(--notchSize), 
      100% calc(100% - var(--notchSize)), 
      calc(100% - var(--notchSize)) 100%, 
      var(--notchSize) 100%, 
      0% calc(100% - var(--notchSize))
    );
    --notchBottom: polygon(
      0% 0%, 
      0% 0%, 
      100% 0%, 
      100% 0%, 
      100% calc(100% - var(--notchSize)), 
      calc(100% - var(--notchSize)) 100%, 
      var(--notchSize) 100%, 
      0% calc(100% - var(--notchSize))
    );
    --notchTop: polygon(
      0% var(--notchSize), 
      var(--notchSize) 0%, 
      calc(100% - var(--notchSize)) 0%, 
      100% var(--notchSize), 
      100% 100%, 
      100% 100%, 
      0% 100%, 
      0% 100%
    );
    --notchLeft: polygon(
      0% var(--notchSize), 
      var(--notchSize) 0%, 
      100% 0%, 
      100% 0%, 
      100% 100%, 
      100% 100%, 
      var(--notchSize) 100%, 
      0% calc(100% - var(--notchSize))
    );
    --notchBR: polygon(
      0% 0%, 
      0% 0%, 
      100% 0%, 
      100% 0%, 
      100% calc(100% - var(--notchSize)), 
      calc(100% - var(--notchSize)) 100%, 
      0% 100%, 
      0% 100%
    );
    --notchBL: polygon(
      0% 0%, 
      0% 0%, 
      100% 0%, 
      100% 0%, 
      100% 100%, 
      100% 100%, 
      var(--notchSize) 100%, 
      0% calc(100% - var(--notchSize))
    );
	--notchAllVW: polygon(
      0% var(--notchSizeVW), 
      var(--notchSizeVW) 0%, 
      calc(100% - var(--notchSizeVW)) 0%, 
      100% var(--notchSizeVW), 
      100% calc(100% - var(--notchSizeVW)), 
      calc(100% - var(--notchSizeVW)) 100%, 
      var(--notchSizeVW) 100%, 
      0% calc(100% - var(--notchSizeVW))
    );
    --notchBottomVW: polygon(
      0% 0%, 
      0% 0%, 
      100% 0%, 
      100% 0%, 
      100% calc(100% - var(--notchSizeVW)), 
      calc(100% - var(--notchSizeVW)) 100%, 
      var(--notchSizeVW) 100%, 
      0% calc(100% - var(--notchSizeVW))
    );
    --notchBottomMobile: polygon(
      0% 0%, 
      0% 0%, 
      100% 0%, 
      100% 0%, 
      100% calc(100% - var(--notchSizeMobile)), 
      calc(100% - var(--notchSizeMobile)) 100%, 
      var(--notchSizeMobile) 100%, 
      0% calc(100% - var(--notchSizeMobile))
    );
	--notchAllTiny: polygon(
      0% var(--notchSizeTiny), 
      var(--notchSizeTiny) 0%, 
      calc(100% - var(--notchSizeTiny)) 0%, 
      100% var(--notchSizeTiny), 
      100% calc(100% - var(--notchSizeTiny)), 
      calc(100% - var(--notchSizeTiny)) 100%, 
      var(--notchSizeTiny) 100%, 
      0% calc(100% - var(--notchSizeTiny))
    );
	--notchAllSmall: polygon(
      0% var(--notchSizeSmall), 
      var(--notchSizeSmall) 0%, 
      calc(100% - var(--notchSizeSmall)) 0%, 
      100% var(--notchSizeSmall), 
      100% calc(100% - var(--notchSizeSmall)), 
      calc(100% - var(--notchSizeSmall)) 100%, 
      var(--notchSizeSmall) 100%, 
      0% calc(100% - var(--notchSizeSmall))
    );
	--notchAllBig: polygon(
      0% var(--notchSizeBig), 
      var(--notchSizeBig) 0%, 
      calc(100% - var(--notchSizeBig)) 0%, 
      100% var(--notchSizeBig), 
      100% calc(100% - var(--notchSizeBig)), 
      calc(100% - var(--notchSizeBig)) 100%, 
      var(--notchSizeBig) 100%, 
      0% calc(100% - var(--notchSizeBig))
    );
}
/*
clip-path: 
    polygon(
      0% 20px,                 top left
      20px 0%,                 top left
      calc(100% - 20px) 0%,    top right
      100% 20px,               top right
      100% calc(100% - 20px),  bottom right
      calc(100% - 20px) 100%,  bottom right
      20px 100%,               bottom left
      0 calc(100% - 20px)      bottom left
    );
*/
@keyframes sawSpin {
  from {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg);}
}
@font-face{
  font-family: PorticoStencil;
  src: url('/portico_stencil.otf');
}
/*
Acumin Pro Bold/Medium/Light
font-family: acumin-pro, sans-serif;
font-weight: 700, 500, 200;
font-style: normal, italic;
*/
body{
	margin: 0;
	padding: 0;
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 1;
    font-family: acumin-pro, sans-serif;
    letter-spacing: 0.03em;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}
.notch-all {
	-webkit-clip-path: var(--notchAll);
	clip-path: var(--notchAll);
}
.notch-bottom {
	-webkit-clip-path: var(--notchBottom);
	clip-path: var(--notchBottom);
}

.narrow{
    width: 75%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.title-light{
    color: #769a7e;
    text-transform: uppercase;
    font-size: 1.5em;
}
input:not([type="checkbox"]):not([type="radio"]), textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #ffffff;
    color: #243a2d;
    font-style: normal;
    font-weight: 400;
    font-size: 1.3em;
    font-family: acumin-pro, sans-serif;
    letter-spacing: 0.03em;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0.2em 0.5em;
    margin: 0 0 0.75em 0;
}
textarea{
	min-height: 7.5em;
	max-height: 15em;
    line-height: 1.1em;
    padding-top: 0.4em;
}
input::placeholder, textarea::placeholder{
	text-transform: uppercase;
    font-weight: 200;
}
input:hover::placeholder, textarea:hover::placeholder, input:active::placeholder, textarea:active::placeholder, input:focus::placeholder, textarea:focus::placeholder{
    opacity: 0.5;
}
input[type="checkbox"], input[type="radio"]{
	/*-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;*/
}
.requiredError{
	outline: 1px solid #f7931d !important;
	border-color: #f7931d !important;
}
.requiredError ~ label .tbfic-box{
	border-color: #f7931d !important;
}
.form-endwrapper{}
.recaptcha-container{
	display: inline-block;
    vertical-align: middle;
}
.recaptcha-container .g-recaptcha{
	
}
.form-submit{
    display: inline-block;
    vertical-align: middle;
	-webkit-appearance: none;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 0;
	background-color: #f7931d;
    color: #ffffff;
    font-size: 1.3em;
	text-transform: uppercase;
	font-weight: 800;
    box-sizing: border-box;
    padding: 0.5em 2em;
    margin: 0;
    float: right;
    cursor: pointer;
}
.form-submit:hover, .form-submit:active, .form-submit:focus{
	-webkit-box-shadow: inset 0px 0px 0.5em -0.25em #ffffff;
	box-shadow: inset 0px 0px 0.5em -0.25em #ffffff;
	background: #ff8b00;
}
.form-submit:active{
	-webkit-box-shadow: inset 0px 0px 1em -0.5em #000000;
	box-shadow: inset 0px 0px 1em -0.5em #000000;
}
.clear{
	display: block;
	width: 0;
	height: 0;
	opacity: 0;
	clear: both;
}


/* Parallax Scrolling Sections */
.parallax-scroll{
	position: relative;
	overflow: hidden;
	/*background-color: #837a73;*/
}
#index .parallax-scroll{
	margin-top: -55px;
}
.ps-content{
	position: relative;
	z-index: 1;
}
#index .ps-content{
    padding: 15vw 0 10vw 0;
}
.ps-bgs{
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    height: 100%;
    pointer-events: none;
}
.ps-bg{
	position: absolute;
	z-index: 0;
	top: 100vh;
	right: 0;
	left: 0;
	height: 100vw;
	will-change: top;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.ps-bg:after{
	content: '';
	position: absolute;
	top: 75vw;
	right: 0;
	left: 0;
    height: 500vh;
}
#ps-mtn #ps-bg-1{
	background-image: url('/images/parallax-1.png');
	z-index: 0;
}
#ps-mtn #ps-bg-1:after{
	background-color: #d2dcca;
}
#ps-mtn #ps-bg-2{
	background-image: url('/images/parallax-2.png');
	z-index: 1;
}
#ps-mtn #ps-bg-2:after{
	background-color: #55735d;
}
#ps-mtn #ps-bg-3{
	background-image: url('/images/parallax-3.png');
	z-index: 2;
}
#ps-mtn #ps-bg-3:after{
	background-color: #2e5344;
}
#ps-mtn #ps-bg-4{
	background-image: url('/images/parallax-4.png');
	z-index: 3;
}
#ps-mtn #ps-bg-4:after{
	background-color: #114434;
}


/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Header -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
#header{
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
}
#headerbuttonmobile, #headerlogomobile, #headertexttablet,  #headerlinesmobile{
	display: none;
}
.headerback{
	background: #3c2618;
	height: 50px;
    border-bottom: 5px solid #000000;
}
.incl-parallax .headerback{
	display: none;
}
.incl-parallax .headerback#parallaxheaderback{
	display: block;
    margin-bottom: -55px;
}
#headercontent{
	position: fixed;
	z-index: 999;
	top: 0;
	right: auto;
	bottom: auto;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	color: #000000;
	-webkit-filter: drop-shadow(0px -8px 4px rgba(0, 0, 0, 0.5))drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0px -8px 4px rgba(0, 0, 0, 0.5))drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
    text-align: center;
    font-size: 1.35em;
    /*width: 70%;*//*Control width with .narrow */
}
#headercontent:before{
	content: "";
	-webkit-clip-path: var(--notchBottom);
	clip-path: var(--notchBottom);
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f7931d;
    color: #000000;
}
.header-section{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
#header-left{
	width: calc((100% - 14em) / 2);
	text-align: left;
    padding-left: 20px;
}
#header-center{
    width: 14em;
	position: relative;
}
#header-right{
	width: calc((100% - 14em) / 2);
	text-align: right;
    padding-right: 20px;
}
.headerlink{
    display: inline-block;
    padding: 1.15em;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    width: auto;
    box-sizing: border-box;
    position: relative;
    background: #f7931d;
    outline: 0;
}
.headerlink:hover, .headerlink:active, .headerlink:focus{
	background: #25392d;
	color: #ffffff;
}
/*#header-left .headerlink:nth-child(1){
    -webkit-clip-path: var(--notchBL);
    clip-path: var(--notchBL);
}
#header-right .headerlink:nth-last-child(1){
    -webkit-clip-path: var(--notchBR);
    clip-path: var(--notchBR);
}*/
#headerlogo{
    background: #243a2d;
	-webkit-clip-path: var(--notchBottom);
    clip-path: var(--notchBottom);
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    height: auto;
    padding: 0.15em 0.5em 0em 0.5em;
    box-sizing: border-box;
    -webkit-transition: padding 0.1s ease-in-out;
    -moz-transition: padding 0.1s ease-in-out;
    -o-transition: padding 0.1s ease-in-out;
    transition: padding 0.1s ease-in-out;
}
#headerlogo:hover, #headerlogo:active, #headerlogo:focus, #headerlogo:focus-within{
	padding-top: 0.3em;
	padding-bottom: 0.15em;
}
#headerlogo img{
	width: 70%;
	height: auto;
}
#headerlogotext{
    font-size: 1em;
    margin-top: -0.4em;
    margin-bottom: 0.5em;
    font-family: 'PorticoStencil';
    color: #ffffff;
    font-weight: normal;
    text-shadow: 0px 0px 0.35em rgba(0,0,0,0.75), 0px 0px 0.45em rgba(0,0,0,0.75), 0px 0px 0.55em rgba(0,0,0,0.75);
}


/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Hero -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */

.hero{
    padding-top: 20vw;
	background-color: #e1e0df;
	background-image: url('/images/hero-default.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.property-listing .hero{
    padding-top: 50vh;
}
.hero-inner{}
.hero-text{
    display: inline-block;
    background: #ffffff;
    color: #f7931d;
    font-family: 'PorticoStencil';
    font-size: 3.5em;
    line-height: 1.2em;
    padding: 0.05em 0.75em 0 0.25em;
    border-left: 0.3em solid #243a2d;
}
.property-listing .hero-text{
    font-family: acumin-pro, sans-serif;
    font-weight: 500;
}
.property-listing .hero-text .alt-text{
    font-family: cursive;
    font-weight: 400;
}
.property-listing .hero-text .alt-text img{
    height: 0.7em;
	width: auto;
	margin-right: 0.25em;
}
.property-listing .hero-text sup{
	font-size: 0.6em;
    font-weight: 200;
}


/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Banner Content Section -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
.banner-content{
	background: #231a12;
    border-top: 8px solid #f7931d;
    border-bottom: 8px solid #f7931d;
	color: #ffffff;
}
.incl-parallax #have-timber{
    margin-top: -15vh;
}
.bc-inner{
    min-height: 25vw;
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
.bci-side{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	flex: 0.5;
}
.bci-left{
    padding-left: 12.5%;
    padding-right: 5%;
}
.bci-left h2{
    font-size: 2.25em;
	font-weight: 500;
    padding-left: 23px;
    margin: 1.5em 0 0.25em 0;
	border-left: 7px solid #f7931d;
}
.bci-left p{
    font-size: 1.15em;
    line-height: 1.5em;
    margin: 0 0 0 32px;
}
.bci-left a{
    display: inline-block;
    font-size: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    margin: 3em 0 2.5em 0;
    margin-left: 30px;
    background: #f7931d;
    color: #ffffff;
    -webkit-clip-path: var(--notchAllSmall);
    clip-path: var(--notchAllSmall);
    padding: 0.45em 0.75em 0.5em 0.75em;
    outline: 0;
}
.bci-left a:hover, .bci-left a:active, .bci-left a:focus{
    background: #ff8b00;
}
.bci-right{
	padding-right: 12.5%;
	padding-left: 5%;
	background-image: url('/images/timber-piles.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#have-timber .bci-right{
	background-image: url('/images/timber-piles.jpg');
}
#custom-services .bci-right{
	background-image: url('/images/truck-crane.jpg');
}
#htir-blade{
    display: flex;
    position: relative;
    text-align: center;
    height: 75%;
    top: 12.5%;
    -webkit-filter: drop-shadow(0.65vh 0.85vh 0.25vh rgba(0,0,0,0.75));
    filter: drop-shadow(0.65vh 0.85vh 0.25vh rgba(0,0,0,0.75));
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#htirb-inner{
    display: inline-flex;
    position: relative;
    height: 100%;
    width: auto;
    outline: 0;
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    -moz-transition: -moz-transform 0.1s ease-in-out;
    -o-transition: -o-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
}
#htirb-inner:hover, #htirb-inner:active, #htirb-inner:focus{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.htirb-piece{
    height: 100%;
    width: auto;
}
#htirb-shadow, #htirb-saw{
	animation: sawSpin 45s linear infinite;
}
#htirb-shadow{
    display: none;/*Using drop-shadow on parent instead. This guarantees the saw stays in sync.*/
    position: absolute;
    top: 2.5%;
    left: 1%;
    right: 0;
    bottom: 0;
}
#htirb-saw{
    pointer-events: none;
}
#htirb-text{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
#custom-services .bci-left{
	width: 40%;
	flex: 0.4;
}
#custom-services .bci-right{
	width: 60%;
	flex: 0.6;
}
.banner-content.featured-listings{
	padding: 75px 0;
	background: #ffffff;
    font-size: 18px;
    border: 0;
}
.featured-listings-inner{
	
}
.fl-side{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.fl-left{
	width: 25%;
}
.fl-right{
	width: 75%;
	padding-left: 5%;
}
.fl-left img{
	max-width: 100%;
	height: auto;
}
.featured-listings .l-listing{
	width: calc(50% - 1em);
}
.featured-listings .l-listing:nth-of-type(1){
	margin: 0 1em 0 0;
}
.featured-listings .l-listing:nth-of-type(2){
	margin: 0 0 0 1em;
}


/* ------------------------------------ Index ------------------------------------ */
#index{
    background-color: #837a73;
    background-image: url('/images/bg-home.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#top-blocks{
	position: relative;
	min-height: 100vh;
    margin-top: -55px;
}
#tb-inner{
    position: absolute;
    width: 85%;
    max-width: none;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 15vw;
    text-align: center;
}
#tb-mobile-sawblade{
	display: none;
}
.tb-item{
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	display: inline-block;
	vertical-align: top;
	position: relative;
    box-sizing: border-box;
    width: 23%;
    height: 100%;
    text-decoration: none;
    font-size: 1.75em;
    color: #000000;
    border-bottom: 14px solid green;
    margin: 0 1%;
    outline: 0;
}
#tb-lumber{
	background-image: url('/images/tb-lumber.jpg');
	border-color: #121d16;
}
#tb-bulk{
	background-image: url('/images/tb-bulk.jpg');
	border-color: #636f5a;
}
#tb-land{
	background-image: url('/images/tb-land.jpg');
	border-color: #3c2618;
}
#tb-timber{
	background-image: url('/images/tb-timber.jpg');
	border-color: #444f46;
}
.tbi-over{
	position: absolute;
    width: 100%;
    height: 100%;
	background: rgba(255,255,255,0.5);
	border-bottom: 14px solid orange;
	-webkit-transition: height 0.25s ease-in-out;
	-moz-transition: height 0.25s ease-in-out;
	-o-transition: height 0.25s ease-in-out;
	transition: height 0.25s ease-in-out;
}
#tb-lumber .tbi-over{
	border-color: #243a2d;
}
#tb-bulk .tbi-over{
	border-color: #d2dccb;
}
#tb-land .tbi-over{
	border-color: #f7931d;
}
#tb-timber .tbi-over{
	border-color: #769a7e;
}
.tbi-title{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
	text-transform: uppercase;
	padding: 0.25em 0.75em 0.15em 0.75em;
	box-sizing: border-box;
    text-align: left;
	-webkit-transition: all 0.125s ease-in-out;
	-moz-transition: all 0.125s ease-in-out;
	-o-transition: all 0.125s ease-in-out;
	transition: all 0.125s ease-in-out;
	-webkit-transition-delay: 0.125s;
	-moz-transition-delay: 0.125s;
	-o-transition-delay: 0.125s;
	transition-delay: 0.125s;
	padding-top: 1.75em;
	background: #ffffff;
	color: #243a2d;
}
.tb-item:hover, .tb-item:active, .tb-item:focus{
}
.tb-item:hover .tbi-over, .tb-item:active .tbi-over, .tb-item:focus .tbi-over{
	height: 0%;
}
.tb-item:hover .tbi-title, .tb-item:active .tbi-title, .tb-item:focus .tbi-title{
    color: #ffffff;
	-webkit-transition-duration: 0.125s;
	-moz-transition-duration: 0.125s;
	-o-transition-duration: 0.125s;
	transition-duration: 0.125s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	padding-top: 0.25em;
}
#tb-lumber:hover .tbi-title, #tb-lumber:active .tbi-title, #tb-lumber:focus .tbi-title{
	background: #243a2d;
}
#tb-bulk:hover .tbi-title, #tb-bulk:active .tbi-title, #tb-bulk:focus .tbi-title{
	background: #d2dccb;
}
#tb-land:hover .tbi-title, #tb-land:active .tbi-title, #tb-land:focus .tbi-title{
	background: #f7931d;
}
#tb-timber:hover .tbi-title, #tb-timber:active .tbi-title, #tb-timber:focus .tbi-title{
	background: #769a7e;
}

#group-locations{/* .parallax-content */
    position: relative;
    box-sizing: border-box;
    background: #ffffff;
    -webkit-clip-path: var(--notchAll);
    clip-path: var(--notchAll);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}
.gl-side{
	display: inline-block;
	flex: 1;
	vertical-align: top;
	width: 50%;
    box-sizing: border-box;
    padding: 1.5em 0;
}
#gl-left h1, #gl-left img, #gl-left p, .glr-block{
    padding: 0 30px;
}
#gl-left{
    position: relative;
}
#gl-left:before{
	content: "";
    -webkit-clip-path: var(--notchLeft);
    clip-path: var(--notchLeft);
    position: absolute;
    z-index: -1;
    top: 4px;
    right: 0;
    bottom: 4px;
    left: 4px;
	background-color: #90bdf8;
	background-image: url('/images/excavator.jpg');
	background-size: 100% auto;
	background-position: bottom center;
	background-repeat: no-repeat;
}
#gl-left h1, #gl-left img{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
#gl-left h1{
    padding-right: 0;
    width: 70%;
    margin: 0;
    font-size: 2.5em;
    font-weight: normal;
    font-family: 'PorticoStencil';
    color: #3c2618;
}
#gl-left img{
	padding-left: 0;
	width: 30%;
    box-sizing: border-box;
}
#gl-left p{
    margin: 0.75em 0;
    line-height: 1.5em;
    font-size: 1.125em;
}
#gl-right{
    display: inline-flex;
    flex: 1;
    vertical-align: top;
    width: 50%;
    padding: 0;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.glr-block {
    display: inline-flex;
    flex: 1;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    padding-top: 1.5em;
    padding-bottom: 1em;
    border-bottom: 3px solid #2f5344;
    text-decoration: none;
    color: #000000;
    outline: 0;
}
.glr-block:hover, .glr-block:active, .glr-block:focus{
	background-color: #ecf5ff;
}
.glr-block:nth-last-child(1) {
	border-bottom: 0;
}
.glrb-left{
	flex: 0.45;
}
.glrb-right{
    flex: 0.5;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
	text-align: right;
}
.glrb-title{
    font-family: 'PorticoStencil';
    font-size: 1.85em;
    line-height: 1.25em;
    color: #2f5344;
}
.glrb-text{
    line-height: 1.3em;
    font-size: 1em;
}
.glrb-location{
    margin-top: 0.75em;
}


/* ------------------------------------ Land ------------------------------------ */

#land{}
#land-opening{
    /* position: relative;
    background: #243a2d;
    -webkit-clip-path: var(--notchAllBig);
    clip-path: var(--notchAllBig);
    width: 62.5%;
    padding: 1.5em 3em;
    text-align: center; */
    margin: 2.5em auto 2em auto;
    box-sizing: border-box;
    line-height: 1.25em;
    font-size: 18px;
}
/*#land-opening:before{
	content:'';
	position: absolute;
	z-index: 0;
	background: #ffffff;
    -webkit-clip-path: var(--notchAllBig);
    clip-path: var(--notchAllBig);
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
}*/
#land-opening p{
	position: relative;
	z-index: 1;
    margin: 0 31px;
}
#land-listings{
    font-size: 1.25em;
	margin-bottom: 100px;
}
.l-listing{
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 2em);
	margin: 1em;
	border: 2px solid #243a2d;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-decoration: none;
	color: #000000;
}
.l-listing:hover{
	border-color: #f7931d;
	-webkit-transform: scale(1.075);
	-moz-transform: scale(1.075);
	-ms-transform: scale(1.075);
	-o-transform: scale(1.075);
	transform: scale(1.075);
}
.ll-top, .ll-bottom{
	padding: 1em;
}
.ll-top{
    padding-top: 11em;
	padding-bottom: 0.25em;
	background-color: #243a2d;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.llt-price{
	color: #ffffff;
	font-weight: 500;
	font-size: 2em;
}
.ll-bottom{
	padding-top: 0.5em;
}
.llb-left, .llb-right{
	display: inline-block;
	vertical-align: bottom;
	width: 50%;
}
.llb-left{
	width: calc(100% - 7em);
}
.llb-right{
    width: 7em;
	text-align: right;
}
.llbls-location{
	margin-bottom: 0.3em;
}
.llbls-size{
	text-transform: uppercase;
	font-weight: 700;
}
.llbr-link{
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	color: #f7931d;
	font-size: 0.9em;
}
.llbrl-underline{
	text-decoration: underline;
}


/* ------------------------------------ Products ------------------------------------ */

#products{
}
#products-container{
	margin-bottom: 10em;
}
.products{
	margin-top: 100px;
	text-align: left;
}
#lumber{}
#bulk{}
.products-title{
    display: block;
	text-align: left;
	font-weight: 500;
	text-transform: uppercase;
    font-size: 2.25em;
	margin: 0.75em auto;
	color: #243a2d;
}
.products-title-inner{
	position: relative;
    display: inline-block;
    margin-left: 0.815em;
}
/*.products-title-inner:before{
    content: '';
    position: absolute;
    top: 50%;
    left: -1em;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0.3em;
    height: 0.1em;
    background: #243a2d;
}
.products-title-inner:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0.3em;
    height: 0.1em;
    background: #243a2d;
}*/
.producttitlebreak{
	display: block;
	width: 100%;
	height: 0;
	opacity: 0;
}
.product{
	position: relative;
	z-index: 1;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
	background: #ffffff;
	margin-bottom: 2em;
	border-color: #ffffff;
	background-color: #ffffff;
	-webkit-transition: -webkit-transform, border-color, background-color, z-index;
	-moz-transition: -moz-transform, border-color, background-color, z-index;
	-o-transition: -o-transform, border-color, background-color, z-index;
	transition: -webkit-transform, border-color, background-color, z-index;
	transition: transform, border-color, background-color, z-index;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: 0.15s, 0.15s, 0.15s, 0s;
	-moz-transition-duration: 0.15s, 0.15s, 0.15s, 0s;
	-o-transition-duration: 0.15s, 0.15s, 0.15s, 0s;
	transition-duration: 0.15s, 0.15s, 0.15s, 0s;
	-webkit-transition-delay: 0s, 0s, 0s, 0.075s;
	-moz-transition-delay: 0s, 0s, 0s, 0.075s;
	-o-transition-delay: 0s, 0s, 0s, 0.075s;
	transition-delay: 0s, 0s, 0s, 0.075s;
	border-radius: 7px;
}
.product:hover, .product:active, .product:focus, .product:focus-within{
	z-index: 2;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	border-color: #f7931d;
	background-color: #ebf0ec;
	-webkit-transition-duration: 0.15s, 0.15s, 0.15s, 0s;
	-moz-transition-duration: 0.15s, 0.15s, 0.15s, 0s;
	-o-transition-duration: 0.15s, 0.15s, 0.15s, 0s;
	transition-duration: 0.15s, 0.15s, 0.15s, 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.prod-top{
	border: 4px solid;
	border-bottom: 0;
	border-color: inherit;
	background-color: inherit;
	padding-bottom: 5px;
    border-radius: 6px 6px 0 0;
}
.prod-img{
	background-color: inherit;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
    padding-top: 15em;
    margin-bottom: 5px;
}
.prod-title{
	margin-right: 5px;
	margin-left: 5px;
    font-size: 1.4em;
    line-height: 1.15em;
	text-transform: uppercase;
	font-weight: 500;
	background-color: inherit;
}
.prod-bottom{
	position: absolute;
	top: 99%;
	left: 0;
	right: 0;
	border: 4px solid;
	border-top: 0;
	border-color: inherit;
	background-color: inherit;
    border-radius: 0 0 6px 6px;
	overflow: hidden;
	max-height: 0em;
	-webkit-transition: max-height 0.15s ease-in-out;
	-moz-transition: max-height 0.15s ease-in-out;
	-o-transition: max-height 0.15s ease-in-out;
	transition: max-height 0.15s ease-in-out;
}
.product:hover .prod-bottom, .product:active .prod-bottom, .product:focus .prod-bottom, .product:focus-within .prod-bottom{
	max-height: 20em;
}
.prod-desc{
    font-size: 1em;
    line-height: 1.4em;
    margin: 0.5em 4px 1em 4px;
}
.prod-avail{
	font-size: 1em;
	margin: 1.5em auto 0.25em 5px;
}
.prod-locs{
	margin-bottom: 5px;
	margin-left: 5px;
}
.prod-loc{
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	background: #769a7e;
	color: #ffffff;
    font-size: 1em;
    padding: 0.25em 0.5em;
	margin: 0.15em;
    -webkit-clip-path: var(--notchAllTiny);
    clip-path: var(--notchAllTiny);
}
.prod-loc:hover, .prod-loc:active, .prod-loc:focus{
	background: #444f46;
}


/* ------------------------------------ Listing Pages ------------------------------------ */

.property-listing{}
.property-listing .title-light{
	font-weight: 500;
	color: #a3c3a6;
}
.property-listing-container{
    font-size: 1.125em;
	box-sizing: border-box;
	padding: 20px 30px;
}
.plc-side{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 50%;
    min-height: 200px;
}
.plc-left{}
.plc-info{
	font-weight: 800;
	margin-bottom: 1em;
}
.plc-left p{
	margin: 0 0 2em 0;
    line-height: 1.4em;
}
.plc-imgs{
	margin-bottom: 1.5em;
}
.plc-img{
	display: inline-block;
    vertical-align: middle;
	box-sizing: border-box;
    width: 200px;
    height: 200px;
    max-width: 17vw;
    max-height: 17vw;
	margin: 1.5%;
	outline: 0;
}
.plc-img:hover, .plc-img:active, .plc-img:focus{
	border-color: #f7931d;
}
.plc-img:nth-child(1){
	margin-left: 0;
}
.plc-img img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
    border: 4px solid #243a2d;
    box-sizing: border-box;
}
.plc-right{
	text-align: right;
}
.plc-view-more{
	display: inline-block;
	text-align: left;
	font-size: 1.15em;
	line-height: 1.3em;
	color: #000000;
	text-decoration: none;
	padding-bottom: 0.5em;
    border-bottom: 2px solid transparent;
    outline: 0;
}
.plc-view-more:hover, .plc-view-more:active, .plc-view-more:focus{
    border-color: #f7931d;
}
.plc-view-more img{
    width: auto;
    height: 1.25em;
    vertical-align: bottom;
}
.plc-interested{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 22.5em;
    max-width: 100%;
    margin: 1.5%;
    margin-right: 0;
    float: right;
}
.plc-imgs + .title-light{
    clear: both;
}
.plci-sign-img{
    position: absolute;
    z-index: 1;
    width: 50%;
    height: auto;
    right: 0;
    bottom: 90%;
}
.plci-content{
    position: relative;
    z-index: 2;
    background: none;
    box-sizing: border-box;
    padding: 1em 1.5em;
    text-align: left;
    -webkit-filter: drop-shadow(0px 0px 0.5em rgba(0,0,0,0.6));
    filter: drop-shadow(0px 0px 0.5em rgba(0,0,0,0.6));
}
.plci-content:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    background: #ffffff;
    -webkit-clip-path: var(--notchAll);
    clip-path: var(--notchAll);
}
.plci-content:after{
	content:'';
	position: absolute;
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f7931d;
	-webkit-clip-path: var(--notchAll);
	clip-path: var(--notchAll);
}
.plci-interested-img{
    height: 2em;
    width: auto;
    margin-left: 2em;
}
.plci-big{
    text-transform: uppercase;
    font-family: 'PorticoStencil';
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: normal;
    text-shadow: 0px 0px 2px rgba(247,147,29,0.5);
}
.plci-big .alt-text{
	font-family: cursive;
    text-shadow: none;
    font-style: italic;
    font-size: 2em;
}
.plcii-info{
	font-size: 1.15em;
	font-weight: 500;
	margin: 0.35em 0;
}
.plcii-title{
	color: #f7931d;
}
.plcii-content{
	color: #000000;
	text-decoration: none;
}
a.plcii-content:hover, a.plcii-content:active, a.plcii-content:focus{
	text-decoration: underline;
}
.plc-fullwidth{}
.plc-fullwidth a{
	color: #000000;
}
.plc-map{
	margin: 1em auto 5em auto;
}
.plc-map iframe{
	width: 100%;
	height: 500px;
}


/* ------------------------------------ Our Locations ------------------------------------ */

#our-locations{
	margin: 2.5em auto;
	font-size: 1.75em;
}
.ol-company{
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
    margin: 1em 0.75em;
	box-sizing: border-box;
	border: 3px solid #243a2d;
	border-radius: 0.15em;
	-webkit-transition: border 0.15s ease-in-out;
	-moz-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.ol-company:hover, .ol-company:active, .ol-company:focus{
	border-color: #f7941d;
}
.olc-side{
	position: relative;
	display: inline-block;
	vertical-align: middle;
    height: 10em;
}
.olc-left{
	width: 65%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.olcl-name{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #3c2618;
    opacity: 0;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
#ol-company-ls .olcl-name{
	background: rgba(60,38,24,1);
}
#ol-company-atm .olcl-name{
	background: rgba(43,71,56,1);
}
#ol-company-aft .olcl-name{
	background: rgba(9,43,121,1);
}
.ol-company:hover .olcl-name, .ol-company:active .olcl-name, .ol-company:focus .olcl-name{
    opacity: 0.7;
}
.olcln-text{
    position: absolute;
    bottom: 1.85em;
    left: 0.825em;
    font-family: 'PorticoStencil';
    font-size: 1.25em;
    opacity: 1;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.ol-company:hover .olcln-text, .ol-company:active .olcln-text, .ol-company:focus .olcln-text{
    opacity: 0.667;
}
.olcl-region{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 0.25em 0em 0.35em 1em;
	background: rgba(0,0,0,0.75);
	-webkit-transition: background 0.25s ease-in-out;
	-moz-transition: background 0.25s ease-in-out;
	-o-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
}
#ol-company-ls .olcl-region{
	background: rgba(60,38,24,0.75);
}
#ol-company-ls:hover .olcl-region{
	background: rgba(60,38,24,1);
}
#ol-company-atm .olcl-region{
	background: rgba(43,71,56,0.75);
}
#ol-company-atm:hover .olcl-region{
	background: rgba(43,71,56,1);
}
#ol-company-aft .olcl-region{
	background: rgba(9,43,121,0.75);
}
#ol-company-aft:hover .olcl-region{
	background: rgba(9,43,121,1);
}
.olc-right{
	width: 35%;
	overflow: hidden;
}
.olcr-img{
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin: 1em;
    width: calc(100% - 2em);
    height: calc(100% - 2em);
	opacity: 0.3;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.ol-company:hover .olcr-img, .ol-company:active .olcr-img, .ol-company:focus .olcr-img{
	opacity: 1;
    height: calc(100% - 3.575em);
}
.olcr-goto{
    /*max-height: 0;*/
    position: absolute;
    right: auto;
    bottom: 0;
    left: -100%;
    width: 100%;
    padding: 0;
    text-align: center;
    background: #f7941d;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	padding: 0.15em 0em 0.45em 0em;
}
.ol-company:hover .olcr-goto, .ol-company:active .olcr-goto, .ol-company:focus .olcr-goto{
    left: 0;
}
.olcrgt-text{
    font-size: 0.75em;
    font-weight: 500;
}
.olcrgti-text-alt{
    border-bottom: 1px solid #ffffff;
}




/* ------------------------------------ Location Pages ------------------------------------ */

.location-page{}
.location-page .title-light{
    color: #a3c3a6;
}
#location-atm{}
#location-ls{}
#location-aft{}
#lp-opening{}
#lpo-inner{}
.lpoi-side{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 50%;
    padding: 1em;
}
.lpoi-left{
	width: calc(50% - 1em);
	position: relative;
    background: rgba(255,255,255,0.9);
    margin-left: 1em;
    padding-bottom: 2.5em;
}
#location-aft .lpoi-left {
    display: block;
    width: calc(100% - 2em);
    margin: 0 auto;
}
.lpoil-name{
	font-weight: 800;
	font-size: 1.5em;
	text-transform: uppercase;
}
.lpoil-desc{
	font-size: 1.1em;
    line-height: 1.35em;
    margin-bottom: 0;
}
.lpoi-right{
	padding-top: 2.5em;
}
.lpoir-map{
	border: 2px solid #f7931d;
    box-shadow: 0px 0px 0px 4px #ffffff;
    background: #ffffff;
    font-size: 0;
}
.lpoir-map iframe{
	width: 100%;
	height: 100%;
	min-height: 350px;
    font-size: 16px;
}
.lpoi-contact-blocks{
	text-align: center;
	margin: 1em 0 5em 0;
}
.lpoicb-item{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 25%;
	margin: 4% 4% 0 4%;
	text-decoration: none;
	color: #ffffff;
	outline: 0;
	font-size: 1.2em;
}
#location-aft .lpoicb-item {
    width: 35%;
    margin: 4% 2% 0 2%;
}
#lpoicb-email{}
#lpoicb-phone{}
#lpoicb-address{}
.lpoicbi-img{
    max-width: 30%;
    background: #f7931d;
    font-size: 1.5em;
    -webkit-clip-path: var(--notchAllSmall);
    clip-path: var(--notchAllSmall);
    -webkit-transition: font-size 0.15s ease-in-out;
    -moz-transition: font-size 0.15s ease-in-out;
    -o-transition: font-size 0.15s ease-in-out;
    transition: font-size 0.15s ease-in-out;
}
.lpoicb-item:hover .lpoicbi-img, .lpoicb-item:active .lpoicbi-img, .lpoicb-item:focus .lpoicbi-img{
    font-size: 0.75em;
}
.lpoicbi-title{
	font-weight: 400;
	margin: 0.75em 0 0.25em 0;
}
.lpoicbi-info{
	font-weight: 800;
	font-size: 1.1em;
	line-height: 1.3em;
}
.lpoicb-item:hover .lpoicbi-info, .lpoicb-item:active .lpoicbi-info, .lpoicb-item:focus .lpoicbi-info{
	text-decoration: underline;
}
#lp-contact{
	background: #a3c3a6;
}
.lp-title{
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 400;
}
.lp-title .alt-text{
    font-family: 'PorticoStencil';
}
.lpcil-title{
    color: #243a2d;
}
.lpcil-title .alt-text{}
.lpgil-title{
	color: #ffffff;
    margin-bottom: 0.5em;
}
.lpgil-title .alt-text{}
#lpc-inner{
	position: relative;
}
#lpci-arrow{
    position: absolute;
    top: 0;
    left: 17%;
    background: #a3c3a6;
    width: 7.5%;
    padding-bottom: 3.3%;
    margin-top: calc(-3.3% + 2px);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-clip-path: polygon(
    50% 0%,
    100% 100%,
    0% 100%
    );
    clip-path: polygon(
    50% 0%,
    100% 100%,
    0% 100%
    );
}
#location-aft #lpci-arrow{
	left: 30.5%;
}
.lpci-side{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 50%;
    padding: 2.25em;
}
.lpci-left{
	width: 55%;
	text-align: center;
    padding-left: 0;
}
.lpci-left img{
	margin: 2.5em auto;
	width: 100%;
    max-width: 450px;
}
.lpci-right{
	width: 45%;
    padding-right: 0;
}
.lpcir-inner{}
#lp-contact-form{}
#lpcf-name{}
#lpcf-phone{}
#lpcf-email{}
#lpcf-message{}
#lp-gallery{
	background: #2f5344;
	color: #ffffff;
	padding: 4em 0;
}
#lpg-inner{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
}
.lpgi-side{
	flex: 0.5;
	width: 50%;
	box-sizing: border-box;
}
.lpgi-left{
    flex: 0.375;
    width: 37.5%;
}
.lpgi-right{
    flex: 0.625;
    width: 62.5%;
    text-align: right;
}
.lpgil-photos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: space-between;
}
.lpgilp-item{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	background: #000000;
	margin: 2.5%;
	width: 30%;
	height: 0;
	padding-bottom: 30%;
	cursor: pointer;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}
.lpgilp-item:nth-child(1), .lpgilp-item:nth-child(2), .lpgilp-item:nth-child(3){
	margin-top: 0;
}
.lpgilp-item:nth-child(3n){
	margin-right: 0;
}
.lpgilp-item:nth-child(3n + 1){
	margin-left: 0;
}
.lpgilp-item:nth-last-child(1), .lpgilp-item:nth-last-child(2), .lpgilp-item:nth-last-child(3){
	margin-bottom: 0;
}
.lpgilp-item:not(.lpgilp-item-dummy):hover, .lpgilp-item.activeimg:not(.lpgilp-item-dummy){
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
    box-shadow: 0px 0px 5px 0px #000000;
}
.lpgilp-item:not(.lpgilp-item-dummy):hover{
	-webkit-filter: brightness(0.85);
	filter: brightness(0.85);
}
.lpgilp-item.activeimg:not(.lpgilp-item-dummy){
	-webkit-filter: brightness(1);
	filter: brightness(1);
}
.lpgilp-item.lpgilp-item-dummy{
	background: none !important;
	box-shadow: none !important;
	cursor: default !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
#lpgilp-1{}
#lpgilp-2{}
#lpgilp-3{}
#lpgilp-4{}
#lpgilp-5{}
#lpgilp-6{}
#lpgilp-7{}
#lpgilp-8{}
#lpgilp-9{}
#lpgir-image{
	width: 92%;
	height: 100%;
    margin: 0 0 0 auto;
    background-color: #000000;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition: background-image 0.25s ease-in-out;
	-moz-transition: background-image 0.25s ease-in-out;
	-o-transition: background-image 0.25s ease-in-out;
	transition: background-image 0.25s ease-in-out;
}

/* Timber Page */
#timber-buying{
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
	padding: 2.1em;
}
#timber-buying p{
	font-weight: 200;
	font-size: 1.25em;
    line-height: 1.35em;
    margin-top: 0;
    margin-bottom: 0;
}
#timber-buying p.tb-subtitle{
	font-weight: 500;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
#timber-buying .tbf-center p:not(.tb-subtitle){
	font-size: 1.15em;
}
#timber-buying input, #timber-buying textarea{
    border: 1px solid #2f5344;
    font-size: 1.4em;
}
#timber-buying input{
    line-height: 1em;
}
#timber-buying input[type="radio"], #timber-buying input[type="checkbox"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	opacity: 0;
	padding: 0;
	margin: 0;
	border: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
#timber-buying textarea{
	margin-bottom: 0;
}
#tb-form{
	width: 80%;
	margin: 0 auto;
}
.tbf-center{
    max-width: 100%;
    width: 30em;
	margin: 4em auto 2.5em auto;
	text-align: center;
}
.tbf-inputs{
	
}
#tb-form .tbf-inputs > input{
	display: inline-block;
	vertical-align: middle;
	width: 46%;
	min-width: 0;
	max-width: none;
}
#tb-form .tbf-inputs > input:nth-child(odd){
	margin-right: 4%;
}
#tb-form .tbf-inputs > input:nth-child(even){
	margin-left: 4%;
}
.tbfi-selects{
	margin-top: 0.5em;
}
.tbfi-selects input{
	
}
.tbfi-selects label{
	margin-left: 1.5em;
	cursor: pointer;
	user-select: none;
}
.tbfi-selects label, .tbfic-box, .tbfic-text{
	display: inline-block;
	vertical-align: middle;
}
.tbfic-box{
	font-size: 1.25em;
	height: 1.25em;
	width: 1.25em;
	border: 2px solid #2f5344;
	-webkit-box-shadow: inset 0px 0px 0px 1px #ffffff;
	box-shadow: inset 0px 0px 0px 1px #ffffff;
	background: #ffffff;
}
.tbfi-selects label:hover .tbfic-box, .tbfi-selects input:active + label .tbfic-box, .tbfi-selects input:focus + label .tbfic-box{
	box-shadow: inset 0px 0px 0px 1px #ffffff, 0 0 0.1em 0 rgba(0,0,0,0.5) !important;
}
.tbfi-selects input:checked + label .tbfic-box{
	box-shadow: inset 0px 0px 0px 1px #ffffff;
}
.tbfi-selects input[type="radio"] + label:hover .tbfic-box, .tbfi-selects input[type="radio"]:active + label .tbfic-box, .tbfi-selects input[type="radio"]:focus + label .tbfic-box{
	background: #f9e1c5;
}
.tbfi-selects input[type="radio"]:checked + label .tbfic-box{
	background: #f7931d;
}
.tbfi-selects input[type="checkbox"] + label .tbfic-box{
	position: relative;
}
.tbfi-selects input[type="checkbox"] + label .tbfic-box:after{
	opacity: 0;
	content:"";
	position: absolute;
	top: -15%;
	left: 0;
	right: -25%;
	bottom: 0;
	background: url('/images/checkbox.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.tbfi-selects input[type="checkbox"] + label:hover .tbfic-box:after, .tbfi-selects input[type="checkbox"]:active + label .tbfic-box:after, .tbfi-selects input[type="checkbox"]:focus + label .tbfic-box:after{
	opacity: 0.33;
}
.tbfi-selects input[type="checkbox"]:checked + label .tbfic-box:after{
	opacity: 1;
}
.tbfic-text{
	font-size: 1.25em;
	margin-left: 0.5em;
}
label .tbfic-text{
	color: #243a2d;
}
.tbfi-selects > .tbfic-text{
	margin-left: 0;
}
#tbfic-o_and_d_m{
	margin-top: 1.25em;
}
#tbfic-o_and_d_m label{
	margin-left: 0;
}
.tbf-inputs textarea::placeholder{
	text-transform: none;
}
#tbf-end{
	margin: 2.1em auto 0 auto;
	width: 100%;
	text-align: center;
}
#tbf-end .form-submit{
	float: none;
}
#tbf-end .recaptcha-container + .form-submit{
	margin-left: 1em;
}


#thankyou-inner{
    background: rgba(255,255,255,0.8);
    box-sizing: border-box;
    padding: 2.1em;
    margin: 0 auto 2em auto;
}
#thankyou-inner p{
	font-weight: 200;
	font-size: 1.25em;
    line-height: 1.35em;
    margin-top: 0;
    margin-bottom: 0;
}
#thankyou-inner p.ty-subtitle{
	font-weight: 500;
	font-size: 1.5em;
	margin-bottom: 1.25em;
}


/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Image Feed -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */

#imagefeed{
    position: relative;
    z-index: 9;
    padding: 40px 25px;
	background: #114434;
}
.ifimage.cycle-slide img{
	box-sizing: border-box;
	padding-right: 40px;
    height: 20vw;
    max-height: 300px;
    min-height: 150px;
}
.ifimage.cycle-slide a{
	display: block;
}
.cyclenavitem{
    color: white;
    font-family: 'PorticoStencil';
    text-decoration: none;
    font-size: 50px;
    padding: 1em 0.25em;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
	opacity: 0.5;
	outline: 0;
}
.cyclenavitem:hover, .cyclenavitem:active, .cyclenavitem:focus{
	opacity: 1;
}
#cycleprev{
	left: 0;
}
#cyclenext{
	right: 0;
}
#cycleprev:hover, #cycleprev:active, #cycleprev:focus{
    padding-left: 0.1em;
    padding-right: 0.4em;
}
#cyclenext:hover, #cyclenext:active, #cyclenext:focus{
    padding-left: 0.4em;
    padding-right: 0.1em;
}


/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Lightbox Edits -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
.lb-data .lb-number {
    display: none !important;
}
.lb-nav a.lb-prev:after, .lb-nav a.lb-next:after {
    font-family: 'PorticoStencil' !important;
    font-size: 50px !important;
    -webkit-transform: translateY(-50%) translateX(0%) !important;
    -moz-transform: translateY(-50%) translateX(0%) !important;
    -ms-transform: translateY(-50%) translateX(0%) !important;
    -o-transform: translateY(-50%) translateX(0%) !important;
    transform: translateY(-50%) translateX(0%) !important;
}



/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Footer -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */

#footerwrapper{
	position: relative;
	z-index: 4;
}
#footer{
	background-color: #231a12;
	color: #ffffff;
	background-image: url('/images/footer-bg.jpg');
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#footerinner{
	margin: 0 auto;
    padding: 3.5em 0;
	text-shadow: 0px 0px 0.5em #000000, 0px 0px 0.75em #000000, 0px 0px 1em #000000;
    text-align: center;
}
.footerblock{
	display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.footerblock:nth-child(1){
	width: 25%;
	text-align: left;
}
.footerblock:nth-child(2){
	width: 50%;
	text-align: center;
}
.footerblock:nth-child(3){
	width: 25%;
	text-align: right;
}
#footerlogo{
	text-align: center;
}
.footerblock p{
	margin: 0;
    font-size: 1.15em;
    line-height: 1.4em;
}
#footerlogo img{
	width: 15em;
	max-width: 45%;
	height: auto;
	margin: 0 auto;
}
#footerlogotext{
    font-family: 'PorticoStencil';
    font-size: 2.25em;
    line-height: 1em;
    margin-top: 1em;
    margin-bottom: 0.25em;
    text-shadow: none;
}
#footerlearnmore{
    position: relative;
    display: inline-block;
    font-size: 1.15em;
    text-shadow: none;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    color: #ffffff;
    outline: 0;
    /*color: #000000;
    background: rgba(255,255,255,0.85);
    padding: 0.5em 1em;
    -webkit-clip-path: var(--notchAllSmall);
    clip-path: var(--notchAllSmall);*/
}
/*#footerlearnmore:before{
	content:'';
	position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
	z-index: 0;
    background: rgba(0,0,0,0.15);
    -webkit-clip-path: var(--notchAllSmall);
    clip-path: var(--notchAllSmall);
}*/
#footerlearnmore:hover, #footerlearnmore:active, #footerlearnmore:focus{
    /*background: rgba(255,255,255,1);*/
    text-decoration: underline;
}
#flm-text{
	position: relative;
	z-index: 1
}
#footer .navlink{
	position: relative;
	display: inline-block;
    vertical-align: middle;
	color: white;
	text-decoration: none;
    font-size: 1.5em;
	font-weight: bold;
	padding: 0.5em 0;
	outline: 0;
}
#footer .navlink:after{
	content:'';
	position: absolute;
	bottom: 0.2em;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width: 0;
	border-bottom: 0.2em solid #f7931d;
	-webkit-transition: width 0.1s ease-in;
	-moz-transition: width 0.1s ease-in;
	-o-transition: width 0.1s ease-in;
	transition: width 0.1s ease-in;
}
#footer .navlink:hover:after, #footer .navlink:active:after, #footer .navlink:focus:after{
	width: 100%;
}


/* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Copyright -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */

#copyright{
	background: #000000;
	color: #ffffff;
    font-size: 15px;
}
#cr-inner{
	margin: 0 auto;
    padding: 1px 0;
}
.cri-side{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	box-sizing: border-box;
}
#cri-left{
	text-align: left;
	padding-left: 0.75em;
    width: 60%;
}
.cril-piece{
	display: inline-block;
	vertical-align: middle;
}
#cri-right{
	text-align: right;
	padding-right: 0.75em;
    width: 40%;
}
#cri-right a{
    display: inline-block;
	padding: 5px 0;
	outline: 0;
}
#cri-right img{
	width: auto;
    height: 1.75em;
	opacity: 0.4;
}
#cri-right a:hover img, #cri-right a:active img, #cri-right a:focus img{
	opacity: 0.5;
}



