/* HTML Element styles specific to this project. */
body {
	letter-spacing: 1px;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
	font-size: .85em;
	color: #929294;
}

h1,h2,h3,h4,h5,h6 {margin-top: 25px; letter-spacing: 3px; text-transform: uppercase; font-family: 'Raleway', sans-serif; font-weight: 600; color: #000;}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.05em;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}
li {
	margin: 7px 0 0 0;
}



input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea,
select,
fieldset {
	border-radius: 0;
	line-height: 1.4em;
}
input:invalid,
textarea:invalid,
select:invalid {
	border-color: #b94a48;
	border-color: rgba(185,74,72,.4);
}
#HumanVerificationCode_Control::placeholder {
	color: #000;
}



/* Font Awesome Additional Icons */

.icon-envelope-square:before {
  content: "\f199";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-youtube-square:before {
  content: "\f166";
}



/* System Styles */

a.TextButton,
input.TextButton,
a.Method,
a.AddToCart,
.button {
	border: none !important;
	border-radius: 0 !important;
	padding: 12px 20px !important;
	width: auto;
	max-width: 100%;
	line-height: 1em;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	color: #fff !important;
	background: #000 !important;
	transition: all linear .2s;
}
a.TextButton:hover,
input.TextButton:hover,
a.Method:hover,
a.AddToCart:hover,
.button:hover {
	box-shadow: 1px 1px 6px rgba(127, 127, 127, .3);
	outline: none;
	text-decoration: none;
	color: #fff;
}

.LoginDetailRow td,
.ForgotLoginDetailRow td,
.ListOddDetailRow td,
.ListEvenDetailRow td,
.CalendarDetailRow td {
    font-size: .9em;
}



/* Skin specific styles */

#container {
	min-height: 100%;
	text-align: center;
	background-color: #fff;
}
#container > div {
	text-align: left;
}
#container > div:before, #container > div:after {display: table; content: " "; line-height: 0;}
#container > div:after {clear: both;}
#container > div {*zoom: 1;}
#container > div > * {
	clear: both;
	position: relative;
	margin: 0 auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 1200px;
}



#logged-in-menu-container {
	background-color: #fff;
}
#logged-in-menu {
	padding: 0 12px;
	font-size: .8em;
	z-index: 5;
}
#logged-in-menu > ul > li > a {
	display: inline-block;
}
#logged-in-menu a[title]:after {
	background-color: #fff;
}
#logged-in-menu ul ul {
	border: none;
	background-color: #fff;
}
#logged-in-menu > ul:first-child {
	float: right;
}
#logged-in-menu > ul:first-child a[title]:after {
	left: auto;
	right: 100%;
}
#logged-in-menu > ul:first-child ul {
	left: auto;
	right: 7px;
	text-align: right;
}
#logged-in-menu > ul:first-child ul ul {
	right: 100%;
}
@media screen and (max-width: 599px) {
	#logged-in-menu.minimize600 > ul:before {
		content: "≡ Administration Menu";
	}
	#logged-in-menu.minimize600 > ul:first-child:before {
		content: "≡ User Menu";
	}
	#logged-in-menu.minimize600 > ul:first-child {
		float: none;
	}
	#logged-in-menu.minimize600 > ul:first-child ul {
		text-align: left;
	}
}



#main-menu-container {
	background-color: #000;
}
#main-menu {
	padding: 30px 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #fff;
	z-index: 4;
}
#main-menu > ul {
	display: inline-block;
	margin: 0 -20px;
	vertical-align: middle;
}
#main-menu > ul > li {
	border-left: 1px solid #fff;
	padding: 0 20px;
	line-height: .95em;
}
#main-menu > ul > li:first-child {
	border-left: none;
}
#main-menu li:hover {
	background-color: transparent;
}
#main-menu ul ul {
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	border: none;
	box-shadow: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000;
}
#main-menu ul ul > li {
	padding: 10px 15px;
	font-size: .9em;
}
#mobile-logo {
	display: none;
}
@media screen and (max-width: 839px) {
	#main-menu > ul {
		margin: 0 -10px;
	}
	#main-menu > ul > li {
		padding: 0 10px;
	}
}
@media screen and (max-width: 719px) {
	#main-menu {
		padding: 20px 10px;
	}
	#main-menu > ul {
		margin: 0 -7px;
	}
	#main-menu > ul > li {
		border-left: none;
		padding: 10px 7px;
	}
	#main-menu ul ul {
		transform: none;
		padding-left: 0 !important;
	}
}
@media screen and (max-width: 479px) {
	#mobile-logo {
		display: block;
		padding: 0 50px;
		text-align: center;
	}
}



