html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  outline: 0;
}
@font-face {
  font-family: 'GillSansMTBold';
  src: url('css/fonts/Gill.eot');
  src: url('css/fonts/Gill.eot?#iefix') format('embedded-opentype'), url('css/fonts/Gill.woff') format('woff'), url('css/fonts/Gill.ttf') format('truetype'), url('css/fonts/Gill.svg#GillSansMT-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.bodyfont {
  font-family: Verdana, Geneva, sans-serif;
}
.boldfont {
  font-family: 'UniversLTStdBold', Helvetica, sans-serif;
}
.specialfont {
  font-family: Helvetica, sans-serif !important;
}
.bg-green {
  background-color: #00681A !important;
}
.bg-blue {
  background-color: #889796 !important;
}
.bg-dgrey {
  background-color: #333 !important;
}
.fsize0 {
  font-size: 11px;
  line-height: 1.5em;
}
.fsize1 {
  font-size: 13px;
  line-height: 1.6em;
}
.fsize2 {
  font-size: 16px;
  line-height: 1.375em;
}
.fsize3 {
  font-size: 20px;
  line-height: 1em;
}
.fsize4 {
  font-size: 24px;
  line-height: 1em;
}
.fsize5 {
  font-size: 36px;
  line-height: 1em;
}
.fsize6 {
  font-size: 42px;
  line-height: 1em;
}
.fsize7 {
  font-size: 65px;
  line-height: 1em;
}
.fsize8 {
  font-size: 72px;
  line-height: 1em;
}
.title {
  margin-bottom: 1em;
}
.fadesy {
  text-shadow: rgba(0,0,0,0.3) 1px 1px 1px;
}
.boxfadesy {
  box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.notrounded {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.innerfade {
  box-shadow: inset 0px 0px 45px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 0px 45px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0px 0px 45px rgba(0,0,0,0.3);
}
.innerdrop {
  -webkit-box-shadow: rgba(0,0,0,0.3) 0px 15px 25px inset;
  -moz-box-shadow: rgba(0,0,0,0.3) 0px 15px 25px inset;
  box-shadow: rgba(0,0,0,0.3) 0px 15px 25px inset;
}
.borderTop {
  border-top: 1px solid #696969;
}
.borderBottom {
  border-bottom: 1px solid #696969;
}
.borderBoth {
  border-top: 1px solid #696969;
  border-bottom: 1px solid #696969;
}
.transition {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.boxShadow {
  -moz-box-shadow: 1px -5px 5px #888;
  -webkit-box-shadow: 1px -5px 5px #888;
  box-shadow: 1px -5px 5px #888;
}
.menuShadow {
  -moz-box-shadow: 1px 5px 5px #888;
  -webkit-box-shadow: 1px 5px 5px #888;
  box-shadow: 1px 5px 5px #888;
}
.innerShadow {
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}
.rounded-corners {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
body {
  background: #fff;
}
body,
input,
textarea,
select {
  color: #62625A;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  line-height: 1.6em;
}
body,
html {
  width: 100%;
  overflow-x: hidden;
}
.clear {
  clear: both;
  display: block;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
.clear10 {
  height: 10px;
  clear: both;
  display: block;
}
.clear15 {
  height: 15px;
  clear: both;
  display: block;
}
.clear20 {
  height: 20px;
  clear: both;
  display: block;
}
.clear30 {
  height: 30px;
  clear: both;
  display: block;
}
.clear40 {
  height: 40px;
  clear: both;
  display: block;
}
.fr,
.alignright,
.right {
  float: right !important;
}
.fl,
.alignleft,
.left {
  float: left !important;
}
.left {
  position: relative;
  right: 6px;
}
.alignright {
  margin: 0 0 20px 20px;
  clear: right;
}
.alignleft {
  margin: 5px 27px 9px 0px;
  clear: left;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.block {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00681A;
  margin-bottom: .75em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #00681A;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #00681A;
}
h1 {
  font-family: 'GillSansMTBold';
  color: #fff;
  font-size: 36px;
  line-height: 1em;
}
h2 {
  font-size: 16px;
  line-height: 1.375em;
  font-family: Verdana, Arial, sans-serif;
  margin-bottom: 13px;
}
h2 span {
  font-size: 11px;
  color: #7dab20;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  margin-left: 10px;
}
h2 a {
  color: #00681A;
}
h2 a:hover {
  color: #00681A;
  text-decoration: underline;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 13px;
  line-height: 1.6em;
}
h5 {
  font-size: 13px;
  line-height: 1.6em;
  margin-bottom: 0;
}
h6 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  line-height: 1.6em;
  color: #62625A;
}
hr {
  background-color: #c0c9c8;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
  width: 100%;
}
strong {
  font-weight: bold;
}
a {
  color: #00681A;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #7dab20;
  text-decoration: underline;
}
input[type="text"],
textarea,
select {
  background: #fff;
  border: 1px solid #d7d4d1;
  padding: 5px;
}
input[type="text"]:focus,
textarea:focus,
select:focus {
  outline: none;
}
select {
  font-size: 11px;
  min-height: 18px;
}
.button,
a.button {
  border: none;
  padding: 5px 0;
  background: #84C00C;
  border: 1px solid #72a60a;
  color: #fff !important;
  font-family: 'UniversLTStdBold', Helvetica, sans-serif;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  cursor: pointer;
  width: 30%;
  margin-right: 10px;
  text-align: center;
  margin-left: 2px;
}
a.button {
  margin-top: 2px;
}
.button.cancel {
  background-color: #F0AE1F;
  border: 1px solid #f07c1f;
  width: 15%;
}
.icon {
  vertical-align: text-bottom;
}
.input-text {
  background-color: #ffffff;
  border-top: solid 1px #cacac2;
  border-left: solid 1px #cacac2;
  border-right: none;
  border-bottom: none;
  font-family: Verdana;
  font-size: 11px;
  color: #62625a;
  padding: 3px 5px 4px;
}
.btn {
  color: #ffffff;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  background-color: #8cc025;
  border: solid 1px #6b9517;
  vertical-align: baseline;
  cursor: pointer;
  font-size: 12px;
  padding: 3px 10px;
  display: inline-block;
}
.btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #7dab20;
  border-color: #96c831;
}
.btn-cancel {
  color: #ffffff;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  background-color: #d2d2c6;
  border: solid 1px #a2a296;
  vertical-align: baseline;
  cursor: pointer;
  font-size: 12px;
  padding: 3px 10px;
  display: inline-block;
}
.btn-cancel:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #a2a296;
  border-color: #d2d2c6;
}
.page-template-default .more {
  width: 100%;
  float: left;
  border-top: dotted 1px #7F7F74;
  font-size: 11px;
  padding-top: 5px;
}
.page-template-default .more a {
  background: url('images/icon-add.gif') no-repeat right 4px;
  padding-right: 10px;
}
.page-template-default .more:hover {
  border-top: dotted 1px #7F7F74;
}
.box {
  width: 100%;
  float: left;
}
.box div.visible {
  display: block;
}
.no-border {
  border: none !important;
}
.blur {
  color: #cacaca;
}
.center {
  max-width: 988px;
  margin: 0 auto;
  padding: 0 15px;
}
#header {
  max-width: 988px;
  margin: 0 auto 30px;
  padding: 15px 15px 0;
  position: relative;
  z-index: 100;
}
#logo {
  float: left;
}
#footerLinks div.left {
  padding-top: 36px;
}
#footerLinks .external-links {
  display: inline-block;
  vertical-align: top;
  height: 76px;
  margin-top: 10px;
}
#footerLinks .external-links a {
  display: inline-block;
  vertical-align: middle;
}
#footerLinks .external-links a img {
  width: auto;
  height: 100%;
}
#footerLinks .external-links .ncga-link {
  width: 96px;
  height: 76px;
  margin-right: 20px;
}
#footerLinks .external-links .ncga-link img {
  position: relative;
  width: 100%;
  height: auto;
}
#footerLinks .external-links .ica-link {
  width: 88px;
  height: 42px;
  margin: 11px 23px 0 0;
}
#footerLinks .external-links .bcorp-link {
  width: 40px;
  height: 76px;
  margin: 0px 23px 0 0;
}
#footerLinks .bottomLinks {
  padding: 9px 3px 6px 0px;
  margin-top: 27px;
  background: #fff;
  height: 24px;
  z-index: 42;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  text-align: center;
  border: 1px solid #E2E2DB;
  position: relative;
  display: inline-block;
}
#footerLinks .bottomLinks ul {
  display: block;
  float: left;
  margin-top: 2px;
  margin: auto;
}
#footerLinks .bottomLinks li {
  display: block;
  float: left;
  padding: 5px 10px 10px;
  font-size: 10px;
  line-height: 1em;
  background: #fff url('images/sep-toplinks2.gif') no-repeat 0 5px;
}
#footerLinks .bottomLinks li img {
  padding: 2px 0 3px 2px;
  vertical-align: middle;
}
#footerLinks .bottomLinks li.first {
  background-image: none !important;
}
#footerLinks .bottomLinks ul.header-social {
  margin-left: 10px;
}
#footerLinks .bottomLinks ul.header-social li {
  padding: 0 0px 0 0;
}
#footerLinks .bottomLinks ul.header-social li a {
  display: block;
  width: 21px;
  height: 0px;
  padding-top: 21px;
  overflow: hidden;
  background: url("images/social-icons-sprite.png") no-repeat 0 0;
  white-space: nowrap;
  cursor: pointer;
}
#footerLinks .bottomLinks ul.header-social li a.youtube {
  background-position: 0 0;
  padding-right: 31px;
}
#footerLinks .bottomLinks ul.header-social li a.youtube:hover {
  background-position: 0 -21px;
}
#footerLinks .bottomLinks ul.header-social li a.facebook {
  background-position: -52px 0;
}
#footerLinks .bottomLinks ul.header-social li a.facebook:hover {
  background-position: -52px -21px;
}
#footerLinks .bottomLinks ul.header-social li a.twitter {
  background-position: -94px 0;
}
#footerLinks .bottomLinks ul.header-social li a.twitter:hover {
  background-position: -94px -21px;
}
#footerLinks .bottomLinks ul.header-social li a.rss {
  background-position: -73px 0;
}
#footerLinks .bottomLinks ul.header-social li a.rss:hover {
  background-position: -73px -21px;
}
#footerLinks .bottomLinks ul.header-social li a.pinterest {
  background-position: -115px 0;
}
#footerLinks .bottomLinks ul.header-social li a.pinterest:hover {
  background-position: -115px -21px;
}
.topLinks {
  padding: 8px 0 3px 8px;
  background: #f6f6f4;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 42;
  -moz-border-radius: 0px 0px 3px 3px !important;
  -webkit-border-radius: 0px 0px 3px 3px !important;
  border-radius: 0px 0px 3px 3px !important;
  border: 1px solid #e2e2db;
  border-top: none;
}
.topLinks ul {
  display: block;
  float: left;
  margin-top: 2px;
}
.topLinks li {
  display: block;
  float: left;
  padding: 5px 10px 10px;
  font-size: 10px;
  line-height: 1em;
  background: #f6f6f4 url('images/sep-toplinks2.gif') no-repeat 0 5px;
}
.topLinks li img {
  padding: 2px 0 3px 2px;
  vertical-align: middle;
}
.topLinks li strong {
  color: #00681a;
}
.topLinks li a {
  color: #78a51c;
}
.topLinks #search-form {
  float: left;
}
.topLinks #search-form a.search-link {
  margin: 30px 0 5px 4px;
  font-size: 11px;
  color: #78a51c;
  display: none;
}
.topLinks #search-form.open a.search-link,
.topLinks #search-form.open form span,
.topLinks #search-form.hover-open a.search-link,
.topLinks #search-form.hover-open form span {
  display: block;
}
.topLinks form {
  display: block;
  position: relative;
  background: #ffffff url('images/bg-input.gif') repeat-x 0 0;
  border-top: solid 1px #cacac2;
  border-left: solid 1px #cacac2;
  color: #62625a;
  margin: 3px 5px 5px 5px;
}
.topLinks form .input-text {
  width: 140px;
  height: 20px;
  padding: 0px 5px !important;
  background-color: #f5f5f3;
  border-width: 0;
  background: transparent;
}
.topLinks form span {
  display: none;
  position: absolute;
  left: 0;
  top: 128%;
}
.topLinks form span input {
  margin: 0 6px 0 0;
}
.topLinks form span label {
  font-size: 11px;
}
.topLinks form #searchBtn {
  margin-left: -23px;
  vertical-align: middle;
}
.topLinks li.hover ul {
  display: block;
}
.topLinks li.logged-in a {
  padding-right: 14px;
  background: url("images/arrow-toplinks.gif") no-repeat 100% 50%;
}
.topLinks li.logged-in li a {
  padding-right: 0;
  background: transparent;
}
.topLinks li.first {
  background-image: none !important;
}
.topLinks ul.header-social {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #e2e2db;
  margin-right: 5px;
}
.topLinks ul.header-social li {
  padding: 0 8px 0 0;
}
.topLinks ul.header-social li a {
  display: block;
  width: 21px;
  height: 0px;
  padding-top: 21px;
  overflow: hidden;
  background: url("images/social-icons-sprite.png") no-repeat 0 0;
  white-space: nowrap;
}
.topLinks ul.header-social li a.youtube {
  background-position: 0 0;
  padding-right: 31px;
}
.topLinks ul.header-social li a.youtube:hover {
  background-position: 0 -21px;
}
.topLinks ul.header-social li a.facebook {
  background-position: -52px 0;
}
.topLinks ul.header-social li a.facebook:hover {
  background-position: -52px -21px;
}
.topLinks ul.header-social li a.twitter {
  background-position: -94px 0;
}
.topLinks ul.header-social li a.twitter:hover {
  background-position: -94px -21px;
}
.topLinks ul.header-social li a.rss {
  background-position: -73px 0;
}
.topLinks ul.header-social li a.rss:hover {
  background-position: -73px -21px;
}
.topLinks ul.header-social li a.pinterest {
  background-position: -115px 0;
}
.topLinks ul.header-social li a.pinterest:hover {
  background-position: -115px -21px;
}
.topLinks a {
  color: #62625a;
}
.mobile-search {
  display: none;
}
#header {
  margin-bottom: 0px;
}
#header #logo {
  float: left;
}
#header #logo .standardLogo {
  display: block;
}
#nav {
  clear: both;
  text-align: left;
  padding-top: 25px;
  font-family: 'GillSansMTBold', Verdana, Arial, sans-serif;
}
#nav > ul {
  margin-right: -45px;
}
#nav > ul > li {
  float: left;
  position: relative;
  margin-right: 4%;
  z-index: 9;
}
#nav > ul > li > a {
  background: url(images/arrow-toplinks-grey.png) no-repeat right 7px;
  padding-right: 15px;
  padding-bottom: 6px;
  display: block;
  font-size: 16px;
  z-index: 100;
  position: relative;
  text-decoration: none;
  color: #00681A;
}
#nav > ul > li:hover > a {
  border-bottom: 1px dotted #7F7F74;
  padding-bottom: 5px;
  color: #78a51c;
  background-image: url(images/arrow-toplinks-green.gif);
}
#nav > ul > li.current-menu-item > a,
#nav > ul > li.current-menu-ancestor > a,
#nav > ul > li.current-menu-parent > a {
  color: #78a51c;
}
#nav > ul > li.no-arrow a,
#nav > ul > li.no-arrow:hover a {
  background: none;
  padding-right: 0;
}
#nav > ul > li > ul.sub-menu {
  display: none;
  font-size: 74.5%;
  position: absolute;
  z-index: 99;
  width: 100%;
  left: -10px;
  top: -5px;
  background: #fff;
  padding: 35px 10px 10px 10px;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
}
#nav > ul > li > ul.sub-menu li {
  display: block;
}
#nav > ul > li > ul.sub-menu li a {
  color: #78a51c;
  font-size: 13px;
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  padding: 2px 5px 5px 5px;
}
#nav > ul > li > ul.sub-menu li a:hover {
  background: #f8f8f8;
  text-decoration: none;
  color: #7dab20;
}
#nav #menu-item-25949 {
  color: #00681A;
}
#nav #menu-item-25949 a {
  color: #00681A;
}
#nav #menu-item-25949 a:hover {
  color: #00681A;
}
#nav #menu-item-23319 a,
#nav #menu-item-23307 a,
#nav #menu-item-23293 a,
#nav #menu-item-23297 a,
#nav #menu-item-23295 a {
  color: #00681A;
  padding-bottom: 0px;
}
#nav #menu-item-23319 .sub-menu a,
#nav #menu-item-23307 .sub-menu a,
#nav #menu-item-23293 .sub-menu a,
#nav #menu-item-23297 .sub-menu a,
#nav #menu-item-23295 .sub-menu a {
  color: #78a51c;
  padding-bottom: 5px;
}
#nav li.widedrop {
  z-index: 10;
}
#nav li.widedrop > ul.sub-menu {
  width: 550%;
  left: auto;
  right: -10px;
}
#nav li.widedrop > ul.sub-menu > li.dropcol {
  display: block;
  float: left;
  width: 32%;
  margin-right: 1%;
}
#nav li.widedrop > ul.sub-menu > li.dropcol > a {
  display: none;
}
#nav li.widedrop > ul.sub-menu > li.dropcol > ul.sub-menu > li > a {
  font-weight: bold;
}
#nav li.widedrop > ul.sub-menu > li.dropcol > ul.sub-menu > li ul.sub-menu li a {
  margin-left: 0px;
}
#nav > ul > li:hover > ul.sub-menu {
  display: block;
}
@media screen and (max-width: 980px) {
  #nav > ul > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 950px) {
  #nav > ul > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 930px) {
  #nav > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 880px) {
  #nav > ul > li > a {
    font-size: 13px;
  }
}
@media screen and (max-width: 840px) {
  #nav > ul > li {
    margin-right: 2.5%;
  }
  #nav > ul > li > a {
    background: none;
  }
  #nav > ul > li:hover > a {
    background: none;
  }
}
@media screen and (max-width: 800px) {
  #nav {
    text-align: center;
    padding-left: 0;
  }
  .back-to-top {
    display: none;
  }
}
#nav li ul a {
  color: #78a51c;
}
#message {
  color: #ffffff;
  padding: 12px;
  font-weight: bold;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 1em 0;
  background: #7dab20;
}
#message.error {
  background-color: #f0ae1f;
}
#message.updated {
  background-color: #8bbe23;
}
.searchBtn {
  vertical-align: middle;
  background: url('images/btn-search.png') no-repeat left top;
  width: 20px;
  height: 0;
  padding: 18px 5px 0 0;
  overflow: hidden;
  display: inline-block;
  border: none;
  cursor: pointer;
}
.searchBtn:hover {
  background-image: url('images/btn-search-over.png');
}
.single-post .widget_st_contributors display: none
		.avatar {
  float: none;
}
#greenBox {
  width: 100%;
  background: #92c728 url('images/greenbox.gif') repeat-x left bottom;
  margin-top: 20px;
  position: relative;
  -moz-box-shadow: 0px 5px 8px #999;
  -webkit-box-shadow: 0px 5px 8px #999;
  box-shadow: 0px 5px 8px #999;
}
#greenBox .center {
  padding: 15px;
}
#greenBox a {
  text-decoration: none;
  border-bottom: none;
}
#greenBox a:hover {
  text-decoration: none;
  border-bottom: none;
}
#greenBox #container {
  background: none;
}
#greenBox #copy,
#greenBox .copy {
  width: 48%;
  float: left;
  padding: 50px 0 20px;
  line-height: 25px;
}
#greenBox #copy h1,
#greenBox .copy h1 {
  margin-bottom: 4%;
  font-size: 50px;
}
#greenBox #copy p,
#greenBox .copy p {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
#greenBox #image,
#greenBox #mobileImage,
#greenBox .image,
#greenBox .mobileImage {
  width: 52%;
  float: right;
  padding: 12px 0;
}
#greenBox #image img,
#greenBox #mobileImage img,
#greenBox .image img,
#greenBox .mobileImage img {
  max-width: 440px;
  max-height: 270px;
  width: 100%;
  height: auto;
  padding: 6.5%;
  vertical-align: middle;
  background: url('images/homefram.png') no-repeat;
  background-position: center;
}
#greenBox .plusSign,
#greenBox a.learn-more {
  padding-right: 23px;
  background: url('images/icon-learn-more.png') no-repeat right center;
  display: block;
  font-size: 16px;
  font-weight: bold;
  float: left;
  margin-top: 10px;
  word-break: break-word;
}
#greenBox a.learn-more:hover {
  text-decoration: underline;
  color: #00681A;
}
.homePageTitle {
  display: none;
}
.heading-title {
  max-width: 988px;
  width: 100%;
  margin: auto;
  line-height: 1em;
  padding: 13px 15px;
  font-size: 36px;
  color: #fff;
  font-family: 'GillSansMTBold', Verdana, Arial, sans-serif;
}
.heading-title a,
.heading-title a:hover {
  color: #fff;
}
#page-title {
  width: 100%;
  height: 61px;
  background: #92c728 url(images/bg-greenBar.gif) repeat-x left bottom;
  margin: 15px 0 0 0;
}
#page-title h1 {
  max-width: 988px;
  width: 100%;
  margin: auto;
  line-height: 1em;
  padding: 13px 15px;
}
#page-title h1 a {
  color: #fff;
}
#page-title h1 a:hover {
  text-decoration: underline;
  color: #fff;
  padding-bottom: 1px;
}
.post-type-archive-recipes #heroGraphic #heroText {
  bottom: 3%;
  left: 1.5%;
  width: 93.3%;
}
#heroGraphic {
  border: 1px solid #d7d4d1;
  padding: 11px;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
}
#heroGraphic #map {
  width: 100%;
  height: 375px;
}
#heroGraphic #heroPicture {
  height: 100%;
  width: 100%;
  max-width: 730px;
  max-height: 375px;
  position: relative;
}
#heroGraphic #heroPicture img {
  width: 100%;
  height: auto;
  max-width: 730px;
  max-height: 375px;
}
#heroGraphic #heroText {
  z-index: 2;
  background: url('images/bg-mask.png');
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.5% 2% 1.5% 2%;
  width: 96.15%;
}
#heroGraphic #heroText p,
#heroGraphic #heroText h2 {
  opacity: 1;
  color: #fff;
}
#heroGraphic #heroText .readMoreLink {
  color: #8ac80d;
  background: url('images/icon-plus.png') no-repeat right center;
  padding-right: 15px;
  font-size: 11px;
  font-weight: bold;
  width: 12%;
}
#heroGraphic #heroText .readMoreLink:hover {
  text-decoration: underline;
}
#heroGraphic #heroText p {
  margin-bottom: 0px;
}
#heroGraphic #heroText h2 {
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.4em;
}
#heroGraphic #heroText h2:hover {
  text-decoration: underline;
  cursor: pointer;
}
#heroGraphic #heroText a:hover {
  text-decoration: none;
  border-bottom: none;
  opacity: 1;
}
.miniform {
  padding: 5px;
}
.miniform label {
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  position: relative;
  left: 2px;
}
.miniform span.inputs {
  position: relative;
  display: inline-block;
}
.miniform input[type="text"] {
  background: #fff;
  padding: 9px 30px 9px 8px;
  border: 1px solid #d7d4d1;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  font-size: 11px;
  width: 105px;
  color: #999;
  margin: 0;
}
.miniform input[type="image"] {
  position: absolute;
  right: 5px;
  top: 5px;
}
.miniform .go-button {
  width: 30px;
  height: 26px;
  background: url('images/button-miniform-go.png') no-repeat center center;
  display: inline;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 5px;
}
.miniform .go-button:hover {
  background: url('images/button-go-hover.png') no-repeat center center;
  cursor: pointer;
}
ul a [title="noPipe"] {
  background: none;
}
#promobox-wrapper {
  width: 304px;
  position: absolute;
  right: 50%;
  margin-right: -496px;
  top: -27px;
  padding: 0px 0 18px;
  z-index: 42;
  background: url("images/bg_promobox_footer.png") no-repeat 0 100%;
}
#promobox-wrapper .mask {
  position: absolute;
  width: 304px;
}
#promobox_top_mask {
  top: 0;
  height: 27px;
  background: url("images/bg_promobox_top_mask.png") no-repeat 0 0;
  z-index: 64;
}
#promobox_bot_mask {
  top: 135px;
  background: url("images/bg_promobox_type_mask.png") no-repeat 0 0;
  overflow: hidden;
  z-index: 65;
}
.comingsoon #promobox_bot_mask {
  height: 50px;
  background-position: 0 0;
}
.discover #promobox_bot_mask {
  top: 130px;
  height: 57px;
  background-position: 0 -50px;
}
.connect #promobox_bot_mask {
  top: 129px;
  height: 56px;
  background-position: 0 -107px;
}
#promobox {
  padding: 0;
}
#promobox h1 {
  padding: 14px 16px 12px 16px;
  font-size: 14px;
  color: #92c728;
  background: url("images/bg_promobox_green.png") repeat-y 0 0;
  overflow: hidden;
}
#promobox img {
  display: block;
  padding: 2px 7px 0 4px;
  background: url("images/bg_promobox.png") no-repeat 0 27px;
}
#promobox .story-img {
  margin: 0 0 6px -3px;
  padding: 6px 7px 8px 6px;
  float: none;
  background: transparent url("images/bg_promobox_img.png") no-repeat 0 0;
  -moz-box-shadow: 0px 0px 0px #eeeeee;
}
#promobox h2 {
  padding: 0 3px 10px;
  font-size: 14px;
}
#promobox h3 {
  padding: 0 3px 10px;
  font-size: 11px;
}
#promobox p {
  padding: 0 3px 10px;
  font-size: 11px;
  line-height: 1.6em;
}
#promobox .normal {
  padding-bottom: 2px;
}
#promobox .last {
  padding-bottom: 4px;
}
.usetitle #promobox h1 {
  padding-top: 12px;
}
#promobox_content {
  padding: 12px 17px 0;
  background: url("images/bg_promobox.png") repeat-y 0 0;
}
#promobox-more {
  clear: both;
  padding: 8px 0 0;
  font-size: 11px;
  height: 15px;
  border-top: 2px dotted #d8d8cb;
}
#promobox-more a {
  background: url('images/icon-plus.png') no-repeat right center;
  padding: 0 14px 0 3px;
}
#featured-stories {
  width: 100%;
  float: left;
  padding-bottom: 25px;
  padding-top: 10px;
}
#featured-stories li {
  width: 225px;
  float: left;
  margin-left: 28px;
}
#featured-stories li.first {
  margin-left: 0;
}
.story-img {
  margin-bottom: 10px;
  padding: 3px;
  background-color: #f5f5f2;
  box-shadow: 1px 1px 5px #e6e6e6;
  -webkit-box-shadow: 1px 1px 5px #e6e6e6;
  -moz-box-shadow: 1px 1px 5px #e6e6e6;
  float: left;
}
.story-img a {
  display: block;
  border: solid 1px #f5f5f2;
}
.story-img a:hover {
  border: solid 1px #7dab20;
}
.story-detail {
  height: 12em;
  line-height: 1.4em;
  padding-bottom: 5px;
  clear: both;
}
.story-detail h3 {
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 1.2em;
}
.read-more {
  background: url('images/icon-add.gif') no-repeat right center;
  padding-right: 10px;
  font-size: 10px;
}
.story-tags {
  border-top: dotted 1px #d4d4c5;
  font-size: 11px;
  padding: 5px 0;
}
#footer {
  width: 100%;
  float: left;
  background: #fff;
  position: relative;
}
#footer #change-location {
  left: 540px;
  top: 45px;
}
#footer #menu-item-23182 {
  background: none;
}
#explore {
  width: 675px;
  float: left;
}
#explore h2 {
  background: url('images/icon1.gif') no-repeat left 2px;
  padding-left: 15px;
  font-size: 16px;
  font-family: 'GillSansMTBold', Verdana, Arial, sans-serif;
  border-bottom: dotted 1px #d0d0c0;
  padding-bottom: 5px;
  line-height: 1.375em;
  margin-bottom: 10px;
}
#explore h2 .location {
  font-family: Verdana, Geneva, sans-serif;
  color: #78a51c !important;
  padding-left: 5px;
}
#explore h2 .change-location {
  font-family: Verdana, Geneva, sans-serif;
  color: #78a51c !important;
  padding-left: 5px;
  font-size: 10px;
  font-weight: normal;
}
#explore h3 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #62625a;
  line-height: 1em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #62625A;
}
#explore h4 {
  font-size: 11px;
}
#explore h4 a {
  color: #7dab20;
}
#explore h4 a:hover {
  text-decoration: underline;
  color: #53760b;
}
#explore ul {
  width: 100%;
  float: left;
  min-height: 215px;
}
#explore li {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 1.4em;
}
#explore .more {
  font-size: 10px;
}
#explore h3 a,
#co-listing h5 a.all {
  color: #78a51c;
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  padding-top: 2px;
  float: right;
  background: url('images/icon-add.gif') no-repeat right 6px;
  padding-right: 10px;
}
#coops {
  width: 320px;
  float: left;
  padding-right: 20px;
}
.coop-img {
  float: left;
  padding: 4px;
  background-color: #ffffff;
  box-shadow: 0px 1px 5px #dededc;
  -webkit-box-shadow: 0px 1px 5px #dededc;
  -moz-box-shadow: 0px 1px 5px #dededc;
}
.coop-img a {
  display: block;
  border: solid 1px #ffffff;
}
.coop-img a:hover {
  border: solid 1px #7dab20;
}
.coop-detail {
  padding-left: 155px;
}
.coop-menu {
  font-size: 10px;
  color: #80b636;
}
#suppliers {
  width: 155px;
  float: left;
  padding-right: 20px;
}
#farmer-markets {
  width: 160px;
  float: left;
}
#what-is #what-is-list {
  padding: 0 10px 10px 10px;
  margin-top: 10px;
}
#what-is #what-is-list a,
#what-is #what-is-list span {
  margin-right: 4px;
  display: block;
  float: left;
}
#what-is #what-is-list li {
  float: left;
  width: 50%;
}
#what-is #what-is-list li a,
#what-is #what-is-list li span {
  font-size: 11px;
}
#what-is #what-is-list a.home_recipe_link {
  margin-right: 0px;
  margin-top: 6px;
  width: 10px;
  height: 13px;
  background: transparent url('images/icon-recipe.png') no-repeat scroll 0 0px;
  color: #62625a;
  text-decoration: none;
  padding-right: 2px;
}
#what-is #what-is-list a.home_ff_link {
  color: #78a51c;
}
#what-is #what-is-list a.home_recipe_link:hover {
  text-decoration: underline;
  background: transparent url('images/icon-recipe.png') no-repeat scroll 0 -17px;
  color: #78a51c;
}
a.recipe {
  width: 12px;
  height: 0;
  padding-top: 10px;
  display: inline-block;
  overflow: hidden;
  background: url('images/icon-recipe.png') no-repeat 0 0;
}
a.recipe:hover {
  background-position: 0 -17px;
}
#what-is-nav {
  border-top: dotted 1px #c6c6b2;
  padding: 5px 10px;
  font-size: 10px;
}
#what-is-nav li a:hover,
#what-is-nav li.active a {
  background-position: left 1px;
}
#what-is-nav .left a {
  text-decoration: underline;
  background: url('images/icon-recipe.png') no-repeat left 3px;
  padding-left: 20px;
  color: #78a51c;
}
#what-is-nav .left a:hover {
  background-position: left -14px;
}
#what-is-nav .right {
  padding-top: 3px;
}
#what-is-nav .right ul {
  display: block;
  float: left;
}
#what-is-nav .right li {
  display: block;
  float: left;
  padding: 0 5px;
  font-size: 10px;
  line-height: 1em;
}
#what-is-nav .right li img {
  padding: 2px 0 3px 2px;
  vertical-align: middle;
}
#what-is-nav .right li:first-child {
  padding-left: 0;
}
#what-is-nav .right li:last-child {
  padding-right: 0;
}
#what-is-nav li {
  display: inline;
  float: none;
  padding-left: 5px;
}
#what-is-nav li a {
  display: inline-block;
  width: 8px;
  height: 0;
  padding-top: 11px;
  overflow: hidden;
  background: url('images/dot.png') no-repeat right 1px;
  vertical-align: middle;
}
#what-is-nav li.prev a {
  background: url('images/arrow-left.png');
  width: 12px;
}
#what-is-nav li.next a {
  background: url('images/arrow-right.png');
  width: 12px;
  padding-top: 11px;
}
.connect_widget div.connect_confirmation_cell_no_like {
  display: none !important;
}
.page #article-view {
  width: 100%;
}
#container {
  width: 100%;
  background: #f8f8f2;
  margin: auto;
}
#container .center {
  max-width: 988px;
  margin: 0 auto;
  padding: 20px 15px;
}
#container .editDetails {
  color: #78a51c;
  font-weight: normal;
  font-size: 13px;
}
#container .editDetails a {
  color: #78a51c;
}
.home #horizontalPostList #postList {
  margin-top: 0;
}
.homeSideBar #sidebar {
  padding-top: 4px;
}
#container #postList {
  width: 74.5%;
  float: left;
  margin-right: 1%;
}
#container #postList .individualPosts,
#container .main .individualPosts {
  margin-bottom: 20px;
}
#container #postList .individualPosts a:hover,
#container .main .individualPosts a:hover {
  text-decoration: underline;
}
#container #postList .individualPosts .sectionParagraph,
#container .main .individualPosts .sectionParagraph {
  font-size: 11px;
  line-height: 1.6em;
  margin-bottom: 0px;
}
#container #postList .individualPosts .sectionParagraph a,
#container .main .individualPosts .sectionParagraph a {
  margin-bottom: 0;
}
#container #postList .individualPosts img,
#container .main .individualPosts img {
  vertical-align: baseline;
}
#container #postList .individualPosts p,
#container .main .individualPosts p {
  line-height: 1.6em;
  font-size: 13px;
}
#container #postList .individualPosts .article-texts h3,
#container .main .individualPosts .article-texts h3 {
  color: #00681A;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
