.hide-link-text {
	text-indent: -9000px;
	text-transform: capitalize;
	overflow: hidden
}
.uppercase {
	text-transform: uppercase
}
.white-arrow {
	background: url(../images/link-arrow.png) no-repeat right center;
	color: #fff;
	height: 37px;
	display: inline-block
}
.font-light {
	font-family: 'Roboto', Lato, sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
}
.font-regular {
	font-family: 'Roboto', Lato, sans-serif;
	font-weight: 400
}
.font-bold {
	font-family: 'Roboto', Lato, sans-serif;
	font-weight: 700
}
.font-custom {
	font-family: 'Roboto', Lato, sans-serif;
	font-weight: 400
}
.yellow {
	color: #fadc41
}
.styledCheckbox {
	background-image: url(../images/checkbox.png);
	background-position: 0 0;
	cursor: pointer;
	height: 11px;
	width: 11px
}
.cover {
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0
}
.primary {
	background-color: #51626f!important
}
.secondary {
	background-color: #005a8b!important
}
.tertiary {
	background-color: #0098d8!important
}
.content-footer {
	background: #004e92; 
/* 
	background: -webkit-linear-gradient(to right, #004e92, #000428);  
	background: linear-gradient(135deg, #004e92, #1a50d9);
	background: linear-gradient(to right, #004e92, #000428); 
*/

	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff

}



.content-header {
	background: #fff;
	position: relative
}
.content-top {
	margin-top: 15px;
	margin-bottom: 15px
}
.page-titles {
	margin-bottom: 0;
	overflow: hidden
}
.page-content {
	background-color: #fff;
border-bottom: 4px solid #fafafa;
}
.column-left {
	padding: 0 15px 0 20px;
	overflow: hidden
}
.column-right {
	float: right!important;
	margin-right: 8.42105%
}
.full-span {
	padding: 7px 30px 20px;
	background-color: #fff;
	margin: 0 5px
}
a.forgotPasswordLink {
	margin-left: 1em
}
