 /************************************************************ 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, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration: none;
}
 *, *:before, *:after {
	 zoom: 1;
	 margin: 0;
	 padding: 0;
	 box-sizing: border-box;
 }
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    font-stretch: .1;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}


/***************************************************************** GENERAL */
div.clear {
    clear: both;
    line-height: 0px;
    float: none !important;
}
strong { font-weight: bold; }
em     { font-style: italic; }

.left  { float: left; }
.right { float: right; }

.nowrap { white-space: nowrap; }

.block,
.block * { display: block; }

img { display: block; max-width: 100%; height: auto;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }

/* no top whitespace on first element */
#content h1:first-child,
#content h2:first-child,
#content h3:first-child,
#content h4:first-child,
#content h5:first-child,
#content h6:first-child,
#content p:first-child,
#home #body p:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
}

/* Clearfix */
.clearfix:after,
ul:after,
#body:after,
.row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix,
* html ul,
* html #body,
* html .row { zoom: 1; } /* IE6 */
*:first-child+html .clearfix,
*:first-child+html ul,
*:first-child+html #body,
*:first-child+html .row { zoom: 1; } /* IE7 */

/* for WYGWAM */
body#content,
body.cke_panel_frame { float: none; background: none; min-width: 1px; }
body#content td { border: 1px solid #000; }

#content ol { list-style-type: decimal; padding-left: 20px; }
#content ul { list-style-type: disc; padding-left: 20px; }
#content table { width: 100%; }
 #content table.social-media{
	 width: auto;
 }

	 /************************************************************************** LAYOUT */
body {
	color: #30373a;
	font-family: "Oswald", sans-serif;
	background: url(/images/bkg_footer.png) center top;
}
.wrapper {
	max-width: 1144px;
	width: 95%;
	margin: 0 auto;
}
p {
	font-family: "Libre Baskerville", serif;
}
/************************************************************************** HEADER */

#header {
	background: #fff url(/images/bkg_border_hero_top.png) repeat-x left bottom;
}
#header .wrapper {
	position: relative;
	height: 80px;
	width: 100%;
}
#logo {
	position: absolute;
	left: 5px;
	top: 20px;
	width: 150px;
}
#header .call {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: auto;
}

/************************************************************************** FOOTER */

#footer {
	border-top: 4px solid #afafa9;
	background: url(/images/bkg_footer.png) center top;
	color: #383a37;
}
 #footer ul {
	padding: 37px 0 25px;
}

#footer li {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 2px solid #383a37;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}

#footer li:first-child {
	border: none;
	margin: 0;
	padding: 0;
}

#footer a {
	color: #383a37;
}

#footer .copyright {
	font-family: "Libre Baskerville", serif;
	font-size: 13px;
	padding-bottom: 30px;
    line-height: 19px;
}