#container #postList .individualPosts .article-texts h4,
#container #postList .individualPosts .article-texts a,
#container .main .individualPosts .article-texts h4,
#container .main .individualPosts .article-texts a {
  color: #7dab20;
  margin-bottom: -0.4em;
}
#container #postList .individualPosts .article-texts h4:hover,
#container #postList .individualPosts .article-texts a:hover,
#container .main .individualPosts .article-texts h4:hover,
#container .main .individualPosts .article-texts a:hover {
  color: #00681A;
}
#container #postList .listThumbnail,
#container .main .listThumbnail {
  width: 31.5%;
  float: left;
  padding-top: 5px;
  line-height: 1em;
  position: relative;
}
#container #postList .listThumbnail a,
#container .main .listThumbnail a {
  border: 1px solid #d7d4d1;
  background: #fff;
  display: block;
  padding: 8px;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
}
#container #postList .listThumbnail a:hover,
#container .main .listThumbnail a:hover {
  border: 1px solid #78a51c;
}
#container #postList .listThumbnail .playButton,
#container .main .listThumbnail .playButton {
  z-index: 50;
  background-position: center;
  max-width: 216px;
  max-height: 125px;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  margin: auto;
  vertical-align: middle;
  position: absolute;
}
#container #postList .listThumbnail img,
#container .main .listThumbnail img {
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  line-height: 1em;
}
#container #postList .horizontal_posts .listThumbnail,
#container .main .horizontal_posts .listThumbnail {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
#container #postList .horizontal_posts .listThumbnail img,
#container .main .horizontal_posts .listThumbnail img {
  width: 100%;
  height: auto;
}
#container #postList .authorThumbnail,
#container .main .authorThumbnail {
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
  border: 7px solid #fff;
  outline: 1px solid #d7d4d1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin: 1.5% 5.529% 5% 0;
}
#container #postList .postCopy,
#container .main .postCopy {
  width: 68%;
  float: right;
  padding: 6px 0 12px 0;
}
#container #postList .postCopy h4,
#container .main .postCopy h4 {
  font-size: 11px;
}
#container #postList .postCopy li,
#container .main .postCopy li {
  float: left;
}
#container #postList #crumbs,
#container .main #crumbs {
  margin-bottom: 5px;
  color: #696969;
  font-size: 11px;
}
#container #postList #crumbs p,
#container .main #crumbs p {
  color: #696969;
  font-size: 11px;
}
#container #postList #crumbs a,
#container .main #crumbs a {
  color: #78a51c;
  font-size: 11px;
}
#container #postList #crumbs a:hover,
#container .main #crumbs a:hover {
  color: #00681A;
}
#container .siteMap ul {
  padding-left: 0px;
}
#container .siteMap li {
  background: none;
  line-height: 1em;
  list-style: none;
}
#container .siteMap li a {
  font-weight: bold;
}
#container .siteMap li ul.children li a {
  font-weight: normal;
}
#container .siteMap ul {
  list-style: none;
  margin-top: 5px;
}
#container .siteMap .recipeChildren ul {
  display: none;
}
#container .siteMap .recipeChildren li a {
  font-weight: normal;
}
#container .siteMap .heading {
  margin-bottom: 5px;
}
#container .siteMap .heading a {
  color: #78a51c;
}
#container .siteMap .fl,
#container .siteMap .fr {
  width: 47%;
}
#container #singlePost {
  width: 74.5%;
  float: left;
  margin-right: 1%;
}
#container #singlePost .size-thumbnail {
  max-width: 25%;
  max-height: auto;
}
#container #singlePost img {
  display: block;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  max-width: 100%;
  border: 1px solid #d7d4d1;
  background: white;
  padding: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#container #singlePost img.coop-profile-img {
  outline: none;
}
#container #singlePost .wp-caption {
  max-width: 97%;
  max-height: auto;
  padding: 7px;
  border: 1px solid #D7D4D1;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  background: #fff;
}
#container #singlePost .wp-caption img {
  width: 100%;
  max-width: none;
  margin: 4px auto 0;
}
#container #singlePost .wp-caption .size-full {
  padding: 0;
  border: none;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  width: auto;
}
#container #singlePost .wp-caption p.wp-caption-text {
  font-size: 11px !important;
  margin-bottom: 0;
  padding-right: 7px;
  padding-top: 4px;
}
#container #singlePost a {
  color: #78a51c;
  text-decoration: none;
}
#container #singlePost a:hover {
  color: #78a51c;
  text-decoration: underline;
}
#container #singlePost h2 {
  color: #00681A;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 25px;
}
#container #singlePost h3 {
  color: #78a51c;
  font-weight: bold;
}
#container #singlePost p {
  line-height: 1.6em;
  font-size: 13px;
  line-height: 1.6em;
  margin-bottom: 2%;
}
#container #singlePost #authorImage img {
  max-width: 150px;
  max-height: 150px;
  width: 100%;
  height: 100%;
}
#container #singlePost .postThumbnail img {
  max-width: 210px;
  max-height: 210px;
  width: 100%;
  height: 100%;
  float: left;
  border: 8px solid #fff;
  outline: 1px solid #d7d4d1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  margin: 7px 1em 2px 0;
}
#container #singlePost .postThumbnail iframe {
  max-width: 97%;
  max-height: 430px;
  width: 100%;
  height: 430px;
  float: left;
  border: 8px solid #fff;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  margin: 0 1em 1em 0;
}
#container #csw_links li {
  background: none;
}
.page-section-title {
  line-height: 1.375em;
  font-family: Verdana, Arial, sans-serif;
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 25px;
}
.page-section-title span {
  font-size: 11px;
  color: #7dab20;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  margin-left: 10px;
}
.single-collections #horizontalPostList #postList .collectionsTitle {
  margin-bottom: 20px;
}
#container div.entry .size-medium {
  max-width: 50%;
  max-height: auto;
  padding: 8px;
  border: 1px solid #D7D4D1;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  background: #fff;
}
#container div.entry .size-large {
  max-width: 97%;
  max-height: auto;
  padding: 8px;
  border: 1px solid #D7D4D1;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  background: #fff;
}
#container div.entry .size-full {
  max-width: 97%;
  max-height: auto;
  padding: 7px;
  border: 1px solid #D7D4D1;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  background: #fff;
}
#container a[href="#header"] {
  padding-left: 15px;
  background: url('images/orange-arrow-up.png') left center no-repeat;
}
#container #singlePost .standardPost strong,
#container #singlePost .standardPost strong a {
  color: #00681A;
}
#container #singlePost .standardPost h3 {
  color: #00681A;
}
.single-coops .social > span {
  height: 30px;
}
.single-coops .social > span.st_email_hcount {
  margin-left: 0;
}
#horizontalPostList #postList {
  width: 75.2%;
  margin-top: .7em;
}
#horizontalPostList #postList .collection-intro p a {
  color: #78a51c;
  text-decoration: none;
}
#horizontalPostList #postList .collection-intro p a:hover {
  text-decoration: underline;
  color: #78a51c;
}
#horizontalPostList #postList .collection-intro p img {
  display: block;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  height: auto;
  border: 1px solid #d7d4d1;
  background: white;
  padding: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#horizontalPostList #postList .collectionsTitle {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 40px;
  position: relative;
}
#horizontalPostList #postList .collectionPostsTitle,
#horizontalPostList #postList .collectionRecipesTitle {
  font-size: 20px;
  color: #78a51c;
  margin-top: 15px;
}
#horizontalPostList #postList h3.subtitle {
  color: #62625A;
  font-weight: bold;
  font-size: 16px;
  margin: 30px 7px 20px 0;
  padding: 0 10px;
  background: #daecb6;
  height: 30px;
  line-height: 30px;
  position: relative;
}
#horizontalPostList #postList h3.subtitle .back-to-top {
  position: absolute;
  color: #62625A;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.4;
  font-size: 12px;
  right: 10px;
  top: 7px;
}
#horizontalPostList #postList ul.subnav {
  padding: 0 0;
  margin: 40px 0 25px 0;
  list-style: none;
}
#horizontalPostList #postList ul.subnav li {
  float: left;
  background: none;
  padding: 0;
  margin: 0 4px 4px 0;
}
#horizontalPostList #postList ul.subnav li.first {
  line-height: 30px;
  font-weight: bold;
  margin-right: 10px;
  color: #808080;
}
#horizontalPostList #postList ul.subnav li a {
  font-weight: bold;
  color: #00681A;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  display: block;
  background: url(images/bg-title-gradient-reversed.png) repeat-y left;
}
#horizontalPostList #postList ul.subnav li a:hover {
  text-decoration: none;
  background: #78a51c;
  color: #fff;
}
#horizontalPostList #postList .collectionRecipes {
  margin-top: 20px;
}
#horizontalPostList #postList .horizontal_posts {
  float: left;
  width: 31%;
  max-width: 235px;
  margin-right: 3%;
}
#horizontalPostList #postList .horizontal_posts p {
  color: #7f7f74;
}
#horizontalPostList #postList .horizontal_posts h2 {
  font-weight: bold;
  margin-bottom: 0px;
}
#horizontalPostList #postList .horizontal_posts h2:hover {
  text-decoration: underline;
}
#horizontalPostList #postList .horizontal_posts a {
  text-decoration: none;
}
#horizontalPostList #postList .horizontal_posts h4 {
  color: #7dab20;
  margin-bottom: 10px;
  line-height: 1em;
}
#horizontalPostList #postList .horizontal_posts h4 a {
  color: #78a51c;
  font-size: 11px;
}
#horizontalPostList #postList .horizontal_posts h4 a:hover {
  color: #00681A;
  text-decoration: underline;
}
#singlePost .coopSidebarLeft a {
  color: #78a51c;
}
#singlePost .coopSidebarLeft h3 {
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
}
.main hr {
  background: none;
  margin: 20px 0;
  display: block;
  width: 100%;
}
.main .featuredCollectionsSidebar ul li {
  padding-left: 0;
}
.main h1 {
  color: #00681A;
}
.main em {
  font-style: italic !important;
}
.main ol,
.main ul {
  margin: 0 0 1.5em 25px;
}
.main ol {
  list-style: decimal;
}
.main ul {
  list-style: square;
}
.main li ul {
  margin: 10px 0 0;
}
.main li ul li {
  list-style: circle;
  background: url("images/bullet_green_hollow.png") no-repeat 0 9px;
}
.main li ul li:last-child {
  margin-bottom: 0 !important;
}
.main ul li,
.main ol li {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.main p {
  margin-bottom: 15px;
  line-height: 1.6em;
  font-size: 13px;
  font-size: 13px;
  line-height: 1.6em;
}
.main ol {
  color: #62625A;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.4;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  list-style-type: decimal;
}
.main ol li {
  margin: 0 0 10px 0;
}
.main ul {
  line-height: 1.4;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  list-style-type: decimal;
  list-style-type: disc;
}
.main ul li {
  margin: 0 0 10px 0;
  padding-left: 14px;
  display: block;
  list-style-type: none;
  background: url("images/bullet_green.gif") no-repeat 0 9px;
}
.main li div {
  font-weight: normal;
  color: #62625a;
  font-family: Verdana, Arial, sans-serif;
}
.main .co-listing ul li {
  background: none;
  width: 100%;
}
#crumbs {
  margin-bottom: 12px;
  color: #696969;
  font-size: 11px;
}
#crumbs .current {
  color: dimGray;
}
#crumbs a {
  color: #78a51c;
}
#crumbs a:hover {
  color: #00681A;
}
article h3 a {
  color: #78a51c;
  text-decoration: none;
}
article h3 a:hover {
  color: #78a51c;
  text-decoration: none;
}
article h4 {
  font-weight: bold;
  font-size: 11px;
  color: #7f7f74;
}
.collectionsTitle {
  font-weight: bold;
  font-size: 25px;
}
#postList #featuredCollections {
  width: 100%;
  padding-bottom: 3%;
}
#postList #featuredCollections .featuredCollectionList {
  float: left;
  margin: 0 6% 4% 0;
  width: 45%;
}
#postList #featuredCollections .featuredCollectionList h2 {
  font-weight: bold;
}
#postList #featuredCollections .featuredCollectionList .featuredCollectionThumbnail {
  display: block;
  background: #fff;
  margin-bottom: 10px;
}
#postList #featuredCollections .featuredCollectionList .featuredCollectionThumbnail img {
  border: 7px solid #fff;
  outline: 1px solid #d7d4d1;
  width: 100%;
  max-height: 200px;
  display: block;
}
#postList #featuredCollections .featuredCollectionList .featuredCollectionThumbnail img:hover {
  cursor: pointer;
  outline: 1px solid #78a51c;
}
textarea {
  height: 39px;
  overflow-y: scroll;
  width: 97%;
  float: none;
  margin-bottom: 10px;
}
.margin {
  margin-left: 0;
  margin-bottom: 10px;
}
.avatar {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
#fbSEOComments {
  width: 100% !important;
}
#commentsArea {
  float: left;
  width: 100%;
}
#commentsArea .iframeShrink {
  width: 480px;
}
#commentsArea .fb-comments {
  width: 100%;
}
#commentsArea .fb_iframe_widget {
  width: 100%;
}
#commentsArea .fb_iframe_widget span {
  min-width: 100%;
  width: 100% !important;
  min-height: 150px;
}
#commentsArea .fb_iframe_widget span>iframe {
  min-height: 150px;
}
#commentsArea ul li {
  background: none;
}
#commentsArea iframe {
  width: 100%;
}
#commentsArea .button,
#commentsArea a.button {
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
}
#commentsArea .button:hover,
#commentsArea a.button:hover {
  color: #fff;
  border: 1px solid #72A60A;
  background: #72A60A;
}
#commentsArea .button:hover p,
#commentsArea a.button:hover p {
  color: #fff;
  cursor: pointer;
}
#commentsArea input[type="submit"] {
  font-family: Verdana, sans-serif;
}
.author .social {
  margin-bottom: 25px;
}
.author .authorTitle {
  font-size: 25px;
}
.social {
  margin: 20px 0 15px 0;
  padding: 10px 0;
  border-top: 1px dotted #7F7F74;
  border-bottom: 1px dotted #7F7F74;
  clear: both;
}
.social > span {
  display: block;
  height: 20px;
  margin-bottom: 0;
  float: none;
}
.social span.box {
  width: auto;
}
.social span.st_sharethis_vcount.box {
  margin-top: -5px;
}
.social span.st_email_hcount {
  position: relative;
  bottom: 1px;
  margin: 0 15px 0 18px;
}
.social span.stArrow {
  display: none;
}
.social span.pinit {
  width: 65px;
}
.social span.tweet {
  width: 90px;
}
.social span.tweet iframe {
  padding: 0;
  border: none !important;
}
.social span.fb-button {
  margin-right: 15px;
}
.social span.fb-button .fb-like iframe {
  min-width: 100%;
}
.social span.print-button {
  width: 60px;
  height: 21px;
  background: url(images/print-button.png) no-repeat center top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  position: relative;
  bottom: 1px;
}
.social span.print-button a {
  display: block;
  width: 100%;
  height: 100%;
}
.social .left {
  right: 0;
}
.social.inline {
  margin-top: 40px;
}
.social.inline.top {
  margin: 0 0 20px 0;
}
.social.inline > span {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.social.inline .woo-sc-twitter {
  width: 80px;
}
#container #singlePost .social .pinit img,
.social .pinit img {
  padding: 0;
  background: none;
  border: none;
}
.widget_st_facebook_reactions #tabs {
  margin: 0px;
  margin-bottom: 10px;
}
.widget_st_facebook_reactions #tabs ul li a {
  font-size: 9px;
}
.widget .twtr-hd,
.widget .twtr-ft {
  display: none !important;
}
.widget .twtr-doc {
  border-radius: 0 !important;
}
.widget #side-tabs {
  margin: 0px;
  margin-bottom: 10px;
  position: relative;
  bottom: 5px;
}
.widget #side-tabs .fadeLeft {
  border-right: 1px solid #ccc;
}
.widget #side-tabs .tr {
  position: relative;
  right: 4px;
}
.widget #side-tabs ul {
  background-size: none;
}
.widget #side-tabs ul .current {
  background: white;
}
.widget #side-tabs ul li a {
  font-size: 9px;
}
.categorySidebar #sidebar {
  max-width: 230px;
}
.recipeSidebar #sidebar .menu li:hover .sub-menu li:hover {
  background: none;
}
.recipeSidebar #sidebar .menu .sub-menu li:hover {
  background: none;
}
.recipeSidebar #sidebar .menu .sub-menu .sub-menu li a {
  font-weight: normal;
}
.recipeSidebar #sidebar .menu .sub-menu .current-menu-parent {
  background: none;
}
.recipeSidebar #sidebar .menu .sub-menu .current-menu-parent a {
  font-weight: bold;
  background: none;
}
.recipeSidebar #sidebar .menu .sub-menu .current-menu-parent .current-menu-item a,
.recipeSidebar #sidebar .menu .sub-menu .current-menu-parent .current-recipes-ancestor a {
  font-weight: bold;
  background: #f8f8f8;
}
#sidebar {
  max-width: 232px;
  width: 23.5%;
  float: right;
  padding-top: 0;
}
#sidebar .side-search {
  display: block;
  background: #ffffff url('images/bg-input.gif') repeat-x 0 0;
  border: 1px solid #eee;
  border-top: solid 1px #D7D4D1;
  border-left: solid 1px #D7D4D1;
  color: #62625a;
  margin: 10px 15px;
  width: 85%;
}
#sidebar .side-search input[type="text"] {
  height: 14px;
  background-color: #f5f5f3;
  background: transparent;
  width: 86%;
  border: none;
}
#sidebar .side-search input[type="submit"] {
  margin-left: -16px;
  vertical-align: middle;
}
#sidebar .searchform {
  display: block;
  background: white url('images/bg-input.gif') repeat-x 0 0;
  border-top: solid 1px #CACAC2;
  border-left: solid 1px #CACAC2;
  color: #62625A;
  margin-top: 3px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#sidebar .searchform input[type="image"] {
  display: none;
}
#sidebar .searchform .field {
  background: url('images/btn-search.png') no-repeat 196px;
  width: 206px;
  height: 10px;
  border-top: solid 1px #CACAC2;
  border-left: solid 1px #CACAC2;
  border-right: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
  font-family: Verdana;
  font-size: 11px;
  color: #62625A;
  padding: 5px;
}
#sidebar .side-author .authorWidgetFrame {
  padding-left: 10px;
  padding-right: 10px;
}
#sidebar .side-author h5 {
  line-height: 1em;
}
#sidebar .side-author .sidelist {
  padding-left: 0;
}
#sidebar .side-author .moreBy {
  border-top: 1px dotted #7F7F74;
}
#sidebar .side-author h4 {
  font-size: 13px;
  color: #78a51c;
  font-weight: bold;
  padding: 5px 0;
}
#sidebar .side-author h4 a {
  border-top: none;
  position: relative;
  top: -4px;
}
#sidebar .side-author li a {
  color: #00681A;
  font-size: 11px;
}
#sidebar h3 {
  color: #fff;
  background: #84c00c;
  padding: 10px;
  padding-left: 15px;
  font-size: 13px;
  -moz-border-radius: 3px 3px 0 0 !important;
  -webkit-border-radius: 3px 3px 0 0 !important;
  border-radius: 3px 3px 0 0 !important;
  margin: -1px -1px 5px -1px;
  line-height: 15px;
  font-weight: bold;
}
#sidebar li,
#sidebar ul {
  background: none;
}
#sidebar .menu {
  padding: 6% 6% 2% 6%;
  background: #fff;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
}
#sidebar .menu li a {
  color: #00681A;
  font-weight: bold;
  font-size: 13px;
  padding-bottom: 3%;
  text-decoration: none;
  padding-left: 5px;
}
#sidebar .menu li a:hover {
  color: #78a51c;
}
#sidebar .menu .sub-menu {
  padding-right: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 1px dotted #7f7f74;
  padding-top: 3%;
  margin-top: 5%;
  margin-bottom: 3%;
}
#sidebar .menu .sub-menu li:hover {
  background: #f8f8f8;
}
#sidebar .menu .sub-menu li a {
  color: #78a51c;
  border: none;
  font-weight: normal;
  font-size: 13px;
  padding: 5px 10px 0 5px 0;
  line-height: 2em;
}
#sidebar .menu .sub-menu .current-menu-item,
#sidebar .menu .sub-menu .current-menu-parent,
#sidebar .menu .sub-menu .current-recipes-ancestor {
  font-weight: bold;
  background: #f8f8f8;
}
#sidebar .menu .sub-menu .current-menu-item li,
#sidebar .menu .sub-menu .current-menu-item a,
#sidebar .menu .sub-menu .current-menu-parent li,
#sidebar .menu .sub-menu .current-menu-parent a,
#sidebar .menu .sub-menu .current-recipes-ancestor li,
#sidebar .menu .sub-menu .current-recipes-ancestor a {
  font-weight: bold;
}
#sidebar ul.images {
  margin-bottom: 2px;
  padding-left: 13px;
}
#sidebar ul.images li {
  float: left;
  width: 21%;
  margin: 0 3% 3% 0;
}
#sidebar ul.images li span {
  border: 1px solid #d7d4d1;
  padding: 3px;
  background: #fff;
  display: block;
}
#sidebar ul.images li a {
  display: block;
}
#sidebar ul.images li img {
  display: block;
  width: 100%;
  height: auto;
  float: none;
}
#sidebar .sidefacebook li {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
}
#sidebar .side-author span.author-image {
  border: 1px solid #d7d4d1;
  padding: 3px;
  background: #fff;
  display: block;
  float: left;
  width: 50px;
  margin: 0 10px 10px 0;
}
#sidebar .side-author span.author-image img {
  display: block;
  width: 100%;
  height: auto;
}
#sidebar .side-author p {
  font-size: 11px;
  line-height: 1.5em;
  margin-bottom: 1em;
}
#sidebar .side-author p:first-child {
  font-size: 13px;
}
#sidebar h4 {
  font-weight: bold;
  color: #62625A;
}
.search-fields p {
  margin-bottom: 25px;
}
.search-fields input[type="text"] {
  width: 40%;
}
.search-fields ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.search-fields ul li {
  float: left;
  background: none;
  margin: 0;
  padding: 0;
  width: 25%;
}
.search-fields ul li label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.search-fields ul li ul {
  margin: 0;
}
.search-fields ul li ul li {
  float: none;
  margin-bottom: 4px;
  width: auto;
}
.search-fields ul li ul li input {
  margin: 0 8px 0 0;
}
.search-fields ul li ul li label {
  display: inline;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
}
.check-form {
  margin-top: 5px !important;
}
.check-form input {
  cursor: pointer;
}
.check-form label {
  color: #78a51c;
  cursor: pointer;
}
.connect_widget .connect_text_wrapper {
  display: none;
}
#recipes {
  margin-top: 20px;
}
#recipes #sidebar {
  position: relative;
  bottom: 65px;
  max-width: 202;
  width: 100%;
}
.mobileLeftSidebar #sidebarLeft {
  display: none;
}
.main-box {
  width: 59% !important;
  float: right;
}
#article-view {
  width: 64% !important;
  float: right;
}
#container #sidebarLeft {
  width: 31.5%;
  max-width: 230px;
  float: left;
}
#container #sidebarLeft p {
  font-size: 11px;
}
#container #sidebarLeft .coopSidebarLeft {
  font-size: 11px;
}
#container #sidebarLeft .coopSidebarLeft p {
  font-size: 11px;
}
#container #sidebarLeft a {
  color: #78a51c;
}
#container #sidebarLeft h3 {
  color: #fff;
  background: #84c00c;
  padding: 10px;
  font-size: 13px;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: bold;
  line-height: 15px;
}
#container #sidebarLeft .noTopMargin {
  margin-top: 0px;
}
#container #sidebarLeft p {
  padding: 0 10px;
}
#container .recipe-meta #sidebarLeft {
  width: 100%;
}
.widget a.more-link {
  color: #78a51c;
  font-size: 11px;
  display: block;
  text-align: right;
  cursor: pointer;
  margin: 5px 15px;
  padding-top: 2px;
  border-top: 1px dotted #D7D4D1;
}
.widget a.more-link:hover {
  text-decoration: underline;
}
.widget ul.sidelist {
  line-height: 15px;
  margin: 10px 0 2px 0;
  padding: 0 15px;
}
.widget ul.sidelist li {
  line-height: 2em;
  list-style: none;
  margin: 0;
}
.widget ul.sidelist li a {
  font-weight: normal;
  padding: 0px 0px;
  font-size: 13px;
  color: #00681A;
  position: relative;
  left: 0;
  display: block;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.widget ul.sidelist li span.image {
  width: 45px;
  height: 45px;
  margin: 0 3% 3% 0;
  border: 1px solid #d7d4d1;
  padding: 3px;
  background: #fff;
  display: block;
  float: left;
}
.widget ul.sidelist li span.image img {
  display: block;
  width: 100%;
  height: 100%;
}
.widget_text h3 {
  background: none;
}
.widget_bw_custom_blocks {
  background: #00681A !important;
  color: #fff;
  text-align: center;
  border: 1px solid #d7d4d1;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  height: auto;
  overflow-x: hidden;
}
.widget_bw_custom_blocks .widget {
  background: #00681A;
}
.widget_bw_custom_blocks > a img {
  display: block;
  width: 100%;
  height: auto;
}
.widget_bw_custom_blocks > img {
  position: relative;
  -moz-border-radius: 3px 3px 0 0 !important;
  -webkit-border-radius: 3px 3px 0 0 !important;
  border-radius: 3px 3px 0 0 !important;
}
.widget_bw_custom_blocks > span {
  background: #00681a;
  line-height: 15px;
  border-top: 8px solid #84c00c;
  -moz-border-radius: 0 0 3px 3px !important;
  -webkit-border-radius: 0 0 3px 3px !important;
  border-radius: 0 0 3px 3px !important;
  padding: 10px 10px 5px;
  text-align: left;
  display: block;
  position: relative;
  bottom: 5px;
}
.widget_bw_custom_blocks > span strong.title {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  margin-bottom: 5px;
  display: block;
}
.widget_bw_custom_blocks > span h2,
.widget_bw_custom_blocks > span p {
  color: #fff;
  font-size: 13px;
  line-height: 1.53em;
}
.widget_bw_custom_blocks > span h2 {
  font-weight: bold;
  margin-bottom: 0;
}
.widget_bw_custom_blocks > span a,
.widget_bw_custom_blocks > span strong {
  font-weight: normal;
  color: #97c839;
}
.widget_bw_custom_blocks > span p.more-link {
  border-top: 1px dotted #78A51C;
  padding-top: 2px;
  margin-top: 10px;
}
.widget_bw_custom_blocks > span p.more-link a.more-link {
  color: #84C00C;
  padding-top: 0;
  margin: 0;
  border: none;
}
.widget_bw_recipe_search p a {
  color: #78a51c;
  font-size: 11px;
}
.noBorder {
  border: none;
}
#col-main #change-location {
  left: 240px;
  top: 45px;
}
#col-left {
  width: 31.5%;
  max-width: 232px;
  float: left;
}
#col-left dt {
  color: #ffffff;
  font-size: 12px;
  background-color: #7dab20;
  padding: 3px 5px;
  font-weight: normal;
}
#col-left dd {
  padding: 5px 5px 10px;
  line-height: 1.4em;
  font-size: 11px;
}
#col-left dd a {
  color: #78a51c;
}
#col-left dd p {
  margin: 5px 0 10px;
}
#col-center {
  width: 65.5%;
  float: right;
}
#col-center .button {
  background-color: #84C00C;
  border: 1px solid #6b9517;
  cursor: pointer;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 10px;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
}
#col-center .cancel {
  background-color: #f0ae1f;
  border: 1px solid #f07c1f;
}
#col-center a.button {
  padding: 5px 10px;
}
#col-center #co-listing-suppliers li.error,
#col-center #co-listing.error {
  border: 2px solid #f0ae1f;
}
#col-center h3 {
  color: #78a51c;
  font-size: 15px;
}
#col-center h3.generic_title {
  margin-bottom: 10px;
}
#col-center div.box div.co-listing-menu {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  line-height: 16px;
  font-size: 14px;
  color: #cccccc;
}
#col-center div.box div.co-listing-menu .left,
#col-center div.box div.co-listing-menu .left a,
#col-center div.box div.co-listing-menu .right,
#col-center div.box div.co-listing-menu .right a {
  font-size: 11px;
  height: 16px;
  line-height: 16px;
}
#col-center div.box div.co-listing-menu span.separator {
  padding: 0 0 0 4px;
}
#col-center div.box span.co-listing-menu {
  float: right;
  line-height: 1.5;
  font-size: 14px;
  font-weight: normal;
  color: #cccccc;
  margin-right: -20px;
}
#col-center div.box span.co-listing-menu a {
  color: #cccccc;
}
#col-center div.box span.co-listing-menu a:hover {
  color: #7dab20;
}
#col-center div.box .co-listing-menu a {
  background: none no-repeat scroll 4px center transparent;
  font-size: 11px;
  padding: 0 0 0 20px;
}
#col-center div.box .co-listing-menu a.add {
  background-image: url('images/listing-add.png');
}
#col-center div.box .co-listing-menu a.export {
  background-image: url('images/listing-export.png');
}
#col-center div.box .co-listing-menu a.removeAll {
  background-image: url('images/listing-remove.png');
}
#col-center div.box .co-listing-menu a.edit {
  background-image: url('images/listing-edit.png');
}
#col-center div.box .co-listing-menu a.edit:hover {
  background-image: url('images/listing-edit-active.png');
}
#col-center div.box .co-listing-menu a.edit-photos {
  background-image: url('images/photos-edit.png');
}
#col-center div.box .co-listing-menu a.delete {
  background-image: url('images/listing-delete.png');
}
#col-center div.box .co-listing-menu a.delete:hover {
  background-image: url('images/listing-delete-active.png');
}
#col-center div.box .co-details .co-listing-menu {
  margin-right: -10px;
}
#col-center div.box .co-details .co-listing-menu a {
  padding: 0 0 0 20px;
}
#col-center div.box .co-details .co-listing-menu span.separator {
  padding: 0 0 0 6px;
}
#col-center div.box div.create-tab {
  overflow: hidden;
  margin-bottom: 20px;
}
#col-center div.box div.create-tab a {
  background: url('images/create-tab-button.png') no-repeat;
  display: block;
  float: left;
  width: 189px;
  height: 61px;
  margin-right: 30px;
}
#col-center div.box div.create-tab a span {
  color: #00681a;
  display: block;
  padding: 0 0 0 40px;
  width: 149px;
  height: 61px;
  line-height: 61px;
  font-size: 16px;
}
#col-center div.box div.new-tab-forms > div {
  display: none;
}
#col-center div.box div.tab-form {
  display: none;
}
#col-center div.co-listing-form {
  clear: both;
  margin-bottom: 20px;
}
#col-center div.co-listing-form h3 {
  font-size: 15px;
  line-height: 1.5em;
}
#col-center #photo-listing div.error {
  background: #f0ae1f;
  overflow: hidden;
}
#col-center #photo-listing div.error li {
  margin: 3px 4px 3px 3px;
}
#slider {
  width: 655px;
  height: 275px;
  overflow: hidden;
  margin-bottom: 15px;
  float: left;
  border: solid 5px #fafaf7;
  box-shadow: 1px 1px 3px #f1f1f1;
  -webkit-shadow: 1px 1px 3px #f1f1f1;
  -moz-box-shadow: 1px 1px 3px #f1f1f1;
}
#slider li {
  position: relative;
  width: 655px;
  height: 275px;
  float: left;
}
.slider-texts {
  position: absolute;
  bottom: -1px;
  left: 0;
  background: url('images/bg-mask.png');
  padding: 12px 15px 10px;
  width: 625px;
  color: #ffffff;
  line-height: 1.4em;
}
.slider-texts h2 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.375;
}
.slider-texts h2 a {
  color: #ffffff;
}
.slider-texts a.read-more {
  background: url('images/icon-plus.png') no-repeat right center;
  padding-right: 12px;
  font-size: 11px;
  color: #8ac80d;
  font-weight: bold;
}
#tabs,
#side-tabs {
  margin: 25px 0 20px 0;
}
#tabs li.current,
#side-tabs li.current {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#tabs li:first-child,
#side-tabs li:first-child {
  border-left: none;
}
#tabs .faded a,
#side-tabs .faded a {
  color: #BFBFC1;
}
#tabs ul,
#side-tabs ul {
  background: url(images/bg-tabs.png) no-repeat center bottom;
  height: 35px;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding-left: 0;
}
#tabs ul li,
#side-tabs ul li {
  float: left;
  margin: 0;
  padding: 0;
  background: none;
}
#tabs ul li a,
#side-tabs ul li a {
  color: #00681A;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  display: block;
}
#tabs ul li a:hover,
#side-tabs ul li a:hover {
  color: #78a51c;
  text-decoration: none;
}
#tabs ul li a.pin,
#side-tabs ul li a.pin {
  background: url(images/bg-tab-pins.png) no-repeat 10px 9px;
  padding-left: 30px;
}
#tabs ul li a.pin.pin-blue,
#side-tabs ul li a.pin.pin-blue {
  background-position: 10px -38px;
}
#tabs ul li a.pin.pin-purple,
#side-tabs ul li a.pin.pin-purple {
  background-position: 10px -84px;
}
#tabs ul li.current,
#tabs ul li.ui-state-active,
#side-tabs ul li.current,
#side-tabs ul li.ui-state-active {
  background: #f7f7f0;
}
#tabs ul li.current a,
#tabs ul li.ui-state-active a,
#side-tabs ul li.current a,
#side-tabs ul li.ui-state-active a {
  color: #78a51c;
}
#tabs .minidrop .dropdown {
  display: inline-block;
  position: relative;
}
#tabs .minidrop .dropdown a.drophead {
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background: url('images/arrow-dark-green.png') no-repeat #ffffff 70px 9px;
  background-size: 10px;
  padding: 0 20px 0 8px;
  border: 1px solid #d7d4d1;
  font-size: 11px;
  width: 60px;
  height: 22px;
  line-height: 22px;
  color: #999;
  display: block;
  font-weight: normal;
}
#tabs .minidrop .dropdown span.drop {
  -moz-border-radius: 0 0 5px 5px !important;
  -webkit-border-radius: 0 0 5px 5px !important;
  border-radius: 0 0 5px 5px !important;
  background: #fff;
  border: 1px solid #d7d4d1;
  border-top: none;
  display: none;
  position: absolute;
  left: 0;
  top: 22px;
  width: 88px;
  padding-bottom: 4px;
}
#tabs .minidrop .dropdown span.drop a {
  padding: 6px 10px 6px 8px;
  display: block;
  font-size: 11px;
  height: auto;
  line-height: 1;
  font-weight: normal;
}
#tabs .minidrop .dropdown:hover a.drophead {
  -moz-border-radius: 5px 5px 0 0 !important;
  -webkit-border-radius: 5px 5px 0 0 !important;
  border-radius: 5px 5px 0 0 !important;
  border-bottom: none;
}
#tabs .minidrop .dropdown:hover span.drop {
  display: block;
}
.search-link {
  color: #78a51c;
  font-size: 11px;
}
.article-listing {
  width: 100%;
  float: left;
}
.article-listing li {
  width: 100%;
  float: left;
  padding-bottom: 30px;
}
.article-listing h3 {
  font-size: 16px;
  padding-bottom: 4px;
}
.article-img {
  float: left;
  padding: 3px;
  background-color: #f5f5f2;
  box-shadow: 0px 1px 4px #e3e3e3;
  -moz-box-shadow: 0px 1px 4px #e3e3e3;
  -webkit-box-shadow: 0px 1px 4px #e3e3e3;
}
.article-img a {
  display: block;
  border: solid 1px #f5f5f2;
}
.article-img a:hover {
  text-decoration: none;
}
.article-texts {
  padding-left: 20px;
  line-height: 1.4em;
}
.article-texts a.read-more {
  background: url('images/icon-add.gif') no-repeat right center;
  font-size: 11px;
}
.article-texts a:hover {
  border: none;
  text-decoration: none;
  color: #00681A;
}
.article-meta {
  font-size: 10px;
  color: #848482;
  padding-bottom: 4px;
}
.article-tags {
  font-size: 10px;
  margin-top: 5px;
  padding-top: 2px;
  border-top: dotted 1px #c6c6b2;
  width: 100%;
  overflow: hidden;
}
.article-tags .article-tag-div {
  float: left;
  width: 88%;
}
.article-tags .article-tag-div .first p.label,
.article-tags .article-tag-div .second p.label {
  margin: 0;
  float: left;
  width: 39px;
  text-align: right;
}
.article-tags .article-tag-div .first p,
.article-tags .article-tag-div .second p {
  margin-left: 44px;
  float: none;
  width: auto;
}
.article-tags .article-tag-div span {
  display: block;
}
.article-tags span.comment-stats {
  float: right;
  background: url('images/bg-buble.gif') no-repeat 10px 3px;
  height: 16px;
  text-align: center;
  padding: 3px 0 0 15px;
  margin-right: 10px;
  border-left: dotted 1px #c6c6b2;
  font-weight: bold;
}
.article-tags span.comment-stats a {
  padding: 0 5px 3px 0;
  color: #ffffff;
  line-height: 13px;
  min-width: 20px;
  display: inline-block;
  text-decoration: none;
  background: url('images/bg-buble.gif') no-repeat right bottom;
}
.wp-pagenavi {
  width: 100%;
  display: block;
  background: url(images/bg-pagination.png) no-repeat center top;
  height: 30px;
  margin-top: 0px;
  text-align: center;
  position: relative;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #62625A;
}
.wp-pagenavi a.page,
.wp-pagenavi .current {
  width: 47px;
}
.wp-pagenavi a:hover {
  cursor: pointer;
  color: #53760b;
  text-decoration: none;
}
.wp-pagenavi .current {
  background: #f7f7f0 !important;
  width: 47px;
  background: none;
  color: #78a51c;
  font-weight: bold;
  border-right: 1px solid #DDD;
  border-left: 1px solid #DDD;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  background: url(images/icons-pagination.png) no-repeat right 10px;
  color: #78a51c;
}
.wp-pagenavi a.previouspostslink {
  padding: 0 15px 0 20px;
  background-position: 0 -31px;
}
.wp-pagenavi a.nextpostslink {
  padding: 0 20px 0 20px;
}
.wp-pagenavi a.first {
  padding: 0 15px 0 23px;
  background-position: 0 -110px;
}
.wp-pagenavi a.last {
  padding: 0 23px 0 15px;
  background-position: right -71px;
}
.group-forum-topic .pager {
  margin: 10px 0 20px;
}
.group-forum-topic #article-view h2#location-title {
  font-size: 36px;
}
#col-right {
  max-width: 292px;
  width: 100%;
  float: right;
  overflow: hidden;
  font-size: 11px;
  background: #f4f4f0 url('images/bg-col-right.gif') repeat-x left bottom;
}
#col-right #topics li,
#col-right #recipe-nav li {
  background: url('images/bullet.png') no-repeat 0 5px;
  padding-left: 12px;
  margin-bottom: 6px;
  line-height: 1em;
}
#col-right #contributors li,
#col-right #neighbors li,
#col-right #friends li,
#col-right #shoppers li {
  float: left;
  padding: 2px;
  background: #ffffff;
  border-left: solid 1px #efefed;
  border-right: solid 1px #efefed;
  border-bottom: solid 1px #dcdcda;
  margin: 0 0 6px 6px;
}
#col-right #contributors li a,
#col-right #neighbors li a,
#col-right #friends li a,
#col-right #shoppers li a {
  display: block;
  border: solid 1px #ffffff;
}
#col-right #contributors li a:hover,
#col-right #neighbors li a:hover,
#col-right #friends li a:hover,
#col-right #shoppers li a:hover {
  border: solid 1px #7dab20;
}
#col-right #contributors li.first,
#col-right #neighbors li.first,
#col-right #friends li.first,
#col-right #shoppers li.first {
  margin-left: 0;
}
#col-right h2 {
  background: #e2e2db url('images/bg-col-right-head.gif') no-repeat left top;
  font-family: 'GillSansMTBold', Verdana, Arial, sans-serif;
  line-height: 1.375em;
  font-size: 25px;
  padding: 12px 15px 10px;
}
#col-right h3 {
  color: #62625a;
  font-size: 15px;
  font-family: Verdana, Arial, sans-serif;
  margin-bottom: 10px;
  line-height: 1em;
}
#col-right #related-food-features h2 {
  color: #62625a;
  font-size: 15px;
  font-family: Verdana, Arial, sans-serif;
  margin-bottom: 10px;
  margin-bottom: 0px;
  line-height: 1.375em;
}
#col-right #recipe-nav h3 {
  font-size: 12px;
}
#col-right #recipe-nav ul {
  margin-bottom: 16px;
}
#col-right #intro p {
  margin-bottom: 10px;
  line-height: 1.4em;
}
#col-right #related-convos li {
  width: 100%;
  float: left;
  border-bottom: dotted 1px #d9d9d1;
  padding: 12px 15px;
  margin-left: -15px;
  display: inline;
}
#col-right #related-convos li:first-child {
  padding-top: 0;
}
#col-right #related-convos h4 {
  font-size: 11px;
  margin-bottom: 2px;
  line-height: 1.3em;
}
#col-right #related-convos p {
  font-size: 10px;
  color: #848482;
}
#col-right .convo-texts {
  width: 200px;
  float: left;
}
#col-right .convo-stats {
  float: right;
  background: url('images/bg-convo-stats.png') no-repeat left bottom;
  text-align: center;
  padding-left: 6px;
  font-size: 11px;
  font-weight: bold;
  margin-top: 2px;
}
#col-right .convo-stats a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  min-width: 25px;
  background: url('images/bg-convo-stats.png') no-repeat right top;
  padding: 0 6px 5px 0;
  line-height: 23px;
}
#col-right h2#author-about-head {
  font-size: 18px;
  padding: 7px 15px 5px 15px;
}
#col-right .sideList h3 {
  color: #00681a;
}
#col-right .coop-img img {
  width: 96px;
}
.widget {
  display: block;
  margin-bottom: 20px;
  background: #fff;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  border: 1px solid #D7D4D1;
}
.widget .more-link {
  text-decoration: none;
}
.widget .plusSign {
  padding-right: 15px;
  background: url('images/icon-plus.png') no-repeat right center;
}
#footerLinks {
  background: #fff;
  width: 100%;
  float: left;
  font-size: 10px;
  padding: 0 0 16px 0;
  color: #707064;
}
#footerLinks .current-menu-item {
  font-weight: bold;
}
#footerLinks a {
  color: #78a51c;
}
#footerLinks a:hover {
  color: #00681A;
}
#footerLinks li {
  display: inline;
  background: url('images/sep-toplinks2.gif') no-repeat left center;
  margin-right: 7px;
  padding-left: 10px;
}
#footerLinks li:first-child {
  background: none;
}
#footerLinks ul.sec_row {
  padding-top: 4px;
}
#footerLinks ul.sec_row #menu-item-23182 {
  background: none;
}
#container div.entry img,
.large-image img {
  display: block;
  background-color: #fafaf7;
  box-shadow: 0px 1px 3px #f1f1f1;
  -webkit-box-shadow: 0px 1px 3px #f1f1f1;
  -moz-box-shadow: 0px 1px 3px #f1f1f1;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  max-width: 97%;
  height: auto;
}
#container div.entry img {
  margin-bottom: 20px;
}
.postid-1682 .large-image,
.postid-1634 .large-image {
  float: none;
  clear: left;
  margin-bottom: 10px;
}
.entry img.alignleft {
  float: left;
}
.entry #pz_iframe iframe {
  width: 100%;
  margin: 0 auto;
  height: 120px;
  border-width: 0;
  overflow: hidden;
  font-family: verdana, sans-serif;
  text-align: left;
  font-size: 11px;
  border: 1px solid #e4e4da;
}
.entry li a,
.entry p a {
  color: #78a51c;
  text-decoration: none;
}
.entry li a:hover,
.entry p a:hover {
  color: #78a51c;
  text-decoration: underline;
}
#article-view h2 {
  font-weight: bold;
}
#article-view .entry h2 {
  font-size: 16px !important;
}
#article-view .entry h2 span {
  font-size: 16px;
  margin: 0;
}
#article-view .entry p {
  margin-bottom: 15px;
  line-height: 1.6em;
  font-size: 13px;
}
#article-view .entry ol {
  color: #62625A;
  font-family: Verdana, Arial, sans-serif;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  list-style-type: decimal;
}
#article-view .entry ol li {
  margin: 0 0 10px 0;
}
#article-view .entry ul {
  line-height: 1.4;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  list-style-type: decimal;
  list-style-type: disc;
}
#article-view .entry ul li {
  margin: 0 0 10px 0;
  padding-left: 14px;
  display: table;
  list-style-type: none;
  background: url("images/bullet_green.gif") no-repeat 0 6px;
  line-height: 1.5em;
}
#article-view .entry ul li ul {
  margin: 10px 0 0;
}
#article-view .entry ul li ul li {
  list-style: circle;
  background: url("images/bullet_green_hollow.png") no-repeat 0 9px;
}
#article-view .entry ul #commentsArea ul li {
  background: none;
}
#article-view .entry li div {
  font-weight: normal;
  color: #62625a;
  font-family: Verdana, Arial, sans-serif;
}
#article-view .entry #pz_iframe p {
  text-align: center;
  background: #ffffff;
}
#article-view .topic-header h2 {
  padding: 4px 0 8px;
  font-size: 20px;
}
#article-view #topic-post-list .entry p {
  margin-bottom: 6px;
}
#article-view #topic-post-list .entry p.meta {
  font-size: 10px;
}
.single-recipe #article-view {
  max-width: 480px;
  float: left;
  margin-left: 20px;
}
.single-recipe #article-view #fbSEOComments iframe[style] {
  width: 480px !important;
}
.single-recipe #article-view h2 {
  margin-bottom: 5px;
  color: #00681A;
  font-size: 25px;
}
.single-recipe #article-view h3 {
  margin-bottom: 5px;
  color: #78a51c;
  font-weight: bold;
}
.single-recipe #article-view .entry ol {
  left: 0px;
}
.single-recipe #article-view .entry ul {
  left: 0px;
  list-style-type: none;
  padding-left: 0;
}
.single-recipe #article-view iframe {
  max-width: 97%;
  max-height: 430px;
  width: 100%;
  height: 430px;
  float: left;
  border: 8px solid #fff;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  margin: 0 1em 1em 0;
}
.single-recipe #article-view .fb-button iframe {
  max-width: none;
}
.single-recipe h1 {
  font-size: 22px;
}
.recipe-meta {
  width: 31.5%;
  max-width: 230px;
  float: left;
}
.recipe-meta ul {
  margin: 0 0 0 6px;
}
.recipe-meta li {
  margin: 0 0 2px 0;
  font-size: 11px;
}
.recipe-meta span.large-image {
  display: block;
}
.recipe-meta span.large-image img {
  display: block;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  width: 100%;
  max-width: none;
  height: auto;
  border: 1px solid #d7d4d1;
  background: white;
  padding: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-foodfeatures #article-view h2 {
  margin-bottom: 12px;
  color: #636359;
  color: #00681a;
  font-size: 14px;
  line-height: 1.375em;
}
.single-foodfeatures #article-view h1 {
  margin-bottom: 18px;
}
.single-foodfeatures #article-view .entry ul {
  padding-left: 0;
}
.single-foodfeatures .share-btn {
  float: left;
  border-width: 0;
}
.tagClouds {
  font-size: 11px;
  color: #838383;
  border-top: dotted 1px #c6c6b2;
  padding: 0 0 25px;
  width: 100%;
  float: left;
}
.tagClouds p {
  float: left;
  width: 505px;
}
.tagClouds p span {
  color: #78a51c;
}
.tagClouds p.first {
  margin-top: 8px;
  margin-bottom: 2px;
}
.share-btn {
  float: right;
  padding: 10px;
  border-left: dotted 1px #c6c6b2;
}
dd .share-btn {
  padding: 10px 5px 0px;
  display: block;
  float: none;
  border: dotted #c6c6b2;
  border-width: 1px 0 0 0;
}
#leave-a-comment,
#leave-a-response {
  width: 656px;
  float: left;
  background-color: #fafaf9;
}
#post-topic-reply {
  margin-top: 10px;
}
#leave-a-comment h3 {
  background: #e2e2db url('images/bg-leave-comment-head.gif') no-repeat left top;
  color: #62625a;
  font-size: 15px;
  line-height: 32px;
  text-indent: 15px;
}
#leave-a-comment form,
#leave-a-response form {
  padding: 15px;
}
#leave-a-comment p,
#leave-a-response p {
  margin-bottom: 8px;
}
#leave-a-comment .input-text,
#leave-a-response .input-text {
  padding: 5px;
  vertical-align: middle;
}
#leave-a-comment textarea.input-text,
#leave-a-response textarea.input-text {
  width: 615px;
}
#leave-a-comment .button,
#leave-a-response .button,
#item-body .standard-form #send,
#item-body .standard-form input.button {
  background-color: #84C00C;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  font-family: Verdana, Geneva, Arial, sans-serif;
  border: solid 1px #6b9517;
  padding: 3px 10px;
  width: 170px;
}
#settings_id_hook #submit,
#profile-edit-form #profile-group-edit-submit {
  background-color: #8cc025;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  font-family: Verdana, Geneva, Arial, sans-serif;
  border: solid 1px #6b9517;
  padding: 3px 10px;
  width: 170px;
  width: 170px;
  margin-bottom: 0px;
}
#item-body #message-thread textarea,
#item-body #send_message_form textarea {
  width: 98%;
}
#item-body .standard-form #upload {
  background-color: #8cc025;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  font-family: Verdana, Geneva, Arial, sans-serif;
  border: solid 1px #6b9517;
  padding: 3px 10px;
  width: 170px;
  width: 160px;
}
#item-body .standard-form #send_reply_button {
  background-color: #8cc025;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  font-family: Verdana, Geneva, Arial, sans-serif;
  border: solid 1px #6b9517;
  padding: 3px 10px;
  width: 170px;
  margin-bottom: 0;
}
#item-body .standard-form p input {
  margin-right: 6px;
  width: auto;
}
.messages-options-nav {
  padding: 8px 15px;
  font-size: 11px;
  background: #e2e2db url("images/bg-profile-form-head.gif") no-repeat 0 0;
  overflow: hidden;
}
.messages-options-nav a#delete_inbox_messages,
.messages-options-nav a#delete_sentbox_messages {
  background: #abab9d;
  border: 1px solid #959589;
}
.messages-options-nav a {
  background-color: #8cc025;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-size: 11px;
  font-weight: bold;
  font-weight: normal;
  font-family: Verdana, Geneva, Arial, sans-serif;
  border: solid 1px #6b9517;
  border: 1px solid #a6a698;
  padding: 3px 10px;
  padding: 2px 6px;
  width: 170px;
  width: auto;
  margin-right: 10px;
  float: left;
  background: #bebeaf;
}
.messages-options-nav select {
  float: left;
  margin-right: 10px;
  width: 90px;
}
#new-topic-post {
  display: none;
}
#new-topic-post .standard-form input.btn {
  background-color: #8cc025;
  cursor: pointer;
  color: #ffffff;
  font-size: 15px;
  font-size: 11px;
  font-weight: bold;
  font-family: Verdana, Geneva, Arial, sans-serif;
  border: solid 1px #6b9517;
  padding: 3px 10px;
  width: 170px;
  width: 180px;
  margin-right: 20px;
}
#new-topic-post .standard-form input.btn-cancel {
  width: 90px;
}
#new-topic-post .standard-form label {
  margin: 0 0 6px;
  font-weight: bold;
  font-size: 12px;
  margin-top: 10px;
}
#new-topic-post .standard-form label span {
  font-weight: normal;
  color: #999;
}
#new-topic-post h2 {
  font-size: 22px;
}
#new-topic-post div.submit {
  margin: 10px 0;
}
.hignlight {
  color: #7dab20;
}
#author-about {
  width: 260px;
  background: #f8f8f7 url('images/bg-author-about.gif') repeat-x left top;
  border: none;
  border-left: solid 1px #f6f6f4;
  border-right: solid 1px #f6f6f4;
}
#author-avatar {
  float: left;
  padding: 2px;
  background: #ffffff;
  border-left: solid 1px #efefed;
  border-right: solid 1px #efefed;
  border-bottom: solid 1px #dcdcda;
}
#author-avatar a {
  display: block;
  border: solid 1px #ffffff;
}
#author-avatar a:hover {
  border: solid 1px #7dab20;
}
#author-intro {
  padding-left: 73px;
  color: #737365;
}
#author-intro h4 a {
  font-size: 12px;
  color: #62625a;
  margin-bottom: 3px;
  line-height: 1em;
}
#more-by-this-author {
  border: none;
}
#more-by-this-author h3 {
  background: #e2e2db;
  width: 100%;
  float: left;
  padding: 8px 15px;
  display: inline;
  margin-top: -11px;
  margin-left: -15px;
  margin-bottom: 0;
}
#more-by-this-author ul {
  width: 100%;
  float: left;
  margin-left: -15px;
}
#more-by-this-author li {
  line-height: 1.35em;
  padding: 10px 15px;
  width: 100%;
  float: left;
  display: inline;
}
#more-by-this-author li.even {
  background: #f0f0ec;
}
#more-by-this-author .more {
  width: 90%;
  float: left;
  padding: 6px 15px;
  margin-left: -15px;
  display: inline;
  background-color: #f5f5f2;
}
h3.nav-title {
  background: #e2e2db;
  width: 100%;
  float: left;
  float: none;
  padding: 8px 15px;
  display: inline;
  display: block;
  margin-top: -11px;
  margin-left: -15px;
  margin-bottom: 0;
}
#more-by-this-author h4,
#related-articles h4 {
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 2px;
}
#related-articles {
  border: none;
  padding-top: 7px;
}
#related-articles ul {
  margin-left: -15px;
  width: 95%;
}
#related-articles li {
  line-height: 1.35em;
  padding: 10px 15px;
  width: 100%;
  float: left;
  display: inline;
  border-bottom: dotted 1px #e2e2dc;
}
#related-articles h3 {
  margin-bottom: 7px;
}
#more-by-this-author .article-meta,
#related-articles .article-meta {
  margin-bottom: 2px;
}
#more-by-this-author p.last,
#related-articles p.last {
  font-size: 10px;
  margin-top: 5px;
}
#more-by-this-author span.stats,
#related-articles li .stats {
  background: url('images/bg-comment-stats.png') no-repeat left top;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 3px;
  line-height: 13px;
  text-align: center;
  color: #ffffff;
  width: 26px;
  font-size: 10px;
  font-weight: bold;
}
#what-are {
  background-color: #efefed;
  padding-bottom: 5px;
}
#what-are p {
  margin-bottom: 15px;
}
.sideList li {
  background: url('images/bullet.png') no-repeat 0 5px;
  margin-bottom: 6px;
  line-height: 1em;
}
#forums-search-form {
  float: right;
  padding-top: 3px;
}
#forums-search-form .input-text {
  background-color: #f7f7f4;
  float: left;
  padding: 5px;
  vertical-align: middle;
  margin-bottom: -5px;
  width: 190px;
}
#forums-search-form .searchBtn {
  margin-left: -20px;
  float: left;
  margin-top: 4px;
}
#forums-search-form #forums-dir-search {
  float: none;
  margin: 0;
  width: auto;
}
#forums-search-form #forums-dir-search #forums_search_submit {
  display: none;
}
#convos-listing {
  width: 100%;
  float: left;
}
#convos-listing th {
  padding: 5px 10px;
}
#convos-listing td {
  font-size: 12px;
  font-size: 11px;
  border-top: dotted 1px #c6c6b2;
  padding: 10px;
  vertical-align: top;
}
#convos-listing .first a {
  background-color: #fafaf7;
  padding: 2px;
  display: block;
  border-left: solid 1px #f5f5f5;
  border-right: solid 1px #f5f5f5;
  border-bottom: solid 1px #e1e1e1;
}
#convos-listing .first a img {
  border: solid 1px #fafaf7;
}
#convos-listing .first a:hover img {
  border: solid 1px #7dab20;
}
#convos-listing h4 {
  font-size: 12px;
  margin-bottom: 5px;
}
#convos-listing h4 a:hover {
  color: #00681a;
  text-decoration: underline;
}
#convos-listing small {
  font-size: 10px;
  color: #848482;
}
#convos-listing tr.alt td {
  background-color: #f7f7f4;
}
#convos-listing .last {
  text-align: center;
}
#convos-listing .last a {
  display: inline-block;
  background: url('images/bg-comment-buble.png') no-repeat left top;
  padding-bottom: 5px;
  width: 32px;
  text-align: center;
  line-height: 17px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
