/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes + Flair Designs
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

/* fix for weird spacing 2020-02-20 JG */
@media only screen and (min-width:1350px) {
 .et-db #et-boc .et_pb_row {
  padding:inherit!important;
 }
 .et-db #et-boc .et_pb_section {
  padding:inherit!important;
 }
 .single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
  padding-top:inherit!important;
 }
}

/* =Theme customization starts here
------------------------------------------------------- */
body {
    line-height: 1.7em!important;
    font-family: 'dinregular'!important;
    font-size: 1.0em!important;
}

@font-face {
	font-family: 'clarendon_btbold';
	src: url('fonts/clarendonbt-bold-webfont.eot');
	src: url('fonts/clarendonbt-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/clarendonbt-bold-webfont.woff2') format('woff2'),
		 url('fonts/clarendonbt-bold-webfont.woff') format('woff'),
		 url('fonts/clarendonbt-bold-webfont.ttf') format('truetype'),
		 url('fonts/clarendonbt-bold-webfont.svg#clarendon_btbold') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'dinregular';
	src: url('fonts/din-webfont.eot');
	src: url('fonts/din-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/din-webfont.woff2') format('woff2'),
		 url('fonts/din-webfont.woff') format('woff'),
		 url('fonts/din-webfont.ttf') format('truetype'),
		 url('fonts/din-webfont.svg#dinregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* making action network embeds look more like PFT: 2018-11-01 and 2019-01-24 */
.can-minimal h2,
.can-minimal h4,
.can-minimal .action_owner {
	display: none!important;
}
.can-minimal input[type=submit] {
	display: inline-block!important;
	font-weight: bold!important;
	font-family: 'clarendon_btbold'!important;
	font-size: 16px!important;
	text-transform: uppercase!important;
	border-radius: 8px!important;
	color:#79bde8!important;
	background-color:inherit!important;
	border:2px solid #79bde8!important;
	position: relative!important;
    padding: 0.3em 1em!important;
	line-height:1.7em!important;
	letter-spacing:inherit!important;
}
.can-minimal input[type=submit]:hover {
	background-color: #458ebb!important;
	color:#fff!important;
	padding:6px 20px!important;
	border:2px solid transparent!important;
}

#can-form-area-pfts-forest-fete-find-out-more h2,
#can-form-area-subscribe-2 h2 {
	display: none!important;
}

/* end temp action network stuff */

/* responsive video embed by Jason 20180614 - not used - needs more testing */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* minor hacks by Jason 20180316 and 20180625 and 20180820 */

body.et_divi_theme .gform_wrapper .gfield_radio li label { font-size:1.1em; }
body #gform_wrapper_19, body #gform_wrapper_9 { margin: 2px 0; }
body #gform_wrapper_19 ul li.gfield, body #gform_wrapper_9 ul li.gfield { margin-top: 2px; }
body #gform_wrapper_19 ul li.field_description_below div.ginput_container_checkbox, body #gform_wrapper_19 ul li.field_description_below div.ginput_container_radio, body #gform_wrapper_9 ul li.field_description_below div.ginput_container_checkbox, body #gform_wrapper_9 ul li.field_description_below div.ginput_container_radio { margin-top: 2px; }
body .gform_wrapper .top_label div.ginput_container, body .gform_wrapper ul li.gfield, body .gform_wrapper li.hidden_label input { margin-top: 2px; margin-bottom: 2px; }
body .gform_wrapper .gform_footer { margin: 2px 0 2px!important; padding: 0.5em 0 0.5em!important; }
body .gform_wrapper .gfield_checkbox li input[type=checkbox], body .gform_wrapper .gfield_radio li input[type=radio] { font-size: larger; }

/* end of Jason's minor hacks */

/* 2021 fete sponsorship form */
#gform_wrapper_33 {
  padding: 10px 20px 20px;
  background: #f7f7f7;
}
#gform_wrapper_33 .gfield_radio li input[type=radio] {
  margin: 9px 5px 0 0;
  vertical-align: top;
}
#gform_wrapper_33 ul.gform_fields li#field_33_73 {
  margin-left: 22px !important;
}
#gform_wrapper_33 ul.gform_fields li#field_33_52 > label {
  text-transform: uppercase;
}
#gform_wrapper_33 ul.gform_fields li.section-break {
  margin: 25px 0;
  opacity: 0;
}
#gform_wrapper_33 .gfield_radio li label {
  max-width: 95%;
}


/* fancy new OL style */

ol.fancy {
  list-style-position: outside;
  list-style: none;
  counter-reset: my-awesome-counter;
}
ol.fancy li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
ol.fancy li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 1.4rem;
  font-family: 'clarendon_btbold';
  font-weight: bold;
  text-transform:uppercase;
  position: absolute;
  top: -0.1rem;
  left:-1.8rem;
  width:1.6rem;
  height:1.6rem;
  background: #009448;
  border-radius: 50%;
  text-align: center;

}
/* end fancy new OL style */


body {
  font-family: Montserrat, sans-serif;
}
/* customizations that have been implemented using Divi but that could be in the stylesheet - 20180718 */
article.species div.header-content h1 {
	font-size: 35px;
	text-shadow: 1px 1px 2px black;
}
/* end of customizations that have been implemented using Divi but that could be in the stylesheet */

/* minor responsive fixes by Jason 20170919 and 20171127 and 20180705 */

body .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
	width: 95%;
	max-width: 1500px;
}

@media only screen and (max-width:1100px) {
#et-secondary-nav, nav#top-menu-nav { padding-right:.5em; }
body.single-post #generalsection, a.post-edit-link { padding-left:.5em; }
}

@media only screen and (max-width:979px) {
     .sponsor-box {
		 display: inline;
		 padding: 1em 0;
	}

}
@media only screen and (min-width:980px) {
     .sponsor-box {
		 display: inline-block;
		 margin-top: 100px;
		 margin-left: 10px;
		 margin-right: 10px;
		 max-width: 300px;
		 text-align: center;
	}
}

@media only screen and (max-width:981px) {
     div#nav_menu-4.et_pb_widget.widget_nav_menu { padding-left: .5em; }
     div#custom_html-2.widget_text.fwidget.et_pb_widget.widget_custom_html { float:none!important; }
}

div#custom_html-3.widget_text.fwidget.et_pb_widget.widget_custom_html
{ width:inherit!important; min-width:100%!important; }

/* end of Jason's responsive fixes */

#featured_box_green {
  background-color: #9fa642;
  padding: 10px;
}

#featured_box_green h3 {
  color: #fff!important;
  text-align: left;
}

#featured_box_green p {
  color: #fff!important;
}

#featured_box_green h4 {
  color: #fff!important;
  margin-bottom: 5px;
}

#featured_box_blue .et_pb_post h2 a {
  color: #fff!important;
}

#featured_box_blue h2 {
  margin-top: 10px;
}

#featured_box_blue .et_pb_post {
  margin-bottom: 0px!important;
color: #fff!important;
padding-bottom: 0px!important;
}

#featured_box_blue h3 {
  color: #fff!important;
}

#featured_box_blue p {
  color: #fff!important;
}

#featured_box_blue h4 {
  color: #fff!important;
  margin-bottom: 5px;
}

blockquote p
{ margin-top: 1em; margin-bottom:1em; }

#latest .projects-list-wrapper {
  padding-top: 10px;
}

.facttext h4 {
  margin-bottom: 0px;
}

h4 {
  margin-bottom: -10px;
  margin-top: 10px;
}

.et_pb_map_container.factmap {
  margin-top: 40px;
}

.fact-block p {
  font-size: 1.0em!important;
  line-height: 1.2em!important;
  padding-top: 8px;
}

.et_pb_section.matters.et_section_regular h4 {
  text-align: left;
}


div#newsside h3 {
  text-align: left!important;
  font-size: 1em;
}

#newsside p {
  font-size: 1em!important;
  line-height: 1em;
}

.widget_crb_archive_widget .cat-switch a, .widget_crb_archive_widget .year-switch a {
  font-family: 'dinregular'!important;
}

.islider .et_pb_slide_description h2 {
  color: #fff!important;
  text-align: left!important;
  padding-top: 0px;
  padding-bottom: 0px!important;
  margin-top: 170px;
}

.islider .et_pb_slide_description{
  color: #fff!important;
  text-align: left!important;
  padding-top: 0px;
  padding-bottom: 0px!important;
}

#conservation_slide .et_pb_slide_description{
  margin: 100px;
  border: 2px solid #79bde8;
  padding: 20px;
  background-color: rgba(0,0,0,0.45);
  text-shadow: 1px 1px 2px black;
}

#pagetitle h3 {
  font-size: 1em;
  text-align: left;
  font-family: 'dinregular';
}

#pagetitle h2 {
  text-align: left;
  font-size: 2em!important;
}

/*New EDITS 081415*/

/*Pre Header Style*/

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3649 {
    border: 1px solid #43853e;
    padding: 12px 5px 2px 7px!important;
    border-radius: 0px;
    padding-bottom: 0px!important;
    background-color: #43853e;
    margin-bottom: 15px;
    margin-top: -70px;
    height: 36px;
}

#top-header {
    height: 30px;
}

/*End ofPre Header Style*/

#main-content {
  margin-top: 0px;
}

.container, .et_pb_row {
    width: 100%;
}

.et_pb_slider .et_pb_container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
   /* margin-left: -70px; KC-9.2.15 */
    min-height: auto!important;
}

sup {
	position: relative;
	bottom: 0.5em;
	font-size:0.75em;
}

sub {
	position: relative;
	top: 0.3em;
	font-size:0.75em;
}


.donate-box {
    color: #333;
    background: rgba(255,255,255,1)!important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    float: right;
    right: -100px!important;
}



.sflcta { /* custom springs for life CTA based on genericized CTA styles */
  background-color: #79bde8;
  padding-top: 2em!important;
  margin-top: 1.5em!important;
  padding-bottom: 2em!important;
  margin-bottom: 1.5em!important;
}

.sflcta .description h2 {
    color: #050505!important;
    font-size: 24px;
    font-family: 'dinregular';
    text-transform: none;
    font-weight: normal;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: .5px!important;
    margin-top: .5px!important;
    line-height: 24px;
    text-align: center;
}

.sflcta .et_pb_button {
  display: inline-block;
  text-align: center;
  color: #43853e;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 2px solid #43853e!important;
  background-color: #fff!important;
  max-width: 300px;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  padding: 6px 20px!important;
  margin-top: 0px;
}

.sflcta .et_pb_button:hover {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: #43853e!important;
  max-width: 300px;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  padding: 6px 20px!important;
  border: 0px;
  color: #fff!important;
  margin-top: 0px;
}



.cta { /* generic CTA styles based on existing styles */
  background-color: transparent!important;
  border: 2px solid #050505;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cta .description h2 {
    color: #050505!important;
    font-size: 24px;
    font-family: 'dinregular';
    text-transform: none;
    font-weight: normal;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
}

.cta .et_pb_button {
display: inline-block;
  color: #050505;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 2px solid #050505!important;
  width: 200px;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  padding: 6px 20px!important;
  margin-top: 0px;
}

.cta .et_pb_button:hover {
  display: inline-block;
  color: inherit;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: #050505!important;
  width: 200px;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  padding: 6px 20px!important;
  border: 0px;
  color: #fff!important;
  margin-top: 0px;
}


#homedonatecta {
  background-color: transparent!important;
  border: 2px solid #43853e;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#homedonatecta .et_pb_promo_description h2 {
    color: #43853e!important;
    font-size: 24px;
    font-family: 'dinregular';
    text-transform: none;
    font-weight: normal;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
}

#homedonatecta .et_pb_promo_button {
display: inline-block;
  color: #43853e;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 2px solid #43853e!important;
  width: 200px;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  padding: 6px 20px!important;
  margin-top: 0px;
}

#homedonatecta .et_pb_promo_button:hover {
  display: inline-block;
  color: inherit;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: #43853e!important;
  width: 200px;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  padding: 6px 20px!important;
  border: 0px;
  color: #fff!important;
  margin-top: 0px;
}

#homeactioncta {
  background-color: transparent!important;
  border: 2px solid #a55531;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;

}

#homeactioncta .et_pb_promo_description h2 {
    color: #a55531!important;
    font-family: 'dinregular';
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    padding-bottom: 0px;
    margin-bottom: 0px;
}



