/*<meta />*/

body
{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.5em;
	background-color: #ffffff;
}

h2
{
	font-size: 1.6785em;
}

p
{
	color: #5a5a5a;
	margin-bottom: 8px;
	margin-top: 8px;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

.off-canvas-content .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

nav.title-bar
{
	background: #034264 !important;
	width: 100%;
}

.search-bar .search-field
{
	border: 1px solid #ddd !important;
	border-radius: 4px;
}

.search-bar .search-submit-wrapper
{
	position: absolute;
	top: 2px;
	right: 2px;
}

.search-bar .search-submit-wrapper .search-submit
{
	height: 60px !important;
	background-size: 24px !important;
}

#hero-image-wrapper
{
	width: 300px;
	margin: 0 auto;
}

div.topic-hero
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 16px;
	padding-bottom: 32px;
	background-position: center;
	min-height: 100px;
	margin: 0 auto;
	max-width: 80%;
	border-bottom: 1px solid #ddd;
}

div.topic-hero h1.home
{
	border-bottom: none;
	color: #034264;
	font-weight: 300;
	line-height: 1.2;
}

div.topic-hero p
{
	color: #034264;
	margin-bottom: 42px;
}

div.topic-hero div.search
{
	max-width: 400px;
	margin: unset;
}

div.home-content-container
{
	padding-top: 60px;
	padding-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	min-height: 50vh;
}

div.footer
{
	width: 100%;
	justify-content: center;
	align-items: center;
	min-height: 210px;
	padding: 2rem;
	color: #8E8E8E;
	font-size: 14px;
	padding: 40px 16px;
	background-color: #034264;
}

div.footer img
{
	width: 148px !important;
	margin-bottom: 40px;
}

div.footer p
{
	color: #8E8E8E;
}

div.footer a
{
	color: #8E8E8E;
	text-decoration: none;
	margin-left: 12px;
}

div.footer a:hover
{
	color: white;
}

div.footer .phone
{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

div.footer .copyright
{
	font-size: 12px;
}

div.footer .trademarks
{
	font-size: 10px;
}

div.footer .footer-inner > a
{
	display: flex;
	justify-content: start;
	margin-left: 0px;
}

@media only screen and (max-width: 1279px)
{
	div.topic-hero
	{
		text-align: center;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	div.topic-hero div.search
	{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

@media only screen and (max-width: 767px)
{
	div.topic-hero
	{
		text-align: center;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	div.topic-hero div.search
	{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	p.tile-title
	{
		font-size: 1.1em;
	}
}

