@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

html {
/*	overflow-x:hidden; */
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-size: 14px;
	color: #000000;
	margin:0px;
	padding:0px;
	min-height: 110%;
}

html, body {
	height: 100%;
}

body, input, button, select, textarea {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a			{font-weight: 400;}
a:link		{color: #0487C4; text-decoration:none; } /* #3495D3 */
a:visited	{color: #0487C4; text-decoration:none; } /* #3495D3 */
a:hover		{color: #3FB5E8; text-decoration:none; } /* #3FB5E8 */

a img		{vertical-align: text-bottom; border: 0px;}

a[name]{
	top: -80px;
	position: relative;
} 

:target::before {
	content: "";
	display: block;
	margin-top: -80px;
	height: 80px;
	width: 1px;
}

.anchorjs-link {
	color: #0487C4;
}
.anchorjs-link:hover {
	color: #3FB5E8;
}

p {
	font-size: 17px;
	line-height: 150%;
	color: #1F1F1F; /*#7a7979, #000000;*/
	margin-top: 10px; margin-bottom: 10px;
	font-weight: 300;
}

b {
	font-weight: 600;
}

.emphasize {
	font-size: 1.2em;
	font-weight: 700;
}

ul, li {
	font-size: 14px;
}

ul > ul > li {
	list-style-type: square;
	line-height: 100%;
}

.back-to-top {
	width:48px;
	height:48px;
	opacity:0.3;
	position:fixed;
	bottom:50px;
	right:50px;
	display:none;
	text-indent:-9999px;
	background: url('/images/backToTop48.png') no-repeat;
}

.back-to-top:hover {
	opacity:0.7;
}

.contact {
	font-size: 16px; 
	line-height: 150%;
}
.contact-label {
	font-weight: bold;
	text-align: right;	
}

input.contact {
	font-size: 16px; 
	border: 1px solid #0693D1;
	width: 330px;
	height: 28px;
	padding-left: 5px;
}

.floating-form {
	width: 280px; 
	padding: 20px; 
	margin: 10px; 
	margin-top: 50px; 
	border: 0px solid #0693D1; 
	background-color: #D1EDF9;
}
.floating-form.no-margin{
	margin-top: 0px; 
}
.floating-form > P {
	margin-top: 10px; 
	margin-bottom: 1px;
}

.download-wrapper {
	overflow: auto;
	width: auto;
	margin: auto;
	padding: 10px; 
	border: 0px solid #0693D1; 
	background-color: #D1EDF9;
}

.download-wrapper .item { 
	float: left;
	margin-left: 10px;
	width: 48%;
}

.download-wrapper .header {
	font-size: 16px;
	font-weight: bold;
}

input[type=text].trial-form {height: 32px; padding: 6px 12px; margin-right: 10px; font-size: 14px; line-height: 1.3; color: #555; vertical-align: middle; background-color: #fff; border: 1px solid #ccc; border-radius: 4px;}

input[type=button].trial-form, input[type=submit].trial-form, input[type=reset].trial-form {height: 30px; padding: 6px 12px; font-size: 14px; line-height: 1.3; color: #555; vertical-align: middle;}

input#xlaAFPcaptcha {
	width: 100px;
}
.xlaAFPcaptchaBox {
	margin-left: 5px;
	padding: 1px 5px 1px 5px;
	font-size:12px;
	font-weight:bold;
	border: 1px solid #0693D1;
}
div.shadow {
	-moz-box-shadow: 2px 2px 3px 4px #ccc;
	-webkit-box-shadow: 2px 2px 3px 4px #ccc;
	box-shadow: 2px 2px 3px 4px #ccc; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc');
}

div.insetShadow {
	-moz-box-shadow: inset 3px 3px 4px #ccc;
	-webkit-box-shadow: inset 3px 3px 4px #ccc;
	box-shadow: inset 2px 2px 3px 4px #ccc;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc');
}
.small {
	font-size: 11px;
}
.notes {
	font-size: 11px; color: #666666;
}
.new {
	font-size: 11px; font-weight: bold; color: #BF4B30;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	color: inherit;
	text-rendering: optimizelegibility;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1 {
	font-size: 32px;
	margin-bottom: 20px;
/*	color: #035E85;  */
}

h2 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 400;
}

h3 {
	font-size: 24px;
	font-weight: 400;
/*	color: #035E85; */
}
h4 {
	font-size: 18px; 
	font-weight: 500;
	color: #035375;
}
h5 {
	font-size: 16px; 
	font-weight: 400;
	color: #036A97;
}

kbd {
	display: inline-block;
	margin: 0 1px;
	padding: 1px 3px;
	font-family: 'Consolas',monospace;
	font-size: 16px;
	color: #444d56;
	vertical-align: middle;
	background-color: #f4f4f4;
	border: solid 1px #d0d0d0;
	border-right-color: #a0a0a0;
	border-bottom-color: #808080;
	border-radius: 3px;
}

blockquote, ul, ol {
	margin-top: 7px; margin-bottom: 7px;
}

blockquote {
	padding: 5px; margin-left: 30px;
}
blockquote.offer_quote {
	border: 2px solid #efefef;
	padding: 5px; 
	background: url("../../images/offer.gif") no-repeat 0px 0px;
}
blockquote.floatRight {
	float: right;
}
blockquote.quote {
	background: url("../../images/blockquote.gif") no-repeat 5px 5px; /* #F6F9FB; */
	background-color: #F6F9FB;
	padding: 5px; padding-left: 45px;
}
blockquote.infobox {
	background: url("../../images/info-icon.gif") no-repeat 5px 5px; /* #F6F9FB; */
	background-color: #F6F9FB;
	padding: 5px; padding-left: 70px; margin-right: 10px;
	border-left: 3px solid #D4DCDE;
	min-height: 60px;
}
blockquote.warningbox {
	background: url("../../images/warn-icon.gif") no-repeat 5px 5px; /* #F6F9FB; */
	background-color: #FFF5F5; /* #FDE7DD; */
	padding: 5px; padding-left: 70px; margin-right: 10px;
	border-left: 3px solid #F6C1A9;
	min-height: 50px;
}
blockquote.framed {
	border-left: 3px solid #cccccc;
	padding: 5px; 
}

.messageInfo, .messageSuccess, .messageWarning, .messageError {
	border-left: 3px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 70px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.messageInfo {
	color: #00529B;
	border-color: #00529B;
	background-color: #dfeff5;
	background-image: url('/images/messageInfo48.png');
}
.messageSuccess {
	color: #4F8A10;
	border-color: #4F8A10;
	background-color: #e8f5df;
	background-image:url('/images/messageSuccess48.png');
}
.messageWarning {
	color: #9F6000;
	border-color: #9F6000;
	background-color: #f8fad5;
	background-image: url('/images/messageWarning48.png');
}
.messageError {
	color: #D8000C;
	border-color: #D8000C;
	background-color: #f5dfdf;
	background-image: url('/images/messageError48.png');
}

.alert {
	margin: 1em 0;
	padding:10px 30px 10px 90px;
	background-position: 20px center;
	background-repeat: no-repeat;
	min-height: 70px;
}
.alert::before { 
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
	color: inherit;
}
.alert.notitle::before{ 
	display: none;
}

.alert, .alert.Default {
	color: #3B6984;
	border-color: #3B6984;
	background-color: #E7EEF2; /* #F3F7FA; */
	background-image: url('/images/alertBubble48.png');
}
.alert::before { content: 'Information'; }
.alert.Default::before { content: 'Information'; }

.alert.Info {
	color: #081980;
	border-color: #081980;
	background-color: #bbdefb;
	background-image: url('/images/alertInfo48.png');
}
.alert.Info::before { content: 'Information'; }

.alert.Success {
	color: #008636;
	border-color: #008636;
	background-color: #D1FDE3;
	background-image:url('/images/alertSuccess48.png');
}
.alert.Success::before { content: 'Success'; }

.alert.Caution {
	color: #BA8500;
	border-color: #BA8500;
	background-color: #FFF3D3;
	background-image: url('/images/alertBell48.png');
}
.alert.Caution::before { content: 'Caution'; }

.alert.Warning {
	color: #BA6200;
	border-color: #BA6200;
	background-color: #FFDFBD;
	background-image: url('/images/alertWarning48.png');
}
.alert.Warning::before { content: 'Warning'; }

.alert.Note {
	color: #035375;
	border-color: #035375;
	background-color: #CDEEFC;
	background-image: url('/images/alertNote48.png');
}
.alert.Note::before { content: 'Note'; }

.alert.Tip {
	color: #035375;
	border-color: #035375;
	background-color: #CDEEFC;
	background-image: url('/images/alertLightBulb48.png');
}
.alert.Tip::before { content: 'Tip'; }

.alert.Error {
	color: #BA2400;
	border-color: #BA2400;
	background-color: #FFE1DB;
	background-image: url('/images/alertError48.png');
}
.alert.Error::before { content: 'Error'; }


h3.brief { margin-top: 0px; margin-bottom: 0px; }
h3.brief a { text-decoration: none; }

P.brief_bold {
	font-size: 15px; color: #000000;
	font-weight: bold;
	margin-top: 1px; margin-bottom: 5px;
}

P.brief {
	font-size: 13px; color: #000000;
	margin-top: 1px; margin-bottom: 1px;
}

td.left_back
{
	background: url("../../images/left_background.jpg") repeat-y;
	width:15px;
}

td.header-container
{
	background-color: #036da9;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom:8px;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
/*	box-shadow: 0 4px 2px -2px grey; */
}

td.header-container1
{
	background-color: White;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom:8px;
}

table, tr, td {
	/*font-size: 12px; */ /* color: #000000; */
}
table.table-noborder {
	border-style: none;
}
.padding-top-none {	padding-top: 0px;}
.padding-top-xs {	padding-top: 5px;}
.padding-top-sm {	padding-top: 10px;}
.padding-top-md {	padding-top: 20px;}
.padding-top-lg {	padding-top: 30px;}
.padding-top-xl {	padding-top: 50px;}

.padding-bottom-none {	padding-bottom: 0px;}
.padding-bottom-xs {	padding-bottom: 5px;}
.padding-bottom-sm {	padding-bottom: 10px;}
.padding-bottom-md {	padding-bottom: 20px;}
.padding-bottom-lg {	padding-bottom: 30px;}
.padding-bottom-xl {	padding-bottom: 50px;}

.margin-top-none {	margin-top: 0px;}
.margin-top-xs {	margin-top: 5px;}
.margin-top-sm {	margin-top: 10px;}
.margin-top-md {	margin-top: 20px;}
.margin-top-lg {	margin-top: 30px;}
.margin-top-xl {	margin-top: 50px;}

.margin-bottom-none {	margin-bottom: 0px;}
.margin-bottom-xs {	margin-bottom: 5px;}
.margin-bottom-sm {	margin-bottom: 10px;}
.margin-bottom-md {	margin-bottom: 20px;}
.margin-bottom-lg {	margin-bottom: 30px;}
.margin-bottom-xl {	margin-bottom: 50px;}

td.copyright {
	font-size: 11px;
	color: #232D3C;
}

.features_header{
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	BACKGROUND-COLOR: #099BDD;
	padding: 15px 5px 15px 5px;
}

.features_group {
	height: 30px;
	background-color: white;
	font-weight: bold;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.features_item {
	background-color: #E9F8FE;
	padding: 10px 0px 10px 5px;
}

.features_item_title {
	padding: 10px 0px 10px 20px;
}

#sidebar {
	margin-top: 3px;
	padding-left:15px;
}

#sidebar h3, h4 {
	padding-top: 15px;
	color: #035E85;
}

.widget {
	margin-bottom: 1rem;
}

.widget.attention {
	padding: 10px;
	background-color: #D1EDF9;
}

.widget .title, .widget h3 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0em;
	color: #323f48;
}

.widget p {
	font-size: 1em;
}

.widget ul {
	list-style: none;
	padding-left: 0;
}

.widget ul li {
	position: relative;
	padding-left: 1.2rem;
}

.widget ul li, .widget ol li {
	margin: 0 0 0.5rem;
}

.widget ul li::before {
	position: absolute;
	top: 0.1rem;
	left: -0.2rem;
	content: 'keyboard_arrow_right';
	font-family: 'Material Icons';
	font-size: 1.2rem;
	opacity: 0.5;
}

.widget ul ul li {
	list-style: none;
	padding-left: 2.6rem;
}

.widget ul ul li::before {
	position: absolute;
	top: 0.1rem;
	left: 1.2rem;
	content: 'keyboard_arrow_right';
	font-family: 'Material Icons';
	font-size: 1.2rem;
	opacity: 0.5;
}

.widget .subscribe {
	margin-top: 15px;
	font-size: 13px;
	vertical-align: middle;
	padding-left: 1.2rem;
}

div.blognews_block {
	margin: 0px 2px 5px 2px;
	padding: 3px 3px 3px 3px;
	border: 0px;
	background-color: white; /*#F4F8FA;*/
}

.blognews_header {
	margin-top: 10px;
	margin-bottom: 2px;
	padding-right: 24px;
	overflow: visible;
	font-size: 24px;
	font-weight: normal;
	color:#515151;
}

.blognews_header_subscribe
{
	float: right;
	margin-top: -23px;
	margin-right: 5px;
	vertical-align: middle;
}

.blognews_subheader {
	margin-top: 7px;
	font-weight: bold;
	font-size: 12px;
}

.blognews_text {
	margin-top: 0px;
	font-size: 11px;
}

.blognews_more {
	margin-top: 7px;
	font-size: 12px;
	text-align: right;
}

.blognews_subscribe {
	margin-top: 7px;
	font-size: 12px;
	vertical-align: middle;
}

div.sidebar_block {
	margin: 0px 2px 5px 2px;
	padding: 3px 3px 3px 3px;
	border: 0px;
	background-color: white; /*#F4F8FA;*/
}

.sidebar_header {
	margin-top: 10px;
	margin-bottom: 2px;
	padding-right: 4px;
	overflow: visible;
	font-size: 24px;
	font-weight: normal;
	color:#515151;
}

.sidebar_subheader {
	margin-top: 7px;
	font-weight: bold;
	font-size: 12px;
}
.sidebar_topnote {
	float: left;
	margin-top: -10px;
	margin-bottom: 5px;
	font-size: 11px;
	background-color: transparent;
}
.sidebar_text {
	margin-top: 0px;
	font-size: 12px;
}
.sidebar_button {
	margin-top: 5px;
	text-align: right;
}

#vertmenu {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
width: 200px;
padding: 0px;
margin: 0px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
font-size: 14px;
overflow:hidden;
}
#vertmenu ul li a {
display: block;
border-bottom: 1px dotted #C5D9E4;
padding: 2px 2px 2px 20px;
text-decoration: none;
/* color: #666666; */
width:200px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #D11E6F;
background-color: #eeeeee;
}


td.pagecenter
{
	padding:0;
	margin:0;
/*	background: url("../../images/center_line.gif") repeat-y center; */
	width:27px;
}

td.pagecenter_right
{
	padding:0;
	margin:0;
/*	background: url("../../images/center_line.gif"); */
	width:27px;
}

td.container_left
{
	padding:0;
	margin:0;
/*	background: url("../../images/left-background.gif") repeat-y center; */
	width:1px;
}

td.container_right
{
	padding:0;
	margin:0;
/*	background: url("../../images/right-background.gif") repeat-y center; */
	width:1px;
}

td.container_bottom
{
	padding:0;
	margin:0;
/*	background: url("../../images/bottom-background.gif") repeat-x; */
	height:10px;
	width:1200px;
}

td.container_left_bott
{
	padding:0;
	margin:0;
/*	background: url("../../images/left-bott-background.gif") no-repeat 0px 0px; */
	height:10px;
	width:10px;
}

td.container_right_bott
{
	padding:0;
	margin:0;
	background: url("../../images/right-bott-background.gif") no-repeat 0px 0px;
	width:10px;
	height:10px;
}

td.footer_text {
	font-size: 11px; color: #7a7979;
	margin: 0;
}

p.prod {
	font-size: 13px; color: #585858;
	font-family: Tahoma, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	margin-top: 10px; margin-bottom: 10px;
}

ul.prod
{
	margin-left:20; padding:0;
}

li.prod
{
	margin:8px 0px 8px 20px;
	padding:0;
	list-style-image:url("../../images/list-mark.gif");
	font-size: 13px; color: #1F1F1F; /*#7a7979*/
	font-family: Tahoma, Arial, Tahoma, Verdana, Helvetica, sans-serif;
}

li.toc {
	list-style-type: square;
	font-size: 14px;
	line-height: 18px;
}

.resources ul, .resources li {list-style-type: none;}
ul.resources > li:first-child {margin-top: 15px;}
.resources li {
	background: url("/images/list-arrow-blue.png") no-repeat 0px 3px; padding-left: 20px; 
	margin-top: 10px; margin-bottom: 10px; line-height: 140%; font-size: 14px;
}
ul.resources > ul > li {
	list-style-type: square; background-image: none; padding-left: 0px;
	margin-top: 3px; margin-bottom: 3px; line-height: 100%;
}

.check ul, .check li, .bullet ul, .bullet li {list-style-type: none; }
ul.check > li:first-child, ul.bullet > li:first-child {margin-top: 10px;}
.check li, .bullet li {
	padding-left: 20px; 
	margin-top: 5px; margin-bottom: 5px; line-height: 140%; font-size: 1em;
}
ul.check > ul > li, ul.bullet > ul > li {
	list-style-type: square; background-image: none; padding-left: 0px;
	margin-top: 3px; margin-bottom: 3px; line-height: 100%;
}

li.check, ul.check li {
	background: url("../../images/list-check-16x16.png") no-repeat 0px 3px;
}

li.bullet, ul.bullet li {
	background: url("../../images/list-arrow-blue.png") no-repeat 0px 3px;
}


ul.bullet.limit li {
	background: url("../../images/list-none-16x16.png") no-repeat 0px 0px;
}

ul.check.white li {
	list-style: none;
	padding-left: 32px;
	color: #f8fbfd;
	font-size: 1.3em;
	line-height: 140%;
	background: url("../../images/list-check-24x24-white.png") no-repeat 0px 0px;
}

ul.check.banner li {
	list-style: none;
	padding-left: 32px;
	font-size: 1.3em;
	line-height: 140%;
	background: url("../../images/list-check-24x24.png") no-repeat 0px 0px;
}

.landing {
	font-size: 1.1em; 
	line-height: 150%;
}
.landing_sm {
	font-size: 1.0em; 
	line-height: 150%;
}

#product_page_logo {
	float: right;
	padding-right: 5px;
}
#product_info {
	float: right;
	font-size: 11px;
	background-color: #FCFCFF; /*transparent;*/
	border: dotted 1px #999999;
	padding: 5px;
	width: 190px;
}
#product_info_item {
	margin-bottom:2px;
	padding: 2px;
	border-bottom: dotted 1px #CCCCCC;
}
#product_info_item_last {
	margin-bottom:2px;
	padding: 2px;
}