/* Fixed Menu Container */
body.website-base-for-public #logged-in-menu-container {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}
body.website-base-for-public #main-menu-container {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgba(0,0,0,.6);
	transition: all .5s ease;
	z-index: 4;
}
body.website-base-for-public #main-menu-container:hover {
	background-color: rgba(0,0,0,1);
}
body.website-base-for-public #logged-in-menu-container + #main-menu-container {
	top: 30px;
}
@media screen and (max-width: 959px) {
	body.website-base-for-public #logged-in-menu-container,
	body.website-base-for-public #main-menu-container {
		position: static;
	}
	body.website-base-for-public #main-menu-container {
		background-color: #000;
	}
}



#banner-container {
}
#banner {
	max-width: 100% !important;
	max-height: 655px;
}
#banner .article-image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 655px;
	background-size: cover;
	background-position: center;
}
#banner.short {
	max-height: 500px;
}
#banner.short .article-image {
	height: 500px;
}
#logo {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-35%);
	margin-left: -600px;
	max-width: 300px;
	z-index: 3;
}
#banner.rotator {
	height: 655px;
}
#banner.rotator > div {
	position: absolute;
	top: 0;
	display: none;
	height: 655px;
	width: 100%;
	background-size: cover;
	background-position: center;
}
#banner.rotator > div.show {
	display: block;
	z-index: 1;
}
@media screen and (max-width: 1919px) {
	#banner .article-image,
	#banner.rotator,
	#banner.rotator > div {
		padding-top: 34.11458%;
		height: 0;
	}
	#banner.short .article-image {
		padding-top: 26.04166%;
	}
}
@media screen and (max-width: 1240px) {
	#logo {
		left: 10px;
		margin-left: 0;
	}
	#banner .article-image,
	#banner.rotator,
	#banner.rotator > div {
		padding-top: 0;
		height: 415px;
	}
	#banner.short .article-image {
		padding-top: 0 !important;
		height: 360px;
	}
	#banner.short #logo {
		max-width: 260px !important;
	}
}
@media screen and (max-width: 959px) {
	#logo {
		transform: translateY(-50%);
		max-width: 40%;
	}
	#banner .article-image,
	#banner.rotator,
	#banner.rotator > div {
		padding-top: 43.22916%;
		height: 0;
	}
	#banner.short .article-image {
		height: 300px !important;
	}
}
@media screen and (max-width: 479px) {
	#logo {
		display: none;
	}
	#banner .article-image,
	#banner.rotator,
	#banner.rotator > div {
		padding-top: 62.5%;
	}
	#banner .article-image,
	#banner.rotator > div {
		background-position: center right;
	}
	#banner.short {
		display: none;
	}
}



#body-container {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
}
body.website-base-for-public #body-container {
	padding-top: 80px;
	padding-bottom: 80px;
}
#body {
	padding: 0 12px;
}
#body > .grid {
	margin-top: -20px;
}
#body > .grid > * {
	margin-top: 20px;
}

#content > *:first-child {
	margin-top: 0;
}

#side-panel > .grid {
	margin-top: -20px;
}
#side-panel > .grid > * {
	margin-top: 20px;
}



#footer-container {
	background-color: #000;
}
#footer {
	padding: 60px 12px;
 	font-size: .9em;
	color: #fff;
}
#footer * {
	color: #fff;
}
#footer a {
	font-style: normal;
}
#footer a.ellipsis {
	display: block;
}
#footer hr {
	border-color: #fff;
}
#footer .footer-social img {
	padding: 0 5px;
}



/* Page specific styles */

.table-content {
	width: 100%;
}
.table-content > tbody > tr > td:first-child + td {
	padding: 80px 12px;
	width: 1224px;
}
.table-content.w1200 > tbody > tr > td:first-child + td {
	width: 1224px;
}
.table-content.w960 > tbody > tr > td:first-child + td {
	width: 984px;
}
.table-content > tbody > tr > td:first-child + td > *:first-child {
	margin-top: 0;
}
.table-content img {
	height: auto !important;
}

.table-content.green {
	background-color: #26ba80;
}
.table-content.green > tbody > tr > td * {
	color: #fff;
}
.table-content.concrete {
	background: url(../image/templates/GCGD_concrete-banner.jpg) no-repeat center /cover;
}
.table-content.grey {
	background-color: #f6f6f6;
}
.table-content.dark {
	background-color: #000;
}
.table-content.dark > tbody > tr > td * {
	color: #fff;
}

.table-content.thin > tbody > tr > td:first-child + td {
	padding: 30px 12px;
}


