.pagewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1a230b;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 73px;
  max-height: 73px;
  min-height: 73px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-color: #1a230b;
}

.middle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #161616;
}

.middle-wrapper.home {
  overflow: visible;
  height: 420px;
  min-height: 420px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #74614f;
}

.footer-wrapper {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 140px;
  max-height: 80px;
  min-height: 140px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-top-color: #fff;
  background-color: #1a230b;
}

.sidebar-left-wrapper {
  display: block;
  overflow: hidden;
  width: 33%;
  padding: 23px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #74614f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#74614f), to(#74614f));
  background-image: linear-gradient(180deg, #74614f, #74614f);
}

.sidebar-left-wrapper._4princicples {
  display: block;
  width: 33%;
  padding: 33px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 97, 79, 0.8)), to(rgba(0, 0, 0, 0.85))), url('../images/bigstock-Wildfire-6286428.jpg');
  background-image: linear-gradient(180deg, rgba(116, 97, 79, 0.8), rgba(0, 0, 0, 0.85)), url('../images/bigstock-Wildfire-6286428.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.sidebar-left-wrapper._4princicples.why {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 97, 79, 0.8)), to(rgba(0, 0, 0, 0.85))), url('../images/bigstock-Wildfire-75669478.jpg');
  background-image: linear-gradient(180deg, rgba(116, 97, 79, 0.8), rgba(0, 0, 0, 0.85)), url('../images/bigstock-Wildfire-75669478.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.sidebar-left-wrapper._4princicples.costofzero {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 97, 79, 0.8)), to(rgba(0, 0, 0, 0.85))), url('../images/bigstock-Wildfire-37313089.jpg');
  background-image: linear-gradient(180deg, rgba(116, 97, 79, 0.8), rgba(0, 0, 0, 0.85)), url('../images/bigstock-Wildfire-37313089.jpg');
}

.sidebar-left-wrapper._4princicples.supportfix {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 97, 79, 0.8)), to(rgba(0, 0, 0, 0.85))), url('../images/bigstock-dead-pine-trees-104378165.jpg');
  background-image: linear-gradient(180deg, rgba(116, 97, 79, 0.8), rgba(0, 0, 0, 0.85)), url('../images/bigstock-dead-pine-trees-104378165.jpg');
}

.sidebar-left-wrapper.homepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 33%;
  padding: 18px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sidebar-left-wrapper.homepage-brown {
  padding-left: 218px;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #1a230b;
}

.mainmenu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  min-width: 750px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1a230b;
}

.sponsors-wrap {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding: 5px 29px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-color: #829d53;
  border-bottom-width: 1px;
  text-align: center;
}

.social-share-wrap {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #ffe000;
}

.menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 1px;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1a230b;
  color: #fff;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

.menu-box:hover {
  background-color: #829d53;
}

.menu-box:focus {
  background-color: #74614f;
}

.menu-box.w--current {
  background-color: #829d53;
}

.headerlogotext {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #c67a1a;
  font-size: 31px;
  font-weight: 400;
  text-align: center;
}

