/** MATRIX-CMS **/
.matrixcms, .matrixcms a {
	font: 12px/14px serif;
}
* { outline: none; }
body {
	padding: 0;
	margin: 0;
	color: black;
	background: #fff;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

* img { border: none; display: block; }
object:hover { border: 0px solid transparent; }

.mxci { max-width: 100%; }

.small { font-size: 85%; }

p, hr, .GPM { margin: 0 0 12px 0; }
p { line-height: 150%; }
.inline { display: inline; }
.floatRight { float: right; }
.floatLeft { float: left; }
.clearBoth { clear: both; }
.nowrap { white-space: nowrap; }
.BorderBox { box-sizing: border-box; }
.justify { text-align: justify; }

.valignTop, .vaTop, .alignTop { vertical-align: top; }
.vaMiddle, .alignMiddle { vertical-align: middle; }
.vaBottom { vertical-align: bottom; }
.vaBase { vertical-align: baseline; }

.alignRight { text-align: right; }
.alignLeft { text-align: left; }
.alignCenter { text-align: center; }

.displayBlock { display: block; }
.displayInline, .inline { display: inline; }
.displayInlineBlock, .inlineBlock { display: inline-block; }
.displayNone { display: none; }

.invisible { visibility: hidden; }

.posAbsolute { position: absolute; }
.posRelative { position: relative; }

.oHidden { overflow: hidden; }

.bold { font-weight: bold; }
.italic { font-style: italic; }
.uppercase { text-transform: uppercase; }
.cursorPointer { cursor: pointer; }
.cursorDefault { cursor: default; }

.NoSelect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.TransformMirror {
	-ms-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.FieldRequired:after {
	content: ' * ';
	color: #a23;
}
.TableFlow {overflow-x: auto;}

.flexed,
.justflex {
	display: -webkit-box; -ms-flex: 1; display: -ms-flexbox; display: flexbox; display: box; display: -ms-flex; display: -webkit-flex;
	display: flex;
	flex: 0 1 auto;
}
.justflex {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.flexwrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexigrow1 {
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}
.flextop { align-items: flex-start; }
.flexmiddle { align-items: center; }
.flexbase { align-items: baseline; }
.flexbottom { align-items: flex-end; }
.flexstretch { align-items: stretch; }

.flexcenter { justify-content: center; }
.flexright { justify-content: flex-end; }
.flexaround { justify-content: space-around; }

.flexitop { align-self: flex-start; }
.fleximiddle { align-self: center; }
.flexibase { align-self: baseline; }
.flexibottom { align-self: flex-end; }

.DefaultGrid {
	display: grid;
	grid-column-gap: 2%;
}
@media all and (min-width: 800px) {
	.Grid2 {grid-template-columns: repeat(2, 1fr);}
	.Grid3 {grid-template-columns: repeat(2, 1fr);}
	.Grid4 {grid-template-columns: repeat(3, 1fr);}
}

@media all and (min-width: 1200px) {
	.Grid3 {grid-template-columns: repeat(3, 1fr);}
	.Grid4 {grid-template-columns: repeat(4, 1fr);}
}
/* some widths */
.w10p { width: 10%; }
.w20p { width: 20%; }
.w30p { width: 30%; }
.w40p { width: 40%; }
.w50p { width: 50%; }
.w60p { width: 60%; }
.w70p { width: 70%; }
.w80p { width: 80%; }
.w90p { width: 90%; }
.w100p,
.fullWidth { width: 100%; }
.noMargin { margin: 0; }
.cfx { display: block; width: 100%; height: 1px; } /*clear full x-axis*/
.jfx { display: inline-block; width: 100%; height: 1px; } /*justify full x-axis*/

.table { display: table; }
.table.inlineBlock, .table.inline { display: inline-table; }
.table .row { display: table-row; }
.table .row .cell { display: table-cell; }
.table .row.vaMiddle .cell { vertical-align: middle; }
.table .row.displayNone, .table .row .cell.displayNone { display: none; }
table.nbcpcs {
	border: none;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

/* The Pads */
.pl { padding-left: 5px; }
.pr { padding-right: 5px; }
.pt { padding-top: 5px; }
.pb { padding-bottom: 5px; }
.ph { padding-top: 5px; padding-bottom: 5px; }
.pv { padding-left: 5px; padding-right: 5px; }
.pc { padding: 5px; }

/* The Lines */
.bl { border-left: 1px solid #f0ede3; }
.br { border-right: 1px solid #f0ede3; }
.bt { border-top: 1px solid #f0ede3; }
.bb { border-bottom: 1px solid #f0ede3; }
.bh { border-top: 1px solid #f0ede3; border-bottom: 1px solid #f0ede3; }
.bv { border-left: 1px solid #f0ede3; border-right: 1px solid #f0ede3; }
.bc { border: 1px solid #f0ede3; }

.h1s, h1 {
	margin: 0px;
	padding: 0px;
	margin: 0 0 4px 0;
	color: #2c64c4;
	font-size: 20px;
	line-height: 120%;
}
h2 {
	margin: 0px;
	margin-bottom: 0.5em;
	padding: 0px;
	font-size: 18px;
	line-height: 110%;
	color: #6e727a;
}
h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
	font-weight: normal;
	color: #2c64c4;
	font-size: 100%;
}
h4 {
	margin: 0px;
	padding: 0px;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	font-style: italic;
	font-size: 100%;
}

a, .GAS { color: #c50000; text-decoration: none; }
a:hover, a:active, a:focus,
.GAS:hover, .GAS:active, .GAS:focus { color: #01418d; }

ul:not([type]) {
	margin: 0;
	padding: 0 0 1em;
	list-style: none;
	overflow: hidden;
}
ul:not([type]) > li {
	margin: 0;
	padding: 0;
	padding: 2px 0px;
	padding-left: 20px;
	position: relative;
}
ul:not([type]) li:before {
	content: '»';
	position: absolute;
	left: 0;
	top: 0;
}
ol {
	margin: 0;
	padding: 0 0 1em;
	padding-left: 23px;
	/*font-weight: bold;*/
}
ol li {
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
}

INPUT[type=text], INPUT[type=password], textarea {
	border: 1px solid #434343;
	padding: 1px 3px;
	font-size: 100%;
}
INPUT[type=text], INPUT[type=password] {
	height: 16px;
}
INPUT.button, INPUT[type=submit], INPUT[type=button], INPUT[type=reset], BUTTON {
	color: black;
	border: 1px solid;
	border-left-color: #D0D7E8;
	border-top-color: #D0D7E8;
	border-bottom-color: #D0D7E8;
	border-right-color: #D0D7E8;
	padding: 3px;
	background:white;
}


.shortNum {
	width: 30px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

hr {
	border: none;
	border-bottom: 1px solid #b8b8b8;
	font-size: 0px;
	background-color: transparent;
	margin: 12px 0px;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 75%;
}

sup { bottom: 1ex; }
sub { top: .5ex; }
