body > div > a {
    text-decoration: none;
    color: #151515;
}

.d-block {
    display: block;
}

h2.title {
    font-size: 18px;
}

.gray-section {
    background: #f3f3f3;
}

.covid-alert {
    /*position: absolute;*/
    /*top: 130px;*/
    width: 100%;
    /*z-index: 11;*/
    text-align: center;
    color: #fff;
    vertical-align: bottom;
    background-color: rgba(96, 17, 17, .9);
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    padding: 14px 0;
}

.covid-alert a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

.covid-alert span {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1150px) {

}

@media only screen and (max-width: 1239px) {

    .covid-alert a span {
        /* top: 96px; */
        color: #fff !important;
    }
}

@media only screen and (max-width: 850px) {
    .row100 ul#tab ul {
        float: left;
    }
}

@media only screen and (max-width: 800px) {

    .covid-alert, .homepage-intro, .home-content-wrapper {
        position: relative;
        top: 0px;
    }
}

@media (max-width: 768px) {
    .covid-alert span {
        font-size: 14px;
        line-height: 20px;
    }
}

.contact-columns {
    float: none;
    margin: 50px auto 30px;
    overflow: hidden;
}

.contact-columns h6 {
    font-size: 18px;
    font-weight: normal;
}

/***** People - Admins *****/
.people-photo {
    background-color: #888;
    height: 200px;
    margin: 0 10px 10px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}

.people-photo img {
    max-height: 100%;
    max-width: 100%;
}

.people-name {
    font-size: 21px;
    margin-bottom: 0;
}

.centered-rows {
    float: none;
    margin: 0 auto;
}

/***** homepage Video Player *****/
.video-section {
    /*background-color: #434343;*/
    padding: 60px 60px 40px;
    margin-top: 0px;
}

.video-column {
    margin-left: 130px;
}

/***** Video Page Player *****/
.video-tab {
    padding: 0 !important;
    background-color: transparent !important;

}

.video-styles {
    padding: 0 !important;
    min-width: 100% !important;
}

/***** Popup Email Disclosure *****/
.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: fixed; /*absolute;*/
    top: 10%;
    left: 0%;
    width: 100%;
    height: 80%;
    padding: 16px;
    border: 3px solid #ce3c2a;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.white_content hr {
    background-color: #ce3c2a;
}

.white_content p a {
    color: #3e6185 !important;
}

