@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,300);
html, body {
  font-size: 100%;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  color: #565a5c; }
  @media print {
    html, body {
      font-size: 12pt; } }

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.03125em;
  margin: 0;
  font-weight: 400; }

p {
  font-family: "Roboto", sans-serif;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem; }

a, a:active, a:hover, a:visited {
  color: #1F70C5;
  text-decoration: none; }

a:active, a:hover, a:focus {
  transition: color 0.3s ease;
  color: #1c63af;
  text-decoration: none; }

h1, h2, h3, h4 {
  color: #565a5c; }

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.25;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.25;
  margin: 48px 0px 24px;
  margin: 3rem 0 1.5rem; }

h3 {
  font-size: 16px;
  font-size: 1rem;
  margin: 48px 0px 24px;
  margin: 3rem 0 1.5rem; }

h4 {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 48px 0px 24px;
  margin: 3rem 0 1.5rem; }

p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

html, body {
  height: 100%; }

body {
  background-color: #fff;
  padding-right: 0px !important;
  overflow: hidden; }

ul {
  list-style-type: none; }

button:focus {
  outline: 0 !important; }

.btn {
  border: 1px solid #dce0e0;
  color: #82888a;
  transition: all 0.3s ease; }

.btn-primary {
  background: #1F70C5;
  border: none;
  color: #fff;
  border: none;
  border: 1px solid #1F70C5;
  transition: all 0.3s ease; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #1F70C5;
    border: none;
    color: #fff;
    border: none;
    border: 1px solid #1F70C5; }

.leaflet-control-attribution.leaflet-control {
  display: none; }

.modal-cancel {
  float: right;
  background-position: -88px 0;
  display: block; }

.type:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  left: 0; }

.location:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  left: 0.2em; }

.dates:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  left: 0; }

.type, .location, .dates {
  display: block;
  color: #82888a;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 1.3em;
  font-size: 14px;
  font-size: 0.875rem; }
  .type:before, .location:before, .dates:before {
    position: absolute;
    color: #1F70C5;
    font-size: 12px;
    font-size: 0.75rem; }

.projectTeaser:hover {
  cursor: pointer; }
