html {
	text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
  font-family: "Lucida Grande", Myriad Pro, "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

h1 {
	font-family: 'Oswald', "Helvetica", Arial;
	letter-spacing: 1px;
	font-weight: bold;
}

h2, h3 {
	font-family: Myriad Pro, "Helvetica", Arial;
	letter-spacing: 1px;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover {
  color: #005580;
  text-decoration: underline;
}

.diagram {
	padding-top: 30px;
}

.fullwidth_container {
	padding: 60px 0px;
	width: 100%;
	background-color: #ddd;
	position: relative;
}

.blue_header_container {
	background-color: #0091e8;
	height: 435px;
	background-image:url(//heystaks201305.appspot.com/images/home-bg.jpg);
	background-position: center -1000%;
	background-repeat: no-repeat;
	padding: 50px 0px;	
}

.blue_title_container {
	background-color: #0091e8;
	padding: 50px 0px;	
	background: -webkit-gradient(
	  radial, 50% 110%, 20, 50% 100%, 800, from(#5bbaf3), to(#0091e8)
	);
}

.blue_header_press_container {
	background-image:url(//heystaks201305.appspot.com/images/press-globe.jpg);
	background-position: bottom right;
	height: 306px;
	padding: 100px 0px 0px 0px;
	background-color: #0085e5;
	background-repeat: no-repeat;
}

.blue_header_press_container {
	background-image:none;
	height: 136px;
	padding: 100px 0px 0px 0px;
	background-color: #0085e5;
	background-repeat: no-repeat;
}

.orange_container {
	background-color: #ef4d05;
	color: #fff;
	text-align: left;
	background: -webkit-gradient(
	  radial, 50% 110%, 20, 50% 100%, 800, from(#f68014), to(#ef4d05)
	);
}

.extra-top-padding {
	padding-top: 150px;
}

.blue {
	background-color: #1072BA;
	color: #fff;
}

.grey {
	background-color: #1a1a1a;
	color: #fff;
}

.orange {
	background-color: #ef4d05;
	color:#fff;
}

.white {
	background-color: #fff;
	color: #1a1a1a;
}

.blue_container {
	background-color: #1072BA;
	color: #fff;	
	text-align: center;
}

.grey_container {
	background-color: #1a1a1a;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.9);
}

.lightgrey_container {
	background-color: #dfdfdf;
	color: #1a1a1a;
	text-shadow: none;
	text-align: left;
	padding: 35px 0px;
}

.white_container {
	background-color: #fff;
	color: #1a1a1a;
	text-shadow: none;
	text-align: left;
}

.press-sub {
	margin-bottom: 45px;
}

.press-content {
	text-align: left;
}

.press-release {
	border-top: 1px solid #ddd;
	padding: 20px 0px;
}

.press-date {
	font-size: 1.3em;
	color: #aaa;
	font-weight: bold;
}

.press-abstract h3{
	font-size: 1.5em;
	margin: 0px 0px 10px 0px;
	line-height: 100%;
	letter-spacing: 0px;
}

.press-abstract a:hover {
	text-decoration: none;
	color: #1072ba;
}

.brandmark-thumbs img {
	width: 140px;
}

a.download-btn {
	color: #fff;
	padding: 12px 15px;
	background-color: #f4690a;
	font-size: 1.2em;
	font-family: Myriad Pro;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	float:right;
	cursor: pointer;
}

a.download-btn:hover {
	color: #fff;
	background-color: #cd590a;
	text-decoration: none;
}

.logo-caption {
	margin-top: 5px;
	margin-bottom: 30px;
	color: #444;
}

.logo-intro {
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}
	

.single-point {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

.single-point h2, .single-point p {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.caption {
	opacity: 0.9;
}

.contact_container {
	background-color: #1a1a1a;
	background-image:url(//heystaks201305.appspot.com/images/contact-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: repeat;
	color: #fff;
}

.contact-details {
	font-size: 1.2em;
	line-height: 160%;
}

.contact_header {
	text-align: left;
	width: 100%;
	margin-bottom: 55px;
}


h2.strip-title {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	font-size: 2em;
	font-family: Oswald;
	margin-bottom: 20px;
	text-shadow: none;
}


h2.content-title {
	display: inline-block;
	float:left;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	background-color: #00a0ed;
	padding: 12px 15px;
	font-family: Myriad Pro, "Helvetica Neue", Helvetica, Arial. sans-serif;
	font-weight: normal;
	margin-bottom: 25px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
}


input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}





.dropdown-menu {
  min-width: 135px;
  padding: 5px;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0;
     -moz-box-shadow: 0;
          box-shadow: 0;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0091e8;
  background-image: none;
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}


.btn-secondary {
  color: #ffffff;
  background-color: #d45c0b;
  *background-color: #d45c0b;
  background-image: -moz-linear-gradient(top, #f47d2b, #d45c0b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f47d2b), to(#d45c0b));
  background-image: -webkit-linear-gradient(top, #f47d2b, #d45c0b);
  background-image: -o-linear-gradient(top, #f47d2b, #d45c0b);
  background-image: linear-gradient(to bottom, #f47d2b, #d45c0b);
  background-repeat: repeat-x;
  border: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff47d2b', endColorstr='#ffd45c0b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 4px solid #fff;
  border-radius: 0px;
  font-size: 1.4em;
  padding: 16px 25px 12px 25px;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
  font-weight: bold;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.4);
  margin-bottom: 8px;
  margin-right: 16px;
  display: inline-block;
 }
 
 .btn-secondary.btn-grey {
	  background-color: #1a1a1a;
	  *background-color: #1a1a1a;
	  background-image: -moz-linear-gradient(top, #444444, #1a1a1a);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#1a1a1a));
	  background-image: -webkit-linear-gradient(top, #444444, #1a1a1a);
	  background-image: -o-linear-gradient(top, #444444, #1a1a1a);
	  background-image: linear-gradient(to bottom, #444444, #1a1a1a);
	  background-repeat: repeat-x;
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff1a1a1a', GradientType=0);
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 }

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary[disabled] {
  color: #ffffff;
  background-color: #d45c0b;
}

.btn-secondary.btn-grey:hover,
.btn-secondary.btn-grey:active,
.btn-secondary.btn-grey.active,
.btn-secondary.btn-grey.disabled,
.btn-secondary.btn-grey[disabled] {
  color: #ffffff;
  background-color: #1a1a1a;
}

.btn-secondary:active,
.btn-secondary.active {
  background-color: #003399 \9;
}

.navbar-inner {
  min-height: 100px;
  background-color: #ffffff;
  border: none;
  background-image: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.3);
}

.navbar .brand {
  padding:  0px;
  margin: 13px 20px 13px 0px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  width: 192px;
  height: 74px;
  background-image:url(//heystaks201305.appspot.com/images/sprite-general.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  text-shadow: 0;
  }


.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.3);
}


.navbar .nav {
  float: right;
  margin: 28px 0px 0 0;
}

.nav {
	list-style: none;
}

.navbar .nav > li, #footer-nav.nav > li {
  float: left;
}

.navbar .nav > li > a, #footer-nav.nav > li > a {
  color: #676767;
  padding: 10px 15px;
  display: inline-block;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
#footer-nav.nav > li > a:focus,
#footer-nav.nav > li > a:hover {
  color: #00a0ed;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #00a0ed;
  text-decoration: none;
  background-coolor: transparent;
  -webkit-box-shadow: 0;
     -moz-box-shadow: 0;
          box-shadow: 0;
}


.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}


.hero-unit {
  padding: 0;
  background-color: transparent;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: #fff;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.hero-unit h1 {
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
  margin-top: 150px;
  max-width: 700px;
  text-shadow: 0px 2px 0px rgba(0,0,0,0.2);
}

.hero-unit p {
	max-width: 480px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
	margin-bottom: 70px;
	font-size: 1.1em;
	line-height: 160%;
}

#product-abstracts .product-abstract {
	background-color: #fff;
	opacity: 0.95;
	float:left;
	width: 480px;
	margin-right: 40px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
	min-height: 300px;
	padding: 6px;
	position: relative;
}

.product-abstract h2 {
	padding: 10px 20px;
}

.product-abstract .discovery-analytics, .product-abstract .hs-platform {
	background-color: #f26922;
	height: 215px;
	position: absolute;
	bottom: 6px;
	left: 6px;
	right: 6px;
}

.product-abstract .hs-platform {
	background-color: #1072ba;
}

.product-abstract .discovery-analytics p, .product-abstract .hs-platform p {
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
	padding: 22px 20px;
	line-height: 170%;

}

.press .hero-unit h1 {
	margin-bottom: 20px;
	margin-top: 35px;
}

.press .hero-unit p {
	max-width: 500px;
}

.hero-unit .extension-info {
	font-size: 0.9em;
	opacity: 0.8;
	text-shadow: none;
}

.hero-unit .extension-info em {
	opacity: 0.5;
}

#contact-form input, #contact-form textarea {
	border-radius: 0px;
	display: block;
	min-width: 200px;
	width: 100%;
	padding: 0 12px;
	height: 40px;
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	font-size: 1.2em;
	margin-bottom: 15px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.7);
}

#contact-form textarea {
	padding-top: 15px;
}

#contact-form input.submit {
	background-color: #0fa6ee;
	border: 0;
	color: #fff;
	font-size: 1.3em;
	width: auto;
	min-width: 80px;
	letter-spacing: 1px;
	font-family: "Oswald", "Helvetica", Arial, sans-serif;
	padding: 0 16px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
	float:left;
	margin-right: 15px;
}

input.default, textarea.default {
	color: #aaa;
}

#contact-form input.submit:hover {
	background-color: #1072BA;
}

#contactForm-message {
	width: 250px;
	float:left;
	color: #fff;
}

#contactForm-message.errorMsg{
	color: #fc6c6c;
}

#contactForm-message img {
	padding: 12px 4px;
}


/* NEW SITE - MAY 2013 */
#home-products-container {
	padding: 0;
}

