/**
 * branding.css
 *
 * Usually logo and byline
 *
**/

.branding {
	margin-top: 46px;
}

.branding--title {
	margin: 0;
}

.branding--description {
	margin: 5px 0 0;
}

.branding--title > a {
	background: url("../../img/USupplyChainPeople.svg") no-repeat 0 0;
	background-size: contain;
	display: block;
	height: 63px;
	width: 100%;
	text-indent: -9999px;
}

@media screen and (min-width: 450px) {
	.branding--title > a {
		width: 366px;
	}
}

@media screen and (min-width: 768px) {
	.branding--title > a {
	}
}
