/* ==========================================================================
   Extra small grid
   ========================================================================== */

/* fix for broken "featured" links Gord Henschel 20151224 */

.col-xs-8-fix{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

  width:66.66666667%;
}

@media (min-width: 992px){
  .col-xs-8-fix {
    width: 41.66666667%;
  }
}

/* end fix */




.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media screen and (max-width: 480px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left; }

  .col-ms-1 {
    width: 8.33333%; }

  .col-ms-2 {
    width: 16.66667%; }

  .col-ms-3 {
    width: 25%; }

  .col-ms-4 {
    width: 33.33333%; }

  .col-ms-5 {
    width: 41.66667%; }

  .col-ms-6 {
    width: 50%; }

  .col-ms-7 {
    width: 58.33333%; }

  .col-ms-8 {
    width: 66.66667%; }

  .col-ms-9 {
    width: 75%; }

  .col-ms-10 {
    width: 83.33333%; }

  .col-ms-11 {
    width: 91.66667%; }

  .col-ms-12 {
    width: 100%; }

  .col-ms-push-1 {
    left: 8.33333%; }

  .col-ms-push-2 {
    left: 16.66667%; }

  .col-ms-push-3 {
    left: 25%; }

  .col-ms-push-4 {
    left: 33.33333%; }

  .col-ms-push-5 {
    left: 41.66667%; }

  .col-ms-push-6 {
    left: 50%; }

  .col-ms-push-7 {
    left: 58.33333%; }

  .col-ms-push-8 {
    left: 66.66667%; }

  .col-ms-push-9 {
    left: 75%; }

  .col-ms-push-10 {
    left: 83.33333%; }

  .col-ms-push-11 {
    left: 91.66667%; }

  .col-ms-pull-1 {
    right: 8.33333%; }

  .col-ms-pull-2 {
    right: 16.66667%; }

  .col-ms-pull-3 {
    right: 25%; }

  .col-ms-pull-4 {
    right: 33.33333%; }

  .col-ms-pull-5 {
    right: 41.66667%; }

  .col-ms-pull-6 {
    right: 50%; }

  .col-ms-pull-7 {
    right: 58.33333%; }

  .col-ms-pull-8 {
    right: 66.66667%; }

  .col-ms-pull-9 {
    right: 75%; }

  .col-ms-pull-10 {
    right: 83.33333%; }

  .col-ms-pull-11 {
    right: 91.66667%; }

  .col-ms-offset-1 {
    margin-left: 8.33333%; }

  .col-ms-offset-2 {
    margin-left: 16.66667%; }

  .col-ms-offset-3 {
    margin-left: 25%; }

  .col-ms-offset-4 {
    margin-left: 33.33333%; }

  .col-ms-offset-5 {
    margin-left: 41.66667%; }

  .col-ms-offset-6 {
    margin-left: 50%; }

  .col-ms-offset-7 {
    margin-left: 58.33333%; }

  .col-ms-offset-8 {
    margin-left: 66.66667%; }

  .col-ms-offset-9 {
    margin-left: 75%; }

  .col-ms-offset-10 {
    margin-left: 83.33333%; }

  .col-ms-offset-11 {
    margin-left: 91.66667%; }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px; }
    
  .form-horizontal .form-group .control-label {text-align:right;}
}

/* ==========================================================================
   Mixins 
   ========================================================================== */

.border-bottom-round {
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
}

.border-top-round {
  -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
}

.header-styling {
  font-family: "futura-pt";
  font-weight: bold;
  text-transform: uppercase;
}

/* ==========================================================================
   Base
   ========================================================================== */

html {
  overflow-y: scroll;
}

body {
  font-family: "chaparral-pro";
  font-size: 18px;
  line-height: 1.6;
  background: #F6F3F2;
  -webkit-font-smoothing: antialiased;  
}

body.home {
  background: #F6F3F2 url('/assets/img/cpaws-paw.png') no-repeat bottom left;
}

body {
  padding-top: 110px;
}

p {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -webkit-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";  
}

