/* Base css */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin:0;padding:0;border:0;outline:0;background:transparent;text-align:left;font-size:100%;vertical-align:baseline;}
body {
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
    line-height:1.35;
    text-align:center;
}
h1,h2,h3,h4,h5,h6 {line-height: normal; font-weight: normal;}
a,button {cursor:pointer;text-decoration:none;}
img {display:block;-ms-interpolation-mode:bicubic;}
ins {text-decoration:none;}
address {font-style:normal;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:none;}
fieldset {position:relative;}
legend {position:relative;margin-left:-0.63em;}
label {cursor:default;}
select,input,texarea,button,textarea {font:120%/normal arial, sans-serif;resize:none;}
textarea {overflow:auto;resize:vertical;}
:focus {outline:0;}
table {border-collapse:collapse;border-spacing:0;}
th {font-weight:400;}
center {text-align:center;}
b {font-weight:700;}
i {font-style:italic;}
big {font-size:large;}
small {font-size:small;}
blink {text-decoration:blink;}
u {text-decoration:underline;}
button { width: auto; overflow: visible; }
.clear:before, .clear:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clear:after { clear: both; }
.clear { zoom: 1; }
.hidden {position:absolute;left:0;top:-500px;width:1px;height:1px;overflow:hidden;line-height:1px;}
ol,ul,menu,li {list-style:none;}
del,s,strike {text-decoration:line-through;}
object,embed,applet {display:block;}
strong, b {font-weight: bold;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
#ie_warning ul{overflow:hidden;zoom:1;}
#ie_warning li{float: left;}
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
html { height: 100%; }
body { background: #fff; height: 100%; }
.ui-loader { display: none; }
#modal_overlay { position: absolute; background: #fff; opacity: 0.8; filter: alpha(opacity=80); top: 0; left: 0; width: 100%; }
body {
    /*border-top: 5px solid #434345;*/
    color: #434345;
}
.popup {
    display: none;
    background: #fff;
    border: 2px solid #c7c7c7;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.28);
    padding: 0;
    max-width: 90%;
}
    .popup .close {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        background: url(../img/icon/popup.close.png) no-repeat;
        text-indent: -9000px;
        width: 50px;
        height: 50px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
    }
    .popup .close:hover {
        background-position: bottom;
    }
    .popup .content {
        padding: 40px;
    }
h2 {
    font-size: 22px;
    font-family: 'Akzidenz Grotesk';
    font-weight: 500;
    margin-bottom: 25px;
    color: #4f4f51;
}
p {
    color: #434345;
    font-family: 'PT Sans';
    font-size: 18px;
    line-height: 1.7em;
}
a { color: #00a7e0; text-decoration: none; }
.nowrap {
    white-space: nowrap;
}

#wrap { min-height: 100%; transition: transform 200ms ease; }
.mobile-nav-open #wrap { transform: translateX(-180px); }

#container {
    /*overflow: auto;*/
    padding-bottom: 510px;
    overflow: none;
}
.wrapper {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    width: 93.75%;
}
#mobile-menu { display: none; }
header.global {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 120px;
    position: relative;
    /*background: transparent;*/
    /*margin-bottom: 17px;*/
    background: rgb(249, 249, 249) none repeat scroll 0% 0%;
}
    header.global .wrapper {
      margin-top: 5px;
        height: 100%;
        z-index: 3;
        border-bottom: 1px solid #cbcbcb;
    }
    .home header.global {
      background: transparent;
    }
    #logo {
        left: 14px;
        position: absolute;
        top: 30px;
        z-index: 6;
    }
        #logo a {
            background: url(../img/logo/logo.png) no-repeat;
            display: block;
            height: 66px;
            text-indent: -9999px;
            width: 79px;
        }
    #nav_main {
        position: absolute;
        bottom: 24px;
        right: 0;
    }
        #nav_main ul {
            margin: 0;
        }
            #nav_main li {
                float: left;
                font-family: 'Akzidenz Grotesk';
                font-size: 19px;
                color: #434345;
                margin: 0;
            }
            #nav_main li + li {
                margin-left: 25px;
            }
                #nav_main li a {
                    color: #434345;
                    position: relative;
                }
                #nav_main li a:hover {
                    color: #00a9df;
                }
                #nav_main li a.active {
                    color: #00a9df;
                }
