
.home .header.segment {
	padding-top: 6em;
	margin-bottom: 1em;
}

#polytec_catch_line_image {
	max-width: 592px;
	margin: auto;
}

#leader, #homesearch, #linkstext {
	max-width: 700px;
	margin: auto;
}

.home p {
	color: #ffffff;
	font-size: 16px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}

#firstfooter {
	margin-top: 8em;
	padding-top: 2.3em;
	padding-bottom: 2.5em;
}

#secondfooter {
	padding-top: 4em;
	padding-bottom: 4em;
}

#thirdfooter {
	padding-top: 2em;
	padding-bottom: 3em;
}

#thirdfooter a, #thirdfooter a:visited {
	color: #ccc;
}


div#tickergrid
{
	overflow: hidden;
	padding: 0;
	margin-top: 5em;
	
}

div.ticker {
	width: 100%;
	background: #ffffff;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 45px;
	position: relative;
	cursor: pointer;
}

.marquee-sibling {
	padding: 0;
	background: #3BB0D6;
	width: 20%;
	height: 45px;
	line-height: 42px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}

.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position: absolute;
}

/* .marquee { margin-left: 25%; } */

.marquee-content-items {
	display: inline-block;
	padding: 5px;
	margin: 0;
	height: 45px;
	position: relative;
}

.marquee-content-items li {
	display: inline-block;
	line-height: 35px;
	color: #000;
}

.marquee-content-items li:after {
	content: "|";
	margin: 0 .5em;
}

div#background1 {
	width: 100%;
	height: 1500px;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	background: url(/images/screen-bg_1.jpg) center 0;
	z-index: -2;
}

div#background2 {
	width: 100%;
	height: 1500px;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	background: url(/images/screen-bg_2.jpg) center 0;
	z-index: -3;
}