#home-products, #home-content-panels {
	list-style: none;
	margin: 0;
	margin-top: -25px;
	margin-bottom: -25px;
	width: 100%;
	padding: 0px;
	position: relative;
}

#home-content-panels {
	margin: 0;
}

#home-products li, #home-content-panels li {
	float:left;
	width: 460px;
	margin: 0px 5px;
	color: #222;
}

#home-products li {
	text-shadow: none;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.6);
}

#home-products .home-product-features {
	list-style: none;
}

#home-products .home-product-features li {
	float: none;
	width: auto;
	margin: 0;
	box-shadow: none;
	padding: 0px 5px;
	height: 110px;
}

.home-product-intro {
	font-size: 14px;
	height: 70px;
}

.home-product-header {
	padding: 30px;
	padding-top: 16px;
	padding-bottom: 25px;
	background-color: #fff;
}

.home-product-header h2 {
	color: #2e9dd8;
	font-size: 1.9em;
	margin-bottom: 20px;
}

.home-product-header h2 em {
	font-style: normal;	
	color: #f26922;
}

.home-product-header p {
	margin-bottom: 20px;
}

.home-product-features {
	padding: 20px;
	background-color: rgba(255,255,255,0.95);
	margin: 0px;
	box-shadow: inset 0px 4px 10px rgba(0,0,0,0.1);
	color: #353535;
}

