html {
    font-size: 16px;
    line-height: 19px;
}
body {
    /* background-color: #000; */
    background-color: #fff;
    color: #000;
}
a {
    color: inherit;
}

ul,ol,li{
    list-style: none;
    margin: 0;
    padding: 0;
}  

.home .content__wrapper .row {
    max-width: calc(100% - 80px);
}
.home .home__hero__content .inner_row,
.image_text .inner_row {
    width: calc(100% - 350px);
    margin: 0 auto;
    max-width: 924px;
    display: flex;
    justify-content: space-between;
}

.single-post-content .image_text .inner_row {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}

.row--wide {
    max-width: calc(100% - 150px);
}
.row--wide--main_content .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
}

.row--thin {
    max-width: 690px;
    margin: 0 auto;
}

.row.content-row{
    max-width: 925px;
    margin: 0 auto;
}

header {
    position: relative;
}
header div.menu {
    position: fixed;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: 10;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}

header div.menu {
    background-color: #fff;
    color: #000;
}

header div.menu a {
    font-size: 32px;
    line-height: 82px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

header div.menu a {
    color: #000;
}

header div.menu a:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: left;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

header div.menu .current-menu-item a:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

header div.menu a:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

header ul.menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
}

header ul.menu li .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
    display: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding: 20px 0;
    overflow-y: scroll !important;
    max-height: 80vh;
}
header ul.menu li .sub-menu.visible {
    display: block;

}

header ul.menu {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.sub_open header ul.menu {
    transform: translateY(-50%) translateX(-60vw);
    -webkit-transform: translateY(-50%) translateX(-60vw);
}
.sub_open header ul.menu a {
    /*color: #000;*/
    opacity: 0.5;
    pointer-events: none;
}
.sub_open header ul.menu li .sub-menu {
    transform: translateX(60vw);
    -webkit-transform: translateX(60vw);
}
.sub_open header ul.sub-menu a {
    color: #fff;
    opacity: 1;
    pointer-events: auto;
}

header ul.menu li .sub-menu a {
    color: #000;
}

header ul.menu li .sub-menu a {
    font-size: 32px;
    line-height: 72px;
    font-weight: 400;
}
header div.menu .sub-menu a:after {
    margin-left: 25px;
    height: 2px;
    bottom: -4px;
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: left;
}

header div.menu .sub-menu a:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

header ul.menu li.sub-menu-title{
    font-weight: 600;
    font-size: 32px;
    line-height: 72px;
    letter-spacing: 0px;
    text-align: center;
}

.close_sub_menu {
    background: url(../img/left.svg) no-repeat center;
    font-size: 0;
    height: 85px;
    width: 85px;
    position: absolute;
    left: 40px;
    top: 50%;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    visibility: hidden;
    background-size: contain;
}
.sub_open .close_sub_menu {
    opacity: 1;
    visibility: visible;
}

.close_menu,
.open_menu {
    background: url(../img/menu-close-black.svg) no-repeat center;
    font-size: 0;
    height: 14px;
    z-index: 10;
    width: 18px;
    position: absolute;
    left: 40px;
    top: 45px;
}
.open_menu {
    background: #fff url(../img/burger-menu.svg) no-repeat center;
    width: 73px;
    height: 100px;
    background-size: 29px 18px;
    top: 0;
    left: 0;
    z-index: 10;
    background-position: calc(100% - 18px);
    background-color: transparent;
}
.close_menu {
    z-index: 5;
}
body.menu_open {
    overflow: hidden;
}
body.menu_open div.menu {
    opacity: 1;
    visibility: visible;
    z-index: 99999999;
}
body.menu_open header div.menu a:after {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
}

.menu__logo {
    position: absolute;
    top: 35px;
    right: 32px;
    width: 137px;
}
header div.menu a.menu__hashtag {
    font-size: 25px;
    font-weight: 400;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
}
header div.menu a.menu__hashtag:after {
    display: none;
}


.fixed__bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: transparent;
    height: 100px;
}
.fixed__bar .logo__wrapper {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 264px;
    height: 148px;
    padding: 43px;
}
.fixed__bar .logo__wrapper img {
    display: block;
}

footer {
    padding: 20px 0;
}

footer .footer-copyright{
    font-weight: 400;
    font-size: 12px;
    line-height: 17.64px;
    letter-spacing: 0px;
    vertical-align: bottom;
    margin-top: 20px;
}

footer{
    background-color: #fff;
    color: var(--black);
}

footer .logo {
    max-width: 120px;
}

footer a{
    color: var(--black);
}

.footer-color-separator{
    height: 11px;
    width: 100%;
    background-color: var(--site-yellow);
}

footer .menu a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

footer .menu a:hover{
    text-decoration: none;
}

footer .footer-bottom .row .columns:first-of-type{
    padding-left: 0;
}
footer p {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    font-weight: 500;
}

footer .footer-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

footer .footer-top .footer-right>a{
    display: flex;
    flex-direction: column;
    max-width: 140px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    gap: 10px;
}

footer .footer-top .footer-left{
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 0px;
    vertical-align: bottom;
    max-width: 175px;
}

.footer-text-animated {
    position: relative;
    display: inline-block;
    min-height: 18px;
    overflow: hidden;
    width: 100%;
    max-width: 175px;
}

.footer-text-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 18px;
}

.footer-text-line.footer-text-start {
    position: relative;
}

.footer-text-word {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(100%);
    opacity: 0;
}

.footer-text-word.footer-word-active {
    transform: translateY(0);
    opacity: 1;
}

.footer-text-word.footer-word-exit {
    transform: translateY(-100%);
    opacity: 0;
}

ul.social {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
ul.social li {
    height: 23px;
    min-width: 23px;
}
ul.social li img {
    height: 17px;
    width: 17px;
}
ul.social li:not(:last-child) {
    margin-right: 20px;
}

/** gforms **/
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
textarea {
    font-size: 20px;
    line-height: 30px;
    background: transparent;
    color: inherit;
    border: 0;
    border-bottom: 1px solid;
    border-color: inherit;
    width: 100%;
    transition: all 0.25s ease;
    webkit-transition: all 0.25s ease;
}

textarea {
    max-height: 210px;
    outline: none;
}

.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gfield_error textarea {
    background: transparent;
    border-color: #ff0000;
}

.gform_wrapper ul li.gfield {
    position: relative;
    margin-bottom: 30px;
}
.gform_wrapper ul li.gfield.gfield--type-checkbox{
    margin-bottom: 50px;
}
.gform_wrapper ul li.gfield:last-child {
    margin-bottom: 30px;
}
.gform_wrapper .top_label .gfield_label {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    position: absolute;
    top: 1px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    z-index: 1;
    /* text-transform: uppercase; */
}
.gform_wrapper ul li.gfield.has_focus:not(.gfield--type-choice) .gfield_label,
.gform_wrapper ul li.gfield.has_value:not(.gfield--type-choice) .gfield_label {
    font-size: 14px;
    top: -20px;
}
.newsletter .gform_ajax_spinner,
.gform_validation_container,
.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
    display: none !important;
}

.gfield_error{
    color: #ff0000;
}

.gform_fields {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gform_footer {
    text-align: right;
}
input[type=submit] {
    font-size: 12px;
    line-height: 19px;
    font-weight: 400;
    background: transparent;
    color: inherit;
    text-transform: uppercase;
    padding: 0px 36px;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    border: 1px solid;
    border-color: inherit;
}
input[type=submit]:hover {
    background: #000;
    color: #fff;
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
}
.gform_wrapper button:hover {
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
}

#gform_1 .top_label .gfield_label{
    font-size: 12px;
    line-height: 40px;
}

#gform_1 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), #gform_1 textarea{
    font-size: 12px;
}

/** newsletter **/
.newsletter {
    background-color: #000000;
    color: #fff;
    padding-bottom: 80px;
    z-index: 5;
}
.newsletter .gform_title {
    font-size: 19px;
    line-height: 47px;
}
.newsletter .gform_body li {
    width: calc((100% / 4) - 20px);
    margin-right: 20px;
    float: left;
}
.newsletter .gform_body li#field_1_1,
.newsletter .gform_body li#field_1_2,
.newsletter .gform_body li#field_1_3 {
    max-width: 216px;
}
.newsletter .gform_wrapper ul li.gfield {
    margin-bottom: 0;
}
.newsletter .gform_confirmation_wrapper {
    padding-top: 40px;
}

