﻿.nav-tabs > li > a {
            font-size: 14px;
            font-family: 'sofia-pro' !important;
            text-transform: uppercase;
        }

        .nav-tabs > li.active > a {
            text-decoration: line-through;
            color: #990033 !important;
        }

        .nav-tabs > li > a {
            color: #a1a1a1 !important;
            border-bottom: none !important;
        }

            .nav-tabs > li > a:hover {
                color: #990033 !important;
            }

        .tab-content p {
            color: #020a20 !important;
        }

        .category-list li a {
            color: #a1a1a1;
        }

            .category-list li a:hover {
                color: #990033;
            }

        .category-list li.active a {
            color: #990033;
        }

        .widget-title {
            font-size: 14px;
            text-transform: uppercase;
            font-family: 'sofia-pro', sans-serif;
            font-weight: 600;
            letter-spacing: 2px;
            margin-bottom: 15px;
        }

        .practice-detail, .widget {
            margin-bottom: 40px !important;
        }

            .practice-detail h3 {
                line-height: 1.4 !important;
            }

            .practice-detail ul li {
                font-family: "abril-text" !important;
                border-left: 3px solid #990033;
                padding-left: 25px;
                margin-bottom: 16px;
                font-size: 16px;
            }

        .seperator-gray {
            width: 100%;
            border-color: #a1a1a1;
        }

        .flat-list li {
            padding: 10px 0;
            list-style-type: none;
            text-align: center;
            line-height: 1.4;
            font-size: 16px;
        }

            .flat-list li a {
                color: #020a20;
            }

                .flat-list li a:hover {
                    color: #990033;
                }

        h3.abril {
            font-size: 16px;
        }