/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 only */
.cf {
    *zoom: 1;
}

html, body { 
	margin: 0px;
	background-color: #ebedf0;
	line-height: 1.75;
	color: #555;
	height: 100%;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	word-spacing: .125em;
	font-weight: 300;
}

header.page-header {
	width: 100%;
    background-color: rgba(235, 237, 240, 0.93);
	z-index: 999;
    box-shadow: 0px 3px rgba(47, 159, 231, 0.85);
    position: fixed;
    top: 0px;
}

.header-center {
	max-width: 1152px;
	margin: auto;
}

.wrapper header {
	height: 90px;
}

.softpress {
	margin: 15px 0 0 6px;
}

.site-nav { position:relative; float: right; height:auto; z-index:2; overflow:visible }
nav * { -webkit-transition:color 100ms; -moz-transition: color 100ms; -o-transition: color 100ms; -ms-transition: color 100ms; transition: color 100ms; -webkit-transition: background-color 100ms; -moz-transition: background-color 100ms; -o-transition: background-color 100ms; -ms-transition: background-color 100ms; transition: background-color 100ms }
nav li { font-family:Lato, sans-serif; text-transform:uppercase; line-height:30px; margin-top:8px; margin-bottom:8px; font-weight:400; font-size:12px; }
not:nav li { color:#555; font-family:Lato, sans-serif; font-weight: 300; font-size:18px; line-height:30px; margin-top:8px; margin-bottom:8px; font-weight:300 }

#fwNav1 { float:right; padding:0; margin:0; list-style:none }
#fwNav1 .fwNavItem { width:auto; position:relative; float:left; margin:0; padding:0; border-top:0; border-bottom:0 }
#fwNav1 .fwNavItem a { display:block; color:#505153; text-decoration:none; padding:18px 14px 14px 14px }
#fwNav1 .fwFirstChild { border-left:0 }
#fwNav1 .fwLastChild { border-right:0 }
#fwNav1 .fwNavItem a:hover, #fwNav1 .fwNavItem span a:hover, #fwNav1 .fwNavItem a:focus { color:#FFFFFF; text-decoration:none; background:#2F9FE7 }
#fwNav1-toggle, .fwNav1-toggle-label { display:none }
.fwNav1-toggle-label { width:30px; height:30px; overflow:hidden; background-image:url('/Resources/menu-icon.png'); background-repeat:no-repeat; background-size:100%; float:right }
#fwNav1 .fwNavItem a.fwCurrent, #fwNav1 .fwNavItem a.fwCurrent:hover { display:block; color:#FFFFFF; background:#7D7D7D; font-weight:normal }

@media screen and (max-width:1200px)
{
	.header-center,
	.article-header {
		margin: 0 2%;
	}
}

@media screen and (max-width:860px)
{
	.site-nav { top:16px; height:27px; font-size:16px }
	#fwNav1 { width:100%; right:0; left:0; margin-top:0px }
	#fwNav1 .fwNavItem { box-sizing:border-box; float:none; overflow:hidden; width:100%; border-right:0; border-left:0 }
	#fwNav1 .fwNavItem a { padding-top:20px; padding-bottom:20px; padding-left:30px; padding-right:30px }
	#fwNav1 .fwFirstChild { border-top:0 }
	#fwNav1 .fwLastChild { border-bottom:0 }
	.fwNav1-toggle-label { display:block; position:relative; cursor:pointer; -webkit-touch-callout:none; -webkit-user-select:none; user-select:none }
	.fwNavContainer1 { display:none; position:fixed; width:100%; top:0; right:0; bottom:100%; left:0; margin-top:-100%; background-color:#F9F9F9; -webkit-overflow-scrolling:touch; overflow:auto; float:none; -webkit-transition:.2s ease-out margin, .2s ease-out bottom; -moz-transition:.2s ease-out margin, .2s ease-out bottom; -ms-transition:.2s ease-out margin, .2s ease-out bottom; -o-transition:.2s ease-out margin, .2s ease-out bottom; transition:.2s ease-out margin, .2s ease-out bottom }
	.fwNav1-toggle-close { background-image:url('/Resources/close-round.png'); margin:17px 15px 20px 20px }
	.fwNavContainer1.fwMenuOn { margin-top:0; bottom:0 }
}

.top-nav {
	font-size: .8em;
	margin-bottom: .8em;
}

.article-header {
	max-width: 1170px;
	margin: auto;
}

section.body, 
section.comments, 
.comment-form-wrap,
.article-header-wrap {
	background-color: #f9f9f9;
	margin-top: 63px;
}

header.search {
	padding: 30px 20px 15px;
	max-width: 930px;
	margin: 0 auto 0;
}

header #livesearch {
	width: 100%;
	height: 50px;
	font-size: 22px;
	border: 1px solid #ccc;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}

header.search a.smallLink {
	float: right;
	margin-right: 20px;
}

#imgSearching, #imgNotSearching {
	position: relative;
	top: -36px;
	left: 14px;
	width: 28px;
	height: 28px;
	opacity: .4;
}

#LSResult {
	position: absolute;
	margin-top: -1px;
	margin-left: 2px;
	border: 1px solid #ccc;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 2px 4px #999;
	z-index: 999;
}