/************************************************************************** HOMEPAGE */
.home-slider{
	background: #2a1a11;
	overflow: hidden;
	height:  auto;
	position: relative;
}
 .home-slider .slides {
	height: 519px;
}
 .home-slider .text {
     padding: 10px;
 }
 .home-slider .slick-list {
	 max-width: 1144px;
	 margin: auto;
 }
 .home-slider h2{
	font-size: 26px;
	text-transform: uppercase;
	color: #fcfcf5;
}
 .home-slider p {
	font-family: "Libre Baskerville", serif;
	font-size: 13px;
	line-height: 22px;
	margin-top: 12px;
	color: #e9e8dc;
}
 .home-slider .buttons {
	margin: 20px 0 0 -15px;
}
 .home-slider .slick-slide img {
 }
 .home-slider .buttons img{
	display: inline;
     max-width: 270px;
}
 .home-slider-nav {
	 background: -moz-linear-gradient(180deg, rgba(59,42,31,1) 0%, rgba(34,22,14,1) 100%);
	 background: -webkit-linear-gradient(180deg, rgba(59,42,31,1) 0%, rgba(34,22,14,1) 100%);
	 background: linear-gradient(180deg, rgba(59,42,31,1) 0%, rgba(34,22,14,1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b2a1f",endColorstr="#22160e",GradientType=1);

 }
 .home-slider-nav .slick-list .slick-track {
	 max-width: 1144px;
	 width: 100%;
	 margin: auto;
 }
 .home-slider-nav .slick-slide{
	 background: rgb(59,42,31);
	 background: -moz-linear-gradient(180deg, rgba(59,42,31,1) 0%, rgba(34,22,14,1) 100%);
	 background: -webkit-linear-gradient(180deg, rgba(59,42,31,1) 0%, rgba(34,22,14,1) 100%);
	 background: linear-gradient(180deg, rgba(59,42,31,1) 0%, rgba(34,22,14,1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b2a1f",endColorstr="#22160e",GradientType=1);
	 display: block;
	 text-align: center;
	 padding: 12px 8px;
	 color: #fcfcf5;
	 text-transform: uppercase;
	 letter-spacing: 1px;
	 font-size: 12px;
	 font-weight: bold;
	 cursor: pointer;
	 height: auto;
 }
 .home-slider-nav .slick-slide.slick-current {
	 background: rgb(224,222,206);
	 background: -moz-linear-gradient(180deg, rgba(224,222,206,1) 94%, rgba(208,206,191,1) 100%);
	 background: -webkit-linear-gradient(180deg, rgba(224,222,206,1) 94%, rgba(208,206,191,1) 100%);
	 background: linear-gradient(180deg, rgba(224,222,206,1) 94%, rgba(208,206,191,1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0dece",endColorstr="#d0cebf",GradientType=1);
	 color: #36241a;
 }
 #nav-sub {
	 text-align: center;
 }
#nav-sub li {
	display: inline-block;
	margin-bottom: -1px;
}

#nav-sub a {
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 5px;
	padding: 0 10px;
	color: #fcfcf5;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: bold;
}

#nav-sub .here a{
	border: 1px solid rgba(224,222,206,1);
}

#home-content1 {
	background: #fff url(/images/bkg_home_content1.png) repeat-x center top;
}

#home-content1 .wrapper {
	position: relative;
	overflow: hidden;
}

#home-content1 img {
	position: absolute;
	bottom: 0;
	height: 290px;
	width: auto;
	max-width: none;
	margin: auto;
	left: -9999px;
	right: -9999px;
}

#home-content1 .text {
	position: relative;
	margin: auto;
	max-width: 547px;
	margin-top: 50px;
	margin-bottom: 320px;
}
 #home-content1 h3 {
	font-size: 30px;
	font-weight: bold;
	color: #383a37;
	text-transform: uppercase;
}

#home-content1 p {
	margin-top: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #222327;
}

#home-content1 p a,
#home-content2 p a {
	margin-top: 40px;
	font-size: 18px;
	font-style: italic;
	color: #383a37;
	padding-right: 20px;
	background: url(/images/bullet_more.png) no-repeat right 4px;
}

#home-content2 {
	background: url(/images/bkg_home_content2.gif) repeat-x top center;
	padding-top: 8px;
}

#home-content2 .outerwrapper {
	background: url(/images/bkg_interior.jpg) center top;
}

#home-content2 .left {
    float: none;
	max-width: 569px;
    width: 100%;
	margin: 47px auto 0;
}

#home-content2 .left div {
	border-top: 2px solid #b6b5b2;
	padding: 17px;
}

#home-content2 .left div:first-child {
	border: none;
}

#home-content2 .left img {
	float: left;
    max-width: 200px;
    width: 50%;
	margin: 14px 15px 0 0;
}

#home-content2 h4 {
	font-size: 30px;
	font-weight: bold;
	color: #383a37;
	text-transform: uppercase;
}

#home-content2 h4 img {
	display: inline;
	margin: 0 2px;
}

