/*!
Theme Name: NWF 2016
Author URI: http://openbox9.com

****
DO NOT EDIT style.css DIRECTLY
****
*/
@import url("https://fonts.googleapis.com/css?family=Fira+Sans|Patua+One");
@import url("https://use.fontawesome.com/releases/v5.2.0/css/all.css");
@font-face {
  font-family: Interstate;
  src: url("//www.nwf.org/common/fonts/interstate.eot");
  src: url("//www.nwf.org/common/fonts/interstate.eot?#iefix") format("embedded-opentype"), url("http://www.nwf.org/common/fonts/interstate.woff") format("woff"), url("//www.nwf.org/common/fonts/interstate.ttf") format("truetype"), url("//www.nwf.org/common/fonts/interstate.svg#font") format("svg");
}

@-webkit-keyframes pulse {
  0% {
    margin-bottom: 0px;
  }
  50% {
    margin-bottom: 15px;
  }
  100% {
    margin-bottom: 0px;
  }
}

@keyframes pulse {
  0% {
    margin-bottom: 0px;
  }
  50% {
    margin-bottom: 15px;
  }
  100% {
    margin-bottom: 0px;
  }
}

@-webkit-keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes slide {
  100% {
    left: 0;
  }
}

@keyframes slide {
  100% {
    left: 0;
  }
}

@-webkit-keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}

@keyframes loading {
  100% {
    background-position: 0px -570px;
  }
}

xmp {
  margin: 0 0 1em;
  background: yellow;
  color: #000;
  overflow: hidden;
  font-size: 10px;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #3a3a3a;
  background: #fbfaf7;
  text-align: left;
  min-width: 320px;
  overflow: hidden;
}

html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #00573d;
}

