﻿@import "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("");
}

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;
}


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;
}


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) {


  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) {


  section.footer_callout a.button,
  body.front section.footer_callout a.button {
    margin-top: 0.5rem;
  }
}


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;
}


section.footer_callout sub,
body.front section.footer_callout sub {
  display: block;
  color: #fff;
  margin-top: -3.8rem;
  margin-bottom: 4rem;
}


section.footer_callout sub a,
body.front section.footer_callout sub a {
  color: #fff;
}



body > img {
  display: none;
}


body > iframe {
  display: none;
}


.adsbox {
  display: none;
}


body#hosted_footer #container {
  padding-top: 0px;
}






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;
}


body {
  width: 100%;
  overflow-x: hidden;
}


body #site_wrapper {
  width: 100vw;
  overflow-x: hidden;
}


body * {
	font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
	-webkit-font-smoothing: antialiased;
}




body.all_loaded section {
  opacity: 1;
}




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) {


  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;
  }
}






body.careers section.hero h1 {
  margin-top: -6rem;
}


body.careers section.hero img.play-button {
  margin-top: -25px;
}




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;
}


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


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


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;
}


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;
}




body.admin-menu #container {
  margin-top: 0;
}




body.no-hero section.body {
  padding: 0;
}
@media screen and (max-width: 1024px) {


  body #admin-menu {
    display: none;
  }
}


section.body {
  background-color: #fff;
  padding: 6rem 0;
}


section.body.grey {
  background-color: #f7f8fa;
}


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;
}


div.stitch.stitch_1 {
  background-image: url("404.png");
}


div.stitch.stitch_2 {
  background-image: url("404.png");
}


div.stitch.stitch_3 {
  background-image: url("404.png");
}


div.stitch.stitch_4 {
  background-image: url("../image/stitch_4.png");
}


div.stitch.stitch_5 {
  background-image: url("404.png");
}


div.stitch.stitch_6 {
  background-image: url("../image/stitch_6.png");
}


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;
}




.content h2 {
  font-size: 1.4rem;
  color: #2e3037;
  margin: 4rem 0 2rem 0;
}


.content p {
  color: #626e7f;
}


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


.content blockquote p {
  font-size: 2rem;
}


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


  .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) {


  .content blockquote {
    line-height: 2rem;
    font-size: 1.6rem;
  }


  .content blockquote p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {


  .content blockquote {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 5rem;
    line-height: 1.5rem;
    font-size: 1.125rem;
  }


  .content blockquote p {
    font-size: 1.125rem;
  }
}


.content > div + h2 {
  margin-top: 1rem;
}


.content img {
  max-width: 100%;
  height: auto !important;
}




ul.block_grid div.content {
  padding: 0 2rem;
}


#container {
  position: relative;
}
@media screen and (max-width: 1024px) {


  #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;
  }


  #container #content_container {
    width: 100vw;
  }


  #container #menu_container {
    width: 52vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 640px) {


  #container {
    width: calc(100vw + 80vw);
  }


  #container #menu_container {
    width: 80vw;
  }
}
@media screen and (max-width: 1024px) {




  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;
  }


  html.menu_open #content_container {
    position: absolute;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
  }


  html.menu_open #menu_container {
    overflow: scroll;
  }


  html.menu_open #menu_container .logo {
    left: calc(20px - 52vw);
  }


  html.menu_open #menu_container .hamburger {
    right: calc(20px + 52vw);
  }
}
@media screen and (max-width: 640px) {




  html.menu_open #container {
    -webkit-transform: translateX(-80vw);
    -moz-transform: translateX(-80vw);
    -o-transform: translateX(-80vw);
    -ms-transform: translateX(-80vw);
    transform: translateX(-80vw);
  }




  html.menu_open #menu_container .logo {
    left: calc(20px - 80vw);
  }


  html.menu_open #menu_container .hamburger {
    right: calc(20px + 80vw);
  }
}






body.front {
  background-color: #fff;
}


body.front section {
  position: relative;
}


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


  body.front h2 {
    font-size: 30px;
  }
}


body.front .button {
  box-shadow: 0px 14px 34px -10px rgba(0,0,0,0.3);
}


body.front .button.orange:hover {
  color: #fff;
  background-color: #222;
}


body.front div.header1-shadow {
  display: none;
}


body.front section.homepage_header {
  background-image: url("404.png");
  background-position: center bottom -270px;
  background-repeat: no-repeat;
  min-height: 600px;
  position: relative;
  padding-bottom: 160px;
  padding-top: 0;
}


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;
}


body.front section.homepage_header .slick-arrow.slick-prev {
  background-image: url("../image/arrow-left.png");
  left: 50%;
  margin-left: -700px;
}
@media screen and (max-width: 1400px) {


  body.front section.homepage_header .slick-arrow.slick-prev {
    left: 22px;
    margin-left: 0;
  }
}


body.front section.homepage_header .slick-arrow.slick-next {
  background-image: url("../image/arrow-right.png");
  right: 50%;
  margin-right: -700px;
}
@media screen and (max-width: 1400px) {


  body.front section.homepage_header .slick-arrow.slick-next {
    right: 22px;
    margin-right: 0;
  }
}


body.front section.homepage_header .slick-arrow:focus {
  outline: none;
}


body.front section.homepage_header .slide:focus {
  outline: none;
}






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


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) {


  body.front section.homepage_header .slide_1 .row {
    text-align: center;
  }


  body.front section.homepage_header .slide_1 .row h1 {
    margin-top: 0;
  }


  body.front section.homepage_header .slide_1 .row p {
    font-size: 1rem;
    line-height: 1.4rem;
  }


  body.front section.homepage_header .slide_1 .row img {
    margin: auto;
    max-width: 600px;
    width: 100%;
  }
}


body.front section.homepage_header .gartner {
  text-align: center;
}


body.front section.homepage_header .gartner img {
  margin: 0 auto 4rem;
  max-width: 400px;
  width: 100%;
}


body.front section.homepage_header .gartner p {
  margin: 0 auto 2rem;
  font-size: 1.5rem;
}


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


body.front section.homepage_header ul.slick-dots {
  text-align: center;
  display: none;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  margin-left: -45px;
}


body.front section.homepage_header ul.slick-dots li {
  list-style: none;
  display: inline-block;
}


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;
}




body.front section.homepage_header ul.slick-dots li.slick-active button {
  background-color: #B12109;
}


body.front section.grey.divider {
  background-color: #2e3037;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}


body.front section.grey.divider h4 {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
}


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


  body.front section.grey.divider a {
    display: block;
    margin-left: 0;
  }
}


body.front section.black.divider {
  background-color: #4a4a4a;
  padding: 28px 0;
  height: 10vh;
}


body.front section.black.divider h4 {
  color: #fff;
  float: left;
  margin: 0;
}


body.front section.black.divider a.button {
  float: right;
  margin: 0;
}


body.front section.what_is_bi {
  background-color: #00a1ff;
}


body.front section.what_is_bi h2 {
  color: #fff;
  margin-top: 3rem;
  margin-bottom: 1rem;
}


body.front section.what_is_bi p {
  color: #fff;
  margin-bottom: 2rem;
}


body.front section.what_is_bi .row {
  background-image: url("404.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) {


  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;
  }
}


body.front section.features {
  text-align: center;
  padding-top: 7rem;
  padding-bottom: 3rem;
}


body.front section.features img {
  height: 200px;
  margin-bottom: 2rem;
}


body.front section.features h3 {
  margin-bottom: 1.5rem;
}


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


  body.front section.features img,
  body.front section.features h3 {
    margin-bottom: 1rem;
  }
}




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


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) {


  body.front section.customer_slider > .control-wrapper h2,
  body.front section.resources_slider > .control-wrapper h2 {
    margin: 5rem 0 0;
	font-size:32px;
  }
}


body.front section.customer_slider > .control-wrapper div.slider_controls,
body.front section.resources_slider > .control-wrapper div.slider_controls {
  margin-bottom: 5rem;
}


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;
}


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;
}


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;
}


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;
}


body.front section.customer_slider ul.slick-dots li,
body.front section.resources_slider ul.slick-dots li {
  list-style: none;
  display: inline-block;
}


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;
}




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;
}


body.front section.customer_slider {
  height: 650px;
  background-color: #2e3037;
  position: relative;
}


body.front section.customer_slider * {
  color: #fff;
}


body.front section.customer_slider .slider_controls {
  display: none;
  border-bottom: 2px solid rgba(255,255,255,0.3);
}


body.front section.customer_slider .slider_controls .active {
  border-bottom: 2px solid #ff4d00;
}


body.front section.customer_slider .slide {
  height: 650px;
  text-align: center;
  padding-top: 200px;
}


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) {


  body.front section.customer_slider .slide .quote {
    width: 80%;
    font-size: 1.2rem;
  }
}


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;
}


body.front section.customer_slider .slide .quote::before {
  background-image: url("../image/left-quote.png");
  top: 0;
  left: -33px;
}


body.front section.customer_slider .slide .quote::after {
  bottom: 0;
  right: -33px;
  background-image: url("../image/right-quote.png");
}


body.front section.customer_slider .slide .logo {
  border-right: 2px solid rgba(255,255,255,0.3);
}


body.front section.customer_slider .slide .logo img {
  float: right;
  margin-right: 10px;
}


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;
}


body.front section.customer_slider .slide .credit .name {
  font-weight: bold;
  font-style: italic;
}


body.front section.customer_slider .slide .credit .title {
  font-style: italic;
}


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;
}


body.front section.customer_slider .slide .button {
  margin-top: 3rem;
}


body.front section.customer_slider .slide .columns.small-6 {
  height: 100px;
}


body.front section.resources_slider {
  min-height: 850px;
  background-color: #fff;
  text-align: left;
}


body.front section.resources_slider .control-wrapper h2 {
  margin: 4rem 0 2rem;
}


body.front section.resources_slider * {
  color: #222;
}


body.front section.resources_slider .slider_controls {
  display: block;
}


body.front section.resources_slider img {
  margin: auto;
}
@media screen and (max-width: 640px) {


  body.front section.resources_slider img {
    max-height: 200px;
  }
}


body.front section.resources_slider .centered {
  text-align: center;
}


body.front section.resources_slider .tag {
  font-size: 1.3rem;
  font-weight: bold;
  color: #B12109;
  margin-bottom: 1.5rem;
}


body.front section.resources_slider .title {
  font-size: 2rem;
  font-weight: 100;
  margin-bottom: 1.5rem;
}


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


  body.front section.resources_slider .slide-4 .title {
    font-size: 1.5rem;
  }
}


body.front section.resources_slider .summary {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}




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


  body.front section.resources_slider .more_resources a {
    float: left;
    width: 33%;
  }
}
@media screen and (max-width: 1024px) {


  body.front section.resources_slider .more_resources {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {


  body.front section.resources_slider .more_resources {
    display: none;
  }
}


body.front section.resources_slider .button {
  color: #fff;
}


body.front section.resources_slider .slider_controls {
  border-bottom: 2px solid rgba(0,0,0,0.2);
}


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


  body.front section.resources_slider {
    text-align: center;
  }
}


body.front section.body.grey {
  display: none;
}


section.customers {
  padding-top: 7rem;
  padding-bottom: 10rem;
  text-align: center;
  background-color: #f9f9f9;
}


section.customers .slide {
  height: 150px;
  padding: 5px;
}


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);
	}


.front .fixed_button {
  display: none;
}








div.graphic img {
  width: 100%;
  opacity: 0;
}


div.graphic img.loaded {
  opacity: 1;
}






body #container {
  padding-top: 95px;
}
@media screen and (max-width: 1024px) {


  body #container {
    padding-top: 0;
  }
}



body.spotiq:not(.spotiq-subpath) header1.nav-up {
  background-color: #fff;
}


header1 {
  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) {


  header1 {
    height: 65px;
  }
}


header1.short {
  height: 40px;
  background-color: transparent;
}




header1.short .header1-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("../image/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;
}


header1.short .header1-inner a#nav_subscription {
  height: 20px;
  font-size: 12px;
  padding: 3px 16px;
  float: right;
  margin: 10px 20px;
}


header1.short .header1-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) {


  header1.short .header1-inner a.blog_back {
    position: fixed;
    right: 20px;
  }
}


header1.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);
}


header1.short #blog_list_flyout.closed {
  top: -300px;
}


header1.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;
}


header1.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;
}


header1.short #blog_list_flyout .logo .text_logo span {
  font-size: 16px;
}


header1.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) {


  header1.short #blog_list_flyout .tag_line {
    display: none;
  }
}


header1.short #blog_list_flyout ul {
  overflow: hidden;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1230px;
}


header1.short #blog_list_flyout li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {


  header1.short #blog_list_flyout li {
    width: 50%;
  }
}




header1.short #blog_list_flyout li.data-chief .logo {
  background-image: url("../image/logo-data-chief.svg");
}




header1.short #blog_list_flyout li.fact-and-dimension .logo {
  background-image: url("../image/logo-fact-dimension-3.svg");
}




header1.short #blog_list_flyout li.codex .logo {
  background-image: url("../image/logo-codex-3.svg");
}




header1.short #blog_list_flyout li.thoughtspot-blog .logo {
  width: 150px;
  background-image: url("../image/logo-thoughtspot-company-blog.svg");
}


header1.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;
}


header1.nav-up {
  position: fixed;
  top: 0;
  background: #fff!important;
}


header1.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;
}


header1.nav-down {
  position: fixed;
  top: -95px;
}


header1 .header1-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  z-index: 100;
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {


  header1 .header1-inner {
    height: 65px;
  }
}


header1 .header1-inner .contact-bar {
  color: #878fa2;
  font-size: 11px;
  position: absolute;
  top: 1rem;
  right: 3rem;
}


header1 .header1-inner .contact-bar a {
  text-transform: uppercase;
  color: #878fa2;
}


header1 .header1-inner .contact-bar a:first-child {
  color: #fff;
}


header1 .header1-inner .contact-bar a:hover {
  color: #fff;
}


header1 .header1-inner a#logo {
  display: block;
  background: url("../image/black_logo.png") no-repeat center center;
  width: 170px;
  position: relative;
  height: 44px;
  -webkit-background-size: 170px 44px;
  -moz-background-size: 170px 44px;
  background-size: 170px 44px;
  float: left;
  margin-top: 1.3rem;
}


header1 .header1-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;
}


header1 .header1-inner >ul.menu >li {
  display: inline-block;
  margin: 0 0.65rem;
}


header1 .header1-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;
}


header1 .header1-inner >ul.menu >li >a:hover,
header1 .header1-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;
}




header1 .header1-inner >ul.menu >li:last-child a {
  background-color: #B12109;
  color: #fff;
  font-weight: 300;
  display: block;
  height: 28px;
  line-height: 28px;
  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;
}


header1 .header1-inner >ul.menu >li:last-child a: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) {


  header1 .header1-inner >ul.menu >li.expanded {
    position: relative;
    padding-bottom: 10px;
  }


  header1 .header1-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;
  }


  header1 .header1-inner >ul.menu >li.expanded ul::before,
  header1 .header1-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%);
  }


  header1 .header1-inner >ul.menu >li.expanded ul::after {
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 12px;
  }


  header1 .header1-inner >ul.menu >li.expanded ul::before {
    border-color: rgba(230,230,230,0);
    border-bottom-color: #e6e6e6;
    border-width: 15px;
  }


  header1 .header1-inner >ul.menu >li.expanded ul li {
    float: left;
    text-align: left;
    margin: 0;
    width: 150px;
    list-style: none;
    white-space: nowrap;
  }


  header1 .header1-inner >ul.menu >li.expanded ul li.active-trail a {
    color: #222;
    display: block;
  }




  header1 .header1-inner >ul.menu >li.expanded ul li:hover a {
    font-weight: bold;
  }


  header1 .header1-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;
  }


  header1 .header1-inner >ul.menu >li.expanded ul li .separator {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }


  header1 .header1-inner >ul.menu >li.expanded ul li .separator hr {
    border-color: #B12109;
    margin: 0 0.25rem;
  }




  header1 .header1-inner >ul.menu >li.expanded:hover ul {
    display: block;
  }
}