.table-content-fw {
	width: 100%;
	line-height: 1.6em;
	background-color: #f6f6f6;
}
.table-content-fw > tbody > tr > td:first-child + td {
	padding-top: 60px;
	padding-bottom: 20px;
}
.table-content-fw.left > tbody > tr > td:first-child + td {
	padding-right: 100px;
	width: 600px;
}
.table-content-fw.left > tbody > tr > td:first-child + td + td {
	width: 50%;
}
.table-content-fw.right > tbody > tr > td:first-child + td {
	padding-left: 100px;
	text-align: left;
	width: 600px;
}
.table-content-fw.right > tbody > tr > td:first-child {
	width: 50%;
}
.table-content-fw > tbody > tr > td hr {
	margin-top: 20px;
	margin-bottom: 20px;
}
.table-content-fw > tbody > tr > td .button {
	margin-top: 10px;
	padding: 14px 20px;
}
.table-content-fw .read-more:before {
	left: 0;
	transform: none;
}
@media screen and (max-width: 1439px) {
	.table-content-fw > tbody > tr > td:first-child + td {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.table-content-fw.left > tbody > tr > td:first-child + td {
		padding-left: 10px;
		padding-right: 60px;
	}
	.table-content-fw.right > tbody > tr > td:first-child + td {
		padding-left: 60px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 1079px) {
	.table-content-fw > tbody > tr > td:first-child + td {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.table-content-fw.left > tbody > tr > td:first-child + td {
		padding-right: 30px;
	}
	.table-content-fw.right > tbody > tr > td:first-child + td {
		padding-left: 30px;
	}
}
@media screen and (max-width: 959px) {
	table.table-content-fw,
	table.table-content-fw > tbody,
	table.table-content-fw > tbody > tr,
	table.table-content-fw > tbody > tr > td {
		display: block !important;
		width: 100% !important;
	}
	.table-content-fw > tbody > tr > td:first-child + td {
		padding: 40px 20px !important;
		max-width: 100%;
	}
	.table-content-fw.left > tbody > tr > td:first-child,
	.table-content-fw.right > tbody > tr > td:first-child + td + td {
		display: none !important;
	}
}


#recent-projects {
	text-align: center;
}
#recent-projects > div {
	position: relative;
	margin: 20px -1% 0 -1%;
	white-space: nowrap;
}
#recent-projects > div:after {clear: both; display: table; content: " "; line-height: 0;}
#recent-projects > div > img {
	clear: none;
	display: inline-block;
	float: none;
	margin: 0 1%;
	border: none;
	padding: 0;
	width: 23%;
	vertical-align: top;
}
#recent-projects > div > .scroll-arrow {
	text-shadow: 0 0 7px #000;
	color: #fff;
}
#recent-projects > div > .stick-left {
	margin-left: 5px;
}
#recent-projects > div > .stick-right {
	margin-right: 5px;
}


.table-margin {
	margin-left: -20px;
	margin-right: -20px;
}

table.grey-boxes,
table.white-boxes {
	width: 100%;
	border-collapse: separate;
	border-spacing: 20px;
}
table.grey-boxes.col3 > tbody > tr > td,
table.white-boxes.col3 > tbody > tr > td {
	width: 33.33333%;
	padding: 20px;
	background-color: #f6f6f6;
}
table.grey-boxes.col4 > tbody > tr > td,
table.white-boxes.col4 > tbody > tr > td {
	width: 25%;
	padding: 20px;
	background-color: #f6f6f6;
}
table.white-boxes.col3 > tbody > tr > td,
table.white-boxes.col4 > tbody > tr > td {
	background-color: #fff;
}
table.grey-boxes.col3 > tbody > tr > td > p:first-child,
table.white-boxes.col3 > tbody > tr > td > p:first-child,
table.grey-boxes.col4 > tbody > tr > td > p:first-child,
table.white-boxes.col4 > tbody > tr > td > p:first-child {
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
}
table.grey-boxes.col3 > tbody > tr > td p:first-child > img,
table.white-boxes.col3 > tbody > tr > td p:first-child > img,
table.grey-boxes.col4 > tbody > tr > td p:first-child > img,
table.white-boxes.col4 > tbody > tr > td p:first-child > img {
	padding-bottom: 10px;
	width: 100% !important;
	height: auto !important;
}
@media screen and (max-width: 959px) {
	.table-margin {
		margin: 0;
	}
}
@media screen and (max-width: 839px) {
	table.u720c1,
	table.u720c1 > tbody,
	table.u720c1 > tbody > tr,
	table.u720c1 > tbody > tr > td {
		display: block !important;
		width: 100% !important;
	}
	table.grey-boxes.u720c1 > tbody > tr > td > p:first-child,
	table.white-boxes.u720c1 > tbody > tr > td > p:first-child {
		margin: 0;
		text-align: center;
	}
	table.grey-boxes.u720c1 > tbody > tr > td p:first-child > img,
	table.white-boxes.u720c1 > tbody > tr > td p:first-child > img {
		width: auto !important;
	}
}



