@font-face {
	font-family:'Oswald';
	src:url(/NPASupport_files/fonts/Oswald-Regular.ttf);
}

@font-face {
	font-family:'Open Sans';
	src:url(/NPASupport_files/fonts/OpenSans-Regular.ttf);
}

* {
	box-sizing:border-box;
	font-family:Open Sans;
	transition:transform .25s, opacity .25s;
}

a {
	/*color:#ED1C24;*/
	color: #b80000;
	text-decoration:none;
}

html, body {
	padding:0;
	margin:0;
}

body {
	padding-top:4.25em;
	min-height:100vh;
	position:relative;
}

img {
	max-width:100%;
}
img.full {
	width: 500px;
}

.wrap {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	clear: both;
}
.wrap.gray {
	background-color: gray;
}

header {
	background-color:white;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	box-shadow:0 0 .5em #BBB;
}
	header .wrap {
		max-width:1600px;
	}
#main {
	transition:height .45s;
}
main {
	position:relative;
	overflow:hidden;
}
	aside {
		float:left;
		width:16em;
		min-height:40em;
		background-color:orange;
		position:relative;
		z-index:2;
	}
	h1 {
		font-family:Oswald;
		font-size:2.8em;
		line-height:1em;
		padding-top:0;
		margin: .2em 0 .5em;
	}
	h1.home {
		margin-top: 0.8em;
	}
		h1 span.gray {
			font-family: Oswald;
			color: gray;
		}
	h2 {
		margin-bottom: .25em;
	}
	img.header-padded {
		margin-top: 24px;
	}
	h2.blackBox {
		display:inline-block;
		width: 45%;
		padding:.8em 0 .8em 1.8em;
		margin:0;
		background-color:black;
		color:white;
		position:absolute;
		top:-1.4em;
		left:0;
		z-index: 2;
	}
@media screen and (max-width: 800px) {
	h2.blackBox {
		width: 100%;
	}
}
	h3 {
		margin-top: 0;
		margin-bottom: .25em;
	}
	h4 {
		font-family:Oswald;
		font-size:1.3em;
		margin:.2em 0 .25em;
		line-height:1.2em;
		font-weight:500;
	}
	h5 {
		/*color:#ED1C24;*/
		color: #aaa;
		font-size:1.125em;
		margin:0 0 1em 0;
	}
		main h5 a {
			text-decoration:none;
		}
	h6 {
		display:inline-block;
		font-size:.8em;
		font-weight:100;
		padding:.8em 1.8em;
		margin:0;
		background-color:black;
		color:white;
		position:absolute;
		top:-1em;
		left:2.5em;
	}
	main p, main li, {
		font-size: .95em;
		line-height: 1.6em;
		letter-spacing: .2px;
	}
	main .breadcrumbs {
		font-size: .85em;
		line-height: 1.6em;
		letter-spacing: .2px;
	}
	main p.featuredParagraph {
		font-size: 1.125em;
	}

section {
	overflow-x:hidden;
	position:relative;
	clear: both;
	
	padding-top: 1em;
}
			


			
hr {
	border-top:1px dashed #DDD;
	border-bottom:none;
	margin:1.2em 0;
}

.row {
	overflow:hidden;
	position:relative;
	width: 100%;
}
.quarter {
	width:25%;
	float:left;
}
.third {
	width: 33.33%;
	float: left;
}
.half {
	width:50%;
	float:left;
}
@media screen and (max-width: 800px) {
	.quarter {
		width: 100%;
	}
	.half {
		width: 100%;
	}
}
.padded {
	padding:2em;
}
.r-padded {
	padding-right:2em;
}
.l-padded {
	padding-left:2em;
}
.grey {
	margin-top:1em;
	background-color:#ECECEC;
}
.relative {
	position:relative;
}
.left {
	float:left;
}


.phase-out {
	opacity:0;
	transform:scale(.95,.95);
}

.sidenav-content {
	margin-left:220px;
	position:relative;
}




.link-button {
	display:inline-block;
	padding:1em 2em;
	margin-bottom:.5em;
	font-size:.75em;
	font-weight:500;
	letter-spacing:1px;
	background-color:white;
	color:#ED1C24;
	border:2px solid #ED1C24;
	transition:background-color .25s, color .25s;
	cursor:pointer;
	text-decoration:none;
}
	.link-button:hover {
		color:white;
		background-color:#ED1C24;
	}

@media (max-width: 800px) {
	.half._c925 {
		width:100%;
	}
	.sidenav-content {
		margin-left:0;
	}
}

