.grey-bar {
	 background: #cccccc;
	 padding: 10px 0;
	 margin-bottom: 20px;
}

.white-bold {
	color: #ffffff;
	font-weight: 500;
	font-size: 1.5em;
	line-height: 1;
}

.blue-thin {
	color: #017cba;
	font-size: 1.2em;
	display: block;
	margin-bottom: 20px;
}

.blue-row-full {
	background: #017cba;
	padding: 10px 0;
	margin-bottom: 100px;
	position: relative;
}

.yellow-bold-right {
	color: #fcce01;
	font-size: 1.4em;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
}

.yellow-bar {
	color: #fff;
	background: #fcce01;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 40px;
}

.yellow-bar h3 {

}

.guardian-breather-natural {
	position: absolute;
	height: 200px;
	top: -80px;
}

@media (min-width: 992px) {
	.yellow-bold-right {
		margin-left: 150px;
		font-size: 1.7em;
	}
	.blue-row-full {
		margin-top: 70px;
	}
}