body {
    padding-bottom: 40px;
}

.content p {
font-size: 16px;
line-height: 24px;	
margin-bottom: 18px;
}

h2 {
    /* font-weight: 500; */
}

header img {
    margin: 30px 0 30px 0;
}


.nav-pills > .active > a, .nav-pills > .active > a:hover {
background-color: #2C3B97;
}


a {
color:  #2C3B97;
}


.btn-ph {
  background-color: #2C3B97;
    color: white;
  border-color: #2C3B97 #2C3B97 #2C3B97;
}

.btn-ph:hover,
.btn-ph:active,
.btn-ph.active,
.btn-ph.disabled,
.btn-ph[disabled] {
  background-color: #0e1a62;
      color: white;
      text-decoration: none;
      
}

.btn-ph:active,
.btn-ph.active {
  background-color: #004099 \9;
}


.hero-unit h1 {
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 0px
}

h1 {
margin-top: 10px;
margin-bottom: 3px;
}

.sidebar img:first-child {
    margin-top: 50px;
}