html, body, div, img, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	padding: 0;
	margin: 0;
}

/* Intel Clear Fonts */
@font-face {
    font-family: 'intel_clear_wlight';
    src: url('/solutions/lp/fonts/intelclear_wlatn_lt-webfont.eot');
    src: url('/solutions/lp/fonts/intelclear_wlatn_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('/solutions/lp/fonts/intelclear_wlatn_lt-webfont.woff') format('woff'),
         url('/solutions/lp/fonts/intelclear_wlatn_lt-webfont.ttf') format('truetype'),
         url('/solutions/lp/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('/solutions/lp/fonts/intelclear_wlatn_rg-webfont.eot');
    src: url('/solutions/lp/fonts/intelclear_wlatn_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/solutions/lp/fonts/intelclear_wlatn_rg-webfont.woff') format('woff'),
         url('/solutions/lp/fonts/intelclear_wlatn_rg-webfont.ttf') format('truetype'),
         url('/solutions/lp/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('/solutions/lp/fonts/intelclear_wlatn_bd-webfont.eot');
    src: url('/solutions/lp/fonts/intelclear_wlatn_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('/solutions/lp/fonts/intelclear_wlatn_bd-webfont.woff') format('woff'),
         url('/solutions/lp/fonts/intelclear_wlatn_bd-webfont.ttf') format('truetype'),
         url('/solutions/lp/fonts/intelclear_wlatn_bd-webfont.svg#intel_clear_wbold') format('svg');
    font-weight: normal;
    font-style: normal;
}



html {
	font-family: intel_clear_wregular, Helvetica, sans-serif;
	font-size: 100%;
	color: rgb(83,86,90);
}

body {
	text-align: center;
}

/*////////////////*/
/* color profiles */
/*////////////////*/
.fg-white {
	color: #ffffff;
	/*color: rgb(255,255,255);*/
}

.fg-black {
	color: #000000;
	/*color: rgb(0,0,0);*/
}

.fg-drkblue {
	/*color: #004280;*/
	color: rgb(0,66,128);
}

.fg-blue {
	/*color: #0071C5;*/
	color: rgb(0,113,197);
}

.bg-blue {
	/*background-color: #004280;*/
	background-color: rgb(0,66,128);
}

.fg-red {
	/*color: #aa0828;*/
	color: rgb(170,8,40);
}

.bg-red {
	/*color: #aa0828;*/
	background-color: rgba(170,8,40,1);
}

.fg-gray {
	color: rgb(83,86,90);
}

.bg-gray {
	background-color: rgb(230,231,232);
}

/*//////////////////*/
/* element defaults */
/*//////////////////*/
img {
	border: 0;
}

a {
	text-decoration: none;
}

/*//////////////////////*/
/* clear class for fill */
/*//////////////////////*/
.clear {}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

/*/////////////////////////*/
/* specific element styles */
/*/////////////////////////*/
header, section, footer {
	position: relative;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
	display: block;
}

/*//////////////////////////*/
/* header specific elements */
/*//////////////////////////*/
header {
	height: 80px;
	overflow: hidden;
}

#logo-intel {
	position: absolute;
	left: 0px;
	top: 18px;
}

header p {
	position: absolute;
	right: 0px;
	top: 28px;
}

header p a {
	font-size: 15px;
	font-weight: normal;
	font-family: intel_clear_wbold, Helvetica, sans-serif;
}

/*/////////////////////*/
/* title animated area */
/*/////////////////////*/
div#cloudbg {
	margin-top: 35px;
	/* position: relative; */
	width: 100%;
	height: 393px;
	overflow: hidden;
	background-image: url('/solutions/lp/img/cloud-report-banner.jpg');
	background-size: cover;
}

h1#title {
	/*
	font-size: 2.75em;
	line-height: 1.2em;*/
	font-family: intel_clear_wregular, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 48px;
	top: 14px;
	width: 90%;
	margin: 0 auto;
	position: absolute;
	text-align: left;
	font-weight: 100;
}

/*/////////////////////////////*/
/* section under animated area */
/*/////////////////////////////*/
h2 {
	font-size: 1.6em;
	line-height: 1.7em;
	font-weight: 100;
}

section#sec-one {
	width: 50%;
}

section#sec-one h2  {
	margin-top: 30px;
}

section#sec-one p  {
	line-height: 1.7em;
}

#btn-download {
	padding: 34px 0 34px;
}

/*////////////////////*/
/* float box elements */
/*////////////////////*/
.bx-ico {
	height: 35px;
	width: auto;
	padding: 18px 0px 12px 0px;
}

.bx-ico-50 {
	height: 50px;
	width: auto;
	padding: 18px 0px 12px 0px;
}

div.outrbx {
	width: 100%;
}

div.outrbx section div.row {
	clear: both;
	padding-top: 18px;
	padding-bottom: 18px;
}

