* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    -webkit-backface-visibility: hidden;
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100% !important;
    width: 100%;
    font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    font-size: 80%;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

@media all and (max-width: 1024px) {
  body {
    font-family: "proxima-nova", sans-serif;
  }
}

.mobileOnly {
    display: none !important;
}

a, a:link, a:visited {
    outline: 0;
    border: 0;
    text-decoration: none;
    color: inherit;
}

.no-touch a:hover, .no-touch a:active {
    text-decoration: none;
    color: inherit;
}

a.bigLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    overflow: hidden;
}

    a.bigLink img {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    a img {
        border: 0;
        display: block;
    }

.inline {  }

    .inline:before {
        content: '';
        width: 0px;
        height: 100%;
        margin-right: -4px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
    }

    .center {
        margin-right: -4px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
    }

    .bottom {
        margin-right: -4px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: bottom;
    }

    .top {
        margin-right: -4px;
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
    }




/* ===\\========================//=== *
 * ====\\=== MAIN CONTAINER ===//==== *
 * =====\\====================//===== */


    #wrapper {
        position: relative;
        min-height: 100%;
        width: 100%;
        margin-bottom: -390px;
    }

        #wrapper:after {
            content: '';
            display: block;
            height: 390px;
        }

    #wrapper.splash {
        margin-bottom: 0px;
    }

        #wrapper.splash:after {
            display: none;
        }




/* ===\\================//=== *
 * ====\\=== HEADER ===//==== *
 * =====\\============//===== */

    #header {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 135px;
        color: #fff;
        z-index: 600;
        background-color: #fff;
    }

    .smallHeader #header {
        height: 55px !important;
    }

        #header .logo {
            margin-left: 5%;
            position: relative;
        }

            #header .logo img {
                width: 191px;
                height: auto;
                top: 0px;
                left: 0px;

                transition-property: opacity;
                transition-duration: 1s;

                -webkit-transition-property: opacity;
                -webkit-transition-duration: 1s;

                -moz-transition-property: opacity;
                -moz-transition-duration: 1s;

                -o-transition-property: opacity;
                -o-transition-duration: 1s;
            }

            #header .logo img:first-child { opacity: 1; position: relative; }
            .theme_light #header .logo img:first-child { opacity: 0; }

            #header .logo img:last-child { opacity: 0; position: absolute; }
            .theme_light #header .logo img:last-child { opacity: 1; }


        #header .trigger {
            width: 100%;
            height: 100%;

            display: inline-block;
            *display: inline;
            zoom: 1;
            vertical-align: middle;
            margin-right: -4px;
        }

            #header .menu {
                position: absolute;
                top: 0px;
                right: 5%;
                height: 100%;
                text-align: right;
                list-style-type: none;
            }

                #header .menu li {
                    display: inline-block;
                    *display: inline;
                    zoom: 1;
                    vertical-align: middle;
                    position: relative;
                    text-align: left;
                }

                    #header .menu li a {
                        font-weight: bold;
                        font-size: 100%;
                        letter-spacing: .05em;
                        padding: 6px 9px;
                        color: #000;
                        background-color: transparent;
                    }

                    #header .menu li.hasSub a {
                        padding: 6px 0px 6px 9px;
                    }

                    .no-touch #header .menu li:hover a {
                        color: #fff;
                        background-color: #000;
                    }

					#header .menu li.pageOn a {
                        color: #fff;
                        background-color: #000;
					}

                        #header .menu li.hasSub a:after {
                            content: '';
                            width: 7px;
                            height: 7px;
                            display: inline-block;
                            *display: inline;
                            zoom: 1;
                            vertical-align: middle;
                            padding-right: 9px;
                            margin-left: 4px;
                            margin-bottom: 2px;
                            background-image: url('../images/arrow-down-black.png');
                            background-position: 0% 0%;
                            background-repeat: no-repeat;
                            background-size: 7px 7px;
                        }

                        .no-touch #header .menu li.hasSub:hover a:after {
                            background-image: url('../images/arrow-down-white.png');
                        }

                    #header .menu li .sub {
                      position: absolute;
                      top: 22px;
                      left: 0px;
                      width: 100%;
                      text-align: left;
                      display: none;
                      list-style-type: none;
                    }

                      #header .menu li.hasSub:hover .sub {
                        display: block;
                      }

                        #header .menu li .sub li {
                            display: block;
                            margin-top: 4px;
                        }

                            #header .menu li .sub li a {
                                display: block;
                                padding: 6px 9px;
                                font-weight: normal;
                                letter-spacing: .02em;

                                box-sizing: border-box;
                                -webkit-box-sizing: border-box;
                                -moz-box-sizing: border-box;

                                border: 1px solid #000;
                            }

                            .no-touch #header .menu li .sub li:hover a {
                                color: #000;
                                background-color: #fff;
                                border: 1px solid #ccc;
                            }


                    /*----//----\\----//----\\----*/
                    /*splash page color overrides*/

                    .splash #header .menu li a {
                        color: #000;
                        background-color: transparent;

                        transition: color 1s;
                        -webkit-transition: color 1s;
                        -moz-transition: color 1s;
                        -o-transition: color 1s;
                    }

                    .no-touch .splash #header .menu li:hover a {
                        color: #000;
                        background-color: #fff;

                        transition: all 0s;
                        -webkit-transition: all 0s;
                        -moz-transition: all 0s;
                        -o-transition: all 0s;
                    }

                    .theme_light .splash #header .menu li a {
                        color: #fff;
                        background-color: transparent;

                        transition: color 1s;
                        -webkit-transition: color 1s;
                        -moz-transition: color 1s;
                        -o-transition: color 1s;
                    }

                    .no-touch .theme_light .splash #header .menu li:hover a {
                        color: #fff;
                        background-color: #000;

                        transition: all 0s;
                        -webkit-transition: all 0s;
                        -moz-transition: all 0s;
                        -o-transition: all 0s;
                    }

                        .splash #header .menu li.hasSub a:after {
                            background-image: url('../images/arrow-down-black.png') !important;
                        }

                        .theme_light .splash #header .menu li.hasSub a:after {
                            background-image: url('../images/arrow-down-white.png') !important;
                        }

                            .splash #header .menu li .sub li a {
                                background-color: #fff;
                                color: #000;
                                border: none !important;
                            }
                            .no-touch .splash #header .menu li .sub li a:hover {
                                background-color: #000;
                                color: #fff;
                            }

                            .theme_light .splash #header .menu li .sub li a {
                                background-color: #000;
                                color: #fff;
                            }

                            .no-touch .theme_light .splash #header .menu li .sub li a:hover {
                                background-color: #fff;
                                color: #000;
                            }

                            #header .menu li .sub li a:after {
                                display: none;
                            }
                    /* END splash page color overrides*/
                    /*------//----\\----//----\\------*/



