@media screen , print {
	.XDactive>.XDescCol {
		background-image: url("/img/vhr/XDescbg.gif");
		background-color: #FFFBE7;
		background-repeat: repeat-y;
	}
	/*main structural*/
	#topbar {
		height: 64px;
		width: 100%;
		z-index: 20;
		position: fixed;
		background: #3777BC;
		margin-top: -65px;
	}

	#topbracket {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.balancing-buttons {
		flex: 1;
	}

	.top-bar-buttons {
		flex: 1;
		display: flex;
		justify-content: flex-end;
		padding-top: 7px;
	}
	#bottombracket {
		width: 100%;
		margin-top: 65px;
		max-width: 1280px;
		clear: right;
		overflow-y: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	#bottombracket::-webkit-scrollbar {
		display: none;
		width: 0 !important;
	}

	#cipcontent {
		padding: 10px 0 0 0;
		background-color: #fff;
		text-align: left;
	}

	/* header elements */
	.hdrlogo {
		margin-top: 10px;
	}

	.top-bar-button {
		height: 40px;
		border: 1px solid #FFFFFF;
		border-radius: 4px;
		cursor: pointer;
		overflow: hidden;
		font-weight: 500;
		display: flex;
		align-items: center;
		justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
		margin-right: 10px;
	}

	.top-bar-button, .top-bar-button:visited {
		color: #FFFFFF;
		text-decoration: none;
	}

	.top-bar-button:hover {
		background-position:0 -37px!important;
		background-color: #EEEEEE;
		color: #3777BC;
	}

	.top-bar-button:hover > .top-bar-button-icon {
		fill: #3777BC;
	}

	.top-bar-button:active {
		background-color: #FFFFFF;
	}

	.top-bar-button-icon {
		vertical-align: middle;
		padding-right: 9px;
		fill: #FFFFFF;
	}

	#shareBtn {
		min-width: 39px;
	}
	.printhover {
		background-position: 0 -37px !important;
	}
	/* leftside Elements */
	#navMain {
		padding: 24px 10px 20px 10px;
		color: #333333;
		border-bottom: 1px solid #BDBDBD;
	}
	.ciptabs>a,.cipupgrade li {
		display: block;
		height: 40px;
		cursor: pointer;
		overflow: hidden !important;
		text-decoration: none;
	}
	.cip-tab {
		border-bottom: 1px solid #BDBDBD;
		height: 29px;
		padding: 10px 0 0 16px;
		font-size: 16px;
		font-weight: 500;
		color: #3777BC;
		background-color: #FFFFFF;
	}
	.cip-tab sup {
		font-size: 7px;
		font-weight: normal;
	}
	#tab_wc {
		display: block
	}
    #tab_wc.fr_ca {
        display: block
    }
	.tabactive div {
		background-color: #7dc243;
		color: #FFFFFF;
	}
	.tabhover div{
		background-color: #EEEEEE;
	}
	#footer {
		clear: both;
		width: 100%;
	}
	.cadbadge {
		width: 217px;
		padding: 30px 0 0 0;
		margin: 15px 0 0 6px;
	}
	.cadinfo {
		color: #666666;
		border: 1px solid #999999;
		padding-top: 5px;
		background-color: #ffffff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#CADtag {
		padding: 10px;
		color: #666666;
		display: none;
	}
	.cad {
		background: transparent url(/img/vhr/cip/cadbadgetop.png)
			no-repeat top left;
		padding-top: 92px;
	}
	.cad .cadinfo {
		background: transparent url(/img/vhr/cip/cadbadgebtm.png)
			no-repeat bottom left;
		border-style: none;
		padding-top: 0;
	}
	.cad #CADtag {
		display: block;
	}
	.cadlead {
		margin: 0 0 4px 0;
		font-size: 11px;
	}
	.cadinfo address {
		font-style: normal;
		line-height: 140%;
		margin: 5px;
	}
	.cadinfo #dealer-name {
		line-height: 125%;
		font-size: 16px;
		font-weight: 500;
	}
	.cadinfo a {
		color: #666666;
	}
	/*cipcontent elements*/
	#loadingBox {
		display: none;
		z-index: 250;
		position: absolute;
		text-align: center;
		background: #fff;
		color: #333;
		width: 150px;
		height: 150px;
		left: 37%;
		padding-top: 20px;
		top: 300px;
		border: 1px solid #666;
		overflow: hidden;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-moz-box-shadow: 5px 5px 4px #333;
		-webkit-box-shadow: 5px 5px 4px #333;
		box-shadow: 5px 5px 4px #333;
	}
	#printModal {
		position: fixed;
		z-index: 200;
		left: 370px;
		top: 100px;
		width: 400px;
		border: 2px solid #666 !important;
		background-color: #efefef;
		overflow: hidden;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 10px;
		color: #bababa;
		display: none;
	}
	.printactive {
		background-color: #fff;
		color: #333;
		border: 2px solid #ff9900 !important;
	}
	#printModal h4 {
		color: #333;
	}
	.printOption {
		margin: 15px;
		padding: 5px 5px 8px 5px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: 1px solid #ccc;
	}
	ul.printlist {
		margin-left: 20px;
		padding-top: 7px;
	}
	ul.printlist li {
		margin-bottom: 6px;
	}
	ul.printlist li label {
		line-height: 145%;
	}
	#printError {
		display: none;
		text-align: center;
		margin: 15px;
		color: red;
		background-color: rgb(255, 238, 238);
		padding: 12px;
		border: 2px solid darkred;
		display: none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#btnPrint {
		margin-left: 20px;
	}
	#emailModal { display: none; }
	
	.cadcontent {
		padding: 3px 10px 4px 10px;
	}
	#tabvhr,#tabws,#tabbbg,#tabwc,#upgrade {
		margin: 0 0 20px 0 !important;
		text-align: left;
	}
	.CADPrintBanner {
		display: none;
		margin: 0 auto;
		position: relative;
	}
	.CADPrintBanner label {
		color: #999999;
	}
	.CADbanner {
		width: 100%;
		overflow: visible;
	}
	.CADbanner p {
		color: #666666;
		position: absolute;
		top: 28px;
		left: 140px;
		line-height: 120%;
	}
	.CADbanner p:first-line {
		color: #333333
	}
	/*upgrade elements */
	#upgradeWrapper {
		background: #fff url(/img/vhr/cip/upgradebg.png) no-repeat top
			left;
		width: 663px;
		height: 271px;
	}
	#upgradeContent {
		padding: 10px 163px 36px 10px;
		color: #336699;
	}
	#upgradeContent h3 {
		line-height: 120%;
	}
	#upgradeContent p {
		line-height: 120%;
		margin-top: 10px;
	}
	#upgradeContent ul {
		line-height: 140%;
		color: #333333;
		list-style: disc;
		margin: 0 15px;
		padding: 10px;
	}
	#upgradeContent li {
		line-height: 120%
	}
	#naMsg {
		padding: 15px 0px 140px 0px !important
	}
	#langToggle img {
		cursor: pointer;
	}
	#ugpradeMessage {
		background: #FFFBE7;
		/* Old browsers */
		background: -moz-linear-gradient(top, rgba(235, 231, 203, 1) 2%,
			rgba(255, 251, 231, 1) 30% );
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(235,
			231, 203, 1) ), color-stop(30%, rgba(255, 251, 231, 1) ) );
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(235, 231, 203, 1) 2%,
			rgba(255, 251, 231, 1) 30% );
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(235, 231, 203, 1) 2%,
			rgba(255, 251, 231, 1) 30% );
		/* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(235, 231, 203, 1) 2%,
			rgba(255, 251, 231, 1) 30% );
		/* IE10+ */
		filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
			'#ebe7cb', endColorstr = '#fffbe7', GradientType = 0 );
		/* IE6-9 */
		background: linear-gradient(top, rgba(235, 231, 203, 1) 2%,
			rgba(255, 251, 231, 1) 30% );
		/* W3C */
		border: 1px solid #ccc;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		color: #4a7800;
		line-height: 20px;
		padding: 0 10px;
		display: inline-block;
		margin: 0;
		height: 40px;
		overflow: hidden;
	}
	#ugpradeMessage tr {
		height: 40px;
	}
	#ugpradeMessage td {
		text-align: center;
		width: 450px;
	}
	#upgradeMessageWrapper {
		text-align: center;
		position: fixed;
		left: 20px;
		top: 3px;
		z-index: 7;
		width: 100%;
	}
}

