﻿ .blog-portrait {
    width: 200px;
    background-color: #eeeeee;
    padding: 30px;
    display: inline-block;
    margin: 20px;
}

.blog-portrait-left {
    float: left;
    margin-left: 0;
}

.blog-portrait-right {
    float: right;
    margin-right: 0
}

.blog-portrait img {
    border-radius: 50%
}

.post-content .blog-portrait figcaption {
    font-size: .66em;
    text-align: center
}



.socialicon .fab.fa-twitter {
    content: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 1227' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z' /%3E%3C/svg%3E");
    /*min-height:26px;*/
    /*height: 80%;
    width: 80%;*/
    /*max-height:56px;*/

    height: .9em;
    width: .9em;
}



/*testing changes to global theme files*/

* {
    --main-font: proxima-nova, sans-serif;
    /* Calculation */
    --responsive: calc((var(--min-font) * 1px) + (var(--max-font) - var(--min-font)) * ((100vw - 319px) / (1440 - 319))); /* Ranges from 320  to 1440px */
}

.img-gradient {
    position: relative;
    display: inline-block;
}




    /* 
#002f4b,#dc4225 
Convert HEX to RGBA - http://hex2rgba.devoth.com/
*/
    .img-gradient:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        /*background: -moz-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%);*/ /* FF3.6+ */
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220, 66, 37, 0.5)), color-stop(100%,rgba(0,47,75,0.5)));*/ /* Chrome,Safari4+ */
        /*background: -webkit-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%);*/ /* Chrome10+,Safari5.1+ */
        /*background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%);*/ /* Opera 11.10+ */
        /*background: -ms-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%);*/ /* IE10+ */
        /*background: linear-gradient(to bottom, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%);*/ /* W3C */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 );*/ /* IE6-9 */
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.1+60,0.2+81,0.8+100 */
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.2) 81%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,0.2) 81%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,0.2) 81%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
    }

    .img-gradient img {
        display: block;
    }

.d-button {
    margin: 16px auto;
    background-color: #eee;
    color: #999 !important;
    border: none;
    box-shadow: black 0 0 6px;
    min-width: 160px;
    height: 100px;
    border-radius: 50px;
    padding: 0 90px 0 90px;
    font-size: 27px;
    font-weight: 100;
    cursor: pointer;
}



.lds-roller {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 40px auto;
}


    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #7A1341;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.hidethis {
    display: none;
}

p.text-large-medGry {
    font-family: open-sans,sans-serif;
    font-size: 27px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: left;
    color: #595959;
}



.gray-box-wrapper {
    width: 100%;
    /*height: 530px;*/
    background-size: 100% auto;
    background-color: #ebebeb;
    padding: 0 10px;
}

.gray-box {
    display: block;
    max-width: 1150px;
    margin: 125px auto;
    font-family: open-sans, sans-serif;
    font-size: 27px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 1.15px;
    text-align: left;
    color: #595959;
}



    .gray-box h2 {
        margin-top: 0;
        font-family: proxima-nova, sans-serif;
        font-size: 36.5px;
        font-weight: 600 !important;
        line-height: 1.5;
        letter-spacing: 1.8px;
    }

.berry-wrapper {
    width: 100%;
    padding: 60px;
    color: white;
    overflow: hidden;
    color: white;
    margin: 0 auto;
    background-color: #7A1341;
    text-align: center;
    font-size: 24px;
}

    .berry-wrapper * {
        color: white !important;
    }

/* begin home page*/
.home-top {
    /*16:9 aspect ratio*/
    width: 100vw;
    height: 38vw;
    /* width: 100vw;
    height: 56vw;*/
    vertical-align: central;
    position: relative;
    padding: 0;
    overflow: hidden;
}



.home-top-box {
    position: relative;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.65);
    font-family: proxima-nova, sans-serif;
    --max-font: 40;
    --min-font: 14.5;
    font-size: var(--responsive);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: 1.98px;
    text-align: left;
    color: white;
    padding: 7vw;
    z-index: 3;
}

    .home-top-box * {
        font-family: proxima-nova, sans-serif;
    }

    .home-top-box ul {
        text-transform: uppercase;
        list-style: none;
        max-width: 1440px;
        padding-left: 1em;
        z-index: 3;
    }

.home-top-box-text {
    display: flex;
    align-items: center;
}


.hidden-xs {
    display: none;
}

/* dummy criterion for demo purposes */
@media screen and (min-width: 600px) {
    .hidden-xs {
        display: block;
    }
}


.home-video-gradient {
    position: relative;
    display: inline-block;
}


.home-video-gradient {
    background: url('/images/default-source/site-assets/1920_homepage_mobile-staticphoto');
}

    .home-video-gradient::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background: -moz-linear-gradient(right, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.2) 51%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(right, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.1) 2%,rgba(0,0,0,0.2) 51%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to left, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.1) 51%,rgba(0,0,0,0.6) 100%);
        z-index: 2;
    }


#video-container {
    position: absolute;
}

#video-container {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

video {
    position: absolute;
    z-index: 2;
}

    video.fillview {
        width: 100%;
    }

.video-desc {
    max-width: 1280px;
    margin: 0 auto;
    padding: 25px 25px 120px 25px;
    font-size: 21px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 1.05px;
    text-align: left;
    color: #595959;
}

.spanall {
    column-span: all;
}

.centered {
    text-align: center;
}

.centered_col {
    max-width: 1196px;
    margin: 0 auto;
    padding: 7px 20px 7px 20px;
}

.centered_col_2 {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 7px;
}


hr {
    border-top: 2px dotted #595959;
    /* possibly change this to gray?*/
}

    hr.berry {
        border-top: 2px dotted #7A1341;
    }


.dotted-border-top {
    border-top: 2px dotted #7A1341;
    padding-top: 10px;
    margin-top: 50px;
}

.family-owned-wrapper {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*height: 530px;*/
    background-color: #ebebeb;
    padding: 0;
}


.family-owned-wrapper-plain {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*height: 530px;*/
    background-color: #ffffff;
    padding: 0;
}

