﻿.question-text-content {
    font: 1em 'Gotham-Medium', sans-serif;
    color: #000;
    margin-bottom: 15px;
    margin-top: 30px;
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.4;
    letter-spacing: 0.3px;
    word-spacing: 0.3px
}

.answer-text-content {
    font: 1em 'Gotham-Book', sans-serif;
    color: #353535;
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.4;
}
    .answer-text-content p{
        display: inline;
    }
    .answer-text-content ul {
        text-indent: 0;
        padding-left: 20px;
        margin-top: -22px;
        margin-bottom:0;
    }
        .answer-text-content ul li{
            margin-bottom: 7px;
        }
            .answer-text-content ul li:last-child{
                margin-bottom: 0;
            }
            .answer-text-content .text-link {
                display: inline;
            }
    .text-link {
        font: 1em 'Gotham-Medium', sans-serif;
        margin-bottom: 10px;
        margin-top: 5px;
        color: #37A68C;
    }

    .text-link:hover {
        text-decoration: none;
        color: #37A68C;
    }

.answer-text-content a {
    color: #007f70;
}
.answer-text-content a:hover{
    text-decoration: none;
}