#home-products .c2a-button {
	float:left;
	margin-right: 12px;
}

.home-product-features h4 {
	font-family: "Myriad Pro Bold Condensed", Myriad Pro, "Helvetica Bold Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color: #474747;
	margin-bottom: 7px;
}

.home-product-features .home-sprite {
	width: 52px;
	float:left;
	margin-right: 15px;
	min-height: 40px;
	margin-top: 10px;
}

.home-feature-text {
	float:left;
	width: 343px;
}

#home-products .learn-more {
	padding-top: 20px;
	font-size: 1.2em;
	color: #999;
}

#home-products .learn-more a {
	font-size: 1.1em;
	display: inline-block;
}

#home-testimonials {
	box-shadow: 0px -3px 5px rgba(0,0,0,0.1);
	z-index: 281;
}

#testimonials-slideshow {
	width: 100%;
}

.testimonials-slide {
	width: 100%;
}

.testimonials-slide .credit {
	width: 60%;
	text-align: center;
	font-size: 1.4em;
	float:right;
	position: relative;
}

.testimonials-slide .credit img {
	padding: 5px;
	background-color: #fff;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	display:inline-block;
	margin-left: 5px;
	margin-top: -5px;
	opacity: 0.9;
}

.testimonial {
	padding: 25px 120px 25px 120px;
	position: relative;
	font-size: 2.1em;
	line-height: 160%;
	font-style:italic;
	text-shadow: none;
	text-align: left;
}

.testimonial .quotes-topleft {
	position: absolute;
	top: 0px;
	left: 50px;
}

.testimonial .quotes-bottomright {
	position: absolute;
	bottom: 0px;
	right: 50px;
}

#home-content-boxes {
	text-align: left;
}

.home-content-main {
	padding: 30px;
	padding-top: 20px;
	background-color: #fff;
	color: #888;
	line-height: 180%;
	text-shadow: none;
	box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
	position: relative;
	z-index: 5;
}

.home-content-head {
	height: 75px;
	color: #b2b2b2;
	font-weight: bold;
	font-size: 1.2em;
}

.home-content-head h3 {
	color: #00a0ed;
	font-size: 1em;
	letter-spacing: -1px;
	display: inline-block;
	margin-right: 5px;
}