.product_info_item_line1 {
	font-size:11px;
	color:#666666;
}
.product_info_item_line2 {
	font-size:11px;
	font-weight:bold;
	margin-left:20px;
}
#product_info_header {
	font-weight: bold;
	color:#666666;
	margin-bottom: 0px;
}

#product_info_listitem {
	font-size: 11px;
	margin-left: 20px;
}


.validator_warning {
	font-size: 10px;
	color: #BF4B30;
}


img.rightAlign {float: right;}

img.leftAlign {float: left; margin-right:20px; margin-top:10px;}

img { -ms-interpolation-mode:bicubic; }

/* ZoomIt */
#screenshots a span.zoomit { background-image:url(/images/click-to-zoom.gif); background-repeat:no-repeat; opacity:0.15; filter:alpha(opacity=15); width:200px; height:50px; position: absolute; right:54px; top:46px; }

#screenshots a:hover span.zoomit { opacity:0.60; filter:alpha(opacity=60); }

#screenshots a span.w250 { right:30px; }

#screenshots {position:relative; top:0px;left:0px;}

submit.buttonSubmit, .submitButton {
	background-color:#0694D1; color:#FFFFFF; width: 132px !important; height: 35px !important; border: 0px; text-align: left;
}

 #buttonSubmit, .submitButton {
		background-color: #0694D1;
		color: #FFFFFF;
	background-image: url('/images/button_arrow.png');
	background-position: 90% center;
	background-repeat: no-repeat;
	width: 132px !important; 
	height: 30px !important; 
	text-align: left;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		border:none;
}

