/************************************************************************************************************
  VARS
************************************************************************************************************/
/************************************************************************************************************
  BODY - General
************************************************************************************************************/
.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0; }

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(img/preloader.gif) center no-repeat #fff; }

* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  quotes: '\201c' '\201d';
  padding-top: 76px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  color: #486067; }

h1 {
  font-size: 48px; }

.h1 {
  font-size: 48px;
  font-weight: 300;
  color: #486067;
  font-family: "Lato", sans-serif; }

h2, h3 {
  font-weight: 300; }

h2 {
  font-size: 20pt; }

p {
  font-family: "Merriweather", serif;
  font-size: 1em;
  line-height: 1.6em;
  color: #486067; }

/************************************************************************************************************
  NAV - HEADER
************************************************************************************************************/
#main_nav {
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
  margin-bottom: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none; }

.pad-top-nav {
  padding-top: 25px; }

.navbar-brand {
  height: inherit;
  max-width: 200px;
  padding: 10px 15px; }

#nav_search {
  color: #486067; }

#nav_search:hover {
  cursor: pointer; }

#nav_search:before {
  padding: 10px 15px; }

.navbar-default .navbar-nav > li > a {
  color: #486067; }

.dropdown-menu {
  border: none; }

.dropdown-menu > li > a {
  padding: 10px 40px; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-image: none; }

#searchsubmit {
  position: absolute;
  top: 0;
  /* width: 0px; */
  right: 0;
  -webkit-border-radius: 4px;
  -webkit-border-top-left-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  -moz-border-radius: 4px;
  -moz-border-radius-topleft: 1px;
  -moz-border-radius-bottomleft: 1px;
  border-radius: 4px;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px; }

.navbar-toggle .icon-bar {
  background: #486067; }

.navbar-toggle {
  background: #ddd;
  margin-top: 40px; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
  background-image: none !important;
  background-color: #fff !important;
  box-shadow: none !important; }

.navbar-nav > li > .dropdown-menu {
  padding: 0; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #ddd;
  background-image: none; }

.navbar-default .navbar-nav > .active > a {
  background-color: #fff;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.navbar-default .navbar-nav > .active > a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 60%;
  bottom: 10px;
  right: 0;
  margin: auto;
  background: #ddd;
  height: 2px; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #fff; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-image: none;
  background-repeat: repeat-x;
  filter: none;
  background-color: #fff; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #fff;
  color: #555555;
  background-image: none;
  position: relative; }

.dropdown-menu > .active > a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  bottom: 5px;
  margin: 0 40px;
  background: #ddd !important;
  height: 2px !important; }

.navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
  background-color: #fff;
  color: #000;
  background-image: none;
  position: relative; }

#search-button {
  border: none;
  background-color: #fff; }

#top-search-form {
  right: -100px;
  width: 1px;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s; }

#top-search-form.expanded {
  right: 0;
  width: 300px; }

#search-btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/************************************************************************************************************
  HOME SLIDER
************************************************************************************************************/
.home_slider .text-wrap {
  margin-top: 8%;
  margin-bottom: 8%; }

.home_slider .main {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 30px; }

.home_slider .sub {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 30px; }

.home_slider .text {
  font-size: 1.05em;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.8em; }

/************************************************************************************************************
  BX SLIDER
************************************************************************************************************/
.bxslider li {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background: rgba(72, 96, 103, 0.85);
  /* For browsers that do not support gradients */ }
  .bxslider li .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(72, 96, 103, 0.85);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(72, 96, 103, 0.85), rgba(72, 96, 103, 0.3));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(72, 96, 103, 0.85), rgba(72, 96, 103, 0.3));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(72, 96, 103, 0.85), rgba(72, 96, 103, 0.3));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(72, 96, 103, 0.85), rgba(72, 96, 103, 0.3));
    /* Standard syntax */ }
    .bxslider li .cover.habitat {
      background: rgba(119, 159, 85, 0.85);
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(left, rgba(119, 159, 85, 0.85), rgba(119, 159, 85, 0.3));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(right, rgba(119, 159, 85, 0.85), rgba(119, 159, 85, 0.3));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(right, rgba(119, 159, 85, 0.85), rgba(119, 159, 85, 0.3));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(to right, rgba(119, 159, 85, 0.85), rgba(119, 159, 85, 0.3));
      /* Standard syntax */ }
    .bxslider li .cover.fish {
      background: rgba(245, 140, 121, 0.85);
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(left, rgba(245, 140, 121, 0.85), rgba(245, 140, 121, 0.3));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(right, rgba(245, 140, 121, 0.85), rgba(245, 140, 121, 0.3));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(right, rgba(245, 140, 121, 0.85), rgba(245, 140, 121, 0.3));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(to right, rgba(245, 140, 121, 0.85), rgba(245, 140, 121, 0.3));
      /* Standard syntax */ }
    .bxslider li .cover.culture {
      background: rgba(107, 123, 130, 0.85);
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(rgba(107, 123, 130, 0.3), rgba(107, 123, 130, 0.85));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(rgba(107, 123, 130, 0.3), rgba(107, 123, 130, 0.85));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(rgba(107, 123, 130, 0.3), rgba(107, 123, 130, 0.85));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(rgba(107, 123, 130, 0.3), rgba(107, 123, 130, 0.85));
      /* Standard syntax */ }
    .bxslider li .cover.water {
      background: rgba(53, 132, 164, 0.85);
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(left, rgba(53, 132, 164, 0.85), rgba(53, 132, 164, 0.3));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(right, rgba(53, 132, 164, 0.85), rgba(53, 132, 164, 0.3));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(right, rgba(53, 132, 164, 0.85), rgba(53, 132, 164, 0.3));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(to right, rgba(53, 132, 164, 0.85), rgba(53, 132, 164, 0.3));
      /* Standard syntax */ }
    .bxslider li .cover.wildlife {
      background: rgba(146, 107, 135, 0.85);
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(left, rgba(146, 107, 135, 0.85), rgba(146, 107, 135, 0.3));
      /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(right, rgba(146, 107, 135, 0.85), rgba(146, 107, 135, 0.3));
      /* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(right, rgba(146, 107, 135, 0.85), rgba(146, 107, 135, 0.3));
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(to right, rgba(146, 107, 135, 0.85), rgba(146, 107, 135, 0.3));
      /* Standard syntax */ }
  .bxslider li .caption {
    color: #fff;
    margin-top: 30px; }