.family-owned {
    max-width: 1107px;
    /*padding: 113px 20px;*/
    padding: 43px 20px;
    font-family: open-sans, sans-serif;
    font-size: 27px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: 1.1px;
    text-align: left;
    color: #595959;
}

.family-owned-plain {
    max-width: 1107px;
    padding: 120px 20px;
    font-family: open-sans, sans-serif;
    font-size: 27px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: 1.1px;
    text-align: left;
    color: #ffffff;
}



.family-owned h2 {
    margin-top: 0;
    font-family: proxima-nova, sans-serif;
    font-size: 36.5px;
    font-weight: 600 !important;
    line-height: 1.5;
    letter-spacing: 1.8px;
}




h2.uppercase {
    margin: 60px auto;
    font-family: proxima-nova, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    text-align: center;
}

h2.caps {
    margin: 60px auto;
    font-family: proxima-nova, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: capitalize;
    text-align: center;
}

h2.plain {
    margin: 60px auto;
    font-family: proxima-nova, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: none;
    text-align: center;
}

.opensans {
    font-family: open-sans,sans-serif !important;
}

.daw-home-text {
    color:#ffffff;
}
.daw-wrapper {
    width: 100%;
    /*height: 562px;*/
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
}

.daw {
    display: flex;
    width: 100%;
    max-height: 566px;
    margin: 0 auto;
    background-image: url('/images/default-source/site-assets/dewberryatwork-grey-background');
    background-size: auto 100%;
}

/*    .daw .dawimg {
        width: 377px;
        height: 566px;
        flex-shrink: 0;
    }*/

.dawtxt {
    text-align: center;
    flex-grow: 8;
    padding: 9.2% 2.5%;
   
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 1.2px;
    text-align: center;
    vertical-align: middle;
    color: #fefefe;
    margin: 0 auto;
    
    max-width:1067px;
    /*height:566px;*/
}

    .dawtxt h2 {
        font-family: proxima-nova, open-sans, sans-serif;
        font-size: 36px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.8px;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
    }

    .dawtxt h2 a { color: #ffffff;}



.cta-wrapper {
    width: 100%;
    /*height: 315px;*/
    overflow: hidden;
    padding: 0;
    color: white;
    margin: 0 auto;
    background-color: #7A1341;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.35);
}



.cta {
    display: flex;
    flex-flow: row wrap;
    width: 50%;
    margin: 0 auto;
    background-color: #7A1341;
    padding-top: 60px;
}

.cta-icon {
    /*height: 225px;*/
    padding: 25px;
    margin: auto;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: 1.1px;
    text-align: center;
    color: #ffffff;
    border-bottom: 60px solid transparent;
}



    .cta-icon a {
        color: #ffffff;
    }

    .cta-icon > div {
        margin-top: 3vw
    }

    .cta-icon img {
        height: 85px;
        margin: 0 auto;
    }


    .cta-icon:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        transition: 0.5s ease-out;
    }

.facts {
    font-family: Arial, sans-serif;
    font-size: 27px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    line-height: 1.09;
    letter-spacing: 0.69px;
    color: #ffffff;
    min-height: 400px;
    background-color: #7A1341;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
    flex: 3 1 auto;
}

.fact {
    margin: 0;
    padding: 40px;
    flex: 0 0 auto;
    justify-content: center;
    align-content: center;
    justify-items: center;
}

.facts .fact1 {
    font-family: proxima-nova-extra-condensed, sans-serif;
    font-size: 75px;
    font-weight: bold;
    letter-spacing: 1.88px;
    text-align: center;
    color: #ffffff;
}

.facts .fact2 {
    font-size: 39px;
    font-weight: bold;
    letter-spacing: 0.98px;
}

.facts .fact3 {
    font-size: 22px;
    letter-spacing: 0.98px;
}


.home_projects-news {
    margin: 0 auto;
    width: 60.7%;
    background-color: #fff;
    margin-bottom: 82px
}

.home_projects_title, .home_news_title {
    font-family: proxima-nova;
    font-size: 36px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    text-align: center;
    color: #595959;
    text-transform: uppercase;
    margin-top: 96px;
    margin-bottom: 82px;
}

.dewberry-home-sub {
}
/* end home page*/


/* SERVICES & MARKETS*/


.d_services_leadership {
    padding-bottom: 60px;
    display: flex;
    flex-shrink: 0;
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

    .d_services_leadership h2 {
        width: 100%;
        font-family: proxima-nova;
        font-size: 36px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.8px;
        text-align: center;
        color: #595960;
        text-transform: uppercase;
        margin-top: 72px;
        margin-bottom: 53px;
    }


    .d_services_leadership img {
        max-height: 122px;
        border-radius: 50%;
    }

    .d_services_leadership a > img:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        transition: 0.5s ease-out;
        filter: brightness(75%)
    }

.contact-linkedin img {
    border-radius: unset;
}

.d_services_leadership > figure {
    width: 300px;
    float: left;
}

.d_services_leadership .caption-small {
    display: block;
}


.d_services_block,
.d_markets_block {
    margin: 0 auto;
    max-width: 1440px;
    padding: 12px 0;
    position: relative;
}

    .d_services_block figure,
    .d_markets_block figure {
        position: relative;
        float: left;
        margin: 12px;
    }

        .d_services_block figure a:hover img,
        .d_markets_block figure a:hover img {
            -webkit-filter: brightness(70%);
            transition-duration: .5s;
        }

    .d_services_block figcaption, .d_markets_block figcaption {
        font-family: proxima-nova,sans-serif;
        font-size: 25px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.25px;
        text-align: left;
        color: #ffffff;
        text-transform: uppercase;
        display: block;
        float: left;
        position: absolute;
        bottom: 0;
        margin: 25px;
    }

        .d_services_block figcaption h3,
        .d_markets_block figcaption h3 {
            font-family: proxima-nova,sans-serif;
            font-size: 36px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 1.8px;
            text-align: left;
            color: #ffffff;
            margin: 28px 0 !important;
            padding: 0 !important;
            border: none;
        }

        .d_services_block figcaption span {
            text-transform: none !important;
        }

.header-services {
    width: 100%;
    height: 200px;
    color: white;
    text-align: center;
    background-color: #595959;
    margin-bottom: 5px;
    padding: 42px;
}

