/* http://webaim.org/techniques/css/invisiblecontent/ */
.screen-reader-text,.search label {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
.mobile-only {
    display:none;
}
/* Links */
a,a:visited {
    border-bottom: 1px dotted #01573E;
    color: #01573E;
    font-weight: normal;
    text-decoration: none;
}
a:hover {
    color: #D54E21;
}
a.button {
    color:#fff;
}
a.lightbox {
    cursor: zoom-in;
}
a.lightbox:after {
    content: "Click to see full size picture";
    font-size: 12px;
    font-style: italic;
}
:focus { outline: none !important; }
#merchandise a.lightbox:after {
    content: "";
}
#merchandise a.lightbox {
    border:none;
}
.alert-box {
    background: none repeat scroll 0 0 #FFD743;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    padding: 15px 30px;
    position: fixed;
    top: 50px;
    z-index: 999;
}
#close-alert {
    font-size: 12px;
    position: relative;
    top: -20px;
}
img.flexi {
    height:auto;
    width:100%;
}
img.left,
figure.left {
        float:left;
        margin: 5px 20px 20px 0;
}
img.right ,
figure.right {
        float:right;
        margin: 5px 0 20px 20px ;
}
figure.left img,
figure.right img {
        margin: 0 0 5px 0;
}
figure {
    display: inline-block;
}
figcaption {
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    text-align:left;
}
sup {
    vertical-align: super;
    font-size: smaller;
}
sub {
    vertical-align: sub;
    font-size: smaller;
}
/* standard buttons */
 .button {
    background-color: #00573D;
    border-style: none;
    font-size:17px;
    text-decoration:none;
    color:#fff;
    position:relative;
    padding:7px 20px;
    padding-right:70px;
    border-radius: 5px;
}
.button strong {
    color:#fff;
}
.button:hover {
    background-color:#024430;
}
.button:active {
    top:3px;
}
.button::before {
    background-color: #00573D;
    background-image: url("/images/sprites2.png");
    background-position: -94px -206px;
    background-repeat: no-repeat;
    border-radius: 50%;
    content: "";
    height: 28px;
    margin-top: -14px;
    position: absolute;
    right: 12px;
    top: 50%;
    width: 30px;
}
/* alternative buttons */
 .button.light,