/* ===\\=====================//=== *
 * ====\\=== SPLASH PAGE ===//==== *
 * =====\\=================//===== */

    .splash #header {
        background-color: transparent;
        opacity: 0;
    }

    .splash #main {
        padding-top: 0px;
        width: 100%;
    }

        .splash #main .fullFrame {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .splash #main .fullFrame .cell {
            height: 100%;
            width: 100%;
            background-size: cover;
            background-position: 50% 0%;
            background-repeat: no-repeat;
            text-align: center;
        }

            .splash .cell .caption {
                opacity: 0;
                width: 70%;
                padding: 0%;
                position: relative;
                height: auto;
                text-align: center;
                color: #000;

                transition: color 1s;
                -webkit-transition: color 1s;
                -moz-transition: color 1s;
                -o-transition: color 1s;
            }

            .theme_light .splash .cell .caption {
                color: #fff;
            }

                .cell .caption hr {
                    border: 0;
                    height: 1px;
                    width: 142px;
                    background: #000;
                    margin: -30px auto 30px;

                    transition: background 1s;
                    -webkit-transition: background 1s;
                    -moz-transition: background 1s;
                    -o-transition: background 1s;
                }

                .theme_light .cell .caption hr {
                    background: #fff;
                }

                .splash .cell .caption h1,
                .splash .cell .caption h2,
                .splash .cell .caption h3,
                .splash .cell .caption h4,
                .splash .cell .caption h5,
                .splash .cell .caption h6
                .splash .cell .caption p {
                    font-size: 280%;
                    letter-spacing: .08em;
                    line-height: 1.5em;
                    margin-top: 0px;
                    border-bottom: 0px;
                    width: auto;
                    padding-bottom: 0px;
                    font-weight: bold;
                }

            .splash .cell .more {
                opacity: 0;
                width: 130px;
                position: absolute;
                bottom: 4%;
                left: 5%;
                color: #000;
                text-align: left;
                padding-bottom: 6px;
                border-bottom: 1px solid #000;
                font-weight: bold;

                transition-property: border-bottom, color;
                transition-duration: 1s;
                -webkit-transition-property: border-bottom, color;
                -webkit-transition-duration: 1s;
                -moz-transition-property: border-bottom, color;
                -moz-transition-duration: 1s;
                -o-transition-property: border-bottom, color;
                -o-transition-duration: 1s;
            }

            .theme_light .splash .cell .more {
                color: #fff;
                border-bottom: 1px solid #fff;
            }

                .splash .cell .more a {
                    display: block;
                }






