html,
body {
	margin: 0;
	padding: 0;
	min-width: 320px;
	height: 100%;
	background-color: #ffffff;
}
html {
	overflow-y: scroll;
}
body {
	color: #0a1d4e;
	font-weight: 500;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	background-color: #ffffff;
}
input, textarea, select, button {
	color: #0a1d4e;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
}
a {
	color: inherit;
	text-decoration: none;
}
footer a{
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.hidden {
	display: none !important;
}
.text-hidden,
.hidden-text {
	display: block;
	text-indent: -9999px;
	text-align: left !important;
	width: 1px;
	height: 1px;
	position: absolute;
	overflow: hidden;
	top: -1px;
}
.has-padding {
	padding-left: 20px;
	padding-right: 20px;
}

.width-limiter {
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.width-limiter.has-padding {
	max-width: 1150px;
}

.width-limiter.narrow {
	max-width: 688px;
}

.width-limiter.narrow.has-padding {
	max-width: 728px;
}

.width-limiter.wide {
	max-width: 1820px;
}

@media (min-width: 801px){
	.inner-limiter {
		max-width: 655px;
		box-sizing: border-box;
	}
	.inner-limiter.has-padding {
		max-width: 675px;
	}
}

.vert-padding {
	padding-top: 25px;
	padding-bottom: 25px;
}
.vert-padding-sm {
	padding-top: 20px;
	padding-bottom: 20px;
}

ul {
	padding-left: 25px;
}

ul li {
	list-style-type: disclosure-closed;
}
ul li::marker {
	color: #d9393a;
	font-size: .75em;
}

.relative {
	position: relative;
}
.text-centered {
	text-align: center;
}

.font-white {
	color: #ffffff;
}
.font-blue {
	color: #0673ba;
}

.font-large {
	font-size: 24px;
	line-height: 1.1em;
}
.uppercase {
	text-transform: uppercase;
}
.font-bold {
	font-weight: 700;
}

.blue-bg {
	background-color: #339bd6;
}

.light-blue-bg {
	background-color: #e6edf2;
}

.content-module {
	margin-top: 30px;
	margin-bottom: 30px;
}

.underlined-title {
	display: inline-block;
	vertical-align: top;
	padding-bottom: 10px;
	border-bottom: 6px solid #04275f;
}

.action-button {
	display: inline-block;
	font-size: 20px;
	line-height: 1em;
	border: none;
	background-color: #04275f;
	color: #ffffff;
	padding: 12px 10px;
	font-weight: 700;
	text-decoration: none;

}
.action-button:hover {
	background-color: #001c4a;
	text-decoration: none;
}

img,
.wysiwyg img {
 	max-width: 100%;
 	height: auto !important;
}

.wysiwyg img {
	vertical-align: middle;
}

.wysiwyg > *:first-child {
	margin-top: 0px;
}
.wysiwyg > *:last-child {
	margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-height: 1.1em;
}

h2 {
	font-size: 32px;

}


header {
	border-top: 20px solid #0072bc;
}

header .content-wrapper {
	display: flex;
	align-items: center;
}

header .logo {
	width: 400px;
	max-width: 100%;
	background-image: url(../images/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0;
}

@media (min-width: 801px){
	header .content-wrapper {
		height: 285px
	}
	header .logo {
		width: 516px;
		max-width: 50%;
	}
}

footer {
	background-color: #0a1d4e;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 14px;
	line-height: 1.1em;
	font-weight: 400;
}
footer a {
	color: inherit;
}
footer .footer-heading {
	font-size: 22px;
	line-height: 1.1em;
	font-weight: 600;
	margin-bottom: 24px;
}
footer .title {
	font-size: 18px;
	line-height: 1.1em;
	font-weight: 600;
}
footer .content-wrapper .section {
	max-width: 515px;
}
footer .logo {
	display: block;
	background-image: url(../images/logo-white.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 409px;
	max-width: 90%;
	margin-bottom: 10px;;
}
footer .group .title,
footer .logos-wrapper {
	display: inline-block;
	vertical-align: middle;
}
footer .group .title {
	margin: 14px 12px 14px 0;
}
footer .logos-wrapper a img {
	margin: 8px 20px 8px 0;
	vertical-align: middle;
}
footer .logos-wrapper a:last-child img {
	margin-right: 0px;
}
footer .split-wrapper {
	margin-bottom: 20px;
}
footer .contact-info > span {
	display: block;
	margin-top: 10px;
}
footer .copyright {
	font-size: 12px;
	margin-top: 40px;
}
@media (max-width: 524px){
	footer .split-wrapper .col + .col {
		margin-top: 25px;
	}
}
@media (min-width: 525px){
	footer .split-wrapper {
		display: flex;
		align-items: flex-start;
		column-gap: 50px;
	}
	footer .split-wrapper .col {
		flex: 1 1 50%;
	}
	footer .split-wrapper .col + .col {
		margin-top: 0px;
	}
}
@media (max-width: 924px){
	footer .content-wrapper .section {
		margin: 0px auto 30px auto;
	}
}
@media (min-width: 925px){
	footer .content-wrapper {
		display: flex;
		justify-content: space-between;
		gap: 40px;
	}
	footer .content-wrapper .section {
		flex: 0 0 calc(50% - 20px);
	}
}

.blue-bar {
	font-size: 24px;
	line-height: 1em;
	text-transform: uppercase;
}

.logo:before,
.logo-wm:before {
	content: '';
	display: block;
	padding-top: 28.3%;
}
.logo-herga,
.logo-herga-white {
	max-width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.logo-herga {
	background-image: url(../images/logo-herga.svg);
}
.logo-herga-white {
	background-image: url(../images/logo-herga-white.svg);
}
.logo-herga:before,
.logo-herga-white:before {
	content: '';
	display: block;
	padding-top: 17.4%;
}

section div + .wysiwyg:not(.col) {
	margin-top: 25px;
}

.who-we-are {

}
.who-we-are .industrial-img {
	background: url(../images/industrial-pic.jpg) center center no-repeat;
	background-size: cover;
	background-position: center 74%;
}

.who-we-are .industrial-img:after{
	content: '';
	display: block;
	padding-bottom: 87%;
}

@media (min-width: 801px){
	.who-we-are .content-wrapper {
		display: flex;
	}
	.who-we-are .inner-limiter {
		margin-left: auto;
	}
	.who-we-are .content-wrapper .left {
		flex: 0 0 calc(50% + 100px);
	}
	.who-we-are .content-wrapper .right {
		flex: 0 0 calc(50% - 100px);
	}
	.who-we-are .industrial-img {
		height: calc(100% + 285px);
    	margin-top: -285px;
		background-position: center;
		max-width: 755px;
	}
}

.herga-tech {
	padding-top: 25px;
	padding-bottom: 25px;
}
.herga-tech .title-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 40px;
	margin-bottom: 15px;
}

.herga-tech .title-cont h2 {
	font-size: 34px;
	font-weight: 400;
	flex: 0 1 auto;
	text-align: center;
}
.herga-tech .logo-herga {
	width: 258px;
}

.legacy-banner {
	background-image: url(../images/medical-bg-mobile.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 35px;
	padding-bottom: 35px;
}
.legacy-banner .logo-flow-cont {
	display: flex;
}

.legacy-banner .logo-flow-cont .info {
	margin-top: 10px;
	text-align: center;
}

.legacy-banner .logo-flow-cont > div {
	position: relative;
	z-index: 1;
}

@media (max-width: 800px){
	.legacy-banner .logo-flow-cont {
		text-align: center;
		justify-content: center;
		flex-wrap: wrap;
		row-gap: 10px;
	}
	.legacy-banner .logo-flow-cont > div {
		flex-basis: 100%;
	}
	.legacy-banner .logo-flow-cont .info {
		margin-left: auto;
		margin-right: auto;
	}
	.legacy-banner .logo-flow-cont .arrow {
		transform: rotate(90deg);
	}
}

@media (min-width: 801px){
	.legacy-banner {
		padding-top: 55px;
		padding-bottom: 50px;
		background-image: url(../images/medical-bg.jpg);
	}
	.legacy-banner .logo-flow-cont {
		justify-content: space-between;
		align-items: center;
		column-gap: 5px;
	}
	.legacy-banner .logo-flow-cont .arrow.single {
		max-width: 11.2%;
    }
	.legacy-banner .logo-flow-cont .arrow.double {
		max-width: 11.8%;
	}
}

@media (min-width: 1025px){
	.legacy-banner .logo-flow-cont .arrow.single {
		margin: -15px -3% 0 -10%;
    }
	.legacy-banner .logo-flow-cont .arrow.double {
		margin: -40px -6% 0 -2%;
	}
}

.split-info {
	margin-bottom: 50px;
}

@media (max-width: 800px){
	.split-wrapper .col + .col {
		margin-top: 25px;
	}
}

@media (min-width: 801px){
	.split-wrapper {
		display: flex;
		align-items: flex-start;
		column-gap: 50px;
	}
	.split-wrapper .col {
		flex: 1 1 50%;
	}
}

.about-us {

}
	.about-us .text-cont {
		box-sizing: border-box;
	}
	.about-us .image-grid {
		display: grid;
		gap: 10px;
		grid-template-columns: 1fr 1fr;
		max-width: 395px;
		box-sizing: border-box;
	}

	.about-us .image-grid img{
		display: block;
	}
@media (min-width: 525px) and (max-width: 801px){
	.about-us .image-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		max-width: 100%;
	}
}
@media (max-width: 800px){
	.about-us .content-wrapper {
		padding: 5px 20px 30px 20px;
	}
	.about-us .image-grid {
		margin-top: 25px;
	}
}
@media (min-width: 801px){
	.about-us .content-wrapper {
		display: flex;
		align-items: center;
		column-gap: 40px;
	}
	.about-us .text-cont {
		padding: 15px 35px 40px 35px;
		flex: 1 1 64%;
	}
	.about-us .image-grid {
		flex: 0 0 36%;
		padding: 10px 10px 10px 0;
		max-width: 405px;
	}
}

.rdi-info {
	text-align: center;
}
.rdi-info .font-large  {
	max-width: 530px;
}
.rdi-info aside {
	border-radius: 15px;
	padding: 20px;
	max-width: 405px;
	text-align: left;
	box-sizing: border-box;
}
.rdi-info aside a.text {
	max-width: 145px;
	font-weight: 700;
}
.rdi-info aside img {
	display: block;
}
@media (max-width: 800px){
	.rdi-info .font-large {
		margin: 0px auto 25px auto;
	}
	.rdi-info aside {
		margin: 0 auto;
	}
}
@media (max-width: 399px){
	.rdi-info aside img {
		margin-top: 15px;
	}
}
@media (min-width: 400px){
	.rdi-info aside {
		display: flex;
		align-items: center;
		gap: 15px;
	}
}
@media (min-width: 801px){
	.rdi-info .content-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 30px;
	}
	.rdi-info aside {
		width: 405px;
		flex-shrink: 0;
	}	
}

.assoc-info {
	padding-top: 20px;
	padding-bottom: 40px;
}
.assoc-info h2 {
	margin-bottom: 0px;
}
.assoc-info h3 {
	margin-top: 5px;
	margin-bottom: 20px;
}
.assoc-info img {
	margin: 15px;
}
@media (min-width: 801px){
	.assoc-info {
		padding-top: 55px;
		padding-bottom: 75px;
	}
}

@media (min-resolution: 134dpi), (min-device-pixel-ratio: 1.4), (min--moz-device-pixel-ratio: 1.4), (-o-min-device-pixel-ratio: 1.4), (-webkit-min-device-pixel-ratio: 1.4) {
	header .logo {
		background-image: url(../images/logo@2x.png);
	}
	footer .logo {
		background-image: url(../images/logo-white@2x.png);
	}
}

.external-links {
	text-align: right;
	margin-top: 20px;
}

.external-links a {
	display: inline-block;
	vertical-align: middle;
}

footer .linked-in a, footer .linked-in img {
	display: block;
	width: 50px;
	height: 50px;
}

footer .linked-in {
	margin-right: 20px;
}