a {
  color: #438902;
  -webkit-transition: .5s;
     -moz-transition: .5s;
      -ms-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

a:hover {
  color: #222222;
  text-decoration: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #222222;
}

h1,
h2,
h3,
h4 {
  font-family: "futura-pt";
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  font-size: 16px;
}

.btn {
  font-family: "futura-pt";
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.wl-btn {
  padding: 10px;
  font-family: "futura-pt";
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #438902;
  border-radius: 5px;
  background: #438902;  
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0,0,0,.2);
  padding: 10px 35px;    
}

.wl-btn:hover {
	background: #356F00;
	color: #fff;
}

.list-group-item.active {
  background: #222222;
  border: #111;
}

a.list-group-item {
  color: #438902;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* ==========================================================================
   Header
   ========================================================================== */

.banner {
  font-family: "futura-pt";
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}

.banner img {
  max-width: 340px;
  margin-top: -25px;
  margin-bottom: -25px;
  color: #333333;
  position: relative;
  top: 2px;
}

.navbar-nav {
  float: right;
}

.navbar-nav .dropdown-menu a {
  transition: none;
}

.dropdown-menu > .active > a {
  color: #222222;
  background: none;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.navbar-nav a {
		font-size: 12px !important;
		padding: 15px 9px !important;
	}
}

@media screen and (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    text-align: center;
  }
}

#big-header {
  height: 460px;
  padding: 100px 0;
  margin-top: -20px;
  margin-bottom: 20px;
  background: #000;
}

#big-header h1 {
  color: #fff;
}

.navbar-default {
  padding: 20px 0;
  background: #fff;
}

@media screen and (min-width: 420px) {
  .navbar-brand {
    margin-top: -7px;
  }
}

@media screen and (max-width: 768px) {
    .banner img {
        width: 300px;
    }
    .navbar-default {
        padding: 0;
    }
}

@media screen and (max-width: 420px) {
    .navbar-header {
        padding-bottom: 40px;
    }
    .navbar-brand {
        float: none;
    }
    .banner img {
        position: relative;
        left: -12px;
    }
    .navbar-toggle {
        float: none;
        position: absolute;
        left: 45%;
        margin-top: 100px !important;
    }
}

.page-header {
  border-bottom: 1px solid #ccc;
  margin-top: 0;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #fff;
  }

/* ==========================================================================
   TEMPLATE: Homepage
   ========================================================================== */

.notification {
  background: #fff;
  text-align: center;
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: -20px;
}

.home .flexslider {
  margin-top: -20px;
  border: 0 !important;
}

.home .flexslider .slides {
	max-height: 420px;
}

.home .flexslider li{
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
 }
.home .flexslider li.slide-one {
  background: url('/assets/img/slider/1.jpg') center no-repeat;
}

.home .flexslider li.slide-two {
  background: url('/assets/img/slider/2.jpg') center no-repeat;
}

.home .flexslider li.slide-three {
  background: url('/assets/img/slider/3.jpg') center no-repeat;
}

.home .flexslider li.slide-four {
  background: url('/assets/img/slider/4.jpg') center no-repeat;
}

.home .flexslider li.slide-five {
  background: url('/assets/img/slider/5.jpg') center no-repeat;
}

.home .flexslider li.slide-six {
  background: url('/assets/img/slider/6.jpg') center no-repeat;
}

.home .flexslider li.slide-seven {
  background: url('/assets/img/slider/7.jpg') center no-repeat;
}

.home .flexslider li.slide-eight {
  background: url('/assets/img/slider/8.jpg') center no-repeat;
}

.home .flexslider .container {
  height: 420px;
}

.home .flexslider li h1 {
  font-family: "chaparral-pro";
  font-size: 72px;
  font-weight: 100;
  color: #fff;
  text-transform: none;
  margin-top: 0;
}

@media screen and (max-width: 500px) {
	.home .flexslider li h1 {
		font-size: 24px;;
	}
}

.home .flexslider li .slider-content {
  position: relative;
  float: right;
  margin-top: 60px;
  text-align: center;
  background: rgba(0,0,0,.5);  
  border-radius: 15px;  
  padding: 25px;
}

@media screen and (max-width: 500px) {
	.home .flexslider li .slider-content  {
		float: none;
		margin: 0 auto;
		width: 100%;
		border-radius: 0;
		position: absolute;
		bottom: 0;
		padding: 10px;
	}
	
	.home .flexslider .container {
		height: 250px;
	}

}

