#body-wrapper{
	position: relative;
	margin: 0px auto;
}
#ideate-banner{
	position: relative;
	margin: 5px auto 0px;
	padding: 0;
	text-align: center;
}
#slideshow img{
	width: 100%;
}
.margin-fix{
	margin-left: 0px;
}
#nav{
	text-align: right;
	text-decoration: none;
	padding: 5px 0px;
}
#nav ul li{
	display: inline;
	padding: 5px 2px;
	margin: 0;
}
#nav ul li a{
	font-family: Century Gothic;
	text-decoration: none;
	color: rgb(158, 5, 13);
	font-size: 19px;
	font-weight: 400;
	padding: 5px 2px;
	margin: 0px;
	letter-spacing: -2px;
}
#nav ul li a:hover{
	background: rgb(158, 5, 13);
	color: white;
}
#nav ul li:last-child{
	padding-right: 0px;
}

.profiles{
	text-align: left;
}
.profiles img{
	height: 100px;
}
.profiles h2{
	font-family: "helvetica neue", "calibri";
	font-size: 16px;
	font-weight: 600;
	color: rgb(158, 5, 13);
}
.profiles p{
	font-size: 13px;
	line-height: 15px;
	float: left;
}

.modal-body p{
	font-size: 14px;
	line-height: 20px;
}
#affiliations{
	display: inline-block;
	position: relative;
	height: 80px;
	width: 240px;
	background-color: #a00000;
	vertical-align: center;
	top: 35px;
	
}
#affiliations p{
	display: inline-block;
	position: absolute;
	color: white;
	font-family: "Arial";
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	bottom: 0%;
	left: 5px;
}

.affiliation img{
	opacity: .4;
	vertical-align: center;
	margin: auto;
}

.affiliation img:hover{
	opacity: 1;
}

}
#faqs{
	margin-left: 52px;
}
.products img{
	width: 84%;
	height: 50px;
	margin-bottom: 10px;
}
.products .prod-btn{
	width: 15%;
}
.healthcare .banner{
	width: 84%;
	height: 50px;
	padding: 0px;
}
.healthcare .title{
	width: 15%;
	height: 50px;
	padding: 0px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  @media (min-width: 768px) and (max-width: 979px) {
	.products img, .healthcare .banner, .healthcare .title{
		height: 40px;
	}
}
@media (max-width: 480px){
	.products img, .healthcare .banner, .healthcare .title{
		height: 30px;
	}
}
