/* General Font Sizes */

.font-size-15 {
    font-size: 15px;
}

.font-size-15-important {
    font-size: 15px;
}


/* Department Navigation */

.department-link {
    color: #01127d;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.department-more-link {
    color: #01127d;
    font-weight: bold;
}


/* Project Banner */

.project-banner-image {
    width: 100%;
    height: auto;
}


/* General Links */

.black-link,
.faq-hire-link,
.faq-whatsapp-link,
.generator-link {
    color: #000000;
}


/* Download Section */

.download-heading {
    font-size: 17px;
}


/* WhatsApp Button */

.whatsapp-button {
    background-color: #2ECC71;
    color: #000000;
    padding: 5px;
    border-radius: 3px;
}


/* Instant Help Section */

.instant-help {
    background-color: #fff;
    padding: 0;
}

.instant-help-title {
    font-size: 30px;
}

.instant-help-list {
    font-size: 20px;
}

.phone-link {
    font-size: 30px;
    color: #010138;
}


/* FAQ */

.faq-heading {
    font-size: 17px;
}

.faq-list {
    font-size: 15px;
}

.faq-question {
    font-size: 15px;
}


/* Widget Titles */

.widget-title-size {
    font-size: 17px;
}


/* Post Listings */

.meta-date {
    color: #000;
    font-size: 15px;
}

.meta-date-link {
    color: #beccc1;
    text-decoration: none;
}

.meta-comments {
    color: #000;
    font-size: 13px;
}

.post-excerpt {
    color: #000000;
    font-size: 15px;
}


/* Buttons */

.dark-button-text {
    color: #333;
}


/* Featured Research Guides */

.featured-guide-box {
    height: auto;
    padding: 12px;
}

.featured-guide-link {
    font-weight: bold;
    font-size: 15px;
}

.featured-guide-description {
    margin-top: 5px;
}

.featured-guide-last {
    margin-bottom: 0;
}