/** carousel **/
.hero .row {
    max-width: calc(100% - 150px);
}
.hero .row .columns {
    padding-left: 0;
    padding-right: 0;
}
.hero__carousel ul {
    height: 0;
    padding-bottom: 94vh;
    overflow: hidden;
}
.hero__carousel li {
    height: 0;
    padding-bottom: 94vh;
}
.hero__carousel div {
    height: 0;
    padding-bottom: 94vh;
    background-size: cover !important;
}
.hero {
    position: relative;
    overflow: hidden;
}
.hero__text__wrapper {
    position: absolute;
    font-size: 88px;
    line-height: 33.48px;
    font-weight: 800;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 88px;
    white-space: nowrap;
    width: 100%;
    z-index: 2;
    color: #fff;
}
.hero__text {
    width: 500%;
    position: absolute;
    animation: marquee 10s linear infinite;
    pointer-events: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}

.single-post-content .image_text.content__wrapper .row{
    padding: 25px 0 0;
}
.home .content__wrapper .row{
    background-color: var(--site-yellow);
    padding: 50px 0 80px;
}
.image_text.content__wrapper .row .columns {
    padding-left: 25px;
    padding-right: 25px;
}
.image_text.content__wrapper .row .left-block{
    flex: 1;
    padding-right: 25px;
}
.image_text.content__wrapper .row .right-block{
    max-width: 453px;
    padding-left: 0;
}

.single-post-content .image_text.content__wrapper .row .right-block{
    max-width: 575px;
}
.image_text.content__wrapper .standfirst{
    margin-right: auto;
}
.image_text.content__wrapper .standfirst p {
    font-size: 52px;
    line-height: 68px;
    margin: 0 0 50px;
}
.image_text.content__wrapper .content * {
    font-size: 26px;
    line-height: 36px;
    max-width: 960px;
}
.image_text.image_text--small.content__wrapper .content *:not(h1, h2, h3, h4, h5, h6) {
    font-size: 20px;
    line-height: 30px;
}
.image_text.image_text--small.content__wrapper .content *:not(h1, h2, h3, h4, h5, h6, strong, b) {
    font-weight: 300;
}
.image_text.content__wrapper ul li:not(:last-child) {
    margin-bottom: 10px;
}
.image_text.content__wrapper ul li:before {
    content: '> ';
}
.image_text.content__wrapper a {
    text-decoration: none;
}
.image_text.content__wrapper a:hover {
    text-decoration: underline;
}

/** white page **/
.page_colour--white .open_menu {
    background: #fff url(../img/burger-menu.svg) no-repeat center;
    background-size: 29px 18px;
}
.case_study__block a {
    color: var(--black);
}

.page_colour--black .section--carousel .slick-arrow {
    background: rgba(0,0,0,0.3) url(../img/play-icon-white.svg) no-repeat center;
}
.page_colour--black .section--quote_line:before {
    background: url(../img/block-quote-white.svg) repeat-y center;
}
.page_colour--black .section--button a {
    border-color: #fff;
    color: #fff;
}

.form .form__wrapper button {
    position: relative;
}


.page_colour--black .section--button a:hover {
    background: #fff;
    color: #000;
}
.page_colour--black .block__quote__wrapper {
    color: #000;
}
.page_colour--black .section--block_quote .columns:after {
    background: #1a1a1a;
}

.to_top {
    position: fixed;
    left: 35px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    color: #000;
    background: url(../img/long-arrow-black.svg) no-repeat center;
    height: 79px;
    width: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}
.to_top.visible {
    opacity: 1;
    visibility: visible;
}
.to_top span {
    font-size: 16px;
    line-height: 19px;
    position: absolute;
    top: -25px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    left: 0;
    right: 0;
}

/** CASE STUDIES HOME **/
.case__studies {
    padding: 80px 0;
}

.archive .case__studies {
    padding: 10px 0px 100px 0px;
}

.case__studies .row{
    max-width: 924px;
}

.filter-dropdown {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
    color: #000;
}

.filter-dropdown label{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-top: -5px;
}

.filter-label {
    font-weight: normal;
    margin: 0;
}

.custom-select {
    position: relative;
    min-width: 300px;
}

.select-selected {
    background-color: #fff;
    border-bottom: 1px solid #000;
    padding: 0px 5px 4px 0px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.select-selected .select-text{
    font-weight: 300;
    font-size: 16px;
    line-height: 14.31px;
    text-transform: uppercase;
}

.select-selected:hover {
    border-color: #999;
}

.select-arrow {
    margin-left: 10px;
    transition: transform 0.3s;
}

.custom-select.active .select-arrow {
    transform: rotate(180deg);
}

.select-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
}

.select-selected .select-arrow{
    background: url(../img/downward-arrow.svg) no-repeat center;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
}

.select-option {
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
}

.select-option:hover {
    background-color: #f0f0f0;
}

.select-option.selected {
    background-color: #e0e0e0;
    font-weight: bold;
}

.filter-button {
    font-weight: 300;
    font-size: 11.89px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    width: 95px;
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    height: 24px;
    cursor: pointer;
    text-transform: uppercase;
}

.filter-button:hover {
    background-color: #000;
    color: #fff;
}

.case__studies.three-per-row .case__studies__wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
}

.case__studies.no-macy a{
    display: block;
}

.case__studies.no-macy a img{
    aspect-ratio: 1/1;
    object-fit: cover;
}

.case__studies.three-per-row .case_study__block .case_study__block__color{
    width: 6px;
}

.case__studies.three-per-row .case_study__block h2{
    /* font-size: 24px !important; */
    margin-bottom: 0px;
    /* line-height: 24px !important; */
}

.case__studies.three-per-row .case_study__block .content{
    padding: 9px 16px;
    /* height: 68px; */
}

.case__studies.three-per-row .case_study__block h3{
    margin-bottom: 7px;
}

.row--wide--main_content {
    /* background-color: #1a1a1a; */
}
.row--wide--main_content .gform_confirmation_wrapper {
    font-size: 26px;
    line-height: 36px;
}
.row--wide--main_content .gform_confirmation_wrapper {
    padding-bottom: 50px;
}
.main_content {
    padding: 60px 0;
}
.no-hero .main_content {
    padding-top: 25px;
}
.strat_parent__hero h1{
    font-size: clamp(50px, calc(50px + 18 * ((100vw - 440px) / 1000)), 68px);
    line-height: 68px;
    font-weight: 300;
    margin: 0px 0px 45px 0px;
    max-width: 572px;
}
.strat_parent__hero h1 + p{
    font-size: 25px;
    line-height: 30px;
    margin: 0;
    max-width: 572px;
}
.main_content h2,
.single-case-study .main_content h1,
.single-workspace .main_content h1,
.details_wrapper h1 {
    font-size: 50px !important;
    line-height: 60px !important;
    font-weight: 400;
}
.single-case-study h1,
.single-workspace h1,
.details_wrapper h1 {
    text-transform: none;
}

.main_content h1 + h2,
.single-case-study h2 + h1,
.single-workspace h2 + h1,
.details_wrapper h2 + h1 {
    margin-top: 0;
}

/** events **/
.events__wrapper {
    margin-bottom: 100px;
}
.event__wrapper {
    display: block;
    font-size: 20px;
    line-height: 28px;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}
.event__wrapper:not(.event__wrapper--headings) div:not(.image):not(.content):not(.event__content)  {
    width: calc((100% / 4) - 20px);
    margin-right: 20px;
    float: left;
}
.event__wrapper:not(.event__wrapper--headings) div:first-child:not(.image):not(.content)  {
    width: calc((100% / 2) - 20px);
}
.event__wrapper--headings div:first-child {
    margin-right: 20px;
    float: left;
    width: calc((100% / 2) - 20px);
}
.event__wrapper--headings div:last-child,
.event__wrapper--headings div:nth-last-child(2) {
    margin-right: 20px;
    float: left;
    width: calc((100% / 4) - 20px);
}
.event__wrapper--headings div:last-child {
    float: right;
    margin-right: 0;
    text-align: right;
}
.event__wrapper:not(.event__wrapper--headings) div:nth-last-child(2):not(.image):not(.content) {
    text-align: right;
    margin-right: 0;
    float: right;
}
.event__wrapper strong {
    font-size: 22px;
    line-height: 30px;
}
.event__wrapper div.event__content {
    width: 100%;
    float: left;
    display: none;
}
.event__content p {
    font-size: 20px;
    line-height: 28px;
}
.event__content .image,
.event__content .content {
    float: left;
    padding: 20px 0;
}
.event__content .image {
    width: calc(100% / 3);
    margin-right: 20px;
}
.event__content .content {
    width: calc(((100% / 3) * 2) - 20px);
}
.event__content .content p:first-child {
    margin-top: 0;
}
.event__wrapper--accordion {
    cursor: pointer;
}