.h1-home {
  margin-top: 0px;
  margin-bottom: 1px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

.h1-home.subhead {
  color: #fff;
  font-size: 21px;
  font-style: italic;
}

.sidebarleft-homepage {
  display: block;
  width: 298px;
  margin-right: auto;
  margin-left: 10px;
  padding-right: 13px;
  padding-left: 13px;
  float: right;
}

.p-sidebarleft {
  display: block;
  width: auto;
  max-width: 400px;
  margin: 6px auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 0em;
}

.mainmenu-text {
  margin-top: 0px;
  margin-bottom: 0px;
  direction: ltr;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.bodycontent-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  min-height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bodycontent-wrapper._2nd-pages {
  display: block;
  padding: 29px 41px 23px 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.bodycontent-wrapper.homevideo {
  height: 100%;
  max-width: 800px;
  min-height: 100%;
  min-width: 640px;
}

.bodycontent-wrapper.homefill {
  overflow: hidden;
  height: 450px;
  min-height: 450px;
}

.play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.sponsor-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sponsor-logos.wfpa {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background-image: url('../images/wfpa.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.sponsor-logos.naturcons {
  display: block;
  min-width: 220px;
  background-image: url('../images/nature-consveracy.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.sponsor-logos.forestserv {
  background-image: url('../images/forest-service.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.videobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Smokejumper_FINAL_mp4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.sponsors {
  width: auto;
  height: 62px;
  margin-right: 6px;
  margin-bottom: 7px;
  margin-left: 6px;
}

.footer-caption {
  display: block;
  margin-top: auto;
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Droid Serif', serif;
  color: hsla(0, 0%, 100%, 0.43);
  font-size: 1em;
  line-height: 2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

._2ndpgcontent-wrapper {
  overflow: visible;
  width: 671px;
  margin: 0px -17px 0px 0px;
  padding: 0px;
}

._2ndpgcontent-wrapper.homeslideshow {
  width: 731px;
}

._2ndpgcontent-wrapper.homehero {
  width: 38px;
}

._2ndpage-sidebar-wrapper {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.sidebar-h1 {
  margin-top: -5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #aacd6c;
  font-size: 1.5em;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}

.sidebar-h2 {
  margin-top: 5px;
  color: hsla(0, 0%, 100%, 0.62);
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: none;
}

.quote-sidebar {
  margin-top: 18px;
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  color: hsla(0, 0%, 100%, 0.76);
  font-size: 1.1em;
  line-height: 1.3em;
  font-style: italic;
  text-align: center;
}

.quote-sidebar.name {
  margin-top: 6px;
  color: #aacd6c;
  font-size: 0.9em;
  line-height: 1.4em;
}

.quote-sidebar.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 23px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
  text-shadow: 1px 1px 6px #000;
}

.p1-content {
  display: block;
  margin-bottom: 19px;
  padding: 0px;
  font-family: 'Droid Serif', serif;
  color: rgba(63, 76, 40, 0.76);
  font-size: 1em;
  line-height: 1.4em;
}

.p1-content.support {
  margin-top: 14px;
  margin-bottom: 11px;
  font-size: 12px;
}

.quote-sidebar-wrapper {
  display: inline-block;
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.52) #000 #000;
  text-align: center;
}

._4-principles-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.principle-wrapper {
  display: block;
  width: 50%;
  min-height: 200px;
  margin-top: 7px;
  padding-right: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

._4princs-header-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 250px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 76, 40, 0.76)), to(rgba(63, 76, 40, 0.76)));
  background-image: linear-gradient(180deg, rgba(63, 76, 40, 0.76), rgba(63, 76, 40, 0.76));
}

._4princs-header-wrapper.fuel-reduce1 {
  position: relative;
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 19px;
  padding-left: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 76, 40, 0.72)), to(rgba(63, 76, 40, 0.72))), url('../images/02-Tree-planting-8.JPG');
  background-image: linear-gradient(180deg, rgba(63, 76, 40, 0.72), rgba(63, 76, 40, 0.72)), url('../images/02-Tree-planting-8.JPG');
  background-size: auto, cover;
}

._4princs-header-wrapper._2attackfire {
  background-color: #3f4c28;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 76, 40, 0.55)), to(rgba(63, 76, 40, 0.55))), url('../images/helicopter-supression.jpeg');
  background-image: linear-gradient(180deg, rgba(63, 76, 40, 0.55), rgba(63, 76, 40, 0.55)), url('../images/helicopter-supression.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

._4princs-header-wrapper._3fireprevent {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 76, 40, 0.66)), to(rgba(63, 76, 40, 0.66))), url('../images/baby-trees.jpg');
  background-image: linear-gradient(180deg, rgba(63, 76, 40, 0.66), rgba(63, 76, 40, 0.66)), url('../images/baby-trees.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._4princs-header-wrapper._4postfire {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 76, 40, 0.75)), to(rgba(63, 76, 40, 0.75))), url('../images/024.jpg');
  background-image: linear-gradient(180deg, rgba(63, 76, 40, 0.75), rgba(63, 76, 40, 0.75)), url('../images/024.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._4princpls-header {
  margin-top: 11px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}

.circle-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  padding-top: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px none #fff;
  border-radius: 71px;
  background-color: #aacd6c;
  color: #fff;
}

.circlenumber {
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 34px;
  line-height: 40px;
}