#homeactioncta .et_pb_promo_button {
  display: inline-block;
  color: #a55531;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: transparent;
  width: 200px;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  padding: 6px 20px!important;
  border: 2px solid #a55531;
  margin-top: 0px;
}

#homeactioncta .et_pb_promo_button:hover {
  display: inline-block;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: #a55531!important;
  width: 200px;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  padding: 6px 20px!important;
  border: 2px solid;
  color: #fff!important;
  margin-top: 0px;
}

#homelegacycta {
  background-color: transparent!important;
  border: 2px solid #a0a21b;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#homelegacycta .et_pb_promo_description h2 {
    font-size: 24px;
    font-family: 'dinregular';
    line-height: 24px;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #a0a21b!important;
}

#homelegacycta .et_pb_promo_button {
  display: inline-block;
  color: #a0a21b;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: transparent;
  width: 200px;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  padding: 6px 20px!important;
  border: 2px solid #a0a21b;
  margin-top: 0px;
}

#homelegacycta .et_pb_promo_button:hover {
  display: inline-block;
  color: inherit;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: #a0a21b!important;
  width: 200px;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  padding: 6px 20px!important;
  border: 2px solid;
  color: #fff!important;
  margin-top: 0px;
}

/*General Layout Edits*/

h1, h2, h3, h4, h6 {
  color: #458ebb;
  line-height: 1em;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  /* text-align: left; */
  text-transform: uppercase;
  margin-bottom: 15px;
}

#generalsection {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 981px) {
  #page-top-yearend {
      margin-top: 30px;
  }
}

#fullfactoid {
    padding: 30px;
}


#factoidshell {
    padding-top: 50px;
    padding-bottom: 50px;
}

#factoid {
    border: 2px solid #79bde8;
    padding: 20px;
    background-color: rgba(0,0,0,0.45);
}

#accountability {
    padding: 30px;
}


#protectfeatured {
    margin-top: 20px;
    margin-bottom: 20px;
}

#wildlife {
    padding-top: 30px;
    padding-bottom: 30px;
}

.longh2 {
  border-top: 2px solid #eaeaea;
  padding-top: 50px!important;
  margin-top: 50px!important;
}

#partners {
    margin-bottom: 50px;
}

#habitats {
    margin-bottom: 50px;
}

.wide-4-grid .crb-posts-list-item .thumbnail-link {
   width: 100%!important;
}

.continuous-flow .crb-posts-list-item .thumbnail-link {
   width: 100%!important;
}

.project-box .help-ribbon {
  position: absolute;
  top: 10px!important;
  right: 0;
  background: #00954f!important;
  padding: 0 6px;
  color: #fff;
  text-transform: uppercase!important;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
  height: 34px;
  box-shadow: -2px 2px 7px #0A0A0A;
}


.longh2 h4 {
    font-size: 12px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.longh2 p {
   margin-top: 0px;
   margin-bottom: 10px;
}

/*End of General Layout Edits*/

/*Floating Menu Edits*/

.floating-menu {
    width: 1278px!important;
    background: #458ebb!important;
    padding: 10px!important;
    margin-top: 0px;
    margin-left: -100px;
    margin-right: auto;
}

.floating-menu-fixed .floating-menu {
    position: fixed;
    left: 0;
    top: 124px!important;
    z-index: 99000!important;
    padding: 10px 0!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.floating-menu li a {
    font-size: 18px;
    line-height: 24px;
    display: block;
    position: relative;
    color: #fff;
}

/*Floating Menu Edits*/

/*What We Are Doing Pull*/

.project-box h3 {
    font-size: 19px;
    line-height: 20px;
    padding: 10px 0 0;
    font-family: 'dinregular';
    color: #458ebb;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}

.project-box p {
    line-height: 1.7em!important;
    font-family: 'dinregular'!important;
    font-size: 15px;
    width: 100%;
    text-align: left;
}

/*End of What We Are Doing Pull*/

/* Conservation Projects page revised Pull 2019 JLG */

.project-box h3.larger-project-headline {
    font-size: 23px;
    line-height: 24px;
    min-height: 48px;
    padding: .5em 0 .5em;
    font-family: 'dinregular','Abel',sans-serif;
    color: #458ebb;
    text-align: center;
    width: 100%;
}

.project-box h4.project-data {
    font-size: 14px;
    line-height: 18px;
	padding-top:0px;
	color: #458ebb;
    text-align: center;
    margin: 0 auto;
}

.et_pb_text.et_pb_bg_layout_light.et_pb_text_align_left.justified-text.min-height-project p,.et_pb_text.et_pb_bg_layout_light.et_pb_text_align_left.justified-text.min-height-project {
    font-size: 15px;
    line-height: 19px;
    min-height: 76px;
    font-family: 'dinregular';
    width: 100%;
    text-align: left;
}

/* End of Conservation Projects page revised Pull 2019 JLG */

/*Project Slider Style Edits*/

.projects-slider-wrapper-inner {
    /*margin-bottom: 20px;*/
    margin-top: 20px;
}

/*End ofProject Slider Style Edits*/

/*General CTA Module Styles*/

#donatebutton .et_pb_promo_description {
    color: #43853e!important;
    font-size: 14px;
    font-family: 'dinregular';
    text-transform: none;
    font-weight: normal;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 24px;
    text-align: center;
}

#donatebutton .et_pb_promo_description h2 {
  color: #43853e!important;
  text-align: center;
  text-transform: none;
  padding-bottom: 0px!important;
}


/*End of General CTA module Styles*/

/*Featured Box Styles*/

#featured_box_blue {
    background-color: #458ebb;
    padding: 20px;
}

/*Footer Style Edits*/

#et-footer-nav {
  background-color: transparent!important;
  margin-top: -10px;
  width: 100%;
}

.copy {
    margin-left: 90px;
    margin-top: 0px;
    color: #000;
}

/*End of Footer Style Edits*/


/*General Button Edits*/


a.et_pb_promo_button.et_pb_button {
    margin-top: 30px;
	width:auto;
}

.waystogive a.et_pb_promo_button.et_pb_button { /* buttons need to be closer to their descriptions on the ways to give page */
    margin-top: 0px!important;
    margin-bottom: 20px;
	width:auto;
}

a.et_pb_button {
	width:auto;
}

a.et_pb_more_button {
	width:auto;
}

.et_pb_promo_button:hover {
    background-color: #458ebb!important;
}

/*End of General Button Edits*/


/*End ofNew EDITS 081415*/




/*
.et_pb_text.et_pb_bg_layout_light.et_pb_text_align_left.tabby {
  margin-bottom: 20px!important;
}

.et_pb_text {
margin-bottom: 10px!important;
}
*/

.tabs-nav-wrapper a {
  display: inline-block;
  vertical-align: top;
  font-size: 20px!important;
  line-height: 18px;
  padding: 10px 25px!important;
  border: 1px solid #fff;
  color: #458ebb;
}

p.post-meta {
  font-size: 1em!important;
}

.et_pb_post .post-meta a, .et_pb_portfolio_item .post-meta a {
  text-decoration: none;
  color: #79bde8!important;
}

h4.widgettitle {
  text-align: left!important;
  font-size: 1em;
}

.activity-block {
  margin-bottom: 20px!important;
}

.tabs-nav-wrapper {
  font-size: 0;
  line-height: 0;
  border-top: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
  padding-top: 30px!important;
  padding-bottom: 15px!important;
}


.tabs-nav-wrapper a.current-tab {
  color: #458ebb;
  border-color: #458ebb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tweet-wrapper p {
  font-size: 1em!important;
  line-height: 1em!important;
}

.et_pb_post  {
  margin-bottom: 30px;
}

.et_pb_post h2 {
  margin-top: 30px;
  text-align: left;
  font-size: 1.5em;
  text-transform: none!important;
  margin-bottom: 0px;
}

/*feature thumbnails alongside post titles on blog page*/

#imgleft .et_pb_post a img{
  max-width: 350px!important;
  float: left;
  left: 0;
  padding-right: 14px;
}

@media only screen and (max-width: 980px) {
.et_pb_post a img{
  float:none;
  max-width: 250px!important;}}


input#gform_submit_button_1 {
  margin-bottom: 20px;
  background-color: transparent;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #79bde8;
  width: 300px;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  color: #79bde8;
  text-transform: uppercase;
  font-size: 16px;
}

input#gform_submit_button_1:hover {
  margin-bottom: 20px;
  background-color: #79bde8;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #79bde8;
  width: 300px;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.et_pb_promo_button:hover, .et_pb_newsletter_button:hover {
  text-decoration: none;
  background-color: #458ebb;
  color: #fff!important;
  padding: 6px 20px!important;
}

/*
#et_top_search {
margin-top: 35px;
} */


/*
.et_nav_text_color_light #et-secondary-nav a {
color: #fff!important;
}  */

/*
#main-header {
  padding-top: 10px;
} */





.et_pb_widget_area_left {
  border-right: 0px;
}
#homectablurbs {
  padding: 20px 0px;
}




/*
.et_nav_text_color_light #et-secondary-nav a:hover {
color: #eaeaea!important;
} */

/*
#et-secondary-nav, #et-secondary-nav li {
  display: inline-block;
  font-size: 1.1em;
  padding-top: 5px;
  color: #fff!important;
} */






/*
.et_pb_bg_layout_dark .et_pb_slide_content p {
  color: #b7b207;
  text-transform: uppercase;
  font-size: 31px;
  width: auto;
  display: inline-block;
  margin-left: auto;
}
*/
#factoid a.et_pb_promo_button {
  border: 2px solid #b7b208;
  color: #b7b208;
}



#factoid .et_pb_promo_button:hover {
  display: inline-block;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 16px;
  text-transform: uppercase;
  background-color: #b7b208!important;
  color: #fff!important;
  padding: 6px 20px!important;
  border-radius: 8px;
}

.et_pb_blurb h4 {
  padding-bottom: 5px;
  color: #e1e1e1;
}

#stake .et_pb_column_1_3 {
  width: 360px;
  margin-right: 0px;
  margin-left: 0px;
}

#stake .stakeblurb {
  width: 40%;
  float: left;
  margin-right: 30px;
  margin-left: 0px;
}

#stake .et_pb_blurb h4 {
  padding-bottom: 5px;
  font-size: 13px;
  text-align: center;
  font-family: 'dinregular';
color: #666;
}

#completed {
    margin-top: -20px;
    margin-bottom: 0px;
}

#donatebutton {
  background-color: transparent!important;
  border: 2px solid #43853e;
  border-radius: 8px;
  color: #000!important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#donatebutton a.et_pb_promo_button {
  display: inline-block;
  color: #43853e;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 2px solid #43853e!important;
  width: 200px;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  padding: 6px 20px!important;
}

#donatebutton a.et_pb_promo_button:hover {
  display: inline-block;
  color: inherit;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 8px;
  background-color: #43853e!important;
  width: 200px;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  padding: 6px 20px!important;
  border: 0px;
  color: #fff!important;
}


#adoptbutton {
  background-color: transparent!important;
  border: 2px solid #a55531;
  border-radius: 8px;
  color: #000!important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#adoptbutton .et_pb_promo_description p {
  text-align: center;
}

#adoptbutton .et_pb_promo_description h2 {
  color: #a55531!important;
  text-align: center;
  text-transform: none;
  padding-bottom: 0px!important;
}

#adoptbuttoncustom .et_pb_promo_description h2 {
  color: #a55531!important;
  text-align: left;
  text-transform: none;
}


#adoptbutton a.et_pb_promo_button {
  display: inline-block;
  color: #a55531;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 15px;
  text-transform: uppercase;
  background-color: transparent;
  width: 200px!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  padding: 6px 20px!important;
  border: 2px solid #a55531!important;
  border-radius: 8px!important;
}

#adoptbutton a.et_pb_promo_button:hover {
  display: inline-block;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 8px!important;
  background-color: #a55531;
  width: 200px!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  padding: 6px 20px!important;
  border: 2px solid #a55531!important;
  color: #fff!important;
}

div#adoptbuttoncustom {
background-color: transparent!important;
  border: 2px solid #a55531;
  border-radius: 8px;
  color: #000!important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#adoptbutton .et_pb_promo_description {
  padding-bottom: 20px;
  text-align: left;
}