/***** Tag Cloud *****/
.tag-cloud {
    margin: 0 0 0 15px !important;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.tag-cloud-item {
    -webkit-flex: 1 auto;
    flex: 1 auto;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0.25rem 0.5rem;
    line-height: 1;
}

/***** Anniversary Section *****/
.anniversary-block {
    text-align: center;
}

.anniversary-block img {
    width: 50%;
    height: 50%;
    /*max-width: 200px !important;*/
    margin-bottom: 20px;
}

.red-text {
    color: #8f2a2a !important;
}

.map-container {
    clear: both;
    width: 80%;
    margin: 0 1.5%;
}

.map-canvas {
    width: 100%;
    height: 300px;
    margin-bottom: 5px;
}

.infowindow-content h5 {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-weight: 500;
    font-size: 14px;
    font-family: Roboto, Arial;
}

.infowindow-content p {
    color: #5B5B5B;
    font-family: Roboto, Arial;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    margin: 5px 0 0;
    padding: 0;
}

.infowindow-content p a {
    font-size: 12px;
}

@media (max-width: 1240px) {
    .video-column {
        margin-left: 0px !important;
        width: 100% !important;
        text-align: center;
    }
}

@media (min-width: 780px) {
    .row33 {
        float: left;
        width: 33.33%;
    }

    .row35 {
        float: left;
        width: 35%;
    }

    .row48 {
        width: 48%;
    }

    .row48:last-child {
        float: right;
    }

    .media-inquiries {
        float: right;
    }

    .white_content {
        top: 20%;
        left: 20%;
        width: 60%;
        height: 60%;
    }

    .people-photo {
        margin: 0 10px 10px;
        height: 250px;
    }

    .people-container {
        margin: 20px 30px 20px;
    }

    .anniversary-block {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .anniversary-block img {
        float: left;
        flex-shrink: 0;
        margin-bottom: 10px;
        height: 30%;
        width: 30%;
    }

    .anniversary-block p {
        width: 60%;
    }
}

@media (min-width: 860px) {
    .people-photo {
        margin: 0 10px 10px;
        height: 300px;
    }

    .people-container {
        margin: 20px 30px 20px;
    }
}


.vimeo-iframe {
    height: 200px;
}

@media (min-width: 780px) {
    .vimeo-iframe {
        height: 360px;
    }
}

.print-logo {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.vertical-align {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.flex-left {
    justify-content: flex-start;
}

.flex-right {
    justify-content: flex-end;
}

.hidden {
    display: none;
}

/* #Navigation
================================================== */

@media only screen and (max-width: 1239px) {
    nav .search-icon {
        display: none;
    }
}

.homepage > nav {
    background-color: transparent;
}

.homepage nav .top-links {
    border-bottom: 1px solid #ffffff;
}

.homepage nav .icon:after {
    background: transparent url(../images/icon-search-white.png) no-repeat;
    background-size: 100% 100%;
}

#Content a {
    color: #3F6084;
}

/*
.homepage nav .briefcase-link:after {
    content: "\f0b1";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    background: transparent url(../images/icon-my-briefcase-white.png) no-repeat;
    background-size: 100% 100%; 
} */


.homepage > nav ul > li > a {
    color: #fdfeff;
}

.homepage nav ul > li:hover > a, .homepage nav ul > li.navActive a {
    /*color: #3F6084;*/
    color: #ffffff !important;
    background-color: #8f2a2a;
}


nav {
    background-color: transparent;
    color: #151515;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 1239px) {
    nav .menu-flex {
        display: flex !important;
        flex-direction: column;
    }

    nav .menu-flex .bottom-links {
        order: 1;
    }

    nav .menu-flex .top-links {
        order: 2;
    }
}

nav ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

nav ul li {
    display: inline-block;
    list-style-type: none;
}


nav ul > li > a {
    color: #151515;
    display: block;
    text-decoration: none !important;
    font-size: 1rem;
}

nav ul > li:hover {
    text-decoration: none;
}

nav ul > li:hover > a, nav ul > li.navActive a {
    color: #ffffff;
    background-color: #8f2a2a;
}


nav .top-links {
    border-bottom: 1px solid #3c3c3c;
}

nav ul.top-links > li > a {
    line-height: 42px;
    padding: 20px 14px 0;
}

nav .icon {
    /*position: relative;*/
}

nav .icon:after {
    position: absolute;
    top: 28px;
    left: 1px;
    content: "";
    background: transparent url(../images/icon-search-black.png) no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 28px;
}

/*
nav .briefcase-link:after {
    position: absolute;
    top: 3px;
    left: 20px;
    content: "\f0b1";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    background: transparent url(../images/icon-my-briefcase-black.png) no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 28px;
} */


nav .bottom-links > li > a {
    line-height: 42px;
    padding: 0 18px;
    font-size: 24px;
    font-weight: normal;
}


/* Blue Header
* blue color: 3e6185
================================================== */


.blue-bar-wrapper {
    background-color: #3e6185;
    color: #ffffff;
}

.blue-bar-wrapper .box {
    max-width: 1270px;
    margin: 0 auto;
    min-height: 80px;
    padding-top: 8px;
}

.blue-bar-wrapper .title {
    font-size: 3rem;
}

.blue-bar-wrapper .links {
    vertical-align: middle;
}

.blue-bar-wrapper .links a, .blue-bar-wrapper .links a:hover {
    color: #ffffff !important;
}

.blue-bar-wrapper .fbriefcase {
    vertical-align: middle;
}

.blue-bar-wrapper .fbriefcase img {
    max-width: 50px !important;
}

.blue-bar-wrapper .print-me {
    cursor: pointer;
    display: inline-block;
}

.print-me img {
    max-height: 42px;
    vertical-align: middle;
}

@media (max-width: 780px) {

    .blue-bar-wrapper .title {
        font-size: 1.2rem;
    }

    .blue-bar-wrapper .print-me {
        /*margin-top: 10px;*/
        cursor: pointer;
        vertical-align: middle;
        text-align: initial;
    }


}

@media (max-width: 600px) {
    nav ul.top-links > li > a {
        font-size: 1rem !important;
        font-weight: normal !important;
        padding: .05rem 20px !important;
    }
}

.attorneysBoxes img {
    vertical-align: initial;
    background-color: #dfdfdf;
}

/* #Legal practices
================================================== */

.practice h2 {
    /*margin: 0 0 10px;*/
}

.practice .inset {
    color: #3e6185;
    font-size: 22px;
    display: block;
    font-weight: bold;
}

.practice .inner_header {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: bold;
}

.practice ul {
    margin: 0 45px 15px;
}

.practice ul li {
    /*display: inline-block;*/
    /*list-style-type: none;*/
    margin-bottom: 10px;
}

.practice .side h3 {
    color: #3e6185;
}

.practice a {
    color: #202020;
}

/* #Footer
================================================== */
footer {
    font-family: "Hind", sans-serif;
}

footer a, footer a:visited, footer a:hover {
    color: #ffffff;
    font-weight: normal;
}

.footer {
    background-color: #3c3c3c;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    padding: 4rem;
}

.footer > div {
    flex-basis: 29%;
    margin: 0px 2%;
}

.footer .img {
    max-width: 20vw;
}

.footer .copy {
    font-family: "Hind", sans-serif;
    line-height: 1.6rem;
}

.footer .icons {
    text-align: left;
    width: 100%;
}

.footer .icons img {
    max-height: 50px !important;
}

.footer .contact-form {
}

.contact-form input[type="text"], .contact-form textarea {
    width: 100%;
}

.footer .contact-form .header > span, .footer-mobile .contact-form .header > span {
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 2rem;
}

.footer .contact-form .submit, .footer-mobile .contact-form .submit {
    float: right;
    margin: 0;
    border-radius: 0;
    color: #ffffff;
    background: #3c3c3c;
    border: 1px solid #ffffff;
    text-transform: uppercase;
}

.footer .footer-icons, .footer-mobile .footer-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-mobile {
    background-color: #3c3c3c;
    color: #ffffff;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    display: none;
}

.footer-mobile > div {
    max-width: 400px;
    width: 100%;
    margin: 1.2rem 0px;
    text-align: center;
}

.footer-mobile img {
    max-width: 100%;
    width: 220px;
    float: left;
}

.footer-mobile .contact-form .header {
    text-align: left;
}

.footer-mobile .footer-icons > * {
    flex-basis: 29%;
    margin: .5rem 2%;
}

.footer-mobile .location-links a {
    font-size: .9rem;
}

.sections_group > .entry-content > .section {
    top: 90px;
}


@media (max-width: 1023px) {

    .desktop {
        display: none;
    }

    .footer-mobile {
        display: flex;
    }

    .subscribe-wrapper .subheader {
        max-width: 400px;
        display: block;
    }

    .sections_group > .entry-content > .section, footer {
        top: 0px;
    }

    #Top_bar .changed .row30 {
        width: 50%;
    }

    #Top_bar .changed .row70 {
        width: 50%;
    }
}


@media (max-width: 960px) {
}

@media (max-width: 600px) {
    .subscribe-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
    }

    .subscribe-wrapper .link {
        margin-top: 1.2rem;
    }

    .covid-alert, .homepage-intro, .home-content-wrapper, footer {
        position: relative;
        top: 0px;
    }

}

