/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, figurecaption {
	margin: 0; padding: 0; border: 0; outline: 0;
	font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
/* remember to define focus styles! */
:focus { outline: 0; }
body { line-height: 1; color: #000; background: white; }
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" "";}

body {
	font-family: "LatoWebLight", "LatoWeb", sans-serif;
	background-color: #FFF;
}

#page-wrapper {
    width: 100%; margin: 0 auto;
}
.NewsArticle #page-wrapper {
    width: 100%; max-width: 1460px; margin: 0 auto;
}

/* Header */
.header {
    width: 100%; height: 80px;
    position: fixed; z-index: 100;
    background: #FFF;
    display: flex;
}
.NewsArticle .header {
    width: 100%; max-width: 1460px; margin: 0 auto;
}
.header .container {
    width: auto; height: 100%;
    display: flex;
    align-items: center;
}
header .container span {
    margin: 0 auto;
    display: block;
}
.header .branding {
    position: relative;
}
    .header .branding h1 {
        margin: 0;
        display: block;
    }
        .header .branding img {
            width: 110px; height: auto; margin-left: 22px;
        }
.header .hamburger.container {
    margin: 0 auto;
    text-align: center;
}
    .header .hamburger a {
        width: 20px; height: 20px;
        margin: 0 auto; padding: 10px;
        display: block;
        background-color: #FFF;
        background-image: url('../images/icon-nav.svg');
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center;
    }
    .header .hamburger img,
    .header .search img {
        width: 20px; height: 20px; margin: 0 auto;
        display: block; cursor: pointer;
    }
    .header .search img {
        margin: 0 44px 0 auto;
    }
@media screen and (min-width: 1024px)  {
    .header {
        height: 110px;
    }
    .header .branding img {
        width: 140px; height: auto;
    }
}

/* Projects Nav */
header .container.projects-nav {
    justify-content: flex-end;
}
#projects-menu {
    margin-right: 14px !important;
}
    @media screen and (min-width: 1024px)  {
        #projects-menu  {
            margin-right: 72px !important;
        }
    }
.projects-nav li.project-category {
    margin: 0 !important; padding: 0 !important;
    display: inline-block;
    position: relative;
}
.projects-nav ul.dropdown ul {
    padding-top: 18px; padding-bottom: 10px;
    visibility: hidden; opacity: 0;
    position: absolute; right: -14px; left: auto; z-index: 100;
    background: #FFF;
    -webkit-transition: opacity 300ms, visibility 300ms;
    -moz-transition: opacity 300ms, visibility 300ms;
    -o-transition: opacity 300ms, visibility 300ms;
    transition: opacity 300ms, visibility 300ms;    
}
.projects-nav ul.dropdown a,
.projects-nav ul.dropdown span {
    margin: 0 !important; padding: 4px 14px 4px 14px !important;
    white-space: nowrap; cursor: pointer;
    font-family: "LatoWeb", sans-serif;
    font-size: 14px; line-height: 14px; font-weight: 400; color: #5a6062; text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
}
.projects-nav ul.dropdown span {
    position: relative; z-index: 99;
}
    .projects-nav ul.dropdown a:hover,
    .projects-nav ul.dropdown a.current,
    .projects-nav ul.dropdown a.section,
    .projects-nav ul.dropdown span.current,
    .projects-nav ul.dropdown span.section,
    .projects-nav ul.dropdown span:hover    .projects-nav ul.dropdown span:hover {
        color: #232b2f;
    }
@media screen and (max-width: 481px) {
    
    #projects-menu {
        height: 100%;
    }
    ul.dropdown {
        height: 100%;
        display: flex !important; flex-direction: column !important; justify-content: center;
    }
    .projects-nav li.project-category {
        text-align: right;
    }
    .projects-nav ul.dropdown span {
        margin: 2px 0 !important;
        padding: 4px 6px 4px 6px !important;
    }
}

/* Structure */
#main-wrapper {
    padding-top: 80px;
    position: relative;
}
#main-wrapper.bg-white,
#main-wrapper .bg-white {
    background-color: #FFF !important;
}
@media screen and (min-width: 1024px)  {
    #main-wrapper {
        padding-top: 110px;
    }
}

/* Navigation */
.main-nav {
    width: auto; min-width: 40%; height: auto; max-height: 100%;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    background-color: #FFF;
    overflow-y: auto;
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
    visibility: visible;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    scrollbar-width: thin;
}
.main-nav.open {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
}
.nav-close,
.footer-nav-close {
    width: 20px; height: 20px;
    display: block; cursor: pointer;
}
.main-nav .inner {
    margin-top: 10px;
    padding: 30px 80px 30px 0;
}
.main-nav ul.navigation {
    margin: 40px 0 0 0;
}
.main-nav li {
    margin: 2px 0;
}
.main-nav a {
    font-size: 32px; line-height: 36px;
    color: #878789; font-weight: 300;
}
    .main-nav a:hover {
        color: #000;
    }

/* Search */
.search.container {
    margin: 20px 0 40px 0;
    position: relative;
}
.content p.searchQuery {
    font-size: 20px; line-height: 26px;
}
#SearchForm_SearchForm_Search_Holder {
    max-width: 400px;
    flex-grow: 1;
}
#SearchForm_SearchForm_Search_Holder .middleColumn {
    margin: 0;
}
#SearchForm_SearchForm fieldset {
    display: flex;
}
#SearchForm_SearchForm fieldset:after {
    content: "";
    clear: both;
}
#SearchForm_SearchForm input.text {
    max-width: 400px;
}
    @media screen and (max-width: 481px) {
        #SearchForm_SearchForm input.text {
            min-width: 160px;
        }
    }
#SearchForm_SearchForm .action {
    width: 40px; height: 40px; margin: 0; padding: 0 0 0 10px;
    display: inline-block;
    float: right;
    font-size: 16px; line-height: 22px; font-weight: 300;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: #FFF;
    background-image: url('../images/icon-search.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
}