#nav_utility {
    right: 0;
    margin-top: 26px;
    position: absolute;
    z-index: 3;
}
#nav_utility p {
    color: #3b3b3b;
    float: left;
    font-family: 'PT Sans';
    font-size: 1.3em;
    line-height: 1;
    margin-right: 10px;
}
#nav_utility ul {
    display: inline-block;
    vertical-align: middle;
}
    #nav_utility li {
        display: inline-block;
        font-family: 'PT Sans';
        font-size: 13px;
        line-height: normal;
    }
    #nav_utility li + li {
        margin-left: 16px;
    }
        #nav_utility a { color: #666; }
        #nav_utility a:hover { color: #000; }

#nav_utility .social {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
    #nav_utility .social li {
        background: none;
        padding: 0;
        margin: 0;
    }
    #nav_utility .social li + li {
        margin-left: 8px;
    }
        #nav_utility .social li a.social-icon {
            background-image: url(../img/icon/social.png);
            background-repeat: no-repeat;
            display: inline-block;
            vertical-align: middle;
            height: 20px;
            width: 20px;
            text-indent: -9999px;
        }
        #nav_utility .social li a.social-link { display: none; }
        #nav_utility .social a.facebook { background-position: 0 0; }
        #nav_utility .social a.twitter { background-position: -20px 0; }
        #nav_utility .social a.youtube { background-position: -40px 0; }
        #nav_utility .social a.instagram { background-position: -60px 0; }
        #nav_utility .social a.facebook:hover { background-position: 0 -20px; }
        #nav_utility .social a.twitter:hover { background-position: -20px -20px; }
        #nav_utility .social a.youtube:hover { background-position: -40px -20px; }
        #nav_utility .social a.instagram:hover { background-position: -60px -20px; }
#content { background: #fff; padding: 0; margin-bottom: 105px; }
#content p { margin-bottom: 15px; }
#content #main { padding: 30px 0 0; }

/* 3 column grid */
#main.col_3 #col_a { float: left; width: 25%; /* 250px / 1000px */ }
#main.col_3 #col_b { float: left; width: 44%; /* 440px / 1000px */ }
#main.col_3 #col_c { float: right; width: 27.2%; /* 272px / 1000px */ }

/* 2 column grid including left sidebar */
#main.col_2l #col_a {
    float: right;
    margin: 0;
    width: 69.0%;
    margin-bottom: 35px;
}
#main.col_2l #col_b {
    float: left;
    margin: 0;
    width: 24.5%;
    margin-bottom: 35px;
}

.subnav_masthead {
  padding-top: 17px;
  background: rgb(249, 249, 249) none repeat scroll 0% 0%;
}

.expertise .subnav_masthead {
  padding-bottom: 17px;
}

#nav_sub { position: relative; }
    #nav_sub ul { float: right; }
        #nav_sub li {
            display: inline-block;
            font-family: 'Akzidenz Grotesk';
            font-size: 15px;
            position: relative;
            z-index: 2;
        }
        #nav_sub li + li {
            margin-left: 30px;
        }
            #nav_sub li a { color: #888; }
            #nav_sub li a:hover { color: #000; }
            #nav_sub li.active a { color: #00a9df; }