table.col2.padded > tbody > tr > td,
table.col3.padded > tbody > tr > td,
table.col4.padded > tbody > tr > td {
	padding: 0;
}

table.col2.padded > tbody > tr > td:nth-child(1) {
	padding-right: 2%;
}

table.col3.padded > tbody > tr > td:nth-child(1),
table.col3.padded > tbody > tr > td:nth-child(2) {
	padding-right: 2%;
	width: 34%;
}

table.col4.padded > tbody > tr > td:nth-child(1),
table.col4.padded > tbody > tr > td:nth-child(2),
table.col4.padded > tbody > tr > td:nth-child(3) {
	padding-right: 2%;
	width: 25.5%;
}

table.border-mid > tbody > tr > td {
	position: relative;
}
table.border-mid > tbody > tr > td:before {
	content: "";
	position: absolute;
	left: -1%;
	bottom: 0;
	width: 1px;
	height: 105px;
	background-color: #efefef;
}
table.border-mid > tbody > tr > td:first-child:before {
	display: none;
}

table.case-studies > tbody > tr > td {
	background-color: #fff;
}
table.case-studies > tbody > tr > td:first-child > *:first-child {
	margin-top: 0;
}
table.case-studies.col3.padded > tbody > tr:first-child > td:nth-child(1) {
	padding: 2.5%;
	width: 33.33333%;
}
table.case-studies.col3.padded > tbody > tr:first-child > td:nth-child(2) {
	padding-right: 0.5%;
	width: 33.33333%
}
table.case-studies.col3.padded > tbody > tr:first-child > td:nth-child(3) {
	padding-left: 0.5%;
	width: 33.33333%
}
table.case-studies.col3.padded > tbody > tr:first-child > td:nth-child(2) > img:first-child,
table.case-studies.col3.padded > tbody > tr:first-child > td:nth-child(3) > img:first-child {
	padding-bottom: 10px;
}
table.case-studies.col4.padded > tbody > tr:first-child > td:nth-child(1) {
	padding: 2.5%;
	width: 26.5%;
	background-color: #fff;
}
table.case-studies.col4.padded > tbody > tr:first-child > td:nth-child(2),
table.case-studies.col4.padded > tbody > tr:first-child > td:nth-child(3) {
	padding-right: 0;
	width: 24.5%
}
table.case-studies hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media screen and (max-width: 599px) {
	table.u600c1,
	table.u600c1 > tbody,
	table.u600c1 > tbody > tr,
	table.u600c1 > tbody > tr > td {
		display: block !important;
		width: 100% !important;
	}
	table.col2.u600c1.padded > tbody > tr:first-child > td:nth-child(1),
	table.col4.u600c1.padded > tbody > tr:first-child > td:nth-child(1),
	table.col4.u600c1.padded > tbody > tr:first-child > td:nth-child(2),
	table.col4.u600c1.padded > tbody > tr:first-child > td:nth-child(3) {
	//	display: block !important;
	//	width: 100% !important;
	}
	table.col2.u600c1.padded > tbody > tr > td,
	table.col4.u600c1.padded > tbody > tr > td {
		padding: 10px 0 0 0 !important;
	}
	table.u600c1.border-mid > tbody > tr > td:before {
		display: none;
	}
	table.case-studies.u600c1.padded > tbody > tr > td {
		padding: 0 !important;
	}
	table.case-studies.u600c1.padded > tbody > tr:first-child > td:nth-child(1) {
		padding: 20px !important;
	}
	table.case-studies.col3.padded > tbody > tr:first-child > td:nth-child(2) > img {
		padding-bottom: 10px;
	}
}


#services-menu {
	text-align: center;
}
#services-menu > .grid {
	margin-top: -2%;
}
#services-menu > .grid > * {
	margin-top: 2%;
}
#services-menu > ul > li {
	white-space: normal;
	background-color: #f6f6f6;
}
#services-menu img {
	display: block;
	margin: 0;
	max-height: 100%;
}



/* Article View Styles */

.PageRange,
.PageCommands {
	clear: both;
	padding-top: 10px;
	text-align: center;
}
.CalendarCommandRow .PageCommands {
	clear: none;
	padding: 0;
}

/* Content */

#content .Title h1:first-child {
	margin-top: 0;
	margin-bottom: 10px;
}
#Message {
	padding-top: 10px;
}
#content .Commands {
	padding-bottom: 20px;
}
#content .Articles .Title {
	display: block;
}