/* Search Results */
.content ul#SearchResults li {
    margin: 0; padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #FFF;
    background-color: #f5efe4;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;    
}
ul#SearchResults .logo-align {
    padding: 22px 0 12px 0;
}
.content ul#SearchResults li:hover {
    background-color: #FFF;
}
#SearchResults h2 {
    margin-bottom: 4px;
    color: #232b2f;
    font-weight: 300;
}

/* Footer */
.footer {
    width: 100%; padding: 10px 0 9px 0;
    position: fixed; z-index: 100; bottom: 0;
    background: #FFF;
    border-top: 1px solid #000;
}
.NewsArticle .footer {
    width: 100%; max-width: 1460px; margin: 0 auto;
}
.footer-wrapper {
    display: flex; justify-content: flex-end;
}
.footer .subscribe {
    margin-left: auto;
}
.footer li {
    margin-right: 40px;
    display: inline-block;
    line-height: 24px;
}
.footer li.process {
    margin-left: auto;
}
.footer li:last-child {
    margin-right: 0;
}
.footer li.no-process {
    margin-left: auto; margin-right: 0;
}
    footer li.contact-menu {
        display: none;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }
    .contact-nav {
        width: auto; min-width: 40%; height: auto; max-height: 100%;
        position: fixed;
        z-index: 101;
        bottom: 0;
        left: 0;
        background-color: #FFF;
        overflow-y: auto;
        -webkit-transform: translate3d(-100%, 0px, 0px);
        transform: translate3d(-100%, 0px, 0px);
        visibility: visible;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        /*scrollbar-width: thin;*/
    }
    .contact-nav.open {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        visibility: visible;
    }
.contact-nav .inner {
    margin-top: 10px;
    padding: 30px 80px 30px 0;
}
.contact-nav ul {
    margin: 30px 0 20px 0;
}
.contact-nav ul li {
    margin: 10px 0;
}
.contact-nav a {
    padding: 3px 0;
    font-family: "LatoWeb", sans-serif; font-size: 14px; font-weight: 400; color: #5a6062;    
}
@media screen and (max-width: 550px) {
    footer li.contact-page {
        display: none;
    }
    footer li.contact-menu {
        display: inline-block;
    }
}
.footer a,
.footer span {
    padding: 3px 0;
    font-family: "LatoWeb", sans-serif;
    font-size: 14px; font-weight: 400; color: #5a6062;
}
.footer span:hover {
    color: #232b2f;
}
    @media screen and (max-width: 769px)  {
        .footer li {
            margin-right: 20px;
        }
        .footer li.contact-menu {
            margin-right: 0;
        }
    }

/* HomePage */
.HomePage #main {
    margin-top: 40px;
    margin-bottom: 60px;
}
.carousel-wrapper {
    position: relative;
}
    .arrow-down {
        width: 50px; height: 50px;
        position: absolute; bottom: 20px; left: 20px; z-index: 80;
        text-align: center;
        transform: rotate(90deg);
    }
        .arrow-down:before {
            width: 50px; 
            display: block;
            font-family: 'slick';
            content: '>';
            font-size: 30px; line-height: 50px;
            color: #FFF;
            opacity: 0.6;
        }

/* HomePage Sections */
#sections {
    background-color: #f9f7f1; padding-bottom: 60px;
}
.HomePage #sections article.first {
    margin-top: 0 !important;
}
.HomePage #sections article.last {
    margin-bottom: 0 !important;
}

/* HomePage Banner 1 */
#sections .banner {
    width: 100%; margin-bottom: 60px;
}
#sections .banner-wrapper {
    display: flex;
}
#sections .banner1 .left,
#sections .banner1 .right {
    width: 25%;
    position: relative;
}
#sections .banner1 .left {
    display: flex;
    align-items: flex-end;
}
    #sections .banner1-left-image {
        width: 65%; margin: 0 0 40px 30px;
        position: relative; overflow: hidden;
    }
    @media screen and (max-width: 900px) {
        #sections .banner1-left-image {
            margin: 0 0 30px 20px;
        }
    }
    @media screen and (max-width: 769px) {
        #sections .banner1-left-image {
            margin: 0 0 20px 20px;
        }
    }
    @media screen and (max-width: 481px) {
        #sections .banner1-left-image {
            margin: 0 0 20px 15px;
        }
    }
#sections .banner1 .mid {
    width: 50%;
    position: relative; overflow: hidden;
}
    #sections .banner .banner-image {
        width: 100%; height: 100%;
        position: absolute; left: 0; top: 0;
        object-fit: cover;
    }
#sections .banner1 .right:not(.vert-align) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;    
}

#sections .banner1 .right.vert-align {
    display: flex;
    align-items: center;
}
#sections .banner .logo-align {
    margin-top: 18px;
}
/* HomePage Banner 2 */
#sections .banner2 .left,
#sections .banner2 .right {
    width: 50%;
    position: relative;
}
#sections .banner2 .left:not(.vert-align) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;    
}

#sections .banner2 .left.vert-align {
    display: flex;
    align-items: center;
}
#sections .banner2 .right {
    position: relative; overflow: hidden;
}
    #sections .banner2-image {
        width: 100%;
        position: relative; overflow: hidden;
    }
/* HomePage banner 3 */
#sections .banner3 .banner-wrapper {
    position: relative;
}
#sections .banner3 .image {
    width: 100%; height: auto;
}
    #sections .banner3 .image img {
        width: 100%; height: auto;
        display: block;
    }
#sections .banner3 .text-overlay {
    width: 100%; height: 100%;
    position: absolute; left: 0; top: 0;
}
#sections .banner3 .text-overlay:not(.vert-align) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;    
}
#sections .banner3 .text-overlay.vert-align {
    display: flex;
    align-items: center;
}
/* HomePage News */
#sections .news {
    margin: 0 143px 60px 142px;
}
#sections .news .banner-wrapper {
    width: 98%; margin: 0 1%;
    display: flex;
}
#sections .news .image {
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}
    #sections .news .banner-image {
        width: 100%; height: 100%;
        position: absolute; left: 0; top: 0;
        object-fit: cover;
    }
