*  /* -- Reset Styles -- */
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 12px;
}

@page 
{
	margin: 40px;
}

h1
{
	padding: 10px 0 !important;
	font-size: 18px;
}

h2
{
	padding: 10px 0 !important;
	font-size: 16px;
}

h3
{
	padding: 5px 0 !important;
	font-size: 14px;
}

p
{
	padding: 0 0 10px 0;
}
	
a
{
	color: #222222;
	font-weight: normal;
	text-decoration: none;
}

ul, ol
{
	padding: 5px 0 5px 25px;
}

li
{
	padding: 0 0 5px 0;
}

span.separator  /* used to separate links on some pages */
{
	padding: 0 5px;
}

.awNoPrint, .breadcrumbs, .pageMenu
{
	display: none;
}

.noScreen /* prints but not viewable on screen */
{
	display: initial;
}

.tagLine h1
{
	font-size: 10px;
	padding: 5px 0 0 0;
}

.tagLine h1 br
{
	display: none;
}

.clrFloats
{
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
}

.boldTxt
{
	font-weight: bold;
}

.boldLarge
{
	font-weight: bold;
	font-size: 18px;
}

.smallTxt
{
	font-size: 12px;
}


.drkGreenTxt
{
	color: #51868f;
	font-family: Roboto, Arial, sans-serif; 
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}

.whiteTxt
{
	color: #ffffff;
}

.redTxt
{
	color: #a83a2f;
}

/* Products Page */
.stBoxes
{
	display:table;
	margin: 0;
	padding: 0;
}

 h2.prH2
 {
	padding: 20px 0 5px 0 !important;
}

.stBoxes h3
{
	padding: 0 !important;
}

.stFeatures .quarter
{
	display: table-cell;
	width: 25%;
	padding: 0 5px 0 0;
}

.stLearnMore, .exLearnMore
{
	display: none;
}


/* Features Page */
.featureList
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

.featureList th, .featureList td
{
	border: solid 1px #222222;
	padding: 3px;
}

.featureList th
{
	font-size: 11px;
	font-weight: normal;
}

.featureList td.feature
{
	text-align: left;
	width: 20%;
	font-size: 13px;
}

.featureList td.featureDesc
{
	text-align: left;
	width: 56%;
	font-size: 13px;
}

.featureList td.indFeature
{
	vertical-align: middle;
	width: 8%;
	text-align: center;	
}

.featureList td.indFeature span.fa-check
{
	font-size: 16px;
	font-weight: normal;
}

/* Pricing Page */
.pricetable
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;	
	border-top: solid 1px #222222;
}

.pricetable td
{
	border-bottom: solid 1px #222222;
	padding: 5px 0;
}

.pricetable td.price
{
	text-align: right;
}

.pricetable td p.indent
{
	margin: 0;
	padding: 0 0 0 10px;
}

/* Requirements Page */
.reqtable
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;	
	border-top: solid 1px #222222;
}

.reqtable th
{
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	border-bottom: solid 1px #222222;
}

.reqtable td
{
	border-bottom: solid 1px #222222;
	padding: 5px 0;
}


footer
{
	position: absolute;
	right: 0;
	top: 0px;
	text-align: right;
}

footer iframe
{
 display: none; 
}

.contactInfo h4
{
	display: none;
}

.contactInfo p.printing
{
	margin: 0;
	padding: 0;
	line-height: 1.2;
}

.bckAnnouncement
{
	display: none;
}

.confHalf
{
		border-bottom: dotted 1px #aaaaaa;
}

.confHalf .half
{
	float: left;
	box-sizing: border-box; 
	width: 50%;
}

.confSchedule th
{
	padding: 5px 0;
	text-align: left;
}

.confSchedule td
{
	padding: 0px 0px 3px 0;
}

.confSchedule td.confTime
{
	width: 20%;
	text-align: right;
	padding-right: 10px;
}