@font-face {
  font-family: 'Raleway-Heavy';
  src: url('../fonts/raleway.heavy.ttf');
}
@font-face {
  font-family: 'Raleway-ExtraBold';
  src: url('../fonts/Raleway-ExtraBold.ttf');
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/Raleway-Regular.ttf');
}
@font-face {
  font-family: 'Raleway-Italic';
  src: url('../fonts/Raleway-Italic.ttf');
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.ttf');
}
@font-face {
  font-family: 'Raleway-Medium';
  src: url('../fonts/Raleway-Medium.ttf');
}
@font-face {
  font-family: 'Raleway-SemiBoldItalic';
  src: url('../fonts/Raleway-SemiBoldItalic.ttf');
}
@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('../fonts/Raleway-SemiBold.ttf');
}
@page{
    size: auto;
    margin: 0mm;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
@media print {
   .page-header, .btn, .navigation{
      display: none;
   }
}

#main-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.pagecontent {
	flex: 1;
}
.page-header {
	text-align: center;
}
.page-header img{
   display: inline-block;
   width: auto;
   height: 50px;
   margin: 10px 0;
   vertical-align: middle;
}
.page-footer {
	width: 100%;
	color: white;
	text-align: center;
}
.navigation ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.navigation li{
    float: left;
}
.navigation li a {
    display: block;
    color: white;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	margin-left: 5px;
}
.navigation li a:hover:not(.active) {
    background-color: #111;
}
.navigation li .active {
    background-color: #033568;
}
.navigation li a:not(.active) {
    background-color: #9eb0c4
}
.flierpage {
    margin: 0px auto;
    padding: 0px;
    width: 720px;
    height: auto;
	clear: both;
	page-break-after: avoid;
}
.bordercontainer {
    padding: 0px;
    border-style: solid;
    border-color: #1f449c;   
	page-break-after: avoid;
	border-collapse: collapse;
}
.reviewheader {
	position: relative;
	height: 40px;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	background: #f05622;
}
.reviewcontent {
	position: relative;
	height: 920px;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
.reviewcontent h1{
    margin-top: 0px;
	margin-bottom: 5px;
    padding: 0px;
    font-size: 20pt;
    font-family: 'Raleway-Heavy', sans-serif;
}
.reviewcontent h2{
	margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 14pt;
    font-family: 'Raleway-ExtraBold', sans-serif;
}
.dealertable{
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background: rgba(88,87,88,0.05);
}
.dealertable tr td{
	padding-bottom: 0px;
	padding-top: 5px;
    font-size: 12pt;
    font-family: 'Raleway-Regular', sans-serif;
}
.dealertable tr:first-child td:first-child{
	width: 2%;
}
.dealertable tr:first-child td:nth-child(2){
	width: 28%;
}
.dealertable tr:first-child td:nth-child(3){
	width: 7%;
}
.dealertable tr:first-child) td:nth-child(4){
	width: 30%;
}
.dealertable tr:first-child td:nth-child(5){
	width: 8%;
}
.dealertable tr:first-child td:nth-child(6){
	width: 23%;
}
.dealertable tr:first-child td:last-child{
	width: 2%;
}
.dealertable tr td:nth-child(2), .dealertable tr:nth-child(4) td:nth-child(4), .dealertable tr:nth-child(5) td:nth-child(4){
	text-align: right;
	padding-right: 10px;
    font-size: 12pt;
    font-family: 'Raleway-Bold', sans-serif;
}
.dealertable tr:nth-child(2) td:nth-child(3), .dealertable tr:nth-child(3) td:nth-child(3), .dealertable tr:nth-child(4) td:nth-child(3), .dealertable tr:nth-child(4) td:nth-child(5), .dealertable tr:nth-child(5) td:nth-child(3), .dealertable tr:nth-child(5) td:nth-child(5){
	text-align: left;
	border-bottom: 1px solid #585758;
}
.dealertable tr:nth-child(5) td{
	vertical-align: bottom;
}
.inventorytable {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background: rgba(88,87,88,0.05);
}
.inventorytable tr td{
	padding-top: 5px;
}
.inventorytable tr td:first-child{
	padding-left: 10px;
}
.inventorytable tr:first-child td:first-child {
	width: 12%;
}
.inventorytable tr:first-child td:nth-child(2) {
	width: 12%;
}
.inventorytable tr:first-child td:nth-child(3) {
	width: 75%;
}
.inventorytable tr:first-child td:last-child {
	width: 1%;
}
.inventorytable tr:not(:last-of-type) td:nth-child(2) {
	text-align: right;
	border-bottom: 1px solid #585758;
}
.inventorytable tr:last-child td:nth-child(2) {
	text-align: right;
}
.inventorytable tr td:nth-child(3) {
	text-align: left;
	padding-left: 10px;
    font-size: 12pt;
    font-family: 'Raleway-Bold', sans-serif;
}
textarea {
	width: 100%;
	background: rgba(88,87,88,0.05);
	border: none;
	resize: none;
	height: 150px;
	padding: 5px;
}
.reviewinfotable{
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	width: 60%;
	background: rgba(88,87,88,0.05);
}
.reviewinfotable tr:first-child td:first-child {
	width: 2%;
}
.reviewinfotable tr:first-child td:nth-child(2) {
	width: 53%;
}
.reviewinfotable tr:first-child td:nth-child(3) {
	width: 43%;
}
.reviewinfotable tr:first-child td:nth-child(4) {
	width: 2%;
}
.reviewinfotable tr td:nth-child(2){
	text-align: right;
	padding-right: 10px;
    font-size: 12pt;
    font-family: 'Raleway-Bold', sans-serif;
}
.reviewinfotable tr:not(:last-of-type) td:nth-child(3){
	text-align: left;
	border-bottom: 1px solid #585758;
}
.reviewfooter {
	position: relative;
	height: 30px;
	margin-top: 0xp;
	padding: 0px;
	width: 95%;	
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 2px;
	margin-left: auto;
	margin-right: auto;
}
.reviewfooter p{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
    font-size: 11pt;
    font-family: 'Raleway-SemiBold', sans-serif;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
.imageuploads {
	max-width: 100%;
	max-height: 275px;
}
.groovecarlogo{
	position: absolute;
	right: 30px;
	bottom: 25px;
	width: 230px;
	height: auto;
}
.flierheader {
    position: relative;
    height: 72px;
    margin-bottom: 0px;
    padding: 0px;
    width: 100%;
    background:#1f449c;
    border-style: solid;
    border-color: #1f449c; 
	border-collapse: collapse;	
}
.flierheader img{
   position: absolute;
   left: 0;
   right: 0;
   margin: auto;
   width: 300px;
   height: auto;
   top: 50%;
   bottom: 50%;
}
.fliersubheader {
    position: relative;
    height: 72px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    width: 100%;
    background:#fbc33f;
    text-align: center;
}
.fliersubheader h1 {
    margin: 0px;
    padding: 0px;
    font-size: 45pt;
    font-family: 'Raleway-ExtraBold', sans-serif;
    color: #1f449c;
}
.vehicledetails {
    position: relative;
    height: 356px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}
.vehicledetails h1{
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-weight: 800;
    color: #1f449c;
    font-size: 32pt;
    margin: 0px;
    padding-top: 15px;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
.vehicledetails h2{
    font-family: 'Raleway-Italic', sans-serif;
    font-weight: 400;
    color: #1f449c;
    font-size: 20pt;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 0px;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
}
#threelines {
    font-family: 'Raleway-Regular', sans-serif;
    color: #fbc33f;
    font-style: normal;
}
.vehicledetails img{
    height: 260px;
    margin-top: -20px;
    margin-bottom: 0px;
	mix-blend-mode: multiply;
}
.fliercontent {
    position: relative;
    height: 405px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    width: 100%;
}
.fliercontent table{
    margin-top: 0px;
    border-collapse: collapse;
    width: 100%;
}
.fliercontent thead{
    background:#1f449c;
}
.fliercontent th{
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 10pt;
}
.fliercontent td{
    font-size: 16pt;
    padding-top:0px;
    padding-bottom:0px;
    padding-right: 0px;
    padding-left: 10px;
    height: 68px;
}
.trimtd {
    font-family:'Raleway-Medium'; 
    color:#1f449c;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
}
.pymtdifftd {
    font-family:'Raleway-Heavy'; 
    color:#1f449c; 
    text-align:center;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
}
.addprofittd {
    font-family:'Raleway-Medium'; 
    color:#1f449c; 
    text-align:center;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
}
.contractstd {
    font-family:'Raleway-Heavy'; 
    color:#1f449c; 
    text-align:center;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
}
.fliercontent tbody tr:first-child td:last-child{
    border-top: 4px solid #1f449c;
}
.fliercontent td:last-child{
    border-left: 4px solid #1f449c;
    border-right: 4px solid #1f449c;
}
.fliercontent tbody tr{
    border-bottom: 2px solid #fbc33f;
}
.fliercontent tr:last-child{
    border-bottom: 2px solid #1f449c;
}
.fliercontent tr:last-child td:last-child{
    border-bottom: 4px solid #1f449c;
}
.flierfootercontainer {
    position: relative;
    height: 85px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    width: 100%;

}
.flierfooter {
    position: absolute;
    bottom: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    width: 100%;
}
.flierfooter p{
    margin:0px;
    padding-top: 2px;
    color:#1f449c; 
    text-align: center;
}
.regions {
    font-family: 'Raleway-Regular';
    font-size: 11pt;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
}
.drm {
    font-family: 'Raleway-SemiBold';
    font-size: 11pt;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
}
.moreinfo {
    font-family: 'Raleway-SemiBoldItalic';
    font-size: 10pt;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
}
.flierfooter hr{
    border-top: 1px solid #1f449c;
    margin: 0px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}