/* ===\\==============//=== *
 * ====\\=== GRID ===//==== *
 * =====\\==========//===== */

    #main {
        padding-top: 135px;
        width: 90%;
        margin: auto;
    }

        h1.secTitle {
            width: 100%;
            padding-bottom: 12px;
            border-bottom: 1px solid #ccc;
            color: #a09f9f;
            margin-bottom: 42px;
            text-align: center;
            font-size: 140%;
            letter-spacing: .05em;
        }

        .grid {

        }

            .grid .cell {
                width: auto;
                height: auto;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: 50% 50%;
                position: relative;
                overflow: hidden;

                display: inline-block;
                *display: inline;
                zoom: 1;
                vertical-align: top;

                filter: saturate(1);
                -webkit-filter: saturate(1);

                transition-property: filter, -webkit-filter;
                transition-delay: 0s;
                transition-duration: .3s;

                -webkit-transition-property: filter, -webkit-filter;
                -webkit-transition-delay: 0s;
                -webkit-transition-duration: .3s;

                -moz-transition-property: filter, -webkit-filter;
                -moz-transition-delay: 0s;
                -moz-transition-duration: .3s;

                -o-transition-property: filter, -webkit-filter;
                -o-transition-delay: 0s;
                -o-transition-duration: .3s;
            }

            .no-touch .grid .cell:hover {
                filter: saturate(0);
                -webkit-filter: saturate(0);

                transition-property: filter, -webkit-filter;
                transition-delay: 0s;
                transition-duration: .2s;

                -webkit-transition-property: filter, -webkit-filter;
                -webkit-transition-delay: 0s;
                -webkit-transition-duration: .2s;

                -moz-transition-property: filter, -webkit-filter;
                -moz-transition-delay: 0s;
                -moz-transition-duration: .2s;

                -o-transition-property: filter, -webkit-filter;
                -o-transition-delay: 0s;
                -o-transition-duration: .2s;
            }


                /*fluid cell sizes...*/
                @media screen and (max-width: 899px) {
                    .grid .cell {
                        width: 48%;
                    }

                    .grid .cell:nth-child(2n+2) {
                        margin-right: -4px !important;
                    }
                }

                @media screen
                and (min-width: 900px)
                and (max-width: 1699px) {
                    .grid .cell {
                        width: 29%;
                    }

                    .grid .cell:nth-child(3n+3) {
                        margin-right: -4px !important;
                    }
                }

                @media screen
                and (min-width: 1700px) {
                    .grid .cell {
                        width: 22%;
                    }

                    .grid .cell:nth-child(4n+4) {
                        margin-right: -4px !important;
                    }
                }

                .grid .cell .overlay {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    height: 100%;
                    z-index: 3;
                    background-color: rgba(0,0,0,0);

                    transition: background-color .3s;
                    -webkit-transition: background-color .3s;
                    -moz-transition: background-color .3s;
                    -o-transition: background-color .3s;
                }

                .no-touch .grid .cell:hover .overlay {
                    background-color: rgba(0,0,0,.32);

                    transition: background-color .3s;
                    -webkit-transition: background-color .3s;
                    -moz-transition: background-color .3s;
                    -o-transition: background-color .3s;
                }

                .grid .cell h2 {
                    position: absolute;
                    bottom: -50px;
                    left: 10%;
                    width: 80%;
                    text-align: center;
                    color: #fff;
                    opacity: 0;
                    z-index: 4;

                    transition-property: opacity, bottom;
                    transition-duration: .2s, 0s;
                    transition-delay: 0s, .2s;
                    transition-timing-function: linear;

                    -webkit-transition-property: opacity, bottom;
                    -webkit-transition-duration: .2s, 0s;
                    -webkit-transition-delay: 0s, .2s;
                    -webkit-transition-timing-function: linear;

                    -moz-transition-property: opacity, bottom;
                    -moz-transition-duration: .2s, 0s;
                    -moz-transition-delay: 0s, .2s;
                    -moz-transition-timing-function: linear;

                    -o-transition-property: opacity, bottom;
                    -o-transition-duration: .2s, 0s;
                    -o-transition-delay: 0s, .2s;
                    -o-transition-timing-function: linear;
                }

                .no-touch .grid .cell:hover h2 {
                    bottom: 25px;
                    opacity: 1;

                    transition-property: bottom, opacity;
                    transition-duration: .3s, .2s;
                    transition-delay: 0s, 0s;
                    transition-timing-function: cubic-bezier(0,.99,0,.99), linear;

                    -webkit-transition-property: bottom, opacity;
                    -webkit-transition-duration: .3s, .2s;
                    -webkit-transition-delay: 0s, 0s;
                    -webkit-transition-timing-function: cubic-bezier(0,.99,0,.99), linear;

                    -moz-transition-property: bottom, opacity;
                    -moz-transition-duration: .3s, .2s;
                    -moz-transition-delay: 0s, 0s;
                    -moz-transition-timing-function: cubic-bezier(0,.99,0,.99), linear;

                    -o-transition-property: bottom, opacity;
                    -o-transition-duration: .3s, .2s;
                    -o-transition-delay: 0s, 0s;
                    -o-transition-timing-function: cubic-bezier(0,.99,0,.99), linear;
                }




