/* ============================================================================ *
        Structural Styles
    ---------------------------------------------------------------------------
        These are the styles which build the main site layout
        (headers, footers, body, etc.).

        If you are attempting to add styling for any elements placed inside of a 
        Wordpress Editor, use 'editor-content.css' stylesheet.
*/

body {
    background: #fff;
    color: #333333;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: justify;
}

a {
    color: #102a47;
}

div.excerpt a {
    text-decoration: underline;
}

div.excerpt a:hover {
    text-decoration: none;
}


div.excerpt p {
    line-height: 1.7em;
    margin-bottom: 15px;
}



sup {
    font-size: smaller;
    vertical-align: super;
    line-height: 1em;
}


/* ======================================== *
        Headers
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    color: #102a47;
    font-family: 'Cinzel', serif;
    font-size: 53px;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 15px;
}

@media screen and (max-width: 450px) {
    h1,
    h1#page-title,
    .editor-content h1 {
        font-size: 36px;
    }
}

h2,
.tmf-post > h2,
.editor-content h2 {
    color: #102a47;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 15px;
}

h2 a,
.tmf-post > h2 a,
.editor-content h2 a {
    color: #102a47;
}

h2.title {
    margin-bottom:5px;
}

h3,
.tmf-post > h3, 
.editor-content h3 {
    color: #102a47;
    font-family: 'Cinzel', serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 15px;
}

h3 a,
.tmf-post > h3 a, 
.editor-content h3 a {
    color: #102a47;
}

h4,
.tmf-post > h4, 
.editor-content h4 {
    color: #333333;
    font-family: 'Cinzel', serif;
    font-size: 30px; 
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 15px;
}

h4 a,
.tmf-post > h4 a, 
.editor-content h4 a {
    color: #333333;
    text-decoration: none;
}

h4 a:hover,
.tmf-post > h4 a:hover, 
.editor-content h4 a:hover {
    text-decoration: underline;
}

/* ======================================== *
        Home Section Titles
 * ======================================== */
.home-section-title {
    background: #e7c026;
    text-align: center;
    padding: 10px 25px;
}

.home-section-title h1, .home-section-title h2 {
    color: #102a47;
    font-size: 50px;
    margin-bottom: 0;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    line-height: 1.1em;
}

.section-container{
    max-width: 1400px;
}


/* ======================================== *
        Header Top Section
 * ======================================== */
.top-area {
    position: absolute;
    z-index: 999;
    width: 100%;
}

#header-top-wrapper{}

#header-top-container{}

#header-top {
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 7px 0;
    text-align: right;
}

#header-top a {
    color: #ffffff;
    text-decoration: none;
}

#header-top a:hover {
    text-decoration: underline;
}

#header-top .phone-1 {
    display: inline-block;
    padding-right: 10px;
}

#header-top .phone-1 a::before {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll 0px 0px;
    background-size: 536px;
    content: "";
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 25px;
}

#header-top .email {
    padding-right: 10px;
}

#header-top .email::before {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -68px 4px;
    background-size: 536px;
    content: "";
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    width: 27px;
}

#header-top .search-link:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin-right: 8px;
    font-size: 18px;
    color: #e7c026;
}

@media screen and (max-width: 1200px) {
    .top-area {
        background: #102a47;
        position: relative;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #header-top-wrapper{
        display: none
    }

    #header-top {
        text-align: center;
        padding: 15px 0 0;
    }

    #header-top {
        color: #ffffff;
    }

    #header-top a {
        color: #ffffff;
    }
}

@media screen and (max-width: 550px) {
    #header-top .phone-1,
    #header-top .email {
        display: block;
        line-height: 26px;
        padding-right: 0;
    }

    #header-top .phone-1 a::after {
        display: none;
    }
}

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {}

#header-container {}

#header {
    padding: 10px 0;
}

#header .logo {
    max-width: 424px;
    width: 100%;
}

#header-cell-1,
#header-cell-2{
    vertical-align: middle;
}

#header-cell-1 .inner{
    padding-right: 0;
}

#header .mobile-view{
    display: none
}

@media screen and (max-width: 1200px) {
    #header{
        padding: 25px 0 0;
    }

    #header-cell-1 {
        text-align: center;
    }

    #header-cell-1 .inner{
        padding-right: 25px;
    }

    #header-cell-2 {
        width: 100%;
    }

    #header-cell-2 .inner{
        padding: 0;
    }

    #header .mobile-view{
        display: block;
    }
}

