.w_featurette {
    display: block;
    position: relative;
}

.w_featurette-bg {
    display: block;
    width: 100%;
}

.w_featurette-title {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 4.761904761905%;
    position: absolute;
    right: 0;
    text-align: center;
}

.w_featurette-major {
    background-size: cover;
    background-position: center center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 85%;
}

@media (min-width: 841px ) {
    .blocks-wrapper {
        float: left;
        width: 50%;
    }

    .blocks-wrapper-inner {
        background-size: cover;
        background-position: center center;
        height: 0;
        display: block;
        position: relative;
        padding-top: 85%;
    }

    .blocks-wrapper-inner .l_four-col .w_featurette-2,
    .blocks-wrapper-inner .l_four-col .w_featurette-2-bg {
        height: 100%;
    }

    .blocks-wrapper-inner .l_four-col {
        position: absolute;
        width: 50%;
        height: 50%;
    }

    .blocks-wrapper-inner .l_four-col:nth-child(1) {
        top: 0;
        left: 0;
    }

    .blocks-wrapper-inner .l_four-col:nth-child(2) {

        top: 0;
        right: 0;
    }

    .blocks-wrapper-inner .l_four-col:nth-child(3) {

        bottom: 0;
        left: 0;
    }

    .blocks-wrapper-inner .l_four-col:nth-child(4) {

        bottom: 0;
        right: 0;
    }
}

.team .w_featurette-blue {
    padding-top: 58.4%;
}

@media ( max-width: 840px ) {
    .w_featurette-major {
        padding: 9.375%;
        height: auto;
        left: 0;
        right: 0;
        position: static;

    }

    .team .w_featurette-blue {
        padding: 9.375%;
    }
}

.w_featurette-major .w_featurette-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15.238095238096%;
    right: 15.238095238096%;
    font: 50px/1.15 "freight-text-pro", serif;
    color: #fff;
    text-align: left;
    padding: 0;
}

@media ( max-width: 1440px ) {
    .w_featurette-major .w_featurette-title {
        font-size: 36px;
    }
}

@media ( max-width: 1080px ) {
    .w_featurette-major .w_featurette-title {
        font-size: 24px;
    }
}

@media ( max-width: 840px ) {
    .w_featurette-major .w_featurette-title {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }
}

.w_featurette-major .w_featurette-title .w_featurette-title-inner {
    display: table;
    width: 100%;
    height: 100%;
}

.w_featurette-major .w_featurette-title .w_featurette-title-inner .w_featurette-title-inner-inner {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 0;
}

.w_featurette-title-inner-inner a {
    text-decoration: underline;
}

.w_featurette-title-inner-inner a:hover {
    /*color: rgb(252, 66, 55);*/
}

.w_featurette-orange {
    background-image: url("/media/images/featurette-orange.jpg");
}

.w_featurette-blue {
    background-image: url("/media/images/featurette-blue.jpg");
}

.w_blog-post + .w_blog-post {
    margin-top: 60px;
}

.w_blog-feed-home {
    padding: 60px 0 40px !important;
}