.bx-wrapper {
  border: none;
  margin: 0; }

/************************************************************************************************************
  PAGES
************************************************************************************************************/
.section {
  position: relative;
  padding: 40px 0 20px 0; }
  .section h2 {
    margin-bottom: 40px; }

/*************************************************************
  HOME
*************************************************************/
#category-wrap {
  z-index: 0;
  background-size: cover !important;
  position: relative;
  height: 500px; }

.cover {
  position: absolute;
  top: 0;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  transition: all .8s;
  width: 100%;
  z-index: 0;
  height: 100%; }
  .cover div {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }
  .cover img {
    max-width: 17%;
    max-height: 46px;
    display: block;
    margin: 40px auto; }
  .cover p {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 600; }

.category-slider {
  width: 20%;
  position: absolute;
  bottom: 0;
  top: 0; }

.holder {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0; }

.content {
  position: absolute;
  background: #fff;
  height: 350px;
  width: 100%;
  padding: 20px;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  transition: all .8s;
  top: 100%;
  /* at bottom */
  z-index: -1; }

.hide-block {
  width: 100%;
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: -1;
  height: 600px; }

.cover.fish {
  background: rgba(245, 140, 121, 0.85);
  /* For browsers that do not support gradients */ }

.cover.water {
  background: rgba(53, 132, 164, 0.85); }

.cover.wildlife {
  background: rgba(146, 107, 135, 0.85); }

.cover.habitat {
  background: rgba(119, 159, 85, 0.85); }

.cover.culture {
  background: rgba(107, 123, 130, 0.85); }

.category-slider:nth-child(1) {
  left: 0; }

.category-slider:nth-child(2) {
  left: 20%; }

.category-slider:nth-child(3) {
  left: 40%; }

.category-slider:nth-child(4) {
  left: 60%; }

.category-slider:nth-child(5) {
  left: 80%; }

.cover.active {
  height: 40%; }

.content.active {
  top: 40%; }

/*************************************************************
  FEATURED POSTS
*************************************************************/
#featured_post {
  background-size: cover !important; }
  #featured_post .featured_content {
    position: relative;
    padding: 40px 40px;
    height: 100%;
    width: 100%; }
    #featured_post .featured_content p {
      font-family: "Merriweather", serif;
      font-size: 1.1em;
      font-weight: 300;
      color: #fff; }
    #featured_post .featured_content .featured_cat {
      font-weight: 500;
      padding: 25px 20px 5px 0;
      margin-top: 10px;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      color: #fff; }
    #featured_post .featured_content .title {
      margin-top: 50px; }

.featured_content.fish {
  background: rgba(245, 140, 121, 0.85);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(245, 140, 121, 0.85), rgba(245, 140, 121, 0.3));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(245, 140, 121, 0.85), rgba(245, 140, 121, 0.3));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(245, 140, 121, 0.85), rgba(245, 140, 121, 0.3));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(245, 140, 121, 0.85), rgba(245, 140, 121, 0.3));
  /* Standard syntax */ }

.featured_content.water {
  background: rgba(53, 132, 164, 0.85);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(53, 132, 164, 0.85), rgba(53, 132, 164, 0.3));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(53, 132, 164, 0.85), rgba(53, 132, 164, 0.3));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(53, 132, 164, 0.85), rgba(53, 132, 164, 0.3));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(53, 132, 164, 0.85), rgba(53, 132, 164, 0.3));
  /* Standard syntax */ }

.featured_content.wildlife {
  background: rgba(146, 107, 135, 0.85);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(146, 107, 135, 0.85), rgba(146, 107, 135, 0.3));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(146, 107, 135, 0.85), rgba(146, 107, 135, 0.3));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(146, 107, 135, 0.85), rgba(146, 107, 135, 0.3));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(146, 107, 135, 0.85), rgba(146, 107, 135, 0.3));
  /* Standard syntax */ }

.featured_content.habitat {
  background: rgba(119, 159, 85, 0.85);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(119, 159, 85, 0.85), rgba(119, 159, 85, 0.3));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(119, 159, 85, 0.85), rgba(119, 159, 85, 0.3));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(119, 159, 85, 0.85), rgba(119, 159, 85, 0.3));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(119, 159, 85, 0.85), rgba(119, 159, 85, 0.3));
  /* Standard syntax */ }

.featured_content.culture {
  background: rgba(107, 123, 130, 0.85);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(107, 123, 130, 0.85), rgba(107, 123, 130, 0.3));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(107, 123, 130, 0.85), rgba(107, 123, 130, 0.3));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(107, 123, 130, 0.85), rgba(107, 123, 130, 0.3));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(107, 123, 130, 0.85), rgba(107, 123, 130, 0.3));
  /* Standard syntax */ }

/* Masonry container

TRANS TO THIS
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  */
/************************************************************************************************************
  Contact Form - Mail Chimp
************************************************************************************************************/
#mc_signup_form .mc_form_inside {
  position: relative; }
  #mc_signup_form .mc_form_inside .updated {
    position: absolute;
    top: 0;
    margin-top: 40px; }
#mc_signup_form .mc_var_label {
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  margin: 0; }
#mc_signup_form .mc_input {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
#mc_signup_form #mc_signup_submit {
  font-family: "Lato", sans-serif;
  position: absolute;
  text-transform: uppercase;
  right: 0;
  top: 0;
  padding: 11px 20px;
  background: #008A7E;
  color: #fff;
  border: none;
  -webkit-border-radius: 4px;
  -webkit-border-top-left-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  -moz-border-radius: 4px;
  -moz-border-radius-topleft: 1px;
  -moz-border-radius-bottomleft: 1px;
  border-radius: 4px;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin: 0;
  width: initial; }

.mc_merge_var {
  position: relative; }

