abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.home-link{
    display: block;
    margin-top: 15px;
}

/* Updated CSS Case Studies */
/* .hide-when-small{
    display: block;
    } */
    .show-when-small{
        display: none;
    }

.speech-bubble{
    padding-right: 30px;
}
.white-background{
    background: white;
}
.d-flex{
    display: flex;
}
.case-study-template .cover__content h1{
     line-height: 1.3;
     margin-bottom: 20px;
}
.case-study-template h2{
    font-size: clamp(28px, 3.25vw, 36px);
    line-height: 1.3;
}
.case-study-template h1{
    font-size: clamp(32px, 3.95vw, 58px);
    line-height: 1.2;
    margin-bottom: 15px;
}
.line-block{
    padding-left: 40px;
    padding-right: 40px;
}
.flex-between {
    display: flex;
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
    flex-direction: column;
    height: 100%;
}
.mb-auto{
    margin-bottom: auto;
}
.impact-area{
    display: block;
    padding: 8px 20px;
    border-radius: 5px;
    background: #C3EB90;
    max-width: max-content;
}
.case-study-icon {
    max-width: 80px;
    height: auto;
}
a{
    color: #2a50f3;
    transition: 0.5s ease;
}
.case-study-card{
    color: #282828;
    font-size: 18px;
    cursor: pointer;
}
.case-study-card .link{
    color: #2a50f3;
}
.black-text{
    color: #282828;
}
.case-study-card svg{
transition: 0.5s ease;
}
.case-study-card:hover svg{
    margin-left: 10px;
}
#navbar{
    transition: 0.5s ease;
}
#navbar a.action{
 font-size: 16px;
 margin-left: 20px;
}
main{
    padding-top: 120px;
}
.row{
    flex-direction: row;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}
