﻿/* GLOBAL */
#new-faqs {
	color: #3a3939;
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	max-width: 524px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* HEADER */
#new-faqs .header {
	padding: 0;
}
	
	#new-faqs .header h3 {
		font-family: 'caviar_dreamsregular', sans-serif;
		font-size: 2.5em;
		font-weight: normal;
		margin: 0 0 .35em 0;
	}

	#new-faqs .header strong {
		display: block;
		font-size: .8em;
		letter-spacing: 1px;
		margin-bottom: 1em;
		text-transform: uppercase;
	}

	#new-faqs .header span {
		display: block;
		font-size: .8em;
	}

		#new-faqs .header span a {
			color: #3a3939;
			text-decoration: underline;
			text-transform: none;
		}

/* CONTENT */
#new-faqs .content {
	text-align: left;
}

	#new-faqs .content h4 {
		border-bottom: 1px solid #3a3939;
		color: #00c184;
		font-family: 'caviar_dreamsregular', sans-serif;
		font-size: 1.6em;
		font-weight: normal;
		margin: 2em 0 0 0;
		padding-bottom: 1em;
	}

		#new-faqs .content h4:first-of-type {
			margin-top: 0;
		}

	#new-faqs .content details {
		border-bottom: 1px solid #3a3939;
	}

		#new-faqs .content details a {
			text-transform: none;
		}

		#new-faqs .content details summary {
			cursor: pointer;
			font-size: .75em;
			font-weight: bold;
			letter-spacing: 1px;
			-moz-user-select: none;
			outline: none;
			padding: 1.25em 0;
			text-transform: uppercase;
			user-select: none;
			-webkit-user-select: none;
		}

		#new-faqs .content details > ul {
			font-size: .71em;
			line-height: 1.25em;
			list-style: disc;
			margin-bottom: 1.25em;
			padding-left: 16px;
		}

			#new-faqs .content details > ul > li {
				margin-bottom: .5em;
			}

				#new-faqs .content details > ul > li > ul {
					list-style: disc;
					margin: .5em 0 1.25em 0;
					padding-left: 16px;
				}

					#new-faqs .content details > ul > li > ul > li {
						margin-bottom: .5em;
					}

/* FOOTER */
#new-faqs .footer {
	font-size: .8em;
	padding: 0;
}

	#new-faqs .footer a {
		font-size: .9em;
		text-decoration: underline;
	}