/*************************************************************
  GRID MASONRY ITEMS
*************************************************************/
.recent_posts {
  background-size: cover !important;
  background-position: center !important; }
  .recent_posts .word_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .recent_posts .title {
    color: #fff;
    padding: 20px;
    font-family: "Lato", sans-serif;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.4em; }
  .recent_posts .featured_cat {
    color: #fff;
    padding: 10px 20px 40px 20px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: .87em; }

.recent_posts.fish {
  height: 500px; }

.recent_posts.culture {
  height: 500px; }

.recent_posts.wildlife {
  height: 500px; }

.recent_posts.water {
  height: 500px; }

.recent_posts.habitat {
  height: 500px; }

/* COLORS */
.recent_posts .fish {
  background: rgba(245, 140, 121, 0.85);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(245, 140, 121, 0.3), rgba(245, 140, 121, 0.85));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(245, 140, 121, 0.3), rgba(245, 140, 121, 0.85));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(245, 140, 121, 0.3), rgba(245, 140, 121, 0.85));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(245, 140, 121, 0.3), rgba(245, 140, 121, 0.85));
  /* Standard syntax */ }

.recent_posts .culture {
  background: rgba(107, 123, 130, 0.85);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(107, 123, 130, 0.3), rgba(107, 123, 130, 0.85));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(107, 123, 130, 0.3), rgba(107, 123, 130, 0.85));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(107, 123, 130, 0.3), rgba(107, 123, 130, 0.85));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(107, 123, 130, 0.3), rgba(107, 123, 130, 0.85));
  /* Standard syntax */ }

.recent_posts .wildlife {
  background: rgba(146, 107, 135, 0.85);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(146, 107, 135, 0.3), rgba(146, 107, 135, 0.85));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(146, 107, 135, 0.3), rgba(146, 107, 135, 0.85));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(146, 107, 135, 0.3), rgba(146, 107, 135, 0.85));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(146, 107, 135, 0.3), rgba(146, 107, 135, 0.85));
  /* Standard syntax */ }

.recent_posts .water {
  background: rgba(53, 132, 164, 0.85);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(53, 132, 164, 0.3), rgba(53, 132, 164, 0.85));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(53, 132, 164, 0.3), rgba(53, 132, 164, 0.85));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(53, 132, 164, 0.3), rgba(53, 132, 164, 0.85));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(53, 132, 164, 0.3), rgba(53, 132, 164, 0.85));
  /* Standard syntax */ }

.recent_posts .habitat {
  background: rgba(119, 159, 85, 0.85);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(119, 159, 85, 0.3), rgba(119, 159, 85, 0.85));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(119, 159, 85, 0.3), rgba(119, 159, 85, 0.85));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(119, 159, 85, 0.3), rgba(119, 159, 85, 0.85));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(119, 159, 85, 0.3), rgba(119, 159, 85, 0.85));
  /* Standard syntax */ }

.grid {
  width: 100%;
  margin-bottom: 40px; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

.grid-sizer {
  width: 25%; }

.grid-item {
  float: left;
  width: 25%;
  height: 400px; }

#load-projects {
  margin: 40px 0; }

#load-projects:hover {
  cursor: pointer; }

/************************************************************************************************************
  FOOTER
************************************************************************************************************/
footer {
  color: #486067;
  padding-top: 40px;
  padding-bottom: 10px; }
  footer ul, footer .menu {
    list-style-type: none;
    padding: 0; }
    footer ul li, footer .menu li {
      padding: 5px 0; }
    footer ul a, footer .menu a {
      color: #486067;
      font-size: 1.05em; }

.footer-title {
  font-size: 1.1em;
  font-weight: 600; }

.footer_social_icon {
  margin: 0px 0px 0px 15px; }

#copy {
  margin-top: 40px;
  font-family: "Lato", sans-serif; }

/************************************************************************************************************
  MENU
************************************************************************************************************/
/*make the menu sub-menu items drop down on mouse hover */
.sub-menu {
  display: none;
  list-style-type: none;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #486067;
  top: 200px; }
  .sub-menu li {
    padding: 5px; }

ul.nav li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
  position: absolute;
  margin: 0; }

/************************************************************************************************************
  GRADIENT COVERS
************************************************************************************************************/
#community-section {
  background-size: cover !important;
  padding: 40px 0; }

.community-post {
  margin-top: 40px;
  margin-bottom: 30px;
  border-left: 4px solid #ddd; }
  .community-post .post-date {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif; }

.cover.blue {
  background: rgba(53, 132, 164, 0.85);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(53, 132, 164, 0.85), rgba(53, 132, 164, 0.3));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(53, 132, 164, 0.85), rgba(53, 132, 164, 0.3));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(53, 132, 164, 0.85), rgba(53, 132, 164, 0.3));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(53, 132, 164, 0.85), rgba(53, 132, 164, 0.3));
  /* Standard syntax */ }

.cover.graygrad {
  background: rgba(107, 123, 130, 0.85);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(107, 123, 130, 0.85), rgba(107, 123, 130, 0.3));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(107, 123, 130, 0.85), rgba(107, 123, 130, 0.3));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(107, 123, 130, 0.85), rgba(107, 123, 130, 0.3));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(107, 123, 130, 0.85), rgba(107, 123, 130, 0.3));
  /* Standard syntax */ }

.cover.gray {
  background: rgba(220, 220, 220, 0.3);
  /* For browsers that do not support gradients */ }

/************************************************************************************************************
  PROJECTS CATEGORY STYLES
************************************************************************************************************/
#category-picker {
  margin-bottom: 20px; }

.nav-pills > li + li {
  margin-left: 4px; }

.nav-pills > li > a {
  color: #fff;
  padding: 10px 25px; }

