@charset "UTF-8";
/* CSS Document */
/*  HTML5 display definitions  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
/* = Base = */
/* 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units 2. Force vertical scrollbar in non-IE 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g */
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 13px;
	line-height: 1.231;
}
body, button, input, select, textarea {
	font-family: sans-serif;
	color: gray;
	-webkit-font-smoothing: antialiased;
}

/*  Remove text-shadow in selection highlight: h5bp.com/i These selection declarations have to be separate Also: hot pink! (or customize the background color to match your design) */
::-moz-selection {
background: #00a3e7;
color: #fff;
text-shadow: none;
}
::selection {
	background: #00a3e7;
	color: #fff;
	text-shadow: none;
}
/*  Links = */
a {
	color: #00e;
}
a:visited {
	color: #551a8b;
}
a:hover {
	color: #06e;
}
a:focus {
	outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
	outline: 0;
}
/* = Typography = */
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: "courier new", monospace;
	font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
	color: #58595b;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* = Lists = */
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* = Embedded content = */
/* 1. Improve image quality when scaled in IE7: h5bp.com/d 2. Remove the gap between images and borders on image containers: h5bp.com/e  */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
/* Correct overflow not hidden in IE9  */
svg:not(:root) {
	overflow: hidden;
}
/* = Figures = */
figure {
	margin: 0;
}
/* = Forms = */
form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
	cursor: pointer;
}
/*  1. Correct color not inheriting in IE6/7/8/9  2. Correct alignment displayed oddly in IE6/7  */
legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
}
/* 1. Correct font-size not inheriting in all browsers 2. Remove margins in FF3/4 S5 Chrome 3. Define consistent vertical alignment display in all browsers */
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
/* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet) 2. Correct inner spacing displayed oddly in IE6/7 */
button, input {
	line-height: normal;
*overflow: visible;
}
/* Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7 */
table button, table input {
*overflow: auto;
}
/* 1. Display hand cursor for clickable form elements 2. Allow styling of clickable form elements in iOS */
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
/* Consistent box sizing and appearance */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}

/*  Remove inner padding and border in FF3/4: h5bp.com/l  */
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/*  1. Remove default vertical scrollbar in IE6/7/8/9  2. Allow only vertical resizing */
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
background-color: #f2f2f2;
}
/* = Tables = */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}
/* Main
--------------------------------------------------------------------------------- */
#main { float: left; padding: 5%; min-height: 460px; }
/* Foundation
--------------------------------------------------------------------------------- */
body {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	line-height: 1.538461538461538em; /* 20px */
}
a:link {
	color: #205f82;
	outline: none;
	text-decoration: none;
}
a:visited {
	color: #205f82;
}
a:focus {
	outline: 1px dotted #00a3e7;
}
a:hover {
	text-decoration: none;
	color:#58595b;
}
/* Headings
--------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: bold;
	color: #58595b;
}
h1 {
	font-size: 2.769230769230769em; /* 36px */
	line-height: 1.111111111111111em; /* 40px */
	margin-bottom: 40px;
	font-weight: normal;
}
h2, section h1 {
	font-size: 1.692307692307692em; /* 22px */
	line-height: 1.363636363636364em; /* 30px */
	margin-top: 26px;
	margin-bottom: 4px;
	font-weight: normal;
	color: #00a3e7;
}
h3, section h2 {
	font-size: 1.384615384615385em; /* 18px */
	line-height: 1.444444444444444em; /* 26px */
	margin-top: 32px;
	margin-bottom: 2px;
	font-weight: normal;
color: #58595b;
}
h4, section h3 {
	font-size: 1.230769230769231em; /* 16px */
	line-height: 1.25em; /* 20px */
	margin-top: 20px;
	font-weight: normal;
}
h2.hr, section h1.hr {
	margin-top: 40px;
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 2px solid #e5e5e5;
}
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	color: #58595b;
	text-decoration: none;
}
h2 a:link, h2 a:visited {
	color: #00a3e7;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}
p, ul {
	margin: 0 0 20px 0;
}
/* Search boxes
--------------------------------------------------------------------------------- */
input[type="search"] {
	border: 1px inset white;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
display: none;
}
input[type="search"]:focus {
	outline: none;
}
/* For image replacement */
.ir {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.ir br {
	display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
	display: none !important;
	visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
html, body {
	height: 100%;
	overflow: auto
}
.abs {
	position: absolute;
}
/* Status messages
--------------------------------------------------------------------------------- */
p.success, ul.success, ol.success, p.notice, ul.notice, ol.notice, p.error, ul.error, ol.error { padding: 19px; border-width: 1px; border-style: solid; }

ul.success li, ol.succcess li, ul.notice li, ol.notice li, ul.error li, ol.error li { margin-left: 19px; }

div.success, div.notice, div.error { margin-bottom: 20px; padding: 18px 19px 0 19px; border-width: 1px; border-style: solid; }

.success { background: #e6efc2; color: #264409; border-color: #c6d880; }
.success strong { color: #264409; }
.success a:link, .success a:visited { color: #264409; text-decoration: underline; }

.notice { background: #fff6bf; color: #514721; border-color: #ffd324; }
.notice strong { color: #514721; }
.notice a:link, .notice a:visited { color: #514721; text-decoration: underline; }

.error { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.error strong { color: #8a1f11; }
.error a:link, .error a:visited { color: #8a1f11; text-decoration: underline; }
/* Form defaults
--------------------------------------------------------------------------------- */
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], textarea, select { 
padding: 5px 6px 6px; 
border: 1px solid #00a3e7; 
width: 300px; 
-webkit-border-radius: 2px; 
-moz-border-radius: 2px; 
-ms-border-radius: 2px; 
-o-border-radius: 2px; 
border-radius: 2px; 
background-color: #e1f2fc; 
-webkit-transition: background, 0.25s, linear; 
-moz-transition: background, 0.25s, linear; 
-o-transition: background, 0.25s, linear; 
transition: background, 0.25s, linear; 
color:#58595b;}
select {
height: 28px;
 }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="url"]:focus, textarea:focus { background: #fff; outline: none; }

input[type="text"]:invalid:focus, input[type="password"]:invalid:focus, input[type="email"]:invalid:focus, input[type="tel"]:invalid:focus, input[type="number"]:invalid:focus, input[type="url"]:invalid:focus, textarea:invalid:focus { background: #fff; }

input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, input[type="tel"]:invalid, input[type="number"]:invalid, input[type="url"]:invalid, textarea:invalid { background-color: 
#e1f2fc; }

select { width: 314px; }

button[type="submit"] { float: right; }

form ul { margin: 0; padding: 0; list-style: none; }
form li { margin-bottom: 20px; }
form .controls { clear: both; padding-top: 20px; }
form .example { display: block; margin: 3px 0 -3px 0; font-size: 0.84615384615385em; /* 11px */ line-height: 1.81818181818182em; /* 20px */ color: #bfbfbf; }
form div + div { margin-top: 20px; }

.form-error { padding: 2px 8px; background: #f00; color: #fff; -webkit-border-radius: 14px; -moz-border-radius: 14px; -ms-border-radius: 14px; -o-border-radius: 14px; border-radius: 14px; /*@include linear-gradient(color-stops(#f00, adjust-lightness(#f00, -10%)));*/ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #cc0000)); background-image: -webkit-linear-gradient(#ff0000, #cc0000); background-image: -moz-linear-gradient(#ff0000, #cc0000); background-image: -o-linear-gradient(#ff0000, #cc0000); background-image: linear-gradient(#ff0000, #cc0000); }
.form-error p { margin: 0; }

/* inline labels */
form.inline > fieldset > ul > li > label { float: left; padding-right: 10px; width: 110px; text-align:right; font-weight:bold; }

form.inline > fieldset > ul > li > div { float: left; width: 384px; }

form.inline li.boolean { padding-left: 140px; }

/* Plugins
--------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */
/* ----------------------------------
	Default Theme
----------------------------------- */
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right { height: 13px; }

div.pp_default .pp_top .pp_left { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/sprite.png) -78px -93px no-repeat; }

/* Top left corner */
div.pp_default .pp_top .pp_middle { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/sprite_x.png) top left repeat-x; }

/* Top pattern/color */
div.pp_default .pp_top .pp_right { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/sprite.png) -112px -93px no-repeat; }

/* Top right corner */
div.pp_default .pp_content .ppt { color: #f8f8f8; }

div.pp_default .pp_content_container .pp_left { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/sprite_y.png) -7px 0 repeat-y; padding-left: 13px; }

div.pp_default .pp_content_container .pp_right { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/sprite_y.png) top right repeat-y; padding-right: 13px; }

div.pp_default .pp_content { background-color: #fff; }

/* Content background */
div.pp_default .pp_next:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/sprite_next.png) center right no-repeat; cursor: pointer; }

/* Next button */
div.pp_default .pp_previous:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/sprite_prev.png) center left no-repeat; cursor: pointer; }

/* Previous button */
div.pp_default .pp_expand { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/sprite.png) 0 -29px no-repeat; cursor: pointer; width: 28px; height: 28px; }

/* Expand button */
div.pp_default .pp_expand:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/sprite.png) 0 -56px no-repeat; cursor: pointer; }

/* Expand button hover */
div.pp_default .pp_contract { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/sprite.png) 0 -84px no-repeat; cursor: pointer; width: 28px; height: 28px; }

/* Contract button */
div.pp_default .pp_contract:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/sprite.png) 0 -113px no-repeat; cursor: pointer; }

/* Contract button hover */
div.pp_default .pp_close { width: 30px; height: 30px; background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/sprite.png) 2px 1px no-repeat; cursor: pointer; }

/* Close button */
div.pp_default #pp_full_res .pp_inline { color: #000; }

div.pp_default .pp_gallery ul li a { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/default_thumb.png) center center #f8f8f8; border: 1px solid #aaaaaa; }

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a { border-color: #fff; }

div.pp_default .pp_social { margin-top: 7px; }

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next { position: static; left: auto; }

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/sprite.png) -51px 1px no-repeat; height: 30px; width: 30px; }

div.pp_default .pp_nav .pp_pause { background-position: -51px -29px; }

div.pp_default .pp_details { position: relative; }

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/sprite.png) -31px -3px no-repeat; height: 20px; margin: 4px 0 0 0; width: 20px; }

div.pp_default a.pp_arrow_next { left: 52px; background-position: -82px -3px; }

/* The next arrow in the bottom nav */
div.pp_default .pp_content_container .pp_details { margin-top: 5px; }

div.pp_default .pp_nav { clear: none; height: 30px; width: 110px; position: relative; }

div.pp_default .pp_nav .currentTextHolder { font-family: Georgia; font-style: italic; color: #999; font-size: 11px; left: 75px; line-height: 25px; margin: 0; padding: 0 0 0 10px; position: absolute; top: 2px; }

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover { opacity: 0.7; }

div.pp_default .pp_description { font-size: 11px; font-weight: bold; line-height: 14px; margin: 5px 50px 5px 0; }

div.pp_default .pp_bottom .pp_left { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/sprite.png) -78px -127px no-repeat; }

/* Bottom left corner */
div.pp_default .pp_bottom .pp_middle { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/sprite_x.png) bottom left repeat-x; }

/* Bottom pattern/color */
div.pp_default .pp_bottom .pp_right { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/sprite.png) -112px -127px no-repeat; }

