/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: 'ciscosans_extralightregular';
    src: url('type/ciscosans_extralight-webfont.eot');
    src: url('type/ciscosans_extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/ciscosans_extralight-webfont.woff') format('woff'),
         url('type/ciscosans_extralight-webfont.ttf') format('truetype'),
         url('type/ciscosans_extralight-webfont.svg#ciscosans_extralightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ciscosans_heavyregular';
    src: url('type/ciscosans_heavy-webfont.eot');
    src: url('type/ciscosans_heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/ciscosans_heavy-webfont.woff') format('woff'),
         url('type/ciscosans_heavy-webfont.ttf') format('truetype'),
         url('type/ciscosans_heavy-webfont.svg#ciscosans_heavyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ciscosansbold';
    src: url('type/ciscosans-bold-webfont.eot');
    src: url('type/ciscosans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/ciscosans-bold-webfont.woff') format('woff'),
         url('type/ciscosans-bold-webfont.ttf') format('truetype'),
         url('type/ciscosans-bold-webfont.svg#ciscosansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ciscosans_thinregular';
    src: url('type/ciscosans-thin-webfont.eot');
    src: url('type/ciscosans-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/ciscosans-thin-webfont.woff') format('woff'),
         url('type/ciscosans-thin-webfont.ttf') format('truetype'),
         url('type/ciscosans-thin-webfont.svg#ciscosans_thinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ciscosansregular';
    src: url('type/ciscosans-webfont.eot');
    src: url('type/ciscosans-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/ciscosans-webfont.woff') format('woff'),
         url('type/ciscosans-webfont.ttf') format('truetype'),
         url('type/ciscosans-webfont.svg#ciscosansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	padding: 0;
	margin: 0;
}
html, body {
	width: 100%;
}

html {
	height: 100%;
}
body {
	font-family: 'ciscosans_extralightregular';
	background-color: #f4f4f4;
	font-size: 12px;
	line-height: 1.3em;
	color: #595959;
	height: 100%;
}
h1, h2, h3, h4, h5, h6, p, menu, ol, ul {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding-bottom: 12px;
}
h4 {
	color: #0fbfec;	
}
h1 span, h2 span, h3 span {
	display: none;	
}
h4 {
	font-size: 12px;
}
p {
	padding-bottom: 12px;
	line-height: 22px;
}
p strong {
	font-weight: normal;
	font-family: 'ciscosansregular';
}
ul, li {
	list-style: none;	
}
a:hover, a:active, a:focus {
	outline: 0;	
}
a:link {
	color: #2a92ce;
	text-decoration: none;
}
a:visited {
	color: #2a92ce;
	text-decoration: none;
}
a:hover {
	color: #737373;
	text-decoration: none;
}
a:active {
	color: #2a92ce;
}
a.active {
	color: #737373;
	cursor: default;
	text-decoration: none;
}
img {
    vertical-align: top;
	border: none;
	/*height: auto;
    max-width: 100%;*/
}
#main img {
	padding-bottom: 15px;
}
.wrapper {
	width: 100%;
	position: relative;
	/*min-width: 1000px;*/
	height: 100%;
}
table { border-collapse:collapse; border-spacing: 0; }
th, td { padding: 0; }
#wrap {
	min-height: 100%;
}
#main {
	/*overflow:auto;*/
	padding-bottom: 76px;/*79px;*//* same height as footer */
	position: relative;
}
.loader, .loader span {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 700;
}
.loader span {
	margin-top: -25px;
	margin-left: -25px;
	display: block;
	width: 50px;
	height: 50px;
	background: url(images/load.gif) no-repeat;	
}
.reg.loader span {
	background: url(images/load2.gif) no-repeat;	
}
/*
 * grid
 */
.container {
	width: 904px;
	margin: 0 auto;
	position: relative;
}
.grid-full {
	width: 900px;	
}
.grid-half {
	width: 448px;
}
.grid-2col {
	width: 594px;
}
.grid-full, .grid-half, .grid-2col, .grid-half-L, .grid-half-R {
	display: block;
	float: left;
	margin: 0 2px;
	position: relative;	
}
.grid-half-L{
	margin: 0 14px 0 2px;
	width: 436px;
}
#s1.grid-half-L{
	height: 633px;
}
#s2.grid-half-L{
	height: 666px;
}
#s3.grid-half-L{
	height: 678px;
}
#s4.grid-half-L{
	height: 674px;
}
#s5.grid-half-L{
	height: 711px;
}

.grid-half-R {
	margin: 0 2px 0 14px;
	width: 436px;
}
/*
 * header
 */
header {
	height: 70px;
	padding-bottom: 5px;
	/*background: url(images/shdw-top.png) no-repeat center bottom;*/
	color: #fff;
	width: 100%;
}
header .bg-wrap {
	background-color: #000;
	height: 70px;	
	width: 100%;
}
header .logo {
	position: absolute;
	left: 0;
	top: 16px;
}
header .logo-intel {
	position: absolute;
	right: 0;
	top: 8px;
}
header .logo-intel > * {
	float: right;	
}
header .logo-intel span {
	font-size: 9px;
	line-height: 10px;
    padding-right: 6px;
    padding-top: 12px;
}
header .grid-full, header .grid-half {
	height: 70px;
}
header nav {
	position: absolute;
	bottom: 0;
	left: 92px;
}
header nav ul, header nav li {
	padding: 0;	
}
header nav li {
	float: left;
	padding: 0 15px;	
}
nav a {
	display: block;
	padding-bottom: 14px;
}
nav a:link {
	color: #7a7a7a;
	font-size: 12px;
	text-decoration: none;
}
nav a:visited {
	color: #7a7a7a;
	text-decoration: none;
}
nav a:hover {
	color: #fff;
	text-decoration: none;
	background-position: center 23px;
}
nav a:active {
	color: #7a7a7a;
}
nav a.active {
	color: #fff;
	cursor: default;
	text-decoration: none;
	background: url(images/nav-tab.png) no-repeat center bottom;
}
/*
 * main-panels
 */