.button.light::before {
    background-color: #DD9E11;
}
.button.light:hover {
    background-color:#CD930E;
}
/* large buttons */
.banner-widget-content .button {
    background-color:#E7A712;
    font-size:28px;
    padding:15px 20px;
    padding-right:70px;
    white-space: nowrap;
}
.banner-widget-content .button:hover {
    background-color:#D49B10;
}
.banner-widget-content .button::before {
    background-color: #DE940D;
    background-image: url("/images/sprites2.png");
    background-position: 3px -199px;
    height: 40px;
    margin-top: -20px;
    right: 12px;
    top: 50%;
    width: 40px;
}
h3.button {
    border-radius: 0;
}
/*  Submit buttons*/
input[type="submit"] {
    padding: 7px 20px;
}
input[type="submit"].button:before  {
    background:none;
}
input[type="submit"].yellow {
    background-color: #D49B10;
}
/* Errors */
.errors {
    list-style: none;

    padding:3px 10px;
    margin: 0;
    background-color:yellow;
    color:#000;
}
.pagecontent ul.errors li  {
    list-style: none;
    padding:3px 10px;
    margin: 0;
}
/* Content */
body {
    color: #484848;
    font-family: "lato",helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
}
.small {
    font-size:80%;
}
.max-width {
    max-width:2560px;
    margin: 0 auto;
}
.pagecontent {
    margin-bottom:150px;
}
/* Heading */
h1,h2,h3,h4 {
    margin: 0 0 15px 0;
}
h1,h2,h3,h4,h5,
h1 a,h2 a,h3 a,h4 a,h5 a,
h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited {
    border:none;
    color:#484848;
    font-family: "lato",helvetica,arial,sans-serif;
}
h1,
h1 a,
h1 a:visited {
    font-family: "gooddog-new",Georgia, Times, "Times New Roman", serif;
    font-style: normal;
    font-weight: 400;
}
h1,h2,h3,
h1 a,h2 a,h3 a,
h1 a:visited,h2 a:visited,h3 a:visited {
    font-weight: 300;
}
h1 {
    font-size: 48px;
    line-height: 38px;
}
h2 {
    font-size: 32px;
    font-weight: normal;
}
h3 {
    font-size: 21px;
    font-weight: normal;
}
h4 {
    font-size: 18px;
    line-height: 28px;
}
.date {
    font-style: italic;
}
/* Quotes */
blockquote {
    background:#ffffff;
    border-left:10px solid #8D8D8D;
    line-height: 27px;
    margin:10px;
    padding:10px;
    quotes:"\201C""\201D""\2018""\2019";
}
blockquote:before {
    color:#8D8D8D;
    content:open-quote;
    font-size:4em;
    line-height:.1em;
    margin-right:.25em;
    vertical-align:-.4em;
}
blockquote p {
    display:inline;
}
blockquote, blockquote p {
    font-size: 15px;
}
/* Lists */
li {
    line-height: 24px;
}
ul,
ol {
    margin:20px
}
ul {
    list-style: disc outside none;
}
ol {
    list-style: decimal outside none;
}
ol li {
    margin-left: 20px;
}
/* Tables */
table{
    margin:0 0 40px 0;
    padding:0px;
    border:1px solid #ddd;
    width:100%;
    height:100%;
}
/*tr:nth-child(odd){
        background-color:#F3F3F3;
}
tr:nth-child(even)    {
        background-color:#ffffff;
}*/
td {
	vertical-align:top;
	border:1px solid #ddd;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
}
/*tr:last-child td {
	border-width:0px 1px 0px 0px;
}
tr td:last-child {
	border-width:0px 0px 1px 0px;
}
tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}*/
th {
	background-color:#EA9D33;
	border:0px solid #ddd;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-weight:normal;
	color:#ffffff;
}
/*tr:first-child:hover td{
	background-color:#E8921B;
}*/
/*tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}*/
table.no-border,
table.no-border th,
table.no-border td {
    border: none;
}
.statistics {
    border-left:none;
    border-top:none;
}
.statistics thead th {
    font-size: 12px;
}
.statistics thead th:first-child {
    background:none;
    border-left:none;
    border-top:none;
    border-bottom:none;
}
.statistics tbody th {
    background: none;
    border-left: medium none;
    color: #858585;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 5px 5px 0;
    text-align: left;
}
.statistics  td:first-child {
    border-left:1px solid #ddd !important;
}
.statistics td {
    font-size: 12px;
    width:20px;
}
/* Logo */
a.logo {
    background: url("/images/sprites2.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    height: 122px;
    margin: 0;
    text-decoration: none;
    text-indent: -10000em;
    width: 235px;
}
.tagline {
    color:#ccc;
    font-style:italic;
}
/*  Header */
#header {
    border-bottom: 16px solid #E8A713;
    height: 155px;
    margin: 0 auto 20px;
}
.branding {
    padding: 20px 0 0 0
}
.top-bar {
    background-color:#3A3A3A;
    height: 18px;
    overflow: hidden;
}
.top-bar,
.top-bar .nav li a {
    border:none;
    color:#fff;
    font-size:16px;
}
.top-bar .nav li ,
.top-bar p {
    line-height: 18px;
    margin: 0 0 0 30px;
}
.top-bar p {
    margin: 0;
}
#header .utilities,
.login-info {
    margin: 0;
}
header  .nav li ,
.login-info li {
    float:left;
    list-style: none;
}
header .right .nav,
.login-info {
    float:right;
}
.top-bar {
    padding: 10px 0 5px;
}
/* Users - login*/
.user-logout a {
    background-color: #00573D;
    border-radius:  0 5px 5px 0 ;
    border-style: none;
    color: #FFFFFF;
    font-size: 12px;
    padding: 2px 5px;
    text-decoration: none;
}
.user-logout a:hover {
    background:#024430;
}
.login-info li {
    color:#222;
    margin:0 0 0 10px;
    line-height:20px
}
.login-info{
    background: none repeat scroll 0 0 #CFCFCF;
    border-radius: 5px;
    float: left;
    font-size: 12px;
    padding: 0;
}