._4pees-p1 {
  margin-bottom: 19px;
  padding: 10px 0px 15px;
  font-family: 'Droid Serif', serif;
  color: rgba(63, 76, 40, 0.72);
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.cta-button-mailinglist {
  margin-right: 29px;
  border-style: none;
  border-radius: 20px;
  background-color: #3f4c28;
}

.cta-button-text {
  padding: 26px 31px;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.4em;
  text-align: center;
}

.body-h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Droid Serif', serif;
  color: #5a6d39;
  font-size: 1.1em;
  line-height: 1.6em;
}

.block-callout {
  margin-bottom: 29px;
  color: #829d53;
  font-size: 16px;
  font-style: italic;
}

.support-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -23px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company-block {
  width: 31%;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 15px;
  background-color: rgba(130, 157, 83, 0.08);
  text-align: center;
}

.company-block:hover {
  background-color: rgba(130, 157, 83, 0.26);
}

.companybutton {
  padding: 7px 17px;
  border-radius: 10px;
  background-color: #829d53;
  font-size: 12px;
}

.videobuttons {
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 11px 13px;
  border-radius: 10px;
  background-color: #3f4c28;
  font-size: 11px;
}

.videobutton-wrapper {
  display: none;
}

.logobutton {
  text-decoration: none;
}