#buttonSubmit:hover, .submitButton:hover {
		background:#036DA9;
	background-image: url('/images/button_arrow.png');
	background-position: 90% center;
	background-repeat: no-repeat;
		border: none;
}

.downloadButton:link, .downloadButton:visited {
	background-color:#035E85;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
}
.downloadButton {
	margin-top:15px;
}
.downloadButton:hover {
	background-color:#035E85;
	color:#ffffff;
	-moz-box-shadow: 0 0 5px #035E85;
	webkit-box-shadow: 0 0 5px #035E85;
	box-shadow: 0 0 5px #035E85;
}
.downloadButton:active {
	position:relative;
	top:1px;
}
.buttonStandard {
	width:270px;
}
.buttonEnterprise {
	width:350px;
}
.buttonMore {
	width:170px;
}

/* buttons.css */
.btn {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	whitespace: nowrap;
	padding: 8px 16px;
/*	border-radius: 3px; */ /* no rounded corner */
	border: 1px solid transparent;
	text-decoration: none;
	user-select: none;
	font-size: 1.0em;
/*  font-family: "Segoe UI", "Segoe UI Light", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Tahoma, Arial, "Lucida Grande", sans-serif; */
	font-weight: normal;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
	text-decoration: none;
	color: #fff;
}
.btn:active, .btn.active {
	outline: 0;
	background-image: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	box-shadow: none;
}