/* Breadcrumb */
.breadcrumbs {
    font-size: 17px;
    font-weight: bold;
    margin:0 0 40px 0;
}
p.breadcrumbs {
    display: inline-block;
    width: 100%;
    margin: 0 10px;
}
@media screen and (max-width: 767px) {
    p.breadcrumbs {
        margin: 0;
    }
}
.breadcrumbs a {
    border:none;
    color:#858585;
}
p.breadcrumbs,
.dotted-border {
    border-bottom: 1px dotted #111;
}
.breadcrumbs a:hover {
    color: #D54E21;
}
.breadcrumbs a {
    font-weight: normal;
    padding-bottom: 2px;
}
.breadcrumbs a,
p.breadcrumbs {
    color:#858585;
}
.breadcrumbs span,
.breadcrumbs a {
    margin-right: 3px
}
.breadcrumbs span {
    margin-left: 3px;
    border:none;
}
/* Footer */
.post-home-feature-band h1{
    margin:-40px 0 40px;
}
.post-home-feature-band h2 {
    color: #01573E;
    font-size: 26px;
    line-height: 28px;
}
.post-home-feature-band .text {
    position:relative;
    z-index: 15;
}
.post-home-feature-band .text ul {
    margin:-10px 0 0 0 ;
}
.post-home-feature-band .text li {
    list-style: none;
}
.tick, .light-tick {
    color:#01573E;
    display: inline-block;
    float: left;
    font-size: 28px;
    margin-left: -28px;
}
.light-tick {
    color:#E8A413;
}
.pre-footer {
    background:url(/images/footer-bg.png) no-repeat top center transparent;
    margin: -120px 0 0 0;
    padding: 274px 0 0;
    position:relative;
    width: 100%;
    z-index: 10;
}
.footer {
    background: #3A3A3A;
    margin-top:-40px;;
    padding: 0 0 40px;
}
.footer, .footer a, .footer h3,.footer strong {
    color:#fff;
}
.footer p, .footer a {
    font-size:16px;
}
.footer strong {
    font-size: 18px;
}
.footer .nav {
    margin:2px 0
}
.footer,
.footer .nav li a {
    color:#fff;
    border:none;
}
.footer .nav li {
    list-style: none;
    line-height: 1;
}
.footer .nav li a {
    margin:0;
}
.footer .dotted-border {
    border-color:#fff;
}
.footer p {
    padding:0;
    margin:0;
}
.attribution a {
    border:none;
    color: #9E9E9E;
    font-size: 11px
}
.copyright {
    font-size: 12px
}
.footer .navigation {
    background-color: #222;
    color:#EFEFEF;
    padding-top: 30px;
}
/* Social media buttons */
footer .blog-links {
    margin: 0 0 15px 0;
}
footer .blog-links li {
    display: inline;
    list-style: none outside none;
}
.blog-links a {
    background: url("/images/sprites2.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    display: inline-block;
    height: 33px;
    margin: 0 4px;
    text-indent: -10000em;
    width: 33px;
}
.twitter a {
    background-position: -41px -264px;
}
.twitter a:hover {
    background-position: -41px -264px;
}
.instagram a {
    background-position: -167px -263px;
}
.youtube a {
    background-position: -127px -262px;
}
.youtube a:hover {
    background-position: -127px -262px;
}
.rss a {
    background-position: -254px -263px;
}
.rss a:hover {
    background-position: -254px -263px;
}
.blog a {
    background-position: -261px -263px;
}
.blog a:hover {
    background-position: -261px -263px;
}
.facebook a {
    background-position: 2px -263px;
}
.facebook a:hover {
    background-position: 2px -263px;
}
.linkedin a {
    background-position: -214px -263px;
}
.linkedin a:hover {
    background-position: -214px -263px;
}
.googleplus a {
    background-position: -214px -263px;
}
.googleplus a:hover {
    background-position: -214px -263px;
}
.pinterest a {
    background-position: -86px -262px;
}
.pinterest a:hover {
    background-position: -86px -262px;
}
.flickr a {
    background-position: -295px -262px;
}
.flickr a:hover {
    background-position: -295px -262px;
}
/* Subscribe */
.footer form {
    margin: 20px 0 0 0;
}
.footer input[type="text"] {
    border-radius: 0 0 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-radius: 5px 0 0 5px;
    height: 31px;
    padding: 0 5px 0 10px;
    width: 165px;
}
.footer input[type="submit"] {
    border-radius: 0 0 0 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: -4px;
    width: 90px;
    font-size: 13px;
    text-align: center;
    height: 31px;
    cursor: pointer;
}
.footer input[type="submit"]:hover {
    background-color: #DE940D;
}
.footer input[type="submit"],
.footer input[type="text"] {
    border: medium none;
    display: inline;
    margin: 0;
}

/* Navigation */
#menu-toggle,
#responsive-nav {
    display: none
}
#mainnav {
    margin: 10px 0 0 0;
    padding: 0;
}
#mainnav li,
#mainnav a {
    float: left;
    display: block;
    margin-bottom: 0;
}
#mainnav li ul {
    display:none;
    margin:0;
}
#mainnav a {
    border: medium none;
    color: #01573E;
    font-size: 27px;
    margin: 0 0 0 15px;
    padding: 10px 27px;
}
#mainnav a:hover {
    color: #CE8400;
}
#mainnav li li a:hover {
    color: #fff;
}
    /* Megamenu, Inline, no JS*/
