/* Styles for the e-Stewards site */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:100italic,300italic,400italic,600italic,700italic,100,300,400,600,700);
body {
  margin: 0px;
  font-family: "Open Sans", sans-serif; }

a {
  color: #17a95c; }

a:hover {
  color: #d3dc12; }

button, .button {
  background-color: #12714d;
  font-family: "Open Sans", sans-serif; }
  button:hover, .button:hover {
    background-color: #0e5a3e; }
  button.enterprise, .button.enterprise {
    background-color: #b1c957; }
    button.enterprise:hover, .button.enterprise:hover {
      background-color: #8da145; }
    button.enterprise.light, .button.enterprise.light {
      background-color: #d3e0a4;
      color: #000; }
      button.enterprise.light:hover, .button.enterprise.light:hover {
        background-color: #b1c957; }
  button.recycler, .button.recycler {
    background-color: #f1925c; }
    button.recycler:hover, .button.recycler:hover {
      background-color: #c1754a; }
    button.recycler.light, .button.recycler.light {
      background-color: #f9c6a3;
      color: #000; }
      button.recycler.light:hover, .button.recycler.light:hover {
        background-color: #f1925c; }
  button.consumer, .button.consumer {
    background-color: #17a95c; }
    button.consumer:hover, .button.consumer:hover {
      background-color: #12874a; }
    button.consumer.light, .button.consumer.light {
      background-color: #beddcd;
      color: #000; }
      button.consumer.light:hover, .button.consumer.light:hover {
        background-color: #17a95c; }

img.inline-left {
  padding-right: 15px; }
img.inline-right {
  padding-left: 15px; }

li {
  font-size: 11pt;
  font-weight: 300; }

input.inline, select.inline {
  display: inline;
  margin: 0px;
  height: 1.5rem;
  width: initial; }

.page-not-found {
  margin: 50px 0px; }

.deemphasize {
  font-weight: 300; }

header {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px -3px #222222;
  -moz-box-shadow: 0px 0px 10px -3px #222222;
  box-shadow: 0px 0px 10px -3px #222222;
  height: 107px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10; }

@media screen and (max-width: 879px) {
  header {
    position: static; } }
.header-top-line {
  background-color: #12714d;
  border-bottom: 1px solid #357c5e;
  height: 7px;
  min-height: 7px; }
  .header-top-line.enterprise {
    background-color: #b1c957;
    border-bottom: 1px solid #d3e0a4; }
  .header-top-line.recycler {
    background-color: #f1925c;
    border-bottom: 1px solid #f9c6a3; }
  .header-top-line.consumer {
    background-color: #17a95c;
    border-bottom: 1px solid #beddcd; }

.header-logo {
  float: left;
  margin-top: 8px; }

.for-message {
  display: inline-block;
  font-size: 13pt;
  font-style: italic;
  font-weight: 600;
  padding-left: 2px;
  position: relative;
  top: 29px; }
  .for-message.enterprise {
    color: #b1c957; }
  .for-message.recycler {
    color: #f1925c; }
  .for-message.consumer {
    color: #17a95c; }

@media screen and (min-width: 880px) {
  #header-menu > ul {
    display: block; }
  #header-menu #mobile {
    display: none; } }
#header-menu {
  background-clip: padding-box;
  background-image: url("/sites/536b0c88fdc8b14426000002/theme/images/menu-map-home.png");
  background-repeat: no-repeat;
  background-position: 65% 52%;
  background-size: 350px 140px;
  float: right;
  height: 100px;
  line-height: 15px;
  padding-top: 53px; }
  #header-menu.enterprise {
    background-image: url("/sites/536b0c88fdc8b14426000002/theme/images/menu-map-enterprise.png"); }
  #header-menu.recycler {
    background-image: url("/sites/536b0c88fdc8b14426000002/theme/images/menu-map-recycler.png"); }
  #header-menu.consumer {
    background-image: url("/sites/536b0c88fdc8b14426000002/theme/images/menu-map-consumer.png"); }
  #header-menu > ul {
    height: 48px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto; }
    #header-menu > ul > li > ul a {
      font-size: 10pt;
      font-weight: normal;
      -webkit-transition: background-color 300ms ease-out;
      -moz-transition: background-color 300ms ease-out;
      -o-transition: background-color 300ms ease-out;
      transition: background-color 300ms ease-out; }
      #header-menu > ul > li > ul a.active, #header-menu > ul > li > ul a:hover {
        background-color: #ccc; }
    #header-menu > ul li {
      display: inline-block;
      *display: inline;
      font-weight: 400;
      zoom: 1; }
      #header-menu > ul li a {
        color: #484848;
        display: block;
        font-size: 11pt;
        padding: 12px 24px 11px 24px;
        text-decoration: none;
        -webkit-transition: background-color 300ms ease-out;
        -moz-transition: background-color 300ms ease-out;
        -o-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out; }
        #header-menu > ul li a.active, #header-menu > ul li a:hover {
          background-color: #12714d;
          color: #fff; }
          #header-menu > ul li a.active.enterprise, #header-menu > ul li a:hover.enterprise {
            background-color: #b1c957; }
          #header-menu > ul li a.active.recycler, #header-menu > ul li a:hover.recycler {
            background-color: #f1925c; }
          #header-menu > ul li a.active.consumer, #header-menu > ul li a:hover.consumer {
            background-color: #17a95c; }
        #header-menu > ul li a#find-a-recycler {
          background-color: #7b9d8e;
          color: #fff;
          padding-bottom: 4px;
          padding-right: 20px;
          padding-top: 4px; }
          #header-menu > ul li a#find-a-recycler:hover {
            background-color: #12714d; }
          #header-menu > ul li a#find-a-recycler.enterprise {
            background-color: #d3e0a4; }
            #header-menu > ul li a#find-a-recycler.enterprise:hover {
              background-color: #b1c957; }
          #header-menu > ul li a#find-a-recycler.recycler {
            background-color: #f9c6a3; }
            #header-menu > ul li a#find-a-recycler.recycler:hover {
              background-color: #f1925c; }
          #header-menu > ul li a#find-a-recycler.consumer {
            background-color: #beddcd; }
            #header-menu > ul li a#find-a-recycler.consumer:hover {
              background-color: #17a95c; }
      #header-menu > ul li #find-a-recycler-icon {
        display: block;
        height: 48px;
        left: 130px;
        position: relative;
        top: -48px; }
    #header-menu > ul li.right {
      float: right; }
    #header-menu > ul li.has-sub {
      position: relative; }
      #header-menu > ul li.has-sub ul {
        background: #e9e9e9;
        border-top: 0 none;
        display: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: absolute;
        width: 250px; }
        #header-menu > ul li.has-sub ul li {
          border-bottom: 1px solid #c4c4c4;
          border-top: 1px solid #d5d5d5;
          display: block; }
      #header-menu > ul li.has-sub > a i {
        padding-left: 7px;
        width: 14px; }
      #header-menu > ul li.has-sub > a .closed {
        display: inline-block; }
      #header-menu > ul li.has-sub > a .open {
        display: none; }
      #header-menu > ul li.has-sub > a.active .closed, #header-menu > ul li.has-sub a:hover .closed {
        display: none; }
      #header-menu > ul li.has-sub > a.active .open, #header-menu > ul li.has-sub a:hover .open {
        display: inline-block; }
      #header-menu > ul li.has-sub:hover ul {
        display: block; }