.btn.btn-xs {
	padding: 3px 12px;
	font-size: 0.8rem;
}
.btn.btn-sm {
	padding: 4px 14px;
	font-size: 0.9rem;
}
.btn.btn-lg {
	padding: 8px 18px;
	font-size: 1.1rem;
}

.btn.btn-flat {
	border-color: transparent;
	box-shadow: none;
}
.btn.btn-rounded {
	border-radius: .25rem;
}

.btn.UPPER {
	text-transform: uppercase;
}

.btn-default, a.btn-default {
	color: #eceff1;
	border-color: #3B6984;
	background: #7497AC;
}
.btn-default:hover, a.btn-default:hover, .btn-default:focus, .btn-default.focus {
	border-color: #3B6984;
	background: #9BB6C6;
	color: inherit;
	text-decoration: none;
}
.btn-default:active, a.btn-default:active, .btn-default.active {
	color: #cfd8dc;
	border-color: #3B6984;
	background: #557E97;
}
.btn-default.disabled, a.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default {
	border-color: #3B6984;
	background: #C1D2DC;
}
.btn-default.btn-flat, a.btn-default.btn-flat {
	border-color: transparent;
	box-shadow: none;
}

.btn-primary, a.btn-primary {
	color: #e3f2fd;
	border-color: #035375;
	background: #0694D1;
}
.btn-primary:hover, a.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
	border-color: #035375;
	background: #219DD2;
	color: inherit;
	text-decoration: none;
}
.btn-primary:active, a.btn-primary:active, .btn-primary.active {
	color: #bbdefb;
	border-color: #035375;
	background: #036A97;
}
.btn-primary.disabled, a.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary {
	border-color: #035375;
	background: #4AACD6;
}
.btn-primary.btn-flat, a.btn-primary.btn-flat {
	border-color: transparent;
	box-shadow: none;
}