.Articles .Article {
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
}
.Article {
	clear: both;
}
.Article:after {display: table; content: " "; line-height: 0; clear: both;}
.Article {*zoom: 1;}
.Article .Title .Stars {
	display: block;
	float: right;
}
.Article .PublishedOn {
	float: right;
	margin-top: 5px;
	font-size: .9em;
}
.Article .PublishedOn:before {
	content: "Posted On: ";
}
.Article .Author {
	display: block;
	margin-top: 5px;
	font-size: .9em;
}
.Article .Author:before {
	content: "Posted By: ";
}
.Article .Categories {
	margin-top: 5px;
	font-size: .9em;
}
.Article .Categories:before {
	content: "Filed Under: ";
}
.Article > .Image {
	float: left;
	margin: 20px 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
	max-width: 30%;
}
.Article .ImageHolder {
	float: left;
	margin: 20px 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
	max-width: 25%;
	text-align: center;
}
.Article .ImageHolder img {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	max-width: 100%;
}
.Article .Description {
	margin-top: 10px;
}
.Article .Images {
	margin-top: 10px;
}
.Article .Images.grid {
	margin-top: -10px;
	margin-bottom: -10px;
}
.Article .Images.grid > * {
	margin-top: 10px;
	margin-bottom: 10px;
}
.Article .Images a {
	display: block;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 5px;
}
.Article .Images a img {
	border: 0;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.Article .ReadMore {
	display: block;
	padding-top: 5px;
	text-align: right;
}
.Article .Tags {
	clear: both;
	margin-top: 10px;
	font-size: .9em;
}
.Article .Tags:before {
	content: "Tagged: ";
}
.Article .CommentsCount {
	display: block;
	margin-top: 10px;
}
.Article .HTMLDocumentComments {
	margin-top: 20px;
}
.Article .HTMLDocumentComments:before {
	content: "Comments";
	display: block;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	font-size: 18px;
	color: #000;
}
.Article .HTMLDocumentComment {
	margin-top: 40px;
}
.Article .HTMLDocumentComment:first-child {
	margin-top: 20px;
}
.Article .HTMLDocumentComment .Document {
	display: none;
}
.Article .HTMLDocumentComment .SubmittedOn {
	float: right;
	font-weight: bold;
}
.Article .HTMLDocumentComment .Author {
	font-size: 1em;
}
.Article .HTMLDocumentComment .Author:before {
	content: normal;
}
.Article .HTMLDocumentComment .Author .Photograph {
	float: left;
	margin-right: 10px;
	max-width: 50px;
	max-height: 75px;
}
.Article .HTMLDocumentComment .Author .Name {
	display: block;
	font-weight: bold;
}
.Article .HTMLDocumentComment .Author .BusinessName,
.Article .HTMLDocumentComment .Author .WebsiteAddress {
	display: block;
	font-size: .75em;
}
.Article .HTMLDocumentComment .CommentBody {
	clear: both;
}
.Article #comments .button {
	clear: both;
	float: right;
	margin: 15px 0 0 0;
}
.Articles .Article .Author,
.Articles .Article .PublishedOn,
.Articles .Article .Categories,
.Articles .Tags,
.Articles .Article .CommentsCount {
	display: none;
}

/* SidePanel */

#categories,
#tags,
#issues,
#authors,
#industries,
#regions,
#latest-comments {
	border: 1px solid #ddd;
	padding: 10px;
}
#categories:before,
#tags:before,
#issues:before,
#authors:before,
#industries:before,
#regions:before,
#latest-comments:before {
	display: block;
	padding-bottom: 5px;
	font-size: 1.4em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
}

#categories:before {
	content: "Categories";
}
#categories > ul > li {
	padding-top: 2px;
	padding-bottom: 2px;
}

#tags:before {
	content: "Tags";
}
#tags .ExtraLarge {
	font-size: 16px;
}
#tags .Large {
	font-size: 16px;
}
#tags .Medium {
	font-size: 12px;
}
#tags .Small {
	font-size: 10px;
}
#tags .ExtraSmall {
	font-size: 8px;
}

#issues:before {
	content: "Archives";
}

#authors:before {
	content: "Authors";
}

#industries:before {
	content: "Industries";
}

#regions:before {
	content: "Regions";
}

