/*
 * 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.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: Brett Pollett
   ========================================================================== */


@font-face {
	font-family: Foco;
	src: url('Foco-Regular.ttf');
}

@font-face {
	font-family: Helvetica-Neue;
	src: url('HelveticaNeue.ttf');
}


#container {
	width: 961px;
	margin: 0 auto;
	position: relative;
}
header {
	width: 941px;
	height: 70px;
	position: relative;
	padding: 6px 10px;
}

#main {
	width: 941px;
	clear: both;
	position: relative;
	padding: 0px 10px;
}
#main #left {
	width: 701px;
	float: left;
	padding: 18px 0 0;
}
#main #left #slider {
	position: relative;
}
#main #left #sliderbtn {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{946d87a0-1c59-46d6-93bb-1ab044e1e13c}_{a6bdbffe-b161-48e8-8cf9-5e7f66387bde}_greentri.png) top right no-repeat;
    position: absolute;
    top: 112px;
    right: 32px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-align: right;
    text-decoration: none;
    padding: 0 12px 0 0;
}

#main #left .green {
	color: #007F64;
}

/* root element for tabs  */
ul.css-tabs {  
	background: #fff url(../images/toptabs.bg.png) top left no-repeat;
	margin:0 !important; 
	padding:0px 30px;
	height:40px;
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0 8px 0 0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:14px;
	font-weight: normal;
	display:block;
	line-height: 16px;
	padding:12px 34px;	
	text-decoration:none;
	height:16px;
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{b8970425-12c9-447a-ac7a-e22515ddf41d}_{0dba5765-1c7b-4b9a-adba-7a5c504af94f}_tabs.bg.png) 0px 0px no-repeat;
	color:#024732;
	position:relative;
	top:0px;	
	outline:0;	
}
ul.css-tabs a span.tabend {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{b8970425-12c9-447a-ac7a-e22515ddf41d}_{0dba5765-1c7b-4b9a-adba-7a5c504af94f}_tabs.bg.png) -216px 0px no-repeat;
	display: block;
	width: 34px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
}

ul.css-tabs a:hover {
}
	
/* selected tab */
ul.css-tabs a.current {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{b8970425-12c9-447a-ac7a-e22515ddf41d}_{0dba5765-1c7b-4b9a-adba-7a5c504af94f}_tabs.bg.png) 0px -42px no-repeat;
	color:#003399;	
	cursor:default;
}
ul.css-tabs a.current span.tabend {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{b8970425-12c9-447a-ac7a-e22515ddf41d}_{0dba5765-1c7b-4b9a-adba-7a5c504af94f}_tabs.bg.png) -216px -42px no-repeat;
}

	
/* tab pane */
.css-panes div {
	display:none;
	min-height:150px;
	padding:18px 30px 0;
	background-color:#fff;	
}
.css-panes div div, .css-panes div div div {
	display: block;
	border: 0;
	min-height: 0;
	height: auto;
	background: none;
	padding: 0;
	margin: 0;
	-moz-border-radius:0 0 0 0;
	border-radius:0 0 0 0;
}
  
.css-panes div p, .css-panes div ol {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #666;
	text-align: left;
	width: 610px;
	margin: 0px 0px 25px;
}
.css-panes div p.disclaimer {
	font-style: italic;
	font-size: 12px;
}
.css-panes div ol {
	width:580px;
}
.css-panes div ol li {
	margin-top: 20px;
}
.css-panes div p img {
	float: right;
	margin-left: 10px;
	margin-right: -28px;
}
.css-panes div h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 29px;
	color: #222;
	text-align: left;
	margin: 10px 0px 25px;
}
.css-panes div h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #222;
	text-align: left;
	margin: 0px;
}
.css-panes div ul h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #003399;
	text-align: left;
	margin: 0px;
}
.css-panes div h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #666;
	text-align: left;
	margin: 0px;
}
.css-panes div ul {
	list-style-type: none;
	padding-left: 15px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #666;
}
.css-panes div ul.bullets {
	list-style-type: disc;
	margin: 0 0 20px 0;
}
.css-panes div ul.bullets li {
	margin-top: 15px;
}
.css-panes div ul.greenbullets {
	line-height:20px;
	color: #007f64;
	font-weight: bold;
	padding: 0;
}
.css-panes div ul.greenbullets li {
	height: 21px;
	padding: 0 0 0 32px;
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{ec5d04d9-db1d-4022-82f2-a0dfcc73ce5b}_{9dc3b16e-9af8-42dd-a1ae-cafdf8e2ffd2}_green.bullet.png) top left no-repeat;
}
.css-panes div a {
	color: #003399;
}