#main-panels {
	color: #fff;
	width: 100%;
}
#main-panels p {
	line-height: 18px;
}
.p-sqr-big, .p-sqr, .p-rec {
	display: block;
	float: left;
	position: relative;
	padding-bottom: 4px;
}
.p-sqr-big {
	width: 448px;
	height: 404px;	
}
.p-sqr {
	width: 222px;
	height: 200px;	
	overflow: hidden;
	background: url(images/bg-panel-blue.png) no-repeat left top;	
}
#scta.p-sqr {
	background: url(images/bg-panel-black.png) no-repeat left top;
}
.p-rec {
	width: 448px;
	height: 200px;	
}
#s1, #s2, #s3, #s4, #s5, #scta {
	
}
#sq {
	background: url(images/bg-questions.png) no-repeat left top;
}
.pad-r {
	padding-right: 4px;	
}
.pad-sec {
	padding: 50px 0;
}

/* #intro */
#intro {
	background: url(images/bg-intro.png) no-repeat left top;
	color: #FFF;
}
#intro h1 {
	display: block;
	width: 336px;
	height: 144px;
    padding-bottom: 30px;
	background: url(images/intro-title.png) no-repeat left top;
}
#intro h1 span {
	display: none;
}
#intro .content-pad {
	padding: 38px 40px;
}
/* peel box */
.hvr-peel {
	cursor: pointer;	
}
.hvr-peel.off {
	cursor: default;	
}
.peel-layer, .pbg-layer {
	z-index: 200;
	left: 0;
    position: absolute;
    top: 0;
	overflow: hidden;
	width: 222px;
	height: 200px;
	display: block;
}
.p-title {
	display: block;
    height: 4200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 222px;
}
.p-title span {
	display: none;	
}
.content-layer {
	z-index: 100;
	left: 0;
    position: absolute;
    top: 0;
}
#s1 .pbg-layer {
	background: url(images/bg-s1.png) no-repeat 0 0;
}
#s2 .pbg-layer {
	background: url(images/bg-s2.png) no-repeat 0 0;
}
#s3 .pbg-layer {
	background: url(images/bg-s3.png) no-repeat 0 0;
}
#s4 .pbg-layer {
	background: url(images/bg-s4.png) no-repeat 0 0;
}
#s5 .pbg-layer {
	background: url(images/bg-s5.png) no-repeat 0 0;
}

#s1 .p-title {
	background: url(images/s1-seq-n.png) no-repeat 0 0;
}
#s2 .p-title {
	background: url(images/s2-seq-n.png) no-repeat 0 0;
}
#s3 .p-title {
	background: url(images/s3-seq-n.png) no-repeat 0 0;
}
#s4 .p-title {
	background: url(images/s4-seq-n.png) no-repeat 0 0;
}
#s5 .p-title {
	background: url(images/s5-seq-n.png) no-repeat 0 0;
}
#scta .p-title-reg {
	background: url(images/bg-s-reg.png) no-repeat 0 0; width:162px; height:38px; margin:30px auto;
}
#scta .p-title-reg span {
	display:none;
}
.p-sqr .content-pad {
	padding: 26px 22px;
}
#scta .content-pad {
	padding: 26px 18px;
}
.content-layer h2 {
	font-family: 'ciscosans_thinregular';
	font-size: 20x;
	line-height: 22px;
	padding-bottom: 12px;
}
/* btn-cta */
.btn-cta {
	font-family: 'ciscosansregular';
	background: url(images/bg-btn.png) no-repeat left top;
	border: none;
	-webkit-border-radius:0; 
	border-radius:0;
	display: block;
	width: 96px;
	height: 23px;
	line-height: 20px;
	text-align: center;
	margin: 8px 0;
	font-size: 11px;
	color: #e3173e;
}
.btn-cta.blu {
	background: url(images/bg-btn-blu.png) no-repeat left top;
	height: 28px;
	line-height: 27px;
	padding-right: 5px;
    width: 81px;
}
.btn-cta.long {
	background: url(images/bg-btn-long.png) no-repeat left top;
	height: 25px;
	line-height: 25px;
	padding-right: 5px;
    width: 142px;
}
.btn-cta.blu:link, .btn-cta.blu:visited {
	color: #fff;
}
.btn-cta.blu:hover {
	color: #e3e2e2;
}
.btn-cta.blu:active {
	color: #fff;
}
/* #scta */
#scta {
	text-align: center;	
}
#scta h3 {
	font-family: 'ciscosans_thinregular';
	font-size: 44px;
	color: #7a7a7a;
	display: block;
	position: relative;
	line-height: 38px;
	padding: 26px 0 10px;
}
#scta h3 span {
	font-family: 'ciscosans_extralightregular';
	font-size: 17px;
	display: block;
	color: #fff;
	line-height: 17px;
}
#scta .btn-cta {
	margin: 8px auto;
}
/*
 * solutions
 */
/* titles */
#title-s1, #title-s2, #title-s3, #title-s4, #title-s5, #title-cta, #title-sub-s1 {
	display: block;
	width: 100%;
	height: 70px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 20px;
}
#title-s1 {
	background-image: url(images/s1-title.png);
}
#title-s2 {
	background-image: url(images/s2-title.png);
}
#title-s3 {
	background-image: url(images/s3-title.png);
}
#title-s4 {
	background-image: url(images/s4-title.png);
}
#title-s5 {
	background-image: url(images/s5-title.png);
}
#title-cta {
	background-image: url(images/cta-title.png);
	height: 40px;
}

