.ui-mobile .ui-page-active {
	overflow-x: visible !important; /* override jquery-mobile */
}

.ma-page {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}
.form-field {
	margin: 15px 0;
}

@media(max-width: 1020px){
	.ma-page {
		margin-right: 20px;
		margin-left: 20px;
	}
}

.ma-head {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.ma-head.homepage {
	padding-top: 30px;
}
.ma-columns {
	margin-top: 20px;
	column-gap: 100px;
	column-rule: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.ma-columns.category {
	border: 0;
}
.ma-section {
	display: block;
	margin: 20px auto;
}

.ma-page h1 {
	font-size: 19px;
	margin-bottom: 10px;
}

.ma-page h2 {
    font-size: 18px;
    background-color: #515151;
    line-height: 30px;
    color: #fff !important;
    padding: 4px 0 4px 13px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
}

.ma-page .retail-demand-head:before {
	content: '\025FC';
	color: #fe8d09;
	margin-right: 8px;
}
.ma-page .retail-inventory-head:before {
	content: '\025FC';
	color: #00a3e0;
	margin-right: 8px;
}
.ma-page .dealer-demand-head:before {
	content: '\25C9';
	color: #fe8d09;
	margin-right: 8px;
}
.ma-page .dealer-inventory-head:before {
	content: '\25C9';
	margin-right: 8px;
	color: #00a3e0;
}
.ma-page .similar-head:before {
	content: '\25C6';
	margin-right: 8px;
	color: #ffdb00;
}
div#header {
	position: relative;
}
.ma-feedback {
	margin-top: 10px;
	margin-bottom: 10px;
}
.id140-feedback {
	width: auto;
}
.id140-btn-feedback {
	width: auto !important;
	display: inline-block;
	margin: 26px 15px 0 0;
}

table.tablesorter {
	font-size: 14px;
}
table.tablesorter tbody td {
    border: 1px solid #eee;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    font-size: inherit;
}
table.tablesorter thead tr .header {
    height: 36px;
	padding-right: 17px;
}

.form-container {
	margin-top: 20px;
}
.form-container .description {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.form-container option {
	color: #000 !important;
}
.form-container select.ui-btn {
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	width: 100%;
}
.form-container .ui-btn {
	background-color: #fff !important;
	color: #444 !important;
}
.form-container .ui-input-btn {
	background-color: #f06726 !important;
	color: #fff !important;
	max-width: 400px;
}
.form-container input {
	font-size: 16px;
	height: 44px;
}

.form-container input[name='zip'] {
    border-radius: 4px;
    border: solid 1px #ddd;
    margin: 3px 0 3px 10px;
	max-width: 90%;
    padding: 0px 6px 0 12px;
}

.form-container .button-padding {
	display: none;
}

.form-container label{
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}

.link-header {
	font-size: 16px;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 16px;
}

.link-container {
	padding-bottom: 4px;
}

@media(min-width: 800px) {
	.form-container {
		max-width: 800px;
	}
	.form-container .form-field {
		display: inline-block;
		margin-right: 20px;
		margin-bottom: 2px;
		margin-top: 2px;
	}
	.form-container .button-padding {
		display: inline-block;
		height: 5px;
	}
}

.market-analysis-table {
	font-size: 14px !important;
	width: 100%;
	margin: 10px 0pt 15px !important;
}
.market-analysis-table th {
	height: 32px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	padding: 6px;
	background-color: #fafafa;
    border: 1px solid #eee;
}
.market-analysis-table th span {
	font-weight: bold;
}
.market-analysis-table.tablesorter th span {
	margin-right: 14px;
}
.market-analysis-table td {
	text-align: center;
	padding: 11px;
    border: 1px solid #eee;
}

.market-analysis-dealer {
	margin-bottom: 5px;
	font-size: 15px;
}

.ma-footnote {
	background: #f5f5f5; 
	font-style: italic;
	padding-bottom: 1em;
}
.ma-back {
	background: #f5f5f5;
	padding: 1em; 
}
.ma-back a {
	padding: 0px;
}
li.ma-similar {
	display: inline-block;
	min-width: 270px;
	margin-top: 10px;
}
li.ma-similar a:visited, li.ma-similar a.ma-similar {
    color: #38c;
    line-height: 40px;
    padding: 10px 0;
}

.ma-promo {
	margin-top: 12px;
	margin-bottom: 12px;
}
@media(min-width: 800px) {
	.ma-promo {
		margin-top: 25px;
		margin-bottom: 30px;
	}
}
.ma-promo ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.ma-promo li {
	list-style: square inside !important;
	margin-bottom: 5px;
	margin-top: 5px;
}
.ma-promo h4 {
	margin-top: 25px;
	margin-bottom: 20px;
}
.ma-promo .no-access {
	padding: 1em;
	background: lightyellow;
	margin-top: 2em;
	border: orange solid 1px;
}
.ma-screenshot {
	width: 100%;
}
.ma-screenshot-container {
	max-width: 100%;
	margin-top: 20px;
	margin-top: 5em;
    padding: 8px;
    background: #555555;
    text-align: center;
    border: 1px solid #555555;
}
.ma-sample-title {
    text-align: center;
    color: white;
    height: 2em;
    font-size: 16px;
    padding-top: 2px;
}
.sub-link-bottom, .sub-link-bottom:hover {
	display: inline-block;
	background-color: #ddd;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.popup-text {
	padding: 20px;
}
select, input {
    height: 46px;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #fafafa;
	border: 1px solid #eee;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #eee;
}
table.tablesorter tbody td, .market-analysis-table td {
    padding: 11px;
    font-size: 15px;	
	vertical-align: middle;
}
table.tablesorter tbody td {
}


/* ------------------------------------------------------------ *\
	breadcrumbs
\* ------------------------------------------------------------ */

.breadcrumbs {
	padding: 31px 0 50px;
}

.breadcrumbs--background {
	position: relative;
	z-index: 2;
}

.breadcrumbs--background .breadcrumbs__inner {
	position: relative;
	z-index: 20;
}

.breadcrumbs ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -9px;
}

.breadcrumbs li a {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	padding: 0 9px;
	color: #025E9B;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.023em;
	display: block;
	transition: color .3s;
}

.breadcrumbs li a:hover {
	color: #F06726;
	text-decoration: none;
}

.breadcrumbs .is-active a {
	color: #555555 !important;
	font-weight: 400;
}

.breadcrumbs li a:before,
.breadcrumbs li a:after {
	content: '';
	display: block;
	height: 1px;
	width: 5px;
	background-color: #000;
	position: absolute;
	right: 0;
}

.breadcrumbs li a:before {
	top: 5px;
	transform: rotate(30deg);

}

.breadcrumbs li a:after {
	top: 8px;
	transform:  rotate(-30deg);
}

.breadcrumbs li:last-child a:before,
.breadcrumbs li:last-child a:after {
	display: none;
}

@media(max-width: 1280px) {

	.breadcrumbs {
		padding: 31px 0 18px;
	}

	.breadcrumbs--alt {
		padding: 31px 0 36px;
	}
}

@media(max-width: 900px) {

	.breadcrumbs {
		padding: 15px 0 22px;
	}

	.breadcrumbs--alt {
		padding: 15px 0 10px;
	}

}

@media(max-width: 420px) {

	.breadcrumbs ul {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		max-width: 305px;
	}
}

.mm-header {
	margin-top: 20px;
}
.mm-methodology {
	margin-top: 30px;
}
.mm-methodology h3 {
	color: black;
	margin-bottom: 18px;
}