/**
 * Theme Name: Mannheimerswartling Child
 * Description: Mannheimerswartling Child Theme
 * Theme URI: https://labs.ahmadawais.com/_child/
 * Author: Mannheimerswartling
 * Author URI: http://ahmadawais.com/
 * Template: twentytwentyone
 * Version: 1.0.0
 * @package aa
 */

/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */

@font-face {
    font-family: 'MonumentGrotesk-Medium';
    font-weight: 600;
    src: url(./assets/fonts/ABCMonumentGrotesk-Medium.woff2); 
}

@font-face {
    font-family: 'Caslon224Std-Book';
    font-weight: 300;
    src: url(./assets/fonts/Caslon224Std-Book.woff2); 
}

@font-face {
    font-family: 'MonumentGrotesk-Regular';
    font-weight: 400;
    src: url(./assets/fonts/ABCMonumentGrotesk-Regular.woff2); 
}

@font-face {
    font-family:"adobe-caslon-pro";
    src:url("https://use.typekit.net/af/3cbd9b/000000000000000000012d68/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/3cbd9b/000000000000000000012d68/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/3cbd9b/000000000000000000012d68/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}    

body {
    margin: 0;
}

body, html {
    background-color: #fff;
    color: #000;
    min-height: 100vh;
}

html {
    font-size: 62.5%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: adobe-caslon-pro, times, georgia, serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.55;
}

blockquote, dd, dl, dt, figure, h1, h2, h3, h4, h5, h6, ol, p, ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Caslon224Std-Book, times, georgia, serif;
    font-weight: 300;
    line-height: 1.2;
}

h2 {
    font-size: 6rem;
    line-height: 1.25;
}

ol, ul {
    box-sizing: border-box;
}

button, select {
    text-transform: none;
}

*, :after, :before {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

* {
    -webkit-font-smoothing: antialiased;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

button, html, input, select, textarea {
    color: #000;
}

.button, a.button, a.modal-cacsp-btn, button, input[type=submit] {
    background-color: transparent;
    border: 1px solid #999;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: MonumentGrotesk-Regular, helvetica, arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1;
    min-width: 246px;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
}

.button, a.button, a.modal-cacsp-btn, button, input[type=submit] {
    transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}

.wrapper {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 100px;
    position: relative;
}

.site-header {
    left: 0;
    padding: 39px 0 0;
    position: fixed;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: transform .4s ease;
    width: 100%;
    z-index: 1000;
}

.site-header.active-header {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.site-header .wrapper {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 100%;
}

.site-branding {
    display: flex;
    flex: 1 1 430px;
    height: 24px;
    max-width: 430px;
    overflow: hidden;
    position: relative;
    z-index: 500;
}

.site-branding a, .site-branding svg {
    display: block;
    width: 100%;
}

.site-branding svg path {
    fill: #000;
    transition: fill .3s ease;
}

.home .site-branding svg path {
    fill: #fff;
}

.scrolled-passed-hero .site-branding svg path {
    fill: #000;
}

.scroll-bottom .site-branding svg path, .search .site-logo svg path {
    fill: #fff;
}

.site-branding a img {
    display: block;
    height: auto;
}

.header-nav {
    align-items: center;
    flex: 1 1 calc(100% - 442px);
    justify-content: flex-end;
    max-width: calc(100% - 442px);
}

.header-nav, .primary-menu {
    display: flex;
    flex-flow: row wrap;
}

.primary-menu {
    line-height: 1;
    list-style: none;
    padding-right: 32px;
    position: relative;
    z-index: 1000;
}

.primary-menu .menu-item {
    line-height: 1;
}

.primary-menu .menu-item:not(:last-child) {
    margin-right: 20px;
}

.primary-menu .menu-item a {
    color: #000;
    display: block;
    font-family: MonumentGrotesk-Medium, helvetica, arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    transition: color .3s ease, opacity .3s ease;
}

.home .primary-menu .menu-item a {
    color: #fff;
}

.scrolled-passed-hero .primary-menu .menu-item a {
    color: #000;
}

.scroll-bottom .primary-menu .menu-item a, .site-header_theme-white .primary-menu .menu-item a {
    color: #fff;
}

.home .primary-menu .menu-item-type-custom a {
    color: #999;
}

.menu-button {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: block;
    flex: 1 1 50px;
    height: 25px;
    max-width: 50px;
    min-width: 50px;
    padding: 0;
    position: relative;
    z-index: 1000;
}

.menu-button:after {
    content: "";
    display: block;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
}

.home .menu-button {
    color: #fff;
}

.scrolled-passed-hero .menu-button {
    color: #000;
}

.menu-button:hover {
    background-color: transparent;
    opacity: .7;
}

.visuallyhidden {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.menu-button-lines {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    height: 2.5rem;
    margin-left: auto;
    overflow: hidden;
    position: relative;
    width: 5rem;
}

.menu-button-lines span {
    background-color: #000;
    height: 1px;
    position: absolute;
    transition: background-color .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, opacity .3s ease, transform .3s ease;
    transition: background-color .3s ease, opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    width: 100%;
}

.home .menu-button-lines span {
    background-color: #fff;
}

.scrolled-passed-hero .menu-button-lines span {
    background-color: #000;
}

.active .menu-button-lines span {
    background-color: #fff;
    opacity: 1;
}

.scroll-bottom .menu-button-lines span, .site-header_theme-white .menu-button-lines span {
    background-color: #fff;
}

.menu-button-lines span:first-child {
    top: 0;
}

.menu-button-lines span:nth-child(2) {
    top: calc(50% - 1px);
}

.menu-button-lines span:nth-child(3) {
    bottom: 0;
}

.active .menu-button-lines span:first-child {
    -webkit-transform: translateY(.75em) rotate(45deg);
    transform: translateY(.75em) rotate(45deg);
}

.active .menu-button-lines span:nth-child(2) {
    opacity: 0;
}

.active .menu-button-lines span:nth-child(3) {
    -webkit-transform: translateY(-.75em) rotate(-45deg);
    transform: translateY(-.75em) rotate(-45deg);
}

.offcanvas-nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas-nav {
    align-items: center;
    background-color: #000;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform .4s ease;
    width: 50vw;
    z-index: 900;
}

.offcanvas-nav .menu-offcanvas {
    list-style: none;
    position: relative;
}

.offcanvas-nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas-nav .menu-item:first-child {
    padding-top: .5em;
}

.offcanvas-nav .menu-item {
    line-height: 1.333;
}

.offcanvas-nav .menu-item a {
    color: #fff;
    display: inline-block;
    font-family: Caslon224Std-Book, times, georgia, serif;
    font-size: 6rem;
    text-decoration: none;
    transition: color .3s ease;
}

.offcanvas-nav .menu-item a:hover {
    color: #666;
}

.offcanvas-active .primary-menu .menu-item a {
    opacity: 0;
    pointer-events: none;
}

.offcanvas-active .primary-menu .menu-item-type-custom a {
    opacity: 1;
    pointer-events: visible;
}

.site-content {
    background-color: #fff;
    margin-bottom: 100vh;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    transition: transform .4s ease;
    z-index: 100;
}

.offcanvas-active .site-content {
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
}

.offcanvas-active .site-footer {
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
}


@media screen and (max-width: 1920px) {
    .site-branding {
        flex: 1 1 392px;
        height: 22px;
        max-width: 392px;
    }
}

@media screen and (min-width: 1920px) {
    .offcanvas-nav {
        width: 960px;
    }
    .offcanvas-active .site-content {
        -webkit-transform: translateX(-960px);
        transform: translateX(-960px);
    }
    .offcanvas-active .site-footer {
        -webkit-transform: translateX(-960px);
        transform: translateX(-960px);
    }
}

@media screen and (max-width: 1600px) {
    .offcanvas-nav .menu-item a {
        font-size: 4.8rem;
    }
    .site-header {
        padding-top: 20px;
    }
    .wrapper {
        padding: 0 min(50px, 7vw);
    }
    .offcanvas-nav .menu-offcanvas {
        padding-left: min(50px, 7vw);
        padding-right: min(50px, 7vw);
        width: 100%;
    }
    .primary-menu .menu-item a {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .offcanvas-nav .menu-offcanvas {
        margin-left: 170px;
        width: calc(100% - 170px);
    }
    .offcanvas-nav .menu-offcanvas:before {
        background-color: #999;
        content: "";
        display: block;
        height: 100%;
        left: -25px;
        position: absolute;
        top: 0;
        width: 1px;
    }
    .offcanvas-nav .menu-offcanvas {
        margin-left: 170px;
        width: calc(100% - 170px);
    }
}

@media screen and (max-width: 1200px) {
    .site-branding {
        flex-basis: 330px;
        height: 18px;
        max-width: 330px;
    }
    .menu-button-lines {
        height: 1.5rem;
        width: 3rem;
    }
    .primary-menu {
        left: min(50px, 7vw);
        opacity: 0;
        padding: 0;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: calc(var(--viewport-height, 100vh) - min(50px, 7vw));
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: opacity .2s ease;
    }
    .offcanvas-nav {
        width: 100%;
    }
    .active .menu-button-lines span:first-child {
        -webkit-transform: translateY(.45em) rotate(45deg);
        transform: translateY(.45em) rotate(45deg);
    }
    .active .menu-button-lines span:nth-child(3) {
        -webkit-transform: translateY(-.45em) rotate(-45deg);
        transform: translateY(-.45em) rotate(-45deg);
    }
    .offcanvas-active .primary-menu {
        opacity: 1;
        pointer-events: all;
        transition: opacity .4s ease .25s;
    }
    .primary-menu .menu-item {
        display: none;
    }
    .primary-menu .menu-item.menu-item-type-custom {
        display: block;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .offcanvas-nav .menu-offcanvas {
        margin-left: 25px;
        width: calc(100% - 25px);
    }
    .offcanvas-nav .menu-offcanvas:before {
        left: 25px;
    }
}

@media screen and (max-width: 1200px) and (orientation: landscape) {
    .offcanvas-nav .menu-offcanvas {
        padding-bottom: min(50px, 7vw);
        padding-top: min(50px, 7vw);
    }
}

@media screen and (max-height: 500px) {
    .offcanvas-nav {
        display: block;
    }
}

@media screen and (max-height: 550px), screen and (max-width: 330px) {
    .offcanvas-nav .menu-item a {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 750px) {
    .site-header {
        padding-top: 15px;
    }
    .site-branding {
        flex-basis: 300px;
        height: 16px;
        max-width: 300px;
    }
    .offcanvas-nav .menu-offcanvas {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .offcanvas-nav .menu-item a {
        font-size: 3.6rem;
        padding: .15em 0;
    }
}

@media screen and (max-width: 550px) {
    .site-branding {
        flex-basis: 245px;
        height: 14px;
        max-width: 245px;
    }
}

@media screen and (max-width: 430px) {
    .offcanvas-nav .menu-item a {
        font-size: 3rem;
    }
}

@media screen and (max-height: 550px), screen and (max-width: 330px) {
    .offcanvas-nav .menu-item a {
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 375px) {
    .site-branding {
        flex-basis: calc(100% - 50px);
        height: auto;
        max-width: calc(100% - 50px);
    }
}

.hero_banner {
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.home .hero_banner:first-child:before {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .3) 50%, transparent);
    height: 120px;
    top: 0;
    z-index: 500;
}

.home .hero_banner:first-child:before, .hero_banner:after {
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.hero_banner .wrapper {
    height: 100%;
    position: relative;
}

.hero_anchor {
    bottom: 100px;
    color: #fff;
    left: 100px;
    position: absolute;
    text-decoration: none;
    width: 41.6667%;
    z-index: 500;
}

.hero_anchor h2 {
    font-size: 7.2rem;
    line-height: 1.07;
}

.button.button-white, a.button.button-white, a.modal-cacsp-btn.button-white, button.button-white, input[type=submit].button-white {
    border-color: #d8d8d8;
    color: #fff;
}

.button.button-white:hover, a.button.button-white:hover, a.modal-cacsp-btn.button-white:hover, button.button-white:hover, input[type=submit].button-white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.hero_anchor h2+a, .hero_anchor p+a {
    margin-top: 1.4em;
}

.hero_anchor h2+p {
    margin-top: 18px;
    font-family: MonumentGrotesk-Regular, helvetica, arial, sans-serif;
    font-size: 2.2rem;
    letter-spacing: .5px;
    line-height: 1.5;
}

.hero_banner img, .hero_banner video {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%;
}

audio, video {
    display: inline-block;
}


@media (pointer: fine) {
    .button, a.button, a.modal-cacsp-btn, button, input[type=submit] {
        transition: background-color .3s ease, border-color .3s ease, color .3s ease;
    }
}


.site-footer {
    background-color: #000;
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    height: 100vh;
    justify-content: flex-end;
    left: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    top: 0;
    transition: transform .4s ease;
    width: 100%;
}

.static-footer .site-footer {
    height: auto;
    position: static;
}

.site-footer .wrapper {
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    width: 100%;
}

.site-footer-newsletter {
    text-align: center;
}

.site-footer h2 {
    font-size: 6rem;
    line-height: 1.1428571429;
    margin-bottom: .42em;
}

.preamble-large {
    font-family: adobe-caslon-pro, times, georgia, serif;
    font-size: 2.4rem;
    line-height: 1.4;
}

.site-footer-newsletter_footer {
    margin-top: 58px;
}

.button.button-circular, a.button.button-circular, a.modal-cacsp-btn.button-circular, button.button-circular, input[type=submit].button-circular {
    border-radius: 2em;
    max-width: 370px;
    min-width: 280px;
    padding: 1.5em 2em;
    text-transform: uppercase;
    width: 100%;
}

.site-footer a {
    color: #fff;
}

.site-footer a {
    transition: all .3s ease;
}

.company-offices-list {
    --company-offices-gap: min(50px, 7vw);
    gap: min(50px, 7vw);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    list-style: none;
    margin-top: 175px;
}

.company-offices-list .menu-item {
    position: relative;
}

.company-offices-list>.menu-item {
    line-height: 1.5;
}

.company-offices-list>.menu-item:before {
    background-color: #d8d8d8;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: calc(var(--company-offices-gap)* -.5);
    top: 0;
    width: 1px;
}

.company-offices-list>.menu-item>a {
    font-size: 4.2rem;
    text-decoration: none;
}

.company-offices-list .menu-item a {
    font-family: Caslon224Std-Book, times, georgia, serif;
}

.company-offices-list .sub-menu {
    list-style: none;
    margin-top: 6px;
}

.company-offices-list .sub-menu .menu-item a {
    font-family: MonumentGrotesk-Regular, helvetica, arial, sans-serif;
    font-size: 1.6rem;
    letter-spacing: .5px;
    text-decoration: none;
}

.company-offices-list .sub-menu .menu-item a:hover {
    color: #666;
}


.company-offices-list button.sub-menu-toggle {
    display: none;
}

.company-offices-list>.menu-item:last-child::before {
    display: none;
}

.site-footer-about-company {
    margin-top: 94px;
    text-align: center;
}

.site-footer-about-company p {
    font-family: MonumentGrotesk-Regular, helvetica, arial, sans-serif;
    font-size: 1.6rem;
    letter-spacing: .5px;
}

.site-footer-about-company p span {
    display: inline-block;
}

.site-footer-about-company p span+span {
    margin-left: .5em;
}

.company-terms {
    margin-top: calc(min(1em, 7vw));
}

.company-terms-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style: none;
}

.company-terms-list .menu-item+.menu-item {
    margin-left: .8em;
}

.company-terms-list .menu-item.contact-menu-item+.menu-item {
    margin-left: 0;
}

.company-terms-list .menu-item a, .company-terms-list .menu-item a:visited {
    border-bottom: 1px solid;
    font-family: MonumentGrotesk-Regular, helvetica, arial, sans-serif;
    font-size: 1.3rem;
    letter-spacing: .75px;
    opacity: .7;
    text-decoration: none;
    text-transform: uppercase;
}

.company-terms-list .menu-item a:hover, .company-terms-list .menu-item a:visited:hover {
    opacity: .9;
}

.company-social-list {
    bottom: 40px;
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    position: absolute;
    right: 100px;
}

.company-social-item {
    line-height: 1;
}

.company-social-item+.company-social-item {
    margin-left: 10px;
}

.company-social-item a, .company-social-item a:visited {
    color: #fff;
    display: flex;
    font-size: 2em;
}

.company-social-item a:hover, .company-social-item a:visited:hover {
    color: #666;
}

.icon {
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    display: inline-block;
    height: 1em;
    width: 1em;
}

svg:not(:root) {
    overflow: hidden;
}

.company-social-item a svg {
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    display: inline-block;
    height: 1em;
    width: 1em;
}

@media screen and (max-width: 1920px) {
    .company-offices-list {
        margin-top: 94px;
    }
}

@media screen and (max-width: 1600px) {
    .site-footer .wrapper {
        padding-bottom: 20px;
    }
    .company-offices {
        margin-top: 14vmin;
    }
    .site-footer h2 {
        font-size: 4.8rem;
    }
    .preamble-large {
        font-size: 2.2rem;
    }
    .site-footer-newsletter_footer {
        margin-top: 38px;
    }
    .site-footer-about-company {
        margin-top: 40px;
    }
    .site-footer-about-company p {
        font-size: 1.5rem;
        font-size: 1.3rem;
    }
    .company-social-list {
        bottom: 20px;
        right: 50px;
    }
    .company-offices-list {
        margin-top: 60px;
    }
    .company-offices-list>.menu-item>a {
        font-size: 3.6rem;
    }
}

@media screen and (max-width: 1200px) {
    .site-footer .wrapper {
        padding-top: min(50px, 7vw);
    }
    .company-offices-list {
        gap: calc(min(50px, 7vw)* .5) min(50px, 7vw);
        grid-template-columns: repeat(3, 1fr);
        margin-top: min(50px, 7vw);
    }
    .company-offices-list>.menu-item>a {
        font-size: 2.6rem;
    }
    .company-offices-list>.menu-item:nth-child(3n)::before {
        display: none;
    }
    .company-social-list {
        justify-content: center;
        margin-top: min(50px, 7vw);
        position: static;
    }
}

@media screen and (max-width: 750px) {
    .site-footer .wrapper {
        padding-bottom: 15px;
    }
    .site-footer h2 {
        font-size: 4.2rem;
    }
    .preamble-large {
        font-size: 1.8rem;
    }
    .site-footer-newsletter_footer {
        margin-top: min(50px, 7vw);
    }
    .site-footer-about-company {
        margin-top: min(50px, 7vw);
    }
    .company-offices-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .company-offices-list>.menu-item {
        line-height: 1.15;
    }
    .company-offices-list>.menu-item:before {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .company-offices {
        display: none;
    }
    .site-footer h2 {
        font-size: 3.4rem;
    }
    .site-footer-about-company {
        margin-top: 25vmin;
    }
    .button.button-circular, a.button.button-circular, a.modal-cacsp-btn.button-circular, button.button-circular, input[type=submit].button-circular {
        min-width: 160px;
        padding: 1.3em 1.5em;
    }
    .button, a.button, a.modal-cacsp-btn, button, input[type=submit] {
        font-size: 1.4rem;
        min-width: 160px;
    }
}


.news_posts {
    padding: 122px 0;
    position: relative;
}

.news_posts .wrapper {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.news_posts h2 {
    font-family: Caslon224Std-Book, times, georgia, serif;
    font-size: 6rem;
    text-align: center;
    width: 100%;
}

.news_grid {
    gap: min(50px, 7vw);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 70px auto 0;
    width: 100%;
}

.postentry {
    position: relative;
}

.postentry:before {
    background-color: #d8d8d8;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: calc(min(50px, 7vw)* -.5);
    top: 0;
    width: 1px;
}

.postentry:last-child:before {
    display: none;
}

.postentry > a {
    color: #000;
    display: block;
    text-decoration: none;
    transition: opacity .3s ease;
}

.postentry > a:hover {
    opacity: .5;
}

.postentry img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.postentry h2 {
    font-size: 3.4rem;
    letter-spacing: .5px;
    line-height: 1.1428571429;
    margin-top: 40px;
    text-align: left;
}

time {
    color: #999;
    font-family: MonumentGrotesk-Regular, helvetica, arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .75px;
    text-transform: uppercase;
}

.post-terms-list+time {
    margin: 0;
}

.postentry time {
    display: block;
    font-size: 1.3rem;
    margin-top: .334em;
}

.post-terms-list {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    margin-top: 1em;
}

.post-terms-list li {
    line-height: 1.125;
    margin: 0 .667em .334em 0;
}

.post-terms-list li a {
    border-bottom: 1px solid #999;
    color: #999;
    display: inline;
    font-family: MonumentGrotesk-Regular, helvetica, arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .75px;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity .3s ease, border-color .3s ease;
}

.post-terms-list li a:hover {
    border-bottom: 1px solid hsla(0, 0%, 60%, 0);
}

.news_button {
    flex: 1 1 50%;
    margin-top: 64px;
    max-width: 50%;
    text-align: center;
    width: 100%;
}

.button:hover, a.button:hover, a.modal-cacsp-btn:hover, button:hover, input[type=submit]:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.expertise_content, .our_people_content {
    padding: 122px 0;
    position: relative;
}

.expertise_content:before, .our_people_content:before {
    background: #d8d8d8;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -860px;
    max-width: 1720px;
    position: absolute;
    top: 0;
    width: 100%;
}

.expertise_content .wrapper, .our_people_content .wrapper {
    gap: min(50px, 7vw);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.expertise_content .expertise_inner_content {
    grid-column: 3 / span 8;
}

.expertise_content .expertise_inner_content h2 {
    font-size: 6rem;
    text-align: center;
}

.expertise_content .expertise_info {
    margin-top: 70px;
}

.expertise_content .expertise_info p {
    font-family: adobe-caslon-pro, times, georgia, serif;
    font-size: 2.4rem;
    line-height: 1.4;
}

.expertise_content .expertise_button {
    margin: 70px auto 0;
    text-align: center;
}

figure {
    line-height: 1;
}

.our_people_image {
    grid-column: 1 / span 6;
    height: auto;
    max-width: 100%;
    line-height: 0;
}

.our_people_image img {
    height: auto;
    max-width: 100%;
}

.our_people_inner_content {
    flex-flow: column nowrap;
    grid-column: 7 / span 5;
    justify-content: center;
    margin: auto;
}

.our_people_inner_content h2 {
    max-width: 100%;
    text-align: left;
}

.our_people_info {
    margin-top: 27px;
    max-width: 100%;
    text-align: left;
}

.our_people_info p {
    font-family: adobe-caslon-pro, times, georgia, serif;
    font-size: 2.4rem;
    line-height: 1.4;
}

.our_people_info>*+* {
    margin-top: 32.5px;
}

.our_people_button {
    margin-top: 27px;
    max-width: 100%;
    text-align: left;
}

@media screen and (max-width: 1920px) {
    .expertise_content:before, .our_people_content:before {
        left: 100px;
        margin-left: 0;
        width: calc(100% - 200px);
    }
}

.services_content {
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.services_content .wrapper {
    height: 100%;
    position: relative;
}

.services_content img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    width: 100%;
}

.services_content:after {
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, .9));
    bottom: 0;
    height: 50vh;
    z-index: 400;
}


@media screen and (max-width: 1600px) {
    .hero_anchor {
        bottom: 50px;
        left: 50px;
        width: calc(66.667% - 100px);
    }
    .hero_anchor h2 {
        font-size: 5.6rem;
    }
    .button, a.button, a.modal-cacsp-btn, button, input[type=submit] {
        font-size: 1.5rem;
    }
    .news_posts, .expertise_content, .our_people_content {
        padding: 98px 0;
    }
    .news_posts h2, .expertise_content .expertise_inner_content h2, .our_people_inner_content h2 {
        font-size: 4.8rem;
    }
    .postentry h2 {
        font-size: 2.6rem;
    }
    .news_grid, .expertise_content .expertise_info {
        margin-top: 47px;
    }
    .postentry h2 {
        margin-top: 32px;
    }
    .news_button, .expertise_content .expertise_button {
        margin-top: 47px;
    }
    .expertise_content:before, .our_people_content:before {
        left: min(50px, 7vw);
        width: calc(100% - min(50px, 7vw)* 2);
    }
    .expertise_content .expertise_info p, .our_people_info p {
        font-size: 2.2rem;
    }
    .hero_anchor h2+p {
        font-size: 2rem;
    }
    body {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 1200px) {
    .hero_anchor {
        bottom: calc(min(50px, 7vw)* 2);
        left: min(50px, 7vw);
        width: calc(100% - min(50px, 7vw)* 2);
    }
    .news_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .postentry:nth-child(2n):before {
        display: none;
    }
    .expertise_content .expertise_inner_content {
        grid-column: 1 / span 12;
    }
    .our_people_image {
        grid-column: 1 / span 6;
    }
    .our_people_inner_content {
        grid-column: 7 / span 6;
    }
}

@media screen and (max-width: 750px) {
    .hero_anchor h2 {
        font-size: 4.2rem;
    }
    .news_posts, .expertise_content, .our_people_content {
        padding: calc(min(50px, 7vw)*2) 0;
    }
    .news_posts h2, .expertise_content .expertise_inner_content h2, .our_people_inner_content h2 {
        font-size: 4.2rem;
    }
    .postentry h2 {
        font-size: 2.4rem;
        line-height: 1.3;
    }
    .news_grid, .expertise_content .expertise_info, .expertise_content .expertise_button, .our_people_info, .our_people_button {
        margin-top: min(50px, 7vw);
    }
    .postentry time {
        font-size: 1.2rem;
    }
    .post-terms-list li a {
        font-size: 1.2rem;
    }
    .expertise_content .expertise_info p, .our_people_info p {
        font-size: 1.8rem;
    }
    .hero_anchor h2+p {
        font-size: 1.8rem;
    }
    .our_people_image {
        grid-column: 1 / span 12;
    }
    .our_people_inner_content {
        grid-column: 1 / span 12;
    }
}

@media screen and (max-width: 550px) {
    .hero_anchor h2, .expertise_content .expertise_inner_content h2, .our_people_inner_content h2 {
        font-size: 3.4rem;
    }
    .button, a.button, a.modal-cacsp-btn, button, input[type=submit] {
        font-size: 1.4rem;
        min-width: 160px;
    }
    .news_grid {
        grid-template-columns: 1fr;
    }
    .post-terms-list {
        margin-top: .667em;
    }
    .postentry time {
        font-size: 1rem;
    }
    .post-terms-list li {
        margin: 0 .2em .1em 0;
    }
    .post-terms-list li a {
        font-size: 1rem;
    }
    .postentry::before {
        display: none;
    }
    .expertise_content .expertise_info p, .our_people_info p {
        line-height: 1.4;
    }
}

@media screen and (max-width: 330px) {
    .hero_anchor h2 {
        font-size: 2.4rem;
    }
    .news_posts h2, .expertise_content .expertise_inner_content h2 {
        font-size: 2.4rem;
    }
    .expertise_content .expertise_info p {
        font-size: 1.6rem;
    }
}


.search-overlay {
    background-color: #ccc;
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all .5s ease;
    visibility: hidden;
    width: 100%;
    z-index: 2000;
}

.search-overlay.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.search-overlay .wrapper {
    position: relative;
}

.search-overlay_close-button {
    background: transparent url(./assets/images/cross-white.svg) 50% no-repeat;
    background-size: cover;
    border: none;
    color: #fff;
    height: 18px;
    margin: 0;
    min-width: 0;
    outline: none;
    padding: 0;
    position: absolute;
    right: 100px;
    text-indent: -9000px;
    top: 40px;
    width: 18px;
}

.search-overlay_close-button:focus, .search-overlay_close-button:hover {
    background-color: transparent;
    opacity: .7;
}

.search-overlay_close-button:after {
    content: "";
    display: block;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
}

.search-overlay .search-form {
    padding-top: 115px;
}

.search-input-container {
    display: flex;
    flex: row wrap;
    margin: 50px auto;
    max-width: 83.33334%;
    position: relative;
}

.search-input-container input[type=search] {
    background: transparent url(./assets/images//search-icon-white.svg) no-repeat right 50%;
    background-size: 26px 26px;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: MonumentGrotesk-Regular, helvetica, arial, sans-serif;
    font-size: 1.6rem;
    letter-spacing: .5px;
    padding: 14.5px 26px 14.5px 6px;
    width: 100%;
    line-height: 1.15;
}

.search-input-container input[type=search]::placeholder {
    color: #fff;
    font-family: MonumentGrotesk-Regular, helvetica, arial, sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0;
}

.search-input-container input[type=search]:focus {
    border-color: #fff;
    outline: none;
}

.search-input-container button {
    height: 100%;
    min-width: 26px;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
}

.popular-search-terms_title {
    font-family: MonumentGrotesk-Regular, helvetica, arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .75px;
    margin: 115px 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.popular-search-terms_list {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.search-terms-row {
    display: flex;
    flex-flow: row wrap;
    font-size: 7.2rem;
}

.search-terms-row a, .search-terms-row a:visited {
    color: #fff;
    font-family: Caslon224Std-Book, times, georgia, serif;
    line-height: 1.3334;
    text-decoration: none;
    transition: opacity .2s ease;
}

.search-terms-row a:hover, .search-terms-row a:visited:hover {
    opacity: .7;
}

.search-terms-row span {
    display: flex;
    min-height: 112px;
}

@media screen and (max-width: 1600px) {
    .search-overlay_close-button {
        right: 50px;
        top: 20px;
    }
    .search-overlay .search-form {
        padding-top: 98px;
    }
    .search-input-container {
        margin: 40px auto;
    }
    .search-input-container input[type=search] {
        font-size: 1.5rem;
    }
    .popular-search-terms_title {
        font-size: 1.5rem;
    }
    .search-terms-row {
        font-size: 6rem;
    }
    .search-terms-row span {
        min-height: 93px;
    }
}

@media screen and (max-width: 1200px) {
    .search-terms-row {
        font-size: 4.2rem;
    }
    .search-terms-row span {
        min-height: auto;
    }
}

@media screen and (min-width: 550px) {
    .search-terms-row span+span:before {
        color: #fff;
        content: "/";
        font-family: Caslon224Std-Book, times, georgia, serif;
        font-size: 1em;
        line-height: 1.3334;
        margin: 0 .334em;
    }
}

@media screen and (max-width: 750px) {
    .search-overlay_close-button {
        right: min(50px, 7vw);
        top: min(50px, 7vw);
    }
    .search-overlay .search-form {
        padding-top: min(50px, 7vw);
    }
    .search-input-container {
        margin: min(50px, 7vw) 0;
        max-width: none;
    }
    .popular-search-terms_title {
        margin-top: calc(min(50px, 7vw)* 3);
    }
    .search-terms-row {
        font-size: 3.4rem;
    }
}

@media screen and (max-width: 550px) {
    .search-terms-row {
        flex-flow: column nowrap;
        font-size: 2.4rem;
        text-align: center;
    }
}