.videosliderhome {
  display: inline-block;
  height: 100%;
  max-width: 100vw;
  min-height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.arrows {
  opacity: 1;
}

.homeslides-wrapper {
  position: relative;
  display: inline-block;
  overflow: visible;
  background-image: url('../images/Suburban_Mom-_mp4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.homeslides-wrapper.slide2 {
  display: inline-block;
  background-image: url('../images/Smokejumper_mp4.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.homeslides-wrapper.slide3 {
  background-image: url('../images/Millenial-_mp4.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.homeslides-wrapper.slide4 {
  background-image: url('../images/Forest_Owner_mp4.jpg');
}

.lightboxvideobutton {
  text-align: center;
  text-decoration: none;
}

.video-text-overlay {
  margin: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.video-text-overlay.subhead {
  font-size: 12px;
}

.video-captions {
  text-align: center;
  text-decoration: none;
  text-shadow: 4px 4px 5px #000, 1px 1px 6px #000;
}

.mybody {
  background-color: #1a230b;
}

.homequote {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  padding: 13px 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(56%, rgba(0, 0, 0, 0.46)), to(transparent));
  background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.46) 56%, transparent);
}

.homeq-headshot {
  width: 60px;
}

.homequote-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.alllinks {
  color: #829d53;
  text-decoration: underline;
}

.social-circle-icons {
  margin-right: 6px;
}

.fbcounter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.twittercounter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerfw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #1a230b;
}

.sidebarcontent-container {
  display: block;
  width: 310px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.head-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding-right: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #74614f;
}

.video-rapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 740px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.home-content-wrapper {
  display: block;
  width: 1180px;
  max-width: 1200px;
  min-width: 1180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

._2rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 432px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slidefs-wrapper {
  position: relative;
  height: 100%;
  max-width: 100vw;
  min-height: 100%;
}

.sponsorlogo-footerimg {
  margin-right: 13px;
}

.logolinks {
  margin-right: 9px;
}

.circle-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mailing-list-link-box {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

@media (max-width: 991px) {
  .pagewrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .middle-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #74614f;
  }
  .middle-wrapper.home {
    height: 100%;
    min-height: 100%;
  }
  .footer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 136px;
    min-height: 136px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sidebar-left-wrapper {
    display: block;
    overflow: visible;
    width: 100%;
    height: 185px;
    min-height: auto;
    padding: 12px 25px 7px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sidebar-left-wrapper._4princicples {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 380px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sidebar-left-wrapper._4princicples.why {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 97, 79, 0.8)), to(rgba(0, 0, 0, 0.85))), url('../images/bigstock-Wildfire-75669478.jpg');
    background-image: linear-gradient(180deg, rgba(116, 97, 79, 0.8), rgba(0, 0, 0, 0.85)), url('../images/bigstock-Wildfire-75669478.jpg');
    background-size: auto, cover;
  }
  .sidebar-left-wrapper._4princicples.costofzero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 97, 79, 0.8)), to(rgba(0, 0, 0, 0.85))), url('../images/bigstock-Wildfire-37313089.jpg');
    background-image: linear-gradient(180deg, rgba(116, 97, 79, 0.8), rgba(0, 0, 0, 0.85)), url('../images/bigstock-Wildfire-37313089.jpg');
  }
  .sidebar-left-wrapper._4princicples.supportfix {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 97, 79, 0.8)), to(rgba(0, 0, 0, 0.85))), url('../images/bigstock-dead-pine-trees-104378165.jpg');
    background-image: linear-gradient(180deg, rgba(116, 97, 79, 0.8), rgba(0, 0, 0, 0.85)), url('../images/bigstock-dead-pine-trees-104378165.jpg');
  }
  .sidebar-left-wrapper.homepage {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sidebar-left-wrapper.homepage-brown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: 110px;
    min-height: 110px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 51px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mainmenu-wrapper {
    max-width: 100%;
    min-width: 100%;
  }
  .sponsors-wrap {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .menu-box {
    padding: 18px 5px;
    font-size: 13px;
  }
  .headerlogotext {
    font-size: 22px;
  }
  .h1-home {
    text-align: center;
  }
  .sidebarleft-homepage {
    width: 90%;
    text-align: center;
  }
  .p-sidebarleft {
    width: auto;
    font-size: 0.9em;
    line-height: 16px;
    text-align: center;
  }
  .p-sidebarleft.home {
    width: 100%;
    min-width: 90%;
    font-size: 0.8em;
    line-height: 1.1em;
  }
  .mainmenu-text {
    font-size: 12px;
  }
  .bodycontent-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .bodycontent-wrapper._2nd-pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .bodycontent-wrapper.homevideo {
    min-height: 370px;
  }
  .sponsor-logos {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .videobox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: cover;
  }
  .social {
    min-height: 30px;
  }
  .footer-caption {
    font-size: 0.9em;
  }
  ._2ndpgcontent-wrapper {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  ._2ndpgcontent-wrapper.homehero {
    height: 400px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  ._4-principles-wrapper {
    margin-right: -29px;
  }
  .principle-wrapper {
    padding-right: 36px;
  }
  .cta-button-mailinglist {
    margin-right: auto;
  }
  .body-h1 {
    margin-top: 27px;
    font-size: 19px;
    line-height: 27px;
    text-align: left;
  }
  .company-block {
    width: 31%;
    margin-right: 16px;
  }
  .videosliderhome {
    height: 100%;
    min-height: auto;
  }
  .homeslides-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .headerfw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 67%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .sidebarcontent-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sidebarcontent-container.innerpages {
    width: 70%;
  }
  .head-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .video-rapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 400px;
    max-width: 100%;
    min-height: 400px;
    min-width: 100%;
  }
  .home-content-wrapper {
    display: block;
    width: 100%;
    min-width: 100%;
  }
  .slidefs-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 55vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .pagewrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-wrapper {
    height: 0px;
    min-height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .middle-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .middle-wrapper.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-wrapper {
    display: block;
    height: auto;
    max-height: 128px;
    min-height: 128px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sidebar-left-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 33%;
    padding: 0px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sidebar-left-wrapper._4princicples {
    min-height: 350px;
  }
  .sidebar-left-wrapper._4princicples.why {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    max-height: 400px;
    min-height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 97, 79, 0.8)), to(rgba(0, 0, 0, 0.85))), url('../images/bigstock-Wildfire-75669478.jpg');
    background-image: linear-gradient(180deg, rgba(116, 97, 79, 0.8), rgba(0, 0, 0, 0.85)), url('../images/bigstock-Wildfire-75669478.jpg');
    background-size: auto, cover;
  }
  .sidebar-left-wrapper._4princicples.costofzero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 97, 79, 0.8)), to(rgba(0, 0, 0, 0.85))), url('../images/bigstock-Wildfire-37313089.jpg');
    background-image: linear-gradient(180deg, rgba(116, 97, 79, 0.8), rgba(0, 0, 0, 0.85)), url('../images/bigstock-Wildfire-37313089.jpg');
  }
  .sidebar-left-wrapper._4princicples.supportfix {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 97, 79, 0.8)), to(rgba(0, 0, 0, 0.85))), url('../images/bigstock-dead-pine-trees-104378165.jpg');
    background-image: linear-gradient(180deg, rgba(116, 97, 79, 0.8), rgba(0, 0, 0, 0.85)), url('../images/bigstock-dead-pine-trees-104378165.jpg');
  }
  .sidebar-left-wrapper.homepage {
    display: block;
    overflow: auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sidebar-left-wrapper.homepage-brown {
    max-height: 150px;
    max-width: 100%;
    min-height: 152px;
    min-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 100%;
    min-width: 33%;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .mainmenu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sponsors-wrap {
    min-height: 45px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-box {
    padding: 10px 5px;
  }
  .headerlogotext {
    font-size: 17px;
  }
  .h1-home {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }
  .sidebarleft-homepage {
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .p-sidebarleft {
    margin-bottom: 13px;
    font-size: 9px;
    line-height: 10px;
    text-align: left;
    letter-spacing: 1px;
    text-indent: 0px;
  }
  .p-sidebarleft.home {
    text-align: center;
  }
  .mainmenu-text {
    font-size: 9px;
    line-height: 11px;
  }
  .bodycontent-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .bodycontent-wrapper._2nd-pages {
    width: 100%;
    padding: 27px;
  }
  .bodycontent-wrapper.homevideo {
    min-height: 100%;
  }
  .play-button {
    background-size: 111px;
  }
  .sponsor-logos {
    width: auto;
    height: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .videobox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sponsors {
    width: auto;
    height: 90px;
  }
  .footer-caption {
    margin-bottom: auto;
    font-size: 0.7em;
    line-height: 2em;
  }
  ._2ndpgcontent-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._4-principles-wrapper {
    margin-right: -23px;
  }
  .principle-wrapper {
    padding-right: 15px;
  }
  .body-h1 {
    margin-top: 30px;
    line-height: 24px;
  }
  .company-block {
    width: 28%;
  }
  .videobuttons {
    margin-right: 2px;
    margin-left: 2px;
    padding: 4px 7px;
    font-size: 10px;
  }
  .videobutton-wrapper {
    text-align: left;
  }
  .videosliderhome {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: auto;
    float: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .homeslides-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
  }
  .lightboxvideobutton {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .homequote {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .sidebarcontent-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sidebarcontent-container.innerpages {
    display: block;
    width: 90%;
  }
  .slidefs-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 55vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media (max-width: 479px) {
  .pagewrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    min-height: 101px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .middle-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .middle-wrapper.home {
    height: auto;
    min-height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-wrapper {
    display: block;
    height: 133px;
    max-height: 133px;
    min-height: 133px;
    padding-top: 7px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sidebar-left-wrapper {
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    padding: 6px 14px 12px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .sidebar-left-wrapper._4princicples {
    overflow: visible;
    width: 100%;
    min-height: 451px;
    padding: 19px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sidebar-left-wrapper._4princicples.why {
    max-height: 460px;
    min-height: 460px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 97, 79, 0.8)), to(rgba(0, 0, 0, 0.85))), url('../images/bigstock-Wildfire-75669478.jpg');
    background-image: linear-gradient(180deg, rgba(116, 97, 79, 0.8), rgba(0, 0, 0, 0.85)), url('../images/bigstock-Wildfire-75669478.jpg');
  }
  .sidebar-left-wrapper._4princicples.costofzero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 97, 79, 0.8)), to(rgba(0, 0, 0, 0.85))), url('../images/bigstock-Wildfire-37313089.jpg');
    background-image: linear-gradient(180deg, rgba(116, 97, 79, 0.8), rgba(0, 0, 0, 0.85)), url('../images/bigstock-Wildfire-37313089.jpg');
    background-size: auto, cover;
  }
  .sidebar-left-wrapper._4princicples.supportfix {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 97, 79, 0.8)), to(rgba(0, 0, 0, 0.85))), url('../images/bigstock-dead-pine-trees-104378165.jpg');
    background-image: linear-gradient(180deg, rgba(116, 97, 79, 0.8), rgba(0, 0, 0, 0.85)), url('../images/bigstock-dead-pine-trees-104378165.jpg');
  }
  .sidebar-left-wrapper.homepage {
    height: auto;
  }
  .sidebar-left-wrapper.homepage-brown {
    height: 162px;
    max-height: 170px;
    min-height: 152px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .logo-wrapper {
    width: 100%;
    height: 30px;
    max-width: 100%;
    min-height: 40px;
    min-width: 100%;
  }
  .mainmenu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 61px;
    max-width: 100%;
    min-height: 61px;
    min-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sponsors-wrap {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 60px;
    min-height: auto;
    min-width: 100%;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-box {
    height: 61px;
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 10px;
  }
  .headerlogotext {
    font-size: 25px;
  }
  .h1-home {
    margin-top: 4px;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    text-align: center;
  }
  .h1-home.subhead {
    font-size: 16px;
    text-transform: none;
  }
  .sidebarleft-homepage {
    margin-right: auto;
    margin-left: 0px;
    padding-right: 19px;
    padding-left: 19px;
    float: none;
  }
  .p-sidebarleft {
    margin-top: 11px;
    margin-bottom: 5px;
    font-family: 'Droid Serif', serif;
    font-size: 0.82em;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: 0.2px;
  }
  .p-sidebarleft.home {
    width: 90%;
  }
  .mainmenu-text {
    font-size: 10px;
    line-height: 12px;
  }
  .bodycontent-wrapper {
    min-height: 200px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bodycontent-wrapper._2nd-pages {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bodycontent-wrapper.homevideo {
    width: 100%;
    min-width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bodycontent-wrapper.homefill {
    height: 350px;
    min-height: 350px;
  }
  .play-button {
    width: 100px;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    float: none;
    background-image: none;
    text-align: center;
  }
  .sponsor-logos {
    padding-top: 11px;
    padding-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: none;
  }
  .sponsor-logos.wfpa {
    margin-right: 4px;
    margin-left: 4px;
  }
  .sponsor-logos.naturcons {
    min-width: 140px;
  }
  .videobox {
    min-height: 200px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 58px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sponsors {
    width: auto;
    height: 58px;
  }
  .footer-caption {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.4em;
    line-height: 1.3em;
    letter-spacing: 0em;
  }
  ._2ndpgcontent-wrapper {
    width: 100%;
    margin-right: 0px;
    padding-right: 14px;
    padding-left: 14px;
  }
  .sidebar-h1 {
    font-size: 21px;
  }
  .sidebar-h2 {
    line-height: 14px;
  }
  .quote-sidebar.name {
    line-height: 17px;
  }
  .quote-sidebar.name.home {
    font-size: 0.7em;
    line-height: 12px;
  }
  .quote-sidebar.home {
    margin-bottom: 5px;
    padding-left: 15px;
    font-size: 0.8em;
  }
  .p1-content {
    text-align: left;
  }
  .p1-content.support {
    font-size: 14px;
    text-align: center;
  }
  ._4-principles-wrapper {
    margin: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .principle-wrapper {
    width: 100%;
    padding-right: 0px;
  }
  .cta-button-mailinglist {
    margin-right: auto;
  }
  .cta-button-text {
    padding: 21px 17px;
    font-size: 20px;
    line-height: 27px;
  }
  .body-h1 {
    margin-top: 31px;
    margin-bottom: 13px;
    line-height: 23px;
    text-align: center;
  }
  .support-wrapper {
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .company-block {
    width: 100%;
    margin-right: 0px;
  }
  .videobuttons {
    padding: 11px;
    font-size: 12px;
  }
  .videobutton-wrapper {
    text-align: center;
  }
  .videosliderhome {
    display: inline-block;
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sliderwrapper-mask {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .homeslides-wrapper {
    width: 100%;
    min-width: 100%;
  }
  .lightboxvideobutton {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .video-text-overlay {
    font-size: 14px;
  }
  .video-text-overlay.subhead {
    color: #aacd6c;
    font-size: 10px;
    letter-spacing: 5px;
  }
  .mybody {
    background-color: #1a230b;
  }
  .homequote {
    padding-right: 6px;
    padding-left: 9px;
  }
  .homeq-headshot {
    width: 113px;
  }
  .homequote-text {
    padding-right: 17px;
  }
  .fbcounter.phonever {
    height: 28px;
  }
  .twittercounter.centerme {
    position: static;
    display: block;
    width: 201px;
    height: 48px;
    margin-top: -12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .headerfw {
    width: 100%;
  }
  .sidebarcontent-container {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .sidebarcontent-container.innerpages {
    width: 100%;
  }
  .head-left {
    width: 100%;
  }
  .bg {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