@media screen and (max-width: 879px) {
  #header-menu {
    background-image: none; }
    #header-menu.enterprise {
      background-image: none; }
    #header-menu.recycler {
      background-image: none; }
    #header-menu.consumer {
      background-image: none; }
    #header-menu > ul {
      display: none;
      position: absolute;
      left: 100%; }
    #header-menu #mobile {
      border-style: solid;
      border-width: 1px;
      border-color: #12714d;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      color: #12714d;
      display: inline-block;
      font-size: 14pt;
      margin-top: 5px;
      padding: 6px; }
      #header-menu #mobile.enterprise {
        border-color: #b1c957;
        color: #b1c957; }
      #header-menu #mobile.recycler {
        border-color: #f1925c;
        color: #f1925c; }
      #header-menu #mobile.consumer {
        border-color: #17a95c;
        color: #17a95c; } }
.main-section {
  margin-top: 107px; }
  .main-section.find-a-recycler2 {
    margin-top: 0px; }

@media screen and (max-width: 879px) {
  .main-section {
    margin-top: 0px; } }
.centered-section {
  margin: 0px auto;
  padding: 0px 30px;
  max-width: 1024px;
  width: 100%; }

.page-content p {
  font-size: 11pt;
  font-weight: 300; }

.orbit-container {
  margin: 0px auto;
  width: 100%; }
  .orbit-container .orbit-bullets {
    margin: 0 auto 10px auto; }