#videobox {
	background: #007f64;
	color: #fff;
	width: 640px;
	padding: 0 0 20px 0;
}
#videobox a {
	color: #fff;
	text-decoration: none;
}
#videobox .vtitle {
	font-size: 20px;
	line-height: 20px;
	margin: 15px 20px 5px;
}
#videobox .vdesc {
	font-size: 13px;
	line-height: 18px;
	margin: 0px 20px 10px;
}
#videobox .vlink {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{cc1b44ed-eae9-4520-935a-080477d62717}_vlink.icon.jpg) top left no-repeat;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0px 20px;
	padding: 5px 0px 3px 35px;
}
#viewmore {
	padding: 20px 10px;
	color: #222;
	font-size: 12px;
	line-height: 14px;
}
#viewmore a.vmlink {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{0fe5c3e1-6f2f-4779-9304-d379682d15cc}_viewmore.btn.jpg) top left no-repeat;
	display: block;
	height: 17px;
	padding: 4px 0px 10px 26px;
}



/* accordion styles */
ul.accordion {
  list-style-type:none;
  margin: 0 -22px;
  padding: 0;
  width: 660px;
}
ul.accordion ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c0c0c0;
}

ul.accordion a {
  display: block;
  text-decoration: none;	
}

ul.accordion > li {
  margin: 5px 0px;
}

ul.accordion li a, ul.accordion ul.accordion li a {
  background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{6713f283-5c86-4b2e-9e68-3edbb887176a}_accordion.bg.jpg) 0px -36px no-repeat;
  color: #003399;	
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  border-bottom: 1px solid #c0c0c0;
  padding: 9px 0px 0px 40px;
  height: 25px;
  position: relative;
}

ul.accordion li a:hover, ul.accordion ul.accordion li a:hover {
}

ul.accordion li ul li a, ul.accordion ul.accordion li ul li a {
  background: #eee;
  border-top: 1px solid #dcdcdc;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
ul.accordion li ul li a.video, ul.accordion ul.accordion li ul li a.video {
  background: #eee url(../images/accordion.icons.png) 0px 0px no-repeat;
}
ul.accordion li ul li a.pdf, ul.accordion ul.accordion li ul li a.pdf {
  background: #eee url(../images/accordion.icons.png) 0px -34px no-repeat;
}
ul.accordion li ul li a.link, ul.accordion ul.accordion li ul li a.link {
  background: #eee url(../images/accordion.icons.png) 0px -68px no-repeat;
}

ul.accordion a.active, ul.accordion ul.accordion li a.active, ul.accordion a.active:hover, ul.accordion ul.accordion li a.active:hover {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{6713f283-5c86-4b2e-9e68-3edbb887176a}_accordion.bg.jpg) 0px 0px no-repeat;
	color: #000;
}
div.panel {
    border: 1px #000 solid;
    padding: 5px;
    margin-top: 1px;
}

ul.accordion div.panel a, ul.accordion div.panel li a:hover  {
    display: inline;
    color: #666;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: bold;
}
ul.accordion div.panel a:hover {
    color: #000;
    text-decoration: underline;
}