/*#mainnav li#mainnav-getinvolved > ul,*/
#mainnav li:hover > ul {
    background: none repeat scroll 0 0 #01573E;
    background-clip: padding-box;
    border-top: 25px solid rgba(0, 0, 0, 0);
    display: block;
    max-width: 100%;
    padding: 20px 20px 20px 10px;
    position: absolute;
    top: 113px;
    width: auto;
    z-index: 100;
}
 #mainnav li:hover > ul ul {
    display:none;
}
#mainnav li  li  {
     clear: both;
    display: block;
    width: 100%;
    float: left;
}
#mainnav li  li a {
    border-bottom: 1px dotted #2D836A;
    color: #FFFFFF;
    display:block;
    float: left;
    font-size: 19px;
    margin: 0;
    padding:  5px;
    text-align: left;
    white-space: nowrap;
    width:100%;
}
#mainnav li  li a:hover {
    background-color: #2D836A;
}
.menu-item-extract {
    display:none;
}
     /*  End Megamenu, Inline, no JS*/

      /* Megamenu, Inline, with JS*//*
      .js .wrap {
          background: none repeat scroll 0 0 #01573E;
          position: absolute;
            top: 105px;
            width: 100%;
            z-index: 50;
      }
.js  #mainnav li > ul {
    background: none repeat scroll 0 0 #01573E;
    background-clip: padding-box;
    border-top: 53px solid rgba(0, 0, 0, 0);
    left: 0;
    max-width: 100%;
    padding: 30px 40px;
    position: absolute;
    top: 105px;
    width: 100%;
    z-index: 100;
}
.js  #mainnav li:hover > ul ul {
    display:none;
}
.js  #mainnav li  li  {
    border-bottom: 1px dotted #2D836A;
    clear: both;
    display: block;
    float: left;
    margin: 0 0 5px;
    width: 40%;
}
.js  #mainnav li  li a {
    border: medium none;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 20px;
    padding: 0;
    text-align: left;
    width: 100%;
}
.menu-item-extract {
    display:none;
}
.menu-item-extract p {
    color:#fff;
}
.menu-item-extract h3 {
    color:#E9A713;
}
.js .sub-menu li:hover .menu-item-extract {
    display:block;
    float:right;
    width: 30%;
    display: block;
    position: absolute;
    left: 45%;
    top:30px;
    text-align: left;
}
      */ /* End Megamenu, Inline, with JS*/

