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: 'bilo', Arial, sans-serif;
}

img {
    max-width: 100%;
}

input,
select {
    vertical-align: middle;
}

@page {
    size: 8.5in 11in;
}
.show-pdf,
.print-only {
    display: block !important;
}

.hidden-print,
.pdf-only,
.u-pdf-only,
.u-hide-print,
.accessibility,
.embed-video-container,
.c-page-actions,
.c-tools {
    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__logo {
    width: 200px;
    height: 52px;
    margin-bottom: 50px;
}
.headerLogo,
.o-tabs__mobile,
.o-tabs__list .o-tabs__btn,
.o-tabs__item,
.swiper.js-gallery-thumb.swiper-initialized.swiper-horizontal.swiper-watch-progress.swiper-backface-hidden.swiper-thumbs,
.c-gallery .swiper-button,
.o-bottom,
.c-footer__right,
.c-footer__right-cols,
.c-footer__social,
.c-footer__contact,
.c-footer__bottom li:not(:first-child),
.c-footer__logo,
.o-twocol__nav,
.c-downloads,
.c-sidebar,
.c-header__submenu-back,
.c-header__bottom,
.c-header__col-right {
    display: none !important;
}
.c-gallery__holder {
    max-width: 600px !important;
}
.o-tabs__list .o-tabs__btn.is-active,
.o-tabs__item.is-active {
    display: block !important;
}
.swiper-slide {
    margin-bottom: 20px;
}
.o-tabs__list li {
    list-style-type: none;
}
.o-tabs__list {
    background: transparent;
}
.o-tabs__list .o-tabs__btn.is-active {
    font-size: 18px;
    text-transform: uppercase;
}
.c-hero__title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.c-bighero__subtitle {
    font-size: 12px;
}
.newsevents_detail h2,
.o-news__intro,
.u-rte__intro {
    font-size: 16px;
    color: #cf4a1b !important;
    margin-bottom: 20px;
}
.o-pro__bg,
.c-hero {
    background: transparent !important;
}
.u-rte .number strong {
    display: block;
    color: #cf4a1b;
    font-size: 20px;
}
.u-rte .cols h3 {
    color: #cf4a1b;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 20px;
}

.u-rte.u-rte--office h3 {
    text-transform: uppercase;
    color: #cf4a1b;
}

.u-rte img.has-float {
    display: block;
    max-width: 470px;
    margin-bottom: 20px;
}

.number {
    margin-bottom: 20px;
}
.o-quotes-item__content,
.u-rte blockquote,
.u-rte blockquote p {
    font-size: 16px;
    color: #e35726 !important;
}
.o-quotes-item__content {
    margin-bottom: 10px;
}
.o-quotes-item__meta,
.u-rte blockquote q {
    color: #343a44 !important;
}
.u-rte blockquote q strong {
    font-weight: 400;
}

.u-rte blockquote q::before,
.u-rte blockquote q::after {
    display: none;
}
.u-rte ol li,
.u-rte ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.u-rte ol {
    counter-reset: li;
    margin-bottom: 20px;
}
.u-rte ul {
    margin-bottom: 20px;
}
.u-rte ol li {
    counter-increment: li;
}
.u-rte ul li::before {
    content: '•';
    color: #cf4a1b;
    display: block;
    position: absolute;
    font-size: 200%;
    line-height: 1;
    left: 0;
    top: -3px;
    transform: translate(0);
}
.u-rte ol li::before {
    content: counter(li) '.';
    color: #cf4a1b;
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    transform: translate(0);
}

.u-rte ul ul {
    margin-top: 5px;
    margin-left: 15px;
    list-style-type: circle;
}

.u-rte ul ul li {
    padding-left: 0;
}

.u-rte ul ul li:before {
    display: none;
}

.u-rte ul ul li::marker {
    color: #cf4a1b;
}

.figcaption {
    margin-bottom: 20px;
}
.c-footer {
    margin-top: 30px;
    border-top: 1px solid #cf4a1b;
    padding-top: 30px;
}
.c-footer__emergency {
    display: flex;
}
.c-footer__emergency li {
    padding: 0 15px !important;
    border-right: 1px solid #343a44;
    line-height: 1;
    list-style-type: none;
}
.c-footer__emergency li:first-child {
    padding-left: 0 !important;
}
.c-footer__emergency li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.u-grid {
    width: 100%;
    display: grid;
    grid-column-gap: 30px;
}
.u-grid[data-layout='commercial-managers'],
.u-grid[data-layout='key-personnel'],
.u-grid[data-layout='leadership'] {
    padding-top: 30px;
    padding-bottom: 80px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}
.c-leader__figure {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 16px;
}
.c-leader__figure img,
.c-leader__figure a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.c-contact__social li:nth-child(2) {
    display: none;
}
.c-contact__content li {
    list-style-type: none;
}
.o-pro__row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.o-pro__img {
    max-width: 210px;
    width: 100%;
}
.o-pro__info {
    max-width: 600px;
    width: 100%;
    padding-left: 15px;
}
.o-pro__name {
    font-size: 20px;
}
.pro-main .u-rte h4 {
    text-transform: uppercase !important;
}
.presslist {
    display: flex;
    margin: 0 -15px 60px;
    flex-wrap: wrap;
}
.presslist__item {
    max-width: 45%;
    margin: 0 15px;
    width: 100%;
    padding-top: 30px;
}
.presslist__item .project-img--news {
    padding-bottom: 80%;
    position: relative;
    margin-bottom: 20px;
}
.presslist__item .project-img img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#filter-records {
    display: none;
}
.c-projects__row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.c-projects__col {
    flex: 0 0 50%;
    padding: 30px 15px 0 15px;
}
.c-projects__eyebrow {
    display: block;
    text-transform: uppercase;
}
.c-projects__figure {
    margin-bottom: 8px;
    position: relative;
    display: block;
    padding-bottom: 100%;
}
.c-projects__figure img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#newssearch-form,
#projects-btn {
    display: none;
}
.project-detail-main .o-twocol__nav {
    display: block !important;
}
.u-rte h4,
.u-rte h3 {
    margin-bottom: 20px;
}
.c-bignews__title {
    font-size: 18px;
}
.c-bignews__figure {
    margin-bottom: 10px;
}
.o-news__grid {
    display: grid;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}