.home .flexslider li .slider-content p {
  font-style: italic;
  color: #eee;
  margin-bottom: 0;
}

.home .flexslider li .slider-content .wl-btn {
  position: relative;
  top: 40px;
  font-size: 24px;
  color: #fff;
  border-color: #fff;
}

.home .flexslider li .slider-content .wl-btn:hover {
  color: #438902;
  text-decoration: none;
  border-color: #438902;
}

.flex-direction-nav {
	display: none;
}

.flex-control-nav {
	z-index: 200;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .home .flexslider li .slider-content {
        top: -40px;
    }
}

.single-project #big-header {
  padding: 200px 0;
  background: url('/assets/img/ring-of-fire.jpg') center no-repeat;
}

@media screen and (max-width: 768px) {
    #big-header {
        display: none;
    }
    .single-project #big-header {
        padding: 35px;
        height: auto;
        display: block;
    }
    .single-project #big-header h1 {
        text-align: center;
    }
    .slider-content {
    	margin: 75px;
    }
}

@media screen and (min-width: 380px) and (max-width: 480px) {
    #featured-projects a {
        display: block;
        width: 320px;
        margin: 0 auto;
    }
}

#featured-projects {
  margin-top: 60px;
}

#featured-projects img {
  height: auto;
  max-width: 100%;
  -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
}

#big-project img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
}

#big-project .project-caption {
  max-width: 471px;
}

@media screen and (max-width: 480px) {
	.col-ms-offset-0 {
		margin-left: 0;
	}
}
	
.greyscale a:hover img {
  -webkit-filter: grayscale(100%);
          filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  transition: 1s; /* // changed from "1" to "1s" because the former is not valid */
}

.greyscale img {
  -webkit-filter: grayscale(0);
          filter: none;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;          
          
}


.project-caption {
  max-width: 360px;
  padding: 12px 0 5px 0;
  margin-bottom: 20px;
  background: #222222;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
}

.project-caption p {
  font-family: "futura-pt";
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.project-caption span {
  margin-left: 15px;
  color: #438902;
}

#latest-blog,
#latest-news {
  font-size: 16px;
}

#latest-blog h2,
#latest-news h2 {
	padding-bottom: 15px;
	margin-bottom: 23px;
}

#latest-blog .row,
#latest-news .row {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#latest-blog .row:last-child,
#latest-news .row:last-child {
	border-bottom: 0;
}

#latest {
  margin: 0px 0 0;
  font-size: 18px;
}

#other-actions {
  margin: 40px 0 0 0;
  text-align: center;
}

#other-actions li {
  display: inline;
  margin-top: 20px;
  margin-right: 15px;
}

@media screen and (max-width: 400px) {
	#other-actions {
		margin-top: 0;
		
	}
	#other-actions .wl-btn {
		display: block;
		margin-bottom: 20px;
	}
	#other-actions li {
		display: block;
		margin-top: 0;
	}
}


#tab-content {
  padding-top: 40px;
}

.view-all  {
  float: right;
  margin-top: -60px;
  font-style: italic;
}

.view-all:hover {
  color: #333;
}

.home-date {
  color: #777;
  font-size: 14px;
}

@media screen and (max-width: 998px) {
	#social-media {
		margin-top: 20px;
	}
}


#twitter-widget-0 {
	height: 242px;
	margin-top: 20px;
}

#facebook-like-box {
	width: 520px;
	max-width: 100%;
	background: #fff;
	height: 242px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	margin-top: 20px;
	padding: 3px;
}

/* ==========================================================================
   TEMPLATE: Project
   ========================================================================== */

body.single-project {
background: #F6F3F2 url('/assets/img/cpaws-paw.png') no-repeat bottom left;
}

#project-nav {
  padding: 20px 0;
  margin-top: -20px;
  margin-bottom: 20px;
  font-family: "futura-pt";
  font-size: 16px;
  background: #fff;
}

#project-nav a {
  font-style: italic;
  font-weight: 100;
  color: #333;
}

@media screen and (max-width: 768px) {
	#project-nav {
		padding: 0;
	}
	#project-nav li {
		border-bottom: 1px solid #eee;
	}
	#project-nav li:last-child {
		border-bottom: none;
	}
	#project-nav .container {
		padding: 0;
	}
}