@media screen and (max-width: 450px) {
    #header-cell-1 .inner{
        padding-right: 12px;
    }
}

/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
    font-family: 'Roboto Condensed', sans-serif;
}

#primary-nav-container {}
#primary-nav {}
#primary-nav .menu > .menu-item.last {}
#primary-nav .menu > .menu-item {
    padding: 0 4px;
}

#primary-nav .menu > .menu-item > a {
    border-bottom: 6px solid rgba(255,255,255,0);
    color: #ffffff;
    font-size: 23px;
    font-weight: 400;
    padding: 10px 4px;
    text-decoration: none;
    text-transform: uppercase;
}

#primary-nav .menu > .menu-item.last {}
#primary-nav .menu > .menu-item:hover {}

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a {
    border-bottom: 6px solid #e7c026;
    text-decoration: none;
}

#primary-nav .menu .sub-menu {
    min-width: 280px;
}

#primary-nav .menu .sub-menu li {
    background-color: #013353;
    top: 0px;
}

#primary-nav .menu .sub-menu .menu-item > a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 15px;
    text-decoration: none;
}

#primary-nav .menu .sub-menu .menu-item:hover > a {
    background-color: #102a47;
}

#primary-nav .menu-bar {}

/* White Icon */
/*#primary-nav .menu-bar:before {
    background-position: -558px 0;
}*/

html.mobile-nav #primary-nav .menu {}
html.mobile-nav #primary-nav .menu > .menu-item {}
html.mobile-nav #primary-nav .menu > .menu-item > a {}
html.mobile-nav #primary-nav .menu > .menu-item:hover > a {}
html.mobile-nav #primary-nav .menu .sub-menu {}

@media screen and (max-width: 1340px) {
    #primary-nav .menu > .menu-item > a {
        font-size: 20px;
        padding: 10px 4px;
    }
}

@media screen and (max-width: 1200px) {
    #primary-nav .menu > .menu-item > a {
        font-size: 23px;
        padding: 10px 15px;
    }
}

@media screen and (max-width: 1000px) {
    #primary-nav .menu > .menu-item > a {
        padding: 10px 4px;
    }
}


/* ======================================== *
    Mobile Menu
 * ======================================== */
#mobile-nav-wrapper {
    font-family: 'Roboto Condensed', sans-serif;
}

.hamburger-container {
    max-width: none;
}

#mobile-nav a {
    color: #fff;
    font-size: 16px;
}

#mobile-nav .menu > .menu-item > a {
    color: #fff;
    font-size: 18px;
}

#mobile-nav .menu .menu-item.display {
    background: #e7c026;
}

#mobile-nav .top-part .mob-cancel-button {
    color: #fff;
}

#mobile-nav .menu .sub-menu .menu-item {
    padding: 5px 30px;
}

#mobile-nav .mobile-menu .current-menu-item {
    background: transparent;
}

#mobile-nav .menu > .current-menu-item,
#mobile-nav .menu > .menu-item:hover {
    background: #e7c026;
}


/* ======================================== *
    Billboard
 * ======================================== */
#billboard-wrapper {
    overflow: hidden;
}

#billboard-container{
    max-width: 100%;
}

#billboard .modern-slider {
    border: none;
    margin: 0;
}


/* ======================================== *
        Int Billboard Section
 * ======================================== */
.int-billboard-bg{
    background: rgba(0, 0, 0, 0) url("../images/int_header_bg_1x.jpg") no-repeat scroll center center / cover ;
    padding-bottom: 105px;
    width: 100%;
}

.int-billboard-bg-2 {
    padding-bottom: 105px;
    width: 100%;
    background-position: top center;
    background-size: cover;
}

@media screen and (max-width: 1050px) {
    .int-billboard-bg {
        background: rgba(0, 0, 0, 0) url("../images/int_header_bg_2x.jpg") no-repeat scroll center center / cover ;
    }
}

@media screen and (max-width: 850px) {
    .int-billboard-bg {
        background: rgba(0, 0, 0, 0) url("../images/int_header_bg_3x.jpg") no-repeat scroll center center / cover ;
    }
}


/* ======================================== *
        Home Page Body Section
 * ======================================== */
#home-body-wrapper{
    background: #102a47;
}