#adoptbuttoncustom a.et_pb_promo_button {
  display: inline-block;
  color: #a55531;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 15px;
  text-transform: uppercase;
  background-color: transparent;
  width: 135px!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  padding: 6px 20px!important;
  border: 2px solid #a55531!important;
  border-radius: 8px!important;
}

.tabs-nav-wrapper {
  font-size: 0;
  line-height: 0;
  margin-bottom: 40px;
}

.mc4wp-form label {
  font-size: 1em;
  margin: 6px 0;
  display: none!important;
}

#adoptbuttoncustom a.et_pb_promo_button:hover {
  display: inline-block;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 8px!important;
  background-color: #a55531;
  width: 135px!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  padding: 6px 20px!important;
  border: 2px solid #a55531!important;
  color: #fff!important;
}

#adoptbuttoncustom .et_pb_promo_description {
  padding-bottom: 20px;
  text-align: left;
}

.internalhead {
  font-family: 'clarendon_btbold';
  color: #fff;
  float: left;
  font-size: 44px;
  margin-top: -139px;
}

#internalslider .internalsub {
  float: left;
  color: #fff;
  font-family: 'dinregular';
  text-transform: none;
  font-size: 20px;
  margin-top: -57px;
}
#stake h2 {
  margin-bottom: 0px;
}


.et_pb_main_blurb_image {
  text-align: center;
  margin-bottom: -10px;
}

.has-carbon-breadcrumbs.has-slider .carbon-breadcrumbs-inner {
  margin-left: 100px!important;
  margin-top: 280px!important;
}

div#experts {
  margin-bottom: -50px;
}

.presscontent h4 {
  margin-bottom: 0px;
}


.et_pb_text.et_pb_bg_layout_light.et_pb_text_align_left.headingtitle h4 {
  margin-bottom: 0px;
}

#stake {
  margin-bottom: -10px;
}


.innercta1 {
  margin-top: -30px;
  margin-bottom: 10px;
}




.et_pb_section.matters.et_section_regular h4 {
  text-align: left;
  margin-bottom: 0px;
}


.floating-menu-fixed {
top: 224px!important;
}

#top-header {
  z-index: 2 !important;
}
#main-header {
/* z-index: 999999!important; */
z-index: 3 !important;
}






p {
	padding-bottom: 1em;
	line-height: 1.7em;
	font-family: 'dinregular';
	font-size: 1.0em;
}


.et_pb_row {
  width: 1080px;
  margin: 0 auto;
  padding: 0px 0 0 0;
  position: relative;
}

h5 {
  color: #458ebb;
  padding-bottom: 10px;
  line-height: 1.7em;
  font-weight: bold;
  font-family: 'dinregular';
  text-align: left;
  text-transform: none;
  font-size: 21px;
}



.et_pb_text.et_pb_bg_layout_light.et_pb_text_align_left.presscontent h3 {
  text-align: left!important;
}



/*
#top-header, #et-secondary-nav li ul {
  background-color: #79bde8!important;
} */

.et_pb_section {
  padding: 0 0;
  position: relative;
}


.et_pb_promo_button {
	display: inline-block;
	color: inherit;
	font-weight: bold;
	font-family: 'clarendon_btbold';
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 8px;
}


.et_pb_promo_description h2 {
  color: #458ebb!important;
}





/*
img#logo {
max-height: 100px!important;
} */




#top-menu li.current-menu-item > a, .fullwidth-menu li.current-menu-item > a {
  font-weight: bold;
}

/* #main-header nav#top-menu-nav {
   padding-top: 20px;
   } */
/* adjust positions of main navigation menu text wrt top */

/* #main-header .container {
   max-height: 90px;
   }  */
/* the prior item had been left uncommented due to bad comment nesting - commented again on 6-14-18 */

#top-menu a {
  color: #555;
}



#factoid .et_pb_promo_description h2 {
  color: #b7b208!important;
  text-transform: none;
  text-align: center;
  margin-bottom: 0px;
}

#completed .et_pb_promo_button {
  display: inline-block;
  color: inherit;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 13px;
  border-color: #458ebb!important;
  color: #458ebb;
}


.et_fixed_nav #logo {
  max-height: 85px;
  margin-bottom: 0;
  margin-top: -20px;
  z-index: 100000;
  /* padding: 7px; */
}

/* Added to set minimum size of logo when scaling/scrolling */
.et-fixed-header #logo {
  max-height: 85px!important;
  padding:0!important;
}

/*
#et-secondary-nav > li:last-child:hover {
    margin-right: 0;
    background-color: #43853e;
    color: #000!important;
} */

#top-menu a {
  color: #666;
  font-size: 1.3em;
}


/*
.et-fixed-header #top-menu > li > a {
  padding-bottom: 15px;
  margin-top: 20px;
} */

a.et_pb_more_button {
  color: inherit;
  text-shadow: none;
  text-decoration: none;
  display: inline-block;
  border-radius: 13px;
  padding: 6px 20px;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 30px;
  padding-left: 30px;
}





.factoidheading {
  font-family: 'clarendon_btbold';
  color: #fff!important;
  font-size: 53px;
  text-align: left;
}


#Factoid_Bottom .et_pb_slide_content {
  margin-top: 83px;
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-left: -40px;
}
.factoidtext {
  font-family: 'clarendon_btbold';
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 14px;
  padding-top: 16px;
  text-transform: none;
}

#Factoid_top .et_pb_slide_description {
  padding-bottom: 109px!important;
}

#Factoid_center .et_pb_slide_content {
  border-bottom: 0px;
}

#Factoid_Bottom .et_pb_slide_description {
  padding-bottom: 0px!important;
}

#Factoid_Bottom, #Factoid_center, #Factoid_top {
  height: 250px;
}

#Factoid_center .et_pb_slide_content {
  border-bottom: 0px;
  margin-top: 20px;
  margin-left: -40px;
}
#Factoid_top .et_pb_slide_content {
  margin-top: -60px;
  margin-left: -40px;
  border-bottom: 0px;
}

#homecta {
  height: 240px;
}

#homecta .et_pb_promo_description h2 {
  color: #fff!important;
}

div#innercta {
  margin-bottom: -30px;
}



#innercta .et_pb_promo_button {
  display: inline-block;
  color: inherit;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 13px;
  border-color: #78bde8;
  color: #78bde8;
  margin-bottom: 50px;
}


#internalmainslider .et_pb_slide_content {
  border-bottom: 0px;
}

#internalmainslider {
  height: 410px;
margin-top:-10px;
}

#helpconserve {
  margin-top: 30px;
  padding-top: 20px;
}

.cta-1-4 h5 {
  color: #43853e!important;
  margin-bottom: -15px;
}

.et_pb_promo.cta-1-4 a.et_pb_promo_button {
  color: #43853e;
  width: 78%;
  text-align: center;
}

.et_pb_promo.cta-1-4 a.et_pb_promo_button:hover {
  background-color: #43853e;
  width: 78%;
  text-align: center;
}

a.et_pb_more_button:hover {
  color: inherit;
  text-shadow: none;
  text-decoration: none;
  display: inline-block;
  border-radius: 13px;
  padding: 6px 20px!important;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  font-size: 16px;
  text-transform: uppercase;
background-color:#fff;
	color:#000;
padding-right: 30px!important;
  padding-left: 30px!important;
}


.et_pb_pricing_table_button:hover:after,
.et_pb_promo_button:hover:after,
a.et_pb_more_button:hover:after,
.et_pb_newsletter_button:hover:after,
.comment-reply-link:hover:after { display: none; }

.et_pb_promo.cta-1-4 {
  padding: 10px;
  background-color: transparent!important;
  border: 2px solid #43853e;
  border-radius: 8px;
}

.cta-1-4 p {
  color: #000!important;
  font-family: 'dinregular';
}


.et_pb_promo.cta-1-4 h2 {
  margin: 0;
  color: #43853e!important;
}



#footer-info {
    text-align: left;
    color: #fff;
    padding-bottom: 10px;
    float: left;
    background-color: #b7b433;
    font-size: 13px;
    padding-top: 10px;
    width: 100%;
}

.copyright {
  float: left;
  margin-top: -1px;
  text-indent: 100px;
  margin-bottom: -10px;
  width: 100%;
  background-color: #b7b208;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  margin-left: auto;
}

#newscontent {
  margin-top: 50px;
}

#footer-bottom {
  background-color: #fff!important;
}

.copyright a {
  color: #fff!important;
  font-weight: bold;
}

.subscribe p {
    color: #000;
    margin-bottom: 15px!important;
}

.subscribe a {
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
  color: #458ebb;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  border: 2px solid #458ebb;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.subscribe a:hover {
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  border: 2px solid #458ebb;
background-color: #458ebb;
  padding-right: 50px!important;
  padding-left: 50px!important;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}






 .textwidget img {
  max-width: 300px!important; /* formerly 330px */
  margin-top: -10px;
}

 .textwidget p {
  margin: 15px 0 30px 0;
  line-height: 14px;
}

 .textwidget p.contact {
  margin: 15px 0 30px 0;
  line-height: 18px;
  font-size:smaller;
}

 .textwidget p.contact a {
  color: #5d91b2!important;}


#footer-bottom {
  background-color: #fff!important;
}

.inputbox {
  border: 1px solid #222;
  height: 30px;
  margin-bottom: 10px;
}

.inputbox {
  padding-left: 10px;
}

/* .textwidget {
  color: #000;
} */


#footer-widgets {
  padding-top: 30px;
}

#main-footer {
  background-color: #fff!important;
  border-top: 2px solid #7abde8;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
margin-top: 40px;
}




.et_pb_text.et_pb_bg_layout_light.et_pb_text_align_left.facttext {
  margin-bottom: 0px;
}

.et_pb_slide_description {
  padding: 210px 100px 0 100px;
}


.bottom-nav a {
  color: #458ebb!important;
}




.floating-menu-inner {
  width: 1050px!important;
  margin: 0 auto;
}



#Factoid_Bottom .et_pb_slide_content {
  margin-top: 42px;
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-left: -40px;
  display: inherit;
}


#Factoid_Bottomsquare .et_pb_slide_content {
  margin-top: 42px;
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-left: -40px;
  display: inherit;
}

#Factoid_Bottomsquare .factoidtext {
  font-family: 'clarendon_btbold';
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 14px;
  padding-top: 16px;
  text-transform: none;
  margin-left: 38px;
  margin-bottom: 10px;
  width: 100%;
}

#Factoid_Bottomsquare {
  max-width: 250px;
  max-height: 200px;
}

#Factoid_Bottomsquare .factoidheading {
  font-family: 'clarendon_btbold';
  color: #fff!important;
  font-size: 43px;
  text-align: left;
  margin-left: 30px;
}

#Factoid_Right {
  max-height: 200px;
}

#Factoid_Right .et_pb_slide_description {
  margin-top: -50px;
  text-align: right;
  padding-right: 25px;
  padding-bottom: 0px;
}

#Factoid_Right .factoidtext {
  text-align: right;
padding-top:6px;

}

#Factoid_Right .factoidheading {
  font-family: 'clarendon_btbold';
  color: #fff!important;
  font-size: 53px;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 8px;
}
#Factoid_Right .et_pb_slide_content {
  text-align: right;
}


#Factoid_Center {
  max-height: 160px;
}

#Factoid_Center .et_pb_slide_description {
  padding-top: 40px;
  padding-bottom: 0px;
}

#Factoid_Center .factoidheading {
  text-align: center;
}

#Factoid_Center .factoidtext {
  text-align: center;
  line-height: 19px;
}

.cl { font-size: 0; line-height: 0; height: 0; clear: both; }

.gform_footer,
.ginput_container input[type="text"] { width: 100%; }
body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_required {
  display: none;
}


#TB_overlay {
  z-index: 999999999999999999999999 !important;
}
#TB_window {
  z-index: 99999999999999999999999999999 !important;
}
#left-area ul, .entry-content ul, .comment-content ul { list-style: inherit; padding: 0; font-size: 1.0em!important; }

#et-top-navigation a { white-space: nowrap; }

.widget_crb_archive_widget .widgettitle { padding-bottom: 20px; }
.widget_crb_archive_widget .cat-switch a,
.widget_crb_archive_widget .year-switch a { font-family: 'Open Sans'; }
.widget_crb_archive_widget .cat-switch a:before,
.widget_crb_archive_widget .year-switch a:before { font-family: 'FontAwesome'; min-width: 16px; display: inline-block; vertical-align: top; }
.widget_crb_archive_widget .cat-list,
.widget_crb_archive_widget .year-list { padding-left: 20px; display: none; }
.widget_crb_archive_widget .cat-list { padding-bottom: 10px; }

