body {
  background-color: #ddd;
  font-family: 'Open Sans', avenir, helvetica, arial, sans-serif;
}
h1 {
  font-weight: normal;
  font-size: 175%;
  line-height: 150%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #333;
  white-space: nowrap;
}
h1 strong {
  color: #369;
  font-weight: bolder;
}
h1 em {
  color: #bbb;
  font-style: normal;
}

.accordion {
  background-color: #fff;
  max-width: 610px;
  margin: 0px auto;
  line-height: 1.6;
  border: 15px solid #f6f6f6;
/*  border-top: 6px solid #47a; */
/*  box-shadow: 3px 3px 6px 0px #ddd; */
}
.accordion__item {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.accordion__title {
  padding: 20px 15px 15px 40px;
  display: block;
  position: relative;
  font-weight: 400;
}
.accordion__title:before {
  font-family: FontAwesome;
  content: "\f055";
  font-size: 19px;
  position: absolute;
  left: 14px;
  top: 41%;
  line-height: 80%;
  color: #47a;
}
.accordion__title h5 {
  line-height: 150%;
  border-bottom: 1px solid #fff;
  display: inline-block;
  color: #777;
  font-size: 95%;
}
.accordion__title h5 strong {
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-weight: normal;
  color: #000;
  font-size: 125%;
}
.accordion__title:hover, .accordion__title:focus {
  cursor: pointer;
  outline: none;
}
.accordion__title:hover h5 strong {
  border-bottom-color: #000;
  display: inline-block;
}
.is-expanded .accordion__title:before {
  content: "\f056";
}
.accordion__content-inner {
  padding: 10px 40px 3px 40px;
  font-size: 95%;
  line-height: 140%;
}
.accordion__content-inner p {
  padding: 0 0 20px 0;
}
.accordion__content-inner p a {
  color: #777;
  font-weight: normal;
  text-decoration: none;
}
.accordion__content-inner p a strong {
  font-weight: bolder;
  color: #47a;
}
.accordion__content-inner p a:hover strong {
  color: #000;
  border-bottom: 1px solid #000;
}
.accordion__content {
  transition: height 0.3s ease-out;
  height: 0;
  overflow: hidden;
}
.footer {
  padding: 25px 20px 40px 20px;
  text-align: center;
  font-size: 80%;
  line-height: 250%;
}
.footer a {
  color: #369;
  font-weight: bolder;
}
.footer em {
  color: #999;
}

hr {
	margin: 1em 0 -0.75em 0;
	border:0; height:1px;
	background-color:#aaa;
	width:100%;
}


@media only screen and (max-width: 660px) {

	body {
		padding-left:10px;
		padding-right:10px;		
	}
	h1 {
		font-size: 140%;
	}
	hr {
		margin: 1em 0 -1.25em 0;
	}
}



@media only screen and (max-width: 500px) {
	
	h1 {
		font-size: 100%;
		margin: 30px 25px 25px 25px;
		line-height: 130%;
	}
	hr {
		margin: 1.25em 0 -2.25em 0;
	}
	.accordion {
	  border-top: 15px solid #f6f6f6;
	  border-bottom: 15px solid #f6f6f6;
	  border-left: 0;
	  border-right: 0;
	}
	.accordion__title:before {
	  top: 44%;
	}
	.accordion__title h5 {
	  line-height: 150%;
	  border-bottom: 1px solid #fff;
	  display: inline-block;
	  color: #777;
	  font-size: 75%;
	}
}

@media only screen and (max-width: 374px) {
	
	hr {
		margin: 1.25em 0 -2.625em 0;
	}
  h1 {
  	margin: 30px 0px 25px 0px;
    font-size: 85%;
  }

	
}