#sections .news .left {
    width: 20%; margin: 0 1% 0 0;
}
#sections .news .left img.project-spacer {
    background: #666;
}
#sections .news .mid {
    width: 46%; margin: 0 1% 0 0;
}
#sections .news .mid img.project-spacer {
    background: #333;
}
#sections .news .right {
    width: 30%;
}
#sections .news .right img.project-spacer {
    background: #000;
}
    @media screen and (max-width: 1025px) {
        #sections .news {
            margin: 0 0 60px 0;
        }        
        #sections .news .banner-wrapper {
            flex-direction: column;
        }
        #sections .news .left,
        #sections .news .mid,
        #sections .news .right {
            width: 46%; margin: 0 auto 14px auto;
        }        
    }
    @media screen and (max-width: 769px) {
        #sections .news {
            margin: 0 20% 60px 20%;
        }        
        #sections .news .left,
        #sections .news .mid,
        #sections .news .right {
            width: 70%;
        }        
    }
    @media screen and (max-width: 481px) {
        #sections .news .left,
        #sections .news .mid,
        #sections .news .right {
            width: 100%;
        }        
    }
/* HomePage Text */
#sections .text-banner {
    padding: 60px 72px 60px 72px !important;
    margin: 0 !important;
}

    @media screen and (min-width: 1024px)  {
        #sections .text-banner  {
            padding: 60px 85px 60px 85px !important;
            margin: 0 !important;
        }
    }
.lower-image {
    width: 100%; max-width: 600px; height: auto; margin-top: 40px;
    display: block;
}

/* HomePage Slides */
#sections .slides {
    margin-top: 40px; margin-bottom: 60px;
}

/* HomePage Sections Typography */
#sections .banner h2 {
    font-family: "LatoWebLight", "LatoWeb", sans-serif;
    font-size: 38px; line-height: 38px; font-weight: 300; color: #FFF;
}
#sections .news h2.sub {
    margin-bottom: 4px;
    font-size: 18px; line-height: 22px;
}
#sections .news p {
    font-size: 14px; line-height: 19px;
}
#sections h2.sub,
#sections h2.sub a,
#sections h3.sub,
#sections h3.sub a {
    font-family: "LatoWeb", sans-serif;
    font-weight: 400;
    color: #232b2f;
}
    @media screen and (max-width: 481px) {
        #sections h2.sub,
        #sections h3.sub {
            font-size: 18px;
            line-height: 22px;            
        }        
    }
#sections .banner1 .right h2,
#sections .banner2 .left h2,
#sections .banner3 .text-overlay h2 {
    margin: 0;
}
#sections .banner1 .right:not(.vert-align) h2 {
    padding: 0 20px 30px 30px;
    font-size: 32px; line-height: 32px;
}
#sections .banner1 .right.vert-align h2 {
    padding: 0 20px 0 30px;
    font-size: 32px; line-height: 32px;
}
#sections .banner2 .left:not(.vert-align) h2 {
    padding: 0 40px 40px 40px;
}
#sections .banner2 .left.vert-align h2 {
    padding: 0 40px 0 40px;
}
#sections .banner3 .text-overlay:not(.vert-align) h2 {
    padding: 0 40px 40px 40px;
}
#sections .banner3 .text-overlay h2 {
    padding: 0 40px 0 40px;
}
@media screen and (max-width: 900px)  {
    #sections .banner1 .right:not(.vert-align) h2 {
        padding: 0 20px 20px 20px;
        font-size: 28px; line-height: 28px;
    }
    #sections .banner1 .right.vert-align h2 {
        padding: 0 20px 0 20px;
        font-size: 28px; line-height: 28px;
    }
    #sections .banner2 .left:not(.vert-align) h2 {
        padding: 0 30px 30px 30px;
    }
    #sections .banner2 .left.vert-align h2 {
        padding: 0 30px 0 30px;
    }
    #sections .banner3 .text-overlay:not(.vert-align) h2 {
        padding: 0 30px 30px 30px;
    }
    #sections .banner3 .text-overlay h2 {
        padding: 0 30px 0 30px;
    }
}
@media screen and (max-width: 769px)  {
    #sections .banner1 .right:not(.vert-align) h2 {
        font-size: 20px; line-height: 22px;
    }
    #sections .banner1 .right.vert-align h2 {
        font-size: 20px; line-height: 22px;
    }
    #sections .banner2 .left:not(.vert-align) h2 {
        padding: 0 20px 20px 20px;
        font-size: 28px; line-height: 30px;
    }
    #sections .banner2 .left.vert-align h2 {
        padding: 0 20px 0 20px;
        font-size: 28px; line-height: 30px;
    }
    #sections .banner3 .text-overlay:not(.vert-align) h2 {
        padding: 0 20px 20px 20px;
        font-size: 28px; line-height: 30px;
    }
    #sections .banner3 .text-overlay h2 {
        padding: 0 20px 0 20px;
        font-size: 28px; line-height: 30px;
    }
}
@media screen and (max-width: 600px)  {
    #sections .banner1 .right:not(.vert-align) h2 {
        padding: 0 12px 12px 12px;
        font-size: 17px; line-height: 19px;
    }
    #sections .banner1 .right.vert-align h2 {
        padding: 0 12px 0 12px;
        font-size: 17px; line-height: 19px;
    }
    #sections .banner2 .left:not(.vert-align) h2 {
        padding: 0 16px 16px 16px;
        font-size: 19px; line-height: 21px;
    }
    #sections .banner2 .left.vert-align h2 {
        padding: 0 16px 0 16px;
        font-size: 19px; line-height: 21px;
    }
    #sections .banner3 .text-overlay:not(.vert-align) h2 {
        padding: 0 16px 16px 16px;
        font-size: 19px; line-height: 21px;
    }
    #sections .banner3 .text-overlay h2 {
        padding: 0 16px 0 16px;
        font-size: 19px; line-height: 21px;
    }
}
@media screen and (max-width: 481px)  {
    #sections .banner h2 {
        font-size: 20px; line-height: 22px;
    }
    #sections .banner1 .right:not(.vert-align) h2,
    #sections .banner1 .right.vert-align h2 {
        font-size: 13px; line-height: 15px;
    }
    #sections .banner3 .text-overlay:not(.vert-align) h2 {
        font-size: 20px; line-height: 22px;
    }
    #sections .banner3 .text-overlay h2 {
        font-size: 20px; line-height: 22px;
    }
}

