/* Mobile CC */
header {
  background: #000;
}

.social_section i {
  color: #c1d38a;
}

.logo_section {
  width: 310px;
}

.primary_section {
  background: #6a7942 url(../graphics/bg_tile.jpg);
  color: #c1d38a;
}

.primary_section a {
  border: none;
  color: #000;
  font-weight: normal
}

.primary_section ul li {
  background: #fcb84e;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  padding: 10px 60px;
  width: 100%;
  margin: 3px 0px;
  border: none;
}

.primary_section span.content_location_data {
  text-decoration: underline;
}

.primary_section .content_location a {
  color: black;
}

.content_location {
  border: none;
}

.nav_section {
  background: #cddba0;
}

.nav_section #NavPulldownURL {
	color: #000;
}

footer {
  padding: 20px 20px 40px;
  background: #000;
  color: #fff;
}

footer .full_site_section a.button, footer .full_site_section a.button:link {
  background: #fcb84e;
    color: #000;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    padding: 10px 60px;
    font-weight: normal;
    width: 100%;
    margin: 3px 0px;
    border: none;
    border-radius: 0;
}

footer a {
	color: #c1d38a;
}