#LSResult .LSRow {
	background-color:#F3F3F3;
	opacity: 0.95;
	-webkit-transition: background-color 200ms;
	-moz-transition: background-color 200ms;
	-o-transition: background-color 200ms;
	-ms-transition: background-color 200ms;
	transition: background-color 200ms;
}

#LSResult .LSRow a {
padding: 5px 14px;
}

#LSResult .LSRow:nth-child(even) {
	background-color:#E9E9E9;
}

/*
#LSResult:hover .LSRow, #LSResult:hover {
	background:#c1c1c1;
	opacity: 0.97;
}
*/

#LSResult:hover .LSRow:hover {
	background-color:#fbfbfb;
	opacity: 1;
}

#LSResult .LSRow:last-child {
	border-radius: 0 0 5px 5px;
}

#LSResult .LSRow .lssearchquery {
	
}

#LSResult .LSRow .lscount {
	display: none;
}


h1, h2 {
	margin-bottom: 10px;
	font-size: 44px;
	line-height: 56px;
	font-weight: 700;
	font-family: "Open Sans",sans-serif;
	color: #45484D;
	margin: 5px 0px 15px;
}

h2 {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: .3em;
}

.answer h2 {
	margin-top: 1em;
	margin-bottom: .5em;
}

h2 span {
	color: #575860;
}

h3 {
	font-size: 20px;
	margin-top: 1.5em;
	line-height: 1.2;
	margin-bottom: .3em;
	color: #6A6B6D;
}

b, strong {
	font-weight: 700;
}

.categories, .article-wrap {
	 background: white;
	 border-top: 1px solid #ddd;
	 border-bottom: 1px solid #ddd;
	 padding: 30px;
}

.categories > div, .articles, article {
	 margin: auto;
}

.articles {
	padding: 0px 30px 15px;
}

.categories > div {
	max-width: 960px;
}

.categories .category {
	 width: 49%;
	 float: left;
	 padding: 15px 30px;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
}

.categories .category:nth-child(odd) {
	 clear: left;
}

