/*
 Theme Name:     Internal news.wsu.edu theme
 Theme URI:      https://news.wsu.edu
 Description:    A child theme for WSU's Spine Parent Theme
 Author:         WSU University Communications
 Author URI:     https://web.wsu.edu
 Template:       spine
 Version:        0.5.1
*/
html {
	background-color: #f2f2f2;
}

.section-white {
	background-color: white;
	margin-bottom: 20px;
	padding-bottom: 50px;
}

.home-txt {
	font-size: 1.25rem;
	line-height: 1.75;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 80px;
	padding-left: 80px;
	color: black;
}

main a:after, main a:after {
	background: url(https://news.wsu.edu/insider/wp-content/themes/news-wsu-edu-internal/images/icons/link.svg) no-repeat;
	background-size: 16px;
	content: "";
	display: inline-block;
	height: 1em;
	vertical-align: middle;
	width: 1em;
	margin-left: .25em;
}

.button:after {
	content: none;
}

.main-header {
	display: none;
}

.column img:not(.unscaled), .column:not(.unscale) img, .row:not(.unscale) .column figure, .row:not(.unscale) .column img {
	max-width: 100%;
	height: auto;
	padding-bottom: 35px;
}

main a {
	color: #191919;
	font-weight: 500;
	font-size: 18px;
	line-height: 2.5rem;
}

main a:hover {
	color: #da1e00;
	border-bottom: 1px solid #da1e00;
	transition: color .3s ease;
}

main a.button,
main a.button:focus,
main button,
main input[type="button"],
main input[type="reset"],
main input[type="submit"] {
	background: none;
	border: 1px solid;
	border-radius: 4px;
	color: #595959;
	margin-top: 1.5rem;
	padding: .25rem 1.3rem;
	text-transform: uppercase;
	transition: all .3s ease;
	font-size: 15px;
	font-weight: 400;
}

main a.button:hover,
main button:hover,
main input[type="button"]:hover,
main input[type="reset"]:hover,
main input[type="submit"]:hover {
	background: #ca1237;
	border: 1px solid #ca1237;
	color: #fff;
}

.site-header {
	background-color: #fff;
	box-sizing: border-box;
	margin-left: 198px;
	padding: 2rem;
}

.site-title {
	background-image: url(https://s3.wp.wsu.edu/uploads/sites/1835/2017/11/safedriver-01.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 25rem;
	position: relative;
	background-position: center top;
}

.page-header {
	background-color: #fff;
	padding: 4rem 2rem 2rem;
}

main *,
main :before,
main :after {
	box-sizing: border-box;
}

h1 {
	color: white;
	text-transform: uppercase;
	font-size: 60px;
	letter-spacing: 1px;
	margin-top: 180px;
}

h2 {
	font-size: 1.8em;
	font-size: 1.8rem;
	color: black;
	padding-bottom: 40px;
}

@media screen and (max-width: 791px) {
	.home-txt {
		font-size: 1.1rem;
		line-height: 1.75;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 30px;
		padding-left: 30px;
		color: black;
	}
}