body {
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;
  font-size: 35px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  color: #3d474d;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #3898ec;
  text-decoration: none;
}

a:hover {
  color: #1d6eb4;
}

ul {
  display: inline-block;
  color: #333;
  font-size: 15px;
}

ol {
  padding-left: 40px;
  color: rgba(51, 51, 51, .82);
  font-size: 15px;
}

li {
  color: #333;
  font-size: 15px;
}

img {
  display: inline-block;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

strong {
  line-height: 24px;
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-color: #04455b;
  color: #534040;
  font-size: 15px;
  line-height: 22px;
}

.footer {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, rgba(19, 120, 187, .93) 1%, rgba(19, 120, 187, .93) 96%);
  background-image: linear-gradient(180deg, rgba(19, 120, 187, .93) 1%, rgba(19, 120, 187, .93) 96%);
}

.footer.mobile-center {
  padding-top: 0px;
  padding-bottom: 25px;
  background-color: transparent;
  background-image: none;
}

.sectionhero {
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
}

.sectioncustomerstory {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-linear-gradient(270deg, rgba(239, 243, 246, .5), rgba(239, 243, 246, .5)), url('../images/blueredgreenpoke.jpg');
  background-image: linear-gradient(180deg, rgba(239, 243, 246, .5), rgba(239, 243, 246, .5)), url('../images/blueredgreenpoke.jpg');
  background-position: 0px 0px, 50% 28%;
  background-size: auto, cover;
}

.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.center.student-padding {
  margin-bottom: 30px;
}

.center.cleanspeak-blue {
  display: block;
}

.orange-button-hallow {
  border: 1px solid #ffa033;
  border-radius: 4px;
  background-color: transparent;
  color: #ffa033;
  font-weight: 500;
}

.orange-button-hallow:hover {
  background-color: #ffa033;
  color: #fff;
}

._20px-top-bottom-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  letter-spacing: 1px;
}

.white-text.center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.link-text {
  display: inline-block;
}

.link-text:hover {
  text-decoration: underline;
}

.green-botton-hallow {
  border: 1px solid #0dc0a6;
  border-radius: 4px;
  background-color: transparent;
  color: #0dc0a6;
  font-weight: 500;
}

.green-botton-hallow:hover {
  background-color: #0dc0a6;
  color: #fff;
}

.footer-nav-links {
  display: block;
  margin-right: 20px;
  margin-bottom: 12px;
  float: left;
}

.footer-link-text {
  color: #262626;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-text:hover {
  color: #3898ec;
}

.blue-button-hallow {
  border: 1px solid #4990e2;
  border-radius: 4px;
  background-color: #fff;
  color: #3498db;
  font-weight: 400;
}

.blue-button-hallow:hover {
  background-color: #4990e2;
  color: #fff;
}

.blue-button-hallow:active {
  border-color: #146aa4;
  background-color: #146aa4;
}

.blue-button-hallow._20px-top-bottom-margin {
  font-size: 15px;
}

.blue-button-hallow.bluemix {
  padding: 8px 13px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-color: #f5f5f5;
  background-color: #1a1b1f;
  color: #f5f5f5;
}

.blue-button-hallow.bluemix:hover {
  border-style: solid;
  border-color: #4a94df;
  background-color: #4a94df;
  color: #f5f5f5;
}

.copyright-text {
  display: inline-block;
  margin-right: 20px;
  float: none;
  color: #9b9b9b;
  font-weight: 300;
}

.copyright-text._1 {
  margin-bottom: 10px;
  font-weight: 400;
}

.nav-bar {
  border-bottom: 1px solid rgba(239, 243, 246, .2);
  background-color: transparent;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}

.main-header-nav-link {
  margin-top: 2px;
  padding-right: 20px;
  color: #262626;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.main-header-nav-link:hover {
  color: #3898ec;
  font-weight: 500;
}

.main-header-nav-link:active {
  color: #155eb3;
}

.main-header-nav-link.w--current {
  color: #3898ec;
}

.main-header-nav-link.w--current:hover {
  color: #3498db;
}

.main-header-nav-link.last {
  margin-right: 160px;
}

.main-header-nav-link.dropdown {
  margin-bottom: 2px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.account-header-nav-link {
  padding: 9px;
  color: #262626;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.account-header-nav-link:hover {
  color: #3498db;
}

.account-header-nav-link.w--current {
  color: #3898ec;
}

.account-header-nav-link.w--current:hover {
  color: #013958;
}

.inline-block {
  display: inline-block;
}

.social-link {
  margin-right: 20px;
  opacity: 0.6;
  -webkit-filter: contrast(0%);
  filter: contrast(0%);
}

.social-link:hover {
  opacity: 1;
}

.mobile-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.mobile-center.cs-use-case {
  padding-top: 5px;
  padding-bottom: 15px;
}

.mobile-center.cleanspeak-blue {
  display: block;
}

.cleanspeak-blue {
  color: #1179be;
}

.play-button-margin {
  margin-right: 8px;
}

.sectioncshero {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(321deg, rgba(0, 0, 0, .56), rgba(0, 0, 0, .02)), url('../images/office-relax-clean-ping-pong-min.jpg');
  background-image: linear-gradient(129deg, rgba(0, 0, 0, .56), rgba(0, 0, 0, .02)), url('../images/office-relax-clean-ping-pong-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.passport-sub-nav-bar-scroll {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 998;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .36);
}

.blue-button {
  padding: 15px 25px;
  border-radius: 4px;
  background-color: #0b6bb0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.blue-button:hover {
  background-color: #013958;
  color: #fffffe;
}

.blue-button.big {
  padding: 20px 40px;
}

.blue-button.big._20px-top-bottom-margin.border-shadow.contact-sales {
  margin-top: 27px;
}

.blue-button.small {
  padding: 9px 15px;
}

.blue-button.tiny {
  padding: 5px 10px;
}

.blue-button.border-shadow {
  font-weight: 400;
}

.sub-nav-link {
  position: relative;
  display: inline-block;
  margin: 10px 1px;
  padding: 10px 25px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.sub-nav-link:hover {
  background-color: rgba(0, 0, 0, .15);
  color: #fff;
}

.sub-nav-link.w--current {
  display: inline-block;
  background-color: #0f8b72;
  color: #fff;
  font-weight: 400;
}

.sub-nav-link.cs.w--current {
  background-color: rgba(0, 0, 0, .3);
}

.sub-nav-link.pp {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 59px;
  background-image: url('../images/passport.png');
  background-position: 50% 50%;
  background-size: 88px;
  background-repeat: no-repeat;
  -webkit-filter: hue-rotate(180deg);
  filter: hue-rotate(180deg);
}

.sub-nav-link.pp:hover {
  background-color: rgba(0, 0, 0, .15);
}

.sub-nav-link.pp.w--current {
  background-color: rgba(0, 0, 0, .3);
  -webkit-filter: none;
  filter: none;
}

.sub-nav-link.pp.c {
  padding-right: 70px;
  padding-left: 70px;
  background-image: url('../images/cleanspeak_1.png');
  background-size: 120px;
}

.sectioncloudserver {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f5f5f5;
}

.sectionajcustomerstory {
  padding-top: 79px;
  padding-bottom: 79px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .45), hsla(0, 0%, 100%, .76) 0%, hsla(0, 0%, 100%, .67)), url('../images/aj-adventure.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .45), hsla(0, 0%, 100%, .76) 0%, hsla(0, 0%, 100%, .67)), url('../images/aj-adventure.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.aj-customer-image {
  width: 234px;
}

.dark-text {
  color: #38344b;
}

.sectioncscustomers {
  padding-top: 40px;
  padding-bottom: 50px;
  border-top: 2px solid #3898ec;
  background-color: #f5f5f5;
}

.sectioncscta {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #4990e2;
}

.orange-button {
  display: inline-block;
  padding: 15px 25px;
  border-radius: 4px;
  background-color: #ff9c3d;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.orange-button:hover {
  color: #fffffe;
}

.orange-button:active {
  background-color: #ff6a00;
}

.orange-button._20px-top-bottom-margin:hover {
  background-color: #b1772c;
}

.orange-button._20px-top-bottom-margin.border-shadow {
  font-weight: 400;
}

.orange-button.big {
  padding: 20px 40px;
  font-size: 19px;
}

.orange-button.big._20px-top-bottom-margin.border-shadow {
  font-weight: 400;
}

.orange-button.small {
  padding: 9px 15px;
  font-size: 15px;
  font-weight: 500;
}

.orange-button.small.border-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12), 0 2px 3px 0 rgba(0, 0, 0, .24), 0 1px 5px -2px rgba(0, 0, 0, .3);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.orange-button.small.border-shadow:hover {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .24), 0 1px 5px -2px rgba(0, 0, 0, .3);
}

.orange-button.tiny {
  padding: 5px 10px;
  font-size: 14px;
}

.orange-button.ebook-slider-button {
  margin-top: 15px;
  margin-right: 20px;
}

.orange-button.hero {
  margin-right: 20px;
  padding-left: 26px;
}

.orange-button.hero.border-shadow {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 400;
}

.green-button {
  padding: 15px 25px;
  border-radius: 4px;
  background-color: #0dc0a6;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.green-button:hover {
  background-color: #0a8162;
  color: #fffffe;
}

.green-button.big {
  padding: 20px 40px;
}

.green-button.small {
  padding: 9px 15px;
}

.green-button.tiny {
  padding: 5px 10px;
}

.account-sub-nav-bar {
  background-color: #f7f7f7;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
}

.acct-nav-link {
  margin-top: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  color: rgba(0, 0, 0, .63);
  font-size: 15px;
  font-weight: 400;
}

.acct-nav-link:hover {
  color: #3898ec;
}

.acct-nav-link.w--current {
  color: #3898ec;
}

.dropdown-list {
  margin-top: 4px;
}

.dropdown-list.w--open {
  top: 61px;
  margin-top: 0px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4);
  font-size: 16px;
  font-weight: 400;
}

.featured-customer-h3 {
  display: block;
  float: left;
  color: #fff;
  font-size: 24px;
}

.featured-customer-h4 {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
}

.white-paragraph-light {
  color: #fff;
}

.hero-h1-white {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .13);
}

.hero-h1-white.passport {
  margin-top: 10px;
}

.sub-heading-text {
  font-size: 20px;
  font-weight: 400;
}

.sub-heading-text.center {
  color: #333;
  text-align: center;
}

.sub-heading-text.dark {
  color: rgba(51, 51, 51, .81);
}

.reporting-analytics-h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
}

.testimonial-h3 {
  font-size: 26px;
}

.white-paragraph {
  color: #fff;
}

.sub-heading-text-white {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.sub-heading-text-white.link-text {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: none;
}

.sub-heading-text-white.link-text:hover {
  color: #97b0c0;
  text-decoration: none;
}

.gray-box {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background-color: #f5f5f5;
  text-align: left;
}

.gray-box.white-inside {
  display: block;
  margin-bottom: 0px;
  border-color: #c9c5c5;
  background-color: #fff;
}

.gray-box.bottom-adjust {
  margin-bottom: 15px;
}

.error {
  color: red;
}

.sub-nav-button {
  display: inline-block;
  margin-top: 12px;
  float: right;
}

.padded-section {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: transparent;
}

.big-padded-section {
  padding-bottom: 40px;
}

.bigger-padded-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.uber-padded-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.small-link {
  font-size: 12px;
}

.small-paragraph {
  font-size: 12px;
}

.tabs-button-menu-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 490px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-radius: 4px;
}

.tabs-button-menu-flex._1 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.brands-consumer-about-image {
  display: block;
  margin-right: auto;
}

.sectiondenver {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/denver-city-park.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/denver-city-park.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.mission-div {
  padding-top: 87px;
  padding-bottom: 87px;
  border-radius: 0px;
  background-color: transparent;
}

.mission-paragraph {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
}

.sectionteam {
  padding-top: 52px;
  padding-bottom: 70px;
  background-color: #fff;
}

.team-link-block {
  margin-right: 11px;
}

.team-paragraph {
  margin-bottom: 0px;
}

.main-content {
  border: 1px none #000;
  background-color: #fff;
  font-size: 16px;
}

.main-content.blog-color {
  background-color: #f5f5f5;
}

.head-shot {
  width: 157px;
}

.sectionculture {
  padding-top: 70px;
  padding-bottom: 105px;
  background-color: #f5f5f5;
}

.sub-nav-header {
  display: inline-block;
  color: rgba(0, 0, 0, .63);
  font-size: 25px;
  font-weight: 400;
}

.sub-nav-header-div {
  display: inline-block;
  padding: 18px 20px 15px;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.careers-tab-link {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #f5f5f5;
  color: #969696;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.careers-tab-link:hover {
  color: #000;
}

.careers-tab-link.w--current {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: rgba(19, 120, 187, .93);
  color: #fff;
}

.careers-tab-pane {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.testimonial-div {
  padding: 12px 20px 38px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12);
  text-align: center;
}

.testimonial-headshot {
  display: block;
  width: 59px;
  margin-right: 16px;
  margin-bottom: 69px;
  margin-left: 10px;
  float: left;
}

.testimonial-paragraph {
  display: block;
  text-align: left;
}

.animal-jam-testimonial-image {
  margin-bottom: 15px;
}

.sectioncontactus {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sectioncontactus2 {
  padding-top: 85px;
  padding-bottom: 85px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/downtown-denver-filter.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .75), hsla(0, 0%, 100%, .75)), url('../images/downtown-denver-filter.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.contact-us-link {
  color: rgba(51, 51, 51, .82);
}

.contact-us-link:hover {
  color: #3498db;
}

.bottom-padded-section {
  padding-bottom: 20px;
}

.big-bottom-padded-section {
  padding-bottom: 40px;
}

.bigger-bottom-padded-section {
  padding-bottom: 80px;
}

.uber-bottom-padded-section {
  padding-bottom: 100px;
}

.section404 {
  padding-top: 170px;
  padding-bottom: 150px;
  background-image: url('../images/troopers-404.png');
  background-position: 15% 82%;
  background-size: 599px;
  background-repeat: no-repeat;
}

._404-h1 {
  color: #f7a740;
  font-size: 52px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, .3);
}

.sectionthankyou {
  padding-top: 100px;
  padding-bottom: 100px;
}

.thank-you-paragraph {
  margin-top: 55px;
  color: rgba(51, 51, 51, .71);
}

.delorean {
  margin-top: 49px;
}

.sectionberightback {
  padding-top: 65px;
  padding-bottom: 65px;
}

.h1-logo {
  display: block;
  width: 175px;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/inversoft-logo.png');
  background-position: 0px 1px;
  background-size: 175px;
  background-repeat: no-repeat;
  font-size: 0px;
}

.culture-image {
  display: inline-block;
}

.sectionabout {
  padding-top: 75px;
  padding-bottom: 75px;
}

.white-h2 {
  margin-top: 0px;
  color: #fff;
}

.adjust {
  margin-bottom: 7px;
}

.general-divider {
  display: inline-block;
  width: 98%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 17px;
  background-color: rgba(51, 51, 51, .54);
}

.blog-content-box {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 1px solid rgba(51, 51, 51, .21);
  border-radius: 4px;
  background-color: #fff;
}

.blog-title-h1 {
  font-size: 28px;
  font-weight: 400;
}

.blog-avatar {
  display: block;
  margin: 10px auto;
}

.blog-avatar-list-items {
  font-size: 12px;
}

.blog-twiiter-button {
  position: relative;
  display: inline;
  overflow: visible;
}

.social-icons {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.blog-tags {
  display: inline-block;
  margin-top: 20px;
}

.link-tags {
  margin-right: 6px;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 500;
}

.blog-sidebar-h2 {
  font-size: 20px;
}

.blog-body-adjust {
  padding-top: 15px;
  padding-bottom: 15px;
}

.sectionpassportfeatures2 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #262626;
}

.sectionpassportfeatures1 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.bordered {
  border: 1px solid #e3e3e3;
}

.top-padded-section {
  padding-top: 20px;
}

.big-top-padded-section {
  padding-top: 40px;
}

.bigger-top-padded-section {
  padding-top: 80px;
}

.uber-top-padded-section {
  padding-top: 100px;
}

.sub-nav {
  display: inline-block;
  width: 100%;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-dropdown-link {
  margin: 10px;
  padding-top: 13px;
  padding-bottom: 15px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #262626;
  font-weight: 400;
}

.main-dropdown-link:hover {
  background-color: #1bb796;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
  color: #fff;
}

.main-dropdown-link:active {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  box-shadow: none;
}

.main-dropdown-link.w--current {
  font-weight: 400;
}

.main-dropdown-link.cleanspeak:hover {
  background-color: #3498db;
}

.sectionnews {
  padding-top: 80px;
  padding-bottom: 80px;
}

.news-h1 {
  margin-bottom: 30px;
  color: #333;
  font-size: 56px;
  font-weight: 300;
  text-shadow: none;
}

.news-h1.center {
  text-shadow: none;
}

.news-h1.mobile-center {
  text-shadow: none;
}

.sectioninnews {
  padding-top: 30px;
  padding-bottom: 60px;
  border-top: 2px solid rgba(0, 0, 0, .15);
  background-color: #f5f5f5;
}

.sectionpress {
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: 2px solid rgba(0, 0, 0, .16);
}

.new-h2 {
  color: rgba(19, 120, 187, .93);
}

.news-image {
  position: static;
  left: 0px;
  top: 0px;
  margin-right: 15px;
  float: left;
}

.news-h3 {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
}

.news-date-text-block {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(51, 51, 51, .71);
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
}

.news-date-text-block.home {
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 14px;
}

.news-text-div {
  display: block;
}

.news-divider {
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}

.main-article-div {
  margin-top: 20px;
}

.archive-date-text {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
}

.archive-image-div {
  display: inline-block;
  margin-right: 25px;
  float: left;
}

.archive-h3-news-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 19px;
}

.archive-list-item-spacing {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #f5f5f5;
}

.press-h1 {
  font-size: 40px;
  font-weight: 300;
}

.nav-bar-scroll {
  position: fixed;
  left: 0px;
  top: 71px;
  right: 0px;
  z-index: 998;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .24);
  color: #fff;
}

.cs-sub-nav-bar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  background-color: #3498db;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .09);
}

.passport-sub-nav-bar {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999;
  background-color: #f7f7f7;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
}

.passport-sub-nav-bar._1 {
  display: block;
  background-color: #1bb796;
}

.home-slider {
  height: 400px;
  background-color: transparent;
}

.slide-1-adjust {
  display: inline-block;
  text-align: center;
}

.slide-2-adjust {
  padding-top: 60px;
  padding-right: 65px;
  padding-left: 100px;
}

.h2-white {
  color: #fff;
  font-size: 30px;
  text-transform: none;
}

.slide-3-adjust {
  padding-top: 60px;
  padding-right: 65px;
  padding-left: 100px;
}

.slide-4-adjust {
  padding-top: 60px;
  padding-right: 75px;
  padding-left: 100px;
}

.white-button {
  padding: 15px 25px;
  border-radius: 4px;
  background-color: #fff;
  color: #396492;
  font-size: 16px;
}

.white-button:hover {
  background-color: #dfdfdf;
}

.passport-slider {
  height: 426px;
  background-color: transparent;
}

.white-button-hallow {
  margin-left: 10px;
  padding: 14px 30px;
  border: 1px solid hsla(0, 0%, 100%, .75);
  border-radius: 4px;
  background-color: transparent;
  color: hsla(0, 0%, 100%, .75);
  font-size: 17px;
  font-weight: 300;
}

.white-button-hallow:hover {
  border-color: #fff;
  color: #fff;
}

.pp-slide-1-adjust {
  padding-top: 15px;
  text-align: center;
}

.pp-slide-3-adjust {
  padding-top: 0px;
  padding-right: 100px;
  padding-left: 100px;
}

.pp-slide-4-adjust {
  padding-top: 50px;
  padding-right: 100px;
  padding-left: 100px;
}

.pp-slide-2-adjust {
  display: inline-block;
  padding-top: 15px;
  padding-right: 72px;
  padding-left: 100px;
}

.pp-column-adjust {
  margin-top: 100px;
}

.passport-hero-image {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.sectionppdetails {
  padding-top: 50px;
  background-color: #f5f5f5;
}

.cs-hero-logo {
  margin-right: 5px;
}

.cs-hero-logo._2 {
  margin-right: 10px;
  float: left;
}

.check-mark-list-image {
  margin-right: 15px;
  float: left;
}

.cs-list-item-text-block {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .26);
}

._10px-top-padding {
  margin-top: 10px;
}

.cs-user-moderation-column-adjust {
  margin-top: 70px;
}

.cs-slide-1-adjust {
  text-align: center;
}

.cs-slide-2-adjust {
  padding-top: 20px;
  padding-right: 100px;
  padding-left: 100px;
}

