/*
New styles and updates
*/

body.admin-bar {
	margin-top: -32px;
}

/* New Home Page */

#main-hero {
    background: url(images/hero-image.jpg) no-repeat center bottom #003654;
	background-size: cover;
	padding-top: 170px;
	padding-bottom: 200px;
}

.main-title {
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 59px;
    font-size: 50px;
	color: #003654;
	text-transform: uppercase;
}

.sub-title {
	font-size: 24px;
	color: #003654;
	margin-bottom: 60px;
}

.home-section {
	padding-top: 60px;
	padding-bottom: 50px;
}

.home-section.hs-blue {
	background-color: #00AEEF;
}

.home-section.hs-blue p {
	font-size: 24px;
	color: #ffffff;
	line-height: 1.3em;
}

.home-section.hs-blue a {
	border: none;
}

.home-section a {
    background-color: #BB2A1A;
    color:#FFF;
    font-size: 20px;
    padding: 12px 24px;
	margin: 30px auto;
	border: 1px solid;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.home-section a:hover{
    background-color: #FFF;
    color:#BB2A1A;
}

.container-center {
	text-align: center;
	padding: 30px 0 10px 0;
}

.serv-item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 12px 0 6px 0;
}

/* New Products Page */

.intro-copy {
	font-size: 24px;
	line-height: 1.3em;
}

#mainC h3.serv-title {
	font-size: 24px;
	color: #00AEEF;
	font-weight: normal;
	margin-bottom: 6px;
}

a.serv-link {
	font-size: 16px;
	font-weight: bold;
	color: #003654;
}

.ps-sidebar a {
	font-size: 15px;
}

.ps-sidebar h3 {
	color: #003654;
}

.ps-sidebar a.main-sb-item {
	font-size: 16px;
	font-weight: bold;
}

.ps-sb-icon {
	display: block;
	max-width: 70px;
	margin: 0 auto 10px auto;
}

.ps-sb-wide {
	max-width: 100px;
}



@media only screen and (max-width: 989px) {
	#main-hero {
		padding-top: 100px;
		padding-bottom: 300px;
		background-position: 80% bottom;
	}
}

@media (max-width: 783px) {
	body.admin-bar {
		margin-top: -46px;
	}

	.main-title {
		line-height: 46px;
		font-size: 38px;
	}

	.sub-title {
		font-size: 18px;
		margin-bottom: 60px;
	}
	
	.home-section.hs-blue p {
		font-size: 19px;
		line-height: 1.3em;
	}
	
	.intro-copy {
		font-size: 19px;
	}
}

@media only screen and (min-width: 1750px) {
	#main-hero {
		padding-top: 300px;
	}
}