ul#topic-post-list {
  margin-bottom: 0;
}
ul#topic-post-list li {
  border-bottom: 1px dotted #d3d3c3;
  padding: 15px;
  position: relative;
}
ul#topic-post-list li div.post-content {
  margin-left: 72px;
}
ul#topic-post-list li div.poster-meta {
  color: #888888;
  margin-bottom: 10px;
}
ul#topic-post-list li.alt {
  background: #f7f7f4;
}
ul#topic-post-list li.topic-post-first {
  padding: 0 0 20px 0;
  border-width: 0;
}
ul#topic-post-list li.topic-post-first div.post-content {
  margin: 0 0 15px 3px;
  border-bottom: 1px dotted #d3d3c3;
}
ul#topic-post-list li.topic-post-first .share-btn {
  float: none;
  border-width: 0px;
  padding: 0;
}
ul#topic-post-list li.odd {
  background: #fafaf9;
}
ul#topic-post-list li.even {
  background: #f4f4f2;
}
ul#topic-post-list li.topic-more-responses {
  padding: 8px 15px;
  background: #e2e2db url('images/bg-leave-comment-head.gif') no-repeat left top;
  color: #62625a;
  font-size: 15px;
  font-weight: bold;
}
div.admin-links {
  color: #888888;
  font-size: 11px;
}
ul.admin-links li {
  border-right: 2px solid #e4e4da;
  line-height: 1;
  margin-right: 0px !important;
  font-size: 11px;
  position: relative;
}
ul.admin-links li a {
  display: block;
  padding: 6px !important;
  float: left;
  text-align: center;
  color: #9d9f87 !important;
}
ul.admin-links li span {
  padding: 0 4px;
  text-align: center;
  color: #ffffff;
  background: #eeab1c;
  border: 2px solid #ffffff;
}
ul.admin-links li.current a {
  color: #ffffff !important;
  background: #7dab20;
}
div.item-list-tabs {
  padding: 0px !important;
  border-width: 0px !important;
}
#object-nav ul.admin-links li.last,
div.item-list-tabs ul.admin-links li.last {
  float: left;
  border-right: 0 none;
}
#object-nav.no-ajax {
  border-bottom: 0 none;
  margin-top: 0;
  background-color: #f5f6f1;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #f0f1eb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#subnav {
  border-width: 0px !important;
}
ul.item-list li img.avatar {
  float: left;
  margin: 0 13px 10px 0;
}
#activity li,
#shopper_activity li {
  width: 100%;
  float: left;
  padding: 0 0 10px;
}
.has_image {
  margin-left: 60px;
}
.activity-img {
  float: left;
  background: #fafaf7;
  padding: 1px;
  border-left: solid 1px #f5f5f5;
  border-right: solid 1px #f5f5f5;
  border-bottom: solid 1px #e1e1e1;
}
.activity-img a {
  display: block;
  border: solid 1px #fafaf7;
}
.activity-img a:hover {
  border: solid 1px #7dab20;
}
.activity-inner {
  margin-top: 8px;
  padding: 0 10px;
  font-style: italic;
  font-size: 11px;
}
.activity-inner img {
  float: left;
  background: #fafaf7;
  background: #ffffff;
  padding: 1px;
  padding: 4px;
  border-left: solid 1px #f5f5f5;
  border-right: solid 1px #f5f5f5;
  border-bottom: solid 1px #e1e1e1;
  margin: 0 10px 20px 0;
  display: block;
}
.activity-texts {
  padding-left: 60px;
  font-size: 11px;
  color: #848482;
}
.activity-texts em,
.activity-texts span.time-since {
  font-size: 10px;
  font-style: italic;
}
.activity-texts p {
  margin-bottom: 5px;
}
#location-title {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.1em;
  margin-bottom: 5px;
}
#location-title a.location {
  font-size: 24px;
  color: #88bb21;
}
#location-title a {
  font-size: 10px;
  color: #b5b5b0;
}
#location-title .change-location {
  color: #78a51c;
}
#distance {
  float: right;
  font-size: 11px;
  padding: 9px 20px 0 0;
}
.co-listing-menu {
  margin-bottom: 20px;
}
.co-listing-actions {
  float: right;
  font-weight: normal;
  font-size: 11px;
  margin-top: 2px;
}
.co-listing-actions a {
  font-weight: normal;
  font-size: 11px;
}
.co-listing-actions a.delete {
  color: #c00 !important;
}
#co-listing,
#co-listing ul,
.co-listing,
.co-listing ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#co-listing li,
.co-listing li {
  display: block;
  margin: 0 0 20px;
  list-style: none;
  padding: 0;
  background: none;
}
#co-listing .pager li,
.co-listing .pager li {
  margin-bottom: 0;
}
#co-listing h4,
.co-listing h4 {
  background: rgba(0,0,0,0.05);
  padding: 3px 10px 3px 10px;
  font-size: 14px;
}
#co-listing h4 margin-bottom: 10px
		a,
