/*<meta />*/

/*HOME*/

nav.tab-bar
{
	position: absolute;
	width: 100%;
	background: none !important;
	padding: 0 15px !important;
}

nav.tab-bar ul.navigation > li:hover
{
	background: rgba(0,0,0,0.15);
}

.sub-menu
{
	border-bottom: 4px solid #0079c1;
	-webkit-box-shadow: 1px 4px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 4px 10px rgba(0,0,0,0.4);
	-ms-box-shadow: 1px 4px 10px rgba(0,0,0,0.4);
	box-shadow: 1px 4px 10px rgba(0,0,0,0.4);
}

#home
{
	height: initial;
	overflow-y: auto;
	overflow-x: auto;
}

#home .home-content
{
	min-height: calc( 100vh - 60px);
}

#home .home-heading
{
	height: 250px;
	background: url('../masterpages/custom/home-icons/hero-bg.jpg') #395e97 50%;
	background-size: cover;
	height: 300px;
	padding-top: 50px;
}

#home .home-heading h1
{
	font-size: 1.882rem;
	text-align: center;
	line-height: 1.2em;
	color: white;
	border: none;
	padding: 50px 0 20px 0;
	margin: 0px;
	font-weight: 300;
}

#home .home-search-bar
{
	color: #bbb;
	background: rgba(255,255,255,0.9);
	max-width: 720px;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

#home .popular-searches
{
	text-align: center;
	color: #ffffff;
	font-size: 0.9412rem;
	font-weight: 300;
}

#home .popular-searches a
{
	font-weight: 400;
	font-size: 0.9412rem !important;
	text-decoration: underline !important;
	cursor: pointer;
	color: #ffffff !important;
}

#home .home-push
{
	height: 110px;
}

#home .home-cards-container
{
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0px 60px 0px;
}

#home .home-cards-container h1
{
	font-size: 1.294rem;
	font-weight: 400;
	text-align: center;
}

#home .home-cards-container p
{
	font-size: 0.85rem;
	line-height: 20px;
}

#home .home-cards-container ul
{
	color: #005C92;
	list-style-type: none;
	font-size: 0.9rem;
	line-height: 36px;
	margin-left: 0;
}

#home .home-cards-container ul li a
{
	color: #0079c1 !important;
}

#home .card
{
	position: relative;
	float: left;
	background: #f4f4f4;
	width: 20%;
	height: 100%;
	margin-left: 4%;
	border-bottom: 1px solid #0079c1;
	border-top: 3px solid #0079c1;
	text-align: center;
	padding-top: 40px;
}

#home .card h1
{
	margin-bottom: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#home .card-1 .card-head
{
	background-color: #0079c1;
}

#home .card-2 .card-head
{
	background-color: #81b800;
}

#home .card-3 .card-head
{
	background-color: #fb6620;
}

#home .card-4 .card-head
{
	background-color: #57a8d7;
	margin-right: 0px;
}

#home .card .card-head
{
	position: absolute;
	top: -50px;
	left: 60px;
	left: calc( 50% - 50px);
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
}

#home .card .card-image
{
	background: no-repeat;
	background-position: center;
	width: 100px;
	height: 100px;
}

#home .card .card-body
{
	padding: 20px 30px 20px 30px;
}

#home .home-footer
{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #0079C1;
}

#home .home-footer-container
{
	padding: 0 30px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#home .home-footer-container div:first-child
{
	float: left;
	text-align: left;
	padding-top: 8px;
}

#home .home-footer-container div:last-child
{
	float: right;
	text-align: right;
}

#home .home-footer-container h2,
#home .home-footer-container h6
{
	display: block;
	margin: 0 20px 0 0;
	color: #ffffff;
	padding: 0px;
	font-size: 0.7059rem;
	line-height: 2em;
}

#home .home-footer-container ul
{
	line-height: 2em;
	list-style: none;
	font-size: 0.8rem;
	margin: 0px;
	margin-top: 0;
	margin-bottom: 0px;
}

#home .home-footer-container li
{
	display: inline;
	margin: 0px;
}

#home .home-footer-container li a
{
	color: #ffffff !important;
	line-height: 60px;
	font-size: 0.7059rem;
}

#home .home-footer-container em
{
	color: #ddd;
	font-size: 1rem;
	margin-left: 14px;
	margin-right: 14px;
}

@media (max-width: 1000px)
{
	#home
	{
		overflow-y: hidden;
	}

	#home .home-cards-container
	{
		padding: 60px 0px 0px 0px;
	}

	#home .card
	{
		margin: 30px 40px 50px 40px;
		width: 90%;
		width: calc(100% - 80px);
		margin-left: 40px;
		margin-right: 40px;
	}

	#home .card .card-head
	{
		top: -35px;
		left: calc( 50% - 35px);
		width: 70px;
		height: 70px;
		line-height: 70px;
	}

	#home .card .card-image
	{
		width: 70px;
		height: 70px;
		background-size: 40%;
	}

	#home .card-1 .card-head .card-image
	{
		background-size: 20%;
	}

	#home .card .card-body
	{
		width: 70%;
		width: calc(100% - 300px);
		margin: 0 auto;
	}

	#home .home-footer
	{
		height: auto;
	}

	#home .home-footer-container
	{
		width: 100%;
		height: auto;
		padding: 0;
	}

	#home .home-footer-container div:first-child
	{
		float: none;
		text-align: center;
	}

	#home .home-footer-container div:last-child
	{
		float: none;
		text-align: center;
	}

	#home .home-footer-container ul
	{
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media (min-width: 2060px)
{
	#home .home-cards-container
	{
		max-width: 1440px;
	}
}

@media only screen and (max-width: 768px)
{
	#home .home-heading
	{
		padding: 30px 30px 30px 30px;
	}

	#home .home-heading h1
	{
		font-size: 1.4rem;
	}

	#home .home-search-bar
	{
		padding: 4px 14px 4px 14px;
	}

	#home .home-cards-container
	{
		width: 100%;
		height: 100%;
		max-width: 100%;
		padding: 40px 15px 40px 15px;
	}

	#home .card
	{
		margin: 30px 0 50px 0;
		width: 100%;
	}

	#home .card .card-body
	{
		margin: 0px;
		padding: 0;
		width: 85%;
		display: block;
		margin: 0 auto;
		width: calc(100% - 80px);
	}

	#home .home-footer
	{
		padding-left: 30px;
		padding-right: 30px;
	}
}

/*End of Home*/