.header-services-lite {
    background-color: #ececec;
    padding: 80px;
    font-size: 27.5px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: left;
    color: #595959;
}

    .header-services-lite > div {
        max-width: 1100px;
        margin: 0 auto;
    }

    .header-services-lite h2 {
        color: #595959;
        text-transform: uppercase;
        font-family: proxima-nova;
        font-size: 36.5px;
        font-weight: 600;
        line-height: 1.51;
        letter-spacing: 1.83px;
        text-align: center;
        position: relative;
        top: -300px;
    }

.service-label {
    text-transform: uppercase;
    font-family: proxima-nova;
    font-size: 16px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    text-align: center;
    color: #e1e1e1;
}

.service-name {
    text-transform: uppercase;
    position: relative;
    top: -32px;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
    font-family: proxima-nova;
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: 1.8px;
    text-align: center;
    color: #ffffff;
}

.our-services {
    font-size: 27px;
    background-color: #7A1341;
    padding: 70px 120px;
    text-align: center;
    color: white;
}

    .our-services.white,
    .our-services.white * {
        background-color: white;
        color: black;
    }

        .our-services.white ul {
            list-style-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'> <circle cx='8' cy='8' r='3'   fill='rgb(66, 66, 66)' /> </svg>");
        }

    .our-services h2 {
        color: white;
        text-transform: uppercase;
        font-family: proxima-nova;
        font-size: 36px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.8px;
        text-align: center;
        margin-bottom: 120px;
    }


    .our-services h3 {
        color: white;
        text-transform: uppercase;
        font-family: proxima-nova;
        font-size: 30px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.2px;
        text-align: center;
        border: none;
        margin: 80px 0;
    }

    .our-services > img {
        margin-bottom: 40px;
    }

    .our-services p {
        text-align: left;
        max-width: 1097px;
        margin: 0 auto 60px auto;
    }

    .our-services ul {
        column-count: 2;
        max-width: 1097px;
        margin: 0 auto;
        list-style-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'> <circle cx='8' cy='8' r='3'  fill='rgb(255, 255, 255)' /> </svg>");
    }

        .our-services ul > li {
            line-height: 1;
            margin-bottom: 40px;
            width: 90%;
            text-align: left;
        }


.projects-grid {
    padding: 80px 0;
}

.federal-info-wrapper {
    margin-top: 80px;
    width: 100%;
    background-color: #999999;
    padding: 80px 0;
}

.federal-info {
    max-width: 1156px;
    margin: 0 auto;
    width: 100%;
    color: white;
    padding: 0 20px;
}

    .federal-info h2 {
        text-transform: uppercase;
        color: white;
    }

    .federal-info h3 {
        color: white;
        font-weight: bold;
        font-size: 27px;
        border-bottom: none;
    }

.projects-grid.project-types {
    padding-top: 0;
    max-width: 1056px;
    margin: 0 auto;
}

.projects-grid ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0;
}

    .projects-grid ul li {
        display: flex;
        flex-direction: column;
        list-style: none;
        width: 25%;
        min-width: 259px;
        padding: 4.5px;
        justify-content: space-evenly;
        margin-top: 22px;
        overflow: hidden;
    }

        .projects-grid ul li a:hover {
            -webkit-filter: brightness(70%);
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease;
        }



.projects-grid h3 {
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #595959;
    margin: 8px 0;
}

    .projects-grid h3 > a {
        color: #595959;
        font-weight: 600;
    }

.project-location {
    margin-top: auto;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: left;
    color: #595960;
}



.project-thumb {
    width: 100%;
    height: 238px;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.projects-grid.project-types ul li div:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}