#main #right {
	width: 222px;
	float: right;
	padding: 18px 0 0;
}
#main #right #getstarted {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{ba907992-2003-44f7-8684-dff93383f238}_getstarted.bg.jpg) bottom left no-repeat;
	width: 222px;
	position: relative;
}
#main #right #getstarted header {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{72e7b802-532a-439d-aaf7-55e07d678922}_getstarted.header.jpg) top left no-repeat;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	text-align: center;
	padding: 10px 16px;
	margin: 0;
	height: 30px;
	width:188px;
}
#main #right #getstarted p {
	font-size: 14px;
	line-height: 20px;
	color: #675c53;
	padding: 5px 17px 20px;
	margin: 0;
}
#main #right #getstarted p a {
	color: #01a1df;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	display: block;
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{212ba974-819a-420d-8bae-af08f95bcf9b}_greenarrow.png) center left no-repeat;
	padding: 5px 0 0 12px;
}
#main #right #learnmore {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{8bb7a299-a6da-4e85-9121-6b11e1459ca1}_learnmore.bg.png) bottom left no-repeat;
	width: 222px;
	padding: 0px 0px 10px;
	margin: 20px 0px;
	position: relative;
	color: #675c53;
}
#main #right #learnmore header {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{863f7bc1-c6ad-411a-8a81-61e99920a419}_learnmore.header.png) top left no-repeat;
	width: 188px;
	height: 120px;
	padding: 20px 17px;
	color: #222;
	font-size: 20px;
	line-height: 25px;
}
#main #right #learnmore header ul {
	list-style-type: none;
	font-weight: bold;
	font-size: 14px;
	color: #222;
	margin: 0;
	padding: 0;
}
#main #right #learnmore header ul li {
    height: 24px;
    padding: 0px 0px 0px 30px;
    margin-top: 8px;
}
#main #right #learnmore header ul li span {
	font-size: 12px;
}
#main #right #learnmore header ul li a {
	color: #ea8300;
	font-size: 13px;
}
#main #right #learnmore header ul li.tel {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{226c5e93-3a5b-4810-9481-f15f0436ee61}_contact.icons.png) 0px 0px no-repeat;
}
#main #right #learnmore header ul li.email {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{226c5e93-3a5b-4810-9481-f15f0436ee61}_contact.icons.png) 0px -26px no-repeat;
}
  
#main #right #learnmore p {
	padding: 0px 17px;
	margin: 0;
	font-size: 13px;
}
#main #right #learnmore form {
	padding: 20px 17px;
	margin: 0;
}
#main #right #learnmore form input {
	width: 172px;
	padding: 2px;
	height: 15px;
	line-height: 30px;
	font-size: 13px;
	border: 1px solid #e1e1e1;
}

#main #right #learnmore form input.orange {
	width: 96px;
	height: 30px;
}

footer {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{c31c8186-8adf-4e6a-9591-245aecedd612}_footer.bg.png) top left no-repeat;
	width: 910px;
	position: relative;
	padding: 20px 11px 10px 40px;
	height: 80px;
	clear: both;
}
footer #social {
	float: right;
	color: #665c53;
	font-size: 15px;
	line-height: 24px;
	font-family: 'Myriad Pro', Arial, Helvetica, Sans-Serif;
}
footer #social a {
	display: inline-block;
	width: 27px;
	height: 26px;
}
footer #social a#fblink {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{405f6965-0ea8-4392-bfd2-11024b353225}_socialicons.jpg) 0px 0px no-repeat;
}
footer #social a#twlink {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{405f6965-0ea8-4392-bfd2-11024b353225}_socialicons.jpg) -26px 0px no-repeat;
}
footer #social a#lilink {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{405f6965-0ea8-4392-bfd2-11024b353225}_socialicons.jpg) -52px 0px no-repeat;
}
footer #copyright {
	color: #8b8b8b;
	margin-top: 62px;
	font-size: 12px;
	line-height: 14px;
}
footer #copyright a {
	color: #666;
}
footer #logo {
	float: right;
	margin-top: -10px;
}