/* Bottom right corner */
div.pp_default .pp_loaderIcon { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/default/loader.gif) center center no-repeat; }

/* Loader icon */
/* ----------------------------------
	Light Rounded Theme
----------------------------------- */
div.light_rounded .pp_top .pp_left { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/sprite.png) -88px -53px no-repeat; }

/* Top left corner */
div.light_rounded .pp_top .pp_middle { background: #fff; }

/* Top pattern/color */
div.light_rounded .pp_top .pp_right { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/sprite.png) -110px -53px no-repeat; }

/* Top right corner */
div.light_rounded .pp_content .ppt { color: #000; }

div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right { background: #fff; }

div.light_rounded .pp_content { background-color: #fff; }

/* Content background */
div.light_rounded .pp_next:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/btnNext.png) center right no-repeat; cursor: pointer; }

/* Next button */
div.light_rounded .pp_previous:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; }

/* Previous button */
div.light_rounded .pp_expand { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; }

/* Expand button */
div.light_rounded .pp_expand:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; }

/* Expand button hover */
div.light_rounded .pp_contract { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; }

/* Contract button */
div.light_rounded .pp_contract:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; }

/* Contract button hover */
div.light_rounded .pp_close { width: 75px; height: 22px; background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; }

/* Close button */
div.light_rounded .pp_details { position: relative; }

div.light_rounded .pp_description { margin-right: 85px; }

div.light_rounded #pp_full_res .pp_inline { color: #000; }

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }

div.light_rounded .pp_nav .pp_play { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }

div.light_rounded .pp_nav .pp_pause { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

div.light_rounded .pp_arrow_previous { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/sprite.png) 0 -71px no-repeat; }

/* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }

div.light_rounded .pp_arrow_next { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/sprite.png) -22px -71px no-repeat; }

/* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

div.light_rounded .pp_bottom .pp_left { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/sprite.png) -88px -80px no-repeat; }

/* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle { background: #fff; }

/* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/sprite.png) -110px -80px no-repeat; }

/* Bottom right corner */
div.light_rounded .pp_loaderIcon { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/loader.gif) center center no-repeat; }

/* Loader icon */
/* ----------------------------------
	Dark Rounded Theme
----------------------------------- */
div.dark_rounded .pp_top .pp_left { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/sprite.png) -88px -53px no-repeat; }

/* Top left corner */
div.dark_rounded .pp_top .pp_middle { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/contentPattern.png) top left repeat; }

/* Top pattern/color */
div.dark_rounded .pp_top .pp_right { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/sprite.png) -110px -53px no-repeat; }

/* Top right corner */
div.dark_rounded .pp_content_container .pp_left { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/contentPattern.png) top left repeat-y; }

/* Left Content background */
div.dark_rounded .pp_content_container .pp_right { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/contentPattern.png) top right repeat-y; }

/* Right Content background */
div.dark_rounded .pp_content { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/contentPattern.png) top left repeat; }

/* Content background */
div.dark_rounded .pp_next:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/btnNext.png) center right no-repeat; cursor: pointer; }

/* Next button */
div.dark_rounded .pp_previous:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; }

/* Previous button */
div.dark_rounded .pp_expand { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; }

/* Expand button */
div.dark_rounded .pp_expand:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; }

/* Expand button hover */
div.dark_rounded .pp_contract { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; }

/* Contract button */
div.dark_rounded .pp_contract:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; }

/* Contract button hover */
div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; }

/* Close button */
div.dark_rounded .pp_details { position: relative; }

div.dark_rounded .pp_description { margin-right: 85px; }

div.dark_rounded .currentTextHolder { color: #c4c4c4; }

div.dark_rounded .pp_description { color: #fff; }

div.dark_rounded #pp_full_res .pp_inline { color: #fff; }

div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }

div.dark_rounded .pp_nav .pp_play { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }

div.dark_rounded .pp_nav .pp_pause { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

div.dark_rounded .pp_arrow_previous { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/sprite.png) 0 -71px no-repeat; }

/* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }

div.dark_rounded .pp_arrow_next { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/sprite.png) -22px -71px no-repeat; }

/* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

div.dark_rounded .pp_bottom .pp_left { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/sprite.png) -88px -80px no-repeat; }

/* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/contentPattern.png) top left repeat; }

/* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/sprite.png) -110px -80px no-repeat; }

/* Bottom right corner */
div.dark_rounded .pp_loaderIcon { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_rounded/loader.gif) center center no-repeat; }

/* Loader icon */
/* ----------------------------------
	Dark Square Theme
----------------------------------- */
div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content { background: #000; }

div.dark_square .currentTextHolder { color: #c4c4c4; }

div.dark_square .pp_description { color: #fff; }

div.dark_square .pp_loaderIcon { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_square/loader.gif) center center no-repeat; }

/* Loader icon */
div.dark_square .pp_expand { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; }

/* Expand button */
div.dark_square .pp_expand:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; }

/* Expand button hover */
div.dark_square .pp_contract { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; }

/* Contract button */
div.dark_square .pp_contract:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; }

/* Contract button hover */
div.dark_square .pp_close { width: 75px; height: 22px; background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; }

/* Close button */
div.dark_square .pp_details { position: relative; }

div.dark_square .pp_description { margin: 0 85px 0 0; }

div.dark_square #pp_full_res .pp_inline { color: #fff; }

div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }

div.dark_square .pp_nav { clear: none; }

div.dark_square .pp_nav .pp_play { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }

div.dark_square .pp_nav .pp_pause { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

div.dark_square .pp_arrow_previous { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_square/sprite.png) 0 -71px no-repeat; }

/* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }

div.dark_square .pp_arrow_next { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_square/sprite.png) -22px -71px no-repeat; }

/* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

div.dark_square .pp_next:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_square/btnNext.png) center right no-repeat; cursor: pointer; }

/* Next button */
div.dark_square .pp_previous:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; }

/* Previous button */
/* ----------------------------------
	Light Square Theme
----------------------------------- */
div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content { background: #fff; }

div.light_square .pp_content .ppt { color: #000; }

div.light_square .pp_expand { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; }

/* Expand button */
div.light_square .pp_expand:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; }

/* Expand button hover */
div.light_square .pp_contract { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; }

/* Contract button */
div.light_square .pp_contract:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; }

/* Contract button hover */
div.light_square .pp_close { width: 75px; height: 22px; background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; }

/* Close button */
div.light_square .pp_details { position: relative; }

div.light_square .pp_description { margin-right: 85px; }

div.light_square #pp_full_res .pp_inline { color: #000; }

div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }

div.light_square .pp_nav .pp_play { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }

div.light_square .pp_nav .pp_pause { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

div.light_square .pp_arrow_previous { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_square/sprite.png) 0 -71px no-repeat; }

/* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }

div.light_square .pp_arrow_next { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_square/sprite.png) -22px -71px no-repeat; }

/* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

div.light_square .pp_next:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_square/btnNext.png) center right no-repeat; cursor: pointer; }

/* Next button */
div.light_square .pp_previous:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; }

/* Previous button */
div.light_square .pp_loaderIcon { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/loader.gif) center center no-repeat; }

/* Loader icon */
/* ----------------------------------
	Facebook style Theme
----------------------------------- */
div.facebook .pp_top .pp_left { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/sprite.png) -88px -53px no-repeat; }

/* Top left corner */
div.facebook .pp_top .pp_middle { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/contentPatternTop.png) top left repeat-x; }

/* Top pattern/color */
div.facebook .pp_top .pp_right { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/sprite.png) -110px -53px no-repeat; }

/* Top right corner */
div.facebook .pp_content .ppt { color: #000; }

div.facebook .pp_content_container .pp_left { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/contentPatternLeft.png) top left repeat-y; }

/* Content background */
div.facebook .pp_content_container .pp_right { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/contentPatternRight.png) top right repeat-y; }

/* Content background */
div.facebook .pp_content { background: #fff; }

/* Content background */
div.facebook .pp_expand { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; }

/* Expand button */
div.facebook .pp_expand:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; }

/* Expand button hover */
div.facebook .pp_contract { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; }

/* Contract button */
div.facebook .pp_contract:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; }

/* Contract button hover */
div.facebook .pp_close { width: 22px; height: 22px; background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; }

/* Close button */
div.facebook .pp_details { position: relative; }

div.facebook .pp_description { margin: 0 37px 0 0; }

div.facebook #pp_full_res .pp_inline { color: #000; }

div.facebook .pp_loaderIcon { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/loader.gif) center center no-repeat; }

/* Loader icon */
div.facebook .pp_arrow_previous { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; }

/* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }

div.facebook .pp_arrow_next { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; }

/* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }

div.facebook .pp_nav { margin-top: 0; }

div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }

div.facebook .pp_nav .pp_play { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }

div.facebook .pp_nav .pp_pause { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }

div.facebook .pp_next:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; }

/* Next button */
div.facebook .pp_previous:hover { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; }

/* Previous button */
div.facebook .pp_bottom .pp_left { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/sprite.png) -88px -80px no-repeat; }

/* Bottom left corner */
div.facebook .pp_bottom .pp_middle { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/contentPatternBottom.png) top left repeat-x; }

/* Bottom pattern/color */
div.facebook .pp_bottom .pp_right { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/sprite.png) -110px -80px no-repeat; }

/* Bottom right corner */
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */
div.pp_pic_holder a:focus { outline: none; }

