/* Font Families */
/* Colors */
/* Copy */
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: #1A6AAC;
}
a:hover {
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 26px;
  font-family: 'Arial Rounded', Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 28px;
}
h2 {
  font-size: 26px;
  font-family: 'Arial Rounded', Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 24px;
}
h3 {
  font-size: 20px;
  line-height: 22px;
}
h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
}
h5 {
  font-size: 18px;
  font-family: 'Faraco Hand', Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  color: #666666;
  line-height: 22px;
}
h6 {
  font-size: 15px;
  line-height: 19px;
}
p {
  margin: 12px 0;
}
hr {
  background: none;
  border: 0;
  border-bottom: 3px solid #CBCBCB;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 25px 0 20px;
  padding: 0;
  overflow: hidden;
  visibility: visible;
  width: 100%;
  height: 1px;
}
/* Blue Button */
a.blue-button {
  display: inline-block;
  padding: 6px 30px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 1px;
  border-radius: 5px;
  border: 4px solid #CBCBCB;
  background: #3795DF url(../../images/button-gradient.png) repeat-x 0 100%;
}
a.blue-button.js {
  padding: 0;
  background: #CBCBCB;
}
a.blue-button.js span {
  display: inline-block;
  padding: 6px 30px;
  border-radius: 3px;
  background: #3795DF url(../../images/button-gradient.png) repeat-x 0 100%;
}
a.blue-button:hover {
  border-color: #A3A3A3;
}
a.blue-button.js:hover {
  background: #A3A3A3;
}
/* Unordered Lists */
ul,
div.item-list ul {
  margin: 0;
  padding: 0;
}
ul li,
div.item-list ul li {
  list-style: disc;
  margin: 10px 0 10px 20px;
}
/* Ordered Lists */
ol li {
  margin: 10px 0 10px 15px;
}
/* Collapsible Lists */
ul.collapsible-list {
  margin: 15px 0;
  padding: 0;
  /* Label */
  /* Slide */
}
ul.collapsible-list li {
  margin: 10px 0;
  padding: 0 0 0 14px;
  list-style: none;
  color: #1A6AAC;
  font-weight: bold;
  cursor: pointer;
  background: url(../../images/blue-arrow.gif) no-repeat 0 4px;
}
ul.collapsible-list li p {
  margin: 0;
}
ul.collapsible-list ul {
  padding: 0;
}
ul.collapsible-list ul li {
  margin: 0;
  padding: 5px 0 0 0;
  cursor: default;
  font-weight: normal;
  color: #424242;
  background: none;
}
ul.collapsible-list ul li p {
  margin: 0 0 15px;
}
ul.collapsible-list ul li ul {
  margin: 10px 0;
}
ul.collapsible-list ul li ul li {
  margin-left: 25px;
  list-style: disc;
}
