.content {
  border: 1px solid #e3e4e4;
  margin-bottom: 65px;
  margin-top: 40px;
  padding: 0;
  width: 100%;
}
.content h1 {
		font-weight: 400;
		text-transform: uppercase;
		margin: 0;
	}
	.content h2 {
		font-weight: 400;
		text-transform: uppercase;
		color: #333;
		margin: 0 0 20px;
	}
	.content p {
		font-size: 1em;
		font-weight: 300;
		line-height: 1.5em;
		margin: 0 0 20px;
	}
	.content p:last-child {
		margin: 0;
	}
	.content a.button {
		display: inline-block;
		padding: 10px 20px;
		background: #ff0;
		color: #000;
		text-decoration: none;
	}
	.content a.button:hover {
		background: #000;
		color: #ff0;
	}
	.content.title {
		position: relative;
		background: none;
		border: 2px dashed #333;
	}
	.content.title h1 span.demo {
		display: inline-block;
		font-size: .5em;
		padding: 5px 10px;
		background: #000;
		color: #fff;
		vertical-align: top;
		margin: 7px 0 0;
	}
	.content.title .back-to-article {
		position: absolute;
		bottom: -20px;
		left: 20px;
	}
	.content.title .back-to-article a {
		padding: 10px 20px;
		background: #f60;
		color: #fff;
		text-decoration: none;
	}
	.content.title .back-to-article a:hover {
		background: #f90;
	}
	.content.title .back-to-article a i {
		margin-left: 5px;
	}
	.content.black {
		background: #000;
	}
	.content.black p {
		color: #999;
	}
	.content.black p a {
		color: #08c;
	}
	
.accordion-container {
  clear: both;
  margin: 0;
  width: 100%;
}

.accordion-toggle {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px solid #e3e4e4;
  color: #5d5d5d;
  display: block;
  font-size: 1.5em;
  font-weight: 300;
  padding: 28px;
  position: relative;
  text-decoration: none;
}

.accordion-toggle.open {
  background: none repeat scroll 0 0 #f7f7f7;
  border-top: 1px solid #ff5157;
  color: #5d5d5d;
}
.accordion-toggle:hover {
  background: none repeat scroll 0 0 #fff;
}


.toggle-icon {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #ff5157;
  border-radius: 50%;
  height: 40px;
  left: 45px;
  position: absolute;
  text-align: center;
  top: 20px;
  vertical-align: middle;
  width: 40px;
}

.toggle-icon > img {
  text-align: center;
  vertical-align: text-bottom;
}

.accordion-toggle.open .toggle-icon {
  background: none repeat scroll 0 0 #ff5157;
}

.toggle-icon > p {
  font-size: 27px;
  text-align: center;
  color:#ff5157;
}

.accordion-toggle h3 {
  font-family: GothamLight;
  font-size: 16px;
  margin: 0;
  padding-left: 100px;
  text-align: left;
  text-transform: uppercase;
}

.accordion-content > p {
  color: #666769;
  font-family: GothamBook;
  font-size: 13px;
}

a{
outline:0 !important;
}

a:hover, a:active, a:focus {
  outline:0 !important;
}

.accordion-content {
  background: none repeat scroll 0 0 #fff;
  display: none;
  overflow: auto;
  padding: 20px 50px 20px 124px !important;
}
	.accordion-content img {
		display: block;
		float: left;
		margin: 0 15px 10px 0;
		max-width: 100%;
		height: auto;
	}
	
	/* media query for mobile */
	@media (max-width: 767px) {
		.content {
			width: auto;
		}
.accordion-content {
  overflow: inherit;
  padding: 5px !important;
}
}
@media (max-width: 480px){
.toggle-icon {
  left: 15px;
}

.accordion-toggle h3 {
  font-size: 15px;
  padding-left: 50px;

}
}