/*
 * @file
 * global.base
 *
 * - normalize with small modifications for Drupal and AT: http://necolas.github.com/normalize.css/
 * - Gutter widths, see $gutter-width in _custom.scss
 * - Default container alignment.
 * - Flexible images and media declarations.
 * - Copies of the SCSS mixins for reference, which includes an improved
 *   element-invisible and focusable styles.
 */
/* =============================================================================
    HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
    Base
   ========================================================================== */
/*
 * If you are using the themes Responsive JS feature (media_queries.js) do not
 * set a font-family on the html element, use body.
 *
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after 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%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  height: 100%;
  overflow-y: scroll;
  background:#c7c7c7; /*footer bk*/
}

/*
 * 1 . Addresses margins handled incorrectly in IE6/7
 */
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility\9;
  /* Only IE, can mess with Android */
  background:#c7c7c7; /*footer bk*/
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* =============================================================================
    Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
    Typography
   ========================================================================== */
/*
 * Headings
 *
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
 */
b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 0 0 1.5em;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * 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
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
    Embedded content
   ========================================================================== */
/*
 * 1. Remove border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves 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; */
  /* Drupal core already does this, uncomment if you need it */
  -ms-interpolation-mode: bicubic;
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
    Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
    Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
 *    Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * 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;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* =============================================================================
    Tables
   ========================================================================== */
/*
 * 1. Remove most spacing between table cells
 */

/* =============================================================================
    Gutters
   ========================================================================== */
/*
 * If gutters are set in theme settings they will override these values,
 * see Extensions > Modify Output > Design
 * $gutter-width is set in _base.scss
 */
#main-content,
.block-inner,
.pane-inner,
.branding-elements,
.breadcrumb-wrapper,
.attribution,
.at-panel .rounded-corner,
.block-panels-mini > .block-title,
div.messages {
}

/*
 * Panel pages need negative margin equal to the gutter width applied to #content,
 * this is taken care of in theme settings as per above for normal gutters
 */
#content .panel-display,
#content .panel-flexible {
  margin-left: -10px;
  margin-right: -10px;
}

/* =============================================================================
    Flexible Media and Cross browser improvements
   ========================================================================== */
/*
 * - This can cause issues in table cells where no width is set on the column,
 *   only in some versions of webkit and IE 7/8.
 * - declaring the width attribute on image elements and using max-width causes
 *   the "dissappering images" bug in IE8.
 * - Mapping services such as Google Maps may break also, see below for fixes.
 */