.hr {
	background-image: url(images/bg-div.png);
	background-repeat: no-repeat;
	display: block;
	height: 34px;
	width: 436px;	
}
.hr.top {
	background-position: center -34px;
	margin-top: 15px;
}
.hr.btm {
	background-position: center 0;
	margin-bottom: 15px;
}
.box-cta {
	/*color: #0fbfec;*/	
	position: relative;
}
.box-cta p {
	padding-right: 20px;
    width: 300px;
}
.box-cta .btn-cta {
	bottom: 10px;
    position: absolute;
    right: 25px;
}
.btn-close {
	display:block;
	width: 30px;
	height: 45px;
	background: url(images/btn-close.png) no-repeat left top;
	position: absolute;
	right: 0;
    top: 0;
	cursor: pointer;
}
.btn-close:hover {
	background-position: left bottom;	
}

/* accordion */
.info-holder{
	margin-top: 15px;	
}
#accordion {
	
}
.accordion-base {
	position: relative;
	padding-bottom: 33px;
	background: url(images/div-accordion.png) no-repeat center bottom;
}
#accordion h5 {
	height: 42px;
	line-height: 42px;
	color: #595959;
	font-size: 11px;
	background: url(images/div-accordion.png) no-repeat center top;
	padding-bottom: 0;
	outline: none;
	cursor: pointer;
	position: relative;
}
.n-cta {
	height: 42px;
	width: 100%;
	line-height: 42px;
	position: absolute;
	bottom: 0;
}
.n-cta a {
	height: 42px;
	line-height: 42px;
	color: #595959;
	font-size: 11px;
	font-family: 'ciscosansregular';
	display: block;
	width: 100%;
	background: none;
	position: relative;
}
.n-cta a span {
	background: url(images/icon-cta.png) no-repeat left top;
	display: block;
	width: 50px;
	height: 10px;
	position: absolute;
    right: 0;
    top: 18px;
}
#accordion h5 span {
	font-family: 'ciscosansregular';
	
}
.ui-accordion-header-icon {
	background: url(images/icon-accordion.png) no-repeat;
	background-position: left top;
	display: block;
	width: 34px;
	height: 9px;
	position: absolute;
    right: 0;
    top: 19px;
}
.ui-accordion-header-active .ui-accordion-header-icon {
	background-position: left -20px;
}
.ui-accordion-content {
	/*padding: 12px 0 0 0;*/
}
.pad-accordion {
	padding-top: 12px;
	padding-right: 45px;	
}
#accordion h5.ui-state-hover {
	color: #0FBFEC;
}
.solution-list p {
	line-height: 20px;
	padding-bottom: 4px;
}
.solution-list li {
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-bottom: 14px;
	
}
/*.solution-list li.type-video {
	background-image: url(images/icon-video.png);
}*/
.solution-list li .icon {
	display: block;
	width: 27px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: left 4px;
	left: 2px;
    padding: 0;
    float: left;
	margin-left: -38px;
}
.solution-list li .icon span {
	display: none;	
}
.solution-list li.type-video .icon{
	background-image: url(images/icon-video.png);
}
.solution-list li.type-link .icon {
	background-image: url(images/icon-link.png);
}
.solution-list li.type-download .icon {
	background-image: url(images/icon-dl.png);
}
.solution-list a {
	font-family: 'ciscosansregular';
	background: url(images/sol-bullet.png) no-repeat left 3px;
	padding-left: 10px;
}
.solution-list a:link {
	color: #595959;
}
.solution-list a:visited {
	color: #595959;
}
.solution-list a:hover {
	color: #2a92ce;
}
.solution-list a:active {
	color: #595959;
}
/*
 * register
 */
#title-register, #title-form {
	display: block;
	width: 100%;
	height: 60px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 15px;
}
#title-register {
	background-image: url(images/register-title.png);
}
#title-form {
	background-image: url(images/form-title.png);
}
.bg-black {
	background: url(images/bg-black-col-top.png) no-repeat center top #212121;
	color: #7a7a7a;
	position: relative;
}
.bg-black p {
	color: #fff;
}
.bg-black .emphasis {
	
	font-size: 13px;	
}
#register .bg-black img {
	position: absolute;
	left: 50px;
	bottom: 44px;	
	padding: 0;
}
.bg-black .content-pad {
	background: url(images/bg-black-col-btm.png) no-repeat center bottom;	
}
.bg-white {
	background-color: #fff;	
}
.bg-black .content-pad, .bg-white .content-pad{
	padding: 44px 50px;
	height: 518px;
}
/*
 * questions
 */