#home-content2 p {
	margin-top: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #222327;
}
#home-content2 .right {
    float: none;
	max-width: 448px;
    width: 100%;
	margin: 82px auto 30px;
}
#home-content2 .right p {
	font-size: 16px;
	font-style: italic;
	color: #9f8b59;
	line-height: 20px;
}

#home-content2 .before-after {
	margin-top: 26px;
    padding: 20px;
    padding-bottom: 0;
	/*height: 205px;*/
	-moz-box-shadow:    inset 0 0 6px #afafa9;
	-webkit-box-shadow: inset 0 0 6px #afafa9;
	box-shadow:         inset 0 0 6px #afafa9;
	background-color: rgba( 175, 175, 169, .2);
	cursor: pointer;
}

#home-content2 .before-after div {
	position: relative;
    max-width: 194px;
	margin: 0 auto 20px;
}
 #home-content2 .before-after div:nth-of-type(1) {
     margin-bottom: 20px;
 }
#home-content2 .before-after h6 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 39px;
	line-height: 39px;
	padding-left: 12px;
	background-color: rgba( 56, 58 ,55, .84);
	color: #e9e8dc;
	text-transform: uppercase;
}

#home-content2 .right .more {
	text-align: right;
}


/************************************************************************** INTERIOR */

#body {
	background: url(/images/bkg_interior.jpg) center top;
}

#hero {
	padding-bottom: 6px;
	background: #342319 url(/images/bkg_border_hero_bottom.png) repeat-x left bottom;
}

#heading {
	position: relative;
	height: 160px;
	overflow: hidden;
	background: no-repeat center top / cover;
}
 #heading.wrapper {
	 width: 100%;
 }
 #heading img{
	 height: 100%;
	 width: auto;
	 max-width: none;
	 position: absolute;
	 left:-50px;
 }
 #hero h1 {
	position: absolute;
	bottom: 30px;
	left: 0;
	font-size: 32px;
	color: #fcfcf5;
	text-transform: uppercase;
	width: 270px;
}

#nav-sub {
	background: -moz-linear-gradient(180deg, rgba(59,42,31,1) 0%, rgba(34,22,14,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(59,42,31,1) 0%, rgba(34,22,14,1) 100%);
	background: linear-gradient(180deg, rgba(59,42,31,1) 0%, rgba(34,22,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b2a1f",endColorstr="#22160e",GradientType=1);
}
#breadcrumbs {
	padding-top: 21px;
	font-family: "Libre Baskerville", serif;
	font-size: 14px;
	font-style: italic;
	color: #504839;
}

#breadcrumbs a {
	color: #504839;
}

#content {
	margin: 30px auto 0;
	max-width: 602px;
	padding-bottom: 60px;
}
 #commercial-flooring-welcome #content,
 #gallery #content,
#installers-needed #content,
#community-commitment #content {
	max-width: 885px;
}
 #commercial-flooring-welcome #content ul,
#community-commitment #content ul,
 #installers-needed #content ul {
	 list-style-type: none;
 }
 #community-commitment #content ul:first-of-type,
 #installers-needed #content ul:first-of-type {
	 margin-top: 30px;
 }
	 #installers-needed #content ul:first-of-type {
	 border-top: 1px solid #b1b1ae;
	 padding-top: 30px;
 }
 #community-commitment #content ul li,
 #installers-needed #content ul li {
	max-width: 270px;
	 margin: 0 auto 15px;
 }
 #commercial-flooring-welcome #content ul li:nth-of-type(2),
 #commercial-flooring-welcome #content ul li:nth-of-type(4) {
	 display: none;
	 visibility: hidden;
 }
 #content h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #383a37;
	margin-top: 50px;
}

#content h3 {
	font-size: 24px;
	text-transform: uppercase;
	color: #9f8b59;
	margin-top: 32px;
}

