*{
	margin: 0;
	padding: 0;
}
@font-face {
    font-family: 'frutigerNormal';
    src: url('../fonts/frutiger-webfont.eot');
    src: url('../fonts/frutiger-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frutiger-webfont.woff2') format('woff2'),
         url('../fonts/frutiger-webfont.woff') format('woff'),
         url('../fonts/frutiger-webfont.ttf') format('truetype'),
         url('../fonts/frutiger-webfont.svg#frutigerNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'frutigerBold';
    src: url('../fonts/frutigerbold-webfont.eot');
    src: url('../fonts/frutigerbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frutigerbold-webfont.woff2') format('woff2'),
         url('../fonts/frutigerbold-webfont.woff') format('woff'),
         url('../fonts/frutigerbold-webfont.ttf') format('truetype'),
         url('../fonts/frutigerbold-webfont.svg#frutigerBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	background: #F4F4F4;
	font-family: 'frutigerNormal';
}

@media (min-width: 1200px){
.container {
 	width: 960px;
}}

header{
	padding: 5px 20px;
    background: #e31e24;
    
}
.navbar-brand{
	height: auto;
	padding: 0px;
}

#main{
}
#banner{
	background: url(../index/images/blueBg.jpg);
	min-height: 265px;
	padding-top:30px;
}
#stethoscope{
	position: absolute;
	padding-top: 40px;

}
#banner h2{
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}

#banner .form-control{
	display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border:none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin-bottom: 25px;
}
button{
  background: #ff0000;
  padding: 8px 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  border: none;
  border-bottom: 7px solid #b90000;
  box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  font-family: 'frutigerBold';
  outline: none;
}
button:active{
	border-bottom: 5px solid #b90000;
		box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
	  -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
	  -moz-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
	  -o-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
	  margin-top: 3px;

}

.button{
  background: #ff0000;
  padding: 8px 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  border: none;
  border-bottom: 7px solid #b90000;
  box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  font-family: 'frutigerBold';
  outline: none;
}
.button:active{
	border-bottom: 5px solid #b90000;
		box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
	  -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
	  -moz-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
	  -o-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
	  margin-top: 3px;

}

#banner button{
	width: 100%;
}

#intro{
	padding-bottom: 30px;
}
#intro h1{
	color: #163e73;
	font-size: 48px;	
	padding-top: 50px;
	text-align: center;
	line-height: 56px;
	font-family: 'frutigerBold';
}

#intro h1 span{
	color: #ff0000;
	font-size: 60px;
}
#intro p{
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	padding-top: 20px;
}
#benefits{
	text-align: center;
	background: #e9ebf3;
	padding-bottom: 50px;
}

#benefits .img-responsive{
	display: inline;
}

#benefits h1{
	color: #163e73;
	font-size: 40px;
	margin-bottom: 50px;
	margin-top: 40px;
	font-family: 'frutigerBold';
}

#benefits h4{
	font-size: 22px;
	color: #000000;
	border-bottom: 3px solid #ff0000;
	text-align: center;
	line-height: 26px;
	padding:30px 25px 15px 25px;
	text-transform: uppercase;
	font-family: 'frutigerBold';
}

#benefits p{
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 50px;
	text-align: justify;
	padding: 0px 10px;
}

footer{
	background: #163e73;
	padding: 10px 0px;
	color: #fff;
}

footer ul li.list-group-item{
	border: none;
	font-size: 10px;
	padding-bottom:5px;
	background: none;
	padding-top: 5px;
	text-align:justify;
	color: #fff;
}

footer ul li.list-group-item ul li.list-group-item{
	border: none;
	padding: 0px 10px

}
footer ul li b{
	font-weight: bold;
	font-family: 'frutigerBold';
}

footer ul li.links{
	text-align: center;
}

footer ul li.links a{
	color: #fff;
}

footer ul li ul.list-group{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #fff;
	padding: 10px;
	margin-bottom: 0px;
}

@media (max-width:767px){
	#stethoscope{
		display: none;
	}
	#banner{
		padding-bottom: 30px;
	}
	#banner img{
		margin-bottom: 10px;
	}
	#intro h1{
		font-size: 22px;
		line-height: 28px;
		padding-top: 20px;
	}
	#intro h1 span{
		font-size: 30px;
	}
	#intro p{
		font-size: 14px;
		line-height: 20px;
	}
	#benefits h1{
		font-size: 20px;
		margin-bottom: 20px;
	}
	#benefits p{
		font-size: 14px;
		line-height: 18px;
	}
	#stethoscopeMobile{
		padding: 20px;
		text-align: center;
	}
	#stethoscopeMobile img{
		display: inline;
	}
	.navbar-brand{
		float: none;
	}
	.navbar-brand > img {
    	margin: 0 auto !important;
	}
}

@media (min-width:767px) and (max-width:900px){
	#intro h1{
		font-size: 30px;
		line-height: 36px;
		padding-top: 20px;
	}
	#intro h1 span{
		font-size: 40px;
	}
	#intro p{
		font-size: 16px;
		line-height: 22px;
	}
	#benefits h1{
		font-size: 24px;
		margin-bottom: 20px;
	}
	#benefits p{
		font-size: 14px;
		line-height: 18px;
	}
	#benefits h4{
		min-height: 130px;
	}
	button{
		font-size: 17px;
	}
	#stethoscope img{
		width: 95%;
	}
}

#error h1 {
    color: #FFFFFF;
    font-size: xx-large;
    margin-top: 15px;
    margin-left:20%;
}

@media(min-width:768px) and (max-width:1000px) {
   #error h1 {
        font-size: 23px;
        margin-left: 30%;
    }
}

@media(min-width:300px) and (max-width:499px) {
   #error h1 {
        font-size: 17px;
    }
}