#question {
	position: relative;
	height: 200px;
    width: 448px;
	overflow: hidden;
	color: #fff;
}
.pnl-q, .pnl-fact {
	height: 200px;
    width: 448px;
	position: absolute;
	top: 0;
	left: 0;	
}
.q4 .pnl-q {
	background: url(images/q4-bg.png) no-repeat 5px 151px;	
}
.pnl-fact {
	left: 448px;
}
#question .title {
	display: block;	
	position: absolute;
	left: 26px;
	top: 24px;
}
#question img.serv {
	position: absolute;
	z-index: 200;
}
.f-src {
	bottom: 5px;
    font-size: 11px;
    position: absolute;
    right: 12px;
}
a.f-src:link {
	color: #c2eaea;
}
a.f-src:visited {
	color: #c2eaea;
}
a.f-src:hover {
	color: #fff;
}
a.f-src:active {
	color: #c2eaea;
}
/*.q1 .title {
	background: url(images/q1-title.png) no-repeat left top;
	width: 402px;
	height: 56px;
}*/
.q1 .title {
	background: url(images/q2-title.png) no-repeat left top;
	width: 402px;
	height: 63px;
}
.q2 .title {
	background: url(images/q3-title.png) no-repeat left top;
	width: 390px;
	height: 61px;
}
.q3 .title {
	background: url(images/q4-title.png) no-repeat left top;
	width: 396px;
	height: 61px;
}
.q4 .title {
	background: url(images/q5-title.png) no-repeat left top;
	width: 396px;
	height: 61px;
}
#question img.im1, #question img.im2 {
	position: absolute;	
}
/*.q1 img.im1 {
	left: 46px;
}*/
.q2 img.im1 {
	left: 46px;
}
.q3 img.im1 {
	left: 150px;
}
.q4 img.im2 {
	display: none;
}
/*.q1 img.im2 {
	right: 46px;
    top: 20px;
}*/
#question .usr-result {
	position: absolute;
	display: block;
	width: 81px;
	height: 26px;
	font-family: 'ciscosans_heavyregular';
	font-size: 19px;
	text-align: center;
}
#question .mobi .usr-result {
	font-size: 26px;
}
/*.q1 .usr-result {
	left: -15px;
	top: 50px;
}
.q1 .mobi .usr-result {
	left: 103px;
    line-height: 26px;
    top: 26px;
    width: 146px !important;
	background: url(images/q-dots-mobi.png) no-repeat center center;
}*/
.q2 .usr-result {
	left: -20px;
    top: 45px;
}
.q2 .mobi .usr-result {
	left: 160px;
    line-height: 26px;
    top: 26px;
    width: 146px !important;
	background: url(images/q-dots-mobi.png) no-repeat center center;
}
.q3 .usr-result {
	left: 8px;
    top: 49px;
}
.q3 .mobi .usr-result {
	left: 63px;
    line-height: 26px;
    top: 9px;
    width: 94px !important;
}
#question .drag-holder {
	position: absolute;
	overflow: visible;
	display: block;
}
/*.q1 .drag-holder {
	width: 262px;
	height: 80px;
	 top: 98px;
	left: 98px;
}*/
.q1 .drag-holder {
	width: 339px;
	height: 55px;
	 top: 112px;
	left: 25px;
}
.q2 .drag-holder {
	width: 214px;
	height: 68px;
	 top: 98px;
	left: 146px;
}
.q3 .drag-holder {
	height: 74px;
    left: 25px;
    top: 113px;
    width: 302px;
}
.q4 .drag-holder {
	height: 60px;
    left: 100px;
    top: 100px;
    width: 246px;
}
/*.q1 .mobi .drag-holder, .q3 .mobi .drag-holder, .q4 .mobi .drag-holder {
    left: 23px;
    width: 336px;
}*/
.q3 .mobi .drag-holder {
    width: 326px;
}
.q4 .mobi .drag-holder {
   left: 23px;
   width: 324px;
   height: 62px
}
#question .drag-container {
	display: block;
	position: absolute;
	top: 0;
	left: 11px;
	overflow: visible;
}
/*.q1 .drag-container, .q1 .d-mask {
	width: 240px;
	height: 80px;
}*/
.q2 .drag-container, .q2 .d-mask {
	width: 192px;
	height: 68px;
}
.q3 .drag-container, .q3 .d-mask {
	height: 74px;
    width: 280px;
}
#question.q4 .drag-container {
	left: 0;
}
.q4 .drag-container, .q4 .d-mask {
	height: 60px;
    width: 235px;
}

#question .btn-clicks {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(images/btn-plus-min.png);
	background-repeat: no-repeat;	
	position: absolute;
	top: 0;
	cursor: pointer;
}
#question .mobi .btn-clicks {
	top: 24px;
}
#question.q1 .mobi .btn-clicks {
	top: 2px;
}
#question.q3 .mobi .btn-clicks {
	top: 9px;
}
.btn-clicks.minus {
	background-position: left top;
	left: 0;
}
.btn-clicks.plus {
	background-position: right top;
	right: 0;
}
.btn-clicks.minus:hover {
	background-position: left bottom;
}
.btn-clicks.plus:hover {
	background-position: right bottom;
}
#question .q-vis {
	position: absolute;	
}
.q1 .q-vis {
	top: 0;
	left: 32px;	
	font-size: 10px;
}
.q1 .mobi .q-vis {
    left: 53px;
}
.q1 .q-vis li {
	float: left;
	width: 41px;
	margin: 0 7px;
	text-align: center;
}
.q1 .mobi .q-vis li {
	margin: 0 9px;
}
.q1 .q-vis li span {
	display: block;
	width: 41px;
	height: 30px;
	background-image: url(images/q2-monitor.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 9px;
	cursor: pointer;
}
.q1 .q-vis li span.active {
	background-position: left top;
}
#question .d-mask {
	position: relative;
	overflow: hidden;
}
#question .dragger, #question .dragger .exclude {
	display: block;
	position: absolute;
}
/*.q1 .dragger {
	width: 37px;
	height: 35px;
	top: 3px;
}*/
.q2 .dragger {
	width: 34px;
	height: 38px;
	top: 7px;
}
.q3 .dragger {
	height: 39px;
    top: 0;
    width: 118px;
}
.q4 .dragger {
	height: 53px;
    top: 0;
    width: 46px;
}
.q4 .dragger img {
	margin-left: -9px
}
/*.q1 .dragger .exclude {
	left: 38px;
    top: 9px;
}*/
.q2 .dragger .exclude {
	left: 36px;
    top: 10px;
}
.q3 .dragger .exclude {
	left: 103px;
    top: 18px;
}
/*.q1 .d-hand {
	left: 26px;
    padding: 0 !important;
    position: absolute;
    top: 27px;
}*/
#question .drag-strt, #question .drag-end {
	position: absolute;
}
#question .drag-strt {
	left: 0;
}
#question .drag-end {
	right: 0;
}
/*.q1 .drag-strt, .q1 .drag-end {
	top: 33px;
}*/
.q2 .drag-strt, .q2 .drag-end {
	top: 34px;
}
.q3 .drag-strt, .q3 .drag-end {
	top: 18px;
}
.q4 .drag-strt, .q4 .drag-end {
	top: 27px;
}
#question .l-solid, #question .l-dash {
	position: absolute;
	height: 1;
	color: #8fe0f3;
	text-align: center;
}
#question .l-solid {
	border-top: solid 1px #fff;
}
#question .l-dash {
	border-top: dashed 1px #6dd3e7;
}
#question .l-dash span {
	position: relative;
    top: -8px;
}
/*.q1 .l-solid, .q1 .l-dash {
	width: 216px;
	top: 38px;
}
.q1 .l-solid {
	left: -202px;
}
.q1 .l-dash {
	left: 25px;
}*/

