.cover-image:before {
	content: "";
	position: absolute;
	background: #0088FF;
	/*background: #46DEE6;*/
	height: 980px;
	top: -80px;
	left: 0;
	right: 0;
	opacity: 1;
	transition: all 0.3s;
}

.cover {
	padding-top: 120px;
	/*padding-bottom: 340px;*/
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: -80px 0 0 0;
	background: none;
}

.cover-image
{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 900px;
	background-color: #0088FF;
	/*background-image: url('../images/covers/people-working-at-desk.jpg');*/
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
}

@media (min-width: 768px) {

  .cover-image:before {
	opacity: 0.8;
	}



}

.homepage-fold
{
height: 900px;
}

.cover.cover-medium .cover-image,.cover.cover-medium.homepage-fold
{
	height: 700px;
}

.cover.cover-medium .cover-image:before{

	height: 780px;
}

.cover.cover-small .cover-image,.cover.cover-small.homepage-fold
{
	height: 500px;
}

.cover.cover-small .cover-image:before{

	height: 580px;
}





.cover .container{
	position: relative;
}


.cover h1,.cover h2 {
	color: #fff;
	margin: 0;
	float: left;
	clear: both;
	font-size: 56px;
	line-height: 80px;
	font-weight: 300;
}

.cover h1 strong,.cover h2 strong {
	font-weight: 600;
}

.cover h3 {
	color: #fff;
	margin: 0;
	float: left;
	clear: both;
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 20px;
}

.cover a, .cover a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding-right: 61px;
	background: url('../images/subnav-arrow.png') right center no-repeat;
}

.body {
	/*background: #ddd;*/
}

.boxed {
	background: #fff;
	/*box-shadow: 0 0 4px rgba(0,0,0,0.4);*/
	/*margin-top: -300px;*/

	margin-bottom: 80px;
	padding: 40px;
	    margin-top: 60px;
}



.boxed.pull-up {
	margin-top: -100px;
}

.boxed-inner {
	max-width: 620px;
  margin: auto;
}

@media (min-width: 768px) {

  .cover h2{
    max-width: 50%;
  }



}

@media (min-width: 992px) {
	.boxed {
		margin-top: 80px;
	}
}

@media (min-width: 1200px) {

	.boxed {
		padding: 80px;
	}

}
