    @charset "UTF-8";
@font-face {
    font-family: flexslider-icon;
    src: url(fonts/flexslider-icon.eot);
    src: url(fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(fonts/flexslider-icon.woff) format('woff'), url(fonts/flexslider-icon.ttf) format('truetype'), url(fonts/flexslider-icon.svg#flexslider-icon) format('svg');
    font-weight: 400;
    font-style: normal
}

.flex-container a:focus,
.flex-container a:hover,
.flex-slider a:focus,
.flex-slider a:hover {
    outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 60px;
    /*background: #fff;*/
    /*border: 4px solid #fff;*/
    position: relative;
    zoom: 1;
    border-radius: 4px;
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, .2)
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    height: auto
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}

.flex-direction-nav a.flex-next:before {
    content: '\f002'
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
    cursor: default
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a.flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit;
    outline: 0
}

body {
    font: 300 1em "Open Sans", sans-serif;
    line-height: 1.5;
    margin: 0;
    color: #000;
    color: ;
}

a {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

figure {
    margin-left: 0;
    margin-right: 0
}

h2 {
    font-size: 120%
}

h3 {
    font-size: 100%
}

h4 {
    font-size: 90%
}

.featured-img img {
    width: 100%
}

::-webkit-input-placeholder {
    font-weight: 300
}

::-moz-placeholder {
    font-weight: 300
}

:-ms-input-placeholder {
    font-weight: 300
}

input.search__field::-webkit-input-placeholder {
    color: #fff;
}

dl {
    margin-bottom: 0;
    margin-top: 0
}

main {
    display: block
}

fieldset {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

p:nth-child(1) {
    margin-top: 0
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.active.filters-list__item {
    border-color: #fff;
    color: #fff
}

.definition-title {
    font-weight: 700
}

.definition-description {
    margin-bottom: 1em;
    margin-left: 0
}

.definition-description__list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding-left: 0
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.revealOnScroll{
    /*Make sure FF doesn't leave a black transform box in the background on this element */
    outline: 1px solid transparent;
}

@media (min-width:1024px) {
    .revealOnScroll {
        /* opacity is not zero to ensure that lazysizes-loaded elements ACTUALLY APPEAR */
        opacity: 0;
        /*will-change: transform*/
    }

    .revealOnScroll.mix{
        /*opacity: 0;*/
    }
    .revealOnScroll:nth-child(2) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }
    .revealOnScroll:nth-child(3) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }
    .revealOnScroll:nth-child(4) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }
    .revealOnScroll:nth-child(5) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }
    .revealOnScroll:nth-child(6) {
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }
    .revealOnScroll:nth-child(7) {
        -webkit-animation-delay: .6s;
        animation-delay: .6s
    }
    .revealOnScroll:nth-child(8) {
        -webkit-animation-delay: .7s;
        animation-delay: .7s
    }
    .revealOnScroll:nth-child(9) {
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }
    .revealOnScroll:nth-child(10) {
        -webkit-animation-delay: .9s;
        animation-delay: .9s
    }
    .revealOnScroll:nth-child(11) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }
    .revealOnScroll:nth-child(12) {
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s
    }
    .fadeIn,
    .fadeInDown,
    .fadeInUp,
    .fadeOutUp {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }
    .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn
    }
    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp
    }
    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown
    }
    .fadeOutUp {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-name: fadeOutUp;
        animation-name: fadeOutUp
    }
}

.carousel__pane .pane__description,
.carousel__pane .pane__title {
    opacity: 0;
    /*-webkit-transform: translateY(-20px);*/
    /*transform: translateY(-20px);*/
    -webkit-transition: opacity .4s .2s, -webkit-transform .5s .2s;
    transition: opacity .4s .2s, transform .5s .2s
}

.carousel__pane .pane__description {
    -webkit-transition: opacity .4s .3s, -webkit-transform .5s .3s;
    transition: opacity .4s .3s, transform .5s .3s
}

.carousel__pane .photo-copyright {
    color: #ddd;
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0;
    text-align: right;
    padding-right: 1em;
    left: 0px;
    font-size: 10px;
    font-weight: normal;
    z-index: 100;
}

.js-flexslider-project-details .carousel__pane {
    /*background-color: #000;*/
}

.carousel__pane img.project-detail-image {
    /*width: 995px;
    height: 511px;*/
}

@media (min-width:320px) {
    .js-flexslider-project-details .slides img.portrait {
        width: auto;
        height: 177px;
        margin: 0 auto 0 auto;
    }
    .js-flexslider-project .slides img.portrait {
        width: auto;
        height: 177px;
        margin: 0 auto 0 auto;
    }
    .flexslider .slides .carousel__pane.landscape {}
    .flexslider .slides img.landscape {
        width: 320px;
        height: 177px;
    }
    .js-flexslider-project .slides img.landscape {
        width: 320px;
        height: 177px;
    }
}

@media (min-width:500px) {
    .js-flexslider-project-details .slides img.portrait {
        width: auto;
        height: 277px;
        margin: 0 auto 0 auto;
    }
    .js-flexslider-project .slides img.portrait {
        width: auto;
        height: 277px;
        margin: 0 auto 0 auto;
    }
    .flexslider .slides .carousel__pane.landscape {
        overflow: hidden;
    }
    .flexslider .slides img.landscape {
        width: 500px;
        height: 277px;
    }
    .js-flexslider-project .slides img.landscape {
        width: 500px;
        height: 277px;
    }
}

@media (min-width:700px) {
    .js-flexslider-project-details .slides img.portrait {
        width: auto;
        height: 388px;
        margin: 0 auto 0 auto;
    }
    .js-flexslider-project .slides img.portrait {
        width: auto;
        height: 388px;
        margin: 0 auto 0 auto;
    }
    .flexslider .slides .carousel__pane.landscape {
        overflow: hidden;
    }
    .flexslider .slides img.landscape {
        width: 700px;
        height: 388px;
    }
    .js-flexslider-project .slides img.landscape {
        width: 700px;
        height: 388px;
    }
}

