/****** FILE: themes/demandbase2013new/css/fontface.css *****/
@font-face {
	font-family: 'p-black';
	src: url('../font/mark_simonson_-_proxima_nova_black-webfont.eot');
	src: url('../font/mark_simonson_-_proxima_nova_black-webfont.eot?#iefix') format('embedded-opentype'),  
		 url('../font/mark_simonson_-_proxima_nova_black-webfont.woff') format('woff'),  
		 url('../font/mark_simonson_-_proxima_nova_black-webfont.ttf') format('truetype'),  
		 url('../font/mark_simonson_-_proxima_nova_black-webfont.svg#proxima_nova_blblack') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'p-thin';
	src: url('../font/mark_simonson_-_proxima_nova_thin-webfont.eot');
	src: url('../font/mark_simonson_-_proxima_nova_thin-webfont.eot?#iefix') format('embedded-opentype'),  
		 url('../font/mark_simonson_-_proxima_nova_thin-webfont.woff') format('woff'),  
		 url('../font/mark_simonson_-_proxima_nova_thin-webfont.ttf') format('truetype'),  
		 url('../font/mark_simonson_-_proxima_nova_thin-webfont.svg#proxima_nova_ththin') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'p-light';
	src: url('../font/proximanova-light-webfont.eot');
	src: url('../font/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('../font/proximanova-light-webfont.woff') format('woff'), 
		 url('../font/proximanova-light-webfont.ttf') format('truetype'), 
		 url('../font/proximanova-light-webfont.svg#proxima_novalight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'p-regular';
	src: url('../font/proximanova-regular-webfont.eot');
	src: url('../font/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('../font/proximanova-regular-webfont.woff') format('woff'), 
		 url('../font/proximanova-regular-webfont.ttf') format('truetype'), 
		 url('../font/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'p-semibold';
	src: url('../font/proximanova-semibold-webfont.eot');
	src: url('../font/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('../font/proximanova-semibold-webfont.woff') format('woff'), 
		 url('../font/proximanova-semibold-webfont.ttf') format('truetype'), 
		 url('../font/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'p-bold';
	src: url('../font/proximanova-bold-webfont.eot');
	src: url('../font/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('../font/proximanova-bold-webfont.woff') format('woff'), 
		 url('../font/proximanova-bold-webfont.ttf') format('truetype'), 
		 url('../font/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'p-extrabold';
	src: url('../font/proximanova-extrabold-webfont.eot');
	src: url('../font/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('../font/proximanova-extrabold-webfont.woff') format('woff'), 
		 url('../font/proximanova-extrabold-webfont.ttf') format('truetype'), 
		 url('../font/proximanova-extrabold-webfont.svg#proxima_nova_rgbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'wingding';
	src: url('../font/jquery_ui_subpixel.eot');
	src: local('jQuery UI Subpixel Regular'), 
		 local('jQuery-UI-Subpixel'), 
		 url('../font/jquery_ui_subpixel.ttf') format('truetype');
}

/****** FILE: themes/demandbase2013new/css/styles.css *****/
@import url("http://fonts.googleapis.com/css?family=Rokkitt:400,700");
/* General elements */
body { color: #575757; font: 15px/21px 'p-regular'; }
a { color: #5cbbec; font-family: 'p-bold'; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }
b,
strong { font-family: 'p-bold'; }
input[type=text],
input[type=email],
input.text,select { font-family: 'p-regular'; font-size: 18px; border: 1px solid #ccc; padding: 6px 10px 5px; width: 190px; outline: none; }
input[type=text]:focus,
input[type=email]:focus,
input.text:focus,
select:focus { border: 1px solid #5cbbec; }
input[type=submit] { font-family: 'p-bold'; font-size: 12px; color: #fff; background: url(../images/icon-btn.png) no-repeat right #575757; cursor: pointer; text-transform: uppercase; padding: 6px 46px 5px 30px; border: 0; }
input[type=submit]:hover { background-color: #5cbbec; }
label.left { font-family: 'p-semibold'; font-size: 12px; text-transform: uppercase; }
.field { margin-bottom: 10px; }
a.btn { font-family: 'p-bold'; font-size: 12px; line-height: 28px; color: #fff; background: url(../images/icon-btn.png) no-repeat right #575757; cursor: pointer; text-transform: uppercase; padding: 0px 46px 0px 30px; display: inline-block; }
a.btn:hover { background-color: #5cbbec; text-decoration: none; }
a.btn.blue { background-color: #5cbbec; }
a.btn.blue:hover { background-color: #575757; }
.error.message { color: red; display: block; }
label.required { color: #FF0000; display: block; font-size: 13px; margin-left: 125px; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 15px; }
h1 { font: 42px/44px 'p-light'; }
h2 { font: 26px/32px 'p-light'; }
h3 { font: 22px/28px 'p-light'; }
h4 { font: 20px/24px 'p-semibold' }
h5 { font: 18px/24px 'p-regular'; }
h6 { font: 15px/21px 'p-bold'; }
.title h3 { margin: 1em 0 0 0;}
p { margin-bottom: 20px; }
/* Header */
#Header { background: url(../images/bg-header.png) repeat-x; height: 70px; padding-bottom: 9px; position: relative; z-index: 1000; }
#Header .logo { display: inline-block; margin-top: 20px; }
#Header .control { background: #f5f5f5; position: relative; float: right; height: 28px; width: 125px; margin: 21px 0; }
#Header .control > a { display: inline-block; font: 11px/28px 'p-semibold'; text-transform: uppercase; margin: 0 18px; color: #575757; vertical-align: top; }
#Header .control > a:hover { text-decoration: underline; }
#Header .control > a#search { cursor: pointer; text-decoration: none; margin: 0 18px; }
#Header form.gsc-search-box gsc-search-box-tools { position: relative; }
#Header form.gsc-search-box .gsc-search-button { display: none; }
#Header form.gsc-search-box gsc-search-box-tools input[type=text] { background: #f5f5f5 url(../images/icon-search.png) no-repeat 8px center; border: 0 none; padding: 4px 10px 3px 30px; position: absolute; top: -28px; width: 155px; font-size: 16px; }
.searchresults #cse { min-height: 500px; }
/* Footer */
#Footer { background: url(../images/bg-footer.png) repeat; min-height: 50px; clear: both; }
#Footer > div { position: relative; }
#Footer .f-menu { display: inline-block; }
#Footer .f-menu li { display: inline-block }
#Footer .f-menu li a,
#Footer .f-menu li.copyright { color: #575757; margin: 5px 17px 0; font: 11px/40px 'p-semibold'; text-transform: uppercase; opacity: 0.8; filter: Alpha(Opacity=80); }
#Footer .f-menu li a:hover { text-decoration: underline; }
#Footer .f-menu li.first a { margin-left: 0; }
#Footer .social { text-align: right; margin: 14px 0; }
#Footer .social a { display: inline-block; margin: 0 10px; }
#Footer .social a img + img { display: none; }
#Footer .social a:hover img { display: none; }
#Footer .social a:hover img + img { display: inline-block; }
#Footer .social a.last { margin-right: 0; }
#Footerblock { position: fixed; bottom: 0; right: 29px; z-index: 100; }
#Footerblock > a { display: block;height: 50px; float: left; cursor: pointer;text-align:center; color: #f1f1f1; line-height:50px; font-family:'p-bold'; font-size:14px; }
#Footerblock > a:hover { text-decoration: none !important;}
#Footerblock a#chat { /*background: url(../images/icon-chat.png) no-repeat left top;*/ background:#454545;  width:120px; }
div.liveperson_btn { float: left; }
tr.lpStaticButtonTR td a { background: url(../images/icon-chat.png) no-repeat left top; display: block; height: 40px; width: 40px; }
tr.lpStaticButtonTR td a img { display: none; }
.liveperson_btn .lpPoweredBy,
.liveperson_btn .lpEmtStarRating { display: none; }
#Footerblock a#chat:hover { background-position: right top; }
#Footerblock a#connect { /*background: url(../images/icon-contact.png) no-repeat left top;*/ background:#FF8426;width:120px !important; }
#Footerblock a#connect:hover { background-position: right top; }
#connect-popup { width: 370px; height: 500px; border: 1px solid #5cbbec; background: #f5f5f5; position: absolute; bottom: 0; right: 0px; display: none; }
.IN-widget { margin-left: 0.5em; margin-top: 1.5em;  }
#connect-popup form { margin: 30px 0px; }
#connect-popup label.left { float: left; width: 105px; margin-right: 20px; text-align: right; line-height: 34px; }
#connect-popup .Actions { clear: both; margin-left: 125px; margin-top: 10px; }
.popup-close { background: #5cbbec; height: 50px; position: absolute; bottom: 0; width: 370px; color: #fff; }
.popup-close span { background: url(../images/icon-demo.png) no-repeat; font: 14px/50px 'p-bold'; padding-left: 45px; display: block; float: left; }
.popup-close a { background: url(../images/icon-close-popup.png) no-repeat left top; height: 17px !important; width: 17px !important; float: right !important; margin: 17px 15px 17px 0; cursor: pointer; }
#connect-popup form div.field { position: relative; }
#connect-popup label.required,
#connect-popup span.required,
#connect-popup label.error { background: none repeat scroll 0 0 #FF0000; color: #FFFFFF; font-size: 12px; line-height: 19px; margin: 0; padding: 0 10px; position: absolute; right: 33px; top: -17px; }
#connect-popup input.required,
#connect-popup input.holder-required,
#connect-popup input.error { border: 1px solid #ff0000; background: url(../images/bg-error.png) no-repeat right top; }
.pp-thankyou { font: 22px/26px 'p-light'; margin: 120px 70px 0; text-align: center; }
.pp-cookie { font: 22px/26px 'p-light'; margin: 120px 70px; text-align: center; }
.pp-cookie a { font-family: 'p-light'; }
#connect-popup fieldset > label,
#connect-popup #Form_LeadForm_helloworld { font: 22px/26px 'p-light'; margin: 60px 70px 0; text-align: center; display: block; }
.contact-form fieldset > label,
.contact-form #Form_LeadForm_helloworld { font: 22px/26px 'p-light'; margin: 35px 0 35px 55px; text-align: center; display: block; }
.contact-form fieldset > label a,
.contact-form #Form_LeadForm_helloworld a { display: block; text-align: center; }
/* Layout */
#MainContent { margin-top: -13px; }
body > iframe[name=google_conversion_frame] { height: 0 !important; }
#MainContent > .block:last-child { padding-bottom: 0; background: none; }
/* Banner */
#Banner { min-height: 140px; position: relative; margin-top: -9px; background-size: cover; background-repeat: no-repeat; background-position: center center; width: 100%; }
.banner-content { padding: 75px 0 0px; }
#Banner .container_16 .push_1 { left: 0; }
#Banner h6 { text-transform: uppercase; margin-bottom: 20px; }
#Banner h1 { margin-bottom: 40px; }
.banner-content > a { background: url(../images/icon-play.png) no-repeat left top; display: inline-block; width: 74px; height: 74px; cursor: pointer; }
.banner-content > a:hover { background-position: -74px top; }
.banner-content iframe { position: absolute; top: 3px; left: 50%; margin-left: -470px; z-index: 80; display: none; }
.AboutPage #Banner,
.CareerPage #Banner,
.ContactPage #Banner,
.CustomerStoryListPage #Banner,
.ImplementationPartnersPage #Banner,
.LeadershipPage #Banner,
.TechPartnersPage #Banner { height: 360px }
.ConsultingServicesPage #Banner { height: 391px; }
.AboutPage #Banner,
.CareerPage #Banner,
.LeadershipPage #Banner,
.ContactPage #Banner { color: #fff; text-align: center; }
.CustomerStoryListPage #Banner { color: #575757; text-align: center; }
.ConsultingServicesPage #Banner { text-align: center; color: #828282; }
.ImplementationPartnersPage #Banner,
.TechPartnersPage #Banner { text-align: center; }
.PlatformPage #Banner { height: 532px; color: #fff; }
.PlatformPage #Banner p { font: 22px/28px 'p-light'; }
.ResourceTopicPage #Banner { height: 318px; }
.ResourceTopicPage .banner-content h1 { letter-spacing: -1px; }
/* Sidebar */
#Sidebar,
.anchor { background: url(../images/bg-sub-menu.png) repeat-x; min-height: 40px; }
#Sidebar ul,
.anchor ul { margin: 0; padding: 0; display: inline; text-align: center }
.anchor ul { text-align: center }
#Sidebar ul li,
.anchor ul li { display: inline-block; }
#Sidebar ul li a,
.anchor ul li a { color: #fff; font: 18px/40px 'p-bold'; filter: Alpha(Opacity=50); opacity: 0.5; padding: 0 25px 13px; display: block; position: relative; z-index: 100; }
#Sidebar ul li.active a,
#Sidebar ul li.current a,
#Sidebar ul li:hover a { background: url(../images/arrow-sub-menu.png) no-repeat bottom; filter: none; opacity: 1; text-decoration: none; }
#Sidebar.fixed,
.anchor.fixed { position: fixed; top: 0; width: 100%; z-index: 100; }
#Sidebar.anchor,
.anchor { background-image: url("../images/bg-sub-menu-grey.png"); }
#Sidebar.anchor ul li.active a,
#Sidebar.anchor ul li:hover a,
.anchor ul li.active a,
.anchor ul li:hover a { background: url("../images/arrow-sub-menu-grey.png") no-repeat bottom; filter: none; opacity: 1; text-decoration: none; }
#Sidebar.anchor span,
.anchor span { font: 18px/40px 'p-bold'; color: #fff; border-right: 1px solid #555; display: block; }
#Sidebar.anchor ul li a,
.anchor ul li a { font-size: 11px; text-transform: uppercase; padding: 0 36px 13px; }
/* Block */
.block { background-repeat: no-repeat; background-position: center bottom; padding-bottom: 31px; position: relative; clear: both; }
.block > div { padding: 50px 0; }
.block + .block { margin-top: -31px; }
.block-title { text-align: center; margin-bottom: 55px; }
.block-title h6 { font-size: 15px; text-transform: uppercase; display: inline-block; padding: 0 40px; margin: 0 auto; }
.block-title h6 span { padding: 0 10px; }
.block-title h1 { font: 42px/48px 'p-light'; margin: 16px 0 0px; }
h1.jobtitle { font: 42px/48px 'p-light'; margin: 16px 0 15px; text-align: center; }
.block h3 { font: 22px/28px 'p-light'; }
.block.bg-white { background-image: url(../images/arrow-bottom-white.png); }
.block.bg-grey { background-image: url(../images/arrow-bottom-grey.png); }
.block.bg-grey > div { background: #f5f5f5; }
.block.bg-blue { background-image: url(../images/arrow-bottom-blue.png); color: #fff; }
.block.bg-blue > div { background: url(../images/bg-block-blue.png) repeat; }
.block.bg-whitegrey { background-image: url(../images/arrow-bottom-whitegrey.png); }
.block.bg-whitegrey > div { background: url(../images/bg-block-whitegrey.png) repeat; }
.block.bg-darkgrey { background-image: url(../images/arrow-bottom-darkgrey.png); }
.block.bg-darkgrey > div { background: url(../images/bg-block-darkgrey.png) repeat; }
.block .block-title.grey h6 { color: #ccc; background: url(../images/bg-title-grey.png) repeat-x center; }
.block .block-title.grey h6 span { background: #fff; }
.block .block-title.greygrey h6 { color: #ccc; background: url(../images/bg-title-grey.png) repeat-x center; }
.block .block-title.greygrey h6 span { background: #f5f5f5; }
.block .block-title.blue h6 { color: #ccc; background: url(../images/bg-title-blue.png) repeat-x center; }
.block .block-title.blue h6 span { background: url(../images/bg-block-blue.png) repeat; }
.block .block-title.whitegrey h6 { color: #ccc; background: url(../images/bg-title-grey.png) repeat-x center; }
.block .block-title.whitegrey h6 span { background: url(../images/bg-block-whitegrey.png) repeat; }
.block .block-title.darkgrey h6 { color: #ccc; background: url(../images/bg-title-white.png) repeat-x center; }
.block .block-title.darkgrey h6 span { background: url(../images/bg-block-darkgrey.png) repeat; color: #fff }
/* Block - About */
.block.about { }
.block.about > div { font-size: 18px; line-height: 24px; padding-top: 80px;
}
.block.about p { margin-bottom: 0; }
/* Block - Why DemandBase */
.block.why-demandbase .item { margin-bottom: 40px; }
.block.why-demandbase .item .item-img { text-align: center; margin-bottom: 20px; }
/* Block - How we do */
.block.how-we-do .block-title h1 { margin: 10px 0 50px; }
.block.how-we-do h3 { font: 22px/28px 'p-light'; margin-bottom: 10px; }
.block.how-we-do { font-size: 15px; line-height: 21px; }
.block.how-we-do p { margin-bottom: 20px; }
.block.how-we-do .rightnote { background: url(../images/block-how-we-do/arrow-note.png) no-repeat left center; padding-left: 14px; }
.block.how-we-do .rightnote > div { background: url(../images/block-how-we-do/bg-note.png) repeat; padding: 15px 30px 20px; color: #fff; }
.block.how-we-do .rightnote li:before { content: "M"; font-family: "wingding"; font-size: 24px; margin-right: 5px; }
/* Block - Testimonials */
.logo-list { text-align: justify; border-bottom: 1px solid #efefef; margin-bottom: 60px; padding-bottom: 35px; }
.logo-list a { display: inline-block; margin: 0 12px 20px; float: left; }
.logo-list a img + img { display: none; }
.logo-list a:hover img { display: none; }
.logo-list a:hover img + img { display: inline-block; }
.testimonial-slider { clear: both; }
.test-content > * { margin: 0 auto; width: 700px; }
.test-content .content p:first-child { font: 24px/27px 'Rokkitt', serif; color: #5cbbec; background: url("../images/block-testimonial/icon-quote.png") no-repeat scroll left 5px rgba(0, 0, 0, 0); padding-left: 60px; }
.test-content { margin: 0 auto; }
.author { margin-top: 20px; }
.author-img { float: left; margin-left: 60px; margin-right: 20px; }
.author-img img { border: 6px solid #e3eaf2; border-radius: 500px; }
.author-info { display: table; height: 100px; }
.author-info > div { display: table-cell; vertical-align: middle; }
.author-info > div > * { display: block; }
.author-info .name { font: 20px/24px 'p-semibold'; }
.author-info .position { font-size: 15px; line-height: 21px; color: #999; margin-bottom: 15px; }
.author-info a { font-size: 15px; }
.no-content { text-align: center; font: 26px/30px 'Rokkitt', serif; color: #5cbbec; padding-top: 90px; }
/* Block - We are */
.block.we-are { background-image: url(../images/block-we-are/arrow-bttom.png); }
.block.we-are .we-are-bg { background: url(../images/block-we-are/bg-block.png) repeat; min-height: 376px; padding: 0 0 }
.block.we-are .we-are-bg > div { background: url(../images/block-we-are/bg-block-content.png) no-repeat center; padding: 84px 0; }
.block.we-are .block-title h1 { margin-bottom: 20px; }
.block.we-are .block-title h3 { font: 22px 'p-light'; }
.block.we-are .block-title { margin-bottom: 30px; }
.block.we-are .c-left,
.block.we-are .c-middle { color: #fff; }
.block.we-are .analys div { font: 15px/21px 'p-bold'; text-transform: uppercase; }
.block.we-are .analys div span { display: block; text-align: center; }
.block.we-are .analys div span.number { font: 42px/48px 'p-light'; }
.c-right { color: #5cbbec; }
.block.we-are .c-right span.number { color: #575757; }
/* Block - Connect Us */
.connect-us { }
.connect-us .block-content { background: url(../images/bg-sep.png) repeat-y center; }
.connect-us h1 { font: 32px/48px 'p-light'; text-align: center; margin-bottom: 20px; }
.connect-us .infor h1 { text-align: left; }
.connect-us form.newsletter { position: relative; width: 335px; height: 34px; margin-top: 35px; }
.connect-us form.newsletter input[type=text] { position: absolute; left: 0; z-index: 1; background: url(../images/icon-letter.png) no-repeat 10px -1px; width: 284px; font-size: 18px; border: 1px solid #ccc; padding: 6px 2px 5px 47px; }
.connect-us form.newsletter input[type=text]:focus { background-position: 10px -35px; border: 1px solid #5cbbec; }
.connect-us form.newsletter input[type=submit] { position: absolute; right: 3px; top: 3px; z-index: 2; background: url(../images/icon-btn.png) #575757; width: 46px; height: 28px; padding: 0 }
.connect-us form.newsletter input[type=submit]:hover { background-color: #5cbbec; }
.connect-us .form label.left { float: left; width: 105px; margin-right: 20px; text-align: right; line-height: 34px; }
.connect-us .form .Actions { clear: both; margin-left: 125px; margin-top: 10px; }
.connect-us .message.required,
.contact-form .message.required { text-align: right; margin-right: 3px; }
/* Analytics Page */
.AnalyticsPage .anchor { display: none; }
.AnalyticsPage .anchor .grid_5 { background: url(../images/bg-sub-menu.png) repeat-x; font-size: 18px; }
.AnalyticsPage .anchor .grid_5 a { display: inline-block; margin: 0 20px; cursor: pointer; }
.AnalyticsPage #Sidebar ul li a { padding: 0 25px 13px; }
/* Company Targeted Ads */
.CompanyTargetedAdsPage #Banner { position: relative; margin-top: -10px }
.CompanyTargetedAdsPage #bannercontainer {/*background-image: url("../images/block-target-banner/bg-banner.png");*/ background-repeat: no-repeat; background-position: center bottom; background-size: cover; height: 587px; }
#bannercontainer { position: relative; }
#bannercontainer .bg,
#bannercontainer div.one,
#bannercontainer div.two { /*display:none;*/ }
#bannercontainer div.one,
#bannercontainer div.two { color: #575757; position: absolute; left: 20px; top: 80px; }
#bannercontainer div.two { left: 20px; top: 265px; font: 22px/28px 'p-light'; }
#bannercontainer div.one h3 { text-transform: uppercase; font: 15px 'p-bold'; margin-bottom: 25px; }
#bannercontainer div.one h1 { font: 42px/44px 'p-light'; }
#bannercontainer .bg { background-repeat: no-repeat; background-position: center center; background-size: cover; height: 531px; }
.bg-bottom { position: absolute; height: 31px; width: 100%; background: url(../images/bg-bottom.png) no-repeat center bottom; bottom: 0; }
.bg-bottom.darkgrey { background-image: url(../images/bg-bottom-darkgrey.png); }
.bg-bottom.whitegrey { background-image: url(../images/bg-bottom-whitegrey.png); }
.CompanyTargetedAdsPage #Banner .banner-infor { position: relative !important; height: 531px; }
.process { }
.jCProgress { position: absolute; z-index: 9999999; }
.jCProgress + .jCProgress { display: none; }
.jCProgress > div.percent { font: 18px/27px 'BebasRegular', Arial, sans-serif; color: #ebebeb; text-shadow: 1px 1px 1px #1f1f1f; position: absolute; margin-top: 40px; margin-left: 22px; text-align: center; width: 60px; }
.banner-company-infor { background: url("../images/block-target-banner/company-lap.png") no-repeat scroll left top rgba(0, 0, 0, 0); bottom: 66px; height: 337px; left: -98%; position: absolute; width: 595px; }
#banner-company-infor { color: #FFFFFF; display: table; height: 85px; opacity: 0.9; padding: 5px; position: absolute; right: 115px; text-align: center; top: 116px; width: 106px; font-family: 'Rokkitt'; }
#banner-company-infor > div { display: table-cell; height: 85px; width: 106px; vertical-align: middle; line-height: normal; }
#banner-company-infor .p-name { font-size: 20px; text-transform: uppercase; margin-bottom: 5px; vertical-align: top; }
#banner-company-infor .p-intro { font-size: 12px; }
#banner-company-infor .p-link { margin-top: 8px; }
#banner-company-infor .p-link a { color: #fff; text-transform: uppercase; font-size: 10px; font-family: 'Rokkitt'; vertical-align: bottom; }
.CompanyTargetedAdsPage #Sidebar { opacity: 0; }
.CompanyTargetedAdsPage #Sidebar.fixed { opacity: 1; }
/* Block - How it work */
.how-it-work { }
.how-it-work > div { padding: 50px 0 80px; }
.how-it-work .block-title { width: 850px; margin-left: auto; margin-right: auto; }
.how-it-work .block-content { }
.how-it-work .block-content .how-image { width: 50%; float: left; text-align: right; }
.how-it-work .block-content .how-control { width: 50%; float: right; text-align: left; }
.how-control-container { float: left; width: 400px; }
.how-it-work .block-content .how-image > div { background-position: right center; background-repeat: no-repeat; height: 450px; margin-right: 90px; }
.how-it-work .block-content .how-control li { background: url(../images/block-how-it-work/icon-indica.png) no-repeat left 9px; padding-left: 30px; }
.how-it-work .block-content .how-control li:hover,
.how-it-work .block-content .how-control li.active { background: url(../images/block-how-it-work/icon-indica-active.png) no-repeat left 9px; }
.how-it-work .block-content .how-control li + li { margin-top: 20px; }
.how-it-work .block-content .how-control li a { font: 22px/28px 'p-light'; color: #575757; cursor: pointer; }
.how-it-work .block-content .how-control li:hover a,
.how-it-work .block-content .how-control li.active a { color: #5cbbec; }
.how-it-work .block-content .how-control ul { margin-bottom: 40px; }
.how-it-work .block-content .how-control a.btn { margin-left: 30px; }
/* Block - Regular Account */
.regular-account { }
.regular-account > div > div { background: url(../images/bg-blue-sep.png) repeat-y center; }
.regular-account .sep { text-align: center; background: url(../images/bg-block-blue.png) repeat; padding: 0px 0; font: 20px/34px 'p-bold'; margin: 140px 0; }
.regular .image { position: relative; float: right; width: 110px; padding-right: 0; }
.regular .image img { position: absolute; top: 0; left: 0; }
.regular-account h6 { font: 15px/21px 'p-bold'; text-transform: uppercase; text-align: center; }
.regular li > div.regular-number { width: 290px; display: table; height: 90px; float: left; }
.regular li > div.regular-number > div { display: table-cell; vertical-align: middle; }
.regular span.number { font: 30px 'p-extrabold'; }
.regular span.unit { font: 20px 'p-bold' }
.regular .image > span { display: block; height: 78px; width: 78px; margin: 8px 0 0 25px; }
.account .image span { display: block; border: 0px solid red; height: 104px; width: 104px; margin: 0px 0 0 22px; }
.account-container { margin-top: 45px; }
.account-container .image { float: left; width: 125px; margin-top: 40px; margin-right: 20px; }
.account-container .image div { position: relative }
.account-container .image img { position: absolute; top: 0; right: 0; }
.account-container .account-number { float: left; width: 210px; }
.account-container .account-number .number { font: 75px 'p-extrabold' }
.account-container .account-number .unit { font: 35px 'p-bold' }
/* Block - Give it a tr */
.give-it-a-try { }
.give-it-a-try > div { padding: 70px 0; }
.give-it-a-try h1 { margin-bottom: 0; }
.give-it-a-try .block-title { margin-bottom: 40px; }
.give-it-a-try .block-content { }
.give-it-a-try .block-content .give-left { float: left; width: 50%; }
.give-it-a-try .block-content .give-right { float: right; width: 50%; text-align: left; }
.give-it-a-try .block-content .give-right .img { background: url(../images/block-give-a-try/img-bg.png) no-repeat 60px top; min-height: 602px; position: relative; }
.bg-base-condition { height: 215px; left: 118px; position: absolute; top: 102px; width: 265px; }
.give-it-a-try .block-content .give-right .company-infor { color: #fff; font: 20px/22px 'Rokkitt'; position: absolute; width: 240px; height: 195px; top: 20px; left: 14px; }
.give-it-a-try .block-content .give-right .company-logo { text-align: right; color: #fff; display: block; font: 20px/22px 'Rokkitt'; text-transform: uppercase; }
.give-it-a-try .block-content .give-right .company-logo:hover { text-decoration: none; }
.give-it-a-try .block-content .give-right .company-infor img { float: right; }
.give-it-a-try .block-content .give-right .company-infor p { clear: both; padding-top: 20px; margin-bottom: 5px; }
.give-it-a-try .block-content .give-right .company-infor p strong,
.give-it-a-try .block-content .give-right .company-infor p b { font: 700 20px/22px 'Rokkitt'; }
.give-it-a-try .block-content .give-right .company-infor a.more { font: 16px 'Rokkitt'; color: #fff; }
.give-it-a-try .block-content .give-right .company-infor a.more:hover { text-decoration: underline; }
#volumne { margin-bottom: 12px; position: relative; padding: 0 2px; }
#volumne .ui-state-default,
#volumne .ui-widget-content .ui-state-default,
#volumne .ui-widget-header .ui-state-default { background: url(../images/block-give-a-try/icon-volumne.png) no-repeat; border: 0; border-radius: 0; text-indent: -9000px; height: 34px; width: 34px; margin-left: -17px; cursor: pointer; }
#volumne .ui-widget-content { background: url(../images/block-give-a-try/bg-volumne.png) no-repeat 0px center; border: 0; border-radius: 0; }
#volumne .ui-slider-horizontal { height: 24px; }
.give-form { margin-top: 20px; background: #fafafa; width: 420px; float: right; }
.give-form form { margin: 40px 40px 30px; }
.give-form form > div { height: 90px; }
.give-form form > div + div { margin-top: 30px; }
.give-form form > div:before { position: absolute; font: 50px 'p-bold'; color: #e0e0e0; }
.give-form form .step-1:before { content: '1'; }
.give-form form .step-2:before { content: '2'; }
.give-form form .step-3:before { content: '3'; }
.give-form form > div > * { margin-left: 60px; display: block; }
.give-form label { font-size: 12px; line-height: 16px; text-transform: uppercase; margin-bottom: 15px; color: #b4b4b4; }
.give-form .step-3 span { color: #b4b4b4; font-size: 12px; clear: both; display: block; }
.give-form .step-2 span { font-size: 12px; display: inline-block; }
.give-form .step-2 span + span { margin: 0 41px; }
.give-form .step-2 span + span + span { float: right; margin: 0 }
.give-form .step-3 .selectBox { max-width: 272px; text-decoration: none !important }
.give-form .step-3 .selectBox span { color: #575757; font: 14px/28px 'p-regular'; }
.give-form .step-3 .selectBox .selectBox-label { max-width: 273px; }
/* Block Stories */
.success-stories {overflow: hidden;}
.story-logo { clear: both; }
.story-logo ul { margin: 0; padding: 0; }
.story-logo ul li { list-style: none; float: left; width: 25%; text-align: center; padding-top: 35px; }
.story-logo ul li.first { }
.story-logo ul li.last { }
.story-logo ul li a { display: inline-block; text-align: center; cursor: pointer; }
.story-logo ul li a img { }
.story-logo ul li a img + img { display: none; }
.story-logo ul li a:hover img { display: none; }
.story-logo ul li a:hover img + img { display: inline-block; }
.story-logo ul li.active,
.story-logo ul li:hover { background: url(../images/block-success-stories/arrow-logo.png) no-repeat top; }
.story-logo ul li.active a img,
.story-logo ul li:hover a img { display: none }
.story-logo ul li.active a img + img,
.story-logo ul li:hover a img + img { display: inline-block; }
.infor-box { background: #fff; padding: 40px 0; min-height: 430px; }
.infor-box p { margin-bottom: 10px; }
.infor-box ul { margin-bottom: 20px; }
.infor-box li:before { content: "M"; font-family: "wingding"; font-size: 24px; margin-right: 5px; top: -3px; left: 0; position: absolute; }
.infor-box li { position: relative; padding-left: 15px; }
.infor-box .test-content > * { width: auto; }
.logo-infor { border-left: 1px solid #f0f0f0; }
.infor-box .test-content { margin-left: 20px; }
.infor-box .infor {  }
/* Block Resource */
.resource { }
.resource .block-title { width: 55%; margin-right: auto; margin-left: auto; }
.resource .subtitle { font-size: 11px; color: #999; text-transform: uppercase; font-family: 'p-bold'; margin-bottom: 10px; }
.resource li a,
.blog-title a { font: 18px/24px 'p-regular'; }
.resource li { margin-bottom: 15px; list-style: none; padding-right: 30px; }
.resource .grid_7.push_1 { border-right: 1px solid #f0f0f0; padding-right: 10px; }
.resource .date { font-size: 15px; color: #999; margin: 15px 0; }
.resource .content p { margin-bottom: 15px; }
.resource .content a { font-family: 'p-bold'; color: #5cbbec; }
/* Block Put it to work */
.put-it-to-work { }
.put-it-to-work h1 { margin-bottom: 15px; }
.put-it-to-work > div { padding: 70px 0; }
.put-it-to-work h3 { margin-bottom: 40px; }
.put-left { float: left; width: 50%; }
.put-right { float: right; width: 50%; }
.put-infor { background: url(../images/block-put-it-to-work/img.png) no-repeat; width: 496px; height: 413px; float: right; margin-right: 40px; position: relative; }
.put-infor > div { width: 370px; min-height: 300px; position: absolute; top: 60px; right: 50px; }
.put-detail { width: 400px; margin-left: 15px; float: left; }
.put-detail p { margin-bottom: 35px; }
.put-detail li { font-size: 18px; }
.put-it-to-work .connect-btn { clear: both; text-align: center; padding-top: 52px; }
.put-it-to-work .connect-btn a { display: inline-block; }
.put-infor-container { }
.put-infor-container .title { }
.put-infor-container .title > a { float: left; margin-right: 40px; width: 100px; text-align: right; margin-top: 15px; }
.put-infor-container .title p { float: left; font-size: 16px; font-family: 'Rokkitt'; width: 175px; }
.put-infor-container .value { font-family: 'Rokkitt'; font-size: 26px; clear: both; text-align: center; }
.put-infor-container .value .number { font: 104px 'p-extrabold' }
.put-infor-container .value .unit { font: 52px 'p-bold' }
.put-infor-container .value .increase { display: block; margin-top: -25px; margin-bottom: 25px; }
.put-infor-container .link { text-align: center; }
/* Analytics - Banner */
.AnalyticsPage #Banner { background-repeat: no-repeat; background-position: center center; height: 500px; background-size: cover; }
.AnalyticsPage #Banner p { font: 22px/28px 'p-light' }
.AnalyticsPage #Sidebar ul { text-align: center; }
/* Block analytics intro */
.analytics-intro {  }
.analytics-intro h1 { margin-top: 25px; margin-left: 20px; }
.analytics-intro .two-rows h1{margin-top: 0;}
.analytics-intro > div { padding: 0 !important; }
.analytics-intro > div > .block-content { background: url(../images/block-analytics-banner/img-graph.png) no-repeat center top; padding: 80px 0; }
.analytics-intro .grid_10 { background: url(../images/bg-grey-sep.png) repeat-y left; }
.ana-content { margin-left: 35px; }
.ana-content h3 { margin-bottom: 15px; }
.AnalyticsPage .how-it-work .block-content .how-image > div { margin-right: 40px; }
.check-it-out { text-align: center; }
.check-it-out > div { }
.check-it-out h1 { margin-bottom: 15px; margin-top: 0; }
.check-it-out h3 { margin-bottom: 0px; }
.regular-account { }
.regular-account h2 { text-align: center; }
.top-visited { }
.top-visited-container { position: relative; padding-top: 80px; }
.top-visited .top-infor { float: left; width: 50%; }
.top-visited .top-image { float: right; width: 50%; text-align: center; position: absolute; right: 0; top: 35px; }
.regular-account .industry li { float: left; width: 33%; padding-top: 30px; }
.regular-account .industry li .image { text-align: left; margin-bottom: 20px; }
.regular-account .industry li .regular-number { padding-left: 30px; }
/* Page content */
.PageContent { padding-top: 50px; }
.page-title { }
.page-title .title h1 { color: #5cbbec; }
.page-title .title .author { margin-top: 15px; }
.page-title .title .author a { font-family: 'p-regular' }
.page-title .back-link,
.social { margin: 0 0 0 20px; }
.page-title .back-link { margin-left: 0; text-align: right; }
.page-title .back-link a:before { content: "Q"; font-family: "wingding"; font-size: 22px; margin-right: 5px; }
.page-title .back-link a { color: #575757; }
.social { display: block; text-align: right; margin-top: 75px; }
.social a { display: inline-block; }
.social a + a { margin-left: 15px; }
.social a img { }
.social a img + img { display: none; }
.social a:hover img { display: none; }
.social a:hover img + img { display: inline-block; }
.page-separate { height: 0px; padding: 20px 0 40px; margin-bottom: 30px; border-bottom: 1px solid #bcbcbc; }
.page-content { margin-bottom: 30px; }
.page-content p { margin-bottom: 20px; }
.floatleft { float: left; margin: 5px 20px 30px 0; }
.floatright { float: right; margin: 5px 0px 30px 20px; }
.bluetext { color: #5cbbec }
.notebox { color: #5cbbec; font: 22px/28px 'p-semibold'; border-top: 1px solid #5cbbec; border-bottom: 1px solid #5cbbec; padding: 30px 0; margin: 30px 0; clear: both; }
.page-content .rightbar { }
.page-content .rightbar .block > div { padding: 0; }
.page-content .rightbar > div { margin: 0 20px; }
.page-content .rightbar .block { margin: 0 0 20px 0; padding: 25px 20px; }
.page-content .rightbar .block.grey { background: #eee; }
.page-content .rightbar .block.blue { background: #e7f5fc; }
.page-content .rightbar .block h3 { font: 18px/20px 'p-bold'; margin-bottom: 10px; }
.rightbar .block.related-products li { position: relative; padding-left: 10px; margin-bottom: 7px; list-style: none; }
.rightbar .block.related-products li a { }
.rightbar .block.related-products li a:before { content: "M"; font-family: "wingding"; font-size: 22px; margin-right: 5px; position: absolute; left: 0; top: -3px; }
.related-article { }
.related-article li { list-style: none; }
.related-article li + li { border-top: 1px solid #94d2f2; margin-top: 25px; padding-top: 25px; }
.related-article li h5,
.related-article li h5 a { margin-bottom: 5px; font-size: 18px; line-height: 20px; }
.related-article li p { margin-bottom: 5px; }
.related-article li > a { }
.related-article li > a.video { background: url(../images/icon-detail-video.png) no-repeat right; display: inline-block; padding-right: 25px; }
.related-posting { }
.related-posting h3 { font: 11px/21px 'p-bold' !important; text-transform: uppercase; color: #999; margin-bottom: 10px; }
.related-posting li { margin-bottom: 15px; }
.related-posting li a { font: 18px/24px 'p-regular'; }
.related-posting li a:hover { text-decoration: underline; }
.page-content .content ul { margin-bottom: 20px; margin-left: 15px; list-style-type: disc; }
.page-content .content ul li { margin-bottom: 10px; list-style-position: outside; }
.page-content .content ol { margin-bottom: 20px; margin-left: 15px }
.page-content .content ol li { margin-bottom: 10px; list-style: decimal outside; }
ul.dot { list-style-type: disc; }
/* Resource Topic */
.resource-video { position: relative; margin: 73px 20px 0; }
.resource-video span { display: block; width: 301px; height: 168px; position: absolute; top: 0; background: url(../images/icon-play-resource.png) no-repeat left top; }
.resource-video a:hover span { background-position: right top; }
.ResourceTopicPage #Sidebar ul li a { font-size: 13px; letter-spacing: -0.005em; padding: 0 8px 13px; }
.marketing { top: -13px; }
.marketing p { font-size: 18px; line-height: 24px; }
.topic { padding: 0px 0; }
.topic-list { padding: 0 20px; }
.filter-control { margin-top: 55px; border-bottom: 1px solid #c4c4c4; margin-bottom: 39px; padding-bottom: 17px; }
.filter-control form { width: 180px; border: 1px solid #c4c4c4; position: relative; margin-right: 30px; }
.filter-control form input[type=text] { border: 0; background: 0; font-size: 15px; float: left; width: 110px; padding: 6px 10px 7px; }
.filter-control form input[type=submit] { background: url(../images/icon-search.png) no-repeat; position: absolute; right: 9px; top: 7px; height: 15px; width: 15px; border: 0; text-indent: -9000px; float: right; padding: 0; }
.filter-control .sort { float: right; text-align: right; }
.filter-control .sort > * { display: inline-block; margin-left: 10px; margin-top: 5px; }
.filter-control .selectBox-dropdown { min-width: 180px; }
.topic-list #container { margin: 0 0 0 -53px; padding: 0; }
.topic-list .element { border: 1px solid #c4c4c4; width: 230px; padding: 13px; float: left; margin-bottom: 28px; margin-left: 53px; }
.topic-list .element.first { margin-left: 0; clear: left; }
.topic-list .element .image { }
.topic-list .element .title { margin: 15px 0 10px; }
.topic-list .element .title a { font-size: 18px; line-height: 20px; color: #575757; }
.topic-list .element .title a:hover { color: #5cbbec; }
.topic-list .element p { margin-bottom: 0; }
.topic-list .element > a { }
#options #sort-direction { float: right; }
#options #sort-direction li { margin-top: 5px; }
#options #sort-direction a { background: url(../images/icon-radio.png) no-repeat left -2px; padding-left: 30px; border: 0; border-radius: 0; font-family: 'p-regular'; color: #575757; }
#options #sort-direction a:hover,
#options #sort-direction a.selected { background-position: left -27px; text-decoration: none; }
/* Consulting Service */
.ConsultingServicesPage .anchor { opacity: 0; }
.ConsultingServicesPage .anchor.fixed { opacity: 1; }
.ConsultingServicesPage #Sidebar.anchor ul li a,
.ConsultingServicesPage .anchor ul li a { padding-left: 7px; padding-right: 7px; }
.ConsultingServicesPage #MainContent .block:first-child > div { padding-top: 0; }
.block.managed-analytics .block-title h1 { letter-spacing: -0.02em; }
.block.landing-page img { margin-bottom: 50px; }
.block.go-live p { margin-bottom: 10px; }
.block.go-live p + a { text-decoration: underline; font-size: 13px; }
.block.go-live div.link-btn { clear: both; padding-top: 60px; text-align: center; }
.consulting-description { text-align: left; font-size: 18px; line-height: 24px; }
.consulting-description > div { margin-bottom: 0 !important; padding-top: 60px; }
.consulting-description p { margin-bottom: 0; }
/* Career page */
.CareerPage #Sidebar { background-color: #f5f5f5; }
.career-description { font-size: 18px; line-height: 24px; }
.career-description .author { margin: 20px 0 0 }
.career-description a { font-size: 15px; }
.career-description img { border: 6px solid #E3EAF2; border-radius: 500px; margin-right: 25px; }
.position .last.column { margin-left: 60px; width: 40% !important; }
.position .list li + li { margin-top: 25px; }
.position .list li li { margin-bottom: 10px; margin-top: 0; }
.position .list a { font: 18px/24px 'p-regular'; }
.position .list a:hover { text-decoration: underline; }
.position .list span.category { font: 11px/21px 'p-bold'; text-transform: uppercase; color: #999; margin-bottom: 10px; }
.career-detail .social { margin-bottom: 10px !important; }
.career-detail .social a + a { margin-left: 26px; }
.career-detail .back-link { margin-top: 0px; margin-bottom: 20px; }
.career-detail .back-link a:before { content: "Q"; font-family: "wingding"; font-size: 22px; margin-right: 5px; text-decoration: none !important }
.career-detail .back-link a { cursor: pointer; }
.career-detail .page-content .content ul { margin-bottom: 20px; }
.career-detail .page-content .content ul li { position: relative; margin-bottom: 5px; padding-left: 11px; list-style: none; }
.career-detail .page-content .content ul li:before { content: "M"; position: absolute; left: 0; top: -2px; font-family: "wingding"; font-size: 20px; }
.career-detail .page-content .content a { font-family: 'p-regular'; color: #5CBBEC; }
.position .block-title h1 { margin-top: 0; }
/* Block - Contact */
.contact-form { top: -13px; }
.contact-form > div { padding: 100px 0; }
.contact-form > div > div { background: url(../images/bg-sep.png) repeat-y center; }
.contact-form .infor a { font-family: 'p-regular' }
.contact-form .infor li { margin-bottom: 25px; }
.contact-form .form label.left { float: left; width: 105px; margin-right: 20px; text-align: right; line-height: 34px; }
.contact-form .form .Actions { clear: both; margin-left: 125px; margin-top: 10px; }
.google-map { background: url(../images/img-map2.png) top center no-repeat !important; height: 297px; margin-top: -44px !important; padding-bottom: 0; }
.google-map h3 { margin-top: 0px; }
/* Customer Story detail */
.download-link { text-align: right; }
.download-link h5 { float: left; margin-bottom: 0; }
.download-link.bottom { margin: 20px 0; }
.downloadresource { float: right; margin-top: 4px; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
.downloadresource { margin-top: -23px; }
}
.download-link.bottom a { color: #5CBBEC; }
/* CustomerStoryListPage */
.CustomerStoryListPage #Sidebar a { padding: 0 23px 13px; }
.story > div { padding-top: 0; }
.story .block-content { border-top: 1px solid #c4c4c4; }
.story.no-topborder .block-content{border-top: none;}
.story .filter-control { border-bottom: 0; }
.CustomerStoryListPage .story p { font-size: 14px; line-height: 18px; }
.CustomerStoryListPage .logo-list { border-bottom: 0; border-top: 1px solid #efefef; margin-bottom: 0; }
.CustomerStoryListPage .block.testimonials { background: 0; }
.CustomerStoryListPage .block.testimonials > div { padding-bottom: 0; }
.CustomerStoryListPage ul.thumbs li { width: 25%; text-align: center; padding-left: 0; padding-right: 0; }
.CustomerStoryListPage ul.thumbs li a { text-align: center; float: none; }
.ImplementationPartnersPage { }
.ImplementationPartnersPage .anchor { display: none; }
.ImplementationPartnersPage .anchor .grid_5 { background: url(../images/bg-sub-menu.png) repeat-x; font-size: 18px; }
.ImplementationPartnersPage .anchor .grid_5 a { display: inline-block; margin: 0 20px; cursor: pointer; }
.ImplementationPartnersPage .anchor ul li a { padding-left: 23px; padding-right: 23px; }
.ImplementationPartnersPage #Sidebar ul { text-align: center; }
.ImplementationPartnersPage #Sidebar a { padding: 0 36px 13px; }
.TechPartnersPage .anchor { display: none; }
.TechPartnersPage .anchor .grid_5 { background: url(../images/bg-sub-menu.png) repeat-x; font-size: 18px; }
.TechPartnersPage .anchor .grid_5 a { display: inline-block; margin: 0 20px; cursor: pointer; }
.TechPartnersPage .anchor ul li a { padding-left: 23px; padding-right: 23px; }
.TechPartnersPage #Sidebar ul { text-align: center; }
.TechPartnersPage #Sidebar a { padding: 0 36px 13px; }
.implement-description { top: -13px; font-size: 18px; line-height: 24px; }
.implement-description .desc-link { text-align: center; margin: 40px 40px 20px 0 !important; }
.ImplementationPartnersPage .block-title { margin-bottom: 30px; }
.ImplementationPartnersPage .block-title h6 { display: block; }
.read-more a { font: 15px/23px 'p-semibold' !important; color: #ccc !important; background: url(../images/icon-read.png) no-repeat; padding-left: 33px; display: inline-block; background-position: 0 0; margin-top: 25px; }
.less-more a { font: 15px/23px 'p-semibold' !important; color: #ccc !important; background: url(../images/icon-read.png) no-repeat; padding-left: 33px; display: inline-block; background-position: 0 -23px; }
.implement-logo { text-align: center; }
.implement-logo a { display: inline-block; margin: 0 50px 50px; }
.implement-logo a img { }
.implement-logo a img + img { display: none; }
.implement-logo a:hover img { display: none; }
.implement-logo a:hover img + img { display: inline-block; }
.partners-form{margin:25px 0;padding:6px;background:#EEE;}
.partners-form h4{padding: 0 0 13px 0;}
.partners-form ul{padding-bottom: 11px;}
.partners-list li{display:inline-block;padding: 3px 16px 3px 16px;width: 214px;margin-right: 53px;}
.partners-list li.last{margin-right:0;}
.partners-list li input{margin: 3px 6px 3px 0px;}

/* Leadership */
.LeadershipPage .block > div { padding-bottom: 20px; }
.LeadershipPage .block .grid_16 { padding: 0; width: 860px; margin: 0 50px; }
.LeadershipPage #Sidebar ul { text-align: center; }
.LeadershipPage .anchor { display: none; }
.LeadershipPage .anchor .grid_5 { background: url(../images/bg-sub-menu.png) repeat-x; font-size: 18px; }
.LeadershipPage .anchor .grid_5 a { display: inline-block; margin: 0 20px; cursor: pointer; }
.LeadershipPage .block-title { margin-bottom: 30px; }
.LeadershipPage .block-title h6 { display: block; }
/* Platform Page */
.PlatformPage { }
.deliver div.block-content { background: url(../images/bg-sep.png) repeat-y center; }
.discover .block-title h1 { margin-bottom: 10px; }
.discover .block-content { margin-top: 40px; }
.discover-content { display: table; height: 360px; width: 460px; }
.discover-content > div { display: table-cell; vertical-align: middle; }
.discover-content > div > a { font-family: 'p-regular' }
.discover-content > div > a:after { content: "M"; font-family: "wingding"; font-size: 20px; margin-left: 5px; }
.discover-content > div p.i-middle { text-align: center; }
.discover-content > div h3 { color: #ff8426; line-height: 26px; margin-bottom: 7px; }
.discover-content > div h3.bluetext { color: #5CBBEC }
.link-btn { clear: both; padding-top: 50px; text-align: center; }
.PlatformPage .put-it-to-work .block-content { background: url(../images/bg-sep.png) repeat-y center; }
.PlatformPage .put-it-to-work > div { background: url(../images/block-platform-put/bg-chart.png) no-repeat center 110px; }
.platform-chart { text-align: center; padding: 0 !important; margin: 70px 0; }
.with-number.how-it-works { margin-top: -44px; }
.with-number.how-it-works .block-title { margin-bottom: 30px; }
.with-number.how-it-works ul { margin-top: 30px; }
.with-number.how-it-works ul li { clear: both; margin: 20px 0; list-style: none; }
.with-number.how-it-works ul li + li { margin: 0 0 20px; }
.with-number.how-it-works ul li .number { font: 30px/80px 'p-bold'; color: #ccdce7; display: block; border: 3px solid #ccdce7; border-radius: 500px; float: left; width: 80px; text-align: center; margin-right: 40px; margin-left: 20px; }
.with-number.how-it-works ul li .content { padding-left: 140px; min-height: 80px; padding-top: 8px; }
.with-number.how-it-works ul li .content h5 { margin-bottom: 7px; font: 22px/26px 'p-light'; }
.PlatformPage #Sidebar { opacity: 0; display: none; }
.PlatformPage #Sidebar.fixed { opacity: 1; display: block; }
.discover-bg { background-repeat: no-repeat; background-position: center center; width: 411px; height: 411px; position: relative; }
.discover-bg a { position: absolute; display: block; border: 0px solid red; cursor: pointer; }
.discover-bg a.indentify { height: 91px; left: 163px; top: 153px; width: 90px; }
.discover-bg a.measure { height: 131px; right: 25px; top: 82px; width: 109px; }
.discover-bg a.attract { bottom: 31px; height: 132px; right: 33px; width: 141px; }
.discover-bg a.engage-personal { bottom: 36px; height: 105px; left: 63px; width: 150px; }
.discover-bg a.engage-chat { height: 130px; left: 31px; top: 112px; width: 93px; }
.discover-bg a.convert { height: 94px; left: 134px; top: 26px; width: 118px; }
.step-change-img > a { cursor: pointer; }
.ImplementationPartnersPage .block#demand-generation > div,
.ImplementationPartnersPage .block#content-personalization > div,
.ImplementationPartnersPage .block#website-analytics > div { padding: 50px 0 50px }
.ImplementationPartnersPage .block#platform > div { padding-top: 95px; }
.TechPartnersPage .block#demand-generation > div,
.TechPartnersPage .block#content-personalization > div,
.TechPartnersPage .block#website-analytics > div { padding: 50px 0 50px }
.TechPartnersPage .block#platform > div { padding-top: 95px; }
.TechPartnersPage .how-it-work ul { list-style: disc outside; margin-bottom: 20px; }
.TechPartnersPage .how-it-work ul li { margin-bottom: 10px; }
.TechPartnersPage .how-it-work div.desc-link { text-align: center; }
.TechPartnersPage .view-more { text-align: center; }
.TechPartnersPage .implement-logo { margin-top: 35px; }
.TechPartnersPage .implement-logo a { margin-left: 35px; margin-right: 35px; height: 110px; vertical-align: top; margin-bottom: 30px; }
.TechPartnersPage .implement-logo a span { display: block; font-size: 11px; line-height: 1; }
.TechPartnersPage .implement-description { padding-bottom: 31px; }
.TechPartnersPage .block + .implement-description { margin-top: 30px; }
.TechPartnersPage .how-it-work > div { padding-bottom: 0; }
.TechPartnersPage #consulting-partners + + block + .block > div {
padding-top:30px;
}
.view-logo > div { padding-bottom: 0 !important; }
.PlatformPage .go-live { background-image: url("../images/arrow-bottom-whitegrey.png"); }
.PlatformPage .go-live > div { background: url("../images/bg-block-whitegrey.png") repeat scroll 0 0 rgba(0, 0, 0, 0); }
.PlatformPage .go-live .block-title h6 { display: none; }
.PlatformPage .go-live .block-content > div.platformcontent { background: url("../images/bg-sep.png") repeat-y scroll center center rgba(0, 0, 0, 0); }
.PlatformPage .go-live .block-content > div.platformcontent .grid_7 { width: 375px; }
/**** Isotope Filtering ****/

.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; }
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }
/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */
html,
body { margin: 0; padding: 0; height: 100%; }
#Container { min-height: 100%; position: relative; }
#Header { }
#MainContent { padding-bottom: 50px;	/* Height of the footer */ }
#Footer { position: absolute; bottom: 0; width: 100%; height: 50px; z-index: 9999; }
.element { height: 320px; float: left; overflow: hidden; position: relative; }
.clickable .element:hover { cursor: pointer; }
.clickable .element:hover h3 { text-shadow: 0 0 10px white, 0 0 10px white; }
.clickable .element:hover h2 { color: white; }
/**** Example Options ****/

#options { padding-bottom: 1.0em; }
#options ul { margin: 0; list-style: none; }
#options ul ul { margin-left: 1.5em; }
#options li { float: left; margin-bottom: 0.2em; }
#options li a { display: block; }
#options li a:hover { }
#options li a:active { }
#options li a { }
#options li:first-child a { border-left: none; }
#options li:last-child a { }
#options li a.selected { }
/* Combination filter options*/

#options .option-combo { display: inline-block; float: left; margin-right: 10px; }
#options .option-combo ul { margin-right: 20px; display: inline-block; }
#options .option-combo h2,
#options .option-combo h4 { line-height: 34px; margin-bottom: 0; margin-right: 5px; display: inline-block; vertical-align: top; }
/* Color shapes */

.color-shape { width: 70px; height: 70px; margin: 5px; float: left; }
.color-shape.round { -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px; }
.color-shape.big.round { -webkit-border-radius: 75px; -moz-border-radius: 75px; border-radius: 75px; }
.color-shape.red { background: red; }
.color-shape.blue { background: blue; }
.color-shape.yellow { background: yellow; }
.color-shape.wide,
.color-shape.big { width: 150px; }
.color-shape.tall,
.color-shape.big { height: 150px; }
.color-shape a { display: block; height: 100%; }
.color-shape a:hover { background: white; background: hsla( 0, 0%, 100%, 0.5 ); }
/**** Horizontal ****/

.horizontal #container { height: 80%; }
#copy { max-width: 640px; }
/**** Photo demo ****/

.photos .photo { width: 320px; margin: 5px; float: left; }
.photos .photo img { display: block; width: 100%; }
#content { margin-left: 210px; }
.demos #content { height: 100%; }
/**** Docs ****/

.docs #content { max-width: 640px; }
.docs #content a:hover { border-bottom: 1px dotted; }
h3#options { padding-bottom: 0; }
.option-def dl dt,
.option-def dl dd { float: left; padding: 0 1.2em; ; background: #161616; line-height: 36px; height: 36px; }
.option-def dl.header dt,
.option-def dl.header dd { background: #444; }
.option-def dl .option-type { font-size: 13px; color: #AAA; font-style: italic; }
.option-def dl dd { border-left: 1px solid #222; }
/* Tagline */

.docs .tagline { font-size: 22px; font-weight: 300; }
/* as-is from MIT */

.docs .as-is { font-size: 95%; }
/* Commercial license blurb */

.docs #commercial { background: white; padding: 10px; font-size: 14px; color: #1F1F1D; }
.docs #commercial a { font-weight: bold; }
/**** Infinite Scroll ****/

#infscr-loading { position: fixed; text-align: center; bottom: 60px; left: 42%; z-index: 100; background: white; background: hsla( 0, 0%, 100%, 0.9 ); padding: 20px; color: #222; font-size: 15px; font-weight: bold; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
#infscr-loading img { }
#infscr-loading div { }

/* Special for Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.connect-us form.newsletter input[type=submit] { top: 5px; }
#Sidebar,
.anchor { position: relative; z-index: 22; }
#MainContent { position: relative; z-index: 21; }
.CustomerStoryListPage #Sidebar a { padding: 0 23px 13px; }
.ResourceTopicPage #Sidebar ul li a { padding: 0 7px 13px; }
}
/* Fix for Mac */
.mac-os .sf-menu > li > a { padding-left: 9px; padding-right: 9px; }
/* BLOG */ 
.rss-link { margin: 15px 0 !important }
.rss-link a { display: inline-block; background: url(../images/icon-rss.png) no-repeat right; padding-right: 27px; line-height: 17px; color: #575757; }
.blog-banner { height: 318px; }
#MainContent .blogSummary a { color: #5CBBEC }
#MainContent .blogSummary a.arrowLink.readmore { font-family: 'p-regular' }
#MainContent .blogSummary .authorDate a { color: #575757; }
#MainContent .blogSummary > * { margin: 0 0 5px; }
#MainContent .blogSummary { margin-bottom: 40px; }
#PageNumbers { clear:both; padding-top: 40px;}
#PageNumbers a { color: #5CBBEC; display: inline-block; margin-left: 10px; }
#PageNumbers a{
    font-family: 'p-bold'; 
    font-size: 12px; 
    color: #fff!important; 
    background-color: #5CBBEC; 
    cursor: pointer; 
    text-transform: uppercase; 
    border: 0;
    text-decoration: none;
    background: url(../images/icon-btn.png) no-repeat right #5CBBEC;
    height: 20px;
    width: 85px;
}
.first-page  a.next{
}
#PageNumbers a.next{
    float: left;
    background: url(../images/icon-btn-l.png) no-repeat left #5CBBEC;
    padding: 4px 32px 4px 40px;
}
#PageNumbers a.prev{
    float: right;
    padding: 4px 40px 4px 32px;
}
#PageNumbers .current { font-family: 'p-bold'; margin-left: 10px; }
.authorDate { margin-bottom: 0; font-family: p-bold }
h1.blogauthor { color: #5CBBEC }
.authorLinkedInProfile img {vertical-align: top;}
ul.suggest { margin-left: 0; }
ul.suggest li { list-style: none outside none; margin-bottom: 7px; padding-left: 15px; position: relative; }
ul.suggest li a { color: #5CBBEC }
ul.suggest a:before { content: "M"; font-family: "wingding"; font-size: 22px; left: 0; margin-right: 5px; position: absolute; top: -3px; }
#dummyWrapper,
#pageWrapper { z-index: 9; }
.message.required { color: #FF0000; display: block; font-size: 13px; }
.alignRight { float: right; margin: 0 0 1em 1em; }
.alignLeft { float: left; margin: 4px 1em 1em 0; display: block; }
img.alignLeft { max-width: 400px; }
.clearRight { clear: right; }
.clearBoth { clear: both; }
.clearLeft { clear: left; }
.blogCallout { font-family: 'Rokkitt', serif; font-style: italic; font-size: 1.2em; line-height: 2em; width: 12em; float: right; padding: 0 0 0 1em; border-left: 2px solid #72b052; margin: 0 0 1em 1em; }
.blogCalloutLft { font-family: 'Rokkitt', serif; font-style: italic; font-size: 1.2em; line-height: 2em; width: 12em; float: left; padding: 0 1em 0 0; border-right: 2px solid #72b052; margin: 0 1em 1em 0; }
.EventCenterPage { margin-top: 30px; }
.EventCenterPage .page-title h1 { margin-left: 10px; }
#ResourceTable th { border-bottom: 1px solid #ccc; padding: 0 10px; line-height: 30px; }
#ResourceTable th a { font-family: 'p-regular'; color: #575757; }
#ResourceTable a,
#ResourcePagination a:hover { color: #5CBBEC; }
#ResourceTable td { line-height: 22px; padding: 10px 10px; }
#ResourceTable .first td { padding-top: 30px; }
#ResourceTable .last td { }
#ResourcePagination { text-align: right; margin-top: 20px; padding: 10px 10px; border-top: 1px solid #ccc; }
#ResourcePagination a.prev { float: left }
#ResourcePagination a.next { float: right; }
#Header #cse-search-form {position: absolute; z-index: 1000; top: 0; }
#Header #cse-search-form form {padding: 0 !important;}
#Header #gsc-i-id1 { padding: 5px 8px 4px 30px !important; background: url("../images/icon-search.png") no-repeat scroll 8px center #F5F5F5 !important; width: 157px !important; }
#Header table.gsc-search-box td { padding: 0 !important }
#Header .gsc-input-box { border: 0 !important }
#Header .gsc-search-box .gsc-input>input:hover,
#Header .gsc-input-box-hover,
#Header .gsc-search-box .gsc-input>input:focus,
#Header .gsc-input-box-focus { border: 0 !important; box-shadow: none !important; }
#Header .gsst_b { right: 25px !important; top: -2px !important; }
.gsc-input-box { margin-top: 1px; }
.gsc-search-box .gsc-input>input:hover,
.gsc-input-box-hover,
.gsc-search-box .gsc-input>input:focus,
.gsc-input-box-focus { box-shadow: none !important; }
.gsc-table-result { margin-left: 8px; }
.gsc-results .gsc-cursor-box { text-align: right; }
.gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page { color: #575757 !important; }
.gsc-results .gsc-cursor-box .gsc-cursor-page { color: #5CBBEC !important; font-weight: bold; }
.gsc-control-cse,
.gsc-control-cse .gsc-table-result { font: 15px/21px 'p-regular' !important; }
/**** Module Page ****/
.ModulePage #Content .innerWrapper { padding-left: 0; padding-right: 0; }
.ModulePage .bannerImage h1,
.ModulePage .bannerImage h3 { width: 640px; }
.ModulePage .bannerImage .quickLinks { position: absolute; right: 30px; top: 0; }
.ModulePage .bannerImage .quickLinks a { display: block; position: relative; width: 210px; height: 46px; padding-top: 6px; }
.ModulePage .bannerImage .quickLinks a:hover,
.ModulePage .bannerImage .quickLinks a:active { background-position: 0 -53px; }
.ModulePage .bannerImage .quickLinks a.stack { height: 46px; margin-top: -9px; padding-top: 15px; }
.ModulePage .bannerImage .quickLinks a.stack:hover,
.ModulePage .bannerImage .quickLinks a.stack:active { background-position: 0 -62px; }
/**** Modules ****/
.Module { padding: 0 30px 50px; }
.Module.middle { min-height: 170px; height: auto !important; height: 170px; margin-bottom: 20px; padding-bottom: 50px; }
.Module h2 { background: transparent no-repeat right bottom; border-bottom: 1px solid #CCCCCC; margin-bottom: 14px; padding: 14px 0; }
.Module .moduleLeft { float: left; width: 330px; margin-top: 32px; }
.Module .moduleRight { float: right; width: 520px; margin-top: 32px; }
.Module.flipped .moduleLeft { float: right; }
.Module.flipped .moduleRight { float: left; }
.Module.noTitle .moduleLeft,
.Module.noTitle .moduleRight { margin-top: 0; }
.Module a.topArrow { float: right; margin: 20px 0 0 20px; padding-top: 16px; }
.VideoModule .moduleLeft { width: 390px; }
.VideoModule .moduleRight { width: 440px; }
.AdModule .moduleLeft { width: 630px; margin-top: 0; }
.AdModule .moduleRight { width: 250px; margin-top: 14px; }
.TwoAdsModule .moduleLeft { width: 390px; margin-top: 0; }
.TwoAdsModule .moduleRight { width: 440px; margin-top: 14px; }
.TwoAdsModule .moduleRight .RTIDAd { float: right; width: 210px; }
.TwoAdsModule .moduleRight .RTIDAd + .RTIDAd { margin-top: 0; margin-right: 20px; }
.VideoModule .moduleLeft { margin-top: 0; }
.VideoModule .moduleRight { margin-top: 14px; }
/**** RTID Ads ****/
.RTIDAd p,
.RTIDAd p *,
.RTIDAd div,
.RTIDAd div * { }
.RTIDAd h6,
.RTIDAd h6 * { }
.RTIDAd p.link,
.RTIDAd p.link * { }
.RTIDAd { background: none repeat scroll 0 0 #E7F5FC; padding: 25px 20px; }
li .RTIDAd { background: none; padding: 0; }
.moduleRight > li { list-style: none; }
.moduleRight h5 a { color: #575757; }
.RTIDAd .link a { font-family: KlavikaBold, Helvetica, Arial, sans-serif; font-weight: bold; }
.RTIDAd img { box-shadow: 2px 2px 2px #adadad; -webkit-box-shadow: 2px 2px 2px #adadad; -moz-box-shadow: 2px 2px 2px #adadad; }
.RTIDAd.imageAd { background: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
.RTIDAd.imageAd p.link { display: none; }
.RTIDAd .email { width: 17em; color: #c0c0c0; }
.RTIDAd form button.styledformaction { width: 200px; padding: 0; background: #f6811e; /* Old browsers */ background: -moz-linear-gradient(top, #f6811e 0%, #f6a560 50%, #f6a560 51%, #f6811e 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6811e), color-stop(50%, #f6a560), color-stop(51%, #f6a560), color-stop(100%, #f6811e)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f6811e 0%, #f6a560 50%, #f6a560 51%, #f6811e 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f6811e 0%, #f6a560 50%, #f6a560 51%, #f6811e 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #f6811e 0%, #f6a560 50%, #f6a560 51%, #f6811e 100%); /* IE10+ */ background: linear-gradient(to bottom, #f6811e 0%, #f6a560 50%, #f6a560 51%, #f6811e 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6811e', endColorstr='#f6811e', GradientType=0 ); /* IE6-9 */
border-radius: 8px; -webkit-border-radius: 8px -o-border-radius: 8px;
-moz-border-radius: 8px; box-shadow: 2px 2px 2px #adadad; -webkit-box-shadow: 2px 2px 2px #adadad; -moz-box-shadow: 2px 2px 2px #adadad; height: 2em; margin: 1em 0; }
.RTIDAd form button.styledformaction span { background: none; font-size: 1em; padding: 0; text-align: center; line-height: 1em; }
.RTIDAd .dfans { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
.noShadow { box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; }
.customerQuote { font: italic 20px/26px 'Rokkitt', serif; }
.customerQuote a { font-size: 17px; }
.moduleLeft dl { margin-right: 2em; }
.moduleLeft dd { margin-bottom: 1em; margin-left: 40px; }
.moduleLeft dt a { font-weight: bold; }
.smaller { margin-top: 15px; }
/**** RTID Ads ****/
.RTIDAd p,
.RTIDAd p * { }
.RTIDAd p,
.RTIDAd h6 { margin: 12px 0 !important; }
.RTIDAd p.link { margin-bottom: 0; clear: both; }
.RTIDAd p.link a { background: url(../images/orange-arrow.png) no-repeat right center; padding-right: 14px; }
li .RTIDAd p.link a { background: none; }
.RTIDAd + .RTIDAd { margin-top: 40px; }
.landingpage { }
.landingpage .page-title h1 { margin-bottom: 0; }
.landingpage .page-separate { padding-top: 0; margin-bottom: 45px; }
.landingpage .page-content h4 { color: #72B052; font-weight: bold; text-shadow: none; font-size: 19px; margin-bottom: 24px; }
.landingpage .page-content img.borderedImage,
.landingpage .page-content .borderedImage img,
.landingpage .page-contentimg.rightWithBorder,
.landingpage .page-contentimg.leftWithBorder { background-color: #FFFFFF; border: 1px solid #E3ECEC; border-radius: 5px; padding: 5px; margin-top: 5px; margin-right: 15px; }
.leadcontent { display: block; width: 520px; float: left; }
.leadform { border-left: 1px solid #BCBCBC; padding-left: 50px; float: right; width: 240px; }
.leadform label.left { float: left; width: 77px; line-height: 32px; }
.leadform input[type="text"],
.leadform input[type="email"],
.leadform input.text { width: 140px; }
.leadform input[type="submit"] { float: right; }
.leadform select {width: 162px;font-size: 16px;}
.leadform .message.required { text-align: right; }
.TechPartnersPage .view-logo:last-child { padding-bottom: 90px !important; }
.ui-autocomplete { cursor: default; height: 145px; overflow: auto; position: absolute; z-index: 100000 !important; }
.block.bluehtml { background: url("../images/arrow-bottom-blue.png") no-repeat scroll center bottom rgba(0, 0, 0, 0) !important; padding-bottom: 31px !important; }
.block.bluehtml > div { padding-top: 0; }
.block.bluehtml > div > div { background: url("../images/arrow-bottom-white.png") no-repeat scroll center top rgba(0, 0, 0, 0); padding-top: 95px; }
.block.bluehtml > div > div > div { background: url("../images/bg-blue-sep.png") repeat-y scroll center center rgba(0, 0, 0, 0); }
.block.bluehtml .sep-no { background: none; font: 20px/34px 'p-bold'; padding: 0; text-align: center; }
.block.twocolumnsh1 { background: url(../images/arrow-bottom-grey.png) no-repeat scroll center bottom rgba(0, 0, 0, 0) !important; padding-bottom: 31px !important; }
.block.twocolumnsh1 .leftcontent { float: left; width: 570px; padding-right: 30px; padding-left: 20px; }
.block.twocolumnsh1 .righttag { width: 310px; float: right; padding-left: 30px; display: table; }
.block.twocolumnsh1 .righttag h1 { display: table-cell; vertical-align: middle; }
.block.twocolumnsh1 .container_16 { position: relative; background: url(../images/bg-title-grey.png) repeat-y 64% top; }

/** Blog updating style **/
.blog-banner { height: 430px; }
.blog-banner .banner-content { padding-bottom: 50px; position: relative; padding-top: 55px; min-height: 325px; }
.blog-banner .post { border: 1px solid #969c9d; padding: 8px; background: #fff; float: left; width: 135px; height: 155px; overflow: hidden; }
.blog-banner .post + .post { margin-left: 49px; }
.blog-banner .post img { margin-bottom: 10px; width: 137px;}
.blog-banner .post p { margin-bottom: 0; line-height: normal; }
.blog-banner .post strong a { color: #575757; font-size: 14px; letter-spacing: -0.07em; font-family:'p-semibold'; line-height: 1.2em;}
.blog-banner .post strong a:hover { text-decoration:none; }
.blog-banner .post a.more { }
.blog-banner .primary { float: left; margin-right: 45px; width: 358px; }
.blog-banner .primary .post { padding: 22px 22px 15px; background: #feffff; float: none; width: auto; height: auto; min-height: 286px; opacity: 0.9; }
.blog-banner .primary .post strong a { font-size: 18px; }
.blog-banner .primary .post p { line-height: 21px; font-size: 14px; letter-spacing: -0.03em; }
.blog-banner .primary .post img { margin-bottom: 9px; width: 306px; height: 177px;}
.blog-banner .banner-title { height: 160px; }
.blog-banner .banner-title h1 { margin-bottom: 0 !important; font: 36px 'p-regular'; line-height: normal; }
.blog-banner .banner-title h6 { padding-top: 10px; }
.blog-banner .rss-link { position: absolute; right: 0; margin: 11px 0 !important; }
.blog-banner .rss-link a { background: url(../images/blog/icon-rss.png) no-repeat 0 0; color: #5CBBEC; font-size: 16px; line-height: 25px; padding-left: 30px; padding-right: 0; }
.blog-menu a { font-size: 14px !important; }
.blogSummary { clear: both; }
.blogSummary > a { display: block; float: left; width: 228px; margin-bottom: 50px !important; }
.blogSummary > div { padding-left: 245px; }
.blogSummary > div > * { margin: 0; }
.blog-title-container { margin-bottom: 20px; margin-top: -25px; }
.blog-title-container h1 { font-size: 28px; float: left; width: 60%; font-family: 'p-regular'; margin-bottom: 0; }
.blog-title-container > div { float: right; width: 40%; text-align: right; margin-top: 10px; }
.page-content { clear: both }
.page-content { clear: both }
.success-stories .grid_14 .g-content { background: #fff; padding: 20px 0; }
.success-stories div.caption-container {width: 715px;}
.success-stories #thumbs {opacity:1 !important; }
.success-stories div.navigation a.pageLink { display: block; position: absolute; float: left; margin: 0px; width: 26px; z-index:100; opacity:1 !important; }
.success-stories div.navigation a.pageLink:focus { outline: none; }
.success-stories div.navigation a.pageLink { height: 65px; line-height: 65px; }
.success-stories div.navigation a.prev { background: url("../images/icon-slider-prev.png") no-repeat right; left:0; }
.success-stories div.navigation a.next { background: url("../images/icon-slider-next.png") no-repeat right; right: 0;}
.success-stories div.loader { background-image: url(../images/loading.gif); }
.success-stories div.slideshow img { border-color: #333; }
.success-stories ul.thumbs li.selected a.thumb { background: #fff; }
.success-stories div.pagination a:hover { background-color: #111; }
.success-stories div.pagination span.current { background-color: #fff; border-color: #fff; color: #000; }
.success-stories div.navigation-container { float: left; position: relative; left: 50%; width: 100%; }
.success-stories div.navigation { float: left; position: relative; left: -50%; width: 100%; background: #fff; padding:0px; margin-top: 20px; }
.success-stories div.controls .nav-controls a { top:200px; display:none !important}
.success-stories div.pagination { clear: both; position: relative; left: -50%; }
.success-stories div.pagination a,
.success-stories div.pagination span.current,
.success-stories div.pagination span.ellipsis { position: relative; display: block; float: left; margin-right: 2px; padding: 4px 7px 2px 7px; border: 1px solid #ccc; }
.success-stories .infor-box { padding:0; min-height:inherit;}
.success-stories div.pagination a:hover { text-decoration: none; }
.success-stories div.pagination span.current { font-weight: bold; }
.success-stories div.pagination span.ellipsis { border: none; padding: 5px 0 3px 2px; }
.success-stories div.gallery-gutter { clear: both; padding-bottom: 20px; }
.success-stories ul.thumbs { position: relative; float: left; margin: 0; padding: 2px 0 3px; clear: none; width: 92%; height: 60px; overflow: hidden; }
.success-stories ul.thumbs li { float: left; padding: 0; margin: 0px; list-style: none; width: 25%; text-align: center; }
.success-stories a.thumb { display: inline-block; }
.success-stories a.thumb:focus { outline: none; }
.success-stories ul li a img { }
.success-stories li a img + img { display: none; }
.success-stories li a:hover img { display: none; }
.success-stories li a:hover img + img { display: inline-block; }
.success-stories li.active,
.success-stories li:hover { }
.success-stories li.active a img,
.success-stories li:hover a img { display: none }
.success-stories li.active a img + img,
.success-stories li:hover a img + img { display: inline-block; }
/****/
@media only screen and (max-width: 1920px) {
}
@media only screen and (max-width: 1688px) {
.banner-company-infor { bottom: 102px; }
}
@media only screen and (max-width: 1680px) {
.banner-company-infor { bottom: 102px; }
}
@media only screen and (max-width: 1600px) {
.banner-company-infor { bottom: 93px; }
}
@media only screen and (max-width: 1540px) {
.google-map { background-size: cover !important; }
}
@media only screen and (max-width: 1440px) {
.banner-company-infor { bottom: 77px; }
}
@media only screen and (max-width: 1366px) {
.banner-company-infor { bottom: 70px; }
}
@media only screen and (max-width: 1360px) {
.banner-company-infor { bottom: 66px; }
}
@media only screen and (max-width: 1280px) {
.banner-company-infor { bottom: 66px; }
}
@media only screen and (max-width: 1152px) {
.banner-company-infor { bottom: 66px; }
}


/****** FILE: themes/demandbase2013new/css/reset.css *****/
/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  vertical-align: middle;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

ol,
ul {
  list-style: none;
}

li {
/*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

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

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}

/****** FILE: themes/demandbase2013new/css/960.css *****/
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}

.container_16 .push_2 {
  left: 120px;
}

.container_16 .push_3 {
  left: 180px;
}

.container_16 .push_5 {
  left: 300px;
}

.container_16 .push_6 {
  left: 360px;
}

.container_16 .push_7 {
  left: 420px;
}

.container_16 .push_9 {
  left: 540px;
}

.container_16 .push_10 {
  left: 600px;
}

.container_16 .push_11 {
  left: 660px;
}

.container_16 .push_13 {
  left: 780px;
}

.container_16 .push_14 {
  left: 840px;
}

.container_16 .push_15 {
  left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}

.container_16 .pull_2 {
  left: -120px;
}

.container_16 .pull_3 {
  left: -180px;
}

.container_16 .pull_5 {
  left: -300px;
}

.container_16 .pull_6 {
  left: -360px;
}

.container_16 .pull_7 {
  left: -420px;
}

.container_16 .pull_9 {
  left: -540px;
}

.container_16 .pull_10 {
  left: -600px;
}

.container_16 .pull_11 {
  left: -660px;
}

.container_16 .pull_13 {
  left: -780px;
}

.container_16 .pull_14 {
  left: -840px;
}

.container_16 .pull_15 {
  left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}

/****** FILE: themes/demandbase2013new/css/jquery-ui.css *****/
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("../images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(../images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	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 #999999;
	background: #dadada url(../images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../images/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;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(../images/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: #fef1ec url(../images/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 {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(../images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(../images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.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-on { background-position: -96px -144px; }
.ui-icon-radio-off { 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-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}


/****** FILE: themes/demandbase2013new/css/superfish.css *****/
/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu li { position: relative; }
.sf-menu ul { position: absolute; display: none; top: 100%; left: 0; z-index: 99; }
.sf-menu > li { float: left; }
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul { display: block; }
.sf-menu a { position: relative; }
.sf-menu > li > a {display: block; width: auto!important;}
.sf-menu ul ul { top: 0; left: 100%; }
.main-navigation { display:inline-block; text-align:center;}
.main-navigation > li { display:inline-block;}
/*** DEMO SKIN ***/
.sf-menu { margin:22px 0 0; }
.sf-menu ul { min-width: 180px; width:auto; *width: 180px; padding:18px 0 10px; background: #575757 url(../images/arrow-nav-sub.png) no-repeat center top;}
.sf-menu > li > ul { width:215px;}
.sf-menu ul ul { width:200px; background: #999999; margin-top:-10px; padding:10px 0;}
.sf-menu a { padding: 0 8px; text-decoration: none; zoom: 1; font: 13px/21px 'p-regular' }
.sf-menu a { color: #575757; }
.sf-menu > li.active > a,
.sf-menu > li:hover > a { font-family:'p-bold'; text-decoration:none;}
.sf-menu li { white-space: nowrap; *white-space: normal; }
.sf-menu ul li { background: #575757; padding:0px 20px 0 0; cursor: pointer; text-align:left; }
.sf-menu ul li:hover { background: #999999;}
.sf-menu ul li a.sf-with-ul {background:url(../images/arrow-drop-menu.png) no-repeat right center; padding-right:15px;}
.sf-menu ul li a { color:#fff; line-height: 18px; padding:7px 0 7px 20px; text-align:left; white-space:normal; display:inline-block; text-decoration:none;}
.sf-menu ul ul li { background: #999999; }
.sf-menu ul ul li:hover { background:#f5f5f5;}
.sf-menu ul ul li:hover a { color:#575757; text-decoration:none;}
.sf-menu li:hover,
.sf-menu li.sfHover { -webkit-transition: none; transition: none; }
.sf-menu > li:hover > a.sf-with-ul,
.sf-menu > li.first.active > a.sf-with-ul { padding-bottom: 7px; text-decoration:none;}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul { padding-right: 2.5em;  *padding-right: 1em;}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after { content: ''; position: absolute; top: 50%; right: 1em; margin-top: -3px; height: 0; width: 0; border: 5px solid transparent; border-top-color: #dFeEFF; border-top-color: rgba(255,255,255,.5); }
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after { border-top-color: white; }
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after { margin-top: -5px; margin-right: -3px; border-color: transparent; border-left-color: #dFeEFF; border-left-color: rgba(255,255,255,.5); }
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after { border-left-color: white; }

.login-section { display: inline-block; margin: 0 6px;}
.login-section.sf-menu > li > a { text-transform:uppercase; font: 11px/28px 'p-semibold'; line-height:28px;}
.login-section.sf-menu > li:hover > a { font: 11px/28px 'p-semibold';}
.login-section.sf-menu ul { min-width: 205px; width:auto; padding:18px 0 10px; background: #575757 url(../images/arrow-nav-sub.png) no-repeat center top; left: -76px; top:90%;}


/****** FILE: themes/demandbase2013new/css/anythingslider.css *****/
/*
	AnythingSlider v1.8+ Default theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID & dimensions to match your slider */
#slider { width: 700px; height: 390px; list-style: none; /* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
overflow-y: auto; overflow-x: hidden; }
#test-slider { list-style: none; width: 940px; height: 245px; /* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
overflow-y: auto; overflow-x: hidden; }
/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider-default { margin: 0 auto; /* 45px right & left padding for the arrows, 28px @ bottom for navigation */
padding: 0px; }
/* slider window - top & bottom borders, default state */
.anythingSlider-default .anythingWindow { border-top: 0px solid #777; border-bottom: 0px solid #777; }
/* Navigation buttons + start/stop button, default state */
.anythingSlider-default .anythingControls a { /* top shadow */
background: #777 url(../images/icon-slider.png) center -288px repeat-x; color: #000; border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; }
/* Make sure navigation text is visible */
.anythingSlider-default .anythingControls a span { visibility: visible; }
/* Navigation current button, default state */
.anythingSlider-default .anythingControls a.cur { background: #888; color: #000; }
/* start-stop button, stopped, default state */
.anythingSlider-default .anythingControls a.start-stop { background-color: #040; color: #ddd; }
/* start-stop button, playing, default state */
.anythingSlider-default .anythingControls a.start-stop.playing { background-color: #800; }
/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-default .anythingControls a.start-stop:hover,
.anythingSlider-default .anythingControls a.start-stop.hover,
.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover { background-image: none; color: #ddd; }
/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-default.activeSlider .anythingWindow { border-color: #7C9127; }
/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a { /* background image = top shadow */
background-color: #7C9127; }
/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover { /* background image removed */
background: #7C9127; }
/* start-stop button, stopped, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop { background-color: #080; color: #fff; }
/* start-stop button, playing, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing { background-color: #d00; color: #fff; }
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-default.activeSlider .start-stop:hover,
.anythingSlider-default.activeSlider .start-stop.hover { color: #fff; }
/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-default .arrow { top: 100px; position: absolute; display: block; }
.anythingSlider-default .arrow a { display: block; width: 25px; height: 43px; margin: -21px 0 0 0; /* half height of image */ text-align: center; outline: 0; background: url(../images/icon-slider.png) no-repeat; }
/* back arrow */
.anythingSlider-default .back { left: -120px; }
.anythingSlider-default .back a { background-position: left top; }
.anythingSlider-default .back a:hover,
.anythingSlider-default .back a.hover { background-position: -25px top; }
/* forward arrow */
.anythingSlider-default .forward { right: -120px; }
.anythingSlider-default .forward a { background-position: left bottom; }
.anythingSlider-default .forward a:hover,
.anythingSlider-default .forward a.hover { background-position: -25px bottom; }
/* Navigation Links */
.anythingSlider-default .anythingControls { outline: 0; display: none; }
.anythingSlider-default .anythingControls ul { margin: 0; padding: 0; float: left; }
.anythingSlider-default .anythingControls ul li { display: inline; }
.anythingSlider-default .anythingControls ul a { font: 11px/18px Georgia, Serif; display: inline-block; text-decoration: none; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; text-align: center; outline: 0; }
/* navigationSize window */
.anythingSlider-default .anythingControls .anythingNavWindow { overflow: hidden; float: left; }
/* Autoplay Start/Stop button */
.anythingSlider-default .anythingControls .start-stop { padding: 2px 5px; width: 40px; text-align: center; text-decoration: none; float: right; z-index: 100; outline: 0; }
/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
.as-oldie .anythingSlider-default .arrow { top: 30%; }
.as-oldie .anythingSlider-default .arrow a { margin: 0; }
/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li { margin-left: 3px; }
/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a { margin: 0; }
.as-oldie .anythingSlider-default .anythingNavWindow { margin: 0 2px; }
.as-oldie .anythingSlider-default .anythingNavWindow li { padding: 3px 0 0 0; }
/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider { display: block; overflow: visible !important; position: relative; }
/* anythingSlider viewport window */
.anythingSlider .anythingWindow { overflow: hidden; position: relative; width: 100%; height: 100%; }
/* anythingSlider base (original element) */
.anythingSlider .anythingBase { background: transparent; list-style: none; position: absolute; overflow: visible !important; top: 0; left: 0; margin: 0; padding: 0; }
/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span { display: block; visibility: hidden; }
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled { display: none; }
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel { background: transparent; display: block; overflow: hidden; float: left; padding: 0; margin: 0; }
/* vertical mode */
.anythingSlider .vertical .panel { float: none; }
/* fade mode */
.anythingSlider .fade .panel { float: none; position: absolute; top: 0; left: 0; z-index: -1; }
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage { z-index: 0; }
/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow { direction: ltr; unicode-bidi: bidi-override; }
.anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
.anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */
/* probably not necessary, but added just in case */
.anythingSlider,
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop { transition-duration: 0; -o-transition-duration: 0; -moz-transition-duration: 0; -webkit-transition-duration: 0; }


/****** FILE: themes/demandbase2013new/css/galleriffic.css *****/
div.g-content { /* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
display: none; clear: both; position: relative; }
div.navigation a { text-decoration: none; color: #777; }
div.content a:focus,
div.content a:hover,
div.content a:active { text-decoration: underline; }
div.controls { position: relative; }
div.controls a { padding: 5px; }
div.controls .nav-controls a { background: url("../images/icon-slider.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); display: block; height: 43px; margin: -21px 0 0; outline: 0 none; text-align: center; width: 25px; padding: 0; text-indent: -9990px; }
div.controls .ss-controls { display: none; }
div.controls .nav-controls { }
div.controls .nav-controls a { top: 100px; position: absolute; }
div.controls a.prev { background-position: left top; left: 0; }
div.controls a.next { background-position: left bottom; right: 0; }
div.controls a.prev:hover { background-position: -25px top; }
div.controls a.next:hover { background-position: -25px bottom; }
div.ss-controls { float: left; }
div.nav-controls { float: right; }
div.slideshow-container { position: relative; clear: both; height: 0px; /* This should be set to be at least the height of the largest image in the slideshow */ }
div.loader { position: absolute; top: 0; left: 0; background-image: url('../images/loading.gif'); background-repeat: no-repeat; background-position: center; height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */ }
div.slideshow { }
div.slideshow span.image-wrapper { display: block; position: absolute; top: 0; left: 0; }
div.slideshow a.advance-link { display: block; height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */ line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */ text-align: center; display: none; }
div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited { text-decoration: none; }
div.slideshow img { vertical-align: middle; border: 1px solid #ccc; }
div.download { float: right; }
div.caption-container { position: relative; clear: left; height: 500px !important; width: 700px; margin: 0 auto; overflow: hidden;}
span.image-caption { display: block; position: absolute; width: 700px; top: 0; left: 0; }
div.caption { padding: 0px; }
div.image-title { font-weight: bold; font-size: 1.4em; }
div.image-desc { line-height: 1.3em; padding-top: 12px; }
div.navigation { /* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs { clear: both; margin: 0; padding: 0; }
ul.thumbs li { float: left; padding: 0 6px 6px;list-style: none; }
a.thumb { display: block; }
ul.thumbs li.selected a.thumb img { display:none; }
ul.thumbs li.selected a.thumb img + img { display: block; }
a.thumb:focus { outline: none; }
ul.thumbs img { border: none; display: block; }
div.pagination { clear: both; display: none;}
div.navigation div.top { margin-bottom: 12px; height: 11px; }
div.navigation div.bottom { margin-top: 12px; }
div.pagination a,
div.pagination span.current,
div.pagination span.ellipsis { display: block; float: left; margin-right: 2px; padding: 4px 7px 2px 7px; border: 1px solid #ccc; }
div.pagination a:hover { background-color: #eee; text-decoration: none; }
div.pagination span.current { font-weight: bold; background-color: #000; border-color: #000; color: #fff; }
div.pagination span.ellipsis { border: none; padding: 5px 0 3px 2px; }


/****** FILE: themes/demandbase2013new/css/jquery.selectBox.css *****/
/* Dropdown control */
.selectBox-dropdown {
    min-width: 272px;
    position: relative;
    line-height: 28px;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    display: inline-block;
    cursor: default;
	margin-right:0px;
	margin-left:0px;
	float:left;
	border:1px solid #ccc;
	padding:1px;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
}

.selectBox-dropdown.selectBox-menuShowing {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 0px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
	color: #575757;
    font: 14px/28px 'p-regular';
	min-width:165px;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 28px;
    height: 100%;
    background: url(../images/block-give-a-try/icon-drop-down.png) no-repeat;;
    border-left: solid 0px #BBB;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #ccc; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options LI A {
    line-height: 28px;
    padding: 0 .5em;
	font-size:15px;
	color:#575757;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
	font-family:'p-regular'
}
.selectBox-options LI A:hover { text-decoration:none;}
.selectBox-options LI.selectBox-hover A {
    background-color: #f5f5f5;
	color:#ff8426;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #f5f5f5;
	color:#ff8426;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

/****** FILE: themes/demandbase2013new/css/colorbox.css *****/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:0px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}


/****** FILE: themes/demandbase2013new/css/ezmark.css *****/
/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); margin:7px; }
.ez-checkbox {
	background: url(../images/block-put-it-to-work/icon-checkbox.png) no-repeat top left;
	display:inline-block;
}

.ez-radio {
	background: url("../images/icon-radio.png") no-repeat scroll -2px 1px rgba(0, 0, 0, 0);
	display:inline-block;
}
.ez-checkbox { zoom: 1; *display:inline; _height:15px; margin-right:10px; margin-bottom:20px; }
.ez-radio { zoom: 1; *display:inline; _height:15px; margin-right:0px; margin-bottom:0px; }
.ez-checked { background-position: 0 -54px; }
.ez-selected { background-position: 0 -54px; }
.ez-radio.ez-selected,
.ez-radio.ez-checked { background-position: -2px -24px; }
.ez-checkbox:hover {background-position: 0 -27px;}
.ez-radio:hover {background-position: -2px -24px;}

.ez-checkbox-green {
	background: url(../images/block-put-it-to-work/icon-checkbox.png) no-repeat top left;
	display:inline-block;
}
.ez-checked-green { background-position: 0 -18px; }
.ez-checkbox-green { zoom: 1; *display:inline; _height:15px; }


/* A Custom iPhone style icon added **/
.ez-checkbox-iphone { background: url(../images/block-put-it-to-work/icon-checkbox.png) no-repeat top left; display: inline-block; cursor:pointer; }
.ez-checked-iphone { background-position: 0 0; }
.iphone-ui .ez-hide { width: 74px; height: 27px; cursor:pointer; }
.ez-checkbox-iphone { zoom: 1; *display:inline; _height:27px;} /* ie6 fix */ 



/****** FILE: themes/demandbase2013new/css/portfolio.css *****/
#iList { background: #f8f5ec; color: #575757; border: 1px solid #ddd7c6; width: 927px; padding: 10px 10px 25px 25px; position: absolute; z-index: 90; top: 161px; }
#iList.hidden { display: none; }
#iList a { font-weight: 700; }
#industryListOpen { float: right; }
#industryListOpen a { display: block; width: auto; padding: 10px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; background: #eae2c7; color: #817241; font: 700 11px Arial, Helvetica, sans-serif; text-align: center; }
#industryListOpen a:hover { text-decoration: none; color: #FFF; background: #ba4c33; font-weight: 700; }
.row { padding: 0 25px 0 0; float: left; width: 205px; }
#rightFeat .hover .portfolioName { color: #e5a89a; }
#template.portfolio { padding: 25px 0 75px; overflow: hidden; }
/* SIDE PORTFOLIO */
#portfolioSide { float: left; width: 320px; margin: 0 0 20px; }
#portfolioSide a { display: block; }
#portfolioSide a span { display: block; }
#portfolioSide .web,
#portfolioSide .video { margin-right: 0; background: #eae2c7; }
#portfolioSide .hover { background: #ba4c33; }
#portfolioSide .hover .portfolioName { color: #e5a89a; }
/* Filter */
#portfolioFilter { margin: 0 auto 18px; border-bottom: 1px solid #6c6c6c; padding-bottom: 18px; width: 1065px }
#filterText { float: left; width: auto; text-transform: uppercase; color: #fff; font-size: 23px; line-height: 34px; margin-right: 40px; font-weight: bold; }
#filter { float: left; width: auto; }
#filter a { display: block; width: auto; padding: 0 10px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; background: #939393; color: #fff; font: italic 14px/34px 'Arvo'; text-align: left; text-transform: capitalize; float: left; margin: 0 18px 0 0; }
#filter a:hover,
#filter a.selected { text-decoration: none; color: #FFF; box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.65); filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ce0003, endColorstr=#b20003);
background-image: -moz-linear-gradient(left, #ce0003 0%, #b20003 100%); background-image: -webkit-linear-gradient(left, #ce0003 0%, #b20003 100%); background-image: -ms-linear-gradient(left, #ce0003 0%, #b20003 100%); background-image: linear-gradient(left, #ce0003 0%, #b20003 100%); background-image: -o-linear-gradient(left, #ce0003 0%, #b20003 100%); background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, #ce0003), color-stop(100%, #b20003)); }
.portfolioLink { background: none; padding: 0px; width: 280px; float: left; text-align: center; cursor: pointer; margin:20px 10px 0; }
.portfolioLink img { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */ filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
.portfolioLink img:hover,
.portfolioLink.selected img,
#portfolioItems .portfolioLink.selected img {filter: none;-webkit-filter: grayscale(0%);}
#portfolioItems .portfolioLink.selected .overlayed .canv { display:none !important;}
.portfolioLink.selected .overlayed .canv { display:none !important;}
#portfolioItems .hover { }
.portfolioLink:hover .portfolioName { text-decoration: none; color:#5cbbec } { }
#portfolioItems .selected { text-decoration: none !important; background:url(../images/icon-porfolio-selected.png) no-repeat bottom center; }
#portfolioItems .selected img,
#portfolioItems .portfolioLink:hover img { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: none; /* IE6-9 */ zoom: 1; -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }
#portfolioItems .hover .portfolioName { color: #5cbbec; }
#portfolioItems .selected .portfolioName { color: #5cbbec; }
.investors .portfolioLink{ padding:25px 0; width:138px; margin:0 73px; }
.item-last { float: right; margin:20px 0 0;}
.item-first { float:left; clear:left;margin:20px 0 0;}
.web a,
.flash a,
.graphic a,
.branding a { display: block; text-decoration: none; }
.portfolioName { color: #575757; display: block; font: 20px/24px 'p-semibold'; margin: 20px 0 0px; padding: 0px; position: relative; display:block; text-align:center; height:80px;}
.portfolioName:hover,
.selected .portfolioName { text-decoration: none; color:#5cbbec }
.portfolioName span { font:15px/21px 'p-regular'; color: #999; display:block;}
/* Open */
.portfolioItem { display: none; width: auto; background: #f5f5f5; clear: both; padding: 50px 60px 40px; position: relative; overflow: hidden; top: -2px; color: #575757; margin-bottom:60px; }
.portfolioItem .closeline { clear: both; float: right; padding-bottom: 0px; position: absolute; right: 10px; top: 10px; }
.portfolioItem .closeline a { text-decoration: none; text-indent:-9000px; background:url(../images/icon-close.png); display:block; width:17px; height:17px; }
.portfolioItem .hidden { display: none; }
.portfolioContent p { margin-bottom: 10px; }
a.share,
a.readCase { color: #ffcf2a; text-decoration: underline; }
a.share:hover,
a.readCase:hover { text-decoration: none; }
.portfolioLeft { width: 660px; height: 354px; overflow: hidden; position: absolute; left: 30px; top: 25px; margin-right: 25px; }
.portfolioLeft .loader { position: absolute; background-color: #383130; padding: 10px; font-size: 24px; font-weight: bold; color: #ccc; position: absolute; left: 195px; top: 100px; }
.portfolioLeft .loader span { position: relative; left: 0; bottom: 12px; }
#template .portfolioLeft .full { max-width: 660px; height: auto; width: auto; }
.portfolioItem .videoCon { max-width: 660px; height: auto; width: auto; }
.portfolioLeft .full,
.portfolioItem .videoCon { border: 0px solid #272423; position: absolute; left: 0; top: 0; display: none; }
.portfolioRight { clear: both; width: 360px; font-size: 14px; line-height: 21px; color: #fff; text-decoration: none; float: right; margin-right: 10px; z-index: 4; min-height: 355px; }
/* Portfolio Link */
a.portfolioSubNav { display: block; background: #f5f5f5; margin: 15px 0 0; font-size: 13px; letter-spacing: -0.25px; font-weight: 700; padding: 5px 15px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
a.portfolioSubNav:hover { background: #BA4C33; color: #FFF; text-decoration: none; }
.portName { color: #FFF; line-height: normal; font-size: 28px; font-weight: 700; padding: 0px 0 0; }
.byline { color: #ed2024; padding: 0px 0 5px; font: italic 18px Arvo; line-height: normal; font-weight: normal; }
.portLink { color: #FFF; font-size: 18px; padding: 0px 0 0; }
.portThumbs { margin: 7px 0; border-top: 0px solid #4b4544; border-bottom: 0px solid #27201f; }
.thumbsInner { border-top: 0px solid #27201f; border-bottom: 0px solid #4b4544; padding: 10px 0; }
.portThumbs a.selected img { border: 1px solid #5d5655; }
.portThumbs a { margin: 0 6px 0 0; text-decoration: none; }
.portThumbs a img { border: 1px solid #272423; width: 78px; height: 49px; }
.portThumbs a:hover img { border: 1px solid #ffb400; }
.portThumbs .thumb4 { margin-right: 0; }
.noThumbs { border-top: 1px solid #27201f; margin: 10px 0 0; }
.noThumbsInner { border-top: 1px solid #4b4544; padding: 10px 0 0; }


/****** FILE: themes/demandbase2013new/css/typography.css *****/
#abmProspecting {
	font-size: .8em;
	margin-bottom: 1.5em;
	}
#abmProspecting th {
	border-radius: 8px;
        -webkit-border-radius: 8px
        -o-border-radius: 8px;
        -moz-border-radius: 8px;
        box-shadow: 2px 2px 2px #adadad;
        -webkit-box-shadow: 2px 2px 2px #adadad;
        -moz-box-shadow: 2px 2px 2px #adadad;
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #eff3fc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eff3fc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#eff3fc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffffff 0%,#eff3fc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffffff 0%,#eff3fc 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #ffffff 0%,#eff3fc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff3fc',GradientType=0 ); /* IE6-9 */
	width: 50%;
	}
#abmProspecting td {
	padding: .5em 1em;	
	border: 1px dashed #cec3ce;
} 

/****** FILE: themes/demandbase2013new/css/jquery.ui.chatbox.css *****/
/* style sheets */
.ui-chatbox {
    position: fixed;
    bottom:0;
    padding: 0px;
	border:1px solid #575757;
	border-radius: 0 !important;
	right:69px !important;
	z-index:9999;
}

.ui-chatbox-titlebar {
    padding: 0px;
    height: 39px;
    cursor: pointer;
	position:absolute;
	bottom:0;
	background:#575757 !important;
	border:0 !important;
	border-radius:0 !important;
	width:370px !important;
}
.ui-chatbox-titlebar > span {
	background: url("../images/icon-chat.png") no-repeat scroll -43px 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    font: 12px/40px 'p-bold';
    padding-left: 45px;
	text-transform:uppercase;
	color: #fff;
}
.ui-chatbox-icon .ui-icon-minusthick { display:none;}

.ui-chatbox-icon .ui-icon-closethick,
.ui-state-hover .ui-chatbox-icon .ui-icon-closethick,
.ui-state-focus .ui-chatbox-icon .ui-icon-closethick {background: url("../images/icon-close-popup.png") no-repeat scroll left top rgba(0, 0, 0, 0) !important;
    cursor: pointer;
    float: right !important;
    height: 17px !important;
    margin: 12px 15px 12px 0;
    width: 17px !important;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {background: url("../images/icon-close-popup.png") no-repeat scroll left top rgba(0, 0, 0, 0) !important;}
.ui-chatbox-content {
    padding: 0px;
    margin: 0px 0 39px 0;
    border: 0px;
	background:#f5f5f5;
	border:0;
	color: #575757;
	padding:8px;
}
.ui-state-hover.ui-chatbox-icon,
.ui-widget-content .ui-state-hover.ui-chatbox-icon,
.ui-widget-header .ui-state-hover.ui-chatbox-icon,
.ui-state-focus.ui-chatbox-icon,
.ui-widget-content .ui-state-focus.ui-chatbox-icon,
.ui-widget-header .ui-state-focus.ui-chatbox-icon { background:none; border:0; border-radius: 0;}
.ui-widget-content.ui-chatbox-content { border:0 !important;}
.ui-chatbox-log {
    padding: 18px;
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #FFFFFF;
	border:1px solid #ccc !important;
	margin-bottom:10px;
}

.ui-chatbox-input {
    padding: 0px;
    border: 0px solid #ccc !important;
    overflow: hidden;
	background:none !important;
	max-width:353px !important;
	width:353px;
	position:relative;
}

.ui-chatbox-input-box {
    border: 1px solid #CCCCCC !important;
    border-radius: 0 !important;
    height: 22px;
	overflow: auto;
    margin: 0;
    padding: 3px 91px 3px 3px;
	font:15px/22px 'p-regular' !important;
	width:257px !important;
}

.ui-chatbox-icon {
    float: right;
}

.ui-chatbox-input-focus {
    border-color: #6699FF;
}

.ui-chatbox-msg {
    margin-top: 10px;
    float: left;
    clear: both;
    /* Source: http://snipplr.com/view/10979/css-cross-browser-word-wrap */
    white-space: pre-wrap;      /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap;     /* Opera <7 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    word-wrap: break-word;      /* IE */
}
.ui-chatbox-msg:last-child { margin-bottom: 30px;}
.ui-widget-content.ui-chatbox-log { color: #575757; font:15px/22px 'p-regular'}
.ui-chatbox-msg b { text-transform:uppercase; display:block;}
.ui-chatbox-msg span { display:block; margin-left:20px;}
input[type=submit].blue { background-color: #5cbbec; font: 12px 'p-bold' !important; color: #fff; background-image:none; padding:7px 25px 6px}
.ui-chatbox-submit { position:absolute; right: 0; bottom:0;}
input[type=submit].blue:hover { background-color: #575757; }

span.line-by-demandbase{margin-left: 0px;}
span.line-by-client{color: #5cbbec; margin-left: 0px;}
span[dir=ltr]{margin-left: 1px;}

/****** FILE: themes/demandbase2013new/css/graph.css *****/
/* #######################################################

HOW TO CREATE AN INTERACTIVE GRAPH USING CSS3 & JQUERY [TUTORIAL]

"How to create an Interactive Graph using CSS3 & jQuery [Tutorial]" was specially made for DesignModo by our friend Valeriu Timbuc.

Links:
http://vtimbuc.net
http://designmodo.com
http://vladimirkudinov.com

######################################################## */

.img-check { clear: both; }
#graph-wrapper { border: 0px solid #FF0000; height: 259px; left: 9px; margin: 19px auto 0; position: relative; top: 64px; width: 426px; padding: 10px; background: #fff; }
/* Resets */
.graph-container,
.graph-container div,
.graph-container a,
.graph-container span { margin: 0; padding: 0; }
/* Gradinet and Rounded Corners */
.graph-container,
#tooltip,
.graph-info a { background: #ffffff; }
/*  Graph Container */
.graph-container { position: relative; width: 426px; height: 220px; padding: 0px; }
.graph-container > div { position: absolute; width: inherit; height: inherit; top: 0px; left: 0px; }
.graph-info { margin: 17px 0 0 25px; width: 379px; }
/* Text Styles */
#tooltip,
.graph-info a { height: 20px; font-family: Arial, sans-serif; font-size: 10px; line-height: 20px; color: #646464; }
.tickLabel { color: #575757; font: bold 10px 'Rokkitt'; opacity:0.4; }
/* Tooltip */
#tooltip { position: absolute; display: none; padding: 5px 10px; border: 1px solid #e1e1e1; z-index: 100; }
/* Links */
.graph-info a { position: relative; display: inline-block; float: left; padding: 2px 10px 2px 30px; margin-right: 10px; text-decoration: none; cursor: default; }
/* Color Circle for Links */
.graph-info a:before { position: absolute; display: block; content: ''; width: 8px; height: 8px; top: 8px; left: 13px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
/* Colors For each Link */
.graph-info .visitors { border-bottom: 0px solid #71c73e; }
.graph-info .returning { border-bottom: 0px solid #77b7c5; }
.graph-info .visitors:before { background: #71c73e; }
.graph-info .returning:before { background: #77b7c5; }
/* Lines & Bars Buttons */
#lines,
#bars { width: 24px; height: 24px; padding: 0; margin-right: 0; margin-left: 10px; border-bottom: 0px solid #71c73e; float: right; cursor: pointer; }
#lines.active,
#bars.active { }
#lines span,
#bars span { display: block; width: 34px; height: 32px; background: url('../images/lines.png') no-repeat 9px 0px; }
#bars span { background: url('../images/bars.png') no-repeat center 0px; }
#lines.active span { background-image: url('../images/lines_active.png'); }
#bars.active span { background-image: url('../images/bars_active.png'); }
/* Hide the First and Last Y Label */
.yAxis .tickLabel:first-child,
.yAxis .tickLabel:last-child { display: none; }
/* Clear Floats */
.graph-info:before,
.graph-info:after,
.graph-container:before,
.graph-container:after { content: ''; display: block; clear: both; }
#placeholder { width: 426px; height: 230px; position: relative; margin: 0px auto 0; color: #f0f0f0 !important; }
.legend table,
.legend > div { height: 25px !important; opacity: 1 !important; right: -55px; top: 10px; width: 420px !important; }
.legend table { border: 1px solid #555; padding: 5px; }
#flot-tooltip { position: absolute; display: none; border: 0px solid; padding: 0px; z-index: 999; width:275px; height:196px; }
#flot-tooltip > div { height:145px; width:215px; padding:20px 30px 31px; font-family:'Rokkitt'; color: #fff; font-weight:bold; }
#legendContainer { background: url("../images/bg-graph-legend.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0); left: 24px; margin: 0; padding: 7px 10px 8px; position: relative; top: 8px; width: 379px; font: bold 12px 'Rokkitt'; color: #575757; }
#legendContainer div { float: left; }
#legendContainer table { float: right; }
.legendLabel { font: bold 12px/1 'Rokkitt'; color: #575757; border-right: 1px solid #8a8a8a; padding: 0 5px; }
.legendLabel:last-child { border: none; padding-right: 0; }
.legendColorBox { display: none; }
.Brocade { background:url(../images/bg-brocade.png) no-repeat;}
.Cisco { background:url(../images/bg-cisco.png) no-repeat;}
.Adobe { background:url(../images/bg-adobe.png) no-repeat;}
#flot-tooltip > div span {  font-size:15px; display:block;}
#flot-tooltip > div b { font-size:50px; opacity:0.5; display:block; font-family:'Rokkitt' !important; line-height:1;}
.c-visits { float:left; width:49%; border-right: 1px solid #fff; padding-right: 1%; text-align:left;}
.c-traffic { float:right; text-align:center; padding-left:1%;}
.c-name { border-bottom:1px solid #fff; margin-bottom:10px;}
.c-traffic b { text-align:center;}

/****** FILE: themes/demandbase2013new/javascript/external/shadowbox/shadowbox.css *****/
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message {
    font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-weight: 200;
    color: #fff;
}

#sb-container {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: left;
    visibility: hidden;
    display: none;
}

#sb-overlay {
    position: relative;
    height: 100%;
    width: 100%;
}

#sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 100px;
}

#sb-wrapper-inner {
    position: relative;
    border: 1px solid #303030;
    overflow: hidden;
    height: 100px;
    
    margin-left: 36px;
    margin-right: 36px;
}

#sb-body {
    position: relative;
    height: 100%;
}

#sb-body-inner {
    position: absolute;
    height: 100%;
    width: 100%;
}

#sb-player.html {
    height: 100%;
    overflow: auto;
}

#sb-body img {
    border: none;
}

#sb-loading {
    position: relative;
    height: 100%;
}

#sb-loading-inner {
    position: absolute;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    width: 100%;
    text-align: center;
}

#sb-loading-inner span {
    background: url(loading.gif) no-repeat;
    padding-left: 34px;
    display: inline-block;
}

#sb-body,#sb-loading {
    background-color: #060606;
}

#sb-title,#sb-info {
    position: relative;
    margin: 0 36px;
    padding: 0;
    overflow: hidden;
}

#sb-title,#sb-title-inner {
    height: 26px;
    line-height: 26px;
}

#sb-title-inner {
    font-size: 16px;
}

#sb-info,#sb-info-inner {
    height: 20px;
    line-height: 20px;
}

#sb-info-inner {
    font-size: 12px;
}

#sb-nav {
    float: right;
    height: 16px;
    padding: 2px 0;
    width: 45%;
}

#sb-nav a {
    display: block;
    float: right;
    height: 16px;
    width: 16px;
    margin-left: 3px;
    cursor: pointer;
    background-repeat: no-repeat;
}

#sb-nav-close {
    background-image: url(close.png);
    
    position: absolute;
    right: 0;
    top: 26px;
    
    width: 32px;
    height: 32px;
    
    cursor: pointer;
}

#sb-nav-next {
    background-image: url(next.png);
    
    position: absolute;
    right: 0;
    top: 48%;
    
    width: 32px;
    height: 32px;
    
    cursor: pointer;
}

#sb-nav-previous {
    background-image: url(previous.png);
    
    position: absolute;
    left: 0;
    top: 48%;
    
    width: 32px;
    height: 32px;
    
    cursor: pointer;
}

#sb-nav-play {
    background-image: url(play.png);
}

#sb-nav-pause {
    background-image: url(pause.png);
}

#sb-counter {
    float: left;
    width: 45%;
}

#sb-counter a {
    padding: 0 4px 0 0;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}

#sb-counter a.sb-counter-current {
    text-decoration: underline;
}

div.sb-message {
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

div.sb-message a:link,div.sb-message a:visited {
    color: #fff;
    text-decoration: underline;
}

