.slick-slider {
position: relative;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after {
display: table;
content: "";
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir="rtl"] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}  html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html,
body,
main {
height: calc(100% - 95px);
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 0.8rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
font-size: 0.8rem;
line-height: 1.9;
}
dfn,
cite,
em,
i {
font-style: italic;
}
cite {
font-style: normal;
margin-left: 1rem;
}
@media screen and (min-width: 765px) {
cite {
margin-left: 1.5rem;
}
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff;
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
color: #222;
font-weight: 300;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: none;
border-color: #ccc #ccc #bbb;
border-radius: 0;
background: none;
box-shadow: none;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.site-header input[type="submit"] {
display: none;
}
input[type="search"]::placeholder {
font-weight: 200;
text-transform: uppercase;
letter-spacing: 1px;
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-size: 0.76rem;
}
input[type="search"]::placeholder {
font-weight: 200;
text-transform: uppercase;
letter-spacing: 1px;
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-size: 0.75rem;
}
input[type="search"]::-webkit-input-placeholder {
font-weight: 200;
text-transform: uppercase;
letter-spacing: 1px;
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-size: 0.76rem;
}
input[type="search"]::-moz-placeholder {
font-weight: 200;
text-transform: uppercase;
letter-spacing: 1px;
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-size: 0.75rem;
}
input[type="search"]:-ms-input-placeholder {
font-weight: 200;
text-transform: uppercase;
letter-spacing: 1px;
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-size: 0.75rem;
}
input[type="search"]:-moz-placeholder {
font-weight: 200;
text-transform: uppercase;
letter-spacing: 1px;
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-size: 0.75rem;
}
input[type="search"]::-ms-input-placeholder {
font-weight: 200;
text-transform: uppercase;
letter-spacing: 1px;
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-size: 0.75rem;
}
input::-ms-input-placeholder {
font-weight: 200;
text-transform: uppercase;
letter-spacing: 1px;
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-size: 0.75rem;
} form.search-form {
float: left;
margin-left: 6rem;
padding-top: 2px;
width: 100px;
}
@media all and (max-width: 1100px) and (min-width: 765px) {
form.search-form {
margin-left: 5%;
}
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #797a6a;
border: none;
border-radius: 0;
}
select {
border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
padding: 3px;
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
textarea {
padding-left: 3px;
width: 100%;
}  a,
a:visited {
color: #797a6a;
}
a:hover,
a:focus,
a:active {
color: #003851;
}
a:focus,
a:hover,
a:active {
outline: 0;
} .page ul {
list-style: none;
}
img {
max-width: 100%;
}
.site-main {
margin: 85px 0 0; }
@media all and (min-width: 765px) {
.site-main {
margin: 95px 0 0;
}
.page-template-default .site-main {
padding-bottom: 3em;
}
.page-id-5144 .site-main,
.page-id-1139 .site-main {
padding-bottom: 0px;
}
}
@media screen and (min-width: 1100px) {
.page-template-people_single-php .grid.site-main {
margin-top: 115px;
}
}
.page-template-people_single-php ul {
margin: 0;
padding: 0;
}
.page-template-staff #content,
.page-template-people_single-php #content {
min-height: calc(100vh - 40px);
}
.col-1 { min-width: 280px;     }
.col-2 {    margin-bottom: 3rem; vertical-align: top;
}
.page-template-projects_list .col-2 {
margin-top: -3px;
}
@media all and (max-width: 765px) {
.page-template-projects_list .col-2 {
margin-top: 1rem;
}
}
.search .col-2,
.page-template-default .col-2 { max-width: 900px;
}
@media all and (max-width: 1100px) {
.col-1 {
width: auto;
min-width: auto;
}
.page-template-default .col-2 {
margin-left: 0;
width: 100%;
}
}
@media all and (max-width: 765px) {
.col-2 {
margin-left: 0;
}
.col-2,
.col-1 {
width: 100%;
float: none;
margin: 0;
position: relative;
}
.search .col-2 {
width: 100%;
}
}
@media all and (min-width: 1100px) {
.search .col-1,
.page-template-people_single .col-1,
.page-template-associates .col-1,
.page-template-people .col-1,
.page-template-office .col-1,
.page-template-staff .col-1 {
position: fixed;
}
}
@media all and (max-width: 765px) {
.search .col-1,
.page-template-people_single .col-1,
.page-template-associates .col-1,
.page-template-people .col-1,
.page-template-office .col-1,
.page-template-staff .col-1 {
position: relative;
margin-bottom: 1rem;
}
}
@media all and (min-width: 1100px) {
.search .col-2,
.page-template-people_single .col-2,
.page-template-associates .col-2,
.page-template-people .col-2,
.page-template-office .col-2,
.page-template-staff .col-2 {
margin: 0 0 3.25rem 300px; }
}
.page-template-people-sub .col-2 {
margin-top: -0.4rem;
width: 50%; }
.search .col-2 {
margin-top: -1px;
}
@media all and (max-width: 1100px) {
.search .col-2,
.page-template-people-sub .col-2,
.page-template-people_single .col-2,
.page-template-associates .col-2,
.page-template-people .col-2,
.page-template-office .col-2,
.page-template-staff .col-2 {
margin: 1rem 0 4rem;
width: 100%;
}
} .home h1 {
margin: 0;
}
.site-title {
position: relative;
}
.site-title a {
position: absolute;
height: 100%;
width: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99;
}
.site-title svg {
max-width: 100%;
height: 62.7031px;
transition: opacity 0.25s ease;
cursor: pointer;
}  .site-title:hover svg {
opacity: 0.8;
}
@media all and (min-width: 765px) {
.home .site-title svg { }
}
svg.subtitle {
display: none;
}
.site-title {
max-width: 12.06rem;
} .site-title a {
display: block;
}
.site-header {
background: white;
padding: 0.3rem 0 0 0; position: fixed;
width: 100%;
z-index: 9999;
height: 95px;
overflow: scroll;
-webkit-transition: height 0.25s ease;
-moz-transition: height 0.25s ease;
-ms-transition: height 0.25s ease;
-o-transition: height 0.25s ease;
transition: height 0.25s ease;
}
@media screen and (min-width: 765px) {
.site-header {
overflow: hidden;
}
}
.site-branding {
margin: 1.35rem 0.8rem 0.65rem 1rem;
display: inline-block;
height: 48px;
}
@media screen and (min-width: 765px) and (max-width: 1100px) {
.site-branding {
margin: 1em 1rem 1.5em;
height: 80px;
}
}
@media screen and (min-width: 1100px) {
.site-branding {
margin: 1em 5vw 1.5em 1.25rem;
}
}
@media all and (min-width: 765px) {
.site-header.enlarged {
height: 280px;
-webkit-transition: height 0.25s 0.25s ease;
-moz-transition: height 0.25s 0.25s ease;
-ms-transition: height 0.25s 0.25s ease;
-o-transition: height 0.25s 0.25s ease;
transition: height 0.25s 0.25s ease;
}
.home .site-header.enlarged { }
}
@media all and (max-width: 765px) {
.site-header {
height: auto;
}
.site-title {
margin: 0;
height: auto;
}
.site-title svg {
height: 40px;
}
} footer.site-footer {
background: white;
height: 2.5rem;
text-transform: uppercase;
font-weight: 100;
font-size: 0.7rem;
padding: 0 1.25rem;
position: relative;
}
.page-template-people-sub footer.site-footer,
.search footer.site-footer,
.page-template-default footer.site-footer,  .page-template-projects_list footer.site-footer,
.home footer.site-footer,
.page-id-11 footer.site-footer,
.page-id-743 footer.site-footer {  }
.page-template-staff footer.site-footer,
.page-template-people_single footer.site-footer {
position: relative;
}
.site-info {
display: block;
height: 100%;
padding-top: 1em;
}
span.asw-details {
display: flex;
flex-direction: row;
align-items: center;
padding-left: 0;
}
@media screen and (min-width: 565px) {
.site-info {
display: flex;
justify-content: flex-start;
align-items: center;
height: 100%;
padding-top: 0;
}
span.asw-details {
padding-left: 1em;
}
}
.site-info-mobile {
display: none;
font-size: 0.9rem;
padding: 0.5rem 0;
}
.site-info-mobile span {
color: #797a6a;
}
@media all and (max-width: 765px) {
.site-info { }
.site-info-mobile { }
}
span.asw-info { color: #797a6a;
}
@media screen and (min-width: 765px) {
span.asw-details {
margin-left: 0.5rem;
}
}
span.asw-details a {
text-decoration: none;
color: #797a6a;
}
span.asw-details .sep {
padding: 0 0.5rem;
}
.footer-name {
font-weight: 300;
}
.footer-name span {
color: #797a6a;
}
span.social {
display: block;
float: right;
padding-left: 1em;
margin-top: 0;
}
@media screen and (min-width: 565px) {
span.social {
display: flex;
padding-left: 1rem;
flex-direction: row;
align-items: baseline;
}
} .social a {
display: inline-block;
}
@media screen and (min-width: 765px) {
.social a {
float: right;
}
}
span.social svg {
height: auto;
color: #797a6a;
fill: #a2a38d;
}
span.social #twitter-link svg {
width: 1.7rem;
}
span.social #linkedin-link svg {
width: 1.8rem;
}
span.social #instagram-link svg {
width: 1.7rem;
}
span.social a:hover {
opacity: 0.65;
}
@media all and (max-width: 1200px) {
footer.site-footer {
height: 2.75rem;
}
span.asw-info {
float: none;
width: 100%;
display: block;
}
footer.site-footer {
padding: 0 0.75rem;
}
}
@media all and (max-width: 765px) {
footer.site-footer {
height: 3.75em;
} } .main-navigation {
display: inline-block;
vertical-align: top; margin-top: 50px;
width: 732px; }
@media print {
.main-navigation {
display: none;
}
.site-footer {
display: none;
}
}
.page-id-488 a.office-link,
.page-id-487 a.staff-link,
.page-id-485 a.leadership-link,
.page-id-486 a.associates-link,
.page-id-855 a.consultants-link,
.page-id-855 a.emeritus-link,
.people-sidebar a.current {
color: #003851;
}
@media all and (max-width: 1100px) {
.main-navigation {
width: 65%;
}
}
@media all and (min-width: 765px) and (max-width: 900px) {
.main-navigation {
width: 60%;
}
}
@media all and (max-width: 765px) {
.main-navigation {
width: 100%;
margin: 0 !important;
background: white;
}
form.search-form {
display: none;
}
}
@media all and (min-width: 901px) and (max-width: 1030px) {
.main-navigation {
width: 500px;
}
} .home .main-navigation { }
.main-navigation ul { list-style: none;
margin: 0;
padding-left: 0;
position: relative;
}
.main-navigation li {
position: relative;
float: left;
margin: 0 0 0 6rem; } @media all and (max-width: 765px) {
.main-navigation li.menu-item-has-children { padding: 0 0 0.25rem;
}
}
.main-navigation a {
display: block;
text-decoration: none;
font-weight: 300;
text-transform: uppercase; font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-size: 0.75rem;
padding: 0.35rem 0; color: #797a6a;
}
.main-navigation .sub-menu a {
text-transform: none; font-size: 0.74rem; }
@media screen and (min-width: 765px) {
.main-navigation .sub-menu a {
opacity: 0;
transition: opacity 0.15s ease-in-out;
}
.enlarged .main-navigation .sub-menu a {
opacity: 1;
transition: opacity 0.25s 0.3s ease-in-out;
}
}
.main-navigation .sub-menu a:visited {
color: #797a6a;
}
@media all and (max-width: 1100px) and (min-width: 765px) {
.main-navigation li {
margin: 0 0 0 5%;
}
.main-navigation li.menu-item-has-children:first-child {
margin-left: 5%;
}
}
.main-navigation a:hover {
color: #003851 !important;
}
.main-navigation a:visited {
color: #797a6a;
}
.main-navigation ul ul {  float: left;
position: absolute;
top: 1.6rem;  z-index: 99999;
line-height: 1; }
.main-navigation ul ul li {
margin: 0;
width: 100px;
}
@media all and (max-width: 1100px) and (min-width: 765px) {
.main-navigation ul ul {
margin: 0 0 0 4%;
}
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: auto;
margin-left: 0;
}
@media screen and (min-width: 765px) {
.main-navigation ul ul a {
pointer-events: none;
}
.enlarged .main-navigation ul ul a {
pointer-events: auto;
}
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-menu-ancestor > .sub-menu .current-menu-item a {
color: #164060;
font-weight: 400;
} button.menu-toggle {
position: absolute;
top: 2.125rem;
right: 1.5rem;
padding: 0 0.9rem;
height: 3rem;
width: 1.8rem;
margin: 0 0 -3rem auto;
z-index: 999;
border: none;
box-shadow: none !important;
}
.menu-toggle div {
position: absolute;
height: 6px; background: #003851;
margin: 0 auto;
left: 0;
right: 0;
-webkit-transition: opacity 0.25s ease;
-moz-transition: opacity 0.25s ease;
-ms-transition: opacity 0.25s ease;
-o-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.toggled .menu-toggle div { opacity: 0.8;
}
.menu-toggle div.top {
top: 3px;
}
.menu-toggle div.middle {
top: 13px;
}
.menu-toggle div.bottom {
top: 23px;
}
.menu-toggle .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.main-navigation.toggled ul { max-height: 30rem;
transition: max-height 0.5s;
}
@media screen and (max-width: 765px) {
.main-navigation.toggled {
min-height: 200vh;
}
.toggled .menu-nested-pages-container {
height: 100vh;
overflow: scroll;
}
}
.main-navigation ul {
transition: max-height 0.25s; }
@media screen and (min-width: 765px) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
@media screen and (max-width: 765px) {
.site-header,
.home .site-header { overflow: visible;
}
.main-navigation {
display: block;
}
.main-navigation.toggled {  }
.main-navigation ul {
float: none;
max-height: 0;
overflow: hidden;
padding-bottom: 0;
transition: max-height 0.5s;
background: white;
}
.main-navigation li {
display: block;
float: none;
width: 100%;
margin: 0 0 0 1.25rem;
}
.main-navigation ul ul {
position: relative;
float: none;
top: auto;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.blog .posts-navigation {
margin: 0 0 1.5em;
overflow: hidden;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 300;
-webkit-font-smoothing: antialiased;
color: #000;
padding: 1em 1.5em;
padding: 1em 1rem;
}
@media screen and (min-width: 765px) {
.blog .posts-navigation {
padding: 1em 1.5em;
}
}
.single .site-main .post-navigation {
padding: 0;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}  .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
} .site-content { }
@media all and (max-width: 1100px) {
.site-content { }
}
.home .site-content { }
a {
text-decoration: none;
} .carousel-homepage {
position: absolute;
top: 124px;
bottom: 40px;
right: 0;
left: 0;
display: none;
}
@media all and (max-width: 765px) {
.carousel-homepage {
top: 81px;
bottom: 0;
}
}
.carousel-homepage.slick-initialized {
display: block;
}
.slick-list,
.slick-track {
height: 100%;
} .carousel-homepage a {
color: white;
}
.carousel-homepage h3 {
font-weight: 700;  font-size: 3.2rem;
margin: 0;
}
.carousel-content {  height: 100%;
width: 100%; }
.homepage-title {
text-transform: uppercase;
font-size: 1rem;
font-weight: 500;
margin: 0 0 0 0.25rem;
-webkit-font-smoothing: antialiased;
}
@media all and (max-width: 765px) {
p.homepage-title {
margin: 0.5rem 5% 0 0;
line-height: 1.25;
font-size: 0.8rem; }
.carousel-homepage h3 {
margin-top: 20%;
font-size: 1.6rem;
line-height: 1.1;
}
}
.homepage-title span {
font-weight: 100;
}
.carousel-content .image-holder {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.carousel-content img {
height: 100%;
width: 100%;
object-fit: cover;
font-family: "object-fit: cover;";
}
.slide-text {
margin: 10% 0 0 5%;
display: none;
}
.slick-initialized .slide-text {
display: block;
}
ul.slick-dots {
text-align: center;
width: 100%;
position: absolute;
bottom: 2rem;
margin: 0;
padding: 0;
}
@media screen and (min-width: 765px) {
ul.slick-dots {
bottom: 2rem;
}
}
ul.slick-dots li {
display: inline-block;
height: 8px;
width: 8px;
margin: 0.5rem;
}
ul.slick-dots li button {
border-radius: 100%;
background-color: rgba(255, 255, 255, 0.6);
text-shadow: none;
height: 100%;
width: 100%;
overflow: hidden;
text-indent: -50vw;
padding: 0;
}
ul.slick-dots li.slick-active button {
background-color: rgba(255, 255, 255, 1);
}
.view-link {
margin-bottom: 1.8rem;
}
.page-template-people-sub h1,
.search h2 a, .page-template-default h2,
.search h1,
a.projects-link {
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-size: 0.75rem;
}
.page-template-default .site-content h1 {
font-weight: 200;
color: #164060;
font-size: 1.7rem;
margin: 0.5rem 0 0.5rem 1rem;
}
.page-template-default h2 {
margin: 1.5rem 0 0.5rem 1rem;
}
.page-template-default .blog-grid h2 {
margin-left: 0;
}
.wp-block-separator {
border-top: 0;
border-bottom: 0;
width: 100%;
max-width: 715px;
text-align: left;
margin: 1.5em 0 1.5em 1.5em;
}
@media screen and (min-width: 765px) {
.page-template-default .site-content h1 {
margin: 0.5rem 0 0.5rem 1.5rem;
font-size: 1.7rem;
}
.page-template-default h2 {
margin: 1.5rem 0 0.5rem 1.5rem;
}
}
.page-template-default .site-content .wp-block-image {
max-width: calc(750px + 1.5rem);
}
body:not(.home).page-template-default .site-content p {
margin: 0.5rem 1rem;
max-width: 840px;
}
@media screen and (min-width: 765px) {
body:not(.home).page-template-default .site-content p {
margin: 0.5rem 1.5rem;
}
}
.page-template-default .site-content h2 + p,
body:not(.home).page-template-default .site-content p:first-of-type {
margin: 0 0 0.5rem 1rem; }
@media screen and (min-width: 765px) {
.page-template-default .site-content h2 + p,
body:not(.home).page-template-default .site-content p:first-of-type {
margin: 0 1.5rem 0.5rem;
}
}
.wp-block-quote {
background: #164060;
margin: 2rem 0;
padding: calc(2.5rem + 2vh) 0;
color: #e8e6e6;
}
.hero-wrapper .wp-block-quote {
color: #164060;
background-color: transparent;
max-width: 450px;
padding: 1.5rem 0;
}
@media screen and (min-width: 765px) {
.hero-wrapper .wp-block-quote {
padding: calc(2.5rem + 2vh) 0;
position: absolute;
top: 3rem;
right: 0;
bottom: 0;
left: 0;
}
}
.hero-wrapper .wp-block-quote cite:before {
background-color: #003851;
}
.wp-block-quote cite {
margin-top: 3rem;
display: block;
position: relative;
}
.wp-block-quote cite:before {
content: "";
position: absolute;
top: -1.7rem;
right: auto;
bottom: auto;
left: 0;
width: 1.5rem;
height: 1px;
background-color: white;
}
.wp-block-columns {
margin-bottom: 1.5rem;
}
.wp-block-columns.wide-width {
max-width: 1200px;
}
.wp-block-columns.wide-width + .wp-block-buttons { margin-top: 0;
}
.wp-block-columns p { }
body:not(.home).page-template-default .wp-block-columns .wp-block-column:first-of-type p {
margin-right: 0px;
}
@media screen and (min-width: 765px) {
body:not(.home).page-template-default .wp-block-columns .wp-block-column:not(:first-of-type) p {  margin-left: 0px;
}
}
.wp-block-columns {
max-width: 750px;
}
.wp-block-columns ul { margin: 0;
padding-left: 1.5rem;
}
.wp-block-columns p + ul { }
.wp-block-quote p {
font-size: 1.3rem;
font-weight: 200;
line-height: 1.6;
}
@media screen and (min-width: 765px) {
.wp-block-quote p { }
}
.page-template-default .wp-block-quote p {
max-width: 1000px;
}
body:not(.home).page-template-default .site-content ul {
line-height: 2;
margin: 0 0 0 1rem;
padding: 0;
max-width: 750px;
}
@media screen and (min-width: 765px) {
body:not(.home).page-template-default .site-content ul {
margin: 0 0 0 1.5rem;
}
}
.page-template-default strong {
font-weight: 500;
}
.page-template-default.page-id-967 .site-content ul li {
margin-bottom: 0.5rem;
}
a.projects-link {
font-weight: 200;
}
.page-template-people-sub h2 {
font-weight: 300;
}
.search h2 {
margin-top: 0.2rem;
}
.search h1 span {
font-weight: 200;
}
.page-template-projects_list a.projects-link.list {
color: #003851;
}
.page-template-projects_landing a.projects-link.thumb {
color: #003851;
}
.page-id-967 .hero-wrapper .image-holder img { object-position: center 25%;
}
.divider {
color: #797a6a;
margin: 0 0.25rem;
font-weight: 100;
font-size: 0.75rem;
} .grid {
clear: both;  display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
width: 100vw;
}
.page-template-projects_landing .grid {
margin: 0 auto;
width: 98vw;
}
.page-template-people .grid { padding: 2rem 0;
}
.page-template-people .grid h2 {
width: 100%;
font-weight: 200;
margin-top: calc(3rem + 2vh);
font-size: 1.45rem;
color: #003851;
margin-left: 1.25rem;
}
.page-template-people .grid h2:first-of-type {
margin-top: 0;
}
.page-template-people .grid h3 {
text-transform: uppercase;
color: black;
font-weight: 300;
font-size: 0.7rem;
line-height: 1.3;
margin: 0.75rem;
}
.page-template-associates .grid img,
.page-template-people .grid img { }
.page-template-associates .grid img,
.page-template-people .grid img,
.page-template-projects_landing .grid img {
display: block;
}
.grid::after {
content: "";
display: inline-block;
width: 100%;
}
.grid-item {
width: 24.5%;
margin-bottom: 2px;   position: relative;
overflow: hidden;
}
.page-template-projects_landing .grid-item {
background-color: rgb(216 214 212 / 90%);
}
.grid-item .image-holder {
padding-top: 68%;
overflow: hidden; position: relative;
}
.grid-item.parent-5221 .image-holder {
padding-top: 154%;
}
.grid-item .image-holder img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
object-fit: cover;
font-family: "object-fit: cover;";
width: 100%;
height: 100%;
}
.grid-item {
width: 100%;
}
@media all and (min-width: 765px) {
.grid-item {
width: calc(50% - 1px);
}
}
@media all and (min-width: 1000px) {
.page-template-projects_landing .grid-item {
width: calc(33.333% - 13px);
}
.grid-item {
width: calc(33.333% - 1px);
}
.grid-item.parent-5221 {
width: calc(16.665% - 1px);
}
}
.page-template-projects_landing .grid-item {
margin-bottom: 23px;
}
.page-template-people .grid-item {
margin-bottom: 8px;
}
.grid-item p {
position: absolute;
bottom: 0;
margin: 0;
padding: 0.8rem;
height: 55px;
width: 100%; background-color: rgb(216 214 212 / 90%);
text-transform: uppercase;
color: black;
font-weight: 300;
font-size: 0.7rem;
line-height: 1.3;
transition: all 0.35s ease-in-out;
} .grid .grid-item:before {
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
}
.grid:hover .grid-item:before,
.grid.active .person-image:before {
opacity: 0.7;
}
.grid .grid-item:before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #023851;
z-index: 99;
opacity: 0;
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
display: none;
}
.grid:hover .grid-item:hover:before,
.grid.active .person-image.active:before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #023851;
opacity: 0;
z-index: 99;
} .grid-item:hover p { transform: translateY(100%);
} .full-list {
margin: 2rem 1.25rem 3rem;
}
.arch-list ul,
.full-list ul,
ul.project-list {
list-style-type: none;
font-size: 0.8rem;
line-height: 1.9;
margin: 0;
padding: 0;
font-weight: 100;
}
.full-list ul {
margin: 0 0 0.3rem 0.7rem;
max-height: 0;
overflow: hidden;
transition: max-height 0.5s;
}
.full-list ul li ul {
max-height: 4000rem;
margin-bottom: 0;
}
.full-list ul.revealed {
max-height: 2000rem;
transition: max-height 3s;
}
.full-list li {
color: #797a6a;
font-weight: 300;
}
.full-list li strong {
font-weight: 300;
}
.full-list h2 {
cursor: pointer;
font-weight: 400;
margin: 0;
text-transform: uppercase;
font-size: 0.8rem;
}
.full-list a {
color: #023851;
}
.full-list h2.openedText:before {
content: "-";
}
.full-list h2:before {
content: "+";
display: inline-block;
padding-right: 0.25rem;
}
.page-template-full_list .col-2,
.page-template-projects_list .col-2 {
width: auto;
}
@media all and (max-width: 892px) { .page-template-full_list .col-2 {
margin-top: 1rem;
}
}
@media all and (max-width: 880px) and (min-width: 765px) {
.page-template-full_list .col-2 {
margin-left: 0;
}
}  .image-set {
margin-bottom: 2px;
}
.image-set.multi {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.image-set figure.image-holder {
opacity: 1;
position: relative;
margin: 0;
}
.image-set figure:not(:last-child) {
margin-right: 2px;
}
.image-set img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
object-fit: cover;
font-family: "object-fit: cover;";
}
.project-item .image-set h2 {
margin: 4rem 1rem 1rem 1rem;
font-weight: 200;
text-transform: none;
font-size: 1.3rem;
}
@media screen and (min-width: 765px) {
.project-item .image-set h2 {
margin: calc(4rem + 4vh) 1rem 1rem 1.25rem;
font-size: 1.7rem;
width: 100%;
}
} .project-text-area {
padding: 2rem 1.5rem;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
outline: 2px solid #fff;
z-index: -1;
overflow: hidden;
}
.page-template-office .gallery-item {
outline: 5px solid #e8e8e2;
}
.gallery-item img.ratioimg {
width: 100%;
height: auto;
display: block;
}
.loader-img {
display: none;
}
.image-holder img,
.image-holder img.image-loading {
opacity: 0;
transition: opacity 0.35s ease-in-out;
}
.image-holder img.image-loaded {
opacity: 1;
}
.loader-image {
position: absolute;
left: 0;
top: 0;
height: 0;
}  #images {
margin: 0 0 2.3rem;
}
body.page-template-project_page { }
.proj-text {
width: 50%;
margin-right: 5%;
display: inline-block;
font-weight: 300; margin-bottom: 1.3rem;
}
@media all and (max-width: 1100px) {
.proj-text {
width: 85%;
margin-right: 0;
display: block;
}
}
@media all and (max-width: 765px) {
.proj-text {
width: 100%;
}
}
.proj-desc p {
margin-bottom: 0;
}
.proj-text span {
font-weight: 100;
}
.proj-text a {
text-decoration: none;
}
.details { width: 30%;
display: inline-block;
vertical-align: top;
}
.details p {
margin: 0;
color: #848677;
}
.project-item h2,
.details h3 {
font-weight: normal;
text-transform: uppercase;
font-size: 0.8rem;
font-weight: 500;
margin: 0 0 0.9em 0;
}
@media all and (max-width: 1100px) {
.details {
width: 85%;
display: block;
margin-bottom: 1.3rem;
}
}
@media all and (max-width: 765px) {
.details {
width: 100%;
}
}
.project-item {    }
@media all and (max-width: 765px) {
.project-item {
width: 100%;
}
}
.read-more-content {
max-height: 0;
overflow: hidden;
-webkit-transition: max-height 0.5s ease;
-moz-transition: max-height 0.5s ease;
-ms-transition: max-height 0.5s ease;
-o-transition: max-height 0.5s ease;
transition: max-height 0.5s ease;
}
@media print {
.read-more-content {
max-height: none;
}
.read-more-button {
display: none !important;
}
.project-links {
display: none;
}
}
.read-more-content ul {
margin: 0;
padding: 0;
}
.read-more-content.revealed {
max-height: 3500px;
-webkit-transition: max-height 2s ease;
-moz-transition: max-height 2s ease;
-ms-transition: max-height 2s ease;
-o-transition: max-height 2s ease;
transition: max-height 2s ease;
}
.read-more-button {
font-size: 0.8rem;
text-transform: lowercase;
font-style: italic;
color: #797a6a;
font-weight: 200;
margin-top: 0.75rem;
display: block;
}
@media all and (max-width: 1100px) {
.page-template-people_single .read-more-button {
margin: 0.75rem 0;
}
}
.page-template-project_page .read-more-button {
color: #70715f;
font-weight: 300;
}
.project-links {  padding: 0 1.35rem calc(3rem + 3vh);
width: 100%;
}
a.full-list,
.project-views h1 {
font-weight: 200;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.75rem;
}
.project-views h1 {
margin: 0;
color: #797a6a;
font-weight: 400;
}
.project-views h1:last-of-type {
margin-top: 1.3rem;
}
.page-id-9 .project-views h1:last-of-type {
margin-top: 0;
}
.page-id-743 a.full-list {
color: #003851;
}
.project-links a {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 300;
-webkit-font-smoothing: antialiased;
color: #000;
}
.prev-proj {
float: left;
}
.next-proj {
float: right;
} .people-sidebar { }
.staff-list ul,
.people-list ul {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 0.8rem;
line-height: 1.75;
color: #797a6a;
}
.staff-list ul {
color: black;
}
.people-single h2,
.leadership-link,
.associates-link,
.staff-link,
.consultants-link,
.emeritus-link,
.office-link {
font-weight: 200;
text-transform: uppercase;
letter-spacing: 1px;
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-size: 0.78rem;
margin: 1rem 0 0.15rem 0;
}
.people-single img {
width: 100%;
}
.people-single h2 {
padding-top: 0.5rem;
}
@media screen and (min-width: 765px) {
.people-single h2 {
margin-top: 0;
}
}
.people-single a.people-contact {
display: inline-block;
line-height: 2;
color: #164060 !important;
font-weight: 200;
}
.people-list a.leadership-link {
margin: 0 0 0.15rem 0;
}
a.consultants-link,
a.office-link,
a.associates-link,
a.emeritus-link {
margin-top: 1rem;
display: block;
}
.people-list a.office-link {
margin: 0.65rem 0 0 0;
}
a.office-link:before {
content: "";
display: block;
width: 100%;
border-top: solid 1px #929478;
padding-bottom: 0.85rem;
}
.people-list ul a {
-webkit-transition: color 0.5s ease;
-moz-transition: color 0.5s ease;
-ms-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
transition: color 0.5s ease;
font-weight: 200;
}
.people-list ul a.active {
color: #003851;
}
.staff-list ul {
font-weight: 100;
}
.staff-list {
width: 25%;
display: inline-block;
}
.staff-photo {
width: 65%;
display: inline-block;
vertical-align: top;
}
@media all and (max-width: 1600px) {
.staff-photo {
width: 60%;
float: right; }
}
@media all and (max-width: 765px) {
.staff-photo {
width: 100%;
display: block;
margin-top: 1rem;
}
.staff-list {
width: 100%;
display: block;
}
} .people-single h3 {
font-size: 0.8rem;
font-style: italic;
font-weight: 200;
color: #164060;
margin: 0;
}
.people-single .left-column p:first-of-type {
margin-bottom: 0;
}
.column {
width: 100%;
}
.page-template-people_single .people-single ul {
color: #606060;
}
@media all and (min-width: 1100px) {
.page-template-people_single .people-single {
display: flex;
max-width: 1250px;
}
.page-template-people_single .people-single .right-column {
order: 2;
}
.column {  max-width: 850px;
vertical-align: top;
}
.page-template-people_single.parent-pageid-5221 .column.left-column {
max-width: 700px;
}
.page-template-people_single.parent-pageid-5221 .column.right-column {
max-width: 275px;
}
}
.left-column {
padding: 1rem;
}
@media screen and (min-width: 765px) {
.left-column {
padding: 1.5rem;
}
}
@media screen and (min-width: 1100px) {
.left-column {
padding-top: 0;
}
}
.right-column {
float: right;
} a.view-list-button {
font-style: italic;
text-transform: lowercase;
}
@media all and (min-width: 765px) {
.arch-list {
margin-bottom: 4rem;
column-count: 2;
-webkit-column-count: 2;
-moz-column-count: 2;
}
} .arch-list ul { } .page-template-contact .site-footer {
display: none;
}
.page-template-contact .social {
float: left;
padding-left: 0;
margin: 0 0 0.25em;
transform: translateX(-3px);
} .page-template-contact .social svg path {
fill: #164060;
}
h2.follow-us {  margin: 2em 0 0.25em;
font-size: 1em;
font-weight: 300;
}
.contact-background {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
background-size: cover; background-repeat: no-repeat;
background-position: right;
}
@media screen and (max-width: 765px) {
.contact-background {
background-image: none !important;
}
}
.contact-info {
margin: 1.7rem 1.25rem;
}
.contact-info p,
.contact-info a { font-weight: 100;
}
.contact-info p.name-contact {
text-transform: uppercase;
}
.contact-info p:first-of-type {
font-weight: 300;
}
.contact-info > div p,
.contact-info > div a {
text-transform: none;
}
.contact-info p {
margin: 0 0 0.1rem 0;
}
.contact-info a {
font-size: 0.8rem; margin: 0;
line-height: 2;
color: #222; }
a.email-contact {
display: block;
}
.touch .contact-info a { } .default-one-column {
width: 65%;
margin: 0 auto;
margin-top: 10rem;
}
.hero-wrapper {
margin-bottom: 2rem;
position: relative;
}
.hero.image-holder {
height: 65vmin;
}
.hero img {
height: 100%;
width: 100%;
object-fit: cover;
font-family: "object-fit: cover;";
display: block;
}
figcaption {
margin-left: 0.75rem;
padding-top: 0.75rem;
font-style: italic;
opacity: 0.5;
font-size: 0.7rem;
} .page-template-default article:first-of-type {
margin-top: calc(1.5rem + 3vh);
} .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}  .gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.error404 .site-footer {
display: none;
}
.error404 .page-title {
text-transform: uppercase;
font-size: 1rem;
} a.associate-principals-link {
margin-top: 1rem;
display: block;
font-weight: 200;
text-transform: uppercase;
letter-spacing: 1px;
font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
font-size: 0.78rem;
margin: 1rem 0 0.15rem 0;
}
a.consultants-link,
a.associates-link,
a.associate-principals-link,
a.emeritus-link {
pointer-events: none;
} .carousel-homepage {
top: 75px;
}
@media all and (min-width: 765px) {
.carousel-homepage {
top: 95px;
}
}
.slide-text {
margin: 10% 0 0 1rem;
display: none;
}
@media all and (min-width: 1100px) {
.slide-text {
margin: 10% 0 0 5vw;
}
}
.main-navigation {
max-width: 1200px;
}
.main-navigation li.menu-item-has-children > a { pointer-events: none; }
.menu li.menu-item-has-children:hover > a {
color: #003851;
font-weight: 400;
}
@media screen and (max-width: 765px) {
.main-navigation li.menu-item-has-children > a {
font-weight: 500;
color: #003851;
}
}
@media screen and (min-width: 765px) and (max-width: 1100px) {
.main-navigation {
width: calc(100% - 251px);
}
}
@media screen and (min-width: 1100px) {
.main-navigation {
width: calc(100% - 379px);
}
}
@media screen and (min-width: 765px) {
.main-navigation li {
margin: 0 0 0 5vw;
}
.main-navigation li.menu-item-has-children:first-child {
margin-left: 0;
}
}
form.search-form {
margin-left: 5vw;
}  .home h1 {
margin: 0;
}
.site-content { } .site-title {
margin: 0;
}  .page {
display: flex;
flex-flow: column;
}
.col-2 {
margin-left: 0;
} .blog-text-area {
max-width: 850px;
margin: 0 1rem; }
@media screen and (min-width: 765px) {
.blog-text-area {
margin: 0 1.5rem;
}
}
.blog-text-area p:first-of-type {
margin-top: 0;
}
.site-main .post-navigation {
margin: 3rem 1.25rem;
}
.blog-wrapper .site-main .post-navigation {
margin: calc(3rem + 3vh) 1rem 2rem;
text-transform: uppercase;
}
@media screen and (min-width: 765px) {
.blog-wrapper .site-main .post-navigation {
margin: calc(3rem + 3vh) 1.5rem 2rem;
}
}
.blog-wrapper .site-main .post-navigation a { }
.blog-grid-item h2.entry-title a,
.single h1.entry-title {
font-weight: 200;
color: #164060;
font-size: 1.5rem;
letter-spacing: initial;
text-transform: none;
padding-bottom: 0.9rem;
margin-bottom: 0;
}
body:not(.home).page-template-default .site-content .blog-grid p {
margin-left: 0;
}
.single h1.entry-title {
margin-top: 4rem;
}
@media screen and (min-width: 1024px) {
.single h1.entry-title {
margin-top: 3rem;
}
}
.site-content {
min-height: calc(100vh - 40px);
}
.blog-grid-item .text-block {
position: relative;
padding: 0 1rem 3rem;
overflow: hidden;
}
@media screen and (min-width: 1200px) {
.blog-grid-item .text-block {
padding: 2.5vw 1.5rem 2.5vw 1.5rem;
}
}
.blog-grid-item .img-block {
display: block;
}
.blog-grid-item .img-block img {
display: block;
height: 100%;
width: 100%;
object-fit: cover;
font-family: "object-fit: cover;";
}
@media screen and (min-width: 1200px) {
.blog-grid {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.blog-grid-item {  height: 26vw;
display: flex;
background: #f7f4f4;
}
.blog-grid-item .text-block {
width: 50%;
}
.blog-grid-item .img-block {
width: 50%;
}
.blog-grid-item .img-block img {
}
.blog-grid-item:nth-child(2n) .img-block {
order: 2;
}
.blog-grid-item:nth-child(2n) .text-block {
order: 1;
}
}
@media screen and (max-width: 1200px) {
.blog-grid-item .img-block {
position: relative;
padding-top: 65%;
overflow: hidden;
}
.blog-grid-item .img-block img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
}
@media screen and (max-width: 765px) {
.blog-grid-item .img-block { }
}
.hentry {
margin-bottom: 0;
width: 100%;
} .page-template-projects_landing .site-main,
.archive .site-main,
.blog .site-main {
margin-bottom: 0; }
body.single,
body.blog {  }
.single .col-2 {
max-width: 750px;
}
.single img { } .people-sidebar {
max-width: 280px;
}
.contact-background {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.contact-background:after {
content: "";
background-color: rgba(000, 000, 000, 0.05);
height: 100%;
width: 100%;
pointer-events: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
}
.widget-area {
background-color: #164060;
color: #fff;
margin-top: 95px;
padding: 1rem;
}
@media screen and (min-width: 765px) {
.widget-area {
border-left: 1px solid white;
padding: 1rem 1.5rem 1rem;
}
}
.widget-area li.cat-item-1 {
display: none;
}
#text-2 p {
margin-top: 0;
}
#text-2 a {
color: #fff;
display: block;
background: #f6f4f4;
color: #164060;
text-align: center;
text-decoration: none;
font-weight: 500;
padding: 0.35rem 0 0.25rem;
margin: 0.5rem 0;
text-transform: uppercase;
}
.single .widget-area { }
.widget-area ul {
list-style: none;
margin: 0;
padding: 0;
text-transform: uppercase;
color: white;
line-height: 2;
}
.widget-area ul a {
color: white;
}
.widget-area ul li.current-cat a {
position: relative;
}
.widget-area ul li.current-cat a:after {
content: "";
position: absolute;
top: auto;
right: 0;
bottom: -3px;
left: 0;
height: 1px;
width: 100%;
background-color: white;
}
h2.widget-title {
color: #787a6a;
color: #8a8c79;
text-transform: uppercase;
font-weight: 400;
font-size: 0.85rem;
margin: 0;
line-height: 2;
}
#block-4.widget {
margin-bottom: 0.25em;
}
.meta-details {
color: #808272;
text-transform: uppercase;
letter-spacing: 0.03rem;
font-weight: 400; padding-bottom: 3em;
margin: 0;
width: 100%;
}
@media screen and (min-width: 1200px) {
.meta-details {
position: absolute;
background-color: #f6f4f4; bottom: 0;
}
}
span.sep {
padding: 0 0.5rem;
}
@media screen and (min-width: 765px) {
.grid-container { display: -ms-grid;
display: grid; -ms-grid-columns: auto fit-content(300px);
grid-template-columns: auto fit-content(300px);
}
} #jobs_widget_container {
border: none !important;
padding: 2rem 1.5rem 3.5rem !important;
background-color: #164060 !important;
margin-bottom: 2.5rem;
border-radius: 0px !important;
}
#jobs_widget_container table {
max-width: 450px;
}
#jobs_widget_container a {
color: #fff;
font-weight: 200 !important;
}
#jobs_widget_container #jobsTable th {
padding: 0 !important;
background-color: transparent !important;
color: #fff !important;
text-transform: uppercase;
letter-spacing: 1px;
}
#jobsTable td {
padding: 0 !important;
border-top: none !important;
background-color: transparent !important;
color: #fff !important;
opacity: 0.7;
font-size: 0.85rem !important;
}
#jobs_widget_container h3 {
color: #fff !important;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.75rem !important;
display: none;
}
#jobs_widget_container #null_message {
text-align: left !important;
}
.page-template-default h2.careers {
background: #164060;
margin: 0;
margin-bottom: -16px;
color: white;
text-transform: none;
letter-spacing: 0px;
padding-left: 1.5rem;
font-size: 1.7rem;
font-weight: 200;
padding-top: 4rem;
margin-top: 2rem;
} .is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline,
.wp-block-button__link {
border-radius: 0px !important;
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 0.02em; background-color: #e8e6e3;
color: #222222;
border: none; }
.wp-block-button__link:hover {
color: #000 !important;
background-color: #023851;
}
.wp-block-buttons {
margin: 1rem 1rem 0;
}
.blog-wrapper .widget .wp-block-buttons {
margin: 1rem 1rem 0 0;
}
.blog-wrapper .widget .wp-block-buttons .wp-block-button__link {
color: #164060;
font-size: 0.9em;
font-weight: 500;
}
.page-template-project_page .wp-block-buttons {
margin: 2.5rem 0 0;
color: #222222;
}
.page-template-people_single .wp-block-buttons {
margin: 1rem 0 0;
}
@media screen and (min-width: 765px) {
.wp-block-buttons {
margin: 1rem 1.5rem 0;
}
@media screen and (min-width: 765px) {
.wp-block-buttons {
margin: 1rem 1.5rem 0;
}
.blog-wrapper .widget .wp-block-buttons {
margin: 1rem 1.5rem 0 0;
}
}
}
.usgbc-logo img {
margin-left: 1rem;
max-width: 80px;
margin-top: 1rem;
}
@media screen and (min-width: 765px) {
.usgbc-logo img {
margin-left: 1.5rem;
}
}
.error-404 {
margin-left: 1rem;
}
@media screen and (min-width: 765px) {
.error-404 {
margin-left: 1.5rem;
}
} .profile-quote {
font-size: 1.25em;
padding-bottom: 0.8em;
} .content-flex-container {
display: flex;
}
.page-id-18 main {
width: 100%;
}
.page-id-18 .widget-area {
margin-top: -3em;
}
.page-template-default.page-id-18 .site-content aside ul {
margin: 0;
}
.page-template-default.page-id-18 .site-content aside .wp-block-buttons {
margin-right: 0;
margin-left: 0;
margin: 1rem 1.5rem 0 0;
}
.page-template-default.page-id-18 .site-content aside a.wp-block-button__link {
word-break: normal;
font-size: 0.9em;
font-weight: 500;
}
.page-template-default.page-id-18 .site-content aside h2 {
letter-spacing: 0;
}
@media screen and (min-width: 765px) {
.page-id-18 .widget-area {
padding: 2rem 1.5rem 1rem;
}
.page-id-18 .site-main {
padding-bottom: 0;
}
}