.project-single-img {
    display: block;
    max-width: 1151px;
    height: auto;
    margin: 0 auto;
    margin-top: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .project-single-img > figure {
        margin: 0;
        width: 100%;
        padding-bottom: 60px;
    }

        .project-single-img > figure > img {
            width: 100%;
        }

        .project-single-img > figure > figcaption {
            padding-top: 10px;
            font-size: 17px;
            font-weight: 300;
            line-height: 1.7;
            letter-spacing: 0.055em;
        }

.white-header {
    display: block;
    background-color: white;
    text-align: center;
    font-family: proxima-nova;
    letter-spacing: 1.83px;
    color: #595960;
    padding: 80px 0;
}

h2.white-header {
    text-transform: uppercase;
    font-size: 36.5px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    display: block;
    margin: 0;
}

.color-box {
    width: 100%;
    text-align: center;
    padding: 45px 1.5vw 80px 1.5vw !important;
    margin: 0 auto;
}

    .color-box.assistance {
        max-width: 800px;
    }



.litegray-box {
    background-color: #f3f3f3;
    color: black;
    /*padding: 80px;*/
    padding: 1vw;
}

    .litegray-box A {
        color: #595960
    }

.berry-box {
    background-color: #7A1341;
    color: white;
    padding: 80px 0;
}

    .berry-box A {
        color: white;
    }



.litegray-header {
    width: 100%;
    height: 200px;
    background-color: #f3f3f3;
    text-align: center;
    font-family: proxima-nova;
    letter-spacing: 1.83px;
    color: #595959;
    padding: 80px 0;
}

h1.litegray-header {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    display: block;
    margin: 0;
}


/*contacts*/



em.project-office {
    padding-left: 4px;
    font-style: normal;
    text-transform: uppercase;
    color: #58585a;
}


.contact-wrapper {
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: auto;
    max-width: 1423px;
    padding-left: 140px;
    padding-top: 70px;
}
/* Style the tab */
.tab {
    float: left;
    border: none;
    background-color: transparent;
    width: 350px;
    margin-right: 70px;
    margin-bottom: 70px;
}

#responsive_states {
    display: none;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    display: block;
    background-color: transparent;
    background-origin: border-box;
    background-image: url('/images/default-source/site-assets/contact/contact-down-arrow.png' );
    background-clip: border-box;
    background-position-x: 95%;
    background-position-y: 47%;
    background-repeat: no-repeat;
    font-family: open-sans;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 28px;
    letter-spacing: normal;
    text-align: left;
    color: #595960;
    padding: 7px 0;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

    /* Change background color of buttons on hover */
    .tab button:hover {
        color: #7A1341;
    }

    /* Create an active/current "tab button" class */
    .tab button.active {
        padding: 18px 0;
        color: #7A1341;
        font-weight: bold;
        border-bottom: 2px dotted #cccccc !important;
        border-top: 2px dotted #cccccc !important;
        background-origin: border-box;
        background-image: url('/images/default-source/site-assets/contact/contact-right-arrow.png' );
        background-clip: border-box;
        background-position-x: 95%;
        background-position-y: 50%;
        background-repeat: no-repeat;
    }

/* Style the tab content */
.tabcontentall {
    float: left;
    display: block;
}

.tabcontent {
    column-count: 2;
    float: left;
    border-left: none;
    width: 850px;
    padding-bottom: 20px;
    clear: both;
}

.stateName {
    font-family: open-sans, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #7A1341;
    column-span: all;
    margin-bottom: 60px;
}

    .stateName h2 {
        font-weight: bold !important;
    }


.cityName {
    display: block;
    break-inside: avoid-column;
    margin-bottom: 60px;
    height: 170px;
}

    .cityName > br {
        clear: both;
    }


    .cityName span {
        font-family: proxima-nova,sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        text-transform: uppercase;
        line-height: 20px;
        letter-spacing: 1.6px;
        text-align: left;
        color: #7A1341;
        display: block;
        break-after: avoid-column;
    }


.highlights {
    display: none;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 70px;
}

    .highlights h2 {
        display: block;
        width: 100%;
        font-family: proxima-nova;
        font-size: 36px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        text-transform: uppercase;
        letter-spacing: 1.8px;
        text-align: center;
        color: #595960;
        margin-bottom: 80px !important;
    }

    .highlights .insights-previews {
        background-color: transparent;
    }

.media-contact {
    background-color: #f3f3f3;
    text-align: center;
    padding-top: 89px;
}

    .media-contact h3 {
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #7A1341;
        border-bottom: none;
        margin: 0;
        padding: 0;
        text-transform: none;
    }

figure.round-portrait {
    margin: 10px 0 0 0;
    text-align: center;
}

.portraitType1 {
    padding: 20px;
    background-color: #fbfbfb;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .portraitType1, .portraitType1 figcaption, .portraitType1 figcaption .caption-small {
        transition: 0.5s ease-out;
        transition-delay: 0.5s;
    }

        .portraitType1:hover {
            background-color: #595960;
            transition: 0.5s ease-out;
        }

            .portraitType1:hover figcaption, .portraitType1:hover figcaption .caption-small {
                color: white;
                transition: 0.5s ease-out;
            }

        .portraitType1 img {
            transition: 0.5s ease-out;
            transition-delay: 0.5s;
        }

        .portraitType1:hover img {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
            transition: 0.5s ease-out;
        }

        .portraitType1:hover .contact-linkedin img {
            filter: brightness(200%);
        }

figure.round-portrait img {
    margin-top: 20px;
    margin-bottom: 20px;
}


figure.round-portrait figcaption {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #595959;
}


.suffix {
    font-size: 11px;
}

figure.round-portrait figcaption .caption-small {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    color: #595960;
}

.media-contact-info {
    padding-top: 44px;
    padding-bottom: 60px;
    font-size: 27.5px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: center;
    color: #595959;
}






.connect {
    background-color: #595960;
    text-align: center;
    padding: 120px 0;
}

    .connect h2 {
        font-family: proxima-nova;
        font-size: 36.5px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        text-transform: uppercase;
        line-height: 1.51;
        letter-spacing: 1.83px;
        text-align: center;
        color: #ffffff;
    }

    .connect .social_icons {
        max-width: 800px;
        height: 80px;
        margin: 0 auto;
        padding: 0 10px;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin-top: 80px;
    }

        .connect .social_icons a {
            color: #ffffff;
        }

        .connect .social_icons .socialicon {
            font-size: 60px;
            opacity: 0.5;
            transition: all 0.5s ease-out;
        }

            .connect .social_icons .socialicon:hover {
                -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                transform: scale(1.2);
                opacity: 1;
                transition: all 0.5s ease-out;
            }


/* culture */
.berry-wrapper.our-vision {
    padding: 15px 20px 50px 20px;
}

    .berry-wrapper .our-vision h2 {
        text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
        font-family: open-sans;
        font-size: 36px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.8px;
        text-align: center;
        color: #ffffff;
    }



@media screen and (max-width: 600px) {
    /*#video-container video{display:none;}
    .home-video-gradient::after {*/
    /* ff 3.6+ */
    /*background: -moz-linear-gradient(1deg, rgba(0, 0, 0, 1) 0%, rgba(123, 0, 63, 1) 100%);*/
    /* safari 5.1+,chrome 10+ */
    /*background: -webkit-linear-gradient(1deg, rgba(0, 0, 0, 1) 0%, rgba(123, 0, 63, 1) 100%);*/
    /* opera 11.10+ */
    /*background: -o-linear-gradient(1deg, rgba(0, 0, 0, 1) 0%, rgba(123, 0, 63, 1) 100%);*/
    /* ie 6-9 */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#7A1341', GradientType=1 );*/
    /* ie 10+ */
    /*background: -ms-linear-gradient(1deg, rgba(0, 0, 0, 1) 0%, rgba(123, 0, 63, 1) 100%);*/
    /* global 94%+ browsers support */
    /*background: linear-gradient(1deg, rgba(0, 0, 0, 1) 0%, rgba(123, 0, 63, 1) 100%);
    }

    }
    .vision-row-full {
        display: none !important;
    }

    .vision-row-mobile {
        display: block !important;
        text-align: left;
    }*/

    .vision-column {
        width: 100%;
    }

    .home-top-box ul {
        padding-left: 0px;
        margin: 0px;
    }

    .family-owned {
    }
}

@media screen and (min-width: 600px) {

    .vision-row-mobile {
        display: none !important;
    }

    .vision-row-full {
        display: block !important;
    }
}

.faces, .faces-offset {
    height: 134px;
    background-size: cover;
    background-image: url(/images/default-source/site-assets/DewberryAtWork_bannerArt?v=100623) !important;
    background-repeat: repeat-x;
    background-position-x: 184px;
}

.faces-offset {
    background-position-x: 2010px;
}


.values {
    width: 1440px;
    margin: 0 auto;
}

    .values p {
        padding: 0 60px;
        padding-bottom: 70px;
        font-family: open-sans, sans-serif;
        font-size: 27.5px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.47;
        letter-spacing: normal;
        text-align: center;
        color: #595960;
    }

.youtube1 {
    display: block;
}


.culture-wrapper {
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: auto;
    max-width: 1143px;
    padding-top: 70px;
}

.volunteer-table {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    margin: 0 auto;
    max-width: 1143px;
    font-family: Arial, sans-serif;
}

    .volunteer-table * {
        font-family: Arial, sans-serif;
    }

.volunteer-hours {
}

    .volunteer-hours h2 {
        font-family: proxima-nova-extra-condensed, sans-serif;
        margin-top: 0;
        font-size: 75px;
    }

.volunteer-types {
}


    .volunteer-types img {
        margin: 20px;
    }

#ig-feed {
    max-width: 935px;
    margin: 60px auto;
    height: auto;
}