.pre-main ul,
.pre-main li {
    margin: 0;
    padding:0;
}
.pre-main  {
    margin: 20px 0
}
.pre-main li {
    border-color: #545454;
    border-style: none  none dotted dotted;
    border-width: medium medium 1px 1px ;
}
.pre-main li:first-child {
    border-left:none;
}
.pre-main a {
    border: medium none;
    color: #01573E;
    display: block;
    font-size: 20px;
    margin: 0 20px 0 0;
    padding: 5px 20px 5px 0;
}
.icon {
    background: url("/images/sprites2.png") no-repeat scroll -2px -151px transparent;
    display: inline-block;
    height: 36px;
    margin: 0 15px 0 0;
    vertical-align: middle;
    width: 46px;
}
.pay-online {
    background-position: -2px -148px;
    width: 36px;
}
.report-littering {
    background-position: -54px -144px;
    width: 55px;
}
.search {
    background-position: -122px -150px;
}

/* Slide Show */
.banner-container {
  position: relative;
  z-index: 99;
  width: 100%;
  margin-bottom: 150px;
  clear: both;
}
.banner-container::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -150px;
  left: 0;
  right: 0;
  background: transparent url("../images/banner-curve4.png") no-repeat center bottom -20px;
  background-size: cover;
  height: 400px;
  width: 100%;
  z-index: 10;
}
.banner-slider {
  height: 600px;
  width: 100%;
  clear: both;
  position: relative;
  overflow: hidden;
  background: #fafafa;
}
.banner-slider .slide .slide-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner-slider .slide {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #eeeeee;
  opacity: 0;
  visibility: hidden;
  border: none;
  transition: all 400ms ease-in-out;
}
.banner-slider .slide .slide-wrapper .slide-content {
  position: absolute;
  z-index: 12 !important;
  left: 0;
  bottom: 150px;
  color: #ffffff;
  background: rgba(0, 87, 61, 1);
  padding: 2em;
  width: 600px;
  z-index: 5;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 500ms ease-in-out 0.3s;
}
.banner-slider .slide .slide-wrapper .slide-content h1 {
  color: #ffffff;
  font-size: 40px;
  font-family: "chunk",helvetica,arial,sans-serif;
}
.banner-slider .slide .slide-wrapper .slide-content a {
  display: inline-block;
  color: #ffffff;
  background: #df8a09;
  padding: .5em 1em;
  border-radius: 5px;
  outline: none;
  border: none;
  font-size: 18px;
  font-family: "chunk",helvetica,arial,sans-serif;
  letter-spacing: 0.03em;
}
.banner-slider .slide .slide-wrapper .slide-content a:hover {
  color: #ffffff;
  background: #c27500;
}
.banner-slider .slide.current {
  opacity: 1;
  visibility: visible;
}

.banner-slider .slide.current .slide-wrapper .slide-content {
  opacity: 1;
  transform: translateX(0);
  z-index: 12 !important;
}
.banner-slider .slide {
  background: #eee url() no-repeat;
  background-size: cover;
  background-position: center;
}

.slider-buttons button {
  width: 50px;
  height: 50px;
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.slider-buttons button img {
  display: block;
  width: 50px;
  height: 50px;
}
.slider-buttons button#prev {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 20;
}
.slider-buttons button#next {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 20;
}

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

  .banner-slider .slide .slide-wrapper .slide-content {
    position: absolute;
    bottom: 0px;
    width: 600px;
  }
  .banner-container::before {
    content: none;
  }

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

  .banner-slider .slide .slide-wrapper .slide-content {
    width: auto;
  }
  .slider-buttons button {
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
  }
  .slider-buttons button img {
    display: block;
    width: 40px;
    height: 40px;
  }
  .slider-buttons button#prev {
    position: absolute;
    top: 5%;
    left: 20px;
  }
  .slider-buttons button#next {
    position: absolute;
    top: 5%;
    right: 20px;
  }

}