.cs-slide-3-adjust {
  padding-top: 40px;
  padding-right: 65px;
  padding-left: 100px;
}

.cs-slide-4-adjust {
  padding-top: 0px;
  padding-right: 29px;
  padding-left: 100px;
}

.cs-hero-slider {
  height: 400px;
  background-color: transparent;
}

.cs-advance-image-column-adjust {
  margin-top: 100px;
}

.advanced-image-approval-gif {
  margin: 16px;
  border: 4px solid #e9dbdb;
  border-radius: 6px;
  box-shadow: 1px 1px 3px 0 rgba(51, 51, 51, .54);
}

.cs-video-image {
  margin-top: 20px;
}

.pp-feature-image {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cs-profanity-filtering-adjust {
  margin-top: 50px;
}

.cs-features-column-adjust {
  padding-top: 150px;
}

.pp-language-column-adjust {
  padding-top: 80px;
}

.pp-tab-list-item {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
}

.sectioncsusecase {
  padding-top: 15px;
  padding-bottom: 50px;
  background-color: #04455b;
}

.sectioncsfaqs {
  padding-top: 60px;
  padding-bottom: 60px;
}

.faqs-list-item-adjust {
  margin-top: 12px;
}

.faqs-divider {
  height: 2px;
  margin-top: 45px;
  margin-bottom: 45px;
  background-color: rgba(51, 51, 51, .18);
}

.faqs-div-block {
  margin-right: 10px;
  margin-left: 10px;
}

.passport-green {
  color: #396492;
}

.sectionppfaqs {
  padding-top: 60px;
  padding-bottom: 65px;
}

.pp-tab-content-background-color {
  margin-top: 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
}

.column-side-padding {
  padding-bottom: 14px;
}

.column-side-padding.mobile-center {
  padding-bottom: 0px;
}

.ebook-image {
  position: relative;
  display: block;
  overflow: visible;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.ebook-h3 {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #333;
  font-size: 18px;
}

.ebook-subtext {
  font-weight: 400;
}

.sectioncodetabs {
  height: 900px;
  padding-top: 60px;
  background-color: #fff;
}

.pp-code-tab-link {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px;
  float: left;
  border: 1px none #e5e5e5;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.pp-code-tab-link:hover {
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .25);
  color: #fff;
}

.pp-code-tab-link.w--current {
  display: block;
  border-radius: 3px;
  background-color: #e5e5e5;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.float-left {
  display: block;
  float: left;
}

.pp-code-div {
  display: block;
  padding: 15px 70px;
  background-color: transparent;
}

.pp-code-div._2 {
  margin-top: 10px;
}

.java-code-imbed {
  display: block;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
}

.pp-ebook-slide {
  width: 270px;
  margin-top: 15px;
}

.pricing-column {
  display: inline-block;
  margin: 15px 6px;
  padding-bottom: 18px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  background-color: #f5f5f5;
  text-align: center;
}

.pricing-column:hover {
  opacity: 1;
}

.passport-pricing-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-linear-gradient(270deg, #0dc0a6, #0dc0a6), -webkit-linear-gradient(327deg, rgba(4, 69, 91, .64), #0dbba3 32%, #fff);
  background-image: linear-gradient(180deg, #0dc0a6, #0dc0a6), linear-gradient(123deg, rgba(4, 69, 91, .64), #0dbba3 32%, #fff);
}

.large-pricing-text {
  display: inline-block;
  margin-top: 10px;
  color: #04455b;
  font-size: 22px;
  text-transform: uppercase;
}

.large-pricing-text.contact-sales {
  font-size: 26px;
  line-height: 24px;
}

.large-pricing-text.contact-sales.cloud {
  margin-top: 14px;
}

.large-pricing-text.contact-sales._1 {
  margin-top: 0px;
}

.pricing-text {
  margin-top: 10px;
}

.small-pricing-month-text {
  margin-bottom: auto;
  font-size: 12px;
}

.pricing-container {
  display: block;
  margin-bottom: 66px;
  text-align: center;
}

.cs-pricing-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-linear-gradient(270deg, rgba(20, 139, 218, .93), rgba(20, 139, 218, .93));
  background-image: linear-gradient(180deg, rgba(20, 139, 218, .93), rgba(20, 139, 218, .93));
}

.tabs-content {
  display: block;
  overflow: hidden;
}

.pricing-tabs {
  display: block;
  width: 960px;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-bottom: 1px solid #fff;
}

.pricing-tab {
  margin-bottom: 10px;
  background-color: transparent;
  opacity: 0.65;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #fff;
  font-size: 16px;
}

.pricing-tab:hover {
  opacity: 1;
  color: #fff;
}

.pricing-tab.w--current {
  display: inline-block;
  margin-bottom: 10px;
  background-color: transparent;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.pricing-tab.w--current:hover {
  background-color: transparent;
}

.pp-pricing-text-block {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}

.pp-pricing-tab-image {
  margin-right: 10px;
  float: left;
}

.pp-pricing-tab-div {
  display: inline-block;
  margin-top: 20px;
  float: left;
}

.pp-pricing-tab-active-image {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -11px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pp-pricing-tab-active-image._1 {
  left: 0px;
  right: 0px;
  bottom: -17px;
}

.pp-pricing-tab-active-image._2 {
  bottom: -21px;
}

.pp-pricing-main-text {
  float: left;
  font-size: 18px;
  text-transform: uppercase;
}

.cs-pricing-container {
  margin-bottom: 66px;
}

.pricing-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sectioncsdetails {
  padding-top: 50px;
  background-color: #f5f5f5;
}

.slider-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.users-rocks-shirt-image {
  display: block;
  padding-right: 15px;
}

.use-case-icons {
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 20px;
  float: left;
}

.use-case-parent-flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.use-case-flex-child-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.use-case-flex-child-div._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cs-use-case-text {
  margin-top: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.cc-cloud-server-flex-parent-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.cs-cloud-server-flex-child-div {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs-cloud-server-flex-child-div._1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.which-hat-tab-link-layout {
  display: block;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  border-top-right-radius: 2px;
  background-color: rgba(17, 121, 190, .24);
  color: #fff;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
}

.which-hat-tab-link-layout:hover {
  background-color: rgba(17, 121, 190, .73);
  color: #fff;
}

.which-hat-tab-link-layout.w--current {
  border-top-left-radius: 2px;
  background-color: #04455b;
}

.which-hat-tab-link-layout._1 {
  background-color: rgba(13, 192, 166, .48);
}

.which-hat-tab-link-layout._1:hover {
  background-color: rgba(10, 143, 123, .55);
}

.which-hat-tab-link-layout._1.w--current {
  background-color: #0a8371;
}

.sectionwhichhattabs {
  overflow: scroll;
  padding-top: 20px;
  padding-bottom: 45px;
  border-top: 2px solid #ebe7e7;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .89), hsla(0, 0%, 100%, .89)), url('../images/business-developer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .89), hsla(0, 0%, 100%, .89)), url('../images/business-developer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sectionwhichhattabs:hover {
  color: #fff;
}

.sectionwhichhattabs._1 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .77), hsla(0, 0%, 100%, .77)), url('../images/business-developer-switched.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .77), hsla(0, 0%, 100%, .77)), url('../images/business-developer-switched.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.tabs-h4 {
  margin-bottom: auto;
  color: #04455b;
  font-size: 18px;
}

.pp-column-2-padding-adjjust {
  padding-top: 15px;
}

.pp-column-2-padding-adjjust.mobile-center {
  padding-top: 0px;
}

.cc-customers-h4 {
  text-transform: uppercase;
}

.home-page-flex-box-parent-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-page-flex-box-child-div {
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.sectionhomeproducts {
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.pp-home-page-image {
  display: block;
  margin-bottom: 4px;
  padding-bottom: 0px;
}

.cc-home-page-image {
  display: block;
  margin-bottom: 10px;
}

.featured-customer-video {
  display: block;
  border-radius: 0px;
  box-shadow: 0 0 5px 1px rgba(51, 51, 51, .26);
}

.sectiongetstarted {
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonial-video {
  padding-right: 135px;
  padding-left: 135px;
}

.sectionebookcustomers {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(32deg, rgba(52, 152, 219, .42) 41%, #f5f5f5 0);
  background-image: linear-gradient(58deg, rgba(52, 152, 219, .42) 41%, #f5f5f5 0);
}

.sectionebookcustomers._1 {
  background-image: -webkit-linear-gradient(32deg, rgba(52, 152, 219, .42) 41%, #fff 64%);
  background-image: linear-gradient(58deg, rgba(52, 152, 219, .42) 41%, #fff 64%);
}

.customer-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.sectioncustomer {
  padding-top: 45px;
  padding-bottom: 60px;
  text-align: center;
}

.customer-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.customer-flex-child._1 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.customer-flex-grandchild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -webkit-flex: 2 0;
  -ms-flex: 2 0;
  flex: 2 0;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.customer-flex-grandchild._1 {
  margin: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 10%;
  -ms-flex: 1 0 10%;
  flex: 1 0 10%;
  background-image: none;
}

.customer-flex-grandchild._1.igt {
  background-image: -webkit-linear-gradient(270deg, #1179be, #1179be);
  background-image: linear-gradient(180deg, #1179be, #1179be);
  background-position: 0px 0px;
}

.customer-flex-grandchild.comcast {
  margin: 5px;
  background-image: url('../images/comcast-sunnyvale-office-rcW8gOBiAJ-min.jpg');
  background-position: 50% 50%;
  background-size: 340px;
}

.customer-flex-grandchild._2 {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-flex-basis: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.customer-flex-grandchild._2.fitbit {
  background-image: url('../images/fitbit-two-people-running-ipo_h-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.customer-flex-grandchild.disney {
  background-image: url('../images/hero_fallback-min.jpg');
  background-position: 50% 50%;
  background-size: 350px;
}

.customer-flex-grandchild.kellogg {
  background-image: -webkit-linear-gradient(270deg, #a84348, #a84348);
  background-image: linear-gradient(180deg, #a84348, #a84348);
}

.comcast-div {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(51, 51, 51, .67);
  background-image: url('../images/comcast-white-logo-min.png');
  background-position: 50% 50%;
  background-size: 230px;
  background-repeat: no-repeat;
}

.igt-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #659dce;
  background-image: url('../images/igt-white-logo-min.png');
  background-position: 50% 50%;
  background-size: 160px;
  background-repeat: no-repeat;
}

.disney-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(51, 51, 51, .67);
  background-image: url('../images/disney-white-logo-min.png'), url('../images/hero_fallback-min.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: 175px, cover;
  background-repeat: no-repeat, no-repeat;
}

.cdk-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  background-image: -webkit-radial-gradient(circle closest-corner at 50% 50%, hsla(0, 0%, 100%, 0) 53%, #eee), url('../images/Koda_300_transparent-min.png');
  background-image: radial-gradient(circle closest-corner at 50% 50%, hsla(0, 0%, 100%, 0) 53%, #eee), url('../images/Koda_300_transparent-min.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 150px;
  background-repeat: repeat, no-repeat;
  box-shadow: none;
}

.fitbit-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(51, 51, 51, .67);
  background-image: url('../images/fitbit-white-logo-min.png');
  background-position: 50% 50%;
  background-size: 175px;
  background-repeat: no-repeat;
}

.kellogg-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/kellogg-white-logo-min.png');
  background-position: 50% 50%;
  background-size: 175px;
  background-repeat: no-repeat;
}

.sectoinhomehero {
  display: block;
  padding: 62px 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(146deg, rgba(0, 0, 0, .27), #000 73%), url('../images/people-coffee-notes-tea.jpg');
  background-image: linear-gradient(304deg, rgba(0, 0, 0, .27), #000 73%), url('../images/people-coffee-notes-tea.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.use-case-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.use-case-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1px;
  margin-bottom: 1px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 0 1px 0 hsla(0, 0%, 100%, .42);
}

.use-case-container {
  margin-top: 10px;
}

.which-hat-content {
  padding: 30px 40px 15px;
  background-color: #fff;
}

.cs-customer-h5 {
  text-transform: uppercase;
}

.cs-customer-h5.center {
  color: rgba(51, 51, 51, .54);
}

.sectionppperformance {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #04455b;
}

.load-test-button-div {
  margin-top: 25px;
}

.pp-performance-div {
  height: 122px;
  background-image: url('../images/inversoft2-7.png');
  background-position: 50% 0px;
  background-size: 204px;
  background-repeat: no-repeat;
}

.pp-performance-gauge {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.sectionpricingfeatures {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #04455b;
}

.pp-pricing-features-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.pp-pricing-features-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pp-pricing-features-flex-child._1 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pp-pricing-features {
  color: #fff;
  font-weight: 100;
  text-align: center;
}

.pp-pricing-feature-image {
  display: inline-block;
  margin-right: 10px;
  float: left;
}

.pp-pricing-feature-text {
  display: inline-block;
  color: #fff;
}

.pricing-feature-divider {
  display: block;
  width: 400px;
  height: 1px;
  margin: 20px auto 25px;
  border-radius: 2px;
  background-color: #fff;
}

.sectionpricingfaqs {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 3px solid rgba(0, 0, 0, .07);
  background-color: #fff;
}

.team-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bio-lightbox {
  margin-top: 5px;
  margin-bottom: 5px;
}

.culture-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.culture-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.press-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.press-flex-child {
  padding: 10px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-flex-child.home {
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

.news-flex-child.home.border {
  padding-bottom: 10px;
  border-bottom: 2px solid #eff3f6;
}

.cleanspeak-text._1 {
  position: relative;
  display: block;
  margin-top: 15px;
  margin-right: -1px;
}

.learn-more-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.learn-more-flex-parent._1 {
  border-top: 2px solid #eff3f6;
  border-bottom: 2px solid #eff3f6;
}

.learn-more-flex-child {
  padding: 40px 54px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.learn-more-flex-child._1 {
  margin-right: 0px;
  border-right: 2px solid #eff3f6;
}

.sectioncslearnmore {
  padding-top: 55px;
  padding-bottom: 30px;
}

.cs-block-quote {
  display: block;
  padding-left: 25px;
  color: #fff;
  font-weight: 400;
}

.block-quote-image {
  display: inline;
  padding-top: 10px;
  float: left;
}

.cs-testimonial-cite {
  margin-left: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}

.cs-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #04455b;
}

.cs-quote-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs-slide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  margin-left: 350px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sectioncsslider {
  display: block;
  height: 100%;
}

.cs-slider-div-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-slider-div-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs-slider-div-flex-child._1 {
  height: 100%;
  -webkit-flex-basis: 14%;
  -ms-flex-preferred-size: 14%;
  flex-basis: 14%;
}

.sectioncscustomer {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: none;
}

.cs-customer-flex-parent-container {
  display: block;
}

.cs-customer-block-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5f5f5;
  box-shadow: none;
}

.cs-customer-block-flex-child._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6edf3;
}

.cs-customer-block-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cs-customer-text-div {
  margin-left: 15px;
}

.cs-customer-column-adjust {
  margin-top: 26px;
}

.sectioncsusecaseblurbs {
  padding-top: 65px;
  padding-bottom: 0px;
}

.use-case-container-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.use-case-container-flex-parent._1 {
  border-top: 2px solid #eff3f6;
}

.use-case-container-flex-parent._1.mobile-center._3 {
  border-bottom: 2px solid #eff3f6;
}

.use-case-div-flex-child {
  display: block;
  padding: 20px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 2px solid #eff3f6;
}

.use-case-div-flex-child._1 {
  border-right-style: none;
}

.cs-learn-more-link {
  display: inline-block;
  margin-top: 20px;
}

.cs-case-study-image {
  display: block;
  margin-top: 5px;
  margin-right: 10px;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cs-case-study-image._1 {
  margin-top: 17px;
}

.cta-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px none #f0dede;
  border-radius: 2px;
  background-color: #f5f5f5;
}

.cta-flex-child {
  display: block;
  margin-right: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.orange-button-material {
  padding: 10px 25px 9px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #ff9c3d;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.orange-button-material:hover {
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .25);
  color: #f7f7f7;
}

.orange-button-material:active {
  background-color: #ff9c3d;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  box-shadow: none;
}

.orange-button-material.small {
  padding: 8px 13px 7px;
}

.orange-button-material.big {
  margin-right: 2px;
  padding: 18px 35px 17px;
  font-size: 18px;
}

.orange-button-material.big.hero-adjust {
  margin-top: 25px;
  margin-left: 0px;
}

.orange-button-material.big._1 {
  margin-right: 20px;
  padding-right: 30px;
  padding-left: 30px;
}

.orange-button-material.big.adjust {
  position: static;
  margin-top: 15px;
}

.orange-button-material.big.hero {
  margin-right: 20px;
}

.orange-button-material.big.ibm-adjust {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding: 18px 45px 16px;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.orange-button-material.outline-orange {
  box-shadow: none;
}

.orange-button-material.outline-orange:hover {
  border-color: #ff9c3d;
}

.cs-hero-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.border-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .34);
}

.cs-image-slider {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.doc-container-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.doc-div-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.doc-banner-image {
  margin-bottom: 40px;
}

.doc-sub-heading-text {
  margin-top: 10px;
  margin-bottom: 30px;
  color: rgba(51, 51, 51, .37);
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}

.doc-product-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.doc-product-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.doc-product-flex-child.right {
  padding-top: 35px;
  padding-bottom: 35px;
  border-left: 2px solid rgba(51, 51, 51, .16);
}

.doc-product-flex-granchild-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 40px;
  margin-left: 40px;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .07);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.doc-product-flex-granchild-link:hover {
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .3);
}

.doc-product-flex-granchild-link:active {
  background-color: #e5e5e5;
  box-shadow: none;
}

.sectiondocproducts {
  border-top: 2px solid rgba(51, 51, 51, .16);
  background-color: rgba(56, 152, 236, .05);
}

.doc-link-main-text {
  display: block;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}

.doc-product-link-image {
  display: block;
  margin: 10px;
  float: left;
}

.doc-link-sub-text {
  display: block;
  color: rgba(51, 51, 51, .52);
  font-size: 15px;
  font-weight: 500;
}

.div-box {
  display: inline-block;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cc-doc-image {
  margin-top: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.pp-doc-image {
  margin-top: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.use-case-content {
  display: block;
  width: 650px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 30%;
  -webkit-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
  border-right: 2px solid #eff3f6;
}

.use-case-content-div {
  padding: 45px 85px 45px 45px;
  border-top: 2px solid #eff3f6;
}

.use-case-content-div._2 {
  border-top-style: none;
}

.cleanspeak-h2 {
  margin-bottom: 20px;
  color: #04455b;
  font-size: 32px;
}

.cleanspeak-h2.white-text {
  color: #fff;
}

.use-case-nav-bar-1 {
  position: fixed;
  z-index: 2;
  display: none;
  margin-top: -5px;
  margin-left: 30px;
  background-color: #fff;
}

.use-case-quick-access-link {
  display: block;
  margin-left: 10px;
  font-size: 16px;
}

.capitalize {
  color: #04455b;
  text-transform: uppercase;
}

.use-case-quick-access-div {
  margin-top: 15px;
  margin-bottom: 15px;
}

.sectioncspagesusecase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-right: 90px;
  padding-left: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cs-use-case-nav-bar-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.use-case-image {
  display: block;
  margin-top: 10px;
  margin-right: 15px;
  float: left;
}

.use-case-image._1 {
  margin-top: 10px;
}

.cs-pages-hero-h1 {
  position: static;
  top: 62px;
  right: 257px;
  display: inline-block;
  margin-top: -5px;
  color: #04455b;
  font-size: 30px;
  font-weight: 100;
}

.cs-use-case-hero-flex-child-div {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cs-use-case-hero-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sectioncspagesheros {
  position: relative;
  padding-top: 100px;
  padding-bottom: 90px;
  background-image: -webkit-linear-gradient(285deg, #3898ec, #fff);
  background-image: linear-gradient(165deg, #3898ec, #fff);
}

.use-case-nav-bar-2 {
  position: absolute;
  margin-left: 30px;
  padding-top: 0px;
  background-color: #fff;
}

.cleanspeak-logo-image {
  display: block;
  margin-right: auto;
  margin-bottom: -10px;
  margin-left: auto;
}

.cs-filter-intro-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 2px solid #eff3f6;
}

.cs-filter-intro-flex-parent._1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 2px solid #eff3f6;
}

.sectioncsfilteringintro {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 2px solid rgba(0, 0, 0, .06);
  background-color: #f5f5f5;
}

.cs-common-tricks-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 2px solid #eff3f6;
  text-align: center;
}

.cs-common-tricks-div._1 {
  border-right: 2px none #eff3f6;
}

.cs-text-page-configurations-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs-text-page-configurations-div._1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-right-style: none;
}

.float-left-header-image {
  margin-right: 10px;
  float: left;
}

.image-header-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs-blacklist-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-blacklist-flex-child {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs-blacklist-flex-child.expand {
  -webkit-flex-basis: 13%;
  -ms-flex-preferred-size: 13%;
  flex-basis: 13%;
}

.image-subheading {
  display: block;
  margin-top: 45px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(51, 51, 51, .82);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.cs-filtering-intro-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 65px;
  padding-left: 65px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sectionfilteroptions {
  padding-top: 60px;
}

.flexible-filter-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cs-whiltelist-filter-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cs-whitelist-flex-child {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.whitelist-filter-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cs-whitelist-main-div {
  margin-top: 60px;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #04455b;
  background-image: -webkit-linear-gradient(139deg, #04455b, #eff3f6);
  background-image: linear-gradient(311deg, #04455b, #eff3f6);
}

.cs-usernames-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px none #eff3f6;
  background-color: transparent;
}

.cs-usernames-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs-blacklist-question-link {
  margin-left: 5px;
}

.cs-blacklist-question-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.cs-other-filters-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid #eff3f6;
}

.cs-other-filters-flex-child._1 {
  border-bottom-style: none;
}

.usernames-image {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cs-other-filters-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cs-other-filters-main-div {
  padding-top: 25px;
  padding-bottom: 25px;
}

.cs-false-positives-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 33px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sectioncsmoderation {
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 2px none #eff3f6;
}

.cs-moderation-flex-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs-moderation-flex-child._3 {
  border-top-style: none;
}

.cs-moderation-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cs-moderation-image {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.sectioncsuserbasedfeatures {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 2px solid rgba(0, 0, 0, .11);
  background-image: -webkit-linear-gradient(275deg, rgba(52, 152, 219, .12), #fff 88%);
  background-image: linear-gradient(175deg, rgba(52, 152, 219, .12), #fff 88%);
}

.cs-user-based-flex-child {
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 2px solid #eff3f6;
}

.cs-user-based-flex-child._1 {
  border-right: 2px none #eff3f6;
}

.cs-user-based-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cleanspeak-h3 {
  margin-top: 10px;
  color: #04455b;
}

.sectionuserreporting {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 2px solid #f5f5f5;
}

.additional-reporting {
  margin-top: 71px;
  margin-bottom: 25px;
}

.sectionimagemoderation {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sectionimagevideoqueue {
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #04455b;
}

.sectionuseranalytics {
  padding-top: 50px;
  border-top: 2px solid rgba(0, 0, 0, .26);
  background-image: -webkit-linear-gradient(270deg, rgba(4, 69, 91, .23), #fff 81%);
  background-image: linear-gradient(180deg, rgba(4, 69, 91, .23), #fff 81%);
}

.cs-filtering-intro-flex-child {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sectioncsmoderationintro {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid rgba(0, 0, 0, .06);
  background-color: #f5f5f5;
}

.cs-moderation-intro-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 65px;
  padding-left: 65px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-moderation-intro-flex-child {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs-moderation-intro-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.sectioncsreportingintro {
  padding-top: 50px;
  padding-bottom: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .06);
  background-color: #f5f5f5;
}

.cs-reporting-intro-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-reporting-intro-flex-child {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs-reporting-intro-flex-child.expand {
  margin-left: 20px;
  -webkit-flex-basis: 8%;
  -ms-flex-preferred-size: 8%;
  flex-basis: 8%;
}

.cs-reporting-intro-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.report-moderators-image {
  display: block;
  margin-top: 60px;
  margin-left: 45px;
  float: right;
}

.cs-user-analytics-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cs-user-analytics-flex-child {
  padding: 15px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.user-analytics-image {
  margin-right: 7px;
}

.sectionimagevideointro {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid rgba(0, 0, 0, .07);
  background-color: #f5f5f5;
}

.cs-image-video-intro-flex-parent {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-video-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cs-false-positives-flex-child {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.blacklist-filter-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.sectionvideomoderation {
  padding: 50px 248px;
}

.cs-video-moderation-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #eff3f6;
  border-bottom: 2px solid #eff3f6;
}

.cs-video-moderation-flex-child {
  padding: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 2px solid #eff3f6;
}

.cs-video-moderation-flex-child._1 {
  border-right-style: none;
}

.image-approval-queue-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-contact-us {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.intro-paragraph {
  margin-top: 15px;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}

.cs-moderation-flex-granchild {
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-approval-lightbox {
  display: block;
  margin-top: 30px;
  margin-left: 25px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.use-cases-container {
  position: relative;
  z-index: 101;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  text-align: center;
}

.hosting-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 55px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hosting-flex-child {
  text-align: center;
}

.cta-text {
  margin-bottom: 0px;
  font-size: 18px;
}

.about-nav-container-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-false-positive-flex-grandchild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs-false-positive-flex-grandchild._1 {
  border-top: 2px solid #eff3f6;
}

.image-mod-image {
  margin-top: 10px;
  margin-right: 10px;
  float: left;
}

.image-video-queue-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.best-moderation-options {
  margin-top: 70px;
}

.image-mod-div {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 90px;
}

.cleanspeak-h1 {
  color: #04455b;
  font-size: 35px;
}

.sectionappstores {
  padding-top: 50px;
  padding-bottom: 40px;
  background-image: none;
}

.app-store-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app-store-flex-child {
  margin: 8px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #eff3f6;
  border-radius: 5px;
  background-color: rgba(239, 243, 246, .27);
}

.app-store-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.app-store-read-more-link {
  display: block;
  margin-top: 40px;
  text-align: center;
}

.sectionappstandard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #04455b;
}

.standard-flex-child {
  padding-top: 44px;
  padding-right: 140px;
  padding-bottom: 44px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.standard-flex-child.image {
  background-image: url('../images/apple-google.png');
  background-position: 87% 50%;
  background-size: 255px;
  background-repeat: no-repeat;
}

.standard-flex-child.expand {
  padding-top: 100px;
  padding-right: 330px;
  padding-bottom: 100px;
  -webkit-flex-basis: 24%;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
}

.sectionmeetrequirements {
  padding-top: 70px;
  padding-bottom: 70px;
}

.meet-requirements-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.meet-requirements-flex-parent.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.meet-requirements-flex-child {
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sectionregistration {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 2px solid #eff3f6;
}

.registration-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.registration-flex-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.app-registration-image {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.registration-host-server-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  margin-left: 35px;
  padding: 15px 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(51, 51, 51, .12);
  border-radius: 3px;
}

.registration-server-image {
  margin-right: 20px;
  margin-left: 15px;
  float: left;
}

.server-registration-text {
  display: block;
  margin-top: 5px;
  font-size: 15px;
}

.registration-button-div {
  margin-top: 20px;
}

.float-right {
  display: inline-block;
  float: right;
}

.registration-column-1 {
  display: block;
}

.registration-column-first-name {
  padding-right: 5px;
}

.registration-sign-up-for-cloud-text {
  color: rgba(126, 86, 86, .82);
  font-size: 15px;
  font-weight: 500;
}

.list-item-app-requirements {
  margin-top: 10px;
}

.cs-cta-container {
  margin-top: 40px;
  text-align: center;
}

.cs-app-store-cta-text {
  font-size: 21px;
}

.orange-text {
  color: #fa9107;
}

.fine-print-container {
  margin-top: 40px;
  text-align: center;
}

.assrass-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #eff3f6;
}

.assrass-flex-parent._1 {
  border-bottom-style: none;
}

.app-store-images {
  padding-right: 20px;
  float: right;
}

.sectionappstore {
  padding-top: 25px;
  padding-bottom: 20px;
  border-top: 2px solid rgba(0, 0, 0, .05);
  background-color: transparent;
}

.assrass-flex-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.assrass-flex-child.expand {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.hero-product-h2 {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}

.cs-features-h2 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 26px;
}

.sectioninthenews {
  padding-top: 40px;
  border-top: 2px solid rgba(0, 0, 0, .17);
}

.home-news-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #eff3f6;
}

.home-progarmmable-web-image {
  margin-top: 15px;
  margin-bottom: 10px;
}

.sectionnewsdrop {
  margin-bottom: 25px;
}

.news-drop-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 2px none #eff3f6;
}

.news-drop-flex-grand-child {
  padding: 30px 10px 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.as-seen-divider {
  display: block;
  width: 40%;
  height: 2px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #eff3f6;
}

.as-seen-on-h3 {
  margin-bottom: 0px;
  color: #333;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
}

.sectionpp {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pp-paragraph {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.pp-paragraph.white-text {
  color: #fff;
}

.pp-list {
  margin-bottom: 10px;
}

.sectioncustomertestimonial {
  background-color: #eff3f6;
}

.customer-testimonial-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f5f5f5;
}

.customer-testimonial-flex-child {
  height: 340px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .02), rgba(0, 0, 0, .09)), url('../images/dannydavis-wondergiant-founder.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .02), rgba(0, 0, 0, .09)), url('../images/dannydavis-wondergiant-founder.jpg');
  background-position: 0px 0px, 50% 2%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.customer-testimonial-flex-child.quote {
  display: block;
  height: auto;
  padding-right: 30px;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.customer-testimonial-flex-child.picture {
  height: 350px;
  background-image: url('../images/dannydavis-wondergiant-founder_1.jpg');
  background-position: 50% 2%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wonder-giant-quote {
  display: block;
  margin-bottom: 20px;
  padding-left: 55px;
  border-color: transparent;
  color: #333;
  font-weight: 400;
}

.wonder-giant-quote-div {
  margin-right: 10px;
  margin-left: 10px;
}

.home-testimonial-cite {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 17px;
  text-align: right;
}

.wonder-giant-logo {
  display: block;
}

.title-logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-drop-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.data-security-text {
  position: relative;
  left: 12px;
  top: 19px;
  display: inline-block;
  margin-top: 0px;
  margin-left: 20px;
  color: #3d474d;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}

.product-hero-h1 {
  color: #fff;
  line-height: 45px;
  font-weight: 200;
}

.passport-hero-subheading {
  color: #bebbbb;
  font-size: 17px;
}

.drop-down-product-name {
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

.sub-nav-solutions-drop-down {
  z-index: 999;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 25px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.sub-nav-solutions-drop-down:hover {
  background-color: rgba(0, 0, 0, .15);
}

.solutions-drop-down-list {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .15);
}

.solutions-drop-down-list.w--open {
  top: 53px;
  width: 252px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4);
}

.solution-drop-link {
  margin: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #262626;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.solution-drop-link:hover {
  background-image: -webkit-linear-gradient(270deg, #0f8b72, #0f8b72);
  background-image: linear-gradient(180deg, #0f8b72, #0f8b72);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
  color: #fff;
}

.solution-drop-link:active {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), -webkit-linear-gradient(270deg, #0f8b72, #0f8b72);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(180deg, #0f8b72, #0f8b72);
  box-shadow: none;
}

.solution-drop-link.w--current {
  background-color: #0f8b72;
  color: #fff;
  font-weight: 500;
}

.solution-drop-link.radius {
  border-top: 1px solid hsla(0, 0%, 90%, .22);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.solution-drop-link.radius.w--current {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #27e2bd;
  color: #fff;
}

.passport-code-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pp-authentication-text {
  position: absolute;
  left: -2px;
  top: 97px;
  right: -2px;
  display: block;
  overflow: hidden;
  width: 55px;
  margin-right: auto;
  margin-left: auto;
  color: #999;
  font-size: 12px;
  font-weight: 400;
}

.sectionppfeaturehero {
  padding-top: 125px;
  padding-bottom: 125px;
  background-color: #000;
}

.pp-hero-feature-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pp-hero-feature-flex-child {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pp-hero-feature-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pp-features-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pp-features-flex-parent._2 {
  padding: 0px 90px;
}

.pp-features-flex-child {
  display: block;
  padding: 0px 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pp-features-flex-child.push-left {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.pp-features-flex-child.user-data-adjust {
  -webkit-flex-basis: 110%;
  -ms-flex-preferred-size: 110%;
  flex-basis: 110%;
}

.pp-feature-images {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.pp-feature-list-item {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 15px;
  font-weight: 400;
}

.pp-feature-list-item-white {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.pp-feature-divder {
  padding-top: 1px;
  padding-bottom: 1px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #eff3f6;
}

.bulk-plan-div-color {
  height: 45px;
  margin-bottom: 25px;
  background-color: #0dc0a6;
}

.bulk-plan-div-color._1 {
  background-color: #b16d37;
}

.bulk-plan-div-color._2 {
  background-color: #e2b62a;
}

.bulk-plan-div-color._3 {
  background-color: rgba(16, 124, 196, .93);
}

.bulk-plan-div-color._4 {
  background-color: #396492;
}

.bulk-plan-div-color._5 {
  background-color: #3498db;
}

.bulk-plan-div-color._6 {
  background-color: #cccc1f;
}

.bulk-plan-div-color._7 {
  background-color: #000;
}

.bulk-pricing-h3 {
  padding-top: 6px;
  color: #eff3f6;
  font-weight: 400;
  text-transform: uppercase;
}

.cleanspeak-logo-pricing {
  display: block;
  margin-right: 20px;
  margin-left: auto;
  float: left;
}

.bulk-pricing-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.cs-pricing-text-white {
  display: inline;
  color: #fff;
}

.sectionunifyidentity {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #0dc0a6;
}

.unify-identity-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.unify-identity-flex-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sectionuseridentitycontent {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #fff;
}

.unify-identity-content-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.unify-identity-content-flex-child {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.unify-identity-content-flex-child.push-left {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.unify-identity-content-flex-child.push-right-20 {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.case-study-subheading {
  margin-top: 25px;
  margin-bottom: 10px;
  color: rgba(51, 51, 51, .82);
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}

.case-study-paragraph {
  margin-top: 25px;
  margin-bottom: 25px;
  color: rgba(51, 51, 51, .71);
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.case-study-call-out-text {
  margin-top: 10px;
  color: #118566;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.case-study-call-out-text.quote-name {
  color: rgba(51, 51, 51, .82);
  font-size: 20px;
  text-align: right;
}

.case-study-divider {
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #eff3f6;
}

.unify-results-div {
  padding-left: 40px;
}

.results-list-item-text {
  margin-top: 15px;
  margin-bottom: 10px;
  color: rgba(51, 51, 51, .82);
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

.unify-result-container {
  margin-top: 30px;
}

._10px-padding-top {
  padding-top: 10px;
}

.solutions-dropdown {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hero-home-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-home-flex-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-home-flex-child.push-right {
  -webkit-box-flex: 20%;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
}

.hero-home-h1 {
  color: #1a1b1f;
  font-size: 50px;
  line-height: 39px;
  font-weight: 700;
}

.hero-home-subheading {
  padding-left: 30px;
  color: #1a1b1f;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.reduce-support-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reduce-support-flex-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.reduce-support-content-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reduce-support-content-flex-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.reduce-support-content-flex-child.push-left {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.ibm-marketplace-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ibm-marketing-place-flex-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.customer-support-solution-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.customer-support-solution-flex-cihld {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.customer-support-solution-flex-cihld._1 {
  margin-left: 20px;
}

.pp-feature-bottom-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -40px;
  margin-bottom: -40px;
  padding-right: 115px;
  padding-left: 115px;
}

.pp-bottom-flex-child {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ibm-lightbox {
  margin-top: 195px;
}

.footer-top-div {
  padding-top: 55px;
  padding-bottom: 50px;
  background-color: #e5e5e5;
}

.newsletter-text {
  margin-bottom: 10px;
  color: #4c4c4c;
  text-transform: uppercase;
}

.newsletter-email-box {
  width: 260px;
  float: left;
  border-style: none;
  border-radius: 2px;
  background-color: #bfbfbf;
}

.newsletter-submit-button {
  padding: 8px 30px;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #262626;
  text-transform: uppercase;
}

.newsletter-submit-button:hover {
  border-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
}

.newsletter-submit-button:active {
  box-shadow: none;
}

.bottom-footer-container {
  display: block;
  margin-top: 24px;
}

.push-right {
  float: right;
}

.bottom-footer-link {
  color: #9b9b9b;
  font-weight: 400;
}

.bottom-footer-link:hover {
  color: #3498db;
}

.column-adjust {
  display: inline-block;
  margin-top: 35px;
}

.newsletter-success-message {
  border-radius: 2px;
  background-color: transparent;
  color: #4c4c4c;
}

.newsletter-error-message {
  background-color: transparent;
  color: red;
}

.social-network-footer-div {
  display: inline-block;
  text-align: center;
}

.sectionblumix {
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: #1a1b1f;
  background-image: -webkit-radial-gradient(circle closest-corner at 50% 50%, rgba(26, 27, 31, .9) 20%, transparent), url('../images/bluemix-background.png');
  background-image: radial-gradient(circle closest-corner at 50% 50%, rgba(26, 27, 31, .9) 20%, transparent), url('../images/bluemix-background.png');
  background-position: 0px 0px, 100% 0px;
  background-size: auto, 720px;
  background-attachment: scroll, scroll;
}

.bluemix-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bluemix-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bluemix-flex-child.adjust {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-flex-basis: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.bluemix-logo {
  display: inline;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bluemix-h3 {
  color: #f5f5f5;
  font-size: 20px;
  font-weight: 100;
}

.sectionstormpath {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #244ec6;
}

.stormpath-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stormpath-h3 {
  display: inline-block;
  margin-top: 10px;
  color: #f5f5f5;
  font-size: 21px;
}

.stormpath {
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.stormpath-flex-ch {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.stormpath-flex-ch.push-left {
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

.sectionherohome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/small-wave.svg'), -webkit-linear-gradient(270deg, rgba(39, 226, 189, .75), rgba(39, 226, 189, .75));
  background-image: url('../images/small-wave.svg'), linear-gradient(180deg, rgba(39, 226, 189, .75), rgba(39, 226, 189, .75));
  background-position: 50% 122%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.homeherodiv {
  margin-right: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.homeherosubheading {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 28px;
  text-transform: uppercase;
}

.list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.products-pricing-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-pricing-flex.fixed-sub-nav-trigger {
  padding-bottom: 16px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.products-pricing-flex-child {
  margin-right: 30px;
  margin-left: 30px;
  padding: 50px 20px 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #fff, hsla(0, 0%, 100%, .3));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .3));
  text-align: center;
}

.pricing-h1 {
  padding-top: 50px;
  padding-bottom: 10px;
}

.pp-pricing-h3 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
}

.sectionpppricing {
  padding-bottom: 55px;
  background-color: #fff;
  background-image: url('../images/polygon.svg');
  background-position: 50% 94px;
  background-size: cover;
  background-repeat: no-repeat;
}

.pad {
  margin: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.blue-button-material {
  padding: 10px 25px 9px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  text-transform: none;
}

.blue-button-material:hover {
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .3);
  color: #f7f7f7;
}

.blue-button-material:active {
  background-color: #146aa4;
  box-shadow: none;
}

.blue-button-material.big {
  padding: 18px 35px 17px;
  font-size: 18px;
}

.blue-button-material.big._25px-margin {
  margin-left: 25px;
}

.blue-button-material.big.ibm-adjust {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
}

.blue-button-material.outline-blue {
  box-shadow: none;
  font-weight: 400;
}

.blue-button-material.small {
  padding-bottom: 7px;
}

.green-button-material {
  padding: 10px 25px 9px;
  border-radius: 4px;
  background-color: #01bb96;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  text-transform: none;
}

.green-button-material:hover {
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .4);
  color: #f7f7f7;
}

.green-button-material:active {
  background-color: #0f8b72;
  box-shadow: none;
}

.green-button-material.small {
  padding-right: 15px;
  padding-bottom: 7px;
  padding-left: 15px;
}

.green-button-material.big {
  padding: 18px 35px 17px;
  font-size: 18px;
}

.green-button-material.outline-green {
  box-shadow: none;
  font-weight: 400;
}

.small {
  padding: 8px 13px;
  font-size: 14px;
  font-weight: 500;
}

.big {
  padding: 15px 30px;
  font-size: 16px;
}

.outline-orange {
  border: 1px solid #ff9c3d;
  background-color: hsla(0, 0%, 100%, 0);
  color: #ff9c3d;
}

.outline-orange:hover {
  border-color: #ff6a00;
  background-color: #ff9c3d;
  color: #fff;
}

.outline-orange:active {
  background-color: #ff6a00;
}

.outline-blue {
  border: 1px solid #4990e2;
  background-color: #fff;
  color: #4990e2;
}

.outline-blue:hover {
  border-color: #4990e2;
  background-color: #4990e2;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
  color: #fff;
}

.outline-blue:active {
  border-color: #146aa4;
  background-color: #146aa4;
  background-image: none;
}

.outline-green {
  border: 1px solid #01bb96;
  background-color: #fff;
  color: #01bb96;
}

.outline-green:hover {
  border-color: #01bb96;
  background-color: #01bb96;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05));
  color: #fff;
}

.outline-green:active {
  border-color: #0f8b72;
  background-color: #0f8b72;
  background-image: none;
}

._10px-margin {
  margin-left: 10px;
}

.sectionppcta {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.fixed-pp-sub-nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  background-color: hsla(0, 0%, 97%, .98);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
}

.fixed-pp-sub-nav-bar._1 {
  display: block;
}

.container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fixed-cs-sub-nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: hsla(0, 0%, 97%, .98);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .09);
}

.sectionppherowordplay {
  display: block;
  padding-top: 30px;
  padding-bottom: 50px;
  background-image: -webkit-linear-gradient(305deg, #fff, hsla(0, 0%, 100%, .66) 50%, #38ffd8 97%);
  background-image: linear-gradient(145deg, #fff, hsla(0, 0%, 100%, .66) 50%, #38ffd8 97%);
}

.wordplay-text-span {
  margin-left: 10px;
  font-size: 46px;
  line-height: 0px;
  text-decoration: none;
}

.wordplay-not-text {
  position: relative;
  top: 6px;
  display: inline;
  color: #34485e;
  font-size: 75px;
  font-weight: 800;
}

.red-button-material {
  padding: 10px 25px 9px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #eb385c;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
}

.red-button-material:hover {
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .3);
  color: #fff;
}

.red-button-material:active {
  background-color: #c81b3d;
  box-shadow: none;
}

.red-button-material.small {
  padding: 8px 13px 7px;
  font-size: 14px;
}

.red-button-material.big {
  padding: 18px 35px 17px;
  font-size: 18px;
}

.red-button-material.outline-red {
  border-color: #eb385c;
  background-color: #fff;
  box-shadow: none;
  color: #eb385c;
}

.red-button-material.outline-red:hover {
  background-color: #eb385c;
  color: #fff;
}

.red-button-material.outline-red:active {
  border-color: #c81b3d;
  background-color: #c81b3d;
}

.purple-button-material {
  padding: 10px 25px 9px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #34485e;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
}

.purple-button-material:hover {
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .3);
  color: #fff;
}

.purple-button-material:active {
  background-color: #203246;
  box-shadow: none;
}

.purple-button-material.big {
  padding: 18px 35px 17px;
  font-size: 18px;
}

.purple-button-material.small {
  padding: 8px 13px 7px;
  font-size: 14px;
}

.purple-button-material.outline-purple {
  border-color: #34485e;
  background-color: #fff;
  box-shadow: none;
  color: #34485e;
}

.purple-button-material.outline-purple:hover {
  background-color: #34485e;
  color: #fff;
}

.purple-button-material.outline-purple:active {
  border-color: #203246;
  background-color: #203246;
}

.sectionjanestory {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.jane-smile-intro {
  display: block;
}

.jane-full-width-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 320px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  box-shadow: none;
}

.jane-full-width-flex.reverse-and-float-right {
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.introducing-jane-flex {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.introducing-jane-flex-child {
  margin-right: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.introducing-jane-flex-child.push {
  margin-top: 35px;
  -webkit-box-flex: 60%;
  -webkit-flex: 60%;
  -ms-flex: 60%;
  flex: 60%;
}

.idm-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-bottom: 115px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.idm-flex-child {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.sectionjaneintro {
  position: relative;
  padding-top: 100px;
  padding-bottom: 149px;
  background-color: #01bb96;
  background-image: url('../images/jane-triangle-break.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pp-hero-heading {
  width: 440px;
  color: #000;
  font-size: 50px;
  line-height: 70px;
}

.hero-div-underline {
  position: relative;
  left: 175px;
  top: -10px;
  right: 175px;
  display: block;
  width: 270px;
  height: 3px;
  float: none;
  background-color: #262626;
}

.pp-fixed-nav-bar-green {
  position: fixed;
  z-index: 9999;
  border-bottom: 1px solid #0f8b72;
  background-color: #01bb96;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
}

.pp-call-out-section {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px none rgba(0, 0, 0, .2);
  border-bottom: 2px none rgba(0, 0, 0, .15);
  background-color: #203246;
  background-image: none;
  background-size: auto;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}

.error {
  display: inline-block;
  width: 480px;
}

.green-arrow-image {
  position: absolute;
  top: -75px;
  right: 133px;
  bottom: 0px;
  float: none;
}

.passport-computer-image {
  position: relative;
  z-index: 1;
}

.top-pp-features-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-feature-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 280px;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  box-shadow: none;
}

.top-feature-grandchild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-feature-grandchild.grey-background {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f7f7f7;
}

.pp-feature-h2 {
  color: #262626;
  font-size: 25px;
  font-weight: 400;
}

.pp-feature-divider {
  width: 120px;
  margin-top: 21px;
  margin-bottom: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
}

.pp-feature-divider.white {
  background-color: #fff;
}

.jane-full-width-flex-child {
  padding: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.jane-full-width-flex-child.push-layout {
  padding-top: 70px;
  padding-right: 55px;
  padding-left: 60px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 35%;
  -webkit-flex: 35%;
  -ms-flex: 35%;
  flex: 35%;
}

.jane-full-width-flex-child.push-layout.green-background {
  padding-right: 75px;
  padding-left: 75px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #01bb96;
}

.jane-full-width-flex-child.push-layout.purple-background {
  padding-right: 75px;
  padding-left: 75px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #34485e;
}

.jane-half-width-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 115px;
  margin-bottom: 45px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.jane-half-width-flex-child {
  display: block;
  width: 490px;
  height: 520px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  box-shadow: none;
}

.jane-half-width-flex-grandchild {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.modern-security-cell {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.localization-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.jane-build-apps-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.jane-build-apps-flex-child {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.jane-build-apps-flex-child.push {
  -webkit-flex-basis: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.sectionjanebuildsapps {
  display: block;
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #01bb96;
  background-image: url('../images/jane-triangle-break-bottom.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.jane-jumping-image {
  display: block;
  margin-right: 0px;
  margin-left: 80px;
}

.white-arrow-image {
  position: relative;
  top: -10px;
  bottom: 7px;
}

.green-arrow-div {
  position: relative;
  height: 50px;
}

.white-arrow-div {
  height: 200px;
}

.authentication-paragraph {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #737373;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.authenticate-div-divider {
  display: block;
  width: 50%;
  margin: 20px auto;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #4c4c4c;
}

.sectionppdocumentation {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #e5e5e5;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.sectionppctanew {
  padding-top: 130px;
  padding-bottom: 130px;
  background-color: #01bb96;
}

.sectionppctanew._1 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pp-docs-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pp-docs-flex-child {
  padding-right: 17px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pp-docs-flex-grandchild {
  padding: 15px 30px;
}

.pp-docs-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/Group-8.png');
  background-position: -30px 50%;
  background-size: 70px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4c4c4c;
  text-align: center;
}

.pp-docs-button:hover {
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .25);
}

.pp-docs-button:active {
  background-color: #f7f7f7;
  box-shadow: none;
}

.pp-docs-button.green-folder {
  background-image: url('../images/Group-9.png');
  background-position: -23px 50%;
  background-size: 70px;
  background-repeat: no-repeat;
}

.pp-docs-button-text-big {
  margin-bottom: 10px;
  color: #262626;
  font-size: 23px;
}

.pp-docs-button-text-small {
  font-size: 17px;
}

.pp-docs-arrow {
  display: inline;
  margin-left: 40px;
}

.explore-docs-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.docs-paragraph {
  color: #4c4c4c;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.pp-bottom-cta-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cc-pp-bottom-cta {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cc-pp-bottom-cta.push {
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.pp-adjustable-width-div-container {
  display: block;
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.guide-lines-image {
  position: absolute;
  left: 0px;
  top: 244px;
  right: 0px;
  z-index: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.guides-image {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.guides-container-div {
  position: relative;
}

.bottom-guide {
  position: absolute;
  left: 0px;
  top: -151px;
  right: 0px;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
}

.bottom-guide-div {
  position: relative;
  z-index: 0;
}

.cs-fixed-sub-nav-bar-blue {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  border-bottom: 1px solid #146aa4;
  background-color: #3498db;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .2);
}

.iphone-7-passport {
  overflow: hidden;
}

.iphone-passport {
  position: relative;
  left: 0px;
  top: 23px;
  right: 0px;
  z-index: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.pp-adjustable-hero-width-div {
  display: block;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.pp-hero-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pp-hero-flex-child {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pp-hero-flex-child.phone {
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pp-update-cta-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pp-update-cta-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.white-button-material {
  padding: 10px 25px 9px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #146aa4;
}

.white-button-material:hover {
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .3);
}

.white-button-material:active {
  background-color: #e5e5e5;
  box-shadow: none;
}

.white-button-material.small {
  padding: 8px 13px 7px;
}

.white-button-material.big {
  padding: 18px 35px 17px;
  font-size: 18px;
}

.white-button-material.big.adjust {
  position: static;
  margin-top: 15px;
  text-transform: capitalize;
}

.pp-on-premise-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}

.on-premise-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding: 25px 40px 25px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(270deg, #fff, hsla(0, 0%, 100%, .72));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .72));
  text-align: center;
}

.on-premise-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block {
  color: #4c4c4c;
}

.cs-username-div {
  border-bottom: 2px solid #eff3f6;
}

.sectioncspricing {
  padding-bottom: 55px;
  background-color: #fff;
  background-image: url('../images/circles.svg');
  background-position: 50% -108%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sectionppfeatures {
  height: 620px;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #f7f7f7;
}

.pp-adjustable-feature-div {
  display: block;
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.pp-features-ul-div-grandchild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pp-features-ul-div-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pp-features-image-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-right: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.pp-feature-content-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-button-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  margin: 30px 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tab-button-flex-child:hover {
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .25);
}

.tab-button-flex-child.w--current {
  background-color: #e5e5e5;
  box-shadow: none;
}

.tab-button-flex-child.authenticate {
  background-image: url('../images/authenticate.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.tab-button-flex-child.authorization {
  background-image: url('../images/authorize.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.tab-button-flex-child.authorization.w--current {
  background-image: url('../images/authorize_1.png');
  background-size: 50px;
}

.tab-button-flex-child.data {
  background-image: url('../images/data-migration.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.tab-button-flex-child.standards {
  background-image: url('../images/standards.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.tab-button-flex-child.user-data {
  background-image: url('../images/user-data.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.tab-button-flex-child.architecture {
  background-image: url('../images/architecture.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.tab-button-flex-child.reporting {
  background-image: url('../images/reports.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.tab-button-flex-child.manage {
  background-image: url('../images/management.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.pp-tab-main-content-container {
  width: 480px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.pp-feature-h2 {
  text-transform: uppercase;
}

.hex {
  width: 0px;
  border-style: none solid solid;
  border-width: 30px 52px;
  border-color: #5eb4ee transparent #28e2bd;
}

.hex._2 {
  border-top-style: solid;
  border-top-color: #28e2bd;
  border-bottom-style: none;
}

.hex.body {
  width: 104px;
  height: 60px;
  border-style: none;
  background-color: #28e2bd;
}

.hexagon-div {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 104px;
  margin-right: 11px;
  margin-left: 11px;
  background-image: url('../images/14-day-free-trial.png');
  background-position: 50% 50%;
  background-size: 90px;
  background-repeat: no-repeat;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.feature-text-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #737373;
  font-size: 12px;
  text-transform: uppercase;
}

.pp-features-image {
  margin-right: 40px;
}

.features-h2-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pp-features-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ibm-hero {
  height: 800px;
  padding-top: 170px;
  background-image: -webkit-linear-gradient(270deg, #01bb96, rgba(1, 187, 150, .66) 50%, #00558b), url('../images/bluemix-background.png');
  background-image: linear-gradient(180deg, #01bb96, rgba(1, 187, 150, .66) 50%, #00558b), url('../images/bluemix-background.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25);
}

.ibm-hero-h1 {
  margin-bottom: 50px;
  padding-right: 100px;
  padding-left: 100px;
  color: #f7f7f7;
  font-size: 47px;
  line-height: 65px;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}

.ibm-navbar {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
}

.bluemix-passport-promo-vid {
  position: relative;
  margin-top: 30px;
  padding: 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .25);
}

.ibm-video {
  box-shadow: none;
}

.ibm-hero-container {
  position: static;
  display: block;
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sectionibmcontent {
  display: block;
  margin-top: 355px;
  margin-bottom: 100px;
}

.ibm-quote-image2 {
  position: relative;
  right: 0px;
  bottom: 35px;
  display: inline-block;
  float: right;
  -webkit-filter: contrast(8%);
  filter: contrast(8%);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ibm-quote-image {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 80px;
  float: left;
  -webkit-filter: contrast(8%);
  filter: contrast(8%);
}

.benefits-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.benfits-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.benefits-h3 {
  color: #34485e;
  font-size: 20px;
}

.benefits-paragraph {
  color: #999;
  font-size: 15px;
}

.set-width {
  display: block;
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}

.sectionibmform {
  padding-top: 75px;
  padding-bottom: 65px;
  border-top: 2px solid rgba(0, 0, 0, .07);
  background-color: #ecf0f2;
}

.ibm-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ibm-form-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ibm-form-flex-child.adjust {
  margin-bottom: 0px;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.ibm-form-flex-child.image-div {
  margin-top: 70px;
  margin-right: 65px;
  margin-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ibm-form-h2 {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #34485e;
  font-size: 28px;
  text-align: center;
}

.ibm-input-field {
  height: 46px;
  margin-bottom: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 75%, .58);
  border-radius: 4px;
  box-shadow: none;
  font-size: 15px;
}

.ibm-form {
  position: relative;
  z-index: 1;
  padding: 10px 25px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
}

.ibm-btn-form-div {
  display: block;
  margin-top: 25px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.privacy-policy {
  margin-bottom: 4px;
  float: right;
  color: #999;
  font-size: 15px;
}

.ibm-registered-partner-image {
  margin-bottom: 70px;
}

.ibm-success {
  padding: 80px 60px;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  font-size: 19px;
  line-height: 31px;
}

.ibm-text-span {
  margin-bottom: 25px;
  font-size: 39px;
  text-shadow: none;
}

.text-block-2 {
  color: #fff;
  font-size: 16px;
}

.ibm-quote {
  margin-top: 0px;
  color: #34485e;
  line-height: 30px;
  font-weight: 400;
}

.ibm-quote.float-right._1 {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 400;
}

.ibm-divider {
  position: static;
  top: 58px;
  display: block;
  width: 25%;
  height: 2px;
  margin: 100px auto;
  background-color: #e5e5e5;
}

.ibm-quote-h3 {
  text-align: center;
}

.ibm-quote-h3.adjust {
  float: right;
}

.cs-pricing-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 24px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  background-color: #f7f7f7;
}

.cs-pricing-h4 {
  display: inline-block;
  color: #4990e2;
  line-height: 0px;
  font-weight: 600;
  text-transform: uppercase;
}

.cs-pricing-text {
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 16px;
}

.ibm-bluemix-h3 {
  margin: 0px 30px 0px 25px;
  color: #fff;
  font-size: 19px;
}

.ibm-bluemix-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ibm-partner-footer-image {
  margin-right: 30px;
}

.ibm-condensed-divider-line {
  display: block;
  width: 400px;
  height: 2px;
  margin: 55px auto 35px;
  background-color: #e5e5e5;
}

.sectionibm-header {
  margin-bottom: 0px;
  background-color: #27e2bd;
  text-align: center;
}

.sectionibmbody {
  padding-top: 0px;
  background-color: #27e2bd;
}

.ibm-condensed-h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.25px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.ibm-head-div {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  padding-top: 27px;
  padding-bottom: 27px;
  background-color: #203246;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ibm-head-angled-div {
  position: relative;
  left: 0px;
  top: -60px;
  right: 0px;
  display: block;
  overflow: hidden;
  height: 120px;
  margin-right: -2px;
  margin-left: -5px;
  padding-left: 0px;
  background-color: #203246;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .5);
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.ibm-head-container {
  position: relative;
  left: 0px;
  top: 32px;
  right: 0px;
  text-align: left;
}

.ibm-video-div {
  padding: 6px;
  border-radius: 4px;
  background-color: #f7f7f7;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
}

.ibm-quote-div {
  margin-top: 45px;
  text-align: left;
}

.ibm-form-divider {
  height: 2px;
  margin-top: 7px;
  margin-right: 60px;
  margin-left: 60px;
  background-color: #e5e5e5;
}

.ibm-column-1 {
  padding-right: 50px;
}

.ibm-footer-angled-div {
  position: relative;
  left: 0px;
  top: -40px;
  right: 0px;
  height: 100px;
  margin-right: -1px;
  margin-left: -5px;
  padding-bottom: 0px;
  background-color: #fff;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}

.ibm-footer-container {
  position: relative;
  left: 0px;
  top: -75px;
  right: 0px;
  text-align: center;
}

.benefits-image {
  opacity: 0.6;
}

.ibm-cloud-partner {
  margin-right: 30px;
}

.ibm-header-subtext {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.error-message {
  position: relative;
  z-index: 1;
}

.sectionwondergiant {
  position: relative;
  left: 0px;
  top: -135px;
  right: 0px;
  bottom: -135px;
  z-index: 3;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sectioninversofthero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(323deg, #577494, #27e2bd);
  background-image: linear-gradient(127deg, #577494, #27e2bd);
}

.inversoftpp-subheading {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 17px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.inversoftpp-h1 {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.skewed-div1 {
  position: relative;
  top: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inversoft-customer {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inversoft-customer.push {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}

.inversoft-home-quote {
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.inversoft-home-quote.adjust {
  margin-right: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 17px;
}

.inversoft-quote-image1 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.inversoft-quote-image2 {
  position: relative;
  top: -28px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.inversoft-home-ibm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inversoft-home-ibm.video {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ibm-content-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #b3fdef;
}

.ibm-video {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.white-skewed-div1 {
  position: relative;
  left: 0px;
  top: -228px;
  right: 0px;
  z-index: 2;
  overflow: hidden;
  width: 110vw;
  height: 150px;
  margin-left: -15px;
  border-bottom: 2px solid rgba(0, 0, 0, .2);
  background-color: #fff;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.white-skewed-div1._2 {
  position: relative;
  left: 0px;
  top: -65px;
  right: 0px;
  z-index: 2;
  overflow: hidden;
  height: 140px;
  border-top: 2px solid rgba(0, 0, 0, .09);
  border-bottom-style: none;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.sectioninversoftibm {
  margin-top: -290px;
}

.inversoft-home-ibm-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 90px;
  padding-top: 49px;
  padding-bottom: 49px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.sectioninversoftcs {
  padding-top: 130px;
  padding-bottom: 110px;
  background-color: #f7f7f7;
}

.customers {
  padding-right: 60px;
  padding-left: 60px;
}

.sectioninversoftebook {
  padding-top: 110px;
  padding-bottom: 110px;
}

.ebook-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ebook-flex-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ebook-flex-child.push {
  padding-right: 50px;
  -webkit-flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
}

.ebook-safe-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.inversoft-cs-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inversoft-home-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 33px;
}

.inversoft-cs-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.overflow {
  overflow: hidden;
}

.inversoft-hero-width {
  position: relative;
  left: 0px;
  top: -44px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.inversoft-ibm-h1 {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ibm-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.inversoft-hero-flex-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inversoft-hero-laptop-div {
  position: absolute;
  top: -208px;
  right: -128px;
  bottom: -208px;
  overflow: visible;
}

.landing-page-h1 {
  color: #262626;
  font-weight: 300;
}

.column-3 {
  padding-right: 60px;
}

.landing-page-form-block {
  padding: 10px 30px 29px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .25);
}

.lead-text-field {
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.lead-text-field._1 {
  margin-bottom: 20px;
}

.sectionleadpage {
  padding-top: 126px;
  padding-bottom: 126px;
  background-image: -webkit-linear-gradient(314deg, #fff 41%, rgba(39, 226, 189, .4) 71%, #577494 100%, #577494);
  background-image: linear-gradient(136deg, #fff 41%, rgba(39, 226, 189, .4) 71%, #577494 100%, #577494);
}

.landing-page-form-h2 {
  color: #146aa4;
  font-size: 32px;
  line-height: 38px;
}

.all-field-required {
  color: #4c4c4c;
  font-weight: 500;
}

.landing-page-subtext {
  color: #737373;
  font-size: 18px;
  font-weight: 400;
}

.landing-page-list-item {
  margin-bottom: 10px;
}

.landing-page-uo-list {
  display: block;
  margin-top: 15px;
}

.sectionresources {
  padding-top: 40px;
  padding-bottom: 80px;
  background-image: none;
}

.resources-flex {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.resources-div-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 260px;
  -ms-flex: 0 260px;
  flex: 0 260px;
  border: 1px none #bfbfbf;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.resources-div-flex-child:hover {
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .25);
}

.resources-image-div {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.resources-content-div {
  padding: 5px 15px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.resources-link-description {
  display: inline-block;
  margin-right: 5px;
  color: #0759b9;
  font-size: 13px;
  font-weight: 600;
}

.resources-h4 {
  display: block;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
}

.resources-image {
  max-width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.resources-doc-text {
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline;
  padding: 7px 12px 5px;
  border-radius: 4px;
  background-color: #fff;
}

.resources-doc-callout {
  color: #203246;
  font-size: 15px;
  text-transform: uppercase;
}

.resources-divider {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e5e5e5;
}

.resources-title {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.heading-2 {
  color: #4990e2;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sectionciamheroparent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-image: -webkit-linear-gradient(0deg, #242424, transparent 76%), url('../images/ciam-vs-iam-man-on-mobile.jpg');
  background-image: linear-gradient(90deg, #242424, transparent 76%), url('../images/ciam-vs-iam-man-on-mobile.jpg');
  background-position: 0px 0px, 50% 37%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.ciam-div-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ciam-h1 {
  position: relative;
  right: 342px;
  color: #f7f7f7;
  font-weight: 400;
}

.sectionciamcontent1 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.ciam-content1-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ciam-content1-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ciam-content1-child.push {
  padding: 14px;
  -webkit-flex-basis: 8%;
  -ms-flex-preferred-size: 8%;
  flex-basis: 8%;
}

.iam-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.sectionciamcontent2 {
  background-color: #f7f7f7;
}

.ciam-content2-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ciam-content2-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.ciam-content2-child.image {
  height: 380px;
  background-image: url('../images/passport-ciam-mobile-login_1.png');
  background-position: 50% 42%;
  background-size: auto;
  background-repeat: no-repeat;
}

.ciam-content2-child.push {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  background-image: none;
}

.sectionciamcontent3 {
  padding-top: 60px;
  padding-bottom: 55px;
}

.ciam-content3-parent {
  margin-top: 30px;
  margin-bottom: 15px;
}

.ciam-uo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 0px;
  margin-left: -10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ciam-row {
  margin-right: 0px;
  margin-left: 0px;
}

.ciam-column2 {
  border-left: 2px none #737373;
}

.ciam-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid #737373;
  font-size: 18px;
  text-align: center;
}

.ciam-list-item.left-border {
  border-left: 2px solid #737373;
}

.ciam-list-item.title-text {
  font-size: 25px;
  font-weight: 600;
}

.ciam-vs-text {
  position: absolute;
  left: 0px;
  top: 18px;
  right: 0px;
  display: inline;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
}

.ciam-vs-iam-container {
  position: relative;
}

.ciam-small-text {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.sectionciamcta {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #01bb96;
}

.ciam-cta-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 170px;
  padding-left: 170px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.ciam-cta-text {
  margin-top: 20px;
  margin-bottom: 45px;
  text-align: center;
}

.ciam-cta-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f7f7f7;
}

.ciam-column-4 {
  border-left: 2px solid #737373;
}

.iam-companies-image {
  display: block;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}

.ciam-passort-image {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.bottom-ciam-column {
  margin-bottom: 22px;
}

.ciam-h1-span {
  font-size: 56px;
  font-weight: 600;
}

.section {
  margin-bottom: 80px;
}

.resource-slider {
  left: 0px;
  top: 0px;
  height: 344px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.slide-2 {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: linear-gradient(180deg, transparent, transparent);
}

.resource-arrow {
  margin-top: 118px;
  color: #34485e;
}

.resource-mask {
  margin-right: 67px;
  margin-left: 67px;
  padding-right: 67px;
  padding-left: 0px;
}

.resource-slides {
  width: 33.33%;
  height: 280px;
  margin-right: 12px;
  margin-left: 12px;
  box-shadow: -1px 1px 10px -4px #4c4c4c;
}

.resource-slides:hover {
  box-shadow: -1px 1px 20px -6px #000;
}

.resource-container {
  margin-top: 27px;
}

.slide-nav {
  margin-top: 0px;
}

.link-block {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-4 {
  margin-right: 6px;
  margin-bottom: 3px;
  float: none;
}

.image-4.timeclock {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 0px;
  padding-left: 0px;
}

.div-block {
  margin-bottom: 5px;
}

.div-block-2 {
  margin-bottom: 5px;
}

.ciamchallenge-h1 {
  position: relative;
  right: 200px;
  color: #f7f7f7;
  font-weight: 400;
}

.ciamchallenge-content1-parent {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 29px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sectionciamchall-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

.sectionciamchallheroparent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-image: -webkit-linear-gradient(0deg, #242424, transparent 76%), url('../images/maze2-challenges-ciam-background.jpg');
  background-image: linear-gradient(90deg, #242424, transparent 76%), url('../images/maze2-challenges-ciam-background.jpg');
  background-position: 0px 0px, 50% 37%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sectionciamchallblurbs {
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-block-3 {
  color: #737373;
}

.bold-text {
  color: #737373;
}

.image-6 {
  width: 100%;
}

.cs-slider-div-flex-child-casestudy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cs-slider-casestudy-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.casestudy-description {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.casestudy-subhead {
  margin-top: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

.cs-image-slider-2 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-4 {
  background-image: -webkit-linear-gradient(270deg, #04455b, #04455b);
  background-image: linear-gradient(180deg, #04455b, #04455b);
}

.casestudy-headline {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 61px;
  margin-bottom: 61px;
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
}

html.w-mod-js *[data-ix="tab-arrow"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="scroll-reveal"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="50-100-opacity"] {
  opacity: 0.5;
}

html.w-mod-js *[data-ix="fade-in-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="fade-in-left"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="hover-reveal"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="popup"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="rotate-on-scroll"] {
  -webkit-transform: rotate(-105deg);
  -ms-transform: rotate(-105deg);
  transform: rotate(-105deg);
}

html.w-mod-js *[data-ix="popup-wo-enlarge"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-up-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="fade-up-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="fade-in-up-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="new-interaction"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="fade-in-left-stay"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-stay"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="fixed-sub-nav"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media (max-width: 991px) {
  h4 {
    font-size: 18px;
    line-height: 27px;
  }
  li {
    font-size: 14px;
  }
  .sectionhero {
    padding-top: 40px;
    padding-bottom: 29px;
  }
  .sectioncustomerstory {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .center.top-padding {
    padding-top: 20px;
  }
  .center.adjust {
    margin-top: 20px;
  }
  .white-text.pp-cta {
    font-size: 32px;
  }
  .footer-nav-links {
    margin-right: 0px;
    margin-bottom: 23px;
    float: none;
    text-align: center;
  }
  .footer-link-text {
    font-size: 15px;
  }
  .nav-bar {
    z-index: 1001;
  }
  .nav-menu {
    width: 275px;
    padding-top: 10px;
    border-right: 1px solid #bfbfbf;
    background-color: #fff;
    box-shadow: 2px 0 3px 0 rgba(0, 0, 0, .3);
  }
  .main-header-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .15);
  }
  .main-header-nav-link:hover {
    background-color: #f7f7f7;
    color: #3898ec;
  }
  .main-header-nav-link.last {
    margin-right: 0px;
    padding-right: 0px;
  }
  .main-header-nav-link.dropdown.w--open {
    margin-bottom: 0px;
  }
  .account-header-nav-link {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .15);
    border-radius: 2px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.1px;
  }
  .account-header-nav-link:hover {
    background-color: #f7f7f7;
    color: #3898ec;
  }
  .account-header-nav-link:active {
    background-color: #e5e5e5;
  }
  .mobile-nav-button {
    margin-top: 10px;
    padding-left: 0px;
    float: left;
    color: #262626;
  }
  .mobile-nav-button:hover {
    margin-top: 10px;
  }
  .mobile-nav-button.w--open {
    margin-top: 10px;
    background-color: rgba(23, 89, 133, 0);
  }
  .mobile-nav-button.w--open:hover {
    margin-top: 10px;
  }
  .cleanspeak-blue {
    font-size: 27px;
  }
  .sectioncshero {
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .blue-button {
    font-size: 15px;
  }
  .blue-button.big {
    font-size: 15px;
  }
  .blue-button.big._20px-top-bottom-margin.border-shadow.contact-sales {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .blue-button.border-shadow.pp-server-enterprise-adjust {
    margin-top: 5px;
    padding-right: 17px;
    padding-left: 17px;
  }
  .sub-nav-link.w--current {
    font-weight: 400;
  }
  .sectioncloudserver {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .sectioncscta {
    margin-top: 0px;
  }
  .orange-button {
    font-size: 15px;
  }
  .orange-button.big {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 15px;
  }
  .orange-button.ebook-slider-button {
    margin-right: 10px;
  }
  .orange-button.hero {
    font-size: 15px;
  }
  .dropdown-list.w--open {
    margin-top: 0px;
    border-radius: 0px;
    background-color: #bfbfbf;
    box-shadow: none;
  }
  .gray-box {
    margin-top: 20px;
    border-style: none;
  }
  .tabs-button-menu-flex {
    width: 240px;
    margin-right: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .tabs-button-menu-flex._1 {
    margin-bottom: 20px;
  }
  .sectiondenver {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .sectionteam {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .head-shot {
    width: 135px;
  }
  .sectionculture {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .sub-nav-header-div {
    margin-right: 0px;
  }
  .sectioncontactus2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .big-bottom-padded-section {
    padding-bottom: 11px;
  }
  .section404 {
    padding-top: 181px;
    padding-bottom: 181px;
    background-position: 2% 50%;
    background-size: 332px;
  }
  .main-dropdown-link {
    margin: 0px;
    padding-left: 15px;
    border-radius: 0px;
    color: #262626;
  }
  .main-dropdown-link:hover {
    box-shadow: none;
    color: #fffffe;
  }
  .sectionnews {
    padding-bottom: 15px;
  }
  .news-h1 {
    font-size: 56px;
  }
  .news-h3 {
    padding-right: 10px;
  }
  .archive-list-item-spacing {
    padding-bottom: 10px;
  }
  .home-slider {
    height: 415px;
  }
  .slide-2-adjust {
    padding-top: 40px;
  }
  .h2-white {
    font-size: 27px;
  }
  .slide-3-adjust {
    padding-top: 40px;
  }
  .slide-4-adjust {
    padding-top: 40px;
  }
  .inversoft-home-logo {
    width: 290px;
  }
  .passport-slider {
    height: 375px;
  }
  .white-button-hallow {
    margin-top: 11px;
    margin-left: 0px;
    padding: 8px 15px;
  }
  .pp-slide-3-adjust {
    padding-top: 0px;
  }
  .pp-slide-4-adjust {
    padding-top: 15px;
  }
  .pp-slide-2-adjust {
    padding-top: 25px;
  }
  .pp-column-adjust {
    margin-top: 15px;
  }
  .passport-hero-image {
    width: 210px;
  }
  .cs-list-item-text-block {
    display: block;
    text-align: left;
  }
  .cs-slide-2-adjust {
    padding-top: 0px;
  }
  .cs-slide-3-adjust {
    padding-top: 10px;
  }
  .cs-advance-image-column-adjust {
    margin-top: 40px;
  }
  .api-image {
    width: 70px;
  }
  .advanced-image-approval-gif {
    margin-top: 60px;
  }
  .cs-profanity-slide-image {
    margin-top: 60px;
  }
  .cs-video-image {
    margin-top: 40px;
  }
  .cs-features-column-adjust {
    padding-top: 110px;
  }
  .sectioncsusecase {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pp-code-tab-link.w--current {
    display: block;
  }
  .float-left {
    margin-right: 0px;
    float: left;
  }
  .pp-code-div {
    padding-right: 120px;
    padding-left: 120px;
  }
  .pp-code-div._2 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .pp-ebook-slide {
    width: 200px;
  }
  .pricing-column {
    margin-right: 3px;
    margin-left: 3px;
    padding-bottom: 18px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .pricing-column.contact-sales-height {
    height: 426px;
  }
  .passport-pricing-section {
    padding-top: 20px;
  }
  .large-pricing-text.contact-sales {
    font-size: 22px;
  }
  .pricing-tabs {
    width: 100%;
    text-align: left;
  }
  .pp-pricing-tab-active-image._1 {
    bottom: -17px;
  }
  .pricing-column-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .cs-cloud-image {
    width: 280px;
  }
  .cs-server-image {
    float: none;
  }
  .pp-column-2-padding-adjjust {
    padding-top: 45px;
  }
  .home-page-flex-box-parent-div {
    padding-bottom: 0px;
  }
  .home-page-flex-box-child-div {
    display: block;
    padding-right: 35px;
    padding-left: 35px;
  }
  .sectiongetstarted {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .testimonial-video {
    padding-right: 80px;
    padding-left: 80px;
  }
  .sectoinhomehero {
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .sectionppperformance {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pp-pricing-features-flex-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-flex-child.home {
    -webkit-flex-basis: 59%;
    -ms-flex-preferred-size: 59%;
    flex-basis: 59%;
  }
  .learn-more-flex-parent._1.mobile-center {
    border-bottom-style: solid;
  }
  .learn-more-flex-child {
    padding: 35px 40px;
  }
  .sectioncslearnmore {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cs-block-quote {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .cs-testimonial-cite {
    margin-left: 10px;
    padding-left: 0px;
    font-size: 14px;
  }
  .cs-quote-div {
    margin-right: 15px;
    margin-left: 15px;
    padding-bottom: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cs-slide-nav {
    margin-bottom: 0px;
    margin-left: 125px;
  }
  .cs-slider-div-flex-child._1 {
    -webkit-flex-basis: 16%;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
  }
  .sectioncscustomer {
    padding-bottom: 0px;
  }
  .cs-customer-block-flex-child._1 {
    padding: 20px;
  }
  .cs-customer-column-adjust {
    margin-top: 0px;
  }
  .sectioncsusecaseblurbs {
    padding-top: 35px;
  }
  .use-case-div-flex-child {
    padding: 20px 15px;
  }
  .cta-flex-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .orange-button-material.big {
    padding: 15px 30px;
    font-size: 16px;
  }
  .orange-button-material.big._1 {
    margin-left: 0px;
  }
  .orange-button-material.big.ibm-adjust {
    font-size: 17px;
  }
  .sectiondochero {
    padding-top: 40px;
  }
  .doc-banner-image {
    margin-bottom: 20px;
  }
  .doc-sub-heading-text {
    font-size: 20px;
  }
  .doc-product-flex-granchild-link {
    margin-right: 10px;
    margin-left: 10px;
  }
  .doc-link-main-text {
    font-size: 17px;
  }
  .doc-link-sub-text {
    font-size: 14px;
  }
  .use-case-content {
    padding-right: 43px;
    padding-left: 43px;
    border-right-style: none;
  }
  .use-case-content-div {
    padding: 20px 45px 20px 10px;
    border-top-style: solid;
  }
  .use-case-content-div._2 {
    padding-right: 10px;
  }
  .cleanspeak-h2 {
    font-size: 29px;
  }
  .use-case-nav-bar-1 {
    margin-left: 11px;
  }
  .use-case-quick-access-link {
    display: block;
    font-size: 15px;
  }
  .use-case-quick-access-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sectioncspagesusecase {
    margin-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .use-case-image {
    margin-top: 12px;
  }
  .cs-pages-hero-h1 {
    font-size: 30px;
  }
  .cs-use-case-hero-flex-parent {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sectioncspagesheros {
    padding-top: 65px;
    padding-bottom: 60px;
  }
  .use-case-nav-bar-2 {
    margin-left: 15px;
  }
  .cleanspeak-logo-image {
    margin-bottom: -10px;
  }
  .cs-filter-intro-flex-parent {
    border-top-style: none;
  }
  .cs-common-tricks-div {
    padding: 10px;
  }
  .image-header-div {
    text-align: left;
  }
  .cs-blacklist-flex-parent {
    padding: 20px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cs-blacklist-flex-child.expand {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .image-subheading {
    font-size: 16px;
  }
  .cs-filtering-intro-flex-parent {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sectionfilteroptions {
    padding-top: 0px;
  }
  .flexible-filter-image {
    width: 230px;
  }
  .whitelist-filter-image {
    width: 200px;
  }
  .cs-usernames-flex-parent {
    padding-left: 0px;
  }
  .cs-usernames-flex-child {
    margin-left: 0px;
    padding: 15px 35px;
  }
  .cs-usernames-flex-child.push {
    -webkit-flex-basis: 16%;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
  }
  .cs-false-positives-flex-parent {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .sectioncsmoderation {
    padding: 35px 0px;
  }
  .cs-moderation-flex-child.expand {
    -webkit-flex-basis: 8%;
    -ms-flex-preferred-size: 8%;
    flex-basis: 8%;
  }
  .cs-user-based-flex-child {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
  }
  .cleanspeak-h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .sectionuserreporting {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .sectionimagemoderation {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sectionuseranalytics {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .cs-filtering-intro-flex-child.expand {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
  .cs-moderation-intro-image {
    width: 210px;
  }
  .cs-reporting-intro-flex-parent {
    padding-right: 40px;
    padding-left: 40px;
  }
  .cs-reporting-intro-flex-child.expand {
    margin-left: 0px;
    -webkit-flex-basis: 13%;
    -ms-flex-preferred-size: 13%;
    flex-basis: 13%;
  }
  .cs-reporting-intro-image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .report-moderators-image {
    margin-top: 40px;
    margin-left: 14px;
  }
  .cs-user-analytics-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cs-user-analytics-flex-child {
    padding: 5px 0px;
    text-align: left;
  }
  .image-video-image {
    width: 250px;
  }
  .sectionvideomoderation {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-approval-queue-image {
    display: block;
    width: 300px;
    margin-right: 31px;
    margin-left: 25px;
  }
  .intro-paragraph {
    margin-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }
  .cs-moderation-flex-granchild {
    margin-top: 20px;
    padding-left: 0px;
  }
  .image-approval-lightbox {
    margin-top: 30px;
    margin-left: 0px;
    float: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cta-text {
    font-size: 15px;
  }
  .image-mod-image {
    display: block;
  }
  .image-video-queue-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-mod-div {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cleanspeak-h1 {
    font-size: 33px;
  }
  .standard-flex-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .standard-flex-child.image {
    background-size: 255px;
  }
  .standard-flex-child.expand {
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
  .meet-requirements-flex-child {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .sectionappstore {
    padding-top: 15px;
  }
  .assrass-flex-child.expand {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .hero-product-h2 {
    font-size: 20px;
  }
  .cs-features-h2 {
    font-size: 18px;
    line-height: 27px;
  }
  .home-news-h2 {
    font-size: 28px;
  }
  .news-drop-flex-parent {
    padding-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-drop-flex-grand-child {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .pp-paragraph {
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
  }
  .customer-testimonial-flex-child.quote {
    padding-right: 10px;
    padding-left: 10px;
    background-image: -webkit-linear-gradient(270deg, null, null);
    background-image: linear-gradient(180deg, null, null);
  }
  .customer-testimonial-flex-child.picture {
    background-position: 0px 0px, 50% 50%;
  }
  .wonder-giant-quote {
    padding-right: 0px;
    padding-left: 30px;
  }
  .home-testimonial-cite {
    font-size: 17px;
    text-align: right;
  }
  .wonder-giant-logo {
    width: 240px;
  }
  .title-logo-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .news-drop-flex-child {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .data-security-text {
    display: inline;
  }
  .product-hero-h1 {
    font-size: 33px;
    line-height: 40px;
  }
  .drop-down-product-name {
    font-size: 19px;
  }
  .sub-nav-solutions-drop-down {
    display: inline-block;
    font-weight: 400;
  }
  .pp-hero-feature-image {
    width: 320px;
  }
  .pp-features-flex-child.user-data-adjust {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .cleanspeak-logo-pricing {
    width: 200px;
  }
  .unify-identity-flex-child.push-right {
    margin-left: 25px;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .unify-identity-content-flex-parent.solution {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .unify-identity-content-flex-child.push-left {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .unify-identity-content-flex-child.push-right-20 {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .hero-home-flex-parent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hero-home-flex-child.push-right {
    margin-left: 70px;
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
  .hero-home-h1 {
    font-size: 40px;
    line-height: 26px;
  }
  .hero-home-subheading {
    padding-left: 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .reduce-support-flex-child.push-right {
    margin-left: 25px;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .ibm-marketing-place-flex-child.push-left {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .pp-feature-bottom-flex-parent {
    padding-right: 40px;
    padding-left: 40px;
  }
  .ibm-lightbox {
    padding-right: 10px;
  }
  .footer-top-div {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .newsletter-email-box {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .newsletter-submit-button {
    margin-bottom: 10px;
  }
  .bottom-footer-link {
    margin-top: 6px;
  }
  .column-adjust {
    margin-top: 0px;
  }
  .sectionblumix {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .bluemix-flex-child.adjust {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .bluemix-logo {
    width: 250px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .bluemix-h3 {
    font-size: 22px;
  }
  .sectionstormpath {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .stormpath-h3 {
    margin-top: 15px;
    font-size: 16px;
  }
  .stormpath {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .stormpath-flex-ch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .stormpath-flex-ch.push-left {
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
  .sectionherohome {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url('../images/small-wave.svg'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/small-wave.svg'), linear-gradient(180deg, null, null);
    background-position: 50% 101%, 0px 0px;
    background-size: contain, auto;
  }
  .homeherodiv {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .homeherosubheading {
    font-size: 17px;
    line-height: 25px;
  }
  .homeherolist {
    padding-left: 30px;
  }
  .list-item {
    padding-top: 0px;
    font-size: 15px;
  }
  .products-pricing-flex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .products-pricing-flex-child {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .07), hsla(0, 0%, 100%, .55));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .07), hsla(0, 0%, 100%, .55));
  }
  .pricing-h1 {
    padding-top: 45px;
  }
  .blue-button-material.big {
    padding: 15px 30px;
    font-size: 16px;
  }
  .green-button-material {
    border: 1px solid transparent;
  }
  .green-button-material.big {
    padding: 15px 30px;
    font-size: 16px;
  }
  .wordplay-not-text {
    font-size: 55px;
  }
  .red-button-material.big {
    padding: 15px 30px;
    font-size: 16px;
  }
  .purple-button-material.big {
    padding: 15px 30px;
    font-size: 16px;
  }
  .sectionjanestory {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 20px;
  }
  .jane-smile-intro {
    display: block;
    width: 78px;
    margin-right: auto;
    margin-left: auto;
  }
  .jane-full-width-flex {
    width: 90%;
    height: 250px;
    margin-bottom: 30px;
    margin-left: 20px;
  }
  .introducing-jane-flex-child.push {
    margin-right: 0px;
    -webkit-flex-basis: 56%;
    -ms-flex-preferred-size: 56%;
    flex-basis: 56%;
  }
  .idm-flex {
    padding-bottom: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .idm-flex-child {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .sectionjaneintro {
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 50% 100%;
  }
  .pp-hero-heading {
    width: 360px;
    font-size: 40px;
    line-height: 50px;
  }
  .hero-div-underline {
    left: 130px;
    top: -5px;
    width: 220px;
  }
  .pp-call-out-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .green-arrow-image {
    top: -50px;
    right: 96px;
    width: 88px;
  }
  .passport-computer-image {
    width: 320px;
  }
  .top-pp-features-flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top-feature-child {
    -webkit-flex-basis: 230px;
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
  }
  .pp-feature-h2 {
    font-size: 20px;
  }
  .pp-feature-h2._1 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .pp-feature-divider {
    margin-top: 15px;
  }
  .jane-full-width-flex-child.push-layout.green-background {
    padding: 20px 60px;
  }
  .jane-full-width-flex-child.push-layout.purple-background {
    padding: 20px 60px;
  }
  .jane-half-width-flex {
    margin-top: 81px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .jane-half-width-flex-child {
    width: 340px;
    height: 505px;
  }
  .jane-build-apps-flex {
    padding-right: 30px;
    padding-left: 30px;
  }
  .jane-build-apps-flex-child.push {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .sectionjanebuildsapps {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .jane-jumping-image {
    display: block;
    width: 120px;
    margin-right: auto;
    margin-left: auto;
  }
  .white-arrow-image {
    left: 69px;
    top: -72px;
    width: 88px;
  }
  .white-arrow-div {
    height: 110px;
  }
  .authentication-paragraph {
    font-size: 17px;
  }
  .sectionppdocumentation {
    padding-top: 40px;
    padding-bottom: 110px;
  }
  .sectionppctanew {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .pp-docs-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pp-docs-flex-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pp-docs-flex-grandchild {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pp-docs-button {
    width: 330px;
    height: 105px;
    padding-left: 80px;
    background-position: -28px 50%;
  }
  .pp-docs-button.green-folder {
    background-position: -28px 50%;
  }
  .pp-docs-button-text-big {
    font-size: 20px;
  }
  .pp-docs-button-text-small {
    font-size: 15px;
  }
  .pp-docs-arrow {
    width: 48px;
    margin-left: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .explore-docs-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .docs-paragraph {
    margin-top: 15px;
    font-size: 17px;
  }
  .pp-bottom-cta-flex {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .cc-pp-bottom-cta.push {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .pp-adjustable-width-div-container {
    width: auto;
  }
  .guide-lines-image {
    top: 214px;
    width: 532px;
  }
  .guides-image {
    width: 530px;
  }
  .bottom-guide {
    top: -127px;
    width: 13px;
  }
  .iphone-7-passport {
    position: relative;
    right: 20px;
    border-radius: 5px;
  }
  .iphone-passport {
    position: relative;
    border-radius: 20px;
  }
  .pp-adjustable-hero-width-div {
    width: auto;
  }
  .pp-hero-flex {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .pp-hero-flex-child {
    -webkit-flex-basis: 0px;
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
  }
  .pp-hero-flex-child.phone {
    margin-right: 14px;
  }
  .pp-hero-flex-child.adjust {
    margin-left: 25px;
  }
  .pp-update-cta-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pp-update-cta-flex-child {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .white-button-material.big {
    padding: 15px 30px;
    font-size: 16px;
  }
  .white-button-material.big._1 {
    margin-right: 0px;
  }
  .white-button-material.big.adjust {
    margin-top: 35px;
  }
  .pp-top-features-images {
    width: 248px;
  }
  .sectionppfeatures {
    height: 660px;
    padding: 40px 5px;
  }
  .pp-adjustable-feature-div {
    width: auto;
  }
  .pp-features-ul-div-grandchild {
    margin-bottom: 0px;
  }
  .pp-features-ul-div-child {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pp-features-image-child {
    margin-bottom: 10px;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pp-feature-content-flex {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tab-button-flex-child {
    width: 70px;
    margin-top: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .pp-tab-main-content-container {
    width: 330px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .feature-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pp-features-image {
    margin-right: 0px;
  }
  .pp-features-tabs {
    height: 500px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ibm-hero {
    height: 695px;
    padding-top: 90px;
  }
  .ibm-hero-h1 {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 40px;
    line-height: 55px;
  }
  .ibm-hero-container {
    width: 768px;
  }
  .sectionibmcontent {
    margin-top: 260px;
    margin-bottom: 80px;
  }
  .ibm-quote-image {
    margin-bottom: 122px;
  }
  .benefits-h3 {
    font-size: 18px;
  }
  .set-width {
    width: 768px;
  }
  .ibm-form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ibm-form-flex-child.adjust {
    padding-right: 90px;
    padding-left: 90px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ibm-form-flex-child.image-div {
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ibm-form-h2 {
    font-size: 25px;
  }
  .ibm-form {
    padding-right: 15px;
    padding-left: 15px;
  }
  .ibm-registered-partner-image {
    margin-right: 20px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .ibm-quote {
    padding-right: 4px;
    padding-left: 25px;
  }
  .ibm-divider {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .ibm-quote-h3 {
    font-size: 22px;
    text-align: center;
  }
  .cs-pricing-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cs-pricing-text {
    display: inline-block;
  }
  .ibm-bluemix-h3 {
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 18px;
  }
  .footer-inline-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .ibm-condensed-h1 {
    font-size: 30px;
  }
  .ibm-head-div {
    margin-bottom: 0px;
    padding-top: 16px;
    padding-bottom: 25px;
  }
  .ibm-head-angled-div {
    top: -55px;
    height: 100px;
  }
  .ibm-column-1 {
    padding-right: 20px;
    padding-left: 0px;
  }
  .ibm-footer-angled-div {
    top: -50px;
  }
  .ibm-footer-container {
    top: -92px;
  }
  .ibm-header-subtext {
    font-size: 15px;
    letter-spacing: 0px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sectionwondergiant {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sectioninversofthero {
    padding: 95px 40px 110px;
    background-image: -webkit-linear-gradient(323deg, #577494, #27e2bd);
    background-image: linear-gradient(127deg, #577494, #27e2bd);
  }
  .skewed-div1 {
    position: static;
    top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .inversoft-customer.push {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .inversoft-home-ibm {
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .inversoft-home-ibm.video {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ibm-content-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sectioninversoftibm {
    margin-top: -250px;
  }
  .inversoft-home-ibm-content {
    width: 90%;
    margin-top: 70px;
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .sectioninversoftcs {
    padding-top: 80px;
    padding-bottom: 35px;
  }
  .sectioninversoftebook {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ebook-flex-child.push {
    -webkit-flex-basis: 22%;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
  }
  .inversoft-cs-flex {
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .inversoft-home-h2 {
    margin-bottom: 35px;
  }
  .inversoft-cs-flex-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inversoft-hero-width {
    width: auto;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .inversoft-home-cs-image {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .inversoft-hero-flex-child.laptop {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .inversoft-hero-laptop-div {
    top: -208px;
    right: -359px;
    bottom: -208px;
  }
  .column-3 {
    padding-right: 25px;
  }
  .landing-page-form-block {
    margin-top: 70px;
  }
  .sectionleadpage {
    padding-top: 40px;
    padding-bottom: 65px;
    background-image: url('../images/security-opacity.png'), -webkit-linear-gradient(5deg, #fff 41%, rgba(39, 226, 189, .4) 71%, #577494);
    background-image: url('../images/security-opacity.png'), linear-gradient(85deg, #fff 41%, rgba(39, 226, 189, .4) 71%, #577494);
    background-position: 116% 173%, 0px 0px;
    background-size: 512px, auto;
    background-repeat: no-repeat, repeat;
  }
  .sectionresources {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .resources-flex {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .resources-div-flex-child {
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 260px;
    -ms-flex: 0 260px;
    flex: 0 260px;
    border-style: none;
    border-color: #f7f7f7;
  }
  .resources-image-div {
    margin-bottom: 16px;
  }
  .resources-image {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .sectionciamheroparent {
    height: 270px;
  }
  .ciam-h1 {
    right: 156px;
  }
  .ciam-content1-parent {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .ciam-content1-child {
    padding: 24px;
  }
  .ciam-content1-child.push {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .iam-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .ciam-content2-child.image {
    height: 340px;
    background-image: url('../images/passport-ciam-mobile-login.png');
    background-position: 51% 33%;
    background-size: 314px;
  }
  .ciam-content2-child.push {
    padding: 24px;
    -webkit-flex-basis: 14%;
    -ms-flex-preferred-size: 14%;
    flex-basis: 14%;
  }
  .sectionciamcontent3 {
    padding-top: 10px;
    padding-bottom: 35px;
  }
  .ciam-content3-parent {
    padding-right: 30px;
    padding-left: 30px;
  }
  .ciam-row {
    padding-right: 30px;
    padding-left: 30px;
  }
  .ciam-list-item {
    font-size: 16px;
  }
  .ciam-list-item.title-text {
    font-size: 23px;
  }
  .ciam-vs-text {
    font-size: 22px;
  }
  .ciam-small-text {
    font-size: 11px;
  }
  .sectionciamcta {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .ciam-cta-parent {
    padding-right: 90px;
    padding-left: 90px;
  }
  .ciam-h1-span {
    font-size: 46px;
  }
  .resource-slides {
    width: 42.5%;
  }
  .ciamchallenge-h1 {
    right: 156px;
  }
  .ciamchallenge-content1-parent {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }
  .sectionciamchallheroparent {
    height: 270px;
  }
  .sectionciamchallblurbs {
    padding-top: 35px;
  }
  .cs-slider-casestudy-flex {
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .casestudy-description {
    width: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .casestudy-subhead {
    margin-top: 6px;
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 24px;
  }
  .casestudy-headline {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
  p {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
  }
  .sectionhero {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .center {
    display: block;
  }
  .center.adjust {
    padding-right: 45px;
    padding-left: 45px;
  }
  .footer-nav-links {
    margin-bottom: 12px;
  }
  .blue-button-hallow.bluemix {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .copyright-text {
    margin-bottom: 10px;
  }
  .copyright-text._1 {
    margin-right: 0px;
  }
  .main-header-nav-link:hover {
    background-color: #e5e5e5;
  }
  .account-header-nav-link:hover {
    background-color: #e5e5e5;
  }
  .inline-block {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .social-link {
    margin-top: 5px;
  }
  .social-link._1 {
    margin-right: 0px;
  }
  .mobile-center {
    text-align: center;
  }
  .mobile-nav-button {
    padding-right: 0px;
    padding-left: 10px;
  }
  .cleanspeak-blue {
    font-size: 27px;
  }
  .sectioncshero {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .passport-sub-nav-bar-scroll {
    padding-right: 12px;
    padding-left: 12px;
  }
  .blue-button.big {
    font-size: 16px;
  }
  .sub-nav-link {
    margin-left: 0px;
  }
  .sectioncloudserver {
    padding-top: 10px;
  }
  .sectionajcustomerstory {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .aj-customer-image {
    width: 138px;
  }
  .sectioncscustomers {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .sectioncscta {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .orange-button._20px-top-bottom-margin {
    display: inline-block;
  }
  .orange-button.big {
    font-size: 17px;
  }
  .hero-h1-white {
    margin-top: auto;
    font-size: 30px;
  }
  .hero-h1-white.passport {
    font-size: 30px;
  }
  .sub-heading-text {
    margin-right: 12px;
    margin-left: 12px;
  }
  .sub-heading-text-white {
    margin-right: 19px;
    margin-left: 19px;
    font-size: 16px;
  }
  .padded-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tabs-button-menu-flex {
    width: 440px;
    margin-right: 0px;
    margin-bottom: 34px;
  }
  .tabs-button-menu-flex._1 {
    width: auto;
  }
  .brands-consumer-about-image {
    display: block;
    width: 45%;
    margin-right: auto;
    margin-left: auto;
  }
  .sectiondenver {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .mission-div {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .sectionteam {
    padding-top: 0px;
  }
  .main-content.blog-color {
    padding-top: 0px;
  }
  .sectionculture {
    padding-top: 30px;
    text-align: center;
  }
  .sub-nav-header {
    font-size: 15px;
  }
  .sub-nav-header-div {
    margin-right: 0px;
  }
  .testimonial-div {
    margin: 10px;
  }
  .sectioncontactus2 {
    padding-top: 26px;
    padding-bottom: 25px;
  }
  .section404 {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  ._404-h1 {
    font-size: 40px;
  }
  .sectionthankyou {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .thank-you-paragraph {
    margin-top: 40px;
  }
  .delorean {
    width: 286px;
  }
  .general-divider {
    margin-top: 17px;
  }
  .blog-title-h1 {
    text-align: center;
  }
  .blog-avatar {
    margin-top: 0px;
  }
  .blog-body-adjust {
    margin-right: 10px;
    margin-left: 10px;
  }
  .sectionpassportfeatures1 {
    padding-top: 30px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .sub-nav {
    text-align: center;
  }
  .main-dropdown-link {
    padding-left: 15px;
  }
  .sectionnews {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .news-h1 {
    font-size: 42px;
  }
  .sectioninnews {
    padding-top: 0px;
  }
  .news-image {
    margin-right: 10px;
  }
  .news-h3 {
    padding-right: 0px;
    font-size: 15px;
    text-align: left;
  }
  .news-date-text-block {
    padding-top: 0px;
    font-size: 16px;
    text-align: left;
  }
  .main-article-div {
    margin-right: 15px;
    margin-left: 15px;
  }
  .archive-date-text {
    font-size: 16px;
  }
  .archive-h3-news-link {
    font-size: 15px;
    line-height: 23px;
  }
  .archive-list-item-spacing {
    padding-top: 20px;
  }
  .back-to-news-div {
    text-align: center;
  }
  .press-h1 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 35px;
  }
  .home-slider {
    height: 400px;
  }
  .slide-1-adjust {
    padding-top: 28px;
  }
  .slide-2-adjust {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .h2-white {
    margin-top: 10px;
    font-size: 22px;
  }
  .slide-3-adjust {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .slide-4-adjust {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .home-logo-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .passport-slider {
    height: 400px;
  }
  .white-button-hallow {
    display: inline-block;
    width: 30%;
    margin-right: auto;
    margin-left: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }
  .pp-slide-3-adjust {
    padding-top: 0px;
    text-align: center;
  }
  .hero-buttons-mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .pp-slide-4-adjust {
    padding-top: 0px;
    text-align: center;
  }
  .pp-slide-2-adjust {
    padding-top: 0px;
    padding-right: 65px;
    padding-left: 65px;
  }
  .pp-column-adjust {
    margin-top: 30px;
    text-align: center;
  }
  .passport-hero-image {
    margin-top: 20px;
  }
  .cs-hero-logo {
    width: 110px;
  }
  .cs-hero-logo._2 {
    width: 110px;
  }
  .cs-list-item-text-block {
    display: inline-block;
    float: left;
    text-align: left;
  }
  ._10px-top-padding {
    margin-top: 0px;
  }
  .cs-user-moderation-column-adjust {
    margin-top: 0px;
  }
  .cs-slide-1-adjust {
    padding-top: 60px;
  }
  .cs-slide-2-adjust {
    padding-top: 20px;
    padding-right: 90px;
    padding-left: 90px;
  }
  .cs-slide-3-adjust {
    padding-top: 40px;
    padding-right: 100px;
  }
  .cs-slide-4-adjust {
    padding-top: 20px;
    padding-right: 100px;
  }
  .cs-hero-slider {
    height: 490px;
  }
  .cs-advance-image-column-adjust {
    margin-top: 0px;
  }
  .api-image {
    width: 50px;
  }
  .advanced-image-approval-gif {
    margin: 10px 30px auto;
  }
  .cs-profanity-slide-image {
    display: block;
    width: 208px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .cs-video-image {
    width: 318px;
    margin-top: 20px;
  }
  .pp-feature-image {
    width: 197px;
  }
  .cs-profanity-filtering-adjust {
    margin-top: 0px;
  }
  .cs-features-column-adjust {
    padding-top: 0px;
  }
  .pp-language-column-adjust {
    padding-top: 0px;
  }
  .sectioncsusecase {
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .column-side-padding {
    padding-right: 10px;
    padding-left: 10px;
  }
  .ebook-image {
    width: 170px;
    float: none;
  }
  .sectioncodetabs {
    height: 810px;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .pp-code-tab-link {
    margin-left: 15px;
    padding: 4px 5px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
  }
  .float-left {
    margin-right: 0px;
    margin-left: 0px;
  }
  .pp-code-div._2 {
    padding-right: 45px;
    padding-left: 45px;
  }
  .pp-ebook-slide {
    width: 150px;
    margin-top: 30px;
    margin-left: 15px;
    float: right;
  }
  .pricing-column {
    display: block;
    width: 250px;
    margin: 10px 2px;
    padding-top: 15px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .passport-pricing-section {
    padding-top: 20px;
  }
  .pricing-container {
    display: block;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .cs-pricing-section {
    padding-top: 20px;
  }
  .pricing-tabs {
    text-align: center;
  }
  .pricing-tab {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pp-pricing-tab-image {
    width: 52px;
  }
  .pp-pricing-tab-div {
    margin-top: 22px;
  }
  .pp-pricing-tab-active-image._1 {
    bottom: -11px;
  }
  .pp-pricing-tab-active-image._2 {
    bottom: -11px;
  }
  .cs-pricing-container {
    margin-bottom: 30px;
  }
  .pricing-column-container {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-flex {
    margin-top: 0px;
  }
  .slider-nav {
    padding-top: 20px;
  }
  .use-case-icons {
    width: 40px;
    margin-bottom: 5px;
  }
  .use-case-parent-flex-div {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .use-case-flex-child-div {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .use-case-flex-child-div._1 {
    margin-top: auto;
    margin-bottom: auto;
  }
  .cs-use-case-text {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .cs-cloud-image {
    width: 210px;
    float: right;
  }
  .cs-server-image {
    width: 140px;
    float: left;
  }
  .cc-cloud-server-flex-parent-div {
    margin-top: 0px;
  }
  .cs-cloud-server-flex-child-div {
    margin-left: 23px;
  }
  .cs-plus-image {
    width: 55px;
  }
  .which-hat-tab-link-layout {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 16px;
  }
  .tabs-h4 {
    text-align: center;
  }
  .pp-column-2-padding-adjjust.mobile-center {
    padding-top: 0px;
  }
  .home-page-flex-box-parent-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-page-flex-box-child-div {
    margin-bottom: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pp-home-page-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .cc-home-page-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .testimonial-video {
    padding-right: 30px;
    padding-left: 30px;
  }
  .sectionebookcustomers {
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
  }
  .customer-flex-parent {
    padding: 25px;
  }
  .sectoinhomehero {
    padding: 70px 39px;
    background-position: 0px 0px, 50% 50%;
  }
  .use-case-flex-parent {
    height: 75px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sectionppperformance {
    padding-top: 15px;
    padding-bottom: 26px;
  }
  .pp-performance-div {
    background-size: 184px;
  }
  .pp-performance-gauge {
    width: 185px;
  }
  .pp-pricing-features-flex-parent {
    margin-right: 5px;
    margin-left: 5px;
  }
  .pp-pricing-features-flex-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pp-pricing-feature-image {
    margin-bottom: 10px;
  }
  .pp-pricing-feature-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }
  .team-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .culture-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-flex-parent {
    margin-top: 0px;
    padding-right: 53px;
    padding-left: 58px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .press-flex-parent {
    padding-right: 25px;
    padding-left: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-flex-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .news-flex-child.home {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
  .cleanspeak-text {
    width: 242px;
  }
  .learn-more-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .learn-more-flex-parent._1.mobile-center {
    border-top-style: none;
    border-bottom-style: none;
  }
  .learn-more-flex-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .learn-more-flex-child._1 {
    border-right-style: none;
  }
  .sectioncslearnmore {
    padding-bottom: 0px;
  }
  .cs-block-quote {
    text-align: center;
  }
  .cs-quote-div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cs-slide-nav {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 13px;
  }
  .cs-slider-div-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cs-slider-div-flex-child {
    margin-bottom: 20px;
  }
  .cs-slider-div-flex-child._1 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cs-testimonial {
    display: block;
  }
  .cs-customer-block-flex-child._1 {
    padding: 20px;
  }
  .cs-customer-text-div {
    margin-top: 30px;
    margin-left: 0px;
    text-align: center;
  }
  .cs-customer-column-adjust {
    padding-right: 30px;
    padding-left: 30px;
  }
  .sectioncsusecaseblurbs {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .use-case-container-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .use-case-container-flex-parent._1.mobile-center {
    border-top-style: none;
  }
  .use-case-div-flex-child {
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
  }
  .cs-learn-more-link {
    margin-top: 5px;
  }
  .cs-case-study-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .cta-flex-parent {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta-flex-child {
    padding-bottom: 10px;
  }
  .orange-button-material {
    padding-right: 20px;
    padding-left: 20px;
  }
  .orange-button-material.big.hero-adjust {
    margin-top: 20px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .cs-hero-buttons {
    padding-top: 15px;
  }
  .doc-product-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .doc-product-flex-child {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .doc-product-flex-child.right {
    padding-top: 0px;
    border-left-style: none;
  }
  .cc-doc-image {
    margin-top: 10px;
  }
  .pp-doc-image {
    margin-top: 10px;
  }
  .use-case-content {
    -webkit-flex-basis: 22%;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    border-right-style: none;
  }
  .use-case-content-div {
    padding-right: 10px;
  }
  .use-case-content-div._2 {
    padding-right: auto;
    padding-left: auto;
  }
  .cleanspeak-h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
  }
  .use-case-nav-bar-1 {
    margin-left: 8px;
  }
  .use-case-quick-access-link {
    display: inline-block;
    font-size: 14px;
  }
  .use-case-quick-access-div {
    display: block;
  }
  .sectioncspagesusecase {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
  }
  .use-case-image {
    display: inline-block;
    margin-right: auto;
    float: none;
  }
  .cs-use-case-hero-flex-parent {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sectioncspagesheros {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cleanspeak-logo-image {
    width: 260px;
    margin-bottom: 1px;
  }
  .cs-filter-intro-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-style: none;
  }
  .cs-filter-intro-flex-parent._1 {
    border-bottom-style: none;
  }
  .cs-common-tricks-div {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right-style: none;
  }
  .cs-text-page-configurations-div._1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .image-header-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cs-blacklist-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cs-blacklist-flex-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-style: none;
  }
  .cs-filtering-intro-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .sectionfilteroptions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .flexible-filter-image {
    width: 180px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cs-whiltelist-filter-flex-parent {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .whitelist-filter-image {
    margin-bottom: 20px;
  }
  .cs-whitelist-main-div {
    margin-top: 0px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .cs-usernames-flex-child {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: left;
  }
  .cs-blacklist-question-link {
    margin-left: 10px;
  }
  .cs-blacklist-question-div {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .cs-other-filters-flex-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .sectioncsmoderation {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cs-moderation-flex-child.expand {
    text-align: left;
  }
  .cs-moderation-flex-parent {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .cs-moderation-image {
    margin-top: 20px;
  }
  .cs-user-based-flex-child {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px;
  }
  .cs-user-based-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cleanspeak-h3 {
    font-size: 22px;
  }
  .sectionimagemoderation {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sectionimagevideoqueue {
    padding: 40px 10px;
  }
  .sectionuseranalytics {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cs-filtering-intro-flex-child.expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sectioncsmoderationintro {
    padding-bottom: 20px;
  }
  .cs-moderation-intro-flex-parent {
    padding-right: 23px;
    padding-left: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .cs-moderation-intro-image {
    width: 160px;
  }
  .cs-reporting-intro-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .cs-reporting-intro-flex-child.expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cs-reporting-intro-image {
    width: 190px;
  }
  .report-moderators-image {
    display: block;
    width: 350px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .cs-user-analytics-flex-child {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .sectionimagevideointro {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cs-image-video-intro-flex-parent {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-video-image {
    width: 250px;
  }
  .cs-false-positives-flex-child {
    margin-top: 15px;
    margin-bottom: 45px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .blacklist-filter-image {
    width: 255px;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sectionvideomoderation {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cs-video-moderation-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-style: none;
    border-bottom-style: none;
  }
  .cs-video-moderation-flex-child {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .image-approval-queue-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .cs-contact-us {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .intro-paragraph {
    font-size: 14px;
  }
  .cs-moderation-flex-granchild {
    padding-left: 0px;
  }
  .image-approval-lightbox {
    float: none;
  }
  .hosting-flex-parent {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-nav-container-flex-parent {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cs-false-positive-flex-grandchild {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cs-false-positive-flex-grandchild._1 {
    border-top-style: none;
  }
  .image-mod-image {
    display: block;
    margin-top: 0px;
    margin-bottom: 77px;
    float: left;
  }
  .image-video-queue-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .best-moderation-options {
    margin-top: 25px;
  }
  .image-mod-div {
    margin-left: 0px;
  }
  .sectionappstores {
    padding-top: 20px;
  }
  .app-store-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .app-store-flex-child {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .app-store-image {
    margin-bottom: 20px;
  }
  .app-store-image._1 {
    width: 270px;
  }
  .standard-flex-child.image {
    background-size: 155px;
  }
  .standard-flex-child.expand {
    padding-right: 20px;
    -webkit-flex-basis: 54%;
    -ms-flex-preferred-size: 54%;
    flex-basis: 54%;
  }
  .meet-requirements-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .meet-requirements-flex-parent.top {
    text-align: left;
  }
  .meet-requirements-flex-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .float-right {
    float: none;
  }
  .registration-column-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .assrass-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sectionappstore {
    padding: 30px 25px 35px;
  }
  .assrass-flex-child {
    text-align: center;
  }
  .hero-product-h2 {
    font-size: 24px;
  }
  .sectioninthenews {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .home-news-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sectionnewsdrop {
    padding-right: 120px;
    padding-left: 120px;
  }
  .news-drop-flex-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .news-drop-flex-grand-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pp-paragraph.white-text {
    font-size: 14px;
    line-height: 26px;
  }
  .customer-testimonial-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customer-testimonial-flex-child {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .customer-testimonial-flex-child.quote {
    display: block;
    padding: 30px 10px 45px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .customer-testimonial-flex-child.picture {
    height: 280px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url('../images/dannydavis-wondergiant-founder.jpg');
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .wonder-giant-quote {
    margin-top: 15px;
    padding-left: 0px;
  }
  .home-testimonial-cite {
    text-align: right;
  }
  .wonder-giant-logo {
    width: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .wonder-giant-quote-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .title-logo-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-hero-h1 {
    line-height: 35px;
  }
  .sectionppfeaturehero {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pp-hero-feature-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pp-hero-feature-flex-child {
    text-align: center;
  }
  .pp-hero-feature-image {
    width: 300px;
  }
  .pp-features-flex-parent {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pp-features-flex-child {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .pp-features-flex-child.push-left {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .pp-features-flex-child.user-data-adjust {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
  .cleanspeak-logo-pricing {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .bulk-pricing-div {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cs-pricing-text-white {
    text-align: center;
  }
  .unify-identity-flex-child.push-right {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .sectionuseridentitycontent {
    padding: 20px 25px 55px;
  }
  .unify-identity-content-flex-parent.solution {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .unify-identity-content-flex-parent.meta-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .unify-identity-content-flex-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .unify-identity-content-flex-child.push-left {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .unify-results-div {
    padding-right: 26px;
    padding-left: 26px;
  }
  .hero-home-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-home-flex-child.push-right {
    margin-left: 0px;
  }
  .hero-home-h1 {
    font-size: 40px;
    line-height: 36px;
    text-align: center;
  }
  .passport-database-image {
    display: block;
    width: 340px;
    margin-right: auto;
    margin-left: auto;
  }
  .reduce-support-flex-child.push-right {
    margin-left: 25px;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .ibm-marketplace-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customer-support-solution-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customer-support-solution-flex-cihld._1 {
    margin-left: 0px;
  }
  .pp-feature-bottom-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pp-bottom-flex-child {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .pp-bottom-flex-child.push-right {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .ibm-lightbox {
    margin-top: 0px;
  }
  .footer-top-div {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .newsletter-text {
    text-align: left;
  }
  .newsletter-email-box {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .newsletter-submit-button {
    display: block;
  }
  .social-network-footer-div {
    display: inline-block;
    clear: both;
  }
  .sectionblumix {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .bluemix-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bluemix-flex-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .bluemix-flex-child.adjust {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .bluemix-logo {
    width: 240px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .bluemix-h3 {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .sectionstormpath {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .stormpath-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stormpath-h3 {
    margin-top: 10px;
    font-size: 13px;
  }
  .stormpath {
    width: 30px;
    margin-right: 10px;
  }
  .stormpath-flex-ch {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }
  .stormpath-flex-ch.push-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sectionherohome {
    padding-top: 40px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/small-wave.svg'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/small-wave.svg'), linear-gradient(180deg, null, null);
    background-position: 50% 101%, 0px 0px;
  }
  .homeherodiv {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .homeherosubheading {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
  }
  .homeherolist {
    padding-left: 80px;
  }
  .list-item {
    font-size: 18px;
  }
  .products-pricing-flex-child {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .pricing-h1 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .pp-pricing-h3 {
    font-size: 30px;
  }
  .blue-button-material {
    padding-right: 20px;
    padding-left: 20px;
  }
  .green-button-material {
    padding-right: 20px;
    padding-left: 20px;
  }
  .red-button-material {
    padding-right: 20px;
    padding-left: 20px;
  }
  .purple-button-material {
    padding-right: 20px;
    padding-left: 20px;
  }
  .jane-smile-intro {
    width: 75px;
    margin-left: auto;
    float: right;
  }
  .jane-full-width-flex {
    width: auto;
    height: 205px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-style: none;
  }
  .jane-full-width-flex.reverse-and-float-right {
    float: right;
  }
  .idm-flex {
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .idm-flex-child {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .sectionjaneintro {
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .pp-call-out-section {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .green-arrow-image {
    left: 238px;
    top: auto;
    right: 238px;
    bottom: -52px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .passport-computer-image {
    width: 360px;
  }
  .top-pp-features-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top-feature-child {
    width: 40%;
    margin-bottom: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-flex-basis: 210px;
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
  }
  .top-feature-grandchild {
    height: 210px;
    padding: 0px 10px;
  }
  .pp-feature-h2 {
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 26px;
  }
  .jane-full-width-flex-child {
    padding: 10px 10px 10px 20px;
  }
  .jane-full-width-flex-child.push-layout {
    padding: 10px 10px 10px 20px;
    -webkit-box-flex: 20%;
    -webkit-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
  }
  .jane-full-width-flex-child.push-layout.green-background {
    padding: 10px 10px 10px 20px;
    border-radius: 4px;
  }
  .jane-full-width-flex-child.push-layout.purple-background {
    padding-right: 35px;
    padding-left: 35px;
    border-radius: 4px;
  }
  .jane-half-width-flex {
    margin-top: 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .jane-half-width-flex-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding: 25px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sectionjanebuildsapps {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .white-arrow-image {
    left: 69px;
    top: -106px;
    bottom: auto;
  }
  .white-arrow-div {
    height: 70px;
  }
  .authentication-paragraph {
    font-size: 16px;
  }
  .sectionppdocumentation {
    padding-bottom: 67px;
  }
  .sectionppctanew {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .sectionppctanew._1 {
    padding-top: 60px;
  }
  .pp-docs-button {
    width: 300px;
    height: 90px;
    padding-left: 60px;
  }
  .pp-docs-arrow {
    width: 60px;
  }
  .explore-docs-div {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .pp-bottom-cta-flex {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cc-pp-bottom-cta {
    text-align: center;
  }
  .cc-pp-bottom-cta.push {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .pp-adjustable-width-div-container {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .bottom-guide {
    top: -120px;
  }
  .pp-adjustable-hero-width-div {
    width: auto;
  }
  .pp-hero-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pp-hero-flex-child {
    margin-left: 55px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .pp-update-cta-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .white-button-material {
    padding-right: 20px;
    padding-left: 20px;
  }
  .white-button-material.big._1 {
    margin-right: 0px;
  }
  .white-button-material.big.adjust {
    margin-top: 40px;
  }
  .pp-on-premise-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
  }
  .on-premise-flex-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .on-premise-image {
    margin-bottom: 20px;
  }
  .sectionppfeatures {
    height: 720px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .pp-features-ul-div-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .pp-features-image-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pp-feature-content-flex {
    margin-bottom: 15px;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .pp-tab-main-content-container {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pp-features-image {
    margin-right: 30px;
  }
  .features-h2-div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .pp-features-tabs {
    height: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ibm-hero {
    height: 663px;
    padding-top: 70px;
  }
  .ibm-hero-h1 {
    padding-right: 25px;
    padding-left: 25px;
    line-height: 50px;
  }
  .ibm-video {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
  }
  .ibm-hero-container {
    width: 567px;
  }
  .sectionibmcontent {
    margin-top: 260px;
    margin-bottom: 0px;
  }
  .benefits-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .benfits-flex-child {
    margin-bottom: 40px;
  }
  .benefits-h3 {
    margin-top: 10px;
  }
  .set-width {
    width: 570px;
  }
  .ibm-form-flex-child.adjust {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ibm-form-flex-child.image-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ibm-form {
    padding-right: 25px;
    padding-left: 25px;
  }
  .ibm-registered-partner-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .ibm-quote.float-right._1 {
    display: block;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .ibm-quote-h3.adjust {
    float: none;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .cs-pricing-div {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cs-pricing-text {
    display: block;
    font-size: 14px;
  }
  .ibm-bluemix-h3 {
    margin-bottom: 10px;
  }
  .bottom-ibm-column {
    margin-top: 15px;
  }
  .ibm-condensed-divider-line {
    width: 350px;
  }
  .ibm-condensed-h1 {
    margin-bottom: 0px;
    font-size: 23px;
  }
  .ibm-head-div {
    padding-top: 0px;
  }
  .ibm-head-angled-div {
    top: -33px;
    height: 70px;
  }
  .ibm-quote-div {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .ibm-column-1 {
    padding-right: 35px;
    padding-left: 35px;
  }
  .ibm-footer-container {
    top: -95px;
  }
  .benefits-image {
    margin-top: 20px;
  }
  .ibm-header-subtext {
    font-size: 15px;
  }
  .column-2 {
    padding-right: 90px;
    padding-left: 90px;
  }
  .sectionwondergiant {
    margin-right: 15px;
    margin-left: 15px;
  }
  .sectioninversofthero {
    height: 500px;
    padding: 35px 0px 130px;
    background-image: -webkit-linear-gradient(323deg, #577494, #27e2bd);
    background-image: linear-gradient(127deg, #577494, #27e2bd);
  }
  .inversoft-home-quote.adjust {
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .sectioninversoftcs {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .customers {
    padding-right: 31px;
    padding-left: 31px;
  }
  .sectioninversoftebook {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .ebook-safe-image {
    width: 150px;
  }
  .inversoft-cs-flex {
    text-align: center;
  }
  .inversoft-hero-width {
    position: static;
    width: auto;
    margin-right: 35px;
    margin-left: 35px;
    padding-right: 0px;
  }
  .inversoft-ibm-h1 {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .ibm-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .landing-page-form-block {
    margin-top: 35px;
    margin-right: 41px;
    margin-left: 41px;
  }
  .sectionleadpage {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: -webkit-linear-gradient(315deg, #fff 41%, rgba(39, 226, 189, .4) 71%, #577494);
    background-image: linear-gradient(135deg, #fff 41%, rgba(39, 226, 189, .4) 71%, #577494);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .sectionresources {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .resources-flex {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .resources-div-flex-child {
    width: 40%;
    margin-bottom: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .resources-image-div {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .resources-content-div {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .resources-h4 {
    display: block;
    font-size: 16px;
  }
  .ciam-h1 {
    right: 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sectionciamcontent1 {
    padding-top: 16px;
    padding-bottom: 30px;
  }
  .ciam-content1-parent {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ciam-content1-child {
    padding: 20px 0px;
  }
  .ciam-content1-child.push {
    -webkit-flex-basis: 7%;
    -ms-flex-preferred-size: 7%;
    flex-basis: 7%;
  }
  .iam-image {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
  }
  .ciam-content2-child.image {
    height: 380px;
    background-position: 50% 60%;
    background-size: 219px;
  }
  .ciam-content2-child.push {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-basis: 21%;
    -ms-flex-preferred-size: 21%;
    flex-basis: 21%;
  }
  .sectionciamcontent3 {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .ciam-content3-parent {
    margin-bottom: 0px;
  }
  .ciam-column1 {
    padding-top: 30px;
    padding-bottom: 41px;
  }
  .ciam-column2 {
    margin-top: 25px;
  }
  .ciam-list-item.left-border {
    border-left-style: none;
  }
  .ciam-vs-text {
    top: 552px;
    color: #737373;
    font-size: 25px;
  }
  .ciam-cta-parent {
    padding-right: 55px;
    padding-left: 55px;
  }
  .ciam-cta-h4 {
    margin-right: 40px;
    margin-left: 40px;
  }
  .ciam-h1-span {
    padding-left: 0px;
    font-size: 37px;
    font-weight: 600;
  }
  .resource-slides {
    width: 76.5%;
  }
  .ciamchallenge-h1 {
    right: 120px;
    padding-left: 58px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ciamchallenge-content1-parent {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sectionciamchall-content {
    padding-top: 16px;
    padding-bottom: 30px;
  }
  .sectionciamchallblurbs {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .cs-slider-div-flex-child-casestudy {
    margin-top: 30px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .cs-slider-casestudy-flex {
    margin-bottom: 20px;
    margin-left: 30px;
  }
  .casestudy-description {
    width: 90%;
    font-size: 20px;
    line-height: 30px;
  }
  .container-4 {
    padding-bottom: 20px;
  }
  .casestudy-subhead {
    font-size: 30px;
    line-height: 40px;
  }
  .cs-image-slider-2 {
    margin-left: 14px;
  }
  .casestudy-headline {
    font-size: 40px;
    line-height: 46px;
  }
  .div-block-10 {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 34px;
    line-height: 35px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 19px;
    line-height: 32px;
  }
  p {
    font-size: 14px;
  }
  .footer.mobile-center {
    text-align: center;
  }
  .sectionhero {
    padding-top: 33px;
    padding-bottom: 5px;
  }
  .sectioncustomerstory {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../images/blueredgreenpoke.png');
    background-position: 0px 0px;
    background-size: cover;
  }
  .center {
    display: block;
  }
  .white-text {
    margin-right: 16px;
    margin-left: 16px;
    font-weight: 400;
  }
  .white-text._1 {
    line-height: 38px;
  }
  .sub-nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .sub-nav-link.pp {
    padding-right: 50px;
    padding-left: 50px;
    background-size: 70px;
  }
  .sub-nav-link.pp.w--current {
    width: 0px;
  }
  .sub-nav-link.pp.c {
    padding-right: 55px;
    padding-left: 55px;
    background-size: 100px;
  }
  .sub-nav-link.pp.c.w--current {
    padding-right: 55px;
    padding-left: 55px;
    background-size: 100px;
  }
  .sectioncloudserver {
    padding-top: 10px;
    padding-bottom: 35px;
  }
  .sectioncscustomers {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .sectioncscta {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .orange-button.big {
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }
  .orange-button.adjust {
    margin-right: 6px;
  }
  .orange-button.ebook-slider-button {
    margin-right: auto;
  }
  .hero-h1-white {
    font-size: 29px;
    line-height: 36px;
  }
  .hero-h1-white.passport {
    margin-top: 5px;
    font-size: 30px;
    line-height: 33px;
  }
  .sub-heading-text.center {
    font-size: 15px;
  }
  .testimonial-h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .sub-heading-text-white {
    font-size: 14px;
  }
  .tabs-button-menu-flex {
    width: 200px;
  }
  .brands-consumer-about-image {
    width: 70%;
  }
  .sectiondenver {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .sectionculture {
    padding-top: 20px;
  }
  .careers-tab-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
  }
  .sectioncontactus {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .section404 {
    padding-top: 20px;
    padding-bottom: 129px;
    background-image: url('../images/troopers-404.png');
    background-position: 2% 145%;
    background-size: 332px;
    background-repeat: no-repeat;
    text-align: center;
  }
  .thank-you-paragraph {
    margin-top: 30px;
  }
  .delorean {
    width: 213px;
    margin-top: 20px;
  }
  .sectionberightback {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .sectionabout {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .sectionpassportfeatures1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sectionnews {
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .news-h1 {
    font-size: 36px;
  }
  .sectioninnews {
    padding-top: 15px;
  }
  .sectionpress {
    padding-top: 15px;
  }
  .news-h3 {
    font-size: 14px;
    text-align: center;
  }
  .news-date-text-block {
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
  }
  .news-date-text-block.home {
    margin-top: 0px;
  }
  .news-text-div {
    text-align: center;
  }
  .archive-date-text {
    font-size: 15px;
  }
  .archive-image-div {
    margin-bottom: 14px;
  }
  .archive-h3-news-link {
    font-size: 14px;
    line-height: 20px;
  }
  .press-h1 {
    font-size: 27px;
  }
  .home-slider {
    height: 437px;
  }
  .slide-1-adjust {
    height: 476px;
    padding-top: 0px;
  }
  .h2-white {
    display: inline-block;
    font-size: 22px;
    line-height: 31px;
  }
  .h2-white._1 {
    margin-left: 20px;
  }
  .home-logo-image {
    margin-bottom: 10px;
  }
  .inversoft-home-logo {
    width: 260px;
  }
  .passport-slider {
    height: 475px;
  }
  .white-button-hallow {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pp-slide-1-adjust {
    padding-top: 30px;
  }
  .pp-slide-3-adjust {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pp-slide-4-adjust {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pp-slide-2-adjust {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .pp-column-adjust {
    margin-top: auto;
  }
  .passport-hero-image {
    width: 190px;
    margin-top: 15px;
  }
  .cs-hero-logo {
    width: 100px;
    margin-bottom: -10px;
  }
  .cs-hero-logo._2 {
    width: 110px;
  }
  .cs-list-item-text-block {
    display: inline-block;
    font-size: 16px;
    text-align: left;
  }
  .cs-slide-2-adjust {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cs-slide-3-adjust {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cs-slide-4-adjust {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cs-profanity-slide-image {
    width: 212px;
  }
  .cs-video-image {
    width: 268px;
  }
  .pp-feature-image {
    display: inline-block;
    width: 187px;
  }
  .sectioncodetabs {
    height: 770px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .pp-code-tab-link {
    margin-right: 4px;
    margin-left: 4px;
    padding: 6px 7px;
  }
  .float-left {
    display: inline-block;
    float: left;
  }
  .pp-code-div {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pp-code-div._2 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .pp-ebook-slide {
    display: block;
    width: 130px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .pricing-column {
    margin-right: 40px;
    margin-left: 40px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .passport-pricing-section {
    padding-top: 0px;
  }
  .cs-pricing-section {
    padding-top: 10px;
  }
  .pricing-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pricing-tab {
    display: inline-block;
    margin-bottom: 19px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pricing-tab.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 19px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pp-pricing-text-block {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pp-pricing-tab-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pp-pricing-tab-active-image {
    bottom: -20px;
  }
  .pp-pricing-tab-active-image._1 {
    bottom: -20px;
  }
  .pp-pricing-tab-active-image._2 {
    bottom: -20px;
  }
  .pp-pricing-main-text {
    display: block;
  }
  .cs-pricing-container {
    margin-bottom: 30px;
  }
  .pricing-column-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-flex {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .t-shirt {
    width: 100px;
  }
  .use-case-icons {
    width: 35px;
    margin-top: 15px;
  }
  .cs-cloud-image {
    width: 199px;
  }
  .cs-server-image {
    margin-top: 25px;
  }
  .cc-cloud-server-flex-parent-div {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cs-cloud-server-flex-child-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .which-hat-tab-link-layout {
    font-size: 15px;
  }
  .cc-customers-h4 {
    line-height: 24px;
  }
  .home-page-flex-box-parent-div {
    margin-top: 10px;
  }
  .home-page-flex-box-child-div {
    margin-bottom: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .sectionhomeproducts {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sectiongetstarted {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .testimonial-video {
    padding-right: 0px;
    padding-left: 0px;
  }
  .customer-flex-parent {
    padding: 5px;
  }
  .sectioncustomer {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .comcast-div {
    background-size: 150px;
  }
  .igt-div {
    background-size: 133px;
  }
  .disney-div {
    background-size: 155px;
  }
  .cdk-div {
    background-size: 150px;
  }
  .sectoinhomehero {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/happy-people-mulitply.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/happy-people-mulitply.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .use-case-flex-parent {
    height: 119px;
  }
  .use-case-flex-child {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .sectionppperformance {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pp-performance-div {
    background-size: 164px;
  }
  .pp-performance-gauge {
    width: 165px;
  }
  .pp-pricing-features-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pp-pricing-feature-image {
    margin-top: 10px;
  }
  .pricing-feature-divider {
    width: 200px;
  }
  .press-flex-parent {
    margin-top: 0px;
    padding-left: 39px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-flex-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .news-flex-child.home {
    text-align: center;
  }
  .cleanspeak-text._1 {
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .learn-more-flex-child {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sectioncslearnmore {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cs-testimonial-cite {
    text-align: center;
  }
  .cs-quote-div {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .cs-slide-nav {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cs-slider-div-flex-child {
    margin-bottom: 45px;
    padding-bottom: 10px;
  }
  .cs-slider-div-flex-child._1 {
    margin-bottom: 10px;
  }
  .sectioncscustomer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cs-customer-block-flex-child._1 {
    padding: 0px;
  }
  .cs-customer-block-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cs-customer-column-adjust {
    padding-right: 0px;
    padding-left: 0px;
  }
  .use-case-div-flex-child {
    padding: 10px 0px;
  }
  .cta-flex-parent {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .cta-flex-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .orange-button-material.small {
    padding-right: 15px;
    padding-left: 15px;
  }
  .orange-button-material.big.hero-adjust {
    padding: 13px 15px;
    font-size: 15px;
  }
  .orange-button-material.big._1 {
    display: block;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }
  .orange-button-material.big.adjust {
    margin-top: 25px;
    margin-left: 0px;
  }
  .orange-button-material.big.hero {
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .orange-button-material.big.ibm-adjust {
    font-size: 18px;
  }
  .cs-hero-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .doc-sub-heading-text {
    font-size: 16px;
    line-height: 23px;
  }
  .doc-product-flex-child {
    padding-top: 5px;
  }
  .doc-link-main-text {
    font-size: 17px;
  }
  .doc-link-sub-text {
    font-size: 14px;
  }
  .cc-doc-image {
    margin-top: 10px;
  }
  .pp-doc-image {
    margin-top: 15px;
  }
  .use-case-content {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .use-case-content-div {
    padding-right: 10px;
  }
  .cleanspeak-h2 {
    font-size: 24px;
  }
  .sectioncspagesusecase {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cs-pages-hero-h1 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 29px;
    text-align: center;
  }
  .cs-use-case-hero-flex-child-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cs-use-case-hero-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sectioncspagesheros {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .cleanspeak-logo-image {
    width: 230px;
    margin-bottom: 5px;
  }
  .cs-common-tricks-div {
    margin-top: 10px;
    margin-bottom: 10px;
    border-right-style: none;
  }
  .image-header-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cs-blacklist-flex-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-style: none;
  }
  .image-subheading {
    font-size: 16px;
  }
  .cs-filtering-intro-flex-parent {
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .flexible-filter-image {
    width: 160px;
  }
  .cs-whitelist-flex-child {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .whitelist-filter-image {
    width: 170px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cs-whitelist-main-div {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cs-usernames-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cs-usernames-flex-child {
    padding: 25px 0px;
  }
  .cs-other-filters-flex-child {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cs-other-filters-main-div {
    padding-top: 0px;
  }
  .sectioncsmoderation {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cs-moderation-image {
    margin-top: 25px;
  }
  .sectioncsuserbasedfeatures {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cs-user-based-flex-child {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sectionimagemoderation {
    padding: 40px 10px;
  }
  .sectionimagevideoqueue {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sectioncsmoderationintro {
    padding-top: 0px;
  }
  .cs-moderation-intro-image {
    width: 140px;
  }
  .cs-reporting-intro-flex-parent {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cs-user-analytics-flex-child {
    margin-top: 15px;
  }
  .image-video-image {
    width: 210px;
  }
  .blacklist-filter-image {
    width: 245px;
  }
  .sectionvideomoderation {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cs-video-moderation-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-style: none;
    border-bottom-style: none;
  }
  .cs-video-moderation-flex-child {
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-style: none;
  }
  .image-approval-queue-image {
    display: block;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .cs-contact-us {
    text-align: center;
  }
  .cs-moderation-flex-granchild {
    padding-left: 0px;
  }
  .hosting-flex-child {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-mod-image {
    display: block;
    margin-bottom: 0px;
    float: right;
  }
  .image-video-queue-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .best-moderation-options {
    margin-top: 0px;
  }
  .video-image-div {
    width: 60px;
    float: left;
  }
  .cleanspeak-h1 {
    font-size: 30px;
  }
  .sectionappstores {
    padding-right: 10px;
    padding-left: 10px;
  }
  .app-store-flex-child {
    margin-right: 0px;
    padding-right: 10px;
  }
  .app-store-image._1 {
    display: block;
  }
  .sectionappstandard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .standard-flex-child.image {
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .standard-flex-child.expand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .meet-requirements-flex-parent {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .assrass-flex-parent {
    padding-top: 10px;
  }
  .sectionappstore {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-product-h2 {
    font-size: 19px;
  }
  .sectionnewsdrop {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .pp-paragraph.white-text {
    font-weight: 400;
  }
  .customer-testimonial-flex-child.quote {
    padding-bottom: 55px;
  }
  .customer-testimonial-flex-child.picture {
    height: 200px;
    background-image: url('../images/dannydavis-wondergiant-founder.jpg');
    background-position: 50% 2%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .wonder-giant-quote {
    padding-left: 0px;
  }
  .home-testimonial-cite {
    margin-bottom: 10px;
    text-align: center;
  }
  .wonder-giant-logo {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .wonder-giant-quote-image {
    display: block;
  }
  .title-logo-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sub-nav-solutions-drop-down {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .solutions-drop-down-list.w--open {
    right: -110px;
  }
  .solution-drop-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
  .passport-code-tabs-menu {
    padding-top: 25px;
  }
  .pp-authentication-text {
    top: 70px;
  }
  .sectionppfeaturehero {
    padding-top: 53px;
    padding-bottom: 53px;
  }
  .pp-hero-feature-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pp-features-flex-child.user-data-adjust {
    padding-right: 0px;
    padding-left: 0px;
  }
  .unify-identity-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .unify-identity-flex-child.push-right {
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .unify-identity-content-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .unify-identity-content-flex-parent.meta-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .unify-identity-content-flex-child {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .unify-identity-content-flex-child.push-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .unify-results-div {
    padding-right: 15px;
    padding-left: 15px;
  }
  .hero-home-h1 {
    font-size: 32px;
    text-align: center;
  }
  .pp-feature-bottom-flex-parent {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-top-div {
    padding-top: 30px;
  }
  .newsletter-text {
    text-align: center;
  }
  .newsletter-email-box {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .newsletter-submit-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .column-adjust {
    margin-bottom: 10px;
  }
  .newsletter-column {
    display: inline-block;
  }
  .sectionblumix {
    padding-right: 5px;
    padding-left: 5px;
  }
  .bluemix-flex-parent {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bluemix-logo {
    width: 240px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .bluemix-h3 {
    text-align: center;
  }
  .sectionstormpath {
    padding-right: 10px;
    padding-left: 10px;
  }
  .stormpath-h3 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 25px;
  }
  .stormpath {
    width: 50px;
  }
  .stormpath-flex-ch.push-left {
    margin-left: 0px;
  }
  .sectionherohome {
    padding-bottom: 25px;
    background-image: url('../images/small-wave.svg'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/small-wave.svg'), linear-gradient(180deg, null, null);
    background-position: 50% 101%, 0px 0px;
  }
  .homeherodiv {
    margin-bottom: 0px;
  }
  .homeherosubheading {
    margin-top: 0px;
    font-size: 20px;
    line-height: 24px;
  }
  .homeherolist {
    padding-left: 30px;
  }
  .list-item {
    font-size: 14px;
    line-height: 18px;
  }
  .products-pricing-flex {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .products-pricing-flex.fixed-sub-nav-trigger {
    padding-bottom: 0px;
  }
  .products-pricing-flex-child {
    margin: 20px 10px;
    padding-top: 35px;
  }
  .pricing-h1 {
    padding-top: 20px;
  }
  .sectionpppricing {
    padding-right: 0px;
    padding-left: 0px;
  }
  .blue-button-material.big.ibm-adjust {
    font-size: 17px;
  }
  .blue-button-material.small {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sectionppherowordplay {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .wordplay-text-span {
    border-bottom-width: 3px;
  }
  .wordplay-not-text {
    font-size: 45px;
  }
  .red-button-material.small {
    padding-right: 15px;
    padding-left: 15px;
  }
  .purple-button-material.small {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sectionjanestory {
    padding-right: 10px;
    padding-left: 10px;
  }
  .jane-full-width-flex {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .jane-full-width-flex.reverse-and-float-right {
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .introducing-jane-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .introducing-jane-flex-child {
    margin-right: 0px;
  }
  .introducing-jane-flex-child.push {
    margin-top: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sectionjaneintro {
    height: 440px;
    padding: 15px 10px 40px;
  }
  .pp-hero-heading {
    width: auto;
    font-size: 37px;
  }
  .hero-div-underline {
    left: 120px;
    width: 170px;
  }
  .pp-call-out-section {
    padding: 30px 10px;
  }
  .green-arrow-image {
    left: 125px;
    right: 238px;
    bottom: -52px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .top-pp-features-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-feature-child {
    width: auto;
    margin-right: 35px;
    margin-left: 35px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .top-feature-grandchild {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-feature-grandchild.grey-background {
    padding: 20px;
  }
  .pp-feature-h2 {
    margin-left: 10px;
    font-size: 18px;
  }
  .pp-feature-divider {
    margin-left: 10px;
  }
  .pp-feature-divider.white {
    display: block;
    margin-left: 20px;
  }
  .jane-full-width-flex-child {
    padding-left: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .jane-full-width-flex-child.push-layout {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .jane-full-width-flex-child.push-layout.green-background {
    padding-left: 10px;
  }
  .jane-full-width-flex-child.push-layout.purple-background {
    padding: 10px;
  }
  .jane-half-width-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jane-half-width-flex-child {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .jane-build-apps-flex {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sectionjanebuildsapps {
    padding-top: 40px;
  }
  .authentication-paragraph {
    font-size: 14px;
    line-height: 27px;
  }
  .pp-docs-flex-child {
    padding-right: 0px;
    text-align: center;
  }
  .pp-docs-button {
    background-size: 60px;
  }
  .pp-docs-button.green-folder {
    background-size: 60px;
  }
  .pp-docs-button-text-big {
    font-size: 18px;
  }
  .pp-docs-button-text-small {
    font-size: 13px;
  }
  .cc-pp-bottom-cta.push {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pp-hero-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pp-hero-flex-child {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }
  .pp-hero-flex-child.adjust {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .pp-update-cta-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .pp-update-cta-flex-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .white-button-material.small {
    padding-right: 15px;
    padding-left: 15px;
  }
  .white-button-material.big._1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .white-button-material.big.adjust {
    margin-top: 35px;
  }
  .sso-image {
    margin-bottom: 20px;
  }
  .data-search-image {
    margin-bottom: 20px;
  }
  .on-premise-flex-child {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sectionppfeatures {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pp-features-image-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pp-feature-content-flex {
    margin-bottom: 0px;
  }
  .tab-button-flex-child {
    width: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .feature-text-block {
    font-size: 11px;
  }
  .ibm-hero {
    height: 594px;
  }
  .ibm-hero-h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .ibm-hero-container {
    width: auto;
  }
  .sectionibmcontent {
    margin-top: 150px;
  }
  .set-width {
    width: auto;
  }
  .ibm-form-flex-child.adjust {
    padding-right: 5px;
    padding-left: 5px;
  }
  .ibm-form-h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 23px;
  }
  .ibm-form {
    padding-right: 10px;
    padding-left: 10px;
  }
  .ibm-registered-partner-image {
    margin-bottom: 40px;
  }
  .ibm-quote {
    line-height: 26px;
  }
  .ibm-quote.float-right._1 {
    font-size: 15px;
  }
  .image-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .cs-pricing-div {
    margin-top: 35px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .ibm-condensed-divider-line {
    width: 250px;
  }
  .ibm-condensed-h1 {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 28px;
  }
  .ibm-column-1 {
    padding-right: 8px;
    padding-left: 8px;
  }
  .ibm-cloud-partner {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .ibm-header-subtext {
    font-size: 14px;
    line-height: 23px;
  }
  .column-2 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .sectionwondergiant {
    top: -174px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .sectioninversofthero {
    height: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .inversoftpp-subheading {
    margin-left: 0px;
  }
  .inversoft-passport-image {
    width: 260px;
  }
  .skewed-div1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .inversoft-home-quote {
    margin-right: 28px;
    margin-left: 28px;
  }
  .inversoft-home-quote.adjust {
    margin-bottom: 0px;
    text-align: center;
  }
  .white-skewed-div1 {
    top: -313px;
  }
  .sectioninversoftibm {
    margin-top: -343px;
  }
  .inversoft-home-ibm-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sectioninversoftcs {
    padding: 40px 10px 0px;
  }
  .sectioninversoftebook {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .ebook-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .ebook-flex-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ebook-flex-child.push {
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .ebook-safe-image {
    width: 130px;
    margin-bottom: 20px;
  }
  .inversoft-home-h2 {
    font-size: 30px;
  }
  .inversoft-hero-width {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .landing-page-h1 {
    margin-left: 10px;
  }
  .landing-page-form-block {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sectionresources {
    padding-bottom: 20px;
  }
  .resources-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .resources-div-flex-child {
    width: 70%;
    margin-right: 40px;
    margin-left: 40px;
  }
  .resources-content-div {
    padding-right: 15px;
    padding-left: 15px;
  }
  .resources-title {
    display: none;
  }
  .sectionciamheroparent {
    height: auto;
    padding-top: 65px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: none;
    background-position: 0px 0px;
  }
  .ciam-div-child {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ciam-h1 {
    right: 0px;
    padding-right: 0px;
    color: #262626;
  }
  .ciam-content1-parent {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ciam-content1-parent.reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ciam-content1-child {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .ciam-content1-child.push {
    padding: 0px;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
  .ciam-content1-child.adjust {
    padding: 35px;
  }
  .iam-image {
    padding-right: 0px;
  }
  .ciam-scrum-image.adjust {
    padding: 10px;
  }
  .ciam-content2-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ciam-content2-child.image {
    height: 280px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 43% 0px;
  }
  .ciam-content2-child.push {
    padding-right: 25px;
    padding-left: 25px;
  }
  .ciam-content3-parent {
    padding-right: 25px;
    padding-left: 25px;
  }
  .ciam-vs-text {
    top: 548px;
  }
  .ciam-cta-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ciam-h1-span {
    padding-left: 22px;
  }
  .resource-slides {
    width: 100%;
  }
  .resource-container {
    display: none;
  }
  .ciamchallenge-h1 {
    right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    color: #262626;
  }
  .ciamchallenge-content1-parent {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ciamchallenge-content1-parent.reverse-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sectionciamchallheroparent {
    height: auto;
    padding-top: 65px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: none;
    background-position: 0px 0px;
  }
  .cs-slider-casestudy-flex {
    margin-bottom: 45px;
    margin-left: 30px;
  }
  .casestudy-description {
    font-size: 16px;
    line-height: 24px;
  }
  .casestudy-subhead {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 32px;
  }
  .casestudy-headline {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 38px;
  }
  .div-block-10 {
    margin-top: 1px;
    margin-bottom: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