.projectTeaser .modal-content {
  margin: 0 auto;
  padding: 0.8em;
  position: absolute;
  display: flex;
  width: 96%;
  left: 2%;
  bottom: 2%;
  background-color: #fff;
  border-color: #b7babb;
  z-index: 4000;
  visibility: visible;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease; }
  .projectTeaser .modal-content:hover {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 35em) {
    .projectTeaser .modal-content {
      width: 80%;
      left: 10%; } }
  @media screen and (min-width: 55em) {
    .projectTeaser .modal-content {
      width: 60%;
      left: 20%; } }
  @media screen and (min-width: 62em) {
    .projectTeaser .modal-content {
      width: 50%;
      left: 25%; } }
  @media screen and (min-width: 80em) {
    .projectTeaser .modal-content {
      width: 35%;
      left: 32.5%; } }
  .projectTeaser .modal-content .modal-close {
    position: absolute;
    top: 0.3em;
    right: 0.3em;
    line-height: 1;
    z-index: 30; }
    .projectTeaser .modal-content .modal-close:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: "FontAwesome";
      font-size: 21px;
      opacity: 0.2; }
    .projectTeaser .modal-content .modal-close:hover:before {
      color: black;
      transition: color 0.3s ease-in; }
    .projectTeaser .modal-content .modal-close:before {
      color: #565a5c; }
  .projectTeaser .modal-content .modal-body {
    padding: 0;
    display: flex;
    flex: 1;
    overflow: hidden; }
    .projectTeaser .modal-content .modal-body h3 {
      margin-top: 0px;
      margin-bottom: 0.5em;
      text-transform: capitalize; }
    .projectTeaser .modal-content .modal-body > div {
      flex-basis: 150px;
      flex-grow: 1; }
      .projectTeaser .modal-content .modal-body > div:last-child {
        flex-grow: 3; }
    .projectTeaser .modal-content .modal-body .teaserThumb {
      background-position: center center;
      background-size: cover;
      flex-basis: 0;
      flex-grow: 0;
      height: auto;
      max-width: 150px;
      opacity: 0;
      visibility: hidden;
      border-radius: 2px;
      transition: all 0.3s ease-in-out; }
      @media screen and (min-width: 35em) {
        .projectTeaser .modal-content .modal-body .teaserThumb {
          margin-right: 1em; } }
      @media screen and (min-width: 35em) {
        .projectTeaser .modal-content .modal-body .teaserThumb {
          flex-grow: 1;
          flex-basis: 150px;
          opacity: 1;
          visibility: visible; } }
    .projectTeaser .modal-content .modal-body .teaserContent {
      overflow: hidden;
      position: relative; }

/* ------ modal overrides -------- */
.modal {
  visibility: hidden; }

.top-bar {
  background-color: #1F70C5;
  z-index: 6000;
  width: 100%;
  height: 50px; }
  .top-bar .navActions {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0.5em; }
  .top-bar #MainHead .search {
    flex: 1;
    color: #fff;
    visibility: visible;
    cursor: pointer; }
    .top-bar #MainHead .search:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: "FontAwesome";
      font-size: 24px;
      color: #fff;
      float: right; }
  .top-bar #MainHead .close-search {
    flex: 1;
    color: #fff;
    cursor: pointer; }
    .top-bar #MainHead .close-search:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: "FontAwesome";
      font-size: 24px;
      color: #fff;
      float: right; }
  .top-bar #MainHead .ww-home {
    height: 26px;
    flex: 1; }
    .top-bar #MainHead .ww-home .home {
      background: url(../img/w-logo.png) no-repeat;
      width: 100%;
      height: 100%;
      background-size: contain; }
  @media screen and (min-width: 55em) {
    .top-bar #MainHead a.search {
      visibility: hidden; } }
  .top-bar #SearchHead .back:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "FontAwesome";
    font-size: 24px;
    color: #fff; }
  .top-bar #SearchHead .search {
    position: absolute;
    right: 20px;
    cursor: pointer; }
    .top-bar #SearchHead .search:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: "FontAwesome";
      font-size: 24px; }
  @media screen and (min-width: 55em) {
    .top-bar #SearchHead {
      display: none; } }

.top-bar {
  height: 50px;
  text-align: center; }
  .top-bar .ww_logo {
    width: 120px;
    height: 50px; }
  .top-bar .brand {
    height: auto;
    flex: 2; }
    .top-bar .brand img {
      width: 100%;
      max-height: 20px; }

.top-bar .col-icon {
  display: inline; }

.top-bar a {
  display: inline-block; }

.projectDetail {
  position: fixed;
  width: 100vw;
  top: 0;
  left: -100%;
  bottom: 0;
  margin: 0 auto;
  z-index: 2000;
  margin-top: 50px; }
  .projectDetail.detail-visible {
    left: 0; }
  @media screen and (min-width: 55em) {
    .projectDetail {
      position: relative;
      float: left;
      width: 40%;
      margin-top: 50px;
      z-index: 3000; } }
  @media screen and (min-width: 80em) {
    .projectDetail {
      width: 30%; } }