body {
  background: #fbfaf7 no-repeat center top;
  background-size: 100% auto;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

em strong,
strong em {
  font-weight: bold;
  font-style: italic;
}

.mobile-only {
  display: none;
}

.hidden {
  display: block;
  position: absolute;
  top: -10000px;
  height: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.entity {
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial, Helvetica, sans-serif;
}

.text-sans-serif {
  font-family: "Fira Sans", Arial, sans-serif;
}

.text-serif {
  font-family: Georgia, Times, serif;
}

.text-aligncenter,
.text-center {
  text-align: center;
}

.text-alignright,
.text-right {
  text-align: right;
}

.text-alignleft,
.text-left {
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
}

img[align=left],
img.alignleft {
  margin: 0 15px 15px 0;
}

img[align=right],
img.alignright {
  margin: 0 0 15px 15px;
}

img.aligncenter {
  display: block;
  margin: 0 auto 15px auto;
}

img,
a > img {
  border: 0;
}

a {
  color: #00573d;
  text-decoration: underline;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 1em 0;
}

p:last-child {
  margin-bottom: 0;
}

.intro {
  margin: 0 0 1em;
  font-size: 120%;
}

.clickable {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem;
  padding: 0;
  clear: both;
  font-family: "Patua One";
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
}

h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
  display: inline;
  margin-right: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

h1 {
  margin-bottom: 2rem;
  color: #00573d;
  font-size: 225%;
  line-height: 1em;
}

h2 {
  margin: 1.5rem 0 .25rem;
  font-size: 166%;
  color: #00573d;
}

h3 {
  font-size: 130%;
  color: #00573d;
}

h4 {
  font-size: 100%;
}

h5 {
  font-size: 80%;
}

h6 {
  font-size: 80%;
}

@media screen and (max-width: 1000px) {
  h3 {
    font-size: 100%;
  }
}

@media screen and (max-width: 550px) {
  h1 {
    font-size: 200%;
  }
}

ul {
  margin: 0 0 1em;
}

hr {
  margin: 2.5em auto;
  width: 90%;
  border-bottom: 2px dotted #00573d;
  border-top: none;
  border-left: none;
  border-right: none;
}

th, td {
  border: 0;
}

blockquote {
  margin: 1.7em 0;
  padding: 0.5em 0 0.5em 1em;
  color: #00573d;
  border-left: 5px solid #00573d;
  font-size: 1.389em;
  line-height: 1.45em;
  font-weight: normal;
  letter-spacing: 0.025em;
}

blockquote cite {
  display: block;
  margin: 0.75em 0 0 0;
  color: #838383;
  font-style: normal;
  font-size: 85%;
  line-height: normal;
}

blockquote.alignright {
  width: 50%;
  margin: 0 0 1em 1em;
}

blockquote.alignleft {
  width: 50%;
  margin: 0 1em 1em 0;
}

input[type="submit"],
input[type="button"],
button,
.button {
  position: relative;
  display: inline-block;
  margin: 1em 0 0;
  padding: 15px 20px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  color: white;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background: #00573d;
  background-clip: padding-box;
  border: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
}

input[type="submit"] > span,
input[type="button"] > span,
button > span,
.button > span {
  margin-left: 5px;
}

input[type="submit"].aligncenter, input[type="submit"].center,
input[type="button"].aligncenter,
input[type="button"].center,
button.aligncenter,
button.center,
.button.aligncenter,
.button.center {
  display: block;
  max-width: 250px;
  margin: 0 auto 1em;
}

input[type="submit"]:hover,
button:hover,
.button:hover {
  text-decoration: none;
  color: white;
  background: #3a3a3a;
}

button.white,
.button.white {
  border-color: white;
  color: white;
}

button.white:hover,
.button.white:hover {
  background-color: white;
  border-color: white;
  color: #ed1165;
}

button.unstyled,
.button.unstyled {
  padding: 3px 5px;
  background: none;
  color: #363636;
  font-size: 100%;
  font-family: arial,sans-serif;
  background: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #ccc;
  border-radius: 3px;
}

button.unstyled:hover {
  background: #eeeeee;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  line-height: 1;
  margin: 0;
  padding: 10px;
  border: 1px solid #9f9f9f;
  background: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#f7f7f7));
  background-image: linear-gradient(top, #ededed 0%, #f7f7f7 100%);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  width: 100%;
}

.toggle {
  cursor: pointer;
}

.expandable {
  cursor: pointer;
  position: relative;
}

.expandable > .i {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0px 0 0 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.expand-content {
  display: none;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 1024px) {
  body {
    background-size: 1024px auto;
  }
}

@media screen and (max-width: 1050px) {
  .desktop-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

@media screen and (min-width: 551px) {
  .desktop-hide {
    display: none !important;
  }
}

@media screen and (max-width: 550px) {
  body {
    font-size: 14px;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}

/* 16 grid, 20px margins */
.row {
  position: relative;
  margin-bottom: 20px;
  zoom: 1;
}

.row:last-child {
  margin-bottom: 0;
}

.row:after {
  content: ' ';
  display: block;
  clear: both;
}

.row > [class*="span"], .row > [class*="col"], .wpb_row.vc_row-fluid > [class*="vc_span"] {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  margin-left: 0%;
  margin-left: calc(-20px);
}

.row > [class*="span"], .row > [class*="col"], .wpb_row.vc_row-fluid > [class*="vc_span"] {
  margin-left: 0%;
  margin-left: calc(20px);
}

.row > .col1_10 {
  width: 10%;
  width: calc(10% - 20px);
}

.row > .offset1_10 {
  margin-left: 10%;
  margin-left: calc(10% + 20px);
}

.row > .col1_5, .row > .col2_10, .row > .col3_15 {
  width: 20%;
  width: calc(20% - 20px);
}

.row > .offset1_5, .row > .offset2_10, .row > .offset3_15 {
  margin-left: 20%;
  margin-left: calc(20% + 20px);
}

.row > .col1_4, .row > .col2_8, .row > .col3_12, .row > .col4_16, .row > .span3, .wpb_row.vc_row-fluid > .vc_span3 {
  width: 25%;
  width: calc(25% - 20px);
}

.row > .offset1_4, .row > .offset2_8, .row > .offset3_12, .row > .offset4_16, .row > .offset3 {
  margin-left: 25%;
  margin-left: calc(25% + 20px);
}

.row > .col3_10 {
  width: 30%;
  width: calc(30% - 20px);
}

.row > .offset3_10 {
  margin-left: 30%;
  margin-left: calc(30% + 20px);
}

.row > .col2_5, .row > .col4_10, .row > .col6_15 {
  width: 40%;
  width: calc(40% - 20px);
}

.row > .offset2_5, .row > .offset4_10, .row > .offset6_15 {
  margin-left: 40%;
  margin-left: calc(40% + 20px);
}

.row > .col1_2, .row > .col2_4, .row > .col3_6, .row > .col4_8, .row > .col5_10, .row > .col6_12, .row > .col7_14, .row > .col8_16, .row > .span6, .wpb_row.vc_row-fluid > .vc_span6 {
  width: 50%;
  width: calc(50% - 20px);
}

.row > .offset1_2, .row > .offset2_4, .row > .offset3_6, .row > .offset4_8, .row > .offset5_10, .row > .offset6_12, .row > .offset7_14, .row > .offset8_16, .row > .offset6 {
  margin-left: 50%;
  margin-left: calc(50% + 20px);
}

.row > .col3_5, .row > .col6_10, .row > .col9_15 {
  width: 60%;
  width: calc(60% - 20px);
}

.row > .offset3_5, .row > .offset6_10, .row > .offset9_15 {
  margin-left: 60%;
  margin-left: calc(60% + 20px);
}

.row > .col7_10 {
  width: 70%;
  width: calc(70% - 20px);
}

.row > .offset7_10 {
  margin-left: 70%;
  margin-left: calc(70% + 20px);
}

.row > .col3_4, .row > .col6_8, .row > .col9_12, .row > .col12_16, .row > .span9, .wpb_row.vc_row-fluid > .vc_span9 {
  width: 75%;
  width: calc(75% - 20px);
}

.row > .offset3_4, .row > .offset6_8, .row > .offset9_12, .row > .offset12_16, .row > .offset9 {
  margin-left: 75%;
  margin-left: calc(75% + 20px);
}

.row > .col4_5, .row > .col8_10, .row > .col12_15 {
  width: 80%;
  width: calc(80% - 20px);
}

.row > .offset4_5, .row > .offset8_10, .row > .offset12_15 {
  margin-left: 80%;
  margin-left: calc(80% + 20px);
}

.row > .col9_10 {
  width: 90%;
  width: calc(90% - 20px);
}

.row > .offset9_10 {
  margin-left: 90%;
  margin-left: calc(90% + 20px);
}

.row > .col1_1, .row > .col2_2, .row > .col3_3, .row > .col4_4, .row > .col5_5, .row > .col6_6, .row > .col7_7, .row > .col8_8, .row > .col9_9, .row > .col10_10, .row > .col11_11, .row > .col12_12, .row > .col13_13, .row > .col14_14, .row > .col15_15, .row > .col16_16, .row > .span12, .wpb_row.vc_row-fluid > .vc_span12 {
  width: 100%;
  width: calc(100% - 20px);
}

.row > .offset1_1, .row > .offset2_2, .row > .offset3_3, .row > .offset4_4, .row > .offset5_5, .row > .offset6_6, .row > .offset7_7, .row > .offset8_8, .row > .offset9_9, .row > .offset10_10, .row > .offset11_11, .row > .offset12_12, .row > .offset13_13, .row > .offset14_14, .row > .offset15_15, .row > .offset16_16, .row > .offset12 {
  margin-left: 100%;
  margin-left: calc(100% + 20px);
}

.row > .col1_3, .row > .col2_6, .row > .col3_9, .row > .col4_12, .row > .col5_15, .row > .span4, .wpb_row.vc_row-fluid > .vc_span4 {
  width: 33.333%;
  width: calc(33.333% - 20px);
}

.row > .offset1_3, .row > .offset2_6, .row > .offset3_9, .row > .offset4_12, .row > .offset5_15, .row > .offset4 {
  margin-left: 33.333%;
  margin-left: calc(33.333% + 20px);
}

.row > .col2_3, .row > .col4_6, .row > .col6_9, .row > .col8_12, .row > .col10_15, .row > .span8, .wpb_row.vc_row-fluid > .vc_span8 {
  width: 66.667%;
  width: calc(66.667% - 20px);
}

.row > .offset2_3, .row > .offset4_6, .row > .offset6_9, .row > .offset8_12, .row > .offset10_15, .row > .offset8 {
  margin-left: 66.667%;
  margin-left: calc(66.667% + 20px);
}

.row > .col1_6, .row > .col2_12, .row > .span2, .wpb_row.vc_row-fluid > .vc_span2 {
  width: 16.667%;
  width: calc(16.667% - 20px);
}

.row > .offset1_6, .row > .offset2_12, .row > .offset2 {
  margin-left: 16.667%;
  margin-left: calc(16.667% + 20px);
}

.row > .col5_6, .row > .col10_12, .row > .span10, .wpb_row.vc_row-fluid > .vc_span10 {
  width: 83.333%;
  width: calc(83.333% - 20px);
}

.row > .offset5_6, .row > .offset10_12, .row > .offset10 {
  margin-left: 83.333%;
  margin-left: calc(83.333% + 20px);
}

.row > .col1_7, .row > .col2_14 {
  width: 14.286%;
  width: calc(14.286% - 20px);
}

.row > .offset1_7, .row > .offset2_14 {
  margin-left: 14.286%;
  margin-left: calc(14.286% + 20px);
}

.row > .col2_7, .row > .col4_14 {
  width: 28.571%;
  width: calc(28.571% - 20px);
}

.row > .offset2_7, .row > .offset4_14 {
  margin-left: 28.571%;
  margin-left: calc(28.571% + 20px);
}

.row > .col3_7, .row > .col6_14 {
  width: 42.857%;
  width: calc(42.857% - 20px);
}

.row > .offset3_7, .row > .offset6_14 {
  margin-left: 42.857%;
  margin-left: calc(42.857% + 20px);
}

.row > .col4_7, .row > .col8_14 {
  width: 57.143%;
  width: calc(57.143% - 20px);
}

.row > .offset4_7, .row > .offset8_14 {
  margin-left: 57.143%;
  margin-left: calc(57.143% + 20px);
}

.row > .col5_7, .row > .col10_14 {
  width: 71.429%;
  width: calc(71.429% - 20px);
}

.row > .offset5_7, .row > .offset10_14 {
  margin-left: 71.429%;
  margin-left: calc(71.429% + 20px);
}

.row > .col6_7, .row > .col12_14 {
  width: 85.714%;
  width: calc(85.714% - 20px);
}

.row > .offset6_7, .row > .offset12_14 {
  margin-left: 85.714%;
  margin-left: calc(85.714% + 20px);
}

.row > .col1_8, .row > .col2_16 {
  width: 12.5%;
  width: calc(12.5% - 20px);
}

.row > .offset1_8, .row > .offset2_16 {
  margin-left: 12.5%;
  margin-left: calc(12.5% + 20px);
}

.row > .col3_8, .row > .col6_16 {
  width: 37.5%;
  width: calc(37.5% - 20px);
}

.row > .offset3_8, .row > .offset6_16 {
  margin-left: 37.5%;
  margin-left: calc(37.5% + 20px);
}

.row > .col5_8, .row > .col10_16 {
  width: 62.5%;
  width: calc(62.5% - 20px);
}

.row > .offset5_8, .row > .offset10_16 {
  margin-left: 62.5%;
  margin-left: calc(62.5% + 20px);
}

.row > .col7_8, .row > .col14_16 {
  width: 87.5%;
  width: calc(87.5% - 20px);
}

.row > .offset7_8, .row > .offset14_16 {
  margin-left: 87.5%;
  margin-left: calc(87.5% + 20px);
}

.row > .col1_9 {
  width: 11.111%;
  width: calc(11.111% - 20px);
}

.row > .offset1_9 {
  margin-left: 11.111%;
  margin-left: calc(11.111% + 20px);
}

.row > .col2_9 {
  width: 22.222%;
  width: calc(22.222% - 20px);
}

.row > .offset2_9 {
  margin-left: 22.222%;
  margin-left: calc(22.222% + 20px);
}

.row > .col4_9 {
  width: 44.444%;
  width: calc(44.444% - 20px);
}

.row > .offset4_9 {
  margin-left: 44.444%;
  margin-left: calc(44.444% + 20px);
}

.row > .col5_9 {
  width: 55.556%;
  width: calc(55.556% - 20px);
}

.row > .offset5_9 {
  margin-left: 55.556%;
  margin-left: calc(55.556% + 20px);
}

.row > .col7_9 {
  width: 77.778%;
  width: calc(77.778% - 20px);
}

.row > .offset7_9 {
  margin-left: 77.778%;
  margin-left: calc(77.778% + 20px);
}

.row > .col8_9 {
  width: 88.889%;
  width: calc(88.889% - 20px);
}

.row > .offset8_9 {
  margin-left: 88.889%;
  margin-left: calc(88.889% + 20px);
}

.row > .col1_11 {
  width: 9.091%;
  width: calc(9.091% - 20px);
}

.row > .offset1_11 {
  margin-left: 9.091%;
  margin-left: calc(9.091% + 20px);
}

.row > .col2_11 {
  width: 18.182%;
  width: calc(18.182% - 20px);
}

.row > .offset2_11 {
  margin-left: 18.182%;
  margin-left: calc(18.182% + 20px);
}

.row > .col3_11 {
  width: 27.273%;
  width: calc(27.273% - 20px);
}

.row > .offset3_11 {
  margin-left: 27.273%;
  margin-left: calc(27.273% + 20px);
}

.row > .col4_11 {
  width: 36.364%;
  width: calc(36.364% - 20px);
}

.row > .offset4_11 {
  margin-left: 36.364%;
  margin-left: calc(36.364% + 20px);
}

.row > .col5_11 {
  width: 45.455%;
  width: calc(45.455% - 20px);
}

.row > .offset5_11 {
  margin-left: 45.455%;
  margin-left: calc(45.455% + 20px);
}

.row > .col6_11 {
  width: 54.545%;
  width: calc(54.545% - 20px);
}

.row > .offset6_11 {
  margin-left: 54.545%;
  margin-left: calc(54.545% + 20px);
}

.row > .col7_11 {
  width: 63.636%;
  width: calc(63.636% - 20px);
}

.row > .offset7_11 {
  margin-left: 63.636%;
  margin-left: calc(63.636% + 20px);
}

.row > .col8_11 {
  width: 72.727%;
  width: calc(72.727% - 20px);
}

.row > .offset8_11 {
  margin-left: 72.727%;
  margin-left: calc(72.727% + 20px);
}

.row > .col9_11 {
  width: 81.818%;
  width: calc(81.818% - 20px);
}

.row > .offset9_11 {
  margin-left: 81.818%;
  margin-left: calc(81.818% + 20px);
}

.row > .col10_11 {
  width: 90.909%;
  width: calc(90.909% - 20px);
}

.row > .offset10_11 {
  margin-left: 90.909%;
  margin-left: calc(90.909% + 20px);
}

.row > .col1_12, .row > .span1, .wpb_row.vc_row-fluid > .vc_span1 {
  width: 8.333%;
  width: calc(8.333% - 20px);
}

.row > .offset1_12, .row > .offset1 {
  margin-left: 8.333%;
  margin-left: calc(8.333% + 20px);
}

.row > .col5_12, .row > .span5, .wpb_row.vc_row-fluid > .vc_span5 {
  width: 41.667%;
  width: calc(41.667% - 20px);
}

.row > .offset5_12, .row > .offset5 {
  margin-left: 41.667%;
  margin-left: calc(41.667% + 20px);
}

.row > .col7_12, .row > .span7, .wpb_row.vc_row-fluid > .vc_span7 {
  width: 58.333%;
  width: calc(58.333% - 20px);
}

.row > .offset7_12, .row > .offset7 {
  margin-left: 58.333%;
  margin-left: calc(58.333% + 20px);
}

.row > .col11_12, .row > .span11, .wpb_row.vc_row-fluid > .vc_span11 {
  width: 91.667%;
  width: calc(91.667% - 20px);
}

.row > .offset11_12, .row > .offset11 {
  margin-left: 91.667%;
  margin-left: calc(91.667% + 20px);
}

.row > .col1_13 {
  width: 7.692%;
  width: calc(7.692% - 20px);
}

.row > .offset1_13 {
  margin-left: 7.692%;
  margin-left: calc(7.692% + 20px);
}

.row > .col2_13 {
  width: 15.385%;
  width: calc(15.385% - 20px);
}

.row > .offset2_13 {
  margin-left: 15.385%;
  margin-left: calc(15.385% + 20px);
}

.row > .col3_13 {
  width: 23.077%;
  width: calc(23.077% - 20px);
}

.row > .offset3_13 {
  margin-left: 23.077%;
  margin-left: calc(23.077% + 20px);
}

.row > .col4_13 {
  width: 30.769%;
  width: calc(30.769% - 20px);
}

.row > .offset4_13 {
  margin-left: 30.769%;
  margin-left: calc(30.769% + 20px);
}

.row > .col5_13 {
  width: 38.462%;
  width: calc(38.462% - 20px);
}

.row > .offset5_13 {
  margin-left: 38.462%;
  margin-left: calc(38.462% + 20px);
}

.row > .col6_13 {
  width: 46.154%;
  width: calc(46.154% - 20px);
}

.row > .offset6_13 {
  margin-left: 46.154%;
  margin-left: calc(46.154% + 20px);
}

.row > .col7_13 {
  width: 53.846%;
  width: calc(53.846% - 20px);
}

.row > .offset7_13 {
  margin-left: 53.846%;
  margin-left: calc(53.846% + 20px);
}

.row > .col8_13 {
  width: 61.538%;
  width: calc(61.538% - 20px);
}

.row > .offset8_13 {
  margin-left: 61.538%;
  margin-left: calc(61.538% + 20px);
}

.row > .col9_13 {
  width: 69.231%;
  width: calc(69.231% - 20px);
}

.row > .offset9_13 {
  margin-left: 69.231%;
  margin-left: calc(69.231% + 20px);
}

.row > .col10_13 {
  width: 76.923%;
  width: calc(76.923% - 20px);
}

.row > .offset10_13 {
  margin-left: 76.923%;
  margin-left: calc(76.923% + 20px);
}

.row > .col11_13 {
  width: 84.615%;
  width: calc(84.615% - 20px);
}

.row > .offset11_13 {
  margin-left: 84.615%;
  margin-left: calc(84.615% + 20px);
}

.row > .col12_13 {
  width: 92.308%;
  width: calc(92.308% - 20px);
}

.row > .offset12_13 {
  margin-left: 92.308%;
  margin-left: calc(92.308% + 20px);
}

.row > .col1_14 {
  width: 7.143%;
  width: calc(7.143% - 20px);
}

.row > .offset1_14 {
  margin-left: 7.143%;
  margin-left: calc(7.143% + 20px);
}

.row > .col3_14 {
  width: 21.429%;
  width: calc(21.429% - 20px);
}

.row > .offset3_14 {
  margin-left: 21.429%;
  margin-left: calc(21.429% + 20px);
}

.row > .col5_14 {
  width: 35.714%;
  width: calc(35.714% - 20px);
}

.row > .offset5_14 {
  margin-left: 35.714%;
  margin-left: calc(35.714% + 20px);
}

.row > .col9_14 {
  width: 64.286%;
  width: calc(64.286% - 20px);
}

.row > .offset9_14 {
  margin-left: 64.286%;
  margin-left: calc(64.286% + 20px);
}

.row > .col11_14 {
  width: 78.571%;
  width: calc(78.571% - 20px);
}

.row > .offset11_14 {
  margin-left: 78.571%;
  margin-left: calc(78.571% + 20px);
}

.row > .col13_14 {
  width: 92.857%;
  width: calc(92.857% - 20px);
}

.row > .offset13_14 {
  margin-left: 92.857%;
  margin-left: calc(92.857% + 20px);
}

.row > .col1_15 {
  width: 6.667%;
  width: calc(6.667% - 20px);
}

.row > .offset1_15 {
  margin-left: 6.667%;
  margin-left: calc(6.667% + 20px);
}

.row > .col2_15 {
  width: 13.333%;
  width: calc(13.333% - 20px);
}

.row > .offset2_15 {
  margin-left: 13.333%;
  margin-left: calc(13.333% + 20px);
}

.row > .col4_15 {
  width: 26.667%;
  width: calc(26.667% - 20px);
}

.row > .offset4_15 {
  margin-left: 26.667%;
  margin-left: calc(26.667% + 20px);
}

.row > .col7_15 {
  width: 46.667%;
  width: calc(46.667% - 20px);
}

.row > .offset7_15 {
  margin-left: 46.667%;
  margin-left: calc(46.667% + 20px);
}

.row > .col8_15 {
  width: 53.333%;
  width: calc(53.333% - 20px);
}

.row > .offset8_15 {
  margin-left: 53.333%;
  margin-left: calc(53.333% + 20px);
}

.row > .col11_15 {
  width: 73.333%;
  width: calc(73.333% - 20px);
}

.row > .offset11_15 {
  margin-left: 73.333%;
  margin-left: calc(73.333% + 20px);
}

.row > .col13_15 {
  width: 86.667%;
  width: calc(86.667% - 20px);
}

.row > .offset13_15 {
  margin-left: 86.667%;
  margin-left: calc(86.667% + 20px);
}

.row > .col14_15 {
  width: 93.333%;
  width: calc(93.333% - 20px);
}

.row > .offset14_15 {
  margin-left: 93.333%;
  margin-left: calc(93.333% + 20px);
}

.row > .col1_16 {
  width: 6.25%;
  width: calc(6.25% - 20px);
}

.row > .offset1_16 {
  margin-left: 6.25%;
  margin-left: calc(6.25% + 20px);
}

.row > .col3_16 {
  width: 18.75%;
  width: calc(18.75% - 20px);
}

.row > .offset3_16 {
  margin-left: 18.75%;
  margin-left: calc(18.75% + 20px);
}

.row > .col5_16 {
  width: 31.25%;
  width: calc(31.25% - 20px);
}

.row > .offset5_16 {
  margin-left: 31.25%;
  margin-left: calc(31.25% + 20px);
}

.row > .col7_16 {
  width: 43.75%;
  width: calc(43.75% - 20px);
}

.row > .offset7_16 {
  margin-left: 43.75%;
  margin-left: calc(43.75% + 20px);
}

.row > .col9_16 {
  width: 56.25%;
  width: calc(56.25% - 20px);
}

.row > .offset9_16 {
  margin-left: 56.25%;
  margin-left: calc(56.25% + 20px);
}

.row > .col11_16 {
  width: 68.75%;
  width: calc(68.75% - 20px);
}

.row > .offset11_16 {
  margin-left: 68.75%;
  margin-left: calc(68.75% + 20px);
}

.row > .col13_16 {
  width: 81.25%;
  width: calc(81.25% - 20px);
}

.row > .offset13_16 {
  margin-left: 81.25%;
  margin-left: calc(81.25% + 20px);
}

.row > .col15_16 {
  width: 93.75%;
  width: calc(93.75% - 20px);
}

.row > .offset15_16 {
  margin-left: 93.75%;
  margin-left: calc(93.75% + 20px);
}

.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}

.show-grid [class*="span"],
.show-grid [class*="col"] {
  background-color: #578ec8;
  text-align: center;
  border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
  color: #fff;
}

@media screen and (max-width: 550px) {
  .row,
  .row > [class*="span"],
  .row > [class*="col"],
  .grid,
  .grid > [class*="col"] {
    width: auto;
    float: none;
    display: block;
    margin-left: 0;
  }
  .table-grid,
  .table-grid > .grid,
  .table-grid > .grid > [class*="col"] {
    float: none;
    display: block;
    width: auto;
  }
  .row > [class*="span"],
  .row > [class*="col"] {
    margin-bottom: 15px;
  }
}

.wp-caption {
  max-width: 100%;
  position: relative;
  margin-bottom: 1em;
  text-align: center;
  overflow: hidden;
}

.wp-caption img {
  bottom: 0;
  display: block;
  margin: 0 auto;
  float: none;
}

.wp-caption.alignright {
  margin: 0 0 1.5em 1.5em;
}

.wp-caption.alignleft {
  margin: 0 1.5em 1.5em 0;
}

.wp-caption.alignnone {
  margin: 1.5em auto;
}

.wp-caption .wp-caption-text {
  position: relative;
  bottom: 0;
  width: auto;
  margin: 0px;
  padding: 15px 0;
  font-family: "Fira Sans", Arial, sans-serif;
  line-height: 1.5;
  text-align: left;
  font-size: 0.75em;
  color: #3a3a3a;
  border-bottom: 1px dotted #00573d;
}

.wp-caption.corner-top-right:before, .wp-caption.corner-right-top:before {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 0px;
  height: 0px;
  right: 0;
  border: 30px solid #fbfaf7;
  border-left: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.wp-caption.corner-top-right .wp-caption-text:before, .wp-caption.corner-right-top .wp-caption-text:before {
  display: none;
}

.wp-caption.corner-top-left:before, .wp-caption.corner-left-top:before {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 0px;
  height: 0px;
  left: 0;
  border: 30px solid #fbfaf7;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.wp-caption.corner-top-left .wp-caption-text:before, .wp-caption.corner-left-top .wp-caption-text:before {
  display: none;
}

.wp-caption.corner-bottom-right .wp-caption-text:before, .wp-caption.corner-right-bottom .wp-caption-text:before {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  top: -60px;
  width: 0px;
  height: 0px;
  right: 0;
  border: 30px solid #fbfaf7;
  border-left: 30px solid transparent;
  border-top: 30px solid transparent;
}

.wp-caption.corner-bottom-left .wp-caption-text:before, .wp-caption.corner-left-bottom .wp-caption-text:before {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  top: -60px;
  width: 0px;
  height: 0px;
  left: 0;
  border: 30px solid #fbfaf7;
  border-right: 30px solid transparent;
  border-top: 30px solid transparent;
}

@media screen and (max-width: 600px) {
  .wp-caption, .wp-caption.alignright, .wp-caption.alignleft, .wp-caption.alignnone {
    display: block;
    float: none;
    margin: 1em auto;
  }
}

#nav-nwf {
  position: absolute;
  z-index: 16;
  width: 1200px;
  left: 50%;
  margin: 0 0 0 -550px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 500;
}

#nav-nwf.on {
  z-index: 19;
}

#nav-nwf .actions {
  display: none;
}

#nav-nwf .tab {
  position: absolute;
  top: 100%;
  left: 480px;
  padding: 0 30px;
  border-radius: 0 0 5px 5px;
  background: #000;
  color: white;
  font-size: 14px;
  text-align: center;
  /*&:after {
            content: ' ';
            display: block;
            margin: 0 auto;
            height: 10px;
            width: 25px;
            background: url(images/icons/down.svg) no-repeat center;
            background-size: contain;
            .nav-nwf-on & {
                transform: rotate(180deg);
            }
        }*/
}

#nav-nwf .tab span {
  display: block;
  max-height: 3em;
  overflow: hidden;
  -webkit-transition: max-height 0.1s ease-in-out;
  transition: max-height 0.1s ease-in-out;
}

.nav-nwf-on #nav-nwf .tab span {
  max-height: 0;
}

#nav-nwf .tab.on:after {
  content: ' ';
  display: block;
  margin: 0 auto;
  height: 10px;
  width: 25px;
  background: url(images/icons/down.svg) no-repeat center;
  background-size: contain;
}

.nav-nwf-on #nav-nwf .tab.on:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#nav-nwf ul,
#nav-nwf li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav-nwf > ul {
  position: relative;
  margin: 0 245px 0 100px;
  padding: 0px 30px 0px 30px;
  max-height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000;
  line-height: 1;
  -webkit-transition: max-height 0.1s ease-in-out, padding 0.1s ease-in-out;
  transition: max-height 0.1s ease-in-out, padding 0.1s ease-in-out;
}

