.testride {
	position: relative;
	z-index: 1;
	font-family: Arial, sans-serif;
	color: #333;
}
.testride *, .testride *:before, .testride *:after {
	box-sizing: border-box;
}
.testride img {
	display: block;
	max-width: 100%;
	height: auto;
}
.testride p {
	margin: 0;
}

.tr-container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.tr-hero {
	display: none;
	border-bottom: 6px solid #fff;
	padding: 140px 0 280px;
	background: center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.tr-hero h2 {
	font-family: 'triumphbrokmanbold', Arial, sans-serif;
	font-size: 50px;
	line-height: 1;
	text-transform: uppercase;
	color: #000;
}

.tr-form {
	padding: 45px 0;
	background: #b0b1b4;
}
.tr-form__terms {
	font-size: 12px !important;
	margin-bottom: 0 !important;
	font-weight: bold;
}

.tr-form__intro {
	width: 65%;
	float: left;
	padding-right: 100px;
	margin-bottom: 30px;
}
.tr-form__intro h1 {
	font-family: 'triumphbrokmanbold', Arial, sans-serif;
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.tr-form__intro p {
	font-size: 16px;
	margin-bottom: 24px;
}
.tr-form__intro .tr-form__terms {
	margin-top: 20px !important;
}
.tr-form__bike {
	width: 35%;
	float: left;
	border-left: 1px solid #fff;
	padding-left: 30px;
}
.tr-form__bike h3 {
	font-family: 'triumphbrokmanbold', Arial, sans-serif;
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;
}

.tr-form__fields {
	clear: both;
	padding-top: 16px;
}
.tr-form__fields h4 {
	font-family: 'triumphbrokmanbold', Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
}
.tr-form__required {
	text-align: right;
	color: #900;
	font-size: 12px;
}
.tr-form__required span {
	font-size: 20px;
	line-height: 1;
	vertical-align: middle;
}

.tr-fieldrow {
	clear: both;
}
.tr-fieldrow:after, .tr-field:after {
	content: "";
	display: table;
	clear: both;
}
.tr-fieldrow--spaced {
	margin-top: 20px;
}
.tr-fieldrow--bordered {
	border-top: 1px solid #fff;
	padding-top: 20px;
}
.tr-fieldtitle {
	width: 31.333333%;
	float: left;
}
.tr-field {
	width: 31.333333%;
	float: left;
	position: relative;
	margin-left: 3%;
	padding-top: 15px;
	margin-bottom: 15px;
}
.tr-field:first-child {
	margin-left: 0 !important;
}
.tr-field .tr-field {
	padding-top: 0;
	margin-bottom: 0;
}
.tr-field--single {
	width: 16.666666%;
}
.tr-field--right {
	float: right;
}
.tr-field--single + .tr-field {
	clear: both;
}
.tr-field__asterisk {
	position: absolute;
	right: 0;
	top: 0;
	color: #900;
	font-size: 20px;
	line-height: 1;
}
.tr-field__asterisk_half {
  position: absolute;
  left: 47.5%;
  top: 0;
  color: #900;
  font-size: 20px;
  line-height: 1;
}
.tr-field__half {
	width: 50%;
	float: left;
}
.tr-field__comms-pref{
    width:auto;
}
.tr-field__comms-pref:first-child{
    max-width:40%;
}
.tr-form input[type=text], .tr-form input[type=submit], .tr-form select, .tr-form input#submitButton {
	display: block;
	width: 100%;
	border: 1px solid #dadbdc;
	height: 43px;
	padding: 12px 20px;
	background: #fff;
	color: #000;
	font-family: 'triumphbrokmanregular', Arial, sans-serif;
	font-size: 14px;
}
.tr-form input#submitButton:disabled {
    opacity: 0.5;
}

.tr-form input[type=text].errorInvalid, .tr-form select.errorInvalid {
	outline: 3px solid #900;
	outline-offset: -3px;
	line-height: inherit;
}
.tr-form input:focus, .tr-form select:focus {
	outline: 3px solid #666;
}
.tr-form select {
	-webkit-appearance: none;
	border-radius: 0;
	background: url(select-arrow-down.png) right center no-repeat #fff;
    -moz-appearance:none;
}
.tr-form select.has-error {
	outline: 3px solid #900;
	outline-offset: -3px;
}
.tr-form select::-ms-expand {
	display: none;
}
.tr-form input[type=submit],.tr-form input#submitButton  {
	background: #333;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	border: 0;
}
.tr-checkbox {
	display: inline-block;
	margin-right: 15px;
	padding: 9px 0;
	font-family: 'triumphbrokmanregular', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}
.tr-checkbox:last-child {
	margin-right: 0;
}
.tr-checkbox a {
	font-family: 'triumphbrokmanbold', Arial, sans-serif;
	color: inherit;
}
.tr-checkbox .checker {
	float: none;
	margin-right: 0;
	top: -2px;
}
.tr-checkbox .radio {
	margin-right: 0;
	top: -1px;
}