#home-body-container{
    padding: 35px 0 60px;
}

#home-body .inner{
    padding: 0;
}

#home-body .home-main-content {
    color: #fff;
    line-height: 34px;
    display: table-cell;
    width: 50%;
    padding: 0 25px;
    box-sizing: border-box;
    text-align: justify;
}

#home-body .home-main-content-columns {
    color: #fff;
    line-height: 34px;
    padding: 0 25px;
    box-sizing: border-box;
    text-align: justify;
    column-gap: 44px;
    columns: 2;
}

#home-body .home-main-content.first {
    padding-right: 22px;
}

#home-body .home-main-content.last {
    padding-left: 22px;
}

#home-body h1 {
    color: #e7c026;
    font-size: 54px;
    text-align: center;
    margin-bottom: 25px;
    padding: 0 25px;
}

#home-body .mobile-view {
    display: none;
}

div.contact-details div.desktop-view {
    display: inline-block;
}

@media screen and (max-width: 1290px) and (min-width: 1220px) {
    #home-body .home-main-content.first {
        padding-right: 60px;
    }
}

@media screen and (max-width: 850px) {
    #home-body .home-main-content-columns {
        columns: 1;
    }

    #home-body .home-main-content {
        display: block;
        width: 100%;
        padding-bottom: 15px;
        text-align: center;
        text-align: justify;
    }

    #home-body .home-main-content.last {
        padding-bottom: 0;
        padding-left: 25px;
    }

    #home-body .home-main-content.first {
        padding-right: 25px;
    }

    #home-body .desktop-view {
        display: none;
    }

    #home-body .mobile-view {
        display: inline;
    }
}

@media screen and (max-width: 750px) {
    #home-body h1 {
        font-size: 42px;
    }
}

@media screen and (max-width: 450px) {
    #home-body .home-main-content {
        padding: 0 12px;
    }

    #home-body .home-main-content.first {
        padding-right: 12px;
    }

    #home-body .home-main-content.last {
        padding-left: 12px;
    }

    #home-body h1 {
        padding: 0 12px;
    }
}

/* ======================================== *
        Body Section
 * ======================================== */
#body-wrapper {
    overflow: hidden;
}

#body-container {}

#body-wrapper:before {
    background: #dadada;
    display: block;
    content: "";
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}

#body > .row > div {
    padding: 45px 0 !important;
}

#body-wrapper,
#body-cell-1 {
    background: #eaeaea;
}

@media screen and (max-width: 850px) {
    #body-wrapper:before {
        width: 100%;
    }

    #body > .row > div {
        padding: 25px 0 !important;
    }
}


/* ======================================== *
        Home Attorney Section
 * ======================================== */
#home-attorneys-wrapper{
    background: #eaeaea;
}

#home-attorneys-container{
    padding: 50px 0;
}

#home-attorneys .inner{
    padding: 0;
}

/* ======================================== *
        Home Awards Section
 * ======================================== */

.tmf-module-home---awards-and-recognitions {
    text-align: center;
    padding-bottom: 20px
}

.tmf-module-home---awards-and-recognitions img {
    margin: 20px;
    vertical-align: middle;
}

.tmf-module-home---awards-and-recognitions p {
    text-align: justify;
}


/* ======================================== *
        Single Attorney Page
 * ======================================== */
.single-attorney #body-wrapper:before {
    display: none;
}

.single-attorney #body-cell-1 {
    width: 100%;
    display: block;
}

.single-attorney #body-cell-2 {
    padding: 10px 0 !important;
    display: none;
}

/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {
    background: #102a47;
}

#footer {
    color: #ffffff;
    font-size: 18px;
    padding: 25px 0;
}

#footer a{
    color: #ffffff;
}


/* ======================================== *
        Copyright Section
 * ======================================== */
.post-type-archive-location #copyright-wrapper {
    border-top: 30px solid #102a47;
}

#copyright-wrapper {
    background: #ffffff;
}

#copyright {
    color: #6a6a6a;
    font-size: 16px;
    padding: 25px 0 50px;
    text-align: center;
}

#copyright a {
    color: #6a6a6a;
}


/* ======================================== *
        Modules
 * ======================================== */
.tmf-multi-module-area .tmf-module {
    margin-bottom: 40px;
}

.tmf-multi-module-area .tmf-module:last-child {
    margin-bottom: 0;
}