#content h4 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #383a37;
	margin-top: 50px;
	border-top: 1px solid #b1b1ae;
	padding-top: 26px;
}
#content h5 {
	font-size: 24px;
	text-transform: uppercase;
	color: #9f8b59;
	margin-top: 8px;
}

#content p {
	font-size: 15px;
	line-height: 24px;
	color: #36241a;
	margin-top: 25px;
}

#content p a {
	color: #9f8b59;
}

/* Form */
#content form {
	background-color: #f6f6f6;
	padding: 40px;
	margin: 30px 0;
	-moz-box-shadow:    inset 0 0 59px #e9e8e4;
	-webkit-box-shadow: inset 0 0 59px #e9e8e4;
	box-shadow:         inset 0 0 59px #e9e8e4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#content form div + div + div,
#content form .line {
	margin-top: 25px;
}

#content form .line:first-child {
	margin-top: 0;
}

#content form label {
	font-family: "Libre Baskerville", serif;
	font-size: 14px;
	padding-left: 6px;
}
 #content form input[type=email],
#content form input[type=text],
#content form input[type=password],
#content form textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin-top: 6px;
	border: 4px solid #e3e2de;
	-moz-box-shadow:    inset 0 0 7px #f1f1f1;
	-webkit-box-shadow: inset 0 0 7px #f1f1f1;
	box-shadow:         inset 0 0 7px #f1f1f1;
	font-size: 16px;
	max-width: 309px;
}
 #content form input[type=email],
#content form input[type=text],
#content form input[type=password] {
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
}

#content form textarea {
	height: 54px;
	line-height: 18px;
	padding: 5px;
}

#content form textarea[name=message],
#content form textarea[name=user_message],
#content form textarea[name=share_your_comments],
#content form textarea[name=work_experience] {
	max-width: 441px;
	height: 140px;
}

#content form .checkbox,
#content .ff_composer ul {
	list-style-type: none;
	margin-top: 5px;
	padding: 0;
}

#content form .checkbox li,
#content .ff_composer ul li {
	float: left;
	width: 49%;
}

#content form .checkbox label,
#content .ff_composer ul label {
	padding-left: 3px;
	margin-right: 10px;
}

#content .ff_composer ul label {
	padding-left: 0;
}
 .freeform-row .freeform-column .freeform-input[type=checkbox], .freeform-row .freeform-column .freeform-input[type=radio] {
	 margin: 10px 5px 5px 0;
 }
 #content form div + div + div, #content form .line {
	  margin-top: 5px !important;
 }
 button[type="submit"] {
	 -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.75);
	 -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.75);
	 box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.75);
	 background: transparent;
	 width: 200px;
	 padding: 5px 0;
	 text-transform: uppercase;
	 cursor: pointer;
	 border-radius: 3px;
 }
 button[type="submit"]:hover {
	 -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.75);
	 -moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.75);
	 box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.75);
 }
/* Designer */
.meet-your-designer img.featured {
	float: right;
	margin: 50px 30px 90px 0;
	padding: 23px;
	-moz-box-shadow:    inset 0 0 5px #d6d6d0;
	-webkit-box-shadow: inset 0 0 5px #d6d6d0;
	box-shadow:         inset 0 0 5px #d6d6d0;
	background-color: rgba(175, 175, 169, .2);
}

/* Gallery */

#gallery #content {
	float: none;
	width: auto;
}
 .gallery #content {
	 float: none;
	 margin-right: auto;
	 margin-left: auto;
 }
 .gallery #sidebar{
	 float: none;
	 margin-right: auto;
	 margin-left: auto;
 }

 .gallery-grid {
	 -js-display: flex;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
	 -ms-justify-content: center;
	 justify-content: center;
	 margin: 25px 0 0;
	 margin-right: -15px;
	 margin-left: -15px;
 }

.gallery #content ul {
	padding: 0;
	list-style-type: none;
	margin: 40px 0 0 -19px;
}
 .gallery #content .gallery-grid div.col,