.home-orbit img {
  width: 100%;
  height: 403px; }

.orbit-message {
  background-color: #12714d;
  color: #fff;
  display: inline-block;
  font-size: 20pt;
  font-weight: 300;
  padding: 2px 20px;
  position: absolute; }
  .orbit-message.line-1 {
    top: 60px; }
  .orbit-message.line-2 {
    top: 120px; }
  .orbit-message.line-3 {
    top: 180px; }

.orbit-button {
  background-color: #f1925c;
  position: absolute;
  top: 280px; }
  .orbit-button:hover, .orbit-button:focus {
    background-color: #c1754a; }

.body-section {
  padding-top: 35px; }
  .body-section h1 {
    color: #12714d;
    font-family: "Open Sans", sans-serif;
    font-size: 17pt;
    font-weight: 700; }
    .body-section h1.enterprise {
      color: #b1c957; }
    .body-section h1.recycler {
      color: #f1925c; }
    .body-section h1.consumer {
      color: #17a95c; }
  .body-section h2 {
    color: #12714d;
    font-family: "Open Sans", sans-serif;
    font-size: 15pt;
    font-weight: 700; }
    .body-section h2.enterprise {
      color: #b1c957; }
    .body-section h2.recycler {
      color: #f1925c; }
    .body-section h2.consumer {
      color: #17a95c; }
  .body-section h3 {
    color: #12714d;
    font-family: "Open Sans", sans-serif;
    font-size: 13pt;
    font-weight: 600; }
    .body-section h3.enterprise {
      color: #b1c957; }
    .body-section h3.recycler {
      color: #f1925c; }
    .body-section h3.consumer {
      color: #17a95c; }
  .body-section h4 {
    color: #12714d;
    font-family: "Open Sans", sans-serif;
    font-size: 11pt;
    font-weight: 600; }
    .body-section h4.enterprise {
      color: #b1c957; }
    .body-section h4.recycler {
      color: #f1925c; }
    .body-section h4.consumer {
      color: #17a95c; }

.home-heading {
  margin: 40px 0px 50px 0px; }
  .home-heading h2 {
    color: #515151;
    font-weight: 300;
    font-size: 23pt;
    margin: 0px;
    padding: 0px 0px 12px 0px;
    text-align: center; }
  .home-heading p {
    color: #484848;
    font-weight: 600;
    font-size: 12pt;
    padding: 0px;
    margin: 0px;
    text-align: center; }

.home-panels {
  color: #fff;
  height: 264px;
  margin: 15px;
  padding: 12px 20px;
  width: 291px; }
  .home-panels h3 {
    color: #fff;
    font-size: 12pt;
    font-weight: 600;
    letter-spacing: 2px; }
  .home-panels p {
    font-family: "Open Sans", sans-serif;
    font-size: 13pt;
    font-weight: bold;
    width: 140px; }

.panel-button {
  position: absolute;
  top: 210px;
  width: 100%; }
  .panel-button a {
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 10pt;
    font-weight: 600;
    padding: 4px 6px; }
    .panel-button a i {
      font-size: 8pt; }
  .panel-button a:hover {
    border: 1px solid #333;
    color: #333; }

#enterprises-panel {
  background-image: url("/sites/536b0c88fdc8b14426000002/theme/images/Enterprise-Box.jpg"); }

#recyclers-panel {
  background-image: url("/sites/536b0c88fdc8b14426000002/theme/images/Recycler-Box.jpg"); }

#consumers-panel {
  background-image: url("/sites/536b0c88fdc8b14426000002/theme/images/Consumer-Box.jpg"); }

.image-panel {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 403px; }

.heading-message {
  color: #fff;
  display: inline-block;
  font-size: 20pt;
  font-weight: 300;
  padding: 8px 20px;
  position: absolute; }
  .heading-message.enterprise {
    background-color: #b1c957; }
  .heading-message.recycler {
    background-color: #f1925c; }
  .heading-message.consumer {
    background-color: #17a95c; }
  .heading-message.line-1 {
    top: 100px; }
  .heading-message.line-2 {
    top: 160px; }
  .heading-message.line-3 {
    top: 220px; }

@media screen and (max-width: 879px) {
  .image-panel {
    height: 250px; }

  .heading-message.line-1 {
    top: 140px; }
  .heading-message.line-2 {
    top: 200px; }
  .heading-message.line-3 {
    top: 260px; } }
.devise-form {
  max-width: 600px; }

.forgot-password {
  font-size: 10pt;
  font-weight: 100;
  margin-bottom: 6px; }

.login-section {
  margin-top: 8px; }
  .login-section .title {
    font-size: 10pt; }
  .login-section .welcome-message {
    font-size: 10pt;
    width: 100%; }
    .login-section .welcome-message a {
      font-weight: 100; }
  .login-section.border {
    padding-bottom: 6px; }
    .login-section.border.enterprise {
      border-bottom: 3px solid #b1c957; }
    .login-section.border.recycler {
      border-bottom: 3px solid #f1925c; }
    .login-section.border.consumer {
      border-bottom: 3px solid #17a95c; }

.login-lock {
  color: #ccc;
  display: inline-block;
  float: right; }

.login-panel {
  background-color: #f1f1f1;
  margin-top: 3px;
  padding: 6px; }
  .login-panel form {
    margin-bottom: 0.1rem; }
  .login-panel label {
    font-size: 9pt; }
  .login-panel input {
    font-size: 9pt;
    height: 1.5rem;
    margin: 0 0 0.3rem 0;
    padding: 3px; }
  .login-panel button {
    background-color: #d5d5d5;
    color: #333;
    font-size: 9pt;
    margin-bottom: 0px;
    padding: 6px 8px; }
    .login-panel button i {
      font-size: 7pt; }
  .login-panel button:hover {
    background-color: #aaa; }

.login-overlay {
  background-color: rgba(60, 60, 60, 0.6);
  color: #fff;
  display: none;
  position: relative;
  text-align: center;
  font-size: 20pt;
  height: 135px;
  margin-bottom: -135px;
  top: -135px; }
  .login-overlay div {
    padding: 33% 0; }

.sidebar .menu {
  margin-top: 8px; }
  .sidebar .menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
  .sidebar .menu li {
    display: block; }
  .sidebar .menu > ul > li {
    font-weight: 400;
    padding: 0px 0px 8px 0px; }
    .sidebar .menu > ul > li > span {
      border-bottom: 3px solid #e9e9e9;
      display: block;
      font-size: 10pt;
      margin-bottom: 4px;
      padding-bottom: 2px; }
    .sidebar .menu > ul > li > ul > li {
      font-size: 9pt;
      font-weight: 300;
      margin-bottom: 0.75em; }
      .sidebar .menu > ul > li > ul > li a {
        color: #000;
        text-decoration: none; }
        .sidebar .menu > ul > li > ul > li a:hover {
          color: #000; }
      .sidebar .menu > ul > li > ul > li:hover {
        background-color: #e9e9e9; }

@media screen and (max-width: 879px) {
  .sidebar {
    display: none; } }
.main-body .centered {
  text-align: center; }

.info-box {
  padding: 5px 10px;
  margin-bottom: 15px; }
  .info-box img {
    float: right;
    margin-left: 12px; }

.info-panel p {
  font-family: "Open Sans", sans-serif;
  font-size: 12pt;
  font-style: italic;
  font-weight: 300; }
.info-panel button {
  font-size: 11pt;
  padding: 6px 20px; }
  .info-panel button i {
    font-size: 9pt; }
.info-panel .orbits-container {
  margin: 20px 0px; }

.testimonial-orbit {
  background-color: #e9e9e9; }
  .testimonial-orbit li {
    padding: 15px 40px; }
  .testimonial-orbit p {
    color: #a0a0a0;
    font-size: 13pt;
    font-weight: 300; }
  .testimonial-orbit p.credit {
    text-align: right; }

.news-panel h3 {
  border-bottom: 3px solid #e9e9e9; }
.news-panel .news-list {
  border-bottom: 3px solid #e9e9e9;
  padding-bottom: 6px; }
  .news-panel .news-list i {
    font-size: 10pt; }
  .news-panel .news-list p {
    font-size: 10pt;
    font-weight: 300; }

.bottom-panel {
  margin-top: 15px; }
  .bottom-panel p {
    font-size: 15pt; }
  .bottom-panel button {
    font-size: 18pt; }

.separator {
  border-bottom: 3px solid #e9e9e9; }

.side-pic img {
  width: 100%; }
.side-pic p {
  background-color: #e9e9e9;
  color: #666;
  font-size: 10pt;
  padding: 4px; }

footer {
  margin-top: 30px; }

footer .copyright {
  font-weight: 300;
  font-size: 9pt; }

/* to create a round icon, use this html (replace 'whatever' with
   the font-awesome icon name):
<div class="round-icon"><i class="fa fa-whatever"></i></div>
*/
.round-icon {
  border: 3px solid white;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 1px 1px 2px 0px #888888;
  -moz-box-shadow: 1px 1px 2px 0px #888888;
  box-shadow: 1px 1px 2px 0px #888888;
  color: white;
  display: inline-block;
  font-size: 30px;
  height: 65px;
  width: 65px;
  padding-top: 13px;
  text-align: center; }
  .round-icon.enterprise {
    background-color: #b1c957; }
  .round-icon.recycler {
    background-color: #f1925c; }
  .round-icon.consumer {
    background-color: #17a95c; }

.find-recycler-section {
  margin-top: 15px; }
  .find-recycler-section img {
    max-width: 1024px; }
  .find-recycler-section #list-all-btn {
    background-color: #f1925c;
    float: right; }
    .find-recycler-section #list-all-btn:hover {
      background-color: #c1754a; }
  .find-recycler-section #search-controls {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px -2px #333333;
    -moz-box-shadow: 0px 0px 10px -2px #333333;
    box-shadow: 0px 0px 10px -2px #333333;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 9pt;
    margin-left: 10px;
    margin-top: 10px;
    max-width: 220px;
    padding: 8px; }
    .find-recycler-section #search-controls .search-panel {
      background-color: #e9e9e9;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      margin-bottom: 6px;
      overflow: hidden; }
      .find-recycler-section #search-controls .search-panel .title {
        background-color: #1c9c49;
        color: #fff;
        display: block;
        padding: 6px 12px;
        -webkit-transition: background-color 300ms ease-out;
        -moz-transition: background-color 300ms ease-out;
        -o-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out; }
        .find-recycler-section #search-controls .search-panel .title:hover {
          background-color: #167d3a; }
      .find-recycler-section #search-controls .search-panel .hint {
        display: inline-block;
        color: #aaa;
        font-style: italic;
        margin: 2px 6px 6px 24px;
        text-indent: -20px; }
      .find-recycler-section #search-controls .search-panel form {
        padding: 2px 6px;
        margin: 0px 0px 4px 0px; }
      .find-recycler-section #search-controls .search-panel label {
        font-size: 9pt;
        font-weight: 600; }
      .find-recycler-section #search-controls .search-panel select, .find-recycler-section #search-controls .search-panel input {
        font-size: 9pt;
        height: 1.7em;
        margin: 0px 0px 4px 0px;
        padding: 2px 4px 2px 4px; }
      .find-recycler-section #search-controls .search-panel input[type=checkbox] {
        vertical-align: -3px; }
    .find-recycler-section #search-controls button {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      margin: 0px;
      padding: 6px;
      width: 100%; }
    .find-recycler-section #search-controls #distance, .find-recycler-section #search-controls label[for=distance] {
      display: none; }
  .find-recycler-section #map-canvas {
    -webkit-box-shadow: 0px 0px 12px 0px #333333;
    -moz-box-shadow: 0px 0px 12px 0px #333333;
    box-shadow: 0px 0px 12px 0px #333333;
    min-height: 700px;
    width: 100%; }
    .find-recycler-section #map-canvas .marker-tooltip {
      background-color: #ffc;
      border: 1px solid #666;
      -webkit-box-shadow: 0px 0px 5px #333333 1px 1px 5px;
      -moz-box-shadow: 0px 0px 5px #333333 1px 1px 5px;
      box-shadow: 0px 0px 5px #333333 1px 1px 5px;
      font-size: 9pt;
      padding: 3px 5px;
      position: absolute; }
  .find-recycler-section .info-window {
    min-width: 190px; }
    .find-recycler-section .info-window h1 {
      font-family: "Open Sans", sans-serif;
      font-size: 11pt;
      font-weight: 400; }
    .find-recycler-section .info-window .certification {
      background-color: #76957f;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      color: #fff;
      display: inline-block;
      font-family: "Open Sans", sans-serif;
      font-size: 9pt;
      padding: 4px 10px 3px 6px;
      margin-bottom: 4px; }
    .find-recycler-section .info-window .blurb {
      font-family: "Open Sans", sans-serif;
      font-style: italic;
      font-size: 9pt;
      margin-bottom: 4px; }
    .find-recycler-section .info-window ul {
      list-style: none;
      font-family: "Open Sans", sans-serif;
      margin: 0px 0px 5px 3px; }
      .find-recycler-section .info-window ul li {
        font-size: 9pt;
        list-style: none; }
        .find-recycler-section .info-window ul li .info-prefix {
          font-weight: 600; }
    .find-recycler-section .info-window button {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      font-size: 9pt;
      margin: 0px;
      padding: 6px 12px; }
      .find-recycler-section .info-window button:focus {
        outline: none; }

.working-overlay {
  background-color: rgba(60, 60, 60, 0.6);
  color: #fff;
  display: none;
  position: relative;
  text-align: center;
  height: 700px;
  top: -700px;
  width: 100%; }
  .working-overlay div {
    padding: 33% 0; }
  .working-overlay div {
    font-size: 30pt; }
    .working-overlay div p {
      font-size: 20pt;
      margin: 8px 0px 0px 0px; }

.businesses-list-table {
  width: 100%; }
  .businesses-list-table td {
    font-size: 10pt;
    font-weight: 100;
    vertical-align: top;
    width: 20%; }
    .businesses-list-table td .loc-head {
      font-weight: 400; }
  .businesses-list-table p {
    font-size: 10pt;
    margin-bottom: 0px; }
  .businesses-list-table ul {
    list-style: none;
    margin: 0px 0px 12px 0px; }
    .businesses-list-table ul li {
      font-size: 10pt; }
  .businesses-list-table .certified {
    background-color: #76957f;
    color: #fff;
    padding: 4px; }
  .businesses-list-table .in-proc {
    background-color: #f9c6a3;
    padding: 4px; }

.search {
  float: right; }
  .search input {
    display: inline-block;
    height: initial;
    margin-bottom: 0.25rem;
    padding: 0.1rem 0.5rem;
    width: initial; }

.pagination .current {
  border: 1px solid #f1925c;
  display: inline-block;
  padding: 7px 8px;
  text-align: center; }
  .pagination .current.enterprise {
    border: 1px solid #b1c957; }
  .pagination .current.recycler {
    border: 1px solid #f1925c; }
  .pagination .current.consumer {
    border: 1px solid #17a95c; }
.pagination .button {
  padding: 5px 10px; }

#faq div[id$=-questions] {
  display: none;
  padding: 0px 12px; }
#faq h2:not(.question-head) {
  border-bottom: 1px solid #dddddd; }
#faq h4 {
  margin-top: 12px; }
#faq .question-head {
  color: #fff;
  padding: 3px 12px;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  text-shadow: 0px 0px 2px #333; }
  #faq .question-head#enterprise {
    background-color: #b1c957; }
    #faq .question-head#enterprise:hover {
      background-color: #8da145; }
  #faq .question-head#recycler {
    background-color: #f1925c; }
    #faq .question-head#recycler:hover {
      background-color: #c1754a; }
  #faq .question-head#consumer {
    background-color: #17a95c; }
    #faq .question-head#consumer:hover {
      background-color: #12874a; }
#faq div[id$=-answer-list] p {
  font-weight: 300;
  margin-bottom: 6px;
  padding: 0px 8px; }

.back-to-top {
  bottom: 0px;
  display: inline-block;
  font-size: 9pt;
  margin-bottom: 15px;
  position: relative; }

.has-errors {
  color: #ff1010;
  font-size: 11.5pt;
  margin-bottom: 8px; }

.field-error-message {
  background-color: #fffff0;
  border: 1px solid #dddddd;
  color: #ff1010;
  display: none;
  font-size: 10.5pt;
  padding: 4px 6px;
  position: relative;
  top: -17px; }
  .field-error-message .not-first {
    margin-left: 8px; }

form section.border {
  border: 1px solid #dddddd; }

#contact-us-form {
  margin: 0px 24px;
  width: 80%; }

.leftmost {
  padding-left: 0px; }

.rightmost {
  padding-right: 0px; }

#license-application-form input[type=submit] {
  background-color: #f1925c; }
  #license-application-form input[type=submit]:hover {
    background-color: #c1754a; }
#license-application-form .title {
  font-weight: 600; }
#license-application-form .contact-info {
  margin-bottom: 15px; }
  #license-application-form .contact-info p {
    margin-bottom: 6px; }
#license-application-form .address-info h4 {
  margin-left: -0.9375rem; }
#license-application-form .address-info p {
  margin-bottom: 6px; }
#license-application-form #complete-btn {
  float: right; }
#license-application-form #facilities-list {
  display: none;
  margin-bottom: 10px; }
  #license-application-form #facilities-list input {
    display: none; }
#license-application-form .facilities-status {
  margin-left: 12px; }

#add-facility {
  background-color: rgba(60, 60, 60, 0.6);
  display: none;
  height: 210%;
  left: 0;
  position: absolute;
  width: 100%;
  top: -107px;
  z-index: 100; }
  #add-facility form {
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 15px -3px black;
    -moz-box-shadow: 0px 0px 15px -3px black;
    box-shadow: 0px 0px 15px -3px black;
    margin: 120px auto 0px auto;
    max-width: 900px;
    padding: 1px 10px;
    position: relative;
    width: 100%; }
  #add-facility #close-btn {
    background-image: url("/sites/536b0c88fdc8b14426000002/theme/images/fancybox_sprite.png");
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px; }
  #add-facility .bordered {
    border: 1px solid #dddddd;
    margin: 6px 0px;
    padding: 4px 8px; }