div.outrbx section div.row div.bx-frame, div.outrbx.bg-blue section div.row div.bx-frame {
	margin: 2%;
	min-width: 200px;
	padding: 2%;
}

div.outrbx section div.row div.bx-frame {
	text-align: left;
}

div.outrbx.bg-blue section div.row {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.outrbx.bg-blue section div.row div.bx-frame {
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	border-bottom: 5px solid #0071C5;
}

.bx-frame h3 {
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: 100;
}

.bx-frame p {
	font-size: 1em;
	line-height: 1.7em;
	padding-top: 15px;
}

.bx-frame p:last-of-type {
	padding-bottom: 18px;
}

.bx-frame p.shrink {
	font-size: 85%;
}

.bx-frame a {
	font-size: 1em;
	color: rgba(0,66,128,1);
	font-weight: bold;
}

.bx-frame a:hover {
	color: rgba(11,91,184,1);
}

section .row {
	display: flex;
	flex-wrap: wrap;
}

section .row .bx-frame {
	flex-grow: 1;
	flex-basis: 25%;
}

/*////////////////////////*/
/* red section pre-footer */
/*////////////////////////*/
.outrbx.bg-red {
	padding-top: 10px;
	padding-bottom: 20px;
	overflow: auto	
}
.outrbx.bg-red .left {
	float: left;
	text-align: left;
	width: 70%;
}
.outrbx.bg-red .right {
	float: right;
	text-align: right;
	width: 30%;
}

.outrbx.bg-red h2 {
	font-size: 30px;
	line-height: 1.7em;
	font-weight: 100;
}

.outrbx.bg-red p {
	font-size: 15px;
}

.outrbx.bg-red p a {
	font-weight: bold;
}

/*///////////////*/
/* footer styles */
/*///////////////*/
footer {
	font-size: 0.75em;
}

footer a {
	margin: 18px;
}

footer div#copyright, footer div#baselinks {
	padding-top: 10px;
	padding-bottom: 20px;
}

footer div#baselinks {
	float: right;
}

footer div#copyright {
	float: left;
}



a.top {
  position: relative;
  top:-55px;
  display: block;
  height: 0;
  width:0;
}
.stickyheader {
  height:75px;
  background:#fff;
  border-bottom:1px solid #CCC;
  position: fixed;
  top: 0px;
  overflow: auto;
  width:100%;
  z-index: 10;
}
  .stickyheader .content img.logo {
	margin-top: 15px;
	float: left;
  }  
  .stickyheader .content .buttonContainer {
	float: right;
	margin-top: 0;
  }   
	.stickyheader .content .buttonContainer a.headercta {
		transition: background-color 0.5s ease;
		border-radius: 4px;
		color: #0071c5;
		border: 2px solid #0071c5;
		display: inline-block;
		padding: 5px 10px;
		margin: 20px 0 0 5px;
		cursor: pointer;
		text-align: center;
		text-decoration: none; 
	  }  
	  .stickyheader .content .buttonContainer a.headercta:hover {
		  background: #0071c5; 
		  color: #fff;
		}	
.oneThird,
.twoThird,
.half,
.oneFourth,
.threeFourth {
  float: left;
  overflow: auto;
}
  .left {
	float: left;
	width: 20%;
  } 
  .right {
	margin-left: 25%;
	text-align: left;
  }
  .oneThird {
	width: 33.3%;
	text-align: left;  
  }  
  .twoThird {
	width: 66.7%;
	text-align: left;
  } 
  .half {
	width: 50%;
	overflow: auto;
  }
	.half img {
	  width: 60%;
	  overflow: auto;
	}  
  .oneFourth {
	width: 25%;
  }
.whiteContainer {
  background: #fff;
}
.grayContainer {
  background: #E6E7E8;
}
.darkContainer {
  background: #004280;
  color: #fff;
}
.darkHeader,
.lightBlueHeader {
  	font-family: intel_clear_wbold, Helvetica, sans-serif;	
    border-radius: 4px;
	padding: 15px;
	margin: 30px 0;
	color: #fff;
  }
	 .darkHeader {
	  background: #004280; 
	}	 
	 .lightBlueHeader {
	  background: #00aeef;
	}  
.halfContainer {
  overflow: auto;
  margin: 0px auto;  
  width: 80%;
}
  .whiteContainer,
  .grayContainer,
  .darkContainer {
	width: 100%;
	overflow: auto;
	padding: 30px 0;
  }
	.whiteContainer h2,
	.grayContainer  h2,
	.darkContainer  h2 {
	  font-weight: normal;
	  font-size: 30px;
	  line-height: 35px;
	  padding-bottom: 20px;	 
	  color: #004280; 
	}  
	  .whiteContainer h3,
	  .grayContainer  h3,
	  .darkContainer  h3 {
		font-weight: normal;
		padding-bottom: 20px;
	    color: #004280; 
	  }
	  .whiteContainer h4 {
		font-weight: normal;
		padding: 10px 15px 0 15px;
		font-size: 18px;
	  }	  
  .darkContainer h2,
  .darkContainer a,
  .darkContainer a.more {
	color: #fff;
  }	 
	.darkContainer a {
	  text-decoration: underline;
	  padding: 0 10px;
	  display: inline-block;
	}	 
	.darkContainer p {
	  margin-bottom: 20px;
	}	 
  .grayContainer a {
	color: #004280;
	margin-top: 10px;
	display: block;
  }	   	