.tmf-multi-module-area .tmf-module h3.tmf-module-title {
    background: #e7c026;
    color: #ffffff;
    font-family: 'Cinzel', serif;
    font-size: 40px;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
    text-align: left;
}

.tmf-multi-module-area .tmf-module h3.tmf-module-title:before {
    background: #e7c026;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 1000%;
    z-index: -9;
    left: -25px;    
    top: -10px;
    padding: 10px 0;
}

.tmf-multi-module-area .tmf-module .tmf-module-content {
    padding-top: 15px;
}

/*.tmf-multi-module-area .tmf-module:first-child .tmf-module-content {
    padding-top: 25px;
}*/

/*.tmf-multi-module-area .tmf-module:first-child h3.tmf-module-title:before {
    top: -45px;
    padding: 35px 0 20px;
}*/

.tmf-multi-module-area .tmf-module-22 h3.tmf-module-title {
    font-size: 30px;
}

.tmf-multi-module-area .tmf-module .tmf-button {
    display: inline-block;
    padding: 25px 15px;
    width: 100%;
    box-sizing: border-box;
    margin: 25px 0 0;
}

.search-form input[type="text"] {
    border: none;
}

.search-form .tmf-button,
.tmf-multi-module-area .tmf-module .search-form .tmf-button {
    outline: none;
    display: inline-block;
    padding: 12px;
    width: auto;
}

#body-cell-1 .sidebar-image {
    max-width: 320px;
    width: 100%;
    float: right;
    margin-bottom: 0;
    margin-left: 15px;
}

#body-cell-2 .sidebar-image {
    margin-bottom: 40px;
    max-width: 416px;
    width: 100%;
}

#body-cell-2 .modern-slider {
    border: none;
    margin: 0 0 40px;
}

@media screen and (max-width: 600px) {
    #body-cell-1 .sidebar-image  {
        float: none;
        margin-bottom: 15px;
        margin-left: 0;
    }
}


/* ======================================== *
        Inputs & Buttons
 * ======================================== */
input[type="text"], 
textarea {
    font-family: 'Roboto', sans-serif !important;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #a9a9a9;;
    border-radius: 0;
    color: #848484;
    font-size: 15px !important;
    margin-bottom: 15px !important;
    max-width: 100%;
    padding: 12px 10px !important;
}

textarea {
    height: 100px !important;
}

input[type=text]:focus,
textarea:focus {
    border: 1px solid #a9a9a9;
}

.tmf-button,
.page-numbers,
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    padding: 15px;
    background-color: #e7c026;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: 1px solid #9a9b9c;
    outline-offset: 7px;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
    -webkit-appearance: none !important;
}

.tmf-button:hover,
.page-numbers:hover,
.gform_wrapper.tmf-form_wrapper input[type=submit]:hover {
    background-color: #ffd42c;
    text-decoration: none;
}

.tmf-button:active,
.page-numbers:active,
.gform_wrapper.tmf-form_wrapper input[type=submit]:active {
    background-color: #e7c026;
    text-decoration: none;
}

.tmf-button.large {
    font-size: 1.1em;
    padding: 7px 25px;
}

.tmf-button.medium {
    font-size: .95em;
    padding: 5px 25px;
}

.tmf-button.small {
    font-size: .85em;
    padding: 3px 15px;
}

.tmf-button.tiny {
    font-size: .75em;
    padding: 2px 7px;
}

.page-navigation .tmf-button,
.page-numbers{
    outline: none;
    outline-offset: 0;
}

.page-numbers.current {
    background: none;
    border: 1px solid #9a9b9c;
    color: #333 !important;
}

.vcard .value {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -106px 4px;
    background-size: 536px;
    height: 23px;
    width: 27px;
}

.print-title{
    display: none;
}

/* ======================================== *
        Responsive Layout
 * ======================================== */
@media screen and (max-width: 700px) {
    #breadcrumbs {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #secondary-nav-wrapper {
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .row > div > .inner {
        padding-left: 12px;
        padding-right: 12px;
    }
}



/* ======================================== *
        Miscellaneous
 * ======================================== */

ul.etabs {
    text-align: left;
}

.print-button {
    display: inline-block;
    vertical-align: top;
}
/*
.pdf {
    background: url(../images/pdf.png);
    font-size: 0;
    width: 25px;
    height: 25px;
    display: block;
}*/