.nav-pills > li > a.all {
  color: #486067;
  border: 1px solid #ccc; }

.nav-pills > li > a {
  color: #486067;
  background-color: #F5F5F5; }

.nav-pills > li > a img {
  max-width: 25px;
  margin-right: 10px; }

/************************************************************************************************************
  Pages Shared Styles
************************************************************************************************************/
#title-wrap {
  padding-bottom: 40px;
  background-color: #fafafa; }

.page-title {
  margin-top: 40px;
  font-weight: 300; }

.page-subtext {
  padding: 60px 0 80px 0; }

.page-header {
  background-color: #eee;
  background-repeat: no-repeat;
  background-size: cover !important;
  margin: 0 0 46px 0;
  border: none; }
  .page-header h2 {
    margin-top: 80px; }
  .page-header h2.nomarg {
    margin-top: 0; }
  .page-header .right-chunk {
    position: absolute;
    bottom: 0;
    padding: 60px 0; }
  .page-header .cover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%; }
  .page-header .page-head-text {
    font-size: 32px;
    line-height: 1.3em;
    font-weight: 300;
    padding: 150px 0; }

.small-heading {
  font-size: 1.4em;
  font-weight: 300; }

/************************************************************************************************************
  Pages Specific - todo put in own css file all page specific styles
************************************************************************************************************/
#team-wrap {
  margin-bottom: 40px; }

.team {
  font-family: "Lato", sans-serif; }
  .team p {
    font-family: "Lato", sans-serif; }
  .team .name {
    margin-top: 20px;
    font-size: 2em;
    margin-bottom: 0;
    line-height: 1em;
    font-weight: 300; }
  .team .title {
    font-weight: 500; }
  .team .copy {
    margin: 20px 0; }
  .team .phone {
    margin-bottom: 0;
    line-height: .9em; }

.contact-map {
  height: 60vh;
  position: relative; }

#map-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.contact .address {
  margin-top: 20px;
  line-height: 1.2em; }
.contact .phonefax {
  line-height: 1.2em;
  margin-top: 20px; }

.wpcf7-form .form-control {
  font-family: "Lato", sans-serif;
  background: #efefef;
  display: block;
  font-weight: 400;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 1.2em;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  /* border: 1px solid #ccc; */
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
  /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
  /* -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; */
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
.wpcf7-form textarea.form-control {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  height: 6em; }

#about_page_top {
  background-position: 50% 50% !important; }

#about-bg {
  background-size: 80% !important;
  background-position: 50% 80% !important;
  background-repeat: no-repeat !important; }

.about-title {
  margin: 60px 0; }

#about-protecting {
  margin-top: 100px;
  margin-bottom: 100px; }

#commission-wrap {
  margin-bottom: 40px; }

.commission-members p {
  color: #486067; }

.member {
  border-bottom: 2px solid #ccc;
  padding: 20px 0;
  font-family: "Lato", sans-serif; }
  .member .name {
    font-size: 1.5em;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1em; }
  .member .title {
    font-family: "Lato", sans-serif; }
  .member .phone {
    font-family: "Lato", sans-serif;
    margin-bottom: 0;
    line-height: 1em; }
  .member .email {
    font-family: "Lato", sans-serif; }

.member {
  margin-top: 0; }

.member:last-of-type {
  border-bottom: none; }

.commission-members {
  background: #f6f6f6;
  padding: 15px; }

.commission-alternates {
  background: #fafafa;
  padding: 15px; }

.senior-managers {
  padding: 15px; }

.member-wrap h2 {
  margin-top: 0;
  color: #3584a4;
  font-size: 36px; }

.article-title {
  padding-top: 200px;
  padding-bottom: 40px; }

.article-content p, .article-content ul, .article-content ol {
  line-height: 2em;
  margin-bottom: 20px;
  padding: 0 40px;
  color: #486067;
  font-family: "Merriweather", serif; }
.article-content blockquote {
  padding: 30px 30px;
  background: #f6f6f6;
  margin: 0 0 20px;
  font-size: 20px;
  position: relative;
  font-weight: 300;
  border-left: 5px solid #eee; }
  .article-content blockquote p {
    line-height: 1.5em !important; }
.article-content blockquote:before {
  font-size: 3em;
  /* content: open-quote; */
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 21px;
  /* padding-bottom: 75px; */
  color: #486067; }
.article-content blockquote:after {
  font-size: 3em;
  /*  content: close-quote; */
  position: absolute;
  right: 0;
  bottom: -84px;
  margin-right: 25px;
  color: #486067; }

@media (min-width: 768px) {
  .article-content ul, .article-content ol {
    padding-left: 80px; } }
.job-content-wrap {
  margin-top: 40px;
  margin-bottom: 40px; }

.job-content p {
  line-height: 2em;
  margin-bottom: 20px;
  padding: 0; }

#member-tribes-overview {
  background-size: 80% !important;
  background-repeat: no-repeat !important; }

.member-tribe {
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
  /* Standard syntax */
  padding-right: 250px;
  padding-left: 40px;
  padding-top: 168px;
  padding-bottom: 241px; }
  .member-tribe .intro {
    color: #486067;
    font-weight: 300;
    font-size: 2em; }
  .member-tribe h3 {
    margin-top: 0;
    font-weight: 300;
    color: #779f55;
    font-size: 48px;
    padding-bottom: 55px; }
  .member-tribe .learn-more {
    padding-bottom: 10px;
    padding-top: 20px;
    font-weight: 600; }
  .member-tribe ul {
    padding-left: 15px;
    list-style-type: none; }
    .member-tribe ul a {
      color: #486067;
      font-weight: 600;
      padding-bottom: 30px; }

.tribe {
  background-position: 50% 0 !important;
  background-size: 1840px auto;
  background-repeat: no-repeat !important; }
  .tribe .whitewrap {
    padding-top: 78px !important; }
  .tribe h1 {
    color: #3584a4;
    margin-bottom: 0; }
  .tribe h2 {
    margin-bottom: 0;
    color: #486067; }
  .tribe .tagline {
    color: #3584a4;
    font-weight: 300; }
  .tribe .intro {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
    font-weight: 300; }
  .tribe .intro2 {
    padding-bottom: 241px; }
  .tribe p {
    padding-bottom: 30px; }
  .tribe #overlap-image {
    position: absolute;
    right: 0;
    top: 0px; }
  .tribe .wrap-lower {
    padding-top: 200px;
    padding-bottom: 200px; }
  .tribe .link {
    padding-top: 50px; }
    .tribe .link a {
      color: #486067;
      font-weight: 600; }

@media (max-width: 1445px) {
  .tribe .wrap-lower {
    padding-top: 100px;
    padding-bottom: 50px; } }
.silvervalley {
  padding: 200px 0 0 80px; }
  .silvervalley h2 {
    color: #3584a4;
    margin-bottom: 75px;
    padding-top: 40px; }
  .silvervalley p {
    padding-right: 150px;
    padding-bottom: 30px; }

#cda-blue-wrap {
  margin-top: 76px;
  background: #3584a4;
  padding-top: 45px;
  padding-bottom: 120px; }
  #cda-blue-wrap h2 {
    padding-bottom: 53px; }
  #cda-blue-wrap p.pad-bottom {
    padding-bottom: 30px; }

