﻿body {
}
.Heading1 {
    color: #3a3a3a;
    font-family: 'gothamcondensedbold';
    font-size: 35px;
    text-transform: uppercase;  
}
.Heading2 {
    color: #3a3a3a;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.faq-heading-1 {
    color: #494949;
    font-family: 'Gotham Cond SSm 6r', 'Gotham Cond SSm A', 'Gotham Cond SSm B';
    font-size: 26px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.faq-heading-2 {
    color: #1f0803;
    font-family: Arial Black;
    font-size: 13px;
    text-transform: uppercase;
}
.faq-body-text {
    color: #757575;
    font-size: 13px;
    margin-bottom: 10px;
}
.red {
    color: #CC0000;
}