/* ===\\==========================//=== *
 * ====\\=== DETAIL SLIDESHOWS ===//==== *
 * =====\\======================//===== */

    .smallHeader #wrapper {
        margin-bottom: -360px;
    }

    .smallHeader #main {
        padding-top: 0px;
        margin-top: 78px;
    }

    @media screen and (max-height: 600px) {
        .smallHeader #main {
            margin-top: 65px;
        }
    }

        .projDetail {
            text-align: center;
            position: relative;
        }

            .projDetail .projNav {
                font-size: 80%;
                letter-spacing: .03em;
                color: #7b7b7b;
                padding-bottom: 11px;
                text-transform: uppercase;
            }

                .projNav a {
                    transition: color .2s;
                    -webkit-transition: color .2s;
                    -moz-transition: color .2s;
                    -o-transition: color .2s;
                }

                .projNav a:hover {
                    color: #000;

                    transition: color 0s;
                    -webkit-transition: color 0s;
                    -moz-transition: color 0s;
                    -o-transition: color 0s;
                }

            .projDetail .cycle-slideshow {
                height: 84%;
                width: 95%;
                margin: auto;
                text-align: center;
            }

                .projDetail .cycle-slideshow .photo {
                    margin: auto;
                    height: 100%;
                    width: 100%;
                    text-align: center;
                }

                    .projDetail .cycle-slideshow .photo img {
                        height: auto;
                        width: auto;
                        max-width: 100%;
                        max-height: 95%;
                    }

                .projDetail .cycle-slideshow .prev {
                    position: absolute;
                    height: 100%;
                    width: 50%;
                    top: 0%;
                    left: 0%;
                    cursor: url(../images/arrow-left.png) 5 25, auto;
                    z-index: 300;
                }

                .projDetail .cycle-slideshow .next {
                    position: absolute;
                    height: 100%;
                    width: 50%;
                    top: 0%;
                    left: 50%;
                    cursor: url(../images/arrow-right.png) 41 25, auto;
                    z-index: 300;
                }