#colville .intro2 {
  padding-bottom: 100px; }

#colville1 {
  background-size: cover !important; }
  #colville1 .green-wrap {
    background: rgba(119, 159, 85, 0.8);
    margin-top: 132px;
    margin-bottom: 132px;
    padding-top: 153px;
    padding-left: 153px;
    padding-right: 153px;
    padding-bottom: 170px; }

@media (max-width: 2400px) {
  #colville-link {
    margin-top: 200px; } }
@media (max-width: 2285px) {
  #colville-link {
    margin-top: 50px; } }
@media (max-width: 2000px) {
  #colville-link {
    margin-top: 0; } }
#kalispel1 {
  background-size: cover !important;
  margin-bottom: 40px; }
  #kalispel1 .green-wrap {
    background: rgba(119, 159, 85, 0.8);
    margin-top: 254px;
    margin-bottom: 213px;
    padding-top: 82px;
    padding-left: 115px;
    padding-right: 115px;
    padding-bottom: 82px; }

#kootenai .intro2 {
  padding-bottom: 100px; }
#kootenai .statement {
  font-size: 36px;
  padding-bottom: 80px; }

#kootenai1 .text-wrap {
  padding: 100px 50px 100px 50px; }

#spokane1 .text-wrap {
  padding: 200px 50px 100px 50px; }
#spokane1 .text-wrap.last {
  padding: 75px 25px 50px 0; }

.sidebar {
  border-left: 5px solid #eee; }
  .sidebar ul {
    padding-left: 0;
    list-style-type: none; }
    .sidebar ul li {
      padding-top: 20px; }
      .sidebar ul li span {
        display: block;
        color: #ccc; }
      .sidebar ul li a {
        font-size: 1.1em;
        color: #486067;
        font-family: "Merriweather", serif; }

@media (max-width: 991px) {
  .sidebar {
    margin-top: 40px; } }
/************************************************************************************************************
  HELPERS
************************************************************************************************************/
.centered {
  float: none;
  margin: 0 auto; }

.wp-caption-text {
  color: #ccc; }

.form-group {
  position: relative; }

.nomarg {
  margin: 0; }

.nofloat {
  float: none; }

p.smaller {
  font-size: .85em; }

.container.nopad {
  padding: 0; }

.container-fluid.nopad {
  padding: 0; }

.nopad {
  padding: 0; }

.center-img img {
  display: block;
  margin: auto; }

.text-white {
  color: #fff; }

.bg-gray {
  background-color: #ddd; }

.text-gray {
  color: #ddd; }

.lato {
  font-family: "Lato", sans-serif; }

@media (min-width: 1520px) {
  .container {
    width: 1470px; } }
.btn.min_btn {
  border: 1px solid #fff;
  margin: 30px 0 20px 0;
  color: #fff;
  padding: 15px 25px;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .btn.min_btn.water:hover {
    background: #fff;
    color: #3584a4; }

.habitat .btn:hover {
  background: #fff;
  color: #779f55; }

.btn-default {
  background: #008A7E;
  color: #fff;
  font-family: "Lato", sans-serif; }

.btn-default:hover {
  background: #008A7E;
  color: #fff;
  font-family: "Lato", sans-serif; }

.btn-primary {
  background: #3584a4;
  color: #fff;
  border: none; }

.btn-lg {
  font-size: 1em;
  padding: 14px 45px;
  margin: 20px 0;
  font-weight: 600;
  font-family: "Lato", sans-serif; }

.apply_form .wpcf7-textarea {
  margin-bottom: 15px; }
.apply_form input[type="submit"] {
  margin-top: 15px; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #008A7E;
  display: inline-block !important;
  border-radius: 4px;
  font-family: "Merriweather", serif;
  font-size: 1em;
  color: #486067;
  padding: 10px 20px; }

.newsletter {
  margin-top: 10px;
  position: relative; }

.newsletter-email {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.newsletter-submit {
  font-family: "Lato", sans-serif;
  position: absolute;
  text-transform: uppercase;
  right: 0;
  top: 0;
  padding: 10px 20px;
  background: #008A7E;
  color: #fff;
  border: none;
  -webkit-border-radius: 4px;
  -webkit-border-top-left-radius: 1px;
  -webkit-border-bottom-left-radius: 1px;
  -moz-border-radius: 4px;
  -moz-border-radius-topleft: 1px;
  -moz-border-radius-bottomleft: 1px;
  border-radius: 4px;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

/*=================================================
 FACEBOOK OVERRIDES
=================================================*/
.fb-like {
  margin-top: 20px; }

.fb_iframe_widget iframe {
  max-width: 100% !important; }

.fb_iframe_widget span {
  max-width: 100% !important; }

.fb_iframe_widget {
  max-width: 100% !important; }

/*=================================================
  SPOODLE (you found me Dave!! GJ)
=================================================*/
#ffwd_container1_0 {
  margin-top: 30px !important;
  text-align: left !important; }

#ffwd_container1_0 #ffwd_container2_0 .blog_style_objects_conteiner_0 .blog_style_objects_conteiner_1_0 {
  width: 100% !important; }

#ffwd_container1_0 #ffwd_container2_0 .blog_style_objects_0 {
  width: 100% !important; }

#ffwd_container1_0 #ffwd_container2_0 .blog_style_object_container_0 {
  background: none !important;
  width: 42% !important;
  float: left;
  border-left: 4px solid #ddd !important;
  padding: 0 30px !important;
  margin: 0 50px !important; }

#ffwd_container1_0 #ffwd_container2_0 .blog_style_image_container_0 {
  max-width: 35%; }

#ffwd_container1_0 #ffwd_container2_0 .bwg_blog_style_img_cont_0 .ffwd_blog_style_img_0 {
  width: 100% !important; }

#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 {
  padding: 0 0 0 20px !important;
  width: 65% !important;
  font-family: "Merriweather", serif;
  color: #486067 !important;
  text-align: left !important;
  background-color: transparent !important; }

#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_messages_0 {
  color: #486067 !important;
  text-align: left !important; }

#ffwd_container1_0 #ffwd_container2_0 .bwg_blog_style_object_description_0 {
  color: #486067 !important;
  text-align: left !important; }

.ffwd_blog_style_object_from_0 {
  display: none; }

#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_more_message, #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_see_more_description {
  display: none; }

#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_blog_style_object_from_pic_container_0 img {
  display: none; }

#ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 .ffwd_from_time_post_0 {
  display: block; }

#ffwd_container1_0 #ffwd_container2_0 .ffwd_title_spun1_0 {
  background: transparent !important;
  border: none !important; }

/***
MEDIA QUIERES FOR COMMUNITY SECTION
***/
@media (max-width: 1299px) {
  #ffwd_container1_0 #ffwd_container2_0 .blog_style_object_container_0 {
    width: 100% !important;
    margin-bottom: 40px !important; } }
@media (max-width: 1180px) {
  #ffwd_blog_style_object_info_container_0 {
    padding-right: 44px !important; } }
@media (max-width: 864px) {
  #ffwd_container1_0 #ffwd_container2_0 .blog_style_image_container_0 {
    max-width: 20% !important; }

  #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 {
    width: 80% !important; } }
@media (max-width: 840px) {
  #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 {
    width: 100% !important;
    float: none !important;
    padding-right: 44px !important; }

  .blog_style_image_container_0 {
    display: none; }

  #ffwd_container1_0 #ffwd_container2_0 .ffwd_title_spun1_0 {
    padding-right: 60px !important; } }
@media (max-width: 650px) {
  #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 {
    padding-right: 25px !important; }

  #ffwd_container1_0 #ffwd_container2_0 .ffwd_title_spun1_0 {
    padding: 3px 80px 3px 0 !important; } }
@media (max-width: 480px) {
  #ffwd_container1_0 #ffwd_container2_0 .blog_style_object_container_0 {
    margin: 20px 5px !important; }

  #ffwd_container1_0 #ffwd_container2_0 .ffwd_view_on_0 {
    display: block !important;
    float: none !important;
    clear: both; }

  #ffwd_container1_0 #ffwd_container2_0 .ffwd_view_on_facebook_0 {
    margin-top: 10px !important; }

  #ffwd_container1_0 #ffwd_container2_0 .ffwd_blog_style_object_info_container_0 {
    padding: 0 !important; } }
/*
   (  )   /\   _                 (
    \ |  (  \ ( \.(               )                      _____
  \  \ \  `  `   ) \             (  ___                 / _   \
 (_`    \+   . x  ( .\            \/   \____-----------/ (o)   \_
- .-               \+  ;          (  O                           \____
                          )        \_____________  `              \  /
(__                +- .( -'.- <. - _  VVVVVVV VV V\                 \/
(_____            ._._: <_ - <- _  (--  _AAAAAAA__A_/                  |
  .    /./.+-  . .- /  +--  - .     \______________//_              \_______
  (__ ' /x  / x _/ (                                  \___'          \     /
 , x / ( '  . / .  /                                      |           \   /
    /  /  _/ /    +                                      /              \/
   '  (__/                                             /                  \


Dave RUUULLEESSSSSSSS!

That's cute :)

          _____                    _____                    _____                    _____            _____                _____                            _____                   _______                   _____                    _____                    _____
         /\    \                  /\    \                  /\    \                  /\    \          /\    \              |\    \                          /\    \                 /::\    \                 /\    \                  /\    \                  /\    \
        /::\    \                /::\    \                /::\    \                /::\____\        /::\    \             |:\____\                        /::\    \               /::::\    \               /::\    \                /::\____\                /::\    \
       /::::\    \              /::::\    \              /::::\    \              /:::/    /       /::::\    \            |::|   |                       /::::\    \             /::::::\    \             /::::\    \              /:::/    /               /::::\    \
      /::::::\    \            /::::::\    \            /::::::\    \            /:::/    /       /::::::\    \           |::|   |                      /::::::\    \           /::::::::\    \           /::::::\    \            /:::/    /               /::::::\    \
     /:::/\:::\    \          /:::/\:::\    \          /:::/\:::\    \          /:::/    /       /:::/\:::\    \          |::|   |                     /:::/\:::\    \         /:::/~~\:::\    \         /:::/\:::\    \          /:::/    /               /:::/\:::\    \
    /:::/__\:::\    \        /:::/__\:::\    \        /:::/  \:::\    \        /:::/    /       /:::/__\:::\    \         |::|   |                    /:::/__\:::\    \       /:::/    \:::\    \       /:::/  \:::\    \        /:::/____/               /:::/__\:::\    \
   /::::\   \:::\    \      /::::\   \:::\    \      /:::/    \:::\    \      /:::/    /       /::::\   \:::\    \        |::|   |                   /::::\   \:::\    \     /:::/    / \:::\    \     /:::/    \:::\    \      /::::\    \               \:::\   \:::\    \
  /::::::\   \:::\    \    /::::::\   \:::\    \    /:::/    / \:::\    \    /:::/    /       /::::::\   \:::\    \       |::|___|______            /::::::\   \:::\    \   /:::/____/   \:::\____\   /:::/    / \:::\    \    /::::::\____\________    ___\:::\   \:::\    \
 /:::/\:::\   \:::\____\  /:::/\:::\   \:::\    \  /:::/    /   \:::\ ___\  /:::/    /       /:::/\:::\   \:::\    \      /::::::::\    \          /:::/\:::\   \:::\____\ |:::|    |     |:::|    | /:::/    /   \:::\    \  /:::/\:::::::::::\    \  /\   \:::\   \:::\    \
/:::/  \:::\   \:::|    |/:::/  \:::\   \:::\____\/:::/____/     \:::|    |/:::/____/       /:::/__\:::\   \:::\____\    /::::::::::\____\        /:::/  \:::\   \:::|    ||:::|____|     |:::|    |/:::/____/     \:::\____\/:::/  |:::::::::::\____\/::\   \:::\   \:::\____\
\::/   |::::\  /:::|____|\::/    \:::\  /:::/    /\:::\    \     /:::|____|\:::\    \       \:::\   \:::\   \::/    /   /:::/~~~~/~~              \::/   |::::\  /:::|____| \:::\    \   /:::/    / \:::\    \      \::/    /\::/   |::|~~~|~~~~~     \:::\   \:::\   \::/    /
 \/____|:::::\/:::/    /  \/____/ \:::\/:::/    /  \:::\    \   /:::/    /  \:::\    \       \:::\   \:::\   \/____/   /:::/    /                  \/____|:::::\/:::/    /   \:::\    \ /:::/    /   \:::\    \      \/____/  \/____|::|   |           \:::\   \:::\   \/____/
       |:::::::::/    /            \::::::/    /    \:::\    \ /:::/    /    \:::\    \       \:::\   \:::\    \      /:::/    /                         |:::::::::/    /     \:::\    /:::/    /     \:::\    \                    |::|   |            \:::\   \:::\    \
       |::|\::::/    /              \::::/    /      \:::\    /:::/    /      \:::\    \       \:::\   \:::\____\    /:::/    /                          |::|\::::/    /       \:::\__/:::/    /       \:::\    \                   |::|   |             \:::\   \:::\____\
       |::| \::/____/               /:::/    /        \:::\  /:::/    /        \:::\    \       \:::\   \::/    /    \::/    /                           |::| \::/____/         \::::::::/    /         \:::\    \                  |::|   |              \:::\  /:::/    /
       |::|  ~|                    /:::/    /          \:::\/:::/    /          \:::\    \       \:::\   \/____/      \/____/                            |::|  ~|                \::::::/    /           \:::\    \                 |::|   |               \:::\/:::/    /
       |::|   |                   /:::/    /            \::::::/    /            \:::\    \       \:::\    \                                             |::|   |                 \::::/    /             \:::\    \                |::|   |                \::::::/    /
       \::|   |                  /:::/    /              \::::/    /              \:::\____\       \:::\____\                                            \::|   |                  \::/____/               \:::\____\               \::|   |                 \::::/    /
        \:|   |                  \::/    /                \::/____/                \::/    /        \::/    /                                             \:|   |                   ~~                      \::/    /                \:|   |                  \::/    /
         \|___|                   \/____/                  ~~                       \/____/          \/____/                                               \|___|                                            \/____/                  \|___|                   \/____/


/*=================================================
 heheh
=================================================*/
@media (min-width: 1100px) {
  .container {
    width: 1100px; } }