.co-listing h4 margin-bottom: 10px
		a {
  color: #7dab20;
}
#co-listing h4 a:hover,
.co-listing h4 a:hover {
  color: #53760b;
  text-decoration: underline;
}
#co-listing .icon h4,
.co-listing .icon h4 {
  background: url(images/bg-title-gradient.png) no-repeat 60px center;
  padding-left: 0;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0px;
}
#co-listing .icon h4 a,
#co-listing .icon h4 span,
.co-listing .icon h4 a,
.co-listing .icon h4 span {
  padding-left: 35px;
  position: relative;
}
#co-listing .icon h4 a img,
#co-listing .icon h4 span img,
.co-listing .icon h4 a img,
.co-listing .icon h4 span img {
  display: block;
  position: absolute;
  left: 0;
  top: -9px;
}
#co-listing h5,
.co-listing h5 {
  color: #62625a;
  font-size: 12px;
  margin: 0 8px 12px;
}
#co-listing .coop_state {
  padding: 10px 0 10px;
  margin: 10px 0 20px;
  border-bottom: 1px dotted #7F7F74;
}
#co-listing .coop_state h3 {
  padding: 0;
  margin: 0px;
  background: transparent;
  font-weight: bold;
  font-size: 14px;
}
.food-community #co-listing-farmers .co-addr,
.food-community #co-listing-suppliers .co-addr {
  width: 90%;
}
.food-community #co-listing h4 {
  margin-bottom: 5px;
}
.food-community #co-listing-coops .co-addr {
  width: 80%;
}
.food-community #co-listing-coops .co-menu {
  text-align: right;
  margin-right: 22px;
}
.food-community #co-listing-coops .co-menu a {
  display: block;
}
#group-dir-pag ul,
#group-dir-pag li {
  float: none;
  width: inherit;
}
.co-img {
  float: left;
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #d7d4d1;
  margin-right: 20px;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
}
.co-img.co-img-bg {
  width: 125px;
  height: 125px;
  background-repeat: no-repeat;
  background-position: center;
}
.co-img.co-img-bg span {
  display: block;
  width: 125px;
  height: 0;
  padding-top: 125px;
  overflow: hidden;
}
.co-img img {
  display: block;
  width: 125px;
  height: auto;
}
.co-details {
  padding-left: 165px;
  font-size: 11px;
}
.co-details.noimg {
  padding-left: 0;
}
.co-details h4 {
  font-weight: bold;
  line-height: 1.5;
  padding-top: 2px;
}
.co-details p {
  font-size: 11px;
}
.co-details .generic-button {
  margin-top: 5px;
  font-weight: bold;
}
#co-listing-farmers .co-details,
#co-listing-suppliers .co-details {
  padding-left: 0;
  clear: both;
}
#all-coops #co-listing-farmers .co-details,
#all-coops #co-listing-suppliers .co-details {
  padding-left: 0;
  clear: both;
}
#all-coops #co-listing-farmers .co-details h4,
#all-coops #co-listing-suppliers .co-details h4 {
  padding: 3px 9px;
}
#all-coops .co-num {
  background: url('images/point1-3.png');
}
#all-coops #co-listing-coops .co-addr {
  width: 80%;
  margin-left: 20px;
}
.co-num {
  float: left;
  background: url('images/point1-2.png');
  width: 25px;
  height: 33px;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  margin-left: -10px;
  display: inline;
}
#co-listing .co-addr {
  padding-left: 10px;
  float: left;
  line-height: 1.4em;
  width: 80%;
}
#co-listing .co-addr span.hide {
  display: none;
}
#co-listing .co-menu {
  line-height: 1.6em;
  float: right;
  width: 15%;
}
#co-listing .co-menu a {
  display: block;
  padding-bottom: 5px;
  color: #7dab20;
  margin-bottom: 5px;
  border-bottom: 1px dotted #7f7f74;
}
#co-listing .co-menu a:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#co-farmers .co-num {
  background-image: url('images/point2-2.png');
}
#co-suppliers .co-num {
  background-image: url('images/point3-2.png');
}
#profile-pic img {
  width: 96%;
  height: auto;
  background-color: #fafaf7;
  border: 7px solid #fff;
  outline: 1px solid #D7D4D1;
  margin-bottom: 10px;
}
#profile-links {
  padding-bottom: 5px;
}
#profile-links li {
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 6px;
  line-height: 1em;
  padding-left: 5px;
}
#profile-links li a {
  color: #00681a;
  padding-left: 18px;
}
#profile-links li a:hover {
  color: #78a51c;
  text-decoration: none;
}
a.join-group,
a.add {
  background: transparent url("images/icon-add2.gif") 0 50% no-repeat;
  padding-left: 18px;
}
a.remove,
a.leave-group {
  background: transparent url("images/icon-remove.gif") 0 50% no-repeat;
  padding-left: 18px;
}
a.requested {
  background: transparent url('images/friend-request.gif') no-repeat scroll 0 50%;
}
#send-private-message a {
  background: transparent url("images/icon-mail.gif") 0 50% no-repeat;
  padding-left: 18px;
}
#profile-about {
  font-size: 12px !important;
}
#profile-name {
  font-size: 25px;
  font-family: Verdana, Arial, sans-serif;
  margin-bottom: 0;
}
#profile-name span {
  font-size: 11px;
  color: #7dab20;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
}
#profile-name a {
  color: #7dab20;
}
#profile-name a:hover {
  color: #53760b;
  text-decoration: underline;
}
#profile-activity li {
  font-size: 11px;
  color: #838383;
  border-top: dotted 1px #c6c6b2;
  padding: 13px 0;
}
#profile-activity li: first-child {
  border-top: none;
}
#profile-activity em {
  display: block;
  font-size: 10px;
}
#pager {
  width: 100%;
  margin-top: 5px;
  float: left;
  background: url('images/bg-pager2.gif') no-repeat center top;
  height: 25px;
  padding-top: 10px;
  font-size: 11px;
}
#pager a.right {
  background: url('images/arrow-orange.png') no-repeat right center;
  padding-right: 15px;
}
#pager a.left {
  background: url('images/arrow-left-orange.png') no-repeat left center;
  padding-left: 15px;
}
#coops-i-shop,
#shoppers {
  border-top: none;
}
#coops-i-shop h3,
#shoppers h3,
#shopper_activity h3 {
  background: #e2e2db url('images/bg-col-right-head.gif') no-repeat left top;
  color: #00681a;
  width: 100%;
  float: left;
  margin-left: -15px;
  display: inline;
  padding: 8px 15px;
  margin-top: -12px;
}
#coops-i-shop ul {
  width: 100%;
  float: left;
}
#coops-i-shop li {
  width: 100%;
  float: left;
  padding: 5px 0;
}
#coops-i-shop li h4 a {
  color: #7dab20;
  font-size: 12px;
}
#coops-i-shop li h4 a:hover {
  color: #53760b;
  text-decoration: underline;
}
#coops-i-shop li .coop-img {
  float: left;
  padding: 2px;
}
#coops-i-shop li .coop-detail {
  padding-left: 115px;
  font-size: 11px;
}
#co-intro {
  padding-bottom: 20px;
}
#co-intro p {
  margin-bottom: 10px;
  line-height: 1.6em;
}
#photo-listing ul {
  width: 100%;
  float: left;
}
#photo-listing li {
  float: left;
  padding: 3px;
  border: solid 1px #f5f5f5;
  background-color: #fafaf7;
  border-bottom-color: #e0e0e0;
  margin: 0 0 10px 10px;
  display: inline;
}
#photo-listing li a {
  display: block;
  border: solid 1px #fafaf7;
}
#photo-listing li a img {
  width: 95px;
}
#photo-listing li a:hover {
  border: solid 1px #7dab20;
}
#photo-listing li.first {
  margin-left: 0;
}
#photo-listing div.loader {
  background-image: url('images/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  display: block;
  height: 55px;
}
#co-hours {
  display: block;
  border-bottom: dotted 1px #c6c6b2;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#change-location {
  display: none;
  background-image: url('images/bg-change-location.png');
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 11px 0 8px;
  position: absolute;
  width: 239px;
  height: 105px;
  z-index: 100;
}
#change-location h3 {
  color: #ffffff;
  font-family: 'GillSansMTBold', Verdana, Arial, sans-serif;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  position: relative;
}
#change-location h3 span.changing {
  display: none;
}
#change-location h3 a.close-form {
  background-image: url('images/btn-changeloc-close.png');
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  right: 0;
  top: 6px;
  width: 13px;
  height: 13px;
  text-decoration: none;
}
#change-location form {
  height: 55px;
  padding: 10px 0;
}
#change-location .input-text {
  width: 225px;
}
#change-location div.submit {
  margin-top: 10px;
  text-align: right;
}
#change-location div.loader {
  background-image: url('images/change-location-loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  height: 55px;
}
#member-list a.add,
#member-list a.remove,
#member-list a.leave-group {
  font-size: 11px;
}
#member-list ul {
  margin-top: 10px;
}
#member-list span {
  font-size: 10px;
}
#member-list div.action {
  top: 10px;
}
#member-list .activity {
  position: relative;
  left: 0;
  top: 0;
}
#member-list li img.avatar {
  margin: 0;
  float: none;
}
#member-list .activity-img {
  margin: 0 20px 0 0;
}
#member-list li,
#admins-list li {
  padding: 10px 0;
  border-top: 1px dotted #c6c6b2;
  overflow: hidden;
}
#member-list h5,
#admins-list h5 {
  font-size: 13px;
}
.supplier-search-result #member-list .co-details,
.farmer-search-result #member-list .co-details {
  clear: both;
  padding-left: 0;
}
#admins-list {
  margin-top: 0;
  border-bottom: 1px dotted #c6c6b2;
}
#group-settings-form h4 {
  margin-bottom: 8px;
  font-size: 13px;
  color: #62625a;
}
#utility_pager {
  text-align: center;
}
#utility_pager ul {
  padding-right: 0;
}
#utility_pager ul li {
  border-width: 0px;
}
.small {
  font-size: 10px;
  font-weight: normal;
}
#activity-stream li div.activity-content {
  margin: 0;
}
#related-recipes ul {
  margin: 0 -15px;
}
#related-recipes li {
  padding: 6px 15px;
  display: block;
  overflow: hidden;
  border-bottom: 1px dotted #d3d3c3;
}
.rr-img {
  width: 55px;
  height: 55px;
  float: left;
  padding: 2px;
  background: #ffffff;
  border-left: solid 1px #efefed;
  border-right: solid 1px #efefed;
  border-bottom: solid 1px #dcdcda;
}
.rr-img a {
  display: block;
  border: solid 1px #ffffff;
}
.rr-img a:hover {
  border: solid 1px #7dab20;
}
.rr-img img {
  width: 53px;
  height: 53px;
}
.rr-text {
  margin-left: 72px;
  padding-top: 4px;
}
.rr-text h4 {
  font-size: 11px;
}
.rr-text .post-ratings-imgs {
  margin-top: 2px;
}
.recipe-term-page #location-title,
.section-page #location-title {
  margin: 0 0 35px;
}
.large-rating {
  margin: 10px 0 0;
  padding: 0 0 0 10px;
  width: 510px;
  float: left;
  overflow: hidden;
}
.rating-span {
  display: block;
  margin: 0 10px 0 0;
  float: left;
  font-weight: bold;
}
.post-ratings-imgs {
  display: block;
  margin: 0 10px 0 0;
  float: left;
}
.small-rating {
  font-size: 10px;
}
.small-rating img {
  width: 13px;
  height: 10px;
}
.small-rating .rating-span {
  float: none;
  font-weight: normal;
}
#recipe-rollup {
  margin: 4px 0 14px;
  padding: 13px 10px;
  background: #fafaf9;
  border: dotted #d1d1c1;
  border-width: 1px 0;
  font-size: 10px;
  overflow: hidden;
}
#recipe-rollup .small-rating {
  margin-right: 20px;
  width: 208px;
  float: left;
  border-right: 1px dotted #d1d1c1;
}
#recipe-rollup .post-ratings {
  clear: left;
}
.rr-text .small-rating,
.article-listing .small-rating {
  margin-top: 5px;
}
#comments {
  clear: both;
}
#more-food-features {
  padding: 0px 15px;
}
#more-food-features ul {
  margin: 0 -15px;
}
#more-food-features .more {
  margin: 0 -15px;
  padding: 6px 15px;
}
#more-food-features li {
  padding: 11px 15px;
  overflow: hidden;
}
#more-food-features .rr-text {
  padding: 0;
}
#more-food-features li.odd {
  background: #eaebe4;
}
#topic-meta {
  font-size: 11px;
}
#topic-meta span {
  color: #898983;
}
.topic-post-first-reply-count {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 44px;
  background: url('images/topic-post-count.png') no-repeat right top;
}
.topic-post-first-reply-count a {
  margin: 3px 0 12px 17px;
  display: block;
  width: 37px;
  height: 14px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.topic-post-first-reply-count p {
  font-size: 10px;
  font-style: italic;
  text-align: right;
  color: #838383;
}
.topic-header {
  margin: 0 0 10px 0;
  width: 590px;
  overflow: hidden;
}
.topic-header p {
  margin-left: 68px;
  font-size: 10px;
}
#topic-post-list .activity-img {
  margin: 0 10px 0 0;
}
#topic-post-list img.avatar {
  margin: 0;
  float: none;
}
#leave-a-response h3 {
  padding: 8px 15px;
  background: #e2e2db url('images/bg-leave-comment-head.gif') no-repeat left top;
  background: #e2e2db;
  color: #62625a;
  font-size: 15px;
  font-weight: bold;
}
#leave-a-response h3 a {
  color: #62625a;
}
.hidden {
  color: #ffffff;
}
#related-convos {
  padding-bottom: 0;
}
#fbc_login div {
  float: none;
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
}
#fbc_login span,
#fbc_login br {
  display: none;
}
#fbc_login a {
  background: url('images/connect-with-facebook.gif') no-repeat top left;
  display: table-cell;
  width: 148px;
  height: 19px;
}
#fbc_login img {
  visibility: hidden;
  width: 148px;
  height: 19px;
}
.FB_login_button {
  display: inline;
}
#col-center .my_profile h3,
.group-members #col-center h3,
.group-admin #col-center h3 {
  padding: 4px 15px;
  font-size: 13px;
  background: #e2e2db url("images/bg-profile-form-head.gif") no-repeat 0 0;
}
.my_profile h2 {
  margin-bottom: 10px;
  color: #62625a;
}
.standard-form,
#settings-form {
  padding: 10px;
  background: rgba(0,0,0,0.05);
  font-size: 10px;
}
.standard-form .radio p,
.standard-form .checkbox p {
  margin-bottom: 0px;
  font-weight: bold;
}
.standard-form p {
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1.6em;
}
.standard-form .radio ul {
  margin: 0 0 12px 0;
  padding: 0 18px 12px;
  list-style-type: disc;
  border: dotted #d3d3c3;
  border-width: 0 0 1px;
}
.standard-form .checkbox {
  margin-bottom: 8px;
  border: dotted #d3d3c3;
  border-width: 0 0 1px;
}
.standard-form #file {
  float: left;
}
#item-body .standard-form label,
#settings-form label,
.standard-form label {
  margin: 0 0 6px;
  font-weight: bold;
  font-size: 12px;
}
#item-body .standard-form label span,
#item-body .standard-form small,
#settings-form label span,
#settings-form small {
  color: #7cab21;
  font-weight: normal;
  font-size: 10px;
}
#forum-topic-form label span {
  color: #00681a;
}
#item-body .standard-form input,
#item-body .standard-form textarea,
#new-topic-post .standard-form input,
#new-topic-post .standard-form textarea,
#settings-form input,
#settings-form textarea,
.standard-form input[type="text"],
.standard-form textarea,
.standard-form select {
  margin: 0 0 10px;
  border: solid #cacac2;
  border-width: 1px 0 0 1px;
  padding: 4px;
  font-family: "Arial", sans-serif;
  width: 60%;
}
.notification-settings {
  margin-bottom: 0;
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 11px;
  border: dotted #d3d3c3;
  border-width: 0 1px;
}
.notification-settings td {
  padding: 8px 0;
  border: dotted #d3d3c3;
  border-width: 0 0 1px 0;
}
.notification-settings th {
  padding: 8px 0;
  border: dotted #d3d3c3;
  border-width: 0 0 1px 0;
  background: #f4f4f2;
}
.notification-settings .icon {
  width: 2%;
}
.notification-settings .title {
  text-align: left;
  width: 78%;
}
.notification-settings .yes {
  border-width: 0 1px 1px;
  width: 10%;
  text-align: center;
}
.notification-settings .no {
  width: 10%;
  text-align: center;
}
#attach_preview {
  display: block;
  margin-top: 5px;
}
#activity-notification-settings {
  margin-top: 10px;
  border-top: 1px dotted #d3d3c3;
}
#activity-notification-settings .yes {
  border-width: 0 1px 1px;
}
#settings-form #submit {
  margin-top: 10px;
}
ul#member-list {
  margin-top: 0;
}
ul#member-list li.even {
  background: #f4f4f2;
}
ul#member-list li,
ul#admins-list li {
  padding: 10px 15px;
  background: #fafaf9;
}
#message-threads {
  margin-bottom: -10px;
}
#message-threads p {
  font-size: 10px;
}
#message-threads a {
  font-weight: bold;
}
#message-threads a.delete {
  display: block;
  width: 11px;
  height: 15px;
  background: url('images/btn_trash.gif') no-repeat 0 0;
}
#message-threads a.delete:hover {
  background-position: 0 -15px;
}
#message-threads td {
  padding: 8px;
  border-top: 1px dotted #d3d3c3;
}
#message-threads .read td {
  color: #9fa09c;
}
#message-threads .read td a {
  color: #aec977;
}
#message-thread #message-recipients {
  padding: 0 15px 10px;
  background: #e2e2db;
  font-size: 10px;
}
#message-thread #topic-post-list {
  margin: 0 0 30px;
}
#message-thread #topic-post-list li {
  padding-bottom: 9px;
}
#message-thread .entry {
  margin-left: 56px;
}
#message-thread li p {
  margin-bottom: 6px;
  font-size: 11px;
}
#message-thread li p.meta {
  font-size: 10px;
}
.postid-1682 h3,
.postid-1634 h3 {
  clear: both;
}
#pz_iframe {
  margin-bottom: 20px;
  padding: 10px;
  float: right;
  width: 348px;
  background: #f5f6f1;
  border: 1px solid #e4e4da;
}
#pz_iframe h3 {
  margin-bottom: 10px;
  color: #62625a;
}
#pz_links {
  float: left;
  width: 270px;
}
pre {
  width: 600px;
}
.search-result {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #c6c6b2;
  overflow: hidden;
  display: none;
}
h2.content-title {
  margin-bottom: 10px;
}
a.search-more {
  margin: 10px 15px 0 0;
  display: block;
  float: right;
}
#search-nav {
  height: 530px;
}
#search-nav li {
  margin-right: 11px;
  border-color: #c6c6b2;
  border-style: dotted;
  border-width: 0 0 1px;
}
#search-nav li + li.visible {
  margin-top: -1px;
}
#search-nav li + li.visible a {
  padding-bottom: 16px;
}
#search-nav li:first-child {
  border-width: 1px 0;
}
#search-nav a {
  display: block;
  padding: 15px 0 15px 12px;
  font-size: 14px;
  line-height: 12px;
  color: #00681a;
  font-weight: bold;
}
#search-nav span {
  display: block;
  padding: 15px 0 15px 12px;
  font-size: 14px;
  line-height: 12px;
  color: #00681a;
  color: #bfbfc1;
  font-weight: bold;
}
#search-nav a:hover {
  text-decoration: none;
}
#search-nav li.visible {
  margin: 0;
  border-style: solid;
  border-color: #ffffff;
}
#search-nav li.visible a {
  color: #ffffff;
  background: #8bbe25 url("images/bg-search-nav-visible.gif") no-repeat 100% 50%;
}
#group-settings-form label.error,
.standard-form label.error,
#st-data-wrapper #settings-form label.error {
  background-color: #f0ae1f;
  color: #ffffff;
  padding: 5px 8px;
  font-weight: bold;
  font-size: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 10px 0;
}
#group-settings-form input.error,
#group-settings-form textarea.error,
.standard-form input.error,
.standard-form textarea.error,
#st-data-wrapper #settings-form input.error,
#st-data-wrapper #settings-form textarea.error {
  border: 1px solid #f0ae1f;
}
#group-settings-form label em,
.standard-form label em {
  font-weight: normal;
}
#group-settings-form p.instructions,
.standard-form p.instructions,
#st-data-wrapper p.instructions {
  margin: 0 0 15px;
  font-size: 10px;
}
#group-settings-form p.instructions span,
.standard-form p.instructions span,
#st-data-wrapper p.instructions span {
  display: block;
}
#group-settings-form div.loader,
.standard-form div.loader {
  background-image: url('images/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  height: 55px;
}
#sm_primary {
  width: 730px;
  float: left;
  overflow: hidden;
}
#sm_secondary {
  width: 226px;
  float: right;
  overflow: hidden;
}
#sm_secondary .sm_col h2 {
  margin-top: 58px;
}
.sm_wrap {
  overflow: hidden;
}
.sm_wrap h1 {
  margin-bottom: 15px;
  padding: 12px 10px;
  font-size: 14px;
  color: #62625a;
  background: #f7f7f4;
}
.sm_wrap h1 a {
  color: #62625a;
}
.sm_col {
  margin: 0 26px 30px 0;
  width: 226px;
  float: left;
}
.sm_col h2 {
  margin-bottom: 10px;
  padding: 0 10px 10px;
  font-size: 13px;
  border-bottom: 1px dotted #c6c6b2;
}
.sm_col li h2 a {
  padding: 0;
}
.sm_col li a {
  display: inline-block;
  padding: 0 0 11px 10px;
}
.sm_wrap .last,
#sm_secondary .sm_col {
  margin-right: 0px;
}
#sm_oddball {
  margin-bottom: 50px;
}
#gforms_confirmation_message {
  font-weight: bold;
  color: #78a51c;
  font-size: 18px;
}
.contact .gform_body input[type="text"],
.contact .gform_body input[type="password"],
.contact .gform_body textarea,
.contact .gform_body input[type="email"] {
  font-size: 13px;
  width: 98%;
  display: block;
  border: 2px solid #fff;
  padding: 8px 2%;
  margin: 0;
  color: #333;
}
.contact .gform_body input[type="text"]::-moz-placeholder,
.contact .gform_body input[type="password"]::-moz-placeholder,
.contact .gform_body textarea::-moz-placeholder,
.contact .gform_body input[type="email"]::-moz-placeholder {
  color: #62625A;
  font-size: 15px;
}
.contact .gform_body input[type="text"]:-moz-placeholder,
.contact .gform_body input[type="password"]:-moz-placeholder,
.contact .gform_body textarea:-moz-placeholder,
.contact .gform_body input[type="email"]:-moz-placeholder {
  color: #999;
  font-size: 15px;
}
.contact .gform_body input[type="text"]::-webkit-input-placeholder,
.contact .gform_body input[type="password"]::-webkit-input-placeholder,
.contact .gform_body textarea::-webkit-input-placeholder,
.contact .gform_body input[type="email"]::-webkit-input-placeholder {
  color: #62625A;
  font-size: 15px;
}
.contact .gform_body input[type="text"]:-ms-input-placeholder,
.contact .gform_body input[type="password"]:-ms-input-placeholder,
.contact .gform_body textarea:-ms-input-placeholder,
.contact .gform_body input[type="email"]:-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}
.contact .gform_body input[type="text"]:focus,
.contact .gform_body input[type="password"]:focus,
.contact .gform_body textarea:focus,
.contact .gform_body input[type="email"]:focus {
  border-color: ;
  outline: 0;
}
.contact .gform_body input[type="text"]:focus::-moz-placeholder,
.contact .gform_body input[type="password"]:focus::-moz-placeholder,
.contact .gform_body textarea:focus::-moz-placeholder,
.contact .gform_body input[type="email"]:focus::-moz-placeholder {
  color: #ddd;
}
.contact .gform_body input[type="text"]:focus:-moz-placeholder,
.contact .gform_body input[type="password"]:focus:-moz-placeholder,
.contact .gform_body textarea:focus:-moz-placeholder,
.contact .gform_body input[type="email"]:focus:-moz-placeholder {
  color: #ddd;
}
.contact .gform_body input[type="text"]:focus::-webkit-input-placeholder,
.contact .gform_body input[type="password"]:focus::-webkit-input-placeholder,
.contact .gform_body textarea:focus::-webkit-input-placeholder,
.contact .gform_body input[type="email"]:focus::-webkit-input-placeholder {
  color: #ddd;
}
.contact .gform_body input[type="text"]:focus:-ms-input-placeholder,
.contact .gform_body input[type="password"]:focus:-ms-input-placeholder,
.contact .gform_body textarea:focus:-ms-input-placeholder,
.contact .gform_body input[type="email"]:focus:-ms-input-placeholder {
  color: #ddd;
}
.contact .gform_fields li {
  background: none;
  padding-left: 0;
}
.contact .gform_wrapper .gfield_required {
  color: #f3b124;
}
.contact .gform_wrapper .top_label input.medium,
.contact .gform_wrapper .top_label select.medium {
  width: 98%;
}
.contact .gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 96%;
}
.contact .gform_wrapper .top_label .gfield_label {
  color: #78a51c;
}
div.item-list-tabs {
  margin: 15px 0;
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  clear: both;
}
div.item-list-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 200%;
}
div.item-list-tabs ul li {
  float: left;
  margin-right: 5px;
}
div.item-list-tabs#subnav ul li a {
  border: none;
  padding: 0;
}
div.item-list-tabs ul li.last {
  float: right;
}
ul.item-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
ul.item-list li {
  position: relative;
}
ul.item-list div.item-avatar {
  float: left;
}
ul.item-list div.item {
  margin-left: 65px;
}
ul.item-list div.action {
  position: absolute;
  top: 0;
  right: 15px;
  text-align: right;
}
div#item-header {
  padding-bottom: 15px;
  overflow: hidden;
}
div#item-header div#item-header-avatar {
  float: left;
  margin-right: 15px;
}
div#item-header div#item-header-content {
  float: left;
}
form#whats-new-form {
  overflow: hidden;
  padding-bottom: 20px;
}
form#whats-new-form #whats-new-avatar {
  float: left;
}
form#whats-new-form h5 {
  clear: none;
  margin-left: 76px;
}
form#whats-new-form #whats-new-content {
  margin-left: 54px;
  padding-left: 22px;
}
form#whats-new-form #whats-new-textarea {
  padding: 8px;
  border: 1px inset #ccc;
  margin-bottom: 10px;
}
form#whats-new-form textarea {
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-family: inherit;
  color: #555;
  border: none;
  margin: 0;
  padding: 0;
}
form#whats-new-form #whats-new-submit {
  float: right;
  margin: 0;
}
ul.activity-list {
  margin: 0;
  padding: 0;
}
ul.activity-list li {
  overflow: hidden;
  padding: 20px 0;
}
ul.activity-list li img.avatar {
  float: left;
  width: 60px;
  height: 60px;
}
ul.activity-list li div.activity-content {
  margin-left: 75px;
}
ul.activity-list li div.activity-comments {
  margin: 15px 0 0 38px;
}
ul.activity-list li div.activity-comments ul li {
  padding: 5px 0;
}
ul.activity-list li div.activity-comments img.avatar {
  width: 25px;
  height: 25px;
}
ul.activity-list li div.acomment-content,
ul.activity-list li div.acomment-meta {
  margin-left: 35px;
}
ul.activity-list li div.activity-inreplyto {
  margin: 15px 0 0 75px;
  font-size: 11px;
}
form.ac-form {
  display: none;
}
div.activity-comments form {
  display: none;
  margin: 10px 0 10px 33px;
  padding: 8px;
}
div.activity-comments div#message {
  margin-top: 15px;
  margin-bottom: 0;
}
div.activity-comments form.loading {
  background-image: url(../images/ajax-loader.gif);
  background-position: 2% 95%;
  background-repeat: no-repeat;
}
div.activity-comments form .ac-textarea {
  padding: 8px;
  border: 1px inset #ccc;
  margin-bottom: 10px;
}
div.activity-comments form textarea {
  width: 100%;
  height: 60px;
  border: none;
  padding: 0;
}
div.activity-comments form input {
  margin-top: 5px;
}
div.activity-comments form div.ac-reply-avatar {
  float: left;
}
div.activity-comments form div.ac-reply-content {
  margin-left: 25px;
  padding-left: 15px;
}
form.standard-form label,
form.standard-form span.label {
  display: block;
  margin: 15px 0 5px 0;
}
form.standard-form div.checkbox label,
form.standard-form div.radio label {
  font-weight: normal;
  margin: 5px 0 0 0;
}
form.standard-form textarea {
  width: 75%;
  height: 120px;
}
form#send-invite-form {
  margin-top: 20px;
}
div#invite-list {
  height: 400px;
  overflow: scroll;
  padding: 5px;
  width: 160px;
  margin: 10px 0;
}
form.dir-form div.dir-search {
  float: right;
  width: 45%;
  margin: 0 0 25px 0;
}
.commentsTab1 {
  display: none;
}
.mobileHome,
.mobileLogo,
.menuButton,
.slideSwitch {
  display: none;
}
#mobileImage,
.mobileImage {
  display: none;
}
@media screen and (max-width: 768px) and (min-width: 481px) {
  #nav {
    text-align: center;
    padding-left: 0;
  }
  #nav li.widedrop {
    width: auto;
  }
  #nav > ul > li {
    margin-right: 15px;
  }
  #nav > ul > li > a {
    background: none;
    padding-right: 5px;
  }
  #nav ul > li > a {
    font-size: 13px;
  }
  #heroGraphic {
    max-width: 768px;
    margin: auto;
  }
  #heroGraphic #heroPicture {
    margin: auto;
  }
  #heroGraphic #heroPicture img {
    max-width: 768px;
  }
  body {
    overflow-x: hidden;
  }
  #page-title {
    padding-left: 1.5%;
  }
  #greenBox {
    padding-left: 1%;
  }
  #greenBox #image,
  #greenBox .image {
    width: 45%;
    float: left;
    padding-top: 15px;
  }
  #greenBox #copy,
  #greenBox .copy {
    padding-top: 23px;
    padding-bottom: 0px;
  }
  #greenBox #copy h1,
  #greenBox .copy h1 {
    font-size: 3em;
  }
  #greenBox #image img,
  #greenBox .image img {
    background-size: 100%;
    padding: 8%;
  }
  .single-recipe #article-view {
    max-width: 460px;
  }
  .single-recipe #article-view #commentsArea {
    margin-bottom: 3%;
  }
  .single-recipe #article-view #commentsArea #fbSEOComments iframe[style] {
    width: 485px !important;
  }
  #container .recipe-meta #sidebarLeft {
    width: 230px;
  }
  .recipe-meta {
    width: 230px;
  }
  #container {
    max-width: 1024px;
    padding-left: 1%;
  }
  #container .center {
    padding-right: 3%;
  }
  #container #postList {
    width: 100%;
    float: none;
  }
  #container #singlePost {
    width: 100%;
  }
  #commentsArea {
    margin-bottom: 3%;
  }
  #sidebar {
    width: 100%;
    max-width: none;
    margin-top: 40px;
  }
  .widget {
    float: left;
    margin-right: 3%;
    width: 30%;
  }
  .social {
    margin: 20px 0 15px 0;
  }
  #footerLinks {
    width: 96%;
    float: left;
    font-size: 10px;
    padding: 20px 10% 20px 1%;
    color: #707064;
  }
}
#footerLinks div.right,
#footerLinks div.left {
  float: none !important;
}
@media screen and (min-width: 1050px) {
  #footerLinks div.right {
    float: right !important;
  }
  #footerLinks div.left {
    float: left !important;
  }
}
#container form.standard-form label span {
  font-weight: normal;
  color: #999;
}
#container form.standard-form p.upload a.remove-img {
  font-size: 11px;
  color: #c00 !important;
  border-right: 1px solid #999;
  padding-right: 10px;
  margin-right: 5px;
}
#container form.standard-form p.upload span.upload-img {
  font-size: 11px;
  color: #00681A;
  overflow: hidden;
  position: relative;
  zoom: 1;
  *display: inline;
}
.select-image {
  display: block;
  margin-bottom: 5px;
}
.select-image a {
  display: inline-block;
  background: #fff url(images/ajax-loader2.gif) no-repeat center center;
  border: 1px solid #ddd;
  width: 125px;
  height: 125px;
  padding: 4px;
}
.select-image a span {
  display: block;
  width: 125px;
  height: 125px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}
