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;
}

@font-face {
    font-family: 'icons';
    src: url('../icons/icons.eot?1');
    src: url('../icons/icons.eot?1#iefix') format('embedded-opentype'),
        url('../icons/icons.woff2?1') format('woff2'),
        url('../icons/icons.woff?1') format('woff'),
        url('../icons/icons.ttf?1') format('truetype');
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

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-weight: 300;
    font-family: 'canada-type-gibson', sans-serif;
}

img {
    max-width: 100%;
}

input,
select {
    vertical-align: middle;
}

@page {
    size: 8.5in 11in;
}

.print-only {
    display: block !important;
}

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

.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: 160px;
}

.c-header {
    display: block;
    margin-bottom: 0.5em;
    background-image: none !important;
}

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

.u-h1 {
    font-size: 2rem;
    font-weight: 400;
    font-family: 'lemonde-journal', sans-serif;
}

.u-h4 {
    font-size: 1.4rem;
    font-weight: 400;
    font-family: 'lemonde-journal', sans-serif;
}

.u-h5 {
    font-weight: 400;
    font-size: 1.4rem;
    font-family: 'lemonde-journal', sans-serif;
}

.u-rte > * {
    margin-bottom: 1rem;
}

.u-rte > *:last-child {
    margin-bottom: 0 !important;
}

.u-rte__intro {
    font-size: 1.143rem;
}

.u-rte ul,
.u-rte ol {
    margin-left: 15px;
}

.u-rte blockquote {
    font-size: 1.2rem;
    display: block;
    text-align: center;
    color: #176974;
    font-family: 'lemonde-journal', sans-serif;
}

.u-rte blockquote:before {
    display: inline-block;
    font-size: 2.3rem;
    line-height: 1.5;
    content: '\201C';
}

.u-rte blockquote p:nth-child(2) {
    font-size: 1.2rem;
    margin-top: 0.5rem;
    font-family: 'canada-type-gibson', sans-serif;
}

.print-prof-title {
    display: block;
}

.print-prof-subtitle {
    display: block;
}

.o-pagetop {
    margin-bottom: 30px;
}

.c-prof__header,
.c-prof__sidebar-image {
    background-image: none !important;
}

.c-prof__sidebar-image {
    display: block;
    width: 200px;
    margin-bottom: 20px;
}

.c-prof__sidebar-image img {
    display: block;
    width: 100%;
}

.c-card,
.c-profcard {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.c-card__name {
    display: block;
}

.c-card__img,
.c-profcard__figure {
    width: 220px;
    padding-right: 20px;
    display: table-cell;
    vertical-align: top;
}

.c-card__img-placeholder {
    display: block;
    background-image: none !important;
}

.c-card__img-placeholder img {
    display: block;
}

.c-card__img img,
.c-profcard__figure img {
    width: 100%;
    display: block;
}

.c-card__content,
.c-profcard__content {
    display: table-cell;
    vertical-align: top;
}

.c-card__list,
.c-profcard__list {
    list-style-type: none;
}

.c-card__social,
.c-profcard__social {
    display: none;
}

.c-prof__main {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}

.c-prof__main-left {
    flex: 0 0 220px;
    padding-right: 20px;
}

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

.c-sidebar__section:last-child {
    margin-bottom: 0;
}

.c-prof__contact-list {
    list-style-type: none;
    margin-top: 10px;
}

.c-prof__contact-list > li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.c-prof__main-top {
    margin-bottom: 20px;
}

.c-prof__contact-list > li.icon-phone:before {
    content: '\EA07';
    font-family: 'icons' !important;
    margin-right: 5px;
}

.c-prof__contact-list > li.icon-envelope:before {
    content: '\EA08';
    font-family: 'icons' !important;
    margin-right: 5px;
}

.c-prof__content-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid black;
}

.c-prof__content-title {
    margin-bottom: 10px;
    display: block;
}

.c-article__img {
    width: 200px;
    background-image: none !important;
}

.c-article__img img {
    width: 100%;
    display: block;
}

.o-page + .o-service__section {
    margin-top: 20px;
}

.o-prof__list-item + .o-prof__list-item,
.o-service__section + .o-service__section,
.o-offices__col + .o-offices__col {
    margin-top: 15px;
}

.o-service__section-header {
    margin-bottom: 10px;
}

.o-service__section-col + .o-service__section-col {
    margin-top: 10px;
}

.o-office__address {
    font-style: normal;
}

.u-weight-semi {
    font-weight: 500;
}