.pdf {
    color: #102a47;
    text-decoration: none;
    font-size: 0.8em;
}

.pdf i {
    font-size: 1.4em;
    margin-right: 5px;
}

.author-byline {
    font-size: .85em;
    font-style: italic;
    margin-top: 15px;
}

.taxonomy-description {
    margin-bottom: 50px;
}
.social-buttons .email-shares{
    height: 18px;
    background: #102a47;
    border-radius: 5px;
    padding: 3px;
}
.social-buttons .email-share a:befores{
    background: rgba(0, 0, 0, 0) url(../images/mail-icon.png) repeat scroll -5px -5px;
    background-size: auto;
    background-size: 25px;
    content: "";
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 20px;
}
.social-buttons .email-share a{
    vertical-align:top;
    color: white;
    font-weight:bold;
}
.social-buttons{
    text-align: right;
    margin-top: -15px;
}
.social-buttons > div{
    vertical-align:middle;
}
.social-icons {
    vertical-align: middle;
}

.social-icons .icon {
    width: 47px;
    height: 48px;
}

.social-icons .facebook {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -304px 0;
    background-size: 853px;
}

.social-icons .linked-in {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -357px 0;
    background-size: 853px;
}

.social-icons .twitter {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -410px 0;
    background-size: 853px;
}

aside {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 34px; 
}

aside.left {
    border-top: 6px solid #e7c026; 
    border-bottom: 6px solid #e7c026; 
}

aside.right {
    border-top: 6px solid #e7c026; 
    border-bottom: 6px solid #e7c026; 
}

.editor-content blockquote p{
    line-height: 34px;
}

blockquote {
    color: #102a47;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 34px;
    position: relative;
    margin: 0;
    padding: 0 0 0 40px;
    z-index: 9;
}

blockquote:after {
    content: "“";
    display: inline-block;
    font-family: Georgia;
    font-size: 400px;
    position: absolute;
    left: -15px;
    color: #eaeaea;
    top: 140px;
    z-index: -9;
    font-style: normal;
}

#breadcrumbs {
  font-size: 15px;
  margin: 0 0 15px;
  color: #484848;
}

#breadcrumbs a {
  color: #484848;
  text-decoration: underline;
}

#breadcrumbs a:hover {
  text-decoration: none;
}

.editor-content img {
    height: auto;
    max-width: 100%;
}

.mobile {
    display: none;
}
.term-69 #page-title{
    font-size:50px;
}

@media screen and (max-width: 700px) {
    ul.etabs li {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    .not-mobile {
        display: none;
    }

    .mobile {
        display: inherit;
    }
}
.title-arrow{
    display:none;
}

/* ======================================== *
        Gravity Form
 * ======================================== */
.gform_wrapper.tmf-form_wrapper {
    margin: 0 !important;
}

.gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper.tmf-form_wrapper input[type=text],
.gform_wrapper.tmf-form_wrapper textarea {
    margin: 0;
}

.gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    margin-bottom: 0;
    margin-top: 0;
    /*color: #fff;*/
    font-size: 18px;
    font-weight: 400;
}

.gform_wrapper.tmf-form_wrapper ul li.gfield {
    margin-top: 0;
    padding-top: 0;
}

.gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

.gform_wrapper.tmf-form_wrapper textarea {
    height: 100px !important;
}

.gform_wrapper.tmf-form_wrapper .gform_footer {
    padding: 0 0 8px;
    margin: 25px 0 0;
    text-align: center;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button, 
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    margin-right: 0;
    padding: 20px 15px;
    width: 94%;
    -webkit-appearance: none !important;
}

label#label_1_8_1 {
    font-weight: 600;
}

/*------------------TABS-----------------*/
.etabs {
    margin: 0 !important;
    padding: 0 !important;
}

.tab {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #e7c026;
    border: solid 1px transparent;
    border-bottom: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.tab a {
    font-size: 16px;
    line-height: 2em;
    display: block;
    padding: 0 10px;
    outline: none;
    text-decoration: none !important;
    color:white;
}

.tab.active {
    background: #fff;
    color:black;
    padding-top: 6px;
    position: relative;
    top: 1px;
}

.tab a.active {
    font-weight: bold;
    color:rgb(51, 51, 51);
}

.panel-container {
    background: #eaeaea;
    padding-top: 20px;
}