@charset "UTF-8";
/* CSS Document */



#second{
	margin: 10px 100px 50px 100px;
	padding: 0;
	text-align:left;
	background: #fff;
	min-height:600px;
}
#second h2{
}

#second h3{
	width: auto;
	background-color: #3785c7;
	color: #fff;
	font-size:19px;
	text-align: left;
	padding: 3px 10px 6px 10px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
	border:3px double #fff;
	margin: 0 0 2% 0;
}

#second.call h4 {
  margin: 0;
	padding:2% 0 0.5% 0;
  border-bottom: solid 3px #171d5d;
  padding-bottom: 5px;
	margin-bottom: 0.5em;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
	color: #171d5d;
	font-size:17px;
  position: relative;
  text-align: left;
  font-weight: 700;
}

#second.call h4:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #171d5d;
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
}
#second.call h4 span {
  background-color: #171d5d;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 2px 7px 1px 8px;
  color: #fff;
  margin-right: 8px;
  text-align: center;
  display: inline-block;
  position: relative;
  font-weight: 400;
	font-size:13px;
}