header1 .header1-inner >ul.menu li.menu-419>a,
header1 .header1-inner >ul.menu li.menu-509>a {
  font-family: 'PFReminderPro-Regular';
  background: url("404.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;
}


header1 .header1-inner >ul.menu li.menu-419>a:hover,
header1 .header1-inner >ul.menu li.menu-509>a:hover {
  background: url("404.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) {


  header1 .header1-inner >ul.menu li.menu-419>a,
  header1 .header1-inner >ul.menu li.menu-509>a {
    background: none;
  }


  header1 .header1-inner >ul.menu li.menu-419>a:hover,
  header1 .header1-inner >ul.menu li.menu-509>a:hover {
    background: none;
  }
}




header1 .header1-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) {




  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;
  }


  body.node-type-case-study header1:not(.nav-up),
  body.node-type-customer-page header1:not(.nav-up),
  body.node-type-the-team header1:not(.nav-up),
  body.architecture:not(.architecture-subpath) header1:not(.nav-up),
  body.front header1:not(.nav-up) {
    background-color: transparent;
  }




  body.node-type-case-study header1:not(.nav-up) .header1-inner a#logo,
  body.node-type-customer-page header1:not(.nav-up) .header1-inner a#logo,
  body.node-type-the-team header1:not(.nav-up) .header1-inner a#logo,
  body.architecture:not(.architecture-subpath) header1:not(.nav-up) .header1-inner a#logo,
  body.front header1:not(.nav-up) .header1-inner a#logo {
    background-image: url("../image/white_logo.png");
  }




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


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


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;
}


section.hero img.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -57px;
  margin-top: -57px;
}


section.hero.fixed_height {
  height: 400px;
}


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


  section.hero.fixed_height h1 {
    margin-top: 7rem;
  }
}


section.hero.fixed_height.short {
  height: 300px;
}


section.hero.fixed_height.short h1 {
  margin-top: 3rem;
}


section.hero.bright {
  background-color: #f7f8fa;
}


section.hero.bright h1 {
  color: #2e3037;
}


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;
}


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;
}


section.hero video.loaded {
  opacity: 1;
}


section.hero .row {
  position: relative;
  top: 41%;
}


section.hero .row.has_video {
  top: 19%;
}
@media (min-width: 1024px) and (max-width: 1150px) {






  header1 ul.menu li {
    margin: 0 0.225rem;
  }
}
@media screen and (max-width: 1024px) {


  #menu_container {
    background-color: #f2f3f7;
  }


  header1 {
    height: auto;
    background-color: transparent;
  }


  header1 .header1-inner {
    padding: 0;
    height: auto;
  }


  header1 .header1-inner a#logo {
    background: url("../image/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;
  }


  header1 .header1-inner .hamburger {
    background-image: url("../image/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;
  }


  header1 .header1-inner > ul.menu {
    width: 100%;
    margin-top: 0;
  }




  header1 .header1-inner > ul.menu > li > a {
    font-size: 18px;
    font-weight: bold;
  }


  header1 .header1-inner > ul.menu > li.expanded {
    position: relative;
  }


  header1 .header1-inner > ul.menu > li.expanded > span {
    content: '';
    height: 15px;
    width: 9px;
    background-image: url("../image/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;
  }




  header1 .header1-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);
  }


  header1 .header1-inner > ul.menu > li.expanded.leaf_open > a {
    background-color: #fff;
  }


  header1 .header1-inner > ul.menu > li.expanded.leaf_open li {
    max-height: 150px;
  }


  header1 .header1-inner > ul.menu > li.last {
    text-align: center;
    margin-top: 75px;
  }


  header1 .header1-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;
  }


  header1 .header1-inner > ul.menu li {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
  }


  header1 .header1-inner > ul.menu li a {
    padding: 17px 15%;
    width: 100%;
    display: block;
    border-bottom: 1px solid #d9e0ec;
  }


  header1 .header1-inner > ul.menu li > ul {
    list-style: none;
    margin-left: 0;
  }


  header1 .header1-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;
  }


  header1 .header1-inner > ul.menu li > ul > li a {
    color: #2e3037;
    font-weight: normal;
  }
}




body#hosted_header .header1-inner >ul.menu >li.expanded {
  padding: 0;
}


body#hosted_header .header1-inner >ul.menu >li.expanded:after {
  background-image: none;
}




body#hosted_header .header1-inner >ul.menu >li.expanded:hover ul {
  display: none;
}






*.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;
}


*.button.orange-text {
  background-color: #fff;
  color: #B12109;
}


*.button.blue-text {
  background-color: #fff;
  color: #5c9df5;
}


*.button.huge {
  padding: 1rem 2rem;
  font-size: 1rem;
}


*.button.thin {
  padding: 8px 32px;
  font-weight: bold;
  font-size: 12px;
}


*.button.orange {
  background-color: #B12109;
  color: #fff;
  font-weight: bold;
}


*.button.black {
  background-color: #222;
  color: #fff;
}


*.button.dark-blue {
  background-color: #2e3037;
  color: #fff;
}


*.button.blue_on_white {
  background-color: #fff;
  color: #00a1ff;
}


img.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -57px;
  margin-top: -57px;
}


#edit-page {
  position: fixed;
  top: 225px;
  left: 0;
  z-index: 100;
}


#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;
}


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;
}


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) {


  div.fixed-button {
    display: none;
  }
}






section.product_tour {
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
  background-color: #303138;
}


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;
}


section.product_tour div.row.slide.reached {
  opacity: 1;
}


section.product_tour h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
}


section.product_tour h4 {
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
  margin: 0 0 2rem 0;
}


section.product_tour p {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 300;
}


section.product_tour ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


section.product_tour ul li {
  font-size: 1.1rem;
  color: #9194a2;
  background: url("404.png") left center/1rem 1rem no-repeat;
  padding-left: 2rem;
  margin: 0.5rem 0;
}




section.product_tour ul.green li {
  background: url("404.png") left center/1rem 1rem no-repeat;
}


section.product_tour div.search_slide {
  padding-bottom: 4rem;
}


section.product_tour div.slide_6 {
  padding: 8rem 0 12rem 0;
}


section.product_tour div.slide_6 h2 {
  margin-bottom: 5rem;
}


section.product_tour div.search_box {
  width: 600px;
  height: 100px;
  margin: 1rem auto;
  background: url("404.png") center center/contain no-repeat;
}


section.product_tour div.text_slide {
  margin-top: 12rem;
  z-index: 1;
}




section.product_tour div.image_slide.left_slide .graphic {
  float: right;
  z-index: 2;
}


section.product_tour div#consumer_class_simplicity_graphic {
  background: url("404.png") no-repeat left top;
  width: 870px;
  height: 650px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  margin-left: -240px;
}


section.product_tour div#enterprise_class_scalability_graphic {
  background: url("404.png") no-repeat right top;
  width: 870px;
  height: 650px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  margin-right: -150px;
}


section.product_tour div#enterprise_class_security_graphic {
  background: url("404.png") no-repeat left top;
  width: 870px;
  height: 650px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  margin-left: -240px;
}


section.product_tour div#enterprise_data_integration_graphic {
  background: url("404.png") no-repeat left top;
  width: 870px;
  height: 650px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  margin-right: -150px;
}


section.product_tour div#appliance_class_manageability_graphic {
  background: url("404.png") no-repeat left top;
  width: 870px;
  height: 650px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  margin-left: -240px;
}


section.product_tour div#simple_logo_graphic {
  background: url("404.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) {


  section.product_tour div.text_slide {
    margin-top: 0;
    z-index: 1;
  }


  section.product_tour div.graphic {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
    height: 280px !important;
  }
}


body.product:not(.product-subpath) {
  background-color: #edf0f5;
}


body.product:not(.product-subpath) div#container {
  overflow: hidden;
}


body.product:not(.product-subpath) p {
  color: #939499;
}


body.product:not(.product-subpath) .heading {
  margin-bottom: 2rem;
}


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) {


  body.product:not(.product-subpath) .heading h2 {
    font-size: 2rem;
  }
}


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


  body.product:not(.product-subpath) .heading p {
    font-size: 1rem;
  }
}


body.product:not(.product-subpath) .heading .intro {
  text-transform: none;
  font-size: 0.875rem;
}


body.product:not(.product-subpath) .centered {
  text-align: center;
}


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


  body.product:not(.product-subpath) section:not(.hero) {
    padding-top: 4rem;
  }
}


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


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


  body.product:not(.product-subpath) section.hero h1 {
    font-size: 2rem;
  }
}


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%);
}


body.product:not(.product-subpath) section.hero .hero-group .product-play {
  width: 136px;
  height: 136px;
  background: url("404.png") no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  z-index: 2;
  margin: 3rem auto 0;
}


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) {


  body.product:not(.product-subpath) section.hero .hero-group .product-play {
    width: 50px;
    height: 50px;
  }
}




body.product:not(.product-subpath) section#product-slider h2 {
  margin-bottom: 1.5rem;
}


body.product:not(.product-subpath) section#product-slider #product-slider-controls {
  margin-bottom: 2rem;
  overflow: hidden;
}


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) {


  body.product:not(.product-subpath) section#product-slider #product-slider-controls div {
    font-size: 0.7rem;
  }
}


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


body.product:not(.product-subpath) section#product-slider #slides .slide {
  display: none;
}


body.product:not(.product-subpath) section#product-slider #slides .slide.active {
  display: block;
}


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


  body.product:not(.product-subpath) section#product-slider #slides .slide video {
    width: 90%;
  }
}


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


  body.product:not(.product-subpath) section#product-slider .product-arrows {
    display: none;
  }
}


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;
}


body.product:not(.product-subpath) section#product-slider .product-arrows >div.left-arrow {
  left: 7%;
}


body.product:not(.product-subpath) section#product-slider .product-arrows >div.right-arrow {
  right: 7%;
}


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


body.product:not(.product-subpath) section.more-search > img {
  position: absolute;
  right: -350px;
  bottom: 0;
  width: 900px;
  max-width: none;
}
@media screen and (max-width: 640px) {


  body.product:not(.product-subpath) section.more-search > img {
    width: 750px;
  }
}


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%);
}


body.product:not(.product-subpath) section.more-search p {
  color: #939499;
}


body.product:not(.product-subpath) section.more-search li {
  padding: 1rem 1rem;
}


body.product:not(.product-subpath) section.more-search li h5 {
  background-position: 0 0;
  background-repeat: no-repeat;
}




body.product:not(.product-subpath) section.more-search li p {
  font-size: 0.9rem;
}


section.enterprise-wide {
  background-color: #f7f9fa;
}


section.enterprise-wide #dial {
  max-width: 690px;
  position: relative;
  margin: 20rem auto 0;
  width: 57.5%;
}


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) {


  section.enterprise-wide #dial li {
    max-width: 15rem;
  }
}


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;
}


section.enterprise-wide #dial li p {
  font-size: 0.9rem;
}


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);
}



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);
}


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);
}



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);
}


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);
}



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);
}



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);
}


section.enterprise-wide #dial li:nth-child(-n+3) {
  text-align: right;
}


section.enterprise-wide #dial li:nth-child(-n+3) h5 {
  padding-left: 0;
  background-position: right center;
}


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;
}


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%;
}


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);
}


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;
}


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;
}


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;
}


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);
}


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




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;
}


section.enterprise-wide .small-snippets p {
  font-size: 0.75rem;
}


section.enterprise-wide .small-snippets .columns:nth-child(odd) {
  text-align: right;
}


section.enterprise-wide .small-snippets .columns:nth-child(odd) h5 {
  padding-left: 0;
  background-position: right center;
}


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


  body.product:not(.product-subpath) section.testimonials {
    margin-top: 0;
    padding-top: 4rem;
  }
}


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


  body.product:not(.product-subpath) section.testimonials div.left-quote {
    text-align: center;
    padding-right: 0;
  }
}


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


  body.product:not(.product-subpath) section.testimonials div.right-quote {
    text-align: center;
    padding-left: 0;
  }
}


body.product:not(.product-subpath) section.testimonials img {
  margin-bottom: 1rem;
}


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


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


body.product:not(.product-subpath) section.testimonials .button {
  margin-top: 4rem;
}




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) {


  body.product:not(.product-subpath) section.maximum-data div.cloud-group {
    width: 100%;
  }
}


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) {


  body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-label {
    font-size: 11px;
  }
}


body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-label:after {
  content: " ";
  background-image: url("404.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) {


  body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-label:after {
    display: none;
  }
}


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) {


  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;
  }
}


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;
}


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) {


  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) {


  body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-center .cloud-label {
    bottom: -1rem;
  }
}


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) {


  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;
  }
}


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) {


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


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;
}


body.product:not(.product-subpath) section.maximum-data div.cloud-group .cloud-group-logos.fade-in {
  opacity: 1;
}


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


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


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


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;
}


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;
}


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


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;
}


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;
}


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;
}


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


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


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


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


body.product:not(.product-subpath) section.maximum-data .button {
  margin-top: 7rem;
}






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


  body.product:not(.product-subpath) section.architected .ac-snippets > div {
    margin-bottom: 1.5rem;
  }
}


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;
}


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


body.product:not(.product-subpath) section.architected .ac-snippets > div.ac1 {
  margin-bottom: 1.5rem;
}


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


body.product:not(.product-subpath) section.architected .ac-snippets > div.ac1 h5 {
  background-image: url("404.png");
}




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


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


body.product:not(.product-subpath) section.architected .ac-snippets > div.ac2 h5 {
  background-image: url("404.png");
}




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


body.product:not(.product-subpath) section.architected .ac-snippets > div.ac3 h5 {
  background-image: url("404.png");
}




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


body.product:not(.product-subpath) section.architected .ac-snippets > div.ac4 h5 {
  background-image: url("404.png");
}


body.product:not(.product-subpath) section.architected .ac-snippets > div p {
  font-size: 0.75rem;
}


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) {


  body.product:not(.product-subpath) section.architected .side-bar {
    clear: both;
  }
}


body.product:not(.product-subpath) section.architected .side-bar .columns {
  margin-bottom: 1.25rem;
}


body.product:not(.product-subpath) section.architected .side-bar .columns h5 {
  font-size: 1rem;
}


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


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


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


  body.product:not(.product-subpath) section.architected .button {
    margin-top: 3rem;
  }
}


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


body.product:not(.product-subpath) section.bottom-panels .row {
  margin-top: -3px;
}


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;
}


body.product:not(.product-subpath) section.bottom-panels .row .columns:hover {
  background-color: #f7f9fa;
}


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


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


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


body.product:not(.product-subpath) section.bottom-panels .row .columns img {
  margin: 1.5rem 0;
}


body.product:not(.product-subpath) section.bottom-panels .row .columns p {
  font-size: 0.75rem;
}


body.product:not(.product-subpath) section.orange.footer_callout {
  padding-bottom: 8rem;
}


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;
}


