@font-face {
    font-family: "icomoon";
    src: url("/icons/icomoon.eot?vvzg1s");
    src: url("/icons/icomoon.eot?vvzg1s#iefix") format("embedded-opentype"),
        url("/icons/icomoon.ttf?vvzg1s") format("truetype"), url("/icons/icomoon.woff?vvzg1s") format("woff"),
        url("/icons/icomoon.svg?vvzg1s#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: "\e900";
}

.icon-facebook:before {
    content: "\e901";
}

.icon-twitter:before {
    content: "\e902";
}

.icon-linkedin:before {
    content: "\e903";
}

.modalmail {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
    overflow: auto;
    position: fixed;
    padding: 30px;
}
.modalmail__closebtn {
    top: auto;
    left: 100%;
    z-index: 3;
    right: auto;
    width: 20px;
    height: 20px;
    bottom: 100%;
    color: white;
    cursor: pointer;
    position: absolute;
    text-indent: -9999px;
}
.modalmail__closebtn:after {
    top: 0;
    right: 0;
    text-indent: 0;
    content: "\f00d";
    position: absolute;
    pointer-events: none;
    font: normal normal normal 14px/1 FontAwesome;
}
.modalmail__overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
    position: fixed;
    background-color: black;
}
.modalmail .table {
    width: 100%;
    height: 100%;
    display: table;
}
.modalmail .cell {
    display: table-cell;
    vertical-align: middle;
}
.modalmail__content {
    z-index: 2;
    width: 100%;
    display: block;
    margin: 0 auto;
    color: #545454;
    max-width: 700px;
    padding: 20px;
    position: relative;
    font-family: "Open Sans";
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.modalmail__content img {
    display: block;
    max-width: 100%;
}
.modalmail__content h6 {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.4;
    margin: 15px 0 0 0;
}
.modalmail__content p {
    font-size: 14px;
    line-height: 1.6;
}
.modalmail__content hr {
    margin: 20px 0;
}
.modalmail__content ul {
    font-size: 12px;
    padding-top: 25px;
    text-transform: uppercase;
}
.modalmail__content ul li {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}
.modalmail__content ul a {
    color: white;
    width: 100px;
    display: block;
    cursor: pointer;
    padding: 5px 5px;
    font-weight: 600;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
    background-color: #a31916;
}
.modalmail__content ul a:hover {
    text-decoration: none;
    background-color: black;
}

body.is-locked {
    overflow: hidden;
}

.grid {
    width: 1280px;
    margin: 0 auto;
}
.grid__leftspacing {
    padding-left: 100px;
}
.grid__spacer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.show-mobile {
    display: none !important;
}

.topheader {
    width: 100%;
    z-index: 20;
    height: auto;
    display: block;
    padding-top: 40px;
    position: relative;
    padding-bottom: 35px;
    font-family: "Open Sans";
    background-color: white;
}
.topheader__logo {
    width: 379px;
    height: 75px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url("../images/hunt-logo.png");
}
.topheader__table {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.topheader__cell {
    display: table-cell;
    vertical-align: bottom;
}
.topheader__cell.has-logo {
    width: 400px;
}

.headerPrint {
    width: 100%;
    height: auto;
    display: none;
}

.subheader {
    color: white;
    padding-top: 65px;
    position: relative;
    padding-bottom: 30px;
    font-family: "Open Sans";
    background-color: #a31916;
}
.subheader h1 {
    float: left;
    max-width: 75%;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
}

.pagetools {
    float: right;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
    text-align: center;
}
.pagetools.is-mobile {
    display: none;
}
.pagetools__item {
    margin-left: 30px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
.pagetools__link {
    color: white;
    display: block;
    cursor: pointer;
    font-size: 100%;
    position: relative;
    text-decoration: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 21px 0 0 0;
    line-height: 1.4;
    font-family: "Open Sans";
}
.pagetools__link i {
    top: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    position: absolute;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    pointer-events: none;
    transform: translateY(0px);
}
.pagetools__link:hover {
    text-decoration: none;
}
.pagetools__link:hover > i {
    transform: translateY(-5px);
}
.pagetools .has-share:hover .socialshare {
    opacity: 1;
    visibility: visible;
    transform: translateY(15px);
}

.pagetoolsmobile .pagetools {
    float: none;
    display: none;
    padding: 15px 20px;
    background-color: #a31916;
}
.pagetoolsmobile .pagetools .socialshare {
    top: auto;
    opacity: 0;
    bottom: 100%;
    visibility: hidden;
    transform: translateY(10px);
}
.pagetoolsmobile .pagetools .socialshare:before {
    top: 100%;
    bottom: auto;
}
.pagetoolsmobile .pagetools .has-share:hover .socialshare {
    transform: translateY(-10px);
}

.footer {
    width: 100%;
    display: block;
    color: #666666;
    padding: 54px 0;
    text-align: left;
    font-family: "Open Sans";
    background-color: #252627;
}
.footer a {
    color: #999999;
    cursor: pointer;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer__left {
    float: left;
}
.footer__left ul {
    color: #999999;
    font-size: 14px;
}
.footer__left li {
    vertical-align: top;
    display: inline-block;
}
.footer__left li:after {
    top: 2px;
    content: " | ";
    margin-left: 8px;
    margin-right: 4px;
    position: relative;
    vertical-align: top;
    display: inline-block;
}
.footer__left li:last-child:after {
    display: none;
}
.footer__left small {
    display: block;
    font-size: 12px;
    padding-top: 8px;
}
.footer__right {
    float: right;
}
.footer__right small {
    display: block;
    font-size: 11px;
}

.navmain {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    position: relative;
    padding-bottom: 8px;
}
.navmain a {
    z-index: 2;
    color: black;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.navmain a:hover {
    color: #a31916;
}
.navmain li {
    font-weight: 400;
    margin-left: 28px;
    position: relative;
    display: inline-block;
}
.navmain li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.navmain li:first-child {
    margin-left: 0;
}
.navmain li.selected > a {
    color: #a31916;
}
.navmain li ul {
    left: 0;
    right: 0;
    top: 100%;
    opacity: 0;
    z-index: 1;
    width: 240px;
    text-align: left;
    margin-top: 43px;
    position: absolute;
    visibility: hidden;
    padding: 15px 20px;
    background-color: #a31916;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}
.navmain li ul:before {
    left: 0;
    right: 0;
    height: 72px;
    bottom: 100%;
    content: "\A";
    position: absolute;
}
.navmain li ul li {
    display: block;
    margin-left: 0;
    padding: 5px 0;
}
.navmain li ul a {
    color: white;
}
.navmain li ul a:hover {
    color: white;
}

.hamburger {
    width: 36px;
    display: none;
    cursor: pointer;
    position: relative;
}
.hamburger i {
    top: 0;
    height: 5px;
    margin: 5px 0;
    display: block;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    background-color: black;
    will-change: top, transform;
}
.hamburger.is-opened i:nth-child(1) {
    top: 10px;
    transform: rotate(-45deg);
}
.hamburger.is-opened i:nth-child(2) {
    opacity: 0;
}
.hamburger.is-opened i:nth-child(3) {
    top: -10px;
    transform: rotate(45deg);
}

.homemiddle {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    font-family: "Open Sans";
    background-position: top center;
    background-image: url("../images/bg-homepage.jpg");
}
.homemiddle__hero {
    width: 100%;
    display: none;
}
.homemiddle__bigtitle {
    color: white;
    padding-bottom: 60px;
}
.homemiddle__bigtitle h1 {
    font-size: 36px;
    font-weight: 400;
    padding: 0 20px;
    line-height: 1.5;
    display: inline-block;
    text-transform: uppercase;
    background-color: rgba(163, 25, 22, 0.9);
}
.homemiddle__bigtitle p {
    font-size: 24px;
    font-weight: 300;
    margin-top: 25px;
    padding: 43px 20px;
    line-height: 1.5;
    background-color: rgba(163, 25, 22, 0.9);
}
.homemiddle__table {
    width: 100%;
    color: black;
    display: table;
    table-layout: fixed;
}
.homemiddle__table h3 {
    font-size: 18px;
    font-weight: 400;
    padding-top: 4px;
    padding-left: 65px;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 11px;
    line-height: 1.125;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.homemiddle__table h3:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 45px;
    content: "\A";
    position: absolute;
    background-color: #a31916;
}
.homemiddle__table .inner {
    width: 100%;
    max-width: 615px;
    padding-left: 65px;
    padding-right: 65px;
}
.homemiddle__cell {
    padding-top: 30px;
    display: table-cell;
    vertical-align: top;
    padding-bottom: 30px;
    background-color: white;
}
.homemiddle__cell.is-transparent {
    width: 60px;
    background-color: transparent;
}
.homemiddle__cell.is-right {
    width: 470px;
}
.homemiddle article {
    padding-bottom: 14px;
}
.homemiddle article time {
    display: block;
    color: #666666;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
}
.homemiddle article h2 {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    padding-top: 4px;
    position: relative;
    margin-bottom: -5px;
    letter-spacing: 0.2px;
}
.homemiddle article .btnreadmore {
    color: #a31916;
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
.homemiddle article .btnreadmore:hover {
    text-decoration: underline;
}
.homemiddle .btnviewall {
    color: #333333;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
.homemiddle .btnviewall:hover {
    color: #a31916;
    text-decoration: none;
}
.homemiddle__logos {
    text-align: center;
}
.homemiddle__logos.is-mobile {
    display: none;
}
.homemiddle__logos li {
    display: inline-block;
    margin: 0 20px 20px 20px;
}
.homemiddle__logos li img {
    display: inline-block;
}

.socialshare {
    left: 0;
    right: 0;
    top: 100%;
    z-index: 2;
    opacity: 0;
    float: none;
    padding: 1px;
    font-size: 16px;
    position: absolute;
    visibility: hidden;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    background-color: white;
    transform: translateY(0px);
}
.socialshare:before {
    left: 0;
    right: 0;
    height: 15px;
    bottom: 100%;
    content: "\A";
    position: absolute;
}
.socialshare li {
    display: block;
}
.socialshare a {
    color: #a31916;
    display: block;
    padding: 5px 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    background-color: transparent;
}
.socialshare a:hover {
    color: white;
    background-color: #a31916;
}

.spages {
    font-family: "Open Sans";
}
.spages__header {
    width: 100%;
    display: block;
}
.spages__content {
    position: relative;
}
.spages__left {
    width: 28%;
    float: left;
    font-size: 18px;
    line-height: 1.2;
    padding-top: 55px;
    padding-bottom: 35px;
}
.spages__left:before {
    top: 55px;
    left: 28%;
    width: 1px;
    bottom: 55px;
    content: "\A";
    position: absolute;
    background-color: #dcdcdc;
}
.spages__left ul {
    font-weight: 700;
    padding-right: 25px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.spages__left ul li {
    padding-bottom: 22px;
}
.spages__left ul li.active a {
    color: black;
    padding-left: 25px;
}
.spages__left ul li.active a:before {
    display: block;
}
.spages__left ul a {
    color: #a31916;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    text-decoration: none;
}
.spages__left ul a:hover {
    color: black;
    text-decoration: none;
}
.spages__left ul a:before {
    left: 0;
    top: 6px;
    width: 17px;
    height: 9px;
    display: none;
    content: "\A";
    position: absolute;
    background-color: #a31916;
}
.spages__right {
    width: 68.5%;
    float: right;
    padding-top: 55px;
    padding-bottom: 55px;
}
.spages__right h2 {
    color: #a31916;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    padding-bottom: 12px;
}
.spages__right h3 {
    color: black;
    font-size: 18px;
    margin-top: 35px;
    font-weight: 700;
    padding-left: 25px;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.spages__right h3:before {
    left: 0;
    top: 9px;
    width: 17px;
    height: 9px;
    content: "\A";
    position: absolute;
    background-color: #a31916;
}
.spages__right p,
.spages__right ul,
.spages__right ol {
    color: #000000;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.625;
    padding-bottom: 15px;
}
.spages__right ul,
.spages__right ol {
    font-size: 16px;
    margin-left: 15px;
}
.spages__right ul li,
.spages__right ol li {
    padding-left: 10px;
    position: relative;
    padding-bottom: 5px;
}
.spages__right ul li:before,
.spages__right ol li:before {
    position: absolute;
}
.spages__right ul li:before {
    top: 0;
    left: -10px;
    color: #a31916;
    content: "\2022";
}
.spages__right ol li {
    list-style-type: decimal;
}
.spages__right .table-half-responsive {
    width: 100%;
    font-size: 16px;
    line-height: 1.625;
}
.spages__right .table-half-responsive td {
    width: 50%;
}
.spages__right-placeholder {
    width: 68.5%;
    float: right;
    padding-top: 55px;
    padding-bottom: 55px;
}

.attorney {
    padding-top: 60px;
    margin-left: -38px;
    padding-bottom: 22px;
}
.attorney * {
    box-sizing: border-box;
}
.attorney__item {
    width: 50%;
    float: left;
    line-height: 1.2;
    padding-left: 38px;
    padding-bottom: 38px;
}
.attorney__item-wrapper {
    position: relative;
    background-color: #f5f5f5;
}
.attorney__img {
    top: 0;
    left: 0;
    bottom: 0;
    width: 180px;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.attorney__img img {
    display: none;
}
.attorney__content {
    padding-top: 20px;
    padding-left: 205px;
    padding-right: 25px;
    padding-bottom: 20px;
}
.attorney__content h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
}
.attorney__content h2 a {
    color: #000000;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
}
.attorney__content h2 a:hover {
    color: #a31916;
    text-decoration: none;
}
.attorney__content h3 {
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.attorney__mail {
    color: #a31916;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
}
.attorney__phone {
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 7px;
}
.attorney__phone li {
    display: inline;
}
.attorney__phone li:after {
    content: " |";
    display: inline;
    margin-right: 2px;
}
.attorney__phone li:last-child:after {
    display: none;
}
.attorney__card {
    color: #a31916;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
.attorney__card .fa {
    font-size: 18px;
}
.attorney__card:hover {
    color: #000000;
    text-decoration: none;
}

.attbio__left {
    width: 28%;
    float: left;
    font-size: 18px;
    line-height: 1.2;
    padding-top: 55px;
    padding-bottom: 75px;
}
.attbio__left:before {
    top: 55px;
    left: 28%;
    width: 1px;
    bottom: 55px;
    content: "\A";
    position: absolute;
    background-color: #dcdcdc;
}

.attbio__right {
    width: 68.5%;
    float: right;
    padding-top: 55px;
    padding-bottom: 55px;
}

.attbio__img {
    width: 100%;
    display: block;
    padding-right: 40px;
    padding-bottom: 24px;
}
.attbio__img img {
    width: 100%;
    display: block;
}

.attbio__left-section {
    color: #010101;
    padding-right: 40px;
    padding-bottom: 40px;
}
.attbio__left-section h3 {
    color: black;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    margin-bottom: 8px;
    padding-left: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.attbio__left-section h3:before {
    left: 0;
    top: 8px;
    width: 17px;
    height: 9px;
    content: "\A";
    display: block;
    position: absolute;
    background-color: #a31916;
}
.attbio__left-section ul {
    color: #010101;
    font-size: 16px;
    line-height: 1.62;
}
.attbio__left-section ul li {
    padding-bottom: 8px;
}

.attbio__header {
    color: black;
    line-height: 1.4;
    padding: 20px 30px;
    margin-bottom: 55px;
    background-color: #f5f5f5;
}
.attbio__header a {
    color: #a31916;
    cursor: pointer;
}
.attbio__header h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
}
.attbio__header h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.7px;
}
.attbio__header-img {
    width: 45%;
    float: left;
    display: none;
}
.attbio__header-img img {
    width: 100%;
    display: block;
}
.attbio__header-left {
    width: 50%;
    float: left;
}
.attbio__header-right {
    width: 50%;
    float: right;
    padding-top: 9px;
    text-align: right;
}
.attbio__header-right ul {
    font-size: 16px;
    text-align: right;
    line-height: 1.62;
}
.attbio__header-right li {
    display: block;
}
.attbio__header-right a:hover {
    color: #a31916;
    text-decoration: underline;
}
.attbio__header-right .socialmobile {
    display: none;
    font-size: 23px;
    padding-top: 10px;
}
.attbio__header-right .socialmobile li {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.attbio__header-right .socialmobile li:last-child {
    margin-right: 0;
}

.attbio__social {
    width: 100%;
    display: table;
    padding-top: 35px;
    table-layout: fixed;
}
.attbio__social .cell {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.attbio__social ul {
    font-size: 20px;
    text-align: right;
}
.attbio__social ul a {
    color: black;
    display: block;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
}
.attbio__social ul a:hover {
    color: #a31916;
    text-decoration: none;
}
.attbio__social ul li {
    margin-left: 16px;
    display: inline-block;
    vertical-align: middle;
}
.attbio__social .attbio__vcard {
    color: #a31916;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
.attbio__social .attbio__vcard:hover {
    color: black;
    text-decoration: none;
}

.attbio__tabs {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 50px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
}
.attbio__tabs li {
    float: left;
    display: block;
    color: #9b9b9b;
    cursor: pointer;
    padding-top: 3px;
    position: relative;
    margin-right: 28px;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    padding-bottom: 7px;
}
.attbio__tabs li:last-child {
    margin-right: 0;
}
.attbio__tabs li:before {
    left: 0;
    right: 0;
    top: 100%;
    opacity: 0;
    height: 1px;
    content: "\A";
    visibility: hidden;
    position: absolute;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    background-color: #a31916;
}
.attbio__tabs li:hover {
    color: #a31916;
}
.attbio__tabs li.active {
    color: #a31916;
}
.attbio__tabs li.active:before {
    opacity: 1;
    visibility: visible;
}

.attbio__tab {
    display: none;
}
.attbio__tab.active {
    display: block;
}

.attbio__tab-uptitle {
    display: none;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid black;
}
.attbio__tab-uptitle.offset {
    margin-top: 25px;
}

.attbio__content h2 {
    color: #a31916;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    padding-bottom: 12px;
}

.attbio__content h3 {
    color: black;
    font-size: 18px;
    margin-top: 35px;
    font-weight: 700;
    padding-left: 25px;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.attbio__content h3:before {
    left: 0;
    top: 9px;
    width: 17px;
    height: 9px;
    content: "\A";
    position: absolute;
    background-color: #a31916;
}

.attbio__content p,
.attbio__content ul,
.attbio__content ol {
    color: #000000;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.625;
    padding-bottom: 15px;
}

.attbio__content ul,
.attbio__content ol {
    font-size: 16px;
    margin-left: 15px;
}
.attbio__content ul li,
.attbio__content ol li {
    padding-left: 10px;
    position: relative;
    padding-bottom: 5px;
}
.attbio__content ul li:before,
.attbio__content ol li:before {
    position: absolute;
}

.attbio__content ul li:before {
    top: 0;
    left: -10px;
    color: #a31916;
    content: "\2022";
}

.attbio__content .no-bullets ul {
    margin-left: 0;
}
.attbio__content .no-bullets ul li {
    display: block;
    padding-left: 0;
    padding-bottom: 15px;
}
.attbio__content .no-bullets ul li:last-child {
    padding-bottom: 0;
}
.attbio__content .no-bullets ul li:before {
    display: none;
}

.attbio__content ul.has-bullets {
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 25px;
}
.attbio__content ul.has-bullets li {
    padding-left: 10px;
}
.attbio__content ul.has-bullets li:before {
    top: 0;
    left: -10px;
    color: #a31916;
    display: block;
    content: "\2022";
}

.attbio__content ol li {
    list-style-type: decimal;
}

.newslist {
    padding-bottom: 35px;
}
.newslist__wrapper {
    padding-top: 55px;
}
.newslist__item {
    position: relative;
    padding-right: 40px;
    padding-bottom: 14px;
}
.newslist__item .fa {
    right: 0;
    top: 28px;
    color: #9b9b9b;
    font-size: 21px;
    position: absolute;
}
.newslist h3 {
    color: black;
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    padding-left: 25px;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.newslist h3:before {
    left: 0;
    top: 9px;
    width: 17px;
    height: 9px;
    content: "\A";
    position: absolute;
    background-color: #a31916;
}
.newslist time {
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.86;
}
.newslist h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0;
}
.newslist h2 a {
    display: block;
    color: #a31916;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
}
.newslist h2 a .fa {
    color: #9b9b9b;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.newslist h2 a:hover {
    color: black;
    text-decoration: none;
}
.newslist h2 a:hover .fa {
    color: black;
}
.newslist p {
    font-size: 16px;
    line-height: 1.625;
}
.newslist a {
    color: #a31916;
    text-decoration: none;
}
.newslist a:hover {
    text-decoration: underline;
}

.newsarticle {
    color: black;
}
.newsarticle h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 20px;
}
.newsarticle time {
    display: block;
    font-size: 16px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.newsarticle h2 {
    color: #a31916;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    padding-bottom: 12px;
}
.newsarticle p,
.newsarticle ul,
.newsarticle ol {
    color: #000000;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.625;
    padding-bottom: 15px;
}
.newsarticle ul,
.newsarticle ol {
    font-size: 16px;
    margin-left: 15px;
}
.newsarticle ul li,
.newsarticle ol li {
    padding-left: 10px;
    position: relative;
    padding-bottom: 5px;
}
.newsarticle ul li:before,
.newsarticle ol li:before {
    position: absolute;
}
.newsarticle ul li:before {
    top: 0;
    left: -10px;
    color: #a31916;
    content: "\2022";
}
.newsarticle ol li {
    list-style-type: decimal;
}

.pracpage {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pracpage p {
    color: #000000;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.625;
}
.pracpage__listing {
    font-size: 16px;
    margin-top: 35px;
    padding-top: 25px;
    border-top: 4px solid black;
}
.pracpage__listing li {
    width: 47%;
    float: left;
    display: block;
    font-weight: 600;
    border-top: 1px solid #d7d7d7;
}
.pracpage__listing li:nth-child(even) {
    float: right;
}
.pracpage__listing li:nth-child(1),
.pracpage__listing li:nth-child(2) {
    border-top: 1px solid transparent;
}
.pracpage__listing li a {
    color: #2a271e;
    display: block;
    cursor: pointer;
    padding: 15px 20px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
}
.pracpage__listing li a:before {
    top: 50%;
    right: 20px;
    content: "\f054";
    margin-top: -7px;
    position: absolute;
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transform: translateX(0px);
    font: normal normal normal 14px/1 FontAwesome;
}
.pracpage__listing li a:hover {
    color: #a31916;
    text-decoration: none;
}
.pracpage__listing li a:hover:before {
    transform: translateX(10px);
}

.practicesintro {
    padding-bottom: 45px;
}
.practicesintro p {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.repmater__item {
    display: block;
    font-size: 16px;
    margin-top: 30px;
    padding-top: 30px;
    line-height: 1.62;
    border-top: 1px solid #dcdcdc;
}
.repmater__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 1px solid transparent;
}

.repmater h3 {
    color: black;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.62;
}
.repmater h3 em {
    display: block;
    font-style: italic;
    font-weight: normal;
    padding-bottom: 15px;
}

.repmater h4 {
    font-style: italic;
    font-weight: normal;
    padding-bottom: 15px;
}

.repmater p {
    font-size: 16px;
    line-height: 1.62;
}

.sitemapnew {
    padding-top: 40px;
    padding-bottom: 40px;
}
.sitemapnew__introtext p {
    color: #000000;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.625;
}
.sitemapnew__list {
    max-width: 60%;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 0.7px;
}
.sitemapnew__list li {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
}
.sitemapnew__list li:after {
    left: 0;
    top: 9px;
    width: 17px;
    height: 9px;
    content: "\A";
    display: block;
    position: absolute;
    background-color: #a31916;
}
.sitemapnew__list li ul {
    font-size: 16px;
    padding-top: 10px;
}
.sitemapnew__list li ul li:before {
    top: 0;
    bottom: 0;
    width: 1px;
    left: -22px;
    content: "\A";
    position: absolute;
    background-color: #a31916;
}
.sitemapnew__list li ul li:after {
    top: 12px;
    left: -22px;
    width: 32px;
    height: 1px;
}
.sitemapnew__list li ul li:last-child:before {
    height: 12px;
    bottom: auto;
}

.resourcefiles {
    display: block;
}
.resourcefiles__row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}
.resourcefiles__col {
    width: 33%;
}
.resourcefiles__col .resourcefiles__item {
    float: none;
    width: 100%;
}
.resourcefiles h3 {
    color: black;
    font-size: 18px;
    margin-top: 35px;
    font-weight: 700;
    padding-left: 25px;
    position: relative;
    padding-bottom: 25px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.resourcefiles h3:before {
    left: 0;
    top: 9px;
    width: 17px;
    height: 9px;
    content: "\A";
    position: absolute;
    background-color: #a31916;
}
.resourcefiles__link {
    color: #a31916;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.62;
    text-decoration: none;
}
.resourcefiles__link:hover {
    text-decoration: underline;
}
.resourcefiles__desc {
    color: #000000;
    display: block;
    font-size: 14px;
    line-height: 1.29;
    font-weight: normal;
}
.resourcefiles__item {
    float: left;
    width: 33.33%;
    display: block;
    position: relative;
    padding-left: 30px;
    padding-right: 25px;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.resourcefiles .fa {
    left: 0;
    top: 6px;
    color: black;
    opacity: 0.5;
    font-size: 16px;
    position: absolute;
}

.c-sharemodal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    position: fixed;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 1000;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    opacity: 0;
    visibility: hidden;
}

.c-sharemodal__box {
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    background-color: #ffffff;
}

.c-sharemodal__title {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    padding-bottom: 20px;
    font-weight: 600;
}

.c-sharemodal__email {
    cursor: pointer;
    color: #a31916;
    text-decoration: underline;
}

.c-sharemodal__email:hover {
    text-decoration: none;
}

.c-sharemodal__close {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
}

.c-sharemodal__btn-close {
    margin: 0;
    z-index: 5;
    bottom: 100%;
    right: -10px;
    border: none;
    padding: 10px;
    line-height: 0;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    color: #ffffff;
    -webkit-appearance: none;
    background-color: transparent;
}

.c-sharemodal__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    padding-top: 20px;
    line-height: 1;
}

.c-sharemodal__social li {
    margin: 0 10px;
}

.c-sharemodal__social a {
    display: block;
    color: #a31916;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.c-sharemodal__social a:hover {
    color: #000000;
    text-decoration: none;
}

@media (max-width: 1350px) {
    .grid {
        width: 1020px;
    }
    .grid__leftspacing {
        padding-left: 80px;
    }
    .topheader__logo {
        width: 300px;
        height: 60px;
    }
    .topheader__cell.has-logo {
        width: 320px;
    }
    .footer {
        padding: 54px 20px;
    }
    .navmain {
        font-size: 14px;
    }
    .navmain li {
        margin-left: 14px;
    }
    .attorney__item {
        width: 100%;
        padding-right: 20px;
    }
    .newslist__wrapper {
        padding-right: 20px;
    }
    .pracpage {
        padding-right: 20px;
    }
}
@media (max-width: 1100px) {
    .grid {
        width: 100%;
    }
    .grid__spacer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .topheader {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .subheader {
        padding-left: 20px;
        padding-right: 20px;
    }
    .subheader h1 {
        font-size: 40px;
    }
    .navmain {
        font-size: 13px;
    }
    .navmain li {
        margin-left: 10px;
    }
    .navmain li ul {
        width: 200px;
        margin-top: 38px;
    }
    .homemiddle {
        padding-left: 20px;
        padding-right: 20px;
    }
    .homemiddle__bigtitle h1 {
        font-size: 32px;
    }
    .homemiddle__bigtitle p {
        font-size: 20px;
    }
    .spages__left {
        padding-left: 20px;
    }
    .spages__right {
        padding-right: 20px;
    }
    .spages__right-placeholder {
        padding-right: 20px;
    }
    .attbio__left {
        padding-left: 20px;
    }
    .attbio__right {
        padding-right: 20px;
    }
    .attbio__left-section h3:before {
        top: 7px;
    }
    .attbio__header h2 {
        font-size: 24px;
    }
    .attbio__tabs {
        font-size: 16px;
    }
    .attbio__tabs li {
        margin-right: 20px;
    }
    .newslist__wrapper {
        padding-left: 20px;
    }
    .pracpage {
        padding-top: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 950px) {
    .grid__leftspacing {
        padding-left: 0;
    }
    .grid__spacer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .show-mobile {
        display: block !important;
    }
    .hide-mobile {
        display: none !important;
    }
    .topheader__cell {
        vertical-align: middle;
    }
    .topheader__cell.has-nav {
        text-align: right;
    }
    .subheader {
        padding-top: 30px;
    }
    .subheader h1 {
        float: none;
        max-width: 100%;
        font-size: 24px;
        font-weight: 400;
    }
    .subheader .pagetools {
        display: none;
    }
    .pagetools.is-mobile {
        float: none;
        display: block;
    }
    .pagetools__item {
        margin-left: 15px;
        margin-right: 15px;
    }
    .pagetools__item.has-print {
        display: none;
    }
    .pagetoolsmobile .pagetools {
        display: block;
    }
    .footer__left ul {
        font-size: 13px;
    }
    .navmain {
        left: 0;
        right: 0;
        top: 100%;
        display: none;
        position: absolute;
        background-color: #a31916;
    }
    .navmain ul {
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .navmain a:hover {
        color: white;
    }
    .navmain li {
        display: block;
        margin-left: 0;
        font-size: 24px;
        text-align: left;
    }
    .navmain li a {
        color: white;
        display: block;
        padding: 20px;
    }
    .navmain li.selected > a {
        color: white;
    }
    .navmain li ul {
        display: none;
    }
    .hamburger {
        display: inline-block;
    }
    .homemiddle {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        background-image: none;
    }
    .homemiddle__hero {
        display: block;
    }
    .homemiddle__bigtitle {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #a31916;
    }
    .homemiddle__bigtitle h1 {
        padding: 0;
        font-size: 26px;
        background-color: transparent;
    }
    .homemiddle__bigtitle p {
        padding: 0;
        font-size: 16px;
        margin-top: 10px;
        background-color: transparent;
    }
    .homemiddle__table {
        display: block;
        padding-bottom: 30px;
    }
    .homemiddle__table h3 {
        font-size: 18px;
        padding-left: 40px;
        padding-right: 20px;
    }
    .homemiddle__table h3:before {
        top: 11px;
        width: 12px;
        height: 7px;
        bottom: auto;
        left: 20px;
    }
    .homemiddle__table .inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .homemiddle__cell {
        display: block;
        padding-bottom: 0;
    }
    .homemiddle__cell.is-right {
        width: auto;
        border-top: 1px solid #9b9b9b;
    }
    .homemiddle article time {
        font-size: 16px;
    }
    .homemiddle article h2 {
        margin-bottom: 0;
        font-size: 16px;
    }
    .homemiddle article .btnreadmore {
        font-size: 16px;
        margin-top: 3px;
    }
    .homemiddle__logos {
        text-align: left;
    }
    .homemiddle__logos.is-desktop {
        display: none;
    }
    .homemiddle__logos.is-mobile {
        display: block;
    }
    .homemiddle__logos li {
        margin: 0;
        display: block;
        padding: 20px 0;
    }
    .spages__left {
        float: none;
        width: 100%;
        padding-top: 20px;
        background-color: #f5f5f5;
        padding-bottom: 15px;
    }
    .spages__left:before {
        display: none;
    }
    .spages__left ul li.active a {
        padding-left: 0;
    }
    .spages__left ul li.active a:before {
        display: none;
    }
    .spages__right {
        float: none;
        width: 100%;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .spages__right .table-half-responsive td {
        width: 100%;
        display: block;
    }
    .spages__right-placeholder {
        float: none;
        width: 100%;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .attorney {
        padding-top: 0;
        margin-left: 0;
        padding-bottom: 0;
    }
    .attorney__item {
        float: none;
        padding-top: 45px;
        padding-bottom: 45px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .attorney__item:nth-child(odd) {
        background-color: #f5f5f5;
    }
    .attorney__item-wrapper {
        min-height: 200px;
        background-color: transparent;
    }
    .attorney__content {
        padding-top: 0;
        padding-bottom: 0;
    }
    .attorney__phone li {
        display: block;
        line-height: 1.4;
    }
    .attorney__phone li:after {
        display: none;
    }
    .attorney__card {
        display: none;
    }
    .attbio__left {
        float: none;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .attbio__left:before {
        display: none;
    }
    .attbio__right {
        float: none;
        width: 100%;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .attbio__img {
        display: none;
    }
    .attbio__left-section {
        padding-bottom: 20px;
    }
    .attbio__header {
        margin-top: -20px;
        padding: 20px;
        margin-bottom: 25px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .attbio__header h3 {
        font-size: 16px;
    }
    .attbio__header-img {
        display: block;
    }
    .attbio__header-left {
        float: none;
        width: 100%;
        display: block;
    }
    .attbio__header-right {
        float: none;
        width: 100%;
        display: block;
        padding-top: 15px;
    }
    .attbio__header-right ul {
        width: 55%;
        float: left;
        text-align: left;
        padding-left: 15px;
        box-sizing: border-box;
    }
    .attbio__header-right .socialmobile {
        display: block;
    }
    .attbio__social {
        display: none;
    }
    .attbio__tabs {
        display: none;
    }
    .attbio__tab.mobile-on {
        display: block !important;
    }
    .attbio__tab-uptitle {
        display: block;
    }
    .attbio__content h3:before {
        top: 4px;
    }
    .pracpage__listing li a {
        padding: 15px;
    }
    .sitemapnew {
        padding-top: 30px;
    }
    .sitemapnew__list {
        max-width: 100%;
    }
    .contact-map td {
        width: 100%;
        display: block;
    }
    .contact-map iframe {
        width: 100%;
        display: block;
    }
    .resourcefiles {
        padding-bottom: 15px;
    }
    .resourcefiles h3:before {
        top: 4px;
    }
    .resourcefiles__item {
        float: none;
        width: 100%;
    }
    .resourcefiles__row {
        display: block;
    }
    .resourcefiles__col {
        width: 100%;
    }
}
@media (max-width: 550px) {
    .topheader {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .topheader__logo {
        width: 230px;
        height: 46px;
    }
    .topheader__cell.has-logo {
        width: 200px;
    }
    .footer {
        text-align: center;
        padding: 30px 20px;
    }
    .footer__left {
        float: none;
    }
    .footer__left ul {
        padding-bottom: 10px;
    }
    .footer__left li {
        padding: 0 15px;
    }
    .footer__left li:after {
        display: none;
    }
    .footer__right {
        float: none;
        padding-top: 5px;
    }
    .homemiddle article h2 {
        margin-bottom: 2px;
    }
    .homemiddle__logos {
        text-align: center;
    }
    .spages__left ul {
        font-size: 13px;
    }
    .spages__left ul li {
        padding-bottom: 10px;
    }
    .spages__right h2 {
        font-size: 15px;
    }
    .spages__right h3:before {
        top: 4px;
    }
    .spages__right h3 {
        font-size: 13px;
        margin-top: 15px;
    }
    .spages__right p,
    .spages__right ul,
    .spages__right ol {
        padding-bottom: 15px;
    }
    .attorney__item {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .attorney__item-wrapper {
        min-height: 100px;
    }
    .attorney__img {
        width: 100px;
    }
    .attorney__content {
        padding-right: 0;
        padding-left: 120px;
    }
    .attorney__content h2 {
        font-size: 18px;
    }
    .attorney__content h3 {
        font-size: 12px;
        line-height: 1.2;
    }
    .attorney__mail {
        font-size: 16px;
    }
    .attorney__phone {
        font-size: 16px;
    }
    .attbio__left-section h3 {
        font-size: 16px;
        margin-top: 15px;
    }
    .attbio__header-right ul {
        font-size: 14px;
    }
    .attbio__header-right .socialmobile {
        font-size: 16px;
    }
    .attbio__tab-uptitle {
        font-size: 20px;
    }
    .attbio__content h2 {
        font-size: 15px;
    }
    .attbio__content h3 {
        font-size: 16px;
        margin-top: 15px;
    }
    .attbio__content p,
    .attbio__content ul,
    .attbio__content ol {
        padding-bottom: 15px;
    }
    .newslist h3:before {
        top: 4px;
    }
    .newslist h3 {
        font-size: 16px;
    }
    .newsarticle h1 {
        font-size: 18px;
    }
    .newsarticle h2 {
        font-size: 15px;
    }
    .newsarticle p,
    .newsarticle ul,
    .newsarticle ol {
        padding-bottom: 15px;
    }
    .newsarticle ul,
    .newsarticle ol {
        font-size: 12px;
    }
    .pracpage__listing li {
        float: none;
        width: 100%;
    }
    .pracpage__listing li:nth-child(even) {
        float: none;
    }
    .pracpage__listing li:nth-child(2) {
        border-top: 1px solid #d7d7d7;
    }
    .practicesintro p {
        font-size: 16px;
    }
    .resourcefiles h3 {
        font-size: 16px;
        margin-top: 15px;
    }
}
@media (min-width: 951px) {
    .navmain {
        display: block !important;
    }
}
@media print {
    .u-hide-print {
        display: none !important;
    }
    .grid {
        width: 100%;
    }
    .grid__leftspacing {
        padding-left: 0;
    }
    .headerPrint {
        display: block;
    }
    .subheader {
        padding-bottom: 0;
    }
    .subheader h1 {
        color: black;
        font-size: 48px !important;
    }
    .pagetools {
        display: none;
    }
    .pagetoolsmobile {
        display: none !important;
    }
    .footer {
        display: none;
    }
    .spages__header {
        display: none;
    }
    .spages__left {
        display: none;
    }
    .spages__right {
        width: 100%;
    }
    .attorney__item {
        float: none;
        display: block;
        page-break-inside: avoid;
    }
    .attorney__img img {
        display: block;
    }
    .attorney__card {
        display: none;
    }
    .attbio__left {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .attbio__left:before {
        display: none !important;
    }
    .attbio__right {
        width: 100%;
        float: none;
    }
    .attbio__img {
        display: none;
    }
    .attbio__left-section h3 {
        padding-left: 0 !important;
    }
    .attbio__left-section h3:before {
        display: none !important;
    }
    .attbio__header-img {
        width: 25%;
        display: block;
    }
    .attbio__header-left {
        float: none;
        width: 100%;
        display: block;
    }
    .attbio__header-right {
        float: none;
        width: 100%;
        display: block;
        padding-top: 15px;
    }
    .attbio__header-right ul {
        width: 55%;
        float: left;
        text-align: left;
        padding-left: 15px;
        box-sizing: border-box;
    }
    .attbio__header-right li {
        font-size: 20px !important;
    }
    .attbio__header-right a {
        font-size: 20px !important;
    }
    .attbio__header-right .socialmobile {
        display: none !important;
    }
    .attbio__social {
        display: none;
    }
    .attbio__tabs {
        display: none;
    }
    .attbio__content h3 {
        padding-left: 0 !important;
    }
    .attbio__content h3:before {
        display: none !important;
    }
    .newslist h3 {
        padding-left: 0 !important;
    }
    .newslist h3:before {
        display: none !important;
    }
    .newslist h2 a .fa {
        display: none !important;
    }
    .resourcefiles h3 {
        padding-left: 0 !important;
    }
    .resourcefiles h3:before {
        display: none !important;
    }
}