.bod-dir {
    margin-top: 30px;
    float: left;
    color: #595959;
    line-height: 1.1;
}

ul.bod-row {
    float: left;
    margin-top: 30px;
    list-style-type: none !important;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
    margin-left: 15px;
}

    ul.bod-row li {
        margin-bottom: 15px;
    }

.bod-row-num {
    color: #595959;
    display: block;
    text-transform: uppercase;
}

.bod-name {
    font-size: 14px;
    color: #595959;
    font-weight: 600;
    display: block;
    line-height: 1.29;
    letter-spacing: normal;
}

.bod-title {
    font-size: 12px;
    display: block;
    color: #595959;
    line-height: 1.6;
    letter-spacing: normal;
}

/* careers */

.d_careers_hero_block {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0 !important;
    gap: 24px;
    height: auto;
}

    .d_careers_hero_block li.heroimage {
        display: block;
        height: 294px;
        flex-basis: 448px;
        list-style: none;
    }

        .d_careers_hero_block li.heroimage:first-child {
            flex-basis: 920px;
        }

        .d_careers_hero_block li.heroimage a:hover img {
            -webkit-filter: brightness(70%);
            transition-duration: .5s;
        }



        .d_careers_hero_block li.heroimage span.herocaption span {
            text-transform: none !important;
        }

        .d_careers_hero_block li.heroimage span.herocaption h3 {
            font-family: proxima-nova,sans-serif;
            font-size: 36px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 1.8px;
            text-align: left;
            color: #ffffff;
            position: absolute;
            top: -100px;
        }

        .d_careers_hero_block li.heroimage span.herocaption {
            font-family: proxima-nova,sans-serif;
            font-size: 25px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: 1.25px;
            text-align: left;
            color: white;
            text-transform: uppercase;
            display: block;
            position: relative;
            bottom: 60px;
            margin: 0 24px;
            /*left: 12px;*/
        }


        .d_careers_hero_block li.heroimage a {
            display: block;
        }

.d_careers_hero_block {
    object-fit: cover;
}

    .d_careers_hero_block li.hero-footer {
        font-size: .7em;
        line-height: 1.3em;
        list-style: none;
        display: block;
        text-align: center;
        flex-basis: 1392px;
        padding: 5px 0;
    }


    .d_careers_hero_block li.hero-bluecallout {
        font-size: 1em;
        line-height: 1.2em;
        list-style: none;
        display: block;
        color: white;
        background-color: #3B7691;
        text-align: center;
        flex-basis: 1392px;
        padding: 10px;
    }


        .d_careers_hero_block li.hero-bluecallout a {
            width: 100%;
            color: white;
        }

@media only screen and (min-width : 935px) and (max-width : 1392px) {
    .d_careers_hero_block li.hero-bluecallout, .d_careers_hero_block li.hero-footer {
        flex-basis: 920px;
    }
}

@media only screen and (max-width : 934px) {
    .d_careers_hero_block li.hero-bluecallout, .d_careers_hero_block li.hero-footer {
        flex-basis: 448px;
    }

    .d_careers_hero_block li.heroimage:first-child {
        display: none;
    }
}
.bkg-berry {
    background-color: #7A1341;
    color: white;
}

.bkg-gray02 {
    background-color: #ebebeb;
    color: #595959;
}

.careers-top-imageblock {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 1440px;
}

    .careers-top-imageblock > div {
        width: 23%;
        padding: 0;
    }

    .careers-top-imageblock figure {
        position: relative;
        margin: 0;
        padding: 0;
    }



    .careers-top-imageblock figcaption {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 25px 0 25px 30px;
        font-family: proxima-nova;
        font-size: 1.1em;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: .1em;
        text-align: left;
        color: #ffffff;
        text-transform: uppercase;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-image: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.4));
    }

    .careers-top-imageblock figure img {
        display: block;
        max-width: 100%;
        height: auto;
    }





        .careers-top-imageblock figure img:hover {
            -webkit-filter: brightness(70%);
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease;
        }

.career-imageblock-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 150px;
    padding-right: 150px;
}

.career-imageblock {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-items: center;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1440px;
}

    .career-imageblock p {
        padding: 0 10px
    }



    .career-imageblock .column {
        width: 50%;
        background-color: inherit;
        color: inherit;
        font-size: 27.5px; /* 1.9vw;*/
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
    }

        .career-imageblock .column h2 {
            font-family: proxima-nova;
            font-size: 36.5px; /* 2.53vw;*/
            font-weight: 600;
            line-height: normal;
            letter-spacing: normal;
            color: inherit;
            text-align: center;
            text-transform: uppercase;
        }

        .career-imageblock .column div {
            margin: 88px; /*3vh; */
            height: 100%;
        }

        .career-imageblock .column img {
            width: 100%;
        }

.career-gray-callout {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.9px;
    text-align: left;
    color: #595959;
    padding: 95px 150px;
    background-color: #ebebeb
}

/* insights & news, blogs, Announcements */
.blog-header, .news-header, .project-header, .video-header {
    background-color: #ebebeb;
    text-align: center;
    padding: 80px;
}

