/*<meta />*/

h1
{
	display: block;
	text-align: center;
	color: white;
	margin-top: 0;
	padding-top: 1.5rem;
	margin-bottom: 1rem;
	line-height: 100%;
	background-color: transparent;
	max-width: 75rem;
	margin-right: auto;
	margin-left: auto;
	font-size: 2.5rem;
	font-weight: 500;
}

.hero-container
{
	box-sizing: border-box;
	background-color: #005b92;
	padding: 0;
	height: 10rem;
	background-repeat: no-repeat;
	background-position: top;
	max-width: 100%;
	background-image: url('../Images/cch-axcess-pp-banner-1600x240-f.jpg');
}

/*SEARCH - HOME PAGE*/

.hero-container form.search
{
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.hero-container .search-bar._Skins_HomeSearchBar.mc-component
{
	width: 45rem;
	margin-left: auto;
	margin-right: auto;
}

.popupBody
{
	background-color: #ededed;
	color: #474747;
	padding: .3 em;
}

/**TILES***/

.homeTilesContainer
{
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

.homeTile
{
	box-sizing: border-box;
	margin-bottom: 1.25em;
	background-color: #d4e8b1;
}

.homeTile h2
{
	font-size: 1.44rem;
	padding: 10px;
	margin: 0px;
	background-color: #85bc20;
	font-weight: 300;
	color: #ffffff;
}

.homeTile-link-container
{
	padding: 10px;
}

.homeTile p a,
.homeTile a,
.homeTile a.MCXref
{
	color: #474747;
}

.homeTile a:hover,
.homeTile p a:hover
{
	text-decoration: underline;
	font-weight: bold;
}

.homeTile h2 span.fa
{
	padding-right: 10px;
}

.homeTile a.MCXref
{
	font-size: .93rem;
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.4;
}

p
{
	
}

@media (min-width: 37.5rem)
{
	.homeTilesContainer
	{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

/*Styles for tablet size and larger*/

@media (min-width: 65rem)
{
	.homeTile
	{
		flex-basis: 32.2%;
	}
}

/*Styles for desktop only*/

@media only screen and (max-width: 1024px)
{
	.homeTile
	{
		flex-basis: 49%;
	}
}

@media only screen and (max-width: 720px)
{
	.hero-container
	{
		background-image: url('../Images/cch-axcess-pp-banner-720x240-f.jpg');
	}

	.hero-container .search-bar._Skins_HomeSearchBar.mc-component
	{
		width: 100%;
		padding-left: .938rem;
		padding-right: .938rem;
	}

	.hero-container form.search
	{
		padding-top: .5rem;
		padding-bottom: .5rem;
		padding-left: .3rem;
	}
}