#latest-comments:before {
	content: "Latest Comments";
}
#latest-comments a[title]:after {
	position: static;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 5px 0 0 0;
	width: 100%;
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	background: none;
	opacity: 1;
	visibility: visible;
}
#latest-comments .HTMLDocumentComment {
	margin-top: 10px;
	margin-bottom: 10px;
}
#latest-comments .HTMLDocumentComment:first-child {
	margin-top: 6px;
}
#latest-comments .HTMLDocumentComment .Document:before {
	content: "On ";
	font-weight: normal;
	font-style: normal;
}
#latest-comments .HTMLDocumentComment .Document {
	font-weight: bold;
}
#latest-comments .HTMLDocumentComment .SubmittedOn {
	display: none;
}
#latest-comments .HTMLDocumentComment .Author:before {
	content: " by ";
}
#latest-comments .HTMLDocumentComment .Author .Photograph {
	display: none;
	float: right;
	margin-left: 10px;
	max-width: 50px;
	max-height: 75px;
}
#latest-comments .HTMLDocumentComment .Author .Name {
	font-weight: bold;
}
#latest-comments .HTMLDocumentComment .Author .BusinessName,
#latest-comments .HTMLDocumentComment .Author .WebsiteAddress,
#latest-comments .HTMLDocumentComment .CommentBody {
	display: none;
}

#categories a[data-items-count]:after,
#issues a[data-items-count]:after,
#authors a[data-items-count]:after,
#industries a[data-items-count]:after,
#regions a[data-items-count]:after,
#latest-comments a[data-items-count]:after {
	content: attr(data-items-count);
	position: static;
	display: block;
	float: right;
	border: 0;
	padding: 0;
	width: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-weight: normal;
	font-size: .9em;
	opacity: 1;
	visibility: visible;
}



/* Gallery Template */

#gallery .Images {
	padding-top: 10px;
}
#gallery .Images.grid {
	margin-top: -10px;
	margin-bottom: -10px;
}
#gallery .Images.grid > * {
	margin-top: 10px;
	margin-bottom: 10px;
}
#gallery .Images a {
	padding-top: 14.66666%;
	height: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media screen and (max-width: 839px) {
	#gallery .Images a {
		padding-top: 23%;
	}
}
@media screen and (max-width: 599px) {
	#gallery .Images a {
		padding-top: 48%;
	}
}



/* Testimonial Template */

#testimonial-template .Title {
	color: #000;
}
#testimonial-template .PublishedOn {
	font-style: italic;
	font-size: .9em;
}
#testimonial-template .PublishedOn:before {
	content: "Published On: ";
	display: inline;
}
#testimonial-template .Author {
	margin-top: 20px;
}
#testimonial-template .Name {
	font-weight: bold;
}
#testimonial-template .Position, 
#testimonial-template .BusinessName, 
#testimonial-template .WebsiteAddress {
	display: block !important;
	font-style: italic;
}
#testimonial-template img {
	float: left;
	margin-right: 1%;
	border: 2px solid #000;
	width: 24%;
}
#testimonial-template .view-all {
	margin-top: 20px;
	text-align: right;
}



/* Shop Styles */

.Shop > .Title {
	padding-bottom: 20px;
}
.Shop #Products {
	clear: both;
	position: relative;
	display: block;
	margin-left: -1%;
	margin-right: -1%;
}
.Shop #Products:before, .Shop #Products:after {display: table; content: " "; line-height: 0;}
.Shop #Products:after {clear: both;}
.Shop #Products {*zoom: 1;}
.Shop #Products .Article {
	clear: none;
	display: block;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
}
@media screen and (max-width: 839px) {
	.Shop #Products .Article {
		width: 31.33333%;
	}
}
@media screen and (max-width: 719px) {
	.Shop #Products .Article {
		width: 48%;
	}
}
@media screen and (max-width: 479px) {
	.Shop #Products .Article {
		width: 98%;
	}
}
.Shop .image {
	display: block;
	margin: 0 0 10px 0;
	padding-top: 98%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.Shop .image:hover {
	box-shadow: 0 0 10px #aaa;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	z-index: 99;
}
.Shop .details {
	margin-top: 10px;
}
.Shop .title {
	display: block;
	margin-top: 0;
	font-size: 1.4em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
}
.Shop .title a {
	font-style: normal;
}
.Shop .price {
	display: block;
	margin-top: 10px;
}
.Shop .read-more {
	float: right;
}
.Shop .add-to-cart {
	margin-right: 10px;
}
.Shop .add-to-cart,
.Shop .read-more,
.Shop .sold-out,
#product-template .add-to-cart,
#product-template .sold-out {
	display: inline-block;
	margin-top: 10px;
	border: none;
}
.Shop .PageRange {
	clear: both;
	padding-top: 40px;
	text-align: center;
}



/* Website Product Default Template */

#product-template .Title {
	margin-top: 0;
}
#product-template .Title .Stars {
	display: block;
	float: right;
}
#product-template .Images {
	margin-top: 10px;
}
#product-template .Images.grid {
	margin-top: -10px;
	margin-bottom: -10px;
}
#product-template .Images.grid > * {
	margin-top: 10px;
	margin-bottom: 10px;
}
#product-template .Images a {
	display: block;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 5px;
}
#product-template .Images a img {
	border: 0;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
