

@import url("https://use.typekit.net/cyg5dio.css");
.pagetitle
{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	text-align: center;
}	
.pagesubtitle	
{
	font-family: "museo-sans",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}	

/* style for product overview page */

.introparagraph
{
	font-family: "museo-sans",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
}	

.productoverview_features
{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
}

.productoverview_features_bold
{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	text-align: left;
	vertical-align: middle;
}

.productoverview_compatibility_note

{
	font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
}

.function_icon
{
	column-width: 150px;
	vertical-align: middle;
	
}

td.bsmicon_column
{
	width: 150px;
	text-align: center;
	vertical-align: middle;
}
.icon_image
{
	width: 85px;
	height: auto;
}
.icon_bsm_l
{
	width: 140px;
	height: auto;
}
.footnote_sup
{
  font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-style: normal;
	font-weight: 400;
  font-variant-position: super;
  -moz-font-feature-settings: "sups";
  -webkit-font-feature-settings: "sups";
  font-feature-settings: "sups";
}
.footnotes
{
	font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.pagefooter
{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}
.pagefooter td:first-child
{
	height: 38px;
	padding: 3px;
	vertical-align: middle;
}

.pagefooter td
{
	padding: 3px 6px;
	text-align: left;
	vertical-align: middle;	
}

/* style for faq/troubleshoot */


.question
{
	font-family: roboto, sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 22px;
	list-style-type: none;
	
}


.answer
{
	font-family: roboto, sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 14px;
	
}
/* style for product detail tab*/
.xmlocationtable
{
	Width: 688px;
	border-collapse:collapse; 
	border: 3px solid #A6A6A6;	
	font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;

}
.yrcol_xm
{
	width: 50px;
}
.table_colspan
{	
	font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	padding: 3px;
	background-color: #A6A6A6;
}

.table_colspan_steps
{	
	font-family: "ff-tisa-sans-web-pro",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	text-align: left;
	border-bottom: 3px solid #A6A6A6;
}


.xmlocationtable thead th:first-child
{
	padding: 3px;
	border-bottom: 3px solid #A6A6A6;
	font-weight: 700;
}
.xmlocationtable thead th
{
	padding: 3px;
	border-bottom: 3px solid #A6A6A6;
	font-size: 16px;
	font-weight: 700;
}

.xmlocationtable td:first-child 
{
	padding: 3px;
	border-bottom: 1px solid #A6A6A6;
}
.xmlocationtable td 
{
	padding: 3px;
	border-bottom: 1px solid #A6A6A6;
	vertical-align: middle;
}

.techspecs
{
	
	Width: 649px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:12px;
	text-align: left;
	vertical-align: middle;
	
}

.techspecs td:first-child
{
	
	Width: 160px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	
}
/* style for vehicle specific app note*/

.appnote_a
{	
	text-align:left; 
	font-family: "proxima-nova", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
}

.appnote_q
{	
	width: 180px;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #474747;
}

.appnote_title
{
	text-align: center;
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #474747
	
}	


/* collapsable lsit -FA@ */



button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
	font-family: roboto, sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 22px;
	
}

button.accordion.active, 
button.accordion:hover
{
    background-color: #ddd; 
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* Misc  styles*/
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

/*pop-up pictures*/

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}

@keyframes zoom {
    from {transform: scale(0.1)} 
    to {transform: scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px)
{
    .modal-content
	{
        width: 100%;
    }
}

/*Collapsible XM location chats*/

.collapsible {
	background-color: honeydew;
	cursor: pointer;
	border: none;
	outline: none;
}

.active, .collapsible:hover {
	background-color: gainsboro; 
}

.collapsible:after {
	content:'\002B';
	color: white;
	float: right;
	margin-left: 5px;
	
}
.active:after {
	content:"\2212";
	
}
.content {
	padding: 0 18px;
	max-height:0;
	overflow: hidden;
	transition: max-hegiht 0.2s ease-out;
	background-color: #f1f1f1;
	
}