#big-header h1 {
  margin: 0 auto 40px auto;
}

#share-links {
  text-align: center;
}

#share-links a:hover {
  opacity: .8;
}

@media screen and (min-width: 768px) {
  #big-header h1 {
    float: left;
    margin: 0 auto;
  }
  #share-links {
    float: right;
    margin-top: -15px;
  }
}

#introduction p:first-child:first-line {
	font-size: 24px;
	color: #666;
}

@media screen and (max-width: 768px) {
	#introduction p:first-child {
		font-size: 21px;
	}
}

@media screen and (max-width: 480px) {
	#introduction p:first-child {
		font-size: 16px;
		color: #222;
	}
}

#map-frame {
  margin-left: 40px;
}

.map-border {
  text-align: right;
}

.map-border a {
  font-family: "futura-pt";
  font-size: 14px;
  font-style: italic;
  colour: #fff;
}

.heading-img {
  margin-right: 15px;
}

#galleries {
  background: #222222;
  margin-top: 40px;
}

.home #galleries {
    padding: 100px 0;
}

#galleries .nav-pills li a {
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: bold;
  color: #ccc;
  text-transform: uppercase;
}

#galleries .nav-pills li a:hover {
  background: #222;
  color: #fff;
}

#galleries li.active a {
  color: #fff;
  background: #111;
  border: none;
}

#galleries .fg-dropdown-selection {
  display: none;
}

.single-project #galleries  li.fg-listItem {
	width: 182px !important;
}

.tab-pane {
  padding-top: 40px;
}

.gallery-wrap {
  padding-top: 20px;
  margin-top: -20px;
  background: #222222;
}

.single-project section {
  padding: 20px 0;
}

.single-project section:last-child {
	padding-bottom: 0;
}

.single-project .container#top-content {
	padding-top: 0;
	padding-bottom: 0;
}

.single-project hr {
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	opacity: .7;
}

.background-link {
  font-style: italic;
}

.background-link:after,
#other-actions a:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 100;
	line-height: 1;
	content: "\e080";
	opacity: .8;
	left: 5px;
}
.background-link:hover {
  color: #222222;
  text-decoration: none;
  cursor: pointer;
}

#background-modal .modal-dialog {
  width: 80%;
}

#highlights ul {
  padding-left: 0;
  margin-left: 0px;
}

#highlights li {
  margin: 20px 0;
  list-style: none;
  background: url('/assets/img/checkmark.png') no-repeat center left;
  min-height: 50px;
}

#highlights span {
  position: relative; 
  left: 70px;
}

#make-change {
  margin-top: 40px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
}

#make-change ul {
  font-family: "futura-pt";
  font-size: 16px;
  padding: 20px;  
}

#make-change h2 {
  color: #fff;
  background: #438902;
  margin-top: -40px;
  padding: 20px;
  text-align: center;
}

#make-change ul span {
  float: right;
  margin-left: 45px;
  font-family: "chaparral-pro";
  font-size: 24px;
}

#galleries #presentations a:hover {
color: #fff;
}

#maps img {
	height: auto;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	border: 10px solid #fff;	
}

#maps figure {
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	border: 10px solid #fff;
}

#how-you-can-help .wl-btn {
	margin: 0 auto;
	margin-top: 20px;
	display: inline-block;
	text-align: center;
}

/*Leader list - thanks Mailchimp */

.leaders {
  overflow-x: hidden;
}

.leaders li {
  margin-bottom: 0.8em;
  line-height: 1.6em;
}

.leaders li:before {
  float: left;
  width: 0;
  font-size: 10px;
  line-height: inherit;
  color: #d9d9d9;
  white-space: nowrap;
  content: "................................................................................................................................................................................................................................................................................................................................";
}

.leaders li > span {
  background-color: #ffffff;
}

.leaders li > span:first-child {
  padding-right: 12px;
}

.leaders li > span + span {
  float: right;
  padding-left: 12px;
}

#more-info {
  margin-top: 20px;
}

#more-info .tab-pane {
  margin-top: -30px;
}


#project-other-nav a {
  color: #666;
}