.project-category-title { padding: 20px 0; clear: both; }
/*
.projects-list-wrapper { padding-bottom: 0px; overflow: hidden; clear: both; }
*/
.projects-slider-wrapper { overflow-y: hidden; overflow-x: auto; }
.projects-slider-wrapper-inner { /*margin-bottom: 20px;*/ }

/*
.project-box { max-width: 100%; height: auto; position: relative; }
.project-box h3 { font-size: 16px; line-height: 20px; padding: 10px 0 0; }
.project-box h4 { font-size: 12px; line-height: 15px; }
.project-box p { font-size: 12px; line-height: 18px; }
.project-box img { display: block; }
.project-box .project-list-date { display: block; font-size: 14px; line-height: 18px; }
.project-box .help-ribbon { position: absolute; top: 20px; left: 0; background: #000; padding: 0 6px; color: #fff; border-radius: 0 4px 4px 0; } */

.fact-block { overflow: hidden; }
.fact-block + .fact-block { padding-top: 10px; }
.fact-block img { float: left; margin-right: 10px; }
.fact-block p { font-size: 12px; line-height: 14px; overflow: hidden; padding-top: 8px; }

.timeline { background: #eee; padding: 20px; }
.timeline h2 { text-align: center; padding-bottom: 0; }
.timeline-events { padding: 20px 0; font-size: 0; line-height: 0; position: relative; min-height: 600px; /* overflow: hidden; */ }
.timeline-events ul { position: absolute; top: 0; left: 0; white-space: nowrap; width: 100%; }
.timeline-events li { display: inline-block; width: 30%; white-space: normal; text-align: justify; vertical-align: top; margin-right: 2%; }
.timeline-events li img { display: block; width: 100%; height: auto; }
.timeline-events h4 { font-size: 12px; line-height: 15px; font-weight: bold; padding-top: 10px; margin: 0; }
.timeline-events p { font-size: 12px!important; line-height: 15px!important; }
.timeline-list { font-size: 0; line-height: 0; text-align: center; }
.timeline-list span { color: #333; vertical-align: top; display: inline-block; font-size: 12px; line-height: 15px; width: 40px; text-align: center; }
.timeline-list span a { display: block; color: #b24f27; font-weight: bold; }

.image-links-wrap { text-align: justify; font-size: 0; line-height: 0; }
.image-link { display: inline-block; vertical-align: top; text-align: center; }
.image-link h5 { font-size: 14px; line-height: 18px; padding-top: 10px; }
.image-link-justifier { display: inline-block; vertical-align: top; width: 100%; height: 0; }

.content-menu { text-align: justify; border: solid #e5e5e5; border-width: 1px 0; }
.content-menu ul { font-size: 0; line-height: 0; }
.content-menu li { display: inline-block; vertical-align: top; padding: 5px; }
.content-menu li a { font-size: 14px; line-height: 18px; color: #999; }
.content-menu li.content-menu-justifier { width: 100%; height: 0; line-height: 0; font-size: 0; padding: 0; }

.content-buttons-list .content-button { display: inline-block; vertical-align: top; }
.content-buttons-list .content-button + .content-button { padding-left: 14px; }
.content-button { padding: 14px 0; }
.content-button a { color: #333; display: inline-block; vertical-align: top; border: 1px solid #666; padding: 5px 10px; box-shadow: 4px 4px 0 1px rgba(0,0,0,0.7); }

.donate-box { max-width: 200px; position: absolute; top: 50px; right: 100px; padding: 15px; }
.donate-box { color: #333; background: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, 0.8); }
.donate-box h2 { font-size: 1em!important; line-height: 1em; color: #42853a!important; padding: 0px!important; text-shadow: none!important; border-top: 0px!important; border-bottom: 0px!important; text-align: center!important; margin-top: 0px!important; margin-bottom: 10px;}
.donate-box p { font-size: .9em!important; line-height: 1.0em; text-align: center; color: #333!important; text-transform: none!important;}
.donate-box .donate-button { font-family: 'clarendon_btbold'; text-align: center; padding-top: 20px; }
.donate-box .donate-button a { font-size: 14px!important; line-height: 15px; display: inline-block; vertical-align: top; color: #fff; background: #458ebb; text-transform: uppercase; }
.donate-box .donate-button a { padding: 4px 20px; }


.donate-box {
  color: #333;
  background: rgba(255,255,255,1)!important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}


.donate-box .donate-button a {
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background: #42853a!important;
  border-radius: 8px;
  padding: 12px!important;
  padding-right: 50px!important;
  padding-left: 50px!important;
}







.floating-menu { width: 100%; background: #fff; }
.floating-menu-fixed { position: relative; }
.floating-menu-fixed .floating-menu { position: fixed; left: 0; top: 0; z-index: 99000; padding: 10px 0; }
.floating-menu-inner { width: 1080px; margin: 0 auto; }
.floating-menu ul { font-size: 0; line-height: 0; text-align: justify; text-justify: distribute-all-lines; }
.floating-menu li { display: inline-block; vertical-align: top; padding: 0 10px; }
.floating-menu li a { font-size: 18px; line-height: 24px; display: block; position: relative; }
.floating-menu li.floating-menu-justifier { width: 100%; height: 0; line-height: 0; font-size: 0; }
.has-carbon-breadcrumbs .entry-content { position: relative; }
.has-carbon-breadcrumbs .carbon-breadcrumbs a,
.has-carbon-breadcrumbs .carbon-breadcrumbs span { color: #79bde8; }
.has-carbon-breadcrumbs .carbon-breadcrumbs-inner { padding: 30px 0 0; }

.has-carbon-breadcrumbs.has-slider .carbon-breadcrumbs { position: absolute; top: 0; left: 0; padding: 0; width: 100%; z-index: 10000; }
.has-carbon-breadcrumbs.has-slider .carbon-breadcrumbs a,
.has-carbon-breadcrumbs.has-slider .carbon-breadcrumbs span { color: #fff; text-shadow: 0 0 6px rgba(0, 0, 0, 1); font-size: 1.2em!important; }
.has-carbon-breadcrumbs.has-slider .carbon-breadcrumbs-inner { margin-left: 50px; }

.has-carbon-breadcrumbs .breadcrumb-glue { font-family: 'Arial'; }

.tweet-wrapper {}
.tweet-wrapper + .tweet-wrapper { border-top: 1px solid #79bde8; padding-top: 10px; margin-top: 10px; }

.tabs-nav-wrapper { font-size: 0; line-height: 0; }
.tabs-nav-wrapper a { display: inline-block; vertical-align: top; font-size: 14px; line-height: 18px; padding: 4px 10px; border: 1px solid #fff; }
.tabs-nav-wrapper a.current-tab { color: #458ebb; border-color: #458ebb; }
.tabs-nav-wrapper a + a { margin-left: 10px; }

.tab-wrapper + .tab-wrapper { display: none; }

.justified-text,
.justified-text p { text-align: left; font-size: 1em; }

.et_pb_image {margin-bottom: 0px;}

/*.featured-post-flag { position: absolute; left: 0; top: 195px; padding: 3px 10px; color: #FFFFFF; background: #000000; z-index: 99; }*/

.fullwidth-heading-breadcrumb { margin-top: -50px; }

.horizontal-slider .owl-item .et_pb_column { float: none; margin: 0 auto; }
.horizontal-slider-progress { margin-top: 10px; }
.horizontal-slider-progress .horizontal-slider-bar { height: 2px; background: #cecece; }

.round-image-wrap {
    max-width: 225px!important;
    max-height: 225px!important;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-right: 0px;
}

.in-peril-ribbon { position: absolute; top: 100px; padding: 5px 5px 5px 20px; background: #b24f27; color: #FFFFFF; font-weight: bold; display: inline-block; z-index: 1; }

.layout-vertical_list { text-align: left; padding-bottom: 10px; border-bottom: 1px dashed #CCCCCC; margin-bottom: 10px; }
.layout-vertical_list .layout-thumbnail { display: inline; float: left; margin-right: 15px; }
.layout-vertical_list h3 { text-align: left; }

.crb-layout-grid {  }

#pagetitle iframe.twitter-timeline { height: 400px; }

.home-featured-post-content { font-size: 12px; height:auto;}

.home-featured-post,
.tight-4-grid .crb-posts-list-item { width: 255px; margin-right: 20px; }
.wide-4-grid .crb-posts-list-item,
.wide-4-grid .crb-posts-slider-item { width: 255px; margin-right: 20px; }
.wide-4-grid .crb-posts-list-item .thumbnail-link,
.wide-4-grid .crb-posts-slider-item .thumbnail-link,
.landscape-images .thumbnail-link { display: block; width: 100%; overflow: hidden; }
.continuous-flow .crb-posts-list-item,
.continuous-flow .crb-posts-slider-item { width: 255px; margin-right: 20px; }
.continuous-flow .crb-posts-list-item .thumbnail-link,
.continuous-flow .crb-posts-slider-item .thumbnail-link,
.landscape-images .thumbnail-link { display: block; width: 100%; overflow: hidden; }

.et_pb_column_1_4 .landscape-images .thumbnail-link { height: 169px; width: 100%;}

.crb-posts-slider-item-project {  }
.crb-posts-slider-item-project h3 { text-align: left; margin-bottom: 10px; }
.crb-posts-slider-item-project h4 { margin: 0; text-align: left; }

.crb-posts-list-layout-featured_story { text-align: left; }
.crb-posts-list-layout-featured_story h3 { text-align: left; }



@media screen and (max-width: 1200px) {
	.timeline-list span.year-line { display: none; }
	.floating-menu { display: none; }
}

@media screen and (max-width: 980px) {
	.timeline-events li { width: 100%; }
}

@media screen and (max-width: 767px) {
	.donate-box { display: none; }
}

@media screen and (min-width: 1200px) {
  .crb-posts-slider-layout-6_items { width: 160px; margin-right: 24px; }
  .crb-posts-slider-layout-6_items .round-image-wrap { width: 100%; height: 160px; }
.crb-posts-slider-layout-6_items .round-image-wrap {height: 100%!important;}
}

.saboxplugin-wrap { display: none; }


.mc-field-group{
	padding: 0px;
}

.mc-field-group .button {
  color: #458ebb;
  font-family: 'clarendon_btbold';
  text-transform: uppercase;
  font-size: .7em;
  font-weight: bold;
  border-radius: 8px;
  border: 2px solid #458ebb;
  padding: 5px;
  background-color: white;
      margin-right: 10px;
    float: left;
padding-left: 20px;
    padding-right: 20px;
    margin-top: 4px;
}

.mc-field-group .email {
  width: 180px;
  padding: 7px;
  border-radius: 5px;
  border: 2px solid #458ebb;
}

#mce-email {
	float: left;
	margin:10px;
}

#mce-FNAME{
	margin:10px;
}

div#text-6 .fwidget {
padding-left: 0px!important;
}



.help h2, .help2 h2 {
  color: #43853e!important;
  text-transform: none!important;
  text-align: center;
  font-size: 20px;
margin-bottom: -10px;
}

.help p, .help2 p {
  font-size: 24px!important;
  margin-bottom: 20px;
  line-height: 1.3em;
}

.help p.small, .help2 p.small {
  font-size: 18px!important;
  margin-bottom: 1em;
}

.textwidget .help {
  background-color: transparent;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #43853e;
  color: #43853e;
  margin-top: 20px;
  width: 280px;
  padding-bottom: 22px;
}

.textwidget .help2 {
  background-color: transparent;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #43853e;
  color: #43853e;
  margin-top: 1em;
  margin-right: 1em;
  width: 95%;
  padding-bottom: 1em;
}

.help a, .help2 a {
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
  color: #43853e;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  border: 2px solid #43853e;
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.help a:hover, .help2 a:hover {
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
  color: #fff !important;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  border: 2px solid #43853e;
  background-color: #43853e;
  padding-right: 50px!important;
  padding-left: 50px!important;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}

.help a.small, .help2 a.small {
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
  color: #43853e;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  border: 2px solid #43853e;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.help a.small:hover, .help2 a.small:hover {
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  font-family: 'clarendon_btbold';
  border: 2px solid #43853e;
background-color: #43853e;
  padding-right: 10px!important;
  padding-left: 10px!important;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}


.footer-widget:last-child {
  margin-right: 0;
  margin-top: 20px;
}

.projects-slider-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 8px;
}
.projects-slider-wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.et_pb_fullwidth_header p {
    padding-bottom: 0;
    font-size: 20px;
}

#speciestitle {
    margin-top: 50px;
}

#sectiontitle {
    margin-top: 50px;
}

#featuredmeet {
    border: 2px solid #79bde8;
    padding: 20px!important;
    padding-top: 10px!important;
}

.footer-widget {
    margin-bottom: 20px!important;
}

#waystogive {
    margin-top: 50px;
    margin-bottom: 50px;
}

input#gform_submit_button_2,
input.gform_button {
    display: inline-block;
    color: #43853e;
    font-weight: bold;
    font-family: 'clarendon_btbold';
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 8px;
    border: 2px solid #43853e!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    padding: 6px 20px!important;
    margin-top: 0px;
    background-color: #fff;
}

input#gform_submit_button_2:hover {
    background-color: #43853e;
    color: #fff;
}

.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 2.75%!important;
}

.et_pb_bg_layout_light .et_pb_post p, body .et_pb_bg_layout_dark .et_pb_post p {
    font-size: 1.0em!important;
    line-height: 1.7em!important;
    font-family: 'dinregular'!important;
    color: #000;
}

#top-header a, #top-header a {
font-size: 14px!important;
}

#top-menu li a {
    font-size: 15px!important;
    font-family: 'dinregular';
    font-weight: normal;
}

header#main-header {
    height: 50px;
}

#top-header .container {
    padding-top: 6px;
}

div#text-7 img {
margin-bottom: -10px;
}

/** Custom Css Transfered **/
.homeslider .et-pb-active-slide .et_pb_slide_description {
-webkit-animation: none!important;
-moz-animation: none!important;
-o-animation: none!important;
-ms-animation: none!important;
animation: none!important;
}

#main-footer, div#footer-bottom .container {
width: 100%;
max-width: 100%;
}

p#footer-info {
text-align: left;
}

.container .bottom-nav {
    text-align: left;
}



/** Css Added by: Nicko **/
.home .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content{
    margin: 0 auto;
    width: 100%;
    max-width: 1500px;
}
.home .et_pb_fullwidth_header_0.et_pb_fullwidth_header p{
    font-size: 30px;
    font-weight: lighter;
text-shadow: 1px 1px 1px #000;
}
.home .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
    font-size: 40px;
    padding: 10px 0;
    margin-bottom: 0;
text-shadow: 1px 1px 1px #000;
}
.home-para .et_pb_fullwidth_header {
    padding: 119px 0;
}
div#featuredcontent{
   padding:25px 0;
}
.et_pb_section.mission.et_pb_section_2.et_section_regular, .et_pb_section.current.et_pb_section_3.et_section_regular{
padding:0;
}
.et_pb_section.accredited.et_pb_section_5.et_section_regular{
padding:0;
}
.home .et_pb_section.sec-take-action.et_pb_section_5.et_pb_with_background.et_section_regular, .home .et_pb_section.accredited.et_pb_section_6.et_pb_with_background.et_section_regular  {
    padding: 0;
}
.project-box > p > a{
display:none;
}
.home .project-box > p{
margin:0 10px;
width:auto;
}
.home .shortcode-posts_list-post_type-doing .et_pb_column_1_4 {
    width: 24.7%;
    margin-right: 4px;
}
.current #generalsection{
margin-top:0;
}
.home-featured-post.et_pb_column_1_3 {
    width: 32%;
    margin-right: 10px;
}
.home-featured-post.et_pb_column_1_3 img {
    width: 100%;
}
.home-featured-post.et_pb_column_1_3:nth-child(4) {
  clear: both;
}