body.product:not(.product-subpath) section#automate_insights h2 {
  color: #fff;
  margin-bottom: 40px;
}


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;
}


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) {


  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;
  }
}


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;
}


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;
}


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


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;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_1 {
  background-image: url("../image/chart_1.svg");
  top: 0;
  margin-left: -1044px;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_2 {
  background-image: url("../image/chart_2.svg");
  top: 0;
  margin-left: -828px;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_3 {
  background-image: url("../image/chart_3.svg");
  margin-left: -180px;
  top: 0;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_4 {
  background-image: url("../image/chart_4.svg");
  margin-left: 36px;
  top: -10px;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_5 {
  background-image: url("../image/chart_5.svg");
  margin-left: 252px;
  top: -10px;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_6 {
  background-image: url("../image/chart_6.svg");
  margin-left: 468px;
  top: -110px;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_7 {
  background-image: url("../image/chart_7.svg");
  margin-left: 684px;
  top: -110px;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_8 {
  background-image: url("../image/chart_8.svg");
  top: 216px;
  margin-left: -1044px;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_9 {
  background-image: url("../image/chart_9.svg");
  top: 216px;
  margin-left: -828px;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_10 {
  background-image: url("../image/chart_10.svg");
  top: 120px;
  margin-left: -612px;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_11 {
  background-image: url("../image/chart_11.svg");
  top: 120px;
  margin-left: -396px;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_12 {
  background-image: url("../image/chart_12.svg");
  top: 206px;
  margin-left: 252px;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_13 {
  background-image: url("../image/chart_4.svg");
  margin-left: 468px;
  top: 226px;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_14 {
  background-image: url("../image/chart_14.svg");
  top: 226px;
  margin-left: 684px;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .chart_15 {
  background-image: url("../image/chart_2.svg");
  margin-left: -612px;
  top: 336px;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .text_1 {
  background-image: url("../image/text_1.png");
  top: 0;
  margin-left: -612px;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .text_2 {
  background-image: url("../image/text_2.png");
  top: 216px;
  margin-left: -180px;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .text_3 {
  background-image: url("../image/text_3.png");
  margin-left: -1044px;
  top: 432px;
}


body.product:not(.product-subpath) section#automate_insights #hero_charts .text_4 {
  background-image: url("../image/text_4.png");
  top: 106px;
  margin-left: 468px;
}










body.contact section.hero {
  height: 700px;
  max-height: 700px;
}


.headquarters {
  height: 240px;
  width: 260px;
  background-color: #2e3037;
  box-shadow: 0px 3px 5px #101013;
}


.headquarters#headquarters {
  position: absolute;
  top: 37%;
  left: 50%;
  margin-left: -550px;
}


.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%);
}


.headquarters .hq-pad {
  padding: 1.6rem;
}


.headquarters .hq-pad h2 {
  color: #fff;
  margin: 0 0 1rem 0;
  font-size: 1.4rem;
  font-weight: 300;
}


.headquarters .hq-pad p {
  color: #9194a2;
}


.headquarters .hq-pad ul {
  list-style: none;
  margin: 0;
}


.headquarters .hq-pad ul li,
.headquarters .hq-pad ul a {
  color: #5c9df5;
  text-decoration: none;
}


.headquarters .hq-pad ul li {
  padding-left: 2rem;
}


.headquarters .hq-pad ul li:nth-child(1) {
  background: url("404.png") left center/1rem no-repeat;
}


.headquarters .hq-pad ul li:nth-child(2) {
  background: url("404.png") left center/1rem no-repeat;
}


#contact-bullseye {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: 25px;
  width: 3rem;
  height: 3rem;
  content: '';
  background: url("404.png") center center/100% no-repeat;
}


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


.contact-wrapper h2 {
  color: #B12109;
  font-size: 1.4rem;
  font-weight: 400;
}


.contact-wrapper iframe {
  width: 600px;
  height: 500px;
}
@media screen and (max-width: 1024px) {


  #headquarters_mobile {
    margin: 2rem auto;
  }


  .contact-wrapper {
    left: 5%;
    width: 90%;
    margin-left: 0;
  }


  .contact-wrapper iframe {
    width: 100%;
    height: 500px;
  }
}






.node-type-the-team {
  overflow-x: hidden;
}


#team_page {
  overflow-x: hidden;
}


#team_page h2.heading {
  font-size: 36px;
  color: #333;
  margin-bottom: 100px;
  text-align: center;
}


#team_page h2.heading:after {
  content: '';
  width: 79px;
  border-top: 3px solid #B12109;
  display: block;
  margin: 40px auto 0;
}


#team_page section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}


#team_page section .shapes {
  position: absolute;
}


#team_page section .shapes.shape_1 {
  top: 10%;
  left: 50%;
  margin-left: -500px;
}


#team_page section .shapes.shape_2 {
  top: 50%;
  right: 50%;
  margin-right: -550px;
}


#team_page section .shapes.shape_3 {
  bottom: 10%;
  left: 50%;
  margin-left: -400px;
}


#team_page section.hero {
  background-color: #333;
  height: 840px;
  width: 100%;
  padding: 240px 20px 20px;
  max-height: none;
}


#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) {


  #team_page section.hero .background_image {
    -webkit-background-size: auto 350px;
    -moz-background-size: auto 350px;
    background-size: auto 350px;
  }
}



#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) {


  #team_page section.hero h1 {
    font-size: 36px;
  }


  #team_page section.hero h1 br {
    content: ' ';
  }
}


#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;
}


#team_page section.hero .skip_to_content > div {
  text-transform: uppercase;
  font-size: 16px;
}


#team_page section.who_we_are {
  padding: 100px 0;
}


#team_page section.who_we_are .field-item {
  float: left;
  width: 50%;
  padding: 0 15px;
}


#team_page section.who_we_are .field-item.even {
  padding: 0 20px 0 0;
}


#team_page section.who_we_are .field-item.odd {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 640px) {


  #team_page section.who_we_are .field-item.odd,
  #team_page section.who_we_are .field-item.even {
    width: 100%;
    padding: 0 20px 20px;
  }
}


#team_page section.who_we_are .field-item p {
  font-size: 20px;
  color: #333;
}


#team_page section.team {
  background-color: #fff;
  padding-top: 0;
}


#team_page section.team .columns {
  height: 387px;
}


#team_page section.team .columns.team_title {
  margin-bottom: 30px;
}


#team_page section.team .columns.team_title.leadership .card {
  background-color: #00a1ff;
}


#team_page section.team .columns.team_title.board_members .card {
  background-color: #af83ef;
}


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


  #team_page section.team .columns.team_title .card {
    padding: 30px 20px 36px;
  }
}


#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;
}


#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) {


	#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) {


	#team_page section.team .columns.team_member .card h5,
  #team_page section.team .columns.team_title .card h5 {
    font-size: 18px;
  }
}


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


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


  #team_page section.team .columns.team_title .card h3 {
    font-size: 12px;
  }
}


#team_page section.team .columns.team_member {
  text-align: center;
  margin-bottom: 30px;
}


#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;
}


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


#team_page section.team .columns.team_member img {
  width: 175px;
  height: 175px;
  margin-top: 45px;
  margin-bottom: 15px;
}


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


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


#team_page section.team .columns.team_member a {
  text-transform: uppercase;
  font-size: 14px;
}


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


  #team_page section.team .columns.team_member.medium-centered-override {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}


#team_page section.team .columns.quotebox {
  margin-bottom: 30px;
}


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


#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%);
}


#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) {


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


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


#team_page section.investors {
  background-color: #757575;
  padding-top:100px;
  padding-bottom:100px;
}


#team_page section.investors h2 {
  color: #fff;
}


#team_page section.investors h2:after {
  border-color: #fff;
}


#team_page section.investors .logos {
  margin-bottom: 0px;
}


#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%;
}


#team_page section.investors .logos > div a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}


#team_page section.investors ul li a {
  color: #fff;
}


#team_page section.investors ul li a:after {
  background-image: url("404.png");
}




#team_page section.advisors ul li a {
  color: #222;
}


#team_page section.advisors ul li a:after {
  background-image: url("404.png");
}




#team_page section.investors ul,
#team_page section.advisors ul {
  list-style: none;
}


#team_page section.investors ul li,
#team_page section.advisors ul li {
  width: 75%;
  text-align: left;
  margin: auto;
}


#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;
}


#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;
}


#team_page section.where_we_are {
  background-color: #f6f6f6;
}


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


  #team_page section.where_we_are #map {
    height: 500px;
  }
}
@media screen and (max-width: 640px) {


  #team_page section.where_we_are #map {
    height: 400px;
  }
}


#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;
}


#team_page section.where_we_are a:hover {
  background-color: #2e3037;
}


.leadership-modal,
.board-modal {
  padding: 60px 15px;
  max-width: 750px;
}


.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) {


  .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;
  }
}


.leadership-modal .bio-wrapper,
.board-modal .bio-wrapper {
  padding: 45px 0 45px 30px;
  border-left: 1px solid #bec4ce;
}


.leadership-modal img,
.board-modal img {
  width: 100%;
  margin-bottom: 36px;
  max-width: 200px;
  border-radius: 50%;
}


.leadership-modal .name,
.board-modal .name {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
}


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


.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;
}


.leadership-modal .social.twitter,
.board-modal .social.twitter {
  background-image: url("404.png");
}


.leadership-modal .social.linkedin,
.board-modal .social.linkedin {
  background-image: url("404.png");
}


.leadership-modal .social.google,
.board-modal .social.google {
  background-image: url("404.png");
}


.leadership-modal .social:hover,
.board-modal .social:hover {
  background-position: -22px 0;
}


.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("404.png");
}
@media screen and (max-width: 640px) {


  .leadership-modal,
  .board-modal {
    padding: 30px 15px;
  }


  .leadership-modal .bio-wrapper,
  .board-modal .bio-wrapper {
    padding: 15px 0;
    border: none;
  }
}


.investor-modal,
.advisor-modal {
  padding: 60px 15px;
  max-width: 750px;
}


.investor-modal .details-wrapper,
.advisor-modal .details-wrapper {
  text-align: center;
}


.investor-modal .name,
.advisor-modal .name {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px;
}


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


.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;
}


.investor-modal .social.twitter,
.advisor-modal .social.twitter {
  background-image: url("404.png");
}


.investor-modal .social.linkedin,
.advisor-modal .social.linkedin {
  background-image: url("404.png");
}


.investor-modal .social.google,
.advisor-modal .social.google {
  background-image: url("404.png");
}


.investor-modal .social:hover,
.advisor-modal .social:hover {
  background-position: -22px 0;
}


.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("404.png");
}
@media screen and (max-width: 640px) {


  .investor-modal,
  .advisor-modal {
    padding: 60px 15px 30px;
  }


  .investor-modal .bio-wrapper,
  .advisor-modal .bio-wrapper {
    padding: 15px 0;
    border: none;
  }
}






section.body.careers {
  padding: 1rem 0;
}


section.body.careers div.icon {
  height: 170px;
}


section.body.careers div.row {
  margin-top: 8rem;
}


section.body.careers div.perks_and_vision {
  margin-top: 12rem;
  overflow: hidden;
}


section.body.careers div.perks_and_vision div.over_image {
  position: absolute;
  width: 76%;
  left: 12%;
  top: 4rem;
}


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


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


section.body.careers div.perks_and_vision div.over_image p:before {
  content: '';
  background: url("404.png") center center/contain no-repeat;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: -3.5rem;
  left: 0;
}


section.body.careers div.perks_and_vision div.over_image .quote_by {
  font-size: 1.3rem;
  text-align: right;
}


section.body.careers div.perks_and_vision div.over_image .quote_by:before {
  background: none;
}


section.body.careers div.perks {
  padding: 0;
}


section.body.careers div.perks img {
  width: 100%;
}


section.body.careers div.our_vision {
  padding: 0;
}


section.body.careers div.our_vision img:not(.play-button) {
  width: 100%;
}


section.body.careers section.hero {
  position: relative;
}


section.body.careers section.hero h1 {
  margin-top: -6rem;
}


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




  section.body.careers div.perks_and_vision div.perks {
    margin-bottom: 2rem;
  }


  section.body.careers div.perks_and_vision div.over_image {
    left: 8%;
    width: 86%;
    top: 1.5rem;
  }


  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;
  }


  section.body.careers div.perks_and_vision div.over_image p.quote_by {
    font-size: 1rem;
    margin-top: -0.8rem;
  }
}






section.news {
  padding: 1rem 0;
}


section.news div.row {
  margin-top: 8rem;
  margin-bottom: 8rem;
}


ul.news {
  margin: 0;
}


ul.news li {
  margin-bottom: 2rem;
}


ul.news li:nth-child(3n) {
  margin-right: 0;
}


ul.news li a {
  display: block;
  margin: 2.5%;
  background-color: #fff;
  padding: 3rem 2.5rem 1rem 2.5rem;
}


ul.news li a:hover {
  box-shadow: 0 1px 21px rgba(0,0,0,0.11);
}


ul.news h2 {
  color: #2e3037;
  font-size: 1.1rem;
}

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


ul.news span.date {
  color: #bec4ce;
  font-size: 0.9rem;
  display: block;
}


ul.news img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}


ul.press_releases {
  list-style: none;
  margin: 0;
}


ul.press_releases li {
  padding: 2rem;
  padding-left: 9rem;
  margin: 2rem 0;
  background: #fff url("../image/press-release-icon.png") 2rem center/5rem 5rem no-repeat;
}


ul.press_releases li:hover {
  box-shadow: 0 1px 21px rgba(0,0,0,0.11);
}


ul.press_releases h2 {
  font-size: 1.8rem;
}


ul.press_releases span.date {
  color: #bec4ce;
  font-size: 0.9rem;
  display: block;
}




.node-type-press-release .content p {
  color: #222;
}
@media screen and (max-width: 1024px) {




  ul.news li {
    margin-bottom: 1rem;
    padding: 2rem 2rem 1rem 2rem;
  }




  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;
  }


  ul.press_releases h2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {






  ul.news li a {
    height: auto !important;
  }
}




@media screen and (min-width: 1150px) {




  section.blog > div.row {
    max-width: 74.5rem;
  }
}


body.blog #container {
  padding-top: 0;
}


body.blog,
body.node-type-team-member {
  background: #f0f0f0;
  overflow-x: hidden;
}


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;
}


body.blog section.hero:hover a,
body.node-type-team-member section.hero:hover a {
  color: #fff;
}


body.blog section.hero:hover a h1,
body.node-type-team-member section.hero:hover a h1 {
  font-weight: 400;
}


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) {


  body.blog section.hero.fixed_height.short,
  body.node-type-team-member section.hero.fixed_height.short {
    height: 600px;
  }
}


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) {


  body.blog section.hero.fixed_height.short.small_featured,
  body.node-type-team-member section.hero.fixed_height.short.small_featured {
    height: 600px;
  }
}


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) {


  body.blog section.hero div.row,
  body.node-type-team-member section.hero div.row {
    top: 25%;
  }
}


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) {


  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;
  }
}


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) {


  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;
  }
}


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) {


  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;
  }
}


body.blog section.hero div.row div.blog-hero,
body.node-type-team-member section.hero div.row div.blog-hero {
  text-align: center;
}


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) {


  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;
  }
}


body.blog section.hero.dark_font div.row,
body.node-type-team-member section.hero.dark_font div.row {
  color: #222;
}


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;
}


body.blog section.hero.dark_font div.row .back,
body.node-type-team-member section.hero.dark_font div.row .back {
  background-image: url("../image/back-arrow.svg");
  background-position: 0.5rem center;
}


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;
}


body.blog h2.category_title,
body.node-type-team-member h2.category_title {
  margin: 0 0 2rem 0;
}


body.blog section.title,
body.node-type-team-member section.title {
  padding: 175px 20px 0;
}


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) {


  body.blog section.title h1,
  body.node-type-team-member section.title h1 {
    font-size: 24px;
  }
}


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;
}


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;
}


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;
}


body.blog .blog_cards .card.data_chief,
body.node-type-team-member .blog_cards .card.data_chief {
  background-image: url("../image/data-chief-background.png");
}


body.blog .blog_cards .card.fact_dimension,
body.node-type-team-member .blog_cards .card.fact_dimension {
  background-image: url("../image/fact-dimension-background.png");
}


body.blog .blog_cards .card.codex,
body.node-type-team-member .blog_cards .card.codex {
  background-image: url("../image/codex-background.png");
}


body.blog .blog_cards .card.thought_blog,
body.node-type-team-member .blog_cards .card.thought_blog {
  background-image: url("../image/thoughtspot-blog-background.png");
}


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) {


  body.blog .blog_cards .card .card_top,
  body.node-type-team-member .blog_cards .card .card_top {
    width: 50%;
  }
}


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;
}


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) {


  body.blog .blog_cards .card .card_top .text_logo,
  body.node-type-team-member .blog_cards .card .card_top .text_logo {
    font-size: 14px;
  }
}


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) {


  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;
  }
}


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;
}


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) {


  body.blog .blog_cards .card .card_top,
  body.node-type-team-member .blog_cards .card .card_top {
    width: 100%;
  }
}


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;
}


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;
}


body.blog .blog_cards .card a.visit_blog:hover,
body.node-type-team-member .blog_cards .card a.visit_blog:hover {
  font-weight: bold;
}


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;
}


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("../image/color_panel_arrow.svg");
  cursor: pointer;
  box-shadow: 1px 1px 6px rgba(51,51,51,0.5);
  border-radius: 50%;
}


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);
}


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) {


  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) {


  body.blog .blog_cards .card .latest_card,
  body.node-type-team-member .blog_cards .card .latest_card {
    width: 100%;
  }
}


body.blog .blog_cards .card h6,
body.node-type-team-member .blog_cards .card h6 {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
}