.btn-skinny, a.btn-skinny {
	color: #303030;
	border-color: #303030;
	background: #E9F8FE;
}
.btn-skinny:hover, a.btn-skinny:hover, .btn-skinny:focus, .btn-skinny.focus {
	border-color: #303030;
	background: #219DD2;
	color: inherit;
	text-decoration: none;
}
.btn-skinny:active, a.btn-skinny:active, .btn-skinny.active {
	color: #bbdefb;
	border-color: #303030;
	background: #036A97;
}
.btn-skinny.disabled, a.btn-skinny.disabled, .btn-skinny[disabled], fieldset[disabled] .btn-skinny {
	border-color: #303030;
	background: #E9F8FE;
}
.btn-skinny.btn-flat, a.btn-skinny.btn-flat {
	border-color: transparent;
	box-shadow: none;
}

.btn-info, a.btn-info {
	color: #e3f2fd;
	border-color: #024167;
	background: #036BA9;
}
.btn-info:hover, a.btn-info:hover, .btn-info:focus, .btn-info.focus {
	border-color: #024167;
	background: #088EDD;
	color: inherit;
	text-decoration: none;
}
.btn-info:active, a.btn-info:active, .btn-info.active {
	color: #bbdefb;
	border-color: #024167;
	background: #024167;
}
.btn-info.disabled, a.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info {
	border-color: #024167;
	background: #2997D7;
}
.btn-info.btn-flat, a.btn-info.btn-flat {
	border-color: transparent;
	box-shadow: none;
}

.btn-more, a.btn-more {
	color: #FFF3E0;
	border-color: #BA8500;
	background: #FFB700;
}
.btn-more:hover, a.btn-more:hover, .btn-more:focus, .btn-more.focus {
	border-color: #BA8500;
	background: #FFC739;
	color: inherit;
	text-decoration: none;
}
.btn-more:active, a.btn-more:active, .btn-more.active {
	color: #FFE0B2;
	border-color: #BA8500;
	background: #F0AC00;
}
.btn-more.disabled, a.btn-more.disabled, .btn-more[disabled], fieldset[disabled] .btn-more {
	border-color: #BA8500;
	background: #FFD364;
}
.btn-more.btn-flat, a.btn-more.btn-flat {
	border-color: transparent;
	box-shadow: none;
}

.btn-order, a.btn-order {
	color: #FBE9E7;
	border-color: #BA6200;
	background: #FF951E;
}
.btn-order:hover, a.btn-order:hover, .btn-order:focus, .btn-order.focus, a#cart_submit:hover {
	border-color: #BA6200;
	background: #FF8700;
	color: inherit;
	text-decoration: none;
}
.btn-order:active, a.btn-order:active, .btn-order.active {
	color: #FFCCBC;
	border-color: #BA6200;
	background: #F07F00;
}
.btn-order.disabled, a.btn-order.disabled, .btn-order[disabled], fieldset[disabled] .btn-order {
	border-color: #BA6200;
	background: #FFAC50;
}
.btn-order.btn-flat, a.btn-order.btn-flat, a#cart_submit.btn-flat {
	border-color: transparent;
	box-shadow: none;
}

.btn-success, a.btn-success {
	color: #E8F5E9;
	border-color: #008636;
	background: #00DC59;
}
.btn-success:hover, a.btn-success:hover, .btn-success:focus, .btn-success.focus {
	border-color: #008636;
	background: #1ADD69;
	color: inherit;
	text-decoration: none;
}
.btn-success:active, a.btn-success:active, .btn-success.active {
	color: #C8E6C9;
	border-color: #008636;
	background: #00AC46;
}
.btn-success.disabled, a.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success {
	border-color: #008636;
	background: #46E084;
}
.btn-success.btn-flat, a.btn-success.btn-flat {
	border-color: transparent;
	box-shadow: none;
}

.btn-warning, a.btn-warning {
	color: #FBE9E7;
	border-color: #BA2400;
	background: #FF3100;
}
.btn-warning:hover, a.btn-warning:hover, .btn-warning:focus, .btn-warning.focus {
	border-color: #BA2400;
	background: #FF491E;
	color: inherit;
	text-decoration: none;
}
.btn-warning:active, a.btn-warning:active, .btn-warning.active {
	color: #FFCCBC;
	border-color: #BA2400;
	background: #F02E00;
}
.btn-warning.disabled, a.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning {
	border-color: #BA2400;
	background: #FF7150;
}
.btn-warning.btn-flat, a.btn-warning.btn-flat {
	border-color: transparent;
	box-shadow: none;
}

.btn-menu-header, a.btn-menu-header {
	color: #eceff1;
	border-color: #3B6984;
	background: #7497AC;
}
.btn-menu-header:hover, a.btn-menu-header:hover, .btn-menu-header:focus, .btn-menu-header.focus {
	border-color: #3B6984;
	background: #9BB6C6;
}
.btn-menu-header:active, a.btn-menu-header:active, .btn-menu-header.active {
	color: #cfd8dc;
	border-color: #3B6984;
	background: #557E97;
}
.btn-menu-header.disabled, a.btn-menu-header.disabled, .btn-menu-header[disabled], fieldset[disabled] .btn-menu-header {
	border-color: #3B6984;
	background: #C1D2DC;
}
.btn-menu-header.btn-flat, a.btn-menu-header.btn-flat {
	border-color: transparent;
	box-shadow: none;
}



body, .header-container, .nav-secondary-container, .content-container, .footer-container {
	min-width: 1200px;
}

.header-container, .nav-secondary-container, .content-container, .footer-container {
	min-width: 0!important;
}

.content-container {
	min-height: calc(100vh - 246px);
}

.header-container, .nav-secondary-container {
	min-height: 55px;
	position: fixed;
	left: 0;
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}

.header-container {
	min-height: 78px;
	height: 78px;
	overflow: hidden;
	-webkit-transition: height 0.6s;
	-moz-transition: height 0.6s;
	transition: height 0.6s;
}

.header-container {
	background-color: #036da9;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25); 
}

.nav-secondary-container {
	background-color: #E9F8FE;
/*	border-bottom: 1px solid #8CCAE2; */
	box-shadow: 0px 2px 2px 0px rgba(3, 109, 169, 0.25); 
}