#contact-info {
  margin: 12px 0px 24px 0px; }

#payment-form #products-table {
  width: 100%; }
  #payment-form #products-table #price {
    width: 20%; }
  #payment-form #products-table #quantity {
    margin-bottom: 0px;
    width: 20%; }
#payment-form #total-area {
  font-weight: 600; }
#payment-form .instructions {
  font-size: 10pt;
  font-weight: 300; }

.form-success {
  font-size: 18pt;
  margin-top: 40px;
  text-align: center; }

#cert-list {
  border: 1px solid #dddddd;
  padding: 4px 12px; }

.right-justified {
  text-align: right; }

#popup-messages-area {
  bottom: 20px;
  left: 0px;
  position: fixed;
  width: 100%;
  z-index: 1000; }

.popup-message {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(102, 176, 71, 0.9)), color-stop(80%, rgba(111, 191, 77, 0.9)), color-stop(100%, rgba(104, 180, 72, 0.9)));
  background-image: -webkit-linear-gradient(rgba(102, 176, 71, 0.9), rgba(111, 191, 77, 0.9) 80%, rgba(104, 180, 72, 0.9));
  background-image: -moz-linear-gradient(rgba(102, 176, 71, 0.9), rgba(111, 191, 77, 0.9) 80%, rgba(104, 180, 72, 0.9));
  background-image: -o-linear-gradient(rgba(102, 176, 71, 0.9), rgba(111, 191, 77, 0.9) 80%, rgba(104, 180, 72, 0.9));
  background-image: linear-gradient(rgba(102, 176, 71, 0.9), rgba(111, 191, 77, 0.9) 80%, rgba(104, 180, 72, 0.9));
  border-bottom: 2px solid rgba(88, 153, 62, 0.9);
  border-top: 2px solid rgba(88, 153, 62, 0.8);
  height: 80px;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 1px #333333;
  width: 100%; }
  .popup-message.error {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(212, 64, 64, 0.9)), color-stop(70%, rgba(230, 69, 69, 0.9)), color-stop(100%, rgba(216, 65, 65, 0.9)));
    background-image: -webkit-linear-gradient(rgba(212, 64, 64, 0.9), rgba(230, 69, 69, 0.9) 70%, rgba(216, 65, 65, 0.9));
    background-image: -moz-linear-gradient(rgba(212, 64, 64, 0.9), rgba(230, 69, 69, 0.9) 70%, rgba(216, 65, 65, 0.9));
    background-image: -o-linear-gradient(rgba(212, 64, 64, 0.9), rgba(230, 69, 69, 0.9) 70%, rgba(216, 65, 65, 0.9));
    background-image: linear-gradient(rgba(212, 64, 64, 0.9), rgba(230, 69, 69, 0.9) 70%, rgba(216, 65, 65, 0.9));
    border-bottom: 2px solid rgba(192, 57, 57, 0.9);
    border-top: 2px solid rgba(192, 57, 57, 0.8); }
  .popup-message.warning {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(243, 156, 18, 0.9)), color-stop(50%, rgba(245, 176, 65, 0.9)), color-stop(100%, rgba(244, 161, 30, 0.9)));
    background-image: -webkit-linear-gradient(rgba(243, 156, 18, 0.9), rgba(245, 176, 65, 0.9), rgba(244, 161, 30, 0.9));
    background-image: -moz-linear-gradient(rgba(243, 156, 18, 0.9), rgba(245, 176, 65, 0.9), rgba(244, 161, 30, 0.9));
    background-image: -o-linear-gradient(rgba(243, 156, 18, 0.9), rgba(245, 176, 65, 0.9), rgba(244, 161, 30, 0.9));
    background-image: linear-gradient(rgba(243, 156, 18, 0.9), rgba(245, 176, 65, 0.9), rgba(244, 161, 30, 0.9));
    border-bottom: 2px solid rgba(194, 125, 14, 0.9);
    border-top: 2px solid rgba(194, 125, 14, 0.8); }
  .popup-message p {
    color: #fff;
    font-size: 20px;
    line-height: 80px;
    margin: 0; }

.lc-member-list h3 {
  border-bottom: 3px solid #e9e9e9;
  text-align: center; }
.lc-member-list p {
  padding-left: 8px; }
.lc-member-list .right-justified p {
  padding-left: 0px;
  padding-right: 8px; }

#newsletter-signup {
  border: 1px solid #ccc;
  height: 700px;
  width: 100%; }

#filter-section {
  margin-bottom: 15px; }
  #filter-section select {
    font-size: 10pt;
    padding: 0px 20px 0px 8px; }

#listing-section .logos {
  margin-bottom: 30px; }
#listing-section .logo {
  height: 170px;
  line-height: 170px;
  text-align: center; }
  #listing-section .logo .logo-box {
    border: 1px solid #dddddd; }