.select-image a.active {
  border: 2px solid #78a51c;
  padding: 3px;
}
.select-image em {
  font-size: 11px;
  display: block;
  margin-bottom: 5px;
}
.print-only {
  display: none;
}
.widget_st_facebook_reactions .side-tab {
  overflow: hidden;
  height: 300px;
}
.widget_st_facebook_reactions .side-tab .twitter-timeline {
  margin-top: -36px;
}
.widget_st_facebook_reactions .side-tab .fb-activity {
  margin-top: -1px;
  margin-left: -1px;
}
#greenBox .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
#greenBox .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
#greenBox .slick-list:focus {
  outline: none;
}
#greenBox .slick-loading .slick-list {
  background: white url(./ajax-loader.gif) center center no-repeat;
}
#greenBox .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
#greenBox .slick-slider .slick-list,
#greenBox .slick-track,
#greenBox .slick-slide,
#greenBox .slick-slide img {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
#greenBox .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
#greenBox .slick-track:before,
#greenBox .slick-track:after {
  content: "";
  display: table;
}
#greenBox .slick-track:after {
  clear: both;
}
#greenBox .slick-loading .slick-track {
  visibility: hidden;
}
#greenBox .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
#greenBox .slick-slide img {
  display: block;
}
#greenBox .slick-slide.slick-loading img {
  display: none;
}
#greenBox .slick-slide.dragging img {
  pointer-events: none;
}
#greenBox .slick-initialized .slick-slide {
  display: block;
}
#greenBox .slick-loading .slick-slide {
  visibility: hidden;
}
#greenBox .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#greenBox .slick-prev,
#greenBox .slick-next {
  position: absolute;
  display: block;
  height: 74px;
  width: 47px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -37px;
  padding: 0;
  border: none;
  outline: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#greenBox .slick-prev:focus,