body.blog .blog_cards .card ul,
body.node-type-team-member .blog_cards .card ul {
  margin: 0;
  position: relative;
}


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) {


  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;
  }


  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%);
  }


  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%);
  }
}


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;
}


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);
}


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) {


  body.blog .blog_cards .card li,
  body.node-type-team-member .blog_cards .card li {
    width: calc(50% - 36px);
  }


  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) {


  body.blog .blog_cards .card li,
  body.node-type-team-member .blog_cards .card li {
    display: none;
  }


  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) {


  body.blog .blog_cards .card li,
  body.node-type-team-member .blog_cards .card li {
    display: block;
    width: calc(33% - 36px);
  }


  body.blog .blog_cards .card li:first-child,
  body.node-type-team-member .blog_cards .card li:first-child {
    width: calc(33% - 36px);
  }


  body.blog .blog_cards .card li:last-child,
  body.node-type-team-member .blog_cards .card li:last-child {
    display: block;
  }
}


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;
}


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;
}


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;
}


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;
}


body.node-type-team-member section.body {
  background-image: none;
}




body.blog #container,
body.page-taxonomy-term #container,
body.node-type-blog-post #container {
  padding-top: 0;
}


body.node-type-blog-post section.body.grey {
  padding-bottom: 0;
}


body.page-taxonomy-term,
body.node-type-blog-post {
  overflow-x: hidden;
}


body.page-taxonomy-term section.body.grey,
body.node-type-blog-post section.body.grey {
  padding-top: 0;
  background-color: #f0f0f0;
}


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;
}


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;
}


body.page-taxonomy-term section.blog_hero.tall,
body.node-type-blog-post section.blog_hero.tall {
  height: 750px;
}


body.page-taxonomy-term section.blog_hero.shorter,
body.node-type-blog-post section.blog_hero.shorter {
  height: 600px;
}


body.page-taxonomy-term section.blog_hero.data-chief,
body.node-type-blog-post section.blog_hero.data-chief {
  background-image: url("../image/data-chief-background.png");
}


body.page-taxonomy-term section.blog_hero.data-chief .logo,
body.node-type-blog-post section.blog_hero.data-chief .logo {
  background-image: url("../image/logo-data-chief.svg");
}


body.page-taxonomy-term section.blog_hero.fact-and-dimension,
body.node-type-blog-post section.blog_hero.fact-and-dimension {
  background-image: url("../image/fact-dimension-background.png");
}


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("../image/logo-fact-dimension-3.svg");
}


body.page-taxonomy-term section.blog_hero.codex,
body.node-type-blog-post section.blog_hero.codex {
  background-image: url("../image/codex-background.png");
}


body.page-taxonomy-term section.blog_hero.codex .logo,
body.node-type-blog-post section.blog_hero.codex .logo {
  background-image: url("../image/logo-codex-3.svg");
}


body.page-taxonomy-term section.blog_hero.thoughtspot-blog,
body.node-type-blog-post section.blog_hero.thoughtspot-blog {
  background-image: url("../image/thoughtspot-blog-background.png");
}


body.page-taxonomy-term section.blog_hero.thoughtspot-blog .logo,
body.node-type-blog-post section.blog_hero.thoughtspot-blog .logo {
  background-image: url("../image/logo-thoughtspot-company-blog.svg");
}


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;
}


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;
}


body.page-taxonomy-term section.blog_hero .logo.smaller,
body.node-type-blog-post section.blog_hero .logo.smaller {
  height: 60px;
  width: 108px;
}


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%;
}


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;
}


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;
}


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;
}


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;
}


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%);
}


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;
}


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;
}


body.page-taxonomy-term section.blog_hero .first_post h2,
body.node-type-blog-post section.blog_hero .first_post h2 {
  margin-bottom: 45px;
}


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;
}


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;
}


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) {


  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;
  }


  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) {


  body.page-taxonomy-term section.blog_hero .first_post h2,
  body.node-type-blog-post section.blog_hero .first_post h2 {
    margin-bottom: 20px;
  }


  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) {


  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;
  }


  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) {


  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;
  }
}


section.blog.color {
  background-color: #f0f0f0;
  padding-top: 466px;
}


section.blog.color.team_member_recent {
  padding-top: 50px;
}


section.blog.color.team_member_recent .blog_list_wrapper .blog_post {
  margin-right: 22px;
}


section.blog.color .blog_list_wrapper {
  width: 100%;
  max-width: 1274px;
  margin: auto;
  padding: 0 22px;
}


section.blog.color .blog_list_wrapper:before,
section.blog.color .blog_list_wrapper:after {
  content: '';
  display: table;
  clear: both;
}


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:before,
section.blog.color .blog_list_wrapper .blog_post:after {
  content: '';
  display: table;
}


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;
}


section.blog.color .blog_list_wrapper .blog_post .featured_image > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


section.blog.color .blog_list_wrapper .blog_post .blog_post_bottom {
  padding: 45px 45px 15px;
}


section.blog.color .blog_list_wrapper .blog_post h2 {
  margin-top: 0;
}


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) {


  section.blog.color .blog_list_wrapper .blog_post h2 a {
    line-height: 1.2;
  }
}


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;
}


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) {


  section.blog.color .blog_list_wrapper .blog_post h2 {
    font-size: 18px;
    margin-bottom: 1rem;
  }


  section.blog.color .blog_list_wrapper .blog_post .blog_post_bottom {
    padding: 25px 25px 15px;
  }


  section.blog.color .blog_list_wrapper .blog_post .read_more {
    left: 25px;
  }
}
@media screen and (max-width: 850px) {


  section.blog.color .blog_list_wrapper .blog_post h2 {
    font-size: 16px;
  }


  section.blog.color .blog_list_wrapper .blog_post .summary {
    font-size: 14px;
  }
}


section.blog.color .blog_list_wrapper .single {
  width: calc(33.33333333% - 22px);
  margin-right: 33px;
}


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;
}


section.blog.color .blog_list_wrapper .single.last {
  margin-right: 0;
}
@media screen and (max-width: 768px) {


  section.blog.color .blog_list_wrapper .single {
    width: 100%;
    margin-right: 0;
  }
}


section.blog.color .blog_list_wrapper .splash {
  width: calc(66.66666666% - 11px);
  margin-right: 33px;
}


section.blog.color .blog_list_wrapper .splash .featured_image {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}


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) {


  section.blog.color .blog_list_wrapper .splash {
    width: calc(50% - 17px);
    margin-right: 34px;
  }


  section.blog.color .blog_list_wrapper .splash .featured_image {
    position: relative;
    height: 260px;
  }


  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) {


  section.blog.color .blog_list_wrapper .splash {
    width: 100%;
    margin-right: 0;
  }
}


section.blog.color .blog_list_wrapper .triple {
  width: 100%;
}


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;
}


section.blog.color .blog_list_wrapper .triple .blog_post_bottom {
  width: calc(33.3333333% - 32px);
  height: 582px;
  float: left;
  position: relative;
}


section.blog.color .blog_list_wrapper .triple .blog_post_bottom h2 {
  height: auto;
  margin-bottom: 40px;
}


section.blog.color .blog_list_wrapper .triple .blog_post_bottom .summary {
  font-size: 18px;
}


section.blog.color .blog_list_wrapper .triple .read_more {
  left: 25px;
}
@media screen and (max-width: 768px) {


  section.blog.color .blog_list_wrapper .triple .featured_image {
    width: 100%;
    height: 260px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }


  section.blog.color .blog_list_wrapper .triple .blog_post_bottom {
    width: 100%;
    height: auto;
    position: initial;
  }
}


section.blog.color .blog_list_wrapper .newsletter {
  width: calc(33.33333% - 22px);
  border-top: 20px solid #B12109;
  background-color: #fff;
}


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) {


  section.blog.color .blog_list_wrapper .newsletter h3 {
    font-size: 28px;
  }
}


section.blog.color .blog_list_wrapper .newsletter .button {
  width: 200px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 850px) {


  section.blog.color .blog_list_wrapper .newsletter {
    width: calc(50% - 19px);
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {


  section.blog.color .blog_list_wrapper .newsletter {
    width: 100%;
  }
}


section.blog.color .blog_list_wrapper .ad {
  width: calc(33.33333% - 22px);
  background-color: #B12109;
}
@media screen and (max-width: 768px) {


  section.blog.color .blog_list_wrapper .ad {
    width: 100%;
  }
}


section.blog.color .blog_list_wrapper .full_width {
  width: 100%;
}


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;
}


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;
}


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) {


  section.blog.color .blog_list_wrapper .full_width .blog_post_bottom {
    padding: 25px;
    width: 75%;
  }
}
@media screen and (max-width: 400px) {


  section.blog.color .blog_list_wrapper .full_width .blog_post_bottom {
    width: 100%;
  }
}


span.share {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  display: inline-block;
  cursor: pointer;
}


span.share.twitter {
  background: url("404.png") 0 0/4rem 2rem no-repeat;
}


span.share.twitter:hover {
  background-position: -2rem 0;
}


span.share.facebook {
  background: url("404.png") 0 0/4rem 2rem no-repeat;
}


span.share.facebook:hover {
  background-position: -2rem 0;
}


span.share.google {
  background: url("404.png") 0 0/4rem 2rem no-repeat;
}


span.share.google:hover {
  background-position: -2rem 0;
}


span.share.linkedin {
  background: url("404.png") 0 0/4rem 2rem no-repeat;
}


span.share.linkedin:hover {
  background-position: -2rem 0;
}
@media screen and (max-width: 850px) {


  span.share {
    margin-right: 0.3rem;
  }
}




div.blog_post .author-details {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
}


div.blog_post .author-details img.portrait {
  height: 64px;
  width: 64px;
  margin-bottom: 16px;
}


div.blog_post .author-details .author {
  margin-bottom: 12px;
}


div.blog_post .author-details .author a {
  color: #333;
  font-size: 18px;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
}


div.blog_post .author-details .twitter {
  margin-bottom: 16px;
}


div.blog_post .author-details .twitter a {
  font-size: 18px;
  color: #B12109;
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
}


div.blog_post .tag-container {
  text-align: center;
}


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;
}


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) {


  div.blog_post .title {
    font-size: 38px;
  }
}


div.blog_post .social_wrapper {
  display: block;
  margin: 0 auto 16px;
  width: 100%;
  text-align: center;
}


div.blog_post .social_wrapper .addthis_sharing_toolbox {
  display: inline-block;
}


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;
}


div.blog_post .social_wrapper > a.button.dark-blue.newsletter_open:hover {
  background-color: #B12109;
}


div.blog_post .content {
  font-size: 21px;
  line-height: 1.4;
}


div.blog_post .content * {
  font-family: "Microsoft YaHei","Raleway", "Helvetica Neue", Roboto,sans-serif;
}


div.blog_post .content p {
  color: #333;
  font-size: 21px;
}


div.blog_post .content a {
  color: #00aeff;
}


div.blog_post .content ol,
div.blog_post .content ul {
  margin-left: 0rem;
}
@media screen and (max-width: 1024px) {


  div.blog_post .content ol,
  div.blog_post .content ul {
    text-align: left;
  }
}


div.blog_post .content ol li,
div.blog_post .content ul li {
  margin-left: 40px;
  padding-bottom: 10px;
  font-size: 21px;
  color: #333;
}


div.blog_post .content p > img {
  display: block;
  margin: auto;
}


div.blog_post .content h2 {
  font-size: 2rem;
}




div.categories span {
  color: #B12109;
  position: relative;
  font-size: 0.825rem;
}


div.categories span a {
  font-size: 0.825rem;
}


div.categories .views-field-name {
  display: inline-block;
}


div.categories .views-field-name span {
  padding-left: 1rem;
}


div.categories .views-field-name span:before {
  content: '\25CB';
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0.825rem;
}


div.categories .views-field-nid {
  display: inline-block;
}


div.blog-sharing {
  position: fixed;
  left: 0;
  width: 54px;
  background-color: #fff;
}


div.blog-sharing .title {
  color: #fff;
  font-size: 7px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #5c9df5;
}


div.blog-sharing .share-inner {
  padding: 15px 15px 8px 15px;
  background: url("404.png") center top no-repeat;
  -webkit-background-size: 10px 4px;
  -moz-background-size: 10px 4px;
  background-size: 10px 4px;
}


div.blog-sharing span.share {
  width: 2rem;
  height: 2rem;
  margin-right: 0;
  display: inline-block;
}


div.blog-sharing span.share.twitter {
  background: url("404.png") 0 0/4rem 2rem no-repeat;
}


div.blog-sharing span.share.twitter:hover {
  background-position: -2rem 0;
}


div.blog-sharing span.share.facebook {
  background: url("404.png") 0 0/4rem 2rem no-repeat;
}


div.blog-sharing span.share.facebook:hover {
  background-position: -2rem 0;
}


div.blog-sharing span.share.google {
  background: url("404.png") 0 0/4rem 2rem no-repeat;
}


div.blog-sharing span.share.google:hover {
  background-position: -2rem 0;
}


div.blog-sharing span.share.linkedin {
  background: url("404.png") 0 0/4rem 2rem no-repeat;
}


div.blog-sharing span.share.linkedin:hover {
  background-position: -2rem 0;
}
@media screen and (max-width: 640px) {


  div.blog-sharing {
    position: relative;
    background: none;
    margin: auto;
    width: 200px;
  }


  div.blog-sharing .title {
    display: none;
  }


  div.blog-sharing .share-inner {
    background: none;
  }


  div.blog-sharing span.share {
    margin-right: 1rem;
  }


  div.blog-sharing span.share.google {
    margin-right: 0;
  }
}


ul.recent_posts,
ul.featured_posts {
  list-style: circle;
  margin: 0;
  padding: 0;
}


ul.recent_posts li,
ul.featured_posts li {
  list-style: circle;
}


#rss {
  background: url("404.png") left center no-repeat;
  display: block;
}


#rss h2 {
  margin-left: 35px;
}




div.newsletter .form-text {
  border-radius: 5px;
}


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;
}


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;
}


div.blog_offer {
  padding-top: 6rem;
  text-align: center;
  padding-bottom: 3rem;
}


div.blog_offer .slick_wrapper {
  padding-bottom: 1rem;
}


div.blog_offer .slick_wrapper .blog_post {
  padding: 1rem;
}


div.blog_offer .slick_wrapper .blog_post .featured_image {
  margin-bottom: 1rem;
}


div.blog_offer .slick_wrapper .blog_post .tags {
  margin-bottom: 0.5rem;
}


section.disqus {
  background-color: #f0f0f0;
  padding-bottom: 4rem;
}


section.disqus .disqus_wrapper {
  background-color: #fff;
  max-width: 1230px;
  padding: 25px 20px 80px;
  display: block;
  margin: 0 auto;
}


section.disqus #disqus_thread {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {


  section.disqus #disqus_thread {
    width: 100%;
  }
}


a.button.dark-blue.newsletter_open {
  font-size: 12px;
  padding: 6px 26px;
  line-height: 12px;
}


a.button.dark-blue.newsletter_open:hover {
  background-color: #B12109;
}


section#related_slider {
  background-color: #f0f0f0;
}


section#related_slider h5 {
  color: #B12109;
  text-transform: uppercase;
  margin-top: 1rem;
}


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%);
}


section#related_slider .slick-dots > li {
  display: inline-block;
  margin: 1rem;
}


section#related_slider .slick-dots > li > button {
  border-radius: 50%;
  color: transparent;
  background-color: #9194a2;
  height: 1.25rem;
  width: 1.25rem;
  padding: 0;
}


section#related_slider .slick-dots > li.slick-active > button {
  background-color: #B12109;
}


section#related_slider .blog_post {
  height: 582px;
  float: left;
  position: relative;
  background-color: transparent;
  margin-bottom: 33px;
}


section#related_slider .blog_post:before,
section#related_slider .blog_post:after {
  content: '';
  display: table;
}


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;
}


section#related_slider .blog_post .featured_image > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


section#related_slider .blog_post .blog_post_bottom {
  padding: 45px 45px 15px;
  background-color: #fff;
  min-height: 245px;
}


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;
}


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;
}


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) {


  section#related_slider .blog_post h2 {
    font-size: 18px;
    margin-bottom: 1rem;
  }


  section#related_slider .blog_post .blog_post_bottom {
    padding: 25px 25px 15px;
  }


  section#related_slider .blog_post .read_more {
    left: 25px;
  }
}
@media screen and (max-width: 850px) {


  section#related_slider .blog_post h2 {
    font-size: 16px;
  }


  section#related_slider .blog_post .summary {
    font-size: 14px;
  }
}


