
@import url("fonts.css");
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img{max-width:100%;}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body{
  margin:0;
  font-family: "PW-Book",Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
}

  h1,h2,h3,h4,h5,.style-heading-h1,.style-heading-h2, .style-heading-h3{
    font-family: "PW-Bold";
  }
  .style-heading-h1{font-size:43px;}
  .style-heading-h2{font-size: 27px;}
  h2{font-size:18px;}

/*.wrapper{width:1440px;}*/


.header-img{display:block; float:left;}
header .container{width:90%; margin:0 auto;min-width: 1024px;max-width: 1670px;}
header .logo-nav-container{padding:80px 0 90px;}
header .logo-nav-container h1{
  text-indent: -9999px; float: left; width:25.5%; 
  height:32px;
  background: url(../images/PW-logo-black.png) top left no-repeat; background-size: 240px;margin:0;
}
header .logo-nav-container .nav-menu{
  width:74.5%;
  float: right;
}
header .logo-nav-container .nav-menu ul{width: 100%;text-align: right;padding:0;margin:0;}
header .logo-nav-container .nav-menu ul li{
  display: inline-block;
  font-family:"PW-Bold";
  font-size:18px;
  width:8.2%;
  text-align: center;
  
  margin-right:3%;
}
header .logo-nav-container .nav-menu ul li:last-child{
  margin:0;
  text-indent: -9999px;
  text-align:right;
  background: url(../images/search-button-small.png) right center no-repeat; background-size: auto 32px;
  line-height: 32px;
}

header .logo-nav-container .nav-menu ul li a{
  text-decoration: none;
  color: #000;
  padding-bottom:2px;
}
header .logo-nav-container .nav-menu ul li a.active{
  border-bottom: 4px solid #000;
}

.search-container{
  background:#000;
}
    .search-container {
        position: absolute;
        top:0;
        bottom:auto;
        left: 0;
        width:100%;
        /*bottom: 0;*/
        height: auto;
        z-index: 101;       
        overflow-x: hidden;
        transform:scaleY(0);
        transform-origin:top;
        transition:transform 0.1s linear;
    }
    .search-container.open { bottom:auto;top:0;transform:scaleY(1);}

.search-close{float:right;margin-right:92px;}
form.search-form, form.internal-search-form{
    width: 1040px;
    margin:0 auto;
    padding-bottom:100px;
}