.col-12 {
    display: flex;
    flex: 0 0 100%;
    flex-direction: column;
    padding: 15px;
}
.col-6 {
    display: flex;
    flex: 0 0 50%;
    flex-direction: column;
    padding: 15px;
}
.col-3 {
    display: flex;
    flex: 0 0 25%;
    flex-direction: column;
    padding: 15px;
}
img.case-study{
    height: clamp(260px, 25vw, 600px);
    object-fit: cover;
    background: grey;
    border-radius: 10px;
    margin-bottom: 20px;
}
.case-study-image img{
    height: clamp(330px, 46vw, 560px);
    object-fit: cover;
    background: grey;
    border-radius: 10px;
}
.case-study-template h3{
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 20px;
}
.case-study-template p{
margin-bottom: 10px;
font-size: clamp(16px, 1.25vw,  18px);
}
.case-study-template p.caption{
    margin-bottom: 8px;
}
.outputs img:nth-child(odd) {
    margin-top: 8%;
  }
  .outputs img:nth-child(even) {
    margin-bottom:  8%;
  }
  .outputs img:first-child {
    max-width: 14%;
    height: 14%;
    margin-left: 0%;
    box-shadow: 0px 5px 20px #00000054;
    z-index: 2;
  }
  .outputs img {
    max-width: 28%;
    height: 28%;
    margin-left: -3.25%;
    margin-right: -3.25%;
    box-shadow: 0px 5px 20px #00000054;
  }
  .outputs img:hover {
    z-index: 10;
  }
  .outputs{
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .m-w-1 {
    max-width: 100%;;
}
.rounded{
    border-radius: 10px;
}
.callout{
    padding: 60px 40px;
}
.news-card{
    padding: 40px 30px;
    position: relative;
    min-height: 250px;
}
.news-card span{
position: absolute;
font-size: 18px;
right: 30px;
bottom: 40px;
}
h3, .callout p, .news-card p{
    font-size: 30px;
}
.line-break{
    width: 100%;
    border-bottom: 1px solid #AEACA9;
}
.m-0{
    margin: 0px !important;
}
.top-line{
    width: 100%;
    display: block;
    border-top: 1px solid white;
    padding-bottom: 20px;
    margin-top: 30px;;
}
.details p1{
 font-size: 22px;
}
.contact.row{
    color: white;
    align-items: center;
}
.contact.row span{
    border-bottom: 1px solid;
}
/* Updated CSS Case Studies */

.grecaptcha-badge {
    display: none;
}

#wcb_2 {
    width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    font-size: 16px;
}
ol,
ul {
    list-style: none;
}
li {
    margin: 0;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,
:after,
:before {
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes navDown {
    0% {
        top: -140px;
    }
    to {
        top: 0;
    }
}
@keyframes navDown {
    0% {
        top: -140px;
    }
    to {
        top: 0;
    }
}
@-webkit-keyframes tickerLeft {
    0% {
        transform: translateZ(0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}
@keyframes tickerLeft {
    0% {
        transform: translateZ(0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}
@-webkit-keyframes fadeNav {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeNav {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeh1 {
    0% {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes fadeh1 {
    0% {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes fadeIcon {
    0% {
        transform: translateZ(0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, -50%, 0);
        opacity: 1;
    }
}
@keyframes fadeIcon {
    0% {
        transform: translateZ(0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, -50%, 0);
        opacity: 1;
    }
}
@-webkit-keyframes fadeLoop {
    0% {
        transform: translate3d(0, 80px, 0);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes fadeLoop {
    0% {
        transform: translate3d(0, 80px, 0);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes fadeIntro {
    0% {
        transform: translate3d(0, 90px, 0);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes fadeIntro {
    0% {
        transform: translate3d(0, 90px, 0);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}
@font-face {
    font-family: ballinger-web;
    src: url(../../fonts/ballinger/ballinger-light-webfont.woff2) format("woff2"), url(../../fonts/ballinger/ballinger-light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: ballinger-web;
    src: url(../../fonts/ballinger/ballinger-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
.bg-light-grey {
    background: #f9f5f2;
}
.bg-dark-grey {
    background: #282828;
    color: #fff;
}
strong {
    font-weight: 700;
}
html {
    font-size: 62.5%;
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body {
    background: #fff;
    background: repeating-linear-gradient(0deg, #fff, #fff 50%, #2a50f3 0, #2a50f3);
    color: #282828;
    font-family: ballinger-web;
    font-feature-settings: "kern" 1, "liga" 1, "pnum" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-smoothing: antialiased;
    font-weight: 300;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
em {
    font-style: italic;
}
.hi {
    color: #2a50f3;
}
.footer-new {
    min-width: 40%;
    display: flex;
    align-items: flex-end;
}
#wcb {
    margin-left: auto;
    padding-bottom: 20px;
}
.upper {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.nomargin {
    margin-bottom: 0;
}
.centered {
    text-align: center;
}
hr {
    border-top: 1px solid rgba(40, 40, 40, 0.2);
    border-bottom: none;
    height: 0;
}
hr.invisible {
    opacity: 0;
    margin: 20px 0;
}
.about__header h3,
.block__header__copy h2,
.cover__content h1,
.cover__content p,
.intro p,
footer .footer__contact h3 {
    font-weight: lighter;
    line-height: 1.4;
    font-size: 24px;
}
@media screen and (min-width: 480px) {
    .about__header h3,
    .block__header__copy h2,
    .cover__content h1,
    .cover__content p,
    .intro p,
    footer .footer__contact h3 {
        font-size: calc(12px + 2.5vw);
    }
}
@media screen and (min-width: 1200px) {
    .about__header h3,
    .block__header__copy h2,
    .cover__content h1,
    .cover__content p,
    .intro p,
    footer .footer__contact h3 {
        font-size: 42px;
    }
}
@media (max-width: 600px) {
    #wcb_2 {
        width: auto;
    }
    header .wove-logo__title {
        font-size: 30px !important;
    }
    .wove-logo__subtitle {
        display: none;
    }
    .footer__contact__content {
        display: block !important;
    }
    .footer-new {
        min-width: 100% !important;
    }
    #wcb {
        text-align: left !important;
        margin-left: 0px !important;
    }
    footer .footer__contact__content__option {
        display: inline-block;
    }
    .about__header h3,
    .block__header__copy h2,
    .cover__content h1,
    .cover__content p,
    .intro p,
    footer .footer__contact h3 {
        line-height: 1.4;
    }
}
.block__engage h5,
.contact-overlay h4,
.mind__copy h5,
.mind__form h5,
.showcase__header__copy h2 {
    font-size: 24px;
}
@media screen and (min-width: 480px) {
    .block__engage h5,
    .contact-overlay h4,
    .mind__copy h5,
    .mind__form h5,
    .showcase__header__copy h2 {
        font-size: calc(14.66667px + 1.94444vw);
    }
}
@media screen and (min-width: 1200px) {
    .block__engage h5,
    .contact-overlay h4,
    .mind__copy h5,
    .mind__form h5,
    .showcase__header__copy h2 {
        font-size: 38px;
    }
}
#mc_embed_signup label.large,
.about__content__item h4,
.about__header p,
.block__header__copy p,
.contact-overlay h5,
.showcase__header__copy p,
header .wove-logo__title {
    font-size: 18px;
}
@media screen and (min-width: 480px) {
    #mc_embed_signup label.large,
    .about__content__item h4,
    .about__header p,
    .block__header__copy p,
    .contact-overlay h5,
    .showcase__header__copy p,
    header .wove-logo__title {
        font-size: calc(10px + 1.66667vw);
    }
}
@media screen and (min-width: 1200px) {
    #mc_embed_signup label.large,
    .about__content__item h4,
    .about__header p,
    .block__header__copy p,
    .contact-overlay h5,
    .showcase__header__copy p,
    header .wove-logo__title {
        font-size: 30px;
    }
}
#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="text"],
.about__content__item p,
.about__header h5,
.block__columns__item h4,
.block__columns__item p,
.block__engage p,
.block__hs-columns__item h4,
.block__hs-columns__item p,
.block__projects__content h3,
.block__projects__content p,
.block__subheader h5,
.block__subheader h6,
.contact-overlay form input[type="email"],
.contact-overlay form input[type="text"],
.contact-overlay form textarea,
.contact-overlay p,
.mind__copy h6,
.mind__copy p,
.mind__form h6,
.mind__form input[type="email"],
.mind__form input[type="text"],
.mind__form p.large,
.showcase__header__subheader,
.showcase__projects__item h3,
.showcase__projects__item p,
footer .footer__contact,
footer .footer__end,
header .wove-logo__subtitle {
    font-size: 16px;
}
@media screen and (min-width: 480px) {
    #mc_embed_signup input[type="email"],
    #mc_embed_signup input[type="text"],
    .about__content__item p,
    .about__header h5,
    .block__columns__item h4,
    .block__columns__item p,
    .block__engage p,
    .block__hs-columns__item h4,
    .block__hs-columns__item p,
    .block__projects__content h3,
    .block__projects__content p,
    .block__subheader h5,
    .block__subheader h6,
    .contact-overlay form input[type="email"],
    .contact-overlay form input[type="text"],
    .contact-overlay form textarea,
    .contact-overlay p,
    .mind__copy h6,
    .mind__copy p,
    .mind__form h6,
    .mind__form input[type="email"],
    .mind__form input[type="text"],
    .mind__form p.large,
    .showcase__header__subheader,
    .showcase__projects__item h3,
    .showcase__projects__item p,
    footer .footer__contact,
    footer .footer__end,
    header .wove-logo__subtitle {
        font-size: calc(14.66667px + 0.27778vw);
    }
}
@media screen and (min-width: 1200px) {
    #mc_embed_signup input[type="email"],
    #mc_embed_signup input[type="text"],
    .about__content__item p,
    .about__header h5,
    .block__columns__item h4,
    .block__columns__item p,
    .block__engage p,
    .block__hs-columns__item h4,
    .block__hs-columns__item p,
    .block__projects__content h3,
    .block__projects__content p,
    .block__subheader h5,
    .block__subheader h6,
    .contact-overlay form input[type="email"],
    .contact-overlay form input[type="text"],
    .contact-overlay form textarea,
    .contact-overlay p,
    .mind__copy h6,
    .mind__copy p,
    .mind__form h6,
    .mind__form input[type="email"],
    .mind__form input[type="text"],
    .mind__form p.large,
    .showcase__header__subheader,
    .showcase__projects__item h3,
    .showcase__projects__item p,
    footer .footer__contact,
    footer .footer__end,
    header .wove-logo__subtitle {
        font-size: 18px;
    }
}
#mc_embed_signup #mce-responses,
#mc_embed_signup #mergeRow-gdpr label,
#mc_embed_signup #mergeRow-gdpr p,
#mc_embed_signup .response,
#mc_embed_signup label,
.about__content--team > div p.small,
.contact-overlay__content__end p.squiggle,
.contact-overlay form button,
.showcase__contact a,
.small,
a.action,
footer .footer__contact h6,
header a.action {
    font-size: 14px;
}
@media screen and (min-width: 480px) {
    #mc_embed_signup #mce-responses,
    #mc_embed_signup #mergeRow-gdpr label,
    #mc_embed_signup #mergeRow-gdpr p,
    #mc_embed_signup .response,
    #mc_embed_signup label,
    .about__content--team > div p.small,
    .contact-overlay__content__end p.squiggle,
    .contact-overlay form button,
    .showcase__contact a,
    .small,
    a.action,
    footer .footer__contact h6,
    header a.action {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    #mc_embed_signup #mce-responses,
    #mc_embed_signup #mergeRow-gdpr label,
    #mc_embed_signup #mergeRow-gdpr p,
    #mc_embed_signup .response,
    #mc_embed_signup label,
    .about__content--team > div p.small,
    .contact-overlay__content__end p.squiggle,
    .contact-overlay form button,
    .showcase__contact a,
    .small,
    a.action,
    footer .footer__contact h6,
    header a.action {
        font-size: 14px;
    }
}
body a,
body a:active,
body a:focus,
body a:hover,
body a:link,
body a:visited {
    transition: all 0.2s;
    text-decoration: none;
}
.about__content__item body a,
.about__content__item body a:active,
.about__content__item body a:focus,
.about__content__item body a:hover,
.about__content__item body a:link,
.about__content__item body a:visited,
.about__header body a,
.about__header body a:active,
.about__header body a:focus,
.about__header body a:hover,
.about__header body a:link,
.about__header body a:visited,
body .about__content__item a,
body .about__content__item a:active,
body .about__content__item a:focus,
body .about__content__item a:hover,
body .about__content__item a:link,
body .about__content__item a:visited,
body .about__header a,
body .about__header a:active,
body .about__header a:focus,
body .about__header a:hover,
body .about__header a:link,
body .about__header a:visited,
body a.reversed,
body a:active.reversed,
body a:focus.reversed,
body a:hover.reversed,
body a:link.reversed,
body a:visited.reversed,
body footer .footer__contact a,
body footer .footer__contact a:active,
body footer .footer__contact a:focus,
body footer .footer__contact a:hover,
body footer .footer__contact a:link,
body footer .footer__contact a:visited,
footer .footer__contact body a,
footer .footer__contact body a:active,
footer .footer__contact body a:focus,
footer .footer__contact body a:hover,
footer .footer__contact body a:link,
footer .footer__contact body a:visited {
    color: #fff;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}
.about__content__item body a:active:hover,
.about__content__item body a:focus:hover,
.about__content__item body a:hover,
.about__content__item body a:hover:hover,
.about__content__item body a:link:hover,
.about__content__item body a:visited:hover,
.about__header body a:active:hover,
.about__header body a:focus:hover,
.about__header body a:hover,
.about__header body a:hover:hover,
.about__header body a:link:hover,
.about__header body a:visited:hover,
body .about__content__item a:active:hover,
body .about__content__item a:focus:hover,
body .about__content__item a:hover,
body .about__content__item a:hover:hover,
body .about__content__item a:link:hover,
body .about__content__item a:visited:hover,
body .about__header a:active:hover,
body .about__header a:focus:hover,
body .about__header a:hover,
body .about__header a:hover:hover,
body .about__header a:link:hover,
body .about__header a:visited:hover,
body a.reversed:hover,
body a:active.reversed:hover,
body a:focus.reversed:hover,
body a:hover.reversed:hover,
body a:link.reversed:hover,
body a:visited.reversed:hover,
body footer .footer__contact a:active:hover,
body footer .footer__contact a:focus:hover,
body footer .footer__contact a:hover,
body footer .footer__contact a:hover:hover,
body footer .footer__contact a:link:hover,
body footer .footer__contact a:visited:hover,
footer .footer__contact body a:active:hover,
footer .footer__contact body a:focus:hover,
footer .footer__contact body a:hover,
footer .footer__contact body a:hover:hover,
footer .footer__contact body a:link:hover,
footer .footer__contact body a:visited:hover {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.8);
}
a.action {
    background-color: #2a50f3;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    margin: 20px auto;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.1);
}
a.action:hover {
    box-shadow: 0 0 3px 5px transparent;
    background-color: #fff;
    color: #2a50f3;
}
.about__content__item a.action,
.about__header a.action,
a.action.reversed,
footer .footer__contact a.action {
    background-color: #282828;
}
header a.action {
    background-color: #fff;
    border-radius: 4px;
    color: #2a50f3;
}
header a.action:hover {
    box-shadow: 0 0 3px 5px transparent;
    background-color: #2a50f3;
    color: #fff;
}
body.freeze {
    overflow: hidden;
}

.container,
.wrapper,
footer,
header,
main {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.container {
    width: 1200px;
    max-width: 100%;
}
.lozad[data-src]:not(.no-fade) {
    transition: opacity 0.8s ease;
    opacity: 0;
}
.lozad[data-src]:not(.no-fade)[data-loaded="true"] {
    opacity: 1;
}
.placeholder,
.project-grid__item {
    height: 0;
    padding-bottom: 75%;
    background: #fff;
    margin: 0;
    width: 100%;
}
.placeholder--square {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.placeholder--16-9 {
    background: #fff;
    margin: 0;
}
.placeholder--16-9,
.placeholder--16-9--square {
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
}
.big-box-radius,
.block--card .container,
.mind,
.showcase .container {
    border-radius: 5px;
}
@media (min-width: 960px) {
    .big-box-radius,
    .block--card .container,
    .mind,
    .showcase .container {
        border-radius: 20px;
    }
}
.gap {
    height: 20px;
}
@media (min-width: 961px) {
    .gap {
        height: 40px;
    }
}
.gap--xl {
    height: 40px;
}
@media (min-width: 961px) {
    .gap--xl {
        height: 80px;
    }
}
header {
    width: 100%;
    padding: 20px;
    background: #fff;
}
header .container {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
header a.action.contact {
    margin: 0;
    /* position: fixed; */
    right: 20px;
    width: auto;
    z-index: 999;
}
header a.action.contact:hover {
    background-color: #123cf2;
}
@media (min-width: 960px) {
    header a.action.contact {
        right: 40px;
    }
}
header .wove-logo__title {
    font-weight: 700;
    margin-right: 40px;
}
header .wove-logo__subtitle {
    color: #6A6A6A;
}
@media (min-width: 600px) {
    header {
        position: fixed;
        z-index: 99;
        padding: 30px;
        min-height: 95px;
    }
    header .wove-logo, .prompt {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
    }
    header.fixed {
        position: fixed;
        z-index: 1000;
    }
}
.contact-overlay {
    transition: opacity 0.1s ease-out;
    background: rgba(32, 32, 32, 0.5);
    color: #282828;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1001;
    visibility: hidden;
    opacity: 0;
}
.contact-overlay.show {
    visibility: visible;
    opacity: 1;
}


.showcase__projects::-webkit-scrollbar, .block__hs-columns::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .showcase__projects, .block__hs-columns {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }


.contact-overlay__content {
    transition: transform 0.75s ease-in-out;
    width: 80vw;
    height: 100vh;
    margin-left: 20vw;
    background: #f9f5f2;
    padding: 60px 40px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    transform: translateX(100vw);
}
.show .contact-overlay__content {
    transform: translateX(0);
}
.contact-overlay__content__end {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}
.contact-overlay__content__end p.squiggle {
    background: url(../../assets/squiggle-blue.svg) no-repeat;
    background-size: 30px 30px;
    background-position: 100%;
    padding-right: 60px;
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
    max-width: 70%;
}
.contact-overlay__content__end ul.social {
    display: flex;
    justify-content: flex-start;
}
.contact-overlay__content__end ul.social li {
    margin: 0 10px 0 0;
}
.contact-overlay__content__end ul.social li a {
    display: block;
    text-indent: -999em;
}
.contact-overlay__content__end ul.social li a:hover {
    opacity: 0.8;
}
.contact-overlay__content__end ul.social li a.medium {
    background: url(../../assets/medium.svg) 50% 50% no-repeat;
    background-size: auto 100%;
    width: 30px;
    height: 30px;
}
.contact-overlay__close {
    position: absolute;
    right: 20px;
    top: 40px;
}
.contact-overlay h4,
.contact-overlay h5 {
    font-family: ballinger-web;
    line-height: 1;
    margin-bottom: 2rem;
    font-weight: 700;
}
.contact-overlay a {
    color: #2a50f3;
}
.contact-overlay a:hover {
    color: rgba(42, 80, 243, 0.5);
}
.contact-overlay form {
    width: 400px;
    max-width: 100%;
    margin: 40px 0;
}
.contact-overlay form input[type="email"],
.contact-overlay form input[type="text"] {
    border: none;
    border-bottom: 1px solid #282828;
    background: transparent;
    color: #282828;
    font-weight: lighter;
    font-family: ballinger-web;
    padding: 10px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
.contact-overlay form input[type="email"]:focus,
.contact-overlay form input[type="text"]:focus {
    border: none;
    border-bottom: 1px solid #2a50f3;
    background: transparent;
    color: #fff;
    outline: none;
}
.contact-overlay form textarea {
    border: none;
    border-bottom: 1px solid #282828;
    background: transparent;
    color: #282828;
    font-family: ballinger-web;
    font-weight: lighter;
    padding: 10px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}
.contact-overlay form textarea:focus {
    border: none;
    border-bottom: 1px solid #2a50f3;
    background: transparent;
    color: #2a50f3;
    outline: none;
}
.contact-overlay form button {
    border: none;
    border-radius: 4px;
    background: #2a50f3;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-family: ballinger-web;
    padding: 10px 20px;
}
.contact-overlay form button:hover {
    background-color: #000;
}
.contact-overlay form ::-moz-placeholder {
    color: rga(#000, 0.5);
    opacity: 1;
}
.contact-overlay form :-ms-input-placeholder {
    color: rga(#000, 0.5);
}
.contact-overlay form ::placeholder {
    color: rga(#000, 0.5);
}
.contact-overlay .success {
    display: none;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact-overlay .success.is-active {
    display: block;
}
main {
    background: #fff;
}
.cover {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 40px 20px;
}
@media (min-width: 600px) {
    .cover {
        padding: 0 40px;
        height: 60vh;
        min-height: 600px;
    }
}
.cover__content {
    display: flex;
    flex-flow: column-reverse;
    margin: 0 auto;
    width: 100%;
}
.cover__content h1,
.cover__content p {
    margin-bottom: 1em;
}
.cover__content h1 a,
.cover__content p a {
    color: #2a50f3;
}
.cover__content h1 a:hover,
.cover__content p a:hover {
    color: #000;
}
.cover__content__asset {
    background: hsla(0, 0%, 100%, 0.2);
    width: 160px;
    align-self: center;
    margin-bottom: 40px;
}
@media (min-width: 600px) {
    .cover__content {
        flex-flow: row wrap;
        align-items: center;
        justify-content: space-between;
    }
    .cover__content__copy {
        width: calc(60% - 40px);
    }
    .m-w-70 {
        width: calc(74% - 40px);
    }
    .cover__content__asset {
        width: calc(40% - 40px);
    }
}
.intro p strong {
    color: #2a50f3;
}
@media (min-width: 600px) {
    .intro p {
        max-width: 70%;
    }
}
.project-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-auto-rows: 1fr;
}
.project-grid__item {
    display: none;
    box-shadow: -1px 0px 8px 0px rgb(0 0 0 / 8%);
}
.project-grid__item:first-child {
    background: #ccc;
    display: inherit;
    grid-column: 4/8;
    grid-row: 1/4;
    z-index: 0;
}
.project-grid__item:nth-child(2) {
    background: #ddd;
    display: inherit;
    grid-column: 1/5;
    grid-row: 3/7;
    z-index: 2;
}
.project-grid__item:nth-child(3) {
    background: #eee;
    display: inherit;
    grid-column: 4/8;
    grid-row: 5/8;
    z-index: 3;
}
@media (min-width: 961px) {
    .project-grid__item {
        transition: opacity 0.5s ease-in-out;
        opacity: 0;
    }
    .showMax .project-grid__item {
        opacity: 1;
    }
}
.showcase {
    padding: 40px;
}
@media (max-width: 959px) {
    .showcase {
        padding: 0;
    }
}
.showcase .container {
    background: rgba(249, 245, 242, 0.8);
    padding: 80px;
}
@media (max-width: 959px) {
    .showcase .container {
        background: transparent;
        padding: 0;
    }
}
.showcase__content {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
@media (max-width: 959px) {
    .showcase__content {
        padding: 0;
    }
}
.showcase__header {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 0;
    background: #fff;
    padding: 40px 40px 20px 20px;
}
@media (min-width: 601px) {
    .showcase__header {
        background: transparent;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
    }
}
@media (min-width: 961px) {
    .showcase__header {
        padding: 0;
        margin-bottom: 20px;
    }
}
.showcase__header__subheader {
    margin-top: 40px;
    width: 100%;
    color: #2a50f3;
}
@media (min-width: 601px) {
    .showcase__header__subheader {
        padding-bottom: 20px;
    }
}
.showcase__header__subheader a {
    position: relative;
    color: #2a50f3;
    padding-right: 1em;
}
.showcase__header__subheader a:before {
    transition: transform 0.1s ease-in-out, top 0.1s ease-in-out;
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    content: "";
    display: inline-block;
    height: 0.45em;
    top: 25%;
    right: 0;
    position: absolute;
    transform: rotate(135deg);
    width: 0.45em;
}
.showcase__header__subheader a.active:before {
    transform: rotate(-45deg);
    top: 35%;
}
@media (max-width: 959px) {
    .showcase__header__subheader a {
        display: none;
    }
}
.showcase__header__copy h2 {
    font-weight: 700;
    margin-bottom: 1em;
}
.showcase__header__copy h2 span {
    color: #2a50f3;
    font-weight: lighter;
    display: block;
    margin-bottom: 0.5em;
}
@media (min-width: 601px) {
    .showcase__header__copy {
        width: 69%;
        padding-right: 40px;
    }
}
.showcase__header__asset img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 350px;
    max-width: 100%;
}
@media (min-width: 601px) {
    .showcase__header__asset {
        width: 31%;
    }
}
.showcase__contact {
    transition: opacity 0.5s ease-in-out;
    transition-delay: 0.75s;
    width: 100%;
}
@media (max-width: 959px) {
    .showcase__contact {
        padding: 40px;
    }
}
.showcase__contact a {
    display: flex;
    align-items: center;
    color: #282828;
}
.showcase__contact a:hover,
.showcase__contact a span {
    color: #2a50f3;
}
.showcase__contact a:visited {
    color: #282828;
}
.showcase__contact__headshot {
    max-width: 70px;
    max-height: 70px;
    min-height: 70px;
    min-width: 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}
.showcase__contact__headshot img {
    width: 90px;
    height: auto;
}
@media (min-width: 961px) {
    .showcase__contact {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
    }
    .showcase__contact__headshot {
        width: 90px;
        height: 90px;
    }
    .showcase__contact.showMax {
        opacity: 1;
    }
}
.showcase__gallery-grid {
    padding: 5px;
    transition: max-height 0.5s ease-in-out;
    width: 50%;
    overflow-y: hidden;
}
@media (min-width: 961px) {
    .showcase__gallery-grid {
        max-height: 0;
    }
}
@media (max-width: 959px) {
    .showcase__gallery-grid {
        display: none;
    }
    #CaseStudies{
        padding: 20px;
    }
    .case-study-card{
        font-size: 16px;
    }
    h3, .callout p, .news-card p, .case-study-template h3 {
        font-size: 24px;
    }
    .details p1 {
        font-size: 18px;
    }
    .mind__copy img {
        max-width: 120px;
        margin-left: 0px;
        margin-bottom: 20px;
    }
}
.showcase .showMax {
    max-height: 100vh;
}
.showcase__projects {
    transition: max-height 0.5s ease-in-out;
    width: 50%;
    padding-right: 80px;
    overflow: hidden;
}
.showcase__projects__item {
    padding: 20px 20px 60px 0;
    width: 100%;
}
.showcase__projects__item__asset {
    display: none;
}
.showcase__projects__item p {
    color: rgba(40, 40, 40, 0.8);
}
.showcase__projects__item div + p,
.showcase__projects__item h4 + div,
.showcase__projects__item h4 + img,
.showcase__projects__item img + p {
    margin-top: 1em;
}
.showcase__projects .trans-one {
    transition-delay: 0;
}
.showcase__projects .trans-two {
    transition-delay: 0.05s;
}
.showcase__projects .trans-three {
    transition-delay: 0.1s;
}
@media (min-width: 961px) {
    .showcase__projects {
        max-height: 0;
    }
    .showcase__projects__item {
        transition: opacity 0.5s ease-out, transform 0.1s ease-out;
        opacity: 0;
    }
    .showMax .showcase__projects__item {
        opacity: 1;
        transform: translateY(0);
        animation-direction: reverse;
    }
}
@media (max-width: 959px) {
    .showcase__projects {
        padding: 0;
        background: transparent;
        width: AUTO;
        display: grid;
        grid-gap: 10px;
        grid-auto-flow: column;
        grid-auto-columns: calc(50% - var(--gutter) * 2);
        overflow-x: scroll;
        -ms-scroll-snap-type: x proximity;
        scroll-snap-type: x proximity;
    }
    .showcase__projects:after,
    .showcase__projects:before {
        content: "";
        width: 10px;
    }
    .showcase__projects__item {
        padding: 20px 20px 60px;
        background: rgba(249, 245, 242, 0.8);
        width: calc(100vw - 60px);
    }
    .showcase__projects__item__asset {
        display: inherit;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .showcase__projects__item h3,
    .showcase__projects__item p {
        width: 250px;
        max-width: 100%;
    }
}
.block {
    padding: 20px;
}
.block.margin-medium,
.block.margin-small {
    margin-top: 20px;
    margin-bottom: 20px;
}
.block.margin-large {
    margin-top: 40px;
    margin-bottom: 40px;
}
.block.margin-xlarge {
    margin-top: 80px;
    margin-bottom: 80px;
}
@media (min-width: 960px) {
    .block {
        padding: 40px;
    }
    .block.margin-small {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .block.margin-medium {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .block.margin-large {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .block.margin-xlarge {
        margin-top: 160px;
        margin-bottom: 160px;
    }
}
@media (max-width: 959px) {
    .block.scroller {
        padding: 20px 0 0;
    }
}
.block.no-pad {
    padding: 0;
}
@media (min-width: 960px) {
    .block.no-pad {
        padding: 0;
    }
}
.block.no-pad-top {
    padding-top: 0;
}
@media (min-width: 960px) {
    .block.no-pad-top {
        padding-top: 0;
    }
}
.block.no-pad-bottom {
    padding-bottom: 0;
}
@media (min-width: 960px) {
    .block.no-pad-bottom {
        padding-bottom: 0;
    }
}
.block.no-pad-sides {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 960px) {
    .block.no-pad-sides {
        padding-left: 0;
        padding-right: 0;
    }
}
.block--card .container {
    background: rgba(249, 245, 242, 0.8);
    padding: 20px;
}
@media (min-width: 600px) {
    .block--card .container {
        padding: 40px;
    }
}
@media (min-width: 960px) {
    .block--card .container {
        padding: 80px;
    }
}
.block__header {
    padding-top: 20px;
    display: flex;
    flex-flow: column-reverse;
}
@media (min-width: 601px) {
    .block__header {
        flex-flow: row wrap;
        align-items: center;
    }
}
.block__header__copy h2 {
    font-weight: 700;
    margin-bottom: 1em;
}
.block__header__copy h2 span {
    color: #2a50f3;
    font-weight: lighter;
    display: block;
    margin-bottom: 0.5em;
}
@media (min-width: 601px) {
    .block__header__copy {
        width: 60%;
        padding-right: 40px;
    }
}
@media (min-width: 601px) {
    .block__header__asset {
        width: 40%;
    }
}
.block__subheader {
    margin: 20px 0;
}
.block__subheader h5,
.block__subheader h6 {
    color: #2a50f3;
}
.block__subheader.no-margin {
    margin: 0;
}
.block__subheader.no-margin-bottom {
    margin-bottom: 0;
}
.block__header + .block__subheader {
    margin-top: 40px;
}
@media (min-width: 601px) {
    .block__header + .block__subheader {
        margin-top: 80px;
    }
}
.block__projects__content h3 {
    text-transform: uppercase;
}
.block__projects__content p {
    color: rgba(40, 40, 40, 0.8);
}
.block__projects__assets {
    display: none;
}
@media (min-width: 601px) {
    .block__projects {
        display: flex;
        flex-flow: row wrap;
    }
    .block__projects__content {
        width: 50%;
        padding-right: 40px;
    }
}
@media (min-width: 601px) and (min-width: 960px) {
    .block__projects__content {
        padding-right: 80px;
    }
}
@media (min-width: 601px) {
    .block__projects__assets {
        display: inherit;
        width: 50%;
    }
}
.block__hs-columns__item img {
    width: 100%;
    height: auto;
}
.block__hs-columns__item h4 {
    text-transform: uppercase;
    color: #000;
}
.block__hs-columns__item h4,
.block__hs-columns__item p {
    width: 250px;
    max-width: 100%;
}
.block__hs-columns__item div + p,
.block__hs-columns__item h4 + div,
.block__hs-columns__item h4 + img,
.block__hs-columns__item img + p {
    margin-top: 1em;
}
@media (max-width: 959px) {
    .block__hs-columns {
        display: grid;
        grid-gap: 10px;
        grid-auto-flow: column;
        grid-auto-columns: calc(50% - var(--gutter) * 2);
        overflow-x: scroll;
        -ms-scroll-snap-type: x proximity;
        scroll-snap-type: x proximity;
    }
    .block__hs-columns:after,
    .block__hs-columns:before {
        content: "";
        width: 10px;
    }
    .block__hs-columns__item {
        background: #fff;
        padding: 20px 20px 60px;
    }
}
@media (min-width: 960px) {
    .block__hs-columns {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .block__hs-columns__item {
        background: #fff;
        width: calc(25% - 20px);
        padding: 20px 20px 60px;
    }
    .block__hs-columns__item div + p,
    .block__hs-columns__item h4 + div,
    .block__hs-columns__item h4 + img,
    .block__hs-columns__item img + p {
        margin-top: 1em;
    }
}
.block__columns {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.block__columns__item {
    background: #fff;
    width: calc(25% - 20px);
    padding: 20px 20px 60px;
}
.block__columns__item h4,
.block__columns__item p {
    width: 250px;
    max-width: 100%;
}
.block__columns__item div + p,
.block__columns__item h4 + div,
.block__columns__item h4 + img,
.block__columns__item img + p {
    margin-top: 1em;
}
.block__engage {
    margin: 40px auto;
    text-align: center;
}
.block__engage h5 {
    font-weight: 700;
}
.block__engage p {
    color: #2a50f3;
}
.block__engage h5,
.block__engage p {
    margin: 0.25em auto;
}
@media (min-width: 601px) {
    .block__engage {
        margin: 80px auto;
    }
}
.block__engage a {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.block__about {
    padding: 10px 0;
}
@media (min-width: 601px) {
    .block__about {
        padding: 20px;
    }
}
.mind {
    background-color: #2a50f3;
    padding: 20px;
    color: #fff;
}
.mind__copy img {
    display: block;
    margin: 0 auto;
}
.mind__copy h5 {
    font-weight: 700;
}
.mind__copy h5,
.mind__copy h6,
.mind__copy p {
    margin-bottom: 0.5em;
}
.mind__form__intro {
    margin-bottom: 2em;
    width: 420px;
    max-width: 100%;
}
.mind__form h5 {
    font-weight: 700;
}
.mind__form h5,
.mind__form h6,
.mind__form p {
    margin-bottom: 0.5em;
}
.mind__form input[type="email"],
.mind__form input[type="text"] {
    font-family: ballinger-web;
    color: #fff;
    padding: 20px;
    background: transparent;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
    width: 100%;
}
.mind__form ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.mind__form :-ms-input-placeholder {
    color: #fff;
}
.mind__form ::placeholder {
    color: #fff;
}
@media (min-width: 601px) {
    .mind {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: middle;
        padding: 40px;
    }
    .mind__copy,
    .mind__form {
        width: calc(50% - 20px);
    }
}
.about {
    background: #282828;
    color: #fff;
}
.about__header {
    padding: 40px 20px;
}
.about__header h3 {
    font-weight: 700;
    margin-bottom: 1em;
    line-height: 1.1;
}
.about__header p {
    margin-bottom: 2em;
}
.about__header h5 {
    font-family: ballinger-web;
    margin-bottom: 1em;
    text-transform: uppercase;
}
@media (min-width: 601px) {
    .about__header {
        width: 60%;
        padding: 40px;
    }
}
.about__content {
    padding: 40px 20px;
}
@media (min-width: 601px) {
    .about__content {
        padding: 40px;
    }
}
.about__content--team {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.about__content--team > div {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
}
.about__content--team > div .pic {
    overflow: hidden;
    background: #000;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.about__content--team > div .pic img {
    width: 100%;
    height: auto;
}
.about__content--team > div p {
    margin-bottom: 0.5em;
}
@media (min-width: 601px) {
    .about__content--team > div {
        width: calc(25% - 40px);
        margin: 0 40px 40px 0;
    }
}
@media (min-width: 601px) {
    .about__content--4x {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .about__content--4x > div {
        width: calc(25% - 80px);
    }
}
@media (min-width: 601px) {
    .about__content--3x {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .about__content--3x > div {
        width: calc(33% - 60px);
    }
}
.about__content__item .placeholder,
.about__content__item .project-grid__item {
    background: #000;
    margin-bottom: 4em;
}
.about__content__item img {
    margin-bottom: 2em;
}
.about__content__item h4 {
    font-weight: 700;
    margin-bottom: 1em;
    line-height: 1.1;
}
.about__content__item p {
    margin-bottom: 2em;
}
footer {
    background: #282828;
    color: #fff;
}
footer .footer__end {
    background: #2a50f3;
    padding: 10px 20px;
}
footer .footer__end .container {
    display: flex;
    justify-content: space-between;
}
footer .footer__end p.squiggle {
    background: url(../../assets/squiggle.svg) 0 50% no-repeat;
    background-size: auto 100%;
    padding-left: 60px;
}
footer .footer__end ul.social {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}
footer .footer__end ul.social li {
    margin: 0 0 0 20px;
}
footer .footer__end ul.social li a {
    display: block;
    text-indent: -999em;
}
footer .footer__end ul.social li a:hover {
    opacity: 0.8;
}
footer .footer__end ul.social li a.medium {
    background: url(../../assets/medium.svg) 50% 50% no-repeat;
    background-size: auto 100%;
    width: 30px;
    height: 30px;
}
@media (min-width: 601px) {
    footer .footer__end {
        padding: 20px 40px;
    }
}
footer .footer__contact {
    padding: 40px 20px;
}
footer .footer__contact h3 {
    font-weight: 700;
    margin-bottom: 2em;
    line-height: 1.1;
}
footer .footer__contact p {
    margin-bottom: 2em;
}
footer .footer__contact h6 {
    font-family: ballinger-web;
    margin-bottom: 1em;
}
footer .footer__contact__content {
    display: flex;
    justify-content: space-between;
}
footer .footer__contact__content__option {
    width: calc(50% - 20px);
}
@media (min-width: 601px) {
    footer .footer__contact {
        width: 100%;
        padding: 40px;
    }
}
#mc_embed_signup {
    margin-bottom: 40px;
}
#mc_embed_signup p {
    margin-bottom: 1em;
}
#mc_embed_signup.reversed input[type="email"],
.about__content__item a#mc_embed_signup input[type="email"],
.about__header a#mc_embed_signup input[type="email"],
footer .footer__contact a#mc_embed_signup input[type="email"] {
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #333;
}
#mc_embed_signup.reversed input[type="email"]:focus,
.about__content__item a#mc_embed_signup input[type="email"]:focus,
.about__header a#mc_embed_signup input[type="email"]:focus,
footer .footer__contact a#mc_embed_signup input[type="email"]:focus {
    outline: none;
    border-bottom: 1px solid #333;
}
#mc_embed_signup.reversed input[type="email"].mce_inline_error,
.about__content__item a#mc_embed_signup input[type="email"].mce_inline_error,
.about__header a#mc_embed_signup input[type="email"].mce_inline_error,
footer .footer__contact a#mc_embed_signup input[type="email"].mce_inline_error {
    border-bottom: 1px solid red !important;
}
#mc_embed_signup.reversed ::-webkit-input-placeholder,
.about__content__item a#mc_embed_signup ::-webkit-input-placeholder,
.about__header a#mc_embed_signup ::-webkit-input-placeholder,
footer .footer__contact a#mc_embed_signup ::-webkit-input-placeholder {
    color: #2a50f3;
}
#mc_embed_signup.reversed ::-ms-placeholder,
.about__content__item a#mc_embed_signup ::-ms-placeholder,
.about__header a#mc_embed_signup ::-ms-placeholder,
footer .footer__contact a#mc_embed_signup ::-ms-placeholder {
    color: #2a50f3;
}
#mc_embed_signup.reversed ::-moz-placeholder,
.about__content__item a#mc_embed_signup ::-moz-placeholder,
.about__header a#mc_embed_signup ::-moz-placeholder,
footer .footer__contact a#mc_embed_signup ::-moz-placeholder {
    color: #2a50f3;
}
#mc_embed_signup.reversed :-ms-input-placeholder,
.about__content__item a#mc_embed_signup :-ms-input-placeholder,
.about__header a#mc_embed_signup :-ms-input-placeholder,
footer .footer__contact a#mc_embed_signup :-ms-input-placeholder {
    color: #2a50f3;
}
#mc_embed_signup.reversed ::placeholder,
.about__content__item a#mc_embed_signup ::placeholder,
.about__header a#mc_embed_signup ::placeholder,
footer .footer__contact a#mc_embed_signup ::placeholder {
    color: #2a50f3;
}
#mc_embed_signup.reversed .check-container .checkmark,
#mc_embed_signup.reversed .check-container:hover input ~ .checkmark,
#mc_embed_signup.reversed .check-container input:checked ~ .checkmark,
.about__content__item a#mc_embed_signup .check-container .checkmark,
.about__content__item a#mc_embed_signup .check-container:hover input ~ .checkmark,
.about__content__item a#mc_embed_signup .check-container input:checked ~ .checkmark,
.about__header a#mc_embed_signup .check-container .checkmark,
.about__header a#mc_embed_signup .check-container:hover input ~ .checkmark,
.about__header a#mc_embed_signup .check-container input:checked ~ .checkmark,
footer .footer__contact a#mc_embed_signup .check-container .checkmark,
footer .footer__contact a#mc_embed_signup .check-container:hover input ~ .checkmark,
footer .footer__contact a#mc_embed_signup .check-container input:checked ~ .checkmark {
    border: 1px solid #2a50f3;
}
#mc_embed_signup.reversed .check-container .checkmark:after,
.about__content__item a#mc_embed_signup .check-container .checkmark:after,
.about__header a#mc_embed_signup .check-container .checkmark:after,
footer .footer__contact a#mc_embed_signup .check-container .checkmark:after {
    background: transparent;
    border: solid #2a50f3;
    border-width: 0 1px 1px 0;
    border-radius: 0;
}
#mc_embed_signup.reversed .mce_inline_error,
.about__content__item a#mc_embed_signup .mce_inline_error,
.about__header a#mc_embed_signup .mce_inline_error,
footer .footer__contact a#mc_embed_signup .mce_inline_error {
    font-weight: 400 !important;
    background-color: transparent !important;
    color: #2a50f3;
    width: 420px;
    max-width: 100%;
}
#mc_embed_signup .name-flex {
    display: flex;
    justify-content: space-between;
    width: 420px;
    max-width: calc(100% - 20px);
    margin-bottom: 20px;
}
#mc_embed_signup .name-flex input[type="text"] {
    width: calc(50% - 10px);
}
#mc_embed_signup fieldset {
    display: block;
    width: 420px !important;
    max-width: 100% !important;
}
#mc_embed_signup #mce-responses {
    width: 420px !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
}
#mc_embed_signup .mce_inline_error {
    font-weight: 400 !important;
    padding-left: 10px !important;
    width: 420px;
    max-width: 100%;
}
#mc_embed_signup .mc-field-group {
    margin-bottom: 20px;
}
#mc_embed_signup label {
    margin-bottom: 1.4rem;
    display: block;
}
#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="text"] {
    background: hsla(0, 0%, 100%, 0.1);
    border-radius: 3px;
    border: none;
    color: #fff;
    padding: 10px;
    margin: 0 0 10px;
    width: 420px;
    max-width: calc(100% - 20px);
}
#mc_embed_signup input[type="email"]:focus,
#mc_embed_signup input[type="text"]:focus {
    outline: none;
    background: hsla(0, 0%, 100%, 0.2);
}
#mc_embed_signup input[type="email"].mce_inline_error,
#mc_embed_signup input[type="text"].mce_inline_error {
    padding: 10px;
    margin: 0 0 10px;
    border: 1px solid red !important;
}
.about__content__item a #mc_embed_signup input[type="email"],
.about__content__item a #mc_embed_signup input[type="text"],
.about__header a #mc_embed_signup input[type="email"],
.about__header a #mc_embed_signup input[type="text"],
.reversed #mc_embed_signup input[type="email"],
.reversed #mc_embed_signup input[type="text"],
footer .footer__contact a #mc_embed_signup input[type="email"],
footer .footer__contact a #mc_embed_signup input[type="text"] {
    background: #fff;
    color: #333;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
.about__content__item a #mc_embed_signup input[type="email"]:focus,
.about__content__item a #mc_embed_signup input[type="text"]:focus,
.about__header a #mc_embed_signup input[type="email"]:focus,
.about__header a #mc_embed_signup input[type="text"]:focus,
.reversed #mc_embed_signup input[type="email"]:focus,
.reversed #mc_embed_signup input[type="text"]:focus,
footer .footer__contact a #mc_embed_signup input[type="email"]:focus,
footer .footer__contact a #mc_embed_signup input[type="text"]:focus {
    outline: none;
    border-bottom: 1px solid #fff;
}
#mc_embed_signup input[type="email"].reversed,
#mc_embed_signup input[type="text"].reversed {
    background: #fff;
    color: #333;
    border-bottom: 1px solid rgba(51, 51, 51, 0.25);
}
#mc_embed_signup input[type="email"].reversed:focus,
#mc_embed_signup input[type="text"].reversed:focus {
    outline: none;
    color: #333;
    border-bottom: 1px solid #333;
}
#mc_embed_signup select {
    width: 420px;
    max-width: 100%;
    padding: 5px;
}
#mc_embed_signup ::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, 0.5);
}
#mc_embed_signup ::-ms-placeholder {
    color: hsla(0, 0%, 100%, 0.5);
}
#mc_embed_signup ::-moz-placeholder {
    color: hsla(0, 0%, 100%, 0.5);
}
#mc_embed_signup :-ms-input-placeholder {
    color: hsla(0, 0%, 100%, 0.5);
}
#mc_embed_signup ::placeholder {
    color: hsla(0, 0%, 100%, 0.5);
}
.about__content__item a #mc_embed_signup ::-webkit-input-placeholder,
.about__header a #mc_embed_signup ::-webkit-input-placeholder,
.reversed #mc_embed_signup ::-webkit-input-placeholder,
footer .footer__contact a #mc_embed_signup ::-webkit-input-placeholder {
    color: #ccc;
}
.about__content__item a #mc_embed_signup ::-ms-placeholder,
.about__header a #mc_embed_signup ::-ms-placeholder,
.reversed #mc_embed_signup ::-ms-placeholder,
footer .footer__contact a #mc_embed_signup ::-ms-placeholder {
    color: #ccc;
}
.about__content__item a #mc_embed_signup ::-moz-placeholder,
.about__header a #mc_embed_signup ::-moz-placeholder,
.reversed #mc_embed_signup ::-moz-placeholder,
footer .footer__contact a #mc_embed_signup ::-moz-placeholder {
    color: #ccc;
}
.about__content__item a #mc_embed_signup :-ms-input-placeholder,
.about__header a #mc_embed_signup :-ms-input-placeholder,
.reversed #mc_embed_signup :-ms-input-placeholder,
footer .footer__contact a #mc_embed_signup :-ms-input-placeholder {
    color: #ccc;
}
.about__content__item a #mc_embed_signup ::placeholder,
.about__header a #mc_embed_signup ::placeholder,
.reversed #mc_embed_signup ::placeholder,
footer .footer__contact a #mc_embed_signup ::placeholder {
    color: #ccc;
}
#mc_embed_signup #mergeRow-gdpr label,
#mc_embed_signup #mergeRow-gdpr p {
    width: 420px;
    max-width: 100%;
}
#mc_embed_signup input[type="submit"] {
    transition: background-color 0.2s, color 0.2s;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    background: #fff;
    color: #2a50f3;
}
#mc_embed_signup input[type="submit"]:hover {
    cursor: pointer;
    background: #0c34de;
    color: #fff;
}
#mc_embed_signup .check-container {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#mc_embed_signup .check-container span + span {
    font-size: 14px;
    line-height: 16px;
    margin-left: 25px;
}
#mc_embed_signup .check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#mc_embed_signup .check-container .checkmark {
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    height: 16px;
    width: 16px;
    border: 1px solid hsla(0, 0%, 100%, 0.8);
    border-radius: 2px;
}
.about__content__item a #mc_embed_signup .check-container .checkmark,
.about__header a #mc_embed_signup .check-container .checkmark,
.reversed #mc_embed_signup .check-container .checkmark,
footer .footer__contact a #mc_embed_signup .check-container .checkmark {
    border: 1px solid rgba(51, 51, 51, 0.8);
}
#mc_embed_signup .check-container:hover input ~ .checkmark,
#mc_embed_signup .check-container input:checked ~ .checkmark {
    border: 1px solid hsla(0, 0%, 100%, 0.8);
}
#mc_embed_signup .check-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
#mc_embed_signup .check-container input:checked ~ .checkmark:after {
    display: block;
}
#mc_embed_signup .check-container .checkmark:after {
    left: 5px;
    top: 2px;
    background: transparent;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    border-radius: 0;
    transform: rotate(45deg);
    width: 4px;
    height: 8px;
}