#masthead {
    position: relative;
    z-index: 1;
    text-align: left;
    padding-top: 50px;
    padding-left: 0;
    margin-bottom: 50px;
    padding-bottom: 32px;
}
/*#masthead:before {
    content: "";
    display: block;
    background: #f9f9f9;
    width: 9000px;
    height: 1000px;
    position: absolute;
    bottom: 0;
    left: -4500px;
}*/
    #masthead * {
        position: relative;
        z-index: 2;
    }
    #masthead.small { background: none; height: 165px; }
    #masthead h1 {

    }
    #masthead h1 span { text-transform: none; }

    #masthead .headline {
        color: #434345;
        font-family: 'Akzidenz Grotesk';
        font-weight: 500;
        font-size: 50px;
        line-height: 1.2;
        margin-bottom: 0;
    }
    #masthead .subhead {
        font-family: 'PT Sans';
        font-size: 17px;
        display: none;
    }

#content .quote, #content .standout {
    padding: 15px 10px 30px;
}

p + #content .standout,
ul + .standout {
    padding-top: 0;
}

#content .quote .inside {
    margin: 0 auto;
    position: relative;
    width: 95.55555%; /* 645px / 675px */
}
#content .quote .open, #content .quote .close {
    color: #00a9df;
    font-family: 'Akzidenz Grotesk';
    font-weight: 500;
    font-size: 5.6em;
    line-height: .75em;
    position: absolute;
}
#content .quote .open { left: 0; top: 0; }
#content .quote .close { bottom: -25px; right: 0; }
#content .quote p, #content .standout p {
    font-family: 'Akzidenz Grotesk';
    font-weight: 500;
    font-size: 2.2em;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 0 30px;
}
#content .standout p { margin-bottom: 0; text-align: center; }
#content .quote .author {
    color: #69696a;
    font-family: 'PT Sans';
    font-size: 1.3em;
    line-height: 1.25em;
    margin-bottom: 0;
    margin-right: 2.22222%; /* 15px / 675px */
    padding: 0;
    text-align: right;
}
#content .module p { margin-bottom: 0; }
.module { margin-bottom: 45px; }
.module.last, .module:last-child { margin-bottom: 0; }
.module h3 {
    color: #4f4f51;
    font-family: 'Akzidenz Grotesk';
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}
.module h3 span { text-transform: none; }
.module h4 {
    color: #434345;
    font-family: 'PT Sans';
    font-size: 1.5em;
    margin: 0 0 5px;
}
.module h4 a { color: #434345; }
.module h4 a:hover { color: #222; }
.module li .screen { margin-bottom: 10px; }
.module li .desc h4 { font-family: 'PT Sans';
font-weight: bold; font-size: 1.3em; margin-bottom: 5px; }
.module li .desc p { margin-bottom: 5px; }
.module li .desc .more { font-family: 'PT Sans';
font-weight: bold; margin-bottom: 0; }
.module li .desc h4 a { color: #434345; }
.module.case li { margin-bottom: 15px; }
.module.featured li { margin-bottom: 15px; }
.module.blog li { border-bottom: 1px solid #d9d9da; margin: 0 0 10px; padding: 0 0 10px; }
.module.blog li:last-child, .module.results li:last-child { border-bottom: 0; margin: 0; }
.module li:last-child { margin-bottom: 0; }
.module.video h3 em { color: #999; font-style: normal; }
.module p { color: #434345; font-size: 1.4em; }
.module p a { color: #6e6e6e; }
.module p a:hover { color: #434345}
.module img { border: 1px solid #d9d9da; max-width: 100%; }
.module .col_a { float: left; width: 51.47058%; /* 140px; / 272px */ }
.module .col_b { float: right; padding-top: 5px; width: 44.11764%; /* 120px / 272px */ }
.module.results { }
.module.results li { margin: 0 0 10px; padding: 0 0 10px; }
.module.results li .fig {
    background: #00a8de; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; color: #fff; display: block;
    font-weight: normal;
    float: left;
    height: 60px;
    margin-right: 10px;
    text-align: center;
    width: 60px;
}
.module.results li .fig .wrap {
    margin: 0 auto;
    width: 35px;
}
.module.results li .fig strong {
    font-family: 'Akzidenz Grotesk';
    font-weight: 500;
    font-size: 2.8em;
    font-weight: normal;
    line-height: 2.25em;
    margin-right: 1px;
}
.module.results li .fig sup {
    font-family: 'Akzidenz Grotesk';
    font-weight: 500;
    font-size: 2em;
    vertical-align: super;
}
.module.results li p {
    color: #434345;
    font-family: 'Akzidenz Grotesk';
    font-weight: 500;
    font-size: 1.8em;
    line-height: 100%!important;
    padding-top: 10px;
}
.module.results li p span {
    color: #00a8de;
    display: block;
    margin-top: 5px;
}
.module.numbers h3 { }

.module.numbers li {
    margin-bottom: 15px;
    display: table;
    width: 100%;
}
    .module.numbers li span {
        color: #fff;
        width: 54px;
        height: 54px;
        display: inline-block;
        vertical-align: middle;
        background: #00a7e0;
        border-radius: 100%;
        text-align: center;
        line-height: 54px;
        font-family: 'Akzidenz Grotesk Condensed';
        font-weight: 500;
        font-size: 25px;
        font-weight: normal;
        display: table-cell;
    }
        .module.numbers li span strong {
            font-family: 'Akzidenz Grotesk Condensed';
            font-weight: 500;
        }
    .module.numbers li em {
        font-family: 'PT Sans';
        font-size: 18px;
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
        display: table-cell;
        padding-left: 14px;
    }
.module.workwith p {
    font-size: 17px;
}
.module.digs img { cursor: pointer; margin: 0 0 10px; }
.module.digs p { cursor: pointer; font-size: 1.4em; }
.module.viewwork { background: #03b7f0; display: none; }
.module.viewwork a { background: url(../img/icon/work_arrow.png) no-repeat right center; color: #fff; display: block; font-family: 'Akzidenz Grotesk'; font-weight: 500; font-size: 2.2em; margin-right: 15px; padding: 8px 15px; }
.module.viewwork a:hover { background: url(../img/icon/work_arrow_hover.png) no-repeat right center; }
.module.workfor li a {
    color: #fff;
    display: block;
    font-family: 'Akzidenz Grotesk';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 5px;
    padding: 10px 8px;
    width: 60%;
    white-space: nowrap;
}
.module.workfor .dna a {
    background: #00a8de;
    -webkit-animation: dna 3s ease-out 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: dna 3s ease-out 1s;
    -moz-animation-fill-mode: forwards;
    -ms-animation: dna 3s ease-out 1s;
    -ms-animation-fill-mode: forwards;
}
.module.workfor .happy a {
    background: #0475ab;
    -webkit-animation: happy 3s ease-out 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: happy 3s ease-out 1s;
    -moz-animation-fill-mode: forwards;
    -ms-animation: happy 3s ease-out 1s;
    -ms-animation-fill-mode: forwards;
}
.module.workfor .hamster a {
    background: #0089bf;
    -webkit-animation: hamster 3s ease-out 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: hamster 3s ease-out 1s;
    -moz-animation-fill-mode: forwards;
    -ms-animation: hamster 3s ease-out 1s;
    -ms-animation-fill-mode: forwards;
}
.module.workfor .jack a {
    background: #5abce7;
    -webkit-animation: jack 3s ease-out 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: jack 3s ease-out 1s;
    -moz-animation-fill-mode: forwards;
    -ms-animation: jack 3s ease-out 1s;
    -ms-animation-fill-mode: forwards;
}
.module.workfor .good a{
    background: #0089bf;
    -webkit-animation: good 3s ease-out 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: good 3s ease-out 1s;
    -moz-animation-fill-mode: forwards;
    -ms-animation: good 3s ease-out 1s;
    -ms-animation-fill-mode: forwards;
}

@-webkit-keyframes dna { 0% { width: 40%; } 100% { width: 63.30275%; } }
@-webkit-keyframes happy { 0% { width: 40%; } 100% { width: 82.11009%; } }
@-webkit-keyframes hamster { 0% { width: 40%; } 100% { width: 63.30275%; } }
@-webkit-keyframes jack { 0% { width: 40%; } 100% { width: 73.39449%; } }
@-webkit-keyframes good { 0% { width: 40%; } 100% { width: 63.30275%; } }
@-moz-keyframes dna { 0% { width: 40%; } 100% { width: 63.30275%; } }
@-moz-keyframes happy { 0% { width: 40%; } 100% { width: 82.11009%; } }
@-moz-keyframes hamster { 0% { width: 40%; } 100% { width: 63.30275%; } }
@-moz-keyframes jack { 0% { width: 40%; } 100% { width: 73.39449%; } }
@-moz-keyframes good { 0% { width: 40%; } 100% { width: 63.30275%; } }
@-ms-keyframes dna { 0% { width: 40%; } 100% { width: 63.30275%; } }
@-ms-keyframes happy { 0% { width: 40%; } 100% { width: 82.11009%; } }
@-ms-keyframes hamster { 0% { width: 40%; } 100% { width: 63.30275%; } }
@-ms-keyframes jack { 0% { width: 40%; } 100% { width: 73.39449%; } }
@-ms-keyframes good { 0% { width: 40%; } 100% { width: 63.30275%; } }

#openings {}
    #openings h3 {}
    #openings ul {}
        #openings li {
            font-family: 'PT Sans';
            font-size: 18px;
            margin-bottom: 12px;
        }
            #openings a {}
#promo {}
    #promo .icon {
        float: left;
        width: 15.81395%; /* 68px / 430px */
    }
        #promo .icon img { max-width: 100%; }
    #promo .copy {
        float: right;
        width: 79.53488%; /* 342px / 430px */
    }
        #promo .copy h3 {
            font-family: 'Akzidenz Grotesk';
            font-weight: 500;
            font-size: 3em;
        }
            #promo .copy h3 a {
                color: #434345;
            }
        #promo .copy p {
            color: #fff;
            font-family: 'PT Sans';
            font-size: 1.4em;
        }
            #promo .copy p a {
                color: #fff;
                font-weight: bold;
            }
footer {
    clear: both;
    height: 510px;
    margin-top: -510px;
    position: relative;
}
    footer .contact-module {
        padding: 40px 0;
        background: #00a7e1;
    }
        footer .contact-module .content {
            margin-bottom: 30px;
        }
        footer .contact-module .title {
            font-family: 'Akzidenz Grotesk', sans-serif;
            color: #fff;
            text-align: center;
            font-size: 25px;
            display: block;
            font-weight: normal;
            margin-bottom: 5px;
        }
        footer .contact-module .line {
            font-family: 'Akzidenz Grotesk', sans-serif;
            font-weight: normal;
            color: #9cddf3;
            font-size: 15px;
            text-align: center;
            display: block;
        }
        footer .contact-module .actions {}
            footer .contact-module .actions .btn {
                margin: 0 auto;
                color: #00a7e1;
                font-family: 'PT Sans', sans-serif;
                display: block;
                background: #fff;
                border: 5px 15px;
                width: 170px;
                height: 40px;
                font-size: 17px;
                line-height: 40px;
                text-align: center;
                font-weight: bold;
            }
            footer .contact-module .actions .btn:hover {
                background-color: #f0f0f0;
            }
    footer .nav-module {
        padding: 60px 0 90px;
        background: #434345;
    }
    footer .nav-module .logo {
        float: left;
        margin-right: 45px;
    }
        footer .nav-module .logo a {
            background: url(../img/logo/logo_footer.png) no-repeat;
            display: block;
            height: 35px;
            text-indent: -9999px;
            width: 35px;
        }
    footer .nav-module a {
        color: #bdbdbd;
        font-family: 'PT Sans', sans-serif;
        font-size: 13px;
    }
        footer .nav-module a:hover {
            color: #009ed0;
        }
    footer .nav-module .info {
        float: left;
        margin-bottom: 75px;
    }
        footer .nav-module .info .title {
            display: block;
            text-transform: uppercase;
            color: #717171;
            margin-bottom: 15px;
            font-family: 'PT Sans', sans-serif;
            font-size: 13px;
        }
        footer .nav-module .info p {
            display: block;
            color: #bdbdbd;
            font-family: 'PT Sans', sans-serif;
            font-size: 13px;
            line-height: 1.9em;
        }
        footer .nav-module .info + .info { margin-left: 45px; }
    footer .nav-module .legal {
        clear: both;
        font-family: 'PT Sans', sans-serif;
        font-size: 11px;
        color: #717171;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    footer .nav-module .social {
        position: absolute;
        bottom: 0;
        right: 13px; /* 25px; */

    }
        footer .nav-module .social li { float: left; }
            footer .nav-module .social li + li { margin-left: 20px; }
            footer .nav-module .social li a {
                background-image: url(../img/icon/social-footer.png);
                background-repeat: no-repeat;
                display: block;
                height: 20px;
                text-indent: -9999px;
                width: 20px;
            }
            footer .nav-module .social li.facebook a { background-position: 5px -20px; }
            footer .nav-module .social li.twitter a { background-position: -15px -20px; }
            footer .nav-module .social li.youtube a { background-position: -35px -20px; }
            footer .nav-module .social li.instagram a { background-position: -55px -20px; }
            footer .nav-module .social li.facebook a:hover { background-position: 5px 0; }
            footer .nav-module .social li.twitter a:hover { background-position: -15px 0; }
            footer .nav-module .social li.youtube a:hover { background-position: -35px 0; }
            footer .nav-module .social li.instagram a:hover { background-position: -55px 0; }
    footer .nav-module .actions-mobile { display: none; }
    footer .nav-module .actions { float: right; }
        footer .nav-module .actions nav ul { float: left; }
            footer .nav-module .actions nav ul li { margin-bottom: 10px; }
            footer .nav-module .actions nav ul + ul { margin-left: 40px; }
            footer .nav-module .actions nav ul a {
                text-transform: uppercase;
                font-size: 12px;
            }

@media screen and (max-width: 770px) {
      header.global .wrapper {
        margin-top: 0;
      }
}
@media screen and (max-width: 655px) {
    footer {
        height: auto;
        margin-top: 0;
    }
        footer .contact-module .title { font-size: 17px;}
        footer .contact-module .line { font-size: 11px; }
        footer .contact-module .actions .btn {
            font-size: 15px;
            line-height: 37px;
            height: 37px;
            width: 140px;
        }
        footer .nav-module {
            padding: 45px 25px;
        }
        footer .nav-module .logo {
            float: none;
            margin-bottom: 35px;
        }
            footer .nav-module .logo a {
                background: url(../img/logo/logo_footer_mobile.png) no-repeat;
                height: 34px;
            }
        footer .nav-module .actions { display: none; }
        footer .nav-module .info {
            float: none;
            display: block;
            margin-bottom: 20px;
        }
            footer .nav-module .info + .info { margin: 0 0 30px 0; }
        footer .nav-module .legal {
            position: static;
            text-align: center;
            width: 100%;
        }
        footer .nav-module .social {
            position: static;
            margin-bottom: 65px;
            clear: both;
        }
        footer .nav-module .actions-mobile {
            display: block;
            margin-bottom: 30px;
        }
            footer .nav-module .actions-mobile .btn {
                background: #fff;
                padding: 10px 15px;
                color: #717171;
                font-size: 13px;
                display: block;
                float: left;
                font-weight: bold;
            }
                footer .nav-module .actions-mobile .btn + .btn { margin-left: 10px; }
}

.lightbox { display: none; position: absolute; z-index: 999; }
.slider { position: relative; }
.slider .overflow { overflow: hidden; position: relative; }
.slider .slides {
    left: 0;
    position: absolute;
    top: 0;
    width: 5000px;
}
.slider .slide { float: left; background: none; padding: 0; }
.cta,
#feed .snip a {
    font-family: 'Akzidenz Grotesk';
    font-weight: 500;
    color: #00a8e1 !important;
    font-size: 15px;
}
.cta:after,
#feed .snip a:after,
#openings li a:after {
    content: ">";
    display: inline-block;
    margin-left: 0.3em;
}

.button,
.expertise-cta {
    font-size: 18px;
    font-family: 'Akzidenz Grotesk';
    font-weight: 500;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    background: #00a8e1;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.11);
    color: #fff;
    padding: 0 15px;
}
    .button:hover,
    .expertise-cta:hover {
        opacity: 0.8;
    }
#menu-icon { display: none;}

@media screen and (max-width: 930px) {
    /* modal overlays go full width */
    .popup {
        border: none;
        width: 100% !important;
        height: auto !important;
        left: 0 !important;
        max-width: none;
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
    }
        .popup .content  {
            padding: 25px;
            max-width: none;
            width: auto;
        }
    .modal-open {}
    #modal_overlay {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    #mobile-menu { display: block; }
    body { border-top: 0; }
    header.global,
    header.global * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #F7F7F7;
    }
    /*#logo {
        float: left;
        margin: 5px 0 0 15px;
        position: static;
    }*/
    #logo {
        float: left;
        margin: 22px 20px 0 0;
        position: static;
    }
    #logo a { background-size: contain; height: 26px; width: 32px; }
    #mobile-menu {
        z-index: 9999;
        position: fixed;
        right: 70px;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition: -webkit-transform 200ms ease;
             -o-transition:-o-transform 200ms ease;
                transition: transform 200ms ease;
    }
        .mobile-nav-open #mobile-menu {
            -webkit-transform: translateX(-230px);
                    transform: translateX(-230px);
        }
    #hamburger {
        width: 70px;
        height: 44px;
        position: fixed;
        padding-top: 26px;
        /*background-color: #F7F7F7;*/
        top: -2px;
        right: 0;
        z-index: 99999;
        /*border-bottom: 1px solid #CBCBCB;*/
    }
    .mobile-nav-open #hamburger {
      /*background-color: #434345;*/
        /*top: -1px;
        left: 180px;*/
        top: 2px;
        border-bottom: none;
    }
    #hamburger:hover { cursor: pointer; }
    #hamburger .menu-icon {
        display: block;
        height: 21px;
        width: 25px;
        overflow: hidden;
        background: url(../img/icon/mobile-menu-icon.png) no-repeat;
        background-size: 25px 40px;
        background-position: 0px 2px;
        margin: 0 auto;
    }
    .mobile-nav-open #hamburger .menu-icon {
        background-position: 0px -19px;
    }
    header.global {
      height: 70px;
      width: 100%;
      position: fixed;
      z-index: 999;
    }
    header.global .wrapper {
        width: 100%;
        padding: 0 20px;
    }
    header.global #nav_main,
    header.global #nav_utility {
        display: none;
    }
    .nav-wrapper {
        left: 70px;
        width: 230px;
        right: 0;
        bottom: auto;
        background: #434345;
        position: absolute;
        overflow-y: hidden;
        overflow-x: hidden;
        height: 100vh;
    }
    #nav-mobile {
      border-bottom: 1px solid #4E4E4F;
        position: relative;
        padding: 85px 25px 20px 25px;
    }
        #nav-mobile li {
            float: none;
            padding: 0;
            margin-bottom: 25px;
            text-align: right;
        }
            #nav-mobile li + li {
                margin-left: 0;
            }
            #nav-mobile li:last-child {
                margin-bottom: 0;
            }
            #nav-mobile li a {
                color: #fff;
                font-size: 20px;
            }
    #utility-mobile {
        bottom: auto;
        padding: 10px 15px 25px 0;
        margin: 0;
        position: relative;
    }
        #utility-mobile .social {
            margin-left: 0;
            text-align: right;
        }
            #utility-mobile .social li {
                background: none;
                padding: 0;
                display: inline-block;
            }
                #utility-mobile .social li + li {
                    margin-left: 4px;
                    margin-top: 0;
                }
                #utility-mobile .social li a {
                    color: #9c9c9c;
                    font-size: 20px;
                    text-indent: 0;
                }
                #utility-mobile .social li a.social-icon {
                    text-indent: 0;
                    width: auto;
                    height: auto;
                    padding: 22px;
                    background-size: 20px 20px;
                    background-position: 15px center;
                    display: block;
                }
                    #utility-mobile .social a.facebook {
                        background: url(../img/icon/facebook-hires.png) no-repeat;
                    }
                    #utility-mobile .social a.twitter {
                        background: url(../img/icon/twitter-hires.png) no-repeat;
                    }
                    #utility-mobile .social a.instagram {
                        background: url(../img/icon/instagram-hires.png) no-repeat;
                    }
                    #utility-mobile .social a.youtube {
                        background: url(../img/icon/youtube-hires.png) no-repeat;
                    }
    #content { margin-top: 70px; margin-bottom: 35px; }
    #container { padding-bottom: 0; overflow: hidden; }
    #nav_utility { margin-right: 0; }
    #nav_utility p { display: none; }
    #nav_main ul { margin-right: 0; }
    #content p { line-height: 1.75em; }
    .subnav_masthead {
      padding-top: 30px;
    }
    #masthead {
        padding-left: 25px;
        padding-right: 25px;
    }
    #content #main { padding: 25px; margin-bottom: 0; }
    .work-here #content #main { padding: 0;}
    #main.col_3 #col_a, #main.col_3 #col_b, #main.col_3 #col_c { float: none; margin-bottom: 25px; width: 100%; }
    #main.col_2l #col_a, #main.col_2l #col_b { float: none; margin: 0; width: 100%; }
    #main.col_2l #col_a { margin-bottom: 25px; }
    footer {
        height: auto;
        margin-top: 0;
    }
        footer .nav-module .logo a {
            background: url(../img/logo/logo_footer_mobile.png) no-repeat;
            height: 34px;
            width: 42px;
        }
}