.category li {
	line-height: 1.3;
	border: solid 1px white;
	border-bottom: solid 1px #ddd;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}

.category li a {
	display: block;
	padding: 8px 10px 8px;
}

ol[start] li a {
	font-weight: 600;
}

.category li:first-child {
	border-top: 1px solid white;
}

.category li:first-child:hover {
	border-top: 1px solid #ddd;
	box-shadow: inset 0 1px 0 white;
}

.category li:last-child {
	border-bottom: 1px solid white;
}

.category li:hover {
	background-color: #eee;
	border-bottom: solid 1px #ddd;
	border-top: solid 1px white;
	border-right: solid 1px #ddd;
	border-left: solid 3px #2b7ce8;
}

.category p {
	margin: 10px;
	text-align: right;
}

.category p a:link {
	padding: 5px;
	border-radius: 4px;
}

.category p a:hover {
	background-color: #e9e9e9;
}

.categorylink {
	border: 1px solid;
	padding: 5px 10px !important;
	transition: all 100ms;
	font-size: .9em;
}

.categorylink:hover {
	background: #2b7ce8 !important;
	color: white;
	border: 1px solid #2b7ce8;
}

header.intro {
	background-image: url(images/metal-icon@2x.jpg);
	background-repeat: no-repeat;
	background-size: 195px;
	min-height: 160px;
	padding: 35px 0 25px;
	width: 800px;
	margin: 30px auto 0px;
}

.intro h1 {
	margin-left: 220px;
	line-height: 55px;
}

h1 span {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
}

h1.title,
h3.title {
	text-align: center;
}

h3.title {
	color: #555;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;
	margin-top: 0;
	margin-bottom: 40px;
}

.articles h3 {
	margin-top: 86px;
}

.articles ol {
	margin-bottom: 30px;
}

.articles li {
	list-style: decimal;
	margin-left: 2em;
	margin-top: 1.5em;
}

.next-prev {
	position: absolute;
	left: 0;
	right: 0;
	background: white;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding: 8px;
	min-height: 28px;
}

.next-prev.top {
	margin-top: 10px;
}

input[type="text"], textarea {
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 4px;
	height: 26px;
	width: 400px;
}

textarea {
	height: 250px;
}

#submit {
	margin-top: 15px;
	color: #fff;
	font-size: 18px;
	background-color: #6c3;
	text-shadow: 0em -0.09em rgba(0,0,0,0.75);
	line-height: 34px;
	text-align: center;
	margin-bottom: 0.1px;
	border-radius: 3px;
	box-shadow: inset 0px 1px 2px white, 0px 1px 2px rgba(0,0,0,.1);
	border: 1px solid rgba(100,100,100,0.5);
	background-image: -webkit-linear-gradient(top, #6C3, #61c231);
	background-image: -moz-linear-gradient(top, #6C3, #61c231);
	background-image: -o-linear-gradient(top, #6C3, #61c231);
	background-image: linear-gradient(top, #6C3, #61c231);
	padding: 0 20px;
	width: auto;
	height: 38px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #6c3;
	overflow: visible;
}

footer.page {
	max-width: 960px;
	min-height: 132px;
	margin: auto;
}

footer.page > a {
	position: relative;
	display: block;
	float: left;
	margin: 29px 20px 0 15px;
}

footer.page a.social {
	margin: 32px 8px 0 0;
}

footer.page p {
	float: left;
	clear: left;
	font-size: 12px;
	color: #a4a6a9;
	margin-top: 1px;
	margin-left: 15px;
}


footer.page img.right {
	float: right;
	margin-top: -26px;
	margin-right: 15px;
}

#header-wrap {
	height: 60px;
	margin-top: 15px;
}

#nav { position:relative; float:right; width:515px; top:-15px; height:auto; background-color: #f6f6f6; background-repeat:repeat-x; background-position:left top; overflow:visible; z-index:1 }
.nav2 { font-weight:bold; font-size:12px; border:1px solid #cccccc; border-radius:0 0 4px 4px; box-shadow:0 1px 2px 0 rgba(0,0,0,0.1); text-shadow:0 1px 0 #ffffff }

a:link { color: #2b7ce8; text-decoration:none }
a:visited { color:#2b7ce8; text-decoration:none }
a:hover { color:#3666a0; text-decoration:none  }
a:active { color:#1c4373; text-decoration:none  }

hr {
	border: #eee 1px solid;
	border-top: 0;
}

#browse h3 {
	margin-top: 0;
	border: 0;
}

#mainTitle {
	float: left;
}

#search {
	position: relative;
	float: right;
	padding-top: 25px;
	text-align: right;
	font-size: 10px;
	margin-bottom: 10px;
}

.article-header #search {
	padding: 7px 15px 0 0;
	margin: 0;
}

.article-header #livesearch {
	width: 200px;
	height: 21px;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	padding-left: 20px;
	margin: 5px 0 0;
	border-radius: 2px;
	float: right;
	clear: left;
}

.article-header .smallLink {
	float: right;
	clear: right;
	padding-right: 3px;
	padding-bottom: 5px;
}

.article-header #imgSearching, .article-header #imgNotSearching {
	position: absolute;
	top: 16px;
	left: 5px;
	width: 14px;
	height: 14px;
	opacity: .4;
}

.article-header #LSResult {
	position: absolute;
	margin-top: 28px;
	margin-left: 4px;
	border: 0;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 1px 2px #999;
	z-index: 999;
}

.article-header #LSResult .LSRow {
	text-align: left;
	font-size: 12px;
	background-color:#F3F3F3;
	opacity: 0.95;
	-webkit-transition: background-color 200ms;
	-moz-transition: background-color 200ms;
	-o-transition: background-color 200ms;
	-ms-transition: background-color 200ms;
	transition: background-color 200ms;
}

