
/* -----------------------------------------
   Home
----------------------------------------- */
#hero-container {
	height:400px;
	background: #174A7C url('/inc/foundation/images/hero-lion.png') center center no-repeat;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	font-family: 'Roboto', sans-serif;
}
#hero-container:after {
	position: absolute;
	content: ' ';
	border-bottom: 10px solid #757259;
	width: 100%;
	bottom: -15px;
}
#hero-orbit {
	width: 1024px;
	margin:auto;
	height:400px;
}
div#hero .orbit-slide + .orbit-slide {
	display: none;
	left: -1920px;
}
/*div#hero .orbit-slide {
	background-position: top center;
	background-repeat: no-repeat;
	display: none;
}*/
div#hero .orbit-slide > div {
	width: 1024px;
	margin: auto;
	position: relative;
	height: 300px;
	font-size: 1.5em;
}
div#hero .orbit-slide > div div {
	position: absolute;
	color: #ffffff;
	left: 100px;
	top: 110px;
	width: 450px;
}
div#hero .orbit-slide div p {
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4;
	margin: 25px 0;
}
div#hero .orbit-slide div h3 {
	/*font-family: inherit;*/
	font-weight: bold;
	/*font-weight: 700;*/
	color: #ffffff;
}

div#hero .primary.button {
	background: #0F2649;
	box-shadow: none;
	font-family: inherit;
	font-weight: 500;
}
.home-line {
	margin: 20px auto;
	border-top: 1px solid #eee;
}
.home-box {
	position: relative;
	margin-top: 20px;
}
.home-box:hover {
	background: #F5F5F5;
}
.home-box a {
	display: block;
}
.home-box h3 {
	/*font-family: 'Roboto', sans-serif;*/
	font-weight: 400;
	/*text-transform: uppercase;*/
	/*background: #174A7C;*/
	/*font-weight: normal;*/
	color: #174A7C;
	font-size:23px;
	/*padding: 10px;*/
}
.home-box h3 a {
	/*border-bottom: 2px solid #174A7C*/
}
.home-box p {
	line-height: 1.5;
	/*padding-right: 30px;*/
	min-height: 6.25em;
}
.home-box p a {
	color: inherit;
	line-height: 1.5;
}
.orbit-container {
	background: transparent;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
	background-color: rgba(0, 0, 0, 0.2);
	outline: none;
}
.orbit-container .orbit-slide-number {
	display: none;
}
.orbit-wrapper .timer {
	top: auto;
	right: auto;
	left: 10px;
	bottom: 10px;
}

.orbit-bullets li {
	background: #174A7C;
}