/* MAIN CONTENT AND ROWS / COLUMNS */
div.mainContent {
	display: block;
	width: calc(100% - 220px);
	margin-left: 200px;
	padding-left: 20px;
	padding-top: 60px;
}
div.mainContent.hidden {
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
@media screen and (max-width: 800px) {
	div.mainContent {
		width: 100%;
		margin-left: 0;
		padding-top: 0;
	}
}
div.mainContent.full {
	width: 100%;
	margin-left: 0;
	padding-left: 0;
}
	div.mainContent div.row {
		float: left;
		clear: left;
		width: 100%;
	}
		div.mainContent div.column {
			float: left;
			padding: 0 10px;
		}
		div.mainContent div.column._20 {
			width: 20%;
		}
		div.mainContent div.column._25 {
			width: 25%;
		}
		div.column._33 {
			width: 33%;
		}
		div.mainContent div.column._50 {
			width: 50%;
		}
		div.column._66 {
			width: 66%;
		}
		div.column._75 {
			width: 75%;
		}
		div.column._80 {
			width: 80%;
		}
		div.mainContent div.column._100 {
			width: 100%;
		}
@media screen and (max-width: 800px) {
	div.mainContent div.column._20,
	div.mainContent div.column._25,
	div.mainContent div.column._33,
	div.mainContent div.column._50,
	div.mainContent div.column._66,
	div.mainContent div.column._75,
	div.mainContent div.column._80 {
		width: 100%;
	}
	
	div.mainContent div.column._20._collapse50,
	div.mainContent div.column._25._collapse50,
	div.mainContent div.column._33._collapse50,
	div.mainContent div.column._50._collapse50,
	div.mainContent div.column._66._collapse50,
	div.mainContent div.column._75._collapse50,
	div.mainContent div.column._80._collapse50 {
		width: 50%;
	}
	
	div.row.noCollapse div.column._20 {
		width: 20%;
	}
	
	div.row.noCollapse div.column._20 {
		width: 20%;
	}
	div.row.noCollapse div.column._25 {
		width: 25%;
	}
	div.row.noCollapse div.column._33 {
		width: 33%;
	}
	div.row.noCollapse div.column._50 {
		width: 50%;
	}
	div.row.noCollapse div.column._66 {
		width: 66%;
	}
	div.row.noCollapse div.column._75 {
		width: 75%;
	}
	div.row.noCollapse div.column._80 {
		width: 80%;
	}
	div.row.noCollapse div.column._100 {
		width: 100%;
	}
}
/* MAIN CONTENT CONTENT */
a {
	cursor: pointer;
}
div.mainContent p {
	margin-top: 0;
}

.hidden {
	display: none;
}

form.contactForm {
	
}
	form.contactForm fieldset {
		margin-bottom: 16px;
	}
	form.contactForm fieldset legend {
		font-size: 1.2em;
		font-weight: bold;
		color: #333;
	}
	form.contactForm label {
		font-weight: bold;
		color: #555;
		/*display: inline-block;
		width: 100%; 
		font-size: 1.2em;
		font-weight: bold;
		color: #333;*/
	}
		form.contactForm div.interestedProducts input {
			margin-right: 1em;
		}
		form.contactForm div.interestedProducts label {
			float: left;
			font-size: 1em;
			font-weight: normal;
			width: inherit;
			text-align: left;
			clear: left;
		}
		form.contactForm label span.required {
			color: red;
		}
	form.contactForm input {
		width: 100%;
		border: 1px solid black;
		padding: .5em .75em;
		margin-bottom: 10px;
	}
		form.contactForm div.interestedProducts input {
			float: left;
			clear: left;
			width: inherit;
		}
	form.contactForm textarea {
		width: 100%;
		height: 12em;
		resize: none;
		border: 1px solid black;
	}
	form.contactForm button {
		width: 50%;
		margin-left: 25%;
		margin-top: 2em;
	}
span.bigNumber {
	font-size: 2.5em;
	line-height: 1em;
	font-weight: bold;
}
img.bordered {
	border: 1px solid #ccc;
}

select.manualSearch {
	width: 100%;
	padding: .25em;
	font-size: 1em;
	
	margin-bottom: 10px;
	border: 2px solid gray;
	border-radius: 10px;
	font-weight: bold;
	
	color: #b80000;
}
	select.manualSearch option {
		color: black;
		font-family: arial, sans-serif;
	}
.wpComparisonTable {
	width: 100%;
	background-color: #dedede;
}
	.wpComparisonTable th {
		
	}
	.wpComparisonTable td {
		width: 25%;
		background-color: white;
		padding: 5px;
	}

div.indentContent {
	float: left;
	padding-left: 2em;
}
a.buy-now-link {
	display: inline-block;
	width: 100%;
	text-align: center;

	border: 1px solid red;
	border-radius: 20px;
	padding: 10px 20px;
	font-size: 2em;
	font-weight: bold;
	color: red;
}
a.buy-now-link:hover {
	box-shadow: 0 0 6px gray;
}
/* for Horizontal tabs*/

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.announcement {
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
  background: black;
  color: white;
  font-family: Arial, sans;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 0.8em;
}

.announcement a { 
  color: #ccc; 
}

.announcement a:hover {
  color: red;
}