body, button {
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	line-height: 1.6;
	color: #000000;
	background: #f6f6f4;
	font-weight: 300;
}
a, .ph-name, #credits a:hover {
	color: #c89d8c;
}
a:hover {
	color: #cccccc;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;	
}
img {
	margin-bottom: 20px;
	border: 1px solid lightgrey;
	border-radius: 3px;
	padding: 5px;
	max-width: 100%;
}
li, p {
	clear: both;
}
section ol li,
#home-page li {
	margin-bottom: 15px;
}
ol, ul {
	overflow: hidden;
}
strong {
	font-weight: 600;
	color: #333;	
}
strong.ph-subtitle {
	text-transform: uppercase;
	font-size: 13.5px;
	letter-spacing: 1px;
	padding: 5px 0;
	display: block;
}
#sliders .ph-underline,
#featured-images .ph-underline {
	text-decoration: underline;
}	
/*Logo*/
.logo {
	text-align: center;
}
.logo img {
	border: none;
	margin: 0 0 5px 0;
}
h1 {
	margin: 20px 0 10px 0;
}
h3 {
	margin-top: 0px;
	font-size: 18px;
	color: #696969;
	font-weight: normal;
}

/*Documentation*/
#documentation {
	margin: 0 auto;
	padding: 35px 50px;
	max-width: 1000px;
	background: #fff;
	border-radius: 3px;
}

/*Intro Section*/
.faq-intro-section {
	text-align: center;
	margin: 0 0 60px 0;
}
.faq-intro-section h1 {
	margin: 20px 0 0 0;
    font-size: 32px;
    letter-spacing: 1px;
}
.faq-intro-section h2 {
    margin-top: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    color: #777;
}
.faq-intro-section p {
	margin-top: 25px;
}

/* Accordion */
.faq-accordion {
  position: relative;
  background-color: #FFFFFF;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  margin: 0 0 30px 0;
  transition: 0.4s;
  border: 5px solid #F2E9E4;
}
.faq-accordion:after {
	content: '\002B';
	color: #444444;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.faq-accordion.active:after {
	content: '\2212';
}
.active, .faq-accordion:hover {
  background-color: #F2E9E4;
}
.faq-accordion.active {
	margin-bottom: 15px;
}
.faq-panel {
  padding: 0 18px;
  margin: 0 0 25px 0;
  background-color: white;
  display: none;
  overflow: hidden;
}

/*FAQ Section*/
.faq-section {
	margin-top: 30px;
}
.faq-section-title {
	text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 25px;
}

/*Footer*/
.faq-footer {
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 20px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 400;
	margin-top: 70px;
}