.gallery #content ul li {
	text-align: center;
	position: relative;
	 width: 228px;
	 margin: 15px;
}
 .gallery #content ul li {
	 width: 325px;
 }
 .gallery #content .gallery-grid div.col a,
.gallery #content ul a {
	display: block;
}
 .gallery #content .gallery-grid div.col a img,
.gallery #content ul a img {
	-moz-box-shadow:    inset 0 0 5px #d6d6d0;
	-webkit-box-shadow: inset 0 0 5px #d6d6d0;
	box-shadow:         inset 0 0 5px #d6d6d0;
	background-color: rgba(175, 175, 169, .2);
	padding: 17px;
	 width: 100%;
	 max-width: none;
}
 .gallery #content .gallery-grid .text,
.gallery #content ul .text {
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	left: 17px;
	top: 17px;
	right: 17px;
	bottom: 17px;
	padding: 0 50px;
}
 .gallery #content .gallery-grid div.col:hover .text,
.gallery #content ul li:hover .text {
	display: none;
}
 .gallery #content .gallery-grid div.col h2,
.gallery #content ul h2 {
	font-family: "Libre Baskerville", serif;
	font-size: 23px;
	color: #afafa9;
	text-transform: none;
	margin-top: 8px;
}
 .gallery #content .gallery-grid div.col h3,
.gallery #content ul h3 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #fcfcf5;
	color: #fcfcf5;
	padding: 122px 0 5px !important;
	white-space: nowrap;
	margin: 0 auto;
}
 .gallery #content .gallery-grid div.col h3 img,
.gallery #content ul h3 img {
	display: inline;
	 height: 22px;
	 width: auto;
}
 .gallery.category #content .gallery-grid div.col h3 img {
	 height: 14px;
 }
.gallery.category #content {
	max-width: 766px;
}
 .gallery.category #content .gallery-grid div.col .text,
 .gallery.category #content ul .text {
	padding: 0 30px;
}
 .gallery.category #content .gallery-grid div.col h2,
.gallery.category #content ul h2 {
	font-size: 18px;
	margin-top: 6px;
	line-height: 22px;
}
 .gallery.category #content .gallery-grid div.col h3,
.gallery.category #content ul h3 {
	padding: 68px 0 8px !important;
	font-size: 15px;
	font-weight: normal;
}

.gallery #sidebar {
	margin-top: 25px;
}

.gallery #nav_categories {
	font-family: "Libre Baskerville", serif;
	font-size: 17px;
}

.gallery #nav_categories li {
	margin: 17px 0;
}

.gallery #nav_categories a {
	color: #383a37;
}

.gallery #nav_categories a:hover,
.gallery #nav_categories .here {
	color: #9f8b59;
}

.gallery #nav_categories .here {
	padding-left: 18px;
	background: url(/images/bullet_nav.png) no-repeat left center;
}

.gallery.view #content {
	max-width: 647px;
}

.gallery.view .viewer {
	min-height: 550px;
}

.gallery.view #content .viewer img {
	padding: 25px;
	margin-top: 40px;
}

.gallery.view #content h3 {
	margin-top: 50px;
}

.gallery.view #content p {
	margin-top: 10px;
	font-size: 16px;
	font-style: italic;
}

.gallery.view #content div img {
	display: inline;
	margin: 25px 25px 0 0;
	-moz-box-shadow:    inset 0 0 5px #d6d6d0;
	-webkit-box-shadow: inset 0 0 5px #d6d6d0;
	box-shadow:         inset 0 0 5px #d6d6d0;
	background-color: rgba(175, 175, 169, .2);
	padding: 14px;
	cursor: pointer;
}
/* Review */
.review-site #content {
	float: none;
	width: auto;
	max-width: none;
}

 .review {
	 -js-display: flex;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-flow: row wrap;
	 flex-flow: row wrap;
	 -ms-flex-pack: -ms-space-between;
	 justify-content: space-between;
 }
