/*
Theme Name: brand-jquery-org
Template: jquery
*/

/* Structure */

#content {
	padding-bottom: 40px;
}
#banner-secondary.large-banner {
	text-align: left;
}

/* Headlines */

#content h2 {
	text-transform: uppercase;
}
#content h4 {
	font-size: 18px;
}
#banner-secondary.large-banner h1,
#banner-secondary.large-banner h2 {
	font-size: 42px;
	text-transform: uppercase;
}

#content .h-h1-size {
	font-weight: bold;
	line-height: 36px;
	font-size: 36px;
}

/* Color Swatches */
.color {
	display: block;
	margin: 30px 0;
	color: #fff;
	padding: 20px;
}
#content .color h3 {
	color: inherit;
}
#content .color ul {
	margin: 0;
	padding: 0;
}
#content .color li::marker {
	content: "";
}
#content .color li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
}

/* Misc Content */
.figcaption {
	padding-top: 20px;
	padding-bottom: 20px;
}

#banner-secondary p {
	padding-left: 0;
	color: #fff;
}
hr {
	display: block;
	clear: both;
	margin: 50px 0;
}

/* Links */
a {
	color: #032a42;
}

/* Buttons */
#content .button,
#content a.button {
	float: none;
	display: inline-block;
}

/* Helpers */
.p-small {
	padding-bottom: 20px;
}