a.button {
    display: inline-block;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 17px;
    line-height: 42px;
    border-radius: 0px;
    background-color: #912b2b;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 0.6em;
    margin-bottom: 0.4em;
}
a.button::before {
    font-family: 'FontAwesome';
    content: '\f054';
    font-size: 0.9em;
    padding-right: 9px;
}


hr {
    border: 0;
    height: 1px;
    background: rgba(103, 107, 109, 0.15);
    margin: 20px 0 15px 0;
}

blockquote::before {
    color: #d6d6d6;
    content: "\f10d";
    display: block;
    font-family: "FontAwesome";
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    left: 24px;
    line-height: 1;
    position: absolute;
    top: 19px;
}
blockquote {
    background: #f7f7f7 none repeat scroll 0 0 !important;
    border-color: #dcdcdc #dcdcdc #dcdcdc #912b2b;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.06);
    font-family: Georgia,serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 20px;
    padding: 20px 20px 15px 70px !important;
    position: relative;
}
blockquote p {
    line-height: 1.5em !important;
}