.searchPanel {
  position: fixed;
  z-index: 3000;
  top: 50px;
  bottom: 0;
  left: 100%;
  width: 100vw;
  transition: all 0.5s ease-in-out; }
  @media screen and (min-width: 55em) {
    .searchPanel {
      position: relative;
      z-index: 2000;
      top: 0;
      left: 0;
      float: left;
      overflow: hidden;
      width: 40%;
      height: 100vh; } }
  @media screen and (min-width: 80em) {
    .searchPanel {
      width: 30%; } }
  .searchPanel.open {
    left: 0; }
  .searchPanel .searchFilters {
    width: 100%;
    border-bottom: 1px solid #dce0e0;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1); }
    @media screen and (min-width: 55em) {
      .searchPanel .searchFilters {
        position: fixed;
        top: 50px;
        width: 40%; }
        .searchPanel .searchFilters #SearchHead {
          display: flex;
          background: #fff;
          align-items: center; }
          .searchPanel .searchFilters #SearchHead input[type='text'] {
            border: none; }
          .searchPanel .searchFilters #SearchHead .search {
            right: 1em; }
          .searchPanel .searchFilters #SearchHead a.back {
            display: none; }
          .searchPanel .searchFilters #SearchHead a:before {
            margin-left: .3em; } }
    @media screen and (min-width: 80em) {
      .searchPanel .searchFilters {
        width: 30%; } }
    .searchPanel .searchFilters #SearchHead {
      display: block; }
      .searchPanel .searchFilters #SearchHead > * {
        flex-basis: 30px;
        flex-grow: 1; }
        .searchPanel .searchFilters #SearchHead > *:nth-child(2n) {
          flex-basis: 100%;
          flex-grow: 2; }
      .searchPanel .searchFilters #SearchHead input[type='text'] {
        width: 100%;
        height: 50px;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        border-top: none;
        border-right: none;
        border-bottom: 1px solid #e2e2e2;
        border-left: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 2px;
        padding: 12px;
        padding: 0.75rem; }
        .searchPanel .searchFilters #SearchHead input[type='text']:focus, .searchPanel .searchFilters #SearchHead input[type='text']:hover, .searchPanel .searchFilters #SearchHead input[type='text']:focus:hover {
          border-color: #c9c9c9;
          outline: none; }
      .searchPanel .searchFilters #SearchHead .search {
        position: absolute;
        top: 6px;
        right: 6px;
        cursor: pointer; }
        .searchPanel .searchFilters #SearchHead .search:before {
          content: "";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-family: "FontAwesome";
          font-size: 24px; }
      .searchPanel .searchFilters #SearchHead a#searchCancel {
        width: 40px;
        height: 40px;
        cursor: pointer;
        opacity: 0; }
        .searchPanel .searchFilters #SearchHead a#searchCancel:before:before {
          content: "";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-family: "FontAwesome";
          font-size: 21px;
          color: #000; }
    .searchPanel .searchFilters #locationSearch {
      position: fixed;
      overflow-y: visible;
      width: 100vw;
      max-height: 150px;
      color: #fff;
      background: #efefef;
      -webkit-overflow-scrolling: touch; }
      @media screen and (min-width: 55em) {
        .searchPanel .searchFilters #locationSearch {
          width: 40%; } }
      .searchPanel .searchFilters #locationSearch .locationSearchResults #AddressList {
        font-style: italic;
        background-color: #999;
        padding: 12px;
        padding: 0.75rem; }
        .searchPanel .searchFilters #locationSearch .locationSearchResults #AddressList.no-results {
          background-color: #7c4427; }
      .searchPanel .searchFilters #locationSearch li:hover {
        cursor: pointer; }
    .searchPanel .searchFilters .filters {
      background: #fff;
      padding: 12px;
      padding: 0.75rem; }
      .searchPanel .searchFilters .filters label {
        font-weight: 400;
        display: block;
        text-align: center;
        color: #565a5c; }
      .searchPanel .searchFilters .filters .btnFilters {
        display: flex;
        overflow-x: scroll;
        border-bottom: 1px solid 1px solid #dce0e0;
        -webkit-overflow-scrolling: touch;
        padding: 0px 0px 12px;
        padding: 0 0 0.75rem; }
        @media screen and (min-width: 55em) {
          .searchPanel .searchFilters .filters .btnFilters {
            overflow-x: visible;
            flex-wrap: wrap; } }
        .searchPanel .searchFilters .filters .btnFilters > button {
          margin-right: .5em; }
          @media screen and (min-width: 55em) {
            .searchPanel .searchFilters .filters .btnFilters > button {
              margin-bottom: .5em; } }
          .searchPanel .searchFilters .filters .btnFilters > button:last-of-type {
            padding-right: 1em; }
      .searchPanel .searchFilters .filters .inputFilter input[type='text'] {
        width: 100%;
        height: 40px;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        border: 1px solid #e2e2e2;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 2px;
        padding: 7.2px;
        padding: 0.45rem; }
        .searchPanel .searchFilters .filters .inputFilter input[type='text']:focus, .searchPanel .searchFilters .filters .inputFilter input[type='text']:hover, .searchPanel .searchFilters .filters .inputFilter input[type='text']:focus:hover {
          border-color: #c9c9c9;
          outline: none; }
  .searchPanel #CurrentProjects {
    overflow-y: scroll;
    height: calc(100% - 157px);
    background: #efefef;
    -webkit-overflow-scrolling: touch; }
    @media screen and (min-width: 55em) {
      .searchPanel #CurrentProjects {
        overflow-y: scroll;
        height: calc(100% - 285px);
        margin-top: 236px; } }
    @media screen and (min-width: 62em) {
      .searchPanel #CurrentProjects {
        overflow-y: scroll;
        height: calc(100% - 250px);
        margin-top: 199px; } }
    .searchPanel #CurrentProjects .projectsListContainer {
      padding: 0px 12px 12px;
      padding: 0 0.75rem 0.75rem; }
      .searchPanel #CurrentProjects .projectsListContainer .projectsSummary {
        font-weight: 700;
        padding: 1em 0;
        color: #82888a;
        font-size: 14px;
        font-size: 0.875rem; }
      .searchPanel #CurrentProjects .projectsListContainer .projectsList {
        margin-bottom: 1em;
        transition: box-shadow .2s ease;
        border-color: #9ca1a3;
        background: #fff;
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
        border-radius: 4px; }
        .searchPanel #CurrentProjects .projectsListContainer .projectsList:hover {
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2); }
        .searchPanel #CurrentProjects .projectsListContainer .projectsList:last-of-type {
          margin-bottom: 0; }
        .searchPanel #CurrentProjects .projectsListContainer .projectsList .projectTeaser {
          display: flex;
          flex-direction: row;
          padding: .8em; }
          .searchPanel #CurrentProjects .projectsListContainer .projectsList .projectTeaser .teaserThumb {
            visibility: hidden;
            height: auto;
            opacity: 0;
            background-position: center center;
            background-size: cover;
            flex: 0;
            border-radius: 2px;
            transition: all 0.3s ease-in-out; }
            @media screen and (min-width: 35em) {
              .searchPanel #CurrentProjects .projectsListContainer .projectsList .projectTeaser .teaserThumb {
                margin-right: 1em;
                flex: 0.5;
                visibility: visible;
                opacity: 1; } }
            @media screen and (min-width: 55em) {
              .searchPanel #CurrentProjects .projectsListContainer .projectsList .projectTeaser .teaserThumb {
                flex: 0;
                opacity: 0; } }
            @media screen and (min-width: 62em) {
              .searchPanel #CurrentProjects .projectsListContainer .projectsList .projectTeaser .teaserThumb {
                flex: 1;
                opacity: 1; } }
          .searchPanel #CurrentProjects .projectsListContainer .projectsList .projectTeaser .teaserContent {
            position: relative;
            overflow: hidden;
            flex: 2; }
            .searchPanel #CurrentProjects .projectsListContainer .projectsList .projectTeaser .teaserContent h3 {
              margin-top: 0;
              margin-bottom: .5em; }

