* {
	font-size: 10pt;
	font-family: 'Source Sans Pro', 'Helvetica', 'Arial', 'sans-serif';
}
.catalog {
  width: 100%;
}
.page-header {
 color: white;
 text-align: center;
 border-bottom: 25px solid white;
}
/* .page-header tr {
  border-bottom: 10px solid white;
} */
.page-header th {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 100;
}
.header-row {
	margin-bottom: 10px;
}
.cover-logo img {
	width: 50%

}
.product-header {
	border-top: 15px solid white;
	height: 45px;
}
.product-header td {
  font-weight: bold;
  font-size: 11pt;
  border-bottom: 2px solid #00558B;
  padding-left: 5px;
}
.product-line td {
  color: gray;
  font-weight: 100;
  text-align: center;
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
}
.page-header-row {
	background: #00558B;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 100;
	color:white;
	text-align:center;
	margin-bottom: 25px;
}
.product-row {
	height: 70px;
}
.product-row {
	color: gray;
	font-weight: 100;
	text-align: center;
}
.product-line {
	height: 70px;
}
.row-highlight {
  background: #d6d6d657;
}

/* NEW CSS */
.header-row {
	font-weight: bold;
	font-size: 11pt;
	border-bottom: 2px solid #00558B;
}

.center{
	text-align: center;
}

.right {
	text-align: right;
}

.justify {
	text-align-last: justify;
}

.bold {
	font-weight: bold;
}

/*COLORS*/

.gold{
	background-color: #D39E6A;
}

.navy {
	background-color: #00558B;
}

.darkNavy {
	background-color: #054472;
}

.yellow{
	background-color: #FCE049;
}

.darkYellow{
	background-color: #BCAB53;
}

.blue{
	background-color: #52B9E9;
}

.darkBlue{
	background-color: #89ADC3;
}

.teal{
	background-color: #00BDCF;
}

.darkTeal{
	background-color: #2E9C9D;
}

.green{
	background-color: #A1CE5E;
}

.darkGreen{
	background-color: #799A53;
}
.product-line img,
.product-row img {
	/* margin-top: -25px; */
	max-width: 35px;
	max-height: 35px;
}
.product-row > div {
	/* margin-top: 25px; */
}
.product-row div {
	margin-top: 4px;
}

.cover-container img {
	width: 75%;
}
.cover-title {
	font-size: 30pt;
	font-weight: 100;;
}
.margin-auto {
	margin: auto;
}
.lastRow {
	border-bottom: 1px solid #e4e4e4;
}
@media print {
	.navy {
		background-color: #00558B;
		-webkit-print-color-adjust: exact !important;
	}
	.page-header-row {
		background: #00558B;
		-webkit-print-color-adjust: exact !important;
	}
	.footer-color {
		background: #00558B;
		color:white;
		-webkit-print-color-adjust: exact !important;
	}
}

.page-avoid {
	margin-bottom: 15px;
}
/* .footer div:first-child {
	width: 70%;
	display:inline-block;
} 
.footer div:nth-child(2) {
	width: 30%;
	text-align:right;
	display:inline-block;
} */
.page {
	page-break-after: always;
	/* height: 1600px; */
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.break-word {
	max-width: 185px;
	word-break: break-word;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.pad-10-entry {
	padding-top: 10px;
}
.footer-color {
	background: #00558B;
	color:white;
	padding-top: 3px;
	padding-bottom: 3px;
}
.footer-color:first-child {
	padding-left: 10px;
}
.footer-color:nth-child(1) {
	padding-right: 10px;
}