.w_blog-feed-home .w_blog-post {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.w_blog-feed-home .w_blog-post + .w_blog-post {
    margin-top: 40px;
}

.w_blog-feed {
    background-color: white;
    padding: 100px 0 70px;
}

@media (min-width: 1087px) {
    .w_blog-feed:not(.w_blog-feed-home)::before {
        background: url(../images/dsbloglogo.png) no-repeat;
        /*background-position-x: -365px;*/
        content: '';
        position: absolute;
        top: 0;
        left: -365px;
        height: 700px;
        width: 700px;
        background-size: cover;
    }
}

.w_blog-meta {
    font-size: 0;
    line-height: 46px;
}

.w_blog-post .s_blog-title + .w_blog-meta {
    margin-top: 20px;
    vertical-align: middle;
}

.blog-author-avatar {
    width: 46px;
    height: 46px;
    display: inline-block;
    border-radius: 23px;
}

.w_blog-sidebar .topics-nav {
    margin-top: 36px;
}

.topics-nav .selected .label {
    color: #0033cc;
}

.topics-nav li.all a {
    color: #fc4237;
}

.topics-nav li a {
    display: inline-block;
    padding: 4px 0;
}

.topics-nav li .label {
    font: 600 20px/1.25 "jaf-bernino-sans-condensed", sans-serif;
    color: black;
}

.topics-nav li .count {
    font: 400 20px/1.25 "freight-text-pro", serif;
    color: #0eb8b1;
}

.w_blog-sidebar form {
    margin-top: 65px;
}

.w_blog-sidebar form label {
    font: 700 20px/1.25 "jaf-bernino-sans-condensed", sans-serif;
    color: #0033cc;
    display: inline-block;
}

.w_blog-sidebar form .input-wrapper {
    border: 1px solid #0033cc;
    position: relative;
}

.w_blog-sidebar form .input-wrapper input[type=text] {
    position: relative;
    width: 90%;
    z-index: 2;
    padding: 3px 0 3px 3px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.w_blog-sidebar form .input-wrapper button {
    font: 400 20px/36px "jaf-bernino-sans-condensed", sans-serif;
    color: #0033cc;
    position: absolute;
    z-index: 3;
    right: 20px;
    top: 0;
    border: none;
    background-color: transparent;
    padding: 0 6px;
}

@media (max-width: 580px) {
    .w_featurette-title {
        top: 0;
        padding: 0;
    }

    .w_featurette-title-inner {
        display: table;
        height: 100%;
        width: 100%;
    }

    .w_featurette-title-inner-inner {
        display: table-cell;
        vertical-align: middle;
        padding: 0 18.75%;
    }

    .w_featurette-arrow {
        display: none;
    }
}

@media (min-width: 841px) and (max-width: 1160px) {
    .w_featurette-title {
        top: 0;
        padding: 0;
    }

    .w_featurette-title-inner {
        display: table;
        height: 100%;
        width: 100%;
    }

    .w_featurette-title-inner-inner {
        display: table-cell;
        vertical-align: middle;
        padding: 0 18.75%;
    }

    .w_featurette-arrow {
        display: none;
    }
}

.w_featurette-2 {
    display: block;
    position: relative;
    overflow: hidden;
}

.w_featurette-2-bg {
    display: block;
    width: 100%;
}

.l_four-cols:not(.team) .w_featurette-2-bg {
    transition: all .3s ease-in-out;
}

.l_four-cols:not(.team) .w_featurette-2-bg:hover {
    transform: scale(1.1);
}

.job-title {
    font-size: 13px;
    display: block;
    color: #AFAFAF;
}

.w_featurette-2-title {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 4.761904761905%;
    position: absolute;
    right: 0;
    text-align: center;
    background-color: black;
    background-color: rgba(0, 0, 0, .6);
}

@media (max-width: 580px) {
    .w_featurette-2-title {
        top: 0;
        padding: 0;
    }

    .w_featurette-2-title-inner {
        display: table;
        height: 100%;
        width: 100%;
    }

    .w_featurette-2-title-inner-inner {
        display: table-cell;
        vertical-align: middle;
        padding: 0 18.75%;
    }

    .w_featurette-2-arrow {
        display: none;
    }
}

@media (min-width: 841px) and (max-width: 1160px) {
    .w_featurette-2-title {
        top: 0;
        padding: 0;
    }

    .w_featurette-2-title-inner {
        display: table;
        height: 100%;
        width: 100%;
    }

    .w_featurette-2-title-inner-inner {
        display: table-cell;
        vertical-align: middle;
        padding: 0 18.75%;
    }

    .w_featurette-2-arrow {
        display: none;
    }
}

.w_main-pitch {
    background-color: #fff43c;
    padding-top: 60px;
}

.w_main-pitch-text-holder {
    max-width: 50em;
    padding-top: 20px;
    padding-right: 23%;
}

@media (max-width: 1280px) {
    .w_main-pitch-primary {
        float: none;
        width: auto;
    }

    .w_main-pitch-optional {
        display: none;
    }

    .w_main-pitch-text-holder {
        padding-top: 0;
        padding-right: 0;
    }
}

.w_footer {
    text-align: center;
    padding: 60px 90px;
}

.w_footer-inner {
    display: inline-block;
    text-align: left;
}

@media (max-width: 580px) {
    .w_footer {
        text-align: center;
        padding: 30px 40px;
    }

    .w_footer-inner {
        max-width: 100%;
    }

    .thinking-signup {
        overflow: hidden;
    }

    .thinking-signup input[type='submit'] {
        float: right;
        margin-top: 5px;
    }

    .l_inline-holder-row {
        position: relative;
    }

    .w_footer-social {
        width: 100% !important;
    }
}

@media (max-width: 378px) {
    .w_footer-inner .signup-input {
        width: 192px;
    }
}

.ds-header .ds-header-menu-bars {
    display: block;
    float: right;
    margin: 0 28px;
    width: 19px;
    font-size: 0;
    /*padding: 5px 0 2px;*/
    padding: 0;
}

.ds-rotational .slick-next:before,
.ds-rotational .slick-prev:before {
    width: 56px;
    height: 56px;
    display: inline-block;
    cursor: pointer;
    border-radius: 28px;
    font-size: 24px;
    line-height: 56px;
    text-align: center;
    color: #47dcc4;
    border: 1px solid #47dcc4;
    font-family: inherit;
    cursor: pointer;
}

@media (max-width: 550px) {
    .ds-rotational .slick-prev,
    .ds-rotational .slick-next {
        display: none !important;
    }
}

.ds-rotational .slick-prev {
    left: 25px;
    width: 56px;
    height: 56px;
}

.ds-rotational .slick-prev:before {
    content: '←';
}

.ds-rotational .slick-next {
    right: 25px;
    width: 56px;
    height: 56px;
}

.ds-rotational .slick-next:before {
    content: '→';
}

.ds-header-menu-bar {
    height: 3px;
    background-color: white;
    display: block;
    width: 100%;
    margin: 4px 0;
}

.l_four-cols.team {
    background-color: black;
}

.w_footer-logo {
    margin-right: 30px;
    width: 200px;
}

.float-right {
    float: right;
}

.w_footer-signup h1 {
    margin-bottom: 15px;
    font-size: 20px;
}

.filter-btn {
    margin: -20px auto 45px;
    display: block;

    -webkit-appearance: none;
    background-color: white;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
}

.filter-btn:after {
    content: '→';
    display: inline-block;
    margin-left: 4px;
}

.signup-btn {
    -webkit-appearance: none;
    background-color: white;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
}

.signup-btn:after {
    content: '→';
    display: inline-block;
    margin-left: 4px;
}

@media ( max-width: 640px ) {
    .signup-btn {
        margin-left: -44px;
        position: relative;
        text-indent: 40px;
        white-space: nowrap;
        width: 40px;
    }

    .signup-btn:after {
        display: block;
        left: 50%;
        margin-left: -10px;
        margin-top: -11px;
        position: absolute;
        text-indent: 0;
        top: 50%;
    }
}

.no-left-margin {
    margin-left: 0 !important;
}

.signup-input {
    -webkit-appearance: none;
    border: 2px solid gray;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    top: -1px;
    width: 250px;
    margin-right: 7px;
}

.w_footer-logo img {
    display: block;
    width: 100%;
}

@media (max-width: 1168px) {
    .w_footer-social .l_horizontal-list {
        margin-left: 0 !important;
    }
}

@media (max-width: 840px) {
    .w_footer-social .l_horizontal-list {
        margin-left: 0 !important;
    }

    .w_footer-logo {
        margin-bottom: 10px;
        margin-right: 0;
        margin: 0 auto;
    }

    .w_footer-logo img {
        margin: 0 auto;
    }
}

input[type=submit].button {
    -webkit-appearance: none;
}

.w_footer-navigation .l_horizontal-list-item {
    margin: 0 11px;
}

@media (max-width: 840px) {

    .w_footer-navigation {
        display: none;
    }

}

.w_footer-copyright {
    margin-right: 12px;
}

@media (max-width: 840px) {
    .w_footer-copyright {
        margin-bottom: 16px;
        margin-right: 0;
        text-align: center;
    }
}

.w_footer-social .l_horizontal-list-item {
    margin: 0 2px;
}

.w_footer-social .l_horizontal-list {
    margin-left: 50px;
}

.w_social-icon {
    display: block;
    height: 38px;
    width: 39px;
    background-size: 40px;
}

.w_social-icon:hover {
    background-position: 0 -37px;
}

.w_twitter-icon {
    background-image: url('../images/w_twitter-icon.png');
}

.w_facebook-icon {
    background-image: url('../images/w_facebook-icon.png');
}

.w_linkedin-icon {
    background-image: url('../images/w_linkedin-icon.png');
}

.w_youtube-icon {
    background-image: url('../images/w_youtube-icon.png');
}

.w_instagram-icon {
    background-image: url('../images/w_instagram-icon.png');
}

.w_pinterest-icon {
    background-image: url('../images/w_pinterest-icon.png');
}

.w_footer .l_inline-holder-row {
    margin-bottom: 20px;
}

@media (max-width: 840px) {
    .w_footer .l_inline-holder-row {
        margin-bottom: 0;
    }
}

@media ( max-width: 1086px ) {
    .w_blog-feed {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    .w_blog-feed-home .w_blog-post + .w_blog-post {
        margin-top: 30px;
    }

    .w_blog-feed-home .w_blog-post {
        padding-bottom: 80px;
    }

    .w_blog-meta {
        font-size: 0;
        line-height: 1;
        /*overflow: hidden;*/
        padding-top: 3px;
    }
}

.w_people-feature {
    position: relative;
    max-height: 1146px;
    overflow: hidden;
    width: 100%;
}

.projects-heading {
    font: bold 36px/1.25 "jaf-bernino-sans-condensed", sans-serif;
    text-align: center;
    margin-bottom: 50px;
}

.s_people-text a {
    color: white;
}

.w_people-feature .s_people-text {
    position: absolute;
    z-index: 3;
    left: 7.619047619048%;
    padding-top: 13%;
    max-width: 520px;
    width: 36.111111111111%;
}

.w_people-feature .backgrounds {
    position: relative;
    padding-top: 68.214285714286%;
    height: 0;
    z-index: 2;
}

.w_people-feature .backgrounds .has-swoop-gray {
    z-index: 4;
}

.w_people-feature .backgrounds .collage {
    padding-top: 46.904761904762%;
    height: 0;
    max-width: 1680px;
    width: 100%;
    background-image: url("/media/images/our-people-2022.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;

    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.w_people-feature .backgrounds .sketches {
    padding-top: 68.214285714286%;
    height: 0;
    width: 100%;
    background-image: url("/media/images/our-people-sketches.jpg");
    background-position: center top;
    background-size: cover;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

@media ( min-width: 1680px ) {
    .w_people-feature .backgrounds {
        position: relative;
        padding-top: 0;
        height: 1146px;
    }
}

@media ( min-width: 1680px ) {
    .w_people-feature .backgrounds .collage {
        padding: 0 0 0 0;
        width: 1680px;
        height: 788px;
        background-size: auto;
    }
}

@media ( max-width: 1440px ) {
    .w_people-feature .backgrounds {
        padding: 0 0 0 0;
        height: 982px;
    }

    .w_people-feature .backgrounds .sketches {
        padding: 0 0 0 0;
        height: 982px;
        width: 1440px;
        background-size: 1440px 982px;
    }

    .w_people-feature .s_people-text {
        padding-top: 187px;
    }
}

@media ( max-width: 1168px ) {
    .w_footer-social {
        width: 328px;
        display: block;
        margin: 20px auto 10px;
    }
}

@media ( max-width: 968px ) {
    .w_people-feature .backgrounds {
        padding: 0 0 0 0;
        height: 660px;
    }

    .w_people-feature .backgrounds .sketches {
        padding: 0 0 0 0;
        height: 660px;
        width: 968px;
        background-size: 968px 660px;
    }

    .w_people-feature .l_one-col {
        padding-top: 150px;
    }

    .w_people-feature .backgrounds .collage {
        padding: 0 0 0 0;
        width: 650px;
        height: 305px;
        background-size: contain;
        margin-right: -17px;
    }

    .w_people-feature .s_people-text {
        left: 7.619047619048%;
        right: 7.619047619048%;
        max-width: 100%;
        width: auto;
    }
}

@media (min-width: 841px) {
    .w_footer-inner .logo-holder {
        position: absolute;
        top: 0;
        right: 0;
    }

    .w_footer-inner {
        position: relative;
    }
}

@media ( max-width: 840px ) {
    .w_people-feature .s_people-text {
        left: 9.375%;
        right: 9.375%;
        padding-top: 120px;
    }

    .w_footer-inner .logo-holder {
        float: none;
        margin: 20px 0;
        margin-top: 25px;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .w_story-challenges {
        padding-top: 95px !important;
    }

    .social-block-short,
    .social-block-wide {
        display: none !important;
    }

    .social-block {
        /*width: 100% !important;*/
        /*text-align: center !important;*/
    }

    .w_worklife .social-row-wide {
        text-align: center;
        width: 100% !important;
    }

    .w_footer-inner .signup-input {
        margin-right: 44px;
    }
}

@media ( max-width: 597px ) {
    .w_people-feature .backgrounds .sketches {
        left: -370px;
    }
}

.w_worklife {
    background-color: #f6f6f6;
    padding-bottom: 240px;
    overflow: hidden;
}

.w_worklife.has-swoop-desc {
    padding-bottom: 240px;
}

.w_worklife .intro-copy {
    text-align: center;
    padding: 40px 0;
}

.w_worklife .social-blocks {
    position: relative;
    z-index: 3;
}

.w_worklife .social-row {
    font-size: 0;
    vertical-align: middle;
    width: 1050px;
    margin: 0 auto;
    position: relative;
    right: -6.5%;
    clear: both;
}

.w_worklife .social-row + .social-row {
    right: auto;
    left: -6.5%;
}

.w_worklife .social-row + .social-row + .social-row {
    left: auto;
    right: auto;
}

.social-block {
    display: inline-block;
    color: white;
    width: 350px;
    height: 300px;
    vertical-align: middle;
    position: relative;
}

.w_worklife .social-row-wide {
    width: 1300px;
}

.w_worklife .social-row-wide,
.w_worklife .social-row-wide + .social-row-wide,
.w_worklife .social-row-wide + .social-row-wide + .social-row-wide {
    right: auto;
    left: auto;
}

.social-block-wide {
    width: 700px;
}

.social-block-wide .hover-image {
    opacity: 1;
}

.social-block-wide .hover-image:hover {
    opacity: .65;
}

.social-block-short {
    width: 250px;
}

.social-block-short .inner {
    padding: 15% 16.66666667% 0;
    display: inline-block;
}

.social-block-short .s_h4_small {
    display: block;
    color: #fc4237;
    margin-bottom: .5em;
}

.social-block-short .s_p_small {
    display: block;
    color: #333333;
}

.social-block.tweet-block {
    background-color: #fc4237;
/ / ff0024;
}

.social-block.tweet-block .see-project {
    position: absolute;
    left: 11.428571428571%;
    bottom: 7%;
    z-index: 2;
}

.social-block.tweet-block .l_section-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 13.33333333333% 11.428571428571% 0;
    margin-bottom: 0;
    z-index: 2;
}

.news-block-title {
    font-size: 24px;
}

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

.w_worklife .s_text-underlay {
    width: 1070px;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    margin-left: -640px;
    cursor: default;
}

.w_page-description {
    padding: 100px 0 30px;
}

.w_page-description .w_page-title {
    /*float: right;*/
    /*margin-right: 7.619047619048%;*/
    text-align: center;
    margin-bottom: 20px;
}

@media ( max-width: 1200px ) {
    .w_page-description .w_page-title {
        float: none;
        margin-right: 0;
        text-align: center;
    }
}

.w_page-description .w_page-summary {
    text-align: center;
    max-width: 840px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

@media ( max-width: 1200px ) {
    .w_page-description .w_page-title + .w_page-summary {
        margin-top: 20px;
    }
}

@media(max-width: 400px) {
    .w_worklife .social-row {
        max-width: 100%;
    }
    .w_worklife .social-row .social-block {
        width: 100%;
        height: 100%;
    }
}

@media ( max-width: 1208px ) {
    .w_worklife .social-row {
        right: auto;
        float: right;
    }

    .w_worklife .social-row + .social-row {
        right: auto;
        left: auto;
        float: left;
    }

    .w_worklife .social-row + .social-row + .social-row {
        left: auto;
        right: auto;
        float: none;
    }
}

@media ( max-width: 1050px ) {
    .w_worklife .social-row {
        float: none !important;
    }
}

@media ( max-width: 1300px ) {
    .w_worklife .social-row-wide {
        right: auto;
        float: none;
    }

    .flipped .social-block {
        float: right;
    }
}

@media ( max-width: 640px ) {
    .flipped .social-block {
        float: none;
    }
}

.w_escher-tile {
    padding: 130px 0;
    background-image: url('/media/images/escher-tile.png');
    background-position: center center;
    background-repeat: repeat;
    text-align: center;
}

.w_escher-tile .start-convo-text {
    margin-bottom: .5em;
    color: #ff3c00;
}

@media ( max-width: 640px ) {
    .w_escher-tile {
        padding: 80px 0;
    }
}

.w_blog-preview {
    margin-top: 50px;
    margin-left: 18.5%;
    padding-left: 7.5%;
    margin-right: -7%;
    border-left: 1px solid #ccc;
}

@media ( max-width: 1086px ) {
    .w_blog-preview {
        margin-left: 0;
        padding-left: 0;
        margin-right: 0;
        border-left: none;
    }
}

.w_blog-header .prev {
    left: 5%;
}

.w_blog-header .next {
    right: 5%;
}

.w_blog-header .next,
.w_blog-header .prev {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 10;
}

.w_story-header {
    padding-top: 50px;
    position: relative;
}

@media (min-width: 1040px) {
    .w_story-header {
        padding-top: 180px;
        position: relative;
    }

    .w_story-header .poster {
        height: 644px;
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }
}

.blog-footer .w_blog-meta {
    margin-top: 15px;
}

.tweet-block-link:hover .see-project {
    color: #fff43c;
}

.w_story-header-inner {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 190px;
    position: relative;
    background-color: white;
    text-align: center;
    z-index: 3;
}

.w_story-header-inner .green-prev,
.w_story-header-inner .green-next {
    position: absolute;
    top: 100px;
}

.w_story-header-inner .green-prev {
    left: 56px;
}

.w_story-header-inner .green-next {
    right: 56px;
}

.w_story-header-inner .pagination {
    font: 16px/1 "freight-text-pro", serif;
    color: #0eb8b1;
    width: 56px;
    position: absolute;
    left: 56px;
    top: 60px;
    text-align: center;
    display: none;
}

@media ( max-width: 640px ) {
    .controls {
        display: none !important;
    }

    .w_story-header-inner {
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 40px;
    }

    .w_story-header-inner .controls {
        display: table;
        width: auto;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .w_story-header-inner .green-prev,
    .w_story-header-inner .green-next,
    .w_story-header-inner .pagination {
        position: static;
        display: table-cell;
        vertical-align: middle;
        border: none;
    }

    .w_story-header-inner .pagination {
        display: none;
    }
}

.w_blog-header {
    position: relative;
    height: 800px;
    max-height: 100vh;
    min-height: 510px;
}

.w_blog-header.no-poster {
    height: 350px;
    min-height: 350px;
}

.w_blog-header .poster {
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.w_blog-header .large-avatar-wrapper {
    max-height: 210px;
    max-width: 210px;
    position: absolute;
    top: -170px;
    left: 50%;
    z-index: 4;
    margin-left: -105px;
    width: 100%;
    height: 100%;
}

.w_blog-header .large-avatar {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 105px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .35);
}

.w_blog-header-inner {
    width: 100%;
    padding: 60px 0px 40px;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
}

@media ( min-width: 1040px ) {
    .w_blog-header-inner {
        width: 1040px;
        margin-left: -520px;
        left: 50%;
    }
}

.w_blog-header-inner .content-well {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

@media ( max-width: 825px ) {
    .w_blog-header-inner .content-well {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

.w_blog-header-inner,
.w_blog-header-inner .s_author-name,
.w_blog-header-inner .s_author-callsign,
.w_blog-header-inner .s_blog-post-date {
    color: white;
}

.blog-footer {
    padding-top: 40px;
    border-top: 1px solid #cccccc;
    margin-top: 140px;
    position: relative;
}

.blog-footer .ds-star {
    position: absolute;
    left: 50%;
    top: -110px;
    margin-left: -20px;
}

.s_client-story-description {
    text-align: left;
}

.w_blockquote-with-poster {
    height: 800px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    display: table;
    color: white;
}

.w_blockquote-with-poster .s_h2 {
    margin-bottom: 0;
}

.w_blockquote-with-poster .w_blog-meta {
    margin-top: 46px;
}

.w_blockquote-with-poster .s_author-callsign {
    color: #ccc;
}

.w_blockquote-with-poster .quote-cell {
    vertical-align: middle;
    display: table-cell;
}

.w_blockquote-with-poster .quote-inner {
    width: 64.285714285714%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
}

.w_story-challenges {
    background-color: #daf8f3;
    padding-top: 213px;
    padding-bottom: 105px;
    background-image: url("/media/images/bg-story-challenges.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

@media ( min-width: 1680px ) {
    .w_story-challenges {
        padding-top: 12.678571428571%;
    }
}

@media ( max-width: 1080px ) {
    .w_blockquote-with-poster {
        height: 500px;
    }

    .w_blockquote-with-poster .s_h2 {
        font-size: 30px;
    }
}

.super-media-gallery {
    background-image: url("../images/bg-tile-super-media-gallery.png");
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #0eaf91;
    padding: 50px 0 130px;
}

.super-media-gallery-bounds {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.super-media-gallery-upper-slick .slick-next,
.super-media-gallery-upper-slick .slick-prev {
    width: 56px;
    height: 56px;
}

.super-media-gallery-upper-slick .slick-next:before,
.super-media-gallery-upper-slick .slick-prev:before {
    width: 56px;
    height: 56px;
    display: inline-block;
    cursor: pointer;
    border-radius: 28px;
    font-size: 24px;
    line-height: 56px;
    text-align: center;
    color: #47dcc4;
    border: 1px solid #47dcc4;
    font-family: "jaf-bernino-sans-condensed", sans-serif;
}

.super-media-gallery-upper-slick .slick-next:before {
    content: "→";
}

.super-media-gallery-upper-slick .slick-prev:before {
    content: "←";
}

.super-media-gallery-caption-text {
    text-align: center;
    color: white;
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.super-media-gallery-caption-text .caption_title {
    margin-bottom: .25em;
}

.super-media-gallery-upper-wrapper {
    height: 0;
    padding-top: 56.25%;
    position: relative;
    margin-top: 60px;
}

.super-media-gallery-upper-wrapper .super-media-gallery-upper-slick {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.super-media-gallery-upper-wrapper .super-media-gallery-upper-slick .slick-dots {
    bottom: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.super-media-gallery-upper-wrapper .slick-prev {
    left: 15px;
}

.super-media-gallery-upper-wrapper .slick-next {
    right: 15px;
}

.super-media-gallery-upper-wrapper .super-media-gallery-upper-slick .slick-dots li {
    width: 6px;
    height: 6px;
    vertical-align: middle;
}

.super-media-gallery-upper-wrapper .super-media-gallery-upper-slick .slick-dots li button {
    width: 6px;
    height: 6px;
    padding: 0;
    background-color: white;
    border-radius: 3px;
}

.super-media-gallery-upper-wrapper .super-media-gallery-upper-slick .slick-dots li.slick-active button {
    background-color: #fff43c;
}

.super-media-gallery-upper-wrapper .super-media-gallery-upper-slick .slick-dots li button:before {
    display: none;
}

.super-media-gallery-lower-wrapper {
    overflow: hidden;
}

.super-media-gallery-item {
    position: relative;
}

.super-media-gallery-item .responsive-video {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.super-media-gallery-item .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 80px;
    line-height: 80px;
    height: 80px;
    width: 200px;
    color: white;
    margin: -40px 0 0 -100px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
}

.super-media-gallery-item-lower .fa {
    font-size: 60px;
    line-height: 60px;
    height: 60px;
    width: 150px;
    margin: -30px 0 0 -75px;
}

@media ( max-width: 800px ) {
    .super-media-gallery-item .fa {
        font-size: 40px;
        line-height: 40px;
        height: 40px;
        width: 100px;
        margin: -20px 0 0 -50px;
    }

    .super-media-gallery-item-lower .fa {
        font-size: 25px;
        line-height: 25px;
        height: 25px;
        width: 62.5px;
        margin: -12.5px 0 0 -37.5px;
    }
}

.super-media-gallery-item-lower {
    float: left;
    width: 50%;
}

@media ( max-width: 767px ) {
    .super-media-gallery-item-lower {
        float: none;
        width: 100%;
    }
}

.super-media-gallery-item-upper img,
.super-media-gallery-item-lower img {
    width: 100%;
    height: auto;
    display: block;
}

.featurette-strap {
    background-color: #f4f4f4;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 85px;
    padding-bottom: 100px;
}

.featurette-strap + .featurette-strap {
    padding-top: 0;
}

.featurette-strap .content-well {
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
    margin-top: 20px;
}

.featurette-strap .content-well .caption_title {
    margin-bottom: .5em;
}

.featurette-wells {
    font-size: 0;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.featurette-3-wells {
    padding-bottom: 30px;
}

.featurette-strap .featurette-3-wells {
    padding-bottom: 0;
}

.featurette-well {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    height: 100%;
}

.featurette-well-inner {
    height: 100%;
}

.featurette-well.graphical .featurette-well-inner {
    padding-left: 10%;
    padding-right: 10%;
}

.s_rte-text {
    height: 100%;
}

.no-results-spacer {
    margin-bottom: 400px;
}

.featurette-well.content .featurette-well-inner .s_rte-text {
    text-align: left;
    padding: 10%;
    height: 100%;
    position: relative;
}

.featurette-well.content .featurette-well-inner .s_rte-text h5 {
    /* why was this absolutely positioned? */
    /*position: absolute;*/
    bottom: 0;
}

.featurette-well.content .featurette-well-inner .s_rte-text h5 a {
    margin-bottom: 50px;
}

.featurette-well img {
    max-width: 100%;
    display: inline-block;
    height: auto;
}

@media ( max-width: 767px ) {

    .featurette-3-wells {
        display: block;
        padding-bottom: 0;
    }

    .featurette-3-wells .featurette-well {
        display: block;
        margin: 20px 0;
        width: 100% !important;
    }

    .featurette-well.content .featurette-well-inner .s_rte-text {
        padding-top: 25px;
        padding-bottom: 25px;
    }

}

.ds_circle {
    border-radius: 200px;
    height: 337px;
    width: 337px;
    margin: 10px auto 80px;
}

.ds_circle-content.no-icon {
    padding-top: 60px;
}

.ds_circle img.ds_icon {
    padding-top: 45px;
}

.ds_circle-content p:first-child {
    margin-bottom: 2px;
}

.ds_circle-content p span {
    font-size: 25px !important;
    font-weight: 700;
    font-family: "jaf-bernino-sans-condensed", sans-serif;
    margin-bottom: 5px;
}

.ds_circle-content p:not(:first-child) {
    font-size: 16px;
    padding: 0 50px;
    margin-top: 10px;
}

@media (max-width: 1086px) {
    .ds_circle {
        margin: 0 auto;
        height: 250px;
        width: 250px;
    }

    .ds_circle img.ds_icon {
        padding-top: 15px;
        margin-bottom: -15px;
        width: 35px;
    }

    .ds_circle h4 {
        font-size: 16px;
        line-height: 1.2;
        margin-top: 5px;
    }

    .ds_circle-content p span {
        font-size: 20px !important;
    }

    .ds_circle-content p:not(:first-child) {
        font-size: 15px;
        margin-top: 5px;
        padding: 0 35px;
    }
}

.w_work-project-slicker {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #dbf8f3;
}

.w_work-project-slicker .social-blocks {
    width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.w_work-project-slicker .social-block {
    float: left;
}

.w_work-project-slicker .social-row-wide {
    width: 1050px;
    clear: none; /* added to make slick.js work */
}

.w_work-project-slicker .next,
.w_work-project-slicker .prev {
    position: absolute;
    top: 50%;
    margin-top: -28px;
}

.w_work-project-slicker .next {
    left: 100%;
    margin-left: 30px;
}

.w_work-project-slicker .prev {
    right: 100%;
    margin-right: 30px;
}

@media ( max-width: 1050px ) {
    .w_work-project-slicker {
        overflow: hidden;
    }
}

@media ( max-width: 350px ) {
    .w_work-project-slicker .social-blocks {
        width: 100%;
    }

    .w_work-project-slicker .social-row-wide {
        width: auto;
    }

    .w_work-project-slicker .social-block {
        width: auto;
        float: none;
    }

    .w_work-project-slicker .social-block-wide {
        display: none;
    }
}

.social-share {
    height: 150px;
    width: 50px;
    position: absolute;
    left: -90px;
    top: 5px;
}

.social-share .facebook {
    background-color: #3B5998;
}

.social-share .facebook:hover {
    background-color: #3a4e8c;
}

.social-share .twitter {
    background-color: #55ACEE;
}

.social-share .twitter:hover {
    background-color: #509edb;
}

.social-share .linkedin {
    background-color: #0077B5;
}

.social-share .linkedin:hover {
    background-color: #005e91;
}

.social-share .facebook,
.social-share .twitter,
.social-share .linkedin {
    height: 50px;
    width: 50px;
    position: relative;
    font-size: 20px;
    color: white;
}

.social-share .facebook i,
.social-share .twitter i,
.social-share .linkedin i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.social-share .facebook a,
.social-share .twitter a,
.social-share .linkedin a {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 910px) {
    .social-share .facebook,
    .social-share .twitter,
    .social-share .linkedin {
        display: inline-block;
        float: left;
    }

    .social-share {
        height: 50px;
        width: 150px;
        left: 0px;
        top: 0px;
    }

    .blog-social {
        padding-top: 80px;
    }

}

@media (min-width: 911px) {
    .social-share-wrapper.sticky {
        width: 50px;
        height: 100%;
        position: absolute;
        left: -90px;
    }

    .social-share-wrapper.sticky .social-share {
        position: fixed;
        top: 100px;
        left: auto;

    }
}

.filter-overlay {
    background-color: rgba(24, 57, 131, 0.96);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    transition: all 500ms ease;
    overflow-y: scroll;
}

body.filter-open .filter-overlay {
    opacity: 1;
    visibility: visible;
    transition: all 500ms ease;
}

body.filter-open {
    overflow: hidden;
}

.filter-overlay-inner {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

.filter-logo {
    width: 50px;
    margin: 100px auto 40px;
    display: block;
}

.filter-close-wrapper {
    position: absolute;
    top: 25px;
    right: 25px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

.filter-tags {
    text-align: center;
    font-family: "freight-text-pro", serif;
}

.filter-tag {
    color: #8d9097;
    font-weight: 300;
    padding: 25px 0;
    font-size: 40px;
}

@media(max-width: 768px) {
    .filter-tag {
        padding: 20px 0;
        font-size: 30px;
    }
    .filter-logo {
        margin: 40px auto 20px;
    }
    .filter-btn {
        margin: 0px auto 45px;
    }
}

.filter-tag:not(:last-child){
    border-bottom: 1px solid #53565f;
}

.filter-tag:hover {
    color: white;
    cursor: pointer;
}

.hidden-work {
    /*visibility: hidden;*/
    /*opacity: 0;*/
    /*transition: all 1500ms ease;*/
}

.visible-work {
    /*visibility: visible !important;*/
    /*opacity: 1 !important;*/
    /*transition: all 1500ms ease;*/
}

.filter-tag.filter-hidden {
    display: none;
}