.content-type-label {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    text-align: center;
    color: #595960;
    text-transform: uppercase;
}

.post-title, .video-title {
    font-family: proxima-nova;
    font-size: 36px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.75px;
    text-align: center;
    color: #595959;
    text-transform: uppercase;
    max-width: 1140px;
    margin: 20px auto 40px auto;
}

.post-author {
    font-family: proxima-nova;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.75px;
    text-align: center;
    color: #7A1341;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.post-intro, .project-intro, .project-intro-text {
    font-size: 27px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.60;
    letter-spacing: normal;
    text-align: left;
    color: #595959;
    margin-bottom: 1.6em;
}


.post-date, .title-location, .video-date {
    text-transform: uppercase;
    font-family: proxima-nova;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.75px;
    text-align: center;
    color: #595960;
}

.post-author-photos {
    margin: 40px auto;
    margin-top: 0;
}

    .post-author-photos ul {
        display: flex;
        margin: 0;
        padding: 0;
        list-style: none;
        justify-content: center;
        flex-flow: row wrap;
    }

    .post-author-photos li {
        width: 100%;
        margin: 5px;
        min-width: 335px;
        flex: 1;
    }

    .post-author-photos figure {
        height: 220px
    }

        .post-author-photos figure img {
            max-height: 122px;
            border-radius: 50%;
        }