@media (min-width: 1300px) {
  .container {
    width: 1300px; } }
@media (min-width: 1441px) {
  .container {
    width: 1441px; } }
@media only screen and (max-width: 3000px) {
  #about-bg {
    background-size: 70% !important; }

  #member-tribes-overview {
    background-size: 80% !important; } }
@media only screen and (max-width: 1816px) {
  #about-bg {
    background-size: 80% !important; }

  .silvervalley {
    padding: 80px 0 0 30px; }
    .silvervalley p {
      padding-right: 30px; } }
@media only screen and (max-width: 1690px) {
  .silvervalley {
    padding: 60px 0 0 30px; }
    .silvervalley p {
      padding-right: 30px; } }
@media only screen and (max-width: 1520px) {
  .silvervalley {
    padding: 60px 0 0 30px; }
    .silvervalley p {
      padding-right: 30px; } }
@media only screen and (max-width: 1400px) {
  .silvervalley {
    padding: 0 0 0 30px; }
    .silvervalley h2 {
      margin-top: 10px; }
    .silvervalley p {
      padding-right: 30px; } }
@media only screen and (max-width: 1200px) {
  .silvervalley {
    padding: 0 0 0 30px; }
    .silvervalley p {
      padding-right: 30px; }
    .silvervalley h2 {
      padding-top: 0;
      margin-bottom: 30px; } }
@media only screen and (max-width: 1200px) {
  #category-wrap {
    height: auto;
    background-image: none !important; }

  .category-slider {
    position: initial;
    width: 100%;
    float: left; }

  .holder {
    position: initial;
    clear: both; }

  .cover {
    position: initial;
    float: left;
    width: 20%; }
    .cover div {
      position: initial; }

  .content {
    float: left;
    position: initial;
    width: 80%;
    padding: 38px 20px;
    height: auto; } }
@media only screen and (max-width: 990px) {
  .nav-pills > li {
    float: none;
    margin-bottom: 6px; }

  .nav-pills > li + li {
    margin-left: 0; }

  .nav-pills > li + li {
    margin-left: 0; }

  .nav-pills > li > a {
    border-radius: 0; } }
@media only screen and (max-width: 979px) {
  .silvervalley {
    padding: 0 0 0 30px; }
    .silvervalley p {
      padding-right: 30px; }
    .silvervalley h2 {
      padding-top: 30px;
      margin-bottom: 30px; }

  #colville1 .green-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px; }

  .tribe .wrap-lower {
    padding-top: 50px;
    padding-bottom: 20px; }

  .tribe #overlap-image {
    position: initial; }

  .tribe .intro2 {
    padding-bottom: 20px; }

  .about-title {
    margin: 20px 0; }

  .page-header .right-chunk {
    position: relative;
    padding: 10px 0; }

  .member-tribe ul a {
    display: block;
    padding: 20px 10px;
    border: 1px solid #ddd;
    margin: 4px 0; }

  #about-bg {
    background-size: 1500px !important;
    background-position: -80px -0px !important; }

  #about-protecting {
    margin-top: 600px; }

  .tribe .whitewrap {
    margin-top: 400px; }

  .tribe .intro {
    padding-top: 20px; }

  #colville {
    background-size: 1200px !important;
    background-position: -400px -120px !important; }

  #cda-tribe {
    background-size: 1200px !important;
    background-position: -430px -150px !important; }

  #kalispel {
    background-size: 1500px !important;
    background-position: -700px -123px !important; }

  #kootenai {
    background-size: 1840px !important;
    background-position: -700px -300px !important; }
    #kootenai .intro2 {
      padding-bottom: 20px; }

  #kootenai1 .text-wrap {
    padding: 30px 50px 30px 50px; }

  #spokane {
    background-size: 1840px !important;
    background-position: -860px -300px !important; }

  #spokane1 .text-wrap {
    padding: 50px 50px 0 50px; }

  #spokane1 .text-wrap.last {
    padding: 0 25px 50px 40px; }

  #member-tribes-overview {
    background-size: 1250px !important;
    background-position: 0 -175px !important; }
    #member-tribes-overview .member-tribe h3 {
      margin-top: 200px; }

  .member-tribe {
    background: none; } }