/* Search*/
.search-container {
    display:none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    height: 42px;
    padding: 15px 15px 5px 5px;
    position: absolute;
    right: 0;
    top: -21px;
    width: 60%;
    z-index: 10;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}
#close-search {
    background: none;
    display: inline;
    font-size: 12px;
    position: absolute;
    right: -36px;
    top: -10px;
}
#globalsearch,
#globalsearch ul,
#globalsearch li {
    border:none;
    margin:0 !important;
    padding:0 !important;
}
#globalsearch li, #globalsearch-term {
    display: inline;
}
#globalsearch li {
    list-style: none outside none;
}
 #globalsearch-term {
    display: inline;
    font-size: 20px;
    height: 30px;
    outline: medium none;
    padding: 1px 20px;
    width: 70%;
}
#header #globalsearch-term {
    background-color: #3A3A3A;
    border: medium none;
    color: #fff;
}
#globalsearch li, #globalsearch-term {
    display: inline;
}
#globalsearch-search,  #globalsearch-search:active {
    background: none repeat scroll 0 0 #00573D;
    border:none;
    outline: 0 none;
    border-radius:4px;
    display:inline-block;
    height:30px;
    padding: 5px 10px;
    color:#fff;
    font-size: 18px;
    margin:0;
    width:20%
}
#globalsearch-search:hover{
    background-color:#024430
}



/*  banners  */
.banner {
    background: none no-repeat scroll center top transparent;
    height: 395px;
    position: relative;
    z-index: 1;
}
.subpage-banner-wrapper {
    background: url("/images/subpage-curve.png") no-repeat scroll center top transparent;
    height: 206px;
    margin-top: -190px;
    position: relative;
    z-index: 10;
}
#home-page .clear-banner {
/*    margin-top:60px*/
}
#home-page .banner {
    background: none no-repeat scroll center top transparent;
    height: 545px;
}
#home-page .banner-bottom {
    background: url("/images/banner-curve4.png") no-repeat scroll center top transparent;
    height: 303px;
    margin-top: -190px;
    position: relative;
    width: 100%;
    z-index: 10;
}
.banner h1,
.banner h2 {
    color:#fff;
}
.banner h1 {
    font-size: 50px;
    line-height: 50px;
    font-family: "chunk",helvetica,arial,sans-serif;
    text-shadow: 0 1px 1px #000000;
}
.banner h2 {
    font-family: "chunk",helvetica,arial,sans-serif;
    font-size: 100px;
    font-weight: bold;
    margin: 30px 0 70px;
}
.banner-widget-content {
/*    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    margin: 30px 0 0;
    padding: 20px 30px 40px;*/
    width: 50%;
}
.text-image {
    height: auto;
    padding: 30px 15% 20px 0;
    width: 85%;
}
/*#home-page .banner h1 {
    margin-top: 50px;
}*/
.subpage .banner h1 {
    padding-top: 80px;
}
/* Misc */
#key2-contentnav a {
    border:none;
}
.pagecontent ul,
.pagecontent ol,
.band-a .pagecontent ul,
.band-a .pagecontent ol {
    margin: 0 0 20px 0;
}
.pagecontent ul li {
    margin: 10px 20px;
    padding: 0 0 0 10px;
}
.right {
    text-align: right;
}
/* Search
.pagecontent .search ul,
.pagecontent .search ul li,
.search ul li, .search input, .search label {
   margin: 0;
   padding: 0;
}
#header .search ul {
    float: right;
    margin: 0;
    width: 275px;
}
#globalsearch {
    clear:both;
    display:block;
}
.search ul li {
    float: left;
    list-style: none;
}
.search ul li, .search input, .search label {
    display:inline;
} */

