/* FAQs */
dl {
    clear: both;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ddd !important;
}
dl.faq dt a {
    background: url("./arrows-blog.svg") no-repeat scroll;
    background-size: 20px 20px;
    background-position: right 15px top 23px;
    display: block;
    font-size: 18px;
    padding: 18px 18px 18px 0;
    text-decoration: none;
    color: #58595B;
    border-bottom: 1px solid #ddd !important;
}
dl.faq dt a span {
    display: inline-block;
    line-height: 26px;
    margin-left: 0px;
}
dl.faq dt a.up {
    background-image: url("./arrows-blo-up.svg");
    background-size: 20px 20px;
    background-position: right 15px top 23px;
}
dl.faq dt a:hover {

}
dt {
    height: auto;
    position: relative;
    width: 100%;
}
dd.answer	 {
    background: #f4f4f4 none repeat scroll 0 0;
    float: none;
    margin: 5px 0 10px;
    padding: 1em 2em 1em 0;
    position: relative;
    width: auto;
}
dd.answer	 p {
    margin-top: 0;
    padding: 1em;
}
dd.answer	 p:first-of-type {
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 0 1.5em 0 !important;
}
dd.answer	h1, dd.answer	h2, dd.answer	h3, dd.answer	h4 {
    margin:0 0 .5em 0;
    font-weight: 400;
}
dd.answer	ul {
    font-size: 1.1em;
}
dd.answer div {
    padding: 10px;
    border-left: 8px solid #dedede;
    border-right: 8px solid #dedede;
    border-bottom: 8px solid #dedede;
    margin: 0 0 10px 0;
}
.answer-tab {
    background: url(./answer-tag.png);
    display: block;
    text-indent: -9999px;
    width: 105px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    bottom: -58px; left: 10px;
}