.projectDetail.slideV {
  top: 0;
  transition: top 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94); }

.projectDetail {
  position: absolute;
  background: #efefef;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transition: left 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  width: 100%;
  overflow: hidden;
  box-sizing: border-box; }
  .projectDetail .detail-toolbar {
    width: 100%;
    position: absolute;
    z-index: 4001;
    font-size: 1.3em;
    margin: 5px 5px 0 0; }
    .projectDetail .detail-toolbar i.fa-times {
      float: right;
      margin: 2px 7px;
      opacity: 0.8;
      padding: 3px;
      line-height: 0.8em;
      color: #82888a;
      cursor: pointer;
      border-radius: 7px; }
  @media screen and (min-width: 55em) {
    .projectDetail {
      margin-top: 50px;
      height: calc(100% + 50px);
      width: 40%; }
      .projectDetail #SearchHead {
        display: flex;
        padding: 12px 0px 0px;
        padding: 0.75rem 0 0;
        align-items: center;
        background: #fff;
        border-bottom: 1px solid 1px solid #dce0e0; }
        .projectDetail #SearchHead input[type="text"] {
          border: none;
          padding: 0px 0px 0px 24px;
          padding: 0 0 0 1.5rem; }
        .projectDetail #SearchHead a.back {
          display: none; }
        .projectDetail #SearchHead a:before {
          margin-left: 0.3em; } }
  @media screen and (min-width: 80em) {
    .projectDetail {
      width: 30%; } }

