*{
    font-family: "Lato", "Helvetica Neue", Arial, Sans-serif;
}

body{
    font-family: "Lato", "Helvetica Neue", Arial, Sans-serif;
}

.row{
    max-width:1200px;
    padding: 2rem 0;
}

header.row {
  padding: 0;
}

header img {
  max-width: 275px;
  position: relative;
  bottom: 0px;
}

.mainNav {
  position: relative;
  bottom: -60px;
}

.mainContent {
  padding: 0;
}

.panel.callout .button a {
  color: #ddd;
}

.panel.callout .button a:hover {
  color: #efefef;
}

i.fa-bullhorn {
  -ms-transform: rotate(-14deg); /* IE 9 */
  -webkit-transform: rotate(-14deg); /* Chrome, Safari, Opera */
  transform: rotate(-14deg); 
  color: #FB8603;
}

footer h5 {
  color: #59A6B4;
}

footer small {
  font-size: 74%;
}

footer .inline-list li{
  margin-left: 0;
  padding-right: .6rem;
}

footer .title {
  margin-bottom: 0;
  color: #B7AB63;
}

footer .title + p {
  line-height: 1.1;
}

@media (max-width: 40em){
  header img {
    max-width: 180px;
    bottom: 10px;
  }

  .mainNav {
    bottom: 0;
  }
}
