@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,300,300italic);

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-style:normal;
  font-size: 1.6em;
}

b {
  font-weight: 400;
  font-style:bold;
}

strong {
  font-weight: 400;
}

h1 {
  color: rgba(242, 148, 0, 1);
  font-size: 1.5em;
  font-weight: 300;
}

h2 {
  color: rgba(242, 148, 0, 1);
  font-weight: 300;
  font-size: 1.2em;
}

h3 {
  color: rgba(242, 148, 0, 1);
  font-weight: 300;
  font-size: 1.2em;
}

h4 {
  color: rgba(242, 148, 0, 1);
  font-weight: 300;
  font-size: 1em;
}

ul.contentlist {
  list-style: none;
  padding-left: 0;
}

ul.contentlist li {
  padding-left: 25px;
  margin-bottom: 5px;
}

ul.contentlist li:before {
  content: "\00BB";
  font-weight: bold;
  font-size: 1.25em;
  display: inline-block;
  width: 15px;
  margin-left: -15px;
  color: #F2990C;
}

footer .container .row {
  background-color: #EFEFEF;
}

footer h1 {
  font-size: 0.8em;
  font-weight: 400;
  //text-transform: uppercase;
}

footer p {
  font-size: 0.8em;
  //text-transform: uppercase;
}