@media screen
and (max-width: 1399px) {

            .projDetail .cycle-slideshow {
                width: 80%;
            }

                    .projDetail .cycle-slideshow .photo img {
                        width: auto;
                        height: auto;
                        margin-right: -4px;
                    }

}

            .projDetail .thumbHolder {
                position: absolute;
                right: -5%;
                top: 0px;
                height: 84%;
                width: 5%;
                text-align: right;
            }

                .projDetail .thumbHolder .thumbs {
                    margin-right: 0px;
                    opacity: 0;
                    width: 100%;
                }

                    .projDetail .thumbHolder .thumbs .cell {
                        width: 100%;
                        height: auto !important;
                        text-align: center;
                        overflow: hidden;
                        margin-bottom: 6px;
                        cursor: pointer;
                    }

                    .projDetail .thumbHolder .thumbs .cell:last-child {
                        margin-bottom: 0px;
                    }

                        .projDetail .thumbHolder .thumbs .cell .inner {
                            display: block;
                            width: 100%;
                            height: 100%;
                            overflow: hidden;
                            -webkit-backface-visibility: hidden;

                            border: 0px solid #000;

                            transition: border .2s;
                            -webkit-transition: border .2s;
                            -moz-transition: border .2s;
                            -o-transition: border .2s;
                        }

                            .projDetail .thumbHolder .thumbs .cell .inner img {
								/*
								min-width: 100%;
                                min-height: 100%;
                                width: 140%;
                                height: auto;
                                margin-left: -20%;
								*/
								width: 100%;
								height: auto;

								box-sizing: border-box;
								-webkit-box-sizing: border-box;
								-moz-box-sizing: border-box;
                            }

							.projDetail .thumbHolder .thumbs .cell.cycle-pager-active .inner img {
								border: 6px solid #000;
							}

            .projDetail .caption {
                font-size: 90%;
                letter-spacing: .02em;
                color: #313131;
            }

                .projDetail .caption h1 {
                    font-size: 120%;
                    font-weight: normal;
                    padding: 1% 0% .5% 0%;
                }




/* ===\\======================//=== *
 * ====\\=== CASE STUDIES ===//==== *
 * =====\\==================//===== */

                .cycle-slideshow .overlay {
                    position: absolute;
                    top:0px;
                    left:0px;
                    width: 100%;
                    height: 100%;
                    opacity: 1;
                    z-index: 300;
                    text-align: center;
                    background-color: #fff; /*need this so stuff from the cycle doesn't peek out for any reason*/

                    transition-property: z-index, opacity;
                    transition-delay: 0ms, 0ms;
                    transition-duration: 0ms, 300ms;

                    -webkit-transition-property: z-index, opacity;
                    -webkit-transition-delay: 0ms, 0ms;
                    -webkit-transition-duration: 0ms, 300ms;

                    -moz-transition-property: z-index, opacity;
                    -moz-transition-delay: 0ms, 0ms;
                    -moz-transition-duration: 0ms, 300ms;

                    -o-transition-property: z-index, opacity;
                    -o-transition-delay: 0ms, 0ms;
                    -o-transition-duration: 0ms, 300ms;
                }

                .cycle-slideshow.playing .overlay {
                    opacity: 0;
                    z-index: -1;

                    transition-property: opacity, z-index;
                    transition-delay: 0ms, 300ms;
                    transition-duration: 300ms, 0ms;

                    -webkit-transition-property: opacity, z-index;
                    -webkit-transition-delay: 0ms, 300ms;
                    -webkit-transition-duration: 300ms, 0ms;

                    -moz-transition-property: opacity, z-index;
                    -moz-transition-delay: 0ms, 300ms;
                    -moz-transition-duration: 300ms, 0ms;

                    -o-transition-property: opacity, z-index;
                    -o-transition-delay: 0ms, 300ms;
                    -o-transition-duration: 300ms, 0ms;
                }

                    .cycle-slideshow .overlay .inner {
                            height: 95%;
                            width: auto;
                            max-width: 100%;
                            max-height: 95%;
                            margin-right: 0px;
                    }

                        .caseStudy_nav {
                            position: absolute;
                            top: 43%;
                            left: 0%;
                            width: 100%;
                            text-align: center;
                            z-index: 1;
                        }

                            .caseStudy_nav p {
                                font-size: 140%;
                                line-height: 1.5em;
                                color: #fff;
                                padding-bottom: .5em;
                                letter-spacing: .03em;
                            }

                            .caseStudy_nav img {
                                width: 49px;
                                height: auto;
                                cursor: pointer;
                                opacity: 1;

                                transition: opacity .2s;
                                -webkit-transition: opacity .2s;
                                -moz-transition: opacity .2s;
                                -o-transition: opacity .2s;
                            }

                            .touch .caseStudy_nav img {
                                opacity: 1;
                            }

                            .no-touch .caseStudy_nav img:hover {
                                opacity: .7;
                            }

                        .cycle-slideshow .overlay .finishedImg {
                            opacity: 0;
                            background-color: #000;
                        }

                            .cycle-slideshow .overlay .finishedImg img {
                                height: auto;
                                width: 100%;
                                display: block;
                                /*opacity: .54;*/
				opacity: 1;
                            }

                            /*
                            We're setting the size of '.finishedImg' based on size of its
                            corresponding cycle image.
                            As long as '.finishedImg' has proper width and height,
                            the new "poster" image inside it will be cool (since its 100% width)
                            */






