/*==========  Graceful Degradation Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .slick {
    padding-left: 90px;
    padding-right: 90px; }

  .home-featured .slick {
    padding-left: 0;
    padding-right: 0; }

  .slick-prev {
    margin-left: -10px; }

  .slick-next {
    margin-right: -10px; }

  .field-map-single-member-wrapper .member-info {
    left: 0;
    margin-left: 0; }

  .menu--main a[href="#what-we-do"] + .dropdown-menu > li {
    width: 260px; }

  .menu--main a[href="#what-we-do"] + .dropdown-menu > li > .dropdown-menu li a {
    white-space: normal; }

  .navbar-default .navbar-nav > li a {
    font-size: 16px; } }
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .menu--main a[href="#what-we-do"] + .dropdown-menu > li {
    width: 210px; }

  .menu--main a[href="#what-we-do"] + .dropdown-menu > li > .dropdown-menu li a {
    font-size: 12px;
    white-space: normal; }

  .navbar-default .navbar-nav > li a {
    font-size: 13px;
    padding: 10px 5px 8px 5px; }

  .home-header .home-featured .slide__caption {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    left: 0; }

  .slick img {
    max-width: 9999px;
    width: 100%; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .menu--main a[href="#what-we-do"] + .dropdown-menu {
    -moz-column-count: 1;
    -webkit-column-count: 1; }
  .menu--main > li .dropdown-menu {
    display: block !important;
    height: auto !important;
    font-size: 0.7em; }

  .menu--main a[href="#what-we-do"] + .dropdown-menu > li {
    width: 100%; }

  .menu--main a[href="#what-we-do"] + .dropdown-menu > li > a {
    color: white;
    font-style: italic; }

  .menu--main a[href="#what-we-do"] + .dropdown-menu > li > a:hover {
    background-color: inherit;
    color: white; }

  .menu--main a[href="#what-we-do"] + .dropdown-menu > li > .dropdown-menu {
    text-align: center; }

  .menu--main a[href="#what-we-do"] + .dropdown-menu > li > .dropdown-menu > li > a {
    color: white; }
    .menu--main a[href="#what-we-do"] + .dropdown-menu > li > .dropdown-menu > li > a:hover {
      color: #555;
      background-color: white; }

  .regions-buttons .region {
    width: 100%; }

  .fringe-regions .ve--column.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    padding-left: 0;
    padding-right: 0; }

  .fringe-region.fringe-details .close {
    right: 20px; }

  .field-map-single-member-wrapper .member-info {
    position: relative; }

  .home-pilot-projects {
    width: 100%;
    position: relative; }

  .agenda-front {
    margin-top: 0; }

  .responsive-menu {
    display: block;
    content: 'Navigate';
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 20px;
    font-style: italic;
    height: 40px;
    line-height: 44px;
    color: white;
    position: relative;
    width: 100%;
    background-color: #5e5e5e;
    font-weight: 600; }
    .responsive-menu:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      right: 5px;
      top: 15px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid white; }
    .responsive-menu.open:after {
      border-top: none;
      border-bottom: 10px solid white; }

  .navbar-default {
    min-height: 40px; }
    .navbar-default .navbar-nav {
      position: absolute;
      z-index: 3;
      background-color: #5e5e5e;
      text-align: center;
      display: none;
      margin-top: -2px;
      padding-bottom: 10px;
      width: calc(100% + 15px); }
      .navbar-default .navbar-nav > li {
        width: 100%;
        display: inline-block; }
        .navbar-default .navbar-nav > li > ul {
          display: block;
          position: relative;
          width: 100%;
          text-align: center;
          background-color: #5e5e5e;
          box-shadow: none; }
          .navbar-default .navbar-nav > li > ul > li > a {
            color: white;
            padding: 3px 0;
            font-size: 1.2em; }

  .page-node-type-event .region-content > h1 h1, .page-node-type-projects .region-content > h1 h1, .page-node-type-agenda .region-content > h1 h1, .page-node-type-news .region-content > h1 h1 {
    margin-left: 0;
    width: calc(100% - 30px); }

  .news-title .sharer {
    margin-left: 0;
    width: calc(100% - 30px); } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  .logo > img {
    max-width: 290px; }

  .floating-menu-wrapper {
    display: none; }

  #home-advocacy, #home-governance {
    width: 100%;
    height: 340px; }

  #block-badgeinfo {
    display: none; }

  .home-header .home-featured {
    height: 220px;
    min-height: 220px; }

  .slick-arrow:before {
    font-size: 40px; }

  .bg-puntents-vision p.text-align-center {
    font-size: 24px !important;
    line-height: 30px; }

  #home-advocacy h3, #home-governance h3 {
    font-size: 22px;
    line-height: 25px; }

  h1 {
    font-size: 26px;
    line-height: 34px !important; } }
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  h1 {
    font-size: 26px;
    line-height: 34px !important; } }