.article-header #LSResult .LSRow:nth-child(even) {
	background-color:#E9E9E9;
}

/*
#LSResult:hover .LSRow, #LSResult:hover {
	background:#c1c1c1;
	opacity: 0.97;
}
*/

.article-header #LSResult:hover .LSRow:hover {
	background-color:#fbfbfb;
	opacity: 1;
}

.article-header #LSResult .LSRow:last-child {
	border-radius: 0 0 5px 5px;
}

.article-header #LSResult .LSRow .lssearchquery {
	
}

.article-header #LSResult .LSRow .lscount {
	display: none;
}

.LSRow a {
	display: block;
	width: 100%;
	height: 100%;
}

.SearchResults li {
	padding: 13px 0;
	border-bottom: 1px solid #eee;
}

.spacer {
	clear: both;
}

#browse {
	clear:  both;
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 15px;
}

#crumbs {
	float: left;
	margin: 12px 15px 4px;
	font-size: .8em;
}

#crumbs ul {
	padding: 5px 0;
	margin: 0 0 5px;
	list-style-type: none;
}

#category, #questionsWrap {
	clear: both;
	margin: 0 auto;
}

#questionsWrap {
	max-width: 900px;
	margin: 15px auto;
/*
	min-width: 480px;
	background: #fbfbfb;
	border: 1px solid #d9d9d9;
*/
}

div#questionsWrap {
	margin-bottom: 31px;
}

.question {
}

.content {
	width: 33%;
	padding: 4px 20px 2px 0;
}

.answer, .answer-meta-wrap {
	width: 100%;
	padding: 0 30px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.answer-meta-wrap {
	margin-top: 15px;
	padding: 0;
	border-top: solid 1px #eee;
}

.answer ul, .answer ol {
	list-style: disc;
	padding-left: 40px;
	margin: 1em 0;
}

.answer ol {
	list-style: decimal;
}

.answer p,
.answer li {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.8;
}


.answer li {
	margin-top: .2em;
	margin-bottom: .2em;
}

.answer b.res_word {
	font-weight: normal;
	background-color: rgb(247, 237, 20);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(247, 241, 111)),to(rgb(247, 237, 20)));
	background-image: -webkit-linear-gradient(top, rgb(247, 241, 111), rgb(247, 237, 20));
	background-image: -moz-linear-gradient(top, rgb(247, 241, 111), rgb(247, 237, 20));
	background-image: -o-linear-gradient(top, rgb(247, 241, 111), rgb(247, 237, 20));
	background-image: -ms-linear-gradient(top, rgb(247, 241, 111), rgb(247, 237, 20));
	background-image: linear-gradient(top, rgb(247, 241, 111), rgb(247, 237, 20));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f7f16f', EndColorStr='#f7ed14');
	padding: 2px;
	box-shadow: 0 1px 3px grey;
	border-radius: 3px;
}

.answer img, 
.answer video, 
.answer embed, 
.answer object {
	max-width: 100%;
	height: auto !important;
}

.answer iframe {
	max-width: 100%;
}

.answer pre {
	overflow: auto;
	background: #eee;
	padding: 15px;
	border: 1px solid #ddd;
	font-size: .8em;
}

