.main h2 {
	border-bottom: 1px dashed #ffbbb2;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 0.375em;
	padding: 0.5em 0;
	width: 100%;
}

.button {
	padding: 5px 10px;
	margin-left: 10px;
	background-color: #2baae1;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	line-height: 1;
	border: none;
	border-radius: 3px;
	font-weight: 400;
	font-size: 14.5px;
}

.button:hover {
	background-color: #238bb8;
}

.row2:after {
	content: "";
	display: table;
	clear: both;
}

.row2 img {
	height: 20px;
	width: auto;
	margin-bottom: 10px;
	padding-top: 0.5em;
}

.ind-header {
	display: grid;
	border-bottom: 1px solid #ffbbb2;
}

	.main h1 {
		font-size: 2em;
		font-weight: 300;
		line-height: 1;
		margin: .5em 0;
		width: 100%;
	}
	
	.ind-button {
		background: #2baae1 url('../img/pdf-white.svg') no-repeat 10px 10px;
		background-size: 20px 20px;
	    border-radius: 6px;
	    color: #fff;
	    font-size: 14.5px;
	    font-weight: 400;
	    line-height: 20px;
	    margin: 0 0 1em;
		padding: 10px 10px 10px 34px;
	    text-decoration: none;
		height: fit-content;
	}
	
	.ind-button:hover {
		background-color: #238bb8;
	}

.introduction {
	display: flex;
	flex-wrap: wrap;
}

	.intro {
		font-size: 1.125em;
		line-height: 1.4;
		margin: .5em 0;
	}
	
		.intro a {
			padding: 0 3px;
			color: #2baae1;
			text-decoration: none;
			border-bottom: 1px solid #2baae1;
		}
		
		.intro a:hover {
			background-color: #ebe8b8;
			color: #222;
			border-bottom-color: transparent;
			transition: ease-in-out 0.2s;
		}
		
	.pdf-list {
		background-color: #f1f1f1;
		margin: .5em 0;
		padding: 10px;
		width: 100%;
	}
	
		.pdf-list h5 {
			display: block;
			margin: 0;
			padding-left: 5px;
		}
		
		.pdf-list .button {
			background: transparent url('../img/pdf.svg') no-repeat 5px 5px;
			color: #2baae1;
			display: block;
			margin: 0;
			padding: 5px 0 5px 21px;
			text-decoration: none;
		}
		
		.pdf-list .button:hover {
			text-decoration: underline;
			transition: ease-in-out 0.2s;
		}
		
.col3 div {
	padding-bottom: 2em;
}

.col3 p {
	margin: 0;
}

.industry-header {
	border-top: 4px double #ff614c;
	text-align: left;
}

.half-width-left, .half-width-right {
	padding-bottom: 2em;
}

.half-width-left img, .half-width-right img {
	height: 20px;
	width: auto;
	margin-bottom: 10px;
	padding-top: 0.5em;
}

.half-width-left p, .half-width-right p {
	margin: 0 0 0.5em;
}

.half-width-left .system-screen img,
.half-width-right .system-screen img {
	height: 335px;
}

.system-screen {
	padding: 0 !important;
	box-sizing: border-box;
	border: 1px solid #333;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
}

.system-screen img {
	height: 244px;
	margin: 0;
	padding: 0;
}

.product-link {
	color: #222;
	display: block;
	text-decoration: none;
	opacity: 1;
	padding: 15px 10px 10px;
	margin-bottom: 10px;
}

.product-link:hover {
	background-color: #F3F5F7;
}

.lims-single {
	margin-bottom: 2em;
}

@media only screen and (min-width: 1000px) {
	.ind-header {
		display: grid;
		grid-column-gap: 1em;
		grid-template-columns: auto 285px;
		align-items: center;
	}
	
		.main h1 {
			font-size: 2.5em;
		}
		
		.ind-button {
			margin: 0;
		}
		
	.introduction {
		grid-column-gap: 1em;
		display: grid;
		grid-template-columns: auto 285px;
	}
		.intro {
			font-size: 1.35em;
		}
		
		.pdf-list {
			width: calc(100% - 20px);
			height: fit-content;
		}
		
			.pdf-list .button {
				padding: 5px 0 5px 21px;
				display: block;
			}
			
	.main h2 {
		font-size: 2em;
	}
	
	.hero-content-box {
		max-width: 60%;
	}
	
	.hero-content-box h1 {
		font-size: 32px;
	}
	
	.col3 div {
		break-inside: avoid;
	}
	
	.system-screen {
		padding: 0 !important;
		box-sizing: border-box;
		border: 1px solid #333;
		overflow: hidden;
		width: 100%;
	}
	
	.system-screen img {
		height: 244px;
		margin: 0;
		padding: 0;
	}
	
	.footer-container {
		padding: 10px 10px 0;
	}
	
	footer {
		column-gap: 3em;
	}
}

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

