body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #050707;
}
h1,h2,h3,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
strong{
    font-weight: 700;
}
a:hover{
    text-decoration: none;
    opacity: .6;
}

/* Headings */

.subtitle{
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 5px;
}
.title{
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 0;
}
.title.title-lg{
    font-size: 36px;
}
.description{
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}

.onlineRetailersList > div {
    float: left;
    width: 25%;
    padding: 10px;
    font-size: 14px;
    line-height: 21px;
}

.onlineRetailersList > div > a {
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    color: #000;
    font-weight: 500;
    font-style: normal;
}