#project-other-nav a:hover {
  color: #222222;
}

#project-other-nav .active a {
  color: #222222;
  background: none;
}

#wildlands-in-the-media li {
  margin-bottom: 20px;
}

#wildlands-in-the-media li span {
  margin-right: 30px;
}

#presentations { 
  color: #eee;
}

#presentations a {
  color: #fff;
}

#more-info li {
	font-size: 14px;
	margin-bottom: 10px;
	color: #444;
	border-bottom: 1px solid #ccc;
}

#more-info li:last-child {
	border-bottom: 0;
}

#more-info a {
	font-size: 16px;
}
#project-other-nav {
  font-family: "futura-pt";
  font-weight: bold;
  text-transform: uppercase;
}


/* ==========================================================================
   TEMPLATE: Take Action
   ========================================================================== */

.take-action .media {
  padding-bottom: 40px;
  margin-bottom: 40px;
  overflow: visible;
  border-bottom: 1px dotted #ccc;
}

.take-action .media .media-body {
  overflow: visible;
}

.take-action .media .media-object {
  margin-right: 20px;
}

.take-action #big-header {
  margin-bottom: 40px;
}

/* ==========================================================================
   Media sections
   ========================================================================== */

#media-nav {
  padding: 20px;
  margin-top: -20px;
  margin-bottom: 40px;
  background: #e5e2e1;
}

#media-nav ul {
  font-family: "futura-pt";
  text-align: center;
}

#media-nav img {
  margin-right: 20px;
  opacity: .7;
  transition: opacity 500ms linear;
}

#media-nav a {
  color: #333333;
  opacity: .7;
  transition: opacity 500ms linear;
  text-align: left;
}

#media-nav a:hover {
  text-decoration: none;
  opacity: 1;
}

#media-nav a:hover img {
  opacity: 1;
}

#media-nav a.active {
  opacity: 1;
}

#media-nav a.active img {
  opacity: 1;
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {
    #media-nav a {
        display: block;
        margin-bottom: 20px;
    }
	#media-nav a {
	text-align: center;
	}
    #media-nav img {
        width: 72px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }    
}

@media screen and (max-width: 768px) {
    #media-nav {
        text-align: center;
    }
    #media-nav img {
        margin-bottom: 5px;
    }
    .fg-panel {
    }
}

@media screen and (max-width: 480px) {
  #media-nav img {
    width: 50px;
  }
  
  .fg-panel {
  width: 221px;
    margin: 0 auto;
  }
  li.fg-listItem {
  	
  }
  .gallery-wrap {
  	text-align: center;
  }
}

.fg-dropdown-selection {
  float: right;
}

.fg-panel .fg-theme-black,
.fg-panel .fg-theme-black:visited,
.fg-panel .fg-dropdown-selection-list.fg-theme-black {
  background: #111;
}

.fg-panel .fg-theme-black:hover,
.fg-panel .fg-theme-black:visited:hover,
.fg-panel .fg-dropdown-selection-list.fg-theme-black:hover {
  background: #000;
}

div.fg-dropdown-selection {
  position: relative;
  top: 0;
  margin: 0 auto 40px auto;
  font-family: "futura-pt";
  font-weight: bold;
  text-transform: uppercase;
}

.fg-navigation .fg-theme-black,
.fg-navigation .fg-theme-black:visited {
  color: #eee;
  background: none;
}

.fg-navigation .fg-theme-black:hover,
.fg-navigation .fg-theme-black:visited:hover {
  color: #fff;
}

.fg-panel .fg-theme-black.fg-selected {
  font-weight: bold;
  background: none !important;
}


li.fg-listItem > div > .fg-title {
	display: none !important;
}

/*
@media screen and (max-width: 992px) 
    ul.fg-thumbHolder 
        width: 500px;
        margin: 0 auto !important;
    }
}
*/

.presentations-rule {
	margin: 0 15px;
	display: none;
}

@media screen and (max-width: 992px) {
	 .presentations-rule {
	 	display: block;
	 }
}

.post-type-archive-publications .media,
.tax-publication_category .media {
  margin-bottom: 60px;
}

#publications-nav {
  font-family: "futura-pt";
  text-indent: 5px;
}