section#related_slider .blog_post.single {
  width: calc(33.33333333% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}


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;
}


section#related_slider .blog_post.single.last {
  margin-right: 0;
}
@media screen and (max-width: 768px) {


  section#related_slider .blog_post.single {
    width: 100%;
    margin-right: 0;
  }
}


#blog_subscribe {
  width: 360px;
  border: 4px solid #333;
}
@media screen and (max-width: 640px) {


  #blog_subscribe {
    width: 100%;
  }
}


#blog_subscribe #modal_logo {
  margin-bottom: 30px;
  text-align: center;
}


#blog_subscribe #modal_logo.data-chief .logo {
  background-image: url("../image/logo-data-chief.svg");
}


#blog_subscribe #modal_logo.fact-and-dimension .logo {
  background-image: url("../image/logo-fact-dimension-3.svg");
}


#blog_subscribe #modal_logo.codex .logo {
  background-image: url("../image/logo-codex-3.svg");
}


#blog_subscribe #modal_logo.thoughtspot-blog .logo {
  background-image: url("../image/logo-thoughtspot-company-blog.svg");
}


#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;
}


#blog_subscribe #modal_logo .logo > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


#blog_subscribe #modal_logo .logo .text_logo {
  display: none;
  color: #222;
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}


#blog_subscribe #modal_logo .logo .text_logo span {
  font-size: 24px;
}


#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) {


  #blog_subscribe .mktoForm {
    max-width: 100% !important;
  }
}


#blog_subscribe .mktoForm .mktoFormRow,
#blog_subscribe .mktoForm .mktoButtonRow {
  clear: none !important;
  float: left;
  margin-bottom: 0;
}


#blog_subscribe .mktoForm .mktoFieldWrap {
  width: 100%;
}


#blog_subscribe .mktoForm .mktoFormCol {
  width: 100%;
}


#blog_subscribe .mktoForm .mktoFormRow {
  width: 100% !important;
}


#blog_subscribe .mktoForm .mktoButtonRow {
  width: 100% !important;
  text-align: center;
  padding-top: 30px;
}


#blog_subscribe .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}


#blog_subscribe .mktoForm .mktoButtonWrap .mktoButton {
  width: 180px !important;
  background-color: #B12109 !important;
  border: 1px solid #B12109 !important;
}
@media screen and (max-width: 640px) {


  #blog_subscribe .mktoForm .mktoButtonWrap .mktoButton {
    width: 100% !important;
    padding: 0 !important;
    height: 40px;
  }
}


#blog_subscribe .mktoForm .mktoButtonWrap .mktoButton:active {
  background-color: #333 !important;
  border: 1px solid #333 !important;
}


#blog_subscribe .mktoForm .mktoGutter,
#blog_subscribe .mktoForm .mktoOffset,
#blog_subscribe .mktoForm label {
  display: none;
}


#blog_subscribe .mktoForm input {
  border: 2px solid #555;
  background-color: #fff;
  width: 100% !important;
  height: 40px;
}


#blog_subscribe .mktoForm input::-webkit-input-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}


#blog_subscribe .mktoForm input:-moz-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}


#blog_subscribe .mktoForm input::-moz-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}


#blog_subscribe .mktoForm input:-ms-input-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}
@media screen and (max-width: 640px) {


  #blog_subscribe .mktoForm input {
    width: 100% !important;
    margin: auto;
  }
}






body.resources h1 {
  display: none;
}


section.resources {
  background-color: #fff;
}


section.resources .resource-box {
  background-color: #f7f8fa;
  border: 2px solid #ddd;
  border-radius: 5px;
  margin-bottom: 50px;
  overflow: hidden;
}


section.resources .resource-box .resource-type {
  padding: 0;
  font-size: 0.75rem;
  color: #888;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}


section.resources .resource-box .resource-title {
  color: #222;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1.825rem;
  font-weight: lighter;
  max-width: 50%;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 480px) {


  section.resources .resource-box .resource-title {
    max-width: 100%;
  }
}


section.resources .resource-box .resource-summary {
  font-size: 0.8rem;
  line-height: 1.6rem;
  margin-bottom: 0.8rem;
}


section.resources .resource-box .resource-summary * {
  font-size: 0.8rem;
  line-height: 1.6rem;
}


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;
}


section.resources .resource-box .resource-link:hover {
  color: #626e7f;
}


section.resources .resource-box .resource-top {
  padding: 20px;
  height: 200px;
  background-position: right center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {


  section.resources .resource-box .resource-top {
    background-image: none !important;
  }
}


section.resources .resource-box .resource-bottom {
  padding: 20px;
  height: 200px;
  background-color: #fff;
  border-top: 3px solid #B12109;
  position: relative;
}


section.resources .resource-box .resource-bottom.webinar {
  border-color: #4ebcef;
}


section.resources .resource-box .resource-bottom.analyst_report {
  border-color: #fb549a;
}


section.resources .resource-box .resource-bottom.white_paper {
  border-color: #b07cf8;
}


section.resources .resource-box .resource-bottom.survey_report {
  border-color: #3bcd9e;
}


section.resources .resource-box .resource-bottom.interesting_reads {
  border-color: #95d664;
}


section.resources .control-heading {
  letter-spacing: 3px;
  font-size: 0.7rem;
  color: #888;
  margin-top: 60px;
}


section.resources .mix-controls {
  padding: 0 20px 20px;
  margin: 0 auto 20px;
  max-width: 100%;
  text-align: center;
  max-width: 100%;
  width: 95%;
}


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;
}


section.resources .mix-controls .filter:hover,
section.resources .mix-controls .filter.active {
  border-color: #B12109;
}


section.resources ul.resource-grid {
  overflow: hidden;
  margin: 0;
}


section.resources ul.resource-grid li {
  max-width: 33.3%;
  list-style: none;
  float: left;
  width: 100%;
  padding: 10px;
}


section.resources ul.resource-grid li.mix {
  display: none;
}
@media screen and (max-width: 1024px) {


  section.resources ul.resource-grid li {
    max-width: 50%;
  }
}
@media screen and (max-width: 640px) {


  section.resources ul.resource-grid li {
    max-width: 100%;
    padding: 0;
  }
}


section.resources.direct-path ul.resource-grid li.mix {
  display: block;
}






section.hero.fixed_height.not-found {
  height: 640px;
}


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) {


  section.hero.fixed_height.not-found .hero-inner {
    right: initial;
    float: none;
    margin: 0 auto;
    top: 170px;
  }
}


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) {


  section.hero.fixed_height.not-found .hero-inner h1 {
    font-size: 7rem;
    line-height: 9rem;
  }
}


section.hero.fixed_height.not-found .hero-inner p {
  margin-bottom: 50px;
  font-size: 1.5em;
}


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;
}


section.hero.fixed_height.not-found .hero-inner .back-home:hover {
  background-color: #5c9df5;
}






#permission_denied {
  padding: 6rem 0;
  text-align: center;
}


#permission_denied h1 {
  font-size: 100px;
}


#permission_denied p {
  font-size: 20px;
  margin-bottom: 100px;
}








.basic-page h1 {
  width: 100%;
  margin: 0;
  left: 0;
}








.large-gutter .columns {
  padding-left: 1.9375rem;
  padding-right: 1.9375rem;
}
@media screen and (min-width: 1150px) {


  .row{
    max-width: 90rem;
  }
}
@media screen and (max-width: 640px) {


  .small-centered {
    clear: both;
  }
}






.link_page {
  background-color: #333;
  color: #fff;
}


.link_page p {
  color: #fff;
}


.link_page h1 {
  font-size: 48px;
  line-height: 64px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 640px) {


  .link_page h1 {
    font-size: 30px;
    line-height: 45px;
  }
}


.link_page h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 640px) {


  .link_page h2 {
    font-size: 28px;
  }
}


.link_page section h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {


  .link_page section h5 {
    font-size: 12px;
    font-weight: bold;
  }
}


.link_page h6 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}


.link_page p.sub_heading {
  font-size: 20px;
  font-weight: 200;
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 640px) {


  .link_page p.sub_heading {
    font-size: 14px;
  }
}


.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;
}


.link_page section.hero .row {
  top: auto;
}


.link_page section.hero h1 {
  margin-top: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 650px;
}


.link_page section.hero p {
  font-size: 20px;
  line-height: 35px;
  max-width: 883px;
  margin-left: auto;
  margin-right: auto;
}


.link_page section.hero .stitch {
  position: absolute;
  width: 10px;
  height: 68px;
  left: 50%;
  bottom: -34px;
  margin-left: -5px;
  z-index: 1;
}


.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;
}


.link_page section.color_panels h2 {
  margin-bottom: 15px;
}


.link_page section.color_panels .sub_heading {
  max-width: 883px;
  margin: 0 auto 70px;
}


.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) {


  .link_page section.color_panels .color_panel_columns {
    height: 400px;
    position: relative;
    clear: both;
  }


  .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;
  }


  .link_page section.color_panels .color_panel_columns .panel_mobile_wrapper.position_1 {
    left: 25%;
  }


  .link_page section.color_panels .color_panel_columns .panel_mobile_wrapper.position_2 {
    left: -37.5%;
  }


  .link_page section.color_panels .color_panel_columns .panel_mobile_wrapper.position_3 {
    left: -100%;
  }


  .link_page section.color_panels .color_panel_columns .panel_mobile_wrapper .color_panel_wrapper {
    width: 25%;
  }


  .link_page section.color_panels .color_panel_columns .panel_mobile_wrapper .color_panel_wrapper.middle {
    width: 49%;
    margin: 0 0.5% 0;
  }


  .link_page section.color_panels .color_panel_columns .panel_controls {
    height: 40px;
    width: 40px;
    z-index: 1;
    position: absolute;
    top: 184px;
    background-image: url("../image/color_panel_arrow.svg");
  }


  .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);
  }


  .link_page section.color_panels .color_panel_columns .panel_controls.right_arrow {
    right: 10px;
  }
}


.link_page section.color_panels .color_panel_wrapper {
  height: 457px;
  width: 18%;
  display: block;
  float: left;
}


.link_page section.color_panels .color_panel_wrapper.middle {
  width: 62%;
  width: calc(64% - 16px);
  margin: 0 8px 0;
}


.link_page section.color_panels .color_panel_wrapper.middle .color_panel {
  height: 80px;
  margin-bottom: 8px;
}


.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;
}


.link_page section.color_panels .color_panel_wrapper.middle .color_panel.color_panel_7 {
  margin-right: 4px;
}


.link_page section.color_panels .color_panel_wrapper.middle .color_panel.color_panel_2 {
  margin-left: 4px;
}
@media screen and (max-width: 1150px) {


  .link_page section.color_panels .color_panel_wrapper.middle {
    width: 61%;
    width: calc(64% - 16px);
  }
}


.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;
}


.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_1 {
  border-color: #B12109;
  background-color: rgba(252,95,69,0.3);
}


.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_1:hover {
  background-color: #B12109;
}


.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_2 {
  border-color: #f757be;
  background-color: rgba(247,87,190,0.3);
}


.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_2:hover {
  background-color: #f757be;
}


.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_3 {
  border-color: #b378f8;
  background-color: rgba(179,120,248,0.3);
}


.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_3:hover {
  background-color: #b378f8;
}


.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_4 {
  border-color: #00aeff;
  background-color: rgba(0,174,255,0.3);
}


.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_4:hover {
  background-color: #00aeff;
}


.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_5 {
  border-color: #02dbde;
  background-color: rgba(2,219,222,0.3);
}


.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_5:hover {
  background-color: #02dbde;
}


.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_6 {
  border-color: #2dc794;
  background-color: rgba(45,199,148,0.3);
}


.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_6:hover {
  background-color: #2dc794;
}


.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_7 {
  border-color: #ff9c1a;
  background-color: rgba(255,156,26,0.3);
}


.link_page section.color_panels .color_panel_wrapper .color_panel.color_panel_7:hover {
  background-color: #ff9c1a;
}


.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) {


  .link_page section.color_panels .color_panel_wrapper .color_panel {
    font-size: 13px;
    padding: 5px;
  }
}


.link_page section.tech_section {
  padding: 70px 0 0;
  background-color: #333;
}


.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;
}


.link_page section.tech_section img.visible {
  opacity: 1;
  right: 0;
}
@media screen and (max-width: 640px) {


  .link_page section.tech_section img {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


.link_page section.tech_section:nth-of-type(2n+1) .section_image {
  text-align: right;
}
@media screen and (max-width: 640px) {


  .link_page section.tech_section:nth-of-type(2n+1) .section_image {
    text-align: center;
  }
}


.link_page section.tech_section:nth-of-type(2n+1) .section_image img {
  display: block;
  left: -75px;
}


.link_page section.tech_section:nth-of-type(2n+1) .section_image img.visible {
  left: 0;
}
@media screen and (max-width: 640px) {


  .link_page section.tech_section:nth-of-type(2n+1) .section_image img {
    text-align: center;
    float: none;
    margin: auto;
  }
}


.link_page section.tech_section:nth-last-of-type(1) {
  padding-bottom: 100px;
}


.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);
}




.link_page section.tech_section.data_connectors h2 {
  color: #B12109;
}


.link_page section.tech_section.data_connectors .divider_line {
  border-color: rgba(252,95,69,0.3);
}


.link_page section.tech_section.data_connectors .divider_line:before {
  background-color: #B12109;
  border: 3px solid rgba(252,95,69,0.3);
}




.link_page section.tech_section.ai_engine h2 {
  color: #ff9c1a;
}


.link_page section.tech_section.ai_engine .divider_line {
  border-color: rgba(255,156,26,0.3);
}


.link_page section.tech_section.ai_engine .divider_line:before {
  background-color: #ff9c1a;
  border: 3px solid rgba(255,156,26,0.3);
}




.link_page section.tech_section.relational_search h2 {
  color: #f757be;
}


.link_page section.tech_section.relational_search .divider_line {
  border-color: rgba(247,87,190,0.3);
}


.link_page section.tech_section.relational_search .divider_line:before {
  background-color: #f757be;
  border: 3px solid rgba(247,87,190,0.3);
}




.link_page section.tech_section.visualization_server h2 {
  color: #b378f8;
}


.link_page section.tech_section.visualization_server .divider_line {
  border-color: rgba(179,120,248,0.3);
}


.link_page section.tech_section.visualization_server .divider_line:before {
  background-color: #b378f8;
  border: 3px solid rgba(179,120,248,0.3);
}




.link_page section.tech_section.relational_cache h2 {
  color: #00aeff;
}


.link_page section.tech_section.relational_cache .divider_line {
  border-color: rgba(0,174,255,0.3);
}


.link_page section.tech_section.relational_cache .divider_line:before {
  background-color: #00aeff;
  border: 3px solid rgba(0,174,255,0.3);
}




.link_page section.tech_section.cluster_manager h2 {
  color: #02dbde;
}


.link_page section.tech_section.cluster_manager .divider_line {
  border-color: rgba(2,219,222,0.3);
}


.link_page section.tech_section.cluster_manager .divider_line:before {
  background-color: #02dbde;
  border: 3px solid rgba(2,219,222,0.3);
}


.link_page section.tech_section.enterprise_security {
  padding-bottom: 60px;
  margin-bottom: -60px;
}


.link_page section.tech_section.enterprise_security h2 {
  color: #2dc794;
}


.link_page section.tech_section.enterprise_security .divider_line {
  border-color: rgba(45,199,148,0.3);
}


.link_page section.tech_section.enterprise_security .divider_line:before {
  background-color: #2dc794;
  border: 3px solid rgba(45,199,148,0.3);
}


.link_page section.tech_section .panel_wrapper {
  padding: 50px 35px 50px;
  max-width: 1150px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 640px) {


  .link_page section.tech_section .panel_wrapper {
    padding-left: 0;
    padding-right: 0;
  }


  .link_page section.tech_section .panel_wrapper div.row:nth-of-type(2n) > div.columns:first-child {
    margin-bottom: 20px;
  }
}


.link_page section.tech_section .panel_wrapper .columns.collapse {
  padding: 0;
}


.link_page section.tech_section .panel_wrapper .sub_heading {
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {


  .link_page section.tech_section .panel_wrapper .sub_heading {
    margin-bottom: 40px;
  }
}


.link_page section.tech_section .panel_wrapper h6 + p {
  margin-bottom: 40px;
}


.link_page section.tech_section .panel_wrapper .icon_row {
  padding-top: 100px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {


  .link_page section.tech_section .panel_wrapper .icon_row {
    padding-top: 120px;
  }
}


.link_page section.tech_section .panel_wrapper .icon_row h5 {
  margin-bottom: 70px;
}


.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;
}


.link_page section.tech_section .panel_wrapper .icon_row p {
  font-size: 14px;
}


.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%);
}


.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) {


  .link_page section.tech_section .panel_wrapper .divider_line {
    width: 100%;
  }
}


.link_page section.magic {
  text-align: center;
  padding-top: 250px;
  padding-bottom: 250px;
  background-color: #333;
  position: relative;
}


.link_page section.magic::before {
  content: '';
  background-image: url("../image/tech_pattern_b.svg");
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
}


.link_page section.magic p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
}


.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;
}




.link_page section.magic a.orange-text:hover {
  color: #fff;
  background-color: #B12109;
}


.link_page a.button:hover {
  color: #B12109;
  background-color: #fff;
}


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;
}


div.tech_menu.hidden {
  top: -64px;
}


div.tech_menu div.icon_drop_down {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url("../image/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) {


  div.tech_menu div.icon_drop_down {
    right: 10px;
    margin-right: 0;
  }
}




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;
}


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;
}


div.tech_menu.tech_menu_open li.pink {
  top: 0px;
}


div.tech_menu.tech_menu_open li.pink.active {
  color: #f757be;
}


div.tech_menu.tech_menu_open li.pink.active p:before {
  background-image: url("../image/tech_stack_icon_3b_c.svg");
}


div.tech_menu.tech_menu_open li.yellow_orange {
  top: 64px;
}


div.tech_menu.tech_menu_open li.yellow_orange.active {
  color: #ff9c1a;
}


div.tech_menu.tech_menu_open li.yellow_orange.active p:before {
  background-image: url("../image/tech_stack_icon_2b_c.svg");
}


div.tech_menu.tech_menu_open li.purple {
  top: 128px;
}


div.tech_menu.tech_menu_open li.purple.active {
  color: #b378f8;
}


div.tech_menu.tech_menu_open li.purple.active p:before {
  background-image: url("../image/tech_stack_icon_4b_c.svg");
}


div.tech_menu.tech_menu_open li.blue {
  top: 192px;
}


div.tech_menu.tech_menu_open li.blue.active {
  color: #00aeff;
}


div.tech_menu.tech_menu_open li.blue.active p:before {
  background-image: url("../image/tech_stack_icon_5b_c.svg");
}


div.tech_menu.tech_menu_open li.teal {
  top: 256px;
}


div.tech_menu.tech_menu_open li.teal.active {
  color: #02dbde;
}


div.tech_menu.tech_menu_open li.teal.active p:before {
  background-image: url("../image/tech_stack_icon_6b_c.svg");
}


div.tech_menu.tech_menu_open li.green {
  top: 320px;
}


div.tech_menu.tech_menu_open li.green.active {
  color: #2dc794;
}


div.tech_menu.tech_menu_open li.green.active p:before {
  background-image: url("../image/tech_stack_icon_7b_c.svg");
}


div.tech_menu.tech_menu_open li.orange {
  top: 384px;
}


div.tech_menu.tech_menu_open li.orange.active {
  color: #B12109;
}


div.tech_menu.tech_menu_open li.orange.active p:before {
  background-image: url("../image/tech_stack_icon_1b_c.svg");
}


div.tech_menu.tech_menu_open li.to_top_button {
  top: 384px;
}


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;
}


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);
}


div.tech_menu ul {
  width: 100%;
  margin: auto;
}


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;
}


div.tech_menu ul li.active {
  z-index: 1002;
  opacity: 1;
}


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;
}


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;
}


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) {


  div.tech_menu ul li p {
    padding-left: 0;
    font-size: 10px;
    text-align: center;
  }
}


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) {


  div.tech_menu ul li p:before {
    background-image: none !important;
  }
}


div.tech_menu ul li.orange {
  background-color: #B12109;
}


div.tech_menu ul li.orange p:before {
  background-image: url("../image/tech_stack_icon_1b.svg");
}


div.tech_menu ul li.yellow_orange {
  background-color: #ff9c1a;
}


div.tech_menu ul li.yellow_orange p:before {
  background-image: url("../image/tech_stack_icon_2b.svg");
}


div.tech_menu ul li.pink {
  background-color: #f757be;
}


div.tech_menu ul li.pink p:before {
  background-image: url("../image/tech_stack_icon_3b.svg");
}


div.tech_menu ul li.purple {
  background-color: #b378f8;
}


div.tech_menu ul li.purple p:before {
  background-image: url("../image/tech_stack_icon_4b.svg");
}


div.tech_menu ul li.blue {
  background-color: #00aeff;
}


div.tech_menu ul li.blue p:before {
  background-image: url("../image/tech_stack_icon_5b.svg");
}


div.tech_menu ul li.teal {
  background-color: #02dbde;
}


div.tech_menu ul li.teal p:before {
  background-image: url("../image/tech_stack_icon_6b.svg");
}


div.tech_menu ul li.green {
  background-color: #2dc794;
}


div.tech_menu ul li.green p:before {
  background-image: url("../image/tech_stack_icon_7b.svg");
}


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);
}


div.tech_menu ul li.to_top_button p:before {
  background-image: url("../image/hero_up_icon.svg");
  background-position: 25px center;
}


#clipped {
  background-color: #2f2f2f;
  clip-path: url("404.png");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}


#clipped svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


@-moz-keyframes dotbounce {


  0% {
    left: 10%;
  }


  50% {
    left: 90%;
  }


  100% {
    left: 10%;
  }
}


@-webkit-keyframes dotbounce {


  0% {
    left: 10%;
  }


  50% {
    left: 90%;
  }


  100% {
    left: 10%;
  }
}


@-o-keyframes dotbounce {


  0% {
    left: 10%;
  }


  50% {
    left: 90%;
  }


  100% {
    left: 10%;
  }
}


@keyframes dotbounce {


  0% {
    left: 10%;
  }


  50% {
    left: 90%;
  }


  100% {
    left: 10%;
  }
}






section.hero.demo {
  min-height: 800px;
  max-height: 1000px;
}


section.hero.demo .demo-wrapper {
  position: absolute;
  top: 125px;
  left: 15%;
  z-index: 3;
}


section.hero.demo .demo-wrapper h2 {
  font-size: 1.4rem;
  color: #fff;
  margin-left: 8px;
}


section.hero.demo .demo-wrapper iframe {
  width: 670px;
  height: 455px;
}
@media screen and (max-width: 1024px) {


  section.hero.demo .demo-wrapper {
    left: 5%;
    width: 90%;
  }


  section.hero.demo .demo-wrapper iframe {
    width: 100%;
    height: 455px;
  }
}






.user-wrapper {
  padding: 6rem 20px;
}


.user-wrapper form {
  margin: 3rem 0;
}


.user-wrapper form label {
  color: #B12109;
  font-size: 1rem;
}


.user-wrapper form .description {
  color: #838b9d;
}


.user-wrapper form input[type="text"],
.user-wrapper form input[type="password"] {
  border-radius: 2px;
  border: none;
}


.user-wrapper form input[type="text"]:focus,
.user-wrapper form input[type="password"]:focus {
  border: 2px solid #B12109;
  box-shadow: none;
}


.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;
}


.user-wrapper form input[type="submit"]:hover {
  background-color: #fff;
  color: #222;
}


.user-wrapper .profile {
  color: #838b9d;
}


.user-wrapper .profile h3 {
  color: #B12109;
}






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) {


  section.blog-author {
    padding: 8rem 0 2rem 0;
  }
}


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


  section.blog-author .portrait {
    margin-bottom: 1.5rem;
  }
}


section.blog-author .portrait img {
  margin-left: 30px;
  max-width: 100px;
  width: 100%;
}
@media screen and (max-width: 1024px) {


  section.blog-author .portrait img {
    margin-left: 0;
  }
}


section.blog-author .name {
  margin: 0 0 0.5rem 0;
  font-size: 2.3125rem;
  line-height: 2.3125rem;
}
@media screen and (max-width: 360px) {


  section.blog-author .name {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
}


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) {


  section.blog-author .title {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
}


section.blog-author .description {
  color: #626e7f;
}


section.blog-author .description.show-for-small-only {
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {


  section.blog-author .description {
    font-size: 0.825rem;
    padding-left: 10%;
    padding-right: 10%;
  }
}




section.blog-author .social span {
  display: inline-block;
  margin: 1rem 0.25rem 0 0;
  height: 50px;
  width: 50px;
  background: #626e7f;
  background-position: 0 0;
}


section.blog-author .social span:hover {
  background-position: 50px 0;
}


section.blog-author .social span.twitter {
  background-image: url("404.png");
}


section.blog-author .social span.google {
  background-image: url("404.png");
}


section.blog-author .social span.linkedin {
  background-image: url("404.png");
}


section.recent-posts {
  padding: 3rem 0;
}




section.recent-posts .content .recent {
  font-size: 1.75rem;
  line-height: 1.75rem;
  color: #f2f3f7;
  margin-bottom: 3rem;
}


section.recent-posts .content .last {
  float: left;
}


section.break {
  background: #f7f8fa;
}


section.break .columns {
  border-bottom: 1px solid #f2f3f7;
}






div.thoughtspot-retail {
  background-color: #fff;
}


div.thoughtspot-retail .field-name-field-fixed-button {
  display: none;
}


div.thoughtspot-retail section#product-slider {
  padding: 5rem 0 0;
  margin-bottom: 10rem;
  text-align: center;
  position: relative;
  background-color: #f7f8fa;
}


div.thoughtspot-retail section#product-slider #slides .slide {
  display: none;
}


div.thoughtspot-retail section#product-slider #slides .slide.active {
  display: block;
}


div.thoughtspot-retail section#product-slider #slides .slide video {
  width: 72%;
}
@media screen and (max-width: 640px) {


  div.thoughtspot-retail section#product-slider #slides .slide video {
    width: 90%;
  }
}


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


  div.thoughtspot-retail section#product-slider .product-arrows {
    display: none;
  }
}


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;
}


div.thoughtspot-retail section#product-slider .product-arrows >div.left-arrow {
  left: 7%;
}


div.thoughtspot-retail section#product-slider .product-arrows >div.right-arrow {
  right: 7%;
}


div.thoughtspot-retail section#product-slider #product-slider-controls {
  overflow: hidden;
  text-align: center;
}


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;
}


div.thoughtspot-retail section#product-slider #product-slider-controls >div.active {
  background-color: #B12109;
}


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;
}




div.thoughtspot-retail section.body .button {
  background: #B12109;
  color: #fff;
}


div.thoughtspot-retail section.hero.fixed_height {
  text-align: center;
  position: relative;
}


div.thoughtspot-retail section.hero.fixed_height h1 {
  margin-top: 135px;
}


div.thoughtspot-retail section.hero.fixed_height p {
  max-width: 1125px;
  margin: 35px auto;
  color: #fff;
}


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;
}


div.thoughtspot-retail section.top {
  background-color: #f7f8fa;
}


div.thoughtspot-retail section.top .hidden {
  display: none;
}


div.thoughtspot-retail section.top .slideshow {
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  width: 85%;
  margin: 0 auto;
}


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%);
}


div.thoughtspot-retail section.top .slideshow .slick-next {
  background: url("404.png") center no-repeat transparent;
  right: -60px;
}


div.thoughtspot-retail section.top .slideshow .slick-prev {
  background: url("404.png") center no-repeat transparent;
  left: -60px;
}


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("404.png") 25px center no-repeat #fff;
  line-height: 60px;
  text-align: left;
  padding-left: 80px;
}


div.thoughtspot-retail section.top .input.typing {
  border-color: #5699fb;
}


div.thoughtspot-retail section.body {
  text-align: center;
  padding-bottom: 0;
}


div.thoughtspot-retail section.body:first-of-type {
  padding-bottom: 0;
}


div.thoughtspot-retail section.body .row {
  padding-bottom: 90px;
}


div.thoughtspot-retail section.body .row.features {
  border-bottom: 1px solid #ccc;
}


div.thoughtspot-retail section.body .row.features p {
  color: #999faa;
}


div.thoughtspot-retail section.body .row.features .img-wrapper {
  min-height: 142px;
}


div.thoughtspot-retail section.body .row.features img {
  margin-top: 25px;
  margin-bottom: 40px;
}




div.thoughtspot-retail section.body .row.story h3 {
  color: #999faa;
  font-style: italic;
  position: relative;
  padding: 0 50px;
}


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;
}


div.thoughtspot-retail section.body .row.story h3:before {
  background: url("../image/quote-start.png");
  left: 0;
  top: 0;
}


div.thoughtspot-retail section.body .row.story h3:after {
  background: url("../image/quote-end.png");
  right: 0;
  bottom: 0;
}


div.thoughtspot-retail section.body .row.story .button {
  margin-top: 35px;
}


div.thoughtspot-retail section.body .row.story .from {
  margin-top: 15px;
}


div.thoughtspot-retail section.body h2 {
  max-width: 845px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}


div.thoughtspot-retail section.body .button {
  margin: 80px auto 0;
}


div.thoughtspot-retail section.body h4 {
  text-transform: uppercase;
}


div.thoughtspot-retail section.logos {
  background-color: #f7f8fa;
  padding: 70px 0;
  text-align: center;
}


.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) {


  .crumbs {
    left: 20px;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 640px) {


  .crumbs {
    display: none;
  }
}


.crumbs div {
  display: inline-block;
  margin: 0 5px;
  color: #ababab;
}


.crumbs a,
.crumbs span {
  color: #ababab;
}








#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) {


  #customers section.customer_hero {
    padding-top: 150px;
  }
}


#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) {


  #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;
  }


  #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;
  }


  #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) {


  #customers section.customer_hero .stats div.stat_1,
  #customers section.customer_hero .stats div.stat_2 {
    font-size: 42px;
  }
}


#customers section.customer_hero .stats div {
  color: #fff;
  width: 50%;
  font-size: 70px;
  font-weight: 100;
  float: left;
  line-height: 75px;
}


#customers section.customer_hero .stats .stat_1 {
  padding-right: 45px;
  border-right: 1px solid #fff;
}


#customers section.customer_hero .stats .stat_2 {
  padding-left: 45px;
}


#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) {


  #customers section.customer_hero h1 {
    font-size: 18px;
    line-height: 1.3;
  }
}


#customers section.quote_panels {
  padding-bottom: 75px;
}


#customers section.quote_panels h3 {
  max-width: 780px;
  display: block;
  margin: 0 auto 35px;
  font-size: 40px;
  text-align: center;
}


#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;
}


#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;
}


#customers section.quote_panels .quote_panel .panel_top {
  height: 282px;
  width: 100%;
  position: relative;
}


#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);
}


#customers section.quote_panels .quote_panel .panel_bottom {
  height: 260px;
  color: #fff;
  text-align: center;
  padding: 20px;
}


#customers section.quote_panels .quote_panel .panel_bottom .quote {
  font-size: 16px;
  height: 100px;
  position: relative;
  margin-bottom: 20px;
}


#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;
}


#customers section.quote_panels .quote_panel .panel_bottom .quote_credit {
  height: 70px;
}


#customers section.quote_panels .quote_panel .panel_bottom .quote_credit .company_name {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}


#customers section.quote_panels .quote_panel .panel_bottom .quote_credit .quoted_name {
  font-size: 14px;
  font-weight: 200;
}


#customers section.quote_panels .quote_panel .panel_bottom .quote_credit .quoted_title {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: bold;
}


#customers section.quote_panels .quote_panel .panel_bottom a {
  color: #fff;
  font-size: 9px;
  text-transform: uppercase;
}


#customers section.quote_panels .quote_panel:hover {
  background-color: #B12109;
}


#customers section.quote_panels .quote_panel:hover .play_button {
  background-image: url("404.png");
}


#customers section.quote_panels .quote_panel:hover .portrait {
  filter: brightness(1);
}


#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("../image/icon_play_button.svg");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}


#customers section.quote_panels .play_button a {
  width: 100%;
  height: 100%;
  display: block;
}


#customers section.successful_companies {
  background-color: #fff;
  padding-bottom: 50px;
}


#customers section.successful_companies h3 {
  text-align: center;
  max-width: 600px;
  margin: auto;
  font-size: 40px;
}


#customers section.successful_companies .body_conditional {
  margin-top: 25px;
}


#customers section.successful_companies section.customers {
  padding-top: 0;
}


section.customer_panels {
  padding: 100px 0 100px;
  background-color: #f0f0f0;
}


section.customer_panels h3 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
}


section.customer_panels ul {
  list-style: none;
}


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) {


  section.customer_panels .customer_panel {
    width: calc(33% - 24px);
  }
}
@media screen and (max-width: 768px) {


  section.customer_panels .customer_panel {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 640px) {


  section.customer_panels .customer_panel {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }
}


section.customer_panels .customer_panel .static_wrapper {
  z-index: 2;
}


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;
}


section.customer_panels .customer_panel .customer_image .panel_play {
  background-image: url("../image/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%;
}


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;
}


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;
}


section.customer_panels .customer_panel .hover_wrapper h6 {
  color: #fff;
  font-weight: bold;
  line-height: 2.0;
}


section.customer_panels .customer_panel .hover_wrapper p {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.7;
  text-align:left;
}


section.customer_panels .customer_panel .hover_wrapper a {
  color: #222;
  display: block;
  margin-bottom: 10px;
}


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;
}


section.customer_panels .customer_panel:hover .hover_wrapper {
  opacity: 1;
}


#customers section.additional_content {
  background-color: #fff;
  padding: 50px 0 100px;
}


#wistia_video.reveal-modal {
  width: 60vw;
  height: 40vw;
  padding: 20px;
  max-width: none;
  background-color: #000;
  border: 1px solid #000;
}


#wistia_video.reveal-modal > div {
  width: calc(60vw - 40px);
  height: calc(40vw - 40px);
  background-color: #000;
}


#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;
}






#app_page {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #FFF;
}


#app_page section {
  padding-top: 120px;
  padding-bottom: 120px;
}


#app_page section:nth-child(2n) {
  background-color: #eff1f5;
}
@media screen and (max-width: 640px) {


  #app_page section {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}


#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) {


  #app_page h2 {
    font-size: 28px;
  }
}


#app_page p {
  font-size: 18px;
  color: #939499;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {


  #app_page p {
    font-size: 16px;
  }
}


#app_page p.title {
  color: #222;
}


#app_page p.summary {
  margin: 0 auto 50px;
  max-width: 766px;
  text-align: center;
}


#app_page section.hero {
  padding-top: 50px;
  padding-bottom: 310px;
  text-align: center;
  max-height: none;
  height: auto;
  overflow: visible;
}


#app_page section.hero h1 {
  color: #939499;
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 25px;
}


#app_page section.hero h1 span {
  font-size: 48px;
  color: #222;
}
@media screen and (max-width: 1024px) {


  #app_page section.hero h1 {
    font-size: 38px;
  }


  #app_page section.hero h1 span {
    font-size: 42px;
  }
}
@media screen and (max-width: 640px) {


  #app_page section.hero h1 {
    font-size: 32px;
  }


  #app_page section.hero h1 span {
    font-size: 38px;
  }
}
@media screen and (max-width: 400px) {


  #app_page section.hero h1 {
    font-size: 28px;
  }


  #app_page section.hero h1 span {
    font-size: 32px;
  }
}


#app_page section.hero h5 {
  font-size: 20px;
  color: #939499;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {


  #app_page section.hero h5 {
    font-size: 18px;
  }
}


#app_page section.hero a.button:hover {
  background-color: #222;
}


#app_page section.hero #hero_charts {
  position: absolute;
  width: 100%;
  top: 366px;
  left: 0;
  height: 540px;
}
@media screen and (max-width: 640px) {


  #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;
  }
}


#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;
}


#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;
}


#app_page section.hero #hero_charts .chart {
  height: 196px;
  width: 196px;
  border-radius: 5px;
}


#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;
}


#app_page section.hero #hero_charts .chart_1 {
  background-image: url("../image/chart_1.svg");
  top: 0;
  margin-left: -1044px;
}


#app_page section.hero #hero_charts .chart_2 {
  background-image: url("../image/chart_2.svg");
  top: 0;
  margin-left: -828px;
}


#app_page section.hero #hero_charts .chart_3 {
  background-image: url("../image/chart_3.svg");
  margin-left: -180px;
  top: 0;
}


#app_page section.hero #hero_charts .chart_4 {
  background-image: url("../image/chart_4.svg");
  margin-left: 36px;
  top: -10px;
}


#app_page section.hero #hero_charts .chart_5 {
  background-image: url("../image/chart_5.svg");
  margin-left: 252px;
  top: -10px;
}


#app_page section.hero #hero_charts .chart_6 {
  background-image: url("../image/chart_6.svg");
  margin-left: 468px;
  top: -110px;
}


#app_page section.hero #hero_charts .chart_7 {
  background-image: url("../image/chart_7.svg");
  margin-left: 684px;
  top: -110px;
}


#app_page section.hero #hero_charts .chart_8 {
  background-image: url("../image/chart_8.svg");
  top: 216px;
  margin-left: -1044px;
}


#app_page section.hero #hero_charts .chart_9 {
  background-image: url("../image/chart_9.svg");
  top: 216px;
  margin-left: -828px;
}


#app_page section.hero #hero_charts .chart_10 {
  background-image: url("../image/chart_10.svg");
  top: 120px;
  margin-left: -612px;
}


#app_page section.hero #hero_charts .chart_11 {
  background-image: url("../image/chart_11.svg");
  top: 120px;
  margin-left: -396px;
}


#app_page section.hero #hero_charts .chart_12 {
  background-image: url("../image/chart_12.svg");
  top: 206px;
  margin-left: 252px;
}


#app_page section.hero #hero_charts .chart_13 {
  background-image: url("../image/chart_4.svg");
  margin-left: 468px;
  top: 226px;
}


#app_page section.hero #hero_charts .chart_14 {
  background-image: url("../image/chart_14.svg");
  top: 226px;
  margin-left: 684px;
}


#app_page section.hero #hero_charts .chart_15 {
  background-image: url("../image/chart_2.svg");
  margin-left: -612px;
  top: 336px;
}


#app_page section.hero #hero_charts .text_1 {
  background-image: url("../image/text_1_1.png");
  top: 0;
  margin-left: -612px;
}


#app_page section.hero #hero_charts .text_2 {
  background-image: url("../image/text_2_1.png");
  top: 216px;
  margin-left: -180px;
}


#app_page section.hero #hero_charts .text_3 {
  background-image: url("../image/text_3_1.png");
  margin-left: -1044px;
  top: 432px;
}


#app_page section.hero #hero_charts .text_4 {
  background-image: url("../image/text_4.svg");
  top: 106px;
  margin-left: 468px;
}


#app_page section.get_answers {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {


  #app_page section.get_answers {
    padding-top: 75px;
  }
}


#app_page section.get_answers h2 {
  padding: 50px 0 40px 0;
  text-align: left;
}


#app_page section.get_answers .pulled-up {

}


#app_page section.get_answers img {
  max-width: 500px;
  position: relative;
}
@media screen and (max-width: 640px) {


  #app_page section.get_answers img {
    margin-bottom: 24px;
    max-width: 300px;
  }
}


#app_page section.get_answers p {
  text-align: left;
  margin-bottom:15px;
}


#app_page section.spot_trends {
  text-align: center;
}




#app_page section.spot_trends .img_box img {
  margin-bottom: 24px;
  box-shadow: 0 2px 10px 0 rgba(116,116,116,0.5);
}


#app_page section.spot_trends .img_box p {
  font-size: 14px;
  padding: 0 17px;
}




#app_page section.give_feedback .slide:focus {
  outline: 0;
}


#app_page section.give_feedback .image_roll {
  clear: both;
  max-height: 440px;
  overflow: hidden;
}


#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;
}


#app_page section.give_feedback .slide_image.round {
  border-radius: 50%;
}


#app_page section.give_feedback .slide_image:not(.round):after {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url("../image/thumbs_up_grey.svg");
  background-repeat: no-repeat;
}


#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("404.png");
}


#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);
}


#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("404.png");
}




#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) {


  #app_page section.ai_insights div.clasped_hands {
    padding-bottom: 70%;
    background-position: center bottom;
    background-image: url("404.png") !important;
  }
}


#app_page section.ai_insights .arrow {
  display: none;
}
@media screen and (max-width: 640px) {


  #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%;
  }
}




#app_page section.smarter_insight img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  width: 939px;
  padding: 0 20px;
}




#app_page section.how_app_works p {
  max-width: 420px;
}
@media screen and (max-width: 640px) {


  #app_page section.how_app_works p {
    max-width: 100%;
  }
}


#app_page section.how_app_works p.title {
  margin-top: 50px;
  font-size: 22px;
}


#app_page section.how_app_works .row {
  margin-bottom: 100px;
}


#app_page section.how_app_works .row.last-child {
  margin-bottom: 0;
}


#app_page section.how_app_works img {
  margin: 0 auto 25px;
  display: block;
}


#app_page section.app_cta {
  padding-top: 150px;
  padding-bottom: 150px;
  border-top: 1px solid #cdcdce;
  background-color: #eff1f5;
}


#app_page section.app_cta .button_wrapper {
  text-align: center;
}


#app_page section.app_cta .button_wrapper .button {
  display: inline-block;
}


#app_page section.app_cta .button_wrapper .button:first-child {
  margin-right: 24px;
}
@media screen and (max-width: 640px) {


  #app_page section.app_cta .button_wrapper .button:first-child {
    margin-right: 0;
  }
}


#app_page section.app_cta .button_wrapper .button:hover {
  background-color: #fff;
  color: #222;
}


body.app #demo-form {
  min-width: 400px;
}


body.app #demo-form form {
  width: 100% !important;
  max-width: 100% !important;
}


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;
}


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;
}


body.app #demo-form form .mktoFormCol {
  margin-bottom: 0 !important;
}


body.app #demo-form form .mktoOffset {
  width: 0 !important;
}


body.app #demo-form form .mktoButtonWrap {
  margin: 0 !important;
}


body.app #demo-form form .mktoGutter {
  height: 0.1em;
}


body.app #demo-form form button {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}


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) {


  .reveal-modal.tiny {
    width: 100%;
  }
}

body.data:not(.spotiq-subpath) header1 {
  background-color: #eff1f5;
}


body.data:not(.spotiq-subpath) header1.nav-up {
  background-color: #fff;
}

#data_page {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #eff1f5;
}


#data_page section {
  padding-top: 120px;
  padding-bottom: 120px;
}


#data_page section:nth-child(2n) {
  background-color: #fff;
}
@media screen and (max-width: 640px) {


  #data_page section {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}


#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) {


  #data_page h2 {
    font-size: 28px;
  }
}


#data_page p {
  font-size: 18px;
  color: #939499;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {


  #data_page p {
    font-size: 16px;
  }
}


#data_page p.title {
  color: #222;
}


#data_page p.summary {
  margin: 0 auto 50px;
  max-width: 766px;
  text-align: center;
}


#data_page section.hero {
  padding-top: 50px;
  padding-bottom: 310px;
  text-align: center;
  max-height: none;
  height: auto;
  overflow: visible;
}


#data_page section.hero h1 {
  color: #939499;
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 25px;
}


#data_page section.hero h1 span {
  font-size: 48px;
  color: #222;
}
@media screen and (max-width: 1024px) {


  #data_page section.hero h1 {
    font-size: 38px;
  }


  #data_page section.hero h1 span {
    font-size: 42px;
  }
}
@media screen and (max-width: 640px) {


  #data_page section.hero h1 {
    font-size: 32px;
  }


  #data_page section.hero h1 span {
    font-size: 38px;
  }
}
@media screen and (max-width: 400px) {


  #data_page section.hero h1 {
    font-size: 28px;
  }


  #data_page section.hero h1 span {
    font-size: 32px;
  }
}


#data_page section.hero h5 {
  font-size: 20px;
  color: #939499;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {


  #data_page section.hero h5 {
    font-size: 18px;
  }
}


#data_page section.hero a.button:hover {
  background-color: #222;
}


#data_page section.hero #hero_charts {
  position: absolute;
  width: 100%;
  top: 366px;
  left: 0;
  height: 540px;
}
@media screen and (max-width: 640px) {


  #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;
  }
}


#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;
}


#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;
}


#data_page section.hero #hero_charts .chart {
  height: 196px;
  width: 196px;
  border-radius: 5px;
}


#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;
}


#data_page section.hero #hero_charts .chart_1 {
  background-image: url("../image/chart_1.svg");
  top: 0;
  margin-left: -1044px;
}


#data_page section.hero #hero_charts .chart_2 {
  background-image: url("../image/chart_2.svg");
  top: 0;
  margin-left: -828px;
}


#data_page section.hero #hero_charts .chart_3 {
  background-image: url("../image/chart_3.svg");
  margin-left: -180px;
  top: 0;
}


#data_page section.hero #hero_charts .chart_4 {
  background-image: url("../image/chart_4.svg");
  margin-left: 36px;
  top: -10px;
}


#data_page section.hero #hero_charts .chart_5 {
  background-image: url("../image/chart_5.svg");
  margin-left: 252px;
  top: -10px;
}


#data_page section.hero #hero_charts .chart_6 {
  background-image: url("../image/chart_6.svg");
  margin-left: 468px;
  top: -110px;
}


#data_page section.hero #hero_charts .chart_7 {
  background-image: url("../image/chart_7.svg");
  margin-left: 684px;
  top: -110px;
}


#data_page section.hero #hero_charts .chart_8 {
  background-image: url("../image/chart_8.svg");
  top: 216px;
  margin-left: -1044px;
}


#data_page section.hero #hero_charts .chart_9 {
  background-image: url("../image/chart_9.svg");
  top: 216px;
  margin-left: -828px;
}


#data_page section.hero #hero_charts .chart_10 {
  background-image: url("../image/chart_10.svg");
  top: 120px;
  margin-left: -612px;
}


#data_page section.hero #hero_charts .chart_11 {
  background-image: url("../image/chart_11.svg");
  top: 120px;
  margin-left: -396px;
}


#data_page section.hero #hero_charts .chart_12 {
  background-image: url("../image/chart_12.svg");
  top: 206px;
  margin-left: 252px;
}


#data_page section.hero #hero_charts .chart_13 {
  background-image: url("../image/chart_4.svg");
  margin-left: 468px;
  top: 226px;
}


#data_page section.hero #hero_charts .chart_14 {
  background-image: url("../image/chart_14.svg");
  top: 226px;
  margin-left: 684px;
}


#data_page section.hero #hero_charts .chart_15 {
  background-image: url("../image/chart_2.svg");
  margin-left: -612px;
  top: 336px;
}


#data_page section.hero #hero_charts .text_1 {
  background-image: url("../image/text_1.png");
  top: 0;
  margin-left: -612px;
}


#data_page section.hero #hero_charts .text_2 {
  background-image: url("../image/text_2.png");
  top: 216px;
  margin-left: -180px;
}


#data_page section.hero #hero_charts .text_3 {
  background-image: url("../image/text_3.png");
  margin-left: -1044px;
  top: 432px;
}


#data_page section.hero #hero_charts .text_4 {
  background-image: url("../image/text_4.png");
  top: 106px;
  margin-left: 468px;
}


#data_page section.get_answers {
  padding-top: 300px;
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {


  #data_page section.get_answers {
    padding-top: 75px;
  }
}


#data_page section.get_answers h2 {
  padding: 50px 0;
}


#data_page section.get_answers .pulled-up {

}


#data_page section.get_answers img {
	max-width: 500px;
  max-height:550px;
  position: relative;
}
@media screen and (max-width: 640px) {


  #data_page section.get_answers img {
    margin-bottom: 24px;
    max-width: 300px;
  }
}


#data_page section.get_answers p {
  text-align: left;
  margin-bottom:15px;
}


#data_page section.spot_trends {
  text-align: center;
}




#data_page section.spot_trends .img_box img {
  margin-bottom: 24px;
  box-shadow: 0 2px 10px 0 rgba(116,116,116,0.5);
}


#data_page section.spot_trends .img_box p {
  font-size: 14px;
  padding: 0 17px;
}




#data_page section.give_feedback .slide:focus {
  outline: 0;
}


#data_page section.give_feedback .image_roll {
  clear: both;
  max-height: 440px;
  overflow: hidden;
}


#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;
}


#data_page section.give_feedback .slide_image.round {
  border-radius: 50%;
}


#data_page section.give_feedback .slide_image:not(.round):after {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url("../image/thumbs_up_grey.svg");
  background-repeat: no-repeat;
}


#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("404.png");
}


#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);
}


#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("404.png");
}




#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) {


  #data_page section.ai_insights div.clasped_hands {
    padding-bottom: 70%;
    background-position: center bottom;
    background-image: url("404.png") !important;
  }
}


#data_page section.ai_insights .arrow {
  display: none;
}
@media screen and (max-width: 640px) {


  #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%;
  }
}




#data_page section.smarter_insight img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  width: 939px;
  padding: 0 20px;
}




#data_page section.how_data_works p {
  max-width: 420px;
}
@media screen and (max-width: 640px) {


  #data_page section.how_data_works p {
    max-width: 100%;
  }
}


#data_page section.how_data_works p.title {
  margin-top: 20px;
  font-size: 22px;
}


#data_page section.how_data_works .row {
  padding-bottom: 100px;
}


#data_page section.how_data_works .row.last-child {
  margin-bottom: 0;
}


#data_page section.how_data_works img {
  margin: 0 auto 0px;
  display: block;
  width:450px;
}


#data_page section.data_cta {
  padding-top: 150px;
  padding-bottom: 150px;
  border-top: 1px solid #cdcdce;
  background-color: #eff1f5;
}


#data_page section.data_cta .button_wrdataer {
  text-align: center;
}


#data_page section.data_cta .button_wrdataer .button {
  display: inline-block;
}


#data_page section.data_cta .button_wrdataer .button:first-child {
  margin-right: 24px;
}
@media screen and (max-width: 640px) {


  #data_page section.data_cta .button_wrdataer .button:first-child {
    margin-right: 0;
  }
}


#data_page section.data_cta .button_wrdataer .button:hover {
  background-color: #fff;
  color: #222;
}


body.data #demo-form {
  min-width: 400px;
}


body.data #demo-form form {
  width: 100% !important;
  max-width: 100% !important;
}


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;
}


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;
}


body.data #demo-form form .mktoFormCol {
  margin-bottom: 0 !important;
}


body.data #demo-form form .mktoOffset {
  width: 0 !important;
}


body.data #demo-form form .mktoButtonWrap {
  margin: 0 !important;
}


body.data #demo-form form .mktoGutter {
  height: 0.1em;
}


body.data #demo-form form button {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}


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) {


  .reveal-modal.tiny {
    width: 100%;
  }
}







#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;
}


#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;
}


#case_study section.hero .hero_split_image.hero_image_1 {
  left: 0;
}


#case_study section.hero .hero_split_image.hero_image_2 {
  right: 0;
}


#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;
}


#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;
}


#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);
}


#case_study section.hero div.logo_wrapper .title {
  width: 70%;
  float: left;
  padding: 0 20px;
  position: relative;
  height: 150px;
}


#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);
}


#case_study section.customer_details {
  background-color: #eff1f5;
  padding: 2rem 0 2rem;
}


#case_study section.customer_details h2 {
  text-align: center;
  margin-bottom: 2rem;
}


#case_study section.customer_details h6 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}


#case_study section.customer_details p {
  margin: 0;
  font-size: 1rem;
}


#case_study section.customer_details .details_wrapper {
  height: 80px;
  padding-top: 15px;
  padding-left: 90px;
  background-image: url("404.png");
  background-position: left center;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}


#case_study section.customer_details .details_wrapper.industry {
  background-image: url("404.png");
}


#case_study section.customer_details .details_wrapper.departments {
  background-image: url("404.png");
}


#case_study section.customer_details .details_wrapper.website {
  background-image: url("404.png");
}


#case_study section.customer_details .details_wrapper.sources {
  background-image: url("404.png");
}
@media screen and (max-width: 640px) {


  #case_study section.customer_details .details_wrapper {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}




#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;
}


#case_study section.body .columns.quote img {
  width: 120px;
  float: left;
}
@media screen and (max-width: 640px) {


  #case_study section.body .columns.quote img {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
}


#case_study section.body .columns.quote .quote_wrapper {
  float: left;
  width: calc(100% - 120px);
  padding-left: 60px;
}
@media screen and (max-width: 640px) {


  #case_study section.body .columns.quote .quote_wrapper {
    width: 100%;
    padding: 0 30px;
    float: none;
    text-align: center;
  }
}


#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) {


  #case_study section.body .columns.quote .quote_wrapper .quote_text {
    font-size: 16px;
  }
}


#case_study section.body .columns.quote .quote_wrapper .quote_text .quote_anchor {
  display: inline-block;
  position: relative;
}


#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;
}


#case_study section.body .columns.quote .quote_wrapper .quote_text .quote_anchor.anchor_1:before {
  content: '“';
  top: -60px;
  left: -40px;
}


#case_study section.body .columns.quote .quote_wrapper .quote_text .quote_anchor.anchor_2:before {
  content: '”';
  bottom: 25px;
  right: -25px;
}


#case_study section.body .columns.quote .quote_wrapper .quote_credit {
  font-size: 16px;
}


#case_study section.buttons {
  padding-top: 150px;
  padding-bottom: 150px;
  border-top: 1px solid #cdcdce;
  background-color: #eff1f5;
}


#case_study section.buttons .button_wrapper {
  text-align: center;
}


#case_study section.buttons .button_wrapper .button {
  display: inline-block;
}


#case_study section.buttons .button_wrapper .button:first-child {
  margin-right: 24px;
}
@media screen and (max-width: 640px) {


  #case_study section.buttons .button_wrapper .button:first-child {
    margin-right: 0;
  }
}


#case_study section.buttons .button_wrapper .button:hover {
  background-color: #fff;
  color: #222;
}






.mkto_form_style_wrapper {
  overflow: hidden;
}




.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) {


  .mkto_form_style_wrapper.label_move .mktoForm {
    max-width: 100% !important;
  }
}


.mkto_form_style_wrapper.label_move .mktoForm .mktoFormRow,
.mkto_form_style_wrapper.label_move .mktoForm .mktoButtonRow {
  clear: none !important;
  float: left;
  margin-bottom: 0;
}


.mkto_form_style_wrapper.label_move .mktoForm .mktoFieldWrap {
  width: 100%;
}


.mkto_form_style_wrapper.label_move .mktoForm .mktoFormCol {
  width: 100%;
}


.mkto_form_style_wrapper.label_move .mktoForm .mktoFormRow {
  width: 100% !important;
  position: relative;
}


.mkto_form_style_wrapper.label_move .mktoForm .mktoButtonRow {
  width: 100% !important;
  text-align: center;
  padding-top: 30px;
}


.mkto_form_style_wrapper.label_move .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}


.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) {


  .mkto_form_style_wrapper.label_move .mktoForm .mktoButtonWrap .mktoButton {
    width: 100% !important;
    padding: 0 !important;
    height: 40px;
  }
}


.mkto_form_style_wrapper.label_move .mktoForm .mktoButtonWrap .mktoButton:active {
  background-color: #333 !important;
  border: 1px solid #333 !important;
}


.mkto_form_style_wrapper.label_move .mktoForm .mktoGutter,
.mkto_form_style_wrapper.label_move .mktoForm .mktoOffset {
  display: none;
}


.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;
}


.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);
}


.mkto_form_style_wrapper.label_move .mktoForm .mktoAsterix {
  display: none;
}


.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;
}


.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;
}


.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;
}


.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("404.png");
}


.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("404.png");
}


.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("404.png");
}


.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;
}


.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;
}


.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;
}


.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) {


  .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;
  }
}




.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) {


  .mkto_form_style_wrapper.blog_signup .mktoForm {
    max-width: 100% !important;
  }
}


.mkto_form_style_wrapper.blog_signup .mktoForm .mktoFormRow,
.mkto_form_style_wrapper.blog_signup .mktoForm .mktoButtonRow {
  clear: none !important;
  float: left;
  margin-bottom: 0;
}


.mkto_form_style_wrapper.blog_signup .mktoForm .mktoFieldWrap {
  width: 100%;
}


.mkto_form_style_wrapper.blog_signup .mktoForm .mktoFormCol {
  width: 100%;
}


.mkto_form_style_wrapper.blog_signup .mktoForm .mktoFormRow {
  width: 100% !important;
}


.mkto_form_style_wrapper.blog_signup .mktoForm .mktoButtonRow {
  width: 100% !important;
  text-align: center;
  padding-top: 30px;
}


.mkto_form_style_wrapper.blog_signup .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}


.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) {


  .mkto_form_style_wrapper.blog_signup .mktoForm .mktoButtonWrap .mktoButton {
    width: 100% !important;
    padding: 0 !important;
    height: 40px;
  }
}


.mkto_form_style_wrapper.blog_signup .mktoForm .mktoButtonWrap .mktoButton:active {
  background-color: #333 !important;
  border: 1px solid #333 !important;
}


.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;
}


.mkto_form_style_wrapper.blog_signup .mktoForm input {
  border: 2px solid #555;
  background-color: #fff;
  width: 100% !important;
  height: 40px;
}


.mkto_form_style_wrapper.blog_signup .mktoForm input::-webkit-input-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}


.mkto_form_style_wrapper.blog_signup .mktoForm input:-moz-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}


.mkto_form_style_wrapper.blog_signup .mktoForm input::-moz-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}


.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) {


  .mkto_form_style_wrapper.blog_signup .mktoForm input {
    width: 100% !important;
    margin: auto;
  }
}




.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) {


  .mkto_form_style_wrapper.responsive_reset .mktoForm {
    max-width: 100% !important;
  }
}


.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoFormRow,
.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoButtonRow {
  clear: none !important;
  float: left;
  margin-bottom: 0;
}


.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoFieldWrap {
  width: 100%;
}


.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoFormCol {
  width: 100%;
  margin-bottom: 5px !important;
}


.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoFormRow {
  width: 100% !important;
}


.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoButtonRow {
  width: 100% !important;
  text-align: center;
}


.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}


.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) {


  .mkto_form_style_wrapper.responsive_reset .mktoForm .mktoButtonWrap .mktoButton {
    width: 100% !important;
    padding: 0 !important;
    height: 40px;
  }
}


.mkto_form_style_wrapper.responsive_reset .mktoForm .mktoButtonWrap .mktoButton:active {
  background-color: #333 !important;
  border: 1px solid #333 !important;
}


.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;
}


.mkto_form_style_wrapper.responsive_reset .mktoForm input {
  background-color: #fff;
  width: 100% !important;
  height: 40px;
}


.mkto_form_style_wrapper.responsive_reset .mktoForm input::-webkit-input-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}


.mkto_form_style_wrapper.responsive_reset .mktoForm input:-moz-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}


.mkto_form_style_wrapper.responsive_reset .mktoForm input::-moz-placeholder {
  color: rgba(51,51,51,0.5) !important;
  font-size: 14px;
}


.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) {


  .mkto_form_style_wrapper.responsive_reset .mktoForm input {
    width: 100% !important;
    margin: auto;
  }
}


.mkto_form_style_wrapper.responsive_reset .mktoForm select {
  width: 100% !important;
}






#seo_landing {
  margin: 55px auto 0;
}


#seo_landing section {
  width: 100%;
  margin: auto;
}


#seo_landing h6.subhead {
  color: #B12109;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}


#seo_landing h1 {
  font-size: 44px;
  line-height: 1.1;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {


  #seo_landing h1 {
    font-size: 30px;
  }
}


#seo_landing h2.form_title {
  font-size: 22px;
  line-height: 1.2;
  color: #333;
  margin: 0 0 10px;
}


#seo_landing h3 {
  text-align: center;
  margin-bottom: 25px;
}


#seo_landing section.content_area {
  margin-bottom: 110px;
}


#seo_landing section.content_area .row {
  max-width: 1200px;
}


#seo_landing section.content_area .landing_page_content {
  margin-bottom: 50px;
}


#seo_landing section.content_area .form_wrapper {
  padding: 32px;
  background-color: #eff1f5;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {


  #seo_landing section.content_area .form_wrapper {
    padding: 32px 16px;
  }
}


#seo_landing section.content_area .form_wrapper h2,
#seo_landing section.content_area .form_wrapper h6 {
  text-align: center;
}


#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;
}


#seo_landing section.features {
  background-color: #eff1f5;
  padding: 50px 0;
}


#seo_landing section.features .columns {
  text-align: center;
}


#seo_landing section.features h4 {
  font-size: 16px;
}


#seo_landing section.features img {
  max-width: 92px;
  margin: 0 auto 25px;
}


#seo_landing section.features p {
  margin-bottom: 25px;
}


#seo_landing section.customers {
  padding: 50px 0;
}


#seo_landing .text_editor_content {
  text-align: left;
}


#seo_landing .text_editor_content p,
#seo_landing .text_editor_content li {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}


#seo_landing .text_editor_content blockquote {
  background: url("404.png") left center/2px 100% no-repeat;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  padding: 15px 25px 15px;
}


#seo_landing .text_editor_content blockquote > * {
  font-size: 20px;
  line-height: 1.5;
}


#seo_landing .text_editor_content blockquote > *:last-child {
  margin-bottom: 0;
}


#seo_landing .text_editor_content a {
  color: #00aeff;
}


#seo_landing .text_editor_content ol,
#seo_landing .text_editor_content ul {
  margin-left: 0rem;
}
@media screen and (max-width: 1024px) {


  #seo_landing .text_editor_content ol,
  #seo_landing .text_editor_content ul {
    text-align: left;
  }
}


#seo_landing .text_editor_content ol li,
#seo_landing .text_editor_content ul li {
  margin-left: 40px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}


#seo_landing .text_editor_content ol li:last-child,
#seo_landing .text_editor_content ul li:last-child {
  padding-bottom: 0;
}


#seo_landing .text_editor_content p > img {
  display: block;
  margin: auto;
}


#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;
}


#seo_landing .text_editor_content h2 {
  font-size: 36px;
}


#seo_landing .text_editor_content h3 {
  font-size: 32px;
}


#seo_landing .text_editor_content h4 {
  font-size: 28px;
}


#seo_landing .text_editor_content h5 {
  font-size: 24px;
}


#seo_landing .text_editor_content h6 {
  font-size: 20px;
}






body.page-protected-page {
  background-color: #333;
}


body.page-protected-page form {
  padding-bottom: 100px;
  max-width: 1000px;
  margin: 0 auto;
}


body.page-protected-page form .fieldset-description {
  color: #fff;
  font-size: 20px;
}


body.page-protected-page form label {
  color: #fff;
  margin-bottom: 5px;
}


body.page-protected-page form fieldset {
  padding: 25px;
  border: 2px solid #b378f8;
  border-radius: 8px;
}


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;
}


body.page-protected-page form #edit-submit:hover {
  background-color: #fff;
  color: #B12109;
}








body.events section.hero {
  height: 50vh;
}


body.events section.hero h1 {
  padding: 0 20px;
}


body.events section.body {
  padding: 1rem 0;
}


body.events section.events_section {
  padding-top: 3rem;
  max-width: 1200px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}


body.events section.events_section h2,
body.events section.events_section h4 {
  text-align: center;
  margin-bottom: 70px;
}


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;
}


body.events section.events_section .events .event {
  margin: 0 30px 35px;
  width: calc(33% - 60px);
}
@media screen and (max-width: 1024px) {


  body.events section.events_section .events .event {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 640px) {


  body.events section.events_section .events .event {
    width: calc(100% - 60px);
  }
}


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;
}


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) {


  body.events section.events_section .events .event h5 {
    font-size: 20px;
  }
}


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) {


  body.events section.events_section .events .event .date_location {
    font-size: 14px;
  }
}


body.events section.events_section .events .event a {
  font-size: 12px;
  margin-top: 0;
}
@media screen and (max-width: 640px) {


  body.events section.events_section .events .event a {
    font-size: 14px;
  }
}



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("../image/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: 20px;
  width: 400px;
  height: 160px;
  position: relative;
  padding-top: 35px;
  margin-bottom: -160px;
  line-height: 33px;
}
.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:darkorange;
	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;
}