/* Fluid Media, slightly more robust than img {max-width: 100%} */
figure {
	position: relative;
}

figure img,
figure object,
figure embed,
figure video {
	display: block;
	max-width: 100%;margin:0 auto;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic; /* for IE see below */
}
.ie .onethird,
.ie .twothirds,
.ie .twofourths figure {
  width: 100%;
  box-sizing: border-box;
 }
body {
font-family: 'Chivo', sans-serif;	
}
header {
	position: relative;padding:2em 0;
}
h1 {
	font-family: 'Chivo', sans-serif;
	font-weight: 900;
	letter-spacing: .5pt;
	font-size: 1.86em;
}
h3, .h3 {
font-weight: 900;
font-size: 1.3em;	
margin-top: 1.6em;
}
h2, .h2 {
  font-size: 1.6em;line-height: 1.3;
}
h5, .h5 {
	font-weight: 900;
}
.molecule {
	position:absolute;top:-30px;left: -94px;z-index:-10;
/* 	width: 140px; */
}
.molecule img {
	width: 160px;
}
.contactinfo {
	font-size: 1.25em;
}
.bi-linkedin {
	font-size: 1.6em;
}
.bi-envelope {
	font-size: 1.8em;
}
.contactinfo ul {
	list-style: none;
}
.contactinfo li {
	display: inline;
}
.mid {padding:0 .4em;}
.topback {
	background-image: url('../img/topback.jpg');
	background-position: left;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2em 0 0;z-index: -200;
}
.top {
	font-size: 1.12em;line-height: 1.6em;
}
.testibox {
	background-image: url('../img/testibox.png');
	 background-position: center top;
	 background-repeat: no-repeat;padding: .5em 1em 4em 1em;
	 background-size: cover;
}
.testibox p {
	font-size: 1.25em;line-height: 1.5em;margin: 0;padding: 0;
}
.testibox a {
	font-size: .8em;font-weight: 900;margin: 0;padding: 0;
	letter-spacing: .5pt;
}
.quoter {
	text-align: right;font-weight: 900;
}
 .showtb {
	  background-color:#fff;border: 4px solid #6db6cc;
}
.showtb p {
		  font-size: 1.25em;line-height: 1.5em;margin: 0;padding: 0;width:68%;text-align: center;margin: 0 auto;
	  }
.showtb a {
		  font-size: .8em;font-weight: 900;margin: 0;padding: 0;
		  letter-spacing: .5pt;margin: 0 auto;
	  } 
.testiboxtoo {
		background-color: #fff;background-image: none;
	}
 .leftimage {
	 display: none;
 }
.services ul {
	list-style-type: square;
}
.services li {
	padding-block: .6em;
}
.cardcontainer {
	background-image: url('../img/cardbackground.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #6393c4;
	padding: 2em 0 10em;
}
.card {
	background-color: #ffffff;padding: 1.6em 1em 1em 1.6em;
	border-radius: 12px;
}
.card p {
	font-size: 1.15em;
}
.card ul {
	padding-top: 0;
	list-style: none;
}
.card li {
	padding-bottom: .2em;
}
#myBtn {
	  display: none;
	  position: fixed;
	  bottom: 20px;
	  right: 30px;
	  z-index: 99;
	  font-size: 2em;line-height: 1;opacity: .75;
	  border: none;
	  outline: none;
	  background-color: #326ff4;
	  color: white;
	  cursor: pointer;
	  padding: 10px;
	  border-radius: 4px;
	}
@media (max-width: 380px) {
header {
	text-align: center !important;
}
.contactinfo ul {
	text-align: center !important;
}
}
/* @media (max-width: 530px) {
	.showtb {
	background-image: url('../img/testiboxlong.png');
} */
@media (max-width: 774px) {
	.topback {
		background-image: url('../img/topBackSM.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 2em 0 1em;z-index: -200;
	}
	.testibox {
		  display:none;
	  }
}
@media (min-width: 768px) {
	.testiboxtoo {
		  background-image: url('../img/testiboxlong.png') !important;margin: 0;
		  width: 100%;background-size: contain;background-position: center top;
		  padding:1em 1em 7em 1em !important;background-repeat: no-repeat;
	  }

}
@media (min-width: 992px) {
	.topback {
		background-image: url('../img/topback.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 2em 0 3em;z-index: -200;
	}
	.topback h2 {
		width: 750px;
	}
	.leftimage {
		display: initial;
	 }
	.testiboxtoo {
		  background-image: url('../img/testiboxmed.png') !important;margin: 0;
		  width: 100%;background-size: cover;background-position: center top;
		  padding:1em 1em 7em 1em !important;background-repeat: no-repeat;
	  }
	 .showtb {
		 display: none !important;
	 }
	 .testibox {
		  position: relative;top:-2176px;left: 57%;
		  width: 420px;
	  }
  }
@media (min-width: 1200px) {
.testibox {
		 position: relative;top:-1919px;left: 59%;
		 width: 420px;
	 }
 .testiboxtoo {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width:80%;padding: 1em 0 5.6em;
}
}
@media (min-width: 1400px) {
	.testiboxtoo {
	 background-image: url('../img/testibox.png') !important; 
	 background-size: contain;
 }
}
footer {
	background-color: #6db6cc;color: #fff;text-align: center;padding:1.6em 0;
}