
/* Header
__________________________________________ 
header {
  float: left;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  width: 100%;
}
.logo {
  float: left;
  max-width: 100%;
  width: 100%;
}
.logo a {
  color: #242628;
  display: block;
  float: left;
  font-family: 'ChunkFiveRegular', Arial, sans-serif;
  font-size: 3.7em;
  line-height: 2em;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 1px 1px #555;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  text-align: center;
  max-width: 100%;
  width: 100%;
}
.logo a:hover {
  color: #333433;
  text-shadow: 1px 1px #666;
}
.follow {
  float: left;
  margin: 0 0 4%;
  width: 100%;
}*/
.btn {
  background-color: #007197;
  background-image: -moz-linear-gradient(center bottom, #005d7c 0%, #0088b5 100%);
  background-image: -o-linear-gradient(center bottom, #005d7c 0%, #0088b5 100%);
  background-image: -webkit-linear-gradient(left bottom, left top, color-stop(0, #005d7c), color-stop(1, #0088b5));
  background-image: -ms-linear-gradient(top, #005d7c 0%, #0088b5 100%);
  background-image: linear-gradient(top, #005d7c 0%, #0088b5 100%);
  border: 1px solid #1D4253;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.55);
  color: #FFFFFF;
  display: block;
  font-size: 1.2em;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 #004e68;
}
.btn:hover {
  background-color: #0081ab;
  background-image: -moz-linear-gradient(center bottom, #00749a 0%, #00a5c6 100%);
  background-image: -o-linear-gradient(center bottom, #00749a 0%, #00a5c6 100%);
  background-image: -webkit-linear-gradient(left bottom, left top, color-stop(0, #00749a), color-stop(1, #00a5c6));
  background-image: -ms-linear-gradient(top, #00749a 0%, #00a5c6 100%);
  background-image: linear-gradient(top, #00749a 0%, #00a5c6 100%);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.btn:active {
  background-color: #006486;
  background-image: -moz-linear-gradient(center bottom, #0085a6 0%, #00537a 100%);
  background-image: -o-linear-gradient(center bottom, #0085a6 0%, #00537a 100%);
  background-image: -webkit-linear-gradient(left bottom, left top, color-stop(0, #0085a6), color-stop(1, #00537a));
  background-image: -ms-linear-gradient(top, #0085a6 0%, #00537a 100%);
  background-image: linear-gradient(top, #0085a6 0%, #00537a 100%);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
}
.btn span {
  border-radius: 5px;
  border-top: 1px solid #00B8D3;
  display: block;
  font-weight: bold;
  padding: 2% 0;
}
.btn span:active {
  border-top-color: transparent;
}
/* Main
__________________________________________ */
.main-wrapper {
  float: left;
  width: 100%;
}
.main-wrapper h2 {
  color: #242628;
  display: block;
  font-family: 'ChunkFiveRegular', Arial, sans-serif;
  font-size: 3em;
  font-weight: bold;
  line-height: 2em;
  margin: 6% 0 1%;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: 1px 1px #555;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  text-align: center;
  max-width: 100%;
  width: 100%;
}
.rlAccordion > h3 {
  /*background-color: #007197;
  background-image: -moz-linear-gradient(center bottom, #005d7c 0%, #0088b5 100%);
  background-image: -o-linear-gradient(center bottom, #005d7c 0%, #0088b5 100%);
  background-image: -webkit-linear-gradient(left bottom, left top, color-stop(0, #005d7c), color-stop(1, #0088b5));
  background-image: -ms-linear-gradient(top, #005d7c 0%, #0088b5 100%);
  background-image: linear-gradient(top, #005d7c 0%, #0088b5 100%);
  border: 1px solid #1D4253;*/
  
  background-color: #8c1515;
  background-image: -moz-linear-gradient(center bottom, #8c1515 0%, #931515 100%);
  background-image: -o-linear-gradient(center bottom, #8c1515 0%, #931515 100%);
  background-image: -webkit-linear-gradient(left bottom, left top, color-stop(0, #8c1515), color-stop(1, #931515));
  background-image: -ms-linear-gradient(top, #8c1515 0%, #931515 100%);
  background-image: linear-gradient(top, #8c1515 0%, #931515 100%);
  border: 1px solid #7b1313;
  border-radius: 2px;/*5px*/
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.55);
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0 auto;
  padding: 2% 3%;/*3%*/
  text-decoration: none;
  /*text-shadow: 1px 1px 0 #004E68;*/
}
.rlAccordion > h3 > span {
  float: right;
  font-family: arial, serif, sans-serif;
}
.rlAccordion > h3 + div {
  display: none;
  padding: 2% 1%;/*2% 5%*/
  background:#f2f1eb;
}
/* Footer
__________________________________________
footer {
  float: left;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.copy p {
  float: right;
  font-size: 1.2em;
  margin: 6% 0;
  opacity: 0.3;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.copy p:hover {
  opacity: 0.9;
} */
/* IE7
__________________________________________ */
/* position of minus and plus sign in IE7 */
/* if your html structure is based in HTML5, consider use a SHIV*/
.ie7 .rlAccordion h3 span {
  position: absolute;
  right: 20px;
}
