/* Type - SR */
h1 {
	font-weight: 600;
}

h2 {
	font-weight: 600;
	font-size: 1.5rem;
}

h3 {
	font-size: 1.3rem;
	font-weight: 100;
	padding-bottom: .6rem;
	color: #981e32;
	text-transform: none;
}

.column h1,
.column h2,
.column h4,
.column h5,
.column h6,
.column p {
	color: #202020;
	text-transform: none;
	padding-bottom: .6rem;
}

b, strong {
	font-weight: 600;
}

.column a {
	font-weight: 600;
}

hr {
	background-color: #a5a5a5;
}

/* Header - SR */
.sup-header-default {
	font-size: 1.8rem;
}

.sub-header-default {
	font-size: 1rem !important;
	font-style: italic;
}

.main-header .header-group {
	padding: 1rem 0 1.1rem 1.3rem;
}

.style-bookmark .main-header {
	left: 250px;
}

header.main-header {
	margin-bottom: 5rem;
}

/* Footer - SR */
article footer {
	display: none;
}

main {
	margin-bottom: 5rem;
}

/* add blue bar full width */
#jacket {
	background-image: url('https://wpcdn.web.wsu.edu/wp-cas/uploads/sites/104/2014/11/foley-bkg-1x80.jpg');
	background-repeat: repeat-x;
}

/* ********** basic format changes ************ */
/* change bookmark background to federal blue */
.style-bookmark.colors-gray .main-header {
	background: none repeat scroll 0 0 #1D2848;
	height: 80px;
}

/* paragraphs in smaller indented text */
.smalltext-indent p {
	font-size: .8em;
	line-height: 1.25em;
	margin-left: 2em;
}

/* bullets - from circles to squares, increase padding */
ul li {
	list-style: square outside none;
	padding: 0 10px .8em;
}

/* caption text smaller */
figcaption {
	font-size: .9em;
	color: #000;
	font-style: italic;
}

/* ******** customization ****************** */
/* homepage slideshow */
.builder-banner-content:after {
	vertical-align: bottom;
}

/* homepage slideshow link color */
.builder-banner-content a {
	color: #eff0f1;
}

.builder-banner-content a:hover {
	color: #fff;
}

/* adding capitol dome top left */
main {
	background-image: url('https://wpcdn.web.wsu.edu/wp-cas/uploads/sites/104/2014/11/capitol-dome-sepia-fade5-bluebkg-80.jpg');
}

/* removing bookmark from home page */
.page-id-20 .main-header {
	display: none;
}

.home main-header {
	display: none;
}

.page-id-20 .style-bookmark.colors-gray .main-header {
	display: none;
}

/* getting rid of bizarre gray box behind cropped spine */
.home #binder {
	background-image: none;
}

/* home page - no bkg img, no gray bkg */
.home main {
	background: none;
}

body.home:not(.has-background-image) #jacket {
	background: none repeat scroll 0 0 #FFF;
}

#jacket {
	background-color: #fff;
}

/* hiding excerpts in posts */
.article-summary {
	display: none;
}

/* hiding the grey border from gallery images */
#gallery-1 img {
	border: none !important;
}

/* removing posted by, date, etc from posts */
.article-header hgroup.source, .article-header .hgroup.source {
	display: none;
}