@page {
  margin:0.2cm 0.44cm 0.2cm 0.4cm;
}

* {
  color: #000 !important;
}

body, html {
  height:auto;
}

body {
  padding: 30px;
}

body:before {
  content: "";
  height: 1px;
  border-top:40px solid #000;
  width: 100%;
  position: absolute;
  top:-25px;
  left: 0px;
  z-index: 99999999;
}

.page-break {
  /*page-break-before:always;*/
  page-break-inside: avoid;
}
.print-layout {
	display: block !important;
}
body::before,
header,
footer,
.print-hide,
.bar-callout,
.top-slider-wrapper,
.gallery-wrapper,
.details-wrapper {
	display: none !important;
}

.print-header {
	display: flex;
}
/*.print-header img {
	width: 215px;
	height: 122px;
}*/
.print-header > p {
	color: #910029 !important;
	font: 600 110px/0.9 'Borgia Pro', serif;
	font-size: 60px;
	line-height: 0.9;
	text-transform: uppercase;
	letter-spacing: 2.75px;
	padding-left: 15px;
	margin-top: 35px;
}
.print-header > p > span {
	display: block;
	font-size: 22px;
	letter-spacing: 2.2px;
	margin-bottom: 5px;
	color: inherit;
}
.print-details {
	display: block;
}
.print-image{
	width: 100%;
	margin-top: 25px;
}
.vertical-list {
	display: flex;
	flex-direction: row;
	width: auto !important;
	height: 100px;
}
.vertical-list li {
	justify-content: center;
	width: 200px;
}
.attribute-list {
	margin-top: 50px;
}
/*.vertical-list li {
	border-bottom: 2px solid rgba(37, 44, 53, 0.3);
}
/*.print-details .attribute-list {
	width: 100%;
}
/*.print-details .print-plan {
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 40px 0;
	height: 512px;
	width: 911px;
}*/
.print-details i {
	color: #910029 !important;	
}
.print-details li {
	flex-grow: 1;
	padding: 10px;
}
.print-list {
	padding: 15px;
}
.print-list h1 {
	text-align: left;
	font-weight: bold;
	font-size: 40px;
	color: #910029 !important;
	text-decoration: underline;
}
.print-list p{
	font-size: 25px;
	display: block;
	padding: 5px;
}
.grey-bg {
	background-color: #f1f1f2;

}

.print-footer span {
	color: #910029 !important;
}