.tr-dealer {
	width: 25%;
	float: left;
	padding-left: 30px;
	position: relative;
	padding-right: 10px;
	padding-bottom: 20px;
}
.tr-dealer p {
	margin-bottom: 8px;
}
.tr-dealer .tr-checkbox {
	padding-top: 0;
	font-family: 'triumphbrokmanbold', Arial, sans-serif;
}
.tr-dealer .radio {
	position: absolute;
	top: 0;
	left: 0;
}

.testride .quickCta {
	position: fixed;
	right: 0;
	top: 125px;
	z-index: 25;
	transform: translateZ(0);
}
.testride .quickCta .shareLinks .ico {
	margin: 0;
}
.testride .quickCta ul li {
	margin-bottom: 3px;
	position: relative;
	background: rgba(51, 51, 51, 0.75);
	overflow: hidden;
	margin-left: -60px;
	left: 100%;
	transition: 0.5s ease all;
}
.testride .quickCta ul li .ico {
	margin-right: 20px;
}
.testride .quickCta ul li.active {
	left: 0;
	background: #060605;
}
.testride .quickCta ul li > a {
	display: inline-block;
	padding: 15px;
	min-width: 150px;
	color: #ffffff;
	text-transform: uppercase;
	transition: 0.5s ease all;
	position: relative;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
.testride .quickCta ul li > a .copy {
	display: inline-block;
	vertical-align: middle;
}
.testride .quickCta ul li.shareBtns div {
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	width: 100%;
	transition: 0.5s ease all;
}
.testride .quickCta ul li.shareBtns div:after {
	content: "";
	display: table;
	clear: both;
}
.testride .quickCta ul li.shareBtns div a {
	color: #ffffff;
	text-transform: uppercase;
	padding: 15px;
	height: 100%;
	width: 50%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	line-height: 30px;
}
.testride .quickCta ul li.shareBtns.active div {
	left: 0;
}
.testride .quickCta ul li.shareBtns.active a {
	left: -100%;
}



.testride .cta-block {
	position: relative;
	border-top: 5px solid #fff;
	background: #333;
	overflow: hidden;
	padding-right: 50%;
}
.testride .cta-content {
	padding: 100px 10%;
}
.testride .cta-content h2 {
	font-family: 'triumphbrokmanbold', Arial, sans-serif;
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 30px;
	color: #fff;
}
.testride .cta-content p {
	font-size: 16px;
	margin-bottom: 24px;
	color: #ccc;
}
.testride .cta-content a {
	color: inherit;
}
.testride .cta-content > a {
	display: block;
	text-align: center;
	padding: 10px;
	background: #b0b1b4;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 12px 20px;
	font-family: 'triumphbrokmanregular', Arial, sans-serif;
	font-size: 18px;
	margin-bottom: 18px;
}
.testride .cta-content > a:last-child {
	background: #fff;
	color: #333;
}
.testride .cta-block-image {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-left: 5px solid #fff;
	background: center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.testride .ico {
	background: url(../../img/bikeStructure/quickCtaSprites.png) center no-repeat;
	display: inline-block;
	height: 30px;
	width: 30px;
	background-size: 30px auto;
	vertical-align: middle;
	position: relative;
	background-position: 0 0;
	transition: 0.5s ease all;
}
.testride .ico.generic {
	background-image: url(../../img/bikeStructure/genericSprites.png);
	height: 19px;
	width: 19px;
	background-size: 44px;
}
.testride .ico.generic.arrow-left {
	background-position: -23px 0;
}
.testride .ico.generic.arrow-left.dark {
	background-position: -23px -24px;
}
.testride .ico.generic.arrow-right {
	background-position: -2px 0;
}
.testride .ico.generic.arrow-right.dark {
	background-position: -2px -24px;
}
.testride .ico.tools {
	background-position: 0 -30px;
}
.testride .ico.cog {
	background-position: 0 -60px;
}
.testride .ico.bike {
	background-position: 0 0;
}
.testride .ico.location {
	background-position: 0 -90px;
}
.testride .ico.layer {
	background-position: 0 -120px;
}
.testride .ico.social {
	background-position: 0px -150px;
}
.testride .ico.facebook {
	background-image: url(../../img/facebook-ico.png);
}
.testride .ico.twitter {
	background-image: url(../../img/twitter-ico.png);
}
.testride .ico.youtube {
	background-image: url(../../img/youtube-ico.png);
}
.testride .select-dealer {
    font-family: 'triumphbrokmanbold', Arial, sans-serif;
    color: inherit;
    text-transform: uppercase;
}
.dealer-results-container {
	display: flex;
	flex-wrap: wrap;
}