body {
  margin: 0 auto;
}
*, input {
  font-family: 'Open Sans', Frutiger, 'Frutiger Linotype', Univers, Calibri, 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', Myriad, 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.section-header {
  margin: 35px auto 1px;
  position: relative;
  width: 1002px;
}

.scs-logo {
  margin: 0 12px;
  width: auto;
  padding-bottom: 10px;
}

.menu {
  background-color: #5a8e22;
  display: block;
  padding: 0 calc(50% - 501px);
  position: relative;
  min-width: 855px;
  z-index: 80;
}

#timer {
  text-align: center;
  margin: 0;
}

.back-button {
  text-decoration: none;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 15px 15px;
  position: relative;
  z-index: 2;
}

.back-button:hover {
  background-color: #48721b;
}

.section-footer {
  background: #5a8e22;
  color: #fff;
  padding-bottom: 36px;
  margin-top: 0;
  padding: 0 0 80px;
  z-index: 10;
  text-decoration: none;
}
.region--footer {
  border: none;
  margin: 0 auto;
  min-height: 250px;
  padding-top: 30px;
  width: 978px;
}
.region--footer a {
  color: #fff;
  text-decoration: none;
}

.footer--address,
.footer--links,
.footer--statement {
  display: inline-block;
  vertical-align: top;
}

.footer--address p,
.footer--links p,
.footer--statement p {
  /*font-size: .8571em;*/
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.footer--statement {
  display: inline-block;
  left: 35px;
  top: 24px;
  width: 475px;
}

.footer--statement a::after {
  content: ' … MORE >';
  color: #fff;
  padding: 0 2.5vw;
}

.footer--links {
  display: inline-block;
  left: 545px;
  top: 20px;
  width: 200px;
}
.footer--address {
  display: inline-block;
  margin-left: 35px;
  width: 200px;
}
.section-footer h6 {
  font-size: 14px;
  margin: 0;
  margin-bottom: 4px;
}

.footer--links ul {
  margin-top: 0;
}

.footer--links li {
  border-bottom: solid 1px #aec692; 
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 0;
  list-style: none;
}

.footer--links li:first-child {
  padding-top: 0; 
}

.footer--links li:last-child {
   border-bottom: none; 
}