body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.1em;
	color: #000;
}

/* manfacturer links */
.jcpmanufacturer
{
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    transition: color 0.2s ease-in-out;
    display: flex;
	  justify-content: center;
    white-space: nowrap;
    font-size: 0.6875em;
}
.jcpmanufacturer a:link,
.jcpmanufacturer a:visited
{
    color: #1383b3;
}
.jcpmanufacturer a:hover,
.jcpmanufacturer a:active
{
    color: #0B506E;
}
.jcpmanufacturer #jssl-logo
{
    display: block;
    float: left;
    margin: 0;
    padding: 0px 10px 0px 0px;
}

.jcpmanufacturer br
{
    display: none;
}

.jcpmanufacturer .jssl-link
{
    padding: 0;
}

.jcpmanufacturer .jssl-link + .jssl-link::before
{
    border-left: 1px solid #dadada;
    content: "";
    margin: 0 6px;
}
#jssl-tracking-pixel
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 1px;
}
@media (max-width: 320px) {
    .jcpmanufacturer
    {
        text-align: center;
        line-height: 1.4em;
    }
    .jcpmanufacturer #jssl-logo
    {
        float: none;
        margin: 0 auto;
    }
}

/* sponsored content */

@media only screen and (min-width : 320px) and (max-width : 736px) {
	body {-webkit-text-size-adjust: none;}
	#jam-sc-wrapper {
		padding: 0 1rem;
	}
	#jam-sc-sponsored { 
		left: 1rem;
		right: 1rem;
		text-indent: 10%;
	}

	#jam-sc-sponsored::after {
		background: linear-gradient(315deg,#000,70%,#2983aa,70%,transparent,93%,#fff,93%,#2983aa)
	}

	#jam-sc-links {
		margin-top: 0.25rem;
	}

	#jam-sc-vehicle-img {
		max-width: 5.75rem;
	}

	#jam-sponcon-legal-link {
		right: 1rem !important;
		bottom: 12px !important;
	}
}

#jam-sc-wrapper {
	position: relative;
	height: 8rem;
	max-width: 70rem;
	margin: 0 auto;
}

@media ( min-width: 768px ) and ( max-width: 1023px ) {
	#jam-sc-wrapper {
		padding: 0 2.5rem;
	}

	#jam-sc-content-inner {
		width: calc( 100% - 160px );
	}

	#jam-sc-links {
		margin-top: 0.5rem;
		width: calc( 100% - 160px );
	}

	#jam-sc-sponsored {
		text-indent: 6%;
	}

	#jam-sc-sponsored::after {
		background: linear-gradient(315deg,#000,83%,#2983aa,83%,transparent,95.5%,#fff,95.5%,#2983aa);
	}

	#jam-sc-vehicle-img {
		max-width: 8rem;
	}

	#jam-sponcon-legal-link {
		right: 2.5rem !important;
	}
}

@media ( min-width: 1024px ) {
	#jam-sc-wrapper {
		padding: 0 2.5rem;
	}

	#jam-sponcon-legal-link {
		right: 2.5rem !important;
	}

	#jam-sc-content-inner {
		width: calc( 100% - 200px );
	}

	#jam-sc-links {
		margin-top: 0.5rem;
		width: calc( 100% - 200px );
	}

	#jam-sc-sponsored {
		text-indent: 4%;
	}

	#jam-sc-sponsored::after {
		background: linear-gradient(315deg,#000,89%,#2983aa,89%,transparent,97.5%,#fff,97.5%,#2983aa);
	}

	#jam-sc-vehicle {
		left: .6125rem;
	}

	#jam-sc-vehicle-img {
		max-width: 10rem;
	}

	#jam-sponcon-legal {
		left: 50% !important;
	}

}

@media ( min-width: 1367px ) {}
#jam-sc-content {
    position: relative;
    padding-top: 14px;
}

#jam-sc-content-inner {
	float: right;
	margin-top: 0.75rem;
}

#jam-sc-vehicle
{
	position: absolute;
	top: 1.75rem;
	left: 1rem;
	margin: 0 0 0 0;
	padding: 0;
}

#jam-sc-vehicle-img
{
	/* Removed code to flip vehicle image */
}

#jam-sc-sponsored {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: 400;
    font-size: 9px;
    color: lightgrey;
    text-transform: uppercase;
}

#jam-sc-sponsored::after { 
    position: absolute;
    content: "";
    height: .15rem;
    right: 0;
    left: 0;
    top: .35rem;
}

#jam-sc-headline
{
	font-size: 1.13em;
	font-weight: bold;
    margin: 0.3125rem 0;
	padding: 0;
}

#jam-sc-body
{
    max-width: 40rem;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#jam-sc-links
{
	float: right;
	list-style: none;
	padding: 0;
}

	#jam-sc-links li
	{
		display: inline;
		list-style: none;
		margin: 0;
		padding: 0 0.3125rem 0 0.6125rem;
		border-left: 1px solid #000;
	}
	
		#jam-sc-links li a
		{
			font-weight: bold;
			font-size: 0.9em;
		}

			@media (max-width: 600px) {
				#jam-sc-links li a { font-size: 0.7em; }
			}

			#jam-sc-links li a:link,
			#jam-sc-links li a:visited
			{
				color: #1383b3;
			}

			#jam-sc-links li a:hover,
			#jam-sc-links li a:active
			{
				color: #0b4b66;
			}

		#jam-sc-links li:first-child
		{
			padding-left: 0;
			border-left: 0;
		}

#jam-sc-imp
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 1px;
}

@media (max-width: 479px) {
	#jam-sc-body { display: none; }
	#jam-sc-content-inner { width: 60vw; margin-top: 1.25rem; }
	#jam-sc-links { width: 60vw; }
}

@media (max-width: 374px) {
	#jam-sc-content-inner { margin-top: 1.2rem; }
}

@media (max-width: 325px) {
	#jam-sc-links li
	{
		display: block;
		border: 0;
		padding: 0;
		margin: 0;
	}
}


@media only screen and (min-width : 20px) and (max-width : 319px) {

	#jam-sc-content
	{
		display: block;
		text-align: center;
	}

		#jam-sc-content-inner
		{
			float: none;
			width: auto;
			display: block;
			margin-top: 1.6rem;
		}

	#jam-sc-vehicle
	{
		position: static;
		top: auto;
		left: auto;
		display: block;
		margin: 0 auto 3px;
	}

	#jam-sc-vehicle-img
	{
		float: none;
		text-align: center;
	}
	
	#jam-sc-vehicle-img {
		max-width: 200px; 
		width: 100%;
	}

	#jam-sc-links
	{
		float: none;
		width: auto;
		text-align: center;;
	}

		#jam-sc-links li
		{
			display: block;
			border: 0;
			padding: 0;
			margin: 0 0 3px 0;
		}

		#jam-sc-links li a
		{
			font-size: 0.85em;
		}

}