@media only screen and (max-width: 768px) {
  #kootenai1 .text-wrap {
    padding: 25px 25px 0 25px; }

  .dropdown-menu > .active > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0 !important;
    width: 50px;
    bottom: 5px;
    margin: 0 40px;
    background: #ddd !important;
    height: 0 !important; }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    /*background: #eee;*/ }

  .navbar-default .navbar-nav > .active > a::after {
    content: "";
    position: absolute;
    width: 50px;
    bottom: 0;
    margin-left: 15px !important;
    right: 100%;
    background: #ddd;
    height: 2px; }

  .pad-top-nav {
    padding-top: 0; }

  #kalispel1 .green-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px; }

  .tribe .intro2 {
    padding-bottom: 20px; }

  .silvervalley {
    padding: 0 30px; }
    .silvervalley p {
      padding-right: 0;
      padding-left: 0; }
    .silvervalley h2 {
      padding-top: 0;
      margin-top: 40px;
      margin-bottom: 20px; }

  #cda-blue-wrap {
    margin-top: 0; }

  .member-tribe {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 60px; }

  #about-protecting {
    margin-bottom: 0;
    margin-top: 180px; }

  .bxslider li {
    padding-bottom: 40px; }

  .grid-item {
    width: 50%; }

  #colville .intro2 {
    padding-bottom: 20px; }

  #colville1 .green-wrap {
    padding-top: 40px;
    padding-bottom: 40px; }

  #member-tribes-overview {
    background-size: 800px !important;
    background-position: 0 -86px !important; }

  #member-tribes-overview .member-tribe h3 {
    margin-top: 200px; }

  #man-pic {
    padding-right: 10px;
    padding-bottom: 10px; }

  #about-bg {
    background-size: 80% !important;
    background-position: 60% 45% !important; } }
@media only screen and (max-width: 650px) {
  .cover img {
    max-width: 50%; } }
@media only screen and (max-width: 480px) {
  #about-bg {
    background-size: 700px !important;
    background-position: -30px 275px !important; }

  #about-protecting {
    margin-top: 250px; }

  .bx-controls-direction {
    display: none; }

  .member-tribe ul a {
    display: block;
    padding: 20px 10px;
    border: 1px solid #ddd;
    margin: 4px 0; }

  .tribe .h1 {
    padding-top: 0px; }

  .tribe .whitewrap {
    margin-top: 230px; }

  .tribe .intro {
    padding-top: 20px; }

  #colville {
    background-size: 800px !important;
    background-position: -310px -20px !important; }

  #cda-tribe {
    background-size: 1000px !important;
    background-position: -450px -100px !important; }

  #kalispel {
    background-size: 1500px !important;
    background-position: 80% -163px !important; }

  #kootenai {
    background-size: 1640px !important;
    background-position: -770px -280px !important; }

  #spokane {
    background-size: 1100px !important;
    background-position: 75% -121px !important; }

  #spokane1 .text-wrap {
    padding: 50px 50px 0 50px; }

  #spokane1 .text-wrap.last {
    padding: 0 25px 50px 40px; }

  #member-tribes-overview {
    background-size: 700px !important;
    background-position: -30px -30px !important; }
    #member-tribes-overview .member-tribe h1 {
      font-size: 20px; }
    #member-tribes-overview .member-tribe h3 {
      margin-top: 250px; }

  .category-slider {
    padding-bottom: 20px; }

  .content {
    padding: 0 10px; }

  .cover p {
    font-size: .8em; }

  .recent_posts .title {
    font-size: 1.3em; }

  .recent_posts .featured_cat {
    font-size: .65em; }

  .recent_posts.fish {
    height: 300px; }

  .recent_posts.culture {
    height: 300px; }

  .recent_posts.wildlife {
    height: 300px; }

  .recent_posts.water {
    height: 300px; }

  .recent_posts.habitat {
    height: 300px; }

  #featured_post {
    background-size: 150% auto !important;
    background-repeat: no-repeat !important; }
    #featured_post .btn.min_btn {
      width: 100%; }
    #featured_post .featured_content {
      position: relative;
      padding: 60% 0 0 0;
      height: 100%;
      width: 100%; }
      #featured_post .featured_content .nofloat {
        padding-top: 1px; }

  .fish .nofloat {
    background-color: #f58c79; }

  .water .nofloat {
    background-color: #3584a4; }

  .wildlife .nofloat {
    background-color: #926b87; }

  .habitat .nofloat {
    background-color: #779f55; }

  .culture .nofloat {
    background-color: #6b7b82; }

  .article-content p {
    padding: 0; }

  #about_page_top {
    background-position: 0 0 !important;
    background-size: 100% auto !important; }
    #about_page_top .content-wrap {
      background: #3584a4;
      margin-top: 37%; }

  #policy-commission-header {
    background-size: 100% auto !important; }
    #policy-commission-header .content-wrap {
      margin-top: 33%;
      background: #3584a4; }

  .cover img {
    max-width: 50%; }

  #staff-header {
    background-size: 100% auto !important; }
    #staff-header .content-wrap {
      margin-top: 31%;
      background-color: #3584a4; } }

/*# sourceMappingURL=looks.css.map */