.o-news__col.is-full {
    grid-column: span 2;
}
.c-bignews__btn {
    display: none;
}
.c-news__figure {
    padding-bottom: 80%;
    position: relative;
    margin-bottom: 15px;
}
.c-news__figure img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    object-fit: cover;
}
.c-greyform {
    display: none;
}

.o-relations {
    margin-top: 30px;
}

.o-relations__title {
    font-size: 18px;
    margin-bottom: 20px;
}
.c-contact__social li:nth-child(2) {
    display: none;
}
.c-contact {
    display: flex;
    align-items: center;
}
.c-contact__figure {
    max-width: 170px;
    padding-right: 15px;
}
.c-service__bg {
    max-width: 600px;
    margin-bottom: 10px;
}
.c-service__title {
    font-size: 20px;
}
.o-services__list-col {
    margin-bottom: 35px !important;
}

.c-service__tags {
    display: none;
}
.c-service__bottom {
    margin-top: 20px;
}
.c-service__bottom-title {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.o-related__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.o-related__item {
    max-width: 45%;
    margin: 0 15px 30px;
}
.presslist {
    flex-wrap: wrap;
}
.presslist__item {
    max-width: 45%;
}
.presslist__item .project-img {
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 20px;
}
.sitepage__contact-title {
    font-size: 18px;
}
.sitepage__contact-person:last-child,
.sitepage__contact-person {
    margin-bottom: 20px !important;
}
.c-scrolltags__wrapper {
    display: none;
}
.u-grid[data-layout='3-cols'],
.u-grid[data-layout='4-cols'] {
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}
.c-resource__reveal {
    background: transparent;
    position: static;
}
.c-resource__top {
    position: relative;
    background: transparent !important;
}
.o-sections__item-title {
    font-size: 20px;
}
.c-resource__reveal-links {
    display: none;
}
.c-resource {
    display: flex;
    flex-direction: column;
}
.c-resource .print-only {
    order: 1;
}
.c-resource .c-resource__title {
    order: 2;
}
.c-resource__subtitle {
    order: 3;
}
.c-resource .c-resource__top {
    order: 4;
    margin-top: 20px;
}
.o-sections__item {
    padding: 20px 0;
    border-top: 1px solid #e35726;
}
.o-sections__item-description {
    margin-bottom: 20px;
}
.c-resource__bottom {
    order: 2;
}
.u-rte.has-mb {
    margin-bottom: 20px;
}
.c-projects__title {
    font-size: 18px;
    color: #cf4a1b;
}
.detail-title {
    color: #cf4a1b;
    font-size: 20px;
    margin-bottom: 20px;
}
.detail-sub-title {
    font-size: 18px;
    margin-bottom: 20px;
}
.presslist__date + div {
    margin-bottom: 20px;
}
.sitepage__nav.crosslinks__nav {
    margin-bottom: 20px;
}
.o-relations__row {
    padding-bottom: 20px !important;
}
.key-contact {
    padding-bottom: 20px;
}

.c-tagline {
    margin-bottom: 35px;
}

.c-resource__title {
    color: #cf4a1b;
    font-size: 16px;
}
.c-resource__reveal-text ul {
    margin-left: 15px;
    list-style-type: disc;
}
.c-resource__contact {
    list-style-type: none;
}
.o-contact__tags {
    display: none;
}
.o-contact__intro {
    margin-bottom: 35px;
}
.o-contact__region-title {
    font-size: 16px;
}
.o-contact__region-item h4 {
    text-transform: uppercase;
}
.o-contact__region-item h3 {
    font-size: 16px;
    color: #cf4a1b;
}
.o-contact__region-col {
    margin-bottom: 20px;
}
.o-contact__region {
    padding-bottom: 20px;
    border-bottom: 1px solid #e35726;
    margin-bottom: 20px;
}
#asia.o-contact__region {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.o-quotes-item__img {
    max-width: 100px;
    margin-right: 20px;
}
.o-quotes-item__row {
    display: flex;
    align-items: center;
}
h3 {
    font-size: 16px !important;
}
.o-twocol__right-section {
    margin-bottom: 20px;
}
.presslist__date {
    margin-bottom: 20px;
    display: block;
}
.presslist__date + img {
    margin-bottom: 20px;
    display: block;
}
.o-related__title {
    margin-top: 20px;
    margin-bottom: 10px;
}
.o-related__item-img {
    position: relative;
    padding-bottom: 80%;
}
.o-related__item {
    width: 100%;
}
.o-related__item-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    object-fit: cover;
    display: block;
}

.o-twocol__right {
    margin-top: 40px;
}

.o-twocol__image-right {
    margin-bottom: 20px;
}

.o-twocol__image-right img {
    width: 100%;
    max-width: 470px;
    display: block;
}

.c-address {
    margin-top: 40px;
}

.c-address__title {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.o-markets__list-col {
    margin-bottom: 35px;
}

.c-market__title {
    display: block;
    font-size: 20px;
}

.c-market__bg {
    max-width: 400px;
    margin-bottom: 10px;
    background-image: none !important;
}