/* sidebar */
.container .columns.sidebar {
    border-left: 1px dotted #111111;
    margin: 0 0 150px 30px;
    padding-left: 30px;
}
/* subnav */
#subnav ul {
    margin:0 0 40px 0;
}
#subnav ul ul {
    margin:0;
}
#subnav li {
    list-style: none;
}
#subnav a {
    display: block;
}
#subnav ul > li > a,
#subnav ul > li > strong > a {
    font-family: "lato",helvetica,arial,sans-serif;
    font-size: 26px;
    padding: 0 0 15px 0;
}
#subnav ul ul li a {
    font-family: "lato",helvetica,arial,sans-serif;
    font-size: 16px;
    padding:5px 0;
}
#subnav ul ul ul li a {
    padding-left: 15px;
}
#subnav ul ul ul ul li a {
    font-size: 14px;
    padding-left: 30px;
}
#subnav ul > li > strong > a {
    font-weight: bold;
}
/*Sidebar promo */
.sidebar .promo {


    margin: 0 0 40px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}
.sidebar .promo img {
    max-width: 100%;
    height:auto
}
.sidebar .promo h2 {
    color: #00583E;
}
.sidebar .promo a {
    border:none;
    text-decoration: none;
}
.sidebar .promo p a {
    text-decoration: underline;
}
.sidebar .promo a.button {
    text-decoration: none;
}
.sidebar .promo h2 {
    font-size: 23px;
    line-height: 26px;
}
.sidebar .promo h2,
.sidebar .promo p {
    margin: 5px 10px 10px;
}
.sidebar .promo p {
    line-height: 20px;
}

.sidebar .grey {
    background-color: #EFEFEF;
    border: 1px solid #D3D3D3;
}
.sidebar .green {
    background-color: #01573E;
    border:none;
}
.sidebar .green h2,
.sidebar .green p {
    color: #fff
}
.sidebar .green  a {
    color:#fff;
}
.sidebar .image-only {
    text-align: center;
}
.sidebar .image-only img {
    max-width: 60%;
}
/* Promo panels */
.promopanel img {
    height:auto;
    margin-bottom: 0;
    width:100%;
}
.promopanel a {
    border:none
}
.promopanel h3 {
    font-family: "gooddog-new",Georgia, Times, "Times New Roman", serif;
    font-size: 32px;
    margin-top: -10px;
    border-bottom:5px solid #E8A713;
}
.promopanel div {
    margin-bottom: 30px;
}
/* Home features band */

.home-feature-band-upper,
.home-feature-band-upper-placeholder {
    background:url(/images/home-middle-upper.png) no-repeat top center transparent;
    height: 405px;
    padding: 100px 0 0;
    position:relative;
    z-index: 10;
}
.home-feature-band-upper-placeholder {
    height: 55px;
}
.home-feature-band-lower {
    background:url(/images/home-middle-lower.png) no-repeat top center transparent;
    height: 555px;
    padding: 100px 0 0;
    position:relative;
    top:-112px;
    z-index: 20;
}
.home-feature-band-lower h1 a {
    color:#fff;
}
/*.home-feature-band-upper a{
    position:relative;
    z-index: 200;
}*/
#home-page .home-feature-band-upper h1,
#home-page .home-feature-band-lower h1 {
    color: #FFFFFF;
    margin: 60px 0 15px;
}
#home-page .home-feature-band-lower h1 {
    margin: 30px 0 15px;
}
#home-page .home-feature-band-lower h1 {
    border-color:#fff;
}
#home-page .home-feature-band-lower  {
    color:#fff;
}
#home-page .home-feature-band-upper h2 ,
#home-page .home-feature-band-upper p     {
    color: #00573D;
}
#home-page .home-feature-band-upper h2 {
    margin: 0;
}
/* Stats */
.stats {
    clear:both;
    padding: 0 0 70px;
}
.stats h4 {
    background: none repeat scroll 0 0 #DF8A09;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 17px;
    padding: 6px 20px;
    width: 280px;
}
.stats .bar {
    display: block;
    float: left;
    height: 40px;
    left: -40px;
    margin: 0 20px 0 0;
    position: relative;
    top: -20px;
    width: 400px;
}
.stats .bar .bar-tracker {
    background: none repeat scroll 0 0 #E9A713;
     display: inline-block;
     height: 40px;
}
.stats .total {
    float: right;
    font-size: 38px;
    position: relative;
    right: -90px;
}
.arrow {
     border-left: 20px solid rgba(0, 0, 0, 0);
    border-top: 20px solid #885303;
    height: 0;
    left: 20px;
    line-height: 0;
    position: relative;
    top: 38px;
    width: 0;
}
/* News*/
.news-article {
    border-bottom: 4px solid #E8A713;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.news-article .article-listing h2 {
    font-size:26px;
}
.pagination .disabled {
    color:#cccccc;
}
.pagination a {
    background: none repeat scroll 0 0 #00573D;
    border: medium none;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
}
.sidebar .news-item p {
    margin:0;
}
.sidebar .news-item {
    margin-bottom:15px;
    padding-bottom:15px;
}
.permalink {
    font-size: 12px;
    line-height: 16px;
    margin: 0 20px;
}

