/*-  CSS Reset -*/
@import url("https://promotions.newegg.com/template/b2b/css/reset.css");

/*-  CSS Mainframe -*/
@import url("mainframe.css");


#main .item-list .col-4 {
    width: 33.3333%;
  
}

#main .item-list .col-8 {
    width: 66.6667%;
}

.textBoxTitle{font-size: 2em; margin-bottom: 20px; margin-top: 0px;padding-top: 20px;color:#424242; font-family: 'roboto'; font-weight:500;}
.textBoxPara{font-size: 18px; line-height: 25px; margin-bottom: 20px;}

.textBoxTitleS{font-size: 22px; margin-bottom: 14px;padding-top: 20px;}
.textBoxParaS{font-size: 14px; line-height: 20px;}

.textBoxLeft{margin-right: 20px;}
.textBoxRight{margin-left: 50px;}

.fullLengthTitle{font-size: 28px; text-align: center;}
.fullLengthPara{font-size: 18px; text-align: center; line-height: 25px; padding:10px 100px 10px 100px;}

.rowA{margin-left: 13%; margin-right: 13%;}



a.logoLinks,
a.logoLinks:link,
a.logoLinks:visited {

	text-decoration: none;
	border-bottom:none;

}
a.logoLinks:hover,
a.logoLinks:active,
a.logoLinks:focus {

	text-decoration: none;
	border-bottom:none;
	
}



@media (max-width: 1000px) {
#main .item-list .col-4 {
    width: 50%;
}

#main .item-list .col-8 {
    width: 50%;
}
.textBoxTitle{font-size: 22px; margin-bottom: 20px; margin-top: 0;}
.textBoxTitleS{font-size: 17px; margin-bottom: 14px;}


}

@media (max-width: 768px) {
#main .item-list .col-4 {
    width: 100%;
}

#main .item-list .col-8 {
    width: 100%;
}
.textBoxRight{margin-left: 0;}
.textBoxLeft{margin-right: 0;}
.rowA{margin-left: 0; margin-right: 0;}


}

@media (max-width: 640px) {
    .rowA .col-6{
    width: 100%;!
}
}


















/*-  CSS Social Media Content -*/
@import url("https://promotions.newegg.com/template/b2b/css/scripts.css");
@import url("https://promotions.newegg.com/template/b2b/css/responsive-lp.css");