/*
*
* !DO NOT EDIT THE CSS FILES, THEY ARE BUILT WITH THE LESS CSS!
* less/content/headers/less
*
* ---------------------------
* Styles associated with the page headings
* ---------------------------
*/
#pagetitle {
  margin: 0 0 0.6em 0;
}
#pagetitle h1 {
  line-height: 1;
  font-family: Helvetica, Arial, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
  font-size: 1.7em;
  font-weight: bold;
  letter-spacing: -0.038em;
  padding-bottom: 0.1em;
  word-spacing: -0.05em;
  color: #535353;
  text-decoration: none;
}
#maincontent h1,
#colorbox h1,
#maincontent h2,
#colorbox h2,
#maincontent h3,
#colorbox h3,
#maincontent h4,
#colorbox h4,
#maincontent h5,
#colorbox h5,
#maincontent h6,
#colorbox h6 {
  line-height: 1.2;
  padding-bottom: 0.3em;
  font-family: Helvetica, Arial, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
  color: #535353;
  font-weight: bold;
  padding-top: 0.4em;
}
#maincontent h4,
#colorbox h4,
#maincontent h5,
#colorbox h5,
#maincontent h6,
#colorbox h6 {
  padding: 0.1em 0 0.2em 0;
}
#maincontent h1,
#colorbox h1 {
  font-size: 1.6em;
}
#maincontent h2,
#colorbox h2 {
  font-size: 1.5em;
}
#maincontent h3,
#colorbox h3 {
  font-size: 1.4em;
}
#maincontent h4,
#colorbox h4 {
  font-size: 1.3em;
}
#maincontent h5,
#colorbox h5 {
  font-size: 1.2em;
}
#maincontent h6,
#colorbox h6 {
  font-size: 1.1em;
}
#maincontent .sec_header,
#colorbox .sec_header {
  background: none;
  border-bottom: 1px solid #cecece;
  padding: 0;
  margin: 3px 0 1.01em 0;
  position: relative;
  clear: left;
}
#maincontent .sec_header:after,
#colorbox .sec_header:after {
  position: absolute;
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #ededed 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #ededed 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, #ededed 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ededed 0%, rgba(255, 255, 255, 0) 100%);
  bottom: -7px;
  width: 100%;
  height: 5px;
  left: 0;
  content: '';
}
@media (min-width: 320px) {
  
}
@media (min-width: 480px) {
  
}
@media (min-width: 600px) {
  
}
@media (min-width: 768px) {
  #pagetitle {
    margin: 0 0 1.125em 0;
  }
  #pagetitle h1 {
    font-size: 2em;
  }
  #maincontent h1,
  #colorbox h1 {
    font-size: 2em;
  }
  #maincontent h2,
  #colorbox h2 {
    font-size: 1.8em;
  }
  #maincontent h3,
  #colorbox h3 {
    font-size: 1.6em;
  }
  #maincontent h4,
  #colorbox h4 {
    font-size: 1.4em;
  }
  #maincontent h5,
  #colorbox h5 {
    font-size: 1.3em;
  }
  #maincontent h6,
  #colorbox h6 {
    font-size: 1.1em;
  }
}
@media (min-width: 960px) {
  
}
@media (min-width: 1040px) {
  
}