.answer-meta-column {
	display: inline-block;
	width: 32%;
	vertical-align: top;
	zoom: 1; 
	*display: inline; /* Hi IE */
	padding: 15px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.questionRight {
	float: right;
	width: 25%;
	font-size: .9em;
}

.bSpacing {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.questionRight p {
	margin: 3px 0;
}

.answer img {
	/*border: 1px solid #999;
	box-shadow: 0px 0px 3px gray;*/
}

.answer img.clean {
	border: none;
	box-shadow: none;
}

#ratingwhy, #ratingemail {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.addThis {
	margin: 10px 0 0;
}

.addthis_toolbox div {
	clear: both;
}

.categorydesc {
	font-size: 11px;
}

li img {
	margin-right: 5px;
}

.FieldLabel {
	padding-right: 20px;
	padding-top: 20px;
}

.FieldLabel.submit {
	padding-top: 0;
}

.Required {
	color:#0084c3;
	font-weight: normal;
}

input.sendMessage {
	display:block;
	border:0;
	padding: 8px 18px;
	text-transform: uppercase;
	background: #14b29a;
	border: 2px solid #14b29a;
	color: white;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	transition: all 150ms;
}

input.sendMessage:hover {
	background: #05a089;
	border: 2px solid #05a089;
}

.form-column {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }

 .form-row {
 	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
 }

.form-column input[type="text"] {
 	width: 98%;
 }

 .form-row textarea {
 	width: 100%;
 }

.InfoList li {
	margin-bottom: 1em;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}

.FieldLabel :focus {
	/*border-style: solid;
	border-color: #20a4f3;*/
	box-shadow: 0 0 2px #20a4f3;
}

@media screen and (max-width:860px)
{
	.form-column {
		float: left;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	 }

	 .form-column input[type="text"] {
	 	width: 100%;
	 }
}

@media only screen
and (max-width: 768px) { 
	
	.categories .category {
		 width: 100%;
		 padding: 15px 0px;
	}
	
	#category, #questionsWrap {
		margin: 0px auto;
	}
	
	.articles {
		padding: 15px;
	}
	
	.categories, .article-wrap {
		padding: 15px;
	}
	
	.answer-meta-column {
		width: 49%;
	}
	
	.answer-meta-column:last-child {
		width: 100%;
	}
}

@media only screen
and (max-width: 570px) { 
	.article-header #search {
		-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		 -ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
		 box-sizing: border-box;
		 width: 100%;
		 padding: 0 15px;
	}
	
	.article-header #livesearch {
		width: 100%;
		margin-top: 13px;
		border-radius: 2em;
	}
	
	.article-header #imgSearching, .article-header #imgNotSearching {
		top: 17px;
		left: 20px;
	}
	
	#crumbs {
		margin: -12px 15px 4px;
	}
	
	.answer-meta-column {
		width: 100%;
	}
	
	footer.page {
		text-align: center;
	}
	
	footer.page > a {
		display: inline-block;
		float: none;
	}
	
	footer.page a.social {
		top: -4px;
	}
	
	footer.page p {
		float: none;
		clear: none;
		margin: 0;
	}
	
	footer.page img.right {
		float: none;
		margin: auto;
	}
}

@media only screen
and (max-width : 480px) {

	.answer {
		padding: 15px;
	}
	
	.answer-meta-column {
		padding: 7px 15px;
	}
	
	body { 
		line-height: 1.6;
		font-size: 15px;
	}
	
	h1, h1.title {
		font-size: 32px;
		line-height: 32px;
	}
	
	h2 {
		font-size: 24px;
		line-height: 28px;
	}
	
	h3, h3.title {
		font-size: 15px;
		line-height: 20px;
	}
	
	header #livesearch {
		font-size: 15px;
	}
	
	header.search {
		padding: 15px 15px 5px;
	}

	header #livesearch {
		height: 35px;
		font-size: 15px;
		padding-left: 28px;
	}
	
	header.search #imgSearching, header.search #imgNotSearching {
		top: -26px;
		left: 6px;
		width: 20px;
		height: 20px;
		opacity: .4;
	}
	
	.categories, .article-wrap {
		padding: 10px;
	}
	
	.answer {
		padding: 10px;
	}
	
	.answer-meta-column {
		padding: 7px 15px;
	}
	
	body { 
		line-height: 1.6;
		font-size: 14px;
	}
	
	h1.title {
		font-size: 26px;
		line-height: 28px;
	}
	
	h2 {
		font-size: 20px;
		line-height: 22px;
	}
	
	h3, h3.title {
		font-size: 14px;
		line-height: 16px;
	}
	
	header.search {
		padding: 15px 15px 5px;
	}

	header #livesearch {
		height: 35px;
		font-size: 15px;
		padding-left: 28px;
	}
	
	header.search #imgSearching, header.search #imgNotSearching {
		top: -26px;
		left: 6px;
		width: 20px;
		height: 20px;
		opacity: .4;
	}

}