/********************************************
				WSD BASECODE
	Responsive Layout - Mobile First
*********************************************/

/***** DEMO SITE WEBFONT - REMOVE FOR CLIENT SITES *****/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,400i,700');
/*
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;p
*/

/******** BROWSER CSS RESET *************************/
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;
	/*** Include Padding/Borders in width for all elements ***/
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* Responsive images & embedded objects (remove for image cropping) */
img, object, embed { max-width: 100%; }

/****** GLOBAL ELEMENT CSS ******/
html * { max-height: 999999px; } /* Android mobile font sizing fix */

body {
	line-height: normal;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	-webkit-text-size-adjust: none;
}

body, select, input, textarea { color: #000; }

ins { background-color: #fcd700; color: #000; text-decoration: none; }
mark { background-color: #fcd700; color: #000; font-style: italic; font-weight: bold; }

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 20px;
	color: #000;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
}
h1 { font-size: 30px; font-weight:700; text-transform:uppercase; }
h2 { font-size: 20px; font-weight:700; text-transform:uppercase; }
h3 { font-size: 20px; }
h4, h5, h6 { font-size: 20px; }

a, a:visited { color: #621e20; text-decoration: underline; }
a:hover, a:active { color: #82292c; text-decoration: underline; }
a:link { -webkit-tap-highlight-color: initial; }

a.redbtn { 
	color:#fff; font-weight:700; font-size:16px; text-decoration:none; text-shadow:2px 2px 2px rgba(0,0,0,0.25); text-transform:uppercase;
	display:inline-block; vertical-align:top; padding:10px 20px; background:#621e20; height:40px;
}
a.redbtn:hover, a.redbtn:active { background-image: linear-gradient(#d9c857, #b4a334); }



p { margin: 0px 0px 20px; }
img { border: none; }

b, strong { font-weight: bold; }
i, em { font-style: italic; }

.nosho { display: none; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right }

/*** Basic List Styling ***/
ul {
	margin: 0px 0px 20px;
	padding: 0 0 0 25px;
	list-style-type: disc;
	list-style-position: outside;
}
ul li { margin-bottom: 5px; }
ul li ul li { margin-top: 5px; }
ul li ol li { margin-top: 5px; }

ol {
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 25px;
	list-style-type: decimal;
	list-style-position: outside;
}
ol li { margin-bottom: 5px; }
ol li ol li { margin-top: 5px; }
ol li ul li { margin-top: 5px; }


/*** Blockquote ***/
/*genric styles for blockquote in content*/
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}


/*** CKEditor Image Alignment Classes ***/
.align-left, .align-right, .align-center { text-align: center; margin:0 auto 30px auto; }
.align-center > figure { display: inline-block; }

.mob { display:block; }
.mob2 { display:inline; }
.dsk, .dsk2 { display:none; }

div.container { width:100%; max-width:963px; margin:0 auto; padding:0 15px; }


/****** FRONTEND LAYOUT ******/
#page {
	margin: 0px auto;
	width: 100%;
	min-width: 350px;
	position: relative;
}

/*** Header ***/
#header-wrapper { position:fixed; width:100%; height:auto; display:block; z-index:9999; }

#header {
	margin:0;
	padding:8px 15px 16px 0;
	position: relative;
	background:#e2e2e2;
}

#logo {
	display: inline-block;
	margin:0;
	text-indent:-3000px; font-size:1px;
	width:176px; height:128px;
	background:url('../images/adobe-lumber-logo.png') no-repeat;
	float:left;
}

div.connect { width:auto; float:right; margin:20px 0; text-align:right; white-space:nowrap; display:block; }


/* Menu with Icon */
#menuBtn {
	display: block;
	width:50px; height:37px;
	float:right; clear:right;
	background:url("../images/menu-btn.png") no-repeat;
	text-indent: -9999px;
}
/*#menuBtn.open { background: #999 url("../images/close-x.png") no-repeat center center; }*/


/*** Main Menu ***/
#mainmenu {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: #f2f2f2;
}
#mainmenu ul {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}
#mainmenu ul li {
	margin: 0px;
	float: none;
	border-left: none;
	border-bottom: 1px solid #ccc;
}
#mainmenu ul li a {
	display: block;
	padding: 20px 15px;
	color: #621e20; text-transform:uppercase;
	font-size: 22px;
	text-decoration: none;
	background-color: transparent;
}

