/* FAQs */
dl {
    clear: both;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(133,158,177,0.5);
}
dl.faq dt a {
    background: url("./arrows-blog.svg") no-repeat scroll;
    background-size: 16px 16px;
    background-position: right 18px top 24px;
    display: block;
    font-size: 1em;
    font-weight: 700;
    padding: 18px 70px 18px 0;
    text-decoration: none;
    color: #445b6f;
    border-bottom: 1px solid rgba(133,158,177,0.5);
}

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: 16px 16px;
    background-position: right 18px top 24px;
}
dl.faq dt a:hover {
  color: #00814a;
}
dt {
    height: auto;
    position: relative;
    width: 100%;
}
dd.answer	 {
    background: #ffffff;
    float: none;
    margin: 5px 0 10px;
    padding: 0;
    padding-top: 1em;
    position: relative;
    width: auto;
}
dd.answer	 p {
    margin-top: 0;
    margin-bottom: 0
    padding: 1em 0;
}
dd.answer	 p:first-of-type {
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 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;
}
