.capitalize{
	text-transform:capitalize;
}

.uppercase{
	text-transform:uppercase;
}

.bold {
   font-weight:bold;
}

.twelvepoint{
	font-size: 12px;
}
.thirteenpoint {
	font-size: 13px;
}

.fourteenpoint{
	font-size: 14px;
}
.sixteenpoint {
    font-size: 16px;
}
.eighteenpoint {
    font-size: 18px;
}
.center{
	margin: 0 auto;
	width: 100%;
}

.pullLeft {
   text-align: left!important;
}

.pullRight {
   text-align: right!important;
}

.primary-background{
	background-color: #002144;
}

.secondary-background{
	background-color: #002651;
}

.yellow{
	color: #ffcf06;
}

.darkBlue{
	color: #003479;
}

.ltblue{
	color: #DCEDFA;
}
.gray{
	color: #a1a1a1;
}

.grayTxt{
	color: #a5acb0;
}

.darkGrayTxt{
	color: #575757;
}
.red {
    color: #D91C34;
}
.strikeThrough{
	text-decoration:line-through;
}
.headingTxt{
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 12px;
	font-weight: bold;
}
.bread-crumb {
   display: block;
   height: 46px;
}
.bread-crumb a {
   font-weight: normal; 
}
.blueQuestion {
    display: inline-block;
    margin: 0;
    padding: 15px;
    vertical-align: top;
}
.inlineItem {
    display: inline-block;
}


.nowrapLink{
	 white-space: nowrap;
}

.noVisual{
	display: none;
}
.headingTxtNoTrans{
    font-size: 20px;
    margin: 0px 0px 12px 0px;
    margin-top: -1em;
    font-weight: bold;
}
.tooltipMain .qtip-content {
	width: 322px;
	height: 322px;
	background-color: #fff;
	padding: 1px;
	margin: 0px;
	border:1px solid #fefefe;
}

.tooltipGBag .qtip-content {
	width: 220px;
	height: 140px;
	background-color: #fff;
	padding: 20px;
	margin: 0;
	border:1px solid #fefefe;
	box-shadow: 0 0 12px #003479;
}

.tooltipGBag .qtip-content .twenty {
	line-height: 22px;
}

.tooltipGcPin .qtip-content {
	width: 270px;
	height: 150px;
	background-color: #fff;
	padding: 10px;
	margin: 0 -80px 0 0;
	border:1px solid #fefefe;
	box-shadow: 0 0 12px #003479;
}

.qtip-content .fifteen {
	font-size: 15px;
	line-height: 16px;
}

.tooltipGcPin .qtip-content img {
	width: 100%;
	height: auto;
}

.tooltipSecCode .qtip-content {
	width: 270px;
	height: 160px;
	background-color: #fff;
	padding: 10px;
	margin: 0 0 0 -24px;
	border:1px solid #fefefe;
	box-shadow: 0 0 12px #003479;
}

.tooltipSecCode .qtip-content img {
	width: 100%;
	height: auto;
	margin-top: 6px;
}

#securityCodeDiv label {
	margin-bottom: 0;
}
.passwordPolicyTip .qtip-content {
	width: 180px;
	height: 180px;
	background-color: #fff;
	padding: 10px;
	margin: 0;
	border:1px solid #fefefe;
	box-shadow: 0 0 12px #003479;
}
.passwordPolicyTip .qtip-content p {
	font-size: 12px;
	margin-top: 4px;
}
.whatsDodIdTip .qtip-content {
	width: 250px;
	height: 338px;
	background-color: #fff;
	padding: 10px;
	margin: 0;
	border:1px solid #fefefe;
	box-shadow: 0 0 12px #003479;
}
#shippingCollapsible01 h4, #shippingCollapsible02 h4 {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	filter: Alpha(Opacity=100);
	opacity: 1;
}
#shippingCollapsible01 .ui-collapsible-content, #shippingCollapsible02 .ui-collapsible-content {
	border-width: 0px !important;
    background-color: white  !important;
	padding: 0 !important;
}
#shippingCollapsible01 input[type="radio"], #shippingCollapsible02 input[type="radio"] {
	visibility: hidden;
}
#shippingCollapsible01 h4 .ui-btn, #shippingCollapsible02 h4 .ui-btn {
	padding: .72em 0 .15em 2.4em !important;
}
#shippingCollapsible01 .ui-icon-minus:after, #shippingCollapsible02  .ui-icon-minus:after {
	border-color: #003479;
	background-image: none;
	background-color: #fff;
	width: 8px;
	height: 8px;
	border-width: 5px;
	border-style: solid;
	display: block;
	margin: -9px 2px 0 2px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	left: .5625em;
	top: 50%;
	content: "";
	position: absolute;
}
#shippingCollapsible01 .ui-icon-plus:after, #shippingCollapsible02  .ui-icon-plus:after {
	opacity: .3;
	display: block;
	width: 18px;
	height: 18px;
	margin: -9px 2px 0 2px;
	background-image: none;
	background-color: rgba(0,0,0,0.1) /*{global-icon-disc}*/;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	left: .5625em;
	top: 50%;
	content: "";
	position: absolute;
}
.cartContainer .warrantyYellowCheck {
	margin-top: 8px;
}
.cartContainer .warrantyYellowCheck .ui-checkbox {
	float: left;
}
.cartContainer .warrantyYellowCheck label#warrantyLabel {
	margin: 0 0 .4em 2.7em;
}
.cartContainer .warrantyPlanSelect {
	margin-top: 5px;
}
/* Bazaarvoice Ratings stars */
.reviews .ratingsStars {
	margin-top: 6px;
	float: left !important;
	width: 85px !important;
	height: 14px !important;
}
.reviews .ratingsCount {
	font-size: 10px;
	margin-left: 10px;
	color: #003479;
}
.productTitle{
	white-space:normal;
}

/* added for Checkout page header text */
.CheckouHheadingTxt{
	font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

._nexcom_desktop-shopping-cart{
	text-shadow: none
}

._nexcom_desktop-shopping-cart a span{
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: 400;
}

._nexcom_desktop-shopping-cart.active{
	color: #0a2240;
}

._nexcom_desktop-shopping-cart.active a span{
	font-family: Helvetica, Arial, sans-serif;
	color: #0a2240;
	font-weight: 400;
}

._nexcom_user-account-menu.active a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

// store menu
._nexcom_user-store-menu.active a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}


._nexcom_top_categories li a span{
	font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
	color: #0a2240;
	text-shadow: none;
}

._nexcom_top_categories li a.visited span{
	font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
	color: #0a2240;
	text-shadow: none;
}

li._nexcom_desktop-account span{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
}

// store menu
li._nexcom_desktop-store span{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
}

._nexcom_remember-me .checkbox{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
}

.columns.is-flex-mobile.is-centered.has-text-centered._nexcom_forgot-links li a{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #0a2240;
}

.columns.is-flex-mobile.is-centered.has-text-centered._nexcom_forgot-links li a.visited{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #0a2240;
}

.columns.is-flex-mobile.is-centered.has-text-centered._nexcom_sign-up-links li{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
}
.columns.is-flex-mobile.is-centered.has-text-centered._nexcom_sign-up-links li:hover{
	color: #0a2240;
}

.columns.is-flex-mobile.is-centered.has-text-centered._nexcom_sign-up-links li a{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	text-shadow: none;
}
.columns.is-flex-mobile.is-centered.has-text-centered._nexcom_sign-up-links li a:hover{
	color: #0a2240;
}

