/*footer terms of use*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
	a[href*="terms-of-use"].subnav-menu-item {
	height: 90px !important;
    max-height: 90px !important;
    line-height: 90px;
	}
	a[href*="terms-of-use"] span {
		font-size: 10px;
	    vertical-align: middle;
	    display: inline-block !important;
	    line-height: 18px;
	}
}
@media only screen and (device-width: 768px) and (device-height: 1024px) {
	a[href*="terms-of-use"].subnav-menu-item {
		max-width: 100%;
	}
}
@media (max-width: 992px) {
	.article h1.noheaderTitle span, .about h1.noheaderTitle span, h1.noheaderTitle span   {
	    font-size: 38px;
	}
	.article h1, .about h1 {
	    font-size: 38px;
	}
}
.tech-specs .details-description li span p {
	font-size: 14px;
}
#category-hero .hero-metadata h1 {
	line-height: 1 !important;	
}

@media(max-width:768px){
	#hero-messaging > .row > div.sm-width > h1 {
		font-size: 30px;
	}
	.bosphorus-overview-crush .bosphorus-overview-copy a {
		margin-left: 7px;
		margin-right: 7px;
	}
}
body.plp-v2 #vc-navigation~main #category-hero {
	padding-top: 140px;
}
@media (max-width: 1024px) and (min-width:768px) and (orientation : landscape){
	body.plp-v2 #vc-navigation~main #category-hero {
		padding-top: 145px;
		height: 500px;
	}
}
@media (max-width: 1024px) and (min-width:768px) and (orientation : portrait){
	body.plp-v2 #vc-navigation~main #category-hero .hero-metadata h1 {
	    font-size: 50px;    
	}
}
@media only screen and (min-width: 1024px) {
div.home-panels h1, div.home-panels h2 {
	line-height: 4.8vw;
	font-size: 4.5vw;
}
}

@media only screen and (min-width: 451px) and (max-width: 767px) {

div.home-panels h1, div.home-panels h2 {
    font-size: 37px;
    line-height: 40px;
}
}