@media screen {
	#tabvhr,#tabws,#tabbbg,#tabwc {
		display: none;
	}
	#nav {
		width: 18%;
		min-width: 190px;
		max-width: 228px;
		height: 100%;
		background-color: #f5f5f5;
		border-right: 1px solid #BDBDBD;
		border-left: 1px solid #BDBDBD;
	}

	/* fixed tabs */
	.fixedTabs #nav {
		position: fixed;
	}

	.fixedTabs #cipcontent {
		/*padding-left: 19%;*/
	}

	/* scrolling tabs */
	.scrollingTabs #nav {
		position: absolute;
		left: 0;
		top: 0;
	}

	.scrollingTabs #cipcontent {
		/*position: absolute;*/
		/*left: 19%;*/
	}

	#shareBtn:hover {
		background-position:0 -37px!important;
	}
	
	#shareMenu{
		list-style:none;
		color: #039;
		margin: 0;
		border: 1px solid #CCC;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 0;	
		width: 100px;
		-webkit-box-shadow:  0px 0px 3px 3px rgba(0, 0, 0, .1);
	    display: none;
	    box-shadow:  0px 0px 3px 3px rgba(0, 0, 0, .1);
	    position: absolute;
	    z-index: 50;
	    background-color: white;
	}
	#shareMenu li{
		line-height: 16px;
		margin: 0;
		padding: 3px 8px;
		cursor: pointer;
	}
	#shareMenu li:hover{
		background-color: #eef1f8;
	}
	#shareMenu li img{
		vertical-align:-2px;
		padding-right: 5px;
	}
	
	#emailConsole, #emailSent, #emailNotSent {
		position: absolute;
		z-index: 500;
		width: 320px;
		border: 1px solid #999;
		color: #667;
		background-color: #FFF;
		cursor: default;
		height: 320px;
		top: 100px;
		right: 200px;	
	}

	.consoleTitle{
		background: #eef1f8;color: #333; float: none;padding: 4px;
	}
	.consoleTitle h6{
		display: inline-block; float: left;line-height: 24px;padding: 0;margin: 0;
	}
	.consoleCancel{float: right;padding: 4px;}
	#emailConsole label{display: block;}
	.consoleContent{padding: 10px;clear: both;}
	.sentContent{padding: 10px;clear: both; text-align:center; line-height:100%}
	.consoleContent textarea, .consoleContent input[type="text"]{width: 295px;}
	.clear{clear:both; }
	.charCount{float: right; color: #888;padding: 3px;}
	#emailConsole fieldset{border: 0;margin: 0;padding: 0;}


}

@media only screen and (min-width: 1280px) {
	#bottombracket {
		margin-left: calc(50% - 640px);
	}
	.fixedTabs #cipcontent {
		padding-left: 248px;
	}
}
@media only screen and (max-width: 1050px) {
	.fixedTabs #cipcontent {
		padding-left: 200px;
	}
}

@media only screen and (max-width: 960px) {
	#nav {
		visibility: hidden;
	}

	.fixedTabs #cipcontent {
		padding-left: 0px;
	}

	.scrollingTabs #cipcontent {
		left: 0;
	}
}

@media print {
	#carfaxcip {
		overflow: visible;
	}
	#cipcontent {
		padding: 0;
		margin: 0;
		overflow: visible;
		overflow-y: visible;
		display: block;
	}
	#bottombracket {
		position: relative;
		overflow-y: visible;
		overflow: visible;
		top: 0px;
		bottom: auto;
		height: auto;
		background: none;
		display: block;
		padding: 0;
	}
	#langToggle {
		display: none;
	}
	#carfax {
		overflow: visible;
	}
	#nav,#topbracket,#topbar,#loadingBox,#printModal,.cad,#shareMenu {
		display: none;
	}
	#tabvhr,#tabws,#tabbbg,#tabwc,#upgrade {
		margin: 0;
		overflow: visible;
	}
	.CADPrintBanner {
		display: block;
	}
	.cipNoPrint {
		display: none !important;
	}
}