.nav-nwf-on #nav-nwf > ul {
  padding-top: 50px;
  padding-bottom: 20px;
  max-height: 1000px;
}

#nav-nwf > ul > li {
  display: inline-block;
  margin: 0 15px 0 0;
}

#nav-nwf > ul > li.last {
  margin-right: 0;
}

#nav-nwf > ul > li > a {
  line-height: 20px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

#nav-nwf > ul > li > a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1230px) {
  #nav-nwf {
    width: 100%;
    left: 0;
    margin: 0 0px 0 0;
  }
  #nav-nwf > ul {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

@media screen and (min-width: 1050px) {
  .scrolled.admin-bar #nav-nwf {
    margin-top: 32px;
  }
}

@media screen and (min-width: 1050px) and (max-width: 782px) {
  .scrolled.admin-bar #nav-nwf {
    margin-top: 46px;
  }
}

@media screen and (max-width: 1050px) {
  #nav-nwf {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 75px;
    width: 100%;
    padding: 0px;
    margin: 0;
    background: #00573d;
    text-align: center;
  }
  #nav-nwf > ul {
    margin: 0;
    text-align: center;
    -webkit-transition: none;
    transition: none;
  }
  .nav-nwf-on #nav-nwf > ul {
    padding-top: 10px;
    background: #00573d;
  }
  #nav-nwf > ul > li {
    display: block;
    margin: 0 0 5px 0;
  }
  #nav-nwf > ul > li > a {
    display: block;
    padding: 5px 10px;
  }
  #nav-nwf .tab {
    display: none;
  }
  #nav-nwf .actions {
    text-align: center;
    padding: 0 0 0px 0;
    border: 2px solid white;
    border-radius: 5px 5px 0 5px;
  }
  #nav-nwf .actions a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    border-right: 2px solid white;
  }
  #nav-nwf .actions a:last-child {
    border-right: 0;
  }
  #nav-nwf .actions a:hover {
    background-color: white;
    color: #00573d;
  }
  .nav-nwf-on #nav-nwf {
    padding-bottom: 15px;
  }
  .nav-nwf-on #nav-nwf .actions {
    display: inline-block;
  }
  .admin-bar #nav-nwf {
    margin-top: 32px;
  }
}

@media screen and (max-width: 1050px) and (max-width: 782px) {
  .admin-bar #nav-nwf {
    margin-top: 46px;
  }
}

@media screen and (max-width: 550px) {
  #nav-nwf {
    top: 45px;
  }
}

#header {
  position: absolute;
  z-index: 16;
  width: 100%;
  margin: 0;
  padding: 40px 0 0;
  height: 72px;
  background: #41936b;
  color: white;
  margin: 0;
  top: 75px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*.no-svg & {
        .logo a {
            display: inline-block;
            padding-left: 105px;
            height: 50px;
            background: url(images/logo-2.png) no-repeat;
            img {
                display: none;
            }
        }

    }*/
  /*
    .scrolled & {
        @media screen and (min-width:$tablet-breakpoint) {
            @include header_responsive();
            top: 0px;
            @include transition(top 0.4s ease-in-out);
        }

    }
    .admin-bar.scrolled & {
        @include admin-bar-margin();
    }
    */
}

#header:after {
  content: "";
  width: 100%;
  height: 72px;
  background: url(images/header_curve.png) -197px -16px no-repeat;
  top: 10px;
  right: 5px;
  position: absolute;
  display: inline-block;
  top: 0px;
}

@media screen and (max-width: 1050px) {
  #header:after {
    display: none;
  }
}

#header a {
  font-weight: 500;
  text-decoration: none;
}

#header .logo {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 11;
}

#header .logo.desktop-logo {
  display: inline-block;
}

#header .logo.mobile-logo {
  display: none;
}

@media screen and (max-width: 1050px) {
  #header .logo {
    position: relative;
    top: inherit;
    left: 0;
  }
  #header .logo.desktop-logo {
    display: none;
  }
  #header .logo.mobile-logo {
    display: inline-block;
  }
}

#header .logo img {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  width: auto;
  margin: 9px 6px 0 0;
}

#header .logo .section {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 50px;
  height: 50px;
  font-family: "Fira Sans", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  border-left: 3px solid #00573d;
}

#header #mobile-toggle {
  display: none;
}

#header #top-actions {
  position: absolute;
  width: 150px;
  height: 72px;
  background-color: #00573d;
  line-height: 72px;
  bottom: 0px;
  right: 0;
  z-index: 11;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  #header #top-actions {
    width: 115px;
  }
}

@media screen and (max-width: 1050px) {
  #header #top-actions {
    display: none;
  }
}

#header #top-actions a {
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 55px;
}

#header #top-actions a .fa {
  margin-left: 5px;
}

#header #top-actions:hover .fa {
  -webkit-animation: pulse_animation 2s infinite;
  animation: pulse_animation 2s infinite;
}

@media amzn-kf8 {
  #header {
    /* CSS for KF8 devices */
  }
  #header .logo a {
    display: inline-block;
    padding-left: 105px;
    height: 50px;
    background: url(images/logo-2.png) no-repeat;
  }
  #header .logo a img {
    display: none;
  }
}

@media screen and (min-width: 1230px) {
  #header {
    padding: 40px 0 0;
  }
  #header top {
    right: 0;
  }
}

@media screen and (min-width: 1050px) {
  .scrolled-in #header {
    position: fixed;
    top: -200px;
  }
}

@media screen and (min-width: 1050px) {
  .scrolled.scrolled-out #header {
    top: -200px;
  }
}

@media screen and (max-width: 1050px) {
  #header {
    position: fixed;
    background: #d8d2bd;
    padding: 10px;
    max-width: none;
    z-index: 10;
    width: 100%;
    top: 0;
    margin: 0 auto;
    border-bottom: 4px solid #00573d;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
  }
  #header #mobile-toggle {
    display: inline-block;
    vertical-align: middle;
    margin: -10px 0;
    height: 75px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 80%;
    width: calc(100% - 290px);
    text-align: center;
    font-family: "Fira Sans", Arial, sans-serif;
    font-size: 14px;
    text-align: right;
  }
  #header #mobile-toggle #toggle-search {
    font-size: 18px;
    line-height: 24px;
  }
  #header #mobile-toggle .toggle {
    position: relative;
    margin-left: -3px;
    padding: 20px 15px 0 15px;
    height: 75px;
    width: 39%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
    color: #00573d;
    /*
            &.menu:before {
                display: block;
                content: ' ';
                position: absolute;
                width: 3px;
                height: 80%;
                bottom: 0;
                right: 0;
                background: white;
            }
            */
  }
  #header #mobile-toggle .toggle.search {
    width: 19%;
  }
  #header #mobile-toggle .toggle.on, #header #mobile-toggle .toggle:hover {
    background: #00573d;
    color: #fbfaf7;
  }
  #header #mobile-toggle .toggle.menu.on:before, #header #mobile-toggle .toggle.menu:hover:before {
    background-color: #00573d;
  }
  #header #mobile-toggle .toggle.menu:after {
    content: ' ';
    display: block;
    margin: 0 auto;
    height: 10px;
    width: 25px;
    background: url(images/icons/down-green.svg) no-repeat center;
    background-size: contain;
  }
  #header #mobile-toggle .toggle.menu:hover:after, #header #mobile-toggle .toggle.menu.on:after {
    background-image: url(images/icons/down.svg);
  }
}

@media screen and (max-width: 1050px) and (max-width: 1050px) and (min-width: 550px) {
  #header #mobile-toggle .toggle .fa-search {
    font-size: 24px;
  }
}

@media screen and (max-width: 1050px) {
  .admin-bar #header {
    margin-top: 32px;
  }
}

@media screen and (max-width: 1050px) and (max-width: 782px) {
  .admin-bar #header {
    margin-top: 46px;
  }
}

@media (max-width: 900px) and (min-width: 830px) {
  #header .logo img {
    height: 40px;
    width: auto;
    margin: 7px 0 0 0;
  }
}

@media (max-width: 830px) and (min-width: 1050px) {
  #header .logo img {
    height: 33px;
    width: auto;
    margin: 7px 0 0 0;
  }
}

@media screen and (max-width: 1050px) {
  #header .logo img {
    height: 45px;
    width: auto;
    margin-top: 0;
  }
}

@media screen and (max-width: 550px) {
  #header .logo img {
    height: 30px;
    width: auto;
  }
  #header .logo .section {
    font-size: 16px;
    padding-left: 4px;
    line-height: 35px;
    height: 35px;
    border-left-width: 1px;
  }
  #header #mobile-toggle {
    position: absolute;
    right: 0;
    width: auto;
    width: calc(100% - 115px);
    font-size: 12px;
    height: 50px;
  }
  #header #mobile-toggle .toggle {
    padding: 12px 5px 10px 5px;
    margin-left: 0;
    width: auto;
    height: 50px;
    font-weight: bold;
  }
  #header #mobile-toggle .toggle.menu:before {
    display: none;
  }
}

#search-toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  line-height: 75px;
  text-align: center;
  background: #fbfaf7;
  color: #000;
  text-decoration: none;
  z-index: 16;
  font-size: 30px;
  color: #00573d;
}

#search-toggle:hover {
  background-color: #000;
  color: white;
}

#search-toggle:focus {
  outline: none;
}

#search-toggle .icon-search:before {
  position: relative;
  bottom: -2px;
  font-size: 18px;
}

.search-on #search-toggle .icon-search:before {
  content: '\68';
}

#search-top {
  display: block;
  max-height: 0px;
  overflow: hidden;
  padding: 0px 42px;
  background: #fbfaf7;
  text-align: center;
  position: absolute;
  width: 100%;
  padding-bottom: 75px;
  z-index: 16;
  right: -2000px;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#search-top input[type="search"] {
  border: none;
  padding: 20px 0 5px;
  background: none;
  color: #41936b;
  outline: none;
  border-bottom: 2px solid #41936b;
  width: 50%;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  -webkit-appearance: none;
}

#search-top input[type="search"]::-webkit-input-placeholder {
  color: #41936b;
  font-weight: 300;
  font-family: "Fira Sans", Arial, sans-serif;
}

#search-top button {
  font-weight: 400;
  letter-spacing: 0.03em;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  color: #41936b;
}

.search-on #search-top {
  right: 0;
  opacity: 1;
}

@media screen and (max-width: 1050px) {
  #search-top {
    padding: 0 15px;
  }
  #search-top input[type="search"] {
    width: 100%;
    font-size: 20px;
  }
  .search-on #search-top {
    padding-bottom: 10px;
    padding-top: 50px;
  }
}

#top {
  position: absolute;
  z-index: 10;
  top: 50px;
  right: 15px;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#top form {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
  width: 300px;
  max-width: calc(100% - 270px);
  background: repeat center;
  background-image: url(images/diag1.png);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtQTFRF9vLi+fXp+fXq9/Li+PXp/v78///99vHh/v79XI54XgAAACNJREFUeNoEwYcBAAAIwrACrv8vNsGtLCMoHGoIOoPavAADAARPAENwxudNAAAAAElFTkSuQmCC");
  border-bottom: 3px solid #00573d;
}

#top form input[type="text"] {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 0.7em;
  color: #aba490;
  text-transform: uppercase;
  background: none;
  border: 0;
  border-radius: 0;
  line-height: 20px;
  width: 60%;
  width: calc(100% - 58px);
  letter-spacing: 0.03em;
}

#top form input[type="text"]::-webkit-input-placeholder {
  color: #aba490;
}

#top form input[type="text"]:-moz-placeholder {
  color: #aba490;
}

#top form input[type="text"]::-moz-placeholder {
  color: #aba490;
}

#top form input[type="text"]:-ms-input-placeholder {
  color: #aba490;
}

#top form button {
  display: inline-block;
  margin-top: 0;
  padding: 10px 0px;
  width: 50px;
  color: #00573d;
  background: none;
}

#top form button .fa-search {
  display: block;
}

#top form button .fa-arrow-right {
  display: none;
}

#top .actions {
  display: inline-block;
  vertical-align: middle;
  border: 3px solid #00573d;
  border-radius: 8px 8px 0 8px;
  line-height: 1;
}

#top .actions a {
  display: inline-block;
  padding: 0px 18px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  border-right: 3px solid #00573d;
  line-height: 40px;
}

#top .actions a:last-child {
  border-right: 0;
  border-radius: 0 6px 0 0;
}

#top .actions a:first-child {
  border-radius: 6px 0 0 6px;
}

#top .actions a:hover {
  color: #00573d;
  background: #f8d53b;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  #top {
    width: calc(100% - 220px);
  }
}

@media screen and (min-width: 1050px) {
  .scrolled #top {
    display: none;
    width: 100%;
    right: autro;
    left: 0;
    top: 75px;
    padding: 15px;
    background: #00573d;
  }
  .scrolled #top form {
    display: block;
    width: auto;
    max-width: none;
    margin: 0;
    background-image: url(images/diag4.png);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAPUlEQVQImWNgCLO9yhDqwMPAwMDAEOkgwsTwn9mcYfWBLwyRDiIM//7sZ4TJMPz7s5/h+38rRmQOw6ajnwF7BhdP0q0pngAAAABJRU5ErkJggg==");
    background-color: #00714f;
  }
  .scrolled #top form input[type="text"] {
    color: white;
    font-size: 16px;
    line-height: normal;
  }
  .scrolled #top form input[type="text"]::-webkit-input-placeholder {
    color: white;
  }
  .scrolled #top form input[type="text"]:-moz-placeholder {
    color: white;
  }
  .scrolled #top form input[type="text"]::-moz-placeholder {
    color: white;
  }
  .scrolled #top form input[type="text"]:-ms-input-placeholder {
    color: white;
  }
  .scrolled #top form button {
    padding: 15px 0;
    background: white;
  }
  .scrolled #top form button .fa-search {
    display: none;
  }
  .scrolled #top form button .fa-arrow-right {
    display: block;
  }
  .scrolled #top .actions {
    display: none;
  }
}

.scrolled.search-on #top {
  display: block;
}

@media screen and (max-width: 1050px) {
  #top {
    display: none;
    width: 100%;
    right: autro;
    left: 0;
    top: 75px;
    padding: 15px;
    background: #00573d;
  }
  #top form {
    display: block;
    width: auto;
    max-width: none;
    margin: 0;
    background-image: url(images/diag4.png);
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAPUlEQVQImWNgCLO9yhDqwMPAwMDAEOkgwsTwn9mcYfWBLwyRDiIM//7sZ4TJMPz7s5/h+38rRmQOw6ajnwF7BhdP0q0pngAAAABJRU5ErkJggg==");
    background-color: #00714f;
  }
  #top form input[type="text"] {
    color: white;
    font-size: 16px;
    line-height: normal;
  }
  #top form input[type="text"]::-webkit-input-placeholder {
    color: white;
  }
  #top form input[type="text"]:-moz-placeholder {
    color: white;
  }
  #top form input[type="text"]::-moz-placeholder {
    color: white;
  }
  #top form input[type="text"]:-ms-input-placeholder {
    color: white;
  }
  #top form button {
    padding: 15px 0;
    background: white;
  }
  #top form button .fa-search {
    display: none;
  }
  #top form button .fa-arrow-right {
    display: block;
  }
  #top .actions {
    display: none;
  }
  .search-on #top {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  #top {
    top: 45px;
  }
  #top .actions a {
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
  }
}

#nav {
  position: relative;
  z-index: 1;
  padding: 40px 0 0 0;
  text-align: center;
  font-family: "Fira Sans", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  bottom: 57px;
}

#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav > ul > li {
  display: inline-block;
  margin: 0 5px;
}

#nav > ul > li > a {
  position: relative;
  display: inline-block;
  margin: 3px 10px;
  color: white;
}

