html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    text-align: center;
    color: #333;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.category {
    font-style: italic;
}

footer {
    width: 100%;
    height: 75px;
}

.home-copy h2 {
    font-size: 56px;
    font-weight: 400;
    margin-bottom: 45px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

p {
    line-height: 180%;
}

a img {
    border: 0;
}

hr {
    width: 100%;
    border: none;
    border-bottom: 1px solid #00853f;
    margin-top: 20px;
}

.lead {
    font-size: 24px;
    /*font-weight: 400;*/
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.hidden-lg {
    display: none;
}

::selection {
    text-shadow: none;
}

.content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.header {
    background-color: #fff;
    width: 100%;
    height: 114px;
}

    .header .content {
        padding: 0;
    }

    .header .logo {
        float: left;
    }

.navigation {
    max-width: 600px;
    height: 114px;
    position: relative;
    float: right;
}

.small-nav {
    position: relative;
    top: -55px;
    right: 45px;
    text-align: right;
}

.main-nav {
    position: relative;
    top: 63px;
    text-align: right;
}

    .small-nav ul,
    .main-nav ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .small-nav ul li,
        .main-nav ul li {
            display: inline-block;
        }

        .small-nav ul li {
            text-transform: uppercase;
            font-size: 11px;
            font-weight: 400;
        }

        .main-nav ul li {
            font-size: 20px;
            font-weight: 300;
        }

            .main-nav ul li .sub-caret {
                display: none;
            }

            .small-nav ul li a,
            .main-nav ul li a {
                text-align: left;
                text-decoration: none;
                display: block;
                padding: 10px;
            }

            .main-nav ul li a {
                border-bottom: 8px solid transparent;
            }

        .small-nav ul li a {
            border-bottom: 1px solid transparent;
        }

        .main-nav ul li a {
            height: 25px;
        }

        /* ### SUB MENUS ### */

        .main-nav ul li ul {
            display: none;
            min-width: 180px;
            margin: 0;
            background-color: #fff;
            position: absolute;
            top: 53px;
            z-index: 5;
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
        }

            .main-nav ul li ul li {
                display: block;
                font-size: 14px;
                font-weight: 400;
            }

                .main-nav ul li ul li a {
                    padding: 10px 15px 5px 15px;
                    border-bottom: none;
                    height: auto;
                    min-height: 25px;
                }

                    .main-nav ul li ul li a:hover,
                    .main-nav ul li ul li a.active,
                    .project-menu ul li a.active {
                        border-bottom: none;
                    }

.project-menu {
    width: 100%;
    max-width: 1100px;
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    z-index: 5;
}

    .project-menu p {
        padding: 0 3px;
        margin: 5px 0;
    }

    .project-menu .projects-column {
        width: 47%;
        float: left;
        display: inline-block;
    }

    .project-menu .row-2 {
        display: block;
        padding: 5px;
    }

        .project-menu .row-2 .col {
            display: inline-block;
            width: 49%;
        }

    .project-menu .row-3 .col {
        width: 33.33333%;
        margin: 0;
    }

        .project-menu .row-3 .col div {
            max-width: 350px;
            margin: 0 3px;
        }

    .project-menu h3 {
        margin: 5px 0 5px 0;
        color: #666;
    }

    .project-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .project-menu ul li {
            display: block;
        }

            .project-menu ul li a {
                display: block;
                font-size: 12px;
                padding: 3px;
                text-decoration: none;
            }

.hide-projects {
    position: absolute;
    top: 135px;
    right: 20px;
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 25px;
    z-index: 6;
    cursor: pointer;
}

.search {
    background-image: url(../Images/TPC/search_icon.png);
    background-size: 22px 23px;
    background-repeat: no-repeat;
    background-position: 15px 15px;
    position: relative;
    top: -94px;
    width: 45px;
    height: 45px;
    float: right;
    padding: 0;
    cursor: pointer;
    background-color: #fff;
    border: none;
    text-indent: -9999px;
    direction: ltr;
    z-index: 5;
}

    .search:focus {
        outline: 0;
    }

.search-box {
    display: none;
    width: 400px;
    height: 35px;
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: 45px;
    z-index: 1;
    text-align: right;
}

    .search-box input {
        width: 350px;
        height: 35px;
        border: none;
        background-color: #dedede;
        font-size: 18px;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        padding: 0 10px;
    }

        .search-box input:focus {
            outline: 0;
        }

.menu-toggle {
    display: none;
}

main.main-body {
    width: 100%;
}

.header-image.rotator {
    height: 550px;
    position: relative;
}

    .header-image.rotator .slide {
        position: absolute;
    }

section.rotator {
    height: 565px;
    text-align: center;
    position: relative;
}

    section.rotator .slide {
        position: absolute;
        width: 100%;
        height: 565px;
        background: no-repeat center center;
        background-size: cover;
    }

        section.rotator .slide.no-rotate {
            display: table;
            z-index: 1;
            background-color: rgba(0,0,0,0.3);
        }

            section.rotator .slide.no-rotate .holder {
                display: inline-block;
                display: table-cell;
                vertical-align: middle;
            }

        section.rotator .slide .holder {
            max-width: 1200px;
            padding: 0 20px;
            margin: 0 auto;
        }

            section.rotator .slide .holder h2,
            section.rotator .slide .holder p {
                color: #fff;
            }

            section.rotator .slide .holder p {
                font-size: 24px;
                font-weight: 400;
                text-shadow: 0 0 4px rgba(0,0,0,1);
            }

            section.rotator .slide .holder h2 {
                font-weight: 400;
                font-size: 78px;
                margin: 0;
                text-shadow: 0 0 8px rgba(0,0,0,1);
            }

        section.rotator .slide .description-box {
            width: 100%;
            min-height: 55px;
            position: absolute;
            text-align: center;
            top: 567px;
            z-index: 2;
        }

            section.rotator .slide .description-box.inactive {
                display: none;
            }

            section.rotator .slide .description-box .description {
                text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
            }

.description p {
    font-weight: 300;
    font-size: 20px;
    margin-top: 13px;
}

.rotator .pager {
    width: auto;
    z-index: 2;
    padding: 10px;
}

.rotator .pager {
    position: absolute;
    bottom: 0;
}

    .rotator .pager .slide-navigate {
        background-color: rgba(0,0,0,0.6);
        display: inline-block;
        margin-left: 10px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        border: 1px solid #666;
    }

        .rotator .pager .slide-navigate:hover {
            background-color: rgba(200,200,200,0.8);
            border-color: #fff;
        }

        .rotator .pager .slide-navigate.active {
            background-color: #fff;
            border-color: #ddd;
        }

section.page-content {
    width: 100%;
    text-align: center;
    padding-top: 61px;
}

    section.page-content .content {
        padding: 20px;
        text-align: left;
    }

.home-copy {
    width: 890px;
    margin: 0 auto;
    padding-bottom: 45px;
}

b.home-pheader {
    line-height: 240%;
}

.row-3 {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

    .row-3 .col {
        width: 33.33333333%;
        margin: 25px auto;
        min-height: 1px;
        float: left;
    }

.project-details .row-3 .col,
.project-details .row-3 .col.left{
    width: 40%;
}

    .project-details .row-3 .col.right {
        width: 20%;
    }

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
}

.form-control {
    margin: 0;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

    .btn.small {
        padding: 1px 6px;
    }

    .btn:hover {
        text-decoration: none;
    }

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
}

.input-group .form-control,
.input-group-btn {
    display: table-cell;
    box-sizing: border-box;
}

    .input-group-btn > .btn {
        position: relative;
        box-sizing: border-box;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    box-sizing: border-box;
}

.project-search {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}

.filters {
    width: 100%;
    text-align: left;
    background-color: #efefef;
    height: 45px;
}

    .filters ul.filter {
        margin: 0;
        padding: 0;
        list-style-type: none;
        float: left;
        height: 44px;
        width: 14.4%;
        box-sizing: border-box;
        text-align: left;
    }

ul.filter li {
    display: block;
}

.category-columns {
    display: none;
    min-width: 500px;
    margin: 0;
    background-color: #fff;
    position: relative;
    padding: 5px;
    z-index: 3;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

ul.filter li ul {
    width: 250px;
    margin: 0;
    padding: 0;
    display: table-cell;
}

    ul.filter li ul li.active {
        background-color: #efefef;
    }

    ul.filter li ul li {
        width: 100%;
        font-size: 12px;
    }

        ul.filter li ul li label {
            display: block;
            width: 100%;
            cursor: pointer;
            padding: 5px 0;
        }

.filters .filter.title {
    float: left;
    height: 44px;
    width: 10%;
    box-sizing: border-box;
    text-align: left;
    font-size: 18px;
    padding: 10px;
}

    .filters .filter.title .arrow {
        font-size: 0;
        line-height: 0;
        width: 0;
        border-top: 22px solid #efefef;
        border-bottom: 22px solid #efefef;
        float: right;
        margin: -10px;
    }

.filters .filter .hover-button {
    cursor: pointer;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 44px;
    background-position: right;
    background-size: 17px 10px;
    background-repeat: no-repeat;
    background-origin: content-box;
    text-decoration: none;
    color: #222;
    padding: 12px;
    box-sizing: border-box;
    transition: all, ease-out, 250ms;
}

    .filters .filter .hover-button:hover,
    .filters .filter .hover-button.hover {
        color: #fff;
        background-image: url(../Images/TPC/arrow_down_white.png);
    }

    .filters .filter .hover-button.collapse,
    .filters .filter .hover-button.collapse:hover {
        background-image: url(../Images/TPC/arrow_up_white.png);
    }

    .filters .filter .hover-button.bold {
        font-weight: 700;
    }

        .filters .filter .hover-button.bold:hover,
        .filters .filter .hover-button.bold.hover {
            color: #fff;
        }

.filter.search-button {
    float: left;
    position: relative;
    padding: 0;
    text-align: center;
    width: 18%;
    height: 44px;
    box-sizing: border-box;
}

    .filter.search-button .btn {
        display: inline-block;
        border: 0;
        margin: 0;
        padding: 0;
        height: 44px;
        width: 50%;
        box-sizing: content-box;
    }

.project {
    position: relative;
    width: 319px;
    height: 345px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: block;
    text-decoration: none !important;
    transition: all .2s ease-out;
}

a.project:hover,
a.market:hover {
    transform: scale(1.05);
}

.project img {
    width: 319px;
    height: 249px;
}

.project .details {
    padding: 15px;
}

.details h4 {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: -5px 0 0 0;
    color: #333;
    line-height: 120%;
}

.details p {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #333;
    line-height: 115%;
}

.market {
    display: block;
    position: relative;
    width: 300px;
    height: 220px;
    margin: 0 auto;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    transition: all .2s ease-out;
}

    .market.text {
        box-shadow: none;
        height: auto;
        width: 320px;
    }

.left {
    margin: 0 auto 0 0;
}

.middle {
    margin: 0 auto;
}

.right {
    margin: 0 0 0 auto;
}

.market .market-header {
    font-size: 26px;
    margin: 0;
    padding-top: 5px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
}

.market.text .market-header {
    position: inherit;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

.market.text p {
    line-height: 23px;
}

.market img {
    width: 300px;
    height: 220px;
}

ul.pager {
    margin: 35px 0 60px 0;
    padding: 0;
    list-style-type: none;
}

    ul.pager li {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: 0 7px 14px 7px;
    }

        ul.pager li.active {
            color: #fff;
            line-height: 32px;
            position: relative;
            top: 2px;
        }

        ul.pager li a {
            display: block;
            width: 32px;
            height: 32px;
            color: #333;
            text-decoration: none;
            font-size: 14px;
            line-height: 32px;
        }

            ul.pager li a:hover {
                background-color: rgba(0,0,0,0.3);
            }

.header-image {
    max-width: 1100px;
}

    .header-image img {
        width: 100%;
        display: block;
    }

.image-caption {
    max-width: 1100px;
    width: 100%;
    min-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

    .image-caption p {
        line-height: 38px;
        margin: 0;
        padding: 0;
    }

.content.sub-page {
    text-align: left;
    margin-bottom: 50px;
}

.row-2 {
    width: 100%;
    display: table-row;
}

    .row-2 .left-col,
    .row-2 .right-col {
        display: table-cell;
        margin-bottom: 20px;
        vertical-align: top;
    }

    .row-2 .left-col {
        width: 65%;
        padding-right: 75px;
    }

    .row-2 .right-col {
        max-width: 282px;
        width: 25%;
    }

.right-col img {
    max-width: 282px;
    width: 100%;
}

div.sub-nav ul,
div.markets-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 40px;
}

    div.sub-nav ul li a,
    div.markets-nav ul li a {
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
    }

.right-col h3 {
    display: block;
    width: 100%;
    font-size: 30px;
    margin-bottom: 10px;
}

.row-1,
.row-2,
.row-3 {
    width: 100%;
}

.person {
    width: 100%;
    margin-bottom: 30px;
}

    .person .photo {
        display: table-cell;
        width: 300px;
        width: 24%;
        vertical-align: top;
    }

        .person .photo img {
            max-width: 300px;
            width: 100%;
            box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
        }

    .person .bio {
        display: table-cell;
        width: 75%;
        padding-left: 20px;
        vertical-align: top;
    }

.bio h2,
.bio h3 {
    margin: 0 0 10px 0;
}

.bio p {
    line-height: 160%;
    font-size: 16px;
}

.project-header {
    margin: 50px 0 50px 0;
}

    .project-header h2,
    .project-header h3 {
        margin: 0;
    }

.project-details h4 {
    font-size: 21px;
    font-weight: 400;
    margin: 15px 0;
}

.project-details .row-3 .col,
.project-details .row-3 .col p {
    margin-top: 0;
}

    .project-details .row-3 .col p {
        font-size: 18px;
        line-height: 25px;
    }

.green-box-header {
    font-size: 21px;
    margin: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: left;
    letter-spacing: 4px;
    color: #fff;
    font-weight: 500;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

.right-col .lead {
    font-size: 21px;
    line-height: 26px;
}

.right-col blockquote {
    font-style: italic;
    font-size: 21px;
    color: #4d4d4d;
    padding: 0;
    margin: 30px 0;
}

.right-col cite {
    display: block;
    font-style: normal;
    text-align: right;
    font-size: 15px;
    color: #4d4d4d;
}

ul.other-projects {
    margin: 20px 0;
    padding-left: 30px;
    list-style-image: url(../Images/TPC/footer_bullet.png);
}

    ul.other-projects li {
        padding: 3px;
    }

        ul.other-projects li a {
            color: #00853f;
            text-decoration: none;
        }

.attributions {
    font-size: 12px;
    font-style: italic;
    color: #999;
    text-align: left;
    margin-top: 40px;
    margin-bottom: -20px;
}

.page-navigate {
    display: inline-block;
    width: auto;
    margin: 70px 0 20px 0;
}

.toggle-filters {
    display: inline-block;
    width: 100%;
}

    .page-navigate a,
    .toggle-filters a {
        text-align: left;
        color: #333;
        font-size: 17px;
        text-decoration: none;
        display: block;
        width: 100%;
        height: 33px;
        padding: 5px 0 0 0;
        background-repeat: no-repeat;
    }

.page-navigate.back a {
	box-sizing: border-box;
    padding-left: 20px;
	
}

.page-navigate.forward a {
	box-sizing: border-box;
    padding-right: 20px;
}

.toggle-filters.show a {
    background-position: right;
    background-size: 17px 10px;
    background-image: url(../Images/TPC/arrow_down.png);
}

.toggle-filters.hide a {
    background-position: right;
    background-size: 32px 19px;
    background-image: url(../Images/TPC/arrow_up.png);
}

.page-navigate.back a {
    text-align: left;
    background-position: left;
    background-size: 19px 32px;
}

.page-navigate.forward a {
    text-align: right;
    background-position: right;
    background-size: 19px 32px;
}

.mobile-pager {
    display: none;
}

.footer {
    height: 0;
}

footer .content {
    text-align: left;
    color: #fff;
}

    footer .top-footer h3 {
        color: #fff;
        font-size: 21px;
        font-weight: 400;
        margin-bottom: 0;
    }

    footer .top-footer ul {
        list-style-image: url(../Images/TPC/footer_bullet.png);
        padding: 0 0 0 20px;
        margin: 0;
    }

        footer .top-footer ul li {
            line-height: 110%;
        }

footer .col-content {
    padding: 0 10px;
}

footer a,
footer p {
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

footer p {
    margin-top: 5px;
}

footer a:hover {
    text-decoration: underline;
}

footer .bottom-footer {
    position: relative;
    height: 55px;
    padding: 20px 15px 0 15px;
}

footer p.copyright {
    display: block;
    float: left;
    width: 33.3333%;
    margin: 0;
    padding: 0;
}

    footer p.copyright span {
        font-size: 11px;
        font-weight: bold;
        margin-left: 20px;
    }

    footer p.copyright img {
        position: relative;
        top: 7px;
    }

    footer p.social {
        position: relative;
        display: block;
        text-align: center;
        width: 33.3333%;
        float: left;
        padding-top: 6px;
    }
    footer p.social a {
        text-decoration: none;
        margin: auto 5px;
    }
    footer p.social a i {
        font-size: 18px;
    }

footer p.eoe {
    position: relative;
    top: 7px;
    display: block;
    text-align: right;
    float: right;
    font-size: 11px;
    width: 33.3333%;
}

footer .footer-date {
    font-size: 11px;
}

/* #### MEDIA QUEIRES #### */
@media screen and (max-width: 1024px) {
    .header {
        height: 88px;
    }

        .header .logo {
            padding-top: 15px;
            width: 300px;
        }

            .header .logo img {
                width: 260px;
                height: 35px;
            }

    .navigation {
        height: 80px;
    }

    .main-nav {
        top: 37px;
        right: 0;
    }

    .small-nav {
        top: -60px;
    }

    .main-nav ul li {
        font-size: 16px;
    }

    .search-box {
        top: 5px;
    }

    .project-menu {
        top: 10px;
    }

    /*.search {
        width: 45px;
        height: 30px;
        padding: 10px;
    }*/

    section.rotator {
        height: 400px;
    }

        section.rotator .slide {
            height: 400px;
        }

            section.rotator .slide .holder {
                max-width: 768px;
            }

                section.rotator .slide .holder h2 {
                    font-size: 52px;
                    /*padding: 150px 0 0 0;*/
                }

                section.rotator .slide .holder p {
                    font-size: 20px;
                    font-weight: 300;
                }

            section.rotator .slide .description-box {
                top: 402px;
            }

    .home-copy {
        width: 100%;
    }

    .row-3 .col {
        width: 50%;
        margin-bottom: 25px;
    }

    .market.left,
    .market.right,
    .project.left,
    .project.right {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .mobile-pager {
        display: block;
    }

    .mobile-pager .page-navigate {
        margin-top: 30px;
    }

    .pager {
        display:none;
    }
	
	.rotator .pager {
		display: block;
	}

    .hidden-lg {
        display: block;
    }

    .header {
        text-align: left;
    }

        .header .logo {
            margin-left: 25px;
        }

    footer {
        height: 109px;
    }

    .navigation {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 4;
        top: 90px;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
    }

    .small-nav,
    .main-nav {
        position: relative;
        left: 0;
        right: 0;
    }

    .main-nav {
        top: 35px;
        margin-bottom: 35px;
    }

    .small-nav {
        top: 0;
    }

        .small-nav ul li,
        .main-nav ul li {
            display: block;
            font-weight: 400;
        }

            .small-nav ul li a.active,
            .main-nav ul li a.active {
                border-bottom: none;
            }

            .main-nav ul li .sub-caret {
                width: 30px;
                height: 30px;
                font-size: 20px;
                text-indent: 5px;
                padding-right: 10px;
                display: block;
                float: right;
                cursor: pointer;
            }

            .main-nav ul li ul {
                position: relative;
                width: auto;
                top: 0;
                margin: auto;
                box-shadow: none;
            }

        .small-nav ul li {
            font-size: 13px;
        }

            .small-nav ul li a {
                text-align: left;
                padding: 8px;
                border-bottom: none;
            }

    .main-nav ul li a {
        text-align: left;
        padding: 8px;
        border-bottom: none;
    }

        .small-nav ul li a:hover,
        .main-nav ul li a:hover {
            border-bottom: none;
        }

    .menu-toggle {
        display: block;
        width: 28px;
        height: 28px;
        padding: 5px;
        position: absolute;
        top: 12px;
        right: 12px;
        cursor: pointer;
		background-image: url(https://www.tutorperini.com/media/9439/hamburgerx.png);
    }

        .menu-toggle i {
            font-size: 28px;
        }

    .search-box {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        overflow: hidden;
    }

        .search-box input {
            margin-left: 10px;
            width: 100%;
            background-color: #fff;
            padding: 0;
            font-size: 15px;
            border-bottom: none;
        }

    .search {
        display: block;
        position: absolute;
        top: 3px;
        z-index: 2;
        padding: 0;
        width: 35px;
        height: 32px;
        right: 5px;
        background-position: 5px 5px;
    }

    .project-menu {
        display: block;
        position: absolute;
        top: 126px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        overflow-y: scroll;
        overflow-x: hidden;
        background-color: #eee;
    }

        .project-menu .row-3 .col {
            width: 100%;
        }

        .project-menu .row-2 .col {
            width: 100%;
        }

            .project-menu .row-2 .col div {
                max-width: 100%;
                margin: 0 5px;
            }

        .project-menu .projects-column {
            width: 100%;
            float: none;
            display: block;
        }

        .project-menu p {
            font-size: 20px;
        }

        .project-menu ul li a {
            font-size: 16px;
        }

    .form-control {
        height: 36px;
    }

    .filters .filter.title {
        width: 100%;
        text-align: center;
        float: none;
        cursor: pointer;
    }

        .filters .filter.title .filter-chevron {
            float: right;
            position: relative;
            bottom: 15px;
        }

    #categories {
        display: none;
    }

    .filters ul.filter {
        width: 100%;
        background-color: #efefef;
        height: 36px;
    }

    .filters .filter .hover-button {
        text-align: center;
        border-bottom: 1px solid #ccc;
        height: 36px;
        padding: 7px;
    }

    .category-columns {
        min-width: inherit;
        border: 1px solid #dedede;
        box-shadow: none;
    }

    ul.filter li ul {
        min-width: 100%;
        display: block;
        box-shadow: none;
        background-color: #fcfcfc;
        padding: 0;
        box-sizing: border-box;
    }

    .search-button {
        border-top: 1px solid #fefefe;
    }

    ul.filter.col-2 li ul {
        min-width: 100%;
        display: block;
        max-height: none;
        overflow: visible;
    }

    ul.filter li ul li {
        font-size: 15px;
    }

    ul.filter.col-2 li ul li {
        float: none;
        width: 100%;
    }

    .filter.search-button {
        width: 100%;
    }

        .filter.search-button .btn {
            height: 36px;
        }

    section.rotator .slide .holder h2 {
        padding: 0 10px;
        font-size: 45px;
        line-height: 45px;
        text-shadow: 0 0 5px rgba(0,0,0,1);
    }

    section.rotator .slide .holder p {
        font-size: 18px;
        font-weight: 400;
    }

    section.rotator .slide .description-box {
        width: 100%;
        padding: 0;
        top: 402px;
        min-height: 45px;
    }

        section.rotator .slide .description-box .description {
            margin: 10px 20px;
        }

    section.page-content {
        position: relative;
        margin-top: 45px;
        padding: 0;
    }

    .description h3 {
        font-size: 20px;
        margin: 0;
    }

    .description p {
        font-size: 16px;
        margin: 0;
    }

    .row-3 .col,
    .project-details .row-3 .col.left,
    .project-details .row-3 .col.right,
    .project-details .row-3 .col {
        width: 100%;
        display: block;
        margin-bottom: 25px;
        float: none;
    }

    .market,
    .market img {
        width: 300px;
        height: 220px;
    }

    section.rotator .pager .slide-navigate:hover {
        background-color: rgba(0,0,0,0.6);
        border: 1px solid #666;
    }

    section.rotator .pager .slide-navigate.active:hover {
        background-color: #fff;
        border-color: #ddd;
    }

    h1 {
        font-size: 32px;
    }

    .lead {
        font-size: 20px;
    }

    .header-image {
        margin-right: -20px;
        margin-left: -20px;
    }

    .image-caption {
        min-height: 25px;
        line-height: 35px;
        font-size: 16px;
    }

        .image-caption p {
            line-height: 35px;
        }

    .row-2 .left-col,
    .row-2 .right-col {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .row-2 .left-col {
        padding-right: 0;
    }

    .row-2 .right-col img {
        margin-right: 25px;
    }

    .sub-nav {
        display: none;
    }

    .person .photo {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .person .bio {
        width: 100%;
        padding-left: 0;
    }

    footer p.copyright,
	footer p.social,
    footer p.eoe {
        width: 100%;
        float: none;
		text-align: left;
		margin: 10px 0;
    }

    footer p.eoe {
        font-size: 10px;
        float: none;
        margin: 10px 0;
        text-align: left;
    }

    footer .bottom-footer {
        /*height: 89px;*/
		height: 125%;
    }
}

@media screen and (max-width: 549px) {
    .lead {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

    .row-2 .right-col img {
        margin-right: 0;
    }

    .header .logo {
        width: 175px;
        margin: 15px 15px 10px 15px;
    }

        .header .logo img {
            width: 225px;
            height: 30px;
        }

    section.rotator {
        height: 350px;
    }

        section.rotator .slide {
            height: 350px;
        }

            section.rotator .slide .holder h2 {
                font-size: 33px;
                line-height: 33px;
            }

            section.rotator .slide .holder p {
                font-size: 17px;
                line-height: 20px;
                font-weight: 400;
            }

            section.rotator .slide .description-box {
                top: 352px;
            }

    .project {
        transition: none;
    }

    a.project:hover {
        transform: none;
    }
}

@media screen and (max-width: 420px) {
    footer .bottom-footer {
        /*height: 150px;*/
    }

    /*.main-body {
        padding-bottom: 170px;
    }*/

    footer {
        height: 170px;
    }

        footer p.copyright span {
            display: block;
            margin: 15px 0 0 0;
        }

    div.col {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .project,
    .project.right,
    .project.left {
        padding: 0;
        width: 100%;
        height: auto;
    }

        .project img {
            width: 100%;
            height: auto;
            min-width: 100%;
        }
}

@media screen and (max-width: 874px) {
    .arrow {
        display: none;
    }

    .filters .filter .hover-button {
        background-size: 11px 8px;
    }
}