/* ===\\====================//=== *
 * ====\\=== TEXT PAGES ===//==== *
 * =====\\================//===== */

        .textContent {
            width: 65%;
            max-width: 860px;
            margin: 0px auto 120px;
            text-align: left;
        }

            .textContent h1.secTitle {
                text-align: left;
                border-bottom: none;
                padding-bottom: 1.6em;
                padding-top: 1.2em;
                margin-bottom: 0em;
                font-size: 120%;
                letter-spacing: .03em;
            }

            .textContent h1 {
                font-size: 260%;
                padding-bottom: 1em;
            }

            .textContent h2 {
                font-size: 200%;
                padding-bottom: 1em;
                letter-spacing: .03em;
            }

            .textContent p {
                line-height: 2em;
                padding-bottom: 2em;
                font-size: 110%;
                color: #222;
            }

                .textContent p a {
                    text-decoration: underline;

                    transition: color .2s;
                    -webkit-transition: color .2s;
                    -moz-transition: color .2s;
                    -o-transition: color .2s;
                }

                .no-touch .textContent p a:hover {
                    text-decoration: underline;
                    color: #8e8e8e;

                    transition: color 0s;
                    -webkit-transition: color: 0s;
                    -moz-transition: color 0s;
                    -o-transition: color 0s;
                }

            .textContent ul {
                line-height: 1.4em;
                padding-bottom: 2em;
                font-size: 110%;
                color: #222;
                margin-left: 35px;
                margin-top: -1em;
            }

                .textContent ul li {
                    padding-bottom: .6em;
                }

            .textContent .bio {
                padding-top: 70px;
            }

                .bio img.photo {
                    display: block;
                    width: 100%;
                    height: auto;
                }

                .bio .photo.w40 {
                    width: 40%;
                    margin-top: 7px;
                    margin-right: 5%;
                    background-color: #ccc;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: 50% 50%;
                }

                .bio .w55 {
                    width: 55%;
                }

                .textContent .bio h1 {
                    padding-bottom: .15em;
                    letter-spacing: .02em;
                }

                .textContent .bio p {
                    font-style: italic;
                }

            .textContent #availableJobs {
                padding-top: 85px;
            }

                .textContent #availableJobs h1 {
                    border-bottom: 1px solid #C2C2C2;
                    padding-bottom: .5em;
                    margin-bottom: .8em;
                }

                .textContent #availableJobs .job {
                    border-bottom: 1px solid #c2c2c2;
                    padding-bottom: 30px;
                    margin-bottom: 55px;
                }

            .textContent.clients ul {
                list-style-type: none;
                line-height: 1.4em;
                padding-bottom: .8em;
                margin-top: 0px !important;
                margin-left: 0px !important;
                padding-bottom: 75px;
            }

                .textContent.clients ul .linkCol {
                    width: 39%;
                }

                .textContent.clients ul .linkCol:last-child {
                    width: 22%;
                }










/* ===\\================//=== *
 * ====\\=== FOOTER ===//==== *
 * =====\\============//===== */

#footer {
    position: relative;
    width: 90%;
    padding: 0% 5%;
    height: 390px;
    text-align: left;
    background-color: #2e2d2d;
    color: #aaa;
    z-index: 200;
}

    #footer .col {
        width: 30%;
        font-size: 100%;
        letter-spacing: .07em;
        padding-top: 45px;
    }

    #footer a {
        transition: color .2s;
        -webkit-transition: color .2s;
        -moz-transition: color .2s;
        -o-transition: color .2s;
    }

    .no-touch #footer a:hover {
        transition: color 0s;
        -webkit-transition: color 0s;
        -moz-transition: color 0s;
        -o-transition: color 0s;
    }

        #footer .logo {
            width: 191px;
            height: auto;
        }

        #footer h3 {
            font-size: 110%;
            color: #fff;
            letter-spacing: .1em;
            padding-bottom: .8em;
        }

        #footer p {
            line-height: 1.6em;
        }

            #footer p a {
                color: #fff;
            }

            .no-touch #footer p a:hover {
                color: #aaa;
            }

        #footer ul {
            list-style-type: none;
            line-height: 1.9em;
        }

            #footer ul .linkCol {
                width: 30%;
                margin-right: 10%;
            }

                #footer ul li {
                    padding-bottom: .1em;
                }

                    .no-touch #footer ul li a:hover {
                        color: #fff;
                    }

    #footer .footerer {
        background-color: #bebebe;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

        #footer .footerer p {
            padding: 15px 5%;
            font-size: 80%;
            color: #131313;
            letter-spacing: 0.07em;
        }

            #footer .footerer p a {
                color: #131313;
                border-bottom: 1px solid rgba(19,19,19,0);
                padding-bottom: 1px;
            }

            .no-touch #footer .footerer p a:hover {
                color: inherit;
                border-bottom: 1px solid rgba(19, 19, 19, 0.39);
            }


            /*********** 2019 new team page **************/

