.subheader {
 background-position: center 0;
 background-repeat: no-repeat;
 padding: 15px 10px 0px 10px;
}
.subheader .logo-container img {
 padding-left: 0px;
 height: 55px;
 width: auto !important;
}
.subheader .heading {
 font-size: 24px;
 text-align: center;
 padding-top: 20px;
}
.subheader .quick-contact {
 padding-top: 20px;
}
/*********************************************
Index cols
*********************************************/
.index-cols{
margin-top:10px;
margin-bottom:30px;
}
.index-cols>.row .index-col{
 min-height: 325px;
}
.index-cols>.row:nth-child(1) .index-col{
position:relative;
background-color: #f5f5f5;
border: 3px solid #eee;
padding-bottom:25px;
}
.index-cols>div:nth-child(n+5){
margin-top:25px;
}
.index-col h4{
font-weight:bold;
}
.index-col .desc{
padding-bottom:10px;
background-color: transparent;
}
.index-col:hover{
background-color:#e0e0e0;
	text-decoration:none;
	-webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.index-cols>.row:nth-child(1) .index-col .desc p:last-child{
position:absolute;
bottom:0;
display:block;
width:90%;
padding-top:5px;
padding-right:5px;
border-top:dotted 1px #004976;
}
.repharm-logo{
 width: 150px;
 margin-top: 25px;
 margin-bottom: 35px;
}
.navbar-right{display:none;}