.home-content-main h2 {
	font-size: 1.8em;
	line-height: 130%;
	font-family: "Helvetica Bold Condensed", Helvetica, Arial, sans-serif;
	color: #313131;
	letter-spacing: -1px;
	height: 80px;
	overflow: hidden;
}

.home-content-main h2 a {
	color: #313131;
}

.home-content-main h2 a:hover {
	text-decoration: none;
	color: #00a0ed;
}

.home-content-main .text-preview{
	height: 150px;
	overflow: hidden;
}

.home-content-footer {
	width: 360px;
	padding: 0px 40px;
	margin: 0px auto;
	background-color: #00a0ed;
	height: 100px;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
}

.home-content-footer p {
	position: relative;
	z-index: 5;
}

.home-content-footer .home-footer-action {
	position: absolute;
	right: 40px;
	top: 35px;
	width: 28px;
	height: 28px;
	background-image:url(//heystaks201305.appspot.com/images/sprite-general.png);
	background-position: -33px -74px;
	transition: right 0.2s;
	-webkit-transition: right 0.2s;
	z-index: 2;
}

.home-content-footer:hover .home-footer-action {
	right: 48px;
}

.home-content-footer a {
	color: #fff;
	display: inline-block;
	width: 100%;
	height: 30px;
	margin-top: 35px;
	line-height: 30px;
}

#footer {
	width: 100%;
	padding-top: 20px;
	color: #1a1a1a;
	height: 50px;
	background-color: #fff;
}

#footer-nav {
	float:left;
}

#footer-copyright {
	float:right;
	color: #777;
}

#footer-copyright img {
	display: inline-block;
	margin-right: 5px;
}

.product-title-container {
	width: 100%;
	background-color: #fff;
	padding: 20px 0px;
	text-align: center;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.25);
}

.product-title-container h1 {
	font-size: 6em;
	color: #f26922;	
}

.discovery-analytics-title {
	margin-bottom: -10px;
}

.typography-medium {
	text-align: justify;
	font-size: 1.1em;
	line-height: 150%;
}

.typography-medium p {
	margin-bottom: 28px;
	padding-right: 15px;
}

.section-intro {
	font-size: 1.4em;
	line-height: 150%;
	margin-bottom: 35px;
}

.getstarted-instructions p {
	padding-right: 30px;
}

.ul-icon {
	list-style: none;
	margin: 0px;
	padding-top: 10px;
}

.ul-icon li {
	margin-bottom: 25px;
}

.ul-icon img {
	width: 80px;
	float: left;
	margin-right: 20px;
}

.ul-icon-text {
	float:left;
	width: 350px;
}

.clear {
	clear: both;
}