img {
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* Ethan Marcotte - http://front.ie/l8rJaA */
img,
embed,
object,
video {
  max-width: 100%;
}

/* Override max-width 100% for map displays */
#map img,
.gmap img,
.view-gmap img,
.openlayers-map img,
#getlocations_map_canvas img,
#locationmap_map img,
.geofieldMap img,
.views_horizontal_slider img {
  max-width: none !important;
}

/* =============================================================================
    Misc helpers, Accessibility classes etc
   ========================================================================== */
/* Prevent overflowing content */
header[role=banner],
.content-inner,
.nav,
.region-sidebar-first,
.region-sidebar-second,
.region-secondary-content,
.region-tertiary-content,
.region-footer {
  overflow: visible;
  word-wrap: break-word;
}

/**
 * General classes for hiding content. These are all included as SASS mixins.
 * @SEE: sass/_custom.scss
 */
/**
 * Image replacement
 * Kellum Method: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement
 * Additional helpers from http://html5boilerplate.com/docs/css/
 */
.ir {
  /* Kellum Method */
  display: block !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  /* Remove the default border from elements like button */
  border: 0;
  /* Crush the text down to take up no space */
  font: 0/0 a;
  /* Remove any text shadows */
  text-shadow: none;
  /* Hide any residual text in Safari 4 and any mobile devices that may need it */
  color: transparent;
  /* Hide the default background color on elements like button */
  background-color: transparent;
}

/* More robust element-invisible and element-focuable classes */
.element-invisible {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
}

/* Shift content offscreen, can be usefull when you reall need to do this */
.offscreen {
  position: absolute;
  top: -99999em;
  width: 1px;
  height: 1px;
  overflow: hidden;
  outline: 0;
}

/* Hide content from all users */
.element-hidden {
  display: none;
}




/*RAXCO*/
	#body {
		margin:0;
		padding:0;
	}
	#page_wrapper {
		background:#fff url(../images/header/bk.png) repeat-x top;
		padding-bottom:25px;
	}
	.block-title {
		/*font-family: 'Dosis', sans-serif;*/
		font-size:27px;
		line-height:28px;
		font-weight:200;
		color:#444444;
	}
		.block-title a {
			color:#444444;
		}
	.block-subtitle {
		font-family: 'Dosis', sans-serif;
		font-size:22px;
		line-height:24px;
		font-weight:200;
		color:#444444;
		margin-bottom:7px;
	}
		.block-subtitle a {
			color:#444444;
		}
	h1#page-title {
		font-family: 'Dosis', sans-serif;
		font-size:30px;
		font-weight:400;
		color:#004b8b;
		margin-top:6px;
	}


	/*HEADER*/
		#logo {
			padding: 14px 16px 16px 0;
			float:left;
		}
		#page-header {
			position:relative;
		}
		#header #segment {
			float:left;
			margin-top:13px;
			font-size:16px;
			color:#777777;
			padding-top:10px;
			height:50px;
			line-height:40px;
			border-left:1px solid #e2e2e2;
			padding-left:18px;
			padding-right:18px;
			text-transform:capitalize;
			width:150px;
		}
		#header #segment:hover {
			color:#545454;
			cursor: pointer
		}
			#header #segment img {
				vertical-align: middle;
				margin-top:-2px;
				margin-left:5px;
			}
	/*FOOTER*/
		#at_raxco_footer_full {
			background:#c7c7c7 url(../images/footer/bk.png) repeat-x top;
			color:#404040;
			padding:26px 0 8px 0;
		}

		.at_raxco_footer_copyright {
			color:#424242;
			font-size:11px;
			border-top:1px solid #aeaeae;
			border-bottom:1px solid #aeaeae;
			padding:12px 0;
			margin-top:15px;
		}
			.at_raxco_footer_copyright ul.menu, .at_raxco_footer_copyright ul.menu li {
				list-style-type: none;
				margin:0;
				padding:0;
			}
				.at_raxco_footer_copyright ul.menu li {
					display:inline;
					padding:0 10px;
					border-right:1px solid #424242;
				}
				.at_raxco_footer_copyright ul.menu li.first {
					padding-left:0;
				}
				.at_raxco_footer_copyright ul.menu li.last{
					border:none;
					padding-right:0;
				}
				.at_raxco_footer_copyright ul.menu li a {
					color:#424242;
					font-weight:bold;
				}

				.at_raxco_footer_copyright .block {
					margin-bottom:0
				}

		.at_raxco_design_notice {
			color:#818181;
			font-size:11px;
			padding-top:8px;
		}

		.region-footer #block-menu-menu-footer-bottom-right {
			display:none;
		}

		.region-footer .block {
			margin-bottom:0;
		}

		.region-footer {
			margin-bottom:0;
		}
			.region-footer ul.menu li, .region-footer ul.menu {
				list-style:none;
				margin:0;
				padding:0;
				font-size:12px;

			}
			.region-footer ul.menu li {
				width:145px;
			}
			#block-menu-menu-footer-primary-menu  ul.menu li {
				width:135px;
			}
			.region-footer .block-title {
				display:none;
			}
			.region-footer .block {
				float:left;
			}
			.region-footer ul.menu a {
				color:#404040;
				display:block;
			}
			.region-footer ul.menu li.menu-depth-1 {
				float:left;
				padding-right:30px;
			}
				.region-footer ul.menu li.menu-depth-1.last {
					margin-right:0;
				}
				.region-footer ul.menu li.menu-depth-1 > ul.menu {
					padding-top:12px;
					padding-bottom:12px
				}
				.region-footer ul.menu li.menu-depth-1 > a {
					font-weight:bold;
				}
				.region-footer ul.menu li.menu-depth-2 {
					margin-bottom:6px;
				}
				.region-footer ul.menu li.menu-depth-2 a {
					line-height:12px;
				}

		.at_raxco_footer_conform {
			color:#404040;
		}
			.at_raxco_footer_conform input[type="text"], .at_raxco_footer_conform input[type="email"] {
				margin:11px 0 10px 0;
				border:none;
				background:#fff;
				border-radius:3px;
				padding:3px;
				height:17px;
				line-height:17px;
				font-size:14px;
				width:158px;
			}
				.at_raxco_footer_conform input[type="email"]::-webkit-input-placeholder, .at_raxco_footer_conform input[type="email"]::-moz-placeholder {
					color:#014485;
					font-style:italic;
				 }
			 .at_raxco_footer_conform input[type="submit"] {
				  padding:0;
				  margin:0;
				  width:104px;
				  height:31px;
				  border:none;
				  color:#fff;
				  font-size:13px;
				  text-align:center;
				  background:#03407f url(../images/footer/signup.png) 0 0 no-repeat;
				  font-family:Helvetica, Arial, sans-serif;
			 }
				.at_raxco_footer_conform input[type="submit"]:hover {
					background-position:0 -31px;
				}
			#footer .block-webform .block-title {
				display:none;
			}
			#raxco_connect_with_us_form .form-item, #raxco_connect_with_us_form .form-actions {
				margin:0;
			}
			.at_raxco_footer_conform .social {
				margin-top:20px;
			}
				.social-icon {
					width:22px;
					height:22px;
					margin-right:5px;
					margin-left:1px;
					display:block;
					float:left;
					background:url(../images/footer/social-sprite.png) no-repeat;
				}
						.social-icon:hover {
							text-decoration:none;
						}
					.social-icon.google {
						background-position:0 0;
					}
						.social-icon.google:hover {
							background-position:-22px 0;
						}
					.social-icon.facebook {
						background-position:0 -22px;
					}
						.social-icon.facebook:hover {
							background-position:-22px -22px;
						}
					.social-icon.twitter {
						background-position:0 -44px;
					}
						.social-icon.twitter:hover {
							background-position:-22px -44px;
						}
					.social-icon.youtube {
						background-position:0 -66px;
					}
						.social-icon.youtube:hover {
							background-position:-22px -66px;
						}
					.social-icon.linkedin {
						background-position:0 -88px;
					}
						.social-icon.linkedin:hover {
							background-position:-22px -88px;
						}
					.social-icon.raxcoblog {
						background-position:0 -110px;
					}
						.social-icon.raxcoblog:hover {
							background-position:-22px -110px;
						}



	/*PRIMARY NAVIGATION*/
		#menu-bar ul.primary-menu {
			float:right;
			padding-right:27px;
		}
		#menu-bar a {
			color:#004591;
			margin:0;
		}
		#menu-bar a.active, #menu-bar li.active-trail > a {
			font-weight:bold;
		}
		#menu-bar ul.menu {
			margin-top:7px;
		}
		.partners-audience #menu-bar a[href="/solutions"] {
			display:none;
		}
		.search-btn {
			position:absolute;
			top:29px;
			right:0;
			display:block;
			width:25px;
			height:25px;
			background:url(../images/header/search-btn.png) 0 0 no-repeat;
			z-index:10;
		}
			.search-btn:hover {
				background-position:0 -25px;
				cursor: pointer;
			}
		#block-search-form {
			position:absolute;
			top:24px;
			right:-5px;
			display:none;
			z-index:3;
			padding:5px;
			background:#fafafa;
			box-shadow:1px 1px 5px rgba(0,0,0,.1);
			border-radius:3px;
			z-index:11;
		}
		form#search-block-form input[type=submit] {
			width:25px;
			height:25px;
			margin:0;
			padding:0;
			border:none;
			background:url(../images/header/search-btn.png) 0 0 no-repeat;
			color:transparent;
		}
			form#search-block-form input[type=submit]:hover {
				background-position:0 -25px;
				cursor: pointer;
			}

		form#search-block-form input[type=text], form#search-block-form input[type=search] {
			width:128px;
			height:19px;
			line-height:19px;
			margin:0;
			padding:2px 0 2px 5px;
			border:1px solid #cccccc;
			background:#fff;
		}

	/*SIDEBAR*/
		.sidebar {
			margin-top:10px;
		}
		.region-sidebar-first {
			background:#f7f7f7;

		}
			.region-sidebar-first .region-inner {
				padding:10px;
			}
		.sidebar .block-inner {
			padding-left:0;
		}
		.region-sidebar-first .block-menu-block ul.menu {
			margin:5px 0 0 0;
			padding-left:0;
			zoom:1;
		}
		.region-sidebar-first .block-menu-block ul.menu li.leaf {
			list-style:none;
			font-size:13px;
			zoom:1;
		}
		.region-sidebar-first .block-menu-block ul.menu li a {
			line-height:25px;
			color:#00367a
		}
		.region-sidebar-first .block-menu-block ul.menu li a.active {
			font-weight:bold;
			color:#004591;
		}
		.region-sidebar-first .block-menu-block {
			padding-bottom:13px;
			margin-bottom:0;
			border-bottom:1px solid #efefef;
			margin-bottom:15px
		}
		.region-sidebar-first .block-menu-block {
			padding-top:15px;
		}
		.region-sidebar-first .block-menu-block .block-title {
			font-size:24px;
		}

	/*Content*/
		#content {
			font-size:13px;
			line-height:18px;
			margin-top:15px;
		}
		#content p {
			margin-bottom:18px;
		}
		
	/*Testimonial*/
		.testimonial_block, .customer-feedback-container {
			margin-top:5px;
			background:#15a063 url(../images/testimonials/quote.png) no-repeat center 10px;
			padding:55px 18px 20px 18px
		}
		.testimonial_quote, .customer-feedback-container .message {
			color:#fff;
			font-size:17px;
			line-height:25px;
			margin-bottom:15px;
		}
		.testimonial_name, .testimonial_job_title, .testimonial_company, .customer-feedback-container .name {
			color:#fff;
			font-size:12px;
			line-height:18px;
		}
		.testimonial_job_title {
			font-style:italic;
		}
		.testimonial_company {
			font-weight:bold;
		}

	/*Landing page*/
		.node-landing-page {
			margin-top:12px; /*#content adds remaining 3px*/
		}

	/*Sitemap*/
		#site-map h2.title {
			font-size:14px;
			margin-bottom:5px;;
			margin-top:20px;
		}
		#site-map .content {
			margin-left:15px;
		}
		#site-map ul.site-map-menu {
			margin-top:0
		}



/*LANDING PAGE*/
.raxcolp {
	position:relative;
}