/** get in touch **/
.form .form__wrapper{
    padding: 95px 0px;
}
.form .form__wrapper form {
    padding: 0px;
}
.form .form__wrapper .gform_body li:not(.gchoice) {
    float: left;
    width: calc(50% - 10px);
    margin-right: 20px;
}
.form .form__wrapper .gform_body li:nth-child(even) {
    margin-right: 0;
}
.form .form__wrapper .gform_body li#field_2_7,
.form .form__wrapper .gform_body li#field_2_12 {
    width: 100%;
}
.form .form__wrapper .gform_body li#field_2_9 {
    width: 100%;
}
.form .form__wrapper .gform_body li.full-width{
    width: 100% !important;
    margin-left: 0px;
    margin-right: 0px;
}
.form .form__wrapper .gform_footer {
    float: right;
    width: calc(50% - 10px);
}
.form .form__wrapper button,
.form .form__wrapper input[type=submit] {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    text-transform: none;
    display: block;
    border: 2px solid #000;
    text-align: center;
    width: 100%;
    padding: 9px;
    text-transform: uppercase;
}
.form .form__wrapper button:hover {
    background-color: #ffdd00;
    color: #000;
    transition: all 0.5s ease;
}
.form .form__wrapper:before,
.form .form__wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.form .form__wrapper:after {
    clear: both;
}
.form .form__wrapper .gform_body li#field_2_9 {
    margin-top: 20px;
}
.form .form__wrapper .gform_body li#field_2_9 ul.gfield_checkbox {
    margin: -20px 0 40px;
}
.form .form__wrapper .gform_body li#field_2_9 .gfield_checkbox li {
    position: relative;
    float: left;
    width: calc(100% / 10);
    margin-right: 60px;
}
#gform_1 .gfield_checkbox input[type=checkbox],
.form .form__wrapper .gfield_checkbox input[type=checkbox] {
    display: none;
}
.form .form__wrapper .gfield_checkbox li label {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 15px;
    font-weight: 300;
}
.form .form__wrapper .gfield_checkbox li label:before {
    content: '';
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
}
.form .form__wrapper .gfield_checkbox li label:after {
    content: '';
    background: #000;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 3px;
    bottom: 5px;
    opacity: 0;
    transition: all .25s;
    top: 3px;
}
.form .form__wrapper .gfield_checkbox li input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.gform_wrapper .gfield--type-choice .gfield_label{
    position: static;
}

.form .form__wrapper .gform_body li .gfield_checkbox{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.form .form__wrapper .gform_body li:not(.consent) .gfield_checkbox li{
    width: calc(33.33% - 7px);
}

section.map .row .map{
    padding-bottom: 100px;
    background: #E9E9E9;
}

.map__wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    max-width: 100%;
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.map__wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.map--spacer {
    height: 80px;
}

.video__wrapper {
    position: relative;
    background: #000;
    aspect-ratio: 1 / 0.6;
}
.video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video__wrapper .play {
    display: block;
    background: url(../img/play-icon-white.svg) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 120px;
    z-index: 2;
}

.video__wrapper video{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 99;
    justify-content: center;
}

.play-overlay .play-icon{
    width: auto;
    height: auto;
}

.play-overlay .play-icon img{
    display: block;
}

/** sections **/
.single-case-study .main_content {
    padding-bottom: 0;
}
.section {
    padding: 30px 0;
}
.single-post-content .section {
    padding: 38px 0;
}
.row--case_study_blocks .columns > .section:first-child {
    padding-top: 60px;
}
.row--case_study_blocks .columns .section:last-child {
    padding-bottom: 150px;
}
.row--case_study_blocks .columns .section:last-child.button_spacer {
    padding-bottom: 200px;
}
.section .row {
    /*margin-right: -0.9375rem;*/
    /*margin-left: -0.9375rem;*/
    /* margin-left: -10px; */
    /* margin-right: -10px; */
}
.section--standard--right .columns {
    float: right;
}
.section--standard--full--right .large-7.columns {
    float: right;
}
.section p:first-child {
    margin-top: 0;
}
.section p:last-child,
.single-case-study .main_content p:last-child {
    margin-bottom: 0;
}
.section--images .row .columns {
    margin-bottom: 20px;
}
.section--images .row .columns:last-child,
.section--images .row .columns:nth-last-child(2) {
    margin-bottom: 0;
}
.section--quote_line {
    font-size: 22px;
    line-height: 40px;
    position: relative;
    width: 100%;
    max-width: 700px;
}
.section--quote_line:before,
.block--quote .columns__quote .quote__wrapper:before {
    content: '';
    background: url(../img/block-quote-black.svg) repeat-y center;
    height: calc(100% - 70px);
    width: 9px;
    position: absolute;
    left: -40px;
    top: 39px;
    -webkit-animation: slide 20s linear infinite;
}
@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: 0 400px; }
}
.section--carousel {
    position: relative;
}
.section--carousel ul * {
    outline: none;
}
.section--carousel .slick-arrow {
    position: absolute;
    background: rgba(255,255,255,0.3) url(../img/play-icon-black.svg) no-repeat center;
    font-size: 0;
    overflow: hidden;
    bottom: -14px;
    width: 85px;
    height: 85px;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    top: calc(50% - 37.5px);
}
.section--carousel .slick-prev {
    left: -36px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.section--carousel .slick-next {
    right: -36px;
}

.section--carousel .slick-slide{
    aspect-ratio: 1 / 0.6;
}

.section--carousel .slick-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section--accordion {}
.section--accordion ul {}
.section--accordion ul li {
    font-size: 22px;
    line-height: 30px;
    background: #E9E9E9;
    color: #000;
}
.section--accordion ul li:nth-child(even) {
    background: #bababa;
}
.accordion__header button {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 400;
    padding: 18px 25px;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
}
.accordion__header button:before,
.accordion__header button:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 30px;
    width: 2px;
    height: 10px;
    background: #000;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}
.accordion__header button:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.accordion__content {
    padding: 0 25px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    max-height: 0;
    overflow: hidden;
}
.section--accordion li.open .accordion__content,
.section--case_studies li.open .accordion__content {
    padding: 20px 25px 40px;
    max-height: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}
.section--accordion li.open .accordion__header button:before,
.section--case_studies li.open .accordion__header button:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.accordion__content p:last-child a:last-child {
    position: relative;
    text-decoration: none;
}
.accordion__content p:last-child a:last-child:after {
    content: '';
    background: url(../img/long-arrow-white.svg) no-repeat center;
    width: 6px;
    height: 80px;
    display: block;
    position: absolute;
    right: -60px;
    transform: rotate(-90deg);
    bottom: -29px;
}

.block__quote__wrapper {
    position: relative;
    background: #d9d9d9;
    padding: 50px;
}
.section--block_quote .columns {
    position: relative;
}
.section--block_quote .columns:after {
    content: '';
    background: #f2f2f2;
    width: calc(50% - 70px);
    position: absolute;
    top: 100px;
    bottom: 0;
    right: 10px;
}
.block__quote_content {
    font-size: 20px;
    line-height: 24px;
}
.block__quote_quotee {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    position: absolute;
    bottom: 50px;
    left: 50px;
}
.block__quote_quotee span {
    display: block;
    font-weight: 300;
}
.block__quote__inner {
    float: left;
    width: calc(50% - 40px);
}
.block__quote_image {
    position: relative;
    float: right;
    width: calc(50% - 10px);
    height: 0;
    padding-bottom: 48.636%;
    overflow: hidden;
}
.block__quote_image img {
    position: absolute;
    z-index: 1;
}
.section--block_quote--right .columns {
    float: right;
}
.section--block_quote--right .block__quote_image {
    float: left;
}
.section--block_quote--right .block__quote__inner {
    float: right;
}
.section--block_quote.section--block_quote--right .columns:after {
    right: auto;
    left: 0;
}
.section--block_quote--right .block__quote_quotee {
    left: calc(50% + 40px);
}
.section--button {
    height: 70px;
    position: absolute;
    left: 50px;
    right: 50px;
}
.section--button.section--button-inline {
    max-width: max-content;
    margin: auto;
    left: auto;
    right: auto;
}
.button_spacer {
    height: 100px;
}

.case_study__block {
    padding-bottom: 10px;
}
.case_study__block a,
.workspace_block a {
    text-decoration: none;
}
.case_study__block a img {
    position: relative;
    z-index: 9;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}
.case_study__block a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
}
.case_study__block h3,
.workspace_block h3 {
    font-size: 12px !important;
    line-height: 15px !important;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
.case_study__block h2,
.workspace_block h2 {
    font-size: 20px !important;
    line-height: 25px !important;
    font-weight: 400;
    margin-top: 0;
}

.case_study__block .case_study__block__color{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 9px;
}

.case_study__block .content {
    padding: 15px 15px 15px 26px;
    position: relative;
}

.posts_slider {
    position: relative;
}
.posts_slider__list,
.posts_slider__list * {
    outline: none;
}
.posts_slider__item {
    padding: 0 10px;
}
/* Square images inside the slider */
.posts_slider .case_study__block a img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}
.posts_slider .slick-arrow {
    position: absolute;
    width: 74px;
    height: 74px;
    background: url(../img/play-icon-black.svg) no-repeat center;
    background-size: 100%;
    font-size: 0;
    overflow: hidden;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
    border-radius: 50%;
}
.posts_slider .slick-prev {
    left: -28px;
    transform: translateY(-50%) rotate(180deg);
}
.posts_slider .slick-next {
    right: -28px;
    transform: translateY(-50%);
}
.back-to-all-button{
    text-align: center;
}
.back-to-all-button a{
    font-weight: 700;
    font-size: 18.82px;
    line-height: 25.6px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 75px;
    margin-bottom: 20px;
}