.home-featured-post .et_pb_text.et_pb_bg_layout_light.et_pb_text_align_left.justified-text {
    color: #458EBB;
    text-align: center;
    line-height: 1.5;
    font-family: 'dinregular';
    margin: 10px 0;
    font-weight: 600;
}
.home-featured-post-content p {
    line-height: 1.7em!important;
    font-family: 'dinregular'!important;
    font-size: 15px;
    width: 100%;
    text-align: left;
    color:#000;
    font-weight: 100;
}

.featured-post-flag {
    position: absolute;
    right: 0;
    top: 35px;
    padding: 3px 10px;
    color: #FFFFFF;
    background: #43853E;
    z-index: 99;
    box-shadow: -2px 2px 7px #0A0A0A;
    left: inherit;
}
.et_pb_section.current.et_pb_section_3.et_section_regular {
    margin-bottom: 10px;
}

.sec-take-action #generalsection {
    margin: 0!important;
}
/*h1.take-action {
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    margin-top: 25px;
}*/
.header-tit2{
display:none;
}
div#mc_embed_signup input[type="email"] {
    height: 37px;
    float: left;
}
div#mc_embed_signup input[type="submit"]{
  margin-left: 5px;
  float: left;
margin-right:0;
margin-top:0px;
height:37px;
}
#footer-widgets {
  margin-bottom: 35px;
}
#footer-bottom .container{
max-width:1080px;
}
div#footer-bottom #et-footer-nav, div#footer-bottom #footer-info{
    max-width: 1080px!important;
    margin: 0 auto;
    position: relative;
    display: table;
    width: 100%;
    float: none;
    padding-left: 0;
}
ul#menu-footer-menu {
    background: #fff;
}
div#footer-bottom .container{
background:#B7B433;
}
h3.floating-title.doing-title {
    text-transform: none;
    height: 45px;
margin-bottom: -5px!important;
}
.mission .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module{
margin-bottom:0;
}

/*** Species Page ***/
.page-id-589 .species-slider-wrapper.tight-4-grid .et_pb_column_1_4 {
    margin-right: 3%!important;
	width:22.7%;
}
.page-id-589 .species-slider-wrapper.tight-4-grid .et_pb_column_1_4:nth-child(4n+4) {
    margin-right: 0!important;
}
.page-id-589 .project-box a img {
    border-radius: 100%;
   width: 100%;
    max-width: 250px;
}
.page-id-589 .project-box{
margin-bottom:50px;
}
.page-id-589 .projects-list-wrapper.tight-4-grid {
    margin-bottom: 100px;
}

.page-id-589 .post_list_items .et_pb_bg_layout_light {
    text-align: center;
    display: table;
    margin: 0 auto;
}




/** habitat **/
.et_pb_section .et_pb_row{
    width: 95%;
}
.page-id-587 .project-box a img{
width:100%;
}
.shortcode-posts_list-post_type-habitat .et_pb_column_1_4{
    width: 24.7%!important;
    margin-right: 4px;
}

/** conservation-project **/
.shortcode-posts_slider-post_type-species .owl-item .et_pb_column_1_4 {
    width: 100%;
}
.shortcode-posts_slider-post_type-species .owl-item .et_pb_column_1_4 .round-image-wrap{
    margin:0 auto;
}
.shortcode-posts_slider-post_type-project .owl-item .crb-posts-slider-item-project .project-box .help-ribbon{
height:34px;
z-index:2;

}
.shortcode-posts_slider-layout-default .owl-item .crb-posts-slider-item{
width:100%!important;
}
.shortcode-posts_slider-post_type-species .crb-posts-slider-item .in-peril-ribbon{
right:0;
bottom: 10px;
top: inherit;
padding: 5px 60px 5px 10px;
text-transform: uppercase;
box-shadow: -2px 2px 7px #0A0A0A;
}

.custom-carousel {
    position: relative;
}
#species-slider a.customPrevBtn, #species-slider a.customNextBtn{
    padding: 100px 10px;
}
a.customPrevBtn {
    cursor: pointer;
    padding: 87px 10px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    z-index: 2;
    margin-top: 20px;
    font-size: 25px;
    color: #7ABDEA;
}

a.customNextBtn {
    cursor: pointer;
    padding: 87px 10px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 0;
    top:0;
    z-index: 2;
    margin-top: 20px;
    font-size: 25px;
    color: #7ABDEA;
}
.custom-carousel .shortcode-posts_slider-post_type-project .project-box > p {
    width: 85%;
    margin: 0 auto;
    text-align: left;
}
.custom-carousel .shortcode-posts_slider-post_type-project .project-box h3{
    text-align: center;
padding-top:10px;
}

.custom-carousel .shortcode-posts_slider-post_type-project .project-box h4 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 5px;
    text-align: center;
}


/**What we are doing**/
.page-id-574 .tight-4-grid .crb-posts-list-item, .page-id-574 .shortcode-posts_list-post_type-project .et_pb_bg_layout_light .crb-posts-list-item, .postid-2336 .tight-4-grid .crb-posts-list-item{
    width: 24.7%;
    margin-right: 4px;
}
.page-id-574 .shortcode-posts_list-post_type-project .et_pb_bg_layout_light .crb-posts-list-item .project-box > h4{
text-align:center;
}
.page-id-574 h3.floating-title.doing-title {
    text-transform: none;
    height: 45px;
    margin-bottom: 15px;
}

.page-id-574 .project-box > p {
    margin: 0 10px;
    width: auto;
}

.page-id-574 .project-box > p > a{
display:none;
}

/** Our conservation projects **/

.page-id-214 .shortcode-posts_list-post_type-project .et_pb_bg_layout_light .crb-posts-list-item {
    width: 24.7%;
    margin-right: 4px;
margin-bottom:30px;
}
.page-id-214 .shortcode-posts_list-post_type-project .et_pb_bg_layout_light .crb-posts-list-item .project-box > h4{
    text-align:center;
    margin: 0;
}
.page-id-214 .shortcode-posts_list-post_type-project .et_pb_bg_layout_light .crb-posts-list-item .project-box > h3 {
    margin-bottom: 5px;
}
.page-id-214 .project-box .help-ribbon{
top: inherit!important;
margin-top: 10px;
}
.et_pb_slide_content p{
margin-bottom:inherit!important;
}
.page-id-214 .project-box {
    position: relative;
}


/** Media Queries **/
@media only screen and (max-width:479px){
.mobile_menu_bar:before{
 top: -12px;
}

.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
font-size: 25px!important;
}

.et_pb_fullwidth_header_0.et_pb_fullwidth_header p {
    font-size: 18px!important;
    margin-bottom: 40px;
    line-height: 1.2;
}

.et_fixed_nav #logo{
margin-top:-30px;
}
.et_header_style_left #logo, .et_header_style_split #logo { max-width: 80%; }
.home .et_pb_fullwidth_header_0.et_pb_fullwidth_header p{
    font-size: 20px;
    font-weight: lighter;
    text-shadow: 1px 1px 1px #000;
}
.et_pb_section.et_pb_inner_shadow.et_pb_fullwidth_section.home-para.et_pb_section_0.et_section_regular{
padding:0!important;
}
.bottom-nav li { font-weight: 600; display: inline-block; font-size: 12px; padding-right: 13px; }
li.menu-item-366, li.menu-item-3725, li.menu-item-3649 {
display: inline;
position: relative;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3649 {
    border: none;
    padding: 0!important;
    border-radius: 0;
    padding-bottom: 0px!important;
    background-color: #43853e;
    margin-bottom: 0;
    margin-top: 0;
    height: inherit;
}
.et_mobile_menu{
margin-top:-30px;
z-index:-1;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3649 a {
    background: #43853e;
    color: #fff;
}
.header-tit{
display:none;
}
.header-tit2{
display:block;
font-size:30px!important;
}
.home-para .et_pb_fullwidth_header {
    padding: 60px 0;
}
.home .et_pb_fullwidth_header_0 {
    background-position-y: inherit;
}
.home .et_pb_section .et_pb_row, .home .et_pb_section.et_section_specialty .et_pb_row, .page-id-589 .et_pb_section .et_pb_row{
    width: 95%;
}
.home .et_pb_fullwidth_header .et_pb_fullwidth_header_container{
width:100%;
}
.home .project-box img {
    width: 100%;
}
.home .project-box > p{
text-align: center;
}
.home-featured-post .et_pb_text.et_pb_bg_layout_light.et_pb_text_align_left.justified-text{
height:inherit;
}
.home-featured-post-content p{
    text-align: justify;
}
.home .et_pb_section {
    padding: 15px 0!important;
}
.home .sec-take-action .et_pb_row_3 > .et_pb_column {
margin-bottom:0;
}
#main-footer .container{
width:95%;
}
.textwidget .help{
    width: 100%;
margin:0;
}
div#mc_embed_signup input[type="submit"]{
font-size: 0.7em;
height:37px;
margin-top: 0;
}
p#footer-info {
text-align: center;
padding: 10px;
}
.container .bottom-nav {
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    width: 100%;
}
#footer-widgets{
margin-bottom:0;
}
#footer-widgets .footer-widget:nth-child(n) { margin-bottom: 65px!important; }
#footer-widgets .footer-widget:nth-child(3) { margin-bottom: 25px!important; }
div#text-4 {
    float: none;
}
form#mc-embedded-subscribe-form {
    display: table;
}
div#mc_embed_signup {
    width: 100%;
}

