@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: AllrounderAntiqua-Bold;
    src: url(fonts/AllrounderAntiqua-Bold.woff);
}

.navbar {
    background-color: #ffffff;
}
.nav-link {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    opacity: 0.7;
}
.intro-paragraph-styling {
    font-size: 1.25em;
}
.we-stand-up-list {
    font-family: 'AllrounderAntiqua-Bold','Times New Roman', Times, serif;
    font-size: 1.75em;
}
.we-stand-up-list > div > p {
    border-left: 3px solid #fcd423;
    padding-left: 24px;
    padding-bottom: 4px;
}
.checkmark-styling {
    vertical-align: top;
    font-size: 2.25em;
}
.GTK-team-name {
    font-family: 'AllrounderAntiqua-Bold','Times New Roman', Times, serif;
    font-size: 1.25em;
}
.GTK-team-name-V2, .bio-heading {
    font-family: 'AllrounderAntiqua-Bold','Times New Roman', Times, serif;
    font-size: 1.75em;
}
.GTK-team-title {
    text-transform: uppercase;
    font-size: 0.9em;
}
.GTK-team-title-V2 {
    text-transform: uppercase;
    font-size: 1em;
}
.GTK-team-bio-link {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    padding-bottom: 6px;
    border-bottom: 4px solid #fcd423;
}
.GTK-team-bio-link:hover {
    border-bottom: 4px solid #333333;
}
.practice-areas-bio-list > li {
    padding-bottom: 4px;
}
.practice-areas-page-list > li {
    font-size: 1.15em;
    padding-bottom: 8px;
}
.practice-areas-page-list > li > a {
    color: #333333;
    text-decoration: none;
}
.practice-areas-list {
    font-family: 'AllrounderAntiqua-Bold','Times New Roman', Times, serif;
    font-size: 1.75em;
}
.active-practice-area {
    font-weight: bold;
}
.practice-areas-page-list > li > a:hover {
    font-weight: bold;
}
.bio-line-height {
    line-height: 1.6;
}
.practice-areas-links > div > h3 > a {
    text-decoration: none;
    color: #333333;
}
.practice-areas-links > div > h3 > a:hover {
    text-decoration: underline;
}
.counties-served-text {
    font-family: 'AllrounderAntiqua-Bold','Times New Roman', Times, serif;
    font-size: 1.5em;
}
.testimonial-name {
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 4px;
}
.testimonial-hr {
    margin-top: 32px;
    margin-bottom: 32px;
    border-top: 2px solid #fcd423;
    opacity: 1;
}
.schedule-consultation-button-V1, .schedule-consultation-button-V2 {
    text-decoration: none;
    color: #333333;
    background-color: #fcd423;
    border: 2px solid #fcd423;
    font-weight: bold;
    font-size: 1.5em;
    transition: 0.3s;
}
.schedule-consultation-button-V1:hover {
    background-color: #ffffff;
    transition: 0.3s;
}
.schedule-consultation-button-V2:hover {
    color: #ffffff;
    background-color: #333333;
    border: 2px solid #fcd423;
    transition: 0.3s;
}
.contact-heading {
    font-size: 1.25em;
    font-weight: bold;
    color: #858585;
}
.contact-tel-styling {
    font-size: 1.5em;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}
.bio-contact-tel-styling, .bio-contact-email-styling {
    font-size: 1em;
    color: #333333;
    text-decoration: none;
}
.bio-contact-tel-styling:hover, .bio-contact-email-styling:hover {
    text-decoration: underline;
}
.contact-tel-styling:hover {
    text-decoration: underline;
}

.footer-link-styling > div > div > p > a {
    color: #333333;
    text-decoration: none;
}
.footer-link-styling > div > div > p > a:hover {
    text-decoration: underline;
}
.footer-links > div > p {
    color: #D9D9D9;
    font-size: 0.8em;
}

.footer-links > div > p > a {
    color: #D9D9D9;
    text-decoration: none;
}
.footer-links > div > p > a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.footer-nav-list > div {
    padding-left: 6px;
}
.footer-nav-list > div > ul {
    list-style-type: none;
}
.footer-nav-list > div > ul {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-nav-list > div > ul > li {
    margin-bottom: 8px;
}
.footer-nav-list > div > ul > li > a {
    text-decoration: none;
    color: #333333;
}
.footer-nav-list > div > ul > li > a:hover {
    text-decoration: underline;
    color: #333333;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    table td {
        padding-bottom: 14px;
    }
    table tr td.checkmark-styling {
        width: 10%;
    }
    .heading-V1 {
        font-family: 'AllrounderAntiqua-Bold','Times New Roman', Times, serif;
        font-size: 2.75em;
        line-height: 1.1;
    }
    .bio-border, .practice-areas-border {
        border-left: 2px solid #fcd423;
    }
    .practice-areas-testimonials-list {
        list-style-type: none;
        font-family: 'AllrounderAntiqua-Bold','Times New Roman', Times, serif;
        font-size: 2em;
    }
    .practice-areas-testimonials-list > li {
        margin-bottom: 30px;
    }
}
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .nav-item {
        text-align: left;
        border-bottom: solid 1px #bfbfbf;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .nav-item-top {
        margin-top: 12px;
        border-top: solid 1px #bfbfbf;
        border-bottom: solid 1px #bfbfbf;
    }
    .nav-item-bottom {
        border-bottom: none;
    }
    .GTK-team-custom-col {
        width: 33%;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .nav-link.active {
        border-bottom: 4px solid #fcd423;
        padding-bottom: 2px;
        opacity: 1;
        transition: 0s;
    }
    .nav-link:hover {
        border-bottom: 4px solid #fcd423;
        padding-bottom: 2px;
        opacity: 1;
        transition: 0s;
    }
    .GTK-team-custom-col {
        width: 20%;
    }
    .contact-nav-link {
        opacity: 1;
    }
    .contact-nav-link, .contact-nav-link.active {
        color: #333333;
        background-color: #fcd423;
        border: 2px solid #fcd423;
    }
    .contact-nav-link:hover {
        color: #333333;
        background-color: #ffffff;
        border: 2px solid #fcd423;
    }
}
/* Small devices (mobile phones, small tablets, 767.98px and down) */
@media (max-width: 767.98px) {
    td {
        padding-bottom: 14px;
    }
    table tr td.checkmark-styling {
        width: 16%;
    }
    .heading-V1 {
        font-family: 'AllrounderAntiqua-Bold','Times New Roman', Times, serif;
        font-size: 2.25em;
        line-height: 1.1;
    }
    .bio-border, .practice-areas-border {
        border-left: none;
    }
    .practice-areas-testimonials-list {
        list-style-type: none;
        font-family: 'AllrounderAntiqua-Bold','Times New Roman', Times, serif;
        font-size: 1.75em;
        padding-left: 0px;
    }
    .practice-areas-testimonials-list > li {
        margin-bottom: 12px;
    }
}
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .GTK-team-custom-col {
        width: 100%;
    }
}