.raxcolpc {
	overflow: auto;
    position: relative;
}

	.raxcolp {
		width:990px;
	}
	.raxcolp .raxcolpc {
		min-height:356px;
		width:1000px;
		margin-top:-5px;
		margin-left:-5px;
	}






	div[class="clearfix"] {
		height:0;
		padding:0;
		margin:0;
		clear:both;
	}
	div[class="clearfix"]:after {
		content: " "; /* Older browser do not support empty content */
		visibility: hidden;
		display: block;
		height: 0;
		clear: both;
	 }



	 /*audience selector*/
	 .audience_selector_menu {
		display:none;
		position:absolute;
		z-index:3;
		width:150px;
		padding:0 10px 10px 10px;
		margin-left:-18px;
		background: rgb(213,213,213); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(213,213,213,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(213,213,213,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(213,213,213,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(213,213,213,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(213,213,213,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(213,213,213,1) 100%); /* W3C */
	 }
	 #segment:hover  .audience_selector_menu {
		 display:block;
	 }
	 .audience_selector {
		 padding:0 8px;
		 display:block;
	 }
	 .audience_selector:hover {
		 background:#ffd301;
	 }


a.pdf, a.whitepaper, a.resource_whitepaper {
	display:block;
	padding-left:22px;
	line-height:20px;
	margin-bottom:5px;
	background:url(../images/resources/pdf.png) no-repeat left 4px;
}
	a.pdf:hover, a.whitepaper:hover, a.resource_whitepaper:hover {
		text-decoration: underline;
	}
a.resource_link, a.resource_document {
	display:block;
	line-height:25px;
}
	a.resource_link:hover, a.resource_document:hover {
		text-decoration: underline;
	}
a.resource_video {
	display:block;
	line-height:25px;
}
	a.resource_video:hover, a.resource_video:hover {
		text-decoration: underline;
	}

.spacer-small {
	height:10px;
	clear:both;
}

.video-sidebar {
	overflow:hidden;
}

.video-sidebar iframe {
	width:240px !important;
	height:150px !important;
}


.solution-cell-inner {
	border-bottom:1px solid #e1e3e4;
	padding:14px 20px 20px 20px;
}


.solution-cell .solution-title, .blue-title {
	/*font-family: 'Dosis', sans-serif;*/
	font-size:22px;
	line-height:normal;
	color:#1c4674;
	margin-bottom:5px;
}

.solution-cell .product-title {
	color:#333333;
	font-size:13px;
	font-weight:bold;
	margin-bottom:3px;
	margin-top:0;
}
.solution-cell .product-price {
	font-size:12px;
	margin-bottom:3px;
	display: none;
}

.solution-cell .product-title a {
	color:#333333;
}
	.solution-cell .product-title a:hover {
		text-decoration:underline;
	}

.solution-cell .product-desc {
	color:#5a5a5a;
	font-size:12px;
	margin-bottom:8px;
}

.solution-cell .product-links, .solution-cell .product-links a {
	font-size:12px;
	font-weight:bold;
}

.solution-cell .solution-links {
	font-size:12px;
}
.solution-cell .solution-links a {
	color:#1c4674;
}
	.solution-cell .solution-links a:hover {
		text-decoration:underline;
	}

	.solution-cell .product-links a:hover {
		text-decoration:underline;
	}

.solution-button-container {
	padding:10px 0 20px 0;
}
.solution-button {
	-moz-box-shadow: 0px 2px 4px -1px #c9c9c9;
	-webkit-box-shadow: 0px 2px 4px -1px #c9c9c9;
	box-shadow: 0px 2px 4px -1px #c9c9c9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fbfbfb), color-stop(1, #f5f5f5) );
	background:-moz-linear-gradient( center top, #fbfbfb 5%, #f5f5f5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f5f5f5');
	background-color:#fbfbfb;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #adadad;
	display:block;
	float:right;
	color:#272625;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.solution-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5f5f5), color-stop(1, #fbfbfb) );
	background:-moz-linear-gradient( center top, #f5f5f5 5%, #fbfbfb 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#fbfbfb');
	background-color:#f5f5f5;
	cursor:pointer;
}
.solution-button:active {
	position:relative;
	top:1px;
}

.solution-cell .product-logo {
	margin-bottom:10px;
	height:30px;
}

.landing-content-title {
	font-family: 'Dosis', sans-serif;
	font-size: 27px;
	font-weight: 200;
	color:#444444;
	margin-bottom:30px;
	height:27px;
	line-height:27px;
}
.landing-content-inner iframe {
	max-width:100%;
	max-height:225px;
}
.cntblk-blog-article-teaser {
	margin-bottom:25px;
}
.cntblk-blog-article-title a {
	font-size:14px;
	color:#00367a;
}
	.cntblk-blog-article-title a:hover {
		text-decoration: underline;
	}
.cntblk-blog-article-title {
	margin-bottom:5px;
}
#columns {
	min-height:300px;
}
.gridster {
	display:none;
}
.gridster.finished {
	display:block;
}
.gridsterLoading {
	height:300px;
	background:url(../images/gridsterLoading.gif) center center no-repeat;
}
.gridster.cntblk .gs_w {
	margin-bottom:25px;
}
.gridster.cntblk .gs_w[data-col="1"] .cntblk-template-container {
	padding-right:13px;
}
.gridster.cntblk .gs_w[data-col="2"]  .cntblk-template-container {
	padding-right:14px;
	padding-left:24px;
	border-left:1px solid #efefef;
}
.gridster.cntblk .gs_w[data-col="3"]  .cntblk-template-container {
	padding-left:22px;
	border-left:1px solid #efefef;
}

.cntlblk-form .lcf-submit {
	margin-top:10px;
}
.cntlblk-form .lcf-submit input[type="submit"] {
	float:right;
}

.cntlblk-form .lcf-submit input[type="submit"], .gridster.cntblk a.bluebtn {
	border:1px solid #3781bd;
	outline:none;
	margin: 0;
	padding: 0 14px;
	border-radius: 1px;
	font-size: 0;
	line-height:25px;
	font-size:13px;
	font-weight: bold;
	overflow: visible;
	color:#fff;
	background: rgb(5,70,137); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(5,70,137,1) 0%, rgba(1,58,116,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,70,137,1)), color-stop(100%,rgba(1,58,116,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(5,70,137,1) 0%,rgba(1,58,116,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(5,70,137,1) 0%,rgba(1,58,116,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(5,70,137,1) 0%,rgba(1,58,116,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(5,70,137,1) 0%,rgba(1,58,116,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054689', endColorstr='#013a74',GradientType=0 ); /* IE6-9 */
	box-shadow:0 0 0 1px #002448;
}
	.gridster.cntblk a.bluebtn {
		display:block;
		float:left;
		max-width:300px;
	}
	.cntlblk-form .lcf-submit input[type="submit"]:hover, .gridster.cntblk a.bluebtn:hover {
		background: rgb(1,58,116); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(1,58,116,1) 0%, rgba(5,70,137,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,58,116,1)), color-stop(100%,rgba(5,70,137,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(1,58,116,1) 0%,rgba(5,70,137,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(1,58,116,1) 0%,rgba(5,70,137,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(1,58,116,1) 0%,rgba(5,70,137,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(1,58,116,1) 0%,rgba(5,70,137,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013a74', endColorstr='#054689',GradientType=0 ); /* IE6-9 */
	}
.cntlblk-form input[type="text"],
.cntlblk-form input[type="password"] {
	width:235px;
	padding:0 0 0 3px;
	border:1px solid #cecece;
	border-radius:5px;
	height:25px;
	line-height:25px;
	box-shadow:inset 2px 2px 2px #d1d1d1;

}

.lcf-field1 {
	margin-bottom:10px;
}

.lcf-form {
	width:240px;
	margin-top:20px;
}
.gridster.cntblk .gs_w[data-col="2"] .lcf-form {
	margin-left:auto;
	margin-right:auto;
}

.lcf-text {
	font-size:12px;
	line-height:16px;
}




.tabs-content table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height:normal;
}

.tabs-content table, .tabs-content tbody, .tabs-content tfoot, .tabs-content thead, .tabs-content tr, .tabs-content th, .tabs-content td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
	line-height:normal;
}

.tabs-content table.dataTable {
    margin-left:10px;
}

.vertical_spacer{
	height:5px;
}

.tabs-content table td .labels_corner_top-left,
.tabs-content table td .labels_corner_top-right,
.tabs-content table td .labels_corner_btm-left,
.tabs-content table td .labels_corner_btm-right {
	height:5px;
	width:5px;
	background-repeat:no-repeat;
	line-height:5px;
}

.labels_corner_top-left {
	background-image:url(../images/tables/column-labels_corner_topleft.gif);
}

.labels_corner_top-right {
	background-image:url(../images/tables/column-labels_corner_topright.gif);
}

.labels_corner_btm-left {
	background-image:url(../images/tables/column-labels_corner_btmleft.gif);
}

.labels_corner_btm-right {
	background-image:url(../images/tables/column-labels_corner_btmright.gif);
}

.labels_corner_top-left+.labels_area,
.labels_corner_top-right+.labels_area,
.labels_corner_btm-left+.labels_area,
.labels_corner_btm-right+.labels_area {
	height:5px;
	line-height:5px;
	margin:0;
	padding:0;
	border:none;
}


.tabs-content table td .main_corner_top-left,
.tabs-content table td .main_corner_top-right,
.tabs-content table td .main_corner_btm-left,
.tabs-content table td .main_corner_btm-right {
	height:5px;
	width:5px;
	background-repeat:no-repeat;
	line-height:5px;
}

.main_corner_top-left {
	background-image:url(../images/tables/main_corner_topleft.gif);
}

.main_corner_top-right {
	background-image:url(../images/tables/main_corner_topright.gif);
}

.main_corner_btm-left {
	background-image:url(../images/tables/main_corner_btmleft.gif);
}

.main_corner_btm-right {
	background-image:url(../images/tables/main_corner_btmright.gif);
}

.main_corner_top-left+.main_area,
.main_corner_top-right+.main_area,
.main_corner_btm-left+.main_area,
.main_corner_btm-right+.main_area {
	height:5px;
	line-height:5px;
	margin:0;
	padding:0;
	border:none;
}

.labels_area,
.label_name
.label_name-last{
	background-color:#003a5f;
	min-width:5px;
}

.label_name,
.label_name-last {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-align:center;
	vertical-align:top;
}
.label_name {
	border-right:1px solid #4d758f;
}

.main_cols_hdr,
.main_rows_hdr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #01264d;
	text-align:center;
	margin-bottom:5px;
	vertical-align:bottom
}

.main_cols_hdr {
	padding-bottom:5px;
}

.main_area,
.main_area_block
.main_area_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color:#FFF;
	min-width:5px;
}

.main_area_block {
	width:700px;
}

.tabs-content table td.main_area_details {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
	border-bottom: 5px solid #f1f4fa;
}
p.main_area_details-hdr {
	font-weight:bold;
	color: #000;
	margin-bottom:5px;
	font-size:11px !important;
}

.tabs-content table td.main_area_col-blue,
.tabs-content table td.main_area_col-gray-light,
.tabs-content table td.main_area_col-blue-last,
.tabs-content table td.main_area_col-gray-light-last {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-align:center;
	border-right: solid 1px #FFF;
	min-height:40px;
}

.tabs-content table td.main_area_col-blue,
.tabs-content table td.main_area_col-blue-last {
	background-color: #d6e3f5;
	border-bottom: solid 5px #cad9f0;
}
.tabs-content table td.main_area_col-blue-last {
	border-right: solid 1px #d6e3f5;
}

.tabs-content table td.main_area_col-gray-light,
.tabs-content table td.main_area_col-gray-light-last {
	background-color: #f5f5f5;
	border-bottom: solid 5px #e7eaf0;
}
.tabs-content table td.main_area_col-gray-light-last {
	border-right: solid 1px #f5f5f5;
}

/* 2 Column Styles */
table.col2 .main_area_col-blue,
table.col2 .main_area_col-gray-light,
table.col2 .main_area_col-blue-last,
table.col2 .main_area_col-gray-light-last {
	width:240px;
}
table.col2 .label_name,
table.col2 .label_name-last {
	width:240px;
}
table.col2 .main_cols_hdr {
	padding-left:208px;
}
table.col2 .main_rows_hdr {
	width:208px;
}
table.col2 .main_area_details {
	width:203px;
}

/* 3 Column Styles */
table.col3 .main_area_col-blue,
table.col3 .main_area_col-gray-light,
table.col3 .main_area_col-blue-last,
table.col3 .main_area_col-gray-light-last {
	width:160px;
}
table.col3 .label_name,
table.col3 .label_name-last {
	width:160px;
}
table.col3 .main_cols_hdr {
	padding-left:207px;
}
table.col3 .main_rows_hdr {
	width:207px;
}
table.col3 .main_area_details {
	width:202px;
}

/* 4 Column Styles */
table.col4 .main_area_col-blue,
table.col4 .main_area_col-gray-light,
table.col4 .main_area_col-blue-last,
table.col4 .main_area_col-gray-light-last {
	width:120px;
}
table.col4 .label_name,
table.col4 .label_name-last {
	width:120px;
}
table.col4 .main_cols_hdr {
	padding-left:206px;
}
table.col4 .main_rows_hdr {
	width:206px;
}
table.col4 .main_area_details {
	width:201px;
}

/* 5 Column Styles */
table.col5 .main_area_col-blue,
table.col5 .main_area_col-gray-light,
table.col5 .main_area_col-blue-last,
table.col5 .main_area_col-gray-light-last {
	width:100px;
}
table.col5 .label_name,
table.col5 .label_name-last {
	width:100px;
}
table.col5 .main_cols_hdr {
	padding-left:185px;
}
table.col5 .main_rows_hdr {
	width:185px;
}
table.col5 .main_area_details {
	width:180px;
}

/* 6 Column Styles */
table.col6 .main_area_col-blue,
table.col6 .main_area_col-gray-light,
table.col6 .main_area_col-blue-last,
table.col6 .main_area_col-gray-light-last {
	width:90px;
}
table.col6 .label_name,
table.col6 .label_name-last {
	width:90px;
}
table.col6 .main_cols_hdr {
	padding-left:144px;
}
table.col6 .main_rows_hdr {
	width:144px;
}
table.col6 .main_area_details {
	width:139px;
}

/* 7 Column Styles */
table.col7 .main_area_col-blue,
table.col7 .main_area_col-gray-light,
table.col7 .main_area_col-blue-last,
table.col7 .main_area_col-gray-light-last {
	width:80px;
}
table.col7 .label_name,
table.col7 .label_name-last {
	width:80px;
}
table.col7 .main_cols_hdr {
	padding-left:123px;
}
table.col7 .main_rows_hdr {
	width:123px;
}
table.col7 .main_area_details {
	width:118px;
}

.hs-form-field {
	float: left;
	width: 49%;
}
.hs_submit {
	clear:both;
	margin:auto;
	text-align: center;
}

.buttons-float-follow {
	position:relative;
	margin-top:15px;
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
	top:0;
}


.purchase-buttons {

	}
		.solution-cell-w-buttons .purchase-button {

			display:block;
			float:left;

			height:28px;
			line-height:28px;
			width:46%;

			padding:0;
			margin:0 8px 8px 0;

			text-align:center;
			font-weight:bold;
			font-size:16px;
			color:#fff;

			border:1px solid #3e3e3e;
			border-radius:2px;

		}
/*			.solution-cell-w-buttons .purchase-button.half {
				width:42%;
			}*/
			.solution-cell-w-buttons .purchase-button:hover, .solution-cell-w-buttons a.purchase-button:hover {
				text-decoration:none;
			}

		.solution-cell-w-buttons .purchase-button-dividers {
			display:none;
		}

		/*ORANGE*/
		.solution-cell-w-buttons .purchase-button-1 {
			background: #ffd0a9;
			background: -moz-linear-gradient(top, #ffd0a9 0%, #ffb988 3%, #ffad77 5%, #ff9c5b 31%, #ff791f 72%, #ff6906 95%, #ff7d21 97%, #ffa65c 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd0a9), color-stop(3%,#ffb988), color-stop(5%,#ffad77), color-stop(31%,#ff9c5b), color-stop(72%,#ff791f), color-stop(95%,#ff6906), color-stop(97%,#ff7d21), color-stop(100%,#ffa65c));
			background: -webkit-linear-gradient(top, #ffd0a9 0%,#ffb988 3%,#ffad77 5%,#ff9c5b 31%,#ff791f 72%,#ff6906 95%,#ff7d21 97%,#ffa65c 100%);
			background: -o-linear-gradient(top, #ffd0a9 0%,#ffb988 3%,#ffad77 5%,#ff9c5b 31%,#ff791f 72%,#ff6906 95%,#ff7d21 97%,#ffa65c 100%);
			background: -ms-linear-gradient(top, #ffd0a9 0%,#ffb988 3%,#ffad77 5%,#ff9c5b 31%,#ff791f 72%,#ff6906 95%,#ff7d21 97%,#ffa65c 100%);
			background: linear-gradient(to bottom, #ffd0a9 0%,#ffb988 3%,#ffad77 5%,#ff9c5b 31%,#ff791f 72%,#ff6906 95%,#ff7d21 97%,#ffa65c 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff791f', endColorstr='#ff6600',GradientType=0 );
			color:#fff;
			/*text-shadow:-1px -1px 1px #ff6600;*/
			border-color:#ff6600;
			margin-bottom:8px;
		}
			.solution-cell-w-buttons .purchase-button-1:hover {
				background: #ff6600;
				background: -moz-linear-gradient(top, #ffa65c 0%, #ff7d21 3%, #ff6906 5%, #ff791f 28%, #ff9c5b 69%, #ffad77 95%, #ffb988 97%, #ffd0a9 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa65c), color-stop(3%,#ff7d21), color-stop(5%,#ff6906), color-stop(28%,#ff791f), color-stop(69%,#ff9c5b), color-stop(95%,#ffad77), color-stop(97%,#ffb988), color-stop(100%,#ffd0a9));
				background: -webkit-linear-gradient(top, #ffa65c 0%,#ff7d21 3%,#ff6906 5%,#ff791f 28%,#ff9c5b 69%,#ffad77 95%,#ffb988 97%,#ffd0a9 100%);
				background: -o-linear-gradient(top, #ffa65c 0%,#ff7d21 3%,#ff6906 5%,#ff791f 28%,#ff9c5b 69%,#ffad77 95%,#ffb988 97%,#ffd0a9 100%);
				background: -ms-linear-gradient(top, #ffa65c 0%,#ff7d21 3%,#ff6906 5%,#ff791f 28%,#ff9c5b 69%,#ffad77 95%,#ffb988 97%,#ffd0a9 100%);
				background: linear-gradient(to bottom, #ffa65c 0%,#ff7d21 3%,#ff6906 5%,#ff791f 28%,#ff9c5b 69%,#ffad77 95%,#ffb988 97%,#ffd0a9 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff791f',GradientType=0 );
			}
		/*RED*/
		.solution-cell-w-buttons .purchase-button-1.red {
			background: #ff0000; /* Old browsers */
			background: -moz-linear-gradient(top, #ffafaf 0%, #ff8c8c 3%, #ff7979 5%, #ff6464 26%, #ff1919 77%, #ff0606 95%, #ff2424 97%, #ff6464 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffafaf), color-stop(3%,#ff8c8c), color-stop(5%,#ff7979), color-stop(26%,#ff6464), color-stop(77%,#ff1919), color-stop(95%,#ff0606), color-stop(97%,#ff2424), color-stop(100%,#ff6464)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #ffafaf 0%,#ff8c8c 3%,#ff7979 5%,#ff6464 26%,#ff1919 77%,#ff0606 95%,#ff2424 97%,#ff6464 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #ffafaf 0%,#ff8c8c 3%,#ff7979 5%,#ff6464 26%,#ff1919 77%,#ff0606 95%,#ff2424 97%,#ff6464 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #ffafaf 0%,#ff8c8c 3%,#ff7979 5%,#ff6464 26%,#ff1919 77%,#ff0606 95%,#ff2424 97%,#ff6464 100%); /* IE10+ */
			background: linear-gradient(to bottom, #ffafaf 0%,#ff8c8c 3%,#ff7979 5%,#ff6464 26%,#ff1919 77%,#ff0606 95%,#ff2424 97%,#ff6464 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6464', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
			color:#fff;
			text-shadow:-1px -1px 1px #ff6600;
			border-color:#ff0000;
			margin-bottom:8px;
		}
			.solution-cell-w-buttons .purchase-button-1.red:hover {
				background: #ff6464; /* Old browsers */
				background: -moz-linear-gradient(top, #ff6464 0%, #ff2424 3%, #ff0606 5%, #ff1919 23%, #ff6464 74%, #ff7979 95%, #ff8c8c 97%, #ffafaf 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6464), color-stop(3%,#ff2424), color-stop(5%,#ff0606), color-stop(23%,#ff1919), color-stop(74%,#ff6464), color-stop(95%,#ff7979), color-stop(97%,#ff8c8c), color-stop(100%,#ffafaf)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #ff6464 0%,#ff2424 3%,#ff0606 5%,#ff1919 23%,#ff6464 74%,#ff7979 95%,#ff8c8c 97%,#ffafaf 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #ff6464 0%,#ff2424 3%,#ff0606 5%,#ff1919 23%,#ff6464 74%,#ff7979 95%,#ff8c8c 97%,#ffafaf 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #ff6464 0%,#ff2424 3%,#ff0606 5%,#ff1919 23%,#ff6464 74%,#ff7979 95%,#ff8c8c 97%,#ffafaf 100%); /* IE10+ */
				background: linear-gradient(to bottom, #ff6464 0%,#ff2424 3%,#ff0606 5%,#ff1919 23%,#ff6464 74%,#ff7979 95%,#ff8c8c 97%,#ffafaf 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff6464',GradientType=0 ); /* IE6-9 */
			}


		.solution-cell-w-buttons .purchase-button-2 {
			background: #06498e; /* Old browsers */
			background: -moz-linear-gradient(top, #3e93d6 0%, #1d71c0 3%, #0d60b4 5%, #0a56a3 33%, #054687 67%, #023b75 95%, #124f88 97%, #3478b0 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e93d6), color-stop(3%,#1d71c0), color-stop(5%,#0d60b4), color-stop(33%,#0a56a3), color-stop(67%,#054687), color-stop(95%,#023b75), color-stop(97%,#124f88), color-stop(100%,#3478b0)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #3e93d6 0%,#1d71c0 3%,#0d60b4 5%,#0a56a3 33%,#054687 67%,#023b75 95%,#124f88 97%,#3478b0 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #3e93d6 0%,#1d71c0 3%,#0d60b4 5%,#0a56a3 33%,#054687 67%,#023b75 95%,#124f88 97%,#3478b0 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #3e93d6 0%,#1d71c0 3%,#0d60b4 5%,#0a56a3 33%,#054687 67%,#023b75 95%,#124f88 97%,#3478b0 100%); /* IE10+ */
			background: linear-gradient(to bottom, #3e93d6 0%,#1d71c0 3%,#0d60b4 5%,#0a56a3 33%,#054687 67%,#023b75 95%,#124f88 97%,#3478b0 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e93d6', endColorstr='#124f88',GradientType=0 ); /* IE6-9 */
			border-color:#002448;
			margin-bottom:8px;
		}
			.solution-cell-w-buttons .purchase-button-2:hover {
				background: #023c76; /* Old browsers */
				background: -moz-linear-gradient(top, #3478b0 0%, #124f88 3%, #023b75 5%, #054687 33%, #0a56a3 67%, #0d60b4 95%, #1d71c0 97%, #3e93d6 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3478b0), color-stop(3%,#124f88), color-stop(5%,#023b75), color-stop(33%,#054687), color-stop(67%,#0a56a3), color-stop(95%,#0d60b4), color-stop(97%,#1d71c0), color-stop(100%,#3e93d6)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #3478b0 0%,#124f88 3%,#023b75 5%,#054687 33%,#0a56a3 67%,#0d60b4 95%,#1d71c0 97%,#3e93d6 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #3478b0 0%,#124f88 3%,#023b75 5%,#054687 33%,#0a56a3 67%,#0d60b4 95%,#1d71c0 97%,#3e93d6 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #3478b0 0%,#124f88 3%,#023b75 5%,#054687 33%,#0a56a3 67%,#0d60b4 95%,#1d71c0 97%,#3e93d6 100%); /* IE10+ */
				background: linear-gradient(to bottom, #3478b0 0%,#124f88 3%,#023b75 5%,#054687 33%,#0a56a3 67%,#0d60b4 95%,#1d71c0 97%,#3e93d6 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124f88', endColorstr='#3e93d6',GradientType=0 ); /* IE6-9 */
			}
		.solution-cell-w-buttons .purchase-button-3 {
			background: #d8d8d8; /* Old browsers */
			background: -moz-linear-gradient(top, #d8d8d8 0%, #c6c6c6 3%, #bbbbbb 5%, #b5b5b5 15%, #acacac 26%, #808080 67%, #6d6d6d 87%, #686868 95%, #7b7b7b 97%, #a2a2a2 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(3%,#c6c6c6), color-stop(5%,#bbbbbb), color-stop(15%,#b5b5b5), color-stop(26%,#acacac), color-stop(67%,#808080), color-stop(87%,#6d6d6d), color-stop(95%,#686868), color-stop(97%,#7b7b7b), color-stop(100%,#a2a2a2)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #d8d8d8 0%,#c6c6c6 3%,#bbbbbb 5%,#b5b5b5 15%,#acacac 26%,#808080 67%,#6d6d6d 87%,#686868 95%,#7b7b7b 97%,#a2a2a2 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #d8d8d8 0%,#c6c6c6 3%,#bbbbbb 5%,#b5b5b5 15%,#acacac 26%,#808080 67%,#6d6d6d 87%,#686868 95%,#7b7b7b 97%,#a2a2a2 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #d8d8d8 0%,#c6c6c6 3%,#bbbbbb 5%,#b5b5b5 15%,#acacac 26%,#808080 67%,#6d6d6d 87%,#686868 95%,#7b7b7b 97%,#a2a2a2 100%); /* IE10+ */
			background: linear-gradient(to bottom, #d8d8d8 0%,#c6c6c6 3%,#bbbbbb 5%,#b5b5b5 15%,#acacac 26%,#808080 67%,#6d6d6d 87%,#686868 95%,#7b7b7b 97%,#a2a2a2 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#6d6d6d',GradientType=0 ); /* IE6-9 */
			border-color:#3e3e3e;
		}
			.solution-cell-w-buttons .purchase-button-3:hover {
				background: #a2a2a2; /* Old browsers */
				background: -moz-linear-gradient(top, #a2a2a2 0%, #7b7b7b 3%, #686868 5%, #6d6d6d 13%, #808080 33%, #acacac 74%, #b5b5b5 85%, #bbbbbb 95%, #c6c6c6 97%, #d8d8d8 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2a2a2), color-stop(3%,#7b7b7b), color-stop(5%,#686868), color-stop(13%,#6d6d6d), color-stop(33%,#808080), color-stop(74%,#acacac), color-stop(85%,#b5b5b5), color-stop(95%,#bbbbbb), color-stop(97%,#c6c6c6), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #a2a2a2 0%,#7b7b7b 3%,#686868 5%,#6d6d6d 13%,#808080 33%,#acacac 74%,#b5b5b5 85%,#bbbbbb 95%,#c6c6c6 97%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #a2a2a2 0%,#7b7b7b 3%,#686868 5%,#6d6d6d 13%,#808080 33%,#acacac 74%,#b5b5b5 85%,#bbbbbb 95%,#c6c6c6 97%,#d8d8d8 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #a2a2a2 0%,#7b7b7b 3%,#686868 5%,#6d6d6d 13%,#808080 33%,#acacac 74%,#b5b5b5 85%,#bbbbbb 95%,#c6c6c6 97%,#d8d8d8 100%); /* IE10+ */
				background: linear-gradient(to bottom, #a2a2a2 0%,#7b7b7b 3%,#686868 5%,#6d6d6d 13%,#808080 33%,#acacac 74%,#b5b5b5 85%,#bbbbbb 95%,#c6c6c6 97%,#d8d8d8 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#b5b5b5',GradientType=0 ); /* IE6-9 */
			}
		.solution-cell-w-buttons .purchase-button-4 {
			background: #fff4bd; /* Old browsers */
			background: -moz-linear-gradient(top, #fff4bd 0%, #ffed9e 3%, #ffea8e 5%, #ffe575 26%, #fed526 72%, #fdd00a 92%, #fdcf08 95%, #fdd726 97%, #fee567 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4bd), color-stop(3%,#ffed9e), color-stop(5%,#ffea8e), color-stop(26%,#ffe575), color-stop(72%,#fed526), color-stop(92%,#fdd00a), color-stop(95%,#fdcf08), color-stop(97%,#fdd726), color-stop(100%,#fee567)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #fff4bd 0%,#ffed9e 3%,#ffea8e 5%,#ffe575 26%,#fed526 72%,#fdd00a 92%,#fdcf08 95%,#fdd726 97%,#fee567 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #fff4bd 0%,#ffed9e 3%,#ffea8e 5%,#ffe575 26%,#fed526 72%,#fdd00a 92%,#fdcf08 95%,#fdd726 97%,#fee567 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #fff4bd 0%,#ffed9e 3%,#ffea8e 5%,#ffe575 26%,#fed526 72%,#fdd00a 92%,#fdcf08 95%,#fdd726 97%,#fee567 100%); /* IE10+ */
			background: linear-gradient(to bottom, #fff4bd 0%,#ffed9e 3%,#ffea8e 5%,#ffe575 26%,#fed526 72%,#fdd00a 92%,#fdcf08 95%,#fdd726 97%,#fee567 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4bd', endColorstr='#fee567',GradientType=0 ); /* IE6-9 */
			color:#333333;
			border-color:#ddaf01;
		}
			.solution-cell-w-buttons .purchase-button-4:hover {
				background: #fdcf05; /* Old browsers */
				background: -moz-linear-gradient(top, #fee567 0%, #fdd726 3%, #fdcf08 5%, #fdd00a 8%, #fed526 28%, #ffe575 74%, #ffea8e 95%, #ffed9e 97%, #fff4bd 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee567), color-stop(3%,#fdd726), color-stop(5%,#fdcf08), color-stop(8%,#fdd00a), color-stop(28%,#fed526), color-stop(74%,#ffe575), color-stop(95%,#ffea8e), color-stop(97%,#ffed9e), color-stop(100%,#fff4bd)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #fee567 0%,#fdd726 3%,#fdcf08 5%,#fdd00a 8%,#fed526 28%,#ffe575 74%,#ffea8e 95%,#ffed9e 97%,#fff4bd 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #fee567 0%,#fdd726 3%,#fdcf08 5%,#fdd00a 8%,#fed526 28%,#ffe575 74%,#ffea8e 95%,#ffed9e 97%,#fff4bd 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #fee567 0%,#fdd726 3%,#fdcf08 5%,#fdd00a 8%,#fed526 28%,#ffe575 74%,#ffea8e 95%,#ffed9e 97%,#fff4bd 100%); /* IE10+ */
				background: linear-gradient(to bottom, #fee567 0%,#fdd726 3%,#fdcf08 5%,#fdd00a 8%,#fed526 28%,#ffe575 74%,#ffea8e 95%,#ffed9e 97%,#fff4bd 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd00a', endColorstr='#fff4bd',GradientType=0 ); /* IE6-9 */
			}

.resources-container .resources {
	margin-left:20px;
}
.resources-container .resource-category {
	margin-bottom:25px;
}
.resources-container .resource-category .blue-title {
	margin-bottom:8px;
}
.resources-container .product-promo {
	margin-left:20px;
	margin-bottom:10px;
	color:#333;
}

.resources-container a.resource_whitepaper {
	display:block;
	padding-left:22px;
	line-height:20px;
	margin-bottom:5px;
	background:url(../images/resources/pdf.png) no-repeat left 4px;
}
	.resources-container a.resource_whitepaper:hover {
		text-decoration: underline;
	}
.resources-container a.resource_link {
	display:block;
	padding-left:22px;
	line-height:20px;
	margin-bottom:5px;
	background:url(../images/resources/link.png) no-repeat left 4px;
}
	.resources-container a.resource_link:hover {
		text-decoration: underline;
	}
.resources-container a.resource_document {
	display:block;
	padding-left:22px;
	line-height:20px;
	margin-bottom:5px;
	background:url(../images/resources/document.png) no-repeat left 4px;
}
	.resources-container a.resource_document:hover {
		text-decoration: underline;
	}
.resources-container a.resource_video {
	display:block;
	padding-left:22px;
	line-height:20px;
	margin-bottom:5px;
	background:url(../images/resources/video.png) no-repeat left 4px;
}
	.resources-container a.resource_video:hover {
		text-decoration: underline;
	}

.ironistic_navigation_inserts {
	display:none;
}

.purchase-button {
			display:block;
			width:236px;
			height:42px;
			line-height:42px;
			text-align:center;
			font-weight:bold;
			font-size:18px;
			margin-bottom:8px;
			margin-left:4px;
			color:#fff;
			border:1px solid #fff;
			border-radius:5px;
			box-shadow:inset 0 -1px 0 rgba(0,0,0,.5);
			text-shadow:-1px -1px 0 rgba(0,0,0,.25);
		}
			.purchase-button:hover {
				box-shadow:inset 0 -1px 0 rgba(0,0,0,.7);
			}
			.purchase-button:active {
				box-shadow:inset 0 1px 0 rgba(0,0,0,.5);
			}

			.cntblk .purchase-button {
				width:212px;
			}
		.purchase-button-color-orange {
			background: #ffd0a9;
			background: -moz-linear-gradient(top, #ffd0a9 0%, #ffb988 3%, #ffad77 5%, #ff9c5b 31%, #ff791f 72%, #ff6906 95%, #ff7d21 97%, #ffa65c 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd0a9), color-stop(3%,#ffb988), color-stop(5%,#ffad77), color-stop(31%,#ff9c5b), color-stop(72%,#ff791f), color-stop(95%,#ff6906), color-stop(97%,#ff7d21), color-stop(100%,#ffa65c));
			background: -webkit-linear-gradient(top, #ffd0a9 0%,#ffb988 3%,#ffad77 5%,#ff9c5b 31%,#ff791f 72%,#ff6906 95%,#ff7d21 97%,#ffa65c 100%);
			background: -o-linear-gradient(top, #ffd0a9 0%,#ffb988 3%,#ffad77 5%,#ff9c5b 31%,#ff791f 72%,#ff6906 95%,#ff7d21 97%,#ffa65c 100%);
			background: -ms-linear-gradient(top, #ffd0a9 0%,#ffb988 3%,#ffad77 5%,#ff9c5b 31%,#ff791f 72%,#ff6906 95%,#ff7d21 97%,#ffa65c 100%);
			background: linear-gradient(to bottom, #ffd0a9 0%,#ffb988 3%,#ffad77 5%,#ff9c5b 31%,#ff791f 72%,#ff6906 95%,#ff7d21 97%,#ffa65c 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff791f', endColorstr='#ff6600',GradientType=0 );
			color:#fff;
			border-color:#ff6600;
		}
			.purchase-button-color-orange:hover {
				background: #ff6600;
				background: -moz-linear-gradient(top, #ffa65c 0%, #ff7d21 3%, #ff6906 5%, #ff791f 28%, #ff9c5b 69%, #ffad77 95%, #ffb988 97%, #ffd0a9 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa65c), color-stop(3%,#ff7d21), color-stop(5%,#ff6906), color-stop(28%,#ff791f), color-stop(69%,#ff9c5b), color-stop(95%,#ffad77), color-stop(97%,#ffb988), color-stop(100%,#ffd0a9));
				background: -webkit-linear-gradient(top, #ffa65c 0%,#ff7d21 3%,#ff6906 5%,#ff791f 28%,#ff9c5b 69%,#ffad77 95%,#ffb988 97%,#ffd0a9 100%);
				background: -o-linear-gradient(top, #ffa65c 0%,#ff7d21 3%,#ff6906 5%,#ff791f 28%,#ff9c5b 69%,#ffad77 95%,#ffb988 97%,#ffd0a9 100%);
				background: -ms-linear-gradient(top, #ffa65c 0%,#ff7d21 3%,#ff6906 5%,#ff791f 28%,#ff9c5b 69%,#ffad77 95%,#ffb988 97%,#ffd0a9 100%);
				background: linear-gradient(to bottom, #ffa65c 0%,#ff7d21 3%,#ff6906 5%,#ff791f 28%,#ff9c5b 69%,#ffad77 95%,#ffb988 97%,#ffd0a9 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff791f',GradientType=0 );
			}
		/*RED*/
		.purchase-button-color-red {
			background: #ff0000; /* Old browsers */
			background: -moz-linear-gradient(top, #ffafaf 0%, #ff8c8c 3%, #ff7979 5%, #ff6464 26%, #ff1919 77%, #ff0606 95%, #ff2424 97%, #ff6464 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffafaf), color-stop(3%,#ff8c8c), color-stop(5%,#ff7979), color-stop(26%,#ff6464), color-stop(77%,#ff1919), color-stop(95%,#ff0606), color-stop(97%,#ff2424), color-stop(100%,#ff6464)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #ffafaf 0%,#ff8c8c 3%,#ff7979 5%,#ff6464 26%,#ff1919 77%,#ff0606 95%,#ff2424 97%,#ff6464 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #ffafaf 0%,#ff8c8c 3%,#ff7979 5%,#ff6464 26%,#ff1919 77%,#ff0606 95%,#ff2424 97%,#ff6464 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #ffafaf 0%,#ff8c8c 3%,#ff7979 5%,#ff6464 26%,#ff1919 77%,#ff0606 95%,#ff2424 97%,#ff6464 100%); /* IE10+ */
			background: linear-gradient(to bottom, #ffafaf 0%,#ff8c8c 3%,#ff7979 5%,#ff6464 26%,#ff1919 77%,#ff0606 95%,#ff2424 97%,#ff6464 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6464', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
			color:#fff;
			text-shadow:-1px -1px 1px #ff6600;
			border-color:#ff0000;
		}
			.purchase-button-color-red:hover {
				background: #ff6464; /* Old browsers */
				background: -moz-linear-gradient(top, #ff6464 0%, #ff2424 3%, #ff0606 5%, #ff1919 23%, #ff6464 74%, #ff7979 95%, #ff8c8c 97%, #ffafaf 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6464), color-stop(3%,#ff2424), color-stop(5%,#ff0606), color-stop(23%,#ff1919), color-stop(74%,#ff6464), color-stop(95%,#ff7979), color-stop(97%,#ff8c8c), color-stop(100%,#ffafaf)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #ff6464 0%,#ff2424 3%,#ff0606 5%,#ff1919 23%,#ff6464 74%,#ff7979 95%,#ff8c8c 97%,#ffafaf 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #ff6464 0%,#ff2424 3%,#ff0606 5%,#ff1919 23%,#ff6464 74%,#ff7979 95%,#ff8c8c 97%,#ffafaf 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #ff6464 0%,#ff2424 3%,#ff0606 5%,#ff1919 23%,#ff6464 74%,#ff7979 95%,#ff8c8c 97%,#ffafaf 100%); /* IE10+ */
				background: linear-gradient(to bottom, #ff6464 0%,#ff2424 3%,#ff0606 5%,#ff1919 23%,#ff6464 74%,#ff7979 95%,#ff8c8c 97%,#ffafaf 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff6464',GradientType=0 ); /* IE6-9 */
			}


		.purchase-button-color-blue {
			background: #06498e; /* Old browsers */
			background: -moz-linear-gradient(top, #3e93d6 0%, #1d71c0 3%, #0d60b4 5%, #0a56a3 33%, #054687 67%, #023b75 95%, #124f88 97%, #3478b0 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e93d6), color-stop(3%,#1d71c0), color-stop(5%,#0d60b4), color-stop(33%,#0a56a3), color-stop(67%,#054687), color-stop(95%,#023b75), color-stop(97%,#124f88), color-stop(100%,#3478b0)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #3e93d6 0%,#1d71c0 3%,#0d60b4 5%,#0a56a3 33%,#054687 67%,#023b75 95%,#124f88 97%,#3478b0 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #3e93d6 0%,#1d71c0 3%,#0d60b4 5%,#0a56a3 33%,#054687 67%,#023b75 95%,#124f88 97%,#3478b0 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #3e93d6 0%,#1d71c0 3%,#0d60b4 5%,#0a56a3 33%,#054687 67%,#023b75 95%,#124f88 97%,#3478b0 100%); /* IE10+ */
			background: linear-gradient(to bottom, #3e93d6 0%,#1d71c0 3%,#0d60b4 5%,#0a56a3 33%,#054687 67%,#023b75 95%,#124f88 97%,#3478b0 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e93d6', endColorstr='#124f88',GradientType=0 ); /* IE6-9 */
			border-color:#002448;
		}
			.purchase-button-color-blue:hover {
				background: #023c76; /* Old browsers */
				background: -moz-linear-gradient(top, #3478b0 0%, #124f88 3%, #023b75 5%, #054687 33%, #0a56a3 67%, #0d60b4 95%, #1d71c0 97%, #3e93d6 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3478b0), color-stop(3%,#124f88), color-stop(5%,#023b75), color-stop(33%,#054687), color-stop(67%,#0a56a3), color-stop(95%,#0d60b4), color-stop(97%,#1d71c0), color-stop(100%,#3e93d6)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #3478b0 0%,#124f88 3%,#023b75 5%,#054687 33%,#0a56a3 67%,#0d60b4 95%,#1d71c0 97%,#3e93d6 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #3478b0 0%,#124f88 3%,#023b75 5%,#054687 33%,#0a56a3 67%,#0d60b4 95%,#1d71c0 97%,#3e93d6 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #3478b0 0%,#124f88 3%,#023b75 5%,#054687 33%,#0a56a3 67%,#0d60b4 95%,#1d71c0 97%,#3e93d6 100%); /* IE10+ */
				background: linear-gradient(to bottom, #3478b0 0%,#124f88 3%,#023b75 5%,#054687 33%,#0a56a3 67%,#0d60b4 95%,#1d71c0 97%,#3e93d6 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124f88', endColorstr='#3e93d6',GradientType=0 ); /* IE6-9 */
			}
		.purchase-button-color-gray {
			background: #d8d8d8; /* Old browsers */
			background: -moz-linear-gradient(top, #d8d8d8 0%, #c6c6c6 3%, #bbbbbb 5%, #b5b5b5 15%, #acacac 26%, #808080 67%, #6d6d6d 87%, #686868 95%, #7b7b7b 97%, #a2a2a2 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(3%,#c6c6c6), color-stop(5%,#bbbbbb), color-stop(15%,#b5b5b5), color-stop(26%,#acacac), color-stop(67%,#808080), color-stop(87%,#6d6d6d), color-stop(95%,#686868), color-stop(97%,#7b7b7b), color-stop(100%,#a2a2a2)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #d8d8d8 0%,#c6c6c6 3%,#bbbbbb 5%,#b5b5b5 15%,#acacac 26%,#808080 67%,#6d6d6d 87%,#686868 95%,#7b7b7b 97%,#a2a2a2 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #d8d8d8 0%,#c6c6c6 3%,#bbbbbb 5%,#b5b5b5 15%,#acacac 26%,#808080 67%,#6d6d6d 87%,#686868 95%,#7b7b7b 97%,#a2a2a2 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #d8d8d8 0%,#c6c6c6 3%,#bbbbbb 5%,#b5b5b5 15%,#acacac 26%,#808080 67%,#6d6d6d 87%,#686868 95%,#7b7b7b 97%,#a2a2a2 100%); /* IE10+ */
			background: linear-gradient(to bottom, #d8d8d8 0%,#c6c6c6 3%,#bbbbbb 5%,#b5b5b5 15%,#acacac 26%,#808080 67%,#6d6d6d 87%,#686868 95%,#7b7b7b 97%,#a2a2a2 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#6d6d6d',GradientType=0 ); /* IE6-9 */
			border-color:#3e3e3e;
		}
			.purchase-button-color-gray:hover {
				background: #a2a2a2; /* Old browsers */
				background: -moz-linear-gradient(top, #a2a2a2 0%, #7b7b7b 3%, #686868 5%, #6d6d6d 13%, #808080 33%, #acacac 74%, #b5b5b5 85%, #bbbbbb 95%, #c6c6c6 97%, #d8d8d8 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2a2a2), color-stop(3%,#7b7b7b), color-stop(5%,#686868), color-stop(13%,#6d6d6d), color-stop(33%,#808080), color-stop(74%,#acacac), color-stop(85%,#b5b5b5), color-stop(95%,#bbbbbb), color-stop(97%,#c6c6c6), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #a2a2a2 0%,#7b7b7b 3%,#686868 5%,#6d6d6d 13%,#808080 33%,#acacac 74%,#b5b5b5 85%,#bbbbbb 95%,#c6c6c6 97%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #a2a2a2 0%,#7b7b7b 3%,#686868 5%,#6d6d6d 13%,#808080 33%,#acacac 74%,#b5b5b5 85%,#bbbbbb 95%,#c6c6c6 97%,#d8d8d8 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #a2a2a2 0%,#7b7b7b 3%,#686868 5%,#6d6d6d 13%,#808080 33%,#acacac 74%,#b5b5b5 85%,#bbbbbb 95%,#c6c6c6 97%,#d8d8d8 100%); /* IE10+ */
				background: linear-gradient(to bottom, #a2a2a2 0%,#7b7b7b 3%,#686868 5%,#6d6d6d 13%,#808080 33%,#acacac 74%,#b5b5b5 85%,#bbbbbb 95%,#c6c6c6 97%,#d8d8d8 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#b5b5b5',GradientType=0 ); /* IE6-9 */
			}
		.purchase-button-color-yellow {
			background: #fff4bd; /* Old browsers */
			background: -moz-linear-gradient(top, #fff4bd 0%, #ffed9e 3%, #ffea8e 5%, #ffe575 26%, #fed526 72%, #fdd00a 92%, #fdcf08 95%, #fdd726 97%, #fee567 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff4bd), color-stop(3%,#ffed9e), color-stop(5%,#ffea8e), color-stop(26%,#ffe575), color-stop(72%,#fed526), color-stop(92%,#fdd00a), color-stop(95%,#fdcf08), color-stop(97%,#fdd726), color-stop(100%,#fee567)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #fff4bd 0%,#ffed9e 3%,#ffea8e 5%,#ffe575 26%,#fed526 72%,#fdd00a 92%,#fdcf08 95%,#fdd726 97%,#fee567 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #fff4bd 0%,#ffed9e 3%,#ffea8e 5%,#ffe575 26%,#fed526 72%,#fdd00a 92%,#fdcf08 95%,#fdd726 97%,#fee567 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #fff4bd 0%,#ffed9e 3%,#ffea8e 5%,#ffe575 26%,#fed526 72%,#fdd00a 92%,#fdcf08 95%,#fdd726 97%,#fee567 100%); /* IE10+ */
			background: linear-gradient(to bottom, #fff4bd 0%,#ffed9e 3%,#ffea8e 5%,#ffe575 26%,#fed526 72%,#fdd00a 92%,#fdcf08 95%,#fdd726 97%,#fee567 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4bd', endColorstr='#fee567',GradientType=0 ); /* IE6-9 */
			color:#333333;
			border-color:#ddaf01;
			text-shadow:-1px -1px 0 rgba(255,255,255,.5);
		}
			.purchase-button-color-yellow:hover {
				background: #fdcf05; /* Old browsers */
				background: -moz-linear-gradient(top, #fee567 0%, #fdd726 3%, #fdcf08 5%, #fdd00a 8%, #fed526 28%, #ffe575 74%, #ffea8e 95%, #ffed9e 97%, #fff4bd 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee567), color-stop(3%,#fdd726), color-stop(5%,#fdcf08), color-stop(8%,#fdd00a), color-stop(28%,#fed526), color-stop(74%,#ffe575), color-stop(95%,#ffea8e), color-stop(97%,#ffed9e), color-stop(100%,#fff4bd)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #fee567 0%,#fdd726 3%,#fdcf08 5%,#fdd00a 8%,#fed526 28%,#ffe575 74%,#ffea8e 95%,#ffed9e 97%,#fff4bd 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #fee567 0%,#fdd726 3%,#fdcf08 5%,#fdd00a 8%,#fed526 28%,#ffe575 74%,#ffea8e 95%,#ffed9e 97%,#fff4bd 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #fee567 0%,#fdd726 3%,#fdcf08 5%,#fdd00a 8%,#fed526 28%,#ffe575 74%,#ffea8e 95%,#ffed9e 97%,#fff4bd 100%); /* IE10+ */
				background: linear-gradient(to bottom, #fee567 0%,#fdd726 3%,#fdcf08 5%,#fdd00a 8%,#fed526 28%,#ffe575 74%,#ffea8e 95%,#ffed9e 97%,#fff4bd 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd00a', endColorstr='#fff4bd',GradientType=0 ); /* IE6-9 */
			}


#block-ironistic-solutions-solutions-footer-menu {
	width:350px
}

.solution_header {
	margin-bottom:20px;
}

#block-ironistic-testimonials-news-signup-block h1 a, #block-ironistic-testimonials-news-signup-block h1 {
	font-size:100%;
	font-size: 16px;
	margin: 0;
	padding: 0;
	color:#404040;
}

#block-ironistic-testimonials-news-signup-block .node-content {
	font-size:100%;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color:#404040;
}
#block-ironistic-testimonials-news-signup-block input[type="text"], #block-ironistic-testimonials-news-signup-block input[type="email"] {
	margin:11px 0 10px 0;
	border:none;
	background:#fff;
	border-radius:3px;
	padding:3px;
	height:17px;
	line-height:17px;
	font-size:14px;
	width:158px;
}
	#block-ironistic-testimonials-news-signup-block input[type="email"]::-webkit-input-placeholder, #block-ironistic-testimonials-news-signup-block input[type="email"]::-moz-placeholder {
		color:#014485;
		font-style:italic;
	 }
	 #block-ironistic-testimonials-news-signup-block input[type="text"].error, #block-ironistic-testimonials-news-signup-block input[type="email"].error {
		 background:#ffd8d8;
		 border:1px solid #eb6d6d
	 }
#block-ironistic-testimonials-news-signup-block input[type="submit"] {
	  padding:0;
	  margin:0;
	  width:104px;
	  height:31px;
	  border:none;
	  color:#fff;
	  font-size:13px;
	  text-align:center;
	  background:#03407f url(../images/footer/signup.png) 0 0 no-repeat;
	  font-family:Helvetica, Arial, sans-serif;
 }
	#block-ironistic-testimonials-news-signup-block input[type="submit"]:hover {
		background-position:0 -31px;
	}
#block-ironistic-testimonials-news-signup-block h2.block-title {
	display:none;
}
#block-ironistic-testimonials-news-signup-block .node-webform {
	margin:0;
	padding:0;
}
#block-ironistic-testimonials-news-signup-block .signupThanks {
	background:#ddd;
	border-radius: 3px;
	padding:10px;
	margin-top:4px;
}
.submitting-signup {
	margin-top:3px;
	margin-left:5px;
}
.lt-ie9 .solutions_list li {
	list-style-image: none !important;
}
.lt-ie9 .solutions_list span.text {
	float: none;
}
.lt-ie9 #page-header {
	z-index: 50;
}
.lt-ie9 #breadcrumb {
	float: left;
	position: relative;
	z-index: 0;
	width: 100%;
}
.lt-ie9 .ie7-btext {
	float: left;
}
.lt-ie9 .ie7-fb-like {
	float: right;
}
.lt-ie9 .ie8-ss {
	float: right;
}
.lt-ie8 .ie7-btext {
	float: left;
}
.lt-ie8 .ie7-fb-like {
	margin-top: 5px;
	float: right;
}
.lt-ie8 .ie7-share-links {
	margin-top: 8px;
	margin-left: 5px;
}
.lt-ie8 #segment {
	position: relative;
}
.lt-ie8 #segment .audience_selector_menu {
	top: 10px;
	left: 18px;
}
.lt-ie8 #footer .menu li {
	list-style-image: none;
}
.lt-ie8 .tab {
	width: 24.9%;
}
.landing-content-inner a {
	font-family: Arial, Helvetica, Sans-serif;
}
.my-test-s {
	top: 0;
}