/* see: footer.css
/* see: _layout.css */

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}
a img {
	border:none
}
a {
	text-decoration:none;
	color: #333;/* line-height:0%; */
/*	line-height:150%; CPS only? */
}
a:hover {
	color: #C00;
}

blockquote { /*canpay only? - check this*/
    border-left: none;
}
.applicationSubCategory { /*schema*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #333;
}
.blockheader {
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #333;
}
body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
    -webkit-text-size-adjust:100%; /*mobile*/
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.body-nospace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height:0%
}
.body-medium-space {
	background:#C8FFC8;
}

.body-quote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	color: #444;
}
.bottomheader {
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #ddd;
	text-align: left;
}
.button-padding {
	padding-top: 10px;
	padding-bottom: 20px;
}
.buttoncenter {
/* positioning items */
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
/* display items */	
	white-space:nowrap;
	padding: 5px 10px 5px 10px;
	background: #4479BA;
	color: #FFF;
	font-size: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #20538D;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.buttoncenter:hover {
	background: #09F;
	color: #FFF;
	border: solid 1px #2A4E77;
	text-decoration: none;
}
.buttoncenter:active {
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	background: #2E5481;
	border: solid 1px #203E5F;
}
.buttoncenter:focus {
	color: #FFF;
	text-decoration: none;
}
.buttonleft {
	white-space:nowrap;
	padding: 10px 10px 10px 10px;
	background: #4479BA;
	color: #FFF;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #20538D;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.buttonleft:hover {
	background: #09F;
	color: #FFF;
	border: solid 1px #2A4E77;
	text-decoration: none;
}
.buttonleft:active {
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	background: #2E5481;
	border: solid 1px #203E5F;
}
.buttonleft:focus {
	color: #FFF;
	text-decoration: none;
}
.buttonright {
	white-space:nowrap;
	margin-left:25px;
	padding: 10px 10px 10px 10px;
	background: #4479BA;
	color: #FFF;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #20538D;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.buttonright:hover {
	background: #09F;
	color: #FFF;
	border: solid 1px #2A4E77;
	text-decoration: none;
}
.buttonright:active {
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	background: #2E5481;
	border: solid 1px #203E5F;
}
.buttonright:focus {
	color: #FFF;
	text-decoration: none;
}
.calltoaction {
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #00F;
	margin: 20px, 0px, 0px, 0px;
}
.calltoaction a {
	color: #00F;
}
.calltoaction a:hover {
	color: #C00;
}
caption {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	line-height:200%;
}
.centerblock-p { /*canpay*/
	text-align:center;
}

.centerblock-p-label { /*canpay*/
	text-align:center;
	font-size:14px;
}
.darkred {
	color: #C00;
}
.datatable {
	font-size:12px;
	color:#333;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height:150%;
	text-align: left;
	style=margin-left:0;
	margin-right:auto;
}
.datatable th {
	border: 2px solid #888;
	color: #FFF;
	background:#369;
	padding: 2px;
	text-align: center;
}

.datatable th p {
	color: #FFF;
	font-size:18px;
	text-align:center;
	padding-top: 8px;
}