.back-to-all-button a:hover{
    text-decoration: underline;
}

.load__more {
    position: relative;
    transition: opacity 0.3s ease;
}

.load__more.loading {
    opacity: 0.6;
    cursor: not-allowed;
}

.load__more.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.load__more {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin: 45px auto 0;
    font-style: normal;
}
.see_more {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    background: url(../img/long-arrow-white.svg) no-repeat center 25px;
    width: 300px;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    height: 100px;
    background-size: 5px;
}

.hero__video {
    position: relative;
    height: 94vh;
    overflow: hidden;
    width: 100%;
}
.hero__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size:100% 100%;
    object-fit:cover;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
}

.section--standard img:not(.already-visible),
.section--images img:not(.already-visible),
.block__quote_image img:not(.already-visible),
.case__studies img:not(.already-visible),
.section--standard--full img:not(.already-visible) {
    opacity: 1;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.section--standard img.come-in,
.section--images img.come-in,
.block__quote_image img.come-in,
.case__studies img.come-in,
.section--standard--full img.come-in {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.home .content__wrapper .content {
    margin-top: 100px;
    min-width: 453px;
    margin-left: auto;
    font-size: 25px;
    line-height: 30px;
}

.home .content__wrapper .content p{
    font-family: var(--main-font);
    font-size: 25px;
    line-height: 30px;
    max-width: 960px;
    color: #000;
    font-weight: 400;
}
.strat_block {
    position: relative;
    background: var(--light-grey);
    padding: 60px 0;
    color: #000;
    min-height: 275px;
    display: flex;
    align-items: center;
}

.strat_block .row{
    width: 100%;
    max-width: 922px;
}
.strat_block .start_block_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.strat_block h2 {
    font-weight: 300;
    font-size: 68px;
    line-height: 68px;
    margin: 0;
    margin-bottom: 35px;
}
.strat_block a {
    font-size: 25px;
    line-height: 30px;
    text-decoration: none;
    margin-top: 0;
    display: block;
    max-width: 257px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.strat_block.wide a{
    max-width: 330px;
}
.strat_block a svg {
    stroke: currentColor;
}
.strat_block a svg path {
    fill: currentColor;
}

.strat_block.footer_subscribe{
    background: #000;
    color: #fff;
}

/* .strat_block a:after {
    content: '';
    background: url(../img/thin-arrow.svg) no-repeat center;
    width: 100%;
    height: 20px;
    display: block;
    margin-top: 25px;
} */

.cta_button {
    font-size: 20px;
    line-height: 28px;
    border: 1px solid #ffdd00;
    color: #fff;
    background: transparent;
    padding: 7px 70px;
    text-decoration: none;
}
.cta_button:hover {
    background: #ffdd00;
    color: #000;
}

.page-template-page--get-in-touch .cta_button {
    display: block;
    text-align: center;
}
/*.page-template-page--get-in-touch .cta_button:hover {*/
    /*color: #fff;*/
/*}*/

.row--workspace_details {}
.row--wide--main_content .workspace_details_column *,
.row--wide--main_content .workspace_content_column * {
    font-size: 20px;
    line-height: 28px;
}
.workspace_details_column .details_wrapper {
    width: 100%;
    max-width: 276px;
}
.workspace_details_column ul {
    margin-top: 15px;
}
.workspace_details_column li:first-child {
    border-top: 1px solid #fff;
}
.workspace_details_column li {
    border-bottom: 1px solid #fff;
}
.workspace_details_column ul li p {
    margin: 10px 0;
}

.workspace_content_column ul li {
    position: relative;
}
.workspace_content_column ul li:before {
    content: '–';
    position: absolute;
    left: -15px;
}


.section--button a,
.page-template-page--get-in-touch .cta_button,
.cta_button--special {
    position: relative;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    display: block;
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 9px 16px;
}
.section--button a:before,
.section--button a:after,
.form .form__wrapper button:before,
.form .form__wrapper button:after,
.page-template-page--get-in-touch .cta_button:before,
.page-template-page--get-in-touch .cta_button:after,
.cta_button--special:before,
.cta_button--special:after {
    width: 100%;
    height:100%;
    z-index: 3;
    content:'';
    position: absolute;
    top:0;
    left:0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.75s;
}
.section--button a:before,
.form .form__wrapper button:before,
.page-template-page--get-in-touch .cta_button:before,
.cta_button--special:before,
.page-template-page--strategy-parent .section--button a:before {
    border-bottom: 2px solid #1a1a1a;
    border-left: 2px solid #1a1a1a;
    -webkit-transform-origin: 0 100%;
}
.section--button a:after,
.form .form__wrapper button:after,
.page-template-page--get-in-touch .cta_button:after,
.cta_button--special:after,
.page-template-page--strategy-parent .section--button a:after {
    border-top: 2px solid #1a1a1a;
    border-right: 2px solid #1a1a1a;
    -webkit-transform-origin: 100% 0%;
}
.form .form__wrapper button,
.page-template-page--get-in-touch .cta_button,
.cta_button--special {
    border: none;
}

.form .form__wrapper button:hover:after{
    border-top: 2px solid var(--site-yellow);
    border-right: 2px solid var(--site-yellow);
}

.form .form__wrapper button:hover:before{
    border-bottom: 2px solid var(--site-yellow);
    border-left: 2px solid var(--site-yellow);
}

.section--button a.drawn:after,
.section--button a.drawn:before,
.form .form__wrapper button.drawn:before,
.form .form__wrapper button.drawn:after,
.page-template-page--get-in-touch .cta_button.drawn:after,
.page-template-page--get-in-touch .cta_button.drawn:before,
.cta_button--special.drawn:after,
.cta_button--special.drawn:before {
    -webkit-transform: scale(1);
}

.section--button a:hover {
    background: #000;
    color: #fff;
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
}
.cta_button--white {
    color: #fff;
}

.workspaces_main_content {
    padding-bottom: 50px;
}
.workspaces_carousel,
.workspaces_carousel ul,
.workspace_content_column ul {
    width: 100%;
    position: relative;
}
.workspaces_carousel li.workspace_block_item,
.workspaces_main_content li.workspace_block_item {
    float: left;
    width: calc((100% / 3) - 20px);
    margin: 0 10px;
}
.workspaces_main_content li.workspace_block_item {
    margin-bottom: 50px;
}
.workspaces_carousel .slick-arrow {
    position: absolute;
    width: 74px;
    height: 74px;
    background: rgba(255,255,255,0.3) url(../img/play-icon-white.svg) no-repeat center;
    font-size: 0;
    overflow: hidden;
    z-index: 2;
    top: calc(50% - 70px);
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.workspaces_carousel .slick-prev {
    left: -30px;
    transform: translateY(-50%) rotate(180deg);
}
.workspaces_carousel .slick-next {
    right: -30px;
}
.workspace_block {
    position: relative;
}
.workspace_block a {
    display: block;
    position: relative;
}
.workspace_block a:after {
    content: '';
    position: absolute;
    display: block;
    background: url(../img/workspace-hover.svg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 284px;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .25s;
}
.workspace_block a:hover:after {
    opacity: 1;
}
.workspace_block img {
    height: 284px;
    width: 100%;
    object-fit: cover;
}
.back_to_workspaces {
    font-size: 22px;
    line-height: 55px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: center;
}

.workspace_hero {
    width: 100%;
    height: 400px;
    background-size: cover !important;
    margin-bottom: -40px;
}

a.event__wrapper {
    text-decoration: none;
}

.sub_hero {
    background: #ffdd00;
    color: #000;
}

.archive .sub_hero{
    background: #fff;
}

.sub_hero .main_content {
    padding: 50px 0;
}

.sub_hero .text_content{
    padding: 0px 0px 38px 0px;
}

.sub_hero .text_content>.row>.large-6+.large-6{
    margin-top: 10px;
}

.rank-math-breadcrumb{
    padding: 45px 0px 45px 0px;
    margin: 0;
}

.sub_hero .rank-math-breadcrumb{
    padding: 45px 20px 33px;
}

.sub_hero{
    display: flex;
    flex-direction: column;
}

.no-hero .sub_hero{
    padding-top: 200px;
}

.hero_v2--breadcrumbs_at_the_bottom .text_content{
    order: -1;
}

.rank-math-breadcrumb p{
    font-size: 16px !important;
    line-height: 30px !important;
    margin: 0;
}

.rank-math-breadcrumb p a{
    font-weight: 300;
    text-decoration: none;
}

.rank-math-breadcrumb p .last{
    font-weight: 400;
}

.rank-math-breadcrumb .separator{
    font-weight: 300;
}

.sub_hero h1 {
    font-size: 55px !important;
    line-height: 63px !important;
    text-transform: none;
    margin: 0;
    font-weight: 300;
    padding-right: 60px;
}
.sub_hero p {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
}
.sub_hero p:first-child {
    margin-top: 0;
}
.sub_hero p.standfirst_p {
    font-size: 26px;
    line-height: 36px;
}


.sub_hero .text_content .description .buttons{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.sub_hero .text_content .description .buttons a{
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-decoration: none;
    border: 2px solid #000;
    text-align: center;
    transition: all 0.3s ease;
    padding: 12.5px 15px;
}

.sub_hero .text_content .description .buttons a:hover{
    background: #000;
    transition: all 0.3s ease;
    color: #fff;
}

.strat_content {
    background: #fff;
    color: #000;
}
.strat_content .section--carousel .slick-arrow {
    background: rgba(255,255,255,0.3) url(../img/play-icon-black.svg) no-repeat center;
}
.strat_content .main_content {
    padding: 0;
}
.strat_content .section {
    padding: 10px 0;
}
.sub_hero .row{
    max-width: 960px;
    width: 100%;
}
section.block {}
section.block--colour--white,
section.section--breaker--white {
    background: #fff;
}
section.block--colour--grey,
section.section--breaker--grey {
    background: rgba(0,0,0,0.05);
}
section.block--colour--dark-grey,
section.section--breaker--dark-grey {
    background: #737783;
}
section.section--breaker--yellow {
    background: #ffdd00;
}

.strat_content section {
    padding: 50px 0;
}
.strat_content section.block--top--small,
.strat_content section.block--top--small . section {
    padding-top: 25px;
}
.strat_content section.block--bottom--small,
.strat_content section.block--bottom--small .section {
    padding-bottom: 25px;
}
.strat_content section.block--top--none,
.strat_content section.block--top--none .section {
    padding-top: 0;
}
.strat_content section.block--bottom--none,
.strat_content section.block--bottom--none .section {
    padding-bottom: 0;
}


/** image grid **/
.page-template-page--strategy-child .section--image_grid {
    /*margin-left: -10px;*/
    /*margin-right: -10px;*/
}
.page-template-page--strategy-child .section--image_grid .row {
    margin: 0;
}
.page-template-page--strategy-child .section--image_grid .large-12.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: -10px;
    margin-right: -10px;
    display: block;
    float: none;
    position: relative;
}
.page-template-page--strategy-child .image_grid_item {
    float: left;
    width: 100%;
    margin: 0 10px 20px;
}
.page-template-page--strategy-child .image_grid_item:nth-last-child(2),
.page-template-page--strategy-child .image_grid_item:last-child {
    margin-bottom: 0;
}
.page-template-page--strategy-child .image_grid_item--third {
    width: calc((100% / 3) - 20px);
}
.page-template-page--strategy-child .image_grid_item--two-third {
    width: calc(((100% / 3) * 2) - 20px);
}
.page-template-page--strategy-child .image_grid_item--half {
    width: calc(50% - 20px);
}

/** image **/
.page-template-page--strategy-child .section--image {
    position: relative;
}
.page-template-page--strategy-child .section--image img {
    width: 100%;
}
.page-template-page--strategy-child .section--image--page {
    margin-left: -100px;
    margin-right: -100px;
}
.page-template-page--strategy-child .section--image--underline {
    border-bottom: 10px solid #ffdd00;
}
.page-template-page--strategy-child .section--image--underline.underline--orange {
    border-color: #e94f35;
}
.page-template-page--strategy-child .section--image p.caption {
    font-size: 12px;
    line-height: 10px;
    display: block;
    position: absolute;
    bottom: -40px;
    color: #000;
    background: #ffdd00;
    margin: 0;
    padding: 10px;
    right: 0;
    z-index: 2;
}
.page-template-page--strategy-child .section--image.underline--orange p.caption {
    background: #e94f35;
}
.page-template-page--strategy-child .block--button a {
    color: #000;
}
.page-template-page--strategy-child .block--button a:before {
    border-bottom: 4px solid #ffdd00;
    border-left: 4px solid #ffdd00;
}
.page-template-page--strategy-child .block--button a:after {
    border-top: 4px solid #ffdd00;
    border-right: 4px solid #ffdd00;
}
.page-template-page--strategy-child .block--button a:hover {
    background: #ffdd00;
    color: #000;
}

/** 5050 content **/
.page-template-page--strategy-child .section--fiftyfifty_content {}
.page-template-page--strategy-child .section--fiftyfifty_content h2 {
    font-size: 35px !important;
    line-height: 45px !important;
    margin: 0 0 50px;
}
.page-template-page--strategy-child .section--fiftyfifty_content h2.underlined,
.page-template-page--strategy-child .section--partnerships h2.underlined,
.page-template-page--strategy-child .block--case_studies h2.underlined,
.page-template-page--strategy-child .section--twothirds h2.underlined {
    font-size: 35px !important;
    line-height: 45px !important;
    display: inline-block;
    position: relative;
}
h2.underlined span {
    background-image: linear-gradient(to right, #ffdd00 0%, #ffdd00 100%);
    background-repeat: repeat-x;
    background-position: 0 95%;
    background-size: 100% 6px;
}
h2.underlined.underlined--dark-grey span {
    background-image: linear-gradient(to right, #737783 0%, #737783 100%);
}

.page-template-page--strategy-child .section--fiftyfifty_content h3 {
    font-size: 22px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 300;
}
.page-template-page--strategy-child .section--fiftyfifty_content p,
.page-template-page--strategy-child .section--fiftyfifty_content ul,
.page-template-page--strategy-child .section--fiftyfifty_content ol,
.page-template-page--strategy-child .section--twothirds ul,
.page-template-page--strategy-child .section--twothirds ol {
    font-size: 20px;
    line-height: 28px;
}
.page-template-page--strategy-child .section--fiftyfifty_content p.standfirst_p,
.page-template-page--strategy-child .section--fiftyfifty_content h5,
.page-template-page--strategy-child .section--twothirds h5 {
    font-size: 26px;
    line-height: 36px;
    font-weight: normal;
}
.page-template-page--strategy-child .section--fiftyfifty_content p.hero_p,
.page-template-page--strategy-child .section--fiftyfifty_content h6,
.page-template-page--strategy-child .section--twothirds h6 {
    font-size: 50px;
    line-height: 60px;
    font-weight: normal;
}
.page-template-page--strategy-child .section--fiftyfifty_content .offset {
    margin-top: 100px;
}
.page-template-page--strategy-child .section--fiftyfifty_content ul li:before,
.page-template-page--strategy-child .section--twothirds ul li:before {
    content: '–';
    position: absolute;
    left: -15px;
}
.page-template-page--strategy-child .section--fiftyfifty_content ul li,
.page-template-page--strategy-child .section--fiftyfifty_content ol li,
.page-template-page--strategy-child .section--twothirds ul li,
.page-template-page--strategy-child .section--twothirds ol li {
    position: relative;
    margin-bottom: 10px;
}

/** 2/3 content **/
.page-template-page--strategy-child .section--twothirds {}
.page-template-page--strategy-child .section--twothirds h2 {
    font-size: 32px!important;
    line-height: 36px!important;
    font-weight: 300;
    margin: 0 0 30px;
}
.page-template-page--strategy-child .section--twothirds p {
    font-size: 20px;
    line-height: 28px;
}
.page-template-page--strategy-child .section--twothirds img {
    padding-left: 60px;
}
.page-template-page--strategy-child .section--twothirds--left img {
    padding-left: 0;
    padding-right: 60px;
}
.page-template-page--strategy-child .section--twothirds--left .row .large-4 {
    float: left;
}
.page-template-page--strategy-child .section--twothirds--left .row .large-8 {
    float: right;
}
.page-template-page--strategy-child .section--twothirds img.top {
    margin-top: -60px;
}
.page-template-page--strategy-child .section--twothirds img.bottom {
    margin-top: 60px;
}
.page-template-page--strategy-child .section--twothirds img.heading {
    margin-top: -110px;
}
.page-template-page--strategy-child .section--twothirds img.large-heading {
    margin-top: -157px;
}

/** yellow break **/
.page-template-page--strategy-child .block--yellow_content_break {
    /*background: #ffdd00;*/
    padding: 50px 0;
}
.page-template-page--strategy-child .block--yellow_content_break--white {
    background: #fff;
}
.page-template-page--strategy-child .block--yellow_content_break--grey {
    background: rgba(0,0,0,0.05);
}
.page-template-page--strategy-child .block--yellow_content_break--dark-grey {
    background: #737783;
}
.page-template-page--strategy-child .block--yellow_content_break p {
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
}
.page-template-page--strategy-child .block--yellow_content_break .section--yellow_break--dark-grey p {
    color: #fff;
}

.section--image.has-caption:not(.section--image--underline) p.caption {
    bottom: -30px;
}

/** stats **/
.page-template-page--strategy-child .block--statistics {}
.page-template-page--strategy-child .block--statistics span.large_text,
.page-template-page--strategy-child .block--statistics span.small_text {
    text-transform: uppercase;
    display: block;
    position: relative;
}
.page-template-page--strategy-child .block--statistics span.large_text {
    font-size: 57px;
    line-height: 57px;
    font-weight: 600;
    float: right;
}
.page-template-page--strategy-child .block--statistics span.small_text {
    font-size: 20px;
    line-height: 24px;
    float: left;
    max-width: 570px;
    margin-top: 6px;
}
.page-template-page--strategy-child .block--statistics ul li {
    margin-bottom: 36px;
    position: relative;
}
.page-template-page--strategy-child .block--statistics ul li:before {
    content: '';
    height: 73px;
    width: 80%;
    background: #ffdd00;
    display: block;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);

}
.page-template-page--strategy-child .block--statistics ul li:nth-child(even) span.large_text {
    float: left;
}
.page-template-page--strategy-child .block--statistics ul li:nth-child(even) span.small_text {
    float: right;
}

/** actions **/
.page-template-page--strategy-child .section--actions {}
.page-template-page--strategy-child .section--actions h3 {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: rgba(0,0,0,0.7);
    border-top: 10px solid #ffdd00;
    margin: 0 0 10px;
    padding-top: 10px;
}
.page-template-page--strategy-child .section--actions .action__content p {
    font-size: 20px;
    line-height: 28px;
}
.page-template-page--strategy-child .section--actions .row--actions {
    margin-bottom: 40px;
}

/** partnership **/
.page-template-page--strategy-child .section--partnerships {}
.page-template-page--strategy-child .section--partnerships p {
    font-size: 20px;
    line-height: 28px;
}
.page-template-page--strategy-child .section--partnerships p.standfirst_p {
    font-size: 26px;
    line-height: 36px;
    font-weight: normal;
}
.page-template-page--strategy-child .row--partners ul {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 50px;
}
.page-template-page--strategy-child .row--partners ul li {
    width: calc((100% / 4) - 20px);
    margin: 0 10px 20px;
    float: left;
}
.page-template-page--strategy-child .special_partners {
    margin-left: -10px;
    margin-right: -10px;
}
.page-template-page--strategy-child .special_partner {
    width: calc(50% - 20px);
    float: left;
    margin: 0 10px;
}

/** accordion **/
.page-template-page--strategy-child .section--accordion ul li {
    background: rgba(0,0,0,0.1);
}
.page-template-page--strategy-child .section--accordion ul li:nth-child(even) {
    background: rgba(0,0,0,0.05);
}
.page-template-page--strategy-child .accordion__header button {
    font-weight: normal;
    color: #000;
}
.page-template-page--strategy-child .accordion__header button:before,
.page-template-page--strategy-child .accordion__header button:after {
    background: #000;
}
.page-template-page--strategy-child .accordion__content {
    color: #000;
}
.page-template-page--strategy-child .accordion__content p {
    font-size: 20px;
    line-height: 28px;
}
/** case studies **/
.page-template-page--strategy-child .block--case_studies {
    background: rgba(0,0,0,0.05);
    border-bottom: 10px solid #fff;
}
.page-template-page--strategy-child .block--case_studies h2.underlined span {
    background-image: linear-gradient(to right, #e94f35 0%, #e94f35 100%);
}
.page-template-page--strategy-child .block--case_studies .accordion__header {
    background: #fff;
}
.page-template-page--strategy-child .block--case_studies .accordion__header button {
    font-size: 22px;
    line-height: 30px;
    color: #e94f35;
}

.page-template-page--strategy-child .block--case_studies .accordion__header button:before,
.page-template-page--strategy-child .block--case_studies .accordion__header button:after {
    background: #e94f35;
    top: 25px;
}
.page-template-page--strategy-child .block--case_studies ul {
    margin-top: 40px;
}
.page-template-page--strategy-child .block--case_studies li {
    margin-bottom: 10px;
}
.page-template-page--strategy-child .block--case_studies li.open {
    margin-bottom: 100px;
}
.page-template-page--strategy-child .block--case_studies li.open .accordion__header {
    border-bottom: 0;
}
.page-template-page--strategy-child .block--case_studies .accordion__content {
    background: #fff;
}
.page-template-page--strategy-child .block--case_studies li.open .accordion__content {
    overflow: visible;
}
.page-template-page--strategy-child .block--case_studies .accordion__content p {
    font-size: 20px;
    line-height: 28px;
}
.page-template-page--strategy-child .block--case_studies .accordion__image {
    margin-bottom: -80px;
}

/** quote **/
.page-template-page--strategy-child .block--quote {}
.page-template-page--strategy-child .block--quote .columns__quote {
    position: relative;
    font-size: 20px;
    line-height: 32px;
}
.page-template-page--strategy-child .block--quote .columns__quote .quote__wrapper:before {
    height: 100%;
    top: 0;
    left: -20px;
}
.page-template-page--strategy-child .block--quote .columns__quote span {
    font-size: 16px;
    line-height: 22px;
    display: block;
}
.page-template-page--strategy-child .block--quote .columns__content__stat,
.page-template-page--strategy-child .block--5050_content_and_stat .columns__content__stat {
    font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
    width: 100%;
    max-width: 275px;
    float: right;
}
.page-template-page--strategy-child .block--quote .section--quote--right .columns__content__stat {
    float: left;
}

.page-template-page--strategy-child .block--quote .columns__content__content p,
.page-template-page--strategy-child .block--5050_content_and_stat .columns__content__content p {
    font-size: 20px;
    line-height: 28px;
}
.page-template-page--strategy-child .section--quote--right .columns__content {
    float: left;
}
.page-template-page--strategy-child .section--quote--right .columns__quote {
    float: right;
}
.page-template-page--strategy-child .section--quote--right.section--quote--content .columns__quote .quote__wrapper {
    padding-left: 90px;
}
.page-template-page--strategy-child .section--quote--right .columns__quote .quote__wrapper:before {
    left: 70px;
}
.page-template-page--strategy-child .section--quote--right.section--quote--statistic .columns__quote .quote__wrapper:before {
    left: -20px;
}
.strat_parent__hero h2 {
    font-size: 170px !important;
    line-height: 170px !important;
    margin-bottom: 55px;
    width: 100%;
    max-width: 650px;
}
.strat_parent__hero h3 {
    font-size: 40px!important;
    line-height: 50px!important;
    margin: 0;
    width: 100%;
    max-width: 735px;
}
.hero.strat_parent__hero .row.main_content {
    max-width: 933px;
    padding: 0;
}
.strat_parent__hero>.row{
    padding: 150px 0px 65px;
}
.strat_parent_links {}
.strat_parent_links li:first-child {
    border-top: 1px solid #000;
}
.strat_parent_links li {
    border-bottom: 1px solid #000;
    padding: 5px 0;
}
.strat_parent_links li a {
    font-size: 26px;
    line-height: 30px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.strat_parent_links li span {
    display: inline-block;
    flex: 1;
    padding-right: 15px;
}
.strat_parent_links li img {
    width: 217px;
    height: 94px;
    object-fit: cover;
    float: right;
}
.page-template-page--strategy-parent .main_content {
    padding-bottom: 300px;
}
.page-template-page--strategy-parent .section--button {
    /*bottom: 0;*/
}
.page-template-page--strategy-parent .row--wide--main_content {
    background: #fff;
    color: #000;
}
.page-template-page--strategy-parent .block--button {
    margin-top: -200px;
}
.page-template-page--strategy-parent .block--button a {
    color: #000;
}
.page-template-page--strategy-parent .block--button a img {
    height: 18px;
    margin-right: 10px;
    margin-top: -4px;
}
.page-template-page--strategy-parent .block--button a:hover {
    color: #000;
    background: #ffdd00;
}
.page-template-page--strategy-child .section--button--special {
    text-transform: uppercase;
}

.page-template-page--strategy-child .small_anchors li {
    border-bottom: 1px solid #fff;
}
.page-template-page--strategy-child .small_anchors li a {
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
    display: block;
    padding: 9px 0;
}

.page-template-page--strategy-child .large_anchors {
    border-top: 3px solid #fff;
    margin-top: 40px;
}
.page-template-page--strategy-child .large_anchors p {
    font-size: 26px;
    line-height: 36px;
}
.page-template-page--strategy-child .large_anchors li {
    border-bottom: 3px solid #fff;
    position: relative;
}
.page-template-page--strategy-child .large_anchors li a {
    font-size: 26px;
    line-height: 33px;
    text-decoration: none;
    display: block;
    padding: 30px 0 30px 190px;
}
.page-template-page--strategy-child .large_anchors li span {
    font-size: 96px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 73px;
}
.single-case-study .section--button a {
    width: 89%;
    margin: 30px auto 0;
}
.single-case-study .section--button a:before {
    border-bottom: 4px solid #000;
    border-left: 4px solid #000;
}
.single-case-study .section--button a:after {
    border-top: 4px solid #000;
    border-right: 4px solid #000;
}
.single-case-study .section--button a:hover {
    background: #ffdd00;
    color: #000;
}

figure {
    width: auto;
    max-width: 100%;
}

.page-template-page--strategy-child h2 {
    max-width: 670px;
}

h2.underlined--alt {
    text-transform: uppercase;
    color: #e94f35;
    margin-bottom: 0;
}
h2.underlined--alt span {
    background-image: none !important;
}

.partners_button {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    /* border: 4px solid #000; */
    color: #000;
    text-decoration: none;
    text-align: center;
    padding: 16px;
    margin-top: 30px;
    width: 100%;
}
.partners_button:before,
.partners_button:after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    transition: 0.75s;
}
.partners_button:before {
    border-bottom: 4px solid #ffdd00;
    border-left: 4px solid #ffdd00;
}
.partners_button:after {
    border-top: 4px solid #ffdd00;
    border-right: 4px solid #ffdd00;
}
.partners_button:hover {
    background: #ffdd00;
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
}

.page-template-page--strategy-child .block--5050_content_and_stat .section--quote--left .columns__content:first-child {
    float: right;
}
.page-template-page--strategy-child .block--5050_content_and_stat .section--quote--left .columns__content:last-child {
    float: left;
}
.page-template-page--strategy-child .block--5050_content_and_stat .section--quote--left .columns__content__stat {
    float: left;
}

.columns__content__stat {
    background: #fff;
    padding: 20px;
    position: relative;
    transform-style: preserve-3d;
}
.columns__content__stat:after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: -15px;
    background: url(../img/stat-background.svg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: translateZ(-1px) rotate(180deg);
    transform: translateZ(-1px) rotate(180deg);
}

b, strong {
    font-weight: normal;
}

.image_grid_item,
.case_study__images__wrapper {
    position: relative;
}
.block--image_grid p.caption,
.section--carousel p.caption,
.case_study__images__wrapper p.caption {
    position: absolute;
    bottom: -22px;
    right: 0;
    background: #ffdd00;
    color: #000;
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
    margin: 0;
}
.section--carousel p.caption {
    left: 50%;
    right: auto;
    max-width: 70%;
    /* width: auto; */
    transform: translateX(-50%);
}

.hero__carousel p.caption {
    position: absolute;
    bottom: -14px;
    right: 0;
    background: #ffdd00;
    color: #000;
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
}

.action__content ul,
.page-template-page--strategy-child .block--5050_content_and_stat .columns__content__content ul {
    font-size: 20px;
    line-height: 28px;
}
.action__content li,
.page-template-page--strategy-child .block--5050_content_and_stat .columns__content__content li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.action__content li:before,
.page-template-page--strategy-child .block--5050_content_and_stat .columns__content__content li:before {
    position: absolute;
    left: 0;
    content: '– ';
}
figcaption {
    background: #ffdd00;
    font-size: 14px;
    line-height: 1;
    padding: 7px 10px 5px;
    margin: 0;
    display: inline-block;
}

.page-template-page--strategy-child .block--case_studies .accordion__image {
    position: relative;
}
.page-template-page--strategy-child .block--case_studies .accordion__content p.caption {
    position: absolute;
    background: #ffdd00;
    bottom: -24px;
    right: 0;
    font-size: 12px;
    line-height: 1;
    padding: 7px 10px 5px;
    margin: 0;
}

.section--carousel p.caption{
    bottom: 15px;
}

.columns__content__stat span {
    display: block;
    margin-top: 20px;
}

.single-case-study .hero__carousel p.caption {
    background: #f2f2f2;
}

.sub_hero .large-12.columns {
    padding-left: 0;
    padding-right: 0;
}

.form .form__wrapper .gform_body li#field_2_10 {
    width: 100%;
    margin-top: 10px;
}
.form .form__wrapper .gform_body li#field_2_10 li {
    width: 100%;
}
#gform_1 .gform_body {
    position: relative;
}
#field_1_4 {
    width: 100%;
    position: absolute;
    bottom: -70px;
}
#field_1_4 .gfield_label {
    display: none;
}
#field_1_4 li {
    width: 100%;
}

#gform_1 .gfield_checkbox li label {
    display: block;
    padding-left: 30px;
    font-size: 12px;
    line-height: 47px;
    font-weight: 300;
}
#gform_1 .gfield_checkbox li label:before {
    content: '';
    border: 1px solid #fff;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
}
#gform_1 .gfield_checkbox li label:after {
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 2px;
    top: 17px;
    opacity: 0;
    transition: all .25s;
}
#gform_1 .gfield_checkbox li input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.logo--alt_wrapper {
    width: 100%;
    margin-bottom: 30px;
}
.logo--alt {
    fill: #fff;
    float: right;
    width: 120px;
    height: 28px;
    margin-right: calc(100% - 222px);
}