.q2 .l-solid, .q2 .l-dash {
	width: 172px;
	top: 38px;
}
.q2 .l-solid {
	left: -156px;
}
.q2 .l-dash {
	left: 19px;
}
.q3 .l-solid, .q3 .l-dash {
	width: 165px;
	top: 22px;
}
.q3 .l-solid {
	left: -162px;
}
.q3 .l-dash {
	left: 117px;
}
.q4 .l-solid, .q4 .l-dash {
	width: 189px;
	top: 32px;
}
.q4 .l-solid {
	left: -188px;
}
.q4 .l-dash {
	left: 46px;
}
#question .q-btn {
    position: absolute;
}
/*.q1 .q-btn {
	bottom: 42px;
    right: 24px;	
}*/
.q1 .q-btn {
	bottom: 51px;
    right: 24px;	
}
.q2 .q-btn {
	bottom: 42px;
    right: 30px;	
}
.q3 .q-btn {
	bottom: 42px;
    right: 30px;	
}
.q4 .q-btn {
	bottom: 46px;
    right: 40px;	
}
/*.q1 .q-btn .btn-cta, */.q1 .q-btn .btn-cta, .q2 .q-btn .btn-cta, .q3 .q-btn .btn-cta, .q4 .q-btn .btn-cta {
	background: url("images/bg-btn-sml.png") no-repeat scroll left top;
	width: 47px;
}
#question .factoid {
	font-size: 11px;
	position: absolute;
}
/*.q1 .factoid {
	left: 44px;
	top: 30px;
}*/
.q1 .factoid {
	left: 39px;
	top: 43px;
}
.q2 .factoid {
	left: 88px;
	top: 30px;
}
.q3 .factoid {
	left: 46px;
    top: 50px;
}
.q4 .factoid {
	left: 88px;
    top: 42px;
}
#question .factoid .img1 span {
	display: none;
}
/*.q1 img.serv, */.q2 img.serv {
	left: 26px;
    top: 98px;
}
.q3 img.serv {
	left: 335px;
    top: 106px;
}
.q4 img.serv {
	left: 24px;
    top: 100px;
}
#question .factoid .img1 {
	display: block;
}
/*.q1 .factoid .img1 {
	width: 128px;
	height: 119px;
	background: url(images/q1-77p.png) no-repeat;	
}*/
.q1 .factoid .img1 {
	width: 369px;
	height: 43px;
	border-bottom: #73d5e5 solid 1px;
	padding: 6px 0;
	background: url(images/q2-5000.png) no-repeat left 8px;	
	margin-bottom: 7px;
}
.q2 .factoid .img1 {
	width: 273px;
	height: 73px;
	background: url(images/q3-177p.png) no-repeat left 8px;	
	border-top: #73d5e5 solid 1px;
	border-bottom: #73d5e5 solid 1px;
	padding: 6px 0;
	margin-bottom: 7px;
}
.q3 .factoid .img1 {
	width: 335px;
	height: 103px;
	background: url(images/q4-57p.png) no-repeat;	
}
.q4 .factoid .img1 {
	width: 275px;
	height: 79px;
	background: url(images/q5-fastrack.png) no-repeat;	
	border-bottom: #73d5e5 solid 1px;
	padding: 0 0 6px;
	margin-bottom: 7px;
}
/*.q1 .factoid .bx1 {
	border-top: #73d5e5 solid 1px;
	border-bottom: #73d5e5 solid 1px;
	left: 145px;
    padding: 6px 0;
    position: absolute;
    top: 13px;
    width: 214px;
}*/
#question .factoid .bx-cta {
	position: absolute;
	line-height: 12px;
}
/*.q1 .factoid .bx-cta {
	left: 146px;
    top: 111px;
	width: 214px;
}*/
.q1 .factoid .bx-cta {
	position: relative;
	width: 369px;
	font-size: 10px;
	line-height: 14px !important;
}
.q2 .factoid .bx-cta {
	position: relative;
	width: 273px;
}
.q3 .factoid .bx-cta {
	left: 146px;
    line-height: 12px;
    top: 79px;
    width: 216px;
}
#question.q4 .factoid .bx-cta {
	position: relative;
	line-height: 12px;
    width: 275px;
	letter-spacing: 0.05em;
}
#question .factoid .bx-cta .btn-cta {
	float: left;
}
/*.q1 .factoid .bx-cta .btn-cta {
	margin: 2px 12px 0 0;
}*/
.q1 .factoid .bx-cta .btn-cta {
	margin: 1px 8px 0 0;
}
.q2 .factoid .bx-cta .btn-cta {
	margin: 0px 8px 0 0;
}
.q3 .factoid .bx-cta .btn-cta {
	margin: 2px 8px 0 0;
}
.q4 .factoid .bx-cta .btn-cta {
	margin: 2px 8px 0 0;
}
/*.q1 .factoid .l1 {
	font-family: 'ciscosans_thinregular';
	font-size: 14px;
	display: block;
	line-height: 1.2em;
	letter-spacing: 0.03em;
}*/
.q1 .factoid .l1 {
	font-family: 'ciscosans_thinregular';
	font-size: 17px;
	display: block;
	line-height: 1.2em;
	letter-spacing: 0;
}
.q2 .factoid .l1, .q3 .factoid .l1 {
	font-family: 'ciscosans_thinregular';
	 font-size: 16px;
    letter-spacing: 0.02em;
	line-height: 19px;
	padding-bottom: 2px;
}
.q1 .factoid .l1 strong, .q2 .factoid .l1 strong, .q3 .factoid .l1 strong {
	font-weight: normal;
	font-family: 'ciscosansbold';
}
.q3 .factoid .l1 {
	font-size: 12px;
	left: 149px;
    position: absolute;
    top: -5px;
	width: 196px;
}
/*.q1 .factoid .l2 {
	font-size: 34px;
	display: block;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: -0.5px;
	letter-spacing: 0.02em;
}
.q1 .factoid .l3 {
	font-family: 'ciscosans_thinregular';
	font-size: 23px;
	display: block;
	line-height: 1em;
	letter-spacing: 0.03em;
}*/
.lt-ie9 .q1 .factoid .l3 {
	letter-spacing: 0;
}
#question .btn-refresh {
	bottom: 5px;
    cursor: pointer;
    left: 9px;
    position: absolute;
}
#question .btn-refresh img {
	padding: 0;	
}
 
