﻿/* Layout Large Screens and Global Styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html {
  -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

@font-face {
    font-family: 'intel_clear_wlight';
    src: url('fonts/intelclear_wlatn_lt-webfont.eot');
    src: url('fonts/intelclear_wlatn_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/intelclear_wlatn_lt-webfont.woff') format('woff'),
         url('fonts/intelclear_wlatn_lt-webfont.ttf') format('truetype'),
         url('fonts/intelclear_wlatn_lt-webfont.svg#intel_clear_wlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'intel_clear_wregular';
    src: url('fonts/intelclear_wlatn_rg-webfont.eot');
    src: url('fonts/intelclear_wlatn_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/intelclear_wlatn_rg-webfont.woff') format('woff'),
         url('fonts/intelclear_wlatn_rg-webfont.ttf') format('truetype'),
         url('fonts/intelclear_wlatn_rg-webfont.svg#intel_clear_wregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'intel_clear_wbold';
    src: url('fonts/intelclear_wlatn_bd-webfont.eot');
    src: url('fonts/intelclear_wlatn_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/intelclear_wlatn_bd-webfont.woff') format('woff'),
         url('fonts/intelclear_wlatn_bd-webfont.ttf') format('truetype'),
         url('fonts/intelclear_wlatn_bd-webfont.svg#intel_clear_wbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  color: #53565A;
  font-family: "intel_clear_wregular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #fff;
}

a {
  outline: none;
  color: #0071c5; 
  text-decoration: none; 
}
  a:hover { 
	color: #004280; 
	text-decoration: underline; 
  }
	a.cta {
	  background: #00aeef;
	  color: #fff;
	  padding: 5px 11px 2px;
	  border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;		  
	}
	a.cta:hover {     
	  background: #9addf7;
	  text-decoration: none; 
	}
	a.arrow {
	  line-height: 20px;
	  background: transparent url("../images/arrow-link.png") 100% 50% no-repeat;
	  line-height: 1.7em;
	  padding: 1px 10px 0 0;
	}
	
p {
  margin-bottom: 10px;
} 

.clearfix {
  clear: both;
}

.header { 
  height: 80px; 
}
.header .logo
{
  float: left;
  margin: 20px 0 0 15px;
}

.header .logo a {
	display: block;
    font-size: 18px;
	color: #52555A;
    text-decoration: none;
}

.header .logo a img {
	float: left;
}
.header .logo a span {
	float: left;
	margin: 9px 0 0 9px;
}

.header .searchSecure
{
  float: right;
  margin: 24px 15px 0 0;
}



.page {
  position: relative;
}
  
.page, 
.footer {
  margin: 0px auto;
  width: 960px;
}  
@media screen and (max-width: 959px) { /* Removes page width in newer browsers. */
  .page, 
  .footer {
	width: auto;
  }  
}
  
.promo,
.banner { 
  background-repeat: no-repeat; 
}
.banner { 
  background-size: 100%; 
}
.banner:before, .slidesjs-control:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
  .banner img { 
	width: 100% 
  }
  
.promo_container { 
  padding: 25px 0px 15px 20px; 
  overflow: auto; 
}
  .promo_container .promo { 
	width: 33%; 
	float: left; 
	background-position: 0px 2px;
  }
	.promo_container .promo .content { 
	  padding: 0 20px 0 130px; 
	}
	  .promo_container .promo h3 { 
        font-family: "intel_clear_wlight";	  
		font-size: 17px;
		margin: 0 0 6px 0; 
		font-weight: normal; 
	  }
	  .promo_container .promo p { 
		line-height: 17px; 
		font-size: 12px; 
		margin: 0 0 18px 0; 
	  }
	  
.footerContainer { 
  clear: both; 
  color: #fff; 
  background-color: #53565A; 
  width: 100% 
}
.footerContainer .footer { 
	padding: 12px 0 12px 0;
	overflow: auto;
	border-top: solid #949599 1px; 
  }
  .footerContainer .footer .copyright { 
	  float: left; 
	  margin-left: 20px; 
	}
	.footerContainer .footer ul { 
	  float: right; 
	  margin: 0 20px 0 0;  
	}
	.footerContainer .footer ul li { 
		float: left; 
		list-style: none; 
	  }


ul.socialIcons {
float: right;
margin: 0 81px 0 0;
padding: 0;
list-style: none;
}
ul.socialIcons li {
float: left;
margin-left: 7px;
}
ul.socialIcons li a {
text-indent: -999em;
display: block;
background: url("../images/social_icons.png") no-repeat;
width: 19px;
height: 19px;
}
ul.socialIcons li.fb a { background-position: 0 -19px; }
ul.socialIcons li.in a { background-position: 0 -38px; }
ul.socialIcons li.yt a { background-position: 0 -57px; }
ul.socialIcons li.gp a { background-position: 0 -76px; }
ul.socialIcons li.wb a { background-position: 0 -95px; }



/* Product Page Styles */
.product h3 {
  font-family: "intel_clear_wlight";	  
  font-size: 25px;
  line-height: 25px;
  margin: 0 0 15px; 
  color: #aa0828;
  font-weight: normal; 
} 
.product .blueContainer {
  background: #949599;
} 
.product .whiteContainer {
  background: #fff;
  border-bottom: solid #949599 1px;
}
.product .grayContainer {
  background: #E6E7E8;
}
.product .darkContainer {
  background: #53565A;
}
.product .blueContainer,
.product .whiteContainer,
.product .grayContainer,
.product .darkContainer {
  padding: 50px 0;
  width: 100%;
} 
.product .grayContainer .promo_container { 
  padding: 0;
}
  .product .whiteContainer ul,
  .product .darkContainer ul {
	  margin-bottom: 10px;
  } 
	.product .whiteContainer ul li,
	.product .darkContainer ul li   {
		list-style: square;
		margin-left: 20px;
	}
	.product .darkContainer ul li   {
		margin-bottom: 5px;
	} 
.product .promo_container,
.product .productContainer,
.product .blueBanner {
  margin: 0px auto;
  width: 920px;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;  
} 
@media screen and (max-width: 959px) { /* Removes page width in newer browsers. */
  .product .promo_container,
  .product .productContainer,
  .product .blueBanner {
	width: auto;
	margin: 0 20px;
  }   
}
.product .half,
.product .oneThird,
.product .oneFourth {
  float: left;
} 
.product .half {
  width: 50%;  
}
  .whiteContainer .half {
	width: 65%;  
  }
  .product .half.compatible {
	width: 35%;  
  }
  .product .half.diagram img {
	width: 90%;
	float: right;
  } 
.product .oneThird {
  width: 33%;  
}
.product .oneFourth {
  width: 25%;  
}
  .product .oneFourth img {
	width: 100%;
  }
  
.product .blueBanner {
  color: #fff;
  overflow: hidden;
} 
  .product .blueBanner h1 {
	color: #fff;
	font-size: 40px;
    line-height: 40px;
	font-family: "intel_clear_wlight";	  
	margin: 0 0 15px 0; 
	font-weight: normal; 	
  } 
  .product .blueBanner p {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 30px;
  }       
  .product .blueBanner a.cta {
	  background: #B71234;
	  color: #fff;
	  font-size: 14px;
	  padding: 5px 11px 2px;
	  margin: 0 10px 10px 0;
	  border-radius: 4px;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;	
	  display:inline-block;
	  border: 0;
	}
	.product .blueBanner a.cta:hover {     
		background: #AA0828;
		text-decoration: none; 
	  } 
  .product .blueBanner .half img {
	width: 90%;
  }	  
.product .promo_container .promo {     
  margin-bottom: 0;
}  	
  .product .promo_container .promo.one { 
	background-image: url("../images/isc/1.png"); 
  }
  .product .promo_container .promo.two { 
	background-image: url("../images/isc/2.png"); 
  }
  .product .promo_container .promo.three { 
	background-image: url("../images/isc/3.png"); 
  }  
  .product .promo_container .promo.four { 
	background-image: url("../images/isc/4.png"); 
  }
  .product .promo_container .promo.five { 
	background-image: url("../images/isc/5.png"); 
  }
  .product .promo_container .promo.six { 
	background-image: url("../images/isc/6.png"); 
  }  
  .product .promo_container .promo.transactions { 
	background-image: url("../images/icons/transactions.png"); 
  }
  .product .promo_container .promo.register { 
	background-image: url("../images/icons/register.png"); 
  }
  .product .promo_container .promo.pos { 
	background-image: url("../images/icons/pos.png"); 
  }
  .product .promo_container .promo.cardreader { 
	background-image: url("../images/icons/cardreader.png"); 
  }
	.product .promo_container .promo .content { 
	  padding-left: 120px; 
	}   	  
	  .product .promo_container .promo .content h4,
	  .product .promo_container .promo .content p {     
		font-size: 13px;
		line-height: 18px;
	  }  
.product .whiteContainer .compatible h4,	  
.product .whiteContainer .compatible p,
.product .whiteContainer .compatible ul {     
  margin-left: 80px;
}   
.product .darkContainer h3,
.product .darkContainer h4,
.product .darkContainer ul {     
  color: #fff;
  margin-right: 20px;
  font-weight: normal;
} 
.product .darkContainer a {     
  color: #E6E7E8;
}

#tabs {
	display: table;
	list-style: none;
	margin: 0 0 20px;
	width: 100%;
}
#tabs li {
	display: table-cell;
}
#tabs li a {
	background: #e6e7e8;
	padding: 10px 20px;
	margin: 0 2px 0 0;
	color: #53565a;
	font-size: 14px;
	display: block;
	text-align: center;
	text-decoration: none;
	outline: none;
}
#tabs li.active a {
	background: #b71234 url("../images/arrow-tab.png") no-repeat 50% bottom;
	color: #fff;
}
.tab_content {
    display: none;
}
#tw-widget2 .user a img {
    display: none;
}
#tw-widget2 .tweet {
	margin-bottom: 0;
}

/*Brightcove*/
.outer-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
}