.newsletter_signup_button {
    background-color: #1a1a1a;
    color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    transition: all .25s ease;
    z-index: 5;
    display: none;
}
.newsletter_signup_button.hidden {
    opacity: 0;
}
body:not(.home) .newsletter_signup_button {
    display: none;
}
#input_2_10 {
    margin-top: 15px;
}

@media (min-width: 900px) {
    .home.fixed-newsletter .newsletter {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .newsletter_signup_button {
        display: none;
    }
}

.csiw_has_caption {
    margin-bottom: 20px;
}

.simple_text ul,
.simple_text ol{
    list-style: disc;
    padding-left: 15px;
}

.simple_text ul li,
.simple_text ol li{
    margin-bottom: 10px;
    list-style: disc;
}

.simple_text{
    padding: 120px 0;
}

.single-post-content .simple_text{
    padding: 50px 0px;
}

.simple_text p,
.simple_text li,
.simple_text ol,
.simple_text a{
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.simple_text strong a,
.simple_text b a{
    font-weight: 400;
}

.simple_text a{
    text-decoration: underline;
}

.simple_text h2 a,
.simple_text h3 a,
.simple_text h4 a,
.simple_text h5 a,
.simple_text h6 a{
    font-size: inherit;
    font-weight: inherit !important;
}

.simple_text h2 a strong,
.simple_text h3 a strong,
.simple_text h4 a strong,
.simple_text h5 a strong,
.simple_text h6 a strong,
.simple_text h2 a b,
.simple_text h3 a b,
.simple_text h4 a b,
.simple_text h5 a b,
.simple_text h6 a b{
    font-weight: inherit !important;
}

.simple_text .text_content *:first-child{
    margin-top: 0;
}

.simple_text .text_content *:last-child{
    margin-bottom: 0;
}

.archive_terms_list .row.main_content{
    max-width: 690px;
}

.archive_terms_list .main_content{
    padding: 0px 0px 150px 0px;
}

.archive .breadcrumbs,
#taxonomy_hero_sub_hero .breadcrumbs{
    font-size: 16px !important;
    line-height: 30px !important;
    margin: 0;
    font-weight: 300;
    padding: 44px 15px 33px;
}

.archive .breadcrumbs a,
#taxonomy_hero_sub_hero .breadcrumbs a{
    text-decoration: none;
}

.archive .breadcrumbs span,
#taxonomy_hero_sub_hero .breadcrumbs span{
    font-weight: 400;
}

.hero__color{
    width: 100%;
    height: 13px;
    clear: both;
}

.single-post-content .breadcrumbs .large-12.columns{
    padding-left: 0;
    padding-right: 0;
}

.single-post-content .rank-math-breadcrumb{
    padding: 31px 0px 70px;
}

.row.title-row{
    max-width: 690px;
}

.title-section h1{
    font-size: 45px;
    font-style: normal;
    font-weight: 300;
    line-height: 55px;
    margin: 0px 0px 85px 0px;
}

.title-section h4{
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 300;
}

.row.content-row .section:first-child{
    padding-top: 0px;
}

.quote .quote__wrapper{
    display: flex;
    gap: 20px;
    padding: 54px 56px 48px 115px;
    position: relative;
}

.quote .quote__wrapper:before{
    content: '';
    position: absolute;
    background-color: #E9E9E9;
    bottom: 0;
    left: 0;
    height: calc(100% - 90px);
    width: 27%;
}

.quote .quote_image{
    width: 335px;
    height: auto;
    position: relative;
    z-index: 3;
}

.quote .quote__inner{
    flex: 1;
    font-size: 20px;
    line-height: 29px;
    font-weight: 300;
}

.quote .quote_quotee_name{
    font-weight: 500;
}

.quote .quote_content{
    margin-bottom: 35px;
}

.single-post-content{
    background-color: #e9e9e9;
    padding-bottom: 75px;
}

.single-post-content .simple_image.thin-width{
    max-width: 690px;
    margin: 0 auto;
}
.single-strategy .single-post-content{
    padding: 120px 0;
    background-color: #fff;
}

.categories-list{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 14px 0px;
}

.categories-list>div{
    position: relative;
    width: 25%;
    padding-left: 25px;
    font-size: 14px;
}

.categories-list>div:hover label{
    cursor: pointer;
    text-decoration: underline;
}

.categories-list>div .check{
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.categories-list>div .checkmark{
    content: '';
    width: 10px;
    height: 10px;
    background: #000;
    opacity: 0;
    display: inline-block;
}

.categories-list>div.active .checkmark{
    opacity: 1;
}

.filter-categories .filter-label{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
}

.filter-categories{
    margin-bottom: 25px;
}

.single-post-content .section.video{
    overflow: hidden;
}


.newsletter .gform_confirmation_wrapper {
    padding-top: 40px;
    margin-bottom: -35px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
    font-weight: inherit !important;
}

.address_text__inner{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.address_text__details{
    width: 240px;
}

.address_text__content{
    width: 453px;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

.address_text__label, 
.address_text__address .address_text__label{
    margin: 0px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.address_text__address .address_text__label{
    display: inline-block;
    margin-right: 5px;
}

.address_text__address{
    margin: 0px;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

.address_text__hours{
    margin: 0px;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    margin-top: 50px;
}

.address_text__link{
    display: flex;
    text-decoration: none;
    border: 2px solid #000;
    align-items: center;
    justify-content: center;
    height: 32px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.address_text__link:hover{
    background-color: #000;
    color: #fff;
    transition: all 0.3s ease;
}

.section_spacer{
    width: 100%;
    height: 1px;
    background: #000;
    margin: 25px 0px;
}

.address_text__label + .section_spacer{
    margin: 20px 0px;
}

.address_text__content>*:first-child{
    margin-top: 0px !important;
}

.address_text__content p{
    margin-bottom: 35px;
}

.address_text__content ol,
.address_text__content ul{
    margin-bottom: 25px;
}

.address_text__content li{
    margin-bottom: 5px;
}

.address_text__content a{
    text-decoration: underline;
}

.posts_slider ul.posts_slider__list{
    margin: 0px -10px;
}

/* ==========================================================================
   Builder block spacing modifiers
   Controlled per-block via ACF fields: no_padding_top / no_padding_bottom
   ========================================================================== */

.no-padding-top    { padding-top: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }

.form.no-padding-top    .form__wrapper { padding-top: 0 !important; }
.form.no-padding-bottom .form__wrapper { padding-bottom: 0 !important; }

.image_text.no-padding-top    > .row { padding-top: 0 !important; }
.image_text.no-padding-bottom > .row { padding-bottom: 0 !important; }

.map.no-padding-bottom .row .map { padding-bottom: 0 !important; }

.section--button.no-padding-bottom + .button_spacer { display: none; }

/* posts_list — empty state and standalone APPLY button */
.case__studies__wrapper .no-results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 20px;
    font-size: 18px;
    width: 100%;
}

.filter-categories .filter-apply {
    margin-top: 15px;
}

/* posts_list — smooth swap during filter AJAX (prevents Macy FOUC) */
.case__studies__wrapper {
    transition: opacity 0.2s ease;
}
.case__studies__wrapper.is-swapping {
    opacity: 0;
}

/* posts_list — JS-distributed two-column flex layout (replaces Macy.js) */
.case__studies.posts__columns .case__studies__wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.case__studies.posts__columns .case__studies__col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.case__studies.posts__columns .case_study__block {
    width: 100%;
    margin-bottom: 0;
}

/* Card ratio is assigned per-item via JS (--card-ratio) to create column offset */
.case__studies.posts__columns .case_study__block a img {
    width: 100%;
    height: auto;
    aspect-ratio: var(--card-ratio, 4 / 3);
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 767px) {
    .case__studies.posts__columns .case__studies__wrapper {
        display: block;
    }
    .case__studies.posts__columns .case_study__block {
        margin-bottom: 20px;
    }
}