#publications-nav a {
  display: block;
  color: #222;
  padding-top: 5px; 
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

#publications-nav a:hover {
  background: #eee;
  color: #438902;
}

.publications-link {
color: #222;
}

/* ==========================================================================
   Primary Content
   ========================================================================== */

/* Gallery Shortcode */

.gallery-row {
  padding: 15px 0;
}

/* ==========================================================================
   About
   ========================================================================== */

#about-nav {
  margin-top: 20px;
}

#about-nav a {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}

.staff-photo {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
  margin-top: 25px;
}

.our-staff h2 {
  margin-top: 0;
  margin-top: 40px;
}



/* ==========================================================================
   Blog
   ========================================================================== */

#blog-nav {
  margin: 20px 0 40px;
  font-size: 16px;
}

#blog-nav li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.post-info h1 {
  font-family: "chaparral-pro";
  font-weight: 100;
  text-transform: none;
}

.post-info .avatar {
  float: right !important;
  margin-top: -32px;
  -webkit-border-radius: 34px;
     -moz-border-radius: 34px;
          border-radius: 34px;
}

.single .post-info .avatar {
  margin-top: -50px;
}


.post-info p {
  margin-top: -10px;
  font-family: "futura-pt";
  font-size: 14px;
  font-style: italic;
  color: #666;
}

.single-post-info {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 7px solid #86AA6E;
}

#post-categories {
  margin: 25px 0;
}

#post-categories li {
  margin-bottom: 10px;
}

#post-categories a {
  font-family: "futura-pt";
  color: #666;
}

#comments {
  margin-top: 40px;
}

#comments .media-list {
margin-bottom: 40px;
}

#comments h3 {
  margin-bottom: 20px;
}

.archive article.post {
  margin-bottom: 60px;
}

.blog article {
    margin-bottom: 60px;
}

.entry-title {
	max-width: 92%;
}

/* ==========================================================================
   TEMPLATE: News
   ========================================================================== */

.post-type-archive-news article.news {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.entry-title {
		font-size: 18px;
		line-height: 1.3;
		margin-top: 0;
	}
}

/* ==========================================================================
   TEMPLATE: Project List
   ========================================================================== */

.project-list {
  margin-bottom: 40px;
}
.project-list img {
  max-width: 100%;
  height: auto;
}

.project-list .col-md-6 p a,
.background-link,
.view-all {
	background: #555;
	border: 1px solid #ccc;
	color: #fff;
	padding: 2px 10px;
	font-family: futura-pt;
	text-transform: uppercase;
	font-size: 12px;
	border: 0;
	font-weight: bold;
	font-style: normal;
	border-radius: 5px;
}

.project-list .col-md-6 p a:hover,
.background-link:hover,
.view-all:hover {
	color: #fff;
	background: #333;
}

.project-list .media-heading {
	font-size: 24px;
	text-transform: none;
}

.background-link {
}

/* ==========================================================================
   Footer
   ========================================================================== */

.content-info {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dotted #ccc;
}

footer {
  margin-bottom: 10px;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
	footer .pull-left,
	footer .pull-right {
		float: none !important;
	}
}

footer .social-links {
  margin-top: -5px;
}

footer .social-links a:hover {
  opacity: .5;
}  

footer .btn {
	font-weight: normal;
	text-transform: none;
	border: 0;
}

footer .btn:hover {
	background: #444;
	color: #fff;
	opacity: 1 !important;
}

@media screen and (max-width: 400px) {
footer .social-links li:first-child {
	width: 100%;
	margin-bottom: 10px;
}
}

/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

/* ==========================================================================
   Fancy Gallery
   ========================================================================== */

#fg-edit-media-modal,
#fg-upload-other-modal,
#fg-album-description-modal {
  display: block;
  margin: 0px auto;
  background: none;
  width: 100%;
}

.fg-panel .fg-theme-white, .fg-panel .fg-theme-white:visited {
	background: #333;
	color: #fff;
}

.fg-panel .fg-dropdown-selection-list.fg-theme-white {
	background: #333;
}

.fg-panel .fg-theme-white:hover {
	background: #333;
	color: #ccc;
}

.fg-panel .fg-dropdown-selection-list.fg-theme-white li:hover {
	background: #222;
	color: #fff;
}