#conservation_slide .et_pb_slide_description{
margin:100px 0;
}
/**species**/
.page-id-589 .project-box a img {
width: 100%;

}

.page-id-589 .project-box{
margin-bottom:0;
}
.page-id-589 .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
width: 47%!important;
margin: 0 10px 0px 0;
}
.page-id-589  .project-box h3{
height:50px;
}
.page-id-589 .post_list_items .et_pb_bg_layout_light{
display:block
}
.page-id-589 .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4:nth-child(even) {
    margin: 0px!important;
    float: right;
}
/** Habitat Page **/
.et_pb_section .et_pb_row{
    width: 95%;
}

/**about us**/
#partial {
    height: auto!important;
}

/** butte creek **/

.post-307 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content{
width:100%;
}
.post-307 .et_pb_fullwidth_header_0.et_pb_fullwidth_header p {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.2;
}
.post-307 #generalsection p, .post-307 #generalsection h5{
    text-align: justify;
}
.post-307 .et_pb_slide_content p{
margin-bottom:inherit;
}
.customPrevBtn, .customNextBtn{
top: 25%!important;padding: 20px 10px!important;
}
.customPrevBtn[style], .customNextBtn[style]{
display:block!important;
}
/** what we are doing **/

.page-id-574 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content{
width:100%;
}
.page-id-574 .et_pb_fullwidth_header_0.et_pb_fullwidth_header p {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.2;
}
.page-id-574 #generalsection p, .post-307 #generalsection h5{
    text-align: justify;
}
.page-id-574 .project-box .help-ribbon{

}

/** Our conservation projects **/
.page-id-214 .project-box img{
width:100%;
}
.page-id-214 .project-box p{
margin:0 auto;
text-align:center;
}
.page-id-214 #generalsection p{
text-align:justify;
}
.page-id-214 .project-box{
position:relative;
}

.page-id-214 .project-box .help-ribbon{
top: inherit!important;
margin-top: 10px;
height:auto;
font-size:0.6em;
}

/** You can make difference **/
.page-id-505 .et_pb_fullscreen .et_pb_fullwidth_header_container{
width:100%;
}
.page-id-505  .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll{
position:relative;
}
.page-id-505 .et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one{
margin-right:0;
}
.page-id-505 a.et_pb_promo_button.et_pb_button {
    margin: 0 auto;
    display: table;
}
}




@media only screen and (min-width:480px) and (max-width:767px){
.et_fixed_nav #logo{
margin-top:-30px;
}
.mobile_menu_bar:before{
 top: -12px;
}
.et_header_style_left #logo, .et_header_style_split #logo { max-width: 80%; }
.home .et_pb_fullwidth_header_0.et_pb_fullwidth_header p{
    font-size: 20px;
    font-weight: lighter;
    text-shadow: 1px 1px 1px #000;
}
.et_pb_section.et_pb_inner_shadow.et_pb_fullwidth_section.home-para.et_pb_section_0.et_section_regular{
padding:0!important;
}
.bottom-nav li { font-weight: 600; display: inline-block; font-size: 12px; padding-right: 9px; }
li.menu-item-366, li.menu-item-3725, li.menu-item-3649 {
display: inline;
position: relative;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3649 {
    border: none;
    padding: 0!important;
    border-radius: 0;
    padding-bottom: 0px!important;
    background-color: #43853e;
    margin-bottom: 0;
    margin-top: 0;
    height: inherit;
}
.et_mobile_menu{
margin-top:-30px;
z-index:-1;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3649 a {
    background: #43853e;
    color: #fff;
}
.header-tit{
display:none;
}
.header-tit2{
display:block;
}
.home-para .et_pb_fullwidth_header {
    padding: 60px 0;
}
.home .et_pb_fullwidth_header_0 {
    background-position-y: inherit;
}
.home #partial {
    height: auto!important;
}
.home .et_pb_section .et_pb_row, .home .et_pb_section.et_section_specialty .et_pb_row, .page-id-589 .et_pb_section .et_pb_row{
    width: 95%;
}
.home .project-box img {
    width: 100%;
}
.home .project-box > p{
text-align: center;
}
.home-featured-post .et_pb_text.et_pb_bg_layout_light.et_pb_text_align_left.justified-text{
height:inherit;
}
.home-featured-post-content p{
    text-align: justify;
}
.home .et_pb_section {
    padding: 15px 0!important;
}
.home .sec-take-action .et_pb_row_3 > .et_pb_column {
margin-bottom:0;
}
.home .current h1{
padding: 20px 0 10px;
}
#main-footer .container{
width:95%;
}
.textwidget .help{
    width: 80%;
    margin: 0 auto;
}
div#mc_embed_signup input[type="submit"]{
font-size:0.8em;
height:37px;
margin-top:0px;
}
p#footer-info {
text-align: center;
padding: 10px;
}
.container .bottom-nav {
    text-align: left;
    padding: 10px;
    margin: 0 auto;
    width: 100%;
}
#footer-widgets{
margin-bottom:0;
}
#footer-widgets .footer-widget:nth-child(n) { margin-bottom: 65px!important; }
#footer-widgets .footer-widget:nth-child(3) { margin-bottom: 25px!important; }
div#text-4 {
    float: none;
}
div#mc_embed_signup {
    width: 100%;
}
form#mc-embedded-subscribe-form {
    display: table;
}
ul#menu-footer-menu {
    text-align: center;
}
div#text-2 {
    float: none;
}
div#text-7 {
    display: table;
    margin: 0 auto;
    float: none;
}

/**species**/
.page-id-589 .project-box a img {
width: 100%;

}
.page-id-589 .project-box{
margin-bottom:0;
}
.page-id-589 .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
width: 47%!important;
margin: 0 10px 0px 0;
}
.page-id-589  .project-box h3{
height:50px;
}
.page-id-589 .post_list_items .et_pb_bg_layout_light{
display:block
}
.page-id-589 .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4:nth-child(even) {
    margin: 0px!important;
    float: right;
}
/** habitat **/
.et_pb_section .et_pb_row{
    width: 95%;
}
.page-id-587 .project-box a img{
width:100%;
}
.shortcode-posts_list-post_type-habitat .et_pb_column_1_4{
    width: 48.5%!important;
    margin-right: 4px;
}
.shortcode-posts_list-post_type-habitat .et_pb_column_1_4:nth-child(even){
float:right;
}

/** butte creek **/

.post-307 .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content{
width:100%;
}
.post-307 .et_pb_fullwidth_header_0.et_pb_fullwidth_header p {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.2;
}
.post-307 #generalsection p, .post-307 #generalsection h5{
    text-align: justify;
}
.post-307 .et_pb_slide_content p{
margin-bottom:inherit;
}
.customPrevBtn, .customNextBtn{
top: 20%!important;padding: 20px 10px!important;
}
.customPrevBtn[style], .customNextBtn[style]{
display:block!important;
}
.post-307 #conservation_slide .et_pb_slide_description {
    margin: 100px 0;
}
/** what we are doing **/
.page-id-574 .project-box img{
    width: 100%;
}
/** Our conservation projects **/
.page-id-214 .project-box img{
width:100%;
}
.page-id-214 #generalsection p{
text-align:justify;
}
.page-id-214 .project-box > p{
width:90%;
margin:0 auto;
text-align:center;
}

/** You can make difference **/
.page-id-505 .et_pb_fullscreen .et_pb_fullwidth_header_container{
width:100%;
}
.page-id-505  .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll{
position:relative;
}
.page-id-505 a.et_pb_promo_button.et_pb_button {
    margin: 0 auto;
    display: table;
}

/** ASPEN **/
.postid-2336 .shortcode-posts_list-post_type-doing .project-box a img{
width:100%;
}
}


@media only screen and (max-width:767px){
/* jason mods for better flow of featured posts 20190619 - different breakpoints */
	.home-featured-post.et_pb_column_1_3 {
		width: 94%;
		margin-left: 2%;
		margin-right: 2%;
	}
	.home-featured-post .et_pb_text.et_pb_bg_layout_light.et_pb_text_align_left.justified-text{
		height: auto;
		min-height: 13px;
	}

}

@media only screen and (min-width:768px) and (max-width:1023px){
/* jason mods for better flow of featured posts 20190619 - different breakpoints */
	.home-featured-post.et_pb_column_1_3 {
		width: 46%;
		margin-left: 10px;
		margin-right: 5px;
	}
	.home-featured-post .et_pb_text.et_pb_bg_layout_light.et_pb_text_align_left.justified-text{
		height: auto;
		min-height: 14px;
	}

.et_pb_text.et_pb_bg_layout_light.et_pb_text_align_left.justified-text p{
		height: auto;
		min-height: 4em;
	}
	div.featured-col3 {
		margin-left:auto;
		margin-right:auto;
	}

	.et_pb_text.et_pb_bg_layout_light.et_pb_text_align_left.justified-text.min-height-project p,.et_pb_text.et_pb_bg_layout_light.et_pb_text_align_left.justified-text.min-height-project {
		min-height: 76px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px){
.customPrevBtn, .customNextBtn{
top: 18%!important;padding: 20px 10px!important;
}
.customPrevBtn[style], .customNextBtn[style]{
display:block!important;
}
.et_fixed_nav #logo{
margin-top:-30px;
}
.mobile_menu_bar:before{
 top: -12px;
}
li.menu-item-366, li.menu-item-3725, li.menu-item-3649 {
display: inline;
position: relative;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3649 {
    border: none;
    padding: 0!important;
    border-radius: 0;
    padding-bottom: 0px!important;
    background-color: #43853e;
    margin-bottom: 0;
    margin-top: 0;
    height: inherit;
}
.et_mobile_menu{
margin-top:-30px;
z-index:-1;
}
.home .et_pb_fullscreen .et_pb_fullwidth_header_container{
width:100%;
}
.home .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1{
    font-size: 28px;
}
.home .et_pb_fullwidth_header_0.et_pb_fullwidth_header p{
    font-size: 23px;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-3649 a {
    background: #43853e;
    color: #fff;
}
.home-para .et_pb_fullwidth_header {
    padding: 80px 0;
}
.home .et_pb_fullwidth_header_0 {
    background-position-y: inherit;
}
.home #partial {
    height: auto!important;
}
.home .et_pb_section .et_pb_row, .home .et_pb_section.et_section_specialty .et_pb_row, .page-id-589 .et_pb_section .et_pb_row{
    width: 95%;
}
.home .shortcode-posts_list-post_type-doing .et_pb_column_1_4 {
    width: 24.589%!important;
    margin-right: 4px;
margin-bottom:0;
}
.home .project-box > p {
    text-align: center;
    margin: 0 10px;
    font-size: 14px;
}
.home .project-box h3 {
    font-size: 17px;
}
.sec-take-action .et_pb_column_1_3 {
    width: 32%!important;
    margin-right: 10px;
}
#homeactioncta .et_pb_promo_button, #homelegacycta .et_pb_promo_button, #homedonatecta .et_pb_promo_button{
width:inherit;
}

.home #mission .et_pb_module{
margin-bottom:0!important;
}

.home #mission .et_pb_module p{
padding-bottom:0;
}
.home #featuredcontent{
   padding-bottom:0;
}
.accredited #generalsection{
margin-top:35px;
}
.home #featuredcontent #generalsection{
margin-top:25px;
}
.home .et_pb_section .et_pb_row > .et_pb_column{
margin-bottom:0!important;
}
.home .current h1{
padding: 20px 0 10px;
}
p#footer-info {
text-align: center;
padding-left: 0;
}
ul#menu-footer-menu {
    text-align: center;