.review .entry {
	text-align: center;
	min-height: 265px;
	margin-top: 30px;
}

.review .entry img {
	display: inline;
}

.review .entry h2,
#content .review .entry h2 {
	text-transform: uppercase;
	font-size: 30px;
	margin-top: 12px;
}

.review .entry .stars {
	font-size: 20px;
	margin-top: 8px;
}

.review .entry p,
#home-content2 .review .entry p {
	color: #222327;
	font-style: normal;
	line-height: 24px;
	margin-top: 28px;
	font-size: 15px;
	background: url(/images/bkg_interior.jpg) center top;
}

.review .col {
	margin: 20px 0 0;
	width: 100%;
}

#home .review .entry {
	text-align: center;
	margin-top: 30px;
	min-height: 0px;
}

/************************************************************************** SIDEBAR */
#sidebar {
	width: 251px;
	margin: 0 auto 30px;
}

#sidebar .block {
	margin-top: 75px;
}

#sidebar .block[onclick] {
	cursor: pointer;
}

#sidebar h5 {
	font-size: 18px;
	font-weight: 400;
	color: #36241a;
	text-transform: uppercase;
	padding-bottom: 13px;
	background: url(/images/sidebar_border.png) repeat-x left bottom;
	margin-bottom: 10px;
}

#sidebar h5 img {
	display: inline;
}

#sidebar .text {
	margin-top: 15px;
	padding: 0 18px 0 33px;
	background: url(/images/sidebar_bullet.png) no-repeat left top;
}

#sidebar p {
	font-size: 13px;
	line-height: 16px;
	color: #36241a;
	margin-top: 4px;
}

#sidebar p a {
	color: #9f8b59;
	font-style: italic;
}



/********************** portal styles **************************/
#loginFormWrapper{
    width: 100%;
    text-align:center;
}
#loginForm{
    width: 525px;
    margin: 0 auto 0 auto;
    text-align:left;
    padding: 30px 0 0 0;
}
.accordian{
    margin: 20px 0 0 0;
    width: 100%;
}
.accordian > .accordianContent {
    padding: 15px 20px 15px 20px;
    border-bottom: 1px solid #dddddd;
    font-family: "Libre Baskerville", serif;
    font-size: 15px;
    line-height: 24px;
    color: #36241A;
}
.accordian > .accordianTrigger {
    border-bottom: 2px solid #d4d2cc;
    cursor: pointer;
    display: block;
    padding: 17px 0 17px 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #9f8b59;
    font-size: 24px;
    font-weight: normal;
}
.accordian > .accordianTrigger > span {
    display: inline-block;
    width: 20px;
    color: #504839;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 75%;
    vertical-align: top;
}
.accordian > .accordianTrigger p {
    margin: .5em 0 .5em 0;
}
.accordian > .accordianTrigger:hover,
.accordian > .accordianTrigger.selected{
}
.accordian > .accordianTrigger:last-child {
    border-bottom: none;
}
.accordian > div {
    display: none;
}
.accordian > .accordianContent ul {
    margin:20px 0 20px 0;
}
.accordian > .accordianContent li,
.accordian > .accordianContent li a {
    line-height: 25px;
}
.accordian > .accordianContent h4 {
    font-family: "Oswald", sans-serif;
}

body#crew2-portal a.pdf:after,
body#the-home-depot-portal a.pdf:after,
body#thd a.pdf:after {  
    content: ' ';
    display: inline-block;
    height: 25px;
    width: 22px;
    background: url('/assets/uploads/icon-pdf.gif') no-repeat;
    vertical-align: bottom; 
    margin-left: 10px;
} 
body#crew2-portal #content a,
body#the-home-depot-portal #content a,
body#thd #content a {  
    color: #30373A; 
} 