div.pp_overlay { background: #000; display: none; left: 0; position: absolute; top: 0; width: 100%; z-index: 9500; }

div.pp_pic_holder { display: none; position: absolute; width: 100px; z-index: 10000; }

.pp_top { height: 20px; position: relative; }

* html .pp_top { padding: 0 20px; }

.pp_top .pp_left { height: 20px; left: 0; position: absolute; width: 20px; }

.pp_top .pp_middle { height: 20px; left: 20px; position: absolute; right: 20px; }

* html .pp_top .pp_middle { left: 0; position: static; }

.pp_top .pp_right { height: 20px; left: auto; position: absolute; right: 0; top: 0; width: 20px; }

.pp_content { height: 40px; min-width: 40px; }

* html .pp_content { width: 40px; }

.pp_fade { display: none; }

.pp_content_container { position: relative; text-align: left; width: 100%; }

.pp_content_container .pp_left { padding-left: 20px; }

.pp_content_container .pp_right { padding-right: 20px; }

.pp_content_container .pp_details { float: left; margin: 10px 0 2px 0; }

.pp_description { display: none; margin: 0; }

.pp_social { float: left; margin: 0; }

.pp_social .facebook { float: left; margin-left: 5px; width: 55px; overflow: hidden; }

.pp_social .twitter { float: left; }

.pp_nav { clear: right; float: left; margin: 3px 10px 0 0; }

.pp_nav p { float: left; margin: 2px 4px; white-space: nowrap; }

.pp_nav .pp_play, .pp_nav .pp_pause { float: left; margin-right: 4px; text-indent: -10000px; }

a.pp_arrow_previous, a.pp_arrow_next { display: block; float: left; height: 15px; margin-top: 3px; overflow: hidden; text-indent: -10000px; width: 14px; }

.pp_hoverContainer { position: absolute; top: 0; width: 100%; z-index: 2000; }

.pp_gallery { display: none; left: 50%; margin-top: -50px; position: absolute; z-index: 10000; }

.pp_gallery div { float: left; overflow: hidden; position: relative; }

.pp_gallery ul { float: left; height: 35px; margin: 0 0 0 5px; padding: 0; position: relative; white-space: nowrap; }

.pp_gallery ul a { border: 1px black solid; border: 1px rgba(0, 0, 0, 0.5) solid; display: block; float: left; height: 33px; overflow: hidden; }

.pp_gallery ul a:hover, .pp_gallery li.selected a { border-color: #fff; }

.pp_gallery ul a img { border: 0; }

.pp_gallery li { display: block; float: left; margin: 0 5px 0 0; padding: 0; }

.pp_gallery li.default a { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/facebook/default_thumbnail.gif) 0 0 no-repeat; display: block; height: 33px; width: 50px; }

.pp_gallery li.default a img { display: none; }

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next { margin-top: 7px !important; }

a.pp_next { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat; display: block; float: right; height: 100%; text-indent: -10000px; width: 49%; }

a.pp_previous { background: url(http://old.onapp.com/assets/img/plugins/prettyphoto/light_rounded/btnNext.png) 10000px 10000px no-repeat; display: block; float: left; height: 100%; text-indent: -10000px; width: 49%; }

a.pp_expand, a.pp_contract { cursor: pointer; display: none; height: 20px; position: absolute; right: 30px; text-indent: -10000px; top: 10px; width: 20px; z-index: 20000; }

a.pp_close { position: absolute; right: 0; top: 0; display: block; line-height: 22px; text-indent: -10000px; }

.pp_bottom { height: 20px; position: relative; }

* html .pp_bottom { padding: 0 20px; }

.pp_bottom .pp_left { height: 20px; left: 0; position: absolute; width: 20px; }

.pp_bottom .pp_middle { height: 20px; left: 20px; position: absolute; right: 20px; }

* html .pp_bottom .pp_middle { left: 0; position: static; }

.pp_bottom .pp_right { height: 20px; left: auto; position: absolute; right: 0; top: 0; width: 20px; }

.pp_loaderIcon { display: block; height: 24px; left: 50%; margin: -12px 0 0 -12px; position: absolute; top: 50%; width: 24px; }

#pp_full_res { line-height: 1 !important; }

#pp_full_res .pp_inline { text-align: left; }

#pp_full_res .pp_inline p { margin: 0 0 15px 0; }

div.ppt { color: #fff; display: none; font-size: 17px; margin: 0 0 5px 15px; z-index: 9999; }

/* jQuery UI CSS Framework @VERSION  Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) Dual licensed under the MIT or GPL Version 2 licenses. http://jquery.org/license  http://docs.jquery.com/UI/Theming/API  To view and modify this theme, visit http://jqueryui.com/themeroller/ */
/* Component containers
----------------------------------*/
.ui-widget { font-family: "Helvetica Neue", helvetica, arial, sans-serif; }

.ui-widget .ui-widget { font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: "Helvetica Neue", helvetica, arial, sans-serif; font-size: 1em; }

.ui-widget-content { border: 1px solid #e5e5e5; background: white url(../img/plugins/jquery.ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: gray; }

.ui-widget-content a { color: #58595b; }

.ui-widget-header { border: 1px solid #e5e5e5; background: #cccccc url(../img/plugins/jquery.ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #58595b; font-weight: bold; }

.ui-widget-header a { color: #58595b; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-state-default:link, .ui-state-default:visited { border: 1px solid #e5e5e5; background: white; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5)); background-image: -webkit-linear-gradient(#ffffff, #f5f5f5); background-image: -moz-linear-gradient(#ffffff, #f5f5f5); background-image: -o-linear-gradient(#ffffff, #f5f5f5); background-image: linear-gradient(#ffffff, #f5f5f5); color: gray; text-decoration: none; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: gray; text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #e5e5e5; background: #dadada url(../img/plugins/jquery.ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #58595b; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover:link, .ui-state-hover:visited { text-decoration: none; border-color: #d9d9d9; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0)); background-image: -webkit-linear-gradient(#ffffff, #f0f0f0); background-image: -moz-linear-gradient(#ffffff, #f0f0f0); background-image: -o-linear-gradient(#ffffff, #f0f0f0); background-image: linear-gradient(#ffffff, #f0f0f0); color: #58595b; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #e5e5e5; background: white url(../img/plugins/jquery.ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }

.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 1px solid #e5e5e5; background: #fbf9ee url(../img/plugins/jquery.ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 1px solid #cd0a0a; background: #f2f2f2 url(../img/plugins/jquery.ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35); opacity: 0.35; background-image: none; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../img/plugins/jquery.ui/ui-icons_222222_256x240.png); }

.ui-widget-content .ui-icon { background-image: url(../img/plugins/jquery.ui/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon { background-image: url(../img/plugins/jquery.ui/ui-icons_222222_256x240.png); }

.ui-state-default .ui-icon { background-image: url(../img/plugins/jquery.ui/ui-icons_888888_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon { background-image: url(../img/plugins/jquery.ui/ui-icons_454545_256x240.png); }

.ui-state-active .ui-icon { background-image: url(../img/plugins/jquery.ui/ui-icons_454545_256x240.png); }

.ui-state-highlight .ui-icon { background-image: url(../img/plugins/jquery.ui/ui-icons_2e83ff_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon { background-image: url(../img/plugins/jquery.ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }

.ui-icon-carat-1-ne { background-position: -16px 0; }

.ui-icon-carat-1-e { background-position: -32px 0; }

.ui-icon-carat-1-se { background-position: -48px 0; }

.ui-icon-carat-1-s { background-position: -64px 0; }

.ui-icon-carat-1-sw { background-position: -80px 0; }

.ui-icon-carat-1-w { background-position: -96px 0; }

.ui-icon-carat-1-nw { background-position: -112px 0; }

.ui-icon-carat-2-n-s { background-position: -128px 0; }

.ui-icon-carat-2-e-w { background-position: -144px 0; }

.ui-icon-triangle-1-n { background-position: 0 -16px; }

.ui-icon-triangle-1-ne { background-position: -16px -16px; }

.ui-icon-triangle-1-e { background-position: -32px -16px; }

.ui-icon-triangle-1-se { background-position: -48px -16px; }

.ui-icon-triangle-1-s { background-position: -64px -16px; }

.ui-icon-triangle-1-sw { background-position: -80px -16px; }

.ui-icon-triangle-1-w { background-position: -96px -16px; }

.ui-icon-triangle-1-nw { background-position: -112px -16px; }

.ui-icon-triangle-2-n-s { background-position: -128px -16px; }

.ui-icon-triangle-2-e-w { background-position: -144px -16px; }

.ui-icon-arrow-1-n { background-position: 0 -32px; }

.ui-icon-arrow-1-ne { background-position: -16px -32px; }

.ui-icon-arrow-1-e { background-position: -32px -32px; }

.ui-icon-arrow-1-se { background-position: -48px -32px; }

.ui-icon-arrow-1-s { background-position: -64px -32px; }

.ui-icon-arrow-1-sw { background-position: -80px -32px; }

.ui-icon-arrow-1-w { background-position: -96px -32px; }

.ui-icon-arrow-1-nw { background-position: -112px -32px; }

.ui-icon-arrow-2-n-s { background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }

.ui-icon-arrow-2-e-w { background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }

.ui-icon-arrowstop-1-n { background-position: -192px -32px; }

.ui-icon-arrowstop-1-e { background-position: -208px -32px; }

.ui-icon-arrowstop-1-s { background-position: -224px -32px; }

.ui-icon-arrowstop-1-w { background-position: -240px -32px; }

.ui-icon-arrowthick-1-n { background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }

.ui-icon-arrowthick-1-e { background-position: -32px -48px; }

.ui-icon-arrowthick-1-se { background-position: -48px -48px; }

.ui-icon-arrowthick-1-s { background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }

.ui-icon-arrowthick-1-w { background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }

.ui-icon-arrow-4 { background-position: 0 -80px; }

.ui-icon-arrow-4-diag { background-position: -16px -80px; }

.ui-icon-extlink { background-position: -32px -80px; }

.ui-icon-newwin { background-position: -48px -80px; }

.ui-icon-refresh { background-position: -64px -80px; }

.ui-icon-shuffle { background-position: -80px -80px; }

.ui-icon-transfer-e-w { background-position: -96px -80px; }

.ui-icon-transferthick-e-w { background-position: -112px -80px; }

.ui-icon-folder-collapsed { background-position: 0 -96px; }

.ui-icon-folder-open { background-position: -16px -96px; }

.ui-icon-document { background-position: -32px -96px; }

.ui-icon-document-b { background-position: -48px -96px; }

.ui-icon-note { background-position: -64px -96px; }

.ui-icon-mail-closed { background-position: -80px -96px; }

.ui-icon-mail-open { background-position: -96px -96px; }

.ui-icon-suitcase { background-position: -112px -96px; }

.ui-icon-comment { background-position: -128px -96px; }

.ui-icon-person { background-position: -144px -96px; }

.ui-icon-print { background-position: -160px -96px; }

.ui-icon-trash { background-position: -176px -96px; }

.ui-icon-locked { background-position: -192px -96px; }

.ui-icon-unlocked { background-position: -208px -96px; }

.ui-icon-bookmark { background-position: -224px -96px; }

.ui-icon-tag { background-position: -240px -96px; }

.ui-icon-home { background-position: 0 -112px; }

.ui-icon-flag { background-position: -16px -112px; }

.ui-icon-calendar { background-position: -32px -112px; }

.ui-icon-cart { background-position: -48px -112px; }

.ui-icon-pencil { background-position: -64px -112px; }

.ui-icon-clock { background-position: -80px -112px; }

.ui-icon-disk { background-position: -96px -112px; }

.ui-icon-calculator { background-position: -112px -112px; }

.ui-icon-zoomin { background-position: -128px -112px; }

.ui-icon-zoomout { background-position: -144px -112px; }

.ui-icon-search { background-position: -160px -112px; }

.ui-icon-wrench { background-position: -176px -112px; }

.ui-icon-gear { background-position: -192px -112px; }

.ui-icon-heart { background-position: -208px -112px; }

.ui-icon-star { background-position: -224px -112px; }

.ui-icon-link { background-position: -240px -112px; }

.ui-icon-cancel { background-position: 0 -128px; }

.ui-icon-plus { background-position: -16px -128px; }

.ui-icon-plusthick { background-position: -32px -128px; }

.ui-icon-minus { background-position: -48px -128px; }

.ui-icon-minusthick { background-position: -64px -128px; }

.ui-icon-close { background-position: -80px -128px; }

.ui-icon-closethick { background-position: -96px -128px; }

.ui-icon-key { background-position: -112px -128px; }

.ui-icon-lightbulb { background-position: -128px -128px; }

.ui-icon-scissors { background-position: -144px -128px; }

.ui-icon-clipboard { background-position: -160px -128px; }

.ui-icon-copy { background-position: -176px -128px; }

.ui-icon-contact { background-position: -192px -128px; }

.ui-icon-image { background-position: -208px -128px; }

.ui-icon-video { background-position: -224px -128px; }

.ui-icon-script { background-position: -240px -128px; }

.ui-icon-alert { background-position: 0 -144px; }

.ui-icon-info { background-position: -16px -144px; }

.ui-icon-notice { background-position: -32px -144px; }

.ui-icon-help { background-position: -48px -144px; }

.ui-icon-check { background-position: -64px -144px; }

.ui-icon-bullet { background-position: -80px -144px; }

.ui-icon-radio-off { background-position: -96px -144px; }

.ui-icon-radio-on { background-position: -112px -144px; }

.ui-icon-pin-w { background-position: -128px -144px; }

.ui-icon-pin-s { background-position: -144px -144px; }

.ui-icon-play { background-position: 0 -160px; }

.ui-icon-pause { background-position: -16px -160px; }

.ui-icon-seek-next { background-position: -32px -160px; }

.ui-icon-seek-prev { background-position: -48px -160px; }

.ui-icon-seek-end { background-position: -64px -160px; }

.ui-icon-seek-start { background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }

.ui-icon-stop { background-position: -96px -160px; }

.ui-icon-eject { background-position: -112px -160px; }

.ui-icon-volume-off { background-position: -128px -160px; }

.ui-icon-volume-on { background-position: -144px -160px; }

.ui-icon-power { background-position: 0 -176px; }

.ui-icon-signal-diag { background-position: -16px -176px; }

.ui-icon-signal { background-position: -32px -176px; }

.ui-icon-battery-0 { background-position: -48px -176px; }

.ui-icon-battery-1 { background-position: -64px -176px; }

.ui-icon-battery-2 { background-position: -80px -176px; }

.ui-icon-battery-3 { background-position: -96px -176px; }

.ui-icon-circle-plus { background-position: 0 -192px; }

.ui-icon-circle-minus { background-position: -16px -192px; }

.ui-icon-circle-close { background-position: -32px -192px; }

.ui-icon-circle-triangle-e { background-position: -48px -192px; }

.ui-icon-circle-triangle-s { background-position: -64px -192px; }

.ui-icon-circle-triangle-w { background-position: -80px -192px; }

.ui-icon-circle-triangle-n { background-position: -96px -192px; }

.ui-icon-circle-arrow-e { background-position: -112px -192px; }

.ui-icon-circle-arrow-s { background-position: -128px -192px; }

.ui-icon-circle-arrow-w { background-position: -144px -192px; }

.ui-icon-circle-arrow-n { background-position: -160px -192px; }

.ui-icon-circle-zoomin { background-position: -176px -192px; }

.ui-icon-circle-zoomout { background-position: -192px -192px; }

.ui-icon-circle-check { background-position: -208px -192px; }

.ui-icon-circlesmall-plus { background-position: 0 -208px; }

.ui-icon-circlesmall-minus { background-position: -16px -208px; }

.ui-icon-circlesmall-close { background-position: -32px -208px; }

.ui-icon-squaresmall-plus { background-position: -48px -208px; }

.ui-icon-squaresmall-minus { background-position: -64px -208px; }

.ui-icon-squaresmall-close { background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }

.ui-icon-grip-solid-vertical { background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }

.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; }

.ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }

.ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }

.ui-corner-top { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; }

.ui-corner-bottom { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }

.ui-corner-right { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }

.ui-corner-left { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }

.ui-corner-all { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(../img/plugins/jquery.ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); opacity: 0.3; }

.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../img/plugins/jquery.ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); opacity: 0.3; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }

/* Selectmenu
----------------------------------*/
.ui-selectmenu { display: block; display: inline-block; position: relative; height: 2em; vertical-align: middle; text-decoration: none; overflow: hidden; zoom: 1; }

.ui-selectmenu-status { line-height: 2em; }

.ui-selectmenu-icon { position: absolute; right: 6px; margin-top: -8px; top: 50%; }

.ui-selectmenu-menu { padding: 0; margin: 0; list-style: none; position: absolute; top: 0; display: none; overflow: auto; z-index: 1005; }

/* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-open { display: block; }

.ui-selectmenu-menu-popup { margin-top: -1px; }

.ui-selectmenu-menu li { padding: 0; margin: 0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; line-height: 1.53846153846154em; }

.ui-selectmenu-menu li a, .ui-selectmenu-status { display: block; padding: 0 28px 0 6px; outline: none; text-decoration: none; }

.ui-selectmenu-menu li a { padding: 2px 0; line-height: 1.53846153846154em; font-size: 0.84615384615385em; line-height: 1.45454545454545em; }

.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled { cursor: default; }

.ui-selectmenu-menu li.ui-selectmenu-hasIcon a, .ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }

.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }

.ui-selectmenu-menu li span, .ui-selectmenu-status span { display: block; margin-bottom: .2em; }

.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }

.ui-selectmenu-menu li .ui-selectmenu-item-footer { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8; }

/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }

.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display: block; padding: 0.6em 0.5em 0; font-weight: bold; }

.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }

/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li { border-color: pink; filter: chroma(color=pink); width: 100%; }

* html .ui-selectmenu-menu li a { position: relative; }

/* IE7 workaround (opacity disabled) */
* + html .ui-state-disabled, * + html .ui-state-disabled a { color: silver; }









/* nav_header styling */
#nav-container {
	z-index: 1001;
	position: fixed;
	display: block;
	float: none;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 80px;
	min-width: 320px;
	background-color: rgba(255,255,255,1.00);
	border-bottom: 1px solid #f0f0f7;
/*
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	-webkit-font-smoothing: antialiased;
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto;
	box-sizing: border-box;
	*/
}
#nav-header {
	width: 960px;
	height: 80px;
	margin: 0px auto;
}
/* Primary Nav */
#firstnav {
	position: absolute;
	top: 24px;
	right: 130px; /* Nav - level 1 */
}
#firstnav > ul {
	float: right;
}
#firstnav > ul > li.has_children a:link,  #firstnav > ul > li.has_children a:visited {
	position: relative;
	padding-right: 20px;
	padding-top: 10px;
}
#firstnav > ul > li.has_children a:hover span {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
#firstnav > ul > li.has_children span {
	position: absolute;
	top: 18px;
	right: 8px;
	display: block;
	width: 7px;
	height: 7px;
	background: url(http://old.onapp.com/assets/img/global-sprites.png) -308px -21px no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}
#firstnav > ul li.hovering > ul {
	display: block;
}
#firstnav > ul li.hovering > a:link,  #firstnav > ul li.hovering > a:visited {
	position: relative;
	z-index: 200;
	background: #f0f2f1;
	color: #333;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
#firstnav > ul li.hovering > a:link span,  #firstnav > ul li.hovering > a:visited span {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
#firstnav li {
	position: relative;
	float: left;
	margin: 4px 0 0 32px;
	font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size:1.2em;
}
#firstnav li a:link,  #firstnav li a:visited {
	display: block;
	padding: 10px 10px 8px 5px;
	font-size: 1.0em; /* 15px */
	font-weight:500;
	color: #333;
	text-decoration: none;
}
#firstnav li a:hover,  #firstnav li a:focus {
	color: #00a3e7;
}
/* Primary Nav - level 2 */
#firstnav ul ul {
	display: none;
	z-index: 110;
	position: absolute;
	top: 42px;
	padding: 20px 20px 10px 10px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#firstnav ul ul li {
	margin: 0;
	width: 150px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size:0.9em;
}
#firstnav ul ul li.last-child a {
	background-color: red;
}
#firstnav ul ul a:link,  #firstnav ul ul a:visited {
	margin: 0 4px;
	padding: 5px 6px;
	border-bottom: 1px solid #e5e5e5;
	font-size: .923076923em; /* 12px */
	line-height: 1.666666667em; /* 20px */
	color: #58595b;
	width: auto;
}
#firstnav ul ul a:hover,  #firstnav ul ul a:focus {
	color: #00a3e7;
}
#firstnav ul ul a.button:link,  #firstnav ul ul a.button:visited {
	color: #fff;
	float: none;
	display: block;
	margin: 10px auto 0px auto;
	width: auto;
	text-align: center;
}
#firstnav ul ul.solutions li, #firstnav ul li.node_solutions > ul, #firstnav ul li.node_solutions > ul ul li {
	width: 220px;
}
#firstnav ul li.node_solutions > ul li {
	width: 230px;
}
#firstnav ul li.node_solutions > ul {
	margin-left: -55px;
}