.content {
  margin: 0px auto;
  max-width: 1200px;  
  width: 80%;
  font-size: 15px;
  line-height: 20px;
}
img.infographic {
  width: 100%
}
a.cta {
  background: #b71234;
  transition: background-color 0.5s ease;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin: 15px 15px 0 0;
  padding: 5px 15px;
  border: 0;
  cursor: pointer;
  width: 150px;
  text-align: center; 
}
  a.cta:hover {     
	background: #aa0828;
	text-decoration: none; 
  }
a.more {
  color: #004280;
  text-decoration: underline;
  font-family: intel_clear_wbold, Helvetica, sans-serif;
  margin: 25px 25px 0 25px;
  display: block;
}
a.more:hover {     
  color: #0071c5;
  text-decoration: none; 
} 

 a.social {
  display: inline-block;
  padding: 20px 5px 0 5px;
 }



/*///////////////////////////////*/
/* responsive style adjustments//*/
/*///////////////////////////////*/
@media screen and (max-width: 1100px) {
	section#sec-one {
		width: 75%;
	}
}

@media screen and (max-width: 990px) {
	h1#title {
		font-size: 2.35em;
		line-height: 1.2em;
	}
	#cloudbg h1#title {
		font-size: 2.0em;
		line-height: 1.2em;
	}	
	
	h2 {
		font-size: 1.45em;
		line-height: 1.5em;
	}
	
	section .row .bx-frame {
		flex-basis: 42%;
	}
}

@media screen and (max-width: 650px) {
	div#cloudbg {
		background-image: url('/solutions/lp/img/cloud-report-banner.jpg');
	}

	h1#title {
		font-size: 1.4em;
		line-height: 1.2em;
	}
	
	#cloudbg h1#title {
		font-size: 1.5em;
		line-height: 1.2em;
	}	
	
	
	section#sec-one {
		width: 90%;
	}
	
	h2 {
		font-size: 1.3em;
		line-height: 1.35em;
	}
	
	section .row .bx-frame {
		flex-basis: 92%;
	}
	.outrbx.bg-red .left,
	.outrbx.bg-red .right {
		float: none;
		text-align: left;
		width: 100%;
		padding: 10px;
	}
	footer {
		width: 90%;
	}
	
	footer div#copyright, footer div#baselinks {
		float: none;
		clear: both;
	}
	
	footer div#copyright {
		padding-top: 10px;
	}
		
.content {
  width: 90%;
}
.halfContainer {
  width: 100%;
}	
  .stickyheader .content .buttonContainer {
	margin-top: 10px;
  }   
	.stickyheader .content .buttonContainer a.headercta {
		font-size: 14px;
		padding: 0 5px;
		margin: 0 0 5px 0;
		display: block;
	  }  
	
}

.bannerSpacer {
  height: 55px;
}
.bannerWrapper {
  overflow: auto;
}
.split {
  float: left;
  width: 50%;
}
.split.red {
	background: #c01818;
  }
.split .banner {
  display: table;
  width: 600px; 
}
.split .banner.title {
	float: right;
  }
.split .banner .bannerContainer {
	height: 372px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;  
  }
.split .banner .bannerContainer.title h1 {
  	font-family: intel_clear_wlight, Helvetica, sans-serif;   
	  font-weight: normal;
	  font-size: 40px;
	  margin-right: 60px;
	  display: block;
	  text-align: left;
	  color: #fff;
	} 
@media screen and (min-width:751px) and (max-width:1500px) {
.split .banner {
	display: table;
	width: 85%; 
  }  
.split .banner .bannerContainer {
	  text-align: center; 
	}  
.split .banner .bannerContainer img {
	  width: 90%; 
	} 	
.split .banner .bannerContainer.title h1 {
		font-size: 35px;
		margin: 0 20px;
	    margin-right: 30px;
	  }  
}	

@media screen and (min-width:50px) and (max-width:750px) {
.split .banner {
  display: table;
  width: 100% 
}  	
.split .banner.title {
	float: none;
  }
.split .banner .bannerContainer {
	  text-align: center; 
	  height: auto;
	  padding: 20px 0;
	}  
.split .banner .bannerContainer img {
	  width: 80%; 
	} 		
.split .banner .bannerContainer.title {
	  height: auto; 
	  padding: 20px 0;
	}  	
.split .banner .bannerContainer.title h1 {
		text-align: center;
		margin: 0 20px;
		margin-right: 20px;
	    font-size: 25px;	 		
	  } 	   	   
.split {
  float: none;
  width: auto;
}
}