#mainmenu ul li > ul { display: none; }
#mainmenu ul li:hover > ul { display: none; }


/*** Content Area ***/
#content {
	clear: both;
	margin:0;
	padding-top:152px;
	min-height: 520px;
}
.featuredImg {
	display: block;
	margin: 0 0 50px 0;
	height: auto;
	max-height: 600px;
	overflow: hidden;
}
.featuredImg img {
	display: block;
	width: 100%;
}



#main {
	float: none;
	width: auto;
	margin: 0px;
	padding: 0px;
}

/*** Footer ***/
#footer {
	background:#e2e2e2; 
	padding: 45px 0;
	font-size: 18px;
	margin:45px 0 0 0;
}

div.visit { margin:0 0 30px 0; display:block; }
div.visit h2 { color:#621e20; font-size:29px; }
div.visit a { color:#000; text-decoration:none; font-weight:bold; }
div.visit a:hover { text-decoration:underline; }

div.map { display:block; }

a.ac { width:40px; height:40px; background:url('../images/accessibility.png') 50% 50% no-repeat #621e20; background-size:25px 25px; font-size:1px; text-indent:-3000px; display:inline-block; vertical-align:top; margin-right:3px; }

a.ac2 { display:inline-block; vertical-align:top; }

a.li { width:40px; height:40px; background:url('../images/linkedin.jpg'); font-size:1px; text-indent:-3000px; display:inline-block; vertical-align:top; margin-right:3px; margin-bottom:10px; }
a.go { width:40px; height:40px; background:url('../images/google.jpg'); font-size:1px; text-indent:-3000px; display:inline-block; vertical-align:top; margin-right:3px; margin-bottom:10px; }
a.fb { width:40px; height:40px; background:url('../images/facebook.png'); font-size:1px; text-indent:-3000px; display:inline-block; vertical-align:top; margin-right:3px; margin-bottom:10px; }
a.ig { width:40px; height:40px; background:url('../images/instagram.png'); font-size:1px; text-indent:-3000px; display:inline-block; vertical-align:top; margin-right:0px; margin-bottom:10px; }


p.copy { font-size:14px; text-align:center; margin:0; padding:15px 0 0 0; }



/****** HOMEPAGE ******/

.hpbanner { position:relative; display:block; }

.hpbanner .slideshow { min-height:150px; }

#overlay { text-align:center; padding:20px; }
#overlay h1 { font-size:36px; font-weight:700; text-transform:uppercase; color:#000; margin-bottom:0; }
#overlay h2 { font-size:24px; font-weight:100; text-transform:uppercase; color:#000; }
#overlay a.redbtn { width:275px; margin:0 auto 10px auto; }

.homepage h1 span { font-size:24px; }


/** Home page tiles **/
#hp-tiles { text-align:center; display:block; padding:0 15px; }

div.hptile1, div.hptile2, div.hptile3 { display:inline-block; vertical-align:top; width:100%; max-width:400px; border:1px #ccc solid; box-shadow:0 0 5px rgba(0,0,0,0.2); min-height:375px; cursor:pointer; background-color:#fff; margin:0 0 30px 0; position:relative;
transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
}

div.hptile1:hover, div.hptile2:hover, div.hptile3:hover, div.hptile4:hover, div.hptile5:hover, div.hptile6:hover, div.hptile7:hover { background-color:#e2e2e2; }

#hp-tiles div:hover a.redbtn { background-image: linear-gradient(#d9c857, #b4a334); }
#hp-tiles div:hover div.tile-img, #hp-tiles div:hover div.tile-img2 { filter: brightness(50%); }

div.hptile1 div.tile-img, div.hptile2 div.tile-img, div.hptile3 div.tile-img { width:100%; height:220px; display:block; margin:0 0 45px 0; filter: brightness(100%); transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear; }

div.hptile1 div.btndiv, div.hptile2 div.btndiv, div.hptile3 div.btndiv { position:absolute; top:200px; left:0; width:100%; height:auto; }
#hp-tiles a.redbtn { width:90%; max-width:250px; }

div.hptile1 p, div.hptile2 p, div.hptile3 p { max-width:285px; margin:0 auto 20px auto; text-align:left; }

div.hptile4, div.hptile5, div.hptile6, div.hptile7 { display:inline-block; vertical-align:top; width:100%; max-width:300px; border:1px #ccc solid; box-shadow:0 0 5px rgba(0,0,0,0.2); min-height:280px; cursor:pointer; background-color:#fff; margin:0 0 30px 0; position:relative;
transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
}

div.hptile4 div.tile-img, div.hptile5 div.tile-img, div.hptile6 div.tile-img, div.hptile7 div.tile-img { width:100%; height:135px; display:block; margin:0 0 45px 0; filter: brightness(100%); transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear; }

div.hptile4 p, div.hptile5 p, div.hptile6 p, div.hptile7 p { max-width:250px; margin:0 auto 20px auto; text-align:left; }
div.hptile4 div.btndiv, div.hptile5 div.btndiv, div.hptile6 div.btndiv, div.hptile7 div.btndiv { position:absolute; top:115px; left:0; width:100%; height:auto; }



/***** PROJECTS *****/
ul.project-categories { list-style-type:none; margin:0; padding:0; }
ul.project-categories li { text-align:center; margin:0 0 20px 0; }
ul.project-categories li img { max-width:400px; }


div.projcat-form { display:block; text-align:center; }
div.projcat-form label { display:inline-block; vertical-align:middle; margin-right:10px; }
div.projcat-form select { display:inline-block; vertical-align:middle; font-family:'Open Sans', sans-serif; font-size:18px; height:40px; padding:1px; width:178px; border:1px #ccc solid; border-collapse:collapse; }
div.projcat-form input[type=submit] { 
	display:inline-block; vertical-align:middle; 
	font-family:'Open Sans', sans-serif; font-size:16px; color:#fff; font-weight:bold; text-transform:uppercase; 
	height:40px; background:#621e20; 
	padding:3px 20px; cursor:pointer; border:none; border-collapse:collapse;
	margin-left:-5px;
}
div.projcat-form input[type=submit]:hover { background:#82292c; }

#project-list { text-align:center; display:block; padding:0 15px; margin:50px 0 0 0; }

div.project-tile { display:inline-block; vertical-align:top; width:100%; max-width:400px; border:1px #ccc solid; box-shadow:0 0 5px rgba(0,0,0,0.2); min-height:420px; cursor:pointer; background-color:#fff; margin:0 0 30px 0; 
transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
}

div.project-tile:hover { background-color:#e2e2e2; }
div.project-tile:hover div.pj-img { filter: brightness(50%); }

div.pj-img { width:100%; height:220px; display:block; margin:0 0 20px 0; filter: brightness(100%); overflow:hidden; transition: all 0.3s linear;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear; }
div.pj-img img { display:block; width:100%; opacity:0; }

div.project-tile p { max-width:285px; margin:0 auto 20px auto; text-align:left; }
p.loc { text-transform:uppercase; font-size:14px; }

/** Project Detail **/
.proj-banner { display:block; height:auto; max-height:672px; overflow:hidden; position:relative; margin-bottom:50px; }
h1.project-title { position:absolute; bottom:0; left:0; z-index:10; display:block; width:100%; font-weight:700; font-size:65px; text-shadow:2px 2px 5px rgba(0,0,0,0.75); color:#fff; text-align:center; }
.proj-banner img { width:100%; display:block; }

div#proj-photos { width:100%; max-width:1226px; margin:50px auto; padding:0 30px; }
div#proj-photos img { padding:0 5px; }

div#proj-photos .slick-prev { left:0; background:url('../images/left-arrow.png') no-repeat 0 50%; width:60px; height:100%; background-size:25px 45px; }
div#proj-photos .slick-next { right:0; background:url('../images/right-arrow.png') no-repeat 100% 50%; width:60px; height:100%; background-size:25px 45px; }
div#proj-photos .slick-prev:before, div#proj-photos .slick-next:before { content:''; }


/***** PRODUCTS *****/
.products-table { width:100%; display:block; }
.pt-cell { display:block; width:100%; text-align:center; padding:0 0 20px 0; margin:0 0 20px 0; }

.all-products { width:100%; display:block; text-align:center; margin-bottom:50px; }
.ap-cell { display:block; width:100%; text-align:center; padding:0 0 20px 0; margin:0 0 20px 0; }
a.titlea { text-decoration:none; text-transform:uppercase; font-family:'Open Sans Condensed', sans-serif; font-weight:700; font-size:22px; }
a.bold-link { display:block; padding:10px 0; font-weight:bold; text-transform:uppercase; text-decoration:none; }
a.bold-link:hover { text-decoration:underline; }
a.img-link img { display:block; }

/* Product detail */
#product-banner { width:100%; margin:0 0 50px 0; display:block; height:auto; max-height:600px; overflow:hidden; }
#product-banner img { width:100%; display:block; }




/****** FORMS STYLING ******/
div.form {
	margin: 0px auto;
	max-width: 600px;
}
div.form label {
	display: block;
	font-weight: normal;
}
div.form input,
div.form textarea,
div.form select {
	box-sizing: border-box;
	margin: 5px 0px;
	font-family:'Open Sans',sans-serif; font-size:18px;
}

div.form input[type=text],
div.form input[type=number],
div.form input[type=password],
div.select {
	padding: 3px;
	width: 100%;
	max-width: 600px;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-appearance: none;
}
div.form textarea {
	padding: 4px;
	width: 100%;
	max-width: 600px;
	height: 120px;
	resize: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-appearance: none;
}

div.form .note {
	font-style: italic;
}
div.form span.required { color:#ae9d2e; }
div.form .row { margin: 0px 0px 10px; }

div.form .row.checkbox label,
div.form .row.radio label {
	float: none;
	padding: 0px;
	display: inline-block;
	width: auto;
}
div.form .row.recaptcha {  }
div.form .row.buttons { text-align: center; }
div.form input[type=submit] {
	padding: 10px 40px; height:40px;
	color: #fff; font-size:16px; font-weight: 700; text-transform:uppercase;
	border: none;
	border-radius: 0px;
	-webkit-appearance: none;
	background: #621e20;
	box-shadow: none;
	cursor:pointer;
}
div.form input[type=submit]:hover,
div.form input[type=submit]:active { background:#82292c; }




/*** Form Errors ***/
div.form div.error label,
div.form label.error,
div.form span.error {
	color:#8c2023;
}
div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error {
	background: #f2f2f2;
	border-color: #ae9d2e;
}
div.form .errorSummary {
	margin:0 0 20px 0;
	padding: 0 0 20px 0; 
	border-bottom:1px #e2e2e2 solid; 
}
div.form .errorMessage { color: #ae9d2e; }
div.form .errorSummary p { margin:0 0 10px 0; font-weight:bold; }
div.form .errorSummary ul {
	list-style-position:outside;
	padding:0 0 0 25px;
}







/****** NEWS MODULE ******/

#sidebar { width:100%; display:block; margin:0 0 20px 0; padding:0 0 20px 0; border-bottom:1px #e2e2e2 solid; text-align:center; }
#sidebar select { display:inline; vertical-align:top; margin:0 0 0 10px; font-size:18px; font-family: 'Open Sans', sans-serif; width:200px; }

/*** News Listing Pages ***/
ul.newsListings {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.newsListings li { margin: 0px 0px 40px; }
ul.newsListings li img {
	float: left;
	margin:0 5% 0 0;
	width: 20%;
}
ul.newsListings li h2 {
	margin: 0 0 2px 25%;
	font-size: 22px;
	line-height: 1.1em;
}

ul.newsListings li p { margin:0 0 20px 25%; }

ul.newsListings li p.date {
	margin:0 0 10px 25% !important;
	font-style: italic;
}

#news-list { list-style-type:none; padding:0; margin:0; text-align:center; }
#news-list li { display:inline-block; vertical-align:top; width:100%; max-width:350px; text-align:left; 
    margin:0 10px 30px 10px; box-shadow:0 0 5px rgba(0,0,0,0.2); border:1px #ccc solid; transition:0.2s linear all;
}
#news-list li:hover { background:#f2f2f2; }
#news-list li.blank { border:none; box-shadow:none; margin-bottom:0; }
#news-list li.blank:hover { background:transparent; }

div.news-thm { width:100%; margin:0 0 20px 0; display:block; }
div.news-thm img { width:100%; display:block; }
div.news-intro { padding:0 30px 20px 30px; }
div.news-intro h2 { margin:0 0 5px 0; }
div.news-intro p.date { font-size:0.8em; font-weight:bold; }


nav.pager { text-align:center; }
nav.pager ul.yiiPager { font-size:18px; font-weight:normal; }
nav.pager ul.yiiPager .hidden a { border:1px #fff solid; color:#333; }
nav.pager ul.yiiPager .selected a { background:#f2f2f2; color:#621e20; font-weight: bold; border:1px #ccc solid; }

nav.pager ul.yiiPager a:hover { border: solid 1px #ccc !important; }

nav.pager ul.yiiPager a:link, ul.yiiPager a:visited { border:1px #fff solid; font-weight:normal; color:#333; padding: 4px 8px; text-decoration: none; }

/*** News Detail Pages ***/
p.byline { font-style:italic; font-size:0.9em; }

.newsModule.detail h1 { margin: 0px 0px 10px; }
img.newsImg {
	float: right;
	max-width: 50%;
	margin: 0px 0px 20px 20px;
}
.newsModule.detail .tags {
	padding: 15px 0px 0px;
	font-size: 0.9em;
	border-top: 1px solid #ddd;
}
.newsModule.detail .tags a::after {
	content: ','
}

div.postNav { margin:30px 0; text-align:center; }





/***************************************************
	DESKTOP LAYOUT BREAKPOINTS
****************************************************/
@media(min-width: 880px) {

	/****** GLOBAL ELEMENT CSS ******/
	body { font-size: 18px; }
	
	.mob, .mob2 { display:none; }
	.dsk2 { display:inline; }
	.dsk { display:block; }


	
	/*** CKEditor Image Alignment Classes ***/
	.align-left {
		margin: 0px 15px 15px 0px;
	    float: left;
	}
	.align-right {
		margin: 0px 0px 15px 15px;
	    float: right;
	}
	.align-center { text-align: center; }
	.align-center > figure { display: inline-block; }
	
	h1 { font-size: 40px; font-weight:700; }
	h2 { font-size: 30px; font-weight:700; }



	/****** FRONTEND LAYOUT ******/
	#header { padding:8px 38px 16px 14px; }
	
	

	#content { }
	.featuredImg { }



	#main {
		float: left;
		width: 75%;
		margin: 0px;
		padding: 0px 30px 0px 0px;
	}
	
	
	
	/*** Footer ***/
	div.visit { width:50%; max-width:482px; float:left; margin:0; padding:0 20px 0 0; }
	div.map { width:50%; float:right; margin:0; }
	
	p.copy { font-size:12px; text-align:right; margin:0; padding:15px 0 0 0; }
	p.copy a { color:#000; }



	/****** HOMEPAGE ******/
	#overlay { position:absolute; top:25%; left:0; width:100%; height:auto; display:block; z-index:8888; }
	#overlay h1 { font-size:65px; text-shadow:2px 2px 5px rgba(0,0,0,0.75); color:#fff; }
	#overlay h2 { font-size:40px; text-shadow:2px 2px 5px rgba(0,0,0,0.75); color:#fff; }
	#overlay a.redbtn { margin:10px; }
	
	.homepage h1 span { font-size:30px; }
	
	.hpbanner { margin-bottom:50px; }
    .hpbanner .slideshow { min-height:800px; }
	
	/** Home page tiles **/
	div.hptile1, div.hptile2, div.hptile3 { width:30%; max-width:400px; margin:0 1% 30px 1%; }
	div.hptile4, div.hptile5, div.hptile6, div.hptile7 { width:23%; max-width:300px; margin:0 0.5% 30px 0.5%; }

	
	
	/***** PROJECTS *****/
	ul.project-categories li { width:49%; display:inline-block; vertical-align:top; text-align:center; }
	
	div.project-tile { width:30%; max-width:400px; margin:0 1% 30px 1%; }
	
	/** Project Detail **/
	div#proj-photos { padding:0 60px; }
	div#proj-photos img { padding:0 10px; }

	div#proj-photos .slick-prev { background:url('../images/left-arrow.png') no-repeat 0 50%; width:60px; height:100%; background-size:32px 58px; }
	div#proj-photos .slick-next { background:url('../images/right-arrow.png') no-repeat 100% 50%; width:60px; height:100%; background-size:32px 58px; }
	
	
	/***** PRODUCTS *****/
	.products-table { width:100%; display:table; }
	.pt-cell { display:table-cell;padding:0 10px; text-align:center; vertical-align:top; margin:0; }
	
    .all-products { width:100%; text-align:center; margin:0 0 30px 0; }
	.ap-cell { /*display:inline-flex;*/ margin:0 0 35px -4px; padding:0 5px; 
        /*width:23.5%; max-width:215px; /*flex: 1 0 30%; max-width:300px; */
        /*display:flex; flex-wrap: wrap; justify-content: space-between; display:inline-block;*/
        width:33.33%; display:inline-block; vertical-align:top;
        }
        
    .ap-cell img { width:100%; display:block; margin:0; height:175px; object-fit:cover; }
    
    .all-products .ap-cell:nth-child(3n+1) { clear:both; }
    .all-products::after { content:''; display:table; clear:both; }
	

	/****** FORMS ******/
	div.form { }
	div.form label {
		float: left;
		padding: 10px 0 0 0;
		width: 150px;
	}
	div.form input[type=text],
	div.form input[type=number],
	div.form input[type=password], 
	div.form select {
		width: 400px;
		height: 40px;
	}
	div.form textarea {
		width: 400px;
		height: 120px;
	}

	div.form .row.checkbox,
	div.form .row.radio { margin-left: 150px; }
	.homepage div.form .row.recaptcha { margin-left: 0px; }
	div.form .row.recaptcha { margin-left: 150px;  }
	div.form .row.recaptcha a { font-size: 12px; }
	div.form .row.recaptcha div {}
	div.form .row.recaptcha p { font-size: 12px; }
	div.form .row.buttons { text-align: left; }
	div.form input[type=submit] {
		margin-left: 150px;
		padding: 10px 40px; 
		font-size: 16px;
	}
	
	
	/*** News Listing Pages ***/
	ul.newsListings li img {
		float: left;
		margin:0 20px 0 0;
		width: 120px;
	}
	ul.newsListings li h2 { margin: 0 0 2px 140px; }
	ul.newsListings li p { margin:0 0 20px 140px; }
	ul.newsListings li p.date { margin:0 0 10px 140px !important; }

    #news-list { display:flex; align-items:stretch; justify-content:space-between; flex-wrap:wrap; }
    #news-list li { width:31.5%; display:block; margin:0 0 30px 0; max-width:none; }
	
	
}  /* @media(min-width: 880px) */


/**** MENU BREAKFPOINT ***/
@media(min-width:1399px) {

	#menuBtn { display: none; }

	#mainmenu {
		display: block;
		position: absolute; top:100px; right:38px;
		margin: 0;
		width:auto;
		text-align:right;
		background:transparent;
	}
	#mainmenu ul {
		display:inline-block;
		width:auto; text-align:right;
	}
	#mainmenu ul li {
		display: block;
		float:left;
		position: relative;
		border: none;
		margin: 0 auto;
	}
	#mainmenu ul li a {
		padding: 5px 20px;
		font-size: 16px;
		color:#000;
	}
	
	#mainmenu ul li:hover a, #mainmenu ul li.active a { color:#621e20; }
	
	#mainmenu ul li:last-child a { padding:5px 0 5px 20px; }

	#mainmenu ul li > ul {
		display: none;
		position: absolute;
		margin: 0px;
		padding: 0px;
		left: 0px;
		min-width: 100px;
		z-index: 999;
		background: #e2e2e2;
		top: 30px;
	}
	#mainmenu ul li:hover > ul { display: block; }

	#mainmenu ul li > ul li {
		margin: 0px;
		float: none;
		border-left: none;
		border-top: 1px solid #aaa;
		text-align:left;
	}

	#mainmenu ul li:first-child { border-top: none; }
	#mainmenu ul li > ul li a {
		display: block;
		padding: 10px 20px;
		color: #000;
		font-size: 16px;
		text-decoration: none;
	}
	
	#mainmenu ul li > ul li:last-child a { padding:5px 20px; }

}
/*** END MENU BREAKPOINT ***/



/*** Skip to Content invisible link for accessibility ***/
#skip a
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
/* uncommenting will make the link visible when focused
#skip a:focus
{
position:static;
float:left;
width:auto;
height:auto;
}
*/
