

@font-face {
	font-family: 'Geogrotesque';
	font-style: normal;
	font-weight: 400;
	src: url('./font/geo-Light.otf');
}

.demo body {
	font-size: 1.25rem;
}

.demo h1 {
	font-size: 3rem;
}

.demo h2 {
	font-size: 2.5rem;
}

.demo h3 {
	font-size: 2rem;
}

.demo h1,
.demo h2,
.demo h3,
.demo div,
.demo p,
.demo span,
.demo a,
.demo ul,
.demo li {
	font-family: 'Geogrotesque', sans-serif;
}

.demo .bg-img {
	background-repeat: no-repeat;
}

.demo .red-jumbo {
	background-color: red;
	color: white;
	-ms-flex-item-align: end;
	align-self: flex-end;
	text-align: right;
	width: 100%;
	font-size: 6rem;
}

/*.demo .page-break {
    margin-top: 200px;
}*/

.demo .red-cover {
	position: relative;
	background-color: red;
	height: 100vh;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 5rem;
}

.demo .red-cover .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.demo .red-cover h1 {
	color: white;
	-ms-flex-item-align: end;
	align-self: flex-end;
	text-align: right;
	width: 100%;
	font-size: 6rem;
}

.demo .page-title {
	page-break-before: always;
	border-bottom: 1px solid red;
	margin-bottom: 50px;
}

.demo .caption {
	font-style: italic;
}

.demo .info-set {
	margin: 32px 0px;
	border-top: 1px solid black;
	overflow: hidden;
}

.demo .info-set .info-item {
	border-bottom: 1px solid black;
	padding: 4px;
}

.demo .table-wrapper {
	overflow-x: auto;
}

.demo .table-wrapper table {
	margin-bottom: 2rem;
	width: 100%;
}

.demo .table-wrapper table th,
.demo .table-wrapper table td {
	padding: 8px;
}

.demo .table-wrapper table th {
	border-top: 1px solid black;
}

.demo .table-wrapper table tr {
	border-bottom: 1px solid black;
}

.demo .table-wrapper table .big-cell {
	min-width: 200px;
}

.demo .table-wrapper table .right-align-cell {
	text-align: right;
}

.red-text {
	color: red;
}

.demo .terms-table th {
	border: 1px solid black;
}

.demo .terms-table td {
	border: 1px solid black;
}

.demo tfoot td {
	font-weight: bold;
}

.demo h2 {
	margin-top: 50px !important;
}

.demo .header-logo {
	max-width: 200px;
	max-height: 80px;
}

.demo .builder-report-logo {
	max-width: 150px;
	max-height: 60px;
}

.demo .grout-rectangle {
	border: black;
	border-style: solid;
	border-width: thin;
}