/*
 * footer
 */
footer {
	position: relative;
	margin-top: -76px;/*-79px;*/ /* negative value of footer height */
	height: 72px;
	padding-top: 4px;
	/*background: url(images/shdw-btm.png) no-repeat center top;*/
	clear:both;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
} 
footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 600;	
}
footer a:link {
	color: #fff;
	text-decoration: underline;
}
footer .bg-wrap {
	background-color: #000;
	height: 72px;
	width: 100%;
}
footer .logo-intel {
	position: absolute;
	left: 0;
	top: 12px;
}
footer .logo-intel > * {
	float: left;	
}
footer .logo-intel span {
	font-size: 12px;
    line-height: 14px;
    padding-left: 12px;
    padding-top: 5px;
}
footer .f-txt {
	float: left;
    left: 158px;
    padding-top: 15px;
    position: absolute;
}
header .f-social {
	float: right;
	padding-top: 40px;	
}
footer .f-social {
	float: right;
	padding-top: 13px;	
}
.f-social ul {
	padding: 0;
}
.f-social li {
	padding: 0;
	padding-right: 3px;
	float: left;	
}
.f-social a span {
	display: none;	
}
.f-social a {
	display: block;
	height: 12px;
}
.f-social a.fb {
	background-position: 0 top;
	width: 12px;
}
.f-social a.twitter {
	background-position: -18px top;
	width: 14px
}
.f-social a.yt {
	background-position: -37px top;
	width: 33px
}
.f-social a.blog {
	background-position: -77px top;
	width: 13px
}
.f-social a.fb:hover {
	background-position: 0 bottom;
}
.f-social a.twitter:hover {
	background-position: -18px bottom;
}
.f-social a.yt:hover {
	background-position: -37px bottom;
}
.f-social a.blog:hover {
	background-position: -77px bottom;
}


.disabled {
	position: absolute;
}

#solotions-holder {
	overflow: visible;
    width: 100%;
	z-index: 600;
}

.LB, .LB .wrapper{
	width: 1000px;	
	height: auto;
}
.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/*
 * iframe
 */
#iframer {
    border: medium none;
    height: 460px;
    margin-left: -16px;
    overflow: visible;
    padding: 0;
    width: 383px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.success {
	display: none;	
}

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
\
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
	footer {
		position: relative;
		left: auto;
		bottom: auto;
	}

}
/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
{
/* Styles */
	.grid-full {
		margin: 0 10px;
	}
	.grid-half, .grid-half-L, .grid-half-R {
		width: 678px;
		padding-left: 4px;
		margin: 0 auto;	
		float: none;
	}
	.p-sqr-big, .p-sqr, .p-rec {
		padding-right: 4px;
	}
	.container {
		width: 768px;
	}
	.grid-full {
		width: 748px;
	}
	#main {
		padding-bottom: 86px;
	}
	.bg-black .content-pad {
		height: 365px;
	}

	footer {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: -86px;
		height: 82px;
	}
	footer .bg-wrap {
		height: 82px;
	}
	.LB, .LB .wrapper {
		height: auto;
		width: auto;
	}
	.btn-close {
		right: 35px;
	}
}
/* Smartphones (portrait and landscape) ----------- */