li.fg-listItem > div {
	border: none;
}

@media screen and (min-width: 1200px) {
	.fg-listItem {
		width: 270px !important; 	
	}
	.fg-listItem img {
		width: 270px !important;
		height: 189.252336351px !important;
	}
}

.fg-navigation {
	text-align: center !important;
}

.fg-listItem div {
	background: #333 !important;
	color: #fff !important;
}

#presentation-list,
.tab-content #presentations ul {
	color: #ccc;
	font-size: 14px;
	font-style: italic;
	font-family: futura-pt;
}

#presentation-list a,
.tab-content #presentations ul a {
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
}

#presentation-list a:hover,
.tab-content #presentations ul a:hover {
	color: #438902;
	text-indent: 15px;
}

#presentation-list a:before,
.tab-content #presentations ul a:before { 
	content: '';
	background: url('/assets/img/file-icons/ppt.png') no-repeat;	
	display: inline-block;
	width: 16px;
	height: 18px;
	position: relative;
	top: 3px;
	margin-right: 5px;
}
#presentation-list a[href$=".pdf"]:before,
.tab-content #presentations ul a[href$=".pdf"]:before { 
	background: url('/assets/img/file-icons/pdf.png') no-repeat;
}

#presentation-list ul,
ul#presentation-list,
.tab-content #presentations ul {
	padding-left: 0;
}

#presentation-list li,
.tab-content #presentations ul li {
	list-style: none;
	padding: 5px 0;
	border-bottom: 1px solid #333;
}

#presentation-list li:last-child,
.tab-content #presentations ul li:last-child{
border: none;
}

#presentation-list li:before,
.tab-content #presentations ul li:before{
	content: '';
	border-top: 5px solid #000;
}

/*
@media screen and (min-width: 992px) {
	#video-gallery .fg-dropdown-selection {
		margin-top: -88px;
		position: relative;
		top: -115px;
	}
}


@media screen and (min-width: 1200px) {
	#video-gallery .fg-dropdown-selection {
		margin-top: -88px;
		position: relative;
		top: -80px;
	}
}
*/

.gallery-wrap h2 {
	margin-top: 0;
}

#gallery-wrap h2 {
	margin-top: 0;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 992px) {
  .banner img {
    display: block;
    margin: -5px auto 0 auto;
  }
  .navbar-toggle {
      margin-top: 37px;
      position: relative;
      top: -10px;
  }
  .navbar-nav {
    float: right;
    width: 50%;
    text-align: center;
  }
  body {
      padding-top: 160px;
  }  
}

@media screen and (max-width: 420px) {
    .navbar-toggle {
      position: absolute;
      top: 0px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    padding-top: 127px;    
  }
  #map-frame {
    margin-left: 0;
}
    .single-project .container {
        padding: 35px;
    }
  .home #galleries {
    padding: 20px 0;
    margin-top: -60px;
  }
  #galleries .nav-pills li a {
  font-size: 14px;}
}

@media screen and (max-width: 767px) {
    .navbar-fixed-top {
        position: relative;
        top: auto;
    }
    .navbar-collapse {
        max-height: none;
    }
    body {
        margin: 0;
        padding-top: 0;
    }
    .navbar-nav {
      float: none;
      width: auto;
      text-align: center;
    }
    .donate-btn {
    	border: 0;
    }
    .navbar-nav .divider {
    	display: none;
    }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    margin-left: -20px;
  }    
  .single-project section {
    padding: 0;
    margin-bottom: 20px;
  }

  #more-info {
    margin-top: -100px;
    margin-bottom: -40px;
  }
  .projects .project-list img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 420px) {
  .single-project .banner img {
    margin-top: -40px;
    margin-bottom: -35px;
  }
}

/* make keyframes that tell the start state and the end state of our object */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
     -moz-animation: fadeIn ease-in 1;
          animation: fadeIn ease-in 1;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fade-in.one {
  -webkit-animation-delay: 0.7s;
     -moz-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.fade-in.two {
  -webkit-animation-delay: 1.2s;
     -moz-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.fade-in.three {
  -webkit-animation-delay: 1.6s;
     -moz-animation-delay: 1.6s;
          animation-delay: 1.6s;
}