/* SPRITING */
.home-sprite {
	background-image: url(//heystaks201305.appspot.com/images/sprite-homepage_text.png);
}

.homepage-headline {
	width: 493px;
	height: 132px;
	background-position: 0px 0px;
}

.discovery-analytics-title_medium {
	width: 276px;
	height: 33px;
	background-position: 0px -165px;
}

.collaborative-search-title_medium {
	width: 293px;
	height: 33px;
	background-position: 0px -132px;
}

.home-search-first_icon {
	width: 52px;
	height: 52px;
	background-position: -493px 0px;
}

.home-search-second_icon {
	width: 52px;
	height: 52px;
	background-position: -545px 0px;
}

.home-search-third_icon {
	width: 52px;
	height: 52px;
	background-position: -597px 0px;
}

.home-discovery-first_icon {
	width: 52px;
	height: 52px;
	background-position: -493px -52px;
}

.home-discovery-second_icon {
	width: 52px;
	height: 52px;
	background-position: -545px -52px;
}

.home-discovery-third_icon {
	width: 52px;
	height: 52px;
	background-position: -597px -52px;
}

.get-started-now-button {
	display: inline-block;
	width: 165px;
	height: 26px;
	background-position: -293px -132px;
}

.try-the-demo-button {
	display: inline-block;
	width: 136px;
	height: 26px;
	background-position: -293px -165px;
}

.play-video-button {
	display: inline-block;
	width: 138px;
	height: 26px;
	background-position: -313px -198px;
}

.apply-audit-button {
	display: inline-block;
	width: 313px;
	height: 26px;
	background-position: 0px -198px;
}

.simple-graphic {
	width: 238px;
	height: 154px;
	background-image: url(//heystaks201305.appspot.com/images/simple-graphics/sprite-v1.1.png);
	margin: 0px auto;
}

.first-icon {
	background-position:  0px 0px;
}

.second-icon {
	background-position:  -238px 0px;
}

.third-icon {
	background-position:  0px -154px;
}

.fourth-icon {
	background-position:  -238px -154px;
}

.fifth-icon {
	background-position:  0px -308px;
}

.sixth-icon {
	background-position:  -238px -308px;
}

.brandmark-small {
	width: 33px;
	height: 33px;
	background-image:url(//heystaks201305.appspot.com/images/sprite-general.png);
	background-position: 0px -74px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.collab-header, .discovery-header {
	background-image:url(//heystaks201305.appspot.com/images/collaborative-search/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//heystaks201305.appspot.com/images/collaborative-search/header-bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//heystaks201305.appspot.com/images/collaborative-search/header-bg.jpg', sizingMethod='scale')";
}

.discovery-header {
	background-image:url(//heystaks201305.appspot.com/images/discovery-analytics/header-bg.jpg);
}

#carousel {
	margin: 0px auto 0px auto;
	color: #444;
	line-height: 160%;
	text-shadow: none;
}

#carousel h2 {
	font-family: 'Oswald', "Helvetica", Arial;
	font-size: 1.4em;
	color: #666;
	text-shadow: none;
	line-height: 100%;
}

#carousel h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.2em;
	color: #0091e8;
	text-shadow: none;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 24px;
}

#carousel p {
	font-size: 1.2em;
	line-height: 160%;
}

.carousel-panel {
	width: 84%;
	margin: 40px auto;
	height: 84%;
	position:relative;
}
	
.roundabout-holder {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 320px;
	width: 740px;
}

.roundabout-moveable-item {
	height: 400px;
	width: 420px;
	cursor: pointer;
	background-color: #fff;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
	position: relative;
}

.slideshow-c2a {
	position: relative;
	height: 94px;
	left: 0px;
}

.roundabout-moveable-item .btn-secondary {
	margin-right: 8px;
	margin-left: -2px;
}

.learn-more {
	font-size: 1.3em;
	color: #999;
	display: inline-block;
}

.learn-more a {
	font-size: 1em;
	display: inline-block;
	margin-top: -10px;
}

.roundabout-in-focus {
	cursor: auto;
}

.custom-bullet {
	width: 14px;
	height: 14px;
	background-image:url(//heystaks201305.appspot.com/images/sprite-general.png);
	background-position: -61px -74px;	
	float:left;
	margin-right: 10px;
	margin-top: 4px;
}

.li-text {
	float: left;
	width: 90%;
}

ul.no-dot {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%:
}

ul.no-dot li {
	padding: 0px;
	margin: 0px;
	width: 50%;
	margin-bottom: 20px;
	float: left;
	min-height: 60px;
}
	
	
h1.discovery-analytics-title_large {
	display: block;
	margin: 0px auto;
	width: 865px;
	height: 103px;
	background-image: url(//heystaks201305.appspot.com/images/discovery-analytics/sprite-discovery_analytics.png);
	background-position: 0px -335px;
	margin-top: 10px;
}

.discovery-screenshots div.span4 {
	background-image: url(//heystaks201305.appspot.com/images/discovery-analytics/sprite-discovery_analytics.png);
	width: 300px;
	height: 172px;
}

.discovery-screenshots .first-screenshot {
	background-position: 0px -163px;
}

.discovery-screenshots .second-screenshot {
	background-position: -300px -163px;
}

.discovery-screenshots .third-screenshot {
	background-position: -600px -163px;
}

.discovery-analytics-valueflow {
	background-image: url(//heystaks201305.appspot.com/images/discovery-analytics/sprite-discovery_analytics.png);
	width: 940px;
	height: 163px;
	background-position: 0px 0px;
	margin: 30px 0px 40px 0px;
}

.sprite-collaborative_search {
	background-image: url(//heystaks201305.appspot.com/images/collaborative-search/sprite-collaborative_search.png);
	background-repeat: no-repeat;
}

.how-it-works-image {
	background-position: 0px 0px;
	width: 881px;
	height: 684px;
}

.collaborative-search-valueflow {
	width: 862px;
	height: 167px;
	background-position: 0px -684px;
	margin: 30px 0 40px 52px;
}

h1.collaborative-search-title_large {
	display: block;
	margin: 10px auto;
	width: 861px;
	height: 80px;
	background-position: 0px -851px;
}

.sharepoint-demo-screenshot {
	width: 445px;
	height: 160px;
	background-position: -399px -931px;
	margin-bottom: 23px;
}

.collaborative-search-logos {
	margin: 0px auto 25px auto;
	width: 399px;
	height: 64px;
	background-position: 0px -931px;
}



/* Magnific Styles  */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* End magnific styles */