﻿div#pageheader
{
	background-image: url(/_catalogs/masterpage/designfiles/images/pageheader.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	position: relative;
	width: 100%;
}
div#pageheader-title
{
	background-color: black;
	height: 90px;
	padding: 25px 40px 15px 40px;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	bottom: 0;
}
div#pageheader-title h2
{
	color: white;
	line-height: normal;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1.5px;
}
div#pageheader-sub
{
	background-color: #f0f4f6;
	width: 100%;
	height: 100px;
}
div#pageheader-sub h4
{
	max-width: 1200px;
	font-family: museo, Calibri, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 20px !important;
	font-weight: 500;
	padding: 35px 15px 0 15px;
	letter-spacing: 1px;
}


@media screen and (min-width: 768px)
{
	div#pageheader
	{
		height: 325px !important;
	}
	div#pageheader-title h2
	{
		font-size: 30px;
	}
}
@media screen and (min-width: 992px)
{
	div#pageheader
	{
		height: 450px !important;
	}
}
