body {
    font-family: Lato,sans-serif;
}
h1,h2 {
    color: #ed2224;
}
.starter-template {
    padding: 40px 15px;
    text-align: center;
}
ul li {
    list-style: none;
}
.navbar {
    background-image: url('topBG.png');
    height:114px;
}
.muted{
    color: #6f7986;
    line-height: 1.5em;
    margin-bottom: 10px;
}
#footerInformation {
    background-color: #eff1f3;
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #d1d8dc;
    margin-top:20px;
}

#footerInformation p {
    margin-bottom: 0;
}

.productDescriptionContainer{
    margin-left:24px;
}
.horizontalSep {
    margin: 20px auto;
}
.logoContainer {
    padding-top:24px;
}

.logoContainer .topSeparator {
    margin: -5px 20px 0 30px;
    height: 79px;
    width: 22px;
    background: url("topSeparator.png") left center no-repeat;
}
.logoContainer .topPhone {
    margin-top: 15px;
}

.checklist li {
    background: url("checkListBullet.jpg") left top no-repeat;
    float: left;
    padding-left: 24px;
    width: 150px;
    margin-left: 21px;
    margin-bottom: 10px;
}