#nav > ul > li > a:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

#nav > ul > li > a:after {
  content: ' ';
  display: none;
  position: absolute;
  margin: 0 auto 10px auto;
  width: 20px;
  height: 20px;
  border: 4px solid #ccc;
  background: #ccc center no-repeat;
  border-radius: 50%;
  bottom: 20px;
  margin-top: 4px;
  left: 50%;
  margin-left: -16px;
}

@media screen and (min-width: 1050px) {
  #nav > ul > li.current-menu-item > a:after,
  #nav > ul > li > a:hover:after {
    display: block;
  }
  #nav > ul > li.current-menu-item > a:before,
  #nav > ul > li > a:hover:before {
    opacity: 1;
  }
  #nav > ul > li.conservation > a:after {
    background-image: url(images/icons/conservation-white.svg);
    background-color: #5accc4;
    border-color: #5accc4;
  }
  .no-svg #nav > ul > li.conservation > a:after {
    background-image: url(images/icons/conservation-white-30.png);
  }
  #nav > ul > li.garden-habitats > a:after {
    background-image: url(images/icons/garden-habitats-white.svg);
    background-color: #7cb147;
    border-color: #7cb147;
  }
  .no-svg #nav > ul > li.garden-habitats > a:after {
    background-image: url(images/icons/garden-habitats-white-30.png);
  }
  #nav > ul > li.get-outside > a:after {
    background-image: url(images/icons/get-outside-white.svg);
    background-color: #31a4fd;
    border-color: #31a4fd;
  }
  .no-svg #nav > ul > li.get-outside > a:after {
    background-image: url(images/icons/get-outside-white-30.png);
  }
  #nav > ul > li.students-and-nature > a:after {
    background-image: url(images/icons/students-and-nature-white.svg);
    background-color: #f3901a;
    border-color: #f3901a;
  }
  .no-svg #nav > ul > li.students-and-nature > a:after {
    background-image: url(images/icons/students-and-nature-white-30.png);
  }
  #nav > ul > li.students-nature > a:after {
    background-image: url(images/icons/students-nature-white.svg);
    background-color: #f3901a;
    border-color: #f3901a;
  }
  .no-svg #nav > ul > li.students-nature > a:after {
    background-image: url(images/icons/students-nature-white-30.png);
  }
  #nav > ul > li.wildlife-facts > a:after {
    background-image: url(images/icons/wildlife-facts-white.svg);
    background-color: #b5862f;
    border-color: #b5862f;
  }
  .no-svg #nav > ul > li.wildlife-facts > a:after {
    background-image: url(images/icons/wildlife-facts-white-30.png);
  }
}

@media screen and (max-width: 1200px) {
  #nav {
    left: 50px;
  }
}

@media screen and (max-width: 970px) {
  #nav > ul > li > a {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 875px) and (min-width: 1050px) {
  #nav {
    margin: 0 -15px;
  }
  #nav > ul > li > a {
    padding-right: 7px;
    padding-left: 7px;
  }
}

@media screen and (min-width: 1050px) {
  .scrolled #nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 0;
    display: none;
    background: #00573d;
    color: white;
    bottom: inherit;
  }
  .scrolled #nav > ul {
    display: block;
  }
  .scrolled #nav > ul > li {
    display: block;
  }
  .scrolled #nav > ul > li > a {
    padding: 5px 10px;
    display: block;
    color: white;
  }
  .scrolled #nav > ul > li > a:hover {
    text-decoration: underline;
  }
}

.scrolled.nav-on #nav {
  display: block;
}

@media screen and (max-width: 1050px) {
  #nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 0;
    display: none;
    background: #00573d;
    color: white;
    bottom: inherit;
  }
  #nav > ul {
    display: block;
  }
  #nav > ul > li {
    display: block;
  }
  #nav > ul > li > a {
    padding: 5px 10px;
    display: block;
    color: white;
  }
  #nav > ul > li > a:hover {
    text-decoration: underline;
  }
  .nav-on #nav {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  #nav {
    padding-top: 10px;
  }
  .nav-on #nav > ul {
    display: block;
  }
}

#feature {
  position: relative;
  max-width: 1400px;
  margin: 200px auto 30px;
  height: 690px;
  background: #b5862f center no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 150px 0 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*&:before {
        content: ' ';
        display: block;
        position: absolute;
        z-index: 0;
        top: 0px;
        width: 0px;
        height: 0px;
        left: 0;
        border: 40px solid #f6f2e2;
        border-right: 40px solid transparent;
        border-bottom: 40px solid transparent;
    }*/
}

#feature:hover .content h1 {
  text-decoration: underline;
}

@media screen and (max-width: 1050px) {
  #feature {
    margin: 30px auto;
  }
}

#feature .block {
  position: absolute;
  top: 0;
  right: 0;
  height: 700px;
  width: 770px;
  background: url(images/feature-diag.png) right top no-repeat;
}

#feature .content {
  position: absolute;
  z-index: 0;
  bottom: 20px;
  right: 40px;
  width: 340px;
  text-align: center;
  color: white;
  line-height: normal;
  font-size: 14px;
  font-family: "Fira Sans", Arial, sans-serif;
}

#feature .content .meta-topics {
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}

#feature .content .meta-topics a {
  display: inline-block;
  margin: 0 5px;
  vertical-align: text-top;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

#feature .content .meta-topics a:before {
  content: ' ';
  display: block;
  margin: 0 auto 10px auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid #ccc;
  background: #ccc;
}

#feature .content .meta-topics a.term-conservation {
  color: #5accc4;
}

#feature .content .meta-topics a.term-conservation:before {
  background-image: url(images/icons/conservation-white.svg);
  background-color: #5accc4;
  border-color: #5accc4;
}

.no-svg #feature .content .meta-topics a.term-conservation:before {
  background-image: url(images/icons/conservation-white-30.png);
}

#feature .content .meta-topics a.term-garden-habitats {
  color: #7cb147;
}

#feature .content .meta-topics a.term-garden-habitats:before {
  background-image: url(images/icons/garden-habitats-white.svg);
  background-color: #7cb147;
  border-color: #7cb147;
}

.no-svg #feature .content .meta-topics a.term-garden-habitats:before {
  background-image: url(images/icons/garden-habitats-white-30.png);
}

#feature .content .meta-topics a.term-get-outside {
  color: #31a4fd;
}

#feature .content .meta-topics a.term-get-outside:before {
  background-image: url(images/icons/get-outside-white.svg);
  background-color: #31a4fd;
  border-color: #31a4fd;
}

.no-svg #feature .content .meta-topics a.term-get-outside:before {
  background-image: url(images/icons/get-outside-white-30.png);
}

#feature .content .meta-topics a.term-students-and-nature {
  color: #f3901a;
}

#feature .content .meta-topics a.term-students-and-nature:before {
  background-image: url(images/icons/students-and-nature-white.svg);
  background-color: #f3901a;
  border-color: #f3901a;
}

.no-svg #feature .content .meta-topics a.term-students-and-nature:before {
  background-image: url(images/icons/students-and-nature-white-30.png);
}

#feature .content .meta-topics a.term-students-nature {
  color: #f3901a;
}

#feature .content .meta-topics a.term-students-nature:before {
  background-image: url(images/icons/students-nature-white.svg);
  background-color: #f3901a;
  border-color: #f3901a;
}

.no-svg #feature .content .meta-topics a.term-students-nature:before {
  background-image: url(images/icons/students-nature-white-30.png);
}

#feature .content .meta-topics a.term-wildlife-facts {
  color: #b5862f;
}

#feature .content .meta-topics a.term-wildlife-facts:before {
  background-image: url(images/icons/wildlife-facts-white.svg);
  background-color: #b5862f;
  border-color: #b5862f;
}

.no-svg #feature .content .meta-topics a.term-wildlife-facts:before {
  background-image: url(images/icons/wildlife-facts-white-30.png);
}

#feature .content h1 {
  margin: 0 0 10px 0;
  font-size: 32px;
  color: white;
  line-height: 1.2;
}

#feature .content .description {
  max-width: 280px;
  margin: 0 auto;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 1230px) {
  #feature .content .meta-topics a {
    color: white !important;
  }
}

@media screen and (max-width: 1430px) {
  #feature {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 850px) {
  #feature {
    /*.content {
            bottom: 0;
            right: 0;
            width: 250px;
            background: rgba(0,0,0,0.5);
            @include background-image-diag5();
            padding: 0 20px 20px 20px;

            h1 {
                font-size: 18px;
            }
        }*/
  }
}

@media screen and (max-width: 550px) {
  #feature {
    padding: 300px 0 0 0;
    height: auto;
    background-color: #fbfaf7;
    background-size: auto 300px;
    background-position: center top;
  }
  #feature .block {
    display: none;
  }
  #feature:before {
    border: 20px solid #f6f2e2;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #feature .content {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    max-width: none;
    color: #00573d;
    background: none;
  }
  #feature .content .meta-topics {
    margin-top: -38px;
    margin-bottom: 20px;
  }
  #feature .content h1 {
    color: #00573d;
    font-size: 22px;
  }
  #feature .content .description {
    max-width: none;
  }
}

@media screen and (max-width: 500px) {
  #feature {
    padding-top: 250px;
    background-size: auto 250px;
  }
}

#row2 {
  text-align: center;
  max-width: 1400px;
  padding: 100px 0 250px;
  /*@media screen and (max-width:$tablet-breakpoint) {
        .hentry,
        .hentry.square,
        .hentry.square2 {
            //width: 32%;
            //width: calc(33.333% - 8px);
            //height: 250px;
            //margin: 0 4px;
            //xmargin-left: 0.666%;
            //xmargin-right: 0.666%;
            width: 200px;
            height: 200px;
            .content {
              top: 170px;
            }
            .meta-topics {
              top: 270px;
              left: 30px;
            }
        }
        .hentry.square .content {
            padding: 50px 20px 0 20px;
        }
        .hentry.square2 .content {
            padding: 0 20px 20px 20px;
        }
    }*/
}

#row2 .hentry {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  margin: 0 0px;
  width: 400px;
  margin: 15px 15px 50px 15px;
  text-align: left;
  background: no-repeat;
  background-size: cover;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#row2 .hentry:hover .title a {
  text-decoration: underline;
}

#row2 .hentry .meta-topics {
  line-height: 1;
  position: relative;
  top: 330px;
  left: 50px;
}

#row2 .hentry .meta-topics span {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ccc;
  text-indent: -10000px;
  overflow: hidden;
  border: 3px solid #ccc;
  background-repeat: no-repeat;
}

#row2 .hentry .meta-topics span.term-conservation {
  background-image: url(images/icons/conservation-white.svg);
  background-color: #5accc4;
  border-color: #5accc4;
  color: #5accc4;
}

.no-svg #row2 .hentry .meta-topics span.term-conservation {
  background-image: url(images/icons/conservation-white-30.png);
}

#row2 .hentry .meta-topics span.term-garden-habitats {
  background-image: url(images/icons/garden-habitats-white.svg);
  background-color: #7cb147;
  border-color: #7cb147;
  color: #7cb147;
}

.no-svg #row2 .hentry .meta-topics span.term-garden-habitats {
  background-image: url(images/icons/garden-habitats-white-30.png);
}

#row2 .hentry .meta-topics span.term-get-outside {
  background-image: url(images/icons/get-outside-white.svg);
  background-color: #31a4fd;
  border-color: #31a4fd;
  color: #31a4fd;
}

.no-svg #row2 .hentry .meta-topics span.term-get-outside {
  background-image: url(images/icons/get-outside-white-30.png);
}

#row2 .hentry .meta-topics span.term-students-and-nature {
  background-image: url(images/icons/students-and-nature-white.svg);
  background-color: #f3901a;
  border-color: #f3901a;
  color: #f3901a;
}

.no-svg #row2 .hentry .meta-topics span.term-students-and-nature {
  background-image: url(images/icons/students-and-nature-white-30.png);
}

#row2 .hentry .meta-topics span.term-students-nature {
  background-image: url(images/icons/students-nature-white.svg);
  background-color: #f3901a;
  border-color: #f3901a;
  color: #f3901a;
}

.no-svg #row2 .hentry .meta-topics span.term-students-nature {
  background-image: url(images/icons/students-nature-white-30.png);
}

#row2 .hentry .meta-topics span.term-wildlife-facts {
  background-image: url(images/icons/wildlife-facts-white.svg);
  background-color: #b5862f;
  border-color: #b5862f;
  color: #b5862f;
}

.no-svg #row2 .hentry .meta-topics span.term-wildlife-facts {
  background-image: url(images/icons/wildlife-facts-white-30.png);
}

#row2 .hentry.index-2:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/circles.png) -60px 170px no-repeat;
  background-size: cover;
  border-radius: 50%;
}

@media screen and (max-width: 1200px) {
  #row2 .hentry.index-2:before {
    background-position: -60px 110px;
  }
}

#row2 .hentry.index-2 .take-action {
  font-family: "Fira Sans", Arial, sans-serif;
  text-transform: uppercase;
  color: #00573d;
  letter-spacing: 1px;
  font-weight: bold;
}

@media screen and (max-width: 950px) {
  #row2 .hentry.index-2 .take-action {
    margin: 0;
  }
}

#row2 .hentry.square {
  height: 400px;
}

#row2 .hentry.square .content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px 20px 0 35px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  text-align: center;
  top: 380px;
  color: #00573d;
  line-height: 1.4;
}

#row2 .hentry.square .content .title, #row2 .hentry.square .content a {
  color: #00573d;
}

#row2 .hentry.square .content .title {
  margin-bottom: 5px;
}

#row2 .hentry.square2 {
  width: 350px;
  margin: 0 8px;
  text-align: center;
}

#row2 .hentry.square2 .meta-topics {
  margin-bottom: 20px;
}

#row2 .hentry.square2 .meta-topics span {
  margin: 0 auto;
}

#row2 .hentry.square2 .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 225px;
  padding: 0 30px 20px 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.45;
  color: #00573d;
  background: #e8e5dc url(images/bg1.jpg) center;
  background-size: cover;
}

#row2 .hentry.square2 .content .title {
  font-size: 167%;
  margin-bottom: 5px;
}

#row2 .hentry:nth-child(3n),
#row2 .hentry:nth-child(3n + 1) {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

@media screen and (max-width: 1400px) {
  #row2 .hentry {
    width: 380px;
  }
  #row2 .hentry,
  #row2 .hentry.square,
  #row2 .hentry.square2 {
    width: 350px;
    height: 350px;
  }
  #row2 .hentry .content,
  #row2 .hentry.square .content,
  #row2 .hentry.square2 .content {
    top: 320px;
  }
  #row2 .hentry .meta-topics,
  #row2 .hentry.square .meta-topics,
  #row2 .hentry.square2 .meta-topics {
    top: 270px;
    left: 30px;
  }
}

@media screen and (max-width: 1200px) {
  #row2 {
    padding: 100px 0 300px;
  }
  #row2 .hentry,
  #row2 .hentry.square,
  #row2 .hentry.square2 {
    width: 30%;
    height: 350px;
    margin: 0 25px;
    xmargin-left: 1.666%;
    xmargin-right: 1.666%;
  }
  #row2 .hentry.square2 .content {
    height: 100%;
  }
  #row2 .hentry.square2 .thumbnail {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  #row2 .hentry,
  #row2 .hentry.square,
  #row2 .hentry.square2 {
    width: 250px;
    height: 250px;
  }
  #row2 .hentry .content,
  #row2 .hentry.square .content,
  #row2 .hentry.square2 .content {
    top: 220px;
  }
  #row2 .hentry .content .title,
  #row2 .hentry.square .content .title,
  #row2 .hentry.square2 .content .title {
    font-size: 20px;
  }
  #row2 .hentry .meta-topics,
  #row2 .hentry.square .meta-topics,
  #row2 .hentry.square2 .meta-topics {
    top: 200px;
    left: 30px;
  }
  #row2 .hentry .meta-topics span,
  #row2 .hentry.square .meta-topics span,
  #row2 .hentry.square2 .meta-topics span {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 1000px) {
  #row2 .hentry.square2 .content .title {
    font-size: 115%;
  }
}