body#crew2-portal #hero h1,
body#the-home-depot-portal #hero h1,
body#thd #hero h1,
body#c2mem #hero h1{
    position:relative;
    padding: 15px 0 15px 35px;
    left:auto;
    bottom: auto;
    font-size: 36px;
    width: auto;
    float: left;
}
body#crew2-portal #hero #heading,
body#the-home-depot-portal #hero #heading,
body#thd #hero #heading,
body#c2mem #hero #heading{
    height: auto;
}
#loggedInUser{
    float:right;
    color: #908981;
    line-height: 66px;
    text-transform: uppercase;
}
#loggedInUser span{
    padding: 0 15px 0 15px;
}
#loggedInUser a{
    text-decoration: none;
    color: #908981;
}
body#crew2-portal #breadcrumbs,
body#the-home-depot-portal #breadcrumbs,
body#thd #breadcrumbs {
    width: auto;
    border-top: 2px solid #d4d2cc;
    border-bottom: 2px solid #d4d2cc;
    padding: 12px 0 12px 0;
}
body#crew2-portal #body > .wrapper,
body#the-home-depot-portal #body > .wrapper,
body#thd #body > .wrapper {
    padding: 30px 0 30px 0;
}
body#crew2-portal #sidebar,
body#the-home-depot-portal #sidebar,
body#thd #sidebar{
    width: 260px;
	float: none;
    margin: 0 auto 30px;
}
body#crew2-portal #content,
body#the-home-depot-portal #content,
body#thd #content{
    margin: 30px auto 0;
    max-width: 730px;
    width: 100%;
	float: none;
    padding-bottom: 60px;
}

body#crew2-portal #content h1,
body#the-home-depot-portal #content h1,
body#thd #content h1{
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    color: #383A37;
    margin: 50px 0 50px 0;
}
 body#crew2-portal.crew2-management #content table,
 body#crew2-portal.crew2-management #content table td {
     display: block;
 }
 body#crew2-portal.crew2-management #content .four-cols{
     -js-display: flex;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     -ms-justify-content: center;
     justify-content: center;
 }
 body#crew2-portal.crew2-management #content .four-cols .col{
     max-width: 200px;
     width: 100%;
 }
 body#crew2-portal.crew2-management #content .four-cols .col img {
     height: auto !important;
 }
 body#crew2-portal.links #content ul {
     list-style-type: none;
     -js-display: flex;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-flow: row wrap;
     flex-flow: row wrap;
     -ms-justify-content: center;
     justify-content: center;
 }

#portalNav *{
    zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#portalNav{
    -webkit-border-radius: 3px;
    border-radius: 3px;
    list-style: none;
    width: 252px;
    margin: 5px 0 12px 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    background-image: url(/assets/uploads/portal-nav-background.jpg);
    background-position: 0 0;
    background-repeat: repeat-y;
}
#portalNav li{
    float: left;
    width: 100%;
    border-top: 1px solid #c7c4c3;
    border-bottom: 1px solid #d6d4d3;
    position:relative;
}
#portalNav li:first-child{
    border-top: none;
}
#portalNav li:last-child{
    border-bottom: none;
}
#portalNav a{
    display: block;
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    width: 100%;
    color: #342319;
    position: relative;
}
#portalNav a:hover{
    color: #9f8b59;
}
#portalNav li.here a,
#portalNav li.parent-here a {
    color: #9f8b59;
    background-color:#dedace;
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    -o-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}
#portalNav li.here a:after,
#portalNav li.parent-here a:after{
    border-left: 8px solid #9f8b59;
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    content: ' ';
    display: block;
    height: 0;
    margin: -8px 0 0 0;
    position: absolute;
    right: 12px;
    top: 50%;
    width: 0;
    z-index: 999;
}
#logoutLink,
#loginLink{
    position: absolute;
    right: 100px;
    top:15px;
    color:#383A37;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .5px;
}
#logoutLink a,
#loginLink a{
    color:#383A37;
}
#logoutLink a:hover,
#loginLink a:hover{
    text-decoration: underline;
}
.review-us #content img {
	height: auto !important;
}