.magazine-clickthrough{
	margin: 0;
	width: 110px;
}

.magazine-clickthrough a.clickthrough-btn{
	background-color: #007B9A;
  color: white;
  display: block;
  padding: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	width: 110px;
	bottom: 46px;
	text-transform: uppercase;
	opacity: 0.9;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

.magazine-clickthrough a.clickthrough-btn:hover{
	text-decoration: none;
	background-color: #de761c;
}


a.jobsbtn{
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 0px;
	right: 5px;
	background-color: #002776;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	height: 50px;
	width: 230px;
	text-transform: uppercase;
	color: white;
	font-family: "Open sans", arial;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}

a.jobsbtn:hover{
	background-color: #009fda;
	text-decoration: none;
}

.marquee {
	width: 100%;
	overflow: hidden;
	padding: 0px;
	margin: 5px 0 0 0;
}

.marquee p{
	padding: 0;
	margin: 0;
}

.marquee ul{
	display: block;
}

.marquee ul li{
	display: block;
	float: left;
	list-style: square;
	margin: 0 0px 0 0;
	padding-right: 40px;
	background-image: url(../img/bullet.png);
	background-position: right -10px;
	background-repeat: no-repeat;
	background-size: 40px;
	vertical-align: top;
}

.marquee ul li:last-child{
	background: none;
}

.marquee a{
	color: #007B9A;
	font-size: 16px;
	display: inline-block;
}

.tabbable{
	min-height: 335px;
}

.homepage_cta{
  display: block;
  width: 75%;
  padding: 15px;
	box-sizing: border-box;
	float: left;
	position: relative;
	background-color: #E7EDF1;
	border-top: 1px solid #CBCFD2;
}

.homepage_cta ul#calltoaction{
	margin-top: 0px;
}

.homepage_cta ul#calltoaction a{
	color: #007B9A;
}

.homepage_cta .span9{
	margin-left: 10px;
}

#moreNews{
	border-bottom: none;
}

a#ceoblog{
	position: absolute;
	top: 469px;
	height: 52px;
	background: #525252;
	color: white;
	width: 230px;
	right: 5px;
	font-family: "VectipedeBold", arial, sans-serif;
	background: url(../img/ceo_blog.png);
}

a#ceoblog:hover{
	text-decoration: none;
	background: #de761c;
	background: url(../img/ceo_blog_over.png);
}