#product-template .Description {
	margin-bottom: 10px;
}
#product-template .Price,
#product-template .FreightPrice {
	float: left;
	padding: 3px 15px 5px 0;
	font-size: 1.2em;
}
#product-template .Price:before {
	content: "Price: ";
	display: inline;
}
#product-template #comments .button {
	clear: both;
	float: right;
	margin: 15px 0 0 0;
}



/* Cart Items */

#cartitems-summary {
	border: 1px solid #ddd;
	padding: 10px;
}
#cartitems-summary h3 {
	margin-top: 0;
}
#cartitems-summary #continue-shopping {
	display: none;
}
body.cartitems-summary #cartitems-summary #continue-shopping {
	display: inline-block;
}
.cart-item {
	margin-bottom: 3px;
	padding: 5px 0;
}
.cart-item .total-price {
	float: right;
	margin-left: 5px;
	font-weight: bold;
}
.cart-item .decrease-quantity,
.cart-item .increase-quantity {
	float: right;
	margin-left: 3px;
}
.cart-item .decrease-quantity img,
.cart-item .increase-quantity img {
	border: none;
	width: 1em;
}
.cart-freight,
.cart-total-price {
	font-weight: bold;
	margin-right: 36px;
	padding: 5px 0;
	text-align: right;
}
.cart-total-price {
	border-top: 1px solid #ddd;
}
.cart-freight label,
.cart-total-price label {
	font-weight: normal;
}
.cart-commands {
	padding-top: 10px;
	text-align: center;
}



/* Payment & Orders */

body.cartitems-requestorderdetails #body,
body.order-selectpaymentmethod #body,
body.product-additemtocart #body,
body.website-register #body,
body.website-login #body,
body.website-checkforregistration #body,
body.website-sendlogindetails #body,
body.cartitems-requestorderdetails #body {
	max-width: 450px;
}
body.product-additemtocart .message.warning,
body.website-register .message.warning,
body.website-login .message.warning,
body.website-checkforregistration .message.warning,
body.website-sendlogindetails .message.warning,
body.cartitems-requestorderdetails .message.warning,
body.order-selectpaymentmethod .message.warning {
	display: none;
}
body.product-additemtocart .commands,
body.website-register .commands,
body.website-login .commands,
body.website-checkforregistration .commands,
body.website-sendlogindetails .commands,
body.cartitems-requestorderdetails .commands,
body.cartitems-confirmorder .ConfirmDetails,
body.order-selectpaymentmethod .commands {
	margin-top: 10px;
	text-align: right;
}
body.cartitems-summary #body {
	max-width: 600px;
}
body.cartitems-confirmorder #body {
	max-width: 720px;
}
body.cartitems-confirmorder th,
body.cartitems-confirmorder td {
	padding: 5px;
}
body.cartitems-confirmorder .ItemDetails > table > thead {
	border-bottom: 1px solid #ddd;
}
body.cartitems-confirmorder .ItemDetails > table tr > td:last-child {
	text-align: right;
}
body.cartitems-confirmorder .ItemDetails > table tfoot > tr > td:first-child {
	font-weight: bold;
	text-align: right;
}



/* Services Page Styles */

#ServicesPage > *:first-child {
	margin-top: 0;
}
#ServicesPage .ServiceTime {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#ServicesPage .ServiceTime .Image {
	float: left;
	margin-right: 2%;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 5px;
	width: 31.33333%;
}
@media screen and (max-width: 479px) {
	#ServicesPage .ServiceTime .Image {
		margin-right: 0;
		width: 100%;
	}
}
#ServicesPage .ServiceTime img {
	width: 100%;
	height: 100%;
}
#ServicesPage .ServiceTime .StartFinish,
#ServicesPage .ServiceTime .Venue {
	display: block;
	font-style: italic;
}
#ServicesPage .ServiceTime .StartFinish {
	float: right;
}
#ServicesPage .ServiceTime .Title {
	display: block;
	margin: 16px 0 3px 0;
	font-weight: bold;
}
#ServicesPage .ServiceTime .Description {
	display: block;
}
#ServicesPage .ServiceTime a {
	display: block;
	text-align: right;
}
#ServicesPage .ServiceTime .PublishedOn,
#ServicesPage .ServiceTime .RegistrationTime,
#ServicesPage .ServiceTime .RSVPBy,
#ServicesPage .ServiceTime .Venue .Location {
	display: none;
}



/* Website Service Default Template */