@media (max-width: 400px) {
    .covid-alert, .homepage-intro, .home-content-wrapper, footer {
        position: relative;
        top: 0px;
    }


}


/* Multiselect */
.filter-name {
    font-size: initial !important;
}

.bootstrap-select .bs-placeholder .dropup .dropdown-toggle::after {
    /*border-bottom: 0;*/
}

.bootstrap-select .dropdown-menu li a span.text {
    word-wrap: break-word;
    white-space: normal;
}

.bootstrap-select .dropdown-toggle::after {
    /*font-family: "mfn-icons";*/
    /*content: "\e818";*/
}

.btn-filter {
    border-radius: 0 !important;
    color: #3e6185 !important;
    background-color: #d4d4d4 !important;
    border-color: #3e6185 !important;
    font-weight: 600 !important;
}

.attorneys-list .entry {
    /*font-size: 1.1rem;*/
    font-weight: 600;
}

.attorneys-list a {
    color: #3e6185;
    font-size: 1rem;
}

.attorneys-list a:hover {
    text-decoration: none;
    color: #3e6185;
}

.attorneys-list .picture {
    background-color: #e1e1e1;
    height: 100px;
    width: 90px;
}

.attorneys-list .picture img {
    max-height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.attorneys-list .name {
    flex: 1;
}

.attorneys-list .icon-email {
    width: 32px;
}

.page-link {
    color: #3e6185 !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #e9ecef !important;
    border-color: #dee2e6 !important;
}

a.no-decoration {
    text-decoration: none;
}

#mess {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
}

#mess > div {
    width: 600px;
    padding: 20px;
    background: #fff;
    border: solid 3px #CE3C2A;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}