#greenBox .slick-next:focus {
  outline: none;
}
#greenBox .slick-prev.slick-disabled:before,
#greenBox .slick-next.slick-disabled:before {
  opacity: 0.25;
}
#greenBox .slick-prev:before,
#greenBox .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
}
#greenBox .slick-prev {
  left: -70px;
  background: url(images/icon-slider-prev.png) no-repeat center top;
}
#greenBox .slick-next {
  right: -70px;
  background: url(images/icon-slider-next.png) no-repeat center top;
}
#greenBox .slick-slider {
  margin-bottom: 30px;
}
#greenBox .slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
#greenBox .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
#greenBox .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
  cursor: pointer;
  outline: none;
  background: #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
#greenBox .slick-dots li button:focus {
  outline: none;
}
#greenBox .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#greenBox .slick-dots li.slick-active button {
  background-color: #f3b124;
}
#greenBox .carousel-wrapper {
  max-height: 388px;
}
#greenBox .carousel-wrapper:hover .slick-prev,
#greenBox .carousel-wrapper:hover .slick-next {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#greenBox .carousel-item {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #greenBox .center {
    max-width: 880px;
  }
  #greenBox .image {
    width: 56%;
  }
  #greenBox .copy {
    width: 41%;
  }
  #greenBox .copy h1 {
    font-size: 40px;
  }
  #greenBox .copy p {
    font-size: 14px;
  }
  #greenBox .slick-prev,
  #greenBox .slick-next {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@media screen and (max-width: 800px) {
  #greenBox .center {
    max-width: 685px;
  }
  #greenBox .image {
    width: 49%;
  }
  #greenBox .copy {
    width: 44%;
  }
  #greenBox .copy h1 {
    font-size: 32px;
  }
  #greenBox .copy p {
    font-size: 14px;
  }
  #greenBox .slick-prev {
    left: -54px;
  }
  #greenBox .slick-next {
    right: -37px;
  }
}
