.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
}
.btn {
	background-color: #8B8D8E;
	background-image: none;
	box-shadow: none;
	color: #fff;
	text-shadow: none;
	border: 0;
	font-family: 'Roboto', 'Lato', sans-serif;
  font-weight: 400;	/* changed sept16 from 300>400 */
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(/css/Pie.htc);
	position: relative;
	filter: none
}
.btn:hover, .btn:focus {
	background-color: #8b8d8e;
	color: #fff
}
.btn-primary {
	background-color: #0098DB
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #0098DB
}
.btn-secondary {
	background-color: #61C250 !IMPORTANT;
}
.btn-secondary:hover, .btn-primary:focus {
	background-color: #51626F  !IMPORTANT;
}

.btn-medium {
	padding: 10px 25px;
	font-size: 16px;
	line-height: 20px
}
#register_course_popup button, #seminarPopup button {
	margin-right: 15px;
}