.datatable td {
	border: 1px solid #999;
	padding: 4px;
	vertical-align: top;
}
.datatable p {
	font-size: 16px;
}
.datatable a {
	text-decoration:none;
	color: #036;
	padding: none;
}
.datatable a:hover {
	color: #C00;
}
.datatablecenter {
	color:#3C505F;
	border-collapse:collapse;
	background:#f0f1f1;
	text-align: center;
	margin: 20px 0px 30px 0px;
}
.datatablecenter .blankcell {
	background:#FFF;
	border-bottom: 1px solid #c8d6e2;
 	border-collapse:collapse;
}
.datatablecenter p {
 	font-size: 12px;
	line-height:125%;
	text-align: center;
	padding: 10px 4px 0px 4px;
}
.datatablecenter th {
	font-size:16px;
	font-weight: 100;
	color: #373750;
	padding: 2px 0px 0px 0px;
	vertical-align:top;
	text-shadow: 1px 1px #FFF;
	border: 1px solid #FFF;
	background:#b8cee2;
}
.datatablecenter th p {
	font-size:16px;
	padding: 10px 10px 0px 10px;
}
.datatablecenter td {
    border: 1px solid #c8d6e2;
	padding: 2px;
}
.datatablecenter a {
	text-decoration:none;
	color: #036;
}
.datatablecenter a:hover { 
    color: #C00;
}
.db-button {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -moz-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -ms-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: -o-linear-gradient(top, #ffffff, #e3e3e3);
  background-image: linear-gradient(to bottom, #ffffff, #e3e3e3);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #000000;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border: solid #666666 1px;
  white-space: nowrap;
  text-decoration: none;
  line-height:275%;
}
.db-button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.dealerpoints {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	text-align: left;
	font-weight: bold;
	color: #009;
}
.fa-check { /*canpay*/
	color: #090;
	text-shadow: 1px 1px 1px #999;
}
.fa-times { /*canpay*/
	color: #C00;
	text-shadow: 1px 1px 1px #999;
}

h1, h2, h3, h4 {
	font-family: calibri, Arial, Helvetica, sans-serif;
	text-align: left;
}
h1 {
	font-family: 'calibri', Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	margin: 35px 0px 20px 0px;
}
.h1-home { /*canpay*/
	font-size: 24px;
	margin-top: 10px;
	text-align:center;
	font-weight: normal;
}
.h1-home img {
	margin-bottom: 8px;
}
.h1-centered { /*canpay*/
	text-align:center;
	line-height:125%;
}
.h1-home-large { /*canpay*/
	font-size: 26px;
	font-weight: normal;
/*	text-align:center; */
}
h2 {
	font-family: 'calibri', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;	
	font-style: italic;
	padding-top: 10px;
}
.h2likeh1 { /*canpay*/
	font-size: 26px;
	margin: 30px 0px 20px 0px;
	font-style: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;	
	font-style:italic;
	padding-top: 5px;
}
h4 { /*canpay*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:bold;
	font-style:italic;
	text-transform: uppercase;
	padding-top: 5px;
}
.hangingindent {  /* probably not used*/
  padding-left: 44px ;
  text-indent: -44px ;
}
hr {
	height:1px;
	border:0px;
	background:#999;
/*	border-top:1px #999; */
}
.hr-pad-top { /*cps*/
	margin-top: 30px;
}
.hr-product {
	margin-top: 25px;
	clear:both;
}
img {
  font-family: times, times new roman, serif;
  font-style: italic;
  color: #C00;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.itemprop { /*schema */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #333;
}
.label { canpay - check
	font-size: 14px;
	line-height:175%;
	text-align: left;
}
li {
/*	font-size: 14px;
	line-height:175%; */
	font-family: 'calibri', Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 18px;
	line-height:155%;
}
.logintable {
	font-size:14px;
	color:#333;
	margin: 0px;
	padding: 0px;
	line-height:150%;
	text-align: left;
	style=margin-left:0;
	margin-right:auto
}
.logintable td {
	padding: 1px;
}
.logintable a {
	text-decoration:none;
	color: #036;
	padding: none;
}
.logintable a:hover {
	color: #C00;
}
.nobr {
	white-space:
	nowrap;
	hyphens: none;
}
ol {
	font-size: 14px;
	line-height:175%;
	text-align: left;
}
p {
	font-family: 'calibri', Arial, Helvetica, sans-serif;
	color:#666;
    font-size: 18px;
	line-height:155%;
	text-align: left;/* If changing <p>, check "label" style also */
}

.reverse {
	color:#FFF;
	font-weight: normal;
}
.pnewslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	color: #009;
}
.rightpane-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444;
}
.schema {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #333;
}
.socialmedia {
	background-color: #DCDCDC;
}
.tabledb { /*canpay*/
	margin: 0px 0px 0px 0px;
}
.underline { /*canpay*/
	text-decoration: underline;
	font-weight: bold;
}
ul {
	font-size: 14px;
	color:#333;
	line-height:175%;
	text-align:left;
}
.underline {
	text-decoration: underline;
	font-weight: bold;
}


@media only screen and (min-width: 768px) {

.h1-home-large { /*canpay*/
	font-size: 34px;
	font-weight: normal;
/*	text-align:center; */
}


}