.post-content {
    width: 100%;
}

    .post-content img { /* for centering images in old cond*/
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

    .post-content figure img {
        width: 100%;
    }

    .post-content figcaption {
        font-size: 17px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.74;
        letter-spacing: 0.88px;
        text-align: left;
        color: #707070;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .post-content blockquote {
        width: 100vw;
        position: relative;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAyCAMAAAAgCtj5AAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAADNQTFRFAAAA5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubm5ubmupM9LgAAABB0Uk5TABAgMEBQYHCAkKCwwNDg8FTgqMgAAAD+SURBVEjH7ZbBEsIgDEQLggULzf7/13roKClsGHU8NsdkXlg2odNl+U+4tM7K90zTqwDehEIFSNdbBYBiCdkAQFyfTzjiTqkoR3VjzXhD1RMIJ6q+83iM1KNVd8eprmFHAanlT9QeOyrrqiTaTQZLoqayo/kyGOJFCbmpi8nUjtKq1XHphIoG5ZVCMrEdfKDtMPHTw84GC5vIOzZDSsR0q6wlyDM/VNP9XKiG9n6Fs6WCvZdiaAxT95Vflnjmo2ujtsSzV920bNZTClMjk3VnPzVytbDl80+IHttXmFqeV9CNXF9V12Hs2DJWw4Vd2IVd2IilMfSf4Fj1P/91PgGAKFI1sEXzLAAAAABJRU5ErkJggg==');
        color: #e6e6e6;
        background-position-y: 54px;
        background-position-x: center;
        background-repeat: no-repeat;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        margin-top: 60px;
        margin-bottom: 60px;
        padding-top: 150px;
        padding-bottom: 60px;
        padding-left: 12vw;
        padding-right: 12vw;
        background-color: #7A1341;
        font-family: Arial;
        font-size: 27.5px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.09;
        letter-spacing: 0.69px;
        text-align: left;
        color: rgba(255, 255, 255, 0.9);
        quotes: "“" "”" "‘" "’";
    }

        .post-content blockquote span.author {
            display: block;
            margin-top: 40px;
            font-size: 14px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.29;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
        }

.news-summary, .title-summary {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #7A1341;
    margin: 40px auto;
    max-width: 1140px;
}


.news-people-photos {
    margin: 40px auto;
    margin-top: 0;
}

    .news-people-photos > ul {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
        padding: 0;
        list-style: none;
    }

    .news-people-photos li {
        list-style-image: none;
        width: 100%;
        margin: 5px;
        min-width: 335px;
        flex: 1;
    }

    .news-people-photos figure {
        height: 220px
    }

        .news-people-photos figure img {
            max-height: 122px;
            border-radius: 50%;
        }


.news-project-photos {
    min-height: 150px;
    text-align: center;
}

/*projects*/
.project-centered_col {
    max-width: 1156px;
    margin: 0 auto;
    padding: 100px 0;
}

.project-statistics {
    font-size: 27px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    line-height: 1.09;
    letter-spacing: 0.69px;
    background-color: #7A1341;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 60px 0;
    flex: 3 1 auto;
}

    .project-statistics > div {
        padding: 10px;
        text-align: center;
        color: #ffffff;
        flex: 0 0 auto;
        justify-content: center;
        align-content: center;
        justify-items: center;
    }

        .project-statistics > div > h2 {
            color: white;
            font-family: proxima-nova-extra-condensed, sans-serif;
            font-size: 75px;
            font-weight: bold;
            letter-spacing: 1.88px;
            margin-bottom: 20px !important;
            margin-top: 20px !important;
        }

            .project-statistics > div > h2 > sup {
                font-size: .5em;
                text-transform: uppercase;
            }


        .project-statistics > div > p {
            display: block;
            font-size: 24px;
            letter-spacing: 0.98px;
            max-width: 320px;
            margin: 0;
            line-height: 1.09;
        }

            .project-statistics > div.wide,
            .project-statistics > div > p.wide {
                max-width: 600px
            }

.flexContainer {
    display: flex;
    flex-flow: row wrap;
    padding: 15px 15px 0 0;
    align-items: flex-start;
    justify-content: space-between
}

.project-text {
}

    .project-text h3 {
        font-family: proxima-nova, sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.6px;
        text-align: left;
        color: #7A1341;
        text-transform: uppercase;
        margin-bottom: 20px;
    }



    .project-text.project-other p {
        margin: 0;
    }


.project-main {
    flex: 2 1 0;
    /*width: calc(70% - 30px);
    margin-bottom: 60px;
    padding-right: 120px;*/
    padding: 0 4vw;
    min-width: 660px;
}

    .project-main p {
        line-height: 1.7;
        margin-top: 0;
    }

.project-other {
    flex: 1 1 0;
    /*width: calc(30% - 30px);*/
    border-left: 2px dotted #595959;
    /*margin-bottom: 40px;*/
    font-size: 21px;
    padding: 0 4vw;
    min-width: 330px;
}

    .project-other div:last-of-type {
        margin-bottom: -15px;
    }

.project-main ul {
    list-style: disc;
}

/*.project-other-info {*/ /* here for backwards compatibility with old markup*/
/*line-height: 1.2;
}

.project-other-info p {*/ /* here for backwards compatibility with old markup*/
/*line-height: 1.8;
}*/

.project-other .awards {
    margin-bottom: var(--margin-bottom-project-other);
    margin-top: 10px;
}



.project-other h3 {
    margin-bottom: var(--margin-bottom-project-other);
    margin-top: 30px;
}


.project-other-info > h3:first-child {
    margin-bottom: var(--margin-bottom-project-other);
    margin-top: 0
}

.project-other-info > h3:last-child {
    margin-top: 10px;
}

.project-other-info > p {
    margin-bottom: var(--margin-bottom-project-other);
    line-height: 1.2;
    padding-bottom: 10px;
}

.project-other-info h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    display: inline-block;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

    .project-other-info h5:last-child {
        margin-bottom: 10px;
    }

.project-services, .project-markets, .project-regions {
    margin-bottom: var(--margin-bottom-project-other);
}

    .project-services h3, .project-markets h3, .project-regions h3 {
        margin-bottom: var(--margin-bottom-project-other);
    }

.project-other ul.sfCategoriesList {
    padding-left: 0 !important;
    margin: 0 !important;
}

    .project-other ul.sfCategoriesList > li {
        list-style-image: none;
        line-height: 1.2;
        margin-bottom: var(--margin-bottom-project-other);
    }

/*.project-regions ul.sfCategoriesList > li:last-child {
    margin-bottom: 0;
}*/

.project-services-photos {
    position: relative;
    z-index: 12;
    min-height: 150px;
    max-height: 590px;
    text-align: center;
}

    .project-services-photos .carousel-slider {
        max-height: 590px;
    }

.type-label {
    display: inline-block;
    margin-right: auto;
    font-family: proxima-nova;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    text-align: left;
    color: #7A1341;
    text-transform: uppercase;
    padding: 15px 0;
    border-top: 2px dotted #7A1341;
}


.d_post_thumbsWrp {
    position:relative;
    height: 184px;
    width: 312px;
    overflow:hidden;
}

    .d_post_thumbsWrp img {
        position:absolute;
        height:auto;
        width: 312px;
        top:0;
        bottom:0;
        margin:auto;
    }


.relatedItemBlog {
    display: flex;
    flex-wrap: nowrap;
    height: 184px;
    width: 312px;
    overflow: hidden;
}


    .relatedItemBlog div {
        position:relative;
        width: 50%;
        overflow:hidden;
    }

        .relatedItemBlog div img {
            position: absolute;
            height: 184px;
            width:184px;
            left:-14px;
            right: 0;
            margin: 0 auto;
        }



        .relatedItemTitle {
            font-size: 14px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.29;
            letter-spacing: normal;
            text-align: left;
            color: #595959;
            padding-top: 10px;
        }

    .relatedItemTitle a {
        color: #595959;
        font-weight: 600;
    }

.d_post_thumbsWrp .offset {
    background-position-y: -20px;
}


.d_post_thumbsWrp:hover {
    -webkit-filter: brightness(70%);
    transition-duration: .5s;
}


.relatedItemFlexContainer {
    height: 60%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.d_ps_wrapper {
    min-height: 584px;
    background-color: #f3f3f3;
    justify-content: center;
    padding: 0 11vw;
}

    .d_ps_wrapper h2 {
        font-family: proxima-nova;
        text-transform: uppercase;
        padding-top: 58px;
        margin-bottom: 64px;
        font-size: 36px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.8px;
        text-align: center;
        color: #595960;
    }


.projectRelatedContentItem {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #595959;
    width: 320px;
    margin: 0 25px;
    height: 350px
}


/*@media*/
@media only screen and (min-width : 768px) and (max-width : 1224px) {

    

    .our-services ul {
        column-count: 1;
    }

        .our-services ul > li {
            width: 100%;
        }


    .daw {
       /* background-size: 1423px;*/
    }

        .daw .dawimg {
            display: none;
        }

    .career-imageblock {
        flex-direction: row;
    }

        .career-imageblock .column {
            font-size: 19px;
        }

            .career-imageblock .column h2 {
                font-size: 21px;
            }

            .career-imageblock .column div {
                margin: 3vh;
                height: 100%;
            }

            .career-imageblock .column img {
                width: 100%;
            }

    .tabcontent {
        column-count: 1;
        width: 350px
    }

    .values, .careers-top-imageblock {
        width: 100%;
        margin: 0 auto;
    }



        .careers-top-imageblock figcaption {
            position: relative;
            top: -60px;
            padding-left: 20px;
            font-family: proxima-nova;
            font-size: 0.9em;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            letter-spacing: .1em;
            text-align: left;
            color: #ffffff;
            text-transform: uppercase;
        }


    .faces {
        height: 90px;
    }

    .faces-offset {
        height: 90px;
    }
}

@media only screen and (max-width : 767px) 
{

    .career-imageblock-wrapper {
        padding: 40px;
    }

    .career-gray-callout {
        font-size: 16px;
        font-weight: 300;
        line-height: normal;
        padding: 25px 25px;
    }

    .contact-wrapper {
        padding: 10px;
    }

    .d_services_block,
    .d_markets_block {
        margin: 0 auto;
        max-width: 1440px;
        padding: 12px 0;
        position: relative;
        width: 90vw;
    }

        .d_services_block img,
        .d_markets_block img {
            width: 100%;
        }

        .d_services_block figure:first-child {
            display: none;
        }


    .our-services ul {
        column-count: 1;
    }

        .our-services ul > li {
            width: 100%;
        }

    .daw {
     /*   background-size: 767px;*/
    }

        .daw .dawimg {
            display: none;
        }

    .career-imageblock {
        flex-direction: row;
    }

        .career-imageblock .column {
            font-size: 19px;
            width: 100%;
        }

            .career-imageblock .column h2 {
                font-size: 21px;
            }

            .career-imageblock .column div {
                margin: 3vh;
                height: 100%;
            }

            .career-imageblock .column img {
                display: none;
            }

    .values, .careers-top-imageblock {
        width: 100%;
        margin: 0 auto;
    }

        .careers-top-imageblock figcaption {
            position: relative;
            top: -60px;
            padding-left: 10px;
            font-family: proxima-nova;
            font-size: 0.7em;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            letter-spacing: .1em;
            text-align: left;
            color: #ffffff;
            text-transform: uppercase;
        }

    .faces {
        height: 67px;
    }

    .faces-offset {
        height: 67px;
    }

    .tabcontent {
        column-count: 1;
        width: 350px
    }


    .tab {
        float: left;
        border: none;
        background-color: transparent;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

        .tab button {
            display: inline-block;
            background-color: transparent;
            background-origin: border-box;
            background-image: none;
            background-clip: border-box;
            background-position-x: 0;
            background-position-y: 0;
            background-repeat: no-repeat;
            font-family: open-sans;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 16px;
            letter-spacing: normal;
            text-align: left;
            color: #595960;
            padding: 4px;
            width: auto;
            border: 1px solid #595959;
            outline: none;
            cursor: pointer;
            transition: 0.3s;
        }

            /* Change background color of buttons on hover */
            .tab button:hover {
                color: #7A1341;
            }

            /* Create an active/current "tab button" class */
            .tab button.active {
                padding: 5px;
                color: #7A1341;
                font-weight: bold;
                border-bottom: 1px solid #595959 !important;
                border-top: 1px solid #595959 !important;
                background-origin: border-box;
                background-image: none;
                background-clip: border-box;
                background-repeat: no-repeat;
            }
}


@media only screen and (max-width:1200px) {
    .project-intro, .project-intro-text {
        padding: 0 4vw;
    }
}


@media only screen and (max-width:1024px) {
    .tab {
        display: none;
    }

    #responsive_states {
        display: block
    }

    .sfforumReplyFormVisible .sfforumPostReplyContainer {
        position: static;
        border-top: 0
    }



    .project-other {
        border-left: none;
        font-size: 21px;
        padding-top: 40px;
    }
}


@media only screen and (max-width:660px) {

    .project-main {
        flex: 1 1 0;
        min-width: 330px;
    }

    .home-top-box {
    }

    .home-top {
    }

    .home-top-box-text > ul {
    }

    .media-contact-info {
        font-size: 16px;
    }

    .d_services_block figcaption, .d_markets_block figcaption {
        font-size: 16px;
        margin: 12px
    }


    .connect .social_icons .socialicon {
        font-size: 40px;
    }
}

@media only screen and (max-width:412px) {
    .vision-div {
        font-size: 21px;
    }

    .post-content figcaption {
        font-size: 13px;
    }

    .post-title {
        font-size: 27px;
    }
}


@media only screen and (max-width: 767px) {
    /*fonts*/
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 24px !important;
    }

    h2 {
        font-size: 18px;
    }

        h2.uppercase, h2.white-header {
            font-size: 24px;
        }


    .family-owned {
        font-size: 18px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .header-services-lite {
        font-size: 18px;
        padding: 80px 16px;
    }

        .family-owned h2, .header-services-lite h2 {
            font-size: 24px
        }

    .our-services h2 {
        font-size: 24px
    }

    .d_services_leadership h2 {
        font-size: 24px;
    }

    .dawtxt {
        font-size: 16px
    }

        .dawtxt h2 {
            font-size: 18px
        }

    .cta-icon {
        font-size: 16px
    }

    .home_projects_title, .home_news_title {
        font-size: 24px;
    }


    .news-summary, .title-summary {
        font-size: 18px
    }

    .post-intro, .project-intro, .project-intro-text {
        font-size: 21px;
    }

    .values p {
        font-size: 21px;
    }

    p.text-large-medGry {
        font-size: 21px;
    }

    .our-services {
        font-size: 21px;
    }
    /*end fonts*/

    .our-services {
        padding: 30px 10px
    }

    .project-other {
        transform: scale(0.7)
    }

    .projects-grid ul li {
        margin-top: 22px;
        margin-bottom: 50px;
    }
}


.rcorners1 {
    margin: 60px auto 0;
    color: white;
    border-radius: 44px;
    background: #595959;
    width: 600px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    font-weight: 300;
}

    .rcorners1 a {
        color: white !important;
        text-decoration: underline;
    }

.long-button-text {
    display: block;
}

.short-button-text {
    display: none;
}

@media screen and (max-width: 1000px) {
    .rcorners1 {
        width: 300px
    }

    .long-button-text {
        display: none;
    }

    .short-button-text {
        display: block
    }
}

@media screen and (max-width: 600px) {
    .rcorners1 {
        width: 300px
    }

    .long-button-text {
        display: none;
    }

    .short-button-text {
        display: block
    }
}

/* insights & news page */


.dw-button {
    cursor: pointer;
    font-size: 25px;
    color: #77787b;
    width: 280px;
    height: 80px;
    border: 1px solid #77787b;
    background-color: white;
    border-radius: 40px;
    margin: 40px 0;
}

.waywrapper {
    padding: 80px 0 40px 0;
}

.wayrow {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
    overflow: hidden;
    max-width: 960px;
    background-color: inherit;
    color: inherit;
    font-size: 27.5px; /* 1.9vw;*/
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

    .wayrow img {
        height: 100%;
        min-width: 275px;
        max-height: 460px;
        margin-bottom: 40px;
    }



.waycolumn {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding: 0 40px;
}

.waycolumn2 {
    align-items: left;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 2;
    padding: 0 40px;
    min-width: 320px;
    /* padding-top: 20px;*/
}

/*.waycolumn2 .text-column {max-height: 300px}*/

@media screen and (max-width: 900px) {
    .wayrow {
        font-size: 22px
    }
}

@media screen and (max-width: 600px) {
    .wayrow img {
        width: 275px;
    }

    .waycolumn2 {
        min-width: 220px;
    }

    .wayrow {
        font-size: 20px
    }
}