@media (min-width:768px) {
    .js-flexslider-project-details .slides img.portrait {
        height: 239px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .js-flexslider-project .slides img.portrait {
        height: 239px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .flexslider .slides img.landscape {
        width: 438px;
        height: 239px;
    }
    .js-flexslider-project .slides img.landscape {
        height: 239px;
        width: 438px;
    }
}

@media (min-width:1024px) {
    .js-flexslider-project-details .slides img.portrait {
        height: 551px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .js-flexslider-project .slides img.portrait {
        height: 428px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .flexslider .slides img.landscape {
        width: 995px;
        height: 551px;
    }
    .js-flexslider-project .slides img.landscape {
        height: 428px;
        width: 772px;
    }
}

.flex-active-slide .pane__description,
.flex-active-slide .pane__title {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.accordion-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding-left: 0
}

.accordion-list__item {
    background-color: #005E75;
    padding: 1px;
    margin-bottom: .5em
}

@media (min-width:600px) {
    .accordion-list--mobile .accordion-list__item {
        background-color: inherit;
        margin: inherit
    }
}

.accordion-list__title {
    color: #568874;
    cursor: pointer;
    padding: 20px 20px 20px 0px;
    position: relative;
    font-size: 1.1em;
    text-transform: none;
    border-bottom: 1px solid rgba(0, 94, 117, .18);
}

.accordion-list__title a.btn {
    position: absolute;
    color: #005E75!important;
    top: 0;
    right: 0;
    width: auto;
    margin: 5px;
    padding: .5em 3em .5em 1em;
    text-transform: none;
    font-weight: 300!important;
    /*color: #fff;*/
}

.accordion-list__title .btn:hover {
    color: #005E75;
    font-weight: bold;
}

.accordion-list__title .btn .btn-icon {
    position: absolute;
    top: 18px;
    right: 0;
}

.accordion-list__title svg {
    fill: #fff;
    bottom: 25%;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.accordion-list__title.is-open svg {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.accordion-list__title .heading {
    font: 300 1em "Open Sans", sans-serif;
    font-size: 1.1em;
    margin-bottom: 0;
    text-transform: none;
}

@media (min-width:600px) {
    .accordion-list--mobile .accordion-list__title {
        color: inherit;
        cursor: default;
        margin-bottom: 1em;
        margin-left: 0;
        padding: inherit
    }
    .accordion-list--mobile .accordion-list__title::after {
        border: none
    }
}

.accordion-list__content {
    color: #fff;
    /*display: none;*/
    padding: 1em
}

.accordion-list__content * {
    opacity: 1
}

@media (min-width:600px) {
    .accordion-list--mobile .accordion-list__content * {
        opacity: 1
    }
}

.accordion-list__content.is-open * {
    opacity: 1;
    -webkit-transition: all .3s ease .4s;
    transition: all .3s ease .4s
}

.accordion-list--mobile .accordion-list__content {
    color: inherit
}

@media (min-width:600px) {
    .accordion-list--mobile .accordion-list__content {
        padding: inherit
    }
}

.bricks-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding-left: 0
}

@media (min-width:768px) {
    .bricks-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.brick {
    background-color: #D8AC28;
    min-height: 150px;
    color: rgba(249, 249, 249, .6);
    font-weight: 300;
    padding: 20px;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

@media (min-width:768px) {
    .brick {
        -webkit-box-flex: 1;
        -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
        flex: 1 50%;
        max-width: 50%
    }
}

.brick:nth-child(2) {
    background-color: #005E75;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.brick:nth-child(3) {
    background-color: #568874;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.brick:nth-child(4) {
    background-color: #BB7010;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.brick:hover {
    color: #f9f9f9
}

.brick h3.heading {
    color: #f9f9f9!important;
    /* make sure FF doesn't leave a black transform box visible behind this element */
    outline: 1px solid transparent;
}

.brick:hover .heading--brick {
    color: #f9f9f9;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);


}

.btn {
    font: 400 .9em Oswald, sans-serif;
    background-color: #4999AD;
    color: #fff;
    display: inline-block;
    letter-spacing: .02em;
    padding: 25px 45px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.btn:hover {
    background-color: #3e8293
}

.cta .btn {
    background-color: rgba(0, 0, 0, .5);
}

.cta .btn.btn-dark {
    background-color: #568874;
}

.cta .btn:hover {
    background-color: rgba(0, 0, 0, .8);
}

.cta .btn.btn-dark:hover {
    background-color: #395C4F;
}

.btn svg {
    margin-top: -7px
}

@media (min-width:470px) {
    .btn {
        font-size: 1.1em;
        min-width: 310px
    }
    .accordion-list__item .btn {
        min-width: 100px;
    }
}

.btn-icon,
.btn-icon svg {
    height: 21px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    vertical-align: middle;
    width: 21px
}

.tel .btn-icon {
    margin-left: 0
}

.tel .btn-icon svg {
    width: 17px;
    margin-right: 5px;
    margin-top: -5px
}

.btn-icon {
    margin-left: 10px;
    /*Make sure FF doesn't leave a black transform box in the background on this element */
    outline: 1px solid transparent;
}

.btn-icon svg{
    /*Make sure FF doesn't leave a black transform box in the background on this element */
    outline: 1px solid transparent;
}

.btn-featured {
    bottom: 1em;
    position: absolute;
    right: .8em
}

.btn-featured svg {
    opacity: .9
}

.btn-toggle {
    fill: #fff;
    height: 21px;
    width: 21px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0
}

.active .btn-toggle {
    fill: #D8AC28
}

.btn-toggle--open {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.btn-toggle--open svg {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.btn-large {
    padding: 58px 30px;
    text-align: center;
    white-space: nowrap;
    width: 100%
}

@media (min-width:600px) {
    .btn-large {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 1em;
        padding: 50px 35px
    }
}

@media (min-width:768px) {
    .btn-large {
        font-size: 1.1em;
        padding: 58px
    }
}

.btn-dark {
    background-color: #336b79
}

.btn-dark:hover {
    background-color: #2b5b67
}

.btn-white {
    background-color: #fff;
    color: #4999AD
}

.btn-white:hover {
    background-color: #c8e0e6
}

.btn-close {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    color: #e1e3e4;
    cursor: pointer;
    font-size: 3em;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    padding: 0 6px 5px;
    height: 40px;
    line-height: 0
}

.btn-close svg {
    fill: #e1e3e4;
    height: 20px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 20px
}

@media (max-width:768px) {
    .btn-close {
        display: none
    }
}

.btn-inline {
    vertical-align: text-top
}

.card {
    margin-top: 10px;
    margin-right: -1px
}

.card.card--columns {
    border-top: 1px solid #e1e3e4;
    padding-bottom: 2em;
    padding-top: 2em
}

.card.card--columns:first-child {
    border-top: none
}

@media (min-width:600px) {
    .card {
        display: inline-block;
        margin-top: 0
    }
}

.js-card {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6
}

@media (min-width:470px) {
    .js-card {
        width: 49%
    }
}

@media (min-width:768px) {
    .js-card {
        width: 33%
    }
}

.cards__link-wrapper {
    color: currentColor
}

.cards__link-wrapper img {
    border: none;
}

.cards__link-wrapper p {
    margin-bottom: .5em;
}

.cards__link-wrapper .date {
    margin-bottom: 1em;
}

@media (min-width:768px) {
    .card--columns .cards__link-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.card__image {
    width: 100%
}

.card--columns .card__image img {
    width: 100%
}

@media (min-width:768px) {
    .card--columns .card__image {
        -webkit-box-flex: 1;
        -webkit-flex: 1 30%;
        -ms-flex: 1 30%;
        flex: 1 30%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .card--columns .card__image img {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.card__social {
    display: block;
    height: 100px;
    margin: 0 auto;
    width: 23px
}

.card__content {
    margin: 0 auto;
    width: 90%;
    padding-bottom: 20px
}

@media (min-width:768px) {
    .card--columns .card__content {
        -webkit-box-flex: 1;
        -webkit-flex: 1 calc(70% - 2em);
        -ms-flex: 1 calc(70% - 2em);
        flex: 1 calc(70% - 2em);
        margin-right: 2em
    }
}

.card__content p {
    margin-top: 0
}

@-webkit-keyframes carousel-hero {
    0%,
    20% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    23.3333333333% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }
    26.6666666667%,
    46.6666666667% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    50% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }
    53.3333333333%,
    73.3333333333% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    76.6666666667% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }
    100%,
    80% {
        -webkit-transform: translateX(-75%);
        transform: translateX(-75%);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes carousel-hero {
    0%,
    20% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    23.3333333333% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }
    26.6666666667%,
    46.6666666667% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    50% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }
    53.3333333333%,
    73.3333333333% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    76.6666666667% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }
    100%,
    80% {
        -webkit-transform: translateX(-75%);
        transform: translateX(-75%);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes carousel-quotes {
    0%,
    40% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    50% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }
    100%,
    60% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes carousel-quotes {
    0%,
    40% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    50% {
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }
    100%,
    60% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

.carousel {
    overflow: hidden;
    width: 100%
}

.carousel__panes {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding-left: 0;
    display: table;
    -webkit-filter: blur(0);
    filter: blur(0);
    overflow: hidden;
    position: relative
}

.carousel__panes:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.carousel__panes--hero {
    -webkit-animation: carousel-hero 20s infinite;
    animation: carousel-hero 20s infinite;
    color: #fff;
    width: 400%
}


/*
.carousel__panes--quotes {
    -webkit-animation: carousel-quotes 10s infinite;
    animation: carousel-quotes 10s infinite;
    width: 200%
}*/

.carousel__panes--quotes.with-img {
    padding: 0
}

@media (min-width:1024px) {
    .carousel__panes--quotes {
        padding: 50px 0
    }
}

.carousel__pane {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 25%
}

.hero .carousel__pane {
    height: 500px
}

@media (min-width:768px) {
    .hero .carousel__pane {
        height: 600px;
        will-change: transform
    }
}

.quotes .carousel__pane {
    height: auto;
}

.quotes .carousel__pane .pull-quote p {
    padding-top: 20px;
}

.carousel__panes--quotes .carousel__pane {
    width: 600px
}

@media (min-width:1024px) {
    .carousel__pane {
        background-position: bottom
    }
}

.pane-gradient:before {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .6) 0, rgba(255, 255, 255, 0) 75%);
    background: linear-gradient(to right, rgba(0, 0, 0, .6) 0, rgba(255, 255, 255, 0) 75%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.pane__content {
    color: #fff;
    padding-left: 50px!important;
    padding-right: 50px!important;
    padding-top: 200px;
    position: relative
}

@media (min-width:768px) {
    .pane__content>* {
        padding-left: 0;
        padding-right: 0;
        width: 60%
    }
}

.pane__title {
    font: 400 9vw Oswald, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2
}

@media (min-width: 320px) {
    .pane__title {
        font-size: 30px;
        margin-top: 25px!important;
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media (min-width:600px) {
    .pane__title {
        font-size: 36px;
        margin-top: 45px!important;
        margin-left: 25px;
    }
}

@media (min-width:900px) {
    .pane__title {
        font-size: 40px;
        margin-top: 55px!important;
        margin-left: 0;
    }
}

@media (min-width:1024px) {
    .pane__title {
        font-size: 40px;
        margin-top: 55px!important;
    }
}

.pane__description {
    font: 400 300 1em Oswald, sans-serif
}

@media (min-width:600px) {
    .pane__description {
        font-size: 1.2em
    }
}

@font-face {
    font-family: flexslider-icon;
    src: url(../fonts/flexslider-icon.eot);
    src: url(../fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(../fonts/flexslider-icon.woff) format("woff"), url(../fonts/flexslider-icon.ttf) format("truetype"), url(../fonts/flexslider-icon.svg#flexslider-icon) format("svg");
    font-weight: 400;
    font-style: normal
}

.flexslider {
    background-color: transparent;
    margin-bottom: 0;
    border: none
}

.flex-direction-nav a {
    color: #fff;
    height: 50px
}

.flex-direction-nav a:before {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.js-flexslider-project .flex-direction-nav a {
    top: 35%
}

.js-flexslider-project-details .flex-direction-nav a {
    top: 40%
}

.flex-control-nav {
    bottom: 10px;
    z-index: 100;
}

.carousel .flex-control-nav,
.carousel .flex-direction-nav {
    display: none;
}

.flex-control-thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-control-thumbs li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: none;
    width: auto;
    /*max-width: 25%;*/
    max-width: 20%;
}

.flex-control-thumbs li:after {
    content: ".";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
}

.flex-control-paging li a {
    background-color: #aaa
}

.flex-control-paging li a.flex-active {
    background-color: #fff
}

img.flex-active {
    border: none!important;
    background-color: rgba(255, 255, 255, 0);
}

.flex-direction-nav .flex-next {
    right: 0
}

.cta {
    background-color: #568874;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.feature-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding-left: 0;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 3em
}

.feature-list__item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%
}

.feature-list__item+.feature-list__item {
    margin-top: .6em
}

.feature-list__item:after {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0, rgba(100, 100, 100, 0) 25%);
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0, rgba(100, 100, 100, 0) 25%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:600px) {
    .feature-list__home .feature-list__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 24%;
        -ms-flex: 1 24%;
        flex: 1 24%;
        width: auto;
        /*max-width: 24%;*/
    }
    .related-projects .feature-list__home .feature-list__item {
        max-width: 24%;
    }
    .feature-list__home .feature-list__item+.feature-list__item {
        margin-left: .2em;
        margin-top: 0;
        /*max-width: 24%;*/
    }
}

.heading-additional-experience{
    display:none;
}
@media (min-width:600px) {

    .feature-list__projects{
        overflow: auto;
        -webkit-transform: translate3d(0,0,0);
    }
    .feature-list__projects .feature-list__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 49%;
        -ms-flex: 1 49%;
        flex: 1 49%;
        width: auto;
        margin-top: .2em
    }
    .feature-list__projects .feature-list__item:nth-child(1n) {
        margin-left: .2em
    }
}

@media (min-width:768px) {
    .feature-list__projects .feature-list__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 32.7%;
        -ms-flex: 1 32.7%;
        flex: 1 32.7%
    }
}

@media (min-width:1024px) {
    .feature-list__projects .feature-list__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 24%;
        -ms-flex: 1 24%;
        flex: 1 24%;
        max-width: 24%;
    }
}

.feature-list__item-wrapper,
.feature-list__link {
    font: 400 .9em Oswald, sans-serif;
    display: block;
    color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 12em 2em 1em 1em;
    position: relative;
    z-index: 1
}

@media (min-width:600px) {
    .feature-list__item-wrapper,
    .feature-list__link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 16em;
        position: relative
    }
}

.feature-list__title {
    margin-bottom: 0;
    margin-top: 0;
    max-width: 88%;
    font-weight: 400
}

.active .feature-list__title {
    color: #D8AC28
}

.filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (max-width:767px) {
    .filters-search .search__submit {
        margin-right: 10px;
        margin-top: 7px
    }
}

@media (min-width:768px) {
    .filters-search {
        position: relative
    }
    .filters-search .search__submit {
        margin-top: 20px
    }
}

@media (min-width:768px) {
    .filters-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.filters-wrapper fieldset {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 33%;
    -ms-flex: 1 33%;
    flex: 1 33%;
    margin-top: 20px;
    position: relative
}

.filters-wrapper fieldset:not(.search)::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #dedede;
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    height: 10px;
    width: 10px;
    z-index: 0
}

.filter-toggle {
    background-color: #adadad;
    border: none;
    color: #fff;
    width: 100%;
    cursor: pointer;
    font-size: 1em;
    margin-bottom: .5em;
    padding: 15px
}

@media (min-width:768px) {
    .filter-toggle {
        display: none
    }
}

.filters__list {
    -webkit-box-flex: 1;
    -webkit-flex: 1 80%;
    -ms-flex: 1 80%;
    flex: 1 80%;
    left: 0;
    margin-bottom: 1em;
    position: absolute;
    width: 0
}

@media (min-width:768px) {
    .filters__list {
        position: static
    }
    .filters__list.toggle-item {
        opacity: 1;
        visibility: visible
    }
}

.filters__list.is-open {
    position: relative
}

.filters__list__radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.filters-list__item {
    color: #adadad;
    background-color: #dedede;
    border-radius: 3px;
    cursor: pointer;
    font-size: .85em;
    font-weight: 400;
    margin: 2px;
    padding: 8px 12px;
    white-space: nowrap;
}

a.filters-list__item {
    /* Orange */
    /*color: #8E7018!important;
    background-color: #EFD692!important;*/
    color: #FFF!important;
    background-color: #4999AD!important;
}

a.filters-list__item:hover {
    /* orange */
    /*background-color: #D4A823!important;
    color: #fff!important;*/
    color: #FFF!important;
    background-color: #2b5b67!important;
}

a.filters-list__item.active {
    /* Orange */
    /*background-color: #D4A823!important;*/
    background-color: #2b5b67!important;
    color: #fff!important;
    font-weight: 700
}

.filters-list__input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    z-index: auto
}

.filter-item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    color: #a3a4a4;
    cursor: pointer;
    font-size: .9em;
    padding: 13px 15px;
    position: relative;
    width: 100%;
    z-index: 10
}

.filters-search__field {
    background-color: #fff;
    color: #a3a4a4;
    padding-bottom: 13px;
    padding-top: 13px
}

fieldset.search{
    margin-right:0;
}
@media (min-width: 1000px){
    fieldset.search{
        margin-right: 34px;
    }
}

.site-nav__search {
    position: relative
}

@media (min-width:1024px) {
    .site-nav__search {
        -webkit-box-flex: 1;
        -webkit-flex: 1 24%;
        -ms-flex: 1 24%;
        flex: 1 24%
    }
}

.search-icon {
    fill: #5b5b5b;
    height: 15px;
    width: 15px
}

.search__field {
    /*background-color: #5b5b5b;*/
    background-color: #adadad;
    border: none;
    color: #fff;
    font-size: 1em;
    left: -400px;
    padding: 10px;
    width: 100%
}

@media (min-width:768px) {
    .js-flex-clear .search__field {
        margin-left: 0;
        position: static;
        width: 90%
    }
}

@media (min-width:1024px) {
    .search__field {
        margin-left: -120px;
        position: absolute;
        top: 0;
        width: 530px
    }
}

.search__label,
.search__submit {
    background-color: transparent;
    border: none;
    cursor: pointer
}

.search__label {
    display: none
}

@media (min-width:768px) {
    .js-flex-clear .search__label {
        position: absolute;
        left: 90%;
        top: 15px
    }
    .filters-search .search__label {
        display: block
    }
}

@media (min-width:1024px) {
    .search__label {
        display: block;
        left: 40px;
        position: absolute;
        top: 10px
    }
}

.search__submit {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 100
}

.search__submit .search-icon {
    fill: #fff;
    height: 20px;
    width: 20px;
    position: relative;
    top: -2px;
}

.search__submit .search-icon--filters {
    fill: #adadad;
    position: relative;
    z-index: 10
}

@media (min-width:768px) {
    .js-flex-clear .search__submit {
        left: auto;
        right: 11%;
        top: -5px
    }
}

@media (min-width:1024px) {
    .search__submit {
        top: 10px
    }
    .site-nav__search .search__submit {
        left: -30px;
        right: auto
    }
}

@media (max-width:1023px) {
    .toggle-item.is-open .search {
        opacity: 1;
        visibility: visible
    }
}

.icon-select {
    fill: #a3a4a4;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 10px;
    bottom: 3px;
    z-index: -1
}

.wrapper {
    margin: 0 auto;
    max-width: 995px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:600px) {
    .wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width:1024px) {
    .wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

.wrapper--wide {
    max-width: 1250px
}

.wrapper--padding {
    padding-bottom: 30px;
    padding-top: 30px
}

@media (min-width:1024px) {
    .wrapper--padding {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

@media (min-width:1024px) {
    .col-2-lg {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .col-2-lg p {
        width: 70%
    }
    .col-2-lg .col-2-child {
        margin-left: 100px;
        width: 30%
    }
    .col-2-lg .col-2-child a {
        float: right
    }
}

.white-bg {
    background-color: #fff
}

.gray-bg {
    background-color: #ebedee
}

.hero {
    padding-bottom: 25px;
    padding-top: 36px
}

.hero--header {
    background-position: center;
    margin-top: -133px;
    min-height: 395px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}


.hero--header .hero--header-fixed-text{
    position:absolute;
    padding-top: 0;
    padding-left: 2em;
    margin-top: 170px;
    width: 100%;
    color: #fff;
    z-index: 10;

}
@media (min-width: 500px){

   .hero--header .hero--header-fixed-text{
        margin-top: 200px;
    }
}

@media (min-width: 850px){

   .hero--header .hero--header-fixed-text{
        margin-top: 200px;
        top: 0px;
        width:800px;
        left:50%;
        margin-left:-500px;
        padding-left: 50px!important;
        padding-right: 50px!important;


   }

}


.hero--header .hero--header-fixed-text h1{
    max-width: 800px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5)


}

.hero--header .hero--header-fixed-text h1.pane__title small{
    display:block;
    margin-top: 5px;
    font-weight: 200;
}

 /*A smaller size on IE10+*/
@media screen and (-ms-high-contrast: active) and (min-width: 850px), (-ms-high-contrast: none) and (min-width: 850px) {
    /*IE10+ specific styles go here*/

       .hero--header .hero--header-fixed-text h1.pane__title small{
            font-size: 30px;
       }
}
.hero--header:before {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .8) 0, rgba(255, 255, 255, 0) 75%);
    background: linear-gradient(to right, rgba(0, 0, 0, .8) 0, rgba(255, 255, 255, 0) 75%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.hero--header .heading {
    padding: 220px 0 80px;
    position: relative;
    z-index: 10
}

.hero--green {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.icon--medium {
    height: 85px;
    width: 85px
}

.icon--small {
    height: 30px;
    width: 30px;
    margin-top: -5px;
    margin-right: -5px
}

.main-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-nav__home {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 60%;
    -ms-flex: 1 60%;
    flex: 1 60%
}

.main-nav__home svg {
    max-height: 93px;
    width: 100%
}

@media (min-width:390px) {
    .main-nav__home {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .main-nav__home svg {
        width: 220px
    }
}

.logo {
    display: none
}

.logo-show {
    display: block
}

.logo-fixed {
    height: 50px;
    width: 75px;
    padding-top: 5px;
    margin-top: 5px
}

.logo-fixed svg {
    height: 35px;
    width: 69px
}

@media (min-width:1025px) {
    .logo-top {
        position: relative
    }
    .logo-top:after {
        content: "";
        background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .15) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .15) 50%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        right: 20px;
        width: 1px;
        height: 100%
    }
}

.toggle-item {
    opacity: 0;
    visibility: hidden
}

.toggle-item.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.main-nav__mobile {
    background: rgba(255, 255, 255, .95);
    left: 0;
    padding: 0 10px 10px;
    position: absolute;
    top: 100%;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: -webkit-transform .15s, opacity .15s;
    transition: transform .15s, opacity .15s;
    width: 100%
}

.main-nav__mobile.is-open {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.js-fixed-header .main-nav__mobile {
    top: 51px
}

@media (min-width:1024px) {
    .main-nav__mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: transparent;
        -webkit-box-flex: 1;
        -webkit-flex: 1 40%;
        -ms-flex: 1 40%;
        flex: 1 40%;
        opacity: 1;
        padding-bottom: 0;
        position: static;
        -webkit-transform: scale(1);
        transform: scale(1);
        visibility: visible
    }
}

.menu-toggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-box-flex: 1;
    -webkit-flex: 1 40%;
    -ms-flex: 1 40%;
    flex: 1 40%;
    font-size: 0;
    height: 32px;
    text-align: right;
    width: 32px
}

.menu-toggle svg {
    height: 32px;
    margin-left: 5px;
    vertical-align: middle;
    width: 32px
}

@media (min-width:1024px) {
    .menu-toggle {
        display: none
    }
}

.main-nav__list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding-left: 0
}

@media (min-width:1024px) {
    .main-nav__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -webkit-flex: 1 80%;
        -ms-flex: 1 80%;
        flex: 1 80%
    }
}

.main-nav__link {
    font: 400 18px Oswald, sans-serif;
    color: #4c4c4c;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 10px;
    width: 100%;
    border-bottom: solid 2px transparent
}

.main-nav__item:hover>.main-nav__link,
.main-nav__item.active>.main-nav__link {
    border-bottom: solid 2px #D8AC28;
}

.section-company .node-2>.main-nav__link,
.section-projects .node-6>.main-nav__link,
.section-services .node-7>.main-nav__link,
.section-careers .node-8>.main-nav__link,
.section-news .node-9>.main-nav__link,
.section-contact .node-10>.main-nav__link {
    border-bottom: solid 2px #D8AC28;
}

.nav-more:after {
    content: "+";
    display: inline-block;
    /*  margin-left: 5px */
}

@media (min-width:1024px) {
    .nav-more:after {
        content: "";
    }
}

.sub-nav {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding-left: 0;
    padding: 5px;
    position: absolute
}

.sub-nav .main-nav__link {
    font-size: 14px;
    text-transform: capitalize;
    padding-left: 5px;
    padding-right: 5px
}

.sub-nav .main-nav__link:hover {
    border-bottom: solid 2px transparent;
    color: #D8AC28
}

@media (max-width:1023px) {
    .sub-nav.is-open {
        position: relative
    }
}

@media (min-width:1024px) {
    .sub-nav {
        background-color: rgba(255, 255, 255, .95);
        box-shadow: 0 6px 8px rgba(0, 0, 0, .2)
    }
    .main-nav__item:hover .sub-nav {
        opacity: 1;
        visibility: visible;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn
    }
    .js-fixed-header .sub-nav {
        top: 38px
    }
}

.is-selected {
    border-bottom: solid 2px #D8AC28
}

.js-search-close::after {
    /*border: 1px solid;*/
    border-radius: 100%;
    background-color: #adadad;
    color: #fff;
    content: "×";
    line-height: 0;
    padding: 0 7px;
    position: relative
}

.js-search-close svg {
    display: none
}

.media {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding-left: 0
}

@media (min-width:768px) {
    .media {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.media--photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px
}

@media (max-width:600px) {
    .is-open .media--photo {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
}

.media--team {
    margin-top: 0;
    padding-top: 0!important
}

.media--team .media--photo {
    width: 100%
}

@media (max-width:600px) {
    .media--team {
        /*display: none*/
    }
}

@media (min-width:600px) {
    .media--team {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 1;
        -webkit-flex: 1 86%;
        -ms-flex: 1 86%;
        flex: 1 86%
    }
    .media--team .media--photo {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 0
    }
}

.media--news {
    margin-bottom: 2em
}

.media__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2em
}



.media--news .media__item {
    padding-bottom: 2em;
}

.media__item p {
    margin-top: 0
}

.media__item svg {
    fill: #568874
}

.media--contact .media__item {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.media--archives .media__item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.media--archives .media__item h3 {
    color: #4c4c4c;
    font-family: Oswald, sans-serif;
}

.media--archives .media__item,
.media--news .media__item {
    border-top: 1px solid #e1e3e4;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 0
}

.media--archives .media__item:first-child,
.media--news .media__item:first-child {
    border-top: none
}

ul.media--archives.career-list .media__item {
    border-top: none;
}

ul.media--archives.career-list .media__item .media__body {
    padding-left: 0;
}

@media (min-width:600px) {
    .media--archives .media__item:first-child,
    .media--news .media__item:first-child {
        border-top: none
    }
}



@media (min-width:768px) {
    .media__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 calc(50% - 2em);
        -ms-flex: 1 calc(50% - 2em);
        flex: 1 calc(50% - 2em);
    }
    .media__item:not(.media__item--photo) {
        margin-left: 2em
    }
    .media__item:not(.media__item--photo):nth-child(2n+1) {
        margin-left: 0
    }
    .media--contact .media__item {
        max-width: 47%;
        display: inline-block
    }
    .media--news .media__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        margin-left: 0;
        max-width: 100%
    }
    .media--archives .media__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
        margin-left: 0;
        max-width: 100%
    }
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
   .media.perks-and-benefits .media__item{
    width: 45%!important;
   }
}


@media (min-width:1024px) {
    .media--contact .media__item {
        margin-left: 2em;
        -webkit-box-flex: 1;
        -webkit-flex: 1 calc(33% - 2em);
        -ms-flex: 1 calc(33% - 2em);
        flex: 1 calc(33% - 2em);
        max-width: 31%;
        width: 31%
    }
    .media--contact .media__item:nth-child(2n+1) {
        margin-left: 2em
    }
    .media--contact .media__item:nth-child(3n+1) {
        margin-left: 0
    }
}

.media__item--photo {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-flex: 1;
    -webkit-flex: 1 calc(50% - 1.5em);
    -ms-flex: 1 calc(50% - 1.5em);
    flex: 1 calc(50% - 1.5em);
    max-width: 47%;
    text-align: center
}

.media--news .media__item--photo {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    max-width: 100%;
    text-align: left
}

@media (min-width:768px) {
    .media--news .media__item--photo {
        -webkit-box-flex: 1;
        -webkit-flex: 1 47%;
        -ms-flex: 1 47%;
        flex: 1 15%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 50%
    }
    .media--news .media__item--photo img {
        width: 100%
        max-width: 324px;
    }
}


@media (min-width:1024px) {
    .media--news .media__item--photo {
        -webkit-align-self: top;
        -ms-flex-item-align: top;
        align-self: top
    }
}

@media (min-width:768px) {
    .media__item--photo {
        -webkit-box-flex: 1;
        -webkit-flex: 1 calc(33% - 1.5em);
        -ms-flex: 1 calc(33% - 1.5em);
        flex: 1 calc(33% - 1.5em);
        width: 31%
    }
}

@media (min-width:1024px) {
    .media__item--photo {
        -webkit-box-flex: 1;
        -webkit-flex: 1 calc(25% - 1.5em);
        -ms-flex: 1 calc(25% - 1.5em);
        flex: 1 calc(25% - 1.5em);
        width: 25%
    }
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
   .media--news .media__item .media__item--photo{
    text-align: right;
   }
   .media--news .media__item .media__item--photo, .media--news .media__item--photo img{
    width: 323px!important;
   }
}

@media (min-width:320px) {
    .media__item--logo {
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex: 1 calc(100%);
        -ms-flex: 1 calc(100%);
        flex: 1 calc(100%);
        width: 100%;
        /*height: 185px;*/
        justify-content: flex-start;
        align-content: flex-start;
    }
    .media__item--logo img {
        max-width: none;
        /*width: auto;
        height: 100px;*/
        margin: 0 auto 0 auto;
    }
    .media__item--logo:nth-child(6n+1) {
        margin-left: 0
    }
    .media__item--photo {
        max-width: 100%;
        max-height: 200px;
    }
}

@media (min-width:500px) {
    .media__item--logo {
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex: 1 calc(50% - 1em);
        -ms-flex: 1 calc(50% - 1em);
        flex: 1 calc(50% - 1em);
        width: auto;
        /*height: 185px;*/
        justify-content: flex-start;
        align-content: flex-start;
    }
    .media__item--logo img {
        max-width: none!important;
        width: auto;
        height: 100px;
        margin: 0 auto 0 auto;
    }
    .media__item--logo:nth-child(6n+1) {
        margin-left: 0
    }
}

@media (min-width:768px) {
    .media__item--logo {
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-flex: 1;
        -webkit-flex: 1 calc(16% - 1em);
        -ms-flex: 1 calc(16% - 1em);
        flex: 1 calc(16% - 1em);
        width: auto;
        /*height: 185px;*/
        justify-content: flex-start;
        align-content: flex-start;
    }
    .media__item--logo img {
        max-width: none!important;
        width: auto;
        height: 100px;
        margin: 0 auto 0 auto;
    }
    .media__item--logo:nth-child(6n+1) {
        margin-left: 0
    }
}

.media__item--team {
    cursor: pointer;
    display: block;
    margin-right: .5em;
    margin-bottom: .5em;
    max-width: 48%;
    position: relative;
    text-align: left
}

.media__item--team::after {
    background-image: url(/dist/images/placeholder280x224.png);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}


/* Added by Bryan to accommodate change request for team */

.media__item--team .toggle-open {
    background-color: rgba(0, 0, 0, .6);
}

.media__item--team .media__heading,
.media__item--team .media__sub-heading {
    font-size: .75rem
}

.media__heading h2 {
    font-family: Oswald, sans-serif;
    color: #4c4c4c;
}

@media (min-width:600px) {
    .media__item--team {
        -webkit-box-flex: 1;
        -webkit-flex: 1 calc(50% - .5em);
        -ms-flex: 1 calc(50% - .5em);
        flex: 1 calc(50% - .5em);
        max-width: 49%
    }
}

@media (min-width:768px) {
    .media__item--team {
        -webkit-box-flex: 1;
        -webkit-flex: 1 calc(25% - .5em);
        -ms-flex: 1 calc(25% - .5em);
        flex: 1 calc(25% - .5em);
        max-width: 24%
    }
}

@media (min-width:1024px) {
    .media__item--team {
        -webkit-box-flex: 1;
        -webkit-flex: 1 calc(25% - .5em);
        -ms-flex: 1 calc(23% - .5em);
        flex: 1 calc(25% - .5em);
        max-width: 23%
    }
}

.media__item--team .media__titles {
    bottom: 0;
}

.team-members .media__heading {
    margin-top: 6px;
    font: 600 .75rem Oswald, sans-serif;
    /*text-transform: uppercase;*/
}

.team-members .media__sub-heading {
    font: 400 .7rem Oswald, sans-serif;
}

.team-members .media__sub-heading {
    margin-bottom: 6px;
}

.media__heading,
.media__sub-heading {
    margin-bottom: 0;
    padding-left: .5rem
}

.media--news .media__heading {
    padding-left: 0
}

.media__sub-heading {
    font-weight: 400;
    margin-top: 0
}

.media__body {
    padding-left: 0;
    padding-right: 1em;
    width: 100%
}

@media (min-width: 400px){
    .media__body{
        padding-right: 3.5em;
    }
}

.media--news .media__body {
    padding-left: 0
}

@media(max-width: 400px){
    .media--news .media__body{
        padding-top: 35px;
    }
}

@media (min-width:768px) {
    .media--news .media__body {
        -webkit-box-flex: 1;
        -webkit-flex: 1 calc(50% - 1em);
        -ms-flex: 1 calc(50% - 1em);
        flex: 1 calc(50% - 1em);
        margin-right: 1em;
        padding-top: 1em;
        width: 50%
    }
}

.team-members:first-child {
    border-top: none
}

@media (min-width:600px) {
    .team-members {
        border-top: 1px solid #CDCFCF;
        padding-top: 2em;
        margin-bottom: 2em
    }
}

@media (min-width:768px) {
    .team-members {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:600px) {
    .team-members__category {
        padding-top: 0!important
    }
}

@media (min-width:768px) {
    .team-members__category {
        -webkit-box-flex: 1;
        -webkit-flex: 1 14%;
        -ms-flex: 1 14%;
        flex: 1 14%
    }
}

.media__titles {
    bottom: .5em;
    color: #fff;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.media__titles.toggle-open:after {
    bottom: 5px
}

@media (min-width:600px) {
    .media__titles {
        bottom: 5px
    }
}
@media (min-width: 800px){

    .media__content__paragraph {
        margin-top: 0;
        padding-right: 4em!important;
    }
}

.media__content__heading {
    color: #568874;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 1rem;
    font-family: Oswald, sans-serif;
    /*text-transform: uppercase;*/
}

.media__content__sub-heading {
    color: #989898;
    font-weight: 300;
    margin-top: 0
}

.media__img__subcaption {
    color: #888;
    display: block;
    font-size: .8em;
    font-weight: 400;
    margin-top: 0
}

.media__content__paragraph-title {
    margin-bottom: 0
}

.contact-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding-left: 0;
    font-weight: 700
}

.contact-list a {
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
}

.contact-list svg {
    fill: #568874;
    vertical-align: top;
    margin-right: 5px
}

q {
    quotes: "‘" "’" "“" "”"
}

q:before {
    content: open-quote
}

q:after {
    content: close-quote
}

q:first-child {
    display: inline-block;
    text-indent: -.26em
}

blockquote {
    quotes: "“" "”"
}

blockquote p:after,
blockquote p:before {
    font: 400 50px Oswald, sans-serif;
    margin-top: -15px;
    position: absolute
}


/* add some right padding so the closing quote never wraps onto a line of it's own*/

blockquote p {
    padding-right: 10px;
}

blockquote p:before {
    content: open-quote;
    margin-left: -30px
}

blockquote p:after {
    content: no-close-quote;
    margin-left: 6px
}

blockquote p:last-of-type:after {
    content: close-quote
}

@media (min-width:600px) {
    blockquote p:last-of-type {
        margin-bottom: 0
    }
}

blockquote q {
    quotes: "‘" "’"
}

blockquote q:before {
    content: open-quote
}

blockquote q:after {
    content: close-quote
}

.pull-quote {
    color: #568874;
    font-weight: 500;
    text-align: center;
    max-width: 950px;
    margin: 0 auto 0 2em;
}

.pull-quote a {
    color: currentColor;
    line-height: 1
}

@media (min-width:600px) {
    .pull-quote {
        font-size: 28px;
        margin: 0 auto 0 auto;
    }
}

.pull-quote__source {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase
}

@media (min-width:600px) {
    .pull-quote--small p {
        font-size: 60%
    }
}

@media (min-width:600px) {
    .pull-quote--small .pull-quote__source {
        font-size: 50%
    }
}

.source-company {
    display: block;
    font-weight: 300
}

.pull-quote__photo {
    background-position: center;
    background-size: cover;
    border: 5px solid #568874;
    border-radius: 50%;
    height: 125px;
    width: 125px;
    margin: .7em auto 0
}

.pagination {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:470px) {
    .pagination {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.pagination__link {
    padding: 15px
}

.project-details__wrapper {
    margin: 20px auto;
    padding-bottom: 20px;
    padding-top: 0px;
}

@media (min-width:768px) {
    .project-details__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.project-details__wrapper--landing {
    border-bottom: 2px solid #e1e3e4;
    border-top: 2px solid #e1e3e4
}

@media (min-width:768px) {
    .project-details__wrapper--landing {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.project-details__slider {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@media (min-width:768px) {
    .project-details__slider {
        -webkit-box-flex: 1;
        -webkit-flex: 1 70%;
        -ms-flex: 1 70%;
        flex: 1 70%
    }
}

.project-details__content {
    position:relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    margin-bottom: 10px
}

.project-details__content .definition-title {
    font-size: 85%
}

.project-details__content .definition-description {
    font-size: 75%
}

@media (max-width:767px) {
    .project-details__wrapper--landing .project-details__content {
        margin-bottom: 1em
    }
}

@media (min-width:768px) {
    .project-details__wrapper--landing .project-details__content {
        padding-right: 2em
    }
}

@media (min-width:768px) {
    .project-details__wrapper .project-details__child:nth-child(1) {
        -webkit-box-flex: 1;
        -webkit-flex: 1 40%;
        -ms-flex: 1 40%;
        flex: 1 40%;
        margin-right: 2em
    }

    .project-details__wrapper aside.location-details {
        -webkit-box-flex: 1;
        -webkit-flex: 1 25%;
        -ms-flex: 1 25%;
        flex: 1 25%;
        margin-right: 0;
        padding-right: 1em;
    }

    .project-details__wrapper aside.location-address {
        -webkit-box-flex: 1;
        -webkit-flex: 1 25%;
        -ms-flex: 1 25%;
        flex: 1 25%;
        margin-right: 0;
        padding-right: 1em;
    }

    .project-details__wrapper section.location-image{
        -webkit-box-flex: 3;
        -webkit-flex: 3 75%;
        -ms-flex: 3 75%;
        flex: 3 75%;
        padding-left: 1em;

    }

}

@media (min-width:768px) {
    .project-details__wrapper--landing .project-details__child:nth-child(1) {
        margin-left: 2em;
        margin-right: 0
    }
    .project-details__wrapper--landing .location-details:nth-child(1) {
        /*margin-left: 2em;*/
        /*margin-right: 0*/
    }
}

.details-slider {
    height: 80%;
    margin: 0;
    padding-bottom: 1px;
    position: relative
}

.details-slider__photo {
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    z-index: 1
}

.details-slider__photo:target {
    opacity: 1;
    z-index: 10
}

.details-slider__photo:first-child {
    opacity: 1
}

.details-slider__photo-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 61.4%
}

.details-slider__photo-thumbnail {
    margin-left: .1em
}

.details-slider__photo-thumbnail img {
    width: 100%
}

.related-projects {
    border-top: 1px solid #e1e3e4;
    padding-top: 20px;
    margin-top: 40px;
    margin-bottom: 60px
}

.related-projects ul.related-projects__list {
    -webkit-padding-start: 20px
}

.related-projects--aside {
    border-top: none
}

.site-links {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

@media (min-width:768px) {
    .site-links {
        -webkit-box-flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.site-links__item {
    display: inline-block
}

.site-links__item:after {
    content: " | ";
    display: inline-block
}

@media (min-width:768px) {
    .site-links__item:after {
        content: ""
    }
}

.site-links__item:last-child:after {
    content: ""
}

@media (min-width:768px) {
    .site-links__item {
        padding-left: 10px;
        padding-right: 10px
    }
    .site-links__item:first-child {
        padding-left: 0
    }
}

.toggle-slide__content {
    display: none
}

.toggle-slide__open {
    display: none;
    position: static;
    width: 100%
}

.toggle-slide__open::after {
    background: 0 0
}

.toggle-open {
    width: 100%
}

.active .toggle-open {
    color: #D8AC28
}

.toggle-open::after {
    /* bottom: 0;
    border: 1px solid #a3a4a4;
    border-radius: 50%;
    color: #a3a4a4;
    content: " +";
    font-size: 1.1em;
    font-weight: 300;
    height: 18px;
    line-height: .8;
    padding: 0 3px 16px;
    position: absolute;
    right: 10px;
    width: 18px*/
}

.active .toggle-open::after {
    /*border-color: #D8AC28;
    color: #D8AC28;
    padding-left: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out*/
}

.page-header {
    background-color: rgba(255, 255, 255, .95);
    padding-bottom: 10px;
    padding-top: 24px;
    position: absolute;
    width: 100%;
    z-index: 101;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.page-header.js-fixed-header {
    box-shadow: 0 5px 11px rgba(0, 0, 0, .2);
    padding-bottom: 0;
    padding-top: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.js-fixed-header {
    position: fixed;
    top: 0;
    will-change: transform
}

.page-footer {
    font: 300 1em "Open Sans", sans-serif;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase
}

@media (min-width:470px) {
    .page-footer {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.footer-module {
    margin-bottom: 1em;
    margin-top: 1em
}

.footer-module a {
    color: #4c4c4c
}

.footer-module a:hover {
    text-decoration: underline
}

.copyright {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    font-size: .85em;
}

@media (min-width:768px) {
    .copyright {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.social {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    padding-left: 0;
    border-bottom: 1px solid #e1e3e4;
    margin-bottom: 10px;
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    width: 100%
}

@media (min-width:768px) {
    .social {
        border-bottom: none;
        margin-bottom: 0;
        margin-left: 55px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        padding-bottom: 0;
        width: auto
    }
}

.social__icon {
    display: inline-block;
    padding: 0 10px
}

@media (min-width:768px) {
    .social__icon {
        padding-left: 5px;
        padding-right: 5px
    }
}

.social__link svg {
    height: 23px;
    width: 23px
}

.social--news {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left
}

@media (max-width: 400px){
    .social--news{
        text-align:right;
    }
}
.social--news svg {
    height: 15px;
    width: 15px
}

.social--news .social__icon {
    padding: 0
}

@media (min-width:769px) {
    .social--news {
        text-align: right
    }
}

.page-content {
    padding-top: 133px
}

.page-content a:not(.btn):not(.feature-list__link) {
    color: #568874
}

.page-content a:not(.btn):not(.feature-list__link):hover {
    color: #D8AC28
}

.page-content p a:not(.btn):not(.feature-list__link):hover {
    text-decoration: underline
}

.portfolio-bg {
    background-color: #f4f6f7
}

.heading {
    font: 400 24px Oswald, sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1em;
}

h2.heading,
h3.heading,
.main-article h2,
.main-article h3 {
    color: #4c4c4c;
}

.heading--team {
    font-size: 18px!important;
    font-family: Oswald, sans-serif!important
}

@media (min-width:600px) {
    .heading--team {
        color: #888!important;
        font-weight: 700!important
    }
    .heading--team svg {
        display: none
    }
}

@media (min-width:768px) {
    .heading--team {
        -webkit-box-flex: 1;
        -webkit-flex: 1 15%;
        -ms-flex: 1 15%;
        flex: 1 15%
    }
}

.heading--contact {
    margin-top: 1em;
    font-size: 110%
}


.page-content .heading--contact a:not(.btn):not(.feature-list__link){
    color: #4c4c4c;
}

.page-content .heading--contact:hover a:not(.btn):not(.feature-list__link){
    color: #DBAC28;
}

.heading--aside {
    border-bottom: 1px solid #e1e3e4
}

.heading--card {
    font-size: inherit;
    margin-bottom: 0;
    margin-top: 1em
}

.heading--brick {
    color: rgba(249, 249, 249, .6);
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 50px;
    font-weight: 700;
    margin-top: .5em;
    margin-bottom: 0;
    text-transform: capitalize;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.brick-description {
    font-size: 1.0em;
}

@media (min-width:600px) {
    .heading--brick {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (max-width:599px) {
    .heading--sm {
        font-size: 80%;
        font-weight: 400
    }
}

.page-title {
    color: #fff;
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 0
}

@media (min-width:900px) {
    .articles {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:900px) {
    .main-article {
        -webkit-box-flex: 1;
        -webkit-flex: 1 70%;
        -ms-flex: 1 70%;
        flex: 1 70%;
        margin-right: 2em
    }
}

.aside p{
    /* make sure FF doesn't leave a black transform box visible behind this element */
    outline: 1px solid transparent;

}

@media (min-width:900px) {
    .aside {
        -webkit-box-flex: 1;
        -webkit-flex: 1 30%;
        -ms-flex: 1 30%;
        flex: 1 30%;
    }
    aside.project-list-details {
        max-width: 20%;
    }

}


aside.location-details .btn-icon{
    margin-left: 0
}
.date {
    font: 400 .9em Oswald, sans-serif;
    color: #989898;
    margin-bottom: 1em
}

.divider-line {
    background-color: #fff;
    border-top: 1px solid #e1e3e4;
    padding-bottom: 80px;
    padding-top: 60px
}

.divider-line-disabled {
    padding-bottom: 50px;
    padding-top: 50px
}

.divider-line--media {
    border-bottom: 1px solid #e1e3e4
}

.image-block {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 40px 0
}

.fixed-bg-image::after {
    /*background: url(../images/quotesbg.jpg) no-repeat center/cover;*/
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    will-change: transform;
    z-index: -1
}

.placeholder {
    position: relative;
    width: 100%;
    z-index: -1
}


/*# sourceMappingURL=main.css.map */


/* Added by bryan - move to scss file before re-integrating scss into build */

.search-result .media__body {
    display: flex;
}

.search-result h3 {
    color: #4c4c4c;
    flex: 11;
    align-self: center;
    overflow: hidden;
}

.search-result .chits {
    flex-basis: 30%;
    align-self: center;
}

@media (min-width: 500px){

.search-result .chits{
    flex-basis: 10%;
    }
}

.search-result .chits a.chit {
    border-radius: 4px;
    color: #fff;
    /*font-weight: bold;*/
    font-size: 12px;
    text-transform: none;
    text-align: center;
    width: 75%;
    padding: 0 5px;
    display: block;
}


/* Crappy hack to override super-explicit set of "nots" that micah has on ALL links*/

.page-content a.chit:not(.btn):not(.feature-list__link):hover {
    color: #fff;
}

.chit.news {
    background-color: #D8AC28;
}

.chit.projects {
    /*background-color: #568874;*/
    background-color: #BB7010;
}

.chit.pages {
    background-color: #005E75;
}

.chit.team{
    background-color: #4999AD;
}

.search-result .search-thumb {
    margin-top: 5px;
    margin-right: 1em;
    flex: 1;
}

.search-result .search-thumb img {
    /*border: 1px solid #bbb;*/
    margin: 0;
    box-shadow: 0 5px 11px rgba(0, 0, 0, .2);
    width: 50px;
}

.leed-logo-container {
    text-align: left;
}

.leed-logo {
    margin-top: 1em;
    /*width: 73px;*/
}

.mix {
    display: none;
}

.no-project-results {
    display: none;
    color: #568874;
    font-weight: 500;
    text-align: center;
    font-size: 2em;
    max-width: 500px;
    margin: 2em auto 2em auto;
}

.filter-subcats {
    margin-top: 10px;
}

.filter-subcats a.filters-list__item {
    background-color: #A8CCBD;
    color: #fff!important;
}

.filter-subcats a.filters-list__item.active {
    background-color: #63A68E;
}

#live-search-results {
    display: none;
    width: 100%;
    height: 400px;
    overflow-y: scroll;
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #fff;
    box-shadow: 0 5px 11px rgba(0, 0, 0, .2);
    z-index: 100;
    list-style: none;
    padding: 0;
}

#live-search-results li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #A9CDBE;
}

#live-search-results li a {
    color: #A9CDBE;
    display: block;
    padding: .5em 1em .5em 1em;
}

#live-search-results li a:hover {
    background-color: #A9CDBE;
    color: #fff;
}

.edit-row {
    /*background-color: #A9CDBE;*/
    position: absolute;
    top: -5px;
    right: 1em;
}

.edit-row p {
    text-align: right;
    font-weight: 500;
    font-size: .85em;
}

.edit-row a {
    color: #63A68E;
    text-decoration: underline;
}

.edit-row a:hover {}

ul.printed-slides {
    display: none;
}

@media print {
    body {
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: .85em;
    }
    /*.project-details__content{
        font-size: .85em;
    }*/
    ul.slides {
        display: none;
    }
    .page-content {
        padding: 0;
    }
    .portfolio-bg {
        background-color: #fff;
    }
    nav.main-nav,
    .edit-row,
    .flex-control-thumbs,
    .related-projects,
    .page-footer {
        display: none;
    }
    ul.printed-slides {
        display: block;
        list-style-type: none;
        -webkit-padding-start: 0px;
        padding-left: 0;
    }
    ul.printed-slides li {
        margin-right: 0;
        text-align: center;
    }
    ul.printed-slides li.portrait-photo img {
        /*width: 50%;*/
        width: 75%;
    }
    ul.printed-slides li.landscape-photo img {
        /*width: 50%;*/
        width: 100%;
    }
    .slides {
        width: 100%;
    }
    .flex-viewport {
        overflow: auto;
    }
    section.project-details__child {
        /*flex-shrink: 1;*/
    }
    .leed-logo-container {
        text-align: left;
    }
}

.project-location {
    margin-top: -1.5em;
}

.magnify-detail {
    position: absolute;
    right: 45%;
    bottom: 0;
    /*top: 50%;*/
    width: 50px;
    height: 50px;
    /*background-color: rgba(0,0,0,.5);*/
    padding: 4px;
    /*border-top-left-radius: 4px;*/
    -webkit-transition: all 3s ease;
    transition: all 3s ease;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    z-index: 3000;
}

.carousel__pane:hover .magnify-detail {
    visibility: visible;
    opacity: 1;
}

.magnify-detail img.zoom-icon {
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0 0 4px 0;
    /*-webkit-filter: drop-shadow( -5px -5px 5px #000 );
     filter: drop-shadow( -5px -5px 5px #000 ); /* Same syntax as box-shadow */
    */
}


}
.client-list .media__item p.caption {
    display: block;
}



.client-list{
    /*justify-content: space-between;*/
}
.client-list .media__item{
    width: auto;
    text-align: center;
    justify-content:center;
    text-align:center;
    -ms-flex-pack: justify;
    -ms-flex-align: flex-start;
}

.three-columns {
    display: -ms-flexbox;
    display: block;
   /*-ms-flex-direction: column;
    flex-direction: column;*/
}

.three-columns ul{
    list-style-type:none;
    padding-left: 0;
    margin-left: 2em;
    text-indent: -1em;
}
.three-columns .column-1,
.three-columns .column-2,
.three-columns .column-3 {
 display:block;
 flex:none;
}

@media (min-width:600px) {

    .three-columns {
        display: block;
    }

    .three-columns .column-1,
    .three-columns .column-2,
    .three-columns .column-3 {
     display:block;
     flex:none;
    }
}
@media (min-width:800px) {
    .three-columns {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .three-columns .column-1,
    .three-columns .column-2,
    .three-columns .column-3 {
        -webkit-box-flex: .33;
        -webkit-flex: 1 33%;
        -ms-flex: 1 33%;
        flex: 1 33%;
        padding-right: 2em;
    }
}

.perks-and-benefits .media__body h3{
/* make sure FF doesn't leave a black transform box visible behind this element */
    outline: 1px solid transparent;
}

/* adjusting width of perks per Jill */
@media (min-width:800px) {
    .media.perks-and-benefits {
        position: relative;
        left: 3em;
        /*margin-left: 3em;
margin-right: 3em;
*/
    }

    .additional-experience {
        padding-left: 0!important;
        font-size: .85em;
        list-style-type: none;
    }

    .additional-experience li.mix {
        width: 100%;
    }

    .three-columns h2 {
        color: #4c4c4c;
        font: 400 18px Oswald, sans-serif;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: -.5em;
    }

    .section-contact .articles {
        padding-top: 0;
    }

    .career-list .btn-icon {
        vertical-align: inherit;
    }

    .career-list li h3 {
        border-bottom: none!important;
    }
    /* Campaign MOnitor Subscription Form Styles */
}

.subscribe{display:none;}

@media (min-width: 900px){
    .subscribe {
        text-align: right;
        display: block;
        width: 100%;
    }

    .subscribe form, .subscribe .subscribeMsg{
        width: 320px;
        margin-left: auto;
    }

    .subscribe p, .subscribe fieldset{
        text-align: left;
    }

    .subscribe fieldset{
        position: relative;
    }

    .subscribe label, .subscribeMsg {
        display:block;
        padding: 10px 10px 10px 5px;
        color: #8a8888;
        /*color: #989898;*/
        font-style: italic;
        font-size: 11px;
        text-align: left;
        font-weight: bold;
    }

    .subscribe label{
    }
    .subscribe input {
        background-color: #EDEDEC;
        border: none;
        padding: 10px;
        color: #8a8888;
        width: 100%;
        font-style: italic;
    }

    .subscribe .subscribeSubmit {
        background-color: transparent;
        border:0;
        position: absolute;
        top: 8px;
        right:10px;
        /*color: #ababab;*/
        color: #8a8888;
        width: 14px;
        height: 14px;

    }


.subscribe .subscribeSubmit svg{
    width: 14px;
    height: 14px;
}

.media__item .subscribe .subscribeSubmit svg{
    fill: #8a8888;
}
    .subscribe a.subscribeSubmit{
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .subscribe p.subscribeMsg {
        display: none;
        font-size: 12px;
        text-align: center;
    }
}


/* Override IE10's "cancel" icon in text fields*/
input::-ms-clear {
    display: none;
}
.perks-and-benefits .media__item{
    -ms-flex-pack: left!important;
}

/* Lever Integration Styles */
.job{
    cursor: pointer;
    padding: 1em;
    border-bottom: 1px solid #e1e3e4;
}

.job:hover{
    background-color: #e1e3e4;
}

h3.job-title{
    font-size: 125%;
    color: #568874;

    text-transform: capitalize;
}

.job p{
    font-size: 100%;
    color: #000;
    font-weight: 200;
}

.job p.tags span{
    margin-right: .5em;
    background-color: #e1e3e4;
    border-radius: 20px;
    font-size: .85em;
    padding: 3px 10px 3px 10px;
}

.job:hover p.tags span{
    background-color: #fff;
}

article.career-post-description div{
    margin:0 0 0 0;
    line-height: 1.5em;
}

article.career-post-description h2{
    color: #568874;
}
h3.career-tags{
    margin-top: 5px;
    margin-bottom: 30px;
    padding-top: 0;

}

/* override bolding in descriptions on careers list */
.job strong, .job b{
    font-weight: 200!important;
}
/* Video Trigger in Slider*/
.video-snapshot{
    cursor: pointer;
    position: relative;
    text-align:center;
    display:inline-block;
}
@media (min-width:300px) {
    img.video-play-button{
        width: 80px;
        height: 80px;
        max-width: 80px;
        max-height:80px;
        position: absolute;
        top: 30%;
        left: 40%;
        z-index: 3;
    }
    .project-view img.video-play-button{
        top: 10%;
    }
    #video-modal{
        max-width: 100%;
    }
    #video-modal iframe{
        max-width: 100%;
    }
}
@media (min-width:600px) {
    img.video-play-button{
        width: 100px;
        height: 100px;
        max-width: 100px;
        max-height:100px;
        position: absolute;
        top: 30%;
        left: 40%;
        z-index: 3;
    }
    .project-view img.video-play-button{
        top: 20%;
    }
    #video-modal{
        max-width: 100%;
    }
    #video-modal iframe{
        max-width: 100%;
    }
}
@media (min-width:768px) {
    img.video-play-button{
        width: 100px;
        height: 100px;
        max-width: 100px;
        max-height:100px;
        position: absolute;
        top: 30%;
        left: 50%;
        z-index: 3;
    }
    .project-view img.video-play-button{
        top: 20%;
        left: 40%;
    }
    #video-modal{
        max-width: 100%;
    }
    #video-modal iframe{
        max-width: 100%;
    }
}


@media (min-width:900px) {
    img.video-play-button{
        width: 150px;
        height: 150px;
        max-width: 150px;
        max-height:150px;
        position: absolute;
        top: 35%;
        left: 35%;
        z-index: 3;
    }
    .project-view img.video-play-button{
        top: 30%;
    }
    #video-modal{
        max-width: 100%;
    }
    #video-modal iframe{
        max-width: 100%;
    }

}

@media (min-width:1024px) {
    img.video-play-button{
        width: 150px;
        height: 150px;
        max-width: 150px;
        max-height:150px;
        position: absolute;
        top: 30%;
        left: 40%;
        z-index: 3;
    }
}

img.video-play-button{
    opacity: .5;
}
img.project-detail-image{
    position:relative;
    z-index: 2;
}


/* Make sure overlay is over menu */
.blocker{
    z-index: 200;
}

#video-modal{
    background-color: transparent;
    webkit-box-shadow: none;
    box-shadow:none;
    /*display:none;*/
    max-width: 1024px;
}

.modal a.close-modal{
    position: absolute;
    top: -30px;
    right:-25px;
}

/* contact page expansion support */

.main-nav__list .main-nav__item.active>a.main-nav__link {
    color: #D8AC28!important;
}

aside.location-details{
    margin-right: 1em;
}

ul.office-teamlist{
    padding-left: 0;
    margin:0;
    list-style-type: none;
}

ul.office-teamlist li{
    padding-bottom: 1em;
    font-size: .85em;
    line-height: 1em;

}

ul.office-teamlist li a{

}
/* Office navigation */