@media only screen 
and (max-width : 568px)
 { 
/* Styles */
	body {
		min-width: 468px;
	}
	.grid-full {
		margin: 0 10px;
		width: 448px;
	}
	.grid-half, .grid-half-L, .grid-half-R {
		width: 448px;
		padding: 0 10px;
		margin: 0 auto;
	}
	.container {
		width: 468px;
	}
	#main {
		padding-bottom: 166px;
	}
	.bg-black .content-pad, .bg-white .content-pad {
		padding: 44px 20px;
	}
	.bg-black, .bg-white {
		width: 428px;
		margin: 0 10px 10px;
		
	}
	footer {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: -166px;
		height: 162px;
	}
	footer .bg-wrap {
		height: 162px;
	}
	footer .logo-intel {
		left: auto;
		padding-top: 12px;
		position: relative;
		top: auto;
	}
	footer .f-txt {
		clear: both;
		float: none;
		left: auto;
		padding-top: 15px;
		position: relative;
	}

	.bg-black .content-pad {
		height: 432px;
	}
	.btn-close {
		right: 10px;
	}
}
@media only screen 
and (max-width : 340px) 
 { 
/* Styles */
	body {
		min-width: 320px;
	}
	.grid-full {
		margin: 0 10px;
		width: 300px;
	}
	.grid-half, .grid-half-L, .grid-half-R {
		width: 300px;
		padding: 0 10px;
		margin: 0 auto;
	}
	#main .grid-half {
		padding: 0 4px;
		width: 312px;
	}
	.bg-black .content-pad, .bg-white .content-pad {
		padding: 44px 20px;
	}
	.bg-black, .bg-white {
		width: 312px;
		padding: 0;
		margin: 0 4px;
		width: 304px !important;		
	}
	.container {
		width: 320px;
	}
	header, header .bg-wrap {
		height: 103px;
	}
	header .logo {
		left: auto;
		padding-top: 16px;
		position: relative;
		top: auto;
	}
	header .f-social {
		float: none;
		padding: 0;
		position: absolute;
		right: 0;
		top: 30px;
	}
	header nav {
		bottom: auto;
		left: auto;
		padding-top: 22px;
		position: relative;
	}
	#main {
		padding-bottom: 166px;
	}
	img {
		height: auto;
		max-width: 100%;
	}
	.p-sqr-big {
		height: auto;
		width: 312px;
	}
	.peel-layer, .pbg-layer, .p-sqr, .p-title  {
		width: 312px;
	}
	.p-sqr {
		background: url(images/bg-panel-blue-s.png) no-repeat left top;	
	}
	#intro {
		background: url(images/bg-intro-s.png) no-repeat;
	}
	#intro .content-pad {
		padding: 30px 22px 26px;
	}
	#intro h1 {
		background: url(images/intro-title-sml.png) no-repeat;
		height: 142px;
		padding-bottom: 30px;
		width: 252px;
	}
	#scta.p-sqr {
		background: url(images/bg-panel-black-s.png) no-repeat;
	}
	#s1 .pbg-layer {
		background: url(images/bg-s1-s.png) no-repeat 0 0;
	}
	#s2 .pbg-layer {
		background: url(images/bg-s2-s.png) no-repeat 0 0;
	}
	#s3 .pbg-layer {
		background: url(images/bg-s3-s.png) no-repeat 0 0;
	}
	#s4 .pbg-layer {
		background: url(images/bg-s4-s.png) no-repeat 0 0;
	}
	#s5 .pbg-layer {
		background: url(images/bg-s5-s.png) no-repeat 0 0;
	}
	#s1 .p-title {
		background: url(images/s1-seq-m.png) no-repeat 0 0;
	}
	#s2 .p-title {
		background: url(images/s2-seq-m.png) no-repeat 0 0;
	}
	#s3 .p-title {
		background: url(images/s3-seq-m.png) no-repeat 0 0;
	}
	#s4 .p-title {
		background: url(images/s4-seq-m.png) no-repeat 0 0;
	}
	#s5 .p-title {
		background: url(images/s5-seq-m.png) no-repeat 0 0;
	}
	
	#sq {
		background: url(images/bg-questions-s.png) no-repeat;
	}
	#question, .p-rec, .pnl-q, .pnl-fact {
		height: 310px;
		width: 312px;
	}
	.pnl-fact {
		left: 312px;
	}
	#question .q-btn .btn-cta, #question .factoid .bx-cta .btn-cta {
		background: url(images/bg-btn-med.png) no-repeat;
		width: 103px;
		height: 28px;
		line-height: 27px;
		font-size: 12px;
	}
	#question .q-btn {
		right: 104px;
	}
	#question .factoid {
		font-size: 12px;
	}
	#question .drag-holder {
		left: 20px;
    	top: 137px;
	}
	/* q1 */
	#question.q1 .title {
		background: url(images/q1-title-m.png) no-repeat;
		height: 71px;
		width: 191px;
		left: 59px;
    	top: 44px;
	}
	#question.q1 .drag-holder {
		left: 20px;
		top: 137px;
	}
	.q1 .mobi .usr-result {
		background: none;
		width: 83px !important;
	}
	
	.q1 .mobi .drag-holder, .q2 .mobi .drag-holder, .q3 .mobi .drag-holder, .q4 .mobi .drag-holder {
		width: 272px;
	}
	.q1 .q-btn {
		bottom: 38px;
	}
	.q1 .factoid {
		left: 50px;
		top: 28px;
	}
	.q1 .factoid .img1 {
		background: url(images/q1-77p-m.png) no-repeat;
		height: 54px;
		margin-top: 4px;
		width: 216px;
	}
	.q1 .factoid .l1 {
		font-size: 17px;
		letter-spacing: 0.02em;
		padding-bottom: 1px;
	}
	.q1 .factoid .l1 span {
		display: none;
	}
	.q1 .factoid .bx1 {
		top: 80px;
		left: 0;
	}
	.q1 .factoid .bx-cta {
		left: 0;
		top: 182px;
		text-align: center;
	}
	/* q2*/
	#question.q2 .title {
		background: url(images/q2-title-m.png) no-repeat;
		height: 71px;
		width: 235px;
		left: 39px;
		top: 51px;
	}
	#question .drag-holder {
		top: 152px;
	}
	.q2 .mobi .q-vis {
		left: 34px;
	}
	.q2 .mobi .q-vis li {
		margin: 0 5px;
	}
	.q2 .q-btn {
		bottom: 42px;
	}
	#question.q2 .factoid .l1 {
		font-size: 16px;
		padding-bottom: 6px;
		text-align: center;
		width: 227px;
	}
	.q2 .factoid .img1 {
		background: url(images/q2-5000-m.png) no-repeat left 11px;
		border-top: 1px solid #73D5E5;
		padding: 10px 0;
		height: 80px;
		width: 227px;
	}
	.q2 .factoid .bx-cta {
		width: 227px;
	}
	/* q3 */
	#question.q3 .title {
		background: url(images/q3-title-m.png) no-repeat scroll left top transparent;
		height: 75px;
		width: 209px;
		left: 53px;
   		top: 47px;
	}
	.q3 .mobi .usr-result {
		background: none;
		left: 152px;
		width: 87px !important;
	}
	.q3 .q-btn {
		bottom: 34px;
	}
	#question.q3 .drag-holder {
		top: 134px;
	}
	.q3 .factoid {
		left: 56px;
		top: 57px;
	}
	.q3 img.im1 {
		left: 43px;
	}	
	.q3 .factoid .img1 {
		background: url(images/q3-177p-m.png) no-repeat left 11px;
		height: 53px;
		padding: 9px 0;
		width: 195px;
	}	
	.q3 .factoid .l1, .q4 .factoid .l1 {
		padding-bottom: 5px;
		text-align: center;
		font-size: 18px;
    	letter-spacing: 0;
	}
	.q3 .factoid .l1 strong, .q4 .factoid .l1 strong {
		display: block;
		font-size: 25px;
    	padding-bottom: 2px;
	}
	.q3 .factoid .bx-cta, .q4 .factoid .bx-cta {
		width: 195px;
		line-height: 16px !important;
	}
	#question.q3 .factoid .bx-cta .btn-cta {
		left: 49px;
		top: 46px;
	}
	/* q4 */
	.q4 .title {
		background: url(images/q4-title-m.png) no-repeat scroll left top transparent;
		height: 80px;
		width: 241px;
		left: 40px !important;
		top: 54px !important;
	}
	.q4 .pnl-q {
		background-position: center 196px;
	}
	.q4 img.im1 {
		left: 117px;
	}
	.q4 .mobi .usr-result {
		left: 33px;
	}

	#question.q4 .drag-holder {
		top: 158px;
	}
	#question .factoid .bx-cta .btn-cta {
		left: 63px;
		top: 41px;
	}
	.q4 .factoid .img1 {
		background: url(images/q4-57p-m.png) no-repeat;
		height: 85px;
		width: 187px;
	}
	.q4 .factoid {
		left: 60px;
		top: 39px;
	}
	.q4 .factoid .l1 {
		left: auto;
		position: relative;
		top: auto;
		width: 187px;
	}
	.q4 .factoid .l1 strong {
		display: inline;
		font-size: 18px;
		padding-bottom: 2px;
	}
	.q4 .factoid .img1 {
		background: url(images/q4-57p-m.png) no-repeat 0 10px;
		border-bottom: 1px solid #73D5E5;
		border-top: 1px solid #73D5E5;
		height: 85px;
		padding: 7px 0;
		width: 187px;
	}
	.q4 .factoid .bx-cta {
		width: 186px;
		left: 0;
		top: 153px;
	}
	#question.q4 .factoid .bx-cta .btn-cta {
		left: 42px;
		top: 43px;
	}
	/* q5 */
	#question.q5 .title {
		background: url(images/q5-title-m.png) no-repeat;
		height: 75px;
		width: 190px;
		left: 60px !important;
		top: 46px !important;
	}
	#question.q5 .drag-holder {
		top: 141px;
	}
	.q5 .im1 {
		display: none;	
	}
	.q5 img.im2 {
		display: block;	
		left: 29px;
	}
	.q5 .factoid {
		left: 32px;
		top: 62px;
	}
	.q5 .factoid .img1 {
		background: url(images/q5-fastrack-m.png) no-repeat;
		height: 104px;
		margin-bottom: 13px;
		width: 250px;
	}
	#question.q5 .factoid .bx-cta {
		width: 249px;
	}
	#question.q5 .factoid .bx-cta .btn-cta {
		left: 71px;
		top: 35px;
	}
	#question .factoid .bx-cta {
		text-align: center
	}
	#question .factoid .bx-cta .btn-cta {
		float: none;
		position: absolute;
		top: 35px;
		left: 60px;
	}
	.bg-black .content-pad, .bg-white .content-pad {
		padding: 44px 18px;
	}
	#register .bg-black img {
		bottom: 21px;
		left: 35px;
		width: 238px;
	}
	.n-cta a span {
		right: 0;
	}
	.n-cta {
		width: 300px;
	}
	.box-cta p {
		padding-right: 0;
		width: 300px;
	}
	.box-cta .btn-cta {
		bottom: auto;
		position: relative;
		right: auto;
	}
	.pad-sec {
		padding: 80px 0 0;
	}
	.hr {
		width: 300px;
	}
	.btn-close {
		top: -60px;
	}
	#iframer {
		height: auto;
		margin-left: -16px;
		overflow: auto;
		width: 296px;
	}
	footer {
		position: relative;
		left: auto;
		bottom: auto;
		margin-top: -166px;
		height: 162px;
	}
	footer .bg-wrap {
		height: 224px;
	}
	footer .logo-intel {
		left: auto;
		padding-top: 12px;
		position: relative;
		top: auto;
	}
	footer .f-txt {
		clear: both;
		float: none;
		left: auto;
		padding-top: 15px;
		position: relative;
	}

	.bg-black .content-pad {
		height: 432px;
	}
	.btn-close {
		right: 10px;
	}
	#s1.grid-half-L, #s2.grid-half-L, #s3.grid-half-L, #s4.grid-half-L, #s5.grid-half-L{
		
	}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
