body {
  color: #333;
  font-size: 18px;
  font-family: 'Lato', sans-serif, sans-serif;
  line-height: 1.45;
  padding: 40px 20px 20px;
}

a img {
  border: none
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Merriweather', serif;
}
h1 {font-size: 48px;}
h2 {font-size: 36px;}
h3 {font-size: 24px;}
h4 {font-size: 21px;}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

#content h1:first-child,
#content h2:first-child,
#content h3:first-child,
#content h4:first-child,
#content h5:first-child,
#content h6:first-child {
  margin-top: 0;
}

.nav-item:hover {
  color: #fff;
  text-decoration: none;
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.gray-tab, .green-tab {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 5px 15px;
}
.gray-tab {
  background: #404040;
}
.green-tab {
  background: #009c24;
}

#header {
  background: url('clouds.jpg?cb=1555407005619') no-repeat left top;
  background-size: cover;
  border-top-right-radius: 15px;
}

#slogan {
  color: #fff;
  text-shadow: 0 0 2px #000;
  min-height: 110px;
}
#slogan h2 {padding-top: 30px;}

#banner {
  /* background: url('banner-bg.jpg') repeat-x top left; */
  background-image: linear-gradient(to right, rgba(216,216,216,1), rgba(216,216,216,0));
  background-position: 803px 0px;
  width: 100%;
}
#banner img {max-width: 100%;}

.spacer {
  /* background-color: #4898C9; */
  height: 30px;
}

#content {
  padding-top: 15px;
  overflow: hidden;
}

#section-copper a {
	font-size: 24px;
}

.as-cta-btn { margin-bottom: 1em; }
.as-cta-btn .pb-cta {
  display: block;
  width: 100%;
}

#sidebar {
  display: none;
  padding-top: 15px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}

.gif-cta {margin-bottom: 15px;}
.gif-cta a {display: block;}
.gif-cta img {display: block;}

.pb-ads-container {
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}
.pb-ads-slider {width: calc((160px + 15px) * 13);} /* 12 ads + 1 for good measure */
.pb-product {
  float: left;
  width: 160px;
  margin-right: 15px;
}
.pb-product a {display: block;}
.pb-product img {
  display: block;
  width: 100%;
}
.pb-ad {
	margin-bottom: 15px;
	padding-bottom: 10px;
	overflow: hidden;
	max-height: 550px;
}
.pb-ad-title {
  font-family: 'Lato', sans-serif;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  margin-top: 0.5rem;
}
.pb-ad-title a {color: #12c;}
.pb-ad-url {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0.5rem;
}
.pb-ad-url a {
  color: #093;
  text-decoration: none;
}
.pb-ad-desc {
  color: #444;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
}

a:hover, .pb-ad-url a:hover {text-decoration: underline;}
.ad-text {
  color: #333;
  padding: 5px 5px 3px 10px
}

@media (min-width: 576px) {
  #sidebar {display: block;}
  .pb-ads-container {display: none;}
  .as-cta-btn .pb-cta {
    display: inline-block;
    width: auto;
  }
}

@media (min-width: 992px) {
  .gray-tab, .green-tab {
    font-size: 18px;
    border-top-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}