padding-left: 0;
}
.home .et_pb_section {
    padding: 15px 0!important;
}
.et_pb_section.et_pb_inner_shadow.et_pb_fullwidth_section.home-para.et_pb_section_0.et_section_regular{
padding:0!important;
}
#main-footer .container{
width:95%;
}
#footer-widgets{
margin-bottom:0;
}
#footer-widgets .footer-widget:nth-child(n) { margin-bottom: 65px!important; }
#footer-widgets .footer-widget:nth-child(3) { margin-bottom: 25px!important; width:100%!important;}
div#text-4 {
    float: none;
}
div#mc_embed_signup {
    width: 100%;
}
form#mc-embedded-subscribe-form {
    display: table;
}
ul#menu-footer-menu {
    text-align: center;
}
div#text-2 {
    float: none;
}
div#text-7 {
    display: table;
    margin: 0 auto;
    float: none;
}
#footer-widgets .footer-widget{
width:50%!important;
margin:0!important;
}
.textwidget .help {
    width: 60%;
    margin: 0 auto;
}

/**species **/
.page-id-589 .tight-4-grid .crb-posts-list-item {
    width: 167px!important;
    margin-right: 20px;
margin-bottom:0;
}
.page-id-589 .project-box a img{

}
.page-id-589 .projects-list-wrapper.tight-4-grid {
    margin-bottom: 50px;
}
.page-id-589 .species-slider-wrapper.tight-4-grid .et_pb_column_1_4 {
    margin-right: 3%!important;
    width:22.7%!important;
    display: inline-flex;
    clear: both;
    float: none;
}

/** habitat **/
.et_pb_section .et_pb_row{
    width: 95%;
}
.page-id-587 .project-box a img{
width:100%;
}
.shortcode-posts_list-post_type-habitat .et_pb_column_1_4{
    width: 24.5%!important;
    margin-right: 4px;
}
.habitat-teaser .et_pb_column {
    width: 49%!important;
    margin-right: 10px;
}
.habitat-teaser .et_pb_column:last-child{
margin-right:0;
float:right;
}

/** butte creek **/
.post-307 .et_pb_slide_content p{
margin-bottom:inherit;
}
.customPrevBtn, .customNextBtn{
top: 18%!important;padding: 20px 10px!important;
}
.customPrevBtn[style], .customNextBtn[style]{
display:block!important;
}
.post-307 #conservation_slide .et_pb_slide_description {
    margin: 100px 0;
}
.post-307 .project-box .help-ribbon p {
    font-size: 0.9em!important;
}
/** what we are doing **/

.page-id-574 .tight-4-grid .crb-posts-list-item, .page-id-574 .shortcode-posts_list-post_type-project .et_pb_bg_layout_light .crb-posts-list-item, .postid-2336 .tight-4-grid .crb-posts-list-item {
    width: 24.589%!important;
    margin-right: 4px;
}
.page-id-574 .project-box > p {
    text-align: center;
    margin: 0 10px;
    font-size: 14px;
}
.page-id-574 .project-box h3 {
    font-size: 17px;
}
.page-id-574 .project-box .help-ribbon{

height:auto;
background:rgba(178, 79, 39, 0.28)!important;
font-size:0.8em;
}
.page-id-574 .shortcode-posts_list-post_type-project .et_pb_bg_layout_light .crb-posts-list-item .project-box > h3{
height:60px;
}

/** conservatio proj **/
.page-id-214 .wide-4-grid .shortcode-posts_list-post_type-project .et_pb_column_1_4{
    width: 24.589%!important;
    margin-right: 4px;
}
.page-id-214 .continuous-flow .shortcode-posts_list-post_type-project .et_pb_column_1_4{
    width: 24.589%!important;
    margin-right: 4px;
}
.page-id-214 .project-box .help-ribbon{
top: inherit!important;
margin-top: 10px;
height:auto;
font-size:0.6em;
}
.page-id-214 .project-box h3{
height:70px;
}

.postid-2623 .shortcode-posts_slider-post_type-project .project-box p{
font-size: 0.8em!important;
}
}

@media only screen and (min-width:1024px) and (max-width:1199px){
/* jason mods for better flow of featured posts 20190619 - different breakpoints */
.home-featured-post.et_pb_column_1_3 {
    width: 32%;
    margin-left: 5px;
    margin-right: 5px;
}
.home-featured-post .et_pb_text.et_pb_bg_layout_light.et_pb_text_align_left.justified-text{
    height: auto;
}

}

@media only screen and (min-width:992px) and (max-width:1199px){
.home .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1{
font-size:37px;
}
.home-para .et_pb_fullwidth_header {
    padding: 100px 0px;
}
.home .et_pb_fullwidth_header_0 {
    background-position-y: inherit;
}
.home #partial {
    height: auto!important;
}
.home .et_pb_section .et_pb_row, .home .et_pb_section.et_section_specialty .et_pb_row, .page-id-589 .et_pb_section .et_pb_row{
    width: 95%;
}
.home .shortcode-posts_list-post_type-doing .et_pb_column_1_4{
    width: 24.6%;
    margin-right: 4px;
}
.home .et_pb_section {
    padding: 25px 0 0!important;
}
.et_pb_section.et_pb_inner_shadow.et_pb_fullwidth_section.home-para.et_pb_section_0.et_section_regular{
padding:0!important;
}
/*h1.take-action {
    margin-bottom: 35px;
}*/
.et_pb_section.sec-take-action.et_pb_section_4.et_section_regular {
    padding: 25px 0 50px 0!important;
}
.home .accredited #generalsection{
margin-bottom:0;
}
.mc-field-group .button{
height:37px;
font-size:0.6em;
}
ul#menu-footer-menu {
    text-align: center;
padding-left:0;
}
p#footer-info {
text-align: center;
padding-left: 0;
}
.textwidget .help{
width:100%;
}

/** species **/
.page-id-589 .tight-4-grid .crb-posts-list-item {
    width: 218px;
    margin-right: 20px;
}
.page-id-589 .project-box a img{

}

/** habitat **/
.et_pb_section .et_pb_row{
    width: 95%;
}
.page-id-587 .project-box a img{
width:100%;
}
.shortcode-posts_list-post_type-habitat .et_pb_column_1_4{
    width: 24.6%!important;
    margin-right: 4px;
}
.habitat-teaser .et_pb_column {
    width: 49%!important;
    margin-right: 10px;
}
.habitat-teaser .et_pb_column:last-child{
margin-right:0;
float:right;
}
/** butte creek **/
.post-307 .et_pb_slide_content p{
margin-bottom:inherit;
}
/** conservatio proj **/
.page-id-214 .wide-4-grid .shortcode-posts_list-post_type-project .et_pb_column_1_4{
    width: 24.589%!important;
    margin-right: 4px;
}
.page-id-214 .continuous-flow .shortcode-posts_list-post_type-project .et_pb_column_1_4{
    width: 24.589%!important;
    margin-right: 4px;
}
.page-id-214 .project-box .help-ribbon{
top: inherit!important;
margin-top: 10px;
height:auto;
font-size:0.6em;
}
.page-id-214 .project-box h3{

}
.page-id-214 .project-box > p{
width:90%;
}
/** What we are doing**/
.page-id-574 h3.floating-title.doing-title{
height:65px;
}
.page-id-574 .tight-4-grid .crb-posts-list-item, .postid-2336 .tight-4-grid .crb-posts-list-item{
width:24.6%;
}
.page-id-574 .shortcode-posts_slider-post_type-project .project-box p, .postid-307 .shortcode-posts_slider-post_type-project .project-box p, .postid-2623 .shortcode-posts_slider-post_type-project .project-box p{
font-size:0.8em!important;
}
a.customNextBtn, a.customPrevBtn{
padding:77px 10px;
}
}


@media only screen and (min-width:1200px) and (max-width:1349px){
h1.take-action {
    padding-top: 50px;
}
.home #mission .et_pb_module{
margin-bottom:0!important;
}

.home #mission .et_pb_module p{
padding-bottom:0;
}
.home #featuredcontent{
   padding-bottom:0;
}
.accredited #generalsection{
margin-top:35px;
}
.home #featuredcontent #generalsection{
margin-top:25px;
}
}

/** standardize divider **/
.entry-content .et_pb_section, .entry-content .et_pb_row{
padding:0;
}
.entry-content .et_pb_section_1{
margin-top: inherit!important;
}
.entry-content #generalsection.et_pb_section_1{
margin-top: 50px!important;
}
#species .project-box h3, #slider_species .project-box h3, #habitat .project-box h3{
margin-bottom:0!important;
}
#post-2623 #longh2 .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_center.et_pb_text_5, #post-2623 .et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_center.longh2.et_pb_text_6{
margin-bottom:0!important;
}


/* getting rid of image animation and stopping image from dropping off sliders 2019-03-01 JLG */

.et_pb_slide_image, .et_pb_slide:first-child .et_pb_slide_image img.active {
    -webkit-animation-duration: 0s!important;
    animation-duration: 0s!important;
	animation-name: none!important;
}
@media only screen {
.et_pb_slide_video { display: block!important; }
.et_pb_slide_image { display: block!important; }
.et_pb_slide_content { display: block!important; }
.et_pb_more_button { display: inline-block!important; }
}

@media only screen and (min-width:541px) and (max-width:767px) {

	#sfl-slider .et_pb_slide_image img
		{
			width:65%;max-width:500px;height:auto;
		}
	}

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

	#sfl-slider .et_pb_slide_image img
		{
			width:90%;max-width:310px;min-width:200px;height:auto;
		}
	}

/* end slider fixes */

/* fixes for action network - awful I'm doing this here - 20180820 and 20181212 */

/* Thank You Page Header Background Color */
.can_embed #can_embed_form #can_thank_you,
.can_embed #donate_auto_modal #can_thank_you {
	background-color: #fff!important;
}

/* Thank You Page Header Text Color */
.can_embed #can_embed_form #can_thank_you,
.can_embed #donate_auto_modal #can_thank_you,
.can_embed #can_embed_form #can_thank_you h1,
.can_embed #donate_auto_modal #can_thank_you h1,
.can_embed #can_embed_form #can_thank_you h4,
.can_embed #donate_auto_modal #can_thank_you h4,
.can_embed #can_embed_form #can_thank_you #action_info .action_info_user,
.can_embed #donate_auto_modal #can_thank_you #action_info .action_info_user,
.can_embed #can_embed_form #can_thank_you #action_info .action_info_user a,
.can_embed #donate_auto_modal #can_thank_you #action_info .action_info_user a {
	color: #458ebb!important;
}

/* Thank You Page Divider Line */
.can_embed #can_embed_form #can_thank_you #action_info,
.can_embed #donate_auto_modal #can_thank_you #action_info {
	border-top: 1px solid #00853F!important;
}

#can_embed_form #can_thank_you #action_thank_you_text a {
    color: #5d91b2!important;
	font-weight:bold;
}

#can_embed_form #can_thank_you #action_thank_you_text a:hover {
    color: #000!important;
	font-weight:bold;
	text-decoration:underline;
}

#can_embed_form .can_thank_you-block textarea { height:200px; }

/* end action network fixes */

/* removed from custom CSS in Divi settings 20190725 JLG */
.project-box p {
    /* font-size: 1.0em!important; */
}


/* FOREST FETE LIVE EVENT PAGE */
body.page-id-10103 {
  background: url(https://www.pacificforest.org/wp-content/uploads/2020/04/pft-fete-2020-leaf-tile.jpg) repeat;
  background-size: auto !important;
  background-position: top !important;
  background-repeat: repeat !important;
  background-attachment: inherit;
}
body.page-id-10103 .et_pb_section {
  background: none;
}
body.page-id-10103 .feature-title a {
  margin-left: 5px;
  font-weight: 600;
}

@media screen and (max-width:980px) {
  body.page-id-10103 #main-content .et_pb_section_2 .et_pb_column:nth-child(even) {
    margin-left: 1% !important;
  }
  body.page-id-10103 #main-content .et_pb_section_2 .et_pb_column_1,
  body.page-id-10103 #main-content .et_pb_section_2 .et_pb_column_2 {
    margin-bottom: -20px !important;
  }
  body.page-id-10103 #main-content .et_pb_section_5 .et_pb_row_5,
  body.page-id-10103 #main-content .et_pb_section_5 .et_pb_row_5 .et_pb_column {
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width:1349px) {
  body.page-id-10103 #main-content .et_pb_section_3 .et_pb_row,
  body.page-id-10103 #main-content .et_pb_section_4 .et_pb_row {
    padding: 0 !important;
  }
  body.page-id-10103 #main-content .et_pb_section_5 {
    padding-bottom: 0 !important;
  }
}

