html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    outline: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

a {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
    background: transparent;
    vertical-align: baseline;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

body {
    color: black;
    font-size: 14px;
    line-height: 1.4;
    background: white;
    margin: 0 0 25mm 0;
    font-family: 'Libre Franklin', Arial, sans-serif;
}

img {
    max-width: 100%;
}

input,
select {
    vertical-align: middle;
}

@page {
    size: 8.5in 11in;
}

.show-pdf,
.print-only,
.u-show-pdf {
    display: block !important;
}

.hidden-print,
.pdf-only,
.u-pdf-only,
.u-hide-print,
.accessibility,
.embed-video-container,
.c-page-actions,
.u-none {
    display: none !important;
}

.u-show-print {
    display: block;
}

.o-main {
    page-break-after: avoid;
    page-break-before: avoid;
}

.header-print {
    border-bottom: 1px solid #c1bfbf;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.header-print img {
    width: 100%;
    display: block;
    max-width: 200px;
}

.c-footer {
    border-top: 1px solid #c1bfbf;
    margin-top: 30px;
    padding-top: 30px;
    font-size: 12px;
}

.c-hero__title {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.c-hero__subtitle {
    font-weight: normal;
}

.c-hero__img {
    display: none;
}

.c-hero__info__inner {
    margin-bottom: 20px;
}

.opening-sentence {
    font-size: 20px;
}

.o-static.js-full-height {
    min-height: 1px !important;
}

.o-article ul,
.o-article ol {
    margin-left: 16px;
}

.o-article ul {
    list-style-type: disc;
}

.o-article ol {
    list-style-type: decimal;
}

.o-article h3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.o-article h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.o-article .numbers > br {
    display: none;
}

.o-article .number {
    display: block;
    margin-bottom: 1em;
}

.o-article .number .number-large {
    display: block;
    font-size: 20px;
}

.o-article .number + .number {
    margin-top: 5px;
}

.o-article .highlight-quote {
    display: block;
    padding-left: 10px;
}

.o-article blockquote {
    color: #001d4c;
    font-weight: 600;
    padding-left: 20px;
    border-left: 2px solid #0372c5;
    margin: 30px 0 40px 20px;
}

.o-article .quote-text {
    font-size: 20px;
    line-height: 1.5;
}

.o-article .quote-text:before,
.o-article .quote-text:after {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    transform: scale(1.8);
}

.o-article .quote-text:before {
    content: open-quote;
    margin-right: 0.3em;
}

.o-article .quote-text:after {
    content: close-quote;
    margin-left: 0.3em;
}

.o-team-member .name {
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.o-team-member .designation {
    text-transform: uppercase;
}

.o-team-member-outer + .o-team-member-outer {
    margin-top: 15px;
}

.u-pdf-uppercase {
    text-transform: uppercase;
}

.pdf-prof {
    width: 100%;
    display: table;
    table-layout: fixed;
    padding-bottom: 20px;
}

.pdf-prof-figure {
    width: 220px;
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
}

.pdf-prof-figure img {
    width: 100%;
    display: block;
}

.pdf-prof-content {
    display: table-cell;
    vertical-align: top;
}

.pdf-prof-title {
    display: block;
    font-weight: bold;
    font-size: 26px;
}

.pdf-prof-position {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

.pdf-prof-contacts {
    font-size: 14px;
    list-style-type: none;
}

.pdf-prof-contacts + .pdf-prof-contacts {
    margin-top: 10px;
}

.u-tab-title-print {
    display: block;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.o-tabs__content {
    display: none;
}

.o-tabs__content.is-active {
    display: block;
}

.c-newslist__date,
.c-newslist__title {
    display: block;
}

.c-newslist__title {
    font-size: 16px;
}

.c-newslist__item + .c-newslist__item {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid lightgray;
}

.o-results__table-row + .o-results__table-row {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid lightgray;
}

.o-results__table-mobile-header:after {
    content: ':';
}

.c-hero__subtitle-lower {
    font-size: 24px;
    display: block;
    padding-bottom: 20px;
}

.o-case__tab-title {
    display: block;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 18px;
}

.c-seeklead {
    display: block;
    padding-bottom: 1em;
    color: #c11638;
}

.o-case__table .o-case__table-mobile-title {
    display: none !important;
}

.o-case__descriptions {
    padding-top: 15px;
}

.o-team-member-outer::after {
    content: ' ';
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.o-team {
    display: flex;
    flex-wrap: wrap;
}

.o-team-head {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
}

.o-team__img {
    flex: 0 0 115px;
    padding-right: 15px;
}

.o-team__img img {
    width: 100%;
    display: block;
}

.o-team-member-outer {
    width: 50%;
    page-break-inside: avoid;
}

.o-team__print-links {
    padding-top: 5px;
    list-style-type: none;
}

.o-news-article {
    display: flex;
}
.o-news-article__img {
    max-width: 50%;
    width: 100%;
    padding-right: 20px;
}
.o-news-article__img img {
    width: 100%;
}
.o-news-article__info {
    max-width: 50%;
    width: 100%;
}
.o-news-article__info ul {
    margin: 0;
    padding: 0;
}
.o-news-article__info li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.o-news-list__title {
    font-size: 18px;
    display: block;
}

.o-news-list {
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
}

.o-news-list:last-child {
    border-bottom: none;
}

.c-newsheader__related {
    margin-bottom: 20px;
}
.o-spotlight__title,
.c-hero__newstitle,
.o-sidebar__title {
    font-size: 18px;
}
.o-spotlight__title {
    text-transform: uppercase;
}
.c-newsheader__authors li {
    display: inline-block;
}
.c-newsheader {
    padding-bottom: 20px;
}
.c-hero__subtitle-lower {
    margin-bottom: 10px;
}
.c-team__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c-team__item {
    display: flex;
    max-width: 50%;
    width: 100%;
    margin-bottom: 20px;
}
.c-team__img {
    max-width: 100px;
    width: 100%;
    margin-right: 15px;
}
.o-sidebar__title {
    margin-bottom: 10px;
}
.o-offices__item {
    display: flex;
    margin-bottom: 20px;
}
.o-offices__location {
    max-width: 200px;
    background: transparent;
    margin-right: 20px;
}
.o-offices__right ul {
    list-style-type: none;
}
.o-subscribe {
    display: none;
}
.o-offices__descp {
    padding: 15px 0;
    border-top: 1px solid #c6c6c6;
}
.o-faqs {
    padding: 15px 0;
    border-top: 1px solid #c6c6c6;
}
.o-article__h3 {
    padding-bottom: 0;
    margin-bottom: 5px;
}
.o-article__section {
    margin-bottom: 25px;
}
.professional_detail .o-article.mb-large {
    margin-bottom: 25px;
}
#experience .o-article strong {
    display: block;
}
.o-article ul li,
#experience .o-article strong {
    margin-bottom: 10px;
}
.o-article ul {
    margin-bottom: 20px;
}

.o-case__table td.is-left,
.o-results__table-mobile-header {
    font-weight: 700;
    padding-right: 0.1em;
}

#c-cookies,
.grecaptcha-badge {
    display: none !important;
}

.o-static__col-right {
    padding-top: 20px;
}

.o-static__section:first-child {
    padding-top: 0;
}

.o-static__section {
    padding-top: 20px;
}

.o-sidebar-newslist__title {
    font-weight: 700;
}
.o-sidebar-newslist__item {
    margin-bottom: 30px;
}
.o-faqs__detail ul {
    padding-left: 10px;
}
.o-faqs__detail ul li {
    position: relative;
    margin-bottom: 10px;
    list-style-type: disc;
}
.o-faqs__detail strong,
.o-faqs__title strong {
    margin-right: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.o-faqs__title,
.o-faqs__detail {
    padding-left: 26px;
    position: relative;
}
.o-faqs__title {
    margin-bottom: 5px;
}
.c-team__name {
    font-size: 16px;
    font-weight: 700;
}
.c-team__position {
    text-transform: uppercase;
}
.o-spotlight__btn {
    display: none;
}
.o-offices__details li.has-location {
    font-size: 22px;
}
.o-news-article__title {
    font-size: 18px;
    font-weight: 700;
}

.c-accordion-btn {
    display: block;
    padding: 0;
    margin: 0 0 10px 0;
    color: black;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}

.c-boxes__col {
    display: block;
    margin-bottom: 1em;
}

.c-boxes__item-inner.js-box-inner {
    transform: none !important;
}

.info-icon {
    display: none;
}

.o-results__btn-form {
    display: none;
}