@media screen and (max-width: 660px) {
    #logo_stripe, #hero .hero_stripe { display: none; }
}

@media screen and (max-width: 583px) {
    #container { padding-bottom: 101px; }
}

@media screen and (max-width: 480px) {
    #logo {
        float: left;
        margin: 22px 20px 0 0;
        position: static;
    }
        /*#logo a { background-size: cover; height: 34px; width: 41px; }*/
    #logo_stripe,
    #slash {
        display: none;
    }
    .expertise .subnav_masthead {
      padding-bottom: 0;
    }
    #nav_sub {
        /*background: #fff;*/
        background: rgb(249, 249, 249) none repeat scroll 0% 0%;
        border-bottom: 0;
        height: auto;
        visibility: hidden;
    }
    .active #nav_sub { visibility: visible; }
    #nav_sub ul {
        float: none;
        padding: 0 20px 20px 20px;
    }
        #nav_sub li { border-bottom: 1px solid #c6c6c7; float: none; font-size: 17px; margin: 0; padding: 0; display: block; }
        #nav_sub li + li {
            margin: 0;
        }
        #nav_sub li:last-child { border-bottom: 0; }
            #nav_sub li a { background: url(../img/icon/nav_arrow.png) no-repeat right center; color: #434345; display: block; margin-right: 15px; padding: 15px 5px; }
            #nav_sub li a:hover { background: url(../img/icon/nav_arrow_hover.png) no-repeat right center; }
    #content .wrapper { width: 100%; }
    #masthead { height: auto; margin-bottom: 0; min-height: 0;  padding: 0; padding-bottom: 25px; }
    #masthead h1 { display: none; }
    #masthead .headline { font-size: 32px; padding: 25px 25px 0 25px; }
    #masthead .headline br { display: none; }
    #masthead .subhead { padding: 0 25px; }
    #content {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #content p { line-height: 1.8em; }
    #content .quote, #content .standout { padding: 20px 0; }
    #content .quote p, #content .standout p { text-align: center; }
    #main .module.viewwork { display: block; }
    #promo { display: block; }
}

@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}