@media screen and (max-width: 950px) {
  #row2 {
    padding: 0;
  }
  #row2 .hentry:nth-child(3n),
  #row2 .hentry:nth-child(3n + 1) {
    -webkit-transform: none;
    transform: none;
  }
  #row2 .hentry,
  #row2 .hentry.square,
  #row2 .hentry.square2 {
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 20px 0;
    border-radius: 0;
    height: auto;
  }
  #row2 .hentry.index-2:before,
  #row2 .hentry.square.index-2:before,
  #row2 .hentry.square2.index-2:before {
    border-radius: 0;
    width: 100px;
    height: 100px;
  }
  #row2 .hentry.square {
    padding-left: 120px;
    min-height: 100px;
    background-size: 100px auto;
  }
  #row2 .hentry.square .content {
    position: relative;
    background: none;
    padding: 0;
    display: table;
    top: 0;
    text-align: left;
    font-size: 14px;
  }
  #row2 .hentry.square .content a {
    color: #00573d;
  }
  #row2 .hentry.square .meta-topics {
    display: table-header-group;
    font-family: "Fira Sans", Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
  }
  #row2 .hentry.square .meta-topics span {
    display: inline-block;
    margin-bottom: 2px;
    width: auto;
    height: auto;
    text-indent: 0;
    background: none;
    border: 0;
    border-radius: 0;
  }
  #row2 .hentry.square2 {
    height: auto;
  }
  #row2 .hentry.square2 .content {
    position: relative;
    height: auto;
    min-height: 10px;
  }
}

#row3 {
  text-align: center;
  margin: 50px 0;
  min-height: 250px;
  background: url(images/speak_background.png) center no-repeat;
  background-size: cover;
}

#row3 .widget {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 30px;
}

#row3 .widget:before {
  content: ' ';
  display: block;
  margin: 25px auto 10px auto;
  width: 40px;
  height: 40px;
  background: url(images/icons/announcement.svg) no-repeat center;
  background-size: contain;
}

#row3 .widget h3 {
  margin: 0;
  line-height: 2;
}

#row3 .widget a {
  text-decoration: none;
}

#row3 .widget .button {
  padding: 15px 50px;
  font-size: 14px;
  font-weight: bold;
}

#row3 .widget .fa {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: 15px auto 0;
  text-decoration: none;
  background: #fbfaf7;
  border-radius: 50%;
}

#row4 {
  line-height: 1;
  text-align: center;
  margin-top: 100px;
}

#row4 .hentry .tweet {
  display: none;
  padding: 0 20px;
  color: white;
  text-align: center;
  line-height: 1.6;
}

#row4 .hentry .tweet:before {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 0px;
  height: 0px;
  left: 0;
  border: 20px solid #fbfaf7;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

#row4 .hentry .tweet.on {
  display: block;
}

#row4 .hentry .tweet .twitter_text {
  overflow: hidden;
  max-height: 155px;
  text-overflow: ellipsis;
  font-size: 16px;
}

#row4 .hentry .tweet .avatar {
  display: block;
  margin: 20px 0 10px;
  font-size: 40px;
  text-decoration: none;
}

#row4 .hentry .tweet a {
  color: white;
  text-decoration: none;
}

#row4 .hentry .tweet a:hover {
  text-decoration: underline;
}

#row4 .hentry .tweet .twitter_tweet_url {
  font-size: 12px;
  text-decoration: underline;
}

#row4 .hentry.social {
  text-align: center;
  padding: 40px 20px 0 20px;
  color: white;
}

#row4 .hentry.social h4 {
  margin: 0 0 10px 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 28px;
}

#row4 .hentry.social form {
  margin: 0 0 25px 0;
}

#row4 .hentry.social label {
  line-height: normal;
  display: block;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 12px;
}

#row4 .hentry.social input[type="email"] {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px 0 0 5px;
  border: 0;
  background: white;
  padding: 10px;
  height: 40px;
  line-height: 20px;
  font-size: 16px;
  width: 200px;
  width: calc(100% - 50px);
}

#row4 .hentry.social button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0 12px;
  line-height: 40px;
  height: auto;
}

#row4 .hentry.social h6 {
  text-transform: uppercase;
}

#row4 .hentry.social ul, #row4 .hentry.social li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#row4 .hentry.social ul li {
  display: inline-block;
  margin: 0 10px;
  width: 34px;
  height: 34px;
  background: white;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}

#row4 .hentry.social ul li a {
  color: #7cb147;
  text-decoration: none;
  font-size: 26px;
}

#row4 .row4-row1 {
  margin-bottom: 50px;
  border-bottom: 2.5px solid #DCDCDC;
  max-width: 1095px;
  margin: 20px auto;
}

#row4 .row4-row1 .hentry {
  position: relative;
  display: inline-block;
  vertical-align: text-top;
  height: auto;
  width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 2.5px 5px 2.5px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
  max-width: 100%;
  padding-bottom: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#row4 .row4-row1 .hentry:hover .content a {
  text-decoration: underline;
}

#row4 .row4-row1 .hentry .meta-topics {
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-size: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
}

#row4 .row4-row1 .hentry .meta-topics span.term-conservation {
  color: #5accc4;
}

#row4 .row4-row1 .hentry .meta-topics span.term-garden-habitats {
  color: #7cb147;
}

#row4 .row4-row1 .hentry .meta-topics span.term-get-outside {
  color: #31a4fd;
}

#row4 .row4-row1 .hentry .meta-topics span.term-students-and-nature {
  color: #f3901a;
}

#row4 .row4-row1 .hentry .meta-topics span.term-students-nature {
  color: #f3901a;
}

#row4 .row4-row1 .hentry .meta-topics span.term-wildlife-facts {
  color: #b5862f;
}

#row4 .row4-row1 .hentry .thumbnail-image {
  height: 230px;
  width: 230px;
}

#row4 .row4-row1 .hentry .content {
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #00573d;
  font-size: 15px;
}

#row4 .row4-row1 .hentry .content:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  top: 0px;
}

#row4 .row4-row1 .hentry .content .title, #row4 .row4-row1 .hentry .content a {
  color: #00573d;
}

#row4 .row4-row1 .hentry .content .title {
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}

#row4 .row4-row1 .hentry.wide {
  width: 594px;
}

#row4 .row4-row1 .hentry.wide .content {
  padding-right: 250px;
}

#row4 .row4-row1 .hentry.ad {
  text-align: center;
  color: white;
}

#row4 .row4-row1 .hentry.ad.index-3 img {
  border-radius: 25px;
}

@media screen and (max-width: 550px) {
  #row4 .row4-row1 {
    border-bottom: none;
    padding-bottom: 20px;
  }
  #row4 .row4-row1 .hentry {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "image content";
    -ms-grid-columns: 100px;
        grid-template-columns: 100px;
    margin-bottom: 0px;
    width: auto;
  }
  #row4 .row4-row1 .hentry > .thumbnail-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: image;
    height: 100px;
    width: 100px;
    max-width: 100px;
  }
  #row4 .row4-row1 .hentry > .content {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: content;
    color: #00573d;
    font-size: 15px;
    margin-left: 15px;
    text-align: left;
  }
  #row4 .row4-row1 .hentry > .content .meta-topics {
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-size: 14px;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-top: 0;
  }
  #row4 .row4-row1 .hentry > .content .meta-topics span.term-conservation {
    color: #5accc4;
  }
  #row4 .row4-row1 .hentry > .content .meta-topics span.term-garden-habitats {
    color: #7cb147;
  }
  #row4 .row4-row1 .hentry > .content .meta-topics span.term-get-outside {
    color: #31a4fd;
  }
  #row4 .row4-row1 .hentry > .content .meta-topics span.term-students-and-nature {
    color: #f3901a;
  }
  #row4 .row4-row1 .hentry > .content .meta-topics span.term-students-nature {
    color: #f3901a;
  }
  #row4 .row4-row1 .hentry > .content .meta-topics span.term-wildlife-facts {
    color: #b5862f;
  }
  #row4 .row4-row1 .hentry > .content .title {
    max-width: 300px;
  }
  #row4 .row4-row1 .hentry.ad {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: image;
    height: 150px;
    width: 150px;
    max-width: 150px;
  }
}

#row4 .row4-row2 {
  text-align: left;
}

#row4 .row4-row2 .wrap {
  display: inline-block;
}

#row4 .row4-row2 .hentry {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "image content";
  -ms-grid-columns: 150px;
      grid-template-columns: 150px;
  margin-bottom: 70px;
  margin-right: 30px;
  margin-left: 55px;
}

#row4 .row4-row2 .hentry:hover .content a {
  text-decoration: underline;
}

#row4 .row4-row2 .hentry > .thumbnail-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
  height: 150px;
  width: 150px;
  max-width: 150px;
}

#row4 .row4-row2 .hentry > .content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: content;
  color: #00573d;
  font-size: 15px;
  margin-left: 30px;
  text-align: left;
  padding-right: 30px;
}

#row4 .row4-row2 .hentry > .content .meta-topics {
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-size: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

#row4 .row4-row2 .hentry > .content .meta-topics span.term-conservation {
  color: #5accc4;
}

#row4 .row4-row2 .hentry > .content .meta-topics span.term-garden-habitats {
  color: #7cb147;
}

#row4 .row4-row2 .hentry > .content .meta-topics span.term-get-outside {
  color: #31a4fd;
}

#row4 .row4-row2 .hentry > .content .meta-topics span.term-students-and-nature {
  color: #f3901a;
}

#row4 .row4-row2 .hentry > .content .meta-topics span.term-students-nature {
  color: #f3901a;
}

#row4 .row4-row2 .hentry > .content .meta-topics span.term-wildlife-facts {
  color: #b5862f;
}

#row4 .row4-row2 .hentry > .content .title {
  color: #00573d;
  font-size: 20px;
  max-width: 300px;
}

@media screen and (max-width: 550px) {
  #row4 .row4-row2 .hentry {
    margin-left: 0px;
  }
}

@media screen and (max-width: 550px) {
  #row4 .row4-row2 {
        grid-template-areas: "image content";
    display: none;
    -ms-grid-columns: 100px;
        grid-template-columns: 100px;
  }
  #row4 .row4-row2 #row2-2 {
    display: block;
  }
  #row4 .row4-row2 .hentry {
    margin-bottom: 20px;
  }
  #row4 .row4-row2 .hentry .thumbnail-image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: image;
    height: 100px;
    width: 100px;
    max-width: 100px;
  }
  #row4 .row4-row2 .hentry .content {
    margin-left: -35px;
    text-align: left;
    padding-right: 0px;
  }
  #row4 .row4-row2 .hentry .content .title {
    font-size: 100%;
  }
  #row4 .row4-row2 .hentry .content .meta-topics {
    font-size: 14px;
  }
}

@media screen and (max-width: 950px) {
  #row4 {
    margin-top: 20px;
  }
  #row4 .hentry.twitter-feed {
    display: none;
  }
  #row4 .hentry.ad {
    display: table-footer-group;
    padding: 0;
    color: #00573d;
  }
}

#row5 .twitter-feed {
  margin: 100px;
  text-align: center;
}

#row5 .twitter-feed .avatar {
  display: inline-block;
  font-size: 50px;
  border-bottom: 2px #00573d solid;
  width: 25%;
  margin-bottom: 20px;
  color: #41936b;
}

#row5 .twitter-feed .twitter_text {
  font-size: 25px;
}

@media screen and (max-width: 550px) {
  #row5 .twitter-feed {
    margin: 20px 0;
  }
  #row5 .twitter-feed .twitter_text {
    font-size: 14px !important;
  }
}

.home #newsletter-subscribe {
  max-width: none;
}

@media screen and (min-width: 1250px) {
  .home #newsletter-subscribe {
    display: none;
  }
}

.home #main {
  padding-top: 0;
}

body.tax-region:before,
body.single:before {
  position: absolute;
  content: ' ';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
}

body.has-post-thumbnail:before {
  height: 767px;
}

@media screen and (max-width: 1050px) {
  body.has-post-thumbnail:before {
    height: 600px;
  }
}

@media screen and (max-width: 550px) {
  body.has-post-thumbnail:before {
    height: 450px;
  }
}

body.home:before {
  position: absolute;
  content: ' ';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
}

body.home:before {
  height: 1150px;
}

@media screen and (max-width: 1230px) {
  body.home:before {
    height: 400px;
  }
}

@media screen and (max-width: 650px) {
  body.home:before {
    height: 300px;
  }
}

#wrap {
  position: relative;
  z-index: 2;
  border-top: 4px solid #000;
}

@media screen and (min-width: 1050px) {
  .scrolled-in #wrap, .scrolled #wrap {
    padding-top: 163px;
  }
}

@media screen and (max-width: 1050px) {
  #wrap {
    padding-top: 80px;
  }
}

@media screen and (max-width: 550px) {
  #wrap {
    padding-top: 50px;
  }
}

.wrap {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 1054px) {
  .wrap {
    margin: 0 15px;
  }
}

.wrap2 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1230px) {
  .wrap2 {
    margin: 0 15px;
  }
}

#main {
  padding: 200px 0 70px;
  min-height: 700px;
}

@media screen and (max-width: 1050px) {
  #main {
    padding: 70px 0;
  }
}

@media screen and (max-width: 550px) {
  #main {
    padding-bottom: 20px;
    padding-top: 50px;
  }
}

#content {
  min-height: 500px;
}

#content:after {
  content: ' ';
  display: block;
  clear: both;
}

#content > .meta-topics {
  margin: 0 0 8px 0;
}

#content > .meta-topics a {
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 0 0 0px;
  text-transform: uppercase;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #7cb147;
}

#content > .meta-topics a:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background: center no-repeat;
}

#content > .meta-topics a:hover {
  text-decoration: underline;
}

#content > .meta-topics a.term-conservation {
  padding-left: 40px;
  color: #5accc4;
}

#content > .meta-topics a.term-conservation:before {
  background-image: url(images/icons/conservation.svg);
}

.no-svg #content > .meta-topics a.term-conservation:before {
  background-image: url(images/icons/conservation-30.png);
}

#content > .meta-topics a.term-garden-habitats {
  padding-left: 40px;
  color: #7cb147;
}

#content > .meta-topics a.term-garden-habitats:before {
  background-image: url(images/icons/garden-habitats.svg);
}

.no-svg #content > .meta-topics a.term-garden-habitats:before {
  background-image: url(images/icons/garden-habitats-30.png);
}

#content > .meta-topics a.term-get-outside {
  padding-left: 40px;
  color: #31a4fd;
}

#content > .meta-topics a.term-get-outside:before {
  background-image: url(images/icons/get-outside.svg);
}

.no-svg #content > .meta-topics a.term-get-outside:before {
  background-image: url(images/icons/get-outside-30.png);
}

#content > .meta-topics a.term-students-and-nature {
  padding-left: 40px;
  color: #f3901a;
}

#content > .meta-topics a.term-students-and-nature:before {
  background-image: url(images/icons/students-and-nature.svg);
}

.no-svg #content > .meta-topics a.term-students-and-nature:before {
  background-image: url(images/icons/students-and-nature-30.png);
}

#content > .meta-topics a.term-students-nature {
  padding-left: 40px;
  color: #f3901a;
}

#content > .meta-topics a.term-students-nature:before {
  background-image: url(images/icons/students-nature.svg);
}

.no-svg #content > .meta-topics a.term-students-nature:before {
  background-image: url(images/icons/students-nature-30.png);
}

#content > .meta-topics a.term-wildlife-facts {
  padding-left: 40px;
  color: #b5862f;
}

#content > .meta-topics a.term-wildlife-facts:before {
  background-image: url(images/icons/wildlife-facts.svg);
}

.no-svg #content > .meta-topics a.term-wildlife-facts:before {
  background-image: url(images/icons/wildlife-facts-30.png);
}

#content > .page-title {
  margin: 0 0 1rem 0;
}

#content > .subtitle {
  margin: 0 0 1em 0;
  font-size: 1em;
  color: #3a3a3a;
}

#content > .meta {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #888;
  font-weight: bold;
  font-family: "Fira Sans", Arial, sans-serif;
}

#content .meta a {
  text-decoration: none;
}

#content .meta a:hover {
  color: #b9b9b9;
}

#content > .featured-image {
  position: relative;
  display: inline-block;
  margin: 0 0 40px 0;
  overflow: hidden;
  border-radius: 150px 0 0 0;
}

#content > .featured-image img {
  display: block;
}

#content > .featured-image:before {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0px;
  width: 0px;
  height: 0px;
  left: 0;
  border: 40px solid #f6f2e2;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
}

#content > .featured-image .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  line-height: normal;
  font-size: 12px;
  font-weight: bold;
  background: rgba(4, 81, 62, 0.7) center;
  color: white;
  letter-spacing: 0.03em;
}

#content > .featured-image .caption a {
  color: white;
}

#content > .content {
  float: left;
  width: 750px;
  min-height: 500px;
}

#content .meta-bottom {
  position: relative;
  clear: both;
  margin-top: 30px;
  padding: 20px 30px;
  border-top: 1px dotted #807963;
  font-size: 14px;
}

#content .meta-bottom a {
  color: #252525;
  font-style: italic;
}

#content.no-sidebar > .content {
  float: none;
  margin: 0 auto;
  max-width: 750px;
  width: auto;
}

#content > .sidebar {
  float: right;
  width: 150px;
}

#content > .sidebar .placeholder {
  position: relative;
  display: block;
}

#content > .sidebar .widgets {
  position: relative;
}

#content > .sidebar .widgets.fixed {
  position: fixed;
  top: 60px;
  width: 150px;
  right: 50%;
  margin-right: -512px;
}

@media screen and (max-width: 1050px) {
  #content > .sidebar .widgets.fixed {
    margin-right: 0;
    right: 15px;
  }
}

#content > .sidebar .widget {
  position: relative;
  z-index: 1;
  border-top: 4px solid #78ab64;
  padding: 5px 0 50px 0;
  margin: 0 0 0px 0;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  color: #00573d;
}

#content > .sidebar .widget.fixed {
  position: fixed;
  top: 130px;
  top: attr(data-offset-top);
  width: 150px;
  right: 50%;
  margin-right: -512px;
}

@media screen and (max-width: 1050px) {
  #content > .sidebar .widget.fixed {
    margin-right: 0;
    right: 15px;
  }
}

#content > .sidebar .widget a {
  text-decoration: none;
}

#content > .sidebar .widget a .fa {
  color: #7cb147;
}

#content > .sidebar .widget.share-box {
  height: 500px;
}

#content > .sidebar .widget.share-box.fixed {
  height: auto;
}

#content > .sidebar .widget.announcement {
  border-top: 0;
}

#content > .sidebar .widget.announcement:before {
  content: ' ';
  display: block;
  margin: 0 auto 10px auto;
  width: 30px;
  height: 30px;
  background: url(images/icons/announcement.svg) no-repeat center;
  background-size: contain;
}

.no-svg #content > .sidebar .widget.announcement:before {
  background-image: url(images/icons/announcement-30.png);
}

#content > .sidebar .widget.announcement h3 {
  text-transform: none;
}

#content > .sidebar .widget.call-to-action h3 {
  text-transform: none;
}

#content > .sidebar .widget.donate {
  border-top: 0;
}

#content > .sidebar .widget.donate:before {
  content: ' ';
  display: block;
  margin: 0 auto 10px auto;
  width: 30px;
  height: 30px;
  background: url(images/icons/heart.svg) no-repeat center;
  background-size: contain;
}

.no-svg #content > .sidebar .widget.donate:before {
  background-image: url(images/icons/heart-30.png);
}

#content > .sidebar .middle {
  position: relative;
  z-index: 1;
}

#content > .sidebar .middle.fixed {
  position: fixed;
  top: 410px;
  top: attr(data-offset-top);
  width: 150px;
  right: 50%;
  margin-right: -512px;
}

@media screen and (max-width: 1050px) {
  #content > .sidebar .middle.fixed {
    margin-right: 0;
    right: 15px;
  }
}

#content > .sidebar .bottom2 {
  position: absolute;
  bottom: 170px;
}

#content > .sidebar .author {
  color: #9c9c9c;
  line-height: normal;
  font-family: "Fira Sans", Arial, sans-serif;
}

#content > .sidebar .author .avatar {
  display: block;
  margin: 0 0 10px 0;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background: url(images/avatar.jpg) no-repeat;
  background-size: contain;
}

#content > .sidebar .author .avatar img {
  display: inline-block;
  height: 130px;
  width: auto;
  border-radius: 50%;
}

#content > .sidebar .author cite {
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
}

#content > .sidebar .author cite a {
  display: block;
  text-decoration: none;
}

#content > .sidebar .author cite a:hover {
  color: #b9b9b9;
}

#content > .sidebar .author ~ .author {
  margin-top: 30px;
}

#content > .sidebar.bottom .widgets {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -512px;
  width: 150px;
}

@media screen and (max-width: 1050px) {
  #content > .sidebar.bottom .widgets {
    margin-right: 0;
    right: 0px;
  }
}

#content > .sidebar.bottom .placeholder {
  display: none;
}

#content > .sidebar.bottom .widget.fixed,
#content > .sidebar.bottom .middle.fixed {
  position: relative;
  top: auto;
  width: auto;
  right: auto;
  margin-right: auto;
}

#content > .sidebar.bottom .bottom2 {
  position: absolute;
  bottom: 130px;
}

#content > .sidebar h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #00573d;
}

@media screen and (max-width: 970px) {
  #content > .content {
    width: calc(100% - 190px);
  }
}

@media screen and (max-width: 800px) {
  #content .meta {
    margin: 0 0 20px 0;
  }
  #content .meta-bottom {
    padding: 10px 0;
  }
}

@media screen and (max-width: 1050px) {
  #content > .content {
    float: none;
    width: auto;
  }
  #content > .sidebar {
    float: none;
    width: auto;
    padding: 30px 0 0 0;
    display: table;
    width: 100%;
  }
  #content > .sidebar .widgets {
    display: table-footer-group;
    position: relative !important;
    bottom: auto !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: auto !important;
    padding-bottom: 0 !important;
  }
  #content > .sidebar .placeholder {
    display: none !important;
  }
  #content > .sidebar .bottom2,
  #content > .sidebar .widget.share-box,
  #content > .sidebar .widget.fixed,
  #content > .sidebar .middle.fixed {
    position: relative !important;
    height: auto !important;
    bottom: auto !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: auto !important;
  }
  #content > .sidebar .widget.announcement:before {
    margin-left: 0;
    margin-right: 0;
  }
  #content > .sidebar .bottom2 {
    border-top: 1px dotted #807963;
    padding: 40px 0 0 0;
  }
  #content > .sidebar .author {
    display: block;
    width: auto;
    margin: 0 0 40px 0 !important;
    min-height: 100px;
  }
  #content > .sidebar .author .avatar {
    float: left;
    margin: -25px 20px 0 0;
  }
  #content > .featured-image:before {
    border-width: 30px;
  }
}

@media screen and (max-width: 550px) {
  #content > .featured-image {
    margin-bottom: 20px;
  }
  #content > .featured-image:before {
    border-width: 20px;
  }
  #content > .featured-image img {
    width: 100%;
  }
}

a.feed {
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding-left: 40px;
  text-transform: uppercase;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

a.feed:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background: center no-repeat;
}

a.feed:hover {
  text-decoration: underline;
}

a.feed.rss:before {
  background-image: url(images/icons/rss.svg);
}

a.feed.wildlife-facts {
  color: #b5862f;
}

a.feed.wildlife-facts:before {
  background-image: url(images/icons/wildlife-facts.svg);
}

a.feed.conservation {
  color: #5accc4;
}

a.feed.conservation:before {
  background-image: url(images/icons/conservation.svg);
}

a.feed.garden-habitats {
  color: #7cb147;
}

a.feed.garden-habitats:before {
  background-image: url(images/icons/garden-habitats.svg);
}

a.feed.students-and-nature {
  color: #f3901a;
}

a.feed.students-and-nature:before {
  background-image: url(images/icons/students-and-nature.svg);
}

a.feed.get-outside {
  color: #31a4fd;
}

a.feed.get-outside:before {
  background-image: url(images/icons/get-outside.svg);
}

.share-box ul,
.share-box li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-box > ul {
  position: relative;
}

.share-box > ul > li {
  margin: 0 0 5px 0;
}

.share-box > ul > li > a {
  position: relative;
  display: block;
  padding: 0 0 0 44px;
  line-height: 35px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.share-box > ul > li > a:hover {
  color: #b9b9b9;
}

.share-box > ul > li > a:hover span {
  background-color: #f8d53b;
}

.share-box > ul > li > a .fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: white !important;
  background: #00573d;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
}

.share-box > ul > li > a .fa:hover {
  background-color: #f8d53b;
}

@media screen and (max-width: 1050px) {
  .share-box > ul {
    text-align: left;
  }
  .share-box > ul > li {
    display: inline-block;
    width: 120px;
    padding-right: 0px;
    margin: 0 10px 10px 0px;
    text-align: left;
  }
  .share-box > ul > li > a {
    background-color: #00573d;
    color: #fbfaf7;
  }
  .share-box > ul > li > a .fa {
    border-radius: 0;
    background: none;
  }
  .share-box > ul > li > a:hover {
    color: white;
  }
}

#newsletter-subscribe {
  text-align: center;
  max-width: 750px;
  padding: 0 10px 40px;
}

#newsletter-subscribe h4 {
  color: #5b5b5b;
  margin: 0 0 10px 0;
}

#newsletter-subscribe form {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  padding: 20px;
  background: center;
  background-image: url(images/diag3.png);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAgMAAADUn3btAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAxQTFRFj75Ijb1Hv99JfLFHssc+LgAAABBJREFUCB1j6GUwY7jBkAwAB9wB/5fEiIUAAAAASUVORK5CYII=");
}

#newsletter-subscribe form:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  border: 15px solid #fbfaf7;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

#newsletter-subscribe form input[type="email"] {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px 0 0 5px;
  background: white;
  border: 0;
  line-height: normal;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #5b5b5b;
  width: 80%;
  width: calc(100% - 45px);
}

#newsletter-subscribe form input[type="email"]::-webkit-input-placeholder, #newsletter-subscribe form input[type="email"]:-moz-placeholder, #newsletter-subscribe form input[type="email"]::-moz-placeholder, #newsletter-subscribe form input[type="email"]:-ms-input-placeholder {
  color: #898989;
}

#newsletter-subscribe form button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
  border-radius: 0;
  line-height: 40px;
  height: 40px;
  width: 40px;
}

#newsletter-subscribe form button:hover {
  background: #3a3a3a;
}

#newsletter-subscribe form button span {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

@media screen and (max-width: 970px) {
  #newsletter-subscribe {
    max-width: calc(100% - 190px);
  }
}

@media screen and (max-width: 550px) {
  #newsletter-subscribe {
    max-width: none;
  }
}

.arrow-down {
  position: fixed;
  left: 50%;
  bottom: 10px;
  margin-bottom: -50px;
  z-index: 10;
  margin: 0 0 0 -20px;
  content: ' ';
  display: block;
  height: 40px;
  width: 40px;
  background: #3C3C44;
  background-size: contain;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.arrow-down .fa {
  text-align: center;
  display: block;
  padding-top: 12px;
  color: #fbfaf7;
}

.timeout .arrow-down {
  bottom: 10px;
  opacity: 1;
  margin-bottom: 0;
}

.timeout .arrow-down {
  bottom: 20px;
  -webkit-animation: pulse 2s linear;
  animation: pulse 2s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.scrolled-in .arrow-down {
  opacity: 0;
  bottom: -50px;
  -webkit-animation: none;
  animation: none;
}

.wp-block-image {
  font-size: 13px;
  text-align: center;
}

body.single .content p#last-updated {
  font-size: 12px;
  margin-top: -10px;
  padding-bottom: 10px;
  color: #aba490;
}

#related-posts {
  position: relative;
  padding: 35px 0;
  background: #f6f2e2;
  background-image: url(images/diag2.png);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADBQTFRF+PXq8/Dl6ujd7erg7Onf8u/k6+ne8e7k6efc7uvh7+zi8O3j9vPo9/Tp9PHm9fLnXD+1ngAAA3pJREFUeNocVEkSgzAM874G+P9vq7SHzgCJLWsx0ZoOhawerzROTT5S0zTsQ8mr7NxDMpKfzCQFDlJtO+X0Pl6uL5c7rWo/NDPk1k0dac9WOfFYU43Xwccm52QyYmMxQfMqIS5bMos47KqkOoO7wTRGwgIwrwY+1Aazts5roUa9o18Yo3wFUYsWdWuS4AiVdtKy++dcS4r6pF0KBKxkuMKBK5Qay7llZKp6J6q3WYXIUXVXm0QM9RxI16dIcuJMbJKH+odx5hJWZ7kXk7kfa2/iHX/Xcx5XZxBG+mbOfJYCQMp2pO9INoy+YhTj+TomABsmr1XIAaqrB0C2TTwMsOgl8iQakcoGRYeSrNcjjircoBh8Gbkwmoo5YcxlXV/IbY0SUlSoh6EzH/cLLqDbVYRQGLrh1MuSSwUtiTOCBvydmBCQTUqdkDYSVoGAer8W+abgHchR4XpiFr3N8Q6qkKIMxu0CN7FHV/YRwRkTZWqueNW7Ph7h01rztgOpXQTJBaUlCzbTe4PlmcKA1yIvoy8gA72XBgtKUxCwYL6lbOBLrz6c0mQceiQwZWbHcdDwbgIfX648+tIJJs2QijKoNYFSGUuIQeJagAPBjwoFeRuYISREwYDEDK5coDA8zvA9WqImOF3BeQUbbumnPJWQHDnqYAuvUC/gzt2F868KjTgSa9YdBugHWKudT5QVKBYoLSlXKP1yB4+w0dclsPmNbtqdtxDxRhhoxPTpMLkJpWOjiskX5X3sbRB9hnMYhYHgciWOrxABbLQjdNFMOhYvXAy1BIHQq0zM9W1jfBPjF8r60ak4AvfD/IoBSgejGjwE39GKX0FB0T+SVQONsBgI6vADSpAsMH/87yvT60TkEo61d0RuDQQbkQFrezPjOILFAO6vr5AelO/EMrJtGO6uB4ZxR4AKVMFcjZV2x3oLu+Uwng8LFk8464fVpTyFogit0cLBJ+Oa8M8BOj1ia0/caCPDfq8lukEU7In/O/gh0Twdau3SQkHsxFmcRCVYVAVJiWz2u4IcRoVBjJBu/A/cCXku7Tdly9DDsVXgMJgh7lqaAIkCPb6am+nWxm7C+NUwQybW9TY2K3riXN3k6Y1aGhIVsK3CvcjJ3IhfpcH0FwHiNYAZNsPkDuoA+GZaA6YBYdgkOLoQACqC0xT/ImE+EUd+y+Ip5n9gfwIMAGL2IqVtfa6kAAAAAElFTkSuQmCC");
}

#related-posts a:hover {
  color: #3a3a3a;
}

#related-posts .tabs {
  position: relative;
  font-weight: 500;
  text-align: center;
  margin: 0 0 40px 0;
}

#related-posts .tabs > a {
  position: relative;
  display: inline-block;
  padding: 10px 50px;
  margin: 0 0 0 10px;
  font-family: "Fira Sans", Arial, sans-serif;
  color: #00573d;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  background: #C4C6AC;
  text-decoration: none;
}

#related-posts .tabs > a:after {
  content: ' ';
  display: none;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background: #edeae0 center;
  background-image: url(images/diag2.png);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADBQTFRF+PXq8/Dl6ujd7erg7Onf8u/k6+ne8e7k6efc7uvh7+zi8O3j9vPo9/Tp9PHm9fLnXD+1ngAAA3pJREFUeNocVEkSgzAM874G+P9vq7SHzgCJLWsx0ZoOhawerzROTT5S0zTsQ8mr7NxDMpKfzCQFDlJtO+X0Pl6uL5c7rWo/NDPk1k0dac9WOfFYU43Xwccm52QyYmMxQfMqIS5bMos47KqkOoO7wTRGwgIwrwY+1Aazts5roUa9o18Yo3wFUYsWdWuS4AiVdtKy++dcS4r6pF0KBKxkuMKBK5Qay7llZKp6J6q3WYXIUXVXm0QM9RxI16dIcuJMbJKH+odx5hJWZ7kXk7kfa2/iHX/Xcx5XZxBG+mbOfJYCQMp2pO9INoy+YhTj+TomABsmr1XIAaqrB0C2TTwMsOgl8iQakcoGRYeSrNcjjircoBh8Gbkwmoo5YcxlXV/IbY0SUlSoh6EzH/cLLqDbVYRQGLrh1MuSSwUtiTOCBvydmBCQTUqdkDYSVoGAer8W+abgHchR4XpiFr3N8Q6qkKIMxu0CN7FHV/YRwRkTZWqueNW7Ph7h01rztgOpXQTJBaUlCzbTe4PlmcKA1yIvoy8gA72XBgtKUxCwYL6lbOBLrz6c0mQceiQwZWbHcdDwbgIfX648+tIJJs2QijKoNYFSGUuIQeJagAPBjwoFeRuYISREwYDEDK5coDA8zvA9WqImOF3BeQUbbumnPJWQHDnqYAuvUC/gzt2F868KjTgSa9YdBugHWKudT5QVKBYoLSlXKP1yB4+w0dclsPmNbtqdtxDxRhhoxPTpMLkJpWOjiskX5X3sbRB9hnMYhYHgciWOrxABbLQjdNFMOhYvXAy1BIHQq0zM9W1jfBPjF8r60ak4AvfD/IoBSgejGjwE39GKX0FB0T+SVQONsBgI6vADSpAsMH/87yvT60TkEo61d0RuDQQbkQFrezPjOILFAO6vr5AelO/EMrJtGO6uB4ZxR4AKVMFcjZV2x3oLu+Uwng8LFk8464fVpTyFogit0cLBJ+Oa8M8BOj1ia0/caCPDfq8lukEU7In/O/gh0Twdau3SQkHsxFmcRCVYVAVJiWz2u4IcRoVBjJBu/A/cCXku7Tdly9DDsVXgMJgh7lqaAIkCPb6am+nWxm7C+NUwQybW9TY2K3riXN3k6Y1aGhIVsK3CvcjJ3IhfpcH0FwHiNYAZNsPkDuoA+GZaA6YBYdgkOLoQACqC0xT/ImE+EUd+y+Ip5n9gfwIMAGL2IqVtfa6kAAAAAElFTkSuQmCC");
}

#related-posts .tabs > a.on, #related-posts .tabs > a:hover {
  z-index: 1;
  color: white;
  border-color: #00573d;
  background: #41936b;
}

#related-posts .tabs > a.on:after {
  display: block;
}

#related-posts .posts {
  display: none;
  height: 260px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#related-posts .posts .hentry {
  display: inline-block;
  margin: 0 35px 30px 35px;
  margin-left: calc(((100% - 750px) / 10));
  margin-right: calc(((100% - 750px) / 10));
  width: 150px;
  vertical-align: text-top;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#related-posts .posts .hentry:hover {
  opacity: 0.95;
}

#related-posts .posts .hentry:hover .title a {
  text-decoration: underline;
}

#related-posts .posts .hentry .terms {
  display: none;
  font-family: "Fira Sans", Arial, sans-serif;
  line-height: 1;
  font-size: 12px;
}

#related-posts .posts .hentry .terms a {
  text-decoration: none;
  text-transform: uppercase;
  color: #aaa;
}

#related-posts .posts .hentry .terms a.term-conservation {
  color: #5accc4;
}

#related-posts .posts .hentry .terms a.term-garden-habitats {
  color: #7cb147;
}

#related-posts .posts .hentry .terms a.term-get-outside {
  color: #31a4fd;
}

#related-posts .posts .hentry .terms a.term-students-and-nature {
  color: #f3901a;
}

#related-posts .posts .hentry .terms a.term-students-nature {
  color: #f3901a;
}

#related-posts .posts .hentry .terms a.term-wildlife-facts {
  color: #b5862f;
}

#related-posts .posts .hentry .thumbnail {
  position: relative;
  display: block;
  height: 120px;
  margin: 0 auto 10px auto;
  background: #3a3a3a url(images/default_post.jpg) center no-repeat;
  background-size: cover;
}

#related-posts .posts .hentry .thumbnail:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 30px;
  background: #ccc;
}

#related-posts .posts .hentry .thumbnail img {
  display: block;
  margin: 0 auto;
}

#related-posts .posts .hentry.has-post-thumbnail .thumbnail {
  height: auto;
}

#related-posts .posts .hentry .title {
  margin-bottom: 0;
  font-size: 15px;
  text-transform: none;
}

#related-posts .posts .hentry .title a {
  display: block;
  position: relative;
  /*
                    max-height: 4em;
                    overflow: hidden;
                    &:before {
                        position: absolute;
                        top: 1.5em;
                        left: 0;
                        content: ' ';
                        display: block;
                        width: 100%;
                        height: 2.5em;
                        @include linear-gradient(top, rgba(0,0,0,0), #edeae0);
                    }
                    */
}

#related-posts .posts .hentry.category-conservation .thumbnail:after {
  background-color: #5accc4;
}

#related-posts .posts .hentry.category-garden-habitats .thumbnail:after {
  background-color: #7cb147;
}

#related-posts .posts .hentry.category-get-outside .thumbnail:after {
  background-color: #31a4fd;
}

#related-posts .posts .hentry.category-students-and-nature .thumbnail:after {
  background-color: #f3901a;
}

#related-posts .posts .hentry.category-students-nature .thumbnail:after {
  background-color: #f3901a;
}

#related-posts .posts .hentry.category-wildlife-facts .thumbnail:after {
  background-color: #b5862f;
}

@media screen and (max-width: 850px) {
  #related-posts .posts .hentry {
    margin: 0 10px 20px 10px;
    margin-left: calc(((100% - 450px) / 6));
    margin-right: calc(((100% - 450px) / 6));
  }
  #related-posts .posts .hentry:nth-child(n+4) {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  #related-posts .posts {
    margin: 0px;
  }
  #related-posts .posts .hentry {
    display: block;
    margin: 0 0 20px 0;
    padding: 0 0 0 75px;
    width: auto;
    min-height: 60px;
  }
  #related-posts .posts .hentry .terms {
    display: block;
    margin: 0 0 5px;
    padding: 5px 0 0 0;
  }
  #related-posts .posts .hentry .thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
  }
  #related-posts .posts .hentry .thumbnail img {
    max-width: 60px;
    width: auto;
    height: auto;
  }
  #related-posts .posts .hentry .thumbnail:after {
    display: none;
  }
}

.show_text {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  bottom: -12;
  left: 46%;
  font-family: "Fira Sans", Arial, sans-serif;
  text-transform: uppercase;
  background: #C4C6AC;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  color: #00573d;
}

.show_text:hover {
  background: #41936b;
  color: white;
}

@media screen and (max-width: 550px) {
  .show_text {
    display: none !important;
  }
}

@media screen and (max-width: 1050px) {
  .show_text {
    display: none !important;
  }
}

@media screen and (max-width: 850px) {
  .show_text {
    display: none !important;
  }
}

.hide_text {
  overflow: hidden;
  cursor: pointer;
  display: none;
  position: relative;
  bottom: -12;
  left: 46%;
  font-family: "Fira Sans", Arial, sans-serif;
  text-transform: uppercase;
  background: #ada798;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  color: #00573d;
}

.hide_text:hover {
  background: #41936b;
  color: white;
}

@media screen and (max-width: 550px) {
  .hide_text {
    display: none !important;
  }
}

@media screen and (max-width: 1050px) {
  .hide_text {
    display: none !important;
  }
}

@media screen and (max-width: 850px) {
  .hide_text {
    display: none !important;
  }
}

.hentry {
  position: relative;
}

.hentry.condensed {
  display: inline-block;
  width: 150px;
  margin: 0 50px 40px;
  margin-left: 0;
  margin-right: calc(((100% - 450px) / 2));
  vertical-align: text-top;
  /*
    @media screen and (max-width:700px) {
        width: calc((100% / 3) - 10px);

        margin-left: 5px;
        margin-right: 5px;
    }
*/
}

.hentry.condensed:hover .title {
  text-decoration: underline;
}

.hentry.condensed:nth-child(7) {
  margin-right: 0;
}

.hentry.condensed .thumbnail {
  position: relative;
  display: block;
  height: 120px;
  max-width: 150px;
  margin: 0 auto 10px auto;
  background: #3a3a3a url(images/default_post.jpg) center no-repeat;
  background-size: cover;
}

.hentry.condensed .thumbnail:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 30px;
  background: #ccc;
}

.hentry.condensed .thumbnail img {
  display: block;
  margin: 0 auto;
}

.hentry.condensed.has-post-thumbnail .thumbnail {
  height: auto;
}

.hentry.condensed .title {
  margin-bottom: 0;
  font-size: 15px;
  text-transform: none;
}

.hentry.condensed .title a {
  display: block;
  position: relative;
}

.hentry.condensed.category-conservation .thumbnail:after {
  background-color: #5accc4;
}

.hentry.condensed.category-garden-habitats .thumbnail:after {
  background-color: #7cb147;
}

.hentry.condensed.category-get-outside .thumbnail:after {
  background-color: #31a4fd;
}

.hentry.condensed.category-students-and-nature .thumbnail:after {
  background-color: #f3901a;
}

.hentry.condensed.category-students-nature .thumbnail:after {
  background-color: #f3901a;
}

.hentry.condensed.category-wildlife-facts .thumbnail:after {
  background-color: #b5862f;
}

@media screen and (max-width: 700px) {
  .hentry.condensed {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: 3px solid #b9b1a4;
  }
  .hentry.condensed .desktop-hide {
    display: block !important;
  }
  .hentry.condensed .thumbnail {
    margin-left: 0;
    max-width: 300px;
    width: 220px;
    margin: 0 0 20px;
  }
  .hentry.condensed .thumbnail img {
    width: 100%;
  }
  .hentry.condensed .title {
    margin: 0 0 10px;
  }
}

.hentry.condensed + .hentry.excerpt {
  border-top: 3px solid #b9b1a4;
  padding-top: 40px;
}

.hentry.condensed + .hentry.excerpt .thumbnail {
  top: 40px;
}

.hentry.excerpt {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 3px solid #b9b1a4;
}

.hentry.excerpt:hover .title a {
  text-decoration: underline;
}

.hentry.excerpt .title {
  margin: 0 0 10px 0;
}

.hentry.excerpt .title ~ .meta {
  margin: 0px 0 10px 0;
}

.hentry.excerpt.has-post-thumbnail {
  padding-left: 240px;
  min-height: 220px;
}

.hentry.excerpt .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  min-height: 10px;
  overflow: hidden;
  background: #3a3a3a;
}

.hentry.excerpt .thumbnail img {
  display: block;
  margin: 0;
}

.hentry.excerpt .thumbnail:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 30px;
  background: #ccc;
}

.hentry.excerpt.has-post-thumbnail .thumbnail {
  background: none;
  height: auto;
}

.hentry.excerpt.category-conservation .thumbnail:after {
  background-color: #5accc4;
}

.hentry.excerpt.category-garden-habitats .thumbnail:after {
  background-color: #7cb147;
}

.hentry.excerpt.category-get-outside .thumbnail:after {
  background-color: #31a4fd;
}

.hentry.excerpt.category-students-and-nature .thumbnail:after {
  background-color: #f3901a;
}

.hentry.excerpt.category-students-nature .thumbnail:after {
  background-color: #f3901a;
}

.hentry.excerpt.category-wildlife-facts .thumbnail:after {
  background-color: #b5862f;
}

@media screen and (max-width: 700px) {
  .hentry.excerpt.has-post-thumbnail {
    padding-left: 0;
    min-height: none;
  }
  .hentry.excerpt .thumbnail {
    display: block;
    position: relative;
    top: auto !important;
    left: auto;
    height: auto;
    margin: 0 0 20px 0;
    max-width: 300px;
    width: auto;
  }
}

.author-info {
  position: relative;
  padding: 0 0 40px 150px;
  margin: 0 0 50px 0;
  min-height: 130px;
  border-bottom: 3px solid #b9b1a4;
}

.author-info .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 130px;
  background: url(images/avatar.jpg) no-repeat;
  background-size: contain;
  border-radius: 50%;
}

.author-info .avatar img {
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.author-info .links {
  display: block;
  margin: 1em 0 0;
  font-size: 12px;
}

.author-info .links a {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #555;
  text-decoration: underline;
}

.author-info .links a .fa {
  margin-right: 5px;
}

.archive.category .meta a {
  font-style: italic;
}

@media screen and (max-width: 550px) {
  .author-info {
    padding: 0 0 40px 0;
  }
  .author-info .avatar {
    position: relative;
    margin: 0 auto 20px;
    display: block;
  }
}

#highlight-region {
  position: relative;
  background: #ccc no-repeat center;
  background-size: cover;
  margin: 110px auto 0 auto;
  height: 600px;
}

#highlight-region:before {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  width: 0px;
  height: 0px;
  left: 0;
  border: 40px solid #f6f2e2;
  border-right: 40px solid transparent;
  border-bottom: 40px solid transparent;
}

#highlight-region:after {
  content: ' ';
  display: block;
  clear: both;
}

#highlight-region > .icon {
  position: absolute;
  z-index: 1;
  top: -100px;
  left: 50%;
  width: 170px;
  height: 170px;
  margin-left: -85px;
  background: url(images/watercolor-gray.png) no-repeat center;
}

#highlight-region > .icon:after {
  position: absolute;
  display: block;
  content: ' ';
  top: 50%;
  left: 50%;
  width: 110px;
  height: 110px;
  margin: -55px 0 0 -55px;
  background: #fbfaf7;
  border-radius: 50%;
}

#highlight-region > .icon:before {
  display: block;
  content: ' ';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: center no-repeat url(images/regions/nationwide.svg);
  background-size: contain;
}

#highlight-region.term-california > .icon:before {
  background-image: url(images/regions/california.svg);
}

.no-svg #highlight-region.term-california > .icon:before {
  background-image: url(images/regions/california-100.png);
}

#highlight-region.term-rocky-mountain > .icon:before {
  background-image: url(images/regions/rocky-mountain.svg);
}

.no-svg #highlight-region.term-rocky-mountain > .icon:before {
  background-image: url(images/regions/rocky-mountain-100.png);
}

#highlight-region.term-great-lakes > .icon:before {
  background-image: url(images/regions/great-lakes.svg);
}

.no-svg #highlight-region.term-great-lakes > .icon:before {
  background-image: url(images/regions/great-lakes-100.png);
}

#highlight-region.term-mid-atlantic > .icon:before {
  background-image: url(images/regions/mid-atlantic.svg);
}

.no-svg #highlight-region.term-mid-atlantic > .icon:before {
  background-image: url(images/regions/mid-atlantic-100.png);
}

#highlight-region.term-nationwide > .icon:before {
  background-image: url(images/regions/nationwide.svg);
}

.no-svg #highlight-region.term-nationwide > .icon:before {
  background-image: url(images/regions/nationwide-100.png);
}

#highlight-region.term-northeast > .icon:before {
  background-image: url(images/regions/northeast.svg);
}

.no-svg #highlight-region.term-northeast > .icon:before {
  background-image: url(images/regions/northeast-100.png);
}

#highlight-region.term-northern-rockies-pacific > .icon:before {
  background-image: url(images/regions/northern-rockies-pacific.svg);
}

.no-svg #highlight-region.term-northern-rockies-pacific > .icon:before {
  background-image: url(images/regions/northern-rockies-pacific-100.png);
}

#highlight-region.term-south-central > .icon:before {
  background-image: url(images/regions/south-central.svg);
}

.no-svg #highlight-region.term-south-central > .icon:before {
  background-image: url(images/regions/south-central-100.png);
}

#highlight-region .content {
  position: absolute;
  padding: 100px 30px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.45)));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.45) 80%);
}

#highlight-region .content h1 {
  margin-bottom: 20px;
  color: white;
  text-shadow: 2px 3px 10px #3a3a3a;
}

#highlight-region .content a {
  color: white;
}

#highlight {
  position: relative;
  padding-top: 100px;
  margin: 200px auto 0 auto;
}

@media screen and (max-width: 1050px) {
  #highlight {
    margin: 10px auto 0 auto;
  }
}

#highlight:after {
  content: ' ';
  display: block;
  clear: both;
}

#highlight > .icon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 170px;
  height: 170px;
  margin-left: -85px;
  background: url(images/watercolor-conservation.png) no-repeat center;
}

#highlight > .icon:before {
  position: absolute;
  display: block;
  content: ' ';
  top: 50%;
  left: 50%;
  width: 110px;
  height: 110px;
  margin: -55px 0 0 -55px;
  background: #fbfaf7;
  border-radius: 50%;
}

#highlight > .icon:after {
  display: block;
  content: ' ';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  background: center no-repeat;
  background-size: contain;
}

#highlight.term-conservation > .icon {
  background-image: url(images/watercolor-conservation.png);
}

#highlight.term-conservation > .icon:after {
  background-image: url(images/icons/conservation.svg);
}

.no-svg #highlight.term-conservation > .icon:after {
  background-image: url(images/icons/conservation-70.png);
}

#highlight.term-garden-habitats > .icon {
  background-image: url(images/watercolor-garden-habitats.png);
}

#highlight.term-garden-habitats > .icon:after {
  background-image: url(images/icons/garden-habitats.svg);
}

.no-svg #highlight.term-garden-habitats > .icon:after {
  background-image: url(images/icons/garden-habitats-70.png);
}

#highlight.term-get-outside > .icon {
  background-image: url(images/watercolor-get-outside.png);
}

#highlight.term-get-outside > .icon:after {
  background-image: url(images/icons/get-outside.svg);
}

.no-svg #highlight.term-get-outside > .icon:after {
  background-image: url(images/icons/get-outside-70.png);
}

#highlight.term-students-and-nature > .icon {
  background-image: url(images/watercolor-students-and-nature.png);
}

#highlight.term-students-and-nature > .icon:after {
  background-image: url(images/icons/students-and-nature.svg);
}

.no-svg #highlight.term-students-and-nature > .icon:after {
  background-image: url(images/icons/students-and-nature-70.png);
}

#highlight.term-students-nature > .icon {
  background-image: url(images/watercolor-students-nature.png);
}

#highlight.term-students-nature > .icon:after {
  background-image: url(images/icons/students-nature.svg);
}

.no-svg #highlight.term-students-nature > .icon:after {
  background-image: url(images/icons/students-nature-70.png);
}

#highlight.term-wildlife-facts > .icon {
  background-image: url(images/watercolor-wildlife-facts.png);
}

#highlight.term-wildlife-facts > .icon:after {
  background-image: url(images/icons/wildlife-facts.svg);
}

.no-svg #highlight.term-wildlife-facts > .icon:after {
  background-image: url(images/icons/wildlife-facts-70.png);
}

#highlight .hentry {
  position: relative;
  background: #ccc center no-repeat;
  background-size: cover;
}

#highlight .hentry:hover .title {
  text-decoration: underline;
}

#highlight .hentry:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 30px;
  height: 10px;
  width: 30px;
  background: #ccc;
}

#highlight .hentry .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

#highlight .hentry .title {
  margin: 0;
  color: white;
}

#highlight .hentry .title a {
  color: white;
}

#highlight .hentry.category-conservation:after {
  background-color: #5accc4;
}

#highlight .hentry.category-garden-habitats:after {
  background-color: #7cb147;
}

#highlight .hentry.category-get-outside:after {
  background-color: #31a4fd;
}

#highlight .hentry.category-students-and-nature:after {
  background-color: #f3901a;
}

#highlight .hentry.category-students-nature:after {
  background-color: #f3901a;
}

#highlight .hentry.category-wildlife-facts:after {
  background-color: #b5862f;
}

#highlight .hentry.big {
  float: left;
  height: 600px;
  width: 69%;
  width: calc(100% - 304px);
}

#highlight .hentry.big .content {
  padding-top: 200px;
}

#highlight .hentry.small {
  float: right;
  width: 300px;
  height: 300px;
  margin-bottom: 4px;
}

#highlight .ad {
  float: right;
  width: 300px;
  height: 296px;
  background: #00573d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  color: white;
}

#highlight .ad img {
  display: block;
  margin: 0 auto;
}

#highlight .ad .inner {
  display: table;
  width: 100%;
  height: 100%;
}

#highlight .ad .inner .inner2 {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1280px) and (max-height: 900px) {
  #highlight {
    padding-top: 50px;
  }
  #highlight > .icon {
    top: 7px;
    width: 86px;
    height: 86px;
    margin-left: -43px;
    background-size: contain;
  }
  #highlight > .icon:before {
    width: 55px;
    height: 55px;
    margin: -27px 0 0 -27px;
  }
  #highlight > .icon:after {
    width: 35px;
    height: 35px;
    margin: -17px 0 0 -17px;
  }
}

@media screen and (max-width: 767px) {
  #highlight .hentry.big {
    height: 500px;
  }
  #highlight .hentry.small {
    height: 250px;
  }
  #highlight .ad {
    height: 246px;
  }
}

@media screen and (max-width: 650px) {
  #highlight .hentry.big {
    width: auto;
    float: none;
    margin-bottom: 4px;
    height: auto;
    min-height: 300px;
  }
  #highlight .hentry.small {
    width: auto;
    float: none;
    height: auto;
    min-height: 150px;
  }
  #highlight .ad {
    width: auto;
    float: none;
    height: auto;
    padding: 20px 0;
  }
}

/* @group Pagination */
.posts-nav {
  top: 5em;
  clear: both;
  margin: 4em 0 1em;
  white-space: nowrap;
}

.posts-nav:after {
  content: ' ';
  display: block;
  clear: both;
}

.posts-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.posts-nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  color: #aaa;
}

.posts-nav ul li.page_info {
  display: none;
}

.posts-nav ul li a {
  display: block;
  padding: 0.5em 0.7em;
  line-height: normal;
  font-stretch: italic;
  text-decoration: none;
  color: #aba490;
}

.posts-nav ul li a:hover {
  color: white;
  background: #aba490;
}

.posts-nav ul li a svg {
  width: 24px;
  height: 24px;
}

.posts-nav ul li.active_page {
  background: #aba490;
}

.posts-nav ul li.active_page a {
  padding: 0.5em 1em;
  color: #fff;
}

@media screen and (max-width: 700px) {
  .posts-nav {
    top: 0;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 12px;
  }
  .posts-nav ul li {
    margin-right: 3px;
  }
}

/* @end */
#comments-wrap {
  padding: 50px 0;
  background: #faf9f3;
}

#disqus_thread {
  max-width: 750px;
}

#footer {
  position: relative;
  padding: 0 0 30px;
  background: #00573d;
}

#footer a {
  text-decoration: none;
  font-size: 14px;
}

#footer #back-to-top {
  position: absolute;
  top: 95%;
  left: 0;
  padding: 5px;
  height: 30px;
  background: black;
  font-size: 12px;
  line-height: 30px;
  z-index: 999;
  color: white;
  border-radius: 0 5px 5px 0;
}

#footer #back-to-top img {
  width: 30px;
}

#footer #back-to-top:hover {
  color: #3a3a3a;
}

#footer .logo img {
  display: block;
  width: 100px;
  margin: 0 auto;
}

#footer .logo-text .title {
  color: white;
  margin-bottom: 0;
  font-size: 130%;
}

#footer .logo-text p {
  font-size: 14px;
  color: #b9b9b9;
}

#footer #subscribe {
  background: #000;
  padding: 20px 0px 0;
  z-index: 11;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

#footer #subscribe .subscribe-title {
  color: white;
  text-align: center;
  font-size: 145%;
}

@media screen and (max-width: 550px) {
  #footer #subscribe.done .social-container {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  #footer #subscribe .social-container {
    margin-bottom: 0;
    display: none;
  }
}

@media screen and (min-height: 200px) {
  #footer #subscribe.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    visibility: visible;
  }
  #footer #subscribe.on {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  #footer #subscribe.on .wrap:before {
    height: 20px;
  }
  #footer #subscribe.done {
    position: relative;
    bottom: auto;
    left: auto !important;
    width: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    transition: none;
  }
}

@media screen and (max-width: 800px) {
  #footer #subscribe.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    visibility: visible;
  }
  #footer #subscribe.on {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  #footer #subscribe.on .wrap:before {
    height: 20px;
  }
  #footer #subscribe.done {
    position: relative;
    bottom: auto;
    left: auto !important;
    width: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    transition: none;
  }
}

#footer #subscribe .social {
  margin: 0;
  padding: 4px 0;
  text-align: center;
  padding-bottom: 10px;
}

#footer #subscribe .social li {
  display: inline-block;
  margin: 0 7.5px 15px 7.5px;
  padding: 0;
  list-style: none;
}

#footer #subscribe .social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  color: #000;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  text-decoration: none;
}

#footer #subscribe .social li a:hover {
  color: #41936b;
}

#footer #subscribe .logos {
  text-align: center;
  color: #00573d;
}

@media screen and (max-width: 550px) {
  #footer #subscribe .social {
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
  }
}

#footer #subscribe.cloned {
  visibility: hidden;
  z-index: -1;
}

#footer #subscribe.done + #subscribe.cloned {
  display: none;
}

#footer2 {
  padding: 10px 10px 50px 10px;
  background: #00573d;
  color: #b9b9b9;
  font-size: 12px;
  text-align: center;
}

#footer2 .contact {
  margin: 0 0 25px 0;
}

#footer2 a {
  color: white;
  text-decoration: none;
}

#footer2 a:hover {
  text-decoration: underline;
}

#curve {
  display: block;
  position: relative;
  height: 100px;
}

#curve:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00573d url(images/curves2.png) repeat-x;
}

#menu-footer-container {
  background: #41936b;
  margin-bottom: 60px;
}

#nav-footer {
  margin: 0 0 20px 0;
  padding: 5px 0;
  font-family: "Fira Sans", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

#nav-footer ul, #nav-footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav-footer > ul {
  text-align: center;
}

#nav-footer > ul > li {
  display: inline-block;
  margin: 0 60px;
}

#nav-footer > ul > li > a {
  display: inline-block;
  padding: 3px 10px;
  font-weight: bold;
  color: white;
}

#nav-footer > ul > li > a:hover {
  background-color: #00573d;
}

@media screen and (max-width: 550px) {
  #nav-footer {
    font-size: 12px;
  }
  #nav-footer > ul > li {
    margin: 0 10px;
  }
  #nav-footer > ul > li > a {
    padding-left: 0;
    padding-right: 0;
  }
}

#popin {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

#popin .close {
  position: absolute;
  top: -30px;
  right: 0;
  color: white;
  line-height: 30px;
  width: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

#popin img {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

@media screen and (max-width: 550px) {
  #popin img {
    width: 150px;
  }
}

.hentry.search {
  margin: 0 0 3em;
}

.hentry.search .url {
  font-size: 80%;
  color: #555;
}

.wp-block-gallery {
  position: relative;
}

.wp-block-gallery .blocks-gallery-item {
  display: block;
}

.wp-block-gallery .blocks-gallery-item figure {
  display: block;
  height: auto;
}

.wp-block-gallery .blocks-gallery-item img {
  height: auto;
}

.wp-block-gallery .blocks-gallery-item figcaption {
  position: relative;
  color: inherit;
  background: none;
  max-height: none;
  bottom: auto;
  width: auto;
  padding: 0;
  margin: 15px 0 0;
  text-align: left;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: auto;
}

@media screen and (max-width: 550px) {
  .wp-block-gallery .blocks-gallery-grid {
    display: block;
  }
  .wp-block-gallery .blocks-gallery-item {
    width: auto;
  }
}

.wp-block-embed {
  margin: 2em 0;
}

.wp-block-embed figcaption {
  font-family: "Fira Sans", Arial, sans-serif;
  line-height: 1.5;
  font-size: 0.75em;
  color: #3a3a3a;
  text-align: center;
}

.wp-block-embed.wp-embed-aspect-16-9 > .wp-block-embed__wrapper {
  position: relative;
}

.wp-block-embed.wp-embed-aspect-16-9 > .wp-block-embed__wrapper:before {
  display: block;
  content: ' ';
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.wp-embed-aspect-16-9 > .wp-block-embed__wrapper > iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-buttons > .wp-block-button.is-style-arrow > a.wp-block-button__link {
  margin: 1em 0 0;
  padding: 15px 20px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  max-width: 250px;
  cursor: pointer;
  color: white;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background: #00573d;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
}

.wp-block-buttons > .wp-block-button.is-style-arrow a.wp-block-button__link:after {
  font: normal normal normal 18px/1 FontAwesome;
  font-weight: 400;
  color: white;
  content: "\f061";
  margin-left: 5px;
}

.wp-block-buttons > .wp-block-button.is-style-arrow a.wp-block-button__link:hover {
  color: white;
  background: #3a3a3a;
}

body.page-styleguide .clickme {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #aba490;
}

body.page-styleguide .clickme:hover {
  color: white;
  cursor: pointer;
  background: #00573d;
}

body.page-styleguide .placeholders {
  float: left;
  margin: 20px 20px 20px 0;
  padding: 50px 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-color: #eee;
}

body.page-styleguide article {
  display: none;
}

body.page-styleguide .code_area {
  min-height: 200px;
  padding: 25px;
  margin-bottom: 1em;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  color: white;
  font-family: "Consolas", "Lucida Console", Monaco, monospace;
  background-color: #252525;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

body.page-styleguide .tag {
  color: #86c0ed;
}

body.page-styleguide summary.styleguide {
  cursor: pointer;
  border: 0;
  outline: 0;
}

body.page-styleguide details.primer {
  position: relative;
  display: block;
  clear: both;
  margin: 2.5em 0;
  background-color: #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
}

body.page-styleguide details.primer summary {
  position: absolute;
  right: 0;
  top: -2.5em;
  padding: 0.75em;
  overflow: hidden;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  background-color: #e9e9e9;
}

body.page-styleguide details.primer summary::-webkit-details-marker {
  display: none;
}

body.page-styleguide details.primer section {
  overflow: hidden;
  padding: 3% 1.5% 1.5%;
}

body.page-styleguide details .caption {
  margin-bottom: 0;
}

body.page-styleguide .circle {
  width: 100px;
  height: 100px;
  margin: 0 20px 20px 0;
  float: left;
  text-align: center;
  font-size: 75%;
  border-radius: 50%;
}

body.page-styleguide .circle p {
  margin-top: 25px;
}

@media screen and (max-width: 550px) {
  body.page-styleguide .code_area {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */