@import "fonts/PFreminderPro-Regular.css";

h1,
h2,
h3,
h4,
p,
li {
  font-weight: 300;
  color: #222;
}

h1 {
  font-size: 2.75rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

.transition(t) {
  -webkit-transition: t;
  -moz-transition: t;
  -ms-transition: t;
  -o-transition: t;
  -webkit-transition: t;
  -moz-transition: t;
  -o-transition: t;
  -ms-transition: t;
  transition: t;
}

.transition-delay(t) {
  -webkit-transition-delay: t;
  -moz-transition-delay: t;
  -ms-transition-delay: t;
  -o-transition-delay: t;
  -webkit-transition-delay: t;
  -moz-transition-delay: t;
  -o-transition-delay: t;
  -ms-transition-delay: t;
  transition-delay: t;
}

.transition-timing(t) {
  -webkit-transition-timing-function: t;
  -moz-transition-timing-function: t;
  -ms-transition-timing-function: t;
  -o-transition-timing-function: t;
  -webkit-transition-timing-function: t;
  -moz-transition-timing-function: t;
  -o-transition-timing-function: t;
  -ms-transition-timing-function: t;
  transition-timing-function: t;
}

.box-shadow(bs) {
  -webkit-box-shadow: bs;
  -moz-box-shadow: bs;
  box-shadow: bs;
}
@font-face {
  font-family: Blog;
  font-style: normal;
  src: url("../fonts/2C56C6_0_0.ttf");
}

section.footer_callout,
body.front section.footer_callout {
  padding: 8rem 0!important;
}

section.footer_callout.orange,
body.front section.footer_callout.orange {
  background-color: #B12109!important;
}

section.footer_callout.blue,
body.front section.footer_callout.blue {
  background-color: #5c9df5;
}

/* line 7 : /imports/footer.styl */
section.footer_callout h2,
body.front section.footer_callout h2 {
  margin-bottom: 4.5rem!important;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
}

/* line 13 : /imports/footer.styl */
section.footer_callout a.button,
body.front section.footer_callout a.button {
  margin: 0 1.2rem;
  box-shadow: 0px 14px 34px -10px rgba(0,0,0,0.3);
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media screen and (max-width: 1024px) {

/* line 17 : /imports/footer.styl */
  section.footer_callout a.button,
  body.front section.footer_callout a.button {
    padding: 0.8rem;
    margin: 0 0.5rem;
  }
}
@media screen and (max-width: 640px) {

/* line 20 : /imports/footer.styl */
  section.footer_callout a.button,
  body.front section.footer_callout a.button {
    margin-top: 0.5rem;
  }
}

/* line 22 : /imports/footer.styl */
section.footer_callout a.button:hover,
body.front section.footer_callout a.button:hover {
  background-color: #2e3037;
  color: #fff;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

/* line 27 : /imports/footer.styl */
section.footer_callout sub,
body.front section.footer_callout sub {
  display: block;
  color: #fff;
  margin-top: -3.8rem;
  margin-bottom: 4rem;
}

/* line 32 : /imports/footer.styl */
section.footer_callout sub a,
body.front section.footer_callout sub a {
  color: #fff;
}

/* line 35 : /imports/footer.styl */
.footer_wrapper {
  background-color: #333;
}

/* line 38 : /imports/footer.styl */
footer {
  color: #fff;
  padding: 2.2rem 0 2.2rem 0;
  font-size: 0.8rem;
  padding-top: 80px;
}

/* line 43 : /imports/footer.styl */
footer p {
  color: #fff;
}
@media screen and (max-width: 640px) {

/* line 46 : /imports/footer.styl */
  footer .columns {
    margin-top: 1rem;
    text-align: center;
  }
}

/* line 49 : /imports/footer.styl */
footer .small-5 {
  margin-top: 5px;
}

/* line 51 : /imports/footer.styl */
footer .nav_title {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {

/* line 55 : /imports/footer.styl */
  footer .nav_title {
    text-align: center;
  }
}

/* line 57 : /imports/footer.styl */
@media screen and (max-width: 1024px) {

/* line 58 : /imports/footer.styl */
  footer div.copyright {
    text-align: center;
  }
}

/* line 60 : /imports/footer.styl */
footer div.copyright p {
  margin-top: 15px;
}

/* line 63 : /imports/footer.styl */
footer ul.menu,
footer ul.links,
footer ul.connect {
  list-style: none;
  text-align: left;
  margin-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 640px) {

/* line 70 : /imports/footer.styl */
  footer ul.menu,
  footer ul.links,
  footer ul.connect {
    text-align: center;
  }
}

/* line 72 : /imports/footer.styl */
footer ul.menu ul,
footer ul.links ul,
footer ul.connect ul {
  display: none;
}

/* line 74 : /imports/footer.styl */
footer ul.menu li,
footer ul.links li,
footer ul.connect li {
  display: block;
  list-style: none;
  list-style-image: none;
  margin: 0 0 1rem 0;
  line-height: 1;
}

/* line 80 : /imports/footer.styl */
footer ul.menu li a,
footer ul.links li a,
footer ul.connect li a {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  margin: 0 3rem 0 0;
  -webkit-transition: color 200ms ease-in;
  -moz-transition: color 200ms ease-in;
  -o-transition: color 200ms ease-in;
  -ms-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}
@media screen and (max-width: 1150px) {

/* line 86 : /imports/footer.styl */
  footer ul.menu li a,
  footer ul.links li a,
  footer ul.connect li a {
    margin: 0 1rem 0 0;
  }
}

/* line 88 : /imports/footer.styl */

/* line 89 : /imports/footer.styl */
footer ul.menu li.last a,
footer ul.links li.last a,
footer ul.connect li.last a {
  margin-right: 2rem;
}
@media screen and (max-width: 1024px) {

/* line 92 : /imports/footer.styl */

/* line 93 : /imports/footer.styl */
  footer ul.menu li a,
  footer ul.links li a,
  footer ul.connect li a {
    margin-right: 0.5rem;
  }

/* line 95 : /imports/footer.styl */

/* line 96 : /imports/footer.styl */
  footer ul.menu li.last a,
  footer ul.links li.last a,
  footer ul.connect li.last a {
    margin-right: 0.5rem;
  }
}

/* line 98 : /imports/footer.styl */
footer .newsletter-wrapper {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  clear: both;
  overflow: hidden;
  padding-top:15px;
}

/* line 102 : /imports/footer.styl */
footer .newsletter-wrapper .phone {
  font-size: 1rem;
  text-align: right;
  color: #fff;
  margin-top: 70px;
  display: block;
}
@media screen and (max-width: 1024px) {

/* line 108 : /imports/footer.styl */
  footer .newsletter-wrapper .phone {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

/* line 112 : /imports/footer.styl */

/* line 113 : /imports/footer.styl */
footer div.newsletter h5 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1.2;
}

/* line 120 : /imports/footer.styl */
footer div.newsletter p {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1.2;
}

/* line 126 : /imports/footer.styl */
footer div.newsletter .mktoForm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px !important;
  width: 100% !important;
  max-width: 450px !important;
}
@media screen and (max-width: 1024px) {

/* line 131 : /imports/footer.styl */
  footer div.newsletter .mktoForm {
    max-width: 100% !important;
  }
}

/* line 133 : /imports/footer.styl */
footer div.newsletter .mktoForm .mktoFormRow,
footer div.newsletter .mktoForm .mktoButtonRow {
  clear: none !important;
  float: left;
  margin-bottom: 0;
}

/* line 137 : /imports/footer.styl */
footer div.newsletter .mktoForm .mktoFieldWrap {
  width: 100%;
}

/* line 139 : /imports/footer.styl */
footer div.newsletter .mktoForm .mktoFormCol {
  width: 100%;
}

/* line 141 : /imports/footer.styl */
footer div.newsletter .mktoForm .mktoFormRow {
  display: none;
}

/* line 143 : /imports/footer.styl */
footer div.newsletter .mktoForm .mktoFormRow:first-of-type {
  display: block;
}
@media screen and (max-width: 640px) {

/* line 145 : /imports/footer.styl */
  footer div.newsletter .mktoForm .mktoFormRow {
    width: 66% !important;
  }
}

/* line 147 : /imports/footer.styl */
@media screen and (max-width: 640px) {

/* line 148 : /imports/footer.styl */
  footer div.newsletter .mktoForm .mktoButtonRow {
    width: 33% !important;
  }
}

/* line 150 : /imports/footer.styl */
footer div.newsletter .mktoForm .mktoButtonWrap {
  margin-left: 10px !important;
}

/* line 152 : /imports/footer.styl */
footer div.newsletter .mktoForm .mktoButtonWrap .mktoButton {
  width: 180px !important;
  background-color: #777 !important;
  border: 1px solid #777 !important;
}
@media screen and (max-width: 640px) {

/* line 156 : /imports/footer.styl */
  footer div.newsletter .mktoForm .mktoButtonWrap .mktoButton {
    font-size: 12px !important;
    width: 100% !important;
    padding: 0 !important;
    height: 40px;
  }
}

/* line 161 : /imports/footer.styl */
footer div.newsletter .mktoForm .mktoGutter,
footer div.newsletter .mktoForm .mktoOffset,
footer div.newsletter .mktoForm label {
  display: none;
}

/* line 163 : /imports/footer.styl */
footer div.newsletter .mktoForm input {
  border: 1px solid rgba(255,255,255,0.5);
  background-color: #3c3d41;
  width: 250px !important;
  height: 40px;
}

/* line 35 : /imports/mixins.styl */
footer div.newsletter .mktoForm input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5) !important;
  font-size: 14px;
}

/* line 37 : /imports/mixins.styl */
footer div.newsletter .mktoForm input:-moz-placeholder {
  color: rgba(255,255,255,0.5) !important;
  font-size: 14px;
}

/* line 39 : /imports/mixins.styl */
footer div.newsletter .mktoForm input::-moz-placeholder {
  color: rgba(255,255,255,0.5) !important;
  font-size: 14px;
}

/* line 41 : /imports/mixins.styl */
footer div.newsletter .mktoForm input:-ms-input-placeholder {
  color: rgba(255,255,255,0.5) !important;
  font-size: 14px;
}
@media screen and (max-width: 640px) {

/* line 171 : /imports/footer.styl */
  footer div.newsletter .mktoForm input {
    width: 100% !important;
    margin: auto;
  }
}

/* line 175 : /imports/footer.styl */

/* line 176 : /imports/footer.styl */
footer div.legal p,
footer div.legal a {
  font-size: 0.7rem;
  color: #fff;
}

/* line 179 : /imports/footer.styl */
footer div.footer-share {
  white-space: nowrap;
  float: right;
  margin-top: 25px;
}

/* line 183 : /imports/footer.styl */
footer div.footer-share span.share {
  width: 32px;
  height: 28px;
  margin-right: 16px;
  display: inline-block;
}

/* line 188 : /imports/footer.styl */
footer div.footer-share span.share.twitter {
  background: url("images/home-v4/Twitter.svg") center no-repeat;
  -webkit-background-size: 23px 19px;
  -moz-background-size: 23px 19px;
  background-size: 23px 19px;
}

/* line 191 : /imports/footer.styl */
footer div.footer-share span.share.facebook {
  background: url("images/home-v4/Facebook.svg") center no-repeat;
  -webkit-background-size: 12px 24px;
  -moz-background-size: 12px 24px;
  background-size: 12px 24px;
}

/* line 194 : /imports/footer.styl */
footer div.footer-share span.share.google {
  background: url("images/home-v4/Google.svg") center no-repeat;
  -webkit-background-size: 32px 20px;
  -moz-background-size: 32px 20px;
  background-size: 32px 20px;
}

/* line 197 : /imports/footer.styl */
footer div.footer-share span.share.tumblr {
  background: url("images/home-v4/Tumblr.svg") center no-repeat;
  -webkit-background-size: 13px 22px;
  -moz-background-size: 13px 22px;
  background-size: 13px 22px;
}

/* line 200 : /imports/footer.styl */
footer div.footer-share span.share.linkedin {
  background: url("images/home-v4/LinkedIn.svg") center no-repeat;
  -webkit-background-size: 22px 20px;
  -moz-background-size: 22px 20px;
  background-size: 22px 20px;
}

/* line 203 : /imports/footer.styl */
footer div.footer-share span.share:last-child {
  margin-right: 0;
}
@media screen and (max-width: 640px) {

/* line 205 : /imports/footer.styl */
  footer div.footer-share {
    width: 152px;
    margin: 0 auto;
    float: none;
  }
}

/* line 211 : /imports/footer.styl */
footer div.footer_logo {
  background: url("images/small_logo.png") left center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  height: 3rem;
  line-height: 3rem;
  position: relative;
  top: -0.8rem;
  font-size:18px;
  margin: 0 1rem 0 0;
  display: inline-block;
  padding-left: 55px;
}

/* line 222 : /imports/footer.styl */
footer div.footer_logo span {
  font-weight: bold;
}

/* line 224 : /imports/footer.styl */
footer p {
  display: inline-block;
  position: relative;
  font-size: 0.8rem;
  margin-top: 35px;
}

/* line 229 : /imports/footer.styl */
footer p:first-of-type {
  font-size: 0.9rem;
  line-height: 1.5rem;
}

/* line 232 : /imports/footer.styl */
footer p:last-child {
  margin-top: 25px;
}
@media screen and (max-width: 1050px) {

/* line 234 : /imports/footer.styl */
  footer {
    padding-bottom: 0;
  }
}

/* line 243 : /imports/footer.styl */
body.customers footer div.footer-share span.share.twitter:hover,
body.resources footer div.footer-share span.share.twitter:hover {
  background-position: -4rem 0;
}

/* line 245 : /imports/footer.styl */
body.customers footer div.footer-share span.share.facebook:hover,
body.resources footer div.footer-share span.share.facebook:hover {
  background-position: -4rem 0;
}

/* line 247 : /imports/footer.styl */
body.customers footer div.footer-share span.share.google:hover,
body.resources footer div.footer-share span.share.google:hover {
  background-position: -4rem 0;
}

/* line 249 : /imports/footer.styl */
body.customers footer div.footer-share span.share.linkedin:hover,
body.resources footer div.footer-share span.share.linkedin:hover {
  background-position: -4rem 0;
}

/* line 252 : /imports/footer.styl */

/* line 253 : /imports/footer.styl */
body > img {
  display: none;
}

/* line 255 : /imports/footer.styl */
body > iframe {
  display: none;
}

/* line 257 : /imports/footer.styl */
.adsbox {
  display: none;
}

/* line 260 : /imports/footer.styl */
body#hosted_footer #container {
  padding-top: 0px;
}

/* line 261 : /imports/footer.styl */

/* line 261 : /imports/body.styl */

/* line 1 : /imports/body.styl */
section {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* line 5 : /imports/body.styl */
body {
  width: 100%;
  overflow-x: hidden;
}

/* line 8 : /imports/body.styl */
body #site_wrapper {
  width: 100vw;
  overflow-x: hidden;
}

/* line 11 : /imports/body.styl */
body * {
	font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
	-webkit-font-smoothing: antialiased;
}

/* line 14 : /imports/body.styl */

/* line 15 : /imports/body.styl */
body.all_loaded section {
  opacity: 1;
}

/* line 18 : /imports/body.styl */

/* line 19 : /imports/body.styl */
body.node-type-press-release section.hero h1,
body.node-type-case-study section.hero h1,
body.ema-impact-brief section.hero h1 {
  font-size: 2.5rem;
}
@media screen and (max-width: 1024px) {

/* line 22 : /imports/body.styl */
  body.node-type-press-release section.hero h1,
  body.node-type-case-study section.hero h1,
  body.ema-impact-brief section.hero h1 {
    font-size: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

/* line 26 : /imports/body.styl */

/* line 27 : /imports/body.styl */

/* line 28 : /imports/body.styl */
body.careers section.hero h1 {
  margin-top: -6rem;
}

/* line 30 : /imports/body.styl */
body.careers section.hero img.play-button {
  margin-top: -25px;
}

/* line 32 : /imports/body.styl */

/* line 33 : /imports/body.styl */
body.support div.support-tile {
  background-color: #fff;
  color: #B12109;
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px;
  width: 256px;
}

/* line 45 : /imports/body.styl */
body.support div.support-tile.phone {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* line 49 : /imports/body.styl */
body.support div.support-tile.email {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* line 53 : /imports/body.styl */
body.support div.support-tile.login {
  background-color: #5c9df5;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

/* line 58 : /imports/body.styl */
body.support div.support-tile.login:hover {
  background-color: #4f87d3;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

/* line 61 : /imports/body.styl */

/* line 62 : /imports/body.styl */
body.admin-menu #container {
  margin-top: 0;
}

/* line 64 : /imports/body.styl */

/* line 65 : /imports/body.styl */
body.no-hero section.body {
  padding: 0;
}
@media screen and (max-width: 1024px) {

/* line 68 : /imports/body.styl */
  body #admin-menu {
    display: none;
  }
}

/* line 70 : /imports/body.styl */
section.body {
  background-color: #fff;
  padding: 6rem 0;
}

/* line 74 : /imports/body.styl */
section.body.grey {
  background-color: #f7f8fa;
}

/* line 77 : /imports/body.styl */
div.stitch {
  width: 10px;
  height: 187px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  -moz-transition: -moz-transform 1s, opacity 1s;
  -o-transition: -o-transform 1s, opacity 1s;
  -ms-transition: -ms-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  opacity: 0;
  position: relative;
  z-index: 1;
  margin: -93.5px auto;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-position: center center;
}

/* line 88 : /imports/body.styl */
div.stitch.stitch_1 {
  background-image: url("images/stitch_1.png");
}

/* line 88 : /imports/body.styl */
div.stitch.stitch_2 {
  background-image: url("images/stitch_2.png");
}

/* line 88 : /imports/body.styl */
div.stitch.stitch_3 {
  background-image: url("images/stitch_3.png");
}

/* line 88 : /imports/body.styl */
div.stitch.stitch_4 {
  background-image: url("images/stitch_4.png");
}

/* line 88 : /imports/body.styl */
div.stitch.stitch_5 {
  background-image: url("images/stitch_5.png");
}

/* line 88 : /imports/body.styl */
div.stitch.stitch_6 {
  background-image: url("images/stitch_6.png");
}

/* line 90 : /imports/body.styl */
div.stitch.in_view {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* line 94 : /imports/body.styl */

/* line 95 : /imports/body.styl */
.content h2 {
  font-size: 1.4rem;
  color: #2e3037;
  margin: 4rem 0 2rem 0;
}

/* line 99 : /imports/body.styl */
.content p {
  color: #626e7f;
}

/* line 101 : /imports/body.styl */
.content blockquote {
  margin: 3rem 2rem;
  background: url("images/blockquote_edge.png") left center/2px 100% no-repeat;
  font-size: 2rem;
  line-height: 2.5rem;
  padding-left: 7rem;
  position: relative;
}

/* line 108 : /imports/body.styl */
.content blockquote p {
  font-size: 2rem;
}

/* line 110 : /imports/body.styl */
.content blockquote p:before {
  content: '';
  background: url("images/bigquote.png") center center/contain no-repeat;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: 1rem;
  left: 3rem;
}
@media screen and (max-width: 640px) {

/* line 118 : /imports/body.styl */
  .content blockquote p:before {
    -webkit-background-size: 75%;
    -moz-background-size: 75%;
    background-size: 75%;
    background-position: top center;
    left: 1rem;
  }
}
@media screen and (max-width: 1024px) {

/* line 122 : /imports/body.styl */
  .content blockquote {
    line-height: 2rem;
    font-size: 1.6rem;
  }

/* line 125 : /imports/body.styl */
  .content blockquote p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {

/* line 127 : /imports/body.styl */
  .content blockquote {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 5rem;
    line-height: 1.5rem;
    font-size: 1.125rem;
  }

/* line 133 : /imports/body.styl */
  .content blockquote p {
    font-size: 1.125rem;
  }
}

/* line 135 : /imports/body.styl */
.content > div + h2 {
  margin-top: 1rem;
}

/* line 137 : /imports/body.styl */
.content img {
  max-width: 100%;
  height: auto !important;
}

/* line 141 : /imports/body.styl */

/* line 142 : /imports/body.styl */
ul.block_grid div.content {
  padding: 0 2rem;
}

/* line 145 : /imports/body.styl */
#container {
  position: relative;
}
@media screen and (max-width: 1024px) {

/* line 147 : /imports/body.styl */
  #container {
    width: calc(100vw + 52vw);
    overflow: hidden;
    -webkit-transition: -webkit-transform 200ms ease-in;
    -moz-transition: -moz-transform 200ms ease-in;
    -o-transition: -o-transform 200ms ease-in;
    -ms-transition: -ms-transform 200ms ease-in;
    transition: transform 200ms ease-in;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    transition-delay: 0ms;
  }

/* line 152 : /imports/body.styl */
  #container #content_container {
    width: 100vw;
  }

/* line 154 : /imports/body.styl */
  #container #menu_container {
    width: 52vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 640px) {

/* line 160 : /imports/body.styl */
  #container {
    width: calc(100vw + 80vw);
  }

/* line 162 : /imports/body.styl */
  #container #menu_container {
    width: 80vw;
  }
}
@media screen and (max-width: 1024px) {

/* line 165 : /imports/body.styl */

/* line 166 : /imports/body.styl */
  html.menu_open #container {
    -webkit-transform: translateX(-52vw);
    -moz-transform: translateX(-52vw);
    -o-transform: translateX(-52vw);
    -ms-transform: translateX(-52vw);
    transform: translateX(-52vw);
    height: 100vh;
  }

/* line 169 : /imports/body.styl */
  html.menu_open #content_container {
    position: absolute;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
  }

/* line 175 : /imports/body.styl */
  html.menu_open #menu_container {
    overflow: scroll;
  }

/* line 177 : /imports/body.styl */
  html.menu_open #menu_container .logo {
    left: calc(20px - 52vw);
  }

/* line 179 : /imports/body.styl */
  html.menu_open #menu_container .hamburger {
    right: calc(20px + 52vw);
  }
}
@media screen and (max-width: 640px) {

/* line 182 : /imports/body.styl */

/* line 183 : /imports/body.styl */
  html.menu_open #container {
    -webkit-transform: translateX(-80vw);
    -moz-transform: translateX(-80vw);
    -o-transform: translateX(-80vw);
    -ms-transform: translateX(-80vw);
    transform: translateX(-80vw);
  }

/* line 185 : /imports/body.styl */

/* line 186 : /imports/body.styl */
  html.menu_open #menu_container .logo {
    left: calc(20px - 80vw);
  }

/* line 188 : /imports/body.styl */
  html.menu_open #menu_container .hamburger {
    right: calc(20px + 80vw);
  }
}

/* line 189 : /imports/body.styl */

/* line 189 : /imports/index.styl */

/* line 1 : /imports/index.styl */
body.front {
  background-color: #fff;
}

/* line 3 : /imports/index.styl */
body.front section {
  position: relative;
}

/* line 5 : /imports/index.styl */
body.front h2 {
  margin: 0 auto 4.5rem;
  font-size: 42px;
  color: #2b2d33;
}
@media screen and (max-width: 1024px) {

/* line 9 : /imports/index.styl */
  body.front h2 {
    font-size: 30px;
  }
}

/* line 11 : /imports/index.styl */
body.front .button {
  box-shadow: 0px 14px 34px -10px rgba(0,0,0,0.3);
}

/* line 13 : /imports/index.styl */
body.front .button.orange:hover {
  color: #fff;
  background-color: #222;
}

/* line 16 : /imports/index.styl */
body.front div.header-shadow {
  display: none;
}

/* line 18 : /imports/index.styl */
body.front section.homepage_header {
  background-image: url("images/home-v4/people2.png");
  background-position: center bottom -270px;
  background-repeat: no-repeat;
  min-height: 600px;
  position: relative;
  padding-bottom: 160px;
  padding-top: 0;
}

/* line 26 : /imports/index.styl */
body.front section.homepage_header .slick-arrow {
  position: absolute;
  color: transparent;
  background-color: transparent;
  height: 44px;
  width: 44px;
  top: 50%;
  margin-top: -22px;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  z-index: 100;
}

/* line 39 : /imports/index.styl */
body.front section.homepage_header .slick-arrow.slick-prev {
  background-image: url("images/home-v4/arrow-left.png");
  left: 50%;
  margin-left: -700px;
}
@media screen and (max-width: 1400px) {

/* line 43 : /imports/index.styl */
  body.front section.homepage_header .slick-arrow.slick-prev {
    left: 22px;
    margin-left: 0;
  }
}

/* line 46 : /imports/index.styl */
body.front section.homepage_header .slick-arrow.slick-next {
  background-image: url("images/home-v4/arrow-right.png");
  right: 50%;
  margin-right: -700px;
}
@media screen and (max-width: 1400px) {

/* line 50 : /imports/index.styl */
  body.front section.homepage_header .slick-arrow.slick-next {
    right: 22px;
    margin-right: 0;
  }
}

/* line 53 : /imports/index.styl */
body.front section.homepage_header .slick-arrow:focus {
  outline: none;
}

/* line 55 : /imports/index.styl */
body.front section.homepage_header .slide:focus {
  outline: none;
}

/* line 57 : /imports/index.styl */

/* line 58 : /imports/index.styl */

/* line 59 : /imports/index.styl */
body.front section.homepage_header .slide_1 .row h1 {
  margin-top: 3rem;
  line-height: 4.6rem;
  font-weight: 500;
  font-size: 3.3rem;
}

/* line 64 : /imports/index.styl */
body.front section.homepage_header .slide_1 .row p {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 100;
}
@media screen and (max-width: 1024px) {

/* line 70 : /imports/index.styl */
  body.front section.homepage_header .slide_1 .row {
    text-align: center;
  }

/* line 72 : /imports/index.styl */
  body.front section.homepage_header .slide_1 .row h1 {
    margin-top: 0;
  }

/* line 74 : /imports/index.styl */
  body.front section.homepage_header .slide_1 .row p {
    font-size: 1rem;
    line-height: 1.4rem;
  }

/* line 77 : /imports/index.styl */
  body.front section.homepage_header .slide_1 .row img {
    margin: auto;
    max-width: 600px;
    width: 100%;
  }
}

/* line 81 : /imports/index.styl */
body.front section.homepage_header .gartner {
  text-align: center;
}

/* line 83 : /imports/index.styl */
body.front section.homepage_header .gartner img {
  margin: 0 auto 4rem;
  max-width: 400px;
  width: 100%;
}

/* line 87 : /imports/index.styl */
body.front section.homepage_header .gartner p {
  margin: 0 auto 2rem;
  font-size: 1.5rem;
}

/* line 90 : /imports/index.styl */
body.front section.homepage_header .gartner h1 {
  margin: 0 auto 1.3rem;
  line-height: 1;
  font-size: 4rem;
  font-weight: 500;
}

/* line 95 : /imports/index.styl */
body.front section.homepage_header ul.slick-dots {
  text-align: center;
  display: none;
  position: absolute;
  bottom: 0rem;
  left: 47%;
  margin-left: -45px;
}

/* line 102 : /imports/index.styl */
body.front section.homepage_header ul.slick-dots li {
  list-style: none;
  display: inline-block;
}

/* line 105 : /imports/index.styl */
body.front section.homepage_header ul.slick-dots li button {
  color: transparent;
  background-color: #bec4ce;
  height: 15px;
  width: 15px;
  margin: 15px;
  border-radius: 50%;
  padding: 0;
}

/* line 113 : /imports/index.styl */

/* line 114 : /imports/index.styl */
body.front section.homepage_header ul.slick-dots li.slick-active button {
  background-color: #B12109;
}

/* line 116 : /imports/index.styl */
body.front section.grey.divider {
  background-color: #2e3037;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

/* line 121 : /imports/index.styl */
body.front section.grey.divider h4 {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
}

/* line 125 : /imports/index.styl */
body.front section.grey.divider a {
  margin-left: 35px;
  font-size: 1rem;
  color: #6cf;
}
@media screen and (max-width: 1024px) {

/* line 130 : /imports/index.styl */
  body.front section.grey.divider a {
    display: block;
    margin-left: 0;
  }
}

/* line 133 : /imports/index.styl */
body.front section.black.divider {
  background-color: #4a4a4a;
  padding: 28px 0;
  height: 10vh;
}

/* line 137 : /imports/index.styl */
body.front section.black.divider h4 {
  color: #fff;
  float: left;
  margin: 0;
}

/* line 141 : /imports/index.styl */
body.front section.black.divider a.button {
  float: right;
  margin: 0;
}

/* line 144 : /imports/index.styl */
body.front section.what_is_bi {
  background-color: #00a1ff;
}

/* line 146 : /imports/index.styl */
body.front section.what_is_bi h2 {
  color: #fff;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

/* line 150 : /imports/index.styl */
body.front section.what_is_bi p {
  color: #fff;
  margin-bottom: 2rem;
}

/* line 153 : /imports/index.styl */
body.front section.what_is_bi .row {
  background-image: url("images/home-v4/orange-girl.png");
  background-position: left 50px bottom -30px;
  background-repeat: no-repeat;
  min-height: 350px;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
@media screen and (max-width: 640px) {

/* line 159 : /imports/index.styl */
  body.front section.what_is_bi .row {
    text-align: center;
    background-position: center bottom -30px;
    -webkit-background-size: auto 200px;
    -moz-background-size: auto 200px;
    background-size: auto 200px;
    padding-bottom: 200px;
  }
}

/* line 164 : /imports/index.styl */
body.front section.features {
  text-align: center;
  padding-top: 7rem;
  padding-bottom: 3rem;
}

/* line 168 : /imports/index.styl */
body.front section.features img {
  height: 200px;
  margin-bottom: 2rem;
}

/* line 171 : /imports/index.styl */
body.front section.features h3 {
  margin-bottom: 1.5rem;
}

/* line 173 : /imports/index.styl */
body.front section.features p {
  color: #222;
  margin-bottom: 3rem;
  padding: 0;
}
@media screen and (max-width: 1024px) {

/* line 178 : /imports/index.styl */
  body.front section.features img,
  body.front section.features h3 {
    margin-bottom: 1rem;
  }
}

/* line 181 : /imports/index.styl */

/* line 182 : /imports/index.styl */
body.front section.customer_slider > .control-wrapper,
body.front section.resources_slider > .control-wrapper {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
}

/* line 187 : /imports/index.styl */
body.front section.customer_slider > .control-wrapper h2,
body.front section.resources_slider > .control-wrapper h2 {
  text-align: center;
  margin: 3rem 0 0;
  font-size: 36px;
}
@media screen and (max-width: 640px) {

/* line 191 : /imports/index.styl */
  body.front section.customer_slider > .control-wrapper h2,
  body.front section.resources_slider > .control-wrapper h2 {
    margin: 5rem 0 0;
	font-size:32px;
  }
}

/* line 193 : /imports/index.styl */
body.front section.customer_slider > .control-wrapper div.slider_controls,
body.front section.resources_slider > .control-wrapper div.slider_controls {
  margin-bottom: 5rem;
}

/* line 195 : /imports/index.styl */
body.front section.customer_slider > .control-wrapper div.slider_controls > div,
body.front section.resources_slider > .control-wrapper div.slider_controls > div {
  text-align: center;
  font-size: 14px;
  margin-bottom: -2px;
  cursor: pointer;
  height: 50px;
}

/* line 201 : /imports/index.styl */
body.front section.customer_slider > .control-wrapper div.slider_controls > div.active,
body.front section.resources_slider > .control-wrapper div.slider_controls > div.active {
  font-weight: bold;
}

/* line 203 : /imports/index.styl */
body.front section.customer_slider .slide,
body.front section.resources_slider .slide {
  height: 850px;
  padding-top: 250px;
  padding-bottom: 5rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 210 : /imports/index.styl */
body.front section.customer_slider ul.slick-dots,
body.front section.resources_slider ul.slick-dots {
  text-align: center;
  display: none;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  margin-left: -112px;
}

/* line 217 : /imports/index.styl */
body.front section.customer_slider ul.slick-dots li,
body.front section.resources_slider ul.slick-dots li {
  list-style: none;
  display: inline-block;
}

/* line 220 : /imports/index.styl */
body.front section.customer_slider ul.slick-dots li button,
body.front section.resources_slider ul.slick-dots li button {
  color: transparent;
  background-color: #bec4ce;
  height: 15px;
  width: 15px;
  margin: 15px;
  border-radius: 50%;
  padding: 0;
}

/* line 228 : /imports/index.styl */

/* line 229 : /imports/index.styl */
body.front section.customer_slider ul.slick-dots li.slick-active button,
body.front section.resources_slider ul.slick-dots li.slick-active button {
  background-color: #B12109;
}

/* line 231 : /imports/index.styl */
body.front section.customer_slider {
  height: 650px;
  background-color: #2e3037;
  position: relative;
}

/* line 235 : /imports/index.styl */
body.front section.customer_slider * {
  color: #fff;
}

/* line 237 : /imports/index.styl */
body.front section.customer_slider .slider_controls {
  display: none;
  border-bottom: 2px solid rgba(255,255,255,0.3);
}

/* line 240 : /imports/index.styl */
body.front section.customer_slider .slider_controls .active {
  border-bottom: 2px solid #ff4d00;
}

/* line 242 : /imports/index.styl */
body.front section.customer_slider .slide {
  height: 650px;
  text-align: center;
  padding-top: 200px;
}

/* line 246 : /imports/index.styl */
body.front section.customer_slider .slide .quote {
  font-size: 2.2rem;
  width: 65%;
  margin: 0 auto 3rem;
  position: relative;
}
@media screen and (max-width: 640px) {

/* line 251 : /imports/index.styl */
  body.front section.customer_slider .slide .quote {
    width: 80%;
    font-size: 1.2rem;
  }
}

/* line 254 : /imports/index.styl */
body.front section.customer_slider .slide .quote::before,
body.front section.customer_slider .slide .quote::after {
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  position: absolute;
  height: 34px;
  width: 33px;
  opacity: 0.5;
}

/* line 263 : /imports/index.styl */
body.front section.customer_slider .slide .quote::before {
  background-image: url("images/home-v4/left-quote.png");
  top: 0;
  left: -33px;
}

/* line 267 : /imports/index.styl */
body.front section.customer_slider .slide .quote::after {
  bottom: 0;
  right: -33px;
  background-image: url("images/home-v4/right-quote.png");
}

/* line 272 : /imports/index.styl */
body.front section.customer_slider .slide .logo {
  border-right: 2px solid rgba(255,255,255,0.3);
}

/* line 274 : /imports/index.styl */
body.front section.customer_slider .slide .logo img {
  float: right;
  margin-right: 10px;
}

/* line 277 : /imports/index.styl */
body.front section.customer_slider .slide .credit {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  margin-left: 10px;
  text-align: left;
}

/* line 283 : /imports/index.styl */
body.front section.customer_slider .slide .credit .name {
  font-weight: bold;
  font-style: italic;
}

/* line 286 : /imports/index.styl */
body.front section.customer_slider .slide .credit .title {
  font-style: italic;
}

/* line 288 : /imports/index.styl */
body.front section.customer_slider .slide img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 100px;
}

/* line 293 : /imports/index.styl */
body.front section.customer_slider .slide .button {
  margin-top: 3rem;
}

/* line 295 : /imports/index.styl */
body.front section.customer_slider .slide .columns.small-6 {
  height: 100px;
}

/* line 297 : /imports/index.styl */
body.front section.resources_slider {
  min-height: 850px;
  background-color: #fff;
  text-align: left;
}

/* line 301 : /imports/index.styl */
body.front section.resources_slider .control-wrapper h2 {
  margin: 4rem 0 2rem;
}

/* line 303 : /imports/index.styl */
body.front section.resources_slider * {
  color: #222;
}

/* line 305 : /imports/index.styl */
body.front section.resources_slider .slider_controls {
  display: block;
}

/* line 307 : /imports/index.styl */
body.front section.resources_slider img {
  margin: auto;
}
@media screen and (max-width: 640px) {

/* line 309 : /imports/index.styl */
  body.front section.resources_slider img {
    max-height: 200px;
  }
}

/* line 311 : /imports/index.styl */
body.front section.resources_slider .centered {
  text-align: center;
}

/* line 313 : /imports/index.styl */
body.front section.resources_slider .tag {
  font-size: 1.3rem;
  font-weight: bold;
  color: #B12109;
  margin-bottom: 1.5rem;
}

/* line 318 : /imports/index.styl */
body.front section.resources_slider .title {
  font-size: 2rem;
  font-weight: 100;
  margin-bottom: 1.5rem;
}

/* line 322 : /imports/index.styl */
@media screen and (max-width: 1024px) {

/* line 323 : /imports/index.styl */
  body.front section.resources_slider .slide-4 .title {
    font-size: 1.5rem;
  }
}

/* line 325 : /imports/index.styl */
body.front section.resources_slider .summary {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

/* line 328 : /imports/index.styl */

/* line 329 : /imports/index.styl */
body.front section.resources_slider .more_resources a {
  margin-bottom: 1.3rem;
  display: block;
}
@media screen and (max-width: 1024px) {

/* line 332 : /imports/index.styl */
  body.front section.resources_slider .more_resources a {
    float: left;
    width: 33%;
  }
}
@media screen and (max-width: 1024px) {

/* line 335 : /imports/index.styl */
  body.front section.resources_slider .more_resources {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {

/* line 337 : /imports/index.styl */
  body.front section.resources_slider .more_resources {
    display: none;
  }
}

/* line 339 : /imports/index.styl */
body.front section.resources_slider .button {
  color: #fff;
}

/* line 341 : /imports/index.styl */
body.front section.resources_slider .slider_controls {
  border-bottom: 2px solid rgba(0,0,0,0.2);
}

/* line 343 : /imports/index.styl */
body.front section.resources_slider .slider_controls .active {
  border-bottom: 2px solid #B12109;
}
@media screen and (max-width: 640px) {

/* line 345 : /imports/index.styl */
  body.front section.resources_slider {
    text-align: center;
  }
}

/* line 347 : /imports/index.styl */
body.front section.body.grey {
  display: none;
}

/* line 349 : /imports/index.styl */
section.customers {
  padding-top: 7rem;
  padding-bottom: 10rem;
  text-align: center;
  background-color: #f9f9f9;
}

/* line 354 : /imports/index.styl */
section.customers .slide {
  height: 150px;
  padding: 5px;
}

section.customers .slide a{
  display: contents;
}

/* line 357 : /imports/index.styl */
section.customers .slide img {
  height: auto;
  max-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-width: 100%;
  position: relative;
  left: 50%;
}

	section.customers .slide img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		transition: filter 200ms ease-in
	}
	section.customers .slide img:hover {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}

/* line 377 : /imports/index.styl */
.front .fixed_button {
  display: none;
}

/* line 378 : /imports/index.styl */

/* line 378 : /imports/graphics.styl */

/* line 1 : /imports/graphics.styl */

/* line 2 : /imports/graphics.styl */
div.graphic img {
  width: 100%;
  opacity: 0;
}

/* line 5 : /imports/graphics.styl */
div.graphic img.loaded {
  opacity: 1;
}

/* line 6 : /imports/graphics.styl */

/* line 6 : /imports/header.styl */

/* line 1 : /imports/header.styl */
body #container {
  padding-top: 95px;
}
@media screen and (max-width: 1024px) {

/* line 3 : /imports/header.styl */
  body #container {
    padding-top: 0;
  }
}


/* line 7 : /imports/header.styl */
body.spotiq:not(.spotiq-subpath) header.nav-up {
  background-color: #fff;
}

/* line 9 : /imports/header.styl */
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 101;
  height: 95px;
  pointer-events: none;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease-in;
  -moz-transition: background-color 300ms ease-in;
  -o-transition: background-color 300ms ease-in;
  -ms-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
}
@media screen and (max-width: 1024px) {

/* line 18 : /imports/header.styl */
  header {
    height: 65px;
  }
}

/* line 20 : /imports/header.styl */
header.short {
  height: 40px;
  background-color: transparent;
}

/* line 23 : /imports/header.styl */

/* line 24 : /imports/header.styl */
header.short .header-inner a#logo {
  background: none;
  height: 24px;
  margin: 10px 20px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  background-size: 24px 24px;
  background-image: url("images/blog/logo_only.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  color: #333;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
}

/* line 37 : /imports/header.styl */
header.short .header-inner a#nav_subscription {
  height: 20px;
  font-size: 12px;
  padding: 3px 16px;
  float: right;
  margin: 10px 20px;
}

/* line 43 : /imports/header.styl */
header.short .header-inner a.blog_back {
  height: 20px;
  font-size: 12px;
  padding: 3px 16px;
  margin: 10px 20px;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 1024px) {

/* line 55 : /imports/header.styl */
  header.short .header-inner a.blog_back {
    position: fixed;
    right: 20px;
  }
}

/* line 58 : /imports/header.styl */
header.short #blog_list_flyout {
  position: fixed;
  left: 0;
  top: 0;
  height: 250px;
  width: 100%;
  background-color: #fff;
  padding-top: 50px;
  box-shadow: 0 10px 50px 10px rgba(0,0,0,0.3);
  pointer-events: painted;
  -webkit-transition: top 400ms cubic-bezier(0, 0.88, 0.29, 1.01);
  -moz-transition: top 400ms cubic-bezier(0, 0.88, 0.29, 1.01);
  -o-transition: top 400ms cubic-bezier(0, 0.88, 0.29, 1.01);
  -ms-transition: top 400ms cubic-bezier(0, 0.88, 0.29, 1.01);
  transition: top 400ms cubic-bezier(0, 0.88, 0.29, 1.01);
}

/* line 69 : /imports/header.styl */
header.short #blog_list_flyout.closed {
  top: -300px;
}

/* line 71 : /imports/header.styl */
header.short #blog_list_flyout .logo {
  width: 108px;
  height: 60px;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0 auto 15px;
  position: relative;
}

/* line 79 : /imports/header.styl */
header.short #blog_list_flyout .logo .text_logo {
  display: none;
  color: #222;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  line-height: 1.2;
}

/* line 88 : /imports/header.styl */
header.short #blog_list_flyout .logo .text_logo span {
  font-size: 16px;
}

/* line 90 : /imports/header.styl */
header.short #blog_list_flyout .tag_line {
  font-size: 13px;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  max-width: 200px;
  margin: 0 auto;
  color: #333;
}
@media screen and (max-width: 768px) {

/* line 96 : /imports/header.styl */
  header.short #blog_list_flyout .tag_line {
    display: none;
  }
}

/* line 98 : /imports/header.styl */
header.short #blog_list_flyout ul {
  overflow: hidden;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1230px;
}

/* line 105 : /imports/header.styl */
header.short #blog_list_flyout li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {

/* line 110 : /imports/header.styl */
  header.short #blog_list_flyout li {
    width: 50%;
  }
}

/* line 112 : /imports/header.styl */

/* line 113 : /imports/header.styl */
header.short #blog_list_flyout li.data-chief .logo {
  background-image: url("images/blog/logo-data-chief.svg");
}

/* line 115 : /imports/header.styl */

/* line 116 : /imports/header.styl */
header.short #blog_list_flyout li.fact-and-dimension .logo {
  background-image: url("images/blog/logo-fact-dimension-3.svg");
}

/* line 118 : /imports/header.styl */

/* line 119 : /imports/header.styl */
header.short #blog_list_flyout li.codex .logo {
  background-image: url("images/blog/logo-codex-3.svg");
}

/* line 121 : /imports/header.styl */

/* line 122 : /imports/header.styl */
header.short #blog_list_flyout li.thoughtspot-blog .logo {
  width: 150px;
  background-image: url("images/blog/logo-thoughtspot-company-blog.svg");
}

/* line 125 : /imports/header.styl */
header.animate {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* line 127 : /imports/header.styl */
header.nav-up {
  position: fixed;
  top: 0;
  background: #fff!important;
}

/* line 131 : /imports/header.styl */
header.nav-up.top {
  -webkit-transition: background 0.4s ease-in-out;
  -moz-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  -ms-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  position: absolute;
}

/* line 134 : /imports/header.styl */
header.nav-down {
  position: fixed;
  top: -95px;
}

/* line 137 : /imports/header.styl */
header .header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  z-index: 100;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {

/* line 144 : /imports/header.styl */
  header .header-inner {
    height: 65px;
  }
}

/* line 146 : /imports/header.styl */
header .header-inner .contact-bar {
  color: #878fa2;
  font-size: 11px;
  position: absolute;
  top: 1rem;
  right: 3rem;
}

/* line 152 : /imports/header.styl */
header .header-inner .contact-bar a {
  text-transform: uppercase;
  color: #878fa2;
}

/* line 155 : /imports/header.styl */
header .header-inner .contact-bar a:first-child {
  color: #fff;
}

/* line 157 : /imports/header.styl */
header .header-inner .contact-bar a:hover {
  color: #fff;
}

/* line 159 : /imports/header.styl */
header .header-inner a#logo {
  display: block;
  background: url("images/shouye-logo.png") no-repeat center center;
  width: 200px;
  position: relative;
  height: 44px;
  -webkit-background-size: 200px 44px;
  -moz-background-size: 200px 44px;
  background-size: 200px 44px;
  float: left;
  margin-top: 1.3rem;
}

/* line 168 : /imports/header.styl */
header .header-inner >ul.menu {
  clear: right;
  float: right;
  margin: 2rem 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
  font-weight: bold;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  transition: opacity 300ms;
}

/* line 176 : /imports/header.styl */
header .header-inner >ul.menu >li {
  display: inline-block;
  margin: 0 0.65rem;
}

/* line 179 : /imports/header.styl */
header .header-inner >ul.menu >li >a {
  color: #222;
  font-size: 0.875rem;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  font-weight: 300;
}

/* line 184 : /imports/header.styl */
header .header-inner >ul.menu >li >a:hover,
header .header-inner >ul.menu >li >a.active-trail {
  color: #878fa2;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

/* line 187 : /imports/header.styl */

/* line 188 : /imports/header.styl */
header .header-inner >ul.menu >li .login-btn,
header .header-inner >ul.menu >li .register-btn{
  /*background-color: #B12109;*/
  background-color:#B12109;
  color: #fff;
  font-weight: 300;
  display: block;
  height: 28px;
  line-height: 25px;
  border-radius: 25px;
  text-align: center;
  padding: 0 20px;
  box-shadow: 0px 14px 34px -10px rgba(0,0,0,0.3);
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  text-transform: uppercase;
  font-weight: 500;
  border:1px solid #FFF;
}

header .header-inner >ul.menu >li .login-btn {
	background-color: #333;
}

/* line 202 : /imports/header.styl */
header .header-inner >ul.menu >li .login-btn:hover,
header .header-inner >ul.menu >li .register-btn:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media screen and (min-width: 1024px) {

/* line 207 : /imports/header.styl */
  header .header-inner >ul.menu >li.expanded {
    position: relative;
    padding-bottom: 10px;
  }

/* line 210 : /imports/header.styl */
  header .header-inner >ul.menu >li.expanded ul {
    display: none;
    position: absolute;
    top: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #e6e6e6;
    text-align: center;
    font-size: 12px;
    width: auto;
    min-width: 140px;
    padding: 10px 0;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    box-shadow: 0 10px 15px 2px rgba(0,0,0,0.1);
    margin-left: 0;
  }

/* line 227 : /imports/header.styl */
  header .header-inner >ul.menu >li.expanded ul::before,
  header .header-inner >ul.menu >li.expanded ul::after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

/* line 237 : /imports/header.styl */
  header .header-inner >ul.menu >li.expanded ul::after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 12px;
  }

/* line 241 : /imports/header.styl */
  header .header-inner >ul.menu >li.expanded ul::before {
    border-color: rgba(230,230,230,0);
    border-bottom-color: #e6e6e6;
    border-width: 15px;
  }

/* line 245 : /imports/header.styl */
  header .header-inner >ul.menu >li.expanded ul li {
    float: left;
    text-align: left;
    margin: 0;
    width: 150px;
    list-style: none;
    white-space: nowrap;
  }

/* line 252 : /imports/header.styl */
  header .header-inner >ul.menu >li.expanded ul li.active-trail a {
    color: #222;
    display: block;
  }

/* line 255 : /imports/header.styl */

/* line 256 : /imports/header.styl */
  header .header-inner >ul.menu >li.expanded ul li:hover a {
    font-weight: bold;
  }

/* line 258 : /imports/header.styl */
  header .header-inner >ul.menu >li.expanded ul li a {
    padding: 4px 12px 4px 12px;
    width: 100%;
    text-transform: capitalize;
    display: block;
    font-weight: initial;
    color: #222;
  }

/* line 265 : /imports/header.styl */
  header .header-inner >ul.menu >li.expanded ul li .separator {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

/* line 269 : /imports/header.styl */
  header .header-inner >ul.menu >li.expanded ul li .separator hr {
    border-color: #B12109;
    margin: 0 0.25rem;
  }

/* line 272 : /imports/header.styl */

/* line 273 : /imports/header.styl */
  header .header-inner >ul.menu >li.expanded:hover ul {
    display: block;
  }
}

/* line 275 : /imports/header.styl */
header .header-inner >ul.menu li.menu-419>a,
header .header-inner >ul.menu li.menu-509>a {
  font-family: 'PFReminderPro-Regular';
  background: url("images/small_underline.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

/* line 281 : /imports/header.styl */
header .header-inner >ul.menu li.menu-419>a:hover,
header .header-inner >ul.menu li.menu-509>a:hover {
  background: url("images/small_underline_w.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media screen and (max-width: 1024px) {

/* line 286 : /imports/header.styl */
  header .header-inner >ul.menu li.menu-419>a,
  header .header-inner >ul.menu li.menu-509>a {
    background: none;
  }

/* line 288 : /imports/header.styl */
  header .header-inner >ul.menu li.menu-419>a:hover,
  header .header-inner >ul.menu li.menu-509>a:hover {
    background: none;
  }
}

/* line 291 : /imports/header.styl */

/* line 292 : /imports/header.styl */
header .header-inner.bright_header ul.links li a:hover {
  color: #222;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media screen and (min-width: 1025px) {

/* line 297 : /imports/header.styl */

/* line 302 : /imports/header.styl */
  body.node-type-case-study #container,
  body.node-type-customer-page #container,
  body.node-type-the-team #container,
  body.architecture:not(.architecture-subpath) #container,
  body.front #container {
    padding-top: 0;
  }

/* line 304 : /imports/header.styl */
  body.node-type-case-study header:not(.nav-up),
  body.node-type-customer-page header:not(.nav-up),
  body.node-type-the-team header:not(.nav-up),
  body.architecture:not(.architecture-subpath) header:not(.nav-up),
  body.front header:not(.nav-up) {
    background-color: transparent;
  }

/* line 306 : /imports/header.styl */

/* line 307 : /imports/header.styl */
  body.node-type-case-study header:not(.nav-up) .header-inner a#logo,
  body.node-type-customer-page header:not(.nav-up) .header-inner a#logo,
  body.node-type-the-team header:not(.nav-up) .header-inner a#logo,
  body.architecture:not(.architecture-subpath) header:not(.nav-up) .header-inner a#logo,
  body.front header:not(.nav-up) .header-inner a#logo {
    background-image: url("images/shouye-b.png");
  }

/* line 309 : /imports/header.styl */

/* line 310 : /imports/header.styl */
  body.node-type-case-study header:not(.nav-up) .header-inner > ul.menu > li > a,
  body.node-type-customer-page header:not(.nav-up) .header-inner > ul.menu > li > a,
  body.node-type-the-team header:not(.nav-up) .header-inner > ul.menu > li > a,
  body.architecture:not(.architecture-subpath) header:not(.nav-up) .header-inner > ul.menu > li > a,
  body.front header:not(.nav-up) .header-inner > ul.menu > li > a {
    color: #fff;
  }

/* line 312 : /imports/header.styl */
  body.node-type-case-study header:not(.nav-up) .header-inner > ul.menu > li.last > a,
  body.node-type-customer-page header:not(.nav-up) .header-inner > ul.menu > li.last > a,
  body.node-type-the-team header:not(.nav-up) .header-inner > ul.menu > li.last > a,
  body.architecture:not(.architecture-subpath) header:not(.nav-up) .header-inner > ul.menu > li.last > a,
  body.front header:not(.nav-up) .header-inner > ul.menu > li.last > a {
    background-color: #fff;
    color: #333;
  }
}

/* line 317 : /imports/header.styl */
section.hero {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 600px;
}

/* line 325 : /imports/header.styl */
section.hero img.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -57px;
  margin-top: -57px;
}

/* line 331 : /imports/header.styl */
section.hero.fixed_height {
  height: 400px;
}

/* line 333 : /imports/header.styl */
section.hero.fixed_height h1 {
  margin-top: 10rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {

/* line 339 : /imports/header.styl */
  section.hero.fixed_height h1 {
    margin-top: 7rem;
  }
}

/* line 341 : /imports/header.styl */
section.hero.fixed_height.short {
  height: 300px;
}

/* line 343 : /imports/header.styl */
section.hero.fixed_height.short h1 {
  margin-top: 3rem;
}

/* line 345 : /imports/header.styl */
section.hero.bright {
  background-color: #f7f8fa;
}

/* line 347 : /imports/header.styl */
section.hero.bright h1 {
  color: #2e3037;
}

/* line 349 : /imports/header.styl */
section.hero h1,
section.hero h2.frontPage {
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  line-height: 3rem;
  z-index: 3;
  position: relative;
}

/* line 357 : /imports/header.styl */
section.hero video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition: opacity 1s;
}

/* line 365 : /imports/header.styl */
section.hero video.loaded {
  opacity: 1;
}

/* line 367 : /imports/header.styl */
section.hero .row {
  position: relative;
  top: 41%;
}

/* line 370 : /imports/header.styl */
section.hero .row.has_video {
  top: 19%;
}
@media (min-width: 1024px) and (max-width: 1150px) {

/* line 374 : /imports/header.styl */

/* line 375 : /imports/header.styl */

/* line 376 : /imports/header.styl */
  header ul.menu li {
    margin: 0 0.225rem;
  }
}
@media screen and (max-width: 1024px) {

/* line 381 : /imports/header.styl */
  #menu_container {
    background-color: #f2f3f7;
  }

/* line 383 : /imports/header.styl */
  header {
    height: auto;
    background-color: transparent;
  }

/* line 386 : /imports/header.styl */
  header .header-inner {
    padding: 0;
    height: auto;
  }

/* line 389 : /imports/header.styl */
  header .header-inner a#logo {
    background: url("images/small_logo.png") no-repeat center center;
    -webkit-transition: -webkit-transform 200ms ease-in;
    -moz-transition: -moz-transform 200ms ease-in;
    -o-transition: -o-transform 200ms ease-in;
    -ms-transition: -ms-transform 200ms ease-in;
    transition: transform 200ms ease-in;
    position: fixed;
    left: 20px;
    top: 20px;
    height: 3rem;
    width: 3rem;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    margin-top: 0;
  }

/* line 399 : /imports/header.styl */
  header .header-inner .hamburger {
    background-image: url("images/icons/hamburger_3.png");
    background-position: center;
    -webkit-background-size: 30px;
    -moz-background-size: 30px;
    background-size: 30px;
    -webkit-transition: -webkit-transform 200ms ease-in;
    -moz-transition: -moz-transform 200ms ease-in;
    -o-transition: -o-transform 200ms ease-in;
    -ms-transition: -ms-transform 200ms ease-in;
    transition: transform 200ms ease-in;
    position: fixed;
    right: 20px;
    top: 29px;
    height: 30px;
    width: 40px;
    background-color: #fff;
    border-radius: 3px;
    background-repeat: no-repeat;
  }

/* line 412 : /imports/header.styl */
  header .header-inner > ul.menu {
    width: 100%;
    margin-top: 0;
  }

/* line 415 : /imports/header.styl */

/* line 416 : /imports/header.styl */
  header .header-inner > ul.menu > li > a {
    font-size: 18px;
    font-weight: bold;
  }

/* line 419 : /imports/header.styl */
  header .header-inner > ul.menu > li.expanded {
    position: relative;
  }

/* line 421 : /imports/header.styl */
  header .header-inner > ul.menu > li.expanded > span {
    content: '';
    height: 15px;
    width: 9px;
    background-image: url("images/icons/back-arrow.svg");
    background-position: center center;
    -webkit-background-size: 9px 15px;
    -moz-background-size: 9px 15px;
    background-size: 9px 15px;
    background-repeat: no-repeat;
    position: absolute;
    padding: 20px;
    top: 10px;
    right: calc(15% - 20px);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 300ms ease-in;
    -moz-transition: -moz-transform 300ms ease-in;
    -o-transition: -o-transform 300ms ease-in;
    -ms-transition: -ms-transform 300ms ease-in;
    transition: transform 300ms ease-in;
    -webkit-transform-origin: 55% 50%;
    -moz-transform-origin: 55% 50%;
    -o-transform-origin: 55% 50%;
    -ms-transform-origin: 55% 50%;
    transform-origin: 55% 50%;
    cursor: pointer;
  }

/* line 437 : /imports/header.styl */

/* line 438 : /imports/header.styl */
  header .header-inner > ul.menu > li.expanded.leaf_open > span {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }

/* line 440 : /imports/header.styl */
  header .header-inner > ul.menu > li.expanded.leaf_open > a {
    background-color: #fff;
  }

/* line 442 : /imports/header.styl */
  header .header-inner > ul.menu > li.expanded.leaf_open li {
    max-height: 150px;
  }

/* line 444 : /imports/header.styl */
  header .header-inner > ul.menu > li.last {
    text-align: center;
    margin-top: 75px;
  }

/* line 447 : /imports/header.styl */
  header .header-inner > ul.menu > li.last > a {
    background-color: #B12109 !important;
    color: #fff !important;
    text-transform: uppercase;
    padding: 18px 27px;
    display: inline;
    border: none;
    border-radius: 100px;
  }

/* line 455 : /imports/header.styl */
  header .header-inner > ul.menu li {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
  }

/* line 460 : /imports/header.styl */
  header .header-inner > ul.menu li a {
    padding: 17px 15%;
    width: 100%;
    display: block;
    border-bottom: 1px solid #d9e0ec;
  }

/* line 465 : /imports/header.styl */
  header .header-inner > ul.menu li > ul {
    list-style: none;
    margin-left: 0;
  }

/* line 468 : /imports/header.styl */
  header .header-inner > ul.menu li > ul > li {
    list-style: none;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 400ms ease-in;
    -moz-transition: max-height 400ms ease-in;
    -o-transition: max-height 400ms ease-in;
    -ms-transition: max-height 400ms ease-in;
    transition: max-height 400ms ease-in;
  }

/* line 473 : /imports/header.styl */
  header .header-inner > ul.menu li > ul > li a {
    color: #2e3037;
    font-weight: normal;
  }
}

/* line 477 : /imports/header.styl */

/* line 478 : /imports/header.styl */
body#hosted_header .header-inner >ul.menu >li.expanded {
  padding: 0;
}

/* line 480 : /imports/header.styl */
body#hosted_header .header-inner >ul.menu >li.expanded:after {
  background-image: none;
}

/* line 482 : /imports/header.styl */

/* line 483 : /imports/header.styl */
body#hosted_header .header-inner >ul.menu >li.expanded:hover ul {
  display: none;
}

/* line 484 : /imports/header.styl */

/* line 484 : /imports/buttons.styl */

/* line 1 : /imports/buttons.styl */
*.button {
  border-radius: 3rem;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  -webkit-transition: 100ms color ease-in, 100ms background-color ease-in;
  -moz-transition: 100ms color ease-in, 100ms background-color ease-in;
  -o-transition: 100ms color ease-in, 100ms background-color ease-in;
  -ms-transition: 100ms color ease-in, 100ms background-color ease-in;
  transition: 100ms color ease-in, 100ms background-color ease-in;
}

/* line 6 : /imports/buttons.styl */
*.button.orange-text {
  background-color: #fff;
  color: #B12109;
}

/* line 9 : /imports/buttons.styl */
*.button.blue-text {
  background-color: #fff;
  color: #5c9df5;
}

/* line 12 : /imports/buttons.styl */
*.button.huge {
  padding: 1rem 2rem;
  font-size: 1rem;
}

/* line 16 : /imports/buttons.styl */
*.button.thin {
  padding: 8px 32px;
  font-weight: bold;
  font-size: 12px;
}

/* line 20 : /imports/buttons.styl */
*.button.orange {
  background-color: #B12109;
  color: #fff;
  font-weight: bold;
}

/* line 24 : /imports/buttons.styl */
*.button.black {
  background-color: #222;
  color: #fff;
}

/* line 27 : /imports/buttons.styl */
*.button.dark-blue {
  background-color: #2e3037;
  color: #fff;
}

/* line 30 : /imports/buttons.styl */
*.button.blue_on_white {
  background-color: #fff;
  color: #00a1ff;
}

/* line 33 : /imports/buttons.styl */
img.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -57px;
  margin-top: -57px;
}

/* line 39 : /imports/buttons.styl */
#edit-page {
  position: fixed;
  top: 225px;
  left: 0;
  z-index: 100;
}

/* line 44 : /imports/buttons.styl */
#edit-page a {
  background-color: #B12109;
  padding: 20px;
  font-weight: bold;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  box-shadow: -1px 1px 10px #272727;
}

/* line 52 : /imports/buttons.styl */
div.fixed-button {
  position: fixed;
  right: -5px;
  top: 345px;
  width: 128px;
  padding: 10px;
  background-color: #B12109;
  -webkit-transition: right 200ms ease-out;
  -moz-transition: right 200ms ease-out;
  -o-transition: right 200ms ease-out;
  -ms-transition: right 200ms ease-out;
  transition: right 200ms ease-out;
  z-index: 1000;
  color: #fff;
  box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.2);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 63 : /imports/buttons.styl */
div.fixed-button:hover {
  right: 0;
  -webkit-transition: right 200ms ease-out;
  -moz-transition: right 200ms ease-out;
  -o-transition: right 200ms ease-out;
  -ms-transition: right 200ms ease-out;
  transition: right 200ms ease-out;
}
@media screen and (max-width: 1024px) {

/* line 69 : /imports/buttons.styl */
  div.fixed-button {
    display: none;
  }
}

/* line 70 : /imports/buttons.styl */

/* line 70 : /imports/product.styl */

/* line 1 : /imports/product.styl */
section.product_tour {
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
  background-color: #303138;
}

/* line 6 : /imports/product.styl */
section.product_tour div.row.slide {
  margin-bottom: 4rem;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition: opacity 1s;
}

/* line 10 : /imports/product.styl */
section.product_tour div.row.slide.reached {
  opacity: 1;
}

/* line 12 : /imports/product.styl */
section.product_tour h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
}

/* line 18 : /imports/product.styl */
section.product_tour h4 {
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
  margin: 0 0 2rem 0;
}

/* line 23 : /imports/product.styl */
section.product_tour p {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 300;
}

/* line 27 : /imports/product.styl */
section.product_tour ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 30 : /imports/product.styl */
section.product_tour ul li {
  font-size: 1.1rem;
  color: #9194a2;
  background: url("images/icons/checkmark-circle.svg") left center/1rem 1rem no-repeat;
  padding-left: 2rem;
  margin: 0.5rem 0;
}

/* line 36 : /imports/product.styl */

/* line 37 : /imports/product.styl */
section.product_tour ul.green li {
  background: url("images/icons/checkmark-circle-green.svg") left center/1rem 1rem no-repeat;
}

/* line 39 : /imports/product.styl */
section.product_tour div.search_slide {
  padding-bottom: 4rem;
}

/* line 42 : /imports/product.styl */
section.product_tour div.slide_6 {
  padding: 8rem 0 12rem 0;
}

/* line 44 : /imports/product.styl */
section.product_tour div.slide_6 h2 {
  margin-bottom: 5rem;
}

/* line 47 : /imports/product.styl */
section.product_tour div.search_box {
  width: 600px;
  height: 100px;
  margin: 1rem auto;
  background: url("images/product_tour/search-box.png") center center/contain no-repeat;
}

/* line 53 : /imports/product.styl */
section.product_tour div.text_slide {
  margin-top: 12rem;
  z-index: 1;
}

/* line 57 : /imports/product.styl */

/* line 58 : /imports/product.styl */
section.product_tour div.image_slide.left_slide .graphic {
  float: right;
  z-index: 2;
}

/* line 61 : /imports/product.styl */
section.product_tour div#consumer_class_simplicity_graphic {
  background: url("images/product_tour/simplicity-loading.png") no-repeat left top;
  width: 870px;
  height: 650px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  margin-left: -240px;
}

/* line 67 : /imports/product.styl */
section.product_tour div#enterprise_class_scalability_graphic {
  background: url("images/product_tour/scalability-loading.png") no-repeat right top;
  width: 870px;
  height: 650px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  margin-right: -150px;
}

/* line 73 : /imports/product.styl */
section.product_tour div#enterprise_class_security_graphic {
  background: url("images/product_tour/security-loading.png") no-repeat left top;
  width: 870px;
  height: 650px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  margin-left: -240px;
}

/* line 79 : /imports/product.styl */
section.product_tour div#enterprise_data_integration_graphic {
  background: url("images/product_tour/data-integration-loading.png") no-repeat left top;
  width: 870px;
  height: 650px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  margin-right: -150px;
}

/* line 85 : /imports/product.styl */
section.product_tour div#appliance_class_manageability_graphic {
  background: url("images/product_tour/upgrade-completed-loading.png") no-repeat left top;
  width: 870px;
  height: 650px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  margin-left: -240px;
}

/* line 91 : /imports/product.styl */
section.product_tour div#simple_logo_graphic {
  background: url("images/icon_logo.png") no-repeat center center;
  width: 280px;
  height: 280px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {

/* line 98 : /imports/product.styl */
  section.product_tour div.text_slide {
    margin-top: 0;
    z-index: 1;
  }

/* line 101 : /imports/product.styl */
  section.product_tour div.graphic {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
    height: 280px !important;
  }
}

/* line 106 : /imports/product.styl */
body.product:not(.product-subpath) {
  background-color: #edf0f5;
}

/* line 108 : /imports/product.styl */
body.product:not(.product-subpath) div#container {
  overflow: hidden;
}

/* line 110 : /imports/product.styl */
body.product:not(.product-subpath) p {
  color: #939499;
}

/* line 112 : /imports/product.styl */
body.product:not(.product-subpath) .heading {
  margin-bottom: 2rem;
}

/* line 114 : /imports/product.styl */
body.product:not(.product-subpath) .heading h2 {
  color: #2f313a;
  margin-bottom: 1.5rem;
  font-size: 2.8125rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 640px) {

/* line 119 : /imports/product.styl */
  body.product:not(.product-subpath) .heading h2 {
    font-size: 2rem;
  }
}

/* line 121 : /imports/product.styl */
body.product:not(.product-subpath) .heading p {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 640px) {

/* line 124 : /imports/product.styl */
  body.product:not(.product-subpath) .heading p {
    font-size: 1rem;
  }
}

/* line 126 : /imports/product.styl */
body.product:not(.product-subpath) .heading .intro {
  text-transform: none;
  font-size: 0.875rem;
}

/* line 129 : /imports/product.styl */
body.product:not(.product-subpath) .centered {
  text-align: center;
}

/* line 133 : /imports/product.styl */
body.product:not(.product-subpath) section:not(.hero) {
  padding-top: 8rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 640px) {

/* line 136 : /imports/product.styl */
  body.product:not(.product-subpath) section:not(.hero) {
    padding-top: 4rem;
  }
}

/* line 138 : /imports/product.styl */
body.product:not(.product-subpath) section.hero {
  max-height: 600px;
  background-color: #24262d;
  background-position: center top;
}

/* line 142 : /imports/product.styl */
body.product:not(.product-subpath) section.hero h1 {
  font-size: 3rem;
}
@media screen and (max-width: 640px) {

/* line 144 : /imports/product.styl */
  body.product:not(.product-subpath) section.hero h1 {
    font-size: 2rem;
  }
}

/* line 146 : /imports/product.styl */
body.product:not(.product-subpath) section.hero .hero-group {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 150 : /imports/product.styl */
body.product:not(.product-subpath) section.hero .hero-group .product-play {
  width: 136px;
  height: 136px;
  background: url("images/home/front-play.png") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  z-index: 2;
  margin: 3rem auto 0;
}

/* line 157 : /imports/product.styl */
body.product:not(.product-subpath) section.hero .hero-group .product-play:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
@media screen and (max-width: 640px) {

/* line 159 : /imports/product.styl */
  body.product:not(.product-subpath) section.hero .hero-group .product-play {
    width: 50px;
    height: 50px;
  }
}

/* line 163 : /imports/product.styl */

/* line 164 : /imports/product.styl */
body.product:not(.product-subpath) section#product-slider h2 {
  margin-bottom: 1.5rem;
}

/* line 166 : /imports/product.styl */
body.product:not(.product-subpath) section#product-slider #product-slider-controls {
  margin-bottom: 2rem;
  overflow: hidden;
}

/* line 169 : /imports/product.styl */
body.product:not(.product-subpath) section#product-slider #product-slider-controls div {
  cursor: pointer;
  color: #777983;
  padding-bottom: 0.2rem;
  border-bottom: solid 2px #e6e8ef;
  font-size: 0.8rem;
}
@media screen and (max-width: 1160px) {

/* line 175 : /imports/product.styl */
  body.product:not(.product-subpath) section#product-slider #product-slider-controls div {
    font-size: 0.7rem;
  }
}

/* line 177 : /imports/product.styl */
body.product:not(.product-subpath) section#product-slider #product-slider-controls div.active {
  color: #2f313a;
  border-bottom: solid 2px #589bf9;
}

/* line 180 : /imports/product.styl */
body.product:not(.product-subpath) section#product-slider #slides .slide {
  display: none;
}

/* line 182 : /imports/product.styl */
body.product:not(.product-subpath) section#product-slider #slides .slide.active {
  display: block;
}

/* line 184 : /imports/product.styl */
body.product:not(.product-subpath) section#product-slider #slides .slide video {
  width: 72%;
}
@media screen and (max-width: 640px) {

/* line 186 : /imports/product.styl */
  body.product:not(.product-subpath) section#product-slider #slides .slide video {
    width: 90%;
  }
}

/* line 188 : /imports/product.styl */
@media screen and (max-width: 640px) {

/* line 189 : /imports/product.styl */
  body.product:not(.product-subpath) section#product-slider .product-arrows {
    display: none;
  }
}

/* line 191 : /imports/product.styl */
body.product:not(.product-subpath) section#product-slider .product-arrows >div {
  position: absolute;
  font-size: 2rem;
  color: #222;
  border-radius: 50%;
  border: 1px solid #c9cbd1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 3rem;
  width: 3rem;
  cursor: pointer;
}

/* line 202 : /imports/product.styl */
body.product:not(.product-subpath) section#product-slider .product-arrows >div.left-arrow {
  left: 7%;
}

/* line 204 : /imports/product.styl */
body.product:not(.product-subpath) section#product-slider .product-arrows >div.right-arrow {
  right: 7%;
}

/* line 206 : /imports/product.styl */
body.product:not(.product-subpath) section.more-search {
  background-color: #fff;
  background-position: -50% center;
  padding-bottom: 7rem;
  background-repeat: no-repeat;
  position: relative;
}

/* line 212 : /imports/product.styl */
body.product:not(.product-subpath) section.more-search > img {
  position: absolute;
  right: 117px;
  bottom: 0;
  width: 400px;
  max-width: none;
}
@media screen and (max-width: 640px) {

/* line 218 : /imports/product.styl */
  body.product:not(.product-subpath) section.more-search > img {
    width: 750px;
  }
}

/* line 220 : /imports/product.styl */
body.product:not(.product-subpath) section.more-search .button {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 223 : /imports/product.styl */
body.product:not(.product-subpath) section.more-search p {
  color: #939499;
}

/* line 225 : /imports/product.styl */
body.product:not(.product-subpath) section.more-search li {
  padding: 1rem 1rem;
}

/* line 227 : /imports/product.styl */
body.product:not(.product-subpath) section.more-search li h5 {
  background-position: 0 0;
  background-repeat: no-repeat;
}



/* line 239 : /imports/product.styl */
body.product:not(.product-subpath) section.more-search li p {
  font-size: 0.9rem;
}

/* line 241 : /imports/product.styl */
section.enterprise-wide {
  background-color: #f7f9fa;
}

/* line 243 : /imports/product.styl */
section.enterprise-wide #dial {
  max-width: 690px;
  position: relative;
  margin: 20rem auto 0;
  width: 57.5%;
}

/* line 248 : /imports/product.styl */
section.enterprise-wide #dial li {
  list-style: none;
  padding: 0;
  max-width: 20rem;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  z-index: 4;
  -webkit-transition: all 700ms ease-in;
  -moz-transition: all 700ms ease-in;
  -o-transition: all 700ms ease-in;
  -ms-transition: all 700ms ease-in;
  transition: all 700ms ease-in;
}
@media screen and (max-width: 1400px) {

/* line 258 : /imports/product.styl */
  section.enterprise-wide #dial li {
    max-width: 15rem;
  }
}

/* line 260 : /imports/product.styl */
section.enterprise-wide #dial li h5 {
  padding: 0.5rem 0 0.5rem 0;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 35px;
  -moz-background-size: 35px;
  background-size: 35px;
  font-size: 1.375rem;
}

/* line 266 : /imports/product.styl */
section.enterprise-wide #dial li p {
  font-size: 0.9rem;
}

/* line 268 : /imports/product.styl */
section.enterprise-wide #dial li.ew-1 {
  top: -15%;
  right: -35%;
  left: auto;
  -webkit-transform: translate(-26rem, 21rem);
  -moz-transform: translate(-26rem, 21rem);
  -o-transform: translate(-26rem, 21rem);
  -ms-transform: translate(-26rem, 21rem);
  transform: translate(-26rem, 21rem);
}


/* line 277 : /imports/product.styl */
section.enterprise-wide #dial li.ew-2 {
  top: 20%;
  right: -50%;
  left: auto;
  -webkit-transform: translate(-33rem, 8rem);
  -moz-transform: translate(-33rem, 8rem);
  -o-transform: translate(-33rem, 8rem);
  -ms-transform: translate(-33rem, 8rem);
  transform: translate(-33rem, 8rem);
}

/* line 286 : /imports/product.styl */
section.enterprise-wide #dial li.ew-3 {
  top: -40%;
  left: -5%;
  right: auto;
  -webkit-transform: translate(14rem, 33rem);
  -moz-transform: translate(14rem, 33rem);
  -o-transform: translate(14rem, 33rem);
  -ms-transform: translate(14rem, 33rem);
  transform: translate(14rem, 33rem);
}


/* line 297 : /imports/product.styl */
section.enterprise-wide #dial li.ew-4 {
  top: -40%;
  right: -5%;
  left: auto;
  -webkit-transform: translate(-14rem, 34rem);
  -moz-transform: translate(-14rem, 34rem);
  -o-transform: translate(-14rem, 34rem);
  -ms-transform: translate(-14rem, 34rem);
  transform: translate(-14rem, 34rem);
}

/* line 307 : /imports/product.styl */
section.enterprise-wide #dial li.ew-5 {
  top: -15%;
  left: -35%;
  right: auto;
  -webkit-transform: translate(27rem, 23rem);
  -moz-transform: translate(27rem, 23rem);
  -o-transform: translate(27rem, 23rem);
  -ms-transform: translate(27rem, 23rem);
  transform: translate(27rem, 23rem);
}


/* line 316 : /imports/product.styl */
section.enterprise-wide #dial li.ew-6 {
  top: 20%;
  left: -50%;
  right: auto;
  -webkit-transform: translate(33rem, 7rem);
  -moz-transform: translate(33rem, 7rem);
  -o-transform: translate(33rem, 7rem);
  -ms-transform: translate(33rem, 7rem);
  transform: translate(33rem, 7rem);
}


/* line 325 : /imports/product.styl */
section.enterprise-wide #dial li.animate {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 327 : /imports/product.styl */
section.enterprise-wide #dial li:nth-child(-n+3) {
  text-align: right;
}

/* line 329 : /imports/product.styl */
section.enterprise-wide #dial li:nth-child(-n+3) h5 {
  padding-left: 0;
  background-position: right center;
}

/* line 333 : /imports/product.styl */
section.enterprise-wide #dial .dial-background {
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  box-shadow: -5rem 1rem 10rem rgba(55,62,82,0.2);
  border-radius: 50%;
  position: relative;
}

/* line 341 : /imports/product.styl */
section.enterprise-wide #dial .dial-knob {
  position: absolute;
  left: 25%;
  top: 25%;
  z-index: 10;
  -webkit-transition: all 1500ms linear;
  -moz-transition: all 1500ms linear;
  -o-transition: all 1500ms linear;
  -ms-transition: all 1500ms linear;
  transition: all 1500ms linear;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  transition-delay: 800ms;
  max-width: 345px;
  max-height: 345px;
  background: #fff;
  border-radius: 50%;
  border: 1px #f8f8f8 solid;
  height: 50%;
  width: 50%;
}

/* line 355 : /imports/product.styl */
section.enterprise-wide #dial .dial-knob.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 357 : /imports/product.styl */
section.enterprise-wide #dial .dial-knob:after,
section.enterprise-wide #dial .dial-knob:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 365 : /imports/product.styl */
section.enterprise-wide #dial .dial-knob:after {
  right: 98.8%;
  border-color: rgba(255,255,255,0);
  border-right-color: #fff;
  border-width: 40px;
  margin-top: -40px;
}

/* line 371 : /imports/product.styl */
section.enterprise-wide #dial .dial-knob:before {
  right: 99%;
  border-color: rgba(230,230,230,0);
  border-right-color: #f8f8f8;
  border-width: 40px;
  margin-top: -41px;
}

/* line 377 : /imports/product.styl */
section.enterprise-wide #dial .knob-shadow {
  position: absolute;
  left: 25%;
  top: 25%;
  z-index: 9;
  max-width: 345px;
  max-height: 345px;
  background: transparent;
  border-radius: 50%;
  height: 50%;
  width: 50%;
  box-shadow: -2rem 1rem 10rem rgba(82,82,82,0.2);
}

/* line 389 : /imports/product.styl */
section.enterprise-wide #dial .dial-logo {
  position: absolute;
  left: 50%;
  margin: -70px 0 0 -60px;
  z-index: 15;
  top: 50%;
  pointer-events: none;
}

/* line 396 : /imports/product.styl */

/* line 397 : /imports/product.styl */
section.enterprise-wide .small-snippets h5 {
  padding: 0.5rem 0 0.5rem 0;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 35px;
  -moz-background-size: 35px;
  background-size: 35px;
}

/* line 402 : /imports/product.styl */
section.enterprise-wide .small-snippets p {
  font-size: 0.75rem;
}

/* line 423 : /imports/product.styl */
section.enterprise-wide .small-snippets .columns:nth-child(odd) {
  text-align: right;
}

/* line 425 : /imports/product.styl */
section.enterprise-wide .small-snippets .columns:nth-child(odd) h5 {
  padding-left: 0;
  background-position: right center;
}

/* line 429 : /imports/product.styl */
body.product:not(.product-subpath) section.testimonials {
  background-color: #fff;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 1024px) {

/* line 435 : /imports/product.styl */
  body.product:not(.product-subpath) section.testimonials {
    margin-top: 0;
    padding-top: 4rem;
  }
}

/* line 438 : /imports/product.styl */
body.product:not(.product-subpath) section.testimonials div.left-quote {
  text-align: right;
  padding-right: 2rem;
}
@media screen and (max-width: 640px) {

/* line 441 : /imports/product.styl */
  body.product:not(.product-subpath) section.testimonials div.left-quote {
    text-align: center;
    padding-right: 0;
  }
}

/* line 444 : /imports/product.styl */
body.product:not(.product-subpath) section.testimonials div.right-quote {
  padding-left: 2rem;
}
@media screen and (max-width: 640px) {

/* line 446 : /imports/product.styl */
  body.product:not(.product-subpath) section.testimonials div.right-quote {
    text-align: center;
    padding-left: 0;
  }
}

/* line 449 : /imports/product.styl */
body.product:not(.product-subpath) section.testimonials img {
  margin-bottom: 1rem;
}

/* line 452 : /imports/product.styl */
body.product:not(.product-subpath) section.testimonials .name {
  margin-top: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

/* line 456 : /imports/product.styl */
body.product:not(.product-subpath) section.testimonials .title {
  font-size: 0.625rem;
  color: #c9cace;
  text-transform: uppercase;
}

/* line 460 : /imports/product.styl */
body.product:not(.product-subpath) section.testimonials .button {
  margin-top: 4rem;
}

/* line 462 : /imports/product.styl */

/* line 463 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group {
  -webkit-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -ms-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
  width: 80%;
}
@media screen and (max-width: 640px) {

/* line 466 : /imports/product.styl */
  body.product:not(.product-subpath) section.maximum-data div.cloud-group {
    width: 100%;
  }
}

/* line 468 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-label {
  position: absolute;
  left: 50%;
  color: #939499;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {

/* line 473 : /imports/product.styl */
  body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-label {
    font-size: 11px;
  }
}

/* line 475 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-label:after {
  content: " ";
  background-image: url("images/icons/product/cloud-pointer.png");
  padding: 32.5px 45px;
  background-repeat: no-repeat;
  position: absolute;
  left: -100px;
  top: 11px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: 10;
}
@media screen and (max-width: 1024px) {

/* line 485 : /imports/product.styl */
  body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-label:after {
    display: none;
  }
}

/* line 487 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-left .cloud-label {
  top: -4rem;
  margin-left: -250px;
}
@media screen and (max-width: 1024px) {

/* line 490 : /imports/product.styl */
  body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-left .cloud-label {
    top: auto;
    bottom: -3rem;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 135px;
  }
}

/* line 496 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-left .cloud-label:after {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  right: -100px;
  left: auto;
}

/* line 500 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-center .cloud-label {
  top: -3rem;
  margin-left: 140px;
}
@media screen and (max-width: 1024px) {

/* line 503 : /imports/product.styl */
  body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-center .cloud-label {
    top: auto;
    bottom: -2rem;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 640px) {

/* line 508 : /imports/product.styl */
  body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-center .cloud-label {
    bottom: -1rem;
  }
}

/* line 510 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-right .cloud-label {
  top: -4rem;
  margin-left: 100px;
  width: 138px;
}
@media screen and (max-width: 1024px) {

/* line 514 : /imports/product.styl */
  body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-right .cloud-label {
    top: auto;
    bottom: -3rem;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
  }
}

/* line 520 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-top .cloud-label {
  top: 0;
  margin-left: 200px;
}
@media screen and (max-width: 1024px) {

/* line 523 : /imports/product.styl */
  body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-top .cloud-label {
    margin-left: 0;
    left: auto;
    right: 0;
  }
}

/* line 527 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-group-logos {
  position: absolute;
  top: 0;
  left: 15px;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
  -webkit-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -ms-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}

/* line 535 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-group-logos.fade-in {
  opacity: 1;
}

/* line 537 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-lower {
  width: 100%;
  padding: 1.5rem;
}

/* line 540 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-lower > div {
  display: inline-block;
  position: relative;
}

/* line 543 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-lower > div.cloud-left {
  margin-left: 9%;
}

/* line 545 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-lower > div:not(.cloud-center) {
  width: 20%;
  opacity: 0;
  -webkit-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -ms-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}

/* line 549 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-lower > div.cloud-center {
  width: 25%;
  margin: 0 9%;
  opacity: 0;
  -webkit-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -ms-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}

/* line 554 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-lower > div.fade-in {
  opacity: 1;
}

/* line 556 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-lower .cloud-logo {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  z-index: 6;
}

/* line 563 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-lower .cloud-circle {
  border-radius: 50%;
  box-shadow: -0.5rem 0.5rem 2rem rgba(82,82,82,0.2);
  position: relative;
  z-index: 5;
}

/* line 568 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-lower .cloud-dots {
  position: absolute;
  z-index: 4;
  opacity: 0;
  -webkit-transition: all 350ms ease-in;
  -moz-transition: all 350ms ease-in;
  -o-transition: all 350ms ease-in;
  -ms-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}

/* line 573 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-lower .cloud-dots.fade-in {
  opacity: 1;
}

/* line 575 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-lower .cloud-left .cloud-dots {
  top: 50%;
  right: -50%;
  width: 50%;
}

/* line 579 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-lower .cloud-center .cloud-dots {
  left: 50%;
  top: -35%;
  height: 35%;
}

/* line 583 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-lower .cloud-right .cloud-dots {
  top: 50%;
  left: -50%;
  width: 50%;
}

/* line 587 : /imports/product.styl */
body.product:not(.product-subpath) section.maximum-data .button {
  margin-top: 7rem;
}

/* line 589 : /imports/product.styl */

/* line 590 : /imports/product.styl */

/* line 591 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .ac-snippets > div {
  margin-bottom: 4.5rem;
  position: relative;
}
@media screen and (max-width: 640px) {

/* line 594 : /imports/product.styl */
  body.product:not(.product-subpath) section.architected .ac-snippets > div {
    margin-bottom: 1.5rem;
  }
}

/* line 596 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .ac-snippets > div h5 {
  padding: 0.5rem 0 0.5rem 3rem;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 35px;
  -moz-background-size: 35px;
  background-size: 35px;
}

/* line 601 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .ac-snippets > div .line {
  position: absolute;
  z-index: 6;
  width: auto;
  max-width: none;
}

/* line 606 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .ac-snippets > div.ac1 {
  margin-bottom: 1.5rem;
}

/* line 608 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .ac-snippets > div.ac1 .line {
  left: -193px;
  top: 20px;
}

/* line 611 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .ac-snippets > div.ac1 h5 {
  background-image: url("images/icons/product/Browsed-based- user-inerface.png");
}

/* line 613 : /imports/product.styl */

/* line 614 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .ac-snippets > div.ac2 .line {
  left: -352px;
  top: 20px;
}

/* line 617 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .ac-snippets > div.ac2 .box {
  position: absolute;
  left: -1500px;
  max-width: none;
  top: -275px;
  z-index: 5;
}

/* line 623 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .ac-snippets > div.ac2 h5 {
  background-image: url("images/icons/product/Analytical-search-engine.png");
}

/* line 625 : /imports/product.styl */

/* line 626 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .ac-snippets > div.ac3 .line {
  left: -516px;
  top: -20px;
}

/* line 629 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .ac-snippets > div.ac3 h5 {
  background-image: url("images/icons/product/In-Memory-analytics-cache.png");
}

/* line 631 : /imports/product.styl */

/* line 632 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .ac-snippets > div.ac4 .line {
  left: -444px;
  top: -114px;
}

/* line 635 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .ac-snippets > div.ac4 h5 {
  background-image: url("images/icons/product/Distributed-cluster-management.png");
}

/* line 637 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .ac-snippets > div p {
  font-size: 0.75rem;
}

/* line 639 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .side-bar {
  background: #fff;
  box-shadow: -2rem 1rem 10rem rgba(82,82,82,0.2);
  padding: 2rem;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 1024px) {

/* line 645 : /imports/product.styl */
  body.product:not(.product-subpath) section.architected .side-bar {
    clear: both;
  }
}

/* line 647 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .side-bar .columns {
  margin-bottom: 1.25rem;
}

/* line 649 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .side-bar .columns h5 {
  font-size: 1rem;
}

/* line 651 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .side-bar .columns p {
  color: #9b9da5;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}

/* line 655 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .side-bar .columns a {
  color: #B12109;
  font-size: 0.75rem;
}

/* line 658 : /imports/product.styl */
body.product:not(.product-subpath) section.architected .button {
  margin-top: 0rem;
}
@media screen and (max-width: 1024px) {

/* line 660 : /imports/product.styl */
  body.product:not(.product-subpath) section.architected .button {
    margin-top: 3rem;
  }
}

/* line 662 : /imports/product.styl */
body.product:not(.product-subpath) section.bottom-panels {
  border-top: 3px solid #dde1e4;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 667 : /imports/product.styl */
body.product:not(.product-subpath) section.bottom-panels .row {
  margin-top: -3px;
}

/* line 669 : /imports/product.styl */
body.product:not(.product-subpath) section.bottom-panels .row .columns {
  border-left: 1px #f1f3f4 solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem 4rem;
}

/* line 673 : /imports/product.styl */
body.product:not(.product-subpath) section.bottom-panels .row .columns:hover {
  background-color: #f7f9fa;
}

/* line 675 : /imports/product.styl */
body.product:not(.product-subpath) section.bottom-panels .row .columns.one {
  border-top: 3px solid #feb960;
}

/* line 677 : /imports/product.styl */
body.product:not(.product-subpath) section.bottom-panels .row .columns.two {
  border-top: 3px solid #38c695;
}

/* line 679 : /imports/product.styl */
body.product:not(.product-subpath) section.bottom-panels .row .columns.three {
  border-top: 3px solid #b27cf5;
  border-right: 1px #f1f3f4 solid;
}

/* line 682 : /imports/product.styl */
body.product:not(.product-subpath) section.bottom-panels .row .columns img {
  margin: 1.5rem 0;
}

/* line 684 : /imports/product.styl */
body.product:not(.product-subpath) section.bottom-panels .row .columns p {
  font-size: 0.75rem;
}

/* line 686 : /imports/product.styl */
body.product:not(.product-subpath) section.orange.footer_callout {
  padding-bottom: 8rem;
}

/* line 688 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights {
  background-color: #353841;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-top:12rem;
  margin-top:-20rem;
  z-index:6;
}

/* line 694 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights h2 {
  color: #fff;
  margin-bottom: 40px;
}

/* line 697 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights p {
  color: #fff;
  font-weight: 200;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

/* line 704 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts {
  position: relative;
  width: 100%;
  left: 0;
  height: 540px;
  margin-bottom: -120px;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {

/* line 711 : /imports/product.styl */
  body.product:not(.product-subpath) section#automate_insights #hero_charts {
    top: 500px;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -o-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

/* line 715 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts > div {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  box-shadow: 0 20px 86px -15px rgba(19,19,19,0.3);
  z-index: 4;
  -webkit-transition: box-shadow 300ms ease-in, -webkit-transform 300ms ease-in, opacity 300ms ease-in;
  -moz-transition: box-shadow 300ms ease-in, -moz-transform 300ms ease-in, opacity 300ms ease-in;
  -o-transition: box-shadow 300ms ease-in, -o-transform 300ms ease-in, opacity 300ms ease-in;
  -ms-transition: box-shadow 300ms ease-in, -ms-transform 300ms ease-in, opacity 300ms ease-in;
  transition: box-shadow 300ms ease-in, transform 300ms ease-in, opacity 300ms ease-in;
}

/* line 724 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts > div.active_chart {
  box-shadow: 0 50px 86px 0px rgba(19,19,19,0.3);
  z-index: 5;
  opacity: 1;
}

/* line 728 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .chart {
  height: 196px;
  width: 196px;
  border-radius: 5px;
  opacity: 0.5;
}

/* line 733 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .text {
  height: 100px;
  width: 412px;
  border-radius: 7px;
  background-color: #fff;
  -webkit-background-size: 350px auto;
  -moz-background-size: 350px auto;
  background-size: 350px auto;
  background-position: center center;
  opacity: 0.5;
}

/* line 741 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_1 {
  background-image: url("images/data/hero_images/chart_1.svg");
  top: 0;
  margin-left: -1044px;
}

/* line 745 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_2 {
  background-image: url("images/data/hero_images/chart_2.svg");
  top: 0;
  margin-left: -828px;
}

/* line 749 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_3 {
  background-image: url("images/data/hero_images/chart_3.svg");
  margin-left: -180px;
  top: 0;
}

/* line 753 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_4 {
  background-image: url("images/data/hero_images/chart_4.svg");
  margin-left: 36px;
  top: -10px;
}

/* line 757 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_5 {
  background-image: url("images/data/hero_images/chart_5.svg");
  margin-left: 252px;
  top: -10px;
}

/* line 761 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_6 {
  background-image: url("images/data/hero_images/chart_6.svg");
  margin-left: 468px;
  top: -110px;
}

/* line 765 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_7 {
  background-image: url("images/data/hero_images/chart_7.svg");
  margin-left: 684px;
  top: -110px;
}

/* line 769 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_8 {
  background-image: url("images/data/hero_images/chart_8.svg");
  top: 216px;
  margin-left: -1044px;
}

/* line 773 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_9 {
  background-image: url("images/data/hero_images/chart_9.svg");
  top: 216px;
  margin-left: -828px;
}

/* line 777 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_10 {
  background-image: url("images/data/hero_images/chart_10.svg");
  top: 120px;
  margin-left: -612px;
}

/* line 781 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_11 {
  background-image: url("images/data/hero_images/chart_11.svg");
  top: 120px;
  margin-left: -396px;
}

/* line 785 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_12 {
  background-image: url("images/data/hero_images/chart_12.svg");
  top: 206px;
  margin-left: 252px;
}

/* line 789 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_13 {
  background-image: url("images/data/hero_images/chart_4.svg");
  margin-left: 468px;
  top: 226px;
}

/* line 793 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_14 {
  background-image: url("images/data/hero_images/chart_14.svg");
  top: 226px;
  margin-left: 684px;
}

/* line 797 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_15 {
  background-image: url("images/data/hero_images/chart_2.svg");
  margin-left: -612px;
  top: 336px;
}

/* line 801 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .text_1 {
  background-image: url("images/data/hero_images/text_1.png");
  top: 0;
  margin-left: -612px;
}

/* line 805 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .text_2 {
  background-image: url("images/data/hero_images/text_2.png");
  top: 216px;
  margin-left: -180px;
}

/* line 809 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .text_3 {
  background-image: url("images/data/hero_images/text_3.png");
  margin-left: -1044px;
  top: 432px;
}

/* line 813 : /imports/product.styl */
body.product:not(.product-subpath) section#automate_insights #hero_charts .text_4 {
  background-image: url("images/data/hero_images/text_4.png");
  top: 106px;
  margin-left: 468px;
}

/* line 816 : /imports/product.styl */

/* line 816 : /imports/contact.styl */

/* line 1 : /imports/contact.styl */

/* line 2 : /imports/contact.styl */

/* line 3 : /imports/contact.styl */
body.contact section.hero {
  height: 700px;
  max-height: 700px;
}

/* line 7 : /imports/contact.styl */
.headquarters {
  height: 240px;
  width: 260px;
  background-color: #2e3037;
  box-shadow: 0px 3px 5px #101013;
}

/* line 8 : /imports/contact.styl */
.headquarters#headquarters {
  position: absolute;
  top: 37%;
  left: 50%;
  margin-left: -550px;
}

/* line 17 : /imports/contact.styl */
.headquarters .stripe {
  width: 100%;
  height: 3px;
  background: #62c6ea;
  background: -moz--webkit-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -moz--moz-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -moz--o-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -moz--ms-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -moz-linear-gradient(to right, #62c6ea 0%, #ff89a8 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #62c6ea), color-stop(100%, #ff89a8));
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #62c6ea), color-stop(100%, #ff89a8));
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #62c6ea), color-stop(100%, #ff89a8));
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #62c6ea), color-stop(100%, #ff89a8));
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #62c6ea), color-stop(100%, #ff89a8));
  background: -webkit--webkit-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -webkit--moz-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -webkit--o-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -webkit--ms-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -webkit-linear-gradient(to right, #62c6ea 0%, #ff89a8 100%);
  background: -o--webkit-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -o--moz-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -o--o-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -o--ms-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -o-linear-gradient(to right, #62c6ea 0%, #ff89a8 100%);
  background: -ms--webkit-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -ms--moz-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -ms--o-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -ms--ms-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -ms-linear-gradient(to right, #62c6ea 0%, #ff89a8 100%);
  background: -webkit-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -moz-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -o-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: -ms-linear-gradient(left, #62c6ea 0%, #ff89a8 100%);
  background: linear-gradient(to right, #62c6ea 0%, #ff89a8 100%);
}

/* line 27 : /imports/contact.styl */
.headquarters .hq-pad {
  padding: 1.6rem;
}

/* line 29 : /imports/contact.styl */
.headquarters .hq-pad h2 {
  color: #fff;
  margin: 0 0 1rem 0;
  font-size: 1.4rem;
  font-weight: 300;
}

/* line 34 : /imports/contact.styl */
.headquarters .hq-pad p {
  color: #9194a2;
}

/* line 37 : /imports/contact.styl */
.headquarters .hq-pad ul {
  list-style: none;
  margin: 0;
}

/* line 40 : /imports/contact.styl */
.headquarters .hq-pad ul li,
.headquarters .hq-pad ul a {
  color: #5c9df5;
  text-decoration: none;
}

/* line 43 : /imports/contact.styl */
.headquarters .hq-pad ul li {
  padding-left: 2rem;
}

/* line 45 : /imports/contact.styl */
.headquarters .hq-pad ul li:nth-child(1) {
  background: url("images/icons/email.svg") left center/1rem no-repeat;
}

/* line 47 : /imports/contact.styl */
.headquarters .hq-pad ul li:nth-child(2) {
  background: url("images/icons/phone.svg") left center/1rem no-repeat;
}

/* line 50 : /imports/contact.styl */
#contact-bullseye {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: 25px;
  width: 3rem;
  height: 3rem;
  content: '';
  background: url("images/icons/contact-bullseye.svg") center center/100% no-repeat;
}

/* line 61 : /imports/contact.styl */
.contact-wrapper {
  position: absolute;
  width: 601px;
  height: 501px;
  left: 50%;
  top: 25%;
  margin-left: -50px;
  z-index: 3;
}

/* line 69 : /imports/contact.styl */
.contact-wrapper h2 {
  color: #B12109;
  font-size: 1.4rem;
  font-weight: 400;
}

/* line 73 : /imports/contact.styl */
.contact-wrapper iframe {
  width: 600px;
  height: 500px;
}
@media screen and (max-width: 1024px) {

/* line 78 : /imports/contact.styl */
  #headquarters_mobile {
    margin: 2rem auto;
  }

/* line 80 : /imports/contact.styl */
  .contact-wrapper {
    left: 5%;
    width: 90%;
    margin-left: 0;
  }

/* line 84 : /imports/contact.styl */
  .contact-wrapper iframe {
    width: 100%;
    height: 500px;
  }
}

/* line 86 : /imports/contact.styl */

/* line 1 : /imports/team.styl */

/* line 2 : /imports/team.styl */
.node-type-the-team {
  overflow-x: hidden;
}

/* line 4 : /imports/team.styl */
#team_page {
  overflow-x: hidden;
}

/* line 6 : /imports/team.styl */
#team_page h2.heading {
  font-size: 36px;
  color: #333;
  margin-bottom: 100px;
  text-align: center;
}

/* line 11 : /imports/team.styl */
#team_page h2.heading:after {
  content: '';
  width: 79px;
  border-top: 3px solid #B12109;
  display: block;
  margin: 40px auto 0;
}

/* line 17 : /imports/team.styl */
#team_page section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

/* line 21 : /imports/team.styl */
#team_page section .shapes {
  position: absolute;
}

/* line 23 : /imports/team.styl */
#team_page section .shapes.shape_1 {
  top: 10%;
  left: 50%;
  margin-left: -500px;
}

/* line 27 : /imports/team.styl */
#team_page section .shapes.shape_2 {
  top: 50%;
  right: 50%;
  margin-right: -550px;
}

/* line 31 : /imports/team.styl */
#team_page section .shapes.shape_3 {
  bottom: 10%;
  left: 50%;
  margin-left: -400px;
}

/* line 35 : /imports/team.styl */
#team_page section.hero {
  background-color: #333;
  height: 840px;
  width: 100%;
  padding: 240px 20px 20px;
  max-height: none;
}

/* line 41 : /imports/team.styl */
#team_page section.hero .background_image {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-background-size: auto 600px;
  -moz-background-size: auto 600px;
  background-size: auto 600px;
  background-position: center bottom 160px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {

/* line 50 : /imports/team.styl */
  #team_page section.hero .background_image {
    -webkit-background-size: auto 350px;
    -moz-background-size: auto 350px;
    background-size: auto 350px;
  }
}


/* line 60 : /imports/team.styl */
#team_page section.hero h1 {
  font-size: 42px;
  line-height: 68px;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {

/* line 66 : /imports/team.styl */
  #team_page section.hero h1 {
    font-size: 36px;
  }

/* line 68 : /imports/team.styl */
  #team_page section.hero h1 br {
    content: ' ';
  }
}

/* line 70 : /imports/team.styl */
#team_page section.hero .skip_to_content {
  position: absolute;
  bottom: 0;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  bottom: 10px;
  cursor: pointer;
}

/* line 79 : /imports/team.styl */
#team_page section.hero .skip_to_content > div {
  text-transform: uppercase;
  font-size: 16px;
}

/* line 82 : /imports/team.styl */
#team_page section.who_we_are {
  padding: 100px 0;
}

/* line 84 : /imports/team.styl */
#team_page section.who_we_are .field-item {
  float: left;
  width: 50%;
  padding: 0 15px;
}

/* line 88 : /imports/team.styl */
#team_page section.who_we_are .field-item.even {
  padding: 0 20px 0 0;
}

/* line 90 : /imports/team.styl */
#team_page section.who_we_are .field-item.odd {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 640px) {

/* line 93 : /imports/team.styl */
  #team_page section.who_we_are .field-item.odd,
  #team_page section.who_we_are .field-item.even {
    width: 100%;
    padding: 0 20px 20px;
  }
}

/* line 96 : /imports/team.styl */
#team_page section.who_we_are .field-item p {
  font-size: 20px;
  color: #333;
}

/* line 99 : /imports/team.styl */
#team_page section.team {
  background-color: #fff;
  padding-top: 0;
}

/* line 104 : /imports/team.styl */
#team_page section.team .columns {
  height: 387px;
}

/* line 106 : /imports/team.styl */
#team_page section.team .columns.team_title {
  margin-bottom: 30px;
}

/* line 108 : /imports/team.styl */
#team_page section.team .columns.team_title.leadership .card {
  background-color: #00a1ff;
}

/* line 110 : /imports/team.styl */
#team_page section.team .columns.team_title.board_members .card {
  background-color: #af83ef;
}

/* line 112 : /imports/team.styl */
#team_page section.team .columns.team_title .card {
  height: 100%;
  padding: 50px 36px 36px;
}
@media screen and (max-width: 480px) {

/* line 116 : /imports/team.styl */
  #team_page section.team .columns.team_title .card {
    padding: 30px 20px 36px;
  }
}

/* line 118 : /imports/team.styl */
#team_page section.team .columns.team_member .card h5,
#team_page section.team .columns.team_title .card h5 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
}

/* line 122 : /imports/team.styl */
#team_page section.team .columns.team_member .card h5:after,
#team_page section.team .columns.team_title .card h5:after {
  content: '';
  width: 95px;
  border-top: 3px solid #fff;
  display: block;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {

/* line 128 : /imports/team.styl */
	#team_page section.team .columns.team_member .card h5,
  #team_page section.team .columns.team_title .card h5 {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {

/* line 130 : /imports/team.styl */
	#team_page section.team .columns.team_member .card h5,
  #team_page section.team .columns.team_title .card h5 {
    font-size: 18px;
  }
}

/* line 132 : /imports/team.styl */
#team_page section.team .columns.team_title .card h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
}
@media screen and (max-width: 640px) {

/* line 136 : /imports/team.styl */
  #team_page section.team .columns.team_title .card h3 {
    font-size: 20px;
    line-height: 34px;
  }
}
@media screen and (max-width: 480px) {

/* line 139 : /imports/team.styl */
  #team_page section.team .columns.team_title .card h3 {
    font-size: 12px;
  }
}

/* line 142 : /imports/team.styl */
#team_page section.team .columns.team_member {
  text-align: center;
  margin-bottom: 30px;
}

/* line 145 : /imports/team.styl */
#team_page section.team .columns.team_member .card {
  background-color: #f5f5f5;
  height: 100%;
  -webkit-transition: box-shadow 300ms ease-in;
  -moz-transition: box-shadow 300ms ease-in;
  -o-transition: box-shadow 300ms ease-in;
  -ms-transition: box-shadow 300ms ease-in;
  transition: box-shadow 300ms ease-in;
}
#team_page section.team .columns.team_member .card.contact {
	text-align:left;
	padding:30px 30px;
	background:#00a1ff;
}
#team_page section.team .columns.team_member .card.contact p{
	margin-top:20px;
	margin-bottom:0;
	height:auto;
	color:#fff;
}
#team_page section.team .columns.team_title.leadership .card.map {
	background:transparent;
	padding:0;
}

/* line 149 : /imports/team.styl */
#team_page section.team .columns.team_member .card:hover {
  box-shadow: 0 46px 113px -34px rgba(0,0,0,0.5);
}

/* line 151 : /imports/team.styl */
#team_page section.team .columns.team_member img {
  /*width: 175px;*/
  height: 150px;
  margin-top: 45px;
  margin-bottom: 15px;
}

/* line 157 : /imports/team.styl */
#team_page section.team .columns.team_member h2 {
  font-size: 24px;
  font-weight:500;
  color: #333;
  margin-bottom: 5px;
}

/* line 161 : /imports/team.styl */
#team_page section.team .columns.team_member p {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
  height: 38px;
}

/* line 172 : /imports/team.styl */
#team_page section.team .columns.team_member a {
  text-transform: uppercase;
  font-size: 14px;
}

/* line 176 : /imports/team.styl */
@media screen and (max-width: 1024px) {

/* line 177 : /imports/team.styl */
  #team_page section.team .columns.team_member.medium-centered-override {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 182 : /imports/team.styl */
#team_page section.team .columns.quotebox {
  margin-bottom: 30px;
}

/* line 184 : /imports/team.styl */
#team_page section.team .columns.quotebox .card {
  height: 100%;
  border: 8px solid #fff;
  padding: 40px;
  background-color: #efefef;
}

/* line 189 : /imports/team.styl */
#team_page section.team .columns.quotebox .card .quote_wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 193 : /imports/team.styl */
#team_page section.team .columns.quotebox .card .quote_wrapper .quote_text {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 40px;
  font-weight: 300;
}
@media screen and (max-width: 640px) {

/* line 198 : /imports/team.styl */
  #team_page section.team .columns.quotebox .card .quote_wrapper .quote_text {
    font-size: 20px;
    line-height: 28px;
  }
}

/* line 201 : /imports/team.styl */
#team_page section.team .columns.quotebox .card .quote_wrapper .quote_credit {
  font-size: 14px;
  text-transform: uppercase;
  color: #00a4ff;
}

/* line 205 : /imports/team.styl */
#team_page section.investors {
  background-color: #757575;
  padding-top:100px;
  padding-bottom:100px;
}

/* line 207 : /imports/team.styl */
#team_page section.investors h2 {
  color: #fff;
}

/* line 209 : /imports/team.styl */
#team_page section.investors h2:after {
  border-color: #fff;
}

/* line 211 : /imports/team.styl */
#team_page section.investors .logos {
  margin-bottom: 0px;
}

/* line 213 : /imports/team.styl */
#team_page section.investors .logos > div {
  height: 105px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 75%;
  -moz-background-size: 75%;
  background-size: 75%;
}

/* line 218 : /imports/team.styl */
#team_page section.investors .logos > div a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* line 224 : /imports/team.styl */
#team_page section.investors ul li a {
  color: #fff;
}

/* line 226 : /imports/team.styl */
#team_page section.investors ul li a:after {
  background-image: url("images/team_v2/Investor_Angle.svg");
}

/* line 228 : /imports/team.styl */

/* line 229 : /imports/team.styl */
#team_page section.advisors ul li a {
  color: #222;
}

/* line 231 : /imports/team.styl */
#team_page section.advisors ul li a:after {
  background-image: url("images/team_v2/Advisor_Angle.svg");
}

/* line 234 : /imports/team.styl */

/* line 236 : /imports/team.styl */
#team_page section.investors ul,
#team_page section.advisors ul {
  list-style: none;
}

/* line 238 : /imports/team.styl */
#team_page section.investors ul li,
#team_page section.advisors ul li {
  width: 75%;
  text-align: left;
  margin: auto;
}

/* line 242 : /imports/team.styl */
#team_page section.investors ul li a,
#team_page section.advisors ul li a {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  width: 100%;
  position: relative;
  display: inline-block;
}

/* line 249 : /imports/team.styl */
#team_page section.investors ul li a:after,
#team_page section.advisors ul li a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  height: 9px;
  width: 6px;
  -webkit-background-size: 6px 9px;
  -moz-background-size: 6px 9px;
  background-size: 6px 9px;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 261 : /imports/team.styl */
#team_page section.where_we_are {
  background-color: #f6f6f6;
}

/* line 263 : /imports/team.styl */
#team_page section.where_we_are #map {
  width: 100%;
  height: 637px;
  margin-bottom: 167px;
}
@media screen and (max-width: 1024px) {

/* line 267 : /imports/team.styl */
  #team_page section.where_we_are #map {
    height: 500px;
  }
}
@media screen and (max-width: 640px) {

/* line 269 : /imports/team.styl */
  #team_page section.where_we_are #map {
    height: 400px;
  }
}

/* line 271 : /imports/team.styl */
#team_page section.where_we_are a {
  margin: 0 auto;
  display: block;
  box-shadow: 0px 14px 34px -10px rgba(0,0,0,0.3);
  -webkit-transition: background-color 300ms ease-in;
  -moz-transition: background-color 300ms ease-in;
  -o-transition: background-color 300ms ease-in;
  -ms-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
}

/* line 277 : /imports/team.styl */
#team_page section.where_we_are a:hover {
  background-color: #2e3037;
}

/* line 279 : /imports/team.styl */
.leadership-modal,
.board-modal {
  padding: 60px 15px;
  max-width: 750px;
}

/* line 283 : /imports/team.styl */
.leadership-modal .details-wrapper,
.board-modal .details-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 200ms ease-in;
  -moz-transition: -moz-transform 200ms ease-in;
  -o-transition: -o-transform 200ms ease-in;
  -ms-transition: -ms-transform 200ms ease-in;
  transition: transform 200ms ease-in;
  text-align: center;
}
@media screen and (max-width: 640px) {

/* line 289 : /imports/team.styl */
  .leadership-modal .details-wrapper,
  .board-modal .details-wrapper {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    top: 0;
  }
}

/* line 292 : /imports/team.styl */
.leadership-modal .bio-wrapper,
.board-modal .bio-wrapper {
  padding: 45px 0 45px 30px;
  border-left: 1px solid #bec4ce;
}

/* line 295 : /imports/team.styl */
.leadership-modal img,
.board-modal img {
  width: 100%;
  margin-bottom: 36px;
  max-width: 200px;
  border-radius: 50%;
}

/* line 300 : /imports/team.styl */
.leadership-modal .name,
.board-modal .name {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
}

/* line 304 : /imports/team.styl */
.leadership-modal .title,
.board-modal .title {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
  color: #9e9e9e;
}

/* line 309 : /imports/team.styl */
.leadership-modal .social,
.board-modal .social {
  height: 22px;
  width: 22px;
  background-position: 0 0;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-background-size: 44px 22px;
  -moz-background-size: 44px 22px;
  background-size: 44px 22px;
  margin-right: 5px;
}

/* line 317 : /imports/team.styl */
.leadership-modal .social.twitter,
.board-modal .social.twitter {
  background-image: url("images/icons/twitter-square-icon.png");
}

/* line 319 : /imports/team.styl */
.leadership-modal .social.linkedin,
.board-modal .social.linkedin {
  background-image: url("images/icons/linkedin-square-icon.png");
}

/* line 321 : /imports/team.styl */
.leadership-modal .social.google,
.board-modal .social.google {
  background-image: url("images/icons/gplus-square-icon.png");
}

/* line 323 : /imports/team.styl */
.leadership-modal .social:hover,
.board-modal .social:hover {
  background-position: -22px 0;
}

/* line 325 : /imports/team.styl */
.leadership-modal .close-reveal-modal,
.board-modal .close-reveal-modal {
  top: 35px;
  right: 50px;
  height: 32px;
  width: 32px;
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/team_v2/modal-close-icon.svg");
}
@media screen and (max-width: 640px) {

/* line 334 : /imports/team.styl */
  .leadership-modal,
  .board-modal {
    padding: 30px 15px;
  }

/* line 336 : /imports/team.styl */
  .leadership-modal .bio-wrapper,
  .board-modal .bio-wrapper {
    padding: 15px 0;
    border: none;
  }
}

/* line 339 : /imports/team.styl */
.investor-modal,
.advisor-modal {
  padding: 60px 15px;
  max-width: 750px;
}

/* line 343 : /imports/team.styl */
.investor-modal .details-wrapper,
.advisor-modal .details-wrapper {
  text-align: center;
}

/* line 345 : /imports/team.styl */
.investor-modal .name,
.advisor-modal .name {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
}

/* line 349 : /imports/team.styl */
.investor-modal .title,
.advisor-modal .title {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 30px;
  color: #9e9e9e;
}

/* line 354 : /imports/team.styl */
.investor-modal .social,
.advisor-modal .social {
  height: 22px;
  width: 22px;
  background-position: 0 0;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-background-size: 44px 22px;
  -moz-background-size: 44px 22px;
  background-size: 44px 22px;
  margin-right: 5px;
}

/* line 362 : /imports/team.styl */
.investor-modal .social.twitter,
.advisor-modal .social.twitter {
  background-image: url("images/icons/twitter-square-icon.png");
}

/* line 364 : /imports/team.styl */
.investor-modal .social.linkedin,
.advisor-modal .social.linkedin {
  background-image: url("images/icons/linkedin-square-icon.png");
}

/* line 366 : /imports/team.styl */
.investor-modal .social.google,
.advisor-modal .social.google {
  background-image: url("images/icons/gplus-square-icon.png");
}

/* line 368 : /imports/team.styl */
.investor-modal .social:hover,
.advisor-modal .social:hover {
  background-position: -22px 0;
}

/* line 370 : /imports/team.styl */
.investor-modal .close-reveal-modal,
.advisor-modal .close-reveal-modal {
  top: 35px;
  right: 50px;
  height: 32px;
  width: 32px;
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/team_v2/modal-close-icon.svg");
}
@media screen and (max-width: 640px) {

/* line 379 : /imports/team.styl */
  .investor-modal,
  .advisor-modal {
    padding: 60px 15px 30px;
  }

/* line 381 : /imports/team.styl */
  .investor-modal .bio-wrapper,
  .advisor-modal .bio-wrapper {
    padding: 15px 0;
    border: none;
  }
}

/* line 383 : /imports/team.styl */

/* line 383 : /imports/careers.styl */

/* line 1 : /imports/careers.styl */
section.body.careers {
  padding: 1rem 0;
}

/* line 6 : /imports/careers.styl */
section.body.careers div.icon {
  height: 170px;
}

/* line 9 : /imports/careers.styl */
section.body.careers div.row {
  margin-top: 8rem;
}

/* line 12 : /imports/careers.styl */
section.body.careers div.perks_and_vision {
  margin-top: 12rem;
  overflow: hidden;
}

/* line 15 : /imports/careers.styl */
section.body.careers div.perks_and_vision div.over_image {
  position: absolute;
  width: 76%;
  left: 12%;
  top: 4rem;
}

/* line 20 : /imports/careers.styl */
section.body.careers div.perks_and_vision div.over_image h2 {
  color: #fff;
  margin-bottom: 20%;
  text-align: center;
  font-weight: 300;
}

/* line 25 : /imports/careers.styl */
section.body.careers div.perks_and_vision div.over_image p {
  font-size: 1.7rem;
  color: #fff;
  line-height: 2.4rem;
  position: relative;
}

/* line 30 : /imports/careers.styl */
section.body.careers div.perks_and_vision div.over_image p:before {
  content: '';
  background: url("images/icons/quote.svg") center center/contain no-repeat;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: -3.5rem;
  left: 0;
}

/* line 38 : /imports/careers.styl */
section.body.careers div.perks_and_vision div.over_image .quote_by {
  font-size: 1.3rem;
  text-align: right;
}

/* line 41 : /imports/careers.styl */
section.body.careers div.perks_and_vision div.over_image .quote_by:before {
  background: none;
}

/* line 44 : /imports/careers.styl */
section.body.careers div.perks {
  padding: 0;
}

/* line 46 : /imports/careers.styl */
section.body.careers div.perks img {
  width: 100%;
}

/* line 49 : /imports/careers.styl */
section.body.careers div.our_vision {
  padding: 0;
}

/* line 51 : /imports/careers.styl */
section.body.careers div.our_vision img:not(.play-button) {
  width: 100%;
}

/* line 54 : /imports/careers.styl */
section.body.careers section.hero {
  position: relative;
}

/* line 56 : /imports/careers.styl */
section.body.careers section.hero h1 {
  margin-top: -6rem;
}

/* line 59 : /imports/careers.styl */
section.body.careers img.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -57px;
  margin-top: -57px;
}
@media screen and (max-width: 1024px) {

/* line 67 : /imports/careers.styl */

/* line 68 : /imports/careers.styl */
  section.body.careers div.perks_and_vision div.perks {
    margin-bottom: 2rem;
  }

/* line 70 : /imports/careers.styl */
  section.body.careers div.perks_and_vision div.over_image {
    left: 8%;
    width: 86%;
    top: 1.5rem;
  }

/* line 74 : /imports/careers.styl */
  section.body.careers div.perks_and_vision div.over_image h2,
  section.body.careers div.perks_and_vision div.over_image p {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

/* line 78 : /imports/careers.styl */
  section.body.careers div.perks_and_vision div.over_image p.quote_by {
    font-size: 1rem;
    margin-top: -0.8rem;
  }
}

/* line 80 : /imports/careers.styl */

/* line 80 : /imports/news.styl */

/* line 1 : /imports/news.styl */
section.news {
  padding: 1rem 0;
}

/* line 3 : /imports/news.styl */
section.news div.row {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

/* line 7 : /imports/news.styl */
ul.news {
  margin: 0;
}

/* line 9 : /imports/news.styl */
ul.news li {
  margin-bottom: 2rem;
}

/* line 11 : /imports/news.styl */
ul.news li:nth-child(3n) {
  margin-right: 0;
}

/* line 13 : /imports/news.styl */
ul.news li a {
  display: block;
  margin: 2.5%;
  background-color: #fff;
  padding: 3rem 2.5rem 1rem 2.5rem;
}

/* line 18 : /imports/news.styl */
ul.news li a:hover {
  box-shadow: 0 1px 21px rgba(0,0,0,0.11);
}

/* line 20 : /imports/news.styl */
ul.news h2 {
  color: #2e3037;
  font-size: 1.1rem;
}

ul.news h3 {
  color: #2e3037;
  font-size: 1.0rem;
}

/* line 23 : /imports/news.styl */
ul.news span.date {
  color: #bec4ce;
  font-size: 0.9rem;
  display: block;
}

/* line 27 : /imports/news.styl */
ul.news img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}

/* line 32 : /imports/news.styl */
ul.press_releases {
  list-style: none;
  margin: 0;
}

/* line 35 : /imports/news.styl */
ul.press_releases li {
  padding: 2rem;
  padding-left: 9rem;
  margin: 2rem 0;
  background: #fff url("images/icons/press-release-icon.png") 2rem center/5rem 5rem no-repeat;
}

/* line 40 : /imports/news.styl */
ul.press_releases li:hover {
  box-shadow: 0 1px 21px rgba(0,0,0,0.11);
}

/* line 42 : /imports/news.styl */
ul.press_releases h2 {
  font-size: 1.8rem;
}

/* line 44 : /imports/news.styl */
ul.press_releases span.date {
  color: #bec4ce;
  font-size: 0.9rem;
  display: block;
}

/* line 49 : /imports/news.styl */

/* line 50 : /imports/news.styl */
.node-type-press-release .content p {
  color: #222;
}
@media screen and (max-width: 1024px) {

/* line 54 : /imports/news.styl */

/* line 55 : /imports/news.styl */
  ul.news li {
    margin-bottom: 1rem;
    padding: 2rem 2rem 1rem 2rem;
  }

/* line 58 : /imports/news.styl */

/* line 59 : /imports/news.styl */
  ul.press_releases li {
    -webkit-background-size: 2rem 2rem;
    -moz-background-size: 2rem 2rem;
    background-size: 2rem 2rem;
    background-position: 1rem center;
    padding-left: 4rem;
  }

/* line 63 : /imports/news.styl */
  ul.press_releases h2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {

/* line 66 : /imports/news.styl */

/* line 67 : /imports/news.styl */

/* line 68 : /imports/news.styl */
  ul.news li a {
    height: auto !important;
  }
}

/* line 69 : /imports/news.styl */

/* line 1 : /imports/blog.styl */
@media screen and (min-width: 1150px) {

/* line 2 : /imports/blog.styl */

/* line 3 : /imports/blog.styl */
  section.blog > div.row {
    max-width: 74.5rem;
  }
}

/* line 6 : /imports/blog.styl */
body.blog #container {
  padding-top: 0;
}

/* line 8 : /imports/blog.styl */
body.blog,
body.node-type-team-member {
  background: #f0f0f0;
  overflow-x: hidden;
}

/* line 11 : /imports/blog.styl */
body.blog section.hero,
body.node-type-team-member section.hero {
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 19 : /imports/blog.styl */
body.blog section.hero:hover a,
body.node-type-team-member section.hero:hover a {
  color: #fff;
}

/* line 21 : /imports/blog.styl */
body.blog section.hero:hover a h1,
body.node-type-team-member section.hero:hover a h1 {
  font-weight: 400;
}

/* line 23 : /imports/blog.styl */
body.blog section.hero.fixed_height.short,
body.node-type-team-member section.hero.fixed_height.short {
  height: 500px;
  text-align: left;
}
@media screen and (max-width: 640px) {

/* line 26 : /imports/blog.styl */
  body.blog section.hero.fixed_height.short,
  body.node-type-team-member section.hero.fixed_height.short {
    height: 600px;
  }
}

/* line 28 : /imports/blog.styl */
body.blog section.hero.fixed_height.short.small_featured,
body.node-type-team-member section.hero.fixed_height.short.small_featured {
  background-image: none !important;
  height: 500px;
}
@media screen and (max-width: 640px) {

/* line 31 : /imports/blog.styl */
  body.blog section.hero.fixed_height.short.small_featured,
  body.node-type-team-member section.hero.fixed_height.short.small_featured {
    height: 600px;
  }
}

/* line 33 : /imports/blog.styl */
body.blog section.hero div.row,
body.node-type-team-member section.hero div.row {
  position: relative;
  height: auto;
  top: 33%;
}
@media screen and (max-width: 640px) {

/* line 37 : /imports/blog.styl */
  body.blog section.hero div.row,
  body.node-type-team-member section.hero div.row {
    top: 25%;
  }
}

/* line 39 : /imports/blog.styl */
body.blog section.hero div.row h1.blog-title,
body.node-type-team-member section.hero div.row h1.blog-title {
  font-size: 1rem;
  font-weight: bold;
  top: auto;
  bottom: 0;
  margin: 0 0 1.5rem;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {

/* line 47 : /imports/blog.styl */
  body.blog section.hero div.row h1.blog-title,
  body.node-type-team-member section.hero div.row h1.blog-title {
    font-size: 1rem;
    margin: 0 0 1rem;
    text-align: center;
  }
}

/* line 51 : /imports/blog.styl */
body.blog section.hero div.row h3.title,
body.node-type-team-member section.hero div.row h3.title {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 640px) {

/* line 55 : /imports/blog.styl */
  body.blog section.hero div.row h3.title,
  body.node-type-team-member section.hero div.row h3.title {
    text-align: center;
    font-size: 1.5rem;
  }
}

/* line 58 : /imports/blog.styl */
body.blog section.hero div.row a.read-button,
body.node-type-team-member section.hero div.row a.read-button {
  background-color: transparent;
  border: 1px #fff solid;
  border-radius: 30px;
  padding: 0.1rem 3rem;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 640px) {

/* line 65 : /imports/blog.styl */
  body.blog section.hero div.row a.read-button,
  body.node-type-team-member section.hero div.row a.read-button {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 11rem;
  }
}

/* line 70 : /imports/blog.styl */
body.blog section.hero div.row div.blog-hero,
body.node-type-team-member section.hero div.row div.blog-hero {
  text-align: center;
}

/* line 72 : /imports/blog.styl */
body.blog section.hero div.row div.blog-hero > img,
body.node-type-team-member section.hero div.row div.blog-hero > img {
  margin-top: 2.5rem;
}
@media screen and (max-width: 640px) {

/* line 74 : /imports/blog.styl */
  body.blog section.hero div.row div.blog-hero > img,
  body.node-type-team-member section.hero div.row div.blog-hero > img {
    margin-top: 0.5rem;
  }
}

/* line 76 : /imports/blog.styl */
body.blog section.hero.dark_font div.row,
body.node-type-team-member section.hero.dark_font div.row {
  color: #222;
}

/* line 78 : /imports/blog.styl */
body.blog section.hero.dark_font div.row h1,
body.node-type-team-member section.hero.dark_font div.row h1,
body.blog section.hero.dark_font div.row h1.title,
body.node-type-team-member section.hero.dark_font div.row h1.title,
body.blog section.hero.dark_font div.row h3,
body.node-type-team-member section.hero.dark_font div.row h3,
body.blog section.hero.dark_font div.row h3.title,
body.node-type-team-member section.hero.dark_font div.row h3.title,
body.blog section.hero.dark_font div.row .back,
body.node-type-team-member section.hero.dark_font div.row .back {
  color: #222;
}

/* line 80 : /imports/blog.styl */
body.blog section.hero.dark_font div.row .back,
body.node-type-team-member section.hero.dark_font div.row .back {
  background-image: url("images/icons/back-arrow.svg");
  background-position: 0.5rem center;
}

/* line 83 : /imports/blog.styl */
body.blog section.hero.dark_font div.row a.read-button,
body.node-type-team-member section.hero.dark_font div.row a.read-button {
  border: 1px #222 solid;
  color: #222;
}

/* line 87 : /imports/blog.styl */
body.blog h2.category_title,
body.node-type-team-member h2.category_title {
  margin: 0 0 2rem 0;
}

/* line 89 : /imports/blog.styl */
body.blog section.title,
body.node-type-team-member section.title {
  padding: 175px 20px 0;
}

/* line 91 : /imports/blog.styl */
body.blog section.title h1,
body.node-type-team-member section.title h1 {
  text-align: center;
  font-size: 40px;
  font-weight: normal;
	font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  margin: 0px 20px 80px 20px;
}
@media screen and (max-width: 640px) {

/* line 97 : /imports/blog.styl */
  body.blog section.title h1,
  body.node-type-team-member section.title h1 {
    font-size: 24px;
  }
}

/* line 99 : /imports/blog.styl */
body.blog .blog_cards,
body.node-type-team-member .blog_cards {
font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  line-height: 1.33;
  padding: 0 0 125px;
}

/* line 103 : /imports/blog.styl */
body.blog .blog_cards .card,
body.node-type-team-member .blog_cards .card {
  padding: 66px 0;
  margin-bottom: 66px;
  background-color: #fff;
  background-repeat: repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

/* line 45 : /imports/mixins.styl */
body.blog .blog_cards .card:before,
body.node-type-team-member .blog_cards .card:before,
body.blog .blog_cards .card:after,
body.node-type-team-member .blog_cards .card:after {
  content: '';
  display: table;
  clear: both;
}

/* line 111 : /imports/blog.styl */
body.blog .blog_cards .card.data_chief,
body.node-type-team-member .blog_cards .card.data_chief {
  background-image: url("images/blog/Data-Chief-Background.png");
}

/* line 113 : /imports/blog.styl */
body.blog .blog_cards .card.fact_dimension,
body.node-type-team-member .blog_cards .card.fact_dimension {
  background-image: url("images/blog/Fact-Dimension-Background.png");
}

/* line 115 : /imports/blog.styl */
body.blog .blog_cards .card.codex,
body.node-type-team-member .blog_cards .card.codex {
  background-image: url("images/blog/CodeX-Background.png");
}

/* line 117 : /imports/blog.styl */
body.blog .blog_cards .card.thought_blog,
body.node-type-team-member .blog_cards .card.thought_blog {
  background-image: url("images/blog/ThoughtSpot-Blog-Background.png");
}

/* line 119 : /imports/blog.styl */
body.blog .blog_cards .card .card_top,
body.node-type-team-member .blog_cards .card .card_top {
  text-align: center;
  width: 25%;
  float: left;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {

/* line 125 : /imports/blog.styl */
  body.blog .blog_cards .card .card_top,
  body.node-type-team-member .blog_cards .card .card_top {
    width: 50%;
  }
}

/* line 129 : /imports/blog.styl */
body.blog .blog_cards .card .card_top img,
body.node-type-team-member .blog_cards .card .card_top img {
  height: 80px;
  width: 200px;
  margin-bottom: 30px;
}

/* line 133 : /imports/blog.styl */
body.blog .blog_cards .card .card_top .text_logo,
body.node-type-team-member .blog_cards .card .card_top .text_logo {
  font-size: 16px;
  color: #222;
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 640px) {

/* line 138 : /imports/blog.styl */
  body.blog .blog_cards .card .card_top .text_logo,
  body.node-type-team-member .blog_cards .card .card_top .text_logo {
    font-size: 14px;
  }
}

/* line 140 : /imports/blog.styl */
body.blog .blog_cards .card .card_top .text_logo span,
body.node-type-team-member .blog_cards .card .card_top .text_logo span {
  font-size: 24px;
}
@media screen and (max-width: 640px) {

/* line 142 : /imports/blog.styl */
  body.blog .blog_cards .card .card_top .text_logo span,
  body.node-type-team-member .blog_cards .card .card_top .text_logo span {
    font-size: 20px;
  }
}

/* line 144 : /imports/blog.styl */
body.blog .blog_cards .card .card_top a.button.dark-blue,
body.node-type-team-member .blog_cards .card .card_top a.button.dark-blue {
  font-size: 12px;
  padding: 6px 26px;
  line-height: 12px;
}

/* line 148 : /imports/blog.styl */
body.blog .blog_cards .card .card_top a.button.dark-blue:hover,
body.node-type-team-member .blog_cards .card .card_top a.button.dark-blue:hover {
  background-color: #B12109;
}
@media screen and (max-width: 768px) and (max-width: 640px) {

/* line 127 : /imports/blog.styl */
  body.blog .blog_cards .card .card_top,
  body.node-type-team-member .blog_cards .card .card_top {
    width: 100%;
  }
}

/* line 150 : /imports/blog.styl */
body.blog .blog_cards .card p,
body.node-type-team-member .blog_cards .card p {
  margin-bottom: 1.5rem;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  font-size: 0.85rem;
  line-height: 1.3;
  padding: 0 15px 0 15px;
}

/* line 156 : /imports/blog.styl */
body.blog .blog_cards .card a.visit_blog,
body.node-type-team-member .blog_cards .card a.visit_blog {
  font-size: 12px;
  text-decoration: underline;
  color: #333;
  margin-bottom: 4rem;
  display: block;
}

/* line 162 : /imports/blog.styl */
body.blog .blog_cards .card a.visit_blog:hover,
body.node-type-team-member .blog_cards .card a.visit_blog:hover {
  font-weight: bold;
}

/* line 164 : /imports/blog.styl */
body.blog .blog_cards .card .latest_card,
body.node-type-team-member .blog_cards .card .latest_card {
  width: 85%;
  float: left;
  margin-right: -10%;
  position: relative;
}

/* line 169 : /imports/blog.styl */
body.blog .blog_cards .card .latest_card .panel_controls,
body.node-type-team-member .blog_cards .card .latest_card .panel_controls {
  height: 40px;
  width: 40px;
  z-index: 1;
  position: absolute;
  top: 160px;
  background-image: url("images/technical/color_panel_arrow.svg");
  cursor: pointer;
  box-shadow: 1px 1px 6px rgba(51,51,51,0.5);
  border-radius: 50%;
}

/* line 179 : /imports/blog.styl */
body.blog .blog_cards .card .latest_card .panel_controls.left_arrow,
body.node-type-team-member .blog_cards .card .latest_card .panel_controls.left_arrow {
  left: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 182 : /imports/blog.styl */
body.blog .blog_cards .card .latest_card .panel_controls.right_arrow,
body.node-type-team-member .blog_cards .card .latest_card .panel_controls.right_arrow {
  right: 10px;
}
@media screen and (max-width: 768px) {

/* line 184 : /imports/blog.styl */
  body.blog .blog_cards .card .latest_card,
  body.node-type-team-member .blog_cards .card .latest_card {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {

/* line 186 : /imports/blog.styl */
  body.blog .blog_cards .card .latest_card,
  body.node-type-team-member .blog_cards .card .latest_card {
    width: 100%;
  }
}

/* line 189 : /imports/blog.styl */
body.blog .blog_cards .card h6,
body.node-type-team-member .blog_cards .card h6 {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
}

/* line 193 : /imports/blog.styl */
body.blog .blog_cards .card ul,
body.node-type-team-member .blog_cards .card ul {
  margin: 0;
  position: relative;
}

/* line 45 : /imports/mixins.styl */
body.blog .blog_cards .card ul:before,
body.node-type-team-member .blog_cards .card ul:before,
body.blog .blog_cards .card ul:after,
body.node-type-team-member .blog_cards .card ul:after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (max-width: 640px) {

/* line 197 : /imports/blog.styl */
  body.blog .blog_cards .card ul,
  body.node-type-team-member .blog_cards .card ul {
    width: 275%;
    margin-left: 20px;
    -webkit-transition: -webkit-transform 300ms ease-in;
    -moz-transition: -moz-transform 300ms ease-in;
    -o-transition: -o-transform 300ms ease-in;
    -ms-transition: -ms-transform 300ms ease-in;
    transition: transform 300ms ease-in;
  }

/* line 201 : /imports/blog.styl */
  body.blog .blog_cards .card ul.position_2,
  body.node-type-team-member .blog_cards .card ul.position_2 {
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
  }

/* line 203 : /imports/blog.styl */
  body.blog .blog_cards .card ul.position_3,
  body.node-type-team-member .blog_cards .card ul.position_3 {
    -webkit-transform: translateX(-60%);
    -moz-transform: translateX(-60%);
    -o-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
  }
}

/* line 205 : /imports/blog.styl */
body.blog .blog_cards .card li,
body.node-type-team-member .blog_cards .card li {
  width: calc(33% - 36px);
  float: left;
  border-bottom: 1px solid #fff;
  list-style: none;
  margin-right: 36px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  -webkit-transition: 300ms box-shadow ease-in;
  -moz-transition: 300ms box-shadow ease-in;
  -o-transition: 300ms box-shadow ease-in;
  -ms-transition: 300ms box-shadow ease-in;
  transition: 300ms box-shadow ease-in;
}

/* line 214 : /imports/blog.styl */
body.blog .blog_cards .card li:hover,
body.node-type-team-member .blog_cards .card li:hover {
  box-shadow: 0 10px 55px -15px rgba(0,0,0,0.5);
}

/* line 216 : /imports/blog.styl */
body.blog .blog_cards .card li:last-child,
body.node-type-team-member .blog_cards .card li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {

/* line 218 : /imports/blog.styl */
  body.blog .blog_cards .card li,
  body.node-type-team-member .blog_cards .card li {
    width: calc(50% - 36px);
  }

/* line 220 : /imports/blog.styl */
  body.blog .blog_cards .card li:last-child,
  body.node-type-team-member .blog_cards .card li:last-child {
    display: none;
  }
}
@media screen and (max-width: 768px) {

/* line 222 : /imports/blog.styl */
  body.blog .blog_cards .card li,
  body.node-type-team-member .blog_cards .card li {
    display: none;
  }

/* line 224 : /imports/blog.styl */
  body.blog .blog_cards .card li:first-child,
  body.node-type-team-member .blog_cards .card li:first-child {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {

/* line 227 : /imports/blog.styl */
  body.blog .blog_cards .card li,
  body.node-type-team-member .blog_cards .card li {
    display: block;
    width: calc(33% - 36px);
  }

/* line 230 : /imports/blog.styl */
  body.blog .blog_cards .card li:first-child,
  body.node-type-team-member .blog_cards .card li:first-child {
    width: calc(33% - 36px);
  }

/* line 232 : /imports/blog.styl */
  body.blog .blog_cards .card li:last-child,
  body.node-type-team-member .blog_cards .card li:last-child {
    display: block;
  }
}

/* line 234 : /imports/blog.styl */
body.blog .blog_cards .card li .featured_small,
body.node-type-team-member .blog_cards .card li .featured_small {
  height: 227px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 100%;
  background-repeat: no-repeat;
}

/* line 240 : /imports/blog.styl */
body.blog .blog_cards .card li .latest_wrapper,
body.node-type-team-member .blog_cards .card li .latest_wrapper {
  padding: 8px 16px;
  height: 133px;
  position: relative;
}

/* line 244 : /imports/blog.styl */
body.blog .blog_cards .card li h3,
body.node-type-team-member .blog_cards .card li h3 {
  font-size: 16px;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  font-weight: normal;
  color: #333;
}

/* line 249 : /imports/blog.styl */
body.blog .blog_cards .card li p,
body.node-type-team-member .blog_cards .card li p {
  font-size: 12px;
  color: #333;
  position: absolute;
  bottom: 8px;
  left: 16px;
  margin: 0;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  padding: 0;
}

/* line 258 : /imports/blog.styl */
body.node-type-team-member section.body {
  background-image: none;
}

/* line 261 : /imports/blog.styl */

/* line 262 : /imports/blog.styl */
body.blog #container,
body.page-taxonomy-term #container,
body.node-type-blog-post #container {
  padding-top: 0;
}

/* line 264 : /imports/blog.styl */
body.node-type-blog-post section.body.grey {
  padding-bottom: 0;
}

/* line 266 : /imports/blog.styl */
body.page-taxonomy-term,
body.node-type-blog-post {
  overflow-x: hidden;
}

/* line 268 : /imports/blog.styl */
body.page-taxonomy-term section.body.grey,
body.node-type-blog-post section.body.grey {
  padding-top: 0;
  background-color: #f0f0f0;
}

/* line 271 : /imports/blog.styl */
body.page-taxonomy-term section.body.grey > .row,
body.node-type-blog-post section.body.grey > .row {
  max-width: 1230px;
  padding-top: 38px;
  background-color: #fff;
}

/* line 275 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero,
body.node-type-blog-post section.blog_hero {
  width: 100%;
  background-color: #fff;
  height: 650px;
  position: relative;
  text-align: center;
  padding: 22px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-x;
}

/* line 285 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero.tall,
body.node-type-blog-post section.blog_hero.tall {
  height: 750px;
}

/* line 287 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero.shorter,
body.node-type-blog-post section.blog_hero.shorter {
  height: 600px;
}

/* line 289 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero.data-chief,
body.node-type-blog-post section.blog_hero.data-chief {
  background-image: url("images/blog/Data-Chief-Background.png");
}

/* line 291 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero.data-chief .logo,
body.node-type-blog-post section.blog_hero.data-chief .logo {
  background-image: url("images/blog/logo-data-chief.svg");
}

/* line 293 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero.fact-and-dimension,
body.node-type-blog-post section.blog_hero.fact-and-dimension {
  background-image: url("images/blog/Fact-Dimension-Background.png");
}

/* line 295 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero.fact-and-dimension .logo,
body.node-type-blog-post section.blog_hero.fact-and-dimension .logo {
  background-image: url("images/blog/logo-fact-dimension-3.svg");
}

/* line 297 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero.codex,
body.node-type-blog-post section.blog_hero.codex {
  background-image: url("images/blog/CodeX-Background.png");
}

/* line 299 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero.codex .logo,
body.node-type-blog-post section.blog_hero.codex .logo {
  background-image: url("images/blog/logo-codex-3.svg");
}

/* line 301 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero.thoughtspot-blog,
body.node-type-blog-post section.blog_hero.thoughtspot-blog {
  background-image: url("images/blog/ThoughtSpot-Blog-Background.png");
}

/* line 303 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero.thoughtspot-blog .logo,
body.node-type-blog-post section.blog_hero.thoughtspot-blog .logo {
  background-image: url("images/blog/logo-thoughtspot-company-blog.svg");
}

/* line 305 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero .logo,
body.node-type-blog-post section.blog_hero .logo {
  height: 100px;
  width: 180px;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  margin: 0 auto 16px;
  display: block;
  position: relative;
}

/* line 314 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero .logo > a,
body.node-type-blog-post section.blog_hero .logo > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 320 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero .logo.smaller,
body.node-type-blog-post section.blog_hero .logo.smaller {
  height: 60px;
  width: 108px;
}

/* line 323 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero .logo.smaller .text_logo,
body.node-type-blog-post section.blog_hero .logo.smaller .text_logo {
  font-size: 12px;
  width: 100%;
}

/* line 326 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero .logo.smaller .text_logo span,
body.node-type-blog-post section.blog_hero .logo.smaller .text_logo span {
  font-size: 16px;
}

/* line 328 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero .logo .text_logo,
body.node-type-blog-post section.blog_hero .logo .text_logo {
  display: none;
  color: #222;
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

/* line 336 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero .logo .text_logo span,
body.node-type-blog-post section.blog_hero .logo .text_logo span {
  font-size: 24px;
}

/* line 339 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero .tag_line,
body.node-type-blog-post section.blog_hero .tag_line {
  color: #333;
  max-width: 320px;
  display: block;
  margin: 0 auto 32px;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
}

/* line 345 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero .blog_splash,
body.node-type-blog-post section.blog_hero .blog_splash {
  width: 100%;
  max-width: 1230px;
  height: 468px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 356 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero .blog_splash > a,
body.node-type-blog-post section.blog_hero .blog_splash > a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/* line 362 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero .first_post,
body.node-type-blog-post section.blog_hero .first_post {
  width: 100%;
  max-width: 1230px;
  height: 433px;
  background-color: #fff;
  position: absolute;
  bottom: -433px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 25px 50px;
  text-align: left;
}

/* line 373 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero .first_post h2,
body.node-type-blog-post section.blog_hero .first_post h2 {
  margin-bottom: 45px;
}

/* line 375 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero .first_post h2 a,
body.node-type-blog-post section.blog_hero .first_post h2 a {
  font-size: 52px;
  font-weight: bold;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  color: #333;
}

/* line 380 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero .first_post .summary,
body.node-type-blog-post section.blog_hero .first_post .summary {
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  font-size: 24px;
  margin-bottom: 45px;
  color: #333;
}

/* line 385 : /imports/blog.styl */
body.page-taxonomy-term section.blog_hero .first_post .read_more,
body.node-type-blog-post section.blog_hero .first_post .read_more {
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
  position: absolute;
  bottom: 32px;
  left: 50px;
}
@media screen and (max-width: 1250px) {

/* line 392 : /imports/blog.styl */
  body.page-taxonomy-term section.blog_hero .first_post h2 a,
  body.node-type-blog-post section.blog_hero .first_post h2 a {
    font-size: 40px;
  }

/* line 394 : /imports/blog.styl */
  body.page-taxonomy-term section.blog_hero .first_post .summary,
  body.node-type-blog-post section.blog_hero .first_post .summary {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {

/* line 397 : /imports/blog.styl */
  body.page-taxonomy-term section.blog_hero .first_post h2,
  body.node-type-blog-post section.blog_hero .first_post h2 {
    margin-bottom: 20px;
  }

/* line 399 : /imports/blog.styl */
  body.page-taxonomy-term section.blog_hero .first_post h2 a,
  body.node-type-blog-post section.blog_hero .first_post h2 a {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {

/* line 402 : /imports/blog.styl */
  body.page-taxonomy-term section.blog_hero .first_post h2 a,
  body.node-type-blog-post section.blog_hero .first_post h2 a {
    font-size: 28px;
  }

/* line 404 : /imports/blog.styl */
  body.page-taxonomy-term section.blog_hero .first_post .summary,
  body.node-type-blog-post section.blog_hero .first_post .summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {

/* line 407 : /imports/blog.styl */
  body.page-taxonomy-term section.blog_hero .first_post h2,
  body.node-type-blog-post section.blog_hero .first_post h2,
  body.page-taxonomy-term section.blog_hero .first_post h2 a,
  body.node-type-blog-post section.blog_hero .first_post h2 a {
    line-height: 20px;
    font-size: 20px;
  }
}

/* line 410 : /imports/blog.styl */
section.blog.color {
  background-color: #f0f0f0;
  padding-top: 466px;
}

/* line 413 : /imports/blog.styl */
section.blog.color.team_member_recent {
  padding-top: 50px;
}

/* line 415 : /imports/blog.styl */
section.blog.color.team_member_recent .blog_list_wrapper .blog_post {
  margin-right: 22px;
}

/* line 417 : /imports/blog.styl */
section.blog.color .blog_list_wrapper {
  width: 100%;
  max-width: 1274px;
  margin: auto;
  padding: 0 22px;
}

/* line 422 : /imports/blog.styl */
section.blog.color .blog_list_wrapper:before,
section.blog.color .blog_list_wrapper:after {
  content: '';
  display: table;
  clear: both;
}

/* line 426 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .blog_post {
  height: 582px;
  float: left;
  position: relative;
  background-color: #fff;
  margin-bottom: 33px;
}

section.blog.color .blog_list_wrapper .blog_post.video {
  height: 400px;
  background-color: #fff;
}

section.blog.color .blog_list_wrapper .blog_post.video:hover {
  background-color: #DDD;
  color:#FFF!important;
}

/* line 432 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .blog_post:before,
section.blog.color .blog_list_wrapper .blog_post:after {
  content: '';
  display: table;
}

/* line 435 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .blog_post .featured_image {
  height: 260px;
  width: 100%;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

/* line 443 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .blog_post .featured_image > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 449 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .blog_post .blog_post_bottom {
  padding: 45px 45px 15px;
}

/* line 451 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .blog_post h2 {
  margin-top: 0;
}

/* line 453 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .blog_post h2 a {
  font-size: 22px;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 640px) {

/* line 459 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .blog_post h2 a {
    line-height: 1.2;
  }
}

/* line 461 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .blog_post .summary {
  font-size: 16px;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  color: #333;
  line-height: 1.5;
}

/* line 466 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .blog_post .read_more {
  position: absolute;
  bottom: 32px;
  left: 45px;
  font-size: 12px;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  color: #333;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {

/* line 475 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .blog_post h2 {
    font-size: 18px;
    margin-bottom: 1rem;
  }

/* line 478 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .blog_post .blog_post_bottom {
    padding: 25px 25px 15px;
  }

/* line 480 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .blog_post .read_more {
    left: 25px;
  }
}
@media screen and (max-width: 850px) {

/* line 483 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .blog_post h2 {
    font-size: 16px;
  }

/* line 485 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .blog_post .summary {
    font-size: 14px;
  }
}

/* line 487 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .single {
  width: calc(33.33333333% - 22px);
  margin-right: 33px;
}

/* line 490 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .single .featured_image {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 494 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .single.last {
  margin-right: 0;
}
@media screen and (max-width: 768px) {

/* line 496 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .single {
    width: 100%;
    margin-right: 0;
  }
}

/* line 499 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .splash {
  width: calc(66.66666666% - 11px);
  margin-right: 33px;
}

/* line 502 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .splash .featured_image {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

/* line 507 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .splash .blog_post_bottom {
  width: 75%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 268px;
  background-color: #fff;
  z-index: 2;
  padding: 45px;
}
@media screen and (max-width: 850px) {

/* line 516 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .splash {
    width: calc(50% - 17px);
    margin-right: 34px;
  }

/* line 519 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .splash .featured_image {
    position: relative;
    height: 260px;
  }

/* line 522 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .splash .blog_post_bottom {
    width: 100%;
    padding: 25px 25px 15px;
    position: initial;
    bottom: auto;
    left: auto;
  }
}
@media screen and (max-width: 640px) {

/* line 528 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .splash {
    width: 100%;
    margin-right: 0;
  }
}

/* line 531 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .triple {
  width: 100%;
}

/* line 533 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .triple .featured_image {
  width: calc(66.666666% + 32px);
  height: 582px;
  float: left;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-color: #333;
}

/* line 539 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .triple .blog_post_bottom {
  width: calc(33.3333333% - 32px);
  height: 582px;
  float: left;
  position: relative;
}

/* line 544 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .triple .blog_post_bottom h2 {
  height: auto;
  margin-bottom: 40px;
}

/* line 547 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .triple .blog_post_bottom .summary {
  font-size: 18px;
}

/* line 549 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .triple .read_more {
  left: 25px;
}
@media screen and (max-width: 768px) {

/* line 552 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .triple .featured_image {
    width: 100%;
    height: 260px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }

/* line 556 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .triple .blog_post_bottom {
    width: 100%;
    height: auto;
    position: initial;
  }
}

/* line 560 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .newsletter {
  width: calc(33.33333% - 22px);
  border-top: 20px solid #B12109;
  background-color: #fff;
}

/* line 564 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .newsletter h3 {
  font-size: 32px;
  color: #B12109;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  font-weight: bold;
  padding: 0 45px;
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 1024px) {

/* line 573 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .newsletter h3 {
    font-size: 28px;
  }
}

/* line 575 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .newsletter .button {
  width: 200px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 850px) {

/* line 579 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .newsletter {
    width: calc(50% - 19px);
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {

/* line 582 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .newsletter {
    width: 100%;
  }
}

/* line 584 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .ad {
  width: calc(33.33333% - 22px);
  background-color: #B12109;
}
@media screen and (max-width: 768px) {

/* line 587 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .ad {
    width: 100%;
  }
}

/* line 589 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .full_width {
  width: 100%;
}

/* line 591 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .full_width .full_width_bar {
  content: '';
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333;
  z-index: 1;
}

/* line 601 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .full_width .featured_image {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-position: right center;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
}

/* line 608 : /imports/blog.styl */
section.blog.color .blog_list_wrapper .full_width .blog_post_bottom {
  width: 50%;
  position: absolute;
  bottom: 32px;
  left: 0;
  height: 268px;
  background-color: #fff;
  z-index: 4;
  padding: 45px;
}
@media screen and (max-width: 768px) {

/* line 618 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .full_width .blog_post_bottom {
    padding: 25px;
    width: 75%;
  }
}
@media screen and (max-width: 400px) {

/* line 622 : /imports/blog.styl */
  section.blog.color .blog_list_wrapper .full_width .blog_post_bottom {
    width: 100%;
  }
}

/* line 624 : /imports/blog.styl */
span.share {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  display: inline-block;
  cursor: pointer;
}

/* line 630 : /imports/blog.styl */
span.share.twitter {
  background: url("images/icons/follow_icons/icon-follow-twitter.svg") 0 0/4rem 2rem no-repeat;
}

/* line 632 : /imports/blog.styl */
span.share.twitter:hover {
  background-position: -2rem 0;
}

/* line 634 : /imports/blog.styl */
span.share.facebook {
  background: url("images/icons/follow_icons/icon-follow-facebook.svg") 0 0/4rem 2rem no-repeat;
}

/* line 636 : /imports/blog.styl */
span.share.facebook:hover {
  background-position: -2rem 0;
}

/* line 638 : /imports/blog.styl */
span.share.google {
  background: url("images/icons/follow_icons/icon-follow-google.svg") 0 0/4rem 2rem no-repeat;
}

/* line 640 : /imports/blog.styl */
span.share.google:hover {
  background-position: -2rem 0;
}

/* line 642 : /imports/blog.styl */
span.share.linkedin {
  background: url("images/icons/follow_icons/icon-follow-linkedin.svg") 0 0/4rem 2rem no-repeat;
}

/* line 644 : /imports/blog.styl */
span.share.linkedin:hover {
  background-position: -2rem 0;
}
@media screen and (max-width: 850px) {

/* line 646 : /imports/blog.styl */
  span.share {
    margin-right: 0.3rem;
  }
}

/* line 649 : /imports/blog.styl */

/* line 650 : /imports/blog.styl */
div.blog_post .author-details {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
}

/* line 654 : /imports/blog.styl */
div.blog_post .author-details img.portrait {
  height: 64px;
  width: 64px;
  margin-bottom: 16px;
}

/* line 658 : /imports/blog.styl */
div.blog_post .author-details .author {
  margin-bottom: 12px;
}

/* line 660 : /imports/blog.styl */
div.blog_post .author-details .author a {
  color: #333;
  font-size: 18px;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
}

/* line 664 : /imports/blog.styl */
div.blog_post .author-details .twitter {
  margin-bottom: 16px;
}

/* line 666 : /imports/blog.styl */
div.blog_post .author-details .twitter a {
  font-size: 18px;
  color: #B12109;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
}

/* line 670 : /imports/blog.styl */
div.blog_post .tag-container {
  text-align: center;
}

/* line 672 : /imports/blog.styl */
div.blog_post .tag-container span {
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 200;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
}

/* line 678 : /imports/blog.styl */
div.blog_post .title {
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 34px;
  margin-top: 34px;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {

/* line 686 : /imports/blog.styl */
  div.blog_post .title {
    font-size: 38px;
  }
}

/* line 688 : /imports/blog.styl */
div.blog_post .social_wrapper {
  display: block;
  margin: 0 auto 16px;
  width: 100%;
  text-align: center;
}

/* line 693 : /imports/blog.styl */
div.blog_post .social_wrapper .addthis_sharing_toolbox {
  display: inline-block;
}

/* line 695 : /imports/blog.styl */
div.blog_post .social_wrapper > a.button.dark-blue.newsletter_open {
  display: inline-block;
  border-radius: 0px;
  padding: 10px 20px;
  margin-bottom: 0;
  top: 1.5px;
  -webkit-transition: 300ms color ease-in;
  -moz-transition: 300ms color ease-in;
  -o-transition: 300ms color ease-in;
  -ms-transition: 300ms color ease-in;
  transition: 300ms color ease-in;
}

/* line 702 : /imports/blog.styl */
div.blog_post .social_wrapper > a.button.dark-blue.newsletter_open:hover {
  background-color: #B12109;
}

/* line 704 : /imports/blog.styl */
div.blog_post .content {
  font-size: 21px;
  line-height: 1.4;
}

/* line 707 : /imports/blog.styl */
div.blog_post .content * {
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
}

/* line 709 : /imports/blog.styl */
div.blog_post .content p {
  color: #333;
  font-size: 21px;
}

/* line 712 : /imports/blog.styl */
div.blog_post .content a {
  color: #00aeff;
}

/* line 714 : /imports/blog.styl */
div.blog_post .content ol,
div.blog_post .content ul {
  margin-left: 0rem;
}
@media screen and (max-width: 1024px) {

/* line 716 : /imports/blog.styl */
  div.blog_post .content ol,
  div.blog_post .content ul {
    text-align: left;
  }
}

/* line 718 : /imports/blog.styl */
div.blog_post .content ol li,
div.blog_post .content ul li {
  margin-left: 40px;
  padding-bottom: 10px;
  font-size: 21px;
  color: #333;
}

/* line 723 : /imports/blog.styl */
div.blog_post .content p > img {
  display: block;
  margin: auto;
}

/* line 726 : /imports/blog.styl */
div.blog_post .content h2 {
  font-size: 2rem;
}

/* line 728 : /imports/blog.styl */

/* line 729 : /imports/blog.styl */
div.categories span {
  color: #B12109;
  position: relative;
  font-size: 0.825rem;
}

/* line 733 : /imports/blog.styl */
div.categories span a {
  font-size: 0.825rem;
}

/* line 735 : /imports/blog.styl */
div.categories .views-field-name {
  display: inline-block;
}

/* line 737 : /imports/blog.styl */
div.categories .views-field-name span {
  padding-left: 1rem;
}

/* line 739 : /imports/blog.styl */
div.categories .views-field-name span:before {
  content: '\25CB';
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0.825rem;
}

/* line 745 : /imports/blog.styl */
div.categories .views-field-nid {
  display: inline-block;
}

/* line 747 : /imports/blog.styl */
div.blog-sharing {
  position: fixed;
  left: 0;
  width: 54px;
  background-color: #fff;
}

/* line 752 : /imports/blog.styl */
div.blog-sharing .title {
  color: #fff;
  font-size: 7px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #5c9df5;
}

/* line 760 : /imports/blog.styl */
div.blog-sharing .share-inner {
  padding: 15px 15px 8px 15px;
  background: url("images/share-triangle.png") center top no-repeat;
  -webkit-background-size: 10px 4px;
  -moz-background-size: 10px 4px;
  background-size: 10px 4px;
}

/* line 764 : /imports/blog.styl */
div.blog-sharing span.share {
  width: 2rem;
  height: 2rem;
  margin-right: 0;
  display: inline-block;
}

/* line 769 : /imports/blog.styl */
div.blog-sharing span.share.twitter {
  background: url("images/icons/sharing_bar_icons/icon-share-twitter-hover.svg") 0 0/4rem 2rem no-repeat;
}

/* line 771 : /imports/blog.styl */
div.blog-sharing span.share.twitter:hover {
  background-position: -2rem 0;
}

/* line 773 : /imports/blog.styl */
div.blog-sharing span.share.facebook {
  background: url("images/icons/sharing_bar_icons/icon-share-facebook-hover.svg") 0 0/4rem 2rem no-repeat;
}

/* line 775 : /imports/blog.styl */
div.blog-sharing span.share.facebook:hover {
  background-position: -2rem 0;
}

/* line 777 : /imports/blog.styl */
div.blog-sharing span.share.google {
  background: url("images/icons/sharing_bar_icons/icon-share-google-hover.svg") 0 0/4rem 2rem no-repeat;
}

/* line 779 : /imports/blog.styl */
div.blog-sharing span.share.google:hover {
  background-position: -2rem 0;
}

/* line 781 : /imports/blog.styl */
div.blog-sharing span.share.linkedin {
  background: url("images/icons/sharing_bar_icons/icon-share-linkedin-hover.svg") 0 0/4rem 2rem no-repeat;
}

/* line 783 : /imports/blog.styl */
div.blog-sharing span.share.linkedin:hover {
  background-position: -2rem 0;
}
@media screen and (max-width: 640px) {

/* line 785 : /imports/blog.styl */
  div.blog-sharing {
    position: relative;
    background: none;
    margin: auto;
    width: 200px;
  }

/* line 790 : /imports/blog.styl */
  div.blog-sharing .title {
    display: none;
  }

/* line 792 : /imports/blog.styl */
  div.blog-sharing .share-inner {
    background: none;
  }

/* line 794 : /imports/blog.styl */
  div.blog-sharing span.share {
    margin-right: 1rem;
  }

/* line 796 : /imports/blog.styl */
  div.blog-sharing span.share.google {
    margin-right: 0;
  }
}

/* line 799 : /imports/blog.styl */
ul.recent_posts,
ul.featured_posts {
  list-style: circle;
  margin: 0;
  padding: 0;
}

/* line 803 : /imports/blog.styl */
ul.recent_posts li,
ul.featured_posts li {
  list-style: circle;
}

/* line 806 : /imports/blog.styl */
#rss {
  background: url("images/icons/rss-icon.png") left center no-repeat;
  display: block;
}

/* line 809 : /imports/blog.styl */
#rss h2 {
  margin-left: 35px;
}

/* line 812 : /imports/blog.styl */

/* line 813 : /imports/blog.styl */
div.newsletter .form-text {
  border-radius: 5px;
}

/* line 815 : /imports/blog.styl */
div.newsletter .form-submit {
  background-color: #B12109;
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  text-align: center;
  padding: 0 20px;
  font-weight: bold;
  box-shadow: 0 1px 0 rgba(0,0,0,0);
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  border: none;
  cursor: pointer;
}

/* line 829 : /imports/blog.styl */
div.newsletter .form-submit:hover {
  box-shadow: 0 1px 40px rgba(0,0,0,0.1);
  background-color: #fff;
  color: #2e3037;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

/* line 834 : /imports/blog.styl */
div.blog_offer {
  padding-top: 6rem;
  text-align: center;
  padding-bottom: 3rem;
}

/* line 840 : /imports/blog.styl */
div.blog_offer .slick_wrapper {
  padding-bottom: 1rem;
}

/* line 842 : /imports/blog.styl */
div.blog_offer .slick_wrapper .blog_post {
  padding: 1rem;
}

/* line 844 : /imports/blog.styl */
div.blog_offer .slick_wrapper .blog_post .featured_image {
  margin-bottom: 1rem;
}

/* line 846 : /imports/blog.styl */
div.blog_offer .slick_wrapper .blog_post .tags {
  margin-bottom: 0.5rem;
}

/* line 849 : /imports/blog.styl */
section.disqus {
  background-color: #f0f0f0;
  padding-bottom: 4rem;
}

/* line 852 : /imports/blog.styl */
section.disqus .disqus_wrapper {
  background-color: #fff;
  max-width: 1230px;
  padding: 25px 20px 80px;
  display: block;
  margin: 0 auto;
}

/* line 858 : /imports/blog.styl */
section.disqus #disqus_thread {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {

/* line 862 : /imports/blog.styl */
  section.disqus #disqus_thread {
    width: 100%;
  }
}

/* line 865 : /imports/blog.styl */
a.button.dark-blue.newsletter_open {
  font-size: 12px;
  padding: 6px 26px;
  line-height: 12px;
}

/* line 869 : /imports/blog.styl */
a.button.dark-blue.newsletter_open:hover {
  background-color: #B12109;
}

/* line 872 : /imports/blog.styl */
section#related_slider {
  background-color: #f0f0f0;
}

/* line 874 : /imports/blog.styl */
section#related_slider h5 {
  color: #B12109;
  text-transform: uppercase;
  margin-top: 1rem;
}

/* line 878 : /imports/blog.styl */
section#related_slider .slick-dots {
  list-style: none;
  margin: auto;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 885 : /imports/blog.styl */
section#related_slider .slick-dots > li {
  display: inline-block;
  margin: 1rem;
}

/* line 888 : /imports/blog.styl */
section#related_slider .slick-dots > li > button {
  border-radius: 50%;
  color: transparent;
  background-color: #9194a2;
  height: 1.25rem;
  width: 1.25rem;
  padding: 0;
}

/* line 895 : /imports/blog.styl */
section#related_slider .slick-dots > li.slick-active > button {
  background-color: #B12109;
}

/* line 897 : /imports/blog.styl */
section#related_slider .blog_post {
  height: 582px;
  float: left;
  position: relative;
  background-color: transparent;
  margin-bottom: 33px;
}

/* line 903 : /imports/blog.styl */
section#related_slider .blog_post:before,
section#related_slider .blog_post:after {
  content: '';
  display: table;
}

/* line 906 : /imports/blog.styl */
section#related_slider .blog_post .featured_image {
  height: 260px;
  width: 100%;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

/* line 914 : /imports/blog.styl */
section#related_slider .blog_post .featured_image > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 920 : /imports/blog.styl */
section#related_slider .blog_post .blog_post_bottom {
  padding: 45px 45px 15px;
  background-color: #fff;
  min-height: 245px;
}

/* line 924 : /imports/blog.styl */
section#related_slider .blog_post h2 {
  font-size: 22px;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
}

/* line 930 : /imports/blog.styl */
section#related_slider .blog_post .summary {
  font-size: 16px;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  color: #333;
  line-height: 1.5;
}

/* line 935 : /imports/blog.styl */
section#related_slider .blog_post .read_more {
  position: absolute;
  bottom: 32px;
  left: 45px;
  font-size: 12;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  color: #333;
}
@media screen and (max-width: 1200px) {

/* line 943 : /imports/blog.styl */
  section#related_slider .blog_post h2 {
    font-size: 18px;
    margin-bottom: 1rem;
  }

/* line 946 : /imports/blog.styl */
  section#related_slider .blog_post .blog_post_bottom {
    padding: 25px 25px 15px;
  }

/* line 948 : /imports/blog.styl */
  section#related_slider .blog_post .read_more {
    left: 25px;
  }
}
@media screen and (max-width: 850px) {

/* line 951 : /imports/blog.styl */
  section#related_slider .blog_post h2 {
    font-size: 16px;
  }

/* line 953 : /imports/blog.styl */
  section#related_slider .blog_post .summary {
    font-size: 14px;
  }
}

/* line 955 : /imports/blog.styl */
section#related_slider .blog_post.single {
  width: calc(33.33333333% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}

/* line 959 : /imports/blog.styl */
section#related_slider .blog_post.single .featured_image {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 963 : /imports/blog.styl */
section#related_slider .blog_post.single.last {
  margin-right: 0;
}
@media screen and (max-width: 768px) {

/* line 965 : /imports/blog.styl */
  section#related_slider .blog_post.single {
    width: 100%;
    margin-right: 0;
  }
}

/* line 969 : /imports/blog.styl */
#blog_subscribe {
  width: 360px;
  border: 4px solid #333;
}
@media screen and (max-width: 640px) {

/* line 972 : /imports/blog.styl */
  #blog_subscribe {
    width: 100%;
  }
}

/* line 975 : /imports/blog.styl */
#blog_subscribe #modal_logo {
  margin-bottom: 30px;
  text-align: center;
}

/* line 978 : /imports/blog.styl */
#blog_subscribe #modal_logo.data-chief .logo {
  background-image: url("images/blog/logo-data-chief.svg");
}

/* line 980 : /imports/blog.styl */
#blog_subscribe #modal_logo.fact-and-dimension .logo {
  background-image: url("images/blog/logo-fact-dimension-3.svg");
}

/* line 982 : /imports/blog.styl */
#blog_subscribe #modal_logo.codex .logo {
  background-image: url("images/blog/logo-codex-3.svg");
}

/* line 984 : /imports/blog.styl */
#blog_subscribe #modal_logo.thoughtspot-blog .logo {
  background-image: url("images/blog/logo-thoughtspot-company-blog.svg");
}

/* line 986 : /imports/blog.styl */
#blog_subscribe #modal_logo .logo {
  height: 100px;
  width: 180px;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  margin: 0 auto 16px;
  display: block;
  position: relative;
}

/* line 995 : /imports/blog.styl */
#blog_subscribe #modal_logo .logo > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 1001 : /imports/blog.styl */
#blog_subscribe #modal_logo .logo .text_logo {
  display: none;
  color: #222;
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

/* line 1009 : /imports/blog.styl */
#blog_subscribe #modal_logo .logo .text_logo span {
  font-size: 24px;
}

/* line 1011 : /imports/blog.styl */
#blog_subscribe .mktoForm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px !important;
  width: 100% !important;
  max-width: 450px !important;
}
@media screen and (max-width: 1024px) {

/* line 1016 : /imports/blog.styl */
  #blog_subscribe .mktoForm {
    max-width: 100% !important;
  }
}

/* line 1018 : /imports/blog.styl */
#blog_subscribe .mktoForm .mktoFormRow,
#blog_subscribe .mktoForm .mktoButtonRow {
  clear: none !important;
  float: left;
  margin-bottom: 0;
}

/* line 1022 : /imports/blog.styl */
#blog_subscribe .mktoForm .mktoFieldWrap {
  width: 100%;
}

/* line 1024 : /imports/blog.styl */
#blog_subscribe .mktoForm .mktoFormCol {
  width: 100%;
}

/* line 1026 : /imports/blog.styl */
#blog_subscribe .mktoForm .mktoFormRow {
  width: 100% !important;
}

/* line 1028 : /imports/blog.styl */
#blog_subscribe .mktoForm .mktoButtonRow {
  width: 100% !important;
  text-align: center;
  padding-top: 30px;
}

/* line 1032 : /imports/blog.styl */
#blog_subscribe .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}

/* line 1034 : /imports/blog.styl */
#blog_subscribe .mktoForm .mktoButtonWrap .mktoButton {
  width: 180px !important;
  background-color: #B12109 !important;
  border: 1px solid #B12109 !important;
}
@media screen and (max-width: 640px) {

/* line 1038 : /imports/blog.styl */
  #blog_subscribe .mktoForm .mktoButtonWrap .mktoButton {
    width: 100% !important;
    padding: 0 !important;
    height: 40px;
  }
}

/* line 1042 : /imports/blog.styl */
#blog_subscribe .mktoForm .mktoButtonWrap .mktoButton:active {
  background-color: #333 !important;
  border: 1px solid #333 !important;
}

/* line 1045 : /imports/blog.styl */
#blog_subscribe .mktoForm .mktoGutter,
#blog_subscribe .mktoForm .mktoOffset,
#blog_subscribe .mktoForm label {
  display: none;
}

/* line 1047 : /imports/blog.styl */
#blog_subscribe .mktoForm input {
  border: 2px solid #555;
  background-color: #fff;
  width: 100% !important;
  height: 40px;
}

/* line 35 : /imports/mixins.styl */
#blog_subscribe .mktoForm input::-webkit-input-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}

/* line 37 : /imports/mixins.styl */
#blog_subscribe .mktoForm input:-moz-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}

/* line 39 : /imports/mixins.styl */
#blog_subscribe .mktoForm input::-moz-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}

/* line 41 : /imports/mixins.styl */
#blog_subscribe .mktoForm input:-ms-input-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}
@media screen and (max-width: 640px) {

/* line 1055 : /imports/blog.styl */
  #blog_subscribe .mktoForm input {
    width: 100% !important;
    margin: auto;
  }
}

/* line 1057 : /imports/blog.styl */

/* line 1057 : /imports/resources.styl */

/* line 1 : /imports/resources.styl */
body.resources h1 {
  display: none;
}

/* line 3 : /imports/resources.styl */
section.resources {
  background-color: #fff;
}

/* line 5 : /imports/resources.styl */
section.resources .resource-box {
  background-color: #f7f8fa;
  border: 2px solid #ddd;
  border-radius: 5px;
  margin-bottom: 50px;
  overflow: hidden;
}

/* line 11 : /imports/resources.styl */
section.resources .resource-box .resource-type {
  padding: 0;
  font-size: 0.75rem;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

/* line 17 : /imports/resources.styl */
section.resources .resource-box .resource-title {
  color: #222;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.825rem;
  font-weight: lighter;
  max-width: 75%;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 480px) {

/* line 25 : /imports/resources.styl */
  section.resources .resource-box .resource-title {
    max-width: 100%;
  }
}

/* line 27 : /imports/resources.styl */
section.resources .resource-box .resource-summary {
  font-size: 0.8rem;
  line-height: 1.6rem;
  margin-bottom: 0.8rem;
}

/* line 31 : /imports/resources.styl */
section.resources .resource-box .resource-summary * {
  font-size: 0.8rem;
  line-height: 1.6rem;
}

/* line 34 : /imports/resources.styl */
section.resources .resource-box .resource-link {
  text-transform: uppercase;
  color: #B12109;
  font-size: 0.825rem;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left: 20px;
  -webkit-transition: color 100ms ease-in;
  -moz-transition: color 100ms ease-in;
  -o-transition: color 100ms ease-in;
  -ms-transition: color 100ms ease-in;
  transition: color 100ms ease-in;
}

/* line 43 : /imports/resources.styl */
section.resources .resource-box .resource-link:hover {
  color: #626e7f;
}

/* line 45 : /imports/resources.styl */
section.resources .resource-box .resource-top {
  padding: 20px;
  height: 200px;
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {

/* line 50 : /imports/resources.styl */
  section.resources .resource-box .resource-top {
    background-image: none !important;
  }
}

/* line 52 : /imports/resources.styl */
section.resources .resource-box .resource-bottom {
  padding: 20px;
  height: 200px;
  background-color: #fff;
  border-top: 3px solid #B12109;
  position: relative;
}

/* line 58 : /imports/resources.styl */
section.resources .resource-box .resource-bottom.webinar {
  border-color: #4ebcef;
}

/* line 60 : /imports/resources.styl */
section.resources .resource-box .resource-bottom.analyst_report {
  border-color: #fb549a;
}

/* line 62 : /imports/resources.styl */
section.resources .resource-box .resource-bottom.white_paper {
  border-color: #b07cf8;
}

/* line 64 : /imports/resources.styl */
section.resources .resource-box .resource-bottom.survey_report {
  border-color: #3bcd9e;
}

/* line 66 : /imports/resources.styl */
section.resources .resource-box .resource-bottom.interesting_reads {
  border-color: #95d664;
}

/* line 68 : /imports/resources.styl */
section.resources .control-heading {
  letter-spacing: 3px;
  font-size: 0.7rem;
  color: #888;
  margin-top: 60px;
}

/* line 73 : /imports/resources.styl */
section.resources .mix-controls {
  padding: 0 20px 20px;
  margin: 0 auto 20px;
  max-width: 100%;
  text-align: center;
  max-width: 100%;
  width: 95%;
}

/* line 80 : /imports/resources.styl */
section.resources .mix-controls .filter {
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding: 5px 20px;
  color: #888;
  cursor: pointer;
  text-transform: capitalize;
  margin: 5px;
  -webkit-transition: border-color 100ms ease-in;
  -moz-transition: border-color 100ms ease-in;
  -o-transition: border-color 100ms ease-in;
  -ms-transition: border-color 100ms ease-in;
  transition: border-color 100ms ease-in;
}

/* line 89 : /imports/resources.styl */
section.resources .mix-controls .filter:hover,
section.resources .mix-controls .filter.active {
  border-color: #B12109;
}

/* line 91 : /imports/resources.styl */
section.resources ul.resource-grid {
  overflow: hidden;
  margin: 0;
}

/* line 94 : /imports/resources.styl */
section.resources ul.resource-grid li {
  max-width: 33.3%;
  list-style: none;
  float: left;
  width: 100%;
  padding: 10px;
}

/* line 100 : /imports/resources.styl */
section.resources ul.resource-grid li.mix {
  display: none;
}
@media screen and (max-width: 1024px) {

/* line 102 : /imports/resources.styl */
  section.resources ul.resource-grid li {
    max-width: 50%;
  }
}
@media screen and (max-width: 640px) {

/* line 104 : /imports/resources.styl */
  section.resources ul.resource-grid li {
    max-width: 100%;
    padding: 0;
  }
}

/* line 107 : /imports/resources.styl */
section.resources.direct-path ul.resource-grid li.mix {
  display: block;
}

/* line 108 : /imports/resources.styl */

/* line 108 : /imports/404.styl */

/* line 1 : /imports/404.styl */
section.hero.fixed_height.not-found {
  height: 640px;
}

/* line 3 : /imports/404.styl */
section.hero.fixed_height.not-found .hero-inner {
  max-width: 350px;
  width: 100%;
  position: relative;
  z-index: 10;
  color: #fff;
  margin: 0 auto;
  padding-top: 7rem;
  text-align: center;
}
@media screen and (max-width: 900px) {

/* line 12 : /imports/404.styl */
  section.hero.fixed_height.not-found .hero-inner {
    right: initial;
    float: none;
    margin: 0 auto;
    top: 170px;
  }
}

/* line 17 : /imports/404.styl */
section.hero.fixed_height.not-found .hero-inner h1 {
  position: static;
  color: #fff;
  font-size: 10rem;
  line-height: 14rem;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 600px) {

/* line 24 : /imports/404.styl */
  section.hero.fixed_height.not-found .hero-inner h1 {
    font-size: 7rem;
    line-height: 9rem;
  }
}

/* line 27 : /imports/404.styl */
section.hero.fixed_height.not-found .hero-inner p {
  margin-bottom: 50px;
  font-size: 1.5em;
}

/* line 30 : /imports/404.styl */
section.hero.fixed_height.not-found .hero-inner .back-home {
  background-color: #B12109;
  border-radius: 4px;
  text-transform: none;
  width: 80%;
  font-weight: bold;
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  -ms-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

/* line 37 : /imports/404.styl */
section.hero.fixed_height.not-found .hero-inner .back-home:hover {
  background-color: #5c9df5;
}

/* line 38 : /imports/404.styl */

/* line 38 : /imports/403.styl */

/* line 1 : /imports/403.styl */
#permission_denied {
  padding: 6rem 0;
  text-align: center;
}

/* line 4 : /imports/403.styl */
#permission_denied h1 {
  font-size: 100px;
}

/* line 6 : /imports/403.styl */
#permission_denied p {
  font-size: 20px;
  margin-bottom: 100px;
}

/* line 8 : /imports/403.styl */

/* line 8 : /imports/page.styl */

/* line 1 : /imports/page.styl */

/* line 2 : /imports/page.styl */
.basic-page h1 {
  width: 100%;
  margin: 0;
  left: 0;
}

/* line 5 : /imports/page.styl */

/* line 5 : /imports/foundation_overrides.styl */

/* line 1 : /imports/foundation_overrides.styl */

/* line 2 : /imports/foundation_overrides.styl */
.large-gutter .columns {
  padding-left: 1.9375rem;
  padding-right: 1.9375rem;
}
@media screen and (min-width: 1150px) {

/* line 7 : /imports/foundation_overrides.styl */
  .row {
    max-width: 74.5rem;
  }
}
@media screen and (max-width: 640px) {

/* line 10 : /imports/foundation_overrides.styl */
  .small-centered {
    clear: both;
  }
}

/* line 11 : /imports/foundation_overrides.styl */

/* line 99 : /imports/architecture.styl */

/* line 19 : /imports/architecture.styl */
.link_page {
  background-color: #333;
  color: #fff;
}

/* line 22 : /imports/architecture.styl */
.link_page p {
  color: #fff;
}

/* line 24 : /imports/architecture.styl */
.link_page h1 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 640px) {

/* line 29 : /imports/architecture.styl */
  .link_page h1 {
    font-size: 30px;
    line-height: 45px;
  }
}

/* line 32 : /imports/architecture.styl */
.link_page h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 640px) {

/* line 37 : /imports/architecture.styl */
  .link_page h2 {
    font-size: 28px;
  }
}

/* line 39 : /imports/architecture.styl */
.link_page section h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {

/* line 44 : /imports/architecture.styl */
  .link_page section h5 {
    font-size: 12px;
    font-weight: bold;
  }
}

/* line 47 : /imports/architecture.styl */
.link_page h6 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

/* line 51 : /imports/architecture.styl */
.link_page p.sub_heading {
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 640px) {

/* line 56 : /imports/architecture.styl */
  .link_page p.sub_heading {
    font-size: 14px;
  }
}

/* line 58 : /imports/architecture.styl */
.link_page section.hero {
  height: 800px;
  text-align: center;
  position: relative;
  background-position: center center;
  background-repeat: repeat-x;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
}

/* line 65 : /imports/architecture.styl */
.link_page section.hero .row {
  top: auto;
}

/* line 67 : /imports/architecture.styl */
.link_page section.hero h1 {
  margin-top: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 650px;
}

/* line 73 : /imports/architecture.styl */
.link_page section.hero p {
  font-size: 20px;
  line-height: 35px;
  max-width: 883px;
  margin-left: auto;
  margin-right: auto;
}

/* line 79 : /imports/architecture.styl */
.link_page section.hero .stitch {
  position: absolute;
  width: 10px;
  height: 68px;
  left: 50%;
  bottom: -34px;
  margin-left: -5px;
  z-index: 1;
}

/* line 87 : /imports/architecture.styl */
.link_page section.color_panels {
  background-color: #2f2f2f;
  padding: 100px 0 100px;
  text-align: center;
  box-shadow: inset 0 2px 58px 0 rgba(0,0,0,0.5);
  overflow-x: hidden;
  position: relative;
}

/* line 94 : /imports/architecture.styl */
.link_page section.color_panels h2 {
  margin-bottom: 15px;
}

/* line 96 : /imports/architecture.styl */
.link_page section.color_panels .sub_heading {
  max-width: 883px;
  margin: 0 auto 70px;
}

/* line 99 : /imports/architecture.styl */
.link_page section.color_panels .stitch {
  position: absolute;
  width: 10px;
  height: 68px;
  left: 50%;
  top: -34px;
  margin-left: -5px;
  z-index: 1;
}
@media screen and (max-width: 768px) {

/* line 108 : /imports/architecture.styl */
  .link_page section.color_panels .color_panel_columns {
    height: 400px;
    position: relative;
    clear: both;
  }

/* line 112 : /imports/architecture.styl */
  .link_page section.color_panels .color_panel_columns .panel_mobile_wrapper {
    position: absolute;
    width: 175%;
    -webkit-transition: left 400ms ease-in;
    -moz-transition: left 400ms ease-in;
    -o-transition: left 400ms ease-in;
    -ms-transition: left 400ms ease-in;
    transition: left 400ms ease-in;
    padding: 0 30px;
  }

/* line 117 : /imports/architecture.styl */
  .link_page section.color_panels .color_panel_columns .panel_mobile_wrapper.position_1 {
    left: 25%;
  }

/* line 119 : /imports/architecture.styl */
  .link_page section.color_panels .color_panel_columns .panel_mobile_wrapper.position_2 {
    left: -37.5%;
  }

/* line 121 : /imports/architecture.styl */
  .link_page section.color_panels .color_panel_columns .panel_mobile_wrapper.position_3 {
    left: -100%;
  }

/* line 123 : /imports/architecture.styl */
  .link_page section.color_panels .color_panel_columns .panel_mobile_wrapper .color_panel_wrapper {
    width: 25%;
  }

/* line 125 : /imports/architecture.styl */
  .link_page section.color_panels .color_panel_columns .panel_mobile_wrapper .color_panel_wrapper.middle {
    width: 49%;
    margin: 0 0.5% 0;
  }

/* line 128 : /imports/architecture.styl */
  .link_page section.color_panels .color_panel_columns .panel_controls {
    height: 40px;
    width: 40px;
    z-index: 1;
    position: absolute;
    top: 184px;
    background-image: url("images/technical/color_panel_arrow.svg");
  }

/* line 135 : /imports/architecture.styl */
  .link_page section.color_panels .color_panel_columns .panel_controls.left_arrow {
    left: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

/* line 138 : /imports/architecture.styl */
  .link_page section.color_panels .color_panel_columns .panel_controls.right_arrow {
    right: 10px;
  }
}

/* line 140 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper {
  height: 457px;
  width: 18%;
  display: block;
  float: left;
}

/* line 145 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper.middle {
  width: 62%;
  width: calc(64% - 16px);
  margin: 0 8px 0;
}

/* line 149 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper.middle .color_panel {
  height: 80px;
  margin-bottom: 8px;
}

/* line 152 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper.middle .color_panel.color_panel_2,
.link_page section.color_panels .color_panel_wrapper.middle .color_panel.color_panel_7 {
  height: 192px;
  width: calc(50% - 4px);
  clear: none;
  float: left;
}

/* line 157 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper.middle .color_panel.color_panel_7 {
  margin-right: 4px;
}

/* line 159 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper.middle .color_panel.color_panel_2 {
  margin-left: 4px;
}
@media screen and (max-width: 1150px) {

/* line 161 : /imports/architecture.styl */
  .link_page section.color_panels .color_panel_wrapper.middle {
    width: 61%;
    width: calc(64% - 16px);
  }
}

/* line 164 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper .color_panel {
  width: 100%;
  border-width: 2px;
  border-style: solid;
  height: 457px;
  -webkit-transition: 300ms background-color ease-in;
  -moz-transition: 300ms background-color ease-in;
  -o-transition: 300ms background-color ease-in;
  -ms-transition: 300ms background-color ease-in;
  transition: 300ms background-color ease-in;
  cursor: pointer;
  padding: 15px;
  clear: both;
}

/* line 173 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_1 {
  border-color: #B12109;
  background-color: rgba(252,95,69,0.3);
}

/* line 12 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_1:hover {
  background-color: #B12109;
}

/* line 175 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_2 {
  border-color: #f757be;
  background-color: rgba(247,87,190,0.3);
}

/* line 12 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_2:hover {
  background-color: #f757be;
}

/* line 177 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_3 {
  border-color: #b378f8;
  background-color: rgba(179,120,248,0.3);
}

/* line 12 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_3:hover {
  background-color: #b378f8;
}

/* line 179 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_4 {
  border-color: #00aeff;
  background-color: rgba(0,174,255,0.3);
}

/* line 12 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_4:hover {
  background-color: #00aeff;
}

/* line 181 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_5 {
  border-color: #02dbde;
  background-color: rgba(2,219,222,0.3);
}

/* line 12 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_5:hover {
  background-color: #02dbde;
}

/* line 183 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_6 {
  border-color: #2dc794;
  background-color: rgba(45,199,148,0.3);
}

/* line 12 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_6:hover {
  background-color: #2dc794;
}

/* line 185 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_7 {
  border-color: #ff9c1a;
  background-color: rgba(255,156,26,0.3);
}

/* line 12 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_7:hover {
  background-color: #ff9c1a;
}

/* line 187 : /imports/architecture.styl */
.link_page section.color_panels .color_panel_wrapper .color_panel p {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {

/* line 195 : /imports/architecture.styl */
  .link_page section.color_panels .color_panel_wrapper .color_panel {
    font-size: 13px;
    padding: 5px;
  }
}

/* line 198 : /imports/architecture.styl */
.link_page section.tech_section {
  padding: 70px 0 0;
  background-color: #333;
}

/* line 201 : /imports/architecture.styl */
.link_page section.tech_section img {
  position: relative;
  max-width: 85%;
  opacity: 0;
  -webkit-transition: opacity 800ms ease-out, left 500ms ease-out, right 500ms ease-out;
  -moz-transition: opacity 800ms ease-out, left 500ms ease-out, right 500ms ease-out;
  -o-transition: opacity 800ms ease-out, left 500ms ease-out, right 500ms ease-out;
  -ms-transition: opacity 800ms ease-out, left 500ms ease-out, right 500ms ease-out;
  transition: opacity 800ms ease-out, left 500ms ease-out, right 500ms ease-out;
  right: -75px;
}

/* line 207 : /imports/architecture.styl */
.link_page section.tech_section img.visible {
  opacity: 1;
  right: 0;
}
@media screen and (max-width: 640px) {

/* line 210 : /imports/architecture.styl */
  .link_page section.tech_section img {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* line 213 : /imports/architecture.styl */
.link_page section.tech_section:nth-of-type(2n+1) .section_image {
  text-align: right;
}
@media screen and (max-width: 640px) {

/* line 215 : /imports/architecture.styl */
  .link_page section.tech_section:nth-of-type(2n+1) .section_image {
    text-align: center;
  }
}

/* line 217 : /imports/architecture.styl */
.link_page section.tech_section:nth-of-type(2n+1) .section_image img {
  display: block;
  left: -75px;
}

/* line 220 : /imports/architecture.styl */
.link_page section.tech_section:nth-of-type(2n+1) .section_image img.visible {
  left: 0;
}
@media screen and (max-width: 640px) {

/* line 222 : /imports/architecture.styl */
  .link_page section.tech_section:nth-of-type(2n+1) .section_image img {
    text-align: center;
    float: none;
    margin: auto;
  }
}

/* line 226 : /imports/architecture.styl */
.link_page section.tech_section:nth-last-of-type(1) {
  padding-bottom: 100px;
}

/* line 228 : /imports/architecture.styl */
.link_page section.tech_section:nth-of-type(2n) {
  background-color: #2f2f2f;
  box-shadow: inset 0 2px 58px 0 rgba(0,0,0,0.5);
}

/* line 231 : /imports/architecture.styl */

/* line 2 : /imports/architecture.styl */
.link_page section.tech_section.data_connectors h2 {
  color: #B12109;
}

/* line 4 : /imports/architecture.styl */
.link_page section.tech_section.data_connectors .divider_line {
  border-color: rgba(252,95,69,0.3);
}

/* line 6 : /imports/architecture.styl */
.link_page section.tech_section.data_connectors .divider_line:before {
  background-color: #B12109;
  border: 3px solid rgba(252,95,69,0.3);
}

/* line 233 : /imports/architecture.styl */

/* line 2 : /imports/architecture.styl */
.link_page section.tech_section.ai_engine h2 {
  color: #ff9c1a;
}

/* line 4 : /imports/architecture.styl */
.link_page section.tech_section.ai_engine .divider_line {
  border-color: rgba(255,156,26,0.3);
}

/* line 6 : /imports/architecture.styl */
.link_page section.tech_section.ai_engine .divider_line:before {
  background-color: #ff9c1a;
  border: 3px solid rgba(255,156,26,0.3);
}

/* line 235 : /imports/architecture.styl */

/* line 2 : /imports/architecture.styl */
.link_page section.tech_section.relational_search h2 {
  color: #f757be;
}

/* line 4 : /imports/architecture.styl */
.link_page section.tech_section.relational_search .divider_line {
  border-color: rgba(247,87,190,0.3);
}

/* line 6 : /imports/architecture.styl */
.link_page section.tech_section.relational_search .divider_line:before {
  background-color: #f757be;
  border: 3px solid rgba(247,87,190,0.3);
}

/* line 237 : /imports/architecture.styl */

/* line 2 : /imports/architecture.styl */
.link_page section.tech_section.visualization_server h2 {
  color: #b378f8;
}

/* line 4 : /imports/architecture.styl */
.link_page section.tech_section.visualization_server .divider_line {
  border-color: rgba(179,120,248,0.3);
}

/* line 6 : /imports/architecture.styl */
.link_page section.tech_section.visualization_server .divider_line:before {
  background-color: #b378f8;
  border: 3px solid rgba(179,120,248,0.3);
}

/* line 239 : /imports/architecture.styl */

/* line 2 : /imports/architecture.styl */
.link_page section.tech_section.relational_cache h2 {
  color: #00aeff;
}

/* line 4 : /imports/architecture.styl */
.link_page section.tech_section.relational_cache .divider_line {
  border-color: rgba(0,174,255,0.3);
}

/* line 6 : /imports/architecture.styl */
.link_page section.tech_section.relational_cache .divider_line:before {
  background-color: #00aeff;
  border: 3px solid rgba(0,174,255,0.3);
}

/* line 241 : /imports/architecture.styl */

/* line 2 : /imports/architecture.styl */
.link_page section.tech_section.cluster_manager h2 {
  color: #02dbde;
}

/* line 4 : /imports/architecture.styl */
.link_page section.tech_section.cluster_manager .divider_line {
  border-color: rgba(2,219,222,0.3);
}

/* line 6 : /imports/architecture.styl */
.link_page section.tech_section.cluster_manager .divider_line:before {
  background-color: #02dbde;
  border: 3px solid rgba(2,219,222,0.3);
}

/* line 243 : /imports/architecture.styl */
.link_page section.tech_section.enterprise_security {
  padding-bottom: 60px;
  margin-bottom: -60px;
}

/* line 2 : /imports/architecture.styl */
.link_page section.tech_section.enterprise_security h2 {
  color: #2dc794;
}

/* line 4 : /imports/architecture.styl */
.link_page section.tech_section.enterprise_security .divider_line {
  border-color: rgba(45,199,148,0.3);
}

/* line 6 : /imports/architecture.styl */
.link_page section.tech_section.enterprise_security .divider_line:before {
  background-color: #2dc794;
  border: 3px solid rgba(45,199,148,0.3);
}

/* line 247 : /imports/architecture.styl */
.link_page section.tech_section .panel_wrapper {
  padding: 50px 35px 50px;
  max-width: 1150px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 640px) {

/* line 252 : /imports/architecture.styl */
  .link_page section.tech_section .panel_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

/* line 255 : /imports/architecture.styl */
  .link_page section.tech_section .panel_wrapper div.row:nth-of-type(2n) > div.columns:first-child {
    margin-bottom: 20px;
  }
}

/* line 257 : /imports/architecture.styl */
.link_page section.tech_section .panel_wrapper .columns.collapse {
  padding: 0;
}

/* line 259 : /imports/architecture.styl */
.link_page section.tech_section .panel_wrapper .sub_heading {
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {

/* line 261 : /imports/architecture.styl */
  .link_page section.tech_section .panel_wrapper .sub_heading {
    margin-bottom: 40px;
  }
}

/* line 263 : /imports/architecture.styl */
.link_page section.tech_section .panel_wrapper h6 + p {
  margin-bottom: 40px;
}

/* line 265 : /imports/architecture.styl */
.link_page section.tech_section .panel_wrapper .icon_row {
  padding-top: 100px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {

/* line 269 : /imports/architecture.styl */
  .link_page section.tech_section .panel_wrapper .icon_row {
    padding-top: 120px;
  }
}

/* line 271 : /imports/architecture.styl */
.link_page section.tech_section .panel_wrapper .icon_row h5 {
  margin-bottom: 70px;
}

/* line 273 : /imports/architecture.styl */
.link_page section.tech_section .panel_wrapper .icon_row .icon {
  background-position: center center;
  background-repeat: no-repeat;
  height: 60px;
  width: 100%;
  margin-bottom: 10px;
}

/* line 279 : /imports/architecture.styl */
.link_page section.tech_section .panel_wrapper .icon_row p {
  font-size: 14px;
}

/* line 281 : /imports/architecture.styl */
.link_page section.tech_section .panel_wrapper .divider_line {
  width: 80%;
  position: absolute;
  left: 50%;
  top: -70px;
  border-width: 2px 0 0 0;
  border-style: solid;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 289 : /imports/architecture.styl */
.link_page section.tech_section .panel_wrapper .divider_line:before {
  content: '';
  height: 12px;
  width: 12px;
  margin-left: -6px;
  position: absolute;
  border-radius: 50%;
  -webkit-background-clip: content;
  -moz-background-clip: content;
  background-clip: content-box;
  top: -7px;
  -webkit-animation: dotbounce 6s infinite;
  -moz-animation: dotbounce 6s infinite;
  -o-animation: dotbounce 6s infinite;
  -ms-animation: dotbounce 6s infinite;
  animation: dotbounce 6s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.68, 0.72, 0.66, 1.24);
  -moz-animation-timing-function: cubic-bezier(0.68, 0.72, 0.66, 1.24);
  -o-animation-timing-function: cubic-bezier(0.68, 0.72, 0.66, 1.24);
  -ms-animation-timing-function: cubic-bezier(0.68, 0.72, 0.66, 1.24);
  animation-timing-function: cubic-bezier(0.68, 0.72, 0.66, 1.24);
}
@media screen and (max-width: 640px) {

/* line 300 : /imports/architecture.styl */
  .link_page section.tech_section .panel_wrapper .divider_line {
    width: 100%;
  }
}

/* line 302 : /imports/architecture.styl */
.link_page section.magic {
  text-align: center;
  padding-top: 250px;
  padding-bottom: 250px;
  background-color: #333;
  position: relative;
}

/* line 303 : /imports/architecture.styl */
.link_page section.magic::before {
  content: '';
  background-image: url("images/technical/tech_pattern_b.svg");
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
}

/* line 317 : /imports/architecture.styl */
.link_page section.magic p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
}

/* line 322 : /imports/architecture.styl */
.link_page section.magic a {
  font-weight: bold;
  margin: 0 20px 15px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* line 326 : /imports/architecture.styl */

/* line 327 : /imports/architecture.styl */
.link_page section.magic a.orange-text:hover {
  color: #fff;
  background-color: #B12109;
}

/* line 330 : /imports/architecture.styl */
.link_page a.button:hover {
  color: #B12109;
  background-color: #fff;
}

/* line 337 : /imports/architecture.styl */
div.tech_menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: 300ms top ease-in;
  -moz-transition: 300ms top ease-in;
  -o-transition: 300ms top ease-in;
  -ms-transition: 300ms top ease-in;
  transition: 300ms top ease-in;
  cursor: pointer;
}

/* line 345 : /imports/architecture.styl */
div.tech_menu.hidden {
  top: -64px;
}

/* line 347 : /imports/architecture.styl */
div.tech_menu div.icon_drop_down {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url("images/technical/hero_down_icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  top: 7px;
  right: 50%;
  margin-right: -500px;
  z-index: 1003;
  cursor: pointer;
  -webkit-transition: 300ms -webkit-transform ease-in, 0ms background-color ease-in;
  -moz-transition: 300ms -moz-transform ease-in, 0ms background-color ease-in;
  -o-transition: 300ms -o-transform ease-in, 0ms background-color ease-in;
  -ms-transition: 300ms -ms-transform ease-in, 0ms background-color ease-in;
  transition: 300ms transform ease-in, 0ms background-color ease-in;
  pointer-events: none;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {

/* line 363 : /imports/architecture.styl */
  div.tech_menu div.icon_drop_down {
    right: 10px;
    margin-right: 0;
  }
}

/* line 366 : /imports/architecture.styl */

/* line 367 : /imports/architecture.styl */
div.tech_menu.tech_menu_open div.icon_drop_down {
  pointer-events: auto;
  background-color: #f757be;
  -webkit-transition: 300ms -webkit-transform ease-in, 300ms background-color ease-in 300ms;
  -moz-transition: 300ms -moz-transform ease-in, 300ms background-color ease-in 300ms;
  -o-transition: 300ms -o-transform ease-in, 300ms background-color ease-in 300ms;
  -ms-transition: 300ms -ms-transform ease-in, 300ms background-color ease-in 300ms;
  transition: 300ms transform ease-in, 300ms background-color ease-in 300ms;
}

/* line 371 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li {
  opacity: 1;
  z-index: 1001;
  -webkit-transition: 300ms top ease-in;
  -moz-transition: 300ms top ease-in;
  -o-transition: 300ms top ease-in;
  -ms-transition: 300ms top ease-in;
  transition: 300ms top ease-in;
}

/* line 375 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.pink {
  top: 0px;
}

/* line 377 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.pink.active {
  color: #f757be;
}

/* line 379 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.pink.active p:before {
  background-image: url("images/technical/tech_stack_icon_3b_c.svg");
}

/* line 381 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.yellow_orange {
  top: 64px;
}

/* line 383 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.yellow_orange.active {
  color: #ff9c1a;
}

/* line 385 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.yellow_orange.active p:before {
  background-image: url("images/technical/tech_stack_icon_2b_c.svg");
}

/* line 387 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.purple {
  top: 128px;
}

/* line 389 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.purple.active {
  color: #b378f8;
}

/* line 391 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.purple.active p:before {
  background-image: url("images/technical/tech_stack_icon_4b_c.svg");
}

/* line 393 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.blue {
  top: 192px;
}

/* line 395 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.blue.active {
  color: #00aeff;
}

/* line 397 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.blue.active p:before {
  background-image: url("images/technical/tech_stack_icon_5b_c.svg");
}

/* line 399 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.teal {
  top: 256px;
}

/* line 401 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.teal.active {
  color: #02dbde;
}

/* line 403 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.teal.active p:before {
  background-image: url("images/technical/tech_stack_icon_6b_c.svg");
}

/* line 405 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.green {
  top: 320px;
}

/* line 407 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.green.active {
  color: #2dc794;
}

/* line 409 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.green.active p:before {
  background-image: url("images/technical/tech_stack_icon_7b_c.svg");
}

/* line 411 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.orange {
  top: 384px;
}

/* line 413 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.orange.active {
  color: #B12109;
}

/* line 415 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.orange.active p:before {
  background-image: url("images/technical/tech_stack_icon_1b_c.svg");
}

/* line 417 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.to_top_button {
  top: 384px;
}

/* line 419 : /imports/architecture.styl */
div.tech_menu.tech_menu_open li.active {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
}
div.tech_menu.tech_menu_open li.active p {
	color:#000;
}

/* line 423 : /imports/architecture.styl */
div.tech_menu.tech_menu_open div.icon_drop_down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 425 : /imports/architecture.styl */
div.tech_menu ul {
  width: 100%;
  margin: auto;
}

/* line 428 : /imports/architecture.styl */
div.tech_menu ul li {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 300ms opacity ease-in, 300ms top ease-in;
  -moz-transition: 300ms opacity ease-in, 300ms top ease-in;
  -o-transition: 300ms opacity ease-in, 300ms top ease-in;
  -ms-transition: 300ms opacity ease-in, 300ms top ease-in;
  transition: 300ms opacity ease-in, 300ms top ease-in;
}

/* line 435 : /imports/architecture.styl */
div.tech_menu ul li.active {
  z-index: 1002;
  opacity: 1;
}

/* line 438 : /imports/architecture.styl */
div.tech_menu ul li.active.new_active {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 440 : /imports/architecture.styl */
div.tech_menu ul li.menu_state_transitioning {
  -webkit-transition: 300ms top ease-out, 300ms opacity ease-in 300ms, 300ms background-color ease-in;
  -moz-transition: 300ms top ease-out, 300ms opacity ease-in 300ms, 300ms background-color ease-in;
  -o-transition: 300ms top ease-out, 300ms opacity ease-in 300ms, 300ms background-color ease-in;
  -ms-transition: 300ms top ease-out, 300ms opacity ease-in 300ms, 300ms background-color ease-in;
  transition: 300ms top ease-out, 300ms opacity ease-in 300ms, 300ms background-color ease-in;
}

/* line 442 : /imports/architecture.styl */
div.tech_menu ul li p {
  font-size: 14px;
  line-height: 64px;
  text-transform: uppercase;
  padding-left: 140px;
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-weight: bold;
}
@media screen and (max-width: 640px) {

/* line 452 : /imports/architecture.styl */
  div.tech_menu ul li p {
    padding-left: 0;
    font-size: 10px;
    text-align: center;
  }
}

/* line 456 : /imports/architecture.styl */
div.tech_menu ul li p:before {
  content: '';
  width: 100px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 10px;
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 70px 35px;
  -moz-background-size: 70px 35px;
  background-size: 70px 35px;
}
@media screen and (max-width: 400px) {

/* line 466 : /imports/architecture.styl */
  div.tech_menu ul li p:before {
    background-image: none !important;
  }
}

/* line 468 : /imports/architecture.styl */
div.tech_menu ul li.orange {
  background-color: #B12109;
}

/* line 470 : /imports/architecture.styl */
div.tech_menu ul li.orange p:before {
  background-image: url("images/technical/tech_stack_icon_1b.svg");
}

/* line 472 : /imports/architecture.styl */
div.tech_menu ul li.yellow_orange {
  background-color: #ff9c1a;
}

/* line 474 : /imports/architecture.styl */
div.tech_menu ul li.yellow_orange p:before {
  background-image: url("images/technical/tech_stack_icon_2b.svg");
}

/* line 476 : /imports/architecture.styl */
div.tech_menu ul li.pink {
  background-color: #f757be;
}

/* line 478 : /imports/architecture.styl */
div.tech_menu ul li.pink p:before {
  background-image: url("images/technical/tech_stack_icon_3b.svg");
}

/* line 480 : /imports/architecture.styl */
div.tech_menu ul li.purple {
  background-color: #b378f8;
}

/* line 482 : /imports/architecture.styl */
div.tech_menu ul li.purple p:before {
  background-image: url("images/technical/tech_stack_icon_4b.svg");
}

/* line 484 : /imports/architecture.styl */
div.tech_menu ul li.blue {
  background-color: #00aeff;
}

/* line 486 : /imports/architecture.styl */
div.tech_menu ul li.blue p:before {
  background-image: url("images/technical/tech_stack_icon_5b.svg");
}

/* line 488 : /imports/architecture.styl */
div.tech_menu ul li.teal {
  background-color: #02dbde;
}

/* line 490 : /imports/architecture.styl */
div.tech_menu ul li.teal p:before {
  background-image: url("images/technical/tech_stack_icon_6b.svg");
}

/* line 492 : /imports/architecture.styl */
div.tech_menu ul li.green {
  background-color: #2dc794;
}

/* line 494 : /imports/architecture.styl */
div.tech_menu ul li.green p:before {
  background-image: url("images/technical/tech_stack_icon_7b.svg");
}

/* line 496 : /imports/architecture.styl */
div.tech_menu ul li.to_top_button {
  background-color: #333;
  text-transform: uppercase;
  box-shadow: 0px 6px 14px 1px rgba(0,0,0,0.5);
}

/* line 500 : /imports/architecture.styl */
div.tech_menu ul li.to_top_button p:before {
  background-image: url("images/technical/hero_up_icon.svg");
  background-position: 25px center;
}

/* line 503 : /imports/architecture.styl */
#clipped {
  background-color: #2f2f2f;
  clip-path: url("#circles");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

/* line 510 : /imports/architecture.styl */
#clipped svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 14 : /imports/architecture.styl */
@-moz-keyframes dotbounce {

/* line 15 : /imports/architecture.styl */
  0% {
    left: 10%;
  }

/* line 16 : /imports/architecture.styl */
  50% {
    left: 90%;
  }

/* line 17 : /imports/architecture.styl */
  100% {
    left: 10%;
  }
}

/* line 14 : /imports/architecture.styl */
@-webkit-keyframes dotbounce {

/* line 15 : /imports/architecture.styl */
  0% {
    left: 10%;
  }

/* line 16 : /imports/architecture.styl */
  50% {
    left: 90%;
  }

/* line 17 : /imports/architecture.styl */
  100% {
    left: 10%;
  }
}

/* line 14 : /imports/architecture.styl */
@-o-keyframes dotbounce {

/* line 15 : /imports/architecture.styl */
  0% {
    left: 10%;
  }

/* line 16 : /imports/architecture.styl */
  50% {
    left: 90%;
  }

/* line 17 : /imports/architecture.styl */
  100% {
    left: 10%;
  }
}

/* line 14 : /imports/architecture.styl */
@keyframes dotbounce {

/* line 15 : /imports/architecture.styl */
  0% {
    left: 10%;
  }

/* line 16 : /imports/architecture.styl */
  50% {
    left: 90%;
  }

/* line 17 : /imports/architecture.styl */
  100% {
    left: 10%;
  }
}

/* line 515 : /imports/architecture.styl */

/* line 515 : /imports/demo.styl */

/* line 1 : /imports/demo.styl */
section.hero.demo {
  min-height: 800px;
  max-height: 1000px;
}

/* line 4 : /imports/demo.styl */
section.hero.demo .demo-wrapper {
  position: absolute;
  top: 125px;
  left: 15%;
  z-index: 3;
}

/* line 9 : /imports/demo.styl */
section.hero.demo .demo-wrapper h2 {
  font-size: 1.4rem;
  color: #fff;
  margin-left: 8px;
}

/* line 13 : /imports/demo.styl */
section.hero.demo .demo-wrapper iframe {
  width: 670px;
  height: 455px;
}
@media screen and (max-width: 1024px) {

/* line 18 : /imports/demo.styl */
  section.hero.demo .demo-wrapper {
    left: 5%;
    width: 90%;
  }

/* line 21 : /imports/demo.styl */
  section.hero.demo .demo-wrapper iframe {
    width: 100%;
    height: 455px;
  }
}

/* line 23 : /imports/demo.styl */

/* line 23 : /imports/login.styl */

/* line 1 : /imports/login.styl */
.user-wrapper {
  padding: 6rem 20px;
}

/* line 3 : /imports/login.styl */
.user-wrapper form {
  margin: 3rem 0;
}

/* line 5 : /imports/login.styl */
.user-wrapper form label {
  color: #B12109;
  font-size: 1rem;
}

/* line 8 : /imports/login.styl */
.user-wrapper form .description {
  color: #838b9d;
}

/* line 10 : /imports/login.styl */
.user-wrapper form input[type="text"],
.user-wrapper form input[type="password"] {
  border-radius: 2px;
  border: none;
}

/* line 13 : /imports/login.styl */
.user-wrapper form input[type="text"]:focus,
.user-wrapper form input[type="password"]:focus {
  border: 2px solid #B12109;
  box-shadow: none;
}

/* line 16 : /imports/login.styl */
.user-wrapper form input[type="submit"] {
  background-color: #B12109;
  color: #fff;
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 1.25rem;
  text-align: center;
  padding: 0 1.25rem;
  font-weight: bold;
  box-shadow: 0 1px 0 rgba(0,0,0,0);
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  border: none;
  width: 6.25rem;
  font-size: 1rem;
  cursor: pointer;
}

/* line 32 : /imports/login.styl */
.user-wrapper form input[type="submit"]:hover {
  background-color: #fff;
  color: #222;
}

/* line 35 : /imports/login.styl */
.user-wrapper .profile {
  color: #838b9d;
}

/* line 37 : /imports/login.styl */
.user-wrapper .profile h3 {
  color: #B12109;
}

/* line 38 : /imports/login.styl */

/* line 38 : /imports/team_member.styl */

/* line 1 : /imports/team_member.styl */
section.blog-author {
  padding: 12rem 0 2rem 0;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
  background: #f7f8fa;
}
@media screen and (max-width: 640px) {

/* line 5 : /imports/team_member.styl */
  section.blog-author {
    padding: 8rem 0 2rem 0;
  }
}

/* line 7 : /imports/team_member.styl */
@media screen and (max-width: 640px) {

/* line 8 : /imports/team_member.styl */
  section.blog-author .portrait {
    margin-bottom: 1.5rem;
  }
}

/* line 10 : /imports/team_member.styl */
section.blog-author .portrait img {
  margin-left: 30px;
  max-width: 100px;
  width: 100%;
}
@media screen and (max-width: 1024px) {

/* line 14 : /imports/team_member.styl */
  section.blog-author .portrait img {
    margin-left: 0;
  }
}

/* line 16 : /imports/team_member.styl */
section.blog-author .name {
  margin: 0 0 0.5rem 0;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
}
@media screen and (max-width: 360px) {

/* line 20 : /imports/team_member.styl */
  section.blog-author .name {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}

/* line 23 : /imports/team_member.styl */
section.blog-author .title {
  margin: 0 0 0.5rem 0;
  color: #f2f3f7;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 360px) {

/* line 28 : /imports/team_member.styl */
  section.blog-author .title {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}

/* line 31 : /imports/team_member.styl */
section.blog-author .description {
  color: #626e7f;
}

/* line 33 : /imports/team_member.styl */
section.blog-author .description.show-for-small-only {
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {

/* line 35 : /imports/team_member.styl */
  section.blog-author .description {
    font-size: 0.825rem;
    padding-left: 10%;
    padding-right: 10%;
  }
}

/* line 39 : /imports/team_member.styl */

/* line 40 : /imports/team_member.styl */
section.blog-author .social span {
  display: inline-block;
  margin: 1rem 0.25rem 0 0;
  height: 50px;
  width: 50px;
  background: #626e7f;
  background-position: 0 0;
}

/* line 47 : /imports/team_member.styl */
section.blog-author .social span:hover {
  background-position: 50px 0;
}

/* line 49 : /imports/team_member.styl */
section.blog-author .social span.twitter {
  background-image: url("images/icons/twitter-square-icon.png");
}

/* line 51 : /imports/team_member.styl */
section.blog-author .social span.google {
  background-image: url("images/icons/gplus-square-icon.png");
}

/* line 53 : /imports/team_member.styl */
section.blog-author .social span.linkedin {
  background-image: url("images/icons/linkedin-square-icon.png");
}

/* line 55 : /imports/team_member.styl */
section.recent-posts {
  padding: 3rem 0;
}

/* line 57 : /imports/team_member.styl */

/* line 58 : /imports/team_member.styl */
section.recent-posts .content .recent {
  font-size: 1.75rem;
  line-height: 1.75rem;
  color: #f2f3f7;
  margin-bottom: 3rem;
}

/* line 63 : /imports/team_member.styl */
section.recent-posts .content .last {
  float: left;
}

/* line 65 : /imports/team_member.styl */
section.break {
  background: #f7f8fa;
}

/* line 67 : /imports/team_member.styl */
section.break .columns {
  border-bottom: 1px solid #f2f3f7;
}

/* line 68 : /imports/team_member.styl */

/* line 68 : /imports/retail.styl */

/* line 1 : /imports/retail.styl */
div.thoughtspot-retail {
  background-color: #fff;
}

/* line 3 : /imports/retail.styl */
div.thoughtspot-retail .field-name-field-fixed-button {
  display: none;
}

/* line 5 : /imports/retail.styl */
div.thoughtspot-retail section#product-slider {
  padding: 5rem 0 0;
  margin-bottom: 10rem;
  text-align: center;
  position: relative;
  background-color: #f7f8fa;
}

/* line 11 : /imports/retail.styl */
div.thoughtspot-retail section#product-slider #slides .slide {
  display: none;
}

/* line 13 : /imports/retail.styl */
div.thoughtspot-retail section#product-slider #slides .slide.active {
  display: block;
}

/* line 15 : /imports/retail.styl */
div.thoughtspot-retail section#product-slider #slides .slide video {
  width: 72%;
}
@media screen and (max-width: 640px) {

/* line 17 : /imports/retail.styl */
  div.thoughtspot-retail section#product-slider #slides .slide video {
    width: 90%;
  }
}

/* line 19 : /imports/retail.styl */
@media screen and (max-width: 640px) {

/* line 20 : /imports/retail.styl */
  div.thoughtspot-retail section#product-slider .product-arrows {
    display: none;
  }
}

/* line 22 : /imports/retail.styl */
div.thoughtspot-retail section#product-slider .product-arrows >div {
  position: absolute;
  font-size: 2rem;
  color: #222;
  border-radius: 50%;
  border: 1px solid #c9cbd1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 3rem;
  width: 3rem;
  cursor: pointer;
}

/* line 33 : /imports/retail.styl */
div.thoughtspot-retail section#product-slider .product-arrows >div.left-arrow {
  left: 7%;
}

/* line 35 : /imports/retail.styl */
div.thoughtspot-retail section#product-slider .product-arrows >div.right-arrow {
  right: 7%;
}

/* line 37 : /imports/retail.styl */
div.thoughtspot-retail section#product-slider #product-slider-controls {
  overflow: hidden;
  text-align: center;
}

/* line 41 : /imports/retail.styl */
div.thoughtspot-retail section#product-slider #product-slider-controls >div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #757575;
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
}

/* line 49 : /imports/retail.styl */
div.thoughtspot-retail section#product-slider #product-slider-controls >div.active {
  background-color: #B12109;
}

/* line 51 : /imports/retail.styl */
div.thoughtspot-retail section#product-slider:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(241,241,241,0);
  border-top-color: #f7f8fa;
  border-width: 80px 50vw;
  margin-left: -50vw;
}

/* line 64 : /imports/retail.styl */

/* line 65 : /imports/retail.styl */
div.thoughtspot-retail section.body .button {
  background: #B12109;
  color: #fff;
}

/* line 68 : /imports/retail.styl */
div.thoughtspot-retail section.hero.fixed_height {
  text-align: center;
  position: relative;
}

/* line 71 : /imports/retail.styl */
div.thoughtspot-retail section.hero.fixed_height h1 {
  margin-top: 135px;
}

/* line 73 : /imports/retail.styl */
div.thoughtspot-retail section.hero.fixed_height p {
  max-width: 1125px;
  margin: 35px auto;
  color: #fff;
}

/* line 77 : /imports/retail.styl */
div.thoughtspot-retail section.hero.fixed_height .button {
  border-radius: 2rem;
  padding: 1rem 2rem;
  background: #B12109;
  color: #fff;
  margin-top: 1.4rem;
  display: inline-block;
  -webkit-transition: background-color 1s;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  -ms-transition: background-color 1s;
  transition: background-color 1s;
}

/* line 85 : /imports/retail.styl */
div.thoughtspot-retail section.top {
  background-color: #f7f8fa;
}

/* line 87 : /imports/retail.styl */
div.thoughtspot-retail section.top .hidden {
  display: none;
}

/* line 89 : /imports/retail.styl */
div.thoughtspot-retail section.top .slideshow {
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  width: 85%;
  margin: 0 auto;
}

/* line 93 : /imports/retail.styl */
div.thoughtspot-retail section.top .slideshow .slick-arrow {
  width: 28px;
  height: 73px;
  position: absolute;
  color: transparent;
  z-index: 1;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 102 : /imports/retail.styl */
div.thoughtspot-retail section.top .slideshow .slick-next {
  background: url("images/slideshow-next.png") center no-repeat transparent;
  right: -60px;
}

/* line 105 : /imports/retail.styl */
div.thoughtspot-retail section.top .slideshow .slick-prev {
  background: url("images/slideshow-prev.png") center no-repeat transparent;
  left: -60px;
}

/* line 108 : /imports/retail.styl */
div.thoughtspot-retail section.top .input {
  background: #fff;
  max-width: 710px;
  height: 60px;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin: 0 auto 50px;
  background: url("images/search-icon.png") 25px center no-repeat #fff;
  line-height: 60px;
  text-align: left;
  padding-left: 80px;
}

/* line 119 : /imports/retail.styl */
div.thoughtspot-retail section.top .input.typing {
  border-color: #5699fb;
}

/* line 121 : /imports/retail.styl */
div.thoughtspot-retail section.body {
  text-align: center;
  padding-bottom: 0;
}

/* line 124 : /imports/retail.styl */
div.thoughtspot-retail section.body:first-of-type {
  padding-bottom: 0;
}

/* line 126 : /imports/retail.styl */
div.thoughtspot-retail section.body .row {
  padding-bottom: 90px;
}

/* line 128 : /imports/retail.styl */
div.thoughtspot-retail section.body .row.features {
  border-bottom: 1px solid #ccc;
}

/* line 130 : /imports/retail.styl */
div.thoughtspot-retail section.body .row.features p {
  color: #999faa;
}

/* line 132 : /imports/retail.styl */
div.thoughtspot-retail section.body .row.features .img-wrapper {
  min-height: 142px;
}

/* line 134 : /imports/retail.styl */
div.thoughtspot-retail section.body .row.features img {
  margin-top: 25px;
  margin-bottom: 40px;
}

/* line 137 : /imports/retail.styl */

/* line 138 : /imports/retail.styl */
div.thoughtspot-retail section.body .row.story h3 {
  color: #999faa;
  font-style: italic;
  position: relative;
  padding: 0 50px;
}

/* line 143 : /imports/retail.styl */
div.thoughtspot-retail section.body .row.story h3:before,
div.thoughtspot-retail section.body .row.story h3:after {
  content: '';
  display: block;
  width: 41px;
  height: 30px;
  position: absolute;
}

/* line 150 : /imports/retail.styl */
div.thoughtspot-retail section.body .row.story h3:before {
  background: url("images/quote-start.png");
  left: 0;
  top: 0;
}

/* line 154 : /imports/retail.styl */
div.thoughtspot-retail section.body .row.story h3:after {
  background: url("images/quote-end.png");
  right: 0;
  bottom: 0;
}

/* line 158 : /imports/retail.styl */
div.thoughtspot-retail section.body .row.story .button {
  margin-top: 35px;
}

/* line 160 : /imports/retail.styl */
div.thoughtspot-retail section.body .row.story .from {
  margin-top: 15px;
}

/* line 162 : /imports/retail.styl */
div.thoughtspot-retail section.body h2 {
  max-width: 845px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}

/* line 167 : /imports/retail.styl */
div.thoughtspot-retail section.body .button {
  margin: 80px auto 0;
}

/* line 169 : /imports/retail.styl */
div.thoughtspot-retail section.body h4 {
  text-transform: uppercase;
}

/* line 171 : /imports/retail.styl */
div.thoughtspot-retail section.logos {
  background-color: #f7f8fa;
  padding: 70px 0;
  text-align: center;
}

/* line 175 : /imports/retail.styl */
.crumbs {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-620px);
  -moz-transform: translateX(-620px);
  -o-transform: translateX(-620px);
  -ms-transform: translateX(-620px);
  transform: translateX(-620px);
}
@media screen and (max-width: 1280px) {

/* line 180 : /imports/retail.styl */
  .crumbs {
    left: 20px;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 640px) {

/* line 183 : /imports/retail.styl */
  .crumbs {
    display: none;
  }
}

/* line 185 : /imports/retail.styl */
.crumbs div {
  display: inline-block;
  margin: 0 5px;
  color: #ababab;
}

/* line 189 : /imports/retail.styl */
.crumbs a,
.crumbs span {
  color: #ababab;
}

/* line 190 : /imports/retail.styl */

/* line 190 : /imports/customers.styl */

/* line 1 : /imports/customers.styl */

/* line 2 : /imports/customers.styl */
#customers section.customer_hero {
  height: 650px;
  padding-top: 250px;
  background-color: #313131;
  text-align: center;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {

/* line 10 : /imports/customers.styl */
  #customers section.customer_hero {
    padding-top: 150px;
  }
}

/* line 12 : /imports/customers.styl */
#customers section.customer_hero .stats {
  overflow: hidden;
  width: 100%;
  max-width: 1040px;
  padding: 0 10px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1024px) {

/* line 19 : /imports/customers.styl */
  #customers section.customer_hero .stats div.stat_1 {
    border: none;
    width: 100%;
    font-size: 40px;
    margin: 0;
    padding: 0 0 40px;
    position: relative;
    line-height: 1.1;
  }

/* line 27 : /imports/customers.styl */
  #customers section.customer_hero .stats div.stat_1:after {
    content: '';
    width: 100px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
  }

/* line 36 : /imports/customers.styl */
  #customers section.customer_hero .stats div.stat_2 {
    padding: 0;
    width: 100%;
    font-size: 40px;
    margin: 40px 0 20px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {

/* line 43 : /imports/customers.styl */
  #customers section.customer_hero .stats div.stat_1,
  #customers section.customer_hero .stats div.stat_2 {
    font-size: 42px;
  }
}

/* line 45 : /imports/customers.styl */
#customers section.customer_hero .stats div {
  color: #fff;
  width: 50%;
  font-size: 70px;
  font-weight: 100;
  float: left;
  line-height: 75px;
}

/* line 52 : /imports/customers.styl */
#customers section.customer_hero .stats .stat_1 {
  padding-right: 45px;
  border-right: 1px solid #fff;
}

/* line 55 : /imports/customers.styl */
#customers section.customer_hero .stats .stat_2 {
  padding-left: 45px;
}

/* line 57 : /imports/customers.styl */
#customers section.customer_hero h1 {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 45px;
  line-height: 55px;
  color: #fff;
}
@media screen and (max-width: 768px) {

/* line 65 : /imports/customers.styl */
  #customers section.customer_hero h1 {
    font-size: 18px;
    line-height: 1.3;
  }
}

/* line 68 : /imports/customers.styl */
#customers section.quote_panels {
  padding-bottom: 75px;
}

/* line 70 : /imports/customers.styl */
#customers section.quote_panels h3 {
  max-width: 780px;
  display: block;
  margin: 0 auto 35px;
  font-size: 40px;
  text-align: center;
}

/* line 76 : /imports/customers.styl */
#customers section.quote_panels .flex_wrapper {
  max-width: 1200px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -o-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  margin: auto;
}

/* line 84 : /imports/customers.styl */
#customers section.quote_panels .quote_panel {
  width: 25%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  background-color: #333;
  -webkit-transition: background-color 300ms ease-in;
  -moz-transition: background-color 300ms ease-in;
  -o-transition: background-color 300ms ease-in;
  -ms-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
  margin-bottom: 20px;
}

/* line 93 : /imports/customers.styl */
#customers section.quote_panels .quote_panel .panel_top {
  height: 282px;
  width: 100%;
  position: relative;
}

/* line 97 : /imports/customers.styl */
#customers section.quote_panels .quote_panel .panel_top .portrait {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transition: filter 300ms ease-in;
  -moz-transition: filter 300ms ease-in;
  -o-transition: filter 300ms ease-in;
  -ms-transition: filter 300ms ease-in;
  transition: filter 300ms ease-in;
  filter: brightness(0.4);
}

/* line 105 : /imports/customers.styl */
#customers section.quote_panels .quote_panel .panel_bottom {
  height: 260px;
  color: #fff;
  text-align: center;
  padding: 20px;
}

/* line 110 : /imports/customers.styl */
#customers section.quote_panels .quote_panel .panel_bottom .quote {
  font-size: 16px;
  height: 100px;
  position: relative;
  margin-bottom: 20px;
}

/* line 115 : /imports/customers.styl */
#customers section.quote_panels .quote_panel .panel_bottom .quote:after {
  content: '';
  bottom: 0;
  position: absolute;
  width: 14px;
  left: 50%;
  margin-left: -7px;
  height: 1px;
  background-color: #fff;
}

/* line 124 : /imports/customers.styl */
#customers section.quote_panels .quote_panel .panel_bottom .quote_credit {
  height: 70px;
}

/* line 126 : /imports/customers.styl */
#customers section.quote_panels .quote_panel .panel_bottom .quote_credit .company_name {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 130 : /imports/customers.styl */
#customers section.quote_panels .quote_panel .panel_bottom .quote_credit .quoted_name {
  font-size: 14px;
  font-weight: 200;
}

/* line 133 : /imports/customers.styl */
#customers section.quote_panels .quote_panel .panel_bottom .quote_credit .quoted_title {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 137 : /imports/customers.styl */
#customers section.quote_panels .quote_panel .panel_bottom a {
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
}

/* line 141 : /imports/customers.styl */
#customers section.quote_panels .quote_panel:hover {
  background-color: #B12109;
}

/* line 143 : /imports/customers.styl */
#customers section.quote_panels .quote_panel:hover .play_button {
  background-image: url("images/customer/icon_play_button_hover.svg");
}

/* line 145 : /imports/customers.styl */
#customers section.quote_panels .quote_panel:hover .portrait {
  filter: brightness(1);
}

/* line 147 : /imports/customers.styl */
#customers section.quote_panels .play_button {
  border-radius: 50%;
  margin: 0 auto;
  height: 69px;
  width: 69px;
  left: 50%;
  top: 50%;
  -webkit-transition: 300ms background-image ease-in;
  -moz-transition: 300ms background-image ease-in;
  -o-transition: 300ms background-image ease-in;
  -ms-transition: 300ms background-image ease-in;
  transition: 300ms background-image ease-in;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  position: absolute;
  background-image: url("images/customer/icon_play_button.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 161 : /imports/customers.styl */
#customers section.quote_panels .play_button a {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 165 : /imports/customers.styl */
#customers section.successful_companies {
  background-color: #fff;
  padding-bottom: 50px;
}

/* line 168 : /imports/customers.styl */
#customers section.successful_companies h3 {
  text-align: center;
  max-width: 600px;
  margin: auto;
  font-size: 40px;
}

/* line 173 : /imports/customers.styl */
#customers section.successful_companies .body_conditional {
  margin-top: 25px;
}

/* line 175 : /imports/customers.styl */
#customers section.successful_companies section.customers {
  padding-top: 0;
}

/* line 177 : /imports/customers.styl */
section.customer_panels {
  padding: 100px 0 100px;
  background-color: #f0f0f0;
}

/* line 180 : /imports/customers.styl */
section.customer_panels h3 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
}

/* line 184 : /imports/customers.styl */
section.customer_panels ul {
  list-style: none;
}

/* line 186 : /imports/customers.styl */
section.customer_panels .customer_panel {
  height: 350px;
  width: calc(25% - 24px);
  margin: 0 10px 20px 10px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1024px) {

/* line 192 : /imports/customers.styl */
  section.customer_panels .customer_panel {
    width: calc(33% - 24px);
  }
}
@media screen and (max-width: 768px) {

/* line 194 : /imports/customers.styl */
  section.customer_panels .customer_panel {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 640px) {

/* line 196 : /imports/customers.styl */
  section.customer_panels .customer_panel {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
}

/* line 201 : /imports/customers.styl */
section.customer_panels .customer_panel .static_wrapper {
  z-index: 2;
}

/* line 203 : /imports/customers.styl */
section.customer_panels .customer_panel .customer_image {
  width: 100%;
  height: 174px;
  border-bottom: 2px solid #B12109;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}

/* line 210 : /imports/customers.styl */
section.customer_panels .customer_panel .customer_image .panel_play {
  background-image: url("images/customer/icon_play_button.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
  top: 10px;
  right: 10px;
  position: absolute;
  border-radius: 50%;
}

/* line 220 : /imports/customers.styl */
section.customer_panels .customer_panel .color_logo {
  width: 100%;
  height: 174px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 180px auto;
  -moz-background-size: 180px auto;
  background-size: 180px auto;
}

section.customer_panels .customer_panel .color_logo p {
	font-size:18px;
	line-height:174px;
  text-align: center;
}

/* line 227 : /imports/customers.styl */
section.customer_panels .customer_panel .hover_wrapper {
  opacity: 0;
  padding: 20px;
  background-color: #B12109;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 300ms opacity ease-in;
  -moz-transition: 300ms opacity ease-in;
  -o-transition: 300ms opacity ease-in;
  -ms-transition: 300ms opacity ease-in;
  transition: 300ms opacity ease-in;
}

/* line 237 : /imports/customers.styl */
section.customer_panels .customer_panel .hover_wrapper h6 {
  color: #fff;
  font-weight: bold;
  line-height: 2.0;
  text-align: center;
}

/* line 241 : /imports/customers.styl */
section.customer_panels .customer_panel .hover_wrapper p {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.7;
  text-align:left;
}

/* line 245 : /imports/customers.styl */
section.customer_panels .customer_panel .hover_wrapper a {
  color: #222;
  display: block;
  margin-bottom: 10px;
}

/* line 249 : /imports/customers.styl */
section.customer_panels .customer_panel .hover_wrapper .white_logo {
  width: 100px;
  height: 100px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  left: 20px;
  bottom: 5px;
}

/* line 258 : /imports/customers.styl */
section.customer_panels .customer_panel:hover .hover_wrapper {
  opacity: 1;
}

/* line 260 : /imports/customers.styl */
#customers section.additional_content {
  background-color: #fff;
  padding: 50px 0 100px;
}

/* line 263 : /imports/customers.styl */
#wistia_video.reveal-modal {
  width: 60vw;
  height: 40vw;
  padding: 20px;
  max-width: none;
  background-color: #000;
  border: 1px solid #000;
}

/* line 270 : /imports/customers.styl */
#wistia_video.reveal-modal > div {
  width: calc(60vw - 40px);
  height: calc(40vw - 40px);
  background-color: #000;
}

/* line 274 : /imports/customers.styl */
#wistia_video.reveal-modal .close-reveal-modal {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #000;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  z-index: 100;
}

/* line 283 : /imports/customers.styl */

/* line 283 : /imports/spotiq.styl */

/* line 1 : /imports/spotiq.styl */
#app_page {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #FFF;
}

/* line 5 : /imports/app.styl */
#app_page section {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 8 : /imports/app.styl */
#app_page section:nth-child(2n) {
  background-color: #eff1f5;
}
@media screen and (max-width: 640px) {

/* line 10 : /imports/app.styl */
  #app_page section {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}

/* line 13 : /imports/app.styl */
#app_page h2 {
  font-size: 40px;
  line-height: 1.5;
  margin: 0 auto 0px auto;
  text-align: center;
  max-width: 790px;
}
@media screen and (max-width: 640px) {

/* line 19 : /imports/app.styl */
  #app_page h2 {
    font-size: 28px;
  }
}

/* line 21 : /imports/app.styl */
#app_page p {
  font-size: 18px;
  color: #939499;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {

/* line 25 : /imports/app.styl */
  #app_page p {
    font-size: 16px;
  }
}

/* line 27 : /imports/app.styl */
#app_page p.title {
  color: #222;
}

/* line 29 : /imports/app.styl */
#app_page p.summary {
  margin: 0 auto 50px;
  max-width: 766px;
  text-align: center;
}

/* line 33 : /imports/app.styl */
#app_page section.hero {
  padding-top: 50px;
  padding-bottom: 310px;
  text-align: center;
  max-height: none;
  height: auto;
  overflow: visible;
}

/* line 40 : /imports/app.styl */
#app_page section.hero h1 {
  color: #939499;
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 25px;
}

/* line 45 : /imports/app.styl */
#app_page section.hero h1 span {
  font-size: 48px;
  color: #222;
}
@media screen and (max-width: 1024px) {

/* line 48 : /imports/app.styl */
  #app_page section.hero h1 {
    font-size: 38px;
  }

/* line 50 : /imports/app.styl */
  #app_page section.hero h1 span {
    font-size: 42px;
  }
}
@media screen and (max-width: 640px) {

/* line 52 : /imports/app.styl */
  #app_page section.hero h1 {
    font-size: 32px;
  }

/* line 54 : /imports/app.styl */
  #app_page section.hero h1 span {
    font-size: 38px;
  }
}
@media screen and (max-width: 400px) {

/* line 56 : /imports/app.styl */
  #app_page section.hero h1 {
    font-size: 28px;
  }

/* line 58 : /imports/app.styl */
  #app_page section.hero h1 span {
    font-size: 32px;
  }
}

/* line 60 : /imports/app.styl */
#app_page section.hero h5 {
  font-size: 20px;
  color: #939499;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {

/* line 64 : /imports/app.styl */
  #app_page section.hero h5 {
    font-size: 18px;
  }
}

/* line 66 : /imports/app.styl */
#app_page section.hero a.button:hover {
  background-color: #222;
}

/* line 68 : /imports/app.styl */
#app_page section.hero #hero_charts {
  position: absolute;
  width: 100%;
  top: 366px;
  left: 0;
  height: 540px;
}
@media screen and (max-width: 640px) {

/* line 74 : /imports/app.styl */
  #app_page section.hero #hero_charts {
    top: 400px;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -o-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

/* line 78 : /imports/app.styl */
#app_page section.hero #hero_charts > div {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  box-shadow: 0 20px 86px -15px rgba(19,19,19,0.3);
  z-index: 4;
  -webkit-transition: box-shadow 300ms ease-in, -webkit-transform 300ms ease-in;
  -moz-transition: box-shadow 300ms ease-in, -moz-transform 300ms ease-in;
  -o-transition: box-shadow 300ms ease-in, -o-transform 300ms ease-in;
  -ms-transition: box-shadow 300ms ease-in, -ms-transform 300ms ease-in;
  transition: box-shadow 300ms ease-in, transform 300ms ease-in;
}

/* line 87 : /imports/app.styl */
#app_page section.hero #hero_charts > div.active_chart {
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
  box-shadow: 0 50px 86px 0px rgba(19,19,19,0.3);
  z-index: 5;
}

/* line 91 : /imports/app.styl */
#app_page section.hero #hero_charts .chart {
  height: 196px;
  width: 196px;
  border-radius: 5px;
}

/* line 95 : /imports/app.styl */
#app_page section.hero #hero_charts .text {
  height: 100px;
  width: 412px;
  border-radius: 7px;
  background-color: #fff;
  -webkit-background-size: 350px auto;
  -moz-background-size: 350px auto;
  background-size: 350px auto;
  background-position: center center;
}

/* line 102 : /imports/app.styl */
#app_page section.hero #hero_charts .chart_1 {
  background-image: url("images/app/hero_images/chart_1.svg");
  top: 0;
  margin-left: -1044px;
}

/* line 106 : /imports/app.styl */
#app_page section.hero #hero_charts .chart_2 {
  background-image: url("images/app/hero_images/chart_2.svg");
  top: 0;
  margin-left: -828px;
}

/* line 110 : /imports/app.styl */
#app_page section.hero #hero_charts .chart_3 {
  background-image: url("images/app/hero_images/chart_3.svg");
  margin-left: -180px;
  top: 0;
}

/* line 114 : /imports/app.styl */
#app_page section.hero #hero_charts .chart_4 {
  background-image: url("images/app/hero_images/chart_4.svg");
  margin-left: 36px;
  top: -10px;
}

/* line 118 : /imports/app.styl */
#app_page section.hero #hero_charts .chart_5 {
  background-image: url("images/app/hero_images/chart_5.svg");
  margin-left: 252px;
  top: -10px;
}

/* line 122 : /imports/app.styl */
#app_page section.hero #hero_charts .chart_6 {
  background-image: url("images/app/hero_images/chart_6.svg");
  margin-left: 468px;
  top: -110px;
}

/* line 126 : /imports/app.styl */
#app_page section.hero #hero_charts .chart_7 {
  background-image: url("images/app/hero_images/chart_7.svg");
  margin-left: 684px;
  top: -110px;
}

/* line 130 : /imports/app.styl */
#app_page section.hero #hero_charts .chart_8 {
  background-image: url("images/app/hero_images/chart_8.svg");
  top: 216px;
  margin-left: -1044px;
}

/* line 134 : /imports/app.styl */
#app_page section.hero #hero_charts .chart_9 {
  background-image: url("images/app/hero_images/chart_9.svg");
  top: 216px;
  margin-left: -828px;
}

/* line 138 : /imports/app.styl */
#app_page section.hero #hero_charts .chart_10 {
  background-image: url("images/app/hero_images/chart_10.svg");
  top: 120px;
  margin-left: -612px;
}

/* line 142 : /imports/app.styl */
#app_page section.hero #hero_charts .chart_11 {
  background-image: url("images/app/hero_images/chart_11.svg");
  top: 120px;
  margin-left: -396px;
}

/* line 146 : /imports/app.styl */
#app_page section.hero #hero_charts .chart_12 {
  background-image: url("images/app/hero_images/chart_12.svg");
  top: 206px;
  margin-left: 252px;
}

/* line 150 : /imports/app.styl */
#app_page section.hero #hero_charts .chart_13 {
  background-image: url("images/app/hero_images/chart_4.svg");
  margin-left: 468px;
  top: 226px;
}

/* line 154 : /imports/app.styl */
#app_page section.hero #hero_charts .chart_14 {
  background-image: url("images/app/hero_images/chart_14.svg");
  top: 226px;
  margin-left: 684px;
}

/* line 158 : /imports/app.styl */
#app_page section.hero #hero_charts .chart_15 {
  background-image: url("images/app/hero_images/chart_2.svg");
  margin-left: -612px;
  top: 336px;
}

/* line 162 : /imports/app.styl */
#app_page section.hero #hero_charts .text_1 {
  background-image: url("images/app/hero_images/text_1.png");
  top: 0;
  margin-left: -612px;
}

/* line 166 : /imports/app.styl */
#app_page section.hero #hero_charts .text_2 {
  background-image: url("images/app/hero_images/text_2.png");
  top: 216px;
  margin-left: -180px;
}

/* line 170 : /imports/app.styl */
#app_page section.hero #hero_charts .text_3 {
  background-image: url("images/app/hero_images/text_3.png");
  margin-left: -1044px;
  top: 432px;
}

/* line 174 : /imports/app.styl */
#app_page section.hero #hero_charts .text_4 {
  background-image: url("images/app/hero_images/text_4.svg");
  top: 106px;
  margin-left: 468px;
}

/* line 179 : /imports/app.styl */
#app_page section.get_answers {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {

/* line 182 : /imports/app.styl */
  #app_page section.get_answers {
    padding-top: 75px;
  }
}

/* line 184 : /imports/app.styl */
#app_page section.get_answers h2 {
  padding: 50px 0 40px 0;
  text-align: left;
}

/* line 186 : /imports/app.styl */
#app_page section.get_answers .pulled-up {

}

/* line 188 : /imports/app.styl */
#app_page section.get_answers img {
  max-width: 500px;
  position: relative;
}
@media screen and (max-width: 640px) {

/* line 192 : /imports/app.styl */
  #app_page section.get_answers img {
    margin-bottom: 24px;
    max-width: 300px;
  }
}

/* line 195 : /imports/app.styl */
#app_page section.get_answers p {
  text-align: left;
  margin-bottom:15px;
}

/* line 197 : /imports/app.styl */
#app_page section.spot_trends {
  text-align: center;
}

/* line 199 : /imports/app.styl */

/* line 200 : /imports/app.styl */
#app_page section.spot_trends .img_box img {
  margin-bottom: 24px;
  box-shadow: 0 2px 10px 0 rgba(116,116,116,0.5);
}

/* line 203 : /imports/app.styl */
#app_page section.spot_trends .img_box p {
  font-size: 14px;
  padding: 0 17px;
}

/* line 206 : /imports/app.styl */

/* line 207 : /imports/app.styl */
#app_page section.give_feedback .slide:focus {
  outline: 0;
}

/* line 209 : /imports/app.styl */
#app_page section.give_feedback .image_roll {
  clear: both;
  max-height: 440px;
  overflow: hidden;
}

/* line 213 : /imports/app.styl */
#app_page section.give_feedback .slide_image {
  height: 120px;
  width: 120px;
  margin: 24px auto;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 2px 10px 0 rgba(116,116,116,0.5);
  cursor: pointer;
  position: relative;
}

/* line 223 : /imports/app.styl */
#app_page section.give_feedback .slide_image.round {
  border-radius: 50%;
}

/* line 225 : /imports/app.styl */
#app_page section.give_feedback .slide_image:not(.round):after {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url("images/app/thumbs_up_grey.svg");
  background-repeat: no-repeat;
}

/* line 234 : /imports/app.styl */
#app_page section.give_feedback .slide_image.thumbs_up:hover:after,
#app_page section.give_feedback .slide_image.thumbs_up.active:after {
  background-image: url("images/app/thumbs_up_green.svg");
}

/* line 236 : /imports/app.styl */
#app_page section.give_feedback .slide_image.thumbs_down:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 238 : /imports/app.styl */
#app_page section.give_feedback .slide_image.thumbs_down:hover:after,
#app_page section.give_feedback .slide_image.thumbs_down.active:after {
  background-image: url("images/app/thumbs_up_red.svg");
}

/* line 240 : /imports/app.styl */

/* line 241 : /imports/app.styl */
#app_page section.ai_insights div.clasped_hands {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 940px;
  padding-bottom: 45%;
  margin: 0 auto 0;
  position: relative;
  background-position: center center;
}
@media screen and (max-width: 640px) {

/* line 250 : /imports/app.styl */
  #app_page section.ai_insights div.clasped_hands {
    padding-bottom: 70%;
    background-position: center bottom;
    background-image: url("images/app/AI_Handshake_2_mobile.png") !important;
  }
}

/* line 254 : /imports/app.styl */
#app_page section.ai_insights .arrow {
  display: none;
}
@media screen and (max-width: 640px) {

/* line 256 : /imports/app.styl */
  #app_page section.ai_insights .arrow {
    display: block;
    width: 49%;
    height: 50px;
    text-align: center;
    margin-bottom: 25px;
    line-height: 25px;
    float: left;
    padding: 0 5%;
  }
}

/* line 265 : /imports/app.styl */

/* line 266 : /imports/app.styl */
#app_page section.smarter_insight img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  width: 939px;
  padding: 0 20px;
}

/* line 273 : /imports/app.styl */

/* line 276 : /imports/app.styl */
#app_page section.how_app_works p {
  max-width: 420px;
  line-height: 36px;
}
@media screen and (max-width: 640px) {

/* line 278 : /imports/app.styl */
  #app_page section.how_app_works p {
    max-width: 100%;
  }
}

/* line 280 : /imports/app.styl */
#app_page section.how_app_works p.title {
  margin-top: 50px;
  font-size: 22px;
}

/* line 283 : /imports/app.styl */
#app_page section.how_app_works .row {
  margin-bottom: 100px;
}

/* line 285 : /imports/app.styl */
#app_page section.how_app_works .row.last-child {
  margin-bottom: 0;
}

/* line 287 : /imports/app.styl */
#app_page section.how_app_works img {
  margin: 0 auto 25px;
  display: block;
}

/* line 290 : /imports/app.styl */
#app_page section.app_cta {
  padding-top: 150px;
  padding-bottom: 150px;
  border-top: 1px solid #cdcdce;
  background-color: #eff1f5;
}

/* line 295 : /imports/app.styl */
#app_page section.app_cta .button_wrapper {
  text-align: center;
}

/* line 297 : /imports/app.styl */
#app_page section.app_cta .button_wrapper .button {
  display: inline-block;
}

/* line 299 : /imports/app.styl */
#app_page section.app_cta .button_wrapper .button:first-child {
  margin-right: 24px;
}
@media screen and (max-width: 640px) {

/* line 301 : /imports/app.styl */
  #app_page section.app_cta .button_wrapper .button:first-child {
    margin-right: 0;
  }
}

/* line 303 : /imports/app.styl */
#app_page section.app_cta .button_wrapper .button:hover {
  background-color: #fff;
  color: #222;
}

/* line 306 : /imports/app.styl */
body.app #demo-form {
  min-width: 400px;
}

/* line 308 : /imports/app.styl */
body.app #demo-form form {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 311 : /imports/app.styl */
body.app #demo-form form input,
body.app #demo-form form select,
body.app #demo-form form button {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 314 : /imports/app.styl */
body.app #demo-form form .mktoFormCol,
body.app #demo-form form .mktoFieldWrap,
body.app #demo-form form .mktoButtonRow {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 317 : /imports/app.styl */
body.app #demo-form form .mktoFormCol {
  margin-bottom: 0 !important;
}

/* line 319 : /imports/app.styl */
body.app #demo-form form .mktoOffset {
  width: 0 !important;
}

/* line 321 : /imports/app.styl */
body.app #demo-form form .mktoButtonWrap {
  margin: 0 !important;
}

/* line 323 : /imports/app.styl */
body.app #demo-form form .mktoGutter {
  height: 0.1em;
}

/* line 325 : /imports/app.styl */
body.app #demo-form form button {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

/* line 329 : /imports/app.styl */
body.app #demo-form form .mktoForm input[type=text],
body.app #demo-form form .mktoForm input[type=url],
body.app #demo-form form .mktoForm input[type=email],
body.app #demo-form form .mktoForm input[type=tel],
body.app #demo-form form .mktoForm input[type=number],
body.app #demo-form form .mktoForm input[type=date],
body.app #demo-form form .mktoForm textarea.mktoField,
body.app #demo-form form .mktoForm select.mktoField {
  font-size: 14px;
}
@media screen and (max-width: 640px) {

/* line 332 : /imports/app.styl */
  .reveal-modal.tiny {
    width: 100%;
  }
}

body.data:not(.spotiq-subpath) header {
  background-color: #eff1f5;
}

/* line 7 : /Users/justin/Documents/localdev/thought/thoughtspot/imports/header.styl */
body.data:not(.spotiq-subpath) header.nav-up {
  background-color: #fff;
}

#data_page {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #eff1f5;
}

/* line 5 : /imports/data.styl */
#data_page section {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 8 : /imports/data.styl */
#data_page section:nth-child(2n) {
  background-color: #fff;
}
@media screen and (max-width: 640px) {

/* line 10 : /imports/data.styl */
  #data_page section {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}

/* line 13 : /imports/data.styl */
#data_page h2 {
  font-size: 40px;
  line-height: 1.5;
  margin: 0 auto 0px auto;
  text-align: center;
  max-width: 790px;
}
@media screen and (max-width: 640px) {

/* line 19 : /imports/data.styl */
  #data_page h2 {
    font-size: 28px;
  }
}

/* line 21 : /imports/data.styl */
#data_page p {
  font-size: 18px;
  color: #939499;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {

/* line 25 : /imports/data.styl */
  #data_page p {
    font-size: 16px;
  }
}

/* line 27 : /imports/data.styl */
#data_page p.title {
  color: #222;
}

/* line 29 : /imports/data.styl */
#data_page p.summary {
  margin: 0 auto 50px;
  max-width: 766px;
  text-align: center;
}

/* line 33 : /imports/data.styl */
#data_page section.hero {
  padding-top: 50px;
  padding-bottom: 310px;
  text-align: center;
  max-height: none;
  height: auto;
  overflow: visible;
}

/* line 40 : /imports/data.styl */
#data_page section.hero h1 {
  color: #939499;
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 25px;
}

/* line 45 : /imports/data.styl */
#data_page section.hero h1 span {
  font-size: 48px;
  color: #222;
}
@media screen and (max-width: 1024px) {

/* line 48 : /imports/data.styl */
  #data_page section.hero h1 {
    font-size: 38px;
  }

/* line 50 : /imports/data.styl */
  #data_page section.hero h1 span {
    font-size: 42px;
  }
}
@media screen and (max-width: 640px) {

/* line 52 : /imports/data.styl */
  #data_page section.hero h1 {
    font-size: 32px;
  }

/* line 54 : /imports/data.styl */
  #data_page section.hero h1 span {
    font-size: 38px;
  }
}
@media screen and (max-width: 400px) {

/* line 56 : /imports/data.styl */
  #data_page section.hero h1 {
    font-size: 28px;
  }

/* line 58 : /imports/data.styl */
  #data_page section.hero h1 span {
    font-size: 32px;
  }
}

/* line 60 : /imports/data.styl */
#data_page section.hero h5 {
  font-size: 20px;
  color: #939499;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {

/* line 64 : /imports/data.styl */
  #data_page section.hero h5 {
    font-size: 18px;
  }
}

/* line 66 : /imports/data.styl */
#data_page section.hero a.button:hover {
  background-color: #222;
}

/* line 68 : /imports/data.styl */
#data_page section.hero #hero_charts {
  position: absolute;
  width: 100%;
  top: 366px;
  left: 0;
  height: 540px;
}
@media screen and (max-width: 640px) {

/* line 74 : /imports/data.styl */
  #data_page section.hero #hero_charts {
    top: 400px;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -o-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

/* line 78 : /imports/data.styl */
#data_page section.hero #hero_charts > div {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  box-shadow: 0 20px 86px -15px rgba(19,19,19,0.3);
  z-index: 4;
  -webkit-transition: box-shadow 300ms ease-in, -webkit-transform 300ms ease-in;
  -moz-transition: box-shadow 300ms ease-in, -moz-transform 300ms ease-in;
  -o-transition: box-shadow 300ms ease-in, -o-transform 300ms ease-in;
  -ms-transition: box-shadow 300ms ease-in, -ms-transform 300ms ease-in;
  transition: box-shadow 300ms ease-in, transform 300ms ease-in;
}

/* line 87 : /imports/data.styl */
#data_page section.hero #hero_charts > div.active_chart {
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
  box-shadow: 0 50px 86px 0px rgba(19,19,19,0.3);
  z-index: 5;
}

/* line 91 : /imports/data.styl */
#data_page section.hero #hero_charts .chart {
  height: 196px;
  width: 196px;
  border-radius: 5px;
}

/* line 95 : /imports/data.styl */
#data_page section.hero #hero_charts .text {
  height: 100px;
  width: 412px;
  border-radius: 7px;
  background-color: #fff;
  -webkit-background-size: 350px auto;
  -moz-background-size: 350px auto;
  background-size: 350px auto;
  background-position: center center;
}

/* line 102 : /imports/data.styl */
#data_page section.hero #hero_charts .chart_1 {
  background-image: url("images/data/hero_images/chart_1.svg");
  top: 0;
  margin-left: -1044px;
}

/* line 106 : /imports/data.styl */
#data_page section.hero #hero_charts .chart_2 {
  background-image: url("images/data/hero_images/chart_2.svg");
  top: 0;
  margin-left: -828px;
}

/* line 110 : /imports/data.styl */
#data_page section.hero #hero_charts .chart_3 {
  background-image: url("images/data/hero_images/chart_3.svg");
  margin-left: -180px;
  top: 0;
}

/* line 114 : /imports/data.styl */
#data_page section.hero #hero_charts .chart_4 {
  background-image: url("images/data/hero_images/chart_4.svg");
  margin-left: 36px;
  top: -10px;
}

/* line 118 : /imports/data.styl */
#data_page section.hero #hero_charts .chart_5 {
  background-image: url("images/data/hero_images/chart_5.svg");
  margin-left: 252px;
  top: -10px;
}

/* line 122 : /imports/data.styl */
#data_page section.hero #hero_charts .chart_6 {
  background-image: url("images/data/hero_images/chart_6.svg");
  margin-left: 468px;
  top: -110px;
}

/* line 126 : /imports/data.styl */
#data_page section.hero #hero_charts .chart_7 {
  background-image: url("images/data/hero_images/chart_7.svg");
  margin-left: 684px;
  top: -110px;
}

/* line 130 : /imports/data.styl */
#data_page section.hero #hero_charts .chart_8 {
  background-image: url("images/data/hero_images/chart_8.svg");
  top: 216px;
  margin-left: -1044px;
}

/* line 134 : /imports/data.styl */
#data_page section.hero #hero_charts .chart_9 {
  background-image: url("images/data/hero_images/chart_9.svg");
  top: 216px;
  margin-left: -828px;
}

/* line 138 : /imports/data.styl */
#data_page section.hero #hero_charts .chart_10 {
  background-image: url("images/data/hero_images/chart_10.svg");
  top: 120px;
  margin-left: -612px;
}

/* line 142 : /imports/data.styl */
#data_page section.hero #hero_charts .chart_11 {
  background-image: url("images/data/hero_images/chart_11.svg");
  top: 120px;
  margin-left: -396px;
}

/* line 146 : /imports/data.styl */
#data_page section.hero #hero_charts .chart_12 {
  background-image: url("images/data/hero_images/chart_12.svg");
  top: 206px;
  margin-left: 252px;
}

/* line 150 : /imports/data.styl */
#data_page section.hero #hero_charts .chart_13 {
  background-image: url("images/data/hero_images/chart_4.svg");
  margin-left: 468px;
  top: 226px;
}

/* line 154 : /imports/data.styl */
#data_page section.hero #hero_charts .chart_14 {
  background-image: url("images/data/hero_images/chart_14.svg");
  top: 226px;
  margin-left: 684px;
}

/* line 158 : /imports/data.styl */
#data_page section.hero #hero_charts .chart_15 {
  background-image: url("images/data/hero_images/chart_2.svg");
  margin-left: -612px;
  top: 336px;
}

/* line 162 : /imports/data.styl */
#data_page section.hero #hero_charts .text_1 {
  background-image: url("images/data/hero_images/text_1.png");
  top: 0;
  margin-left: -612px;
}

/* line 166 : /imports/data.styl */
#data_page section.hero #hero_charts .text_2 {
  background-image: url("images/data/hero_images/text_2.png");
  top: 216px;
  margin-left: -180px;
}

/* line 170 : /imports/data.styl */
#data_page section.hero #hero_charts .text_3 {
  background-image: url("images/data/hero_images/text_3.png");
  margin-left: -1044px;
  top: 432px;
}

/* line 174 : /imports/data.styl */
#data_page section.hero #hero_charts .text_4 {
  background-image: url("images/data/hero_images/text_4.png");
  top: 106px;
  margin-left: 468px;
}

/* line 179 : /imports/data.styl */
#data_page section.get_answers {
  padding-top: 300px;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {

/* line 182 : /imports/data.styl */
  #data_page section.get_answers {
    padding-top: 75px;
  }
}

/* line 184 : /imports/data.styl */
#data_page section.get_answers h2 {
  padding: 50px 0;
}

/* line 186 : /imports/data.styl */
#data_page section.get_answers .pulled-up {

}

/* line 188 : /imports/data.styl */
#data_page section.get_answers img {
	max-width: 500px;
  max-height:550px;
  position: relative;
}
@media screen and (max-width: 640px) {

/* line 192 : /imports/data.styl */
  #data_page section.get_answers img {
    margin-bottom: 24px;
    max-width: 300px;
  }
}

/* line 195 : /imports/data.styl */
#data_page section.get_answers p {
  text-align: left;
  margin-bottom:15px;
}

/* line 197 : /imports/data.styl */
#data_page section.spot_trends {
  text-align: center;
}

/* line 199 : /imports/data.styl */

/* line 200 : /imports/data.styl */
#data_page section.spot_trends .img_box img {
  margin-bottom: 24px;
  box-shadow: 0 2px 10px 0 rgba(116,116,116,0.5);
}

/* line 203 : /imports/data.styl */
#data_page section.spot_trends .img_box p {
  font-size: 14px;
  padding: 0 17px;
}

/* line 206 : /imports/data.styl */

/* line 207 : /imports/data.styl */
#data_page section.give_feedback .slide:focus {
  outline: 0;
}

/* line 209 : /imports/data.styl */
#data_page section.give_feedback .image_roll {
  clear: both;
  max-height: 440px;
  overflow: hidden;
}

/* line 213 : /imports/data.styl */
#data_page section.give_feedback .slide_image {
  height: 120px;
  width: 120px;
  margin: 24px auto;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 2px 10px 0 rgba(116,116,116,0.5);
  cursor: pointer;
  position: relative;
}

/* line 223 : /imports/data.styl */
#data_page section.give_feedback .slide_image.round {
  border-radius: 50%;
}

/* line 225 : /imports/data.styl */
#data_page section.give_feedback .slide_image:not(.round):after {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url("images/data/thumbs_up_grey.svg");
  background-repeat: no-repeat;
}

/* line 234 : /imports/data.styl */
#data_page section.give_feedback .slide_image.thumbs_up:hover:after,
#data_page section.give_feedback .slide_image.thumbs_up.active:after {
  background-image: url("images/data/thumbs_up_green.svg");
}

/* line 236 : /imports/data.styl */
#data_page section.give_feedback .slide_image.thumbs_down:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 238 : /imports/data.styl */
#data_page section.give_feedback .slide_image.thumbs_down:hover:after,
#data_page section.give_feedback .slide_image.thumbs_down.active:after {
  background-image: url("images/data/thumbs_up_red.svg");
}

/* line 240 : /imports/data.styl */

/* line 241 : /imports/data.styl */
#data_page section.ai_insights div.clasped_hands {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 940px;
  padding-bottom: 45%;
  margin: 0 auto 0;
  position: relative;
  background-position: center center;
}
@media screen and (max-width: 640px) {

/* line 250 : /imports/data.styl */
  #data_page section.ai_insights div.clasped_hands {
    padding-bottom: 70%;
    background-position: center bottom;
    background-image: url("images/data/AI_Handshake_2_mobile.png") !important;
  }
}

/* line 254 : /imports/data.styl */
#data_page section.ai_insights .arrow {
  display: none;
}
@media screen and (max-width: 640px) {

/* line 256 : /imports/data.styl */
  #data_page section.ai_insights .arrow {
    display: block;
    width: 49%;
    height: 50px;
    text-align: center;
    margin-bottom: 25px;
    line-height: 25px;
    float: left;
    padding: 0 5%;
  }
}

/* line 265 : /imports/data.styl */

/* line 266 : /imports/data.styl */
#data_page section.smarter_insight img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  width: 939px;
  padding: 0 20px;
}

/* line 273 : /imports/data.styl */

/* line 276 : /imports/data.styl */
#data_page section.how_data_works p {
  max-width: 420px;
}
@media screen and (max-width: 640px) {

/* line 278 : /imports/data.styl */
  #data_page section.how_data_works p {
    max-width: 100%;
  }
}

/* line 280 : /imports/data.styl */
#data_page section.how_data_works p.title {
  margin-top: 20px;
  font-size: 22px;
}

/* line 283 : /imports/data.styl */
#data_page section.how_data_works .row {
  padding-bottom: 100px;
}

/* line 285 : /imports/data.styl */
#data_page section.how_data_works .row.last-child {
  margin-bottom: 0;
}

/* line 287 : /imports/data.styl */
#data_page section.how_data_works img {
  margin: 0 auto 0px;
  display: block;
  width:450px;
}

/* line 290 : /imports/data.styl */
#data_page section.data_cta {
  padding-top: 150px;
  padding-bottom: 150px;
  border-top: 1px solid #cdcdce;
  background-color: #eff1f5;
}

/* line 295 : /imports/data.styl */
#data_page section.data_cta .button_wrdataer {
  text-align: center;
}

/* line 297 : /imports/data.styl */
#data_page section.data_cta .button_wrdataer .button {
  display: inline-block;
}

/* line 299 : /imports/data.styl */
#data_page section.data_cta .button_wrdataer .button:first-child {
  margin-right: 24px;
}
@media screen and (max-width: 640px) {

/* line 301 : /imports/data.styl */
  #data_page section.data_cta .button_wrdataer .button:first-child {
    margin-right: 0;
  }
}

/* line 303 : /imports/data.styl */
#data_page section.data_cta .button_wrdataer .button:hover {
  background-color: #fff;
  color: #222;
}

/* line 306 : /imports/data.styl */
body.data #demo-form {
  min-width: 400px;
}

/* line 308 : /imports/data.styl */
body.data #demo-form form {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 311 : /imports/data.styl */
body.data #demo-form form input,
body.data #demo-form form select,
body.data #demo-form form button {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 314 : /imports/data.styl */
body.data #demo-form form .mktoFormCol,
body.data #demo-form form .mktoFieldWrap,
body.data #demo-form form .mktoButtonRow {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 317 : /imports/data.styl */
body.data #demo-form form .mktoFormCol {
  margin-bottom: 0 !important;
}

/* line 319 : /imports/data.styl */
body.data #demo-form form .mktoOffset {
  width: 0 !important;
}

/* line 321 : /imports/data.styl */
body.data #demo-form form .mktoButtonWrap {
  margin: 0 !important;
}

/* line 323 : /imports/data.styl */
body.data #demo-form form .mktoGutter {
  height: 0.1em;
}

/* line 325 : /imports/data.styl */
body.data #demo-form form button {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

/* line 329 : /imports/data.styl */
body.data #demo-form form .mktoForm input[type=text],
body.data #demo-form form .mktoForm input[type=url],
body.data #demo-form form .mktoForm input[type=email],
body.data #demo-form form .mktoForm input[type=tel],
body.data #demo-form form .mktoForm input[type=number],
body.data #demo-form form .mktoForm input[type=date],
body.data #demo-form form .mktoForm textarea.mktoField,
body.data #demo-form form .mktoForm select.mktoField {
  font-size: 14px;
}
@media screen and (max-width: 640px) {

/* line 332 : /imports/data.styl */
  .reveal-modal.tiny {
    width: 100%;
  }
}


/* line 333 : /imports/case_study.styl */

/* line 1 : /imports/case_study.styl */

/* line 2 : /imports/case_study.styl */
#case_study section.hero {
  height: 450px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

/* line 8 : /imports/case_study.styl */
#case_study section.hero .hero_split_image {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 16 : /imports/case_study.styl */
#case_study section.hero .hero_split_image.hero_image_1 {
  left: 0;
}

/* line 18 : /imports/case_study.styl */
#case_study section.hero .hero_split_image.hero_image_2 {
  right: 0;
}

/* line 20 : /imports/case_study.styl */
#case_study section.hero div.logo_wrapper {
  margin: auto;
  width: 800px;
  max-width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  overflow: hidden;
}

/* line 28 : /imports/case_study.styl */
#case_study section.hero div.logo_wrapper .white_logo {
  width: 30%;
  border-right: 2px solid #fff;
  float: left;
  padding: 0 20px;
  height: 150px;
  position: relative;
}

/* line 35 : /imports/case_study.styl */
#case_study section.hero div.logo_wrapper .white_logo img {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: calc(100% - 40px);
}

/* line 41 : /imports/case_study.styl */
#case_study section.hero div.logo_wrapper .title {
  width: 70%;
  float: left;
  padding: 0 20px;
  position: relative;
  height: 150px;
}

/* line 47 : /imports/case_study.styl */
#case_study section.hero div.logo_wrapper .title h1 {
  text-align: left;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: calc(100% - 40px);
}

/* line 54 : /imports/case_study.styl */
#case_study section.customer_details {
  background-color: #eff1f5;
  padding: 2rem 0 2rem;
}

/* line 57 : /imports/case_study.styl */
#case_study section.customer_details h2 {
  text-align: center;
  margin-bottom: 2rem;
}

/* line 60 : /imports/case_study.styl */
#case_study section.customer_details h6 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

/* line 64 : /imports/case_study.styl */
#case_study section.customer_details p {
  margin: 0;
  font-size: 1rem;
}

/* line 67 : /imports/case_study.styl */
#case_study section.customer_details .details_wrapper {
  height: 80px;
  padding-top: 15px;
  padding-left: 90px;
  background-image: url("images/case_study/Purple_circle.svg");
  background-position: left center;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

/* line 76 : /imports/case_study.styl */
#case_study section.customer_details .details_wrapper.industry {
  background-image: url("images/case_study/icon_industry.png");
}

/* line 78 : /imports/case_study.styl */
#case_study section.customer_details .details_wrapper.departments {
  background-image: url("images/case_study/icon_departments.png");
}

/* line 80 : /imports/case_study.styl */
#case_study section.customer_details .details_wrapper.website {
  background-image: url("images/case_study/icon_website.png");
}

/* line 82 : /imports/case_study.styl */
#case_study section.customer_details .details_wrapper.sources {
  background-image: url("images/case_study/icon_data_sources.png");
}
@media screen and (max-width: 640px) {

/* line 84 : /imports/case_study.styl */
  #case_study section.customer_details .details_wrapper {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 89 : /imports/case_study.styl */

/* line 90 : /imports/case_study.styl */
#case_study section.body .columns.quote {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}

/* line 98 : /imports/case_study.styl */
#case_study section.body .columns.quote img {
  width: 120px;
  float: left;
}
@media screen and (max-width: 640px) {

/* line 101 : /imports/case_study.styl */
  #case_study section.body .columns.quote img {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}

/* line 105 : /imports/case_study.styl */
#case_study section.body .columns.quote .quote_wrapper {
  float: left;
  width: calc(100% - 120px);
  padding-left: 60px;
}
@media screen and (max-width: 640px) {

/* line 109 : /imports/case_study.styl */
  #case_study section.body .columns.quote .quote_wrapper {
    width: 100%;
    padding: 0 30px;
    float: none;
    text-align: center;
  }
}

/* line 114 : /imports/case_study.styl */
#case_study section.body .columns.quote .quote_wrapper .quote_text {
  font-size: 20px;
  color: #333;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 480) {

/* line 119 : /imports/case_study.styl */
  #case_study section.body .columns.quote .quote_wrapper .quote_text {
    font-size: 16px;
  }
}

/* line 121 : /imports/case_study.styl */
#case_study section.body .columns.quote .quote_wrapper .quote_text .quote_anchor {
  display: inline-block;
  position: relative;
}

/* line 124 : /imports/case_study.styl */
#case_study section.body .columns.quote .quote_wrapper .quote_text .quote_anchor:before {
  position: absolute;
  height: 20px;
  width: 20px;
  color: #B12109;
  display: block;
  font-size: 80px;
}

/* line 131 : /imports/case_study.styl */
#case_study section.body .columns.quote .quote_wrapper .quote_text .quote_anchor.anchor_1:before {
  content: '“';
  top: -60px;
  left: -40px;
}

/* line 135 : /imports/case_study.styl */
#case_study section.body .columns.quote .quote_wrapper .quote_text .quote_anchor.anchor_2:before {
  content: '”';
  bottom: 25px;
  right: -25px;
}

/* line 139 : /imports/case_study.styl */
#case_study section.body .columns.quote .quote_wrapper .quote_credit {
  font-size: 16px;
}

/* line 141 : /imports/case_study.styl */
#case_study section.buttons {
  padding-top: 150px;
  padding-bottom: 150px;
  border-top: 1px solid #cdcdce;
  background-color: #eff1f5;
}

/* line 146 : /imports/case_study.styl */
#case_study section.buttons .button_wrapper {
  text-align: center;
}

/* line 148 : /imports/case_study.styl */
#case_study section.buttons .button_wrapper .button {
  display: inline-block;
}

/* line 150 : /imports/case_study.styl */
#case_study section.buttons .button_wrapper .button:first-child {
  margin-right: 24px;
}
@media screen and (max-width: 640px) {

/* line 152 : /imports/case_study.styl */
  #case_study section.buttons .button_wrapper .button:first-child {
    margin-right: 0;
  }
}

/* line 154 : /imports/case_study.styl */
#case_study section.buttons .button_wrapper .button:hover {
  background-color: #fff;
  color: #222;
}

/* line 156 : /imports/case_study.styl */

/* line 156 : /imports/marketo_forms.styl */

/* line 1 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper {
  overflow: hidden;
}

/* line 3 : /imports/marketo_forms.styl */

/* line 4 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto !important;
  width: 100% !important;
  max-width: 350px !important;
  margin: 0 auto;
  display: block;
  padding: 20px;
}
@media screen and (max-width: 640px) {

/* line 12 : /imports/marketo_forms.styl */
  .mkto_form_style_wrapper.label_move .mktoForm {
    max-width: 100% !important;
  }
}

/* line 14 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm .mktoFormRow,
.mkto_form_style_wrapper.label_move .mktoForm .mktoButtonRow {
  clear: none !important;
  float: left;
  margin-bottom: 0;
}

/* line 18 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm .mktoFieldWrap {
  width: 100%;
}

/* line 20 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm .mktoFormCol {
  width: 100%;
}

/* line 22 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm .mktoFormRow {
  width: 100% !important;
  position: relative;
}

/* line 25 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm .mktoButtonRow {
  width: 100% !important;
  text-align: center;
  padding-top: 30px;
}

/* line 29 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}

/* line 31 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm .mktoButtonWrap .mktoButton {
  width: 180px !important;
  background-color: #B12109 !important;
  border: 1px solid #B12109 !important;
}
@media screen and (max-width: 640px) {

/* line 35 : /imports/marketo_forms.styl */
  .mkto_form_style_wrapper.label_move .mktoForm .mktoButtonWrap .mktoButton {
    width: 100% !important;
    padding: 0 !important;
    height: 40px;
  }
}

/* line 39 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm .mktoButtonWrap .mktoButton:active {
  background-color: #333 !important;
  border: 1px solid #333 !important;
}

/* line 42 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm .mktoGutter,
.mkto_form_style_wrapper.label_move .mktoForm .mktoOffset {
  display: none;
}

/* line 44 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm label {
  display: block !important;
  position: absolute;
  bottom: 12px;
  left: 15px;
  width: calc(100% - 15px) !important;
  font-size: 16px;
  font-weight: normal !important;
  -webkit-transition: -webkit-transform 300ms ease-in;
  -moz-transition: -moz-transform 300ms ease-in;
  -o-transition: -o-transform 300ms ease-in;
  -ms-transition: -ms-transform 300ms ease-in;
  transition: transform 300ms ease-in;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  pointer-events: none;
}

/* line 55 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm label.focused,
.mkto_form_style_wrapper.label_move .mktoForm label.filled_out {
  -webkit-transform: translate3d(-10px, -20px, 0px) scale(0.75);
  -moz-transform: translate3d(-10px, -20px, 0px) scale(0.75);
  -o-transform: translate3d(-10px, -20px, 0px) scale(0.75);
  -ms-transform: translate3d(-10px, -20px, 0px) scale(0.75);
  transform: translate3d(-10px, -20px, 0px) scale(0.75);
}

/* line 57 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm .mktoAsterix {
  display: none;
}

/* line 59 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm input[type=text],
.mkto_form_style_wrapper.label_move .mktoForm input[type=email],
.mkto_form_style_wrapper.label_move .mktoForm input[type=tel],
.mkto_form_style_wrapper.label_move .mktoForm select {
  margin-top: 20px;
  border: 0 solid #333 !important;
  border-width: 0 0 2px 0 !important;
  border-color: #333 !important;
  background-color: transparent !important;
  width: 100% !important;
  height: 40px;
  border-radius: 0 !important;
  padding: 0px 10px !important;
  font-size: 16px;
  -webkit-transition: border 300ms ease-in, background-color 300ms ease-in, background-image 300ms ease-in;
  -moz-transition: border 300ms ease-in, background-color 300ms ease-in, background-image 300ms ease-in;
  -o-transition: border 300ms ease-in, background-color 300ms ease-in, background-image 300ms ease-in;
  -ms-transition: border 300ms ease-in, background-color 300ms ease-in, background-image 300ms ease-in;
  transition: border 300ms ease-in, background-color 300ms ease-in, background-image 300ms ease-in;
  box-shadow: none;
  position: relative;
  background-image: none;
  background-position: right 10px center;
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

/* line 77 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm input[type=text]:focus,
.mkto_form_style_wrapper.label_move .mktoForm input[type=email]:focus,
.mkto_form_style_wrapper.label_move .mktoForm input[type=tel]:focus,
.mkto_form_style_wrapper.label_move .mktoForm select:focus,
.mkto_form_style_wrapper.label_move .mktoForm input[type=text].mktoValid,
.mkto_form_style_wrapper.label_move .mktoForm input[type=email].mktoValid,
.mkto_form_style_wrapper.label_move .mktoForm input[type=tel].mktoValid,
.mkto_form_style_wrapper.label_move .mktoForm select.mktoValid {
  border: 0 solid #00aeff !important;
  border-width: 0 0 2px 0 !important;
  background-color: transparent !important;
  color: #333 !important;
  outline: none;
}

/* line 83 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm input[type=text].mktoInvalid,
.mkto_form_style_wrapper.label_move .mktoForm input[type=email].mktoInvalid,
.mkto_form_style_wrapper.label_move .mktoForm input[type=tel].mktoInvalid,
.mkto_form_style_wrapper.label_move .mktoForm select.mktoInvalid {
  border: 0 solid #f00 !important;
  border-width: 0 0 2px 0 !important;
}

/* line 86 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm input[type=text].ts_waiting,
.mkto_form_style_wrapper.label_move .mktoForm input[type=email].ts_waiting,
.mkto_form_style_wrapper.label_move .mktoForm input[type=tel].ts_waiting,
.mkto_form_style_wrapper.label_move .mktoForm select.ts_waiting {
  border: 0 solid #e6e6e6 !important;
  border-width: 0 0 2px 0 !important;
  background-image: url("images/icons/marketo/spinning.gif");
}

/* line 90 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm input[type=text].ts_error,
.mkto_form_style_wrapper.label_move .mktoForm input[type=email].ts_error,
.mkto_form_style_wrapper.label_move .mktoForm input[type=tel].ts_error,
.mkto_form_style_wrapper.label_move .mktoForm select.ts_error {
  border: 0 solid #B12109 !important;
  border-width: 0 0 2px 0 !important;
  background-image: url("images/icons/marketo/wrong.svg");
}

/* line 94 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.label_move .mktoForm input[type=text].ts_validated,
.mkto_form_style_wrapper.label_move .mktoForm input[type=email].ts_validated,
.mkto_form_style_wrapper.label_move .mktoForm input[type=tel].ts_validated,
.mkto_form_style_wrapper.label_move .mktoForm select.ts_validated {
  background-image: url("images/icons/marketo/correct.svg");
}

/* line 35 : /imports/mixins.styl */
.mkto_form_style_wrapper.label_move .mktoForm input[type=text]::-webkit-input-placeholder,
.mkto_form_style_wrapper.label_move .mktoForm input[type=email]::-webkit-input-placeholder,
.mkto_form_style_wrapper.label_move .mktoForm input[type=tel]::-webkit-input-placeholder,
.mkto_form_style_wrapper.label_move .mktoForm select::-webkit-input-placeholder {
  color: rgba(51,51,51,0) !important;
  font-size: 14px;
}

/* line 37 : /imports/mixins.styl */
.mkto_form_style_wrapper.label_move .mktoForm input[type=text]:-moz-placeholder,
.mkto_form_style_wrapper.label_move .mktoForm input[type=email]:-moz-placeholder,
.mkto_form_style_wrapper.label_move .mktoForm input[type=tel]:-moz-placeholder,
.mkto_form_style_wrapper.label_move .mktoForm select:-moz-placeholder {
  color: rgba(51,51,51,0) !important;
  font-size: 14px;
}

/* line 39 : /imports/mixins.styl */
.mkto_form_style_wrapper.label_move .mktoForm input[type=text]::-moz-placeholder,
.mkto_form_style_wrapper.label_move .mktoForm input[type=email]::-moz-placeholder,
.mkto_form_style_wrapper.label_move .mktoForm input[type=tel]::-moz-placeholder,
.mkto_form_style_wrapper.label_move .mktoForm select::-moz-placeholder {
  color: rgba(51,51,51,0) !important;
  font-size: 14px;
}

/* line 41 : /imports/mixins.styl */
.mkto_form_style_wrapper.label_move .mktoForm input[type=text]:-ms-input-placeholder,
.mkto_form_style_wrapper.label_move .mktoForm input[type=email]:-ms-input-placeholder,
.mkto_form_style_wrapper.label_move .mktoForm input[type=tel]:-ms-input-placeholder,
.mkto_form_style_wrapper.label_move .mktoForm select:-ms-input-placeholder {
  color: rgba(51,51,51,0) !important;
  font-size: 14px;
}
@media screen and (max-width: 640px) {

/* line 99 : /imports/marketo_forms.styl */
  .mkto_form_style_wrapper.label_move .mktoForm input[type=text],
  .mkto_form_style_wrapper.label_move .mktoForm input[type=email],
  .mkto_form_style_wrapper.label_move .mktoForm input[type=tel],
  .mkto_form_style_wrapper.label_move .mktoForm select {
    width: 100% !important;
    margin: auto;
  }
}

/* line 102 : /imports/marketo_forms.styl */

/* line 103 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.blog_signup .mktoForm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px !important;
  width: 100% !important;
  max-width: 450px !important;
}
@media screen and (max-width: 1024px) {

/* line 108 : /imports/marketo_forms.styl */
  .mkto_form_style_wrapper.blog_signup .mktoForm {
    max-width: 100% !important;
  }
}

/* line 110 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.blog_signup .mktoForm .mktoFormRow,
.mkto_form_style_wrapper.blog_signup .mktoForm .mktoButtonRow {
  clear: none !important;
  float: left;
  margin-bottom: 0;
}

/* line 114 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.blog_signup .mktoForm .mktoFieldWrap {
  width: 100%;
}

/* line 116 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.blog_signup .mktoForm .mktoFormCol {
  width: 100%;
}

/* line 118 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.blog_signup .mktoForm .mktoFormRow {
  width: 100% !important;
}

/* line 120 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.blog_signup .mktoForm .mktoButtonRow {
  width: 100% !important;
  text-align: center;
  padding-top: 30px;
}

/* line 124 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.blog_signup .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}

/* line 126 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.blog_signup .mktoForm .mktoButtonWrap .mktoButton {
  width: 180px !important;
  background-color: #B12109 !important;
  border: 1px solid #B12109 !important;
}
@media screen and (max-width: 640px) {

/* line 130 : /imports/marketo_forms.styl */
  .mkto_form_style_wrapper.blog_signup .mktoForm .mktoButtonWrap .mktoButton {
    width: 100% !important;
    padding: 0 !important;
    height: 40px;
  }
}

/* line 134 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.blog_signup .mktoForm .mktoButtonWrap .mktoButton:active {
  background-color: #333 !important;
  border: 1px solid #333 !important;
}

/* line 137 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.blog_signup .mktoForm .mktoGutter,
.mkto_form_style_wrapper.blog_signup .mktoForm .mktoOffset,
.mkto_form_style_wrapper.blog_signup .mktoForm label {
  display: none;
}

/* line 139 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.blog_signup .mktoForm input {
  border: 2px solid #555;
  background-color: #fff;
  width: 100% !important;
  height: 40px;
}

/* line 35 : /imports/mixins.styl */
.mkto_form_style_wrapper.blog_signup .mktoForm input::-webkit-input-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}

/* line 37 : /imports/mixins.styl */
.mkto_form_style_wrapper.blog_signup .mktoForm input:-moz-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}

/* line 39 : /imports/mixins.styl */
.mkto_form_style_wrapper.blog_signup .mktoForm input::-moz-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}

/* line 41 : /imports/mixins.styl */
.mkto_form_style_wrapper.blog_signup .mktoForm input:-ms-input-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}
@media screen and (max-width: 640px) {

/* line 147 : /imports/marketo_forms.styl */
  .mkto_form_style_wrapper.blog_signup .mktoForm input {
    width: 100% !important;
    margin: auto;
  }
}

/* line 150 : /imports/marketo_forms.styl */

/* line 151 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.responsive_reset .mktoForm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 450px !important;
}
@media screen and (max-width: 1024px) {

/* line 155 : /imports/marketo_forms.styl */
  .mkto_form_style_wrapper.responsive_reset .mktoForm {
    max-width: 100% !important;
  }
}

/* line 157 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoFormRow,
.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoButtonRow {
  clear: none !important;
  float: left;
  margin-bottom: 0;
}

/* line 161 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoFieldWrap {
  width: 100%;
}

/* line 163 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoFormCol {
  width: 100%;
  margin-bottom: 5px !important;
}

/* line 166 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoFormRow {
  width: 100% !important;
}

/* line 168 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoButtonRow {
  width: 100% !important;
  text-align: center;
}

/* line 171 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}

/* line 173 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoButtonWrap .mktoButton {
  width: 100% !important;
  background-color: #B12109 !important;
  border: 1px solid #B12109 !important;
  margin-left: 0 !important;
}
@media screen and (max-width: 640px) {

/* line 178 : /imports/marketo_forms.styl */
  .mkto_form_style_wrapper.responsive_reset .mktoForm .mktoButtonWrap .mktoButton {
    width: 100% !important;
    padding: 0 !important;
    height: 40px;
  }
}

/* line 182 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoButtonWrap .mktoButton:active {
  background-color: #333 !important;
  border: 1px solid #333 !important;
}

/* line 185 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoGutter,
.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoOffset,
.mkto_form_style_wrapper.responsive_reset .mktoForm label {
  display: none;
}

/* line 187 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.responsive_reset .mktoForm input {
  background-color: #fff;
  width: 100% !important;
  height: 40px;
}

/* line 35 : /imports/mixins.styl */
.mkto_form_style_wrapper.responsive_reset .mktoForm input::-webkit-input-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}

/* line 37 : /imports/mixins.styl */
.mkto_form_style_wrapper.responsive_reset .mktoForm input:-moz-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}

/* line 39 : /imports/mixins.styl */
.mkto_form_style_wrapper.responsive_reset .mktoForm input::-moz-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}

/* line 41 : /imports/mixins.styl */
.mkto_form_style_wrapper.responsive_reset .mktoForm input:-ms-input-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}
@media screen and (max-width: 640px) {

/* line 194 : /imports/marketo_forms.styl */
  .mkto_form_style_wrapper.responsive_reset .mktoForm input {
    width: 100% !important;
    margin: auto;
  }
}

/* line 197 : /imports/marketo_forms.styl */
.mkto_form_style_wrapper.responsive_reset .mktoForm select {
  width: 100% !important;
}

/* line 198 : /imports/marketo_forms.styl */

/* line 198 : /imports/seo_landing.styl */

/* line 1 : /imports/seo_landing.styl */
#seo_landing {
  margin: 55px auto 0;
}

/* line 3 : /imports/seo_landing.styl */
#seo_landing section {
  width: 100%;
  margin: auto;
}

/* line 6 : /imports/seo_landing.styl */
#seo_landing h6.subhead {
  color: #B12109;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 12 : /imports/seo_landing.styl */
#seo_landing h1 {
  font-size: 44px;
  line-height: 1.1;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {

/* line 17 : /imports/seo_landing.styl */
  #seo_landing h1 {
    font-size: 30px;
  }
}

/* line 19 : /imports/seo_landing.styl */
#seo_landing h2.form_title {
  font-size: 22px;
  line-height: 1.2;
  color: #333;
  margin: 0 0 10px;
}

/* line 24 : /imports/seo_landing.styl */
#seo_landing h3 {
  text-align: center;
  margin-bottom: 25px;
}

/* line 27 : /imports/seo_landing.styl */
#seo_landing section.content_area {
  margin-bottom: 110px;
}

/* line 29 : /imports/seo_landing.styl */
#seo_landing section.content_area .row {
  max-width: 1200px;
}

/* line 31 : /imports/seo_landing.styl */
#seo_landing section.content_area .landing_page_content {
  margin-bottom: 50px;
}

/* line 33 : /imports/seo_landing.styl */
#seo_landing section.content_area .form_wrapper {
  padding: 32px;
  background-color: #eff1f5;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {

/* line 38 : /imports/seo_landing.styl */
  #seo_landing section.content_area .form_wrapper {
    padding: 32px 16px;
  }
}

/* line 40 : /imports/seo_landing.styl */
#seo_landing section.content_area .form_wrapper h2,
#seo_landing section.content_area .form_wrapper h6 {
  text-align: center;
}

/* line 42 : /imports/seo_landing.styl */
#seo_landing section.content_area .form_wrapper .form_image {
  height: 175px;
  width: 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

/* line 49 : /imports/seo_landing.styl */
#seo_landing section.features {
  background-color: #eff1f5;
  padding: 50px 0;
}

/* line 52 : /imports/seo_landing.styl */
#seo_landing section.features .columns {
  text-align: center;
}

/* line 54 : /imports/seo_landing.styl */
#seo_landing section.features h4 {
  font-size: 16px;
}

/* line 56 : /imports/seo_landing.styl */
#seo_landing section.features img {
  max-width: 92px;
  margin: 0 auto 25px;
}

/* line 59 : /imports/seo_landing.styl */
#seo_landing section.features p {
  margin-bottom: 25px;
}

/* line 61 : /imports/seo_landing.styl */
#seo_landing section.customers {
  padding: 50px 0;
}

/* line 63 : /imports/seo_landing.styl */
#seo_landing .text_editor_content {
  text-align: left;
}

/* line 65 : /imports/seo_landing.styl */
#seo_landing .text_editor_content p,
#seo_landing .text_editor_content li {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* line 70 : /imports/seo_landing.styl */
#seo_landing .text_editor_content blockquote {
  background: url("images/blockquote_edge.png") left center/2px 100% no-repeat;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  padding: 15px 25px 15px;
}

/* line 77 : /imports/seo_landing.styl */
#seo_landing .text_editor_content blockquote > * {
  font-size: 20px;
  line-height: 1.5;
}

/* line 80 : /imports/seo_landing.styl */
#seo_landing .text_editor_content blockquote > *:last-child {
  margin-bottom: 0;
}

/* line 82 : /imports/seo_landing.styl */
#seo_landing .text_editor_content a {
  color: #00aeff;
}

/* line 84 : /imports/seo_landing.styl */
#seo_landing .text_editor_content ol,
#seo_landing .text_editor_content ul {
  margin-left: 0rem;
}
@media screen and (max-width: 1024px) {

/* line 86 : /imports/seo_landing.styl */
  #seo_landing .text_editor_content ol,
  #seo_landing .text_editor_content ul {
    text-align: left;
  }
}

/* line 88 : /imports/seo_landing.styl */
#seo_landing .text_editor_content ol li,
#seo_landing .text_editor_content ul li {
  margin-left: 40px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

/* line 92 : /imports/seo_landing.styl */
#seo_landing .text_editor_content ol li:last-child,
#seo_landing .text_editor_content ul li:last-child {
  padding-bottom: 0;
}

/* line 94 : /imports/seo_landing.styl */
#seo_landing .text_editor_content p > img {
  display: block;
  margin: auto;
}

/* line 97 : /imports/seo_landing.styl */
#seo_landing .text_editor_content h2,
#seo_landing .text_editor_content h3,
#seo_landing .text_editor_content h4,
#seo_landing .text_editor_content h5,
#seo_landing .text_editor_content h6 {
  text-align: left;
  color: #333;
  margin: 40px 0 30px;
}

/* line 101 : /imports/seo_landing.styl */
#seo_landing .text_editor_content h2 {
  font-size: 36px;
}

/* line 103 : /imports/seo_landing.styl */
#seo_landing .text_editor_content h3 {
  font-size: 32px;
}

/* line 105 : /imports/seo_landing.styl */
#seo_landing .text_editor_content h4 {
  font-size: 28px;
}

/* line 107 : /imports/seo_landing.styl */
#seo_landing .text_editor_content h5 {
  font-size: 24px;
}

/* line 109 : /imports/seo_landing.styl */
#seo_landing .text_editor_content h6 {
  font-size: 20px;
}

/* line 110 : /imports/seo_landing.styl */

/* line 110 : /imports/protected_pages.styl */

/* line 1 : /imports/protected_pages.styl */
body.page-protected-page {
  background-color: #333;
}

/* line 3 : /imports/protected_pages.styl */
body.page-protected-page form {
  padding-bottom: 100px;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 7 : /imports/protected_pages.styl */
body.page-protected-page form .fieldset-description {
  color: #fff;
  font-size: 20px;
}

/* line 10 : /imports/protected_pages.styl */
body.page-protected-page form label {
  color: #fff;
  margin-bottom: 5px;
}

/* line 13 : /imports/protected_pages.styl */
body.page-protected-page form fieldset {
  padding: 25px;
  border: 2px solid #b378f8;
  border-radius: 8px;
}

/* line 17 : /imports/protected_pages.styl */
body.page-protected-page form #edit-submit {
  background-color: #B12109;
  color: #fff;
  border: 0;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  margin-top: 25px;
}

/* line 27 : /imports/protected_pages.styl */
body.page-protected-page form #edit-submit:hover {
  background-color: #fff;
  color: #B12109;
}

/* line 29 : /imports/protected_pages.styl */

/* line 29 : /imports/events.styl */

/* line 1 : /imports/events.styl */

/* line 2 : /imports/events.styl */
body.events section.hero {
  height: 50vh;
}

/* line 4 : /imports/events.styl */
body.events section.hero h1 {
  padding: 0 20px;
}

/* line 6 : /imports/events.styl */
body.events section.body {
  padding: 1rem 0;
}

/* line 8 : /imports/events.styl */
body.events section.events_section {
  padding-top: 3rem;
  max-width: 1200px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* line 14 : /imports/events.styl */
body.events section.events_section h2,
body.events section.events_section h4 {
  text-align: center;
  margin-bottom: 70px;
}

/* line 17 : /imports/events.styl */
body.events section.events_section .events {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  margin-bottom: 70px;
}

/* line 26 : /imports/events.styl */
body.events section.events_section .events .event {
  margin: 0 30px 35px;
  width: calc(33% - 60px);
}
@media screen and (max-width: 1024px) {

/* line 29 : /imports/events.styl */
  body.events section.events_section .events .event {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 640px) {

/* line 31 : /imports/events.styl */
  body.events section.events_section .events .event {
    width: calc(100% - 60px);
  }
}

/* line 33 : /imports/events.styl */
body.events section.events_section .events .event .event_image {
  height: 151px;
  width: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 1.2rem;
}

/* line 40 : /imports/events.styl */
body.events section.events_section .events .event h5 {
  padding: 0;
  font-size: 16px;
  margin-bottom: 0.5rem;
  margin-top: 0;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {

/* line 46 : /imports/events.styl */
  body.events section.events_section .events .event h5 {
    font-size: 20px;
  }
}

/* line 48 : /imports/events.styl */
body.events section.events_section .events .event .date_location {
  padding: 0;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 640px) {

/* line 53 : /imports/events.styl */
  body.events section.events_section .events .event .date_location {
    font-size: 14px;
  }
}

/* line 55 : /imports/events.styl */
body.events section.events_section .events .event a {
  font-size: 12px;
  margin-top: 0;
}
@media screen and (max-width: 640px) {

/* line 58 : /imports/events.styl */
  body.events section.events_section .events .event a {
    font-size: 14px;
  }
}


/******************************** NiuInfo.com START ***************************************/
body * {
	font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
}
*.button.orange {
	font-weight:normal;
}
section.enterprise-wide {
	background-color:#FFFFFF;
	padding-top:8rem;
	padding-bottom:2rem;
}
body.product section.enterprise-wide {
	background-color:#f7f9fa;
}
section.enterprise-wide .heading h2 {
	margin-bottom:1.5rem;
	line-height:2rem;
}
.homepage_wrapper section.customers {
	padding-top:12rem;
	margin-top:-20rem;
	z-index:6;
}
.centered {
	text-align:center;
}

@media screen and (max-width: 1024px){
	section.customers {
		padding-top:2rem;
		margin-top:0.5rem;
		padding-bottom:0rem;
	}

	section.customers h2 {
		margin-bottom:1rem;
	}
}

.link_car {
	width:1120px;
	height:512px;
	margin:auto;
	position:relative;
	background:url("images/car.png") no-repeat center center;
	background-size:1120px 512px;
}

.link_car .li {
	position:absolute;
}

.link_car .li dl{
	text-align:center;
	margin-top:16px;
	margin-bottom:20px;
}

.link_car .li dt {
	border-bottom:1px solid #FFF;
	padding-bottom:10px;
	margin-bottom:5px;
	transition:all 0.3s linear 0.1s;
}
.link_car .li dt span {
	position:relative;
	display:inline-block;
}
.link_car .li dd,
.link_car .li dt span i,
.link_car .li>div>span img,
.link_car .li>span>small img {
	transition:all 0.3s linear 0.1s;
}
.link_car .li dt span img:nth-child(2),
.link_car .li>div>span img:nth-child(2),
.link_car .li>span>small img:nth-child(2){
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
.link_car .li>div>span {
	position:relative;
	display:inline-block;
}

.link_car .li>span>small {
	position:relative;
	display:inline-block;
}
.link_car .li>div,
.link_car .li>span {
	position:absolute;
}

.link_car .li dt span i {
	font-size:30px;
}

.li:hover dt{ border-color: #e5004f; }
.li:hover dt span i {color:#e5004f;opacity: 1;}
.li:hover dd{ color: #e5004f; }
.li:hover>span small img:nth-child(1){ opacity: 0; }
.li:hover>span small img:nth-child(2){ opacity: 1; }
.li:hover>div>span img:nth-child(1){ opacity: 0; }
.li:hover>div>span img:nth-child(2){ opacity: 1; }

/*车辆视频监控*/
.link_car .li1 {left:540px; top:10px;}
.link_car .li1 dl {width:125px;}
.link_car .li1>div {top:58px;left:-65px;}
.link_car .li1>span {top:96px;left:-90px;}

/*防碰撞*/
.link_car .li2 {left:-28px;top:364px;}
.link_car .li2 dl {width:130px;}
.link_car .li2>div {top:-113px;left:91px;position:relative;}
.link_car .li2>span {top:-200px;left:121px;position:relative;}

/*发动机管理系统*/
.link_car .li3 {left:2px;top:132px;}
.link_car .li3 dl {width:130px;}
.link_car .li3>div {top:-50px;left:91px;position:relative;}
.link_car .li3>span {top:-69px;left:121px;position:relative;}

/*车厢环境*/
.link_car .li4 {left:800px;}
.link_car .li4 dl {width:125px;}
.link_car .li4>div {top:58px;left:-150px;}
.link_car .li4>span {top:184px;left:-172px;}

/*车辆盲区监测*/
.link_car .li5 {left:1015px;top:199px;}
.link_car .li5 dl {width:125px;}
.link_car .li5>div {top:0px;left:-62px;}
.link_car .li5>span {top:-25px;left:-84px;}

/*车辆油耗监控*/
.link_car .li6 {left:400px;top:399px;}
.link_car .li6 dl {width:125px;}
.link_car .li6>div {top:-25px;left:-50px;}
.link_car .li6>span {top:-50px;left:-73px;}

/*防疲劳驾驶*/
.link_car .li7 {left:281px;top:5px;}
.link_car .li7 dl {width:125px;}
.link_car .li7>div {top:59px;left:-49px;}
.link_car .li7>span {top:219px;left:-73px;}

/*位置轨迹跟踪*/
.link_car .li8 {left:986px;top:399px;}
.link_car .li8 dl {width:125px;}
.link_car .li8>div {top:-34px;left:-109px;}
.link_car .li8>span {top:-58px;left:-133px;}

section.how_solution_works {
	padding-top:120px;
	padding-bottom:50px;
}
section.how_solution_works h2 {
  font-size: 40px;
  line-height: 1.5;
  margin: 0 auto 0px auto;
  text-align: center;
  max-width: 790px;
}
section.how_solution_works p {
  max-width: 420px;
}

.link_page .link_car_in_mobile {
	display:none;
}

@media screen and (max-width: 640px) {
  section.how_solution_works p {
    max-width: 100%;
  }

  .homepage_wrapper section.customers {
	padding-top:0;
	margin-top:0;
  }

  section.footer_callout h2 {
	font-size:36px!important;
  }

  .mobile .link_page .hero .small-12 h1{
	font-size:2rem;
  }
  .mobile .link_page .hero .small-12 p{
	font-size:18px;
  }
  .mobile .link_page .link_car {
	display:none;
  }
  .mobile .link_page section.color_panels {
	background-color:rgb(20,20,20);
  }
  .link_page .link_car_in_mobile {
	display:block;
  }

  #product-slider h3,
  section.customer_panels h3 {
	font-size:30px!important;
  }

  #app_page .download-div {
	height:100px;
	width:100px;
	border:none;
  }

  #app_page .download-div img,
  #app_page .download-div i {
	margin:0;
	padding-top:0;
  }
  #app_page section.spot_trends .img_box img {
	padding:0;
  }
  #app_page .get_answers .end{
	padding-bottom:30px;
  }

  .link_page.tech_page section.hero h1 {
	font-size:2rem;
  }
  .link_page.tech_page section.hero h1 span {
	font-size:10px!important;
  }
  .link_page.tech_page section.magic p {
	font-size:36px!important;
  }

  section.resources .mix-controls {
	padding:0;
  }
  section.resources .resource-box .resource-top {
	height:auto;
  }
  .thoughtspot-retail section.hero.fixed_height h1 {
	font-size:36px;
	line-height:50px!important;
  }
  #customers section.quote_panels {
	padding-bottom:0;
	
  }
  #customers section.quote_panels .quote_panel {
	width:auto;
	margin-bottom:0;
  }

  #team_page section.hero h1 {
	font-size:36px!important;
  }
  #team_page section.hero h1.sub_title {
	font-size:25px!important;
  }
  #team_page section.team .columns.team_title {
	height:auto;
  }

  section.customer_panels ul {
	margin-left:0;
  }

}
section.how_solution_works p.title {
  margin-top: 50px;
  font-size: 22px;
}

section.how_solution_works .row {
  margin-bottom: 100px;
}

section.how_solution_works .row.last-child {
  margin-bottom: 0;
}

section.how_solution_works img {
  margin: 0 auto 25px;
  display: block;
  max-width:300px;
}




@media all {
	.featherlight {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2147483647;
		text-align: center;
		white-space: nowrap;
		background: #333;
		background: 0 0
	}

	.featherlight:last-of-type {
		background: rgba(0,0,0,.8)
	}

	.featherlight:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -.25em
	}

	.featherlight .featherlight-content {
		position: relative;
		text-align: left;
		vertical-align: middle;
		display: inline-block;
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;
		min-width: 30%;
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;
		background: #fff;
		cursor: auto;
		white-space: normal
	}

	.featherlight .featherlight-inner {
		display: block
	}

	.featherlight .featherlight-close-icon {
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;
		line-height: 25px;
		width: 25px;
		cursor: pointer;
		text-align: center;
		font: Arial,sans-serif;
		background: #fff;
		background: rgba(255,255,255,.3);
		color: #000
	}

	.featherlight .featherlight-image {
		width: 100%
	}

	.featherlight-iframe .featherlight-content {
		border-bottom: 0;
		padding: 0
	}

	.featherlight iframe {
		border: none
	}
}

@media only screen and (max-width:1024px) {
	.featherlight .featherlight-content {
		margin-left: 10px;
		margin-right: 10px;
		max-height: 98%;
		padding: 10px 10px 0;
		border-bottom: 10px solid transparent
	}
}

.featherlight {
	background:rgba(0,0,0,.8);
}
.contact-us-dialog p {
	margin:0;
}
.contact-us-dialog td {
	padding:0;
	margin:0;
	vertical-align:top;
}
.contact-us-dialog {
	padding:10px 50px 10px 50px!important;
	overflow:hidden!important;
}
.contact-us-dialog .left-box{
	max-width:400px;
	margin-right:60px;
	float:left;
	font-size:0;
}
.contact-us-dialog .right-box {
	width:350px;
	float:left;
}
.contact-us-dialog .left-box img {
	width:100px;
	height:100px;
	margin:0;
	border:none;
	padding:0;
}
.contact-us-dialog .photos-team-box img {
	width:400px;
	height:160px;
}
.contact-us-dialog .tel-400 {
	background:rgba(0,0,0,.8);
	color:#FFF;
	text-align:center;
	font-size:32px;
	width:400px;
	height:160px;
	position:relative;
	padding-top:30px;
	margin-bottom:-160px;
	line-height:50px;
}
.contact-us-dialog .title {
	font-size:30px;
	margin-bottom:20px;
}
.contact-us-dialog textarea,
.contact-us-dialog input[type="text"]{
	display:block;
	width:300px;
	margin-bottom:10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #CCC;
	padding:5px 5px;
}
.contact-us-dialog ul {
	display:inline-block;
	max-width:320px;
	margin:0;
}
.contact-us-dialog ul li {
	float:left;
	font-size:14px;
	line-height:16px;
	margin-right:30px;
	list-style-type:none;
}
.contact-us-dialog .btn-large {
	width:300px;
	height:40px;
	line-height:40px;
	margin-top:10px;
	background:#B12109;
	text-align:center;
	color:#FFF;
	border-radius: 5px;
	cursor:pointer;
}
.contact-us-dialog .demo_show_box_close{
	margin-bottom:36px;
	margin-right:-38px;
}
.contact-us-dialog .demo_show_box_close .fa {
	float:right;
	cursor:pointer;
}


.download-div {
	margin-top:10px;
	height:190px;
	width:190px;
	border:1px solid #EEE;
	color:#999;
	display:inline-block;
	text-align:center;
}
.download-div p{
	text-align:center!important;
	margin-top:5px;
}
.download-div img {
	max-width:100%!important;
}
.download-div i{
	margin-top:40px;
}

.niu-network .slide {
  height:550px; 
  background-image: url('../../../../default/files/images/hp-platform-network2.png'); 
  background-size:100% auto; 
  background-attachment:fixed; 
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 640px) {
  .niu-network .homepage_header,
  .niu-network .slide{
    background-size:auto 100%;
    height:350px !important; 
  }
  .niu-network #team_page{
    margin-top: 40px !important;
  }
  .niu-network .grey {
    padding-top: 40px;
  }

  .vas-mobile .first_post {
    padding:25px !important;
  }
  .vas-mobile .summary {
    line-height: 30px !important;
    font-size: 14px !important;
  }
}

#spotiq_page section.ai_insights div.clasped_hands{
	  -webkit-background-size: contain;
	  -moz-background-size: contain;
	  background-size: contain;
	  background-repeat: no-repeat;
	  width: 100%;
	  max-width: 940px;
	  padding-bottom: 45%;
	  margin: 0 auto 0;
	  position: relative;
	  background-position: center center;
}
.qiao-ExpandTextArea-expand-textarea-input{
  z-index: 999;
}
  