#navigation {
	position: relative;
	background: #fff;
	min-height: 42px;
	border-bottom: 1px solid #aaa;
	display: block;
	margin: 0;
	margin-bottom: 29px;
}

.page-title-header {
	background-repeat: no-repeat;
	margin: 0;
	height: auto;
	padding: 0;
	width: auto;
	padding: 0;
}

#osqa-header {
	background-image:
		url(https://www.bitwig.com/dms/bitwig/img/pages/home/banner/BWS_Header_0101_HOME_EDU_v04.png);
}

#ask-header {
	background-image: url(../images/Header_AAQ.png);
}

#profile-header {
	background-image: url(../images/Header_Profile.png);
}

#faq-header {
	background-image: url(../images/Header_FAQ.png);
}

#top-left a.active {
	color: #e41f38;
}

#navigation .sm-icon {
	margin-bottom: -3px;
}

.option:FIRST-CHILD .checkbox,.option:FIRST-CHILD .radio {
	padding-left: 0px;
	margin-left: 0px;
}

.radio input,.checkbox input {
	display: none !important;
}

.radio span {
	width: 9px;
	height: 9px;
	display: inline-block;
	background-image: url("../images/Radio_Off.svg");
}

.checkbox span {
	width: 9px;
	height: 9px;
	display: inline-block;
	background-image: url("../images/CheckBox_Off.svg");
}

.radio input:checked+span {
	background-image: url("../images/Radio_On.svg");
}

.checkbox input:checked+span {
	background-image: url("../images/CheckBox_On.svg");
}

footer table {
	width: auto;
}

footer table td {
	width: 245px;
}

.breadcrumb-wrapper {
  margin: 20px 0;
  text-transform: uppercase;
  font-family: gothambold, helvetica, arial, sans;
  font-weight: bold;
  color: #707070;
}

.breadcrumb-wrapper a.breadcrumb {
  text-decoration: none;
  color: #707070;
}

.breadcrumb-wrapper a.breadcrumb:hover, .breadcrumb-wrapper span {
  color: rgb(211, 0, 22);
}