.header-container.sticky {
	position: -webkit-sticky; /* Safari */
	position: fixed;
	position: static;
	top: 0px;
	z-index: 998;
}

#Header_ProductMenu_content .nav-secondary-container.sticky {
	position: -webkit-sticky; /* Safari */
	position: relative; 
	position: sticky;
	height: 55px; 
	top: 0px; 
	z-index: 999;
}

#Header_ProductMenu_content {
/*	height: 55px; */
}

.nav-secondary-container.sticky {
	position: -webkit-sticky; /* Safari */
	position: fixed; 
	position: sticky; 
	top: 0px; 
	z-index: 999;
}

.header-container.translucent, .nav-secondary-container.translucent {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";       /* IE 8 */
	filter: alpha(opacity=90);  /* IE 5-7 */
	-moz-opacity: 0.90;          /* Netscape */
	-khtml-opacity: 0.90;        /* Safari 1.x */
	opacity: 0.90;               /* Good browsers */
}

.header-container.header-container-hide {
	height: 0;
	max-height: 0;
	min-height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: block;
	line-height:0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

div.header-centered, div.nav-secondary, div.page-content {
	min-width: 1200px;
	width: 1200px;
	margin: auto;
}

div.nav-secondary {
	padding-top: 3px;
	padding-bottom: 3px;
}

div.header-centered a {
	padding-top: 5px;
}

div.page-content {
	padding: 0px;
}

.content-left {
	float: left;
	width: 250px;
	padding-left: 5px;
	padding-right: 5px;
}

.content-body {
	float: right;
	width: 950px;
/*	background-color: #E9F8FE; */
	padding-left: 10px;
	padding-right: 5px;
}

.content-full {
	float: left;
	width: 100%;
/*	background-color: #E9F8FE; */
	padding-left: 10px;
	padding-right: 5px;
}

.content-right {
	float: right;
	width: 250px;
	padding-left: 5px;
	padding-right: 5px;
}

div.footer-container {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom:8px;
}

div.footer-container.navigation {
	background-color: #4A5964;
}

div.footer-container.legal {
	background-color: #323f48;
}

div.footer-centered {
	min-width: 1200px;
	width: 1200px;
	margin: auto;
}

div.footer-centered p {
	padding: 0;
	font-size: 17px;
	font-weight: 400;
	color: #91989D;
	text-align: left;
}

div.footer-centered a {
	color: #FFFFFF;
}

div.footer-centered .category {
	padding-bottom: 7px;
	font-size: 18px;
	font-weight: 600;
	color: #C0C3C5;
	text-align: left;
}

div.footer-centered ul {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 5px;
}

ul.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.navigation.float-left {
	padding-left: 20px;
}

ul.navigation.float-left {
	padding-left: 20px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-center {
	text-align: center;
	margin: 0 auto;
}
.align-vert-center {
	padding: 10px 0;
}
.header-container ul.navigation {
	background-color: #036da9;
}

.nav-secondary-container ul.navigation {
	margin-top: 5px;
	background-color: transparent;
}

.nav-secondary-container .actions {
	float: right; 
	margin-top: 6px;
}

.nav-secondary-container .actions a {
	margin-left: 16px;
}

.nav-secondary-container .info {
	font-size: 17px;
	font-weight: 300;
	color: #1F1F1F;
	float: left;
	margin-left: 20px;
	margin-top: 16px;
}

ul.navigation li {
	font-size: 17px;
	font-weight: 400;
	float: left;
}

ul.navigation a, .dropbtn {
	display: block;
	text-align: leff;
	text-decoration: none;
}

.header-container ul.navigation a, .header-container .dropbtn {
	color: white;
	padding: 14px 16px;
	line-height: 50px; /* remove this to keep it boxed? */
}

.nav-secondary-container ul.navigation a {
	color: #1F1F1F;
	border-bottom: 3px solid transparent;
	padding: 10px 12px;
}

.header-container ul.navigation a:hover { 
	background-color: #3495D3;
}

.nav-secondary-container ul.navigation a:hover { 
	background-color: transparent;
	color: #323f48;
	border-bottom: 3px solid #3495D3;
}


.header-container ul.navigation a:hover, .header-container ul.navigation .dropdown:hover .dropbtn {
/*	background-color: #3495D3; */
}

.header-container ul.navigation .dropdown {
	display: inline-block;
}

.header-container ul.navigation .dropdown-content {
	display: none;
	position: fixed; /* absolute */
	background-color: #036da9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1000;
	padding-bottom: 10px;
}

.header-container ul.navigation .dropdown-content a,
.header-container ul.navigation .dropdown-content div {
	color: white;
	padding: 10px 16px 10px 24px;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 1.8em;
}

.header-container ul.navigation .dropdown-content a.with-description {
	padding-bottom: 16px;
}

ul.navigation span {
	display: block;
	color: #D2D7D9;
	padding-left: 3px;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.2em;
}

.header-container ul.navigation .dropdown-content.account a {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4em;
}

.header-container ul.navigation .dropdown-content a.inactive {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	display: inline-block;
	opacity: 0.5;
}

.header-container ul.navigation .dropdown-content a.delimiter-bottom {
	border-bottom: solid 1px #3495D3;
}

.header-container ul.navigation .dropdown-content a.delimiter-top {
	border-top: solid 1px #3495D3;
}

.header-container ul.navigation .dropdown-content a:hover {background-color: #3495D3;}

.header-container ul.navigation .dropdown:hover .dropdown-content {
	display: block;
}

/* Transitions and class for reduced height */
.header-container img.logo,
.header-container .callus,
.header-container .callus span,
.header-container ul.navigation a {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.header-container.header-container-hide ul.navigation a {
	line-height: 0px;
	padding: 0;
}

.header-container.header-container-hide img.logo {
	height: 0px;
}

.header-container.header-container-hide .callus {
	display: none;
}


.header-container.header-container-shrink {
	min-height: 50px;
	height: 55px;
}

.header-container.header-container-shrink ul.navigation a {
	line-height: 50px;
	padding: 4px 16px 1px 6px;
}

.header-container img.logo {
	height: 70px;
}

.header-container.header-container-shrink img.logo {
	height: 50px;
}

.header-container.header-container-shrink .callus {
	padding-top: 8px;
}

.header-container.header-container-shrink .callus span {
	font-size: 1.4em; 
}

.header-container .callus {
	float: right;
	font-size: 0.8em; color: #FFFFFF; 
	font-weight: 300;
	padding-top: 20px;
	padding-right: 20px;
	vertical-align: middle;
}
.callus a {
	color: #ffffff;
	text-decoration: underline;
}
.callus span {
	display: block;
	font-size: 1.6em; font-weight: 300;
	padding-top: 3px;
}

@media screen and (max-width: 1550px) {
	.callus {
		display: none;  /* Hide the "call us" section if not enough horizontal space */
	}
}

/* Content Section */

.section {
	padding: 50px 0;
	width: 100%;
}

.section p {
	color: inherit;
}

.section-white {
	background: #FFFFFF;
/*	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9; */
}

.section-blue {
	background: #7497AC;
	color: #f8fbfd;
/*	border-top: 1px solid #d3dee8;
	border-bottom: 1px solid #d3dee8; */
}

.section-blue-dark {
	background: #036da9;
	color: #f8fbfd;
/*	border-top: 1px solid #d3dee8;
	border-bottom: 1px solid #d3dee8; */
}

.section-blue-light {
	background: #E9F8FE;
/*	border-top: 1px solid #8CCAE2;
	border-bottom: 1px solid #8CCAE2; */
}

.section-blue-lighter {
	background: #EFFAFE;
/*	border-top: 1px solid #8CCAE2;
	border-bottom: 1px solid #8CCAE2; */
}

.section-gray {
	background: #F1FAFE; /* #f9f9f9; */
/*	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9; */
}

.section-blue-header {
	background: #5993BC url(/images/back/back-blue.png);
}

.section-noborder {	border: 0; }
.section-noborder-top {	border-top: 0; }
.section-noborder-bottom {	border-bottom: 0; }

.section-nopadding {	padding: 0; }
.section-nopadding-top {	padding-top: 0; }
.section-nopadding-bottom {	padding-bottom: 0; }

.section-space {	margin-top: 20px; margin-bottom: 20px; }
.section-space-top {	margin-top: 20px }
.section-space-bottom {	margin-bottom: 20px; }
.section-nospace {	margin-top: 1px; margin-bottom: 1px; }

.section h2 {
	font-size: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 300;
	text-align: center;
}


.product-intro {
	color: #f8fbfd;
	height: 300px;
	padding-top: 20px;
}

.product-actions, .product-intro-actions {
	padding: 18px;
}

.product-features .feature-content {
	font-size: 16px;
	margin-left: 60px;
}

.landing-features .feature-content {
	font-size: 18px;
	margin-left: 60px;
}

.feature-content p {
	font-size: 1em;
	line-height: 140%;
}

.feature-content ul.bullet, .feature-content ul.check {
	font-size: 1em;
	margin-left: -60px;
}

.feature-content li {
	line-height: 130%;
}

.row h1, .row h2, .row h3, .row h4 {
	margin-top: 0px;
}
.row h3 {margin-bottom: 20px;}
.row {
	*zoom: 1;
	padding-top: 30px;
	padding-bottom: 20px;
/*	border-bottom: 1px dotted #ddd;
	border-bottom-width: thin; */
}
.row-alt:nth-child(even){
	background:#E9F8FE;
}
.row:before,
.row:after {
	display: table;
	content: "";
	line-height: 0;
}
.row:after {
	clear: both;
}

.row.space-sm {
	padding-top: 10px;
	padding-bottom: 10px;
}

.row.space-md {
	padding-top: 20px;
	padding-bottom: 20px;
}

.row [class*="span"] {
	display: block;
	float: left;
	min-height: 1px;
	margin-left: 15px; 
}

.container {
	margin-right: auto;
	margin-left: auto;
}
.container {	width: 1170px;}

.container.main {	width: 950px;}

.span12 {	width: 1170px;	}
.span11 {	width: 1070px;	}
.span10 {	width: 970px;	}
.span9 {	width: 870px;	}
.span8 {	width: 770px;	}
.span7 {	width: 670px;	}
.span6 {	width: 560px;	}
.span5 {	width: 470px;	}
.span4 {	width: 370px;	}
.span3 {	width: 270px;	}
.span2 {	width: 170px;	}
.span1 {	width: 70px;	}
.offset12 {	margin-left: 1230px;	}
.offset11 {	margin-left: 1130px;	}
.offset10 {	margin-left: 1030px;	}
.offset9 {	margin-left: 930px;	}
.offset8 {	margin-left: 830px;	}
.offset7 {	margin-left: 730px;	}
.offset6 {	margin-left: 630px;	}
.offset5 {	margin-left: 530px;	}
.offset4 {	margin-left: 430px;	}
.offset3 {	margin-left: 330px;	}
.offset2 {	margin-left: 230px;	}
.offset1 {\tmargin-left: 130px;	}

.corners {
  position: relative;  
  display: table;
  max-width: 90%;
  margin: 20px auto;
}
.corners img {
  display: table-cell;
  max-width:100%;
  height: auto;
  margin: 0 auto;
  padding: 0px;
  background: #fff;
  box-shadow: 0 0 2px #666;
  box-sizing: border-box;
}
.corners:before,
.corners:after,
.corners-too:before,
.corners-too:after {
  position: absolute;
  bottom: -20px;
  right: -40px;
  content: "";
  height: 40px;
  width: 80px;
  background: white; /* Same color that wrapper background */
  box-shadow: 0 -6px 9px -8px #333;
  transform: rotate(-45deg);
}

.row:nth-child(even) .corners:before,
.row:nth-child(even) .corners:after,
.row:nth-child(even) .corners-too:before,
.row:nth-child(even) .corners-too:after {
	background:#E9F8FE;
}

.corners:after,
.corners-too:after {
  top: -20px;
  left: -40px;
  box-shadow: 0 6px 9px -8px #333;
}
.corners-too:before { 
  top: auto;
  left: -40px;
  transform: rotate(45deg);
}
.corners-too:after {
  left: auto;
  right: -40px;
  transform: rotate(45deg);
}

.corners-top { 
  background: white;
  height: auto;
  margin: 30px auto;
  position: relative;
  width: 470px;
  padding: 5px;
  border-bottom: 1px solid #f6f6f6;
  box-shadow: 0 1px 7px hsla(0, 0%, 0%, 0.2);
}

/* Corner Effect */
.corners-top::after,
.corners-top::before {
  background: white; /* #E9F8FE; */
  content: '';
  height: 30px;
  position: absolute;
  top: -15px;
  width: 60px;
  box-shadow: 0 5px 10px -7px hsla(0, 0% ,0%, 0.5);
  box-shadow: none\9; /* Do not show on IE9 #needed */
}
.corners-top:after {
  left: -30px;
  transform: rotate(-45deg);
}
.corners-top:before {
  right: -30px;
  transform: rotate(45deg);
}

/* /Content Section */

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.material-icons.md-align-middle { vertical-align: middle; }

.icon-circle {
	background: #7497AC;
	height: 50px;
	width: 50px;
	float: left;
	color: #fff;
	font-size: 20px;
	border-radius: 100px;
	text-align: center;
	line-height: 45px;
}

.icon-outlined {
	color: #7497AC;
	float: left;
	text-align: center;
	line-height: 45px;
}

/* Tabs */
	.tabs {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
/*		justify-content: space-between;		*/
	}

	.tabs label {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		display: block;
		padding: 1rem 2rem;
		margin-right: 0.2rem;
		cursor: pointer;
		color: #e3f2fd;
		background: #0694D1;
		font-size: 30px;
		-webkit-transition: background ease 0.2s;
		transition: background ease 0.2s;
	}

	.tabs.download label {
		color: #e3f2fd;
		background: #0694D1;
	}

	.tabs.showcase label {
		color: #AAAAAA;
		background: transparent;
	}

	.tabs.showcase {
		justify-content: space-between;
	}

	.tabs .tab {
		-webkit-box-ordinal-group: 100;
		-webkit-order: 99;
		-ms-flex-order: 99;
		order: 99;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 100%;
		display: none;
		padding: 1rem;
		background: #E9F8FE;
		border: solid 1px #8CCAE2;
		margin-top: -1px;
	}

	.download .tab {
		padding: 1rem;
		background: #E9F8FE;
		border: solid 1px #8CCAE2;
		margin-top: -1px;
	}

	.showcase .tab {
		padding: 1rem;
		background: transparent;
		border: solid 0px #8CCAE2;
		margin-top: -1px;
	}

	.showcase p {
		font-size: 1.3em;
	}

	.showcase li {
		font-size: 1.2em;
	}

	.tabs input[type="radio"] {
		position: absolute;
		opacity: 0;
	}

	.tabs input[type="radio"]:checked + label { background: #E9F8FE; color: #000000;border: solid 1px #8CCAE2; 	border-bottom: solid 1px #E9F8FE; cursor: default; z-index:10;}

	.tabs input[type="radio"]:checked + label + .tab { display: block; }

	.tabs input[type="radio"]:not(:checked) + label:hover { background: #219DD2; }

	.tabs.showcase input[type="radio"]:checked + label { background: transparent; color: #000000; border: solid 0px #8CCAE2; border-bottom: 3px solid #3495D3; cursor: default; z-index:10;}

	.tabs.showcase input[type="radio"]:checked + label + .tab { display: block; }

	.tabs.showcase input[type="radio"]:not(:checked) + label:hover { background: transparent; border-bottom: 3px solid #3495D3; }


/* Carousel */
	.carousel-blockquote blockquote {
		text-align:center;
		font-style:normal;
		margin-left:0px;
		margin-left:0rem;
		padding-left:80px;
		padding-left:5rem;
		padding-right:80px;
		padding-right:5rem;
		text-align:center
	}

	.carousel-blockquote blockquote p {
		font-size:24px;
		font-size:1.5rem;
		line-height:34px;
		margin:0px;
		margin:0rem;
		padding-left:40px;
		padding-left:2.5rem;
		padding-right:40px;
		padding-right:2.5rem;
		padding-bottom:20px;
		padding-bottom:1.25rem;
		font-style:normal
	}

	.carousel-blockquote blockquote footer {
		position:relative
	}

	.carousel-blockquote blockquote footer cite {
		font-style:normal;
		font-weight:normal;
		font-size:1.125rem
	}

	.carousel-blockquote blockquote footer cite .cite-name {
		font-weight:bold;
		color:#CC0000;
	}

	.carousel-blockquote blockquote footer p {
		font-size:1rem
	}

	.carousel-blockquote blockquote:before {
		display:none
	}

	.carousel-blockquote blockquote footer {
		clear:both;display:block
	}

	.carousel-blockquote blockquote footer:before, .carousel-blockquote blockquote footer:after {
		content:"";display:table
	}
	
	.carousel-blockquote blockquote footer:after {clear:both}
	.carousel-blockquote blockquote footer {*zoom:1}
	.carousel-blockquote blockquote footer cite {overflow:hidden;display:block}

/* MyAccount formatting */

.LicenseCurrent {
	color: #009F40;
	font-weight: bold;
}

.LicenseExpired {
	color: #AB2100;
	font-weight: bold;
}

.LicenseLifetime {
	color: #1A35E0;
	font-weight: bold;
}

table.legacy {
	padding:5px;
}

.legacy td, .legacy th {
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
}

.legacy td.version, .legacy th.version,
.legacy td.date, .legacy th.date,
.legacy td.compatibility, .legacy th.compatibility {
	width: 140px;
}

.legacy td.link, .legacy th.link {
	width: 300px;
}
.legacy td.compatibility, .legacy th.compatibility,
.legacy td.link, .legacy th.link {
	white-space: nowrap;
}