/* Overlay Styles */
.overlay {
	display: none;
	z-index: 1000;
}
#ROICalc {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{4cf5d217-d689-49a2-8706-1ab322e6987a}_{729e367e-6da3-4a6d-9e76-a97983751c47}_calc.bg.png) top left no-repeat;
	width: 365px;
	height: 446px;
	text-align: center;
}


/* scrollable root element */
#wizard {	
    position:relative;
    width: 365px;
    height: 446px;
    overflow: hidden;
    font-family: Foco;
    font-size:30px;
    text-shadow:1px 1px 1px #005241;
    color: #fff;
}  

/* scrollable items */
#wizard .items {
    width: 2000px;
    float: left;
    clear:both;	
    position:absolute;	
}

/* single item */
#wizard .page {	
    float:left;
    margin: 20px 0px 0px;
    padding: 0px 30px;
    width: 305px;
    position: relative;
    height: 315px;
    overflow: hidden;
}
#wizard .page input.calcInput {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{b77c4dd1-ca58-465c-aa01-6e78aeec979b}_{4be8ee8e-fe1d-4530-8877-ee310b7578ee}_calc.input.bg.png) top left no-repeat;
	border: none;
	width: 235px;
	height: 32px;
	padding: 10px;
	font-size: 30px;
	line-height: 32px;
	font-family: Foco;
	color: #000;
	text-align: center;
	margin: 20px 0 0;
}
#wizard .page select {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{b77c4dd1-ca58-465c-aa01-6e78aeec979b}_{4be8ee8e-fe1d-4530-8877-ee310b7578ee}_calc.input.bg.png) top left no-repeat;
	border: 0;
	padding: 10px;
	width: 255px;
	height: 52px;
	margin: 20px 0 0;
	font-size: 30px;
	line-height: 32px;
	font-family: Foco;
}
#wizard .page #results {
	font-size: 20px;
	line-height: 28px;
}
#wizard .page .buttons {
    width: 305px;
    height: 56px;
    position: absolute;
    bottom: 36px;
    left: 30px;
}
#wizard .page .buttons a, #wizard .page .buttons button {
    background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{0f48a454-d8eb-4eaa-b913-eedf90f6b29d}_{77d94517-6712-4329-aa1c-6d20d7a8e97e}_calc.btn.bg.png) top left no-repeat;
    border: 0;
    display: block;
    width: 240px;
    height: 24px;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
    padding: 18px 20px 12px 0px;
    font-family: Helvetica-Neue;
    font-weight: 900;
    text-transform: uppercase;
    margin: 30px auto 0;
}
#wizard .page .buttons button {
	width: 260px;
	height: 54px;
}


/* steps */
#wizard ul {
    padding:0px !important;
    margin:30px auto 0px !important;
    height: 60px;
    width: 288px;
}

#wizard li {
    list-style-type:none;
    list-style-image:none;
    float: left;
    margin: 0 5px;
}
#wizard li div {
	background: url(http://now.eloqua.com/eloquaimages/clients/SageSoftwareInc/{2cfeab12-7825-4ef9-ae77-a01b205976ac}_{72118675-5c27-4784-a8e9-c4c1addbfff6}_calc.steps.png) top left no-repeat;
    width: 62px;
    height: 60px;
    cursor: pointer;
}
#wizard li div#step1 {
	background-position: 0px 0px;
}
#wizard li.active div#step1 {
	background-position: 0px -60px;
}
#wizard li div#step2 {
	background-position: -62px 0px;
}
#wizard li.active div#step2 {
	background-position: -62px -60px;
}
#wizard li div#step3 {
	background-position: -124px 0px;
}
#wizard li.active div#step3 {
	background-position: -124px -60px;
}
#wizard li div#step4 {
	background-position: -186px 0px;
}
#wizard li.active div#step4 {
	background-position: -186px -60px;
}
#wizard li div#step5 {
	background: none;
}
#wizard li.active div#step5 {
	background: none;
}


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.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: drupal.org/node/897638 */
.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; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  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; }
}