body.page-id-10103 .video-link a.vp-s {
  color: #e02b20;
}
body.page-id-10103 .anniversary-section a.vp-s {
  color: #fff !important;
}
body.page-id-10103 .video-link a.vp-s::after,
body.page-id-10103 .anniversary-section a.vp-s::after {
	content:"\f054";
	display:inline-block;  /* no underline on hover */
	position:relative;
	left: 4px;
	top:-1px;
	margin-right: -10px; /* prevent wrap */
	color: #e02b20;
	font-family: FontAwesome;
	font-size: .7em;
	line-height: .8em;
}
body.page-id-10103 .video-link a.vp-s::after {
	color: #e02b20;
}
body.page-id-10103 .anniversary-section a.vp-s::after {
	color: #fff;
}
body.page-id-10103 #TB_title {
  border-bottom: none !important;
}
body.page-id-10103 .et_pb_section_3 h5 a:hover {
  text-decoration: underline !important;
}
/*
body.page-id-10103 .et_pb_section_4 .et_pb_module.et_pb_promo {
  background-position: center top !important;
  background-size: cover cover;
}
body.page-id-10103 .et_pb_section_4 .et_pb_module.et_pb_promo:hover::after {
  content: "\f0e3" !important;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-30%);
  color: #fff !important;
  font-family: FontAwesome !important;
  font-size: 36px;
}
body.page-id-10103 .et_pb_section_4 .et_pb_column_7 .et_pb_module:hover {
  background: linear-gradient(180deg,rgba(69,142,187,0.3) 0%,rgba(69,142,187,0.3) 100%),url(https://www.pacificforest.org/wp-content/uploads/2020/04/ashland-experience.jpg);
  background-size: cover;
}
body.page-id-10103 .et_pb_section_4 .et_pb_column_8 .et_pb_module:hover {
  background: linear-gradient(180deg,rgba(69,142,187,0.3) 0%,rgba(69,142,187,0.3) 100%),url(https://www.pacificforest.org/wp-content/uploads/2020/04/marin-getaway.jpg);
  background-size: cover;
}
body.page-id-10103 .et_pb_section_4 .et_pb_column_9 .et_pb_module:hover {
  background: linear-gradient(180deg,rgba(69,142,187,0.3) 0%,rgba(69,142,187,0.3) 100%),url(https://www.pacificforest.org/wp-content/uploads/2020/04/ski-california.jpg);
  background-size: cover;
}
body.page-id-10103 .et_pb_section_4 .et_pb_column_10 .et_pb_module:hover {
  background: linear-gradient(180deg,rgba(69,142,187,0.3) 0%,rgba(69,142,187,0.3) 100%),url(https://www.pacificforest.org/wp-content/uploads/2020/04/Mondavi-homepage-visit-banner.jpg);
  background-size: cover;
}
*/
body.page-id-10103 #main-content .selfie-header {
  margin-bottom: 1px !important;
}
body.page-id-10103 .et_pb_slide_image img {
  width: 100% !important;
  max-height: none !important;
}

body.page-id-10103 #main-content .et_pb_section_4 .anniversary-video a.vp-s,
body.page-id-10103 #main-content .et_pb_section_4 .anniversary-video * {
  color: #fff !important;
  text-decoration: underline !important;
}
body.page-id-10103 #main-content .et_pb_section_4 .anniversary-video a.vp-s:hover,
body.page-id-10103 #main-content .et_pb_section_4 .anniversary-video *:hover {
  color: #fff !important;
}

/* auction 'product' posts */
.login-notice,
.logged-in-notice {
  margin: 10px 0;
  padding: 10px;
  background: #458ebb;
  color: #fff;
}
.logged-in-notice::before {
  content: "\f0e3" !important;
  margin-right: 5px;
  color: #fff !important;
  font-family: FontAwesome !important;
  font-size: 18px;
}

.login-notice a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.logged-in .login-notice,
.logged-in-notice {
  display: none;
}
.login-notice,
.logged-in .logged-in-notice {
  display: block;
}
.single-product .xoo-el-lostpw-tgr {
  display: block !important;
}
.single-product .xoo-el-login-tgr, /* sign-in link */
.single-product .xoo-el-reg-tgr,
.single-product .xoo-el-lostpw-tgr {
  display: inline !important;
}

/* FOREST FETE AUCTION PAGE */
body.post-type-archive-product,
body.term-forest-fete-auction {
  background: url(../../uploads/2020/04/pft-fete-2020-leaf-tile.jpg) repeat;
  background-size: auto !important;
  background-position: top !important;
  background-repeat: repeat !important;
  background-attachment: inherit;
}
body.post-type-archive-product #main-content,
body.term-forest-fete-auction #main-content {
  background: none !important;
}
body.post-type-archive-product #left-area,
body.term-forest-fete-auction #left-area {
  width: 100% !important;
  padding: 20px 20px;
  background: rgba(255,255,255,.95) !important;
  column-count: 1 !important;
}
body.post-type-archive-product ul.products li.product,
body.term-forest-fete-auction ul.products li.product {
  margin-bottom: 0 !important;
}
@media screen and (min-width:981px) {
  body.post-type-archive-product ul.products li.product,
  body.term-forest-fete-auction ul.products li.product {
    width: 31.33% !important;
    margin-right: 3% !important;
  }
  body.post-type-archive-product ul.products li.product:last-of-type,
  body.term-forest-fete-auction ul.products li.product:last-of-type {
    margin-right: 0 !important;
  }
}
body.post-type-archive-product ul.products li.product .price,
body.term-forest-fete-auction ul.products li.product .price {
  font-weight: 600;
  color: #000 !important;
  letter-spacing: normal;
}
body.post-type-archive-product ul.products li.product .et_overlay,
body.term-forest-fete-auction ul.products li.product .et_overlay {
  background: rgba(69,142,187,.5) !important;
}
body.post-type-archive-product ul.products li.product .et_overlay::before,
body.term-forest-fete-auction ul.products li.product .et_overlay::before {
  content: "\f0e3" !important;
  color: #fff !important;
  font-family: FontAwesome !important;
}
body.post-type-archive-product .woocommerce-info {
  display: none;
}
.woocommerce-error {
  font-weight: 700 !important;
}
.woocommerce-error a {
  color: inherit !important;
  text-decoration: underline;
}
.woocommerce-error a.button {
  display: none !important;
}
.register_popup {
  height: 560px !important;
}
.single-product .woocommerce-breadcrumb,
.single-product .product_meta {
  display: none;
}

/* FUND A NEED PAGE */
body.page-id-11098 {
  background: url(../../uploads/2020/04/pft-fete-2020-leaf-tile.jpg) repeat;
  background-size: auto !important;
  background-position: top !important;
  background-repeat: repeat !important;
  background-attachment: inherit;
}
body.page-id-11098 .et_pb_section {
  background: none !important;
}
body.page-id-11098 .form-module {
  background: rgba(255,255,255,.95) !important;
}
body.page-id-11098 .gfield.levels .gfield_radio li:nth-child(-n+9)::after,
body.page-id-11098 .gfield.gift-choice li label::before {
  content:"\f06b";
  position: relative;
  top: 4px;
  color: #458ebb;
  font-family: FontAwesome;
  font-size: 18px;
}
body.page-id-11098 .gfield.levels .gfield_radio li:nth-child(-n+9)::after {
  margin-left: 7px;
  top: 4px;
}
body.page-id-11098 .gfield.gift-choice li label::before {
  margin: 0 7px 0 5px;
  top: 1px;
}
body.page-id-11098 .gfield.large-checkbox,
body.page-id-11098 .gfield.large-checkbox div {
  margin-top: -10px !important;
}
body.page-id-11098 .gfield.large-checkbox li label {
  font-size: 18px;
  font-weight: 600;
}


/* 'Please Pardon Us' maintenance page */
.page-id-11355 #sidebar {
  display: none;
}
.page-id-11355 #left-area {
  width: 100%;
  padding-right: 0;
}
.page-id-11355 #main-content {
  padding: 50px 0 100px;
}
.page-id-11355 #main-content .container:before {
  display: none;
}
.page-id-11355 h1.entry-title {
  text-align: center;
}


/* Wildfire campaign */
.page-id-12003 .header-content h1 {
  width: 50%;
  min-width: 280px;
}
.page-id-12003 .header-content h1::before {
  content: "Diverse Groups Agree:";
  display: block;
  margin: 0;
  color: #fff;
  font-family: 'dinregular';
  font-size: 21px;
  font-weight: 400;
}
.page-id-12003 ul.red-bullets,
.page-id-12003 ul.numbered {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-id-12003 ul.red-bullets li {
  margin: 10px 0 0;
  padding: 0 0 0 20px;
  background: url(images/bullet-red.png) no-repeat 0 7px;
  background-size: 12px;
}
.page-id-12003 ul.numbered li {
  margin: 10px 0 0;
  padding: 0 0 0 35px;
  background-repeat: no-repeat;
  background-position: 0 0px;
  background-size: 24px;
}
.page-id-12003 ul.numbered li:first-child {
  background-image: url(images/bullet-red-1.png);
}
.page-id-12003 ul.numbered li:nth-child(2) {
  background-image: url(images/bullet-red-2.png);
}
.page-id-12003 ul.numbered li:nth-child(3) {
  background-image: url(images/bullet-red-3.png);
}


/* Forest Fete 2021 homepage slider */
.home .home-hero {
  display: none;
}
.home .fete-slider,
.home .fete-slider .soliloquy-outer-container {
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  overflow: hidden;
}
.home .fete-slider .soliloquy-id-12330 .soliloquy-image,
.home .fete-slider .soliloquy-id-5137 .soliloquy-image {
  top: 50%;
  min-width: 100%;
}
.home .fete-slider .soliloquy-id-12330 .soliloquy-image {
  transform: translateY(-10%);
}
.home .fete-slider .soliloquy-caption-top {
  display: block !important;
  top: auto !important;
  bottom: 30px !important;
}
.home .fete-slider .soliloquy-caption-inside p.head-tit {
  padding: 0;
  font-family: 'dinregular';
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.7;
  text-shadow: 1px 1px 1px #000;
}
.home .fete-slider .soliloquy-caption-inside h1.header-tit {
  display: block !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  color: #fff !important;
  font-family: 'clarendon_btbold';
  font-size: 3vw !important;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
}

@media only screen and (min-width:600px) {
  .home .fete-slider,
  .home .fete-slider .soliloquy-outer-container {
    height: 310px;
    max-height: 310px;
  }
  .home .fete-slider .soliloquy-id-12330 .soliloquy-image {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .home .fete-slider .soliloquy-id-12330 .soliloquy-image {
    transform: translateY(-25%);
  }
  .home .fete-slider .soliloquy-id-5137 .soliloquy-image {
    transform: translateY(-13%);
  }
  .home .fete-slider .soliloquy-caption-top {
    display: block !important;
    top: 10% !important;
    bottom: auto !important;
  }
  .home .fete-slider .soliloquy-caption-inside {
    background: none !important;
  }
  .home .fete-slider .soliloquy-caption-inside p.head-tit {
    font-size: 20px;
  }
  .home .fete-slider .soliloquy-caption-inside h1.header-tit {
    font-size: 37px !important;
  }
}
@media only screen and (min-width:992px) {
  .home .fete-slider,
  .home .fete-slider .soliloquy-outer-container {
    height: 380px;
    max-height: 380px;
  }
}
@media only screen and (min-width:1200px) {
  .home .fete-slider,
  .home .fete-slider .soliloquy-outer-container {
    height: 420px;
    max-height: 420px;
  }
  .home .fete-slider .soliloquy-id-12330 .soliloquy-image {
    transform: translateY(-30%);
  }
  .home .fete-slider .soliloquy-caption-inside p.head-tit {
    font-size: 30px;
  }
  .home .fete-slider .soliloquy-caption-inside h1.header-tit {
    font-size: 40px !important;
  }
}
@media only screen and (min-width:1500px) {
  .home .fete-slider .soliloquy-id-12330 .soliloquy-image {
    transform: translateY(-35%);
  }
}