.infoNew.textContent {
    width: 100%;
    max-width: 100%;
    margin: 0; 
            }

.infoText {
    width: 90%;
    margin: 3% 4%;
    position: relative;   
}

.infoText img.inline {
    position: absolute;
    bottom: 109px;
    right: -6%;
    width: 150px;
    height: auto;
}

.infoText > p {
    font-size: 1.3em;
    line-height: 1.3;
    max-width: 80%;
}

.infoText h2 {
    color: #8e8e8e;
    font-size: 2em;
    font-weight: 200;

}

.infoText h3 {
    color: #8e8e8e;
    font-size: 1.5em;
    font-weight: 200;
}


.team-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    padding-top: 0;
    width: 100%;
    margin-top: 10px;
}

.textContent .bio .w55 {
    margin-top:10px;
    width: 100%;
}

.textContent .team-grid .bio h1{
    font-size: 2em;
    
}

.textContent .team-grid  h2{
    font-size: 1.6em;
    font-weight: 200;
}


.textContent .team-grid .bio {
    padding-top: 0;
    
}


.bio.cell {
    width: 32%;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.bio .photo.w40 {
    width: 100%;
}

.bio.col.w55{
    width: 100%;
}

@media all and (max-width: 1024px) {
    .bio.cell {
        width: 48%;
    }
}

/* ************** BIO OVERLAY ******************* */

#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,1);
	text-align: center;

	opacity: 0;
	z-index: -1;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);

	transition: z-index 0s .4s, transform 0s .4s, opacity .3s 0s;
	-webkit-transition: z-index 0s .4s, transform 0s .4s, opacity .3s 0s;
	-ms-transition: z-index 0s .4s, transform 0s .4s, opacity .3s 0s;

}

#overlay.on {
	opacity: 1;
	z-index: 700;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);

	transition: z-index 0s 0s, transform 0s 0s, opacity .3s 0s;
	-webkit-transition: z-index 0s 0s, transform 0s 0s, opacity .3s 0s;
	-ms-transition: z-index 0s 0s, transform 0s 0s, opacity .3s 0s;
}

#overlay .closer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#overlay .holder .col.text {
    display: block;
    width: 43%;
    text-align: left;
    margin: 100px 0 0 9%;
    padding-right: 5%;
    height: calc(100vh - 100px);
    overflow-y: scroll;
}

#overlay .holder .col.text .textwrap {
    padding-right: 70px;
    padding-bottom: 70px;
}

#overlay .holder .col.image {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 45%;
    
}

#overlay .holder .col p {
    line-height: 1.1;
    font-size: 1.3em;
    margin-bottom: 20px;
}

#overlay .holder .col h1 {
    font-size: 3em;
}

#overlay .holder .col h2 {
    font-size: 1.8em;
    font-weight: 200;
    margin-bottom: 20px;

}

#overlay .holder .col img {
    width: 100%;
    
}

#overlay .closeIcon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 45px;
    left: 45px;
    z-index: 100;
    cursor: pointer;
}

    #overlay .closeIcon .line {
        height: 1px;
        width: 100%;
        display: block;
        position: absolute;
        right: 0;
        background-color: #000;
        opacity: 1;
        transform: rotate(0deg);  
    }

    #overlay .closeIcon .line:nth-child(1) {
        top: 8px;
        transform: rotate(45deg);
    }


    #overlay .closeIcon .line:nth-child(2) {
        top: 8px;
        transform: rotate(135deg);
    }

    #overlay .ui {
        position: absolute;
        bottom: 20px;
        left: 43%;
        font-size: 1.2em;
    }

    #overlay .ui span {
        cursor: pointer;
    }

 