#firstnav ul ul.products li, #firstnav ul li.node_products > ul, #firstnav ul li.node_products > ul ul li {
	width: 220px;
}
#firstnav ul li.node_products > ul li {
	width: 230px;
}
#firstnav ul li.node_products > ul {
	margin-left: -65px;
}

#firstnav ul ul.federation li, #firstnav ul li.node_federation > ul, #firstnav ul li.node_federation > ul ul li {
	width: 220px;
}
#firstnav ul li.node_federation > ul li {
	width: 230px;
}
#firstnav ul li.node_federation > ul {
	margin-left: -75px;
}

#firstnav ul ul.services li, #firstnav ul li.node_services > ul, firstnav ul li.node_services > ul ul li {
	width: 220px;
}
#firstnav ul li.node_services > ul li {
	width: 230px;
}
#firstnav ul li.node_services > ul {
	margin-left: -28px;
}


#firstnav ul ul.company li, #firstnav ul li.node_company > ul, #firstnav ul li.node_company > ul ul li {
	width: 140px;
}
#firstnav ul li.node_company > ul li {
	width: 150px;
}
#firstnav ul li.node_company > ul {
	margin-left: -50px;
}
/* Primary Nav - level 3 */

#firstnav ul ul ul {
	display: block;
	position: static;
	float: left;
	padding: 0;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#firstnav ul ul ul li {
	float: none;
	padding-left: 10px;
}
#toolnav {
	position:absolute;
	top: 5px;
	right: 273px;
}
#toolnav ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
#toolnav li { 
	float: left; 
	margin-left: 24px; 
	font-family: helvetica, arial, sans-serif;
	font-size: 1.0em; 
	line-height: 1.818181818em;  
	font-weight: normal; 
}
#toolnav a:link, #toolnav a:visited { text-decoration: none; color: #333; }
#toolnav a:hover, #toolnav a:focus { 	color: #00a3e7;
 }

/* banner styling */
header[role="banner"] {
	position: relative;
	z-index: 1002;
	padding: 20px 0;
	height: 20px;
}
/*
header[role="banner"] form {
	position: absolute;
	top: 4px;
	right: 143px;
}
header[role="banner"] input {
	padding: 5px 5px 2px 5px;
	width: 100px;
	background: #fff;
	color: #333;
}
*/
.ie7 header[role="banner"] {
	position: relative; /* Force hasLayout so dropdown won't disappear behind content in IE7 */
}
#logo {
	position: absolute;
	top: 32px;
	left: 20px;
	display: block;
	background: url(http://old.onapp.com/assets/img/global-sprites.png);
	width: 181px;
	height: 40px;
}
.button2015 {
	display: inline-block;
	width: 180px;
	float: left;
	margin: 20px 45px 20px 45px;
	padding: 8px 20px;
	border: solid;
	border-color: #00a3e7;
	background-color: #00a3e7;
	font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 1.6em; /* 14px */
	line-height: 1.428571428571429em; /* 20px */
	white-space: nowrap;
	color: #fff;
}
.button2015:link, .button2015:visited {
	color: #fff;
}
.button2015:hover {
	text-decoration: none;
}
.button2015:hover, .button2015:focus {
	background: transparent;
}
.button2015:active {
	padding: 9px 20px 7px 20px;
}

/* hgroup */