.carousel-inner {
  position: relative; }
  .carousel-inner > * {
    height: 150px; }

#DetailCarousel {
  overflow: hidden; }
  #DetailCarousel .carousel-image {
    background-size: contain;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%; }
    #DetailCarousel .carousel-image .caption {
      font-size: 0.8em;
      line-height: normal;
      font-style: italic;
      color: #82888a;
      position: absolute;
      bottom: 0;
      padding: 10px;
      margin: 5px 5px 15px 5px;
      background: white;
      background: rgba(0, 0, 0, 0.5); }
  #DetailCarousel.no-image {
    height: 45px;
    background-color: #565a5c; }

.projectDetail img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.detailContainer {
  overflow-y: scroll;
  position: relative;
  height: calc(100% - 150px); }
  @media screen and (min-width: 55em) {
    .detailContainer {
      height: calc(100% - 250px); } }
  .detailContainer.no-image {
    height: calc(100% - 45px); }

.projectDetail .detailContainer .metaWrap {
  padding: 1em;
  background: #fff;
  position: relative; }
  .projectDetail .detailContainer .metaWrap .meta h2 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 0.2em; }
  .projectDetail .detailContainer .metaWrap .meta span {
    display: block;
    color: #82888a;
    font-size: 14px;
    font-size: 0.875rem; }
    .projectDetail .detailContainer .metaWrap .meta span:before {
      left: 1.5em; }
.projectDetail .detailContainer .info {
  font-size: 14px;
  font-size: 0.875rem; }
  .projectDetail .detailContainer .info .description * {
    margin: 0;
    padding: 0; }
  .projectDetail .detailContainer .info .description p, .projectDetail .detailContainer .info .description li {
    padding: 1em 1em 0;
    border-top: 1px solid 1px solid #dce0e0; }
  .projectDetail .detailContainer .info .description .item-list {
    padding: 0; }
.projectDetail .detailContainer .more-info {
  font-size: 0.875rem;
  list-style-type: disc; }
  .projectDetail .detailContainer .more-info li {
    list-style-type: disc; }
  .projectDetail .detailContainer .more-info h3 {
    margin: 24px 0px 12px 24px;
    margin: 1.5rem 0 0.75rem 1.5rem; }

.link--more {
  font-size: 0.875rem;
  align-self: center;
  margin-left: 0.5em; }
  .link--more:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: "FontAwesome";
    color: #aaaeaf; }

.item-list ul li {
  padding-right: 1em; }

/* Leaflet customizations */
.leaflet-control-attribution {
  font-size: 0.8em; }

.leaflet-marker-icon.disabled {
  cursor: default; }

.map-wrapper {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0; }
  @media screen and (min-width: 55em) {
    .map-wrapper {
      position: absolute;
      right: 0;
      left: 40%; } }
  @media screen and (min-width: 80em) {
    .map-wrapper {
      left: 30%; } }

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