/* Login / register*/
.register-form {
    float:left;
    width:50%
}
.login-form {
    float:right;
    width:50%
}

/* Reporting form*/
form h2.sectionstart {
    border-bottom: 5px solid #C5C5C5;
    font-size: 26px;
}
.managedform-declaration textarea {
    width:100%;
    height:auto;
}
/* Profile pages (litter heroes)*/
.profile-text {
    float:left;
    width:60%;
}
.profile-picture {
    float:right;
    width:35%;
}
.profile-picture img {
    height: auto;
    margin-top: 30px;
    width: 100%;
}
/* Order form */
#merchandise .totals,
span#submit-label {
    display:none;
}
#merchandise .qty label {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
#merchandise .qty select {
    font-size:17px;
    padding:2px;
}
#merchandise .qty select option {
    padding:2px;
}
.merchandise #address-element input {
    margin-bottom:5px;
}
.merchandise p.description {
    font-size:13px;
    font-style: italic;
}
/* managed form overrides */
.managedform label,
.managedform dt {
    color: #5C5C5C;
    font-size: 17px;
    padding: 10px 0 5px;
}
.managedform label.radio,
.form .managedform dd li label {
    font-size: 15px;
    padding: 0 0 10px;
}
.form .managedform p.description {
    font-size: 15px;
    font-style: italic;
    margin: -10px 0 20px;
}
.form .managedform input[type="text"], .form .managedform input[type="password"], .form .managedform input[type="email"],.form .managedform textarea, .form .managedform select {
    border: 1px solid #ACACAC;
}
/* Datepicker */
.ui-datepicker .ui-datepicker-title,.ui-datepicker th,.ui-datepicker td {
    font-size: 12px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    float: left;
    font-size: 14px;
    padding: 4px;
    width: 39%;
}
.ui-datepicker-calendar td,.ui-datepicker-calendar th {
    padding:2px
}
.ui-datepicker-calendar .ui-state-default, .ui-datepicker-calendar .ui-widget-content .ui-state-default, .ui-datepicker-calendar .ui-widget-header .ui-state-default,
.ui-datepicker-calendar .ui-state-active, .ui-datepicker-calendar .ui-widget-content .ui-state-active,.ui-datepicker-calendar  .ui-widget-header .ui-state-active {
    color: #000000;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    border: medium none;
}
.ui-datepicker-calendar .ui-state-default, .ui-datepicker-calendar .ui-widget-content .ui-state-default, .ui-datepicker-calendar .ui-widget-header .ui-state-default {
    background-color: #F6F6F6;
}
.ui-datepicker-calendar .ui-state-hover, .ui-datepicker-calendar .ui-state-focus {
    background-color:#E8A713;
}
