.page-id-142 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.instructions-header {
	position: fixed;
	top: 0;
	left: 0;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 115%;
	text-shadow: 0.5px 0.5px black;
	width: 100%;
	background: #a31f34;
	color: #fff;
	z-index: 1000;
	height: 60px;
	overflow: hidden;
	padding: 20px 50px;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
}

.instructions-header img {
	max-width: 30%;
	float: right;
	display: flex;
	flex-shrink: 0;
}

.instructions-container {
	padding: 5px 40px 40px 40px;
	margin-top: 75px;
}

.instructional-section-title {
	text-align: center;
	padding-bottom: 15px;
}

.card {
	background: white;
	border: 1px #d3d3d3 solid;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	overflow-x: hidden;
}

.card-header {
	color: white;
	background: #a31f34;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 40px;
	padding: 10px;
}

.card-container {
	padding: 2px 16px;
}

.page-id-142 li {
	margin-bottom: 15px;	
}

.card-flex-container {
	padding: 2px 16px;
	display: flex;
}
.card-flex-left {
	flex: 1;
}
.card-flex-right {
	text-align: right;
	flex: 1;
	margin-left: 15px;
}

.flexed-cards {
	display: flex;
	justify-content: space-between;
}
.vertical-divider {
	width: 2%;
}