input[type="search"]{
  border:none;
  padding:10px 0;
  background:none;
  color:#fff;
  outline:none;
  border-bottom:4px solid white;
  width:100%;
  font-size:26px;
  font-family: "PW-Bold", "PW-Medium","PW-Book", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
}
.search-form input[type="search"]{}
.internal-search-form input[type="search"]{color:#000; border-color:#000;}

button{
  background:none;
  border:none;
}

.sbtn{
  font-size:36px;
  color:white;
}

input::-webkit-input-placeholder {
    color: rgba(150,150,150,0.6);
    font-family: "PW-Bold", "PW-Medium","PW-Book", Helvetica, Arial, "Lucida Grande", sans-serif; 
    /*font-weight: 300;*/
}

.btn-search{
  text-decoration:none;
  background-color:#1995cc;

}


.site-main{position:relative; width:90%; margin:0 auto;min-width:1024px;max-width: 1670px;}/*width:1440px;*/

.vimeo-wrapper {
   /*position: fixed;*/
   /*top: 0;*/
   /*left: 0;*/
   width: 100%;
   height: 546px;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
}
.vimeo-wrapper iframe {
   width: 100%;
   height: 576px; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   position: absolute;
   top: 0;
   left: 0;
   /*transform: translate(-50%, -50%);*/
   right:0;
}


/* ==========================================================================
   map
   ========================================================================== */
   a#refresh{
    position: absolute; z-index: 999;
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 20px;
    border:2px solid #000;
    top:20px;
    left: 20px;
    display: block;
    font-family: 'PW-Bold';
    font-size: 15px;
  }



    .map-container{position:relative; width:100%; height:660px;margin:0 auto 200px; }
    .view-container, .default-container{margin:0 auto 200px;}
     #googleMap { width: 100%; top: 0; left: 0; right: 0; bottom: 0; position:absolute;}

        .gm-style-pbc + div div{background-color: transparent !important;box-shadow: none !important;border:0 !important;}
          /*info window exception*/
          .gm-style-pbc + div div.gm-style-iw > div:first-child{
            box-shadow:0px 0px 9px #ccc !important;
            -webkit-box-shadow: 0px 0px 9px #ccc !important;
            -moz-box-shadow: 0px 0px 9px #ccc !important;
          }
        .img-holder{position: absolute;left: 25px; right: 25px; top: 25px; height: 156px;overflow: hidden;width:250px;}
        .location-title{font-size:16px;font-family:'PW-Bold';padding:175px 0 0 0;max-width: 250px;font-weight:400;line-height: 1.6;}
        .gm-style-pbc +div .location-title{background: #fff !important; width: 250px;}
        .location-title .project-location, .active-category{color:#636466;font-family:'PW-Medium';}
        .info-container, .gm-style-pbc + div .info-container{
          background:#fff !important;padding:25px 25px 20px 25px;
        }
        .gm-style .gm-style-iw{top:25px !important;left:26px !important;overflow:visible;}
        .gm-style-iw + button{right:26px !important; top:22px !important;}
        /*inactive windows*/
        .inactive-info-container .img-holder{opacity.5;}
        .inactive-info-container .location-title span{opacity:.5;}

/* ==========================================================================
   work landing
   ========================================================================== */

   /*grid: gutter 40/1670, grid 102/1670*/
.intro-section{padding:50px 0 100px;}
.intro-section .statement{width:58%;float:left;margin-left:8.5%;}
.intro-section .jump-links{margin-left: 8.5%;float: left;}
.jump-links ul{list-style: none;margin:34px 0 0 0;padding:0;}
.jump-links ul li{font-family:'PW-Bold';font-size: 15px;margin-bottom:1.4em; line-height: 1em;}
.jump-links ul li a{color: #000; text-decoration: none;}

.category-chooser h2{margin:0 0 50px;padding-right:40px;display: inline-block; line-height: 1em; background: url(../images/carat-down.png) no-repeat right bottom 2px; background-size: 18px; }

.section{position: relative;}
.section-heading{margin-bottom:85px;}
.section-heading span{width:6%;height:4px; background: #000;display: inline-block;line-height: 37px;position:relative; top:-8px; margin-right:30px;}

.work-view-options{position: absolute; right: 0;top:0;}
.work-view-options ul{list-style: none;margin:34px 0 0 0;padding:0;text-align: right;}
.work-view-options ul li{font-family:'PW-Bold';font-size: 18px;line-height: 1em; display:inline-block;margin-left: 35px;}
.work-view-options ul li a{color: #636466; text-decoration: none;}
.work-view-options ul li a.active{color:#000;}


.bottom-nav{margin:150px 0 150px 17%;}
.bottom-nav ul{list-style: none;}
.bottom-nav ul li{display: block; float: left;font-size: 27px; font-family:'PW-Bold'; margin-bottom:40px;}
.bottom-nav ul li:nth-child(odd){width:44%;}
.bottom-nav ul li:nth-child(even){width:56%;}
.bottom-nav ul li a{ color: #000;text-decoration: none; border-bottom:4px solid #000;}
.bottom-nav ul li a.civic-cultural{color: #00873E; border: 0;}
.bottom-nav ul li a.featured{color: #1818A5; border: 0;}
.bottom-nav ul li a.healthcare{color:#440099; border:0;}

a.comment{position: absolute; margin-top:-180px; padding:5px; background: yellow; color: blue;font-family: times,serif;}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 1600px) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

}