.ribbons { 
	margin: -50px -40px 0 -40px; 
	padding: 0px 40px 0px 40px; 
	height: 175px; 
	background-color:#eff; 
	background-image: url(/assets/img/heading-bg2014.png); 
	background-size: cover;
	background-repeat:no-repeat;
	max-width: 880px;
}
.ribbons h1 { margin: 0 0 0 0; color:#00a3e7; }
.ribbons h2 { margin: 0 0 10px 0; color: #58595b; }
.ribbons h2 a:link, .ribbons h2 a:visited { color: #00a3e7; text-decoration: underline; }
.federation { background: url(/assets/img/federation-bg2014.png) 100% 100% no-repeat;}
.vmware { background: url(/assets/img/heading-vmware.png) 100% 100% no-repeat;}
#hgroup { float: left; margin-top: 60px; }

hgroup.ribbons2 { margin: -40px -60px 0 -260px; padding: 60px 40px 60px 40px; background: url(/assets/img/heading-bg2014.png) 100% 100% no-repeat; }
hgroup.ribbons2 h1 { margin: 0 0 0 0; color:#fff; }
hgroup.ribbons2 h2 { margin: 0 0 10px 0; color: #58595b; }
hgroup.ribbons2 h2 a:link, hgroup.ribbons2 h2 a:visited { color: #fff; text-decoration: underline; }


div#cta { position: relative; top: 60px; right: 0px; float: right; width: 180px; padding-top:20px; }
div#cta p { display: block; padding: 0; }
div#cta a { float: none; width: 140px; margin-top: 0 auto; display: block; text-align: center; }

div#cta2 { position: relative; top: -200px; right: -20px; float: right; width: 180px; padding-top:20px; }
div#cta2 p { display: block; padding: 0; }
div#cta2 a { float: none; width: 140px; margin-top: 0 auto; display: block; text-align: center; }

.cta2015 {
	display: inline-block;
	width: 180px;
	float: left;
	margin: 10px 10px 10px -10px;
	padding: 4px 30px;
	border: solid;
	border-color: #008fc9;
	background-color: #067cab;
	font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 1.6em; /* 14px */
	line-height: 1.428571428571429em; /* 20px */
	white-space: nowrap;
	color: #fff;
}
.cta2015:link, .cta2015:visited {
	color: #fff;
}
.cta2015:hover {
	text-decoration: none;
}
.cta2015:hover, .cta2015:focus {
	background: transparent;
}
.cta2015:active {
	padding: 9px 20px 7px 20px;
}

.btn2015, .btn2015:link, .btn2015:visited {
  background: #00a3e7;
  font-family:  "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn2015:hover {
  background: #0096d6;
  text-decoration: none;
}


/* footer styling */

#footer-container {
	position: relative;
	top: 0px;
	width: 100%;
	background-color: #333333;
}
#footer {
	position: relative;
	max-width: 960px;
	min-height: 100px;
	padding-top: 10px;
	padding-bottom: 0px;
}
footer[role="contentinfo"] {
	clear: both;
}
footer[role="contentinfo"] {
	padding: 20px 0 0px 40px;/*	background: url(http://old.onapp.com/assets/img/footer-bg.png) 0 0 no-repeat; */
}
footer[role="contentinfo"] ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
footer[role="contentinfo"] li {
	float: left;
	margin: 0 20px 10px 0;
}
footer[role="contentinfo"] li a:link, footer[role="contentinfo"] li a:visited {
	font-size: 0.846153846153846em; /* 11px */
	line-height: 1.818181818181818; /* 20px */
	color: gray;
	text-decoration: none;
}
footer[role="contentinfo"] li a:hover {
	text-decoration: underline;
	color: #58595b;
}
footer[role="contentinfo"] li a:focus {
	color: #58595b;
	outline: 1px dotted #58595b;
}
footer[role="contentinfo"] small {
	clear: both;
	display: block;
}
footer[role="contentinfo"] .node_linkedin, footer[role="contentinfo"] .node_twitter, footer[role="contentinfo"] .node_facebook {
	float: right;
	margin: 0 0 0 6px;
}
footer[role="contentinfo"] .node_linkedin {
	margin-right: 20px;
}
footer[role="contentinfo"] .node_linkedin a, footer[role="contentinfo"] .node_twitter a, footer[role="contentinfo"] .node_facebook a {
	display: block;
	width: 30px;
	height: 29px;
	background-image: url(http://old.onapp.com/assets/img/global-sprites.png);
	opacity: 0.4;
	-webkit-transition: all, 0.25s, ease-in-out;
	-moz-transition: all, 0.25s, ease-in-out;
	-o-transition: all, 0.25s, ease-in-out;
	transition: all, 0.25s, ease-in-out;
}
footer[role="contentinfo"] .node_linkedin a:hover, footer[role="contentinfo"] .node_linkedin a:focus, footer[role="contentinfo"] .node_twitter a:hover, footer[role="contentinfo"] .node_twitter a:focus, footer[role="contentinfo"] .node_facebook a:hover, footer[role="contentinfo"] .node_facebook a:focus {
	opacity: 1;
}
footer[role="contentinfo"] .facebook {
	background-position: -181px 0;
}
footer[role="contentinfo"] .twitter {
	background-position: -211px 0;
}
footer[role="contentinfo"] .linkedin {
	background-position: -241px 0;
}


/* Intro */
.intro { margin: 30px 0 10px 0; padding: 0px 0; border-top: 0px solid #e5e5e5; border-bottom: 0px solid #e5e5e5; font-size: 1.384615384615385em; /* 18px */ line-height: 1.33333333333333em; /* 24px */ color: #58595b;}
.intro a:link, .intro a:visited { color: gray; text-decoration: underline; }

div.intro { padding: 19px 0 0 0; }

/* Layouts
--------------------------------------------------------------------------------- */
body.col1 #main { width: 100%; }

body.col2 #main { width: 100%; }

body.col2 #main.hentry { width: 100%; }

/* Large feature list
--------------------------------------------------------------------------------- */
ul.large-feature-list { margin-left: 0px; padding-left: 0; list-style: none; border-top: 1px solid #e5e5e5; }
ul.large-feature-list li { position: relative; padding: 40px 280px 20px 0; border-bottom: 1px solid #e5e5e5; }
ul.large-feature-list li:nth-child(even) { padding: 40px 0 20px 280px; }
ul.large-feature-list li:nth-child(even) img { position: absolute; top: 40px; left: 0px; }
ul.large-feature-list h2 { margin-top: 0; }
ul.large-feature-list img { position: absolute; top: 40px; right: 0; }

/* Feature list */
ul.feature-list { margin-left: 0px; padding-left: 0; list-style: none; width: 420px; }
ul.feature-list li { position: relative; padding-left: 100px; }
ul.feature-list img { position: absolute; top: 0; left: 0; }

/*
 Usage: cloud/hardware-list Description: Specific stlying for the hardware shopping list table.

*/
table#hardware-shopping-list { border: 1px solid #cccccc; border-bottom: none; width: 640px; }
table#hardware-shopping-list thead { background-color: #EFEFEF; }
table#hardware-shopping-list thead th { padding: 10px 0; }
table#hardware-shopping-list tr { border-bottom: 1px solid #cccccc; }
table#hardware-shopping-list td { padding: 10px; }
table#hardware-shopping-list small { color: #666666; }
table#hardware-shopping-list ul { padding: 0; margin: 0; }
table#hardware-shopping-list ul li { margin-left: 20px; }

/* Date list
--------------------------------------------------------------------------------- */
ul.date-list { margin-left: 0px; padding-left: 0; list-style: none; border-top: 0px solid #e5e5e5; }
ul.date-list a:link, ul.date-list a:visited { position: relative; padding: 10px 10px 9px 80px; border-bottom: 1px solid #e5e5e5; display: inline-block; text-decoration: none; color: #f2f2f2; }
ul.date-list a:hover { background-color: #999; }
ul.date-list time { top: 10px; left: 40px; display: inline-block; color: #bfbfbf; }
ul.date-list.short-date a:link, ul.date-list.short-date a:visited { padding-left: 0px; }
ul.date-list .details { float: left; width: 530px; }
ul.date-list .details h2, ul.date-list .details h3 { margin: 0; font-size: 1em; /* 13px */ line-height: 1.538461538461538em; /* 20px */ font-family: "Helvetica Neue", helvetica, arial, sans-serif; }

/* People
--------------------------------------------------------------------------------- */
.people span.role { font-size: 0.846153846153846em; /* 11px */ line-height: 1.818181818181818; /* 20px */ color: #bfbfbf; }
.people .management h1 { margin-top: 0; }
.people .management ul { list-style: none; margin: 20px 0 40px 0; padding-left: 0; }
.people .management li { float: left; margin-right: 20px; width: 112px; }
.people .management li .last { margin-right: 0; }
.people .management a:link, .people .management a:visited { display: block; text-decoration: none; text-align: center; color: #58595b; }
.people .photo { padding: 1px; border: 1px solid #e5e5e5; background: #fff; }
.people .department-list { clear: none; }
.people .department-list h1 { font-size: 1.384615384615385em; /* 18px */ line-height: 1.444444444444444em; /* 26px */ margin: 24px 0 0 0; padding-bottom: 10px; border-bottom: 2px solid #e5e5e5; }
.people .department-list li { float: left; margin-right: 20px; width: 175px; }
.people .department-list li.last { margin-right: 0; }
.people .department-list ul { list-style: none; margin: 0; padding: 0; }
.people .department-list a:link, .people .department-list a:visited { display: block; padding: 10px 0 9px; border-bottom: 1px solid #e5e5e5; color: #58595b; text-decoration: none; -webkit-transition: background, 0.25s, linear; -moz-transition: background, 0.25s, linear; -o-transition: background, 0.25s, linear; transition: background, 0.25s, linear; }
.people .department-list a:hover, .people .department-list a:focus { background-color: #f7f7f7; }

body#customers section#customers { background-color: red; }
body#customers section.main { margin: 0; border-right: 1px solid #e5e5e5; width: 469px; float: left; padding-right: 20px; }
body#customers section.main .description { font-size: 16px; line-height: 150%; }
body#customers section.main .description p:first-child { font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif; font-size: 22px; line-height: 150%; }
body#customers section.main .quote { font-size: 14px; font-style: italic; }
body#customers section.main .attrib { font-style: normal; text-align: right; }
body#customers aside#sidebar { width: 200px; float: right; margin: 0; }
body#customers aside#sidebar img.logo { float: right; max-width: 150px; max-height: 100px; margin-bottom: 20px; }
body#customers aside#sidebar div.meta { padding-top: 20px; clear: both; }
body#customers aside#sidebar div.meta p { position: relative; float: right; display: block; width: 200px; }
body#customers aside#sidebar a.website { padding: 10px 0 10px 40px; font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif; font-size: 20px; text-decoration: none; }
body#customers aside#sidebar a.website:before { position: absolute; left: 0; top: -5px; content: ""; float: left; width: 32px; height: 32px; margin: 0 5px 0 0; background-image: url(/assets/img/global-sprites.png); background-position: -188px -48px; }
body#customers aside#sidebar a.case-study { padding: 10px 0 10px 40px; font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif; font-size: 20px; text-decoration: none; }
body#customers aside#sidebar a.case-study:before { position: absolute; left: 0; top: -5px; content: ""; float: left; width: 32px; height: 32px; margin: 0 5px 0 0; background-image: url(/assets/img/global-sprites.png); background-position: -60px -48px; }
body#customers table.old { table-layout: fixed; }
body#customers table.old tr { cursor: default; position: relative; border-bottom: 1px solid rgba(100, 100, 100, 0.1); height: 25px; line-height: 25px; }
body#customers table.old .tools { background-image: url("/assets/img/white-wall-hash.png"); }
body#customers table.old th { font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif; text-align: left; font-weight: normal; cursor: not-allowed; }
body#customers table.old .sortable { cursor: pointer; }
body#customers table.old .logo img { max-height: 35px; max-width: 100px; display: block; margin: 0 auto; padding: 15px 0; }
body#customers table.old .checkboxes { text-align: center; }
body#customers table.old .pdf a, body#customers table.old .video a, body#customers table.old .web a { width: 32px; height: 32px; display: block; text-indent: -9999px; margin: 0 auto; background: white url("/assets/img/global-sprites.png") no-repeat; }
body#customers table.old .pdf a { background-position: -60px -48px; }
body#customers table.old .pdf a:hover { background-position: -92px -48px; }
body#customers table.old .video a { background-position: -124px -48px; }
body#customers table.old .video a:hover { background-position: -156px -48px; }
body#customers table.old .web a { background-position: -188px -48px; }
body#customers table.old .web a:hover { background-position: -220px -48px; }
body#customers table.old td { vertical-align: middle; }
body#customers table.old select { width: 150px; }
body#customers table.new h3 { padding: 0 0 15px 0; margin: 0; }
body#customers table.new p { padding-bottom: 10px; margin-bottom: 0; }
body#customers table.new td { padding: 25px 0; }
body#customers table.new tr { border-top: 1px solid #e5e5e5; }
body#customers table.new .logo { max-width: 150px; max-height: 100px; display: block; margin: 0 auto; padding: 0 20px 10px 0px; }
body#customers table.new .country { float: right; color: #bfbfbf; }
body#customers ul.other-customers { padding: 0; list-style-type: none; overflow: auto; }
body#customers ul.other-customers li { float: left; width: 152px; margin: 20px 10px 0 0; height: 120px; }
body#customers ul.other-customers li a { display: block; height: 120px; width: 152px; background-repeat: no-repeat; background-position: center center; background-size: 110px; }
body#customers ul.other-customers li:nth-child(4n) { margin-right: 0; }
body#customers .filters { background-image: url("/assets/img/white-wall-hash.png"); padding: 10px; border: 1px solid #e5e5e5; }
body#customers .filters input { margin: 0 20px 0 5px; }


/* Aside */
#main aside { float: right; margin: 15px 0 20px 0px; width: 200px; font-size: 1.0em; /* 11px */ line-height: 1.818181818181818em; /* 20px */ }
#main aside h1 { margin: 0 0 10px 0; padding-bottom: 9px; border-bottom: 1px solid #e5e5e5; font-family: "Helvetica Neue", helvetica, arial, sans-serif; font-size: 1em; line-height: 1.818181818181818em; font-weight: bold; }
#main aside a:link { color: gray; text-decoration: underline; }
#main aside a:visited { color: #909090; }
#main aside a:hover { color: #58595b; text-decoration: none; }
#main aside a:focus { color: #58595b; outline: 1px dotted #58595b; text-decoration: none; }
#main aside section { padding: 20px 20px 1px 0px; margin-bottom: 19px; background: #fff; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25); box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25); background-color: #fff; background-image: none;  }
#main aside section ul, #main aside section ol { padding: 0 0 0 15px; }

table#pricing-matrix a { text-align: center; width: 100px; }
table#pricing-matrix a.free { width: 80px; margin-left: 10px; text-align: center; }

#inner-hero { 
	background-color: #fff;
	width:880px;
}
#inner-copy{ 
	background-color: #fff;
	width:880px;
}

/* Sidebar
--------------------------------------------------------------------------------- */

#sidebar { float: left; padding: 20px 10px 10px 40px; margin-left: -40px; margin-right: 20px; width: 250px; background-color: white; background-image:none; font-size:1.0em; }
#sidebar-r { float: right; padding: 20px 10px 10px 40px; margin-left: -40px; margin-right: 20px; width: 250px; background-color: white; background-image:none; font-size:1.0em; }
#sidebar ul, #sidebar p { margin-bottom: 20px; }
#sidebar h1 { padding: 10px 0 8px; margin: 0 0 10px 0; border-bottom: 2px solid #e5e5e5; font-size: 1em;  line-height: 1.38461538461538em; font-family: "Helvetica Neue", helvetica, arial, sans-serif; font-weight: bold; color:#58595b ; }
#sidebar section { margin-bottom: 40px; margin-left: 0px;} 


/* Second nav - level 1 */
#sidebar nav { margin-bottom: 40px; }
#sidebar nav ul { border-top: 1px solid #e5e5e5; }
#sidebar nav li a:link, 
#sidebar nav li a:visited 
{ display: block; padding: 10px 0 9px 0; border-bottom: 1px solid #e5e5e5; font-size: 1em; line-height: 1.538461538461538em; color: #00a3e7; text-decoration: none; }
#sidebar nav li a:hover, 
#sidebar nav li a:focus { color: #58595b; }
#sidebar nav li.active > a, #sidebar nav a.active { font-weight: bold; color: #00a3e7; }

/* Second nav - level 2 */
#sidebar nav ul ul 
{ padding: 10px 0 10px 10px; margin-bottom: 0; border-bottom: 1px solid #e5e5e5; border-top: 0; }
#sidebar nav li li a:link, 
#sidebar nav li li a:visited 
{ padding: 0; border-bottom: 0; font-size: 1.0em;  line-height: 2.0em; color: #58595b;}

body.home div#outer-wrapper { background: none; }

#inner-nav { 
	background-color: #fff;
	width:880px;
	border-style: solid; 
	border-color: #eee; 
	border-width: 0px; 
	border-top-width: 1px;
	border-bottom-width: 1px;
}

/* Topmenu
--------------------------------------------------------------------------------- */

#topmenu { font-size: 1.0em; width: 100%;  }

#topmenu nav {  margin-left: -10px; }
#topmenu nav a.active { font-weight: bold; color: #205f82; }

/* Second nav - level 1 */
#topmenu nav ul { clear:none;  }
#topmenu nav li { float:left; }
#topmenu nav a { 
	float: left; 
	display: block; 
	background-color: #00a3e7; 
	border-style: solid; 
	border-color: #00a3e7; 
	border-width: 0px;
	-webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
	text-align:left; 
	padding: 5px 5px 5px 5px; 
	margin: 4px; 
	font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif; 
	font-size: 1.1em;
	font-weight:bold; 
}
#topmenu nav a::after {
	content: '\0020\00BB';
}
#topmenu nav a:link, 
#topmenu nav a:visited { color: #fff; text-decoration: none; }
#topmenu nav a:hover, 
#topmenu nav a:focus { color: #205f82; background-color: #e1f2fc; }
#topmenu nav a.active > a { font-weight: bold; }


/* Event list
--------------------------------------------------------------------------------- */
ul.event-list { margin-left: 0; padding-left: 0; list-style: none; border-top: 1px solid #e5e5e5; }
ul.event-list a:link, 
ul.event-list a:visited { position: relative; padding: 10px 10px 9px 0px; border-bottom: 1px solid #e5e5e5; display: inline-block; text-decoration: none; color: #333333; }
ul.event-list a:hover { background-color: #cccccc; }
ul.event-list time { top: 10px; left: 20px; display: inline-block; color: #999999; }
ul.event-list.short-date a:link, 
ul.event-list.short-date a:visited { padding-left: 0px; }
ul.event-list .details { float: left; margin-left: 20px; width: 530px; }
ul.event-list .details h2, 
ul.event-list .details h3 { margin: 0; font-size: 1em; /* 13px */ line-height: 1.538461538461538em; /* 20px */ font-family: "Helvetica Neue", helvetica, arial, sans-serif; font-weight:bold; }


ul.community-areas { list-style-type: none; padding: 0; width: 100%; }
ul.community-areas li.meta { 
	float: left !important; 
	background-color: #fff; 
	padding: 7px 0 7px 10px; 
	width: 295px; 
	margin: 20px 20px 0 0; 
	height: 130px; 
	background-image: none; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	-ms-border-radius: 3px; 
	-o-border-radius: 3px; 
	border-radius: 3px; 
	-webkit-box-shadow:none; 
	-moz-box-shadow: none; 
	box-shadow: none;
	box-shadow:none; 
}
ul.community-areas li.meta img { float: left; width: 50px; padding: 30px 20px 50px 10px; }
ul.community-areas li.meta p { margin: 0; padding: 0 20px 0px 0; }
ul.community-areas li.even { margin-right: 0; }

#outer-wrapper {background-color:#fff;}

.masthead {
	height: 80px;
}


.centre {
	width: 100%;
	max-width: 960px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.container {
	position: relative;
	width: 100%;
	height: auto;	
}
.slice {

}
/* hero styling */
#hero {
	z-index: 2;
	position: relative;
	height: 380px;
	margin-top: 0px;
	overflow: hidden;
	background-color:#00a3e7;
	display:table;
	background-image:url(../img/sections/home/hero.png);
	background-repeat:no-repeat;
	background-size:cover;
}
/*
#hero::after {
	content: "";
	position: absolute;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;   
	overflow: hidden;
	background-image:url(../img/sections/home/hero.png);
	background-repeat:no-repeat;
	background-size:cover;
}
*/
#hero h1, #hero h2 {
	text-align: center;
	font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif;
/*	text-shadow: 1px 1px 2px rgba(0,0,0,0.50); */
	z-index: 4;
}
#hero h1 {
	width: 100%;
	font-size: 4.0em; 
	color: #fff; 	
 }
 .hero-box {
	position: relative;
	display:inline-block;
/*	width: 40% ; */
	min-width: 300px;
	margin: 16px 16px ;
	padding: 0px ;
  border: 0px solid #58595b;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
	color: #58595b;
}
/*
.hero-box::before {
	content: "";
	position:relative;
	top: 10px;
	left: 10px;
	width: 48px;
  border: 0px solid #58595b;
  -webkit-border-radius: 24;
  -moz-border-radius: 24;
  border-radius: 24px;
	color: #58595b;
	height: 48px;
}
*/
.user a::before{
	content: "";
	margin: 0px 10px 0px 0px;
	padding: 00px 11px;
	font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif; 
	font-weight: bold;
	font-size: 1.0em; 
	text-decoration: none;
	text-align:center;
	border-radius: 15px;
	border-width: 2px;
	border-style: solid;
	color:#fff;
}
.user a:hover:before{
	color: #336699;
}
.user a{
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif; 
	font-weight: bold;
	font-size: 1.5em; 
	text-decoration: none;
	text-align:center;
	color:#fff;
}

.user a:hover{ color: #336699;  }
/*
#hero .container {
	background: #00a3e7;
	top: 0px;
	height: 533px;
	background-image: url(../img/sections/home/bkgnd.png);
	background-size: auto 100%;
	overflow:hidden;
}
*/
#wo, #provider, #sc, #pr, #wh {
	position: relative;
	min-width: 320px;
	padding: 20px 0px 20px 0px;
  text-align:center;
}
#wo {
	background-color: #fff;
	height:auto;
}
#provider {
	background-color: #fff;
	height:auto;
}
#sc {
	background-color: #fff;
	height:auto;
}
#pr {
	height:auto;
}
#pr::after {
	content: "";
	position: absolute;
  opacity: 0.20;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;   
	overflow: hidden;
	background-image:url(http://old.onapp.com/assets/img/pr-bkgnd.png);
	background-repeat:no-repeat;
	background-size:cover;
	display:block;
}

#wh {
	background-color: #58595b;
	height:auto;
}

#wo h1, #provider h1, #sc h1, #pr h1, #wh h1 {
	font-size: 2.77em;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}
#wo h2, #provider h2, #sc h2, #pr h2, #wh h2 {
	font-size: 1.50em;
	text-align:center;
}
/* section 2 syling */
#wo h1 { color: #58595b; }
#wo h2 { color: #00a3e7; font-size: 1.40em; font-weight:300; }
#provider h1 { color: #58595b; }
#provider h2 a{ color: #00a3e7; text-decoration:none; }
#sc h1 { color: #00a3e7; }
#sc h2 { color: #00a3e7; }
#pr h1 { color: #58595b; }
#pr h2 { color: #fff; font-weight:600; }
#wh h1 { color: #f2f2f2;}
#wh h2 { text-align:left; color: #00a3e7; }


/* what's onapp styling */
.wo-box {
	position: relative;
	display:inline-block;
	width: 28% ;
	min-width: 300px;
	margin: 6px ;
	padding: 0px ;
  border: 0px solid #58595b;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
	color: #58595b;
}

/* product styling */
.pr-box {
	position: relative;
	display:inline-block;
	width: 28%;
	min-width: 295px;
	margin: 6px ;
	padding: 0px ;
  background: rgba(0,163,231,0.9)  ;
	border: 2px solid #00a3e7;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
	color: #fff;
}


/* showcase styling */
.sc-box {
	position: relative;
	display:inline-block;
	width: 28%;
	min-width: 275px;
	height: 206px;
	margin: 10px ;
	padding: 10px ;
  background: #ffffff;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
	color: #58595b;
	overflow:hidden;
}
.sc-box a {
	color: #58595b;
	font-weight:bold;
}
.sc-box img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* whats happening styling */
.wh-box {
/*	position: relative; */
	display:inline-block;
	width: 28%;
	min-width: 275px;
	margin: 10px;
	padding: 10px;
	text-align:left;
	vertical-align:top;
	height:auto;
	overflow:hidden;
	top: 0px;
}
.wh-box ul {list-style:none; padding-left: 0px;}
.wh-box a {color:#fff; text-decoration:none;}
/* Tweet list
--------------------------------------------------------------------------------- */
ul.tweet-list { margin-left: 0; padding-left: 0; list-style: none; border-top: 0px solid #e5e5e5; }
ul.tweet-list li { position: relative; padding: 10px 10px 9px 0px; border-bottom: 1px solid #e5e5e5; display: inline-block; }
ul.tweet-list a:link, ul.tweet-list a:visited { text-decoration: underline; color: #f2f2f2; }
ul.tweet-list time { display: block; color: #bfbfbf; }
	
.srch-box {
	float: right;
	margin: -14px -72px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.srch-box img {
	width: 14px;
	height: 14px;
}


table#pricing-matrix { width: 100%; table-layout: fixed; border: 1px solid #cccccc; }
table#pricing-matrix colgroup col.features { font-weight: bold; }
table#pricing-matrix colgroup col.free { background-color: #f9f9f9; }
table#pricing-matrix colgroup col.paid { background-color: #efefef; }
table#pricing-matrix th { text-align: center; font-size: 14px; }
table#pricing-matrix td { vertical-align: middle; }
table#pricing-matrix td h4 { margin: 0; padding: 0; }
table#pricing-matrix td.subsection { background-color: #efefef; }
table#pricing-matrix td.more { position: relative; }
table#pricing-matrix td.more p { margin: 0; padding: 0; }
table#pricing-matrix td.more > div { position: relative; }
table#pricing-matrix div.more-info { position: absolute; top: -17px; right: -270px; width: 250px; border: 1px solid #cccccc; padding: 10px; background-color: white; z-index: 50; display: none; }
table#pricing-matrix div.more-info img { position: absolute; top: 20px; left: -8px; z-index: 80; }
table#pricing-matrix a { text-align: center; }
table#pricing-matrix a.free {  margin-left: 10px; text-align: center; }
table#pricing-matrix tr { border-bottom: 1px solid #cccccc; }
table#pricing-matrix tr.last { border: none; }
table#pricing-matrix th, table#pricing-matrix td { padding: 7px 5px 8px 5px; }


/* Default button
--------------------------------------------------------------------------------- */
.button { 
	display: block; 
	float: left; 
	margin-top: 20px; 
	padding: 8px 20px; 
	border: 1px solid #00a3e7; 
	background: #00a3e7;   
	font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif; 
	font-size: 1.076923076923077em; /* 14px */ 
	line-height: 1.428571428571429em; /* 20px */ 
	white-space: nowrap; 
	color: #fff; 
	}
.button:link, .button:visited { color: #fff; }
.button:hover { text-decoration: none; }
.button:hover, .button:focus { background: #e1f2fc; color:#336699; }
.button:active { background: #009ec3;  }
/* Quiet button
--------------------------------------------------------------------------------- */
.button-quiet { background: #a3a3a3;  }
.button-quiet:hover, .button-quiet:focus { background: #afafaf;  }
.button-quiet:active { background: #878787;  }
/* Cloud button
--------------------------------------------------------------------------------- */
.button-cloud { background: #ff6633;  }
.button-cloud:hover, .button-cloud:focus { background: #cc3300;  }
.button-cloud:active { background: #e2a612;  }
/* CDN button
--------------------------------------------------------------------------------- */
.button-cdn { background: #fcb914;  }
.button-cdn:hover, .button-cdn:focus { background: #fcc131;  }
.button-cdn:active { background: #e2a612;  }
/* Storage button
--------------------------------------------------------------------------------- */
.button-storage { background: #F99C1C;  }
.button-storage:hover, .button-storage:focus { background: #fcc131;  }
.button-storage:active { background: #e2a612;  }
/* Disabled button
--------------------------------------------------------------------------------- */
.button[disabled], .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active { padding: 8px 20px; background: #afafaf; color: #fff; cursor: auto; }

.button[disabled]:active {  }

.pill-button { 
	display: block; 
	margin: 10px auto 4px auto ; 
	padding: 8px 10px; background: #00a3e7;  
	font-family: "Helvetica Neue", helvetica, arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	white-space: nowrap; 
	color: #fff; 
	text-align: center; 
	border: 2px solid #00a3e7;
	}
.pill-button:link, .pill-button:visited { color: #fff; }
.pill-button:hover { text-decoration: none; }
.pill-button:hover, .pill-button:focus { background: #fff;  color: #00a3e7; }
.pill-button:active { background: #00a3e7;  }
/* Quiet button
--------------------------------------------------------------------------------- */
.pill-button-quiet { background: #5EBE72; }
.pill-button-quiet:hover, .pill-button-quiet:focus { background: #85DB97;  }
.pill-button-quiet:active { background: #878787;  }
/* Cloud button
--------------------------------------------------------------------------------- */
.pill-button-cloud { border: 2px solid #ff6633; background: #ff6633;  }
.pill-button-cloud:hover, .pill-button-cloud:focus { background: #fff; color:#ff6633;  }
.pill-button-cloud:active { background: #ff6633;  }
/* CDN button
--------------------------------------------------------------------------------- */
.pill-button-cdn { background: #fcb914;  }
.pill-button-cdn:hover, .pill-button-cdn:focus { background: #fcc131;  }
.pill-button-cdn:active { background: #e2a612;  }
/* Storage button
--------------------------------------------------------------------------------- */
.pill-button-storage { background: #F99C1C;  }
.pill-button-storage:hover, .pill-button-storage:focus { background: #fcc131;  }
.pill-button-storage:active { background: #e2a612;  }
/* Disabled button
--------------------------------------------------------------------------------- */
.button[disabled], .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active { padding: 8px 20px; background: #afafaf; color: #fff;  cursor: auto; }
.button[disabled]:active {  }


/* Icon list
--------------------------------------------------------------------------------- */
ul.icon-list { margin-left: 0; padding-left: 0; list-style: none; }
ul.icon-list li { clear: left; position: relative; padding-left: 25px; }
ul.icon-list li:before { position: absolute; left: 0; top: 0; content: ""; float: left; width: 20px; height: 20px; margin: 0 5px 0 0; background-image: url(/assets/img/global-sprites.png); }
ul.icon-list .pdf:before { background-position: 0 -40px; }
ul.icon-list .checkmark:before { background-position: -20px -40px; }
ul.icon-list .podcast:before { background-position: -40px -40px; }
ul.icon-list .external:before { background-position: -40px -60px; }
ul.icon-list .press:before { background-position: 0px -60px; }

.srch-container{
	position:relative;
	float:right;
	top: -56px;
	right: 148px;
	width:100%;
	margin:0px auto;
}
.srch-container form{
	position:relative;
	right: 0px;
	top: 0px;
}

.searchbox{
 position:relative;
 min-width:26px;
 width:0%;
 height:26px;
 float:right;
 overflow:hidden;
 -webkit-transition: width 0.3s;
 -moz-transition: width 0.3s;
 -ms-transition: width 0.3s;
 -o-transition: width 0.3s;
 transition: width 0.3s;
}
.searchbox-open{
 width:100%;
}
.searchbox-input{
 position:absolute;
 top:0;
 right:0;
 border:0;
 outline:0;
 background:#dcddd8;
 width:80%;
 height:24px;
 margin:0;
 margin-right: 28px;
 padding-left: 20px;
 font-size:12px;
 color: #58595b;
}
.searchbox-input::-webkit-input-placeholder {
 color: #58595b;
}
.searchbox-input:-moz-placeholder {
 color: #58595b;
}
.searchbox-input::-moz-placeholder {
 color: #58595b;
}
.searchbox-input:-ms-input-placeholder {
 color: #58595b;
}

.searchbox-icon,
.searchbox-submit{
 width:26px;
 height:26px;
 display:block;
 position:absolute;
 top:0;
 font-family:verdana;
 font-size:12px;
 right:0;
 padding:0;
 margin:0;
 border:0;
 outline:0;
 line-height:26px;
 text-align:center;
 cursor:pointer;
 color:#dcddd8;
 background:#fff;
}

/*
 Usage: /dell Description: Specific stlying for partner landing pages. (/dell, /bacula, /solidfire)

*/
body.s1-dell hgroup { background-image: url(/assets/img/sections/dell/heading-bg-dell.png); }

body.s1-bacula4hosts hgroup { background-image: url(http://onapp.com/assets/img/sections/bacula/heading-bg-bacula.png); }
body.s1-bacula4hosts hgroup h1 { color: #A70000; }

body.s1-solidfire hgroup { background-image: url(http://onapp.com/assets/img/sections/solidfire/heading-bg-solidfire.png); }
body.s1-solusvm hgroup h1 { color: #34A0DA; }
body.s1-solusvm hgroup { background-image: url(http://onapp.com/assets/img/sections/solusvm/heading-bg-solus.png); }


body.s1-dell .button, body.s1-bacula4hosts .button { float: none; width: 250px; text-align: center; margin-left: 100px; }
body.s1-dell table, body.s1-bacula4hosts table { border: 1px solid #cccccc; width: 510px; }
body.s1-dell table th, body.s1-bacula4hosts table th { padding: 10px; background-color: #EFEFEF; font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif; background-image: url("/assets/img/white-wall-hash.png"); border-bottom: 1px solid rgba(150, 150, 150, 0.1); width: 33.333%; }
body.s1-dell table td, body.s1-bacula4hosts table td { padding: 10px; font-size: 11px; }
body.s1-dell table td img, body.s1-bacula4hosts table td img { display: block; margin: 0 auto 10px auto; width: 130px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); -webkit-transform: rotate(1deg); -moz-transform: rotate(1deg); -ms-transform: rotate(1deg); -o-transform: rotate(1deg); transform: rotate(1deg); }
body.s1-dell table td:nth-child(2), body.s1-bacula4hosts table td:nth-child(2) { border-left: 1px dotted rgba(200, 200, 200, 0.2); border-right: 1px dotted rgba(200, 200, 200, 0.2); }
body.s1-dell table th:nth-child(2), body.s1-bacula4hosts table th:nth-child(2) { border-left: 1px solid rgba(150, 150, 150, 0.1); border-right: 1px solid rgba(150, 150, 150, 0.1); }
body.s1-dell table small, body.s1-bacula4hosts table small { color: #666666; }
body.s1-dell table ul, body.s1-bacula4hosts table ul { padding: 0; margin: 0; }
body.s1-dell table ul li, body.s1-bacula4hosts table ul li { margin-left: 20px; }
body.s1-dell #main aside, body.s1-bacula4hosts #main aside { width: 330px; }
body.s1-dell #main aside section blockquote, body.s1-bacula4hosts #main aside section blockquote { margin: 0 0 10px 0; font-size: 14px; font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif; }
body.s1-dell #main aside section cite:before, body.s1-bacula4hosts #main aside section cite:before { content: "- "; }
body.s1-dell #main aside section img, body.s1-bacula4hosts #main aside section img { width: 200px; display: block; margin: 20px auto 0 auto; }
body.s1-dell form.validate li div, body.s1-bacula4hosts form.validate li div { width: 200px !important; }
body.s1-dell form.validate label, body.s1-bacula4hosts form.validate label { float: left; }
body.s1-dell form.validate input, body.s1-bacula4hosts form.validate input { width: 260px; }

body.s1-solidfire hgroup h1 { color: #A70000; }
body.s1-solidfire hgroup h2 { color: #FF5D00; }
body.s1-solidfire .button { float: none; width: 250px; text-align: center; margin-left: 100px; }
body.s1-solidfire table { width: 510px; }
body.s1-solidfire table td { padding: 10px; font-size: 11px; vertical-align: top; }
body.s1-solidfire table td img { display: block; margin: 0 auto 10px auto; width: 100px; }
body.s1-solidfire table td h3 { padding: 0; margin: 0; }
body.s1-solidfire #main aside { width: 330px; }
body.s1-solidfire #main aside section blockquote { margin: 0 0 10px 0; font-size: 14px; font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif; }
body.s1-solidfire #main aside section cite:before { content: "- "; }
body.s1-solidfire #main aside section img { width: 200px; display: block; margin: 20px auto 0 auto; }
body.s1-solidfire form.validate li div { width: 200px !important; }
body.s1-solidfire form.validate label { float: left; }
body.s1-solidfire form.validate input { width: 260px; }


/* SmartPhone */
@media only screen and (min-device-width : 320px) and (max-device-width : 759px) {	
#nav-container { 
	position: relative;
	min-height: 20px;
}
#nav-header {
	width: 100%;
	height: 20px;
	margin: 0px auto;
}
#logo {
	position: absolute;
	top: 24px;
	left: 6px;
	display: block;
	background: url(http://old.onapp.com/assets/img/global-sprites.png);
	width: 181px;
	height: 40px;
}
/* Primary Nav */
#firstnav {
	position: absolute;
	top: 64px;
	right: 0px; /* Nav - level 1 */
}
#firstnav li {
	margin: 0px 8px 0px 8px;
	font-size: 0.8em;
}
#firstnav > ul > li.has_children span {
	top: 7px; right: 8px;
}
#firstnav > ul > li.has_children a:link, 
#firstnav > ul > li.has_children a:visited {
	padding: 8px 0px 8px 0px;
}
#firstnav ul ul {
	top:40px;
}
#firstnav ul ul ul li {
	padding-left: 0px;
}
#firstnav ul ul.solutions li, 
#firstnav ul li.node_solutions > ul, 
#firstnav ul li.node_solutions > ul ul li {
	width: 152px;
}
#firstnav ul li.node_solutions > ul li {
	width: 162px;
}
#firstnav ul li.node_solutions > ul {
	margin-left: 0px;
}

#firstnav ul ul.products li, 
#firstnav ul li.node_products > ul, 
#firstnav ul li.node_products > ul ul li {
	width: 125px;
}
#firstnav ul li.node_products > ul li {
	width: 135px;
}
#firstnav ul li.node_products > ul {
	margin-left: 0px;
}

#firstnav ul ul.federation li, #firstnav ul li.node_federation > ul, #firstnav ul li.node_federation > ul ul li {
	width: 132px;
}
#firstnav ul li.node_federation > ul li {
	width: 142px;
}
#firstnav ul li.node_federation > ul {
	margin-left: 0px;
}

#firstnav ul ul.customers li, #firstnav ul li.node_customers > ul, firstnav ul li.node_customers > ul ul li {
	width: 110px;
}
#firstnav ul li.node_customers > ul li {
	width: 120px;
}
#firstnav ul li.node_customers > ul {
	margin-left: -35px;
}


#firstnav ul ul.company li, #firstnav ul li.node_company > ul, #firstnav ul li.node_company > ul ul li {
	width: 70px;
}
#firstnav ul li.node_company > ul li {
	width: 80px;
}
#firstnav ul li.node_company > ul {
	margin-left: -50px;
}

#cta-top {
	position: relative;
	float: right;
	top: 12px;
	right: 4px;
}
#cta-top a, #cta-top a:link, #cta-top a:visited{
	margin: 0px 0px 0px 0px;
	padding: 6px 6px 6px 6px;
	background-color: #ff6633;
	color: #fff;
	font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif; 
	font-weight: 600;
	font-size: 1.0em; 
	text-decoration: none;
	text-align:center;
}
#cta-top a:hover{
	background-color: #fff;
	color: #ff6633;
}
header[role="banner"] form {
	right: 4px;
}
#toolnav {
	right: 12px;
	top: 4px;
	font-size: 0.7em;
}
#toolnav li {
	margin-left: 10px;
}
.srch-box {
	float: right;
	margin: -10px 12px 0px 0px;
}
.srch-box img {
	width: 14px;
	height: 14px;
}
.srch-container{
	position:relative;
	float:right;
	top: -42px;
	right: 132px;
	width:100%;
	margin:0px auto;
}
input [type="text"] { width: 150px; }
}

/* Tablet */
@media only screen and (min-device-width : 760px) and (max-device-width : 960px)  {
#nav-container { 
	position:fixed;
}
#nav-header {
	width: 100%;
	height: 80px;
	margin: 0px auto;
}

/* Primary Nav */
#logo {
	position: absolute;
	top: 24px;
	left: 6px;
	display: block;
	background: url(http://old.onapp.com/assets/img/global-sprites.png);
	width: 181px;
	height: 40px;
}
#firstnav {
	position: absolute;
	top: 24px;
	right: 130px; /* Nav - level 1 */
}
#firstnav li {
	margin: 4px 0 0 0px;
}
header[role="banner"] form {
	right: 4px;
}
#toolnav {
	right: 56px;
	top: 7px;
}
#toolnav li {
	margin-left: 10px;
	font-size:0.9em;
}
#cta-top {
	position: relative;
	float: right;
	width: 110px;
	margin-top:17px;
}
#cta-top a, #cta-top a:link, #cta-top a:visited{
	padding: 6px 6px 6px 6px;
	background-color: #ff6633;
	color: #fff;
	font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif; 
	font-weight: 600;
	font-size: 1.1em; 
	text-decoration: none;
	text-align:center;
}
#cta-top a:hover{
	background-color: #fff;
	color: #ff6633;
}
.srch-box {
	float: right;
}
.srch-box img {
	width: 14px;
	height: 14px;
}
.srch-container{
	position:relative;
	float:right;
	top: -56px;
	right: 200px;
	width:100%;
	margin:0px auto;
}


}

/* Computer */
@media only screen and (min-device-width : 961px)  {
#nav-container { 
	position:fixed;
}
#nav-header {
	width: 960px;
	height: 80px;
	margin: 0px auto;
}
/* Primary Nav */
#logo {
	position: absolute;
	top: 24px;
	left: 6px;
	display: block;
	background: url(http://old.onapp.com/assets/img/global-sprites.png);
	width: 181px;
	height: 40px;
}
#firstnav {
	position: absolute;
	top: 24px;
	right: 163px; /* Nav - level 1 */
}
#firstnav li {
	margin: 4px 0 0 24px;
}
header[role="banner"] form {
	right: 4px;
}
#toolnav {
	right: 10px;
	top: 7px;
}
#toolnav li {
	margin-left: 10px;
	font-size:0.9em;
}
#cta-top {
	position: relative;
	float: right;
	margin-top:18px;
	margin-right: 10px;
}
#cta-top a, #cta-top a:link, #cta-top a:visited{
	padding: 4px 16px;
	background-color: #ff6633;
	color: #fff;
	border: 2px solid #ff6633;
	font-family: "Neo Sans W01", "Helvetica Neue", helvetica, arial, sans-serif; 
	font-weight: bold;
	font-size: 1.2em; 
	text-decoration: none;
	text-align:center;
}
#cta-top a:hover{
	background-color: #fff;
	color: #ff6633;
}
.srch-box {
	float: right;
	margin: -14px -110px 0px 0px;
}
.srch-box img {
	width: 14px;
	height: 14px;
}
.srch-container{
	position:relative;
	float:right;
	top: -56px;
	right: 148px;
	width:100%;
	margin:0px auto;
}

}
.map-cloud, .map-cdn, .map-storage, .map-draas{
	border: 2px solid #ff6633;
}
#platform-diag {
	position:relative;
	background-image: url(/assets/img/platform-diagram-web.png); 
	width: 500px; 
	height: 448px; 
	background-size:contain;
	margin: 30px 0px 0px 20px;
}
#platform-diag a{
	position:absolute;
	display:block;
	border: 2px solid rgba(255,225,255,0.00);
	background-color:rgba(255,225,255,0.00);
}
#platform-diag a:hover{
	position:absolute;
	display:block;
	border: 2px solid rgba(255,225,255,0.50);
	background-color:rgba(255,225,255,0.50);
}
a#plat-diag-cloud         {width:135px; height:114px; left: 46px; top:187px;}
a#plat-diag-cdn           {width: 88px; height: 91px; left:188px; top:187px;}
a#plat-diag-storage       {width: 82px; height:114px; left:278px; top:187px;}
a#plat-diag-draas         {width: 82px; height:114px; left:367px; top:187px;}
a#plat-diag-control-panel {width:438px; height: 50px; left: 30px; top: 33px;}
a#plat-diag-features      {width:438px; height: 50px; left: 30px; top: 97px;}
a#plat-diag-architecture  {width:330px; height: 40px; left: 30px; top:323px;}
a#plat-diag-appliances    {width:330px; height: 52px; left: 30px; top:373px;}
a#plat-diag-architecture2 {width:102px; height:103px; left:368px; top:323px;}
a#plat-diag-accelerator   {width: 88px; height: 32px; left:186px; top:278px;}