#ServiceTemplate > *:first-child {
	margin-top: 0;
}
#ServiceTemplate tr > *:first-child {
	font-weight: bold;
}
#ServiceTemplate #Title {
	margin-bottom: 10px;
}
#ServiceTemplate #Title .Stars {
	display: block;
	float: right;
}
#ServiceTemplate #Venue,
#ServiceTemplate #RegularPrice,
#ServiceTemplate #MemberPrice,
#ServiceTemplate #Description,
#ServiceTemplate #Times {
	padding-top: 10px;
}
#ServiceTemplate #Times .ServiceTimes .PublishedOn,
#ServiceTemplate #Times .ServiceTimes .RSVPBy,
#ServiceTemplate #Times .ServiceTimes .RegistrationTime,
#ServiceTemplate #Times .ServiceTimes .Title,
#ServiceTemplate #Times .ServiceTimes .Venue,
#ServiceTemplate #Times .ServiceTimes .Description,
#ServiceTemplate #Times .ServiceTimes a.MoreInfo,
#ServiceTemplate #Times .ServiceTimes .Image {
	display: none;
}
#ServiceTemplate #Times .ServiceTime {
}
#ServiceTemplate #Times .ServiceTime .StartFinish {
	clear: left;
	float: left;
	display: block;
	margin: 0;
	width: 240px;
	color: black;
}
#ServiceTemplate #Times .ServiceTime .RSVP {
	float: left;
	box-shadow: 3px 3px 5px #bbb;
	border: 1px solid #bbf;
	border-radius: 5px;
	padding: 2px 10px;
	font-style: normal;
	font-size: .8em;
	background: #000;
	color: #fff;
}
#ServiceTemplate #Content {
	padding-top: 20px;
}
#ServiceTemplate .HTMLDocumentComments {
	margin-top: 20px;
}
#ServiceTemplate .HTMLDocumentComments:before {
	content: "Comments";
	display: block;
	border-top: solid 3px #d1d2d4;
	padding-top: 10px;
	font-size: 18px;
}
#ServiceTemplate .HTMLDocumentComment {
	margin-top: 15px;
	margin-bottom: 15px;
}
#ServiceTemplate .HTMLDocumentComment .Document {
	display: none;
}
#ServiceTemplate .HTMLDocumentComment .SubmittedOn {
	float: right;
	font-weight: bold;
}
#ServiceTemplate .HTMLDocumentComment .Author:before {
	content: normal;
}
#ServiceTemplate .HTMLDocumentComment .Author .Photograph {
	float: left;
	margin-right: 10px;
	max-width: 50px;
	max-height: 75px;
}
#ServiceTemplate .HTMLDocumentComment .Author .Name {
	display: block;
	font-weight: bold;
}
#ServiceTemplate .HTMLDocumentComment .Author .BusinessName,
#ServiceTemplate .HTMLDocumentComment .Author .WebsiteAddress {
	margin-top: 3px;
	display: block;
}
#ServiceTemplate .HTMLDocumentComment .CommentBody {
	clear: both;
}
#ServiceTemplate #Comments .TextButton {
	clear: both;
	float: right;
	margin: 15px 0 0 0;
}



/* Services Calendar */

.CalendarTable {
	border-spacing: 0 !important;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.CalendarTable td {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 10px;
}
.CalendarCell.Today {
	background-color: #efefef;
}
.Week .CalendarCell,
.Month .CalendarCell {
	height: 100px;
}
.CalendarCell a {
	font-style: normal;
}
.CalendarCell.PreviousMonth,
.CalendarCell.NextMonth,
.CalendarCell.PreviousMonth a,
.CalendarCell.NextMonth a {
	color: #888;
}
.CalendarCell .Time,
.CalendarCell .Description,
.CalendarCell.PreviousMonth .Time,
.CalendarCell.NextMonth .Description {
	display: block;
	margin-left: 10px;
	color: #000;
}



/* Forum Styles */

.Forum .Subforums h3 {
	color: #444;
}
.Forum .ArticlesCount {
	float: right;
	font-size: .7em;
}
.Forum .ArticlesCount:before {
	content:"Posts: "
}

#ForumTemplate .Categories {
	display: none;
}
#ForumTemplate .Tags {
	display: none;
}



/* Directory Styles */

.Directory .User {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 0 10px 10px 10px;
}
.Directory .Logo {
	display: block;
	float: right;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin: 0 0 10px 10px;
	padding: 5px;
	max-width: 32%;
	height: auto;
}
.Directory .Industries,
.Directory .Regions {
	padding: 5px 0 0 0;
}
.Directory .Industries:before {
	content: "Industries: ";
	font-weight: bold;
}
.Directory .Regions:before {
	content: "Regions: ";
	font-weight: bold;
}
.Directory .ViewProfile {
	display: block;
	margin-top: 20px;
	text-align: right;
}
.Directory .ViewProfile:after {display: table; content: " "; line-height: 0;}
.Directory .ViewProfile:after {clear: both;}