@media (max-width: 960px){
    .row{
        margin: 0px;
    }
}

@media (max-width: 700px){
    .col-6 , .col-3 {
        display: flex;
        flex: 0 0 100%;
        flex-direction: column;
        padding: 1rem;
    }
    .case-study-template h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    .case-study-template h1 {
        font-size: 32px;
        line-height: 1.2 !important;
    }
    .callout{
        display: block;
        padding: 50px 35px;
    }
    .speech-bubble {
        padding-right: 30px;
        max-width: 120px;
    }
}
@media (max-width: 600px){
    .news-card {
        padding: 30px 20px;
        position: relative;
        min-height: 180px;
    }
    .case-study-icon{
        margin-bottom: 30px;
    }
    .prompt a{
        font-size: 14px;
    }
    #navbar a.action {
        font-size: 14px;
        margin-left: 10px;
        padding: 6px 12px;
        box-shadow: 0 2px 9px -2px rgb(0 0 0 / 15%);
    }
    header .wove-logo__title {
        line-height: 1;
    }
    #navbar{
        position: fixed;
        z-index: 99;
        padding: 25px;
        min-height: 95px;
    }
    .case-study-template p {
        margin-bottom: 15px;
        font-size: 16px;
    }
}
@media (max-width: 400px){
    .outputs img:first-child {
        max-width: 42.5%;
        height: 42.5%;
        margin-top: -30%;
        margin-left: 5%;
        transform: rotate(-10deg);
        z-index: 4;
      }
      .outputs{
        flex-direction: column-reverse;
      }
      .outputs img:nth-child(2){
        max-width: 85%;
        height: 85%;
        transform: rotate(-5deg);
        margin-left: 13%;
        margin-top: -25%;
        z-index: 3;

      }
      .outputs img:nth-child(4){
        max-width: 85%;
    height: 85%;
    transform: rotate(4deg);
        margin-left: 2%;
        margin-left: 4%;
        box-shadow: 0px 5px 20px #00000054;
        z-index: 2;
      }

    .case-study-image img{
        height: auto;
    }
    .hide-when-small{
        display: none
        }
        .show-when-small{
            display: block;
        }
    

    .d-block-small{
        display: block;
    }
    header .wove-logo__title {
        margin-right: 10px;
    }
    #navbar a.action {
    margin-left: 6px;
    padding: 4px 9px;
}
.impact-area {
    padding: 5px 14px;
    font-size: 14px;
    margin-bottom: 10px;
}
.case-study-template p {
    margin-bottom: 10px;
    font-size: 16px;
}
}