/* NewsPage */
.NewsPage .news {
    width: 100%;
    border-bottom: 1px solid #FFF;
}
.NewsPage .news a {
    display: block;
    background-color: #f5efe4;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}
    .NewsPage .news a:hover {
        background-color: #FFF;
    }
.NewsPage .news .inner {
    padding: 22px 0 12px 0;
    display: flex;
}
    .NewsPage .news .thumbnail {
        width: 200px; height: 120px;
    }
        .NewsPage .news .thumbnail img {
            width: 100%; height: auto;
        }
    .NewsPage .news .content {
        margin: 0 22px 0 22px;
        flex: 1;
    }
.NewsPage .news h2 {
    margin-bottom: 4px;
    font-family: "LatoWebLight", "LatoWeb", sans-serif;
    color: #232b2f; font-weight: 300;
}
@media screen and (max-width: 481px) {
    .NewsPage .news .inner {
        margin: 0 !important; padding: 0 0 12px 0;
        flex-direction: column;
    }
        .NewsPage .news .thumbnail {
            width: 100%; height: auto; margin-bottom: 12px;
        }
}

/* NewsArticle */
.NewsArticle #main-wrapper {
    background-color: #f9f7f1;
}
.NewsArticle .banner {
    position: relative;
}
    .NewsArticle .banner img {
        width: 100%; height: auto;
    }
    .heading-panel {
        margin: 0 0 20px 0; padding: 12px 16% 6px 72px;
        display: inline-block;
        background-color: #FFF;
    }
    .banner.hero-image .heading-panel {
        display: block;
        position: absolute; left: 0; top: 0; z-index: 50;
    }
    @media screen and (min-width: 1024px)  {
        .heading-panel {
             padding: 12px 16% 6px 85px;
        }
    }
.news-article.Single {
    max-width: 50%;
    padding: 40px 0;
}
@media screen and (max-width: 769px) {
    .news-article.Single {
        max-width: 100%;
    }
}
.news-article.Interview {
    padding: 40px 0;
    display: flex;
    flex-direction: row;
}
    .news-article.Interview .left-col,
    .news-article.Interview .right-col {
        width: 50%; padding: 0 2% 0 0;
    }
    .news-article.Interview .right-col {
        padding: 0 0 0 2%;
    }

.news-article.Story {
    padding: 0 0 40px 0;
}
.news-article.Story .intro,
.news-article.Story .main {
    display: flex;
    flex-direction: row;
}
.news-article.Story .main {
}
    .news-article.Story .intro .left-col {
        width: 35%; padding: 0 2% 0 0;
    }
        .news-article.Story .intro .left-col figure,
        .news-article.Story .intro .left-col img {
            max-width: 400px;
        }
    .news-article.Story .intro .right-col {
        width: 65%; margin-top: -66px; padding: 0 2% 0 2%;
    }
    .news-article.Story .main .left-col {
        width: 60%; padding: 0 2% 0 0;
    }
    .news-article.Story .main .right-col {
        width: 40%; padding: 0 4% 0 2%;
    }

/* NewsArticle elements */
.news-article .right-col .first {
    margin-top: 0 !important;
}
.news-article .content,
.news-article.content p.sub,
.news-article figure {
    margin: 30px 0;
}
@media screen and (max-width: 769px) {
    .news-article .left-col .content {
        margin-top: 0;
    }
}
.news-article img {
    width: 100%; height: auto;
}
.news-article .right-col p.sub,
.news-article .right-col .content,
.news-article .right-col figcaption {
    padding-right: 4%
}
.news-article .question:before,
.news-article .answer:before,
.news-article .speech-mark:before {
    margin: 20px 0 12px 0;
    display: block;
    font-family: 'Bodoni Moda', serif; font-size: 40px; line-height: 40px; font-weight: 300; color: #717173;
    content: "Q";
}
.news-article .question:before {
    margin: 30px 0 12px 0;
}
.news-article .answer:before {
    content: "A";
}
.news-article .speech-mark:before {
    width: auto; height: 40px; margin: 20px 0 6px 0;
    content: "";
    background-image: url('../images/icon-speech-mark.svg');
    background-size: 40px 40px;
    background-repeat: no-repeat;
}
.news-article .slick-wrapper {
    margin: 30px 0;
}
.news-article .slide {
    margin-top: 0;
}
.news-article .slide,
.news-article .slide figcaption {
    margin-bottom: 0;
}

/* NewsArticle Story elements */
.news-article.Story .intro .right-col figure {
    margin-bottom: 12px;
}
.news-article.Story :not(.intro) .left-col figure.image,
.news-article.Story .left-col figure.video,
.news-article.Story .left-col .slick-wrapper {
    margin-left: -72px;
}
    @media screen and (min-width: 1024px)  {
        .news-article.Story :not(.intro) .left-col figure.image,
        .news-article.Story .left-col figure.video,
        .news-article.Story .left-col .slick-wrapper {
            margin-left: -85px;
        }
    }
.news-article.Story :not(.intro) .left-col figcaption {
}
@media screen and (max-width: 769px) {
    .news-article.Interview,
    .news-article.Story .main,
    .news-article.Story .intro {
        flex-direction: column;
    }
    .news-article.Interview .left-col,
    .news-article.Interview .right-col,
    .news-article.Story .intro .left-col,
    .news-article.Story .intro .right-col,
    .news-article.Story .main .left-col,
    .news-article.Story .main .right-col {
        width: 100%; padding: 0;
    }
    .news-article.Interview .left-col,
    .news-article.Story .intro .left-col,
    .news-article.Story .intro .right-col,
    .news-article.Story .main .left-col {
        padding-right: 4%;
    }
    .news-article.Story .main,
    .news-article.Story .intro .right-col {
        margin-top: 0;
    }
    .news-article .right-col .first {
        margin-top: 30px !important;
    }
    .news-article.Story .intro .left-col figure,
    .news-article.Story .intro .left-col img {
        max-width: 100%;
    }
}

/* News dropdown */
#dropdown-menu {
    margin: 0 0 18px 0;
    padding: 0 4%;
    text-align: center;
}
ul.dropdown {
    margin: 0 auto;
    display: inline-block;
    position: relative;
    text-transform: uppercase; text-align: left;
    background: #FFF;
}
ul.dropdown li {
    margin: 0 !important; padding: 4px 14px 4px 14px !important;
    list-style-type: none !important;
    white-space: nowrap;
    font-size: 18px; line-height: 18px; color: #232b2f;
}
ul.dropdown li.select span {
    margin-left: 30px;
    display: inline-block; color: #5a6062;
}
ul.dropdown li ul li {
    text-transform: none;
}
ul.dropdown ul {
    padding-top: 18px; padding-bottom: 10px;
    visibility: hidden; opacity: 0;
    position: absolute; left: 0;
    background: #FFF;
    -webkit-transition: opacity 300ms, visibility 300ms;
    -moz-transition: opacity 300ms, visibility 300ms;
    -o-transition: opacity 300ms, visibility 300ms;
    transition: opacity 300ms, visibility 300ms;    
}
ul.dropdown ul.open {
    visibility: visible; opacity: 1;
}
ul.dropdown ul a {
    padding: 4px;
    display: block;
}

/* ProjectsPage */
.ProjectsPage h1 {
    margin: 0 0 12px 22px;
    font-family: "LatoWeb", sans-serif;
    font-size: 16px; line-height: 22px; font-weight: 400; color: #232b2f; text-transform: uppercase;  
}
#projects-intro {
    width: 66.66%;
}
    @media screen and (max-width: 769px)  {
        #projects-intro  {
            width: auto;
        }
    }
#projects .project {
	width: 33.33%;
	float: left; position: relative;
}
#projects .project.two-col {
	width: 50%;
}
.project .overlay {
	width: 100%; height: 100%;
	position: absolute; z-index: 5; display: none; background-color: #608294; opacity: 0.6;
}
.project:hover .overlay {
	display: block; cursor: pointer;
}
.project:hover h2,
.project:hover p.h2 {
	color: #FFF;
}
	.project img,
	.project a.link {
		width: 100%;
		display: block;
	}
	.project.content h2.caps {
		padding: 8px 8px 0 8px;
		position: relative; z-index: 10;
        font-size: 14px; line-height: 18px;
	}
	.project.content p.h2 {
		margin: 0 0 18px 0; padding: 0 8px 0 8px;
		position: relative; z-index: 10;
        font-size: 14px; line-height: 18px;
	}
#projects .hide.two {
	display: none;
}
#projects .hide.three {
	display: block;
}

@media screen and (max-width: 769px) {
	#projects .project {
		width: 50%;
	}
	#projects .hide.two {
		display: block;
	}
	#projects .hide.three {
		display: none;
	}
}
@media screen and (max-width: 481px) {
	#projects .project,
    #projects .project.two-col {
		width: 100%;
		clear: both;
	}
	#projects .hide.two {
		display: none;
	}
	#projects .hide.three {
		display: none;
	}
}

/* ProjectPage */
#slides img,
.slides img {
    width: 100%; height: auto;
}
.pagingInfo {
    padding: 6px 4% 0 0;
    font-size: 18px; line-height: 18px; color: #5a6062; font-weight: 300;
    text-align: right;
}
.project-wrapper {
    padding: 50px 0 70px 0;
}
#project-title,
#project-info {
	width: 35%;
	float: left;
}
#project-info {
	clear: left;
}
#project-images {
	width: 60%;
	float: right;
}
	.image-grid {
		width: 100%; margin: 0 0 0 auto;
	}
		.image-grid .row {
			border-bottom: 6px solid #FFF;
		}
		.image-grid .image-main {
			width: 100%;
		}
		#project-images a {
			width: 100%; height: 100%;
            display: block;
		}
		#project-images a.project-link {
			overflow: hidden;
            position: absolute !important; left: 0; top: 0;
		}
		#project-images img {
			width: 100%; height: auto;
			display: block;
			color: #FFF;
		}
        .project-image {
            width: 100% !important; height: 100% !important;
            object-fit: cover;
            display: inline !important;
            vertical-align: bottom;
        }
        .project-spacer {
            width: 100%; height: 100%;
        }
			.image-grid .image {
				float: left;
                position: relative; overflow: hidden !important;
			}
			.image-grid .image-1 {
				width: 66.66%; border-right: 2px solid #FFF;
			}
			.image-grid .image-2,
			.image-grid .image-3,
			.image-grid .portrait-1,
			.image-grid .portrait-2,
			.image-grid .portrait-3 {
				width: 33.33%; border-left: 4px solid #FFF;
			}
			.image-grid .image-2 {
				border-bottom: 3px solid #FFF;
			}
			.image-grid .image-3 {
				border-top: 3px solid #FFF;
			}
			.image-grid .portrait-1 {
				border-right: 4px solid #FFF; border-left: 0;
			}
			.image-grid .portrait-2 {
				border-right: 2px solid #FFF; border-left: 2px solid #FFF;
			}
			.image-grid .portrait-3 {
				border-left: 4px solid #FFF;
			}
.project-video {
    width: 100%; height: auto;
}  
.ProjectPage .sharing-icons {
	margin-top: 18px;
}
.ProjectPage .sharing-icons a {
	width: 20px; margin: 12px 12px 0 0;
	display: inline-block; 
}
	.ProjectPage .sharing-icons a img {
		width: 20px; height: 20px;
	}
@media screen and (max-width: 1025px)  {
    #project-title,
    #project-info {
        width: 45%;
    }
    #project-images {
        width: 50%;
    }
}
@media screen and (max-width: 769px)  {
	#project-title,
	#project-info {
		width: 100%;
		float: left; clear: both;
	}
	#project-info {
		margin-top: 12px;
	}
	#project-images {
		width: 100%;
		float: left;
	}
		.image-grid,
		.image-grid .image-main {
			width: 100%; max-width: 100%; margin: 0;
		}
}

/* PeoplePage */
#people {
    margin-bottom: 24px;
}
#people .people {
	margin: 0 0 22px 0;
}
	#people .person,
    #people .director {
		width: 12.5%;
		float: left; position: relative; cursor: pointer;
	}
        #people .person img,
        #people .director img {
			width: 100%; height: auto;
			display: block;
		}
		#people .person img.spacer-blue {
			opacity: 0.6;
		}
			.person .details p,
            .director .details p {
                margin: 0;
				font-size: 13px; line-height: 14px; color: #FFF;
			}
.PeoplePage #directors,
.PeoplePage #associates,
.PeoplePage #tauranga {
    margin-bottom: 24px;
}
.director {
    width: 20%;
    float: left;
    position: relative;
}
.director img {
    width: 100%; height: auto;
}
.highlight .details {
	margin: 0 0 6px 0; padding: 6px 10px 0 10px;
	display: none; position: absolute; left: 0; bottom: 0; z-index: 10;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
	.content .highlight .details {
		color: #FFF;
	}
.highlight.person:hover .details,
.highlight.director:hover .details {
    display: block;
}
.highlight.person:hover .cover,
.highlight.director:hover .cover {
	opacity: 0.6;
	display: block;
}
@media screen and (max-width: 769px) {
	#people .person,
    #people .director {
		width: 25%;
	}
	.director {
		width: 33.33%; margin-top: 0;
	}    
}
#team {
    margin-bottom: 60px;
}

/* GenericPage */
.GenericPage #main-wrapper {
    background-color: #f9f7f1;
}
.GenericPage .banner {
    position: relative;
}
    .GenericPage .banner img {
        width: 100%; height: auto;
    }
.GenericPage .main {
    padding: 40px 0 60px 0;
}
.GenericPage .main img {
    max-width: 100%; height: auto;
}
@media screen and (max-width: 481px) {
    .GenericPage .banner.hero-image .heading-panel {
        margin-bottom: 0;
        position: relative;
    }
}

/* ContactPage */
#sub-menu {
	margin: 0 0 18px 0; padding: 0 4%;
}
#sub-menu ul {
	text-align: center;
}
	#sub-menu li {
		margin: 4px;
		display: inline-block;
	}
		#sub-menu li a {
            padding: 4px;
            font-family: "LatoWeb", sans-serif;
			font-size: 14px; line-height: 14px; font-weight: 400;
			text-transform: uppercase;
		}
		#sub-menu li a:hover,
		#sub-menu li.current a {
			color: #000;
		}
.ContactPage #sub-menu,
.CityContactPage #sub-menu {
    padding: 0;
}
.ContactPage #sub-menu ul,
.CityContactPage #sub-menu ul {
    text-align: left;
}
.ContactPage #sub-menu ul li.first,
.CityContactPage #sub-menu ul li.first {
    margin-left: 0; padding-left: 0;
}
.ContactPage #sub-menu ul li.first a,
.CityContactPage #sub-menu ul li.first a {
    padding-left: 0;
}
.ContactPage .banner {
    position: relative;
}
    .ContactPage .banner img {
        width: 100%; height: auto;
    }
.ContactPage .main,
.CityContactPage .main {
    padding: 0 0 60px 0;
    background-color: #f9f7f1;
}
.ContactPage .contact-inner,
.CityContactPage .contact-inner {
    padding: 40px 0 0 0;
}
.ContactPage .socials {
    margin-top: 24px;
}
a.social {
	width: 20px; height: 20px; margin: 12px 12px 0 0;
	display: inline-block; 
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
}
	a.social.facebook {
        background-image: url('../images/facebook.svg');
    }
	a.social.facebook:hover {
        background-image: url('../images/facebook-hover.svg');
    }
	a.social.instagram {
        background-image: url('../images/instagram.svg');
    }
	a.social.instagram:hover {
        background-image: url('../images/instagram-hover.svg');
    }
	a.social.linkedin {
        background-image: url('../images/linkedin.svg');
    }
	a.social.linkedin:hover {
        background-image: url('../images/linkedin-hover.svg');
    }
	a.social.print {
        background-image: url('../images/print.svg');
    }
	a.social.print:hover {
        background-image: url('../images/print-hover.svg');
    }
	a.social.email {
        background-image: url('../images/email.svg');
    }
	a.social.email:hover {
        background-image: url('../images/email-hover.svg');
    }
#contact-details {
    width: 48%; margin-right: 4%;
    float: left;
}
.CityContactPage .title-3 {
    margin: 36px 0 12px 0;
}
.googlemap {
    width: 90%; height: 0; margin: 0 auto 22px 0; padding-bottom: 45%;
    position: relative; overflow: hidden;
}
.googlemap iframe {
    width: 100% !important; height: 100% !important;
    position: absolute; top: 0; left: 0;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

/* MailChimp Newsletter */
#mc_embed_shell {
    width: 90%;
}

.mc-field-group.mc-name-fields {
    margin-bottom: 16px;
    display: flex;
}
.mc-field-group input {
    display: block;
}
.mc-field-group.mc-name-fields input {
    width: 48%;
}
.mc-field-group.mc-name-fields input.first-name {
    margin-right: auto;
}
.mc-field-group .email-field {
    display: flex; flex-grow: 1;
}
#mc_embed_signup .btn-toolbar input {
    width: auto !important; margin-top: 18px !important;
}

#mc_embed_signup div.mce_inline_error,
#mce-error-response,
#mce-success-response {
    margin: 12px 0 0 0 !important; padding: 0 !important;
    flex: 0 0 100%; order: 3;
    font-family: "LatoWeb", sans-serif; font-size: 16px !important; line-height: 24px !important; color: #727c38 !important; font-weight: 700 !important; text-transform: uppercase;
    background-color: transparent !important;
}

/* Contact Form */
#contact-form {
    width: 48%;
    float: right;
}
@media screen and (max-width: 769px) {
    #contact-details,
    #contact-form {
        width: 100%; margin-right: 0;
        float: none;
    }
    #contact-form {
        margin-top: 40px;
    }
    #mc_embed_shell,
    .googlemap {
        width: 100%;
    }
}

/* Process Pages */
.ProcessStepPage .banner {
    position: relative;
}
    .ProcessStepPage .banner img {
        width: 100%; height: auto;
    }
.ProcessStepPage .main.content {
    /*max-width: 50%;*/
    padding: 40px 0;
}
.content p.process-step {
    font-size: 58px; line-height: 58px;
    font-family: "LatoWebThin", "LatoWeb", sans-serif;
    font-weight: 100; color: #878789;
}

/* Error Page */
.ErrorPage #main-wrapper {
    background-color: #f9f7f1;
}
.ErrorPage .main {
    margin-top: 40px;
    margin-bottom: 60px;
}

/* Forms */
label {
	margin: 0 0 6px 0;
	display: block;
    font-size: 16px; line-height: 16px;  font-weight: 300; color: #232b2f;
}
form .middleColumn {
	margin: 0 0 12px 0;
}
.field input,
textarea {
	width: 100%; padding: 8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #c3c3c4;
	font-family: "LatoWebLight", "LatoWeb", sans-serif;
	font-size: 16px; line-height: 22px; font-weight: 300;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;   
}
textarea {
    resize: vertical;
}
#Form_ContactForm .btn-toolbar {
    text-align: right;
}
.Actions input,
#Form_ContactForm .btn-toolbar input,
#mc_embed_signup .btn-toolbar input {
	margin: 10px 0 0 0; padding: 8px 6px 6px 6px;
	display: inline-block; cursor: pointer; white-space: nowrap;
    font-family: "LatoWeb", sans-serif;
	font-size: 14px; line-height: 12px; color: #727c38; font-weight: 400;
	text-align: center; text-transform: uppercase; letter-spacing: 1px;
    background: transparent; border: 1px solid #727c38;
    border-radius: 0;
    -webkit-border-radius: 0;
}
	.Actions input:hover,
	#Form_ContactForm .btn-toolbar input:hover,
    #mc_embed_signup .btn-toolbar input:hover {
		color: #232b2f;
        border: 1px solid #232b2f;
	}

/* Typography */
h1, h2, h3, h4, h5, .banner .content p {
    font-family: "LatoWebBold", "LatoWeb", sans-serif;
	font-weight: 700;
	color: #232b2f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1 {
	margin: 0 0 16px 0;
	font-size: 25px; line-height: 35px;
}
h1.caps,
h2.caps {
	margin: 0;
    font-family: "LatoWeb", sans-serif;
	font-size: 20px; line-height: 26px; font-weight: 400; text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner h1 ,
.banner .content p {
    margin: 0 0 6px 0 !important;
    font-family: "LatoWebLight", "LatoWeb", sans-serif;
    font-size: 16px; line-height: 22px; font-weight: 300; color: #5a6062;
    text-transform: uppercase;
}
h2,
.content p.h2 {
	margin: 0 0 10px 0;
    font-family: "LatoWeb", sans-serif;
	font-size: 20px; line-height: 26px; font-weight: 400; color: #232b2f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.content p.h2.light {
    font-family: "LatoWebLight", "LatoWeb", sans-serif;
    color: #5a6062; font-weight: 300;
}
h3,
.content p.h3,
.title-3 {
	margin: 0 0 6px 0;
    font-family: "LatoWeb", sans-serif; font-weight: 700;
	font-size: 16px; line-height: 22px; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.title-3 {
    color: #5a6062;
}
h4 {
	margin: 0;
	font-size: 14px; line-height: 20px;
}
h5 {
    margin: 0 0 2px 0;
    font-family: "LatoWeb", sans-serif;
	font-size: 14px; line-height: 20px; font-weight: 400;
}
.content p,
.content li,
.content p.small,
figcaption {
	margin: 0 0 12px 0;
	font-size: 14px; line-height: 20px; font-weight: 300; color: #5a6062;
}
.content ol li {
    margin-left: 30px; padding-left: 10px;
    list-style-type: decimal; list-style-position: outside;
}
.content ul li {
    margin-left: 30px; padding-left: 10px;
    list-style-type: disc; list-style-position: outside;
}
figcaption {
	margin: 6px 0 12px 0;
}
h1.sub,
h2.sub,
h3.sub,
.content p.sub,
.news-article h2 {
    margin-bottom: 8px;
    font-family: "LatoWebLight", "LatoWeb", sans-serif;
    font-size: 24px; line-height: 28px; font-weight: 300; color: #717173;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news-article h2 {
    margin-top: 30px;
}
h1.sub {
    margin: 0 0 24px 0;
    color: #232b2f;
}
@media screen and (min-width: 1025px)  {
    .content p,
    .content li {
        font-size: 16px; line-height: 22px;
    }
}
a {
	color: #878789;
	text-decoration: none;
}
a.green {
    color: #727c38;
}
    a:hover,
    a.green:hover {
        color: #232b2f;
    }
.no-underline {
    text-decoration: none !important;
}
#main-wrapper .content p:not(.small, .caps) a,
#main-wrapper .content li a {
    text-decoration: underline;
}
#project-info a.caps {
    text-decoration: none;
}
strong {
    font-family: "LatoWeb", sans-serif;
	font-weight: 400;
}
em {
	font-style: italic;
}
.caps {
    text-transform: uppercase;
}

/* Stuff & Things */
img {
    display: block;
}
.clearme:after {
	display: block; content: ""; clear: both;
}
.clear {
	clear: both;
}
.fit {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.block {
	display: block;
}
.hidden {
    display: none;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-6 {
    margin-bottom: 6px !important;
}
.mb-12 {
    margin-bottom: 12px !important;
}
.mb-24 {
    margin-bottom: 24px !important;
}
.mb-36 {
    margin-bottom: 36px !important;
}
.logo-align {
    margin-right: 72px; margin-left: 72px !important;
}
    @media screen and (min-width: 1024px)  {
        .logo-align  {
            margin-right: 85px; margin-left: 85px !important;
        }
    }
.logo-align-left {
    margin-left: 72px !important;
}
    @media screen and (min-width: 1024px)  {
        .logo-align-left  {
            margin-left: 85px !important;
        }
    }
.logo-align-start {
    margin-right: 22px; margin-left: 22px !important;
}
    @media screen and (min-width: 1024px)  {
        .logo-align-start  {
            margin-right: 85px; margin-left: 85px !important;
        }
    }
.medium-width {
    max-width: 1000px;
    display: block;
}
.fw-400 {
    font-family: "LatoWeb", sans-serif;
    font-weight: 400 !important;
}
span.spacer {
    width: 100%; height: 1px; padding: 39px 0 0 0;
    display: inline-block;
}

/* Cover */
.cover {
	width: 100%; height: 100%;
	position: absolute; z-index: 5; cursor: pointer;
	background-color: #608294; opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.cover:hover {
	opacity: 0.6;
}
.cover:hover .details {
	display: block;
}

/* Lightbox */
.lb-outerContainer,
.lightbox .lb-image {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.lb-container {
    padding: 0;
}
.lightboxOverlay {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
	background-color: #608294;	
}
.lb-data .lb-number {
    font-size: 13px; line-height: 19px; color: #FFF; font-weight: 300;
}
.lb-data .lb-close {
    margin: 8px 8px 0 0;
    background: url(../images/icon-lightbox-close.svg) top right no-repeat;
}

/* Slick Slider */
.slick-slider {
    line-height: 0;
}

/* Pagination */
.Pagination,
.content .Pagination {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 12px 0 40px 0;
}
.Pagination span,
.Pagination a,
.content .Pagination span,
.content .Pagination a {
    width: 32px; height: 32px; margin: 0 1px 1px 0;
    display: block;
    font-size: 12px; line-height: 32px; font-weight: 300; text-align: center; color: #000; text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
    background-color: #f5efe4;
}
.Pagination span.current-page {
    color: #FFF;
    background-color: #5a6062;
}
.Pagination a:hover {
    color: #000;
    background-color: #E6EAEA;
}

/* Video */
.video {
    display: block;
}
.video-wrapper {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* More content */
div.more-content {
	display: none;
}
div.content p.more {
    display: inline-block;
    -webkit-transition: opacity 600ms, visibility 600ms;
    -moz-transition: opacity 600ms, visibility 600ms;
    -o-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;    
}
div.content.showing-more p.more {
    display: none;
}
p.more a,
p.less a {
    text-decoration: none !important;
}

/* Custom cursor */
body {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 8.5 8.5'%3E%3Cdefs%3E%3Cstyle%3E .a %7B fill: %23231f20; stroke: %23fff; stroke-miterlimit: 10; stroke-width: 0.5px; %7D %3C/style%3E%3C/defs%3E%3Ccircle class='a' cx='4.25' cy='4.25' r='4'/%3E%3C/svg%3E%0A") 20 20, pointer;
}
a:hover,
.cursor-cross:hover,
.nav-close:hover,
.footer-nav-close:hover,
.dropdown .select:hover,
.search-toggle:hover,
#SearchForm_SearchForm_action_results:hover,
#Form_ContactForm .btn-toolbar input:hover,
#mc_embed_signup .btn-toolbar input:hover,
.slick-arrow:hover,
.projects-nav ul.dropdown span:hover {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 18 18'%3E%3Cline x1='9' y1='18' x2='9' style='fill: none;stroke: %23000;stroke-width: 1.5px'/%3E%3Cline x1='18' y1='9' y2='9' style='fill: none;stroke: %23000;stroke-width: 1.5px'/%3E%3C/svg%3E%0A") 10 10, crosshair !important;
}
.cursor-cross-white:hover {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 18 18'%3E%3Cline x1='9' y1='18' x2='9' style='fill: none;stroke: %23fff;stroke-width: 1.5px'/%3E%3Cline x1='18' y1='9' y2='9' style='fill: none;stroke: %23fff;stroke-width: 1.5px'/%3E%3C/svg%3E%0A") 20 20, crosshair !important;
}

/* Print styles */
@media print {
	.ProjectPage .header .hamburger,
	.ProjectPage .header .search,
	.ProjectPage #slides,
    .ProjectPage .pagingInfo,
	.ProjectPage p.small,
	.ProjectPage .sharing-icons,
    .ProjectPage .footer {
		display: none !important;
	}
	.ProjectPage .header {
		position: relative !important;
	}
	.ProjectPage .header,
	.ProjectPage #main-wrapper,
    .ProjectPage .project-wrapper {
	    width: 100% !important;
	    margin: 0 !important;
	    padding: 0 !important;
	}
    .ProjectPage .header .branding img {
        margin-left: 0;
    }
    .ProjectPage #project-images {
        margin: 10px 0;
    }
	.ProjectPage .more-content {
		display: block !important;
	}
	.ProjectPage #project-title,
	.ProjectPage #project-images,
	.ProjectPage #project-info {
		width: 100% !important;
		float: left !important;
		clear: left !important;
	}
	.ProjectPage .image-grid {
		float: left !important;
	}
	.ProjectPage img,
	.ProjectPage .image-grid {
	    page-break-inside: avoid !important;
	}	
}