body {
  background-color: rgba(19, 120, 187, .93);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, .82);
  line-height: 46px;
  font-weight: 100;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, .82);
  font-size: 35px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, .82);
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, .82);
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, .82);
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, .82);
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, .82);
  font-size: 15px;
  line-height: 24px;
}

a {
  font-family: proxima-nova, sans-serif;
  color: #3898ec;
  text-decoration: none;
}

a:hover {
  color: #1d6eb4;
}

ul {
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, .82);
  font-size: 15px;
}

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

li {
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, .82);
  font-size: 15px;
}

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

label {
  display: block;
  margin-bottom: 5px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
}

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

em {
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, .82);
  font-size: 15px;
  line-height: 22px;
}

.h3 {
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, .82);
  font-weight: 400;
}

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

.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 {
  background-color: transparent;
  background-image: none;
}

.sectionhero {
  padding-top: 162px;
  padding-bottom: 162px;
  background-image: url('../images/inversoft-home-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sectionproducts {
  padding-top: 45px;
  padding-bottom: 45px;
}

.sectioncustomers {
  padding-top: 49px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

.sectioncustomerstory {
  padding-top: 148px;
  padding-bottom: 148px;
  background-image: url('../images/pokemon-ball.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sectioncustomerstory.mobile-center {
  background-image: url('../images/pokemon-ball_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sectionproductfeature {
  padding-top: 139px;
  padding-bottom: 139px;
  background-image: url('../images/feature-background2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sectionreading {
  padding-top: 89px;
  padding-bottom: 89px;
  background-color: #f5f5f5;
}

.center {
  text-align: center;
}

.hero-paragraph {
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, .82);
  font-size: 20px;
  font-weight: 400;
}

.hero-paragraph.white-text {
  font-weight: 300;
}

.orange-button-hallow {
  border: 1px solid #ffa033;
  border-radius: 4px;
  background-color: transparent;
  font-family: proxima-nova, sans-serif;
  color: #ffa033;
  font-weight: 500;
}

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

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

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

.white-text {
  color: #fff;
}

.link-text {
  display: inline-block;
  font-family: proxima-nova, sans-serif;
}

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

.underline {
  text-decoration: underline;
}

.green-botton-hallow {
  border: 1px solid #0dc0a6;
  border-radius: 4px;
  background-color: transparent;
  font-family: proxima-nova, sans-serif;
  color: #0dc0a6;
}

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

.green-botton-hallow._20px-top-bottom-margin {
  font-size: 15px;
}

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

.footer-link-text {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-text:hover {
  color: #95aee2;
}

.bottom-footer-link-text {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.bottom-footer-link-text:hover {
  color: #95aee2;
}

.blue-button-hallow {
  border: 1px solid #3498db;
  border-radius: 4px;
  background-color: transparent;
  font-family: proxima-nova, sans-serif;
  color: #3498db;
}

.blue-button-hallow:hover {
  background-color: #3498db;
  color: #fff;
}

.blue-button-hallow._20px-top-bottom-margin {
  font-family: proxima-nova, sans-serif;
  font-size: 15px;
}

.copyright-text {
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-weight: 300;
}

.nav-bar {
  background-color: transparent;
}

.main-header-nav-link {
  margin-top: 5px;
  padding-right: 20px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.main-header-nav-link:hover {
  color: #013958;
  font-weight: 400;
}

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

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

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

.account-header-nav-link {
  padding: 9px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

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

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

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

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

.social-link {
  margin-right: 5px;
}

.cleanspeak-blue {
  color: #3498db;
}

.passport-green {
  color: #41af9f;
}

.gather-orange {
  color: #fa9107;
}

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

.cleanspeak-hero {
  padding-top: 10px;
  background-color: #f5f5f5;
}

.cleanspeak-video-image {
  display: inline-block;
  width: 562px;
}

.sub-nav-section {
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .36);
}

.blue-button {
  padding: 15px 30px;
  border-radius: 4px;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

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

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

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

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

.blue-button.red {
  background-color: #ed8139;
}

.blue-button.red:hover {
  background-color: #af5a22;
}

.sub-nav-link {
  display: inline-block;
  margin-left: 20px;
  color: #3498db;
  font-size: 16px;
}

.sub-nav-link:hover {
  color: #1d6799;
}

.sub-nav-link.w--current {
  color: #1d6799;
  font-weight: 700;
}

.sectionprofanity {
  margin-top: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, .12);
}

.cleanspeak-filter-image {
  margin-top: 40px;
}

.sectionmoderation {
  margin-top: 25px;
  border-bottom: 2px solid rgba(0, 0, 0, .12);
}

.cleanspeak-moderation-image {
  margin-top: 39px;
}

.sectionreporting {
  padding-top: 51px;
  padding-bottom: 51px;
  background-color: #3572b0;
}

.sectionajcustomerstory {
  padding-top: 116px;
  padding-bottom: 116px;
  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% 53%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

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

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

.sectionwrapblue {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #3572b0;
}

._2-column-pricing-div {
  padding-bottom: 20px;
  border: 2px solid #ccc;
  border-radius: 3px;
}

.sectioncspricing {
  padding-top: 20px;
  padding-bottom: 62px;
}

.call-to-action-big-pricing-h4 {
  margin-top: 35px;
  margin-bottom: 40px;
  font-family: proxima-nova, sans-serif;
  color: #0dc0a6;
  font-size: 74px;
  font-weight: 500;
}

.call-to-action-big-pricing-h4.pad-fix {
  margin-bottom: 52px;
}

.text-block-font {
  font-family: proxima-nova, sans-serif;
}

.text-block-font.big {
  color: rgba(51, 51, 51, .71);
  font-size: 19px;
  font-weight: 500;
}

.orange-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #f7a740;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
}

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

.orange-button._20px-top-bottom-margin {
  font-size: 17px;
}

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

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

.orange-button.big.arrow-button {
  padding-right: 70px;
  background-image: url('../images/arrow.png');
  background-position: 91% 50%;
  background-size: 31px;
  background-repeat: no-repeat;
}

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

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

.orange-button.full-width {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.green-button {
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #0dc0a6;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 16px;
}

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

.passport-hero {
  padding-top: 55px;
  padding-bottom: 55px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 8%, 85%, .69), hsla(0, 8%, 85%, .69)), url('../images/passport-hero-background.jpg');
  background-image: linear-gradient(180deg, hsla(0, 8%, 85%, .69), hsla(0, 8%, 85%, .69)), url('../images/passport-hero-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sectionusermanagement {
  padding-top: 20px;
  border-bottom: 1px solid rgba(13, 191, 165, .5);
  color: #1d6799;
}

.passport-purple {
  color: #396492;
}

.sectionpassportreporting {
  padding-top: 48px;
  padding-bottom: 0px;
  background-color: #396492;
}

.sectionwrapgreen {
  padding-top: 60px;
  padding-bottom: 65px;
  background-color: #0dc0a6;
}

.passport-image1 {
  margin-top: 57px;
}

.sectionpassportintegration {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f5f5f5;
}

.sectionpassportprice {
  padding-top: 57px;
  padding-bottom: 57px;
}

.usermanagement-column-adjust {
  margin-top: 25px;
}

.sectionpassportmobile {
  padding-top: 30px;
  border-bottom: 1px solid rgba(13, 191, 165, .5);
  color: #0dc0a6;
}

.passport-mobile-image {
  margin-top: 20px;
}

.mobile-column-adjust {
  margin-top: 50px;
}

.passport-reporting-image {
  position: static;
  z-index: 1;
  width: 694px;
  margin-top: 15px;
}

.passport-purple-button {
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #396492;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.passport-purple-button:hover {
  background-color: #204063;
}

.passport-purple-button._20px-top-bottom-margin {
  font-size: 17px;
}

.gather-hero {
  padding-top: 38px;
  padding-bottom: 136px;
  background-color: #fff;
  background-image: url('../images/hero-characters.png');
  background-position: 50% 100%;
  background-size: 450px;
  background-repeat: no-repeat;
}

.sectiongatherinterface {
  padding-top: 71px;
  padding-bottom: 0px;
  background-color: rgba(250, 145, 7, .73);
}

.accounts-nav-bar {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .34);
}

.acct-nav-link {
  margin-top: auto;
  font-family: proxima-nova, sans-serif;
  color: rgba(0, 0, 0, .63);
  font-size: 15px;
  font-weight: 500;
}

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

.gather-interface-image {
  margin-top: 18px;
}

.sectiongatherforumstyles {
  padding-top: 85px;
  padding-bottom: 52px;
}

.sectiongathersocial {
  padding-top: 69px;
  padding-bottom: 111px;
  background-color: #f5f5f5;
}

.gather-list-item {
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, .82);
  font-size: 18px;
  font-weight: 500;
}

.sectiongatherprice {
  padding-top: 47px;
  padding-bottom: 47px;
}

.sectionwraporange {
  padding-top: 82px;
  padding-bottom: 82px;
  background-color: #fa9107;
}

.sectiontechnology {
  padding-top: 51px;
  padding-bottom: 51px;
}

.modern-technology-image {
  margin-top: 37px;
}

._1-column-pricing-div {
  margin-right: 242px;
  margin-left: 242px;
  padding-bottom: 20px;
  border: 2px solid #ccc;
  border-radius: 3px;
}

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

.dropdown-list.w--open {
  margin-top: auto;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
}

.sectionoverviewpp {
  padding-top: 58px;
  padding-bottom: 96px;
  background-color: #f5f5f5;
}

.sectionoverviewcs {
  padding-top: 52px;
  padding-bottom: 94px;
  background-color: #3498db;
}

.sectionoverviewg {
  padding-top: 50px;
  padding-bottom: 83px;
  background-color: transparent;
}

.sectionoverview {
  padding-top: 58px;
  padding-bottom: 58px;
}

.cleanspeak-overview-image {
  display: block;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
}

.passport-overview-image {
  display: block;
  margin-top: 17px;
  margin-right: auto;
  margin-left: auto;
}

.overview-button {
  margin-top: 25px;
  margin-right: 50px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  font-family: proxima-nova, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.overview-button:hover {
  border-color: #1d6799;
  background-color: #1d6799;
  color: #fffffe;
}

.overview-button._1 {
  border-color: rgba(29, 103, 153, .42);
  color: #1d6799;
  font-weight: 400;
}

.overview-button._1:hover {
  border-color: #0dc0a6;
  background-color: #0dc0a6;
  color: #fff;
}

.overview-button._2 {
  border-color: #fa9107;
  color: #fa9107;
}

.overview-button._2:hover {
  background-color: #fa9107;
  color: #fff;
}

.gather-overview-image {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.sectiontrypassporthead {
  padding-top: 15px;
}

.sectiondevfree {
  padding-top: 160px;
  padding-bottom: 185px;
}

.color-passport-pricing-div {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: -10px;
  margin-left: -10px;
  padding-top: 1px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  background-color: #f5f5f5;
  box-shadow: 0 1px 3px 0 rgba(51, 51, 51, .28);
}

.passport-pricing-text {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  color: #396492;
  font-size: 48px;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

.passport-pricing-text.small-pricing-text {
  display: inline-block;
  padding-top: 9px;
  font-size: 31px;
  line-height: 21px;
}

.passport-pricing-divider-1 {
  height: 2px;
  background-color: rgba(51, 51, 51, .14);
}

.pricing-divider-2 {
  height: 2px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 10px;
  background-color: rgba(51, 51, 51, .16);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .24);
}

.pricing-paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, .82);
  font-size: 17px;
}

.pricing-paragraph.adjust {
  margin-top: 10px;
  margin-bottom: 0px;
}

.pricing-inside-div {
  padding-bottom: 14px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
}

.pricing-inside-div.best-value {
  background-color: rgba(13, 191, 165, .12);
}

.passport-pricing-image-top {
  position: absolute;
  left: 0px;
  top: -79px;
  right: 0px;
  z-index: 0;
  margin-right: auto;
  margin-left: auto;
}

.passport-pricing-image-top.premium-plan-adjust {
  top: -168px;
}

.passport-pricing-image-top.premium-plan-adjust._1 {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: -168px;
}

.pricing-month-text {
  display: inline-block;
  color: rgba(57, 100, 145, .63);
}

.pricing-month-text._1 {
  margin-right: 16px;
}

.passport-pricing-image-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -74px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pricing-tab-link {
  display: block;
  width: 50%;
  float: left;
  background-color: #f5f5f5;
}

.pricing-tab-link.center {
  padding-top: 22px;
  padding-bottom: 22px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: rgba(51, 51, 51, .31);
}

.pricing-tab-link.center.w--current {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #3498db;
  color: #fff;
}

.sectioncleanspeakpricing {
  padding-top: 13px;
  padding-bottom: 0px;
}

.color-pricing-cleanspeak-div {
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid rgba(60, 172, 194, .36);
  border-radius: 4px;
  background-color: #f5f5f5;
  box-shadow: 0 1px 3px 0 rgba(51, 51, 51, .28);
  text-align: center;
}

.color-pricing-cleanspeak-div.best-value {
  margin-right: -29px;
  margin-left: -29px;
}

.color-pricing-cleanspeak-div.best-value.z-index-front {
  position: relative;
  z-index: 2;
  margin-right: -30px;
  margin-left: -30px;
}

.pricing-divider-1 {
  height: 2px;
  background-color: rgba(51, 51, 51, .22);
}

.small-h2 {
  color: rgba(51, 51, 51, .71);
  font-size: 18px;
  font-weight: 400;
}

.small-h2.cleanspeak-blue {
  color: #3498db;
}

.small-h2.passport-green {
  color: #0dc0a6;
}

.small-h2.gather-orange {
  color: #fa9107;
}

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

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

.featured-customer-paragraph {
  color: #fff;
}

.hero-h1-white {
  color: #fff;
}

.hero-cleanspeak-h1 {
  color: rgba(51, 51, 51, .71);
  line-height: 45px;
  font-weight: 300;
}

.sub-heading-text {
  color: rgba(51, 51, 51, .55);
  font-size: 18px;
  font-weight: 500;
}

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

.sub-heading-text.purple {
  color: #396492;
}

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

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

.call-to-action-h2 {
  margin-bottom: 35px;
  font-size: 47px;
}

.call-to-action-h3-underline {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
}

.white-paragraph {
  color: #fff;
}

.passport-hero-h1 {
  color: #1d6799;
  font-size: 50px;
}

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

.sub-heading-text-white.color-adjust {
  color: hsla(0, 100%, 99%, .91);
}

.gather-hero-h1 {
  color: rgba(51, 51, 51, .71);
  font-size: 57px;
}

.overview-hero-h1 {
  font-size: 53px;
  text-align: center;
}

.cleanspeak-overview-h3 {
  color: #fff;
  font-size: 25px;
}

.passport-overview-h3 {
  color: #1d6799;
  font-size: 25px;
}

.gather-overview-h3 {
  color: #fa9107;
  font-size: 25px;
}

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

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

.error {
  color: red;
}

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

.passport-pricing {
  color: #396492;
  font-size: 25px;
}

.cleanspeak-pricing-label {
  margin-top: 19px;
  margin-bottom: 19px;
  color: #3498db;
  font-size: 25px;
}

.cleanspeak-pricing-text {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  color: #3498db;
  font-size: 48px;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

.small-pricing-text {
  display: inline-block;
  padding-bottom: 30px;
  font-family: proxima-nova, sans-serif;
  color: #396492;
  font-size: 31px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

.small-pricing-text.contact-sales-adjust {
  padding-top: 9px;
  padding-bottom: 7px;
  line-height: 28px;
}

.small-pricing-text.cleanspeak {
  margin-top: 11px;
  padding-bottom: 10px;
  color: #3498db;
  line-height: 30px;
}

.pricing-text-block {
  display: block;
  margin-bottom: 15px;
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, .71);
  font-size: 16px;
  font-weight: 500;
}

.but-it-now-link {
  display: block;
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: proxima-nova, sans-serif;
  color: #3898ec;
  font-size: 16px;
  font-weight: 700;
}

.but-it-now-link:hover {
  color: #396492;
  text-decoration: none;
}

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

.big-padded-section {
  padding-top: 40px;
  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;
}

.shadow {
  box-shadow: 1px 1px 1px 0 #aaa;
}

.cleanspeak-pricing-image-top {
  position: absolute;
  left: 0px;
  top: -88px;
  right: 0px;
  z-index: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.cleanspeak-tab-padding {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 120px;
}

.cleanspeak-pricing-row-adjsut {
  margin-top: 147px;
  margin-bottom: 120px;
}

.cleanspeak-pricing-image-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -86px;
  z-index: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.cleanspeak-pricing-image-platinum {
  position: absolute;
  left: 0px;
  top: -145px;
  right: 0px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.cleanspeak-pricing-image-platinum-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -104px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.tab-text-block {
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
}

.tabs-pricing-h2 {
  margin-top: 41px;
  margin-bottom: auto;
  padding-bottom: 24px;
  text-align: center;
}

.tabs-menu {
  border-radius: 4px;
}

.pricing-question-link {
  display: inline-block;
  margin-left: 8px;
}

.moderation-filtering-only-text-block {
  display: inline-block;
  font-family: proxima-nova, sans-serif;
  color: rgba(51, 51, 51, .71);
  font-size: 16px;
  font-weight: 500;
}

.moderation-filtering-div {
  margin-bottom: 8px;
}

.try-h2 {
  font-size: 30px;
}

.sectiontry {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b0f4e;
}

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

.about-us-divider {
  display: block;
  width: 50%;
  height: 4px;
  margin: 25px auto;
  border-radius: 4px;
  background-color: rgba(57, 100, 145, .19);
}

.sectiondenver {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/denver-city-park.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mission-div {
  padding-top: 87px;
  padding-bottom: 87px;
  border-radius: 0px;
  background-color: rgba(53, 153, 219, .72);
}

.mission-div.center {
  padding: 35px 63px;
  background-color: rgba(53, 153, 219, .83);
}

.mission-paragraph {
  color: #fff;
}

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

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

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

.block {
  display: block;
}

.left-field {
  width: 98%;
}

.right-field {
  width: 98%;
  float: right;
}

.select-field {
  color: rgba(51, 51, 51, .71);
}

.contact-sales-button-div {
  display: inline-block;
  padding-bottom: 0px;
}

.contact-sales-image {
  display: block;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
}

.main-content {
  background-color: #fff;
}

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

.head-shot {
  width: 157px;
}

.team-row-adjust {
  padding-right: 114px;
  padding-left: 114px;
}

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

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

.sub-nav-header-div {
  display: inline-block;
  padding: 20px;
  float: left;
}

.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: rgba(51, 51, 51, .31);
  text-align: center;
}

.careers-tab-link.w--current {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #0dc0a6;
  color: #fff;
}

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

.sectiontestimonialbanner {
  padding-top: 150px;
  padding-bottom: 2px;
  background-image: url('../images/clients-testimonials.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pokemon-testimonial-div {
  position: relative;
  padding: 25px 17px 15px;
  border-radius: 4px;
  background-color: #9dc5df;
}

.pokemon-testimonial-paragraph {
  margin-top: 21px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 21px;
  line-height: 34px;
}

.relative-position-container {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: -121px;
}

.pokemon-testimonial-image {
  position: relative;
  top: -26px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pokemon-testimonial-play-button {
  margin-right: 15px;
}

.sectionourcustomers {
  padding-top: 141px;
  padding-bottom: 48px;
  background-color: #fff;
}

.sectiontestimonial1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f5f5f5;
}

.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-div.ubisoft-adjust {
  padding-bottom: 135px;
}

.testimonial-div._1 {
  background-color: hsla(0, 0%, 100%, .67);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .32);
}

.testimonial-div.showmobile-adjust {
  padding-bottom: 86px;
}

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

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

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

.testimonial-title-ubisoft-adjust {
  position: relative;
  top: 92px;
}

.sectionourcustomers2 {
  padding-top: 123px;
  padding-bottom: 123px;
  background-color: #0dc0a6;
}

.sectiontestimonial2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .72), hsla(0, 0%, 100%, .72) 100%, #fff 101%), url('../images/animal-jam-customer-background.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .72), hsla(0, 0%, 100%, .72) 100%, #fff 101%), url('../images/animal-jam-customer-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.sectioncustomer3 {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff;
}

.sectiontestimonial3 {
  padding-top: 76px;
  padding-bottom: 76px;
  background-color: #f5f5f5;
}

.testimonial-title-showmobile-adjust {
  position: relative;
  top: 50px;
}

.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/nav-bar-logo.png');
  background-position: 0px 1px;
  background-repeat: no-repeat;
  font-size: 0px;
}

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

.white-h4 {
  color: #fff;
}

.white-h2 {
  color: #fff;
}

.white-h1 {
  color: #fff;
}

.sectionherocssaas {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: rgba(52, 151, 237, .72);
  background-image: url('../images/cs-saas-image.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.cs-saas-h1 {
  margin-top: auto;
  margin-bottom: 20px;
  color: #fff;
  font-size: 86px;
  line-height: 78px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
}

.cs-saas-tagline {
  margin-top: 25px;
  margin-bottom: 45px;
  color: #fff;
  font-size: 27px;
  font-weight: 300;
  text-align: center;
}

.sectioncssaasdetails {
  padding-top: 53px;
  padding-bottom: 53px;
}

.cs-saas-list-adjust {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 17px;
}

.sectioncssaascustomer {
  padding-top: 81px;
  padding-bottom: 81px;
  background-color: rgba(43, 132, 210, .18);
  background-image: url('../images/pokemon-landing.png');
  background-position: 0px 0px;
  background-size: cover;
}

.cs-saas-testimonial-image {
  width: 270px;
  margin-top: 60px;
}

.play-video-cs-saas-image {
  margin-top: 15px;
  opacity: 0.71;
}

.play-video-cs-saas-image:hover {
  opacity: 1;
}

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

.sectioncssaaspackages {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f5f5f5;
}

.adjust {
  margin-bottom: 7px;
}

.small-server-image {
  margin-top: 7px;
}

.cs-saas-bottom-logo {
  display: block;
  width: 204px;
  margin: 11px auto;
}

.sectionppmain {
  padding-bottom: 45px;
  background-image: -webkit-linear-gradient(270deg, #3cabc1, rgba(27, 183, 150, .93) 99%), url('../images/nyc.jpg');
  background-image: linear-gradient(180deg, #3cabc1, rgba(27, 183, 150, .93) 99%), url('../images/nyc.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.pp-long-line-divider {
  height: 1px;
  margin-top: 5px;
  background-color: #fff;
}

.pp-main-container {
  text-align: center;
}

.pp-nav-container {
  padding-top: 0px;
  padding-bottom: 20px;
}

.pp-h1 {
  color: #fff;
  font-size: 45px;
}

.pp-h1.dark {
  color: rgba(51, 51, 51, .82);
}

.pp-desktop-image {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.adjust-margin-top-30px {
  margin-top: 30px;
}

.pp-h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 200;
  text-transform: none;
}

.sectionppadditionalfeatures {
  padding-top: 40px;
  padding-bottom: 115px;
  background-color: #f4f2f0;
  background-image: url('../images/transparent-planet.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.additional-feature-image {
  margin-bottom: -50px;
}

.sectionppbottom {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pp-bottom-green-div {
  margin-right: 275px;
  margin-bottom: 60px;
  margin-left: 275px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  background-color: #0dc0a6;
}

.pp-bottom-divider {
  height: 1px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  background-color: rgba(51, 51, 51, .82);
  color: #396492;
}

.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-family: proxima-nova, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

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

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

.blog-categories-drop-down {
  font-family: proxima-nova, sans-serif;
}

.features-comparison {
  border: 1px solid rgba(117, 163, 209, .5);
  border-radius: 4px;
  background-color: #f5f5f5;
}

.comparison-row {
  padding-right: 10px;
  padding-left: 10px;
}

.comparison-header {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.border-top {
  border-top: 1px solid rgba(117, 163, 209, .5);
}

.comparison-section {
  margin-bottom: 0px;
}

.feature-column {
  margin-top: 5px;
  margin-bottom: 5px;
}

.comparison-value {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 10px;
  color: #15f30b;
  text-align: center;
}

.comparison-value.red {
  color: #ff2900;
}

.comparison-value.normal {
  color: rgba(51, 51, 51, .82);
}

.comparison-item {
  margin-bottom: 0px;
  padding-left: 10px;
}

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

.cleanspeak-features-h1 {
  margin-top: 0px;
  text-align: center;
}

.passport-feature-image {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.sectionpassportfeatures2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0dc0a6;
}

.sectionpassportfeatures1 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.sectionpassportfeatures3 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.sectionpassportfeature4 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #396492;
}

.sectionpassportfeature5 {
  padding-top: 50px;
  padding-bottom: 91px;
}

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

.small-text {
  font-size: 0.5em;
}

.sub-nav {
  width: 100%;
  float: left;
}

.sectiongatherfeature4 {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.sectiongatherfeature2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7a740;
}

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

.adjust-margin-bottom-30px {
  margin-bottom: 40px;
}

.forum-support-image {
  margin-top: 50px;
}

.cleanspeak-hero-logo {
  margin-top: 18px;
}

.big-text {
  font-size: 25px;
}

.sectiongather {
  padding-top: 25px;
}

.sectionpassporfeatureshero {
  background-image: -webkit-linear-gradient(270deg, rgba(60, 172, 194, .69), rgba(167, 218, 228, .86) 55%, #fff 100%, #fff 103%), url('../images/nyc.jpg');
  background-image: linear-gradient(180deg, rgba(60, 172, 194, .69), rgba(167, 218, 228, .86) 55%, #fff 100%, #fff 103%), url('../images/nyc.jpg');
  background-position: 0px 0px, 50% 56%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sectionpassporfeatureshero.colorlayer {
  background-color: #527396;
}

.sectionnews {
  padding-top: 35px;
  padding-bottom: 25px;
}

.news-h1 {
  color: #1d6eb4;
  font-size: 56px;
  font-weight: 800;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .37);
}

.news-h1.center {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .47);
}

.sectioninnews {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}

.sectionpress {
  padding-top: 30px;
  padding-bottom: 20px;
}

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

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

.news-image {
  position: absolute;
  float: left;
}

.news-image.information-age {
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-left: 30px;
}

.news-image.eweek {
  left: 0px;
  top: 0px;
  display: block;
  margin-left: 20px;
}

.news-image.appdev {
  left: 0px;
  top: 0px;
  margin-left: 46px;
  padding-top: 0px;
}

.news-image.builtincolorado {
  left: 0px;
  top: 0px;
  margin-left: 25px;
}

.news-image.citypulse {
  left: 0px;
  top: 0px;
  margin-top: -13px;
  margin-left: 25px;
}

.news-image.dbj {
  left: 0px;
  top: 0px;
  margin-left: 25px;
}

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

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

.news-text-div {
  display: block;
  padding-left: 181px;
}

.new-image-div {
  display: inline-block;
}

.new-row-adjust {
  margin-top: 30px;
  margin-bottom: 30px;
}

.sectionpresskit {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0dc0a6;
}

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

.float-left {
  float: left;
}

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

@media (max-width: 991px) {
  h4 {
    font-size: 18px;
    line-height: 27px;
  }
  .sectionhero {
    padding-top: 76px;
    padding-bottom: 88px;
  }
  .sectionproducts {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .sectioncustomers {
    padding-top: 35px;
  }
  .sectioncustomerstory {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .sectionproductfeature {
    padding-top: 42px;
    padding-bottom: 42px;
    background-image: url('../images/feature-background2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero-paragraph.white-text {
    line-height: 25px;
  }
  .footer-link-text {
    font-size: 15px;
  }
  .nav-bar {
    z-index: 1001;
  }
  .nav-menu {
    width: 300px;
    padding-top: 10px;
    padding-left: 10px;
    border-width: 0px;
    background-color: #222;
  }
  .main-header-nav-link {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #353434;
  }
  .main-header-nav-link:hover {
    color: #fff;
  }
  .main-header-nav-link.last {
    margin-right: 0px;
    padding-right: 0px;
  }
  .account-header-nav-link {
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #353434;
    border-radius: 2px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.1px;
  }
  .account-header-nav-link:hover {
    color: #fff;
  }
  .feature-image {
    margin-top: 52px;
  }
  .mobile-nav-button {
    margin-top: 10px;
    padding-left: 0px;
    float: left;
    color: #fff;
  }
  .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;
  }
  .sectionprofanity {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .cleanspeak-filter-image {
    margin-top: 65px;
  }
  .cleanspeak-moderation-image {
    margin-top: 60px;
  }
  .sectionwrapblue {
    padding-top: 25px;
  }
  .passport-image1 {
    margin-top: 92px;
  }
  .usermanagement-column-adjust {
    margin-top: 15px;
  }
  .passport-mobile-image {
    margin-top: 28px;
  }
  .mobile-column-adjust {
    margin-top: 11px;
  }
  .passport-reporting-image {
    width: 532px;
  }
  .sectiongatherinterface {
    padding-top: 15px;
  }
  .gather-interface-image {
    margin-top: 70px;
  }
  .sectiongathersocial {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sectiongatherprice {
    padding-top: 15px;
  }
  .modern-technology-image {
    margin-top: 99px;
  }
  ._1-column-pricing-div {
    margin-right: 151px;
    margin-left: 151px;
  }
  .sectionoverviewpp {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sectionoverviewcs {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .sectionoverviewg {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .cleanspeak-overview-image {
    margin-top: 125px;
  }
  .passport-overview-image {
    margin-top: 60px;
  }
  .overview-button {
    margin-right: 18px;
  }
  .passport-pricing-text.small-pricing-text {
    font-size: 29px;
  }
  .color-pricing-cleanspeak-div.best-value.z-index-front {
    margin-right: -20px;
    margin-left: -20px;
  }
  .hero-cleanspeak-h1 {
    line-height: 32px;
  }
  .sub-heading-text {
    margin-bottom: 20px;
  }
  .integration-image {
    width: 132px;
  }
  .cleanspeak-overview-h3 {
    font-size: 20px;
  }
  .passport-overview-h3 {
    font-size: 20px;
  }
  .gather-overview-h3 {
    font-size: 20px;
  }
  .cleanspeak-pricing-text {
    font-size: 37px;
  }
  .small-pricing-text {
    font-size: 30px;
  }
  .pricing-text-block {
    font-size: 14px;
  }
  .cleanspeak-pricing-image-top {
    top: -72px;
    width: 150px;
  }
  .cleanspeak-tab-padding {
    padding-bottom: 50px;
  }
  .cleanspeak-pricing-row-adjsut {
    margin-top: 113px;
  }
  .cleanspeak-pricing-image-bottom {
    bottom: -72px;
    width: 150px;
  }
  .cleanspeak-pricing-image-platinum {
    top: -112px;
  }
  .cleanspeak-pricing-image-platinum-bottom {
    bottom: -78px;
  }
  .sectiondenver {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .head-shot {
    width: 135px;
  }
  .sectionculture {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sub-nav-header-div {
    margin-right: 0px;
  }
  .sectiontestimonialbanner {
    padding-top: 85px;
  }
  .pokemon-testimonial-paragraph {
    font-size: 16px;
    line-height: 30px;
  }
  .sectionourcustomers {
    padding-top: 120px;
  }
  .testimonial-div.ubisoft-adjust {
    padding-bottom: 157px;
  }
  .testimonial-div.showmobile-adjust {
    padding-bottom: 110px;
  }
  .sectionourcustomers2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sectioncontactus2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section404 {
    padding-top: 181px;
    padding-bottom: 181px;
    background-position: 2% 50%;
    background-size: 332px;
  }
  .culture-image {
    width: 107px;
  }
  .sectionherocssaas {
    padding-bottom: 38px;
  }
  .sectioncssaascustomer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pp-bottom-green-div {
    margin-right: 171px;
    margin-left: 171px;
  }
  .main-dropdown-link {
    border-bottom: 1px solid #353434;
    background-color: #222;
    color: #fff;
  }
  .main-dropdown-link:hover {
    color: #fffffe;
  }
  .sectionnews {
    padding-bottom: 15px;
  }
  .news-h1 {
    font-size: 56px;
  }
  .archive-list-item-spacing {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 31px;
  }
  p {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
  }
  .h3.featured-customer {
    float: none;
  }
  .sectioncustomerstory.mobile-center {
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .53), hsla(0, 0%, 100%, 0)), url('../images/pokemon-ball.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .53), hsla(0, 0%, 100%, 0)), url('../images/pokemon-ball.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .sectionproductfeature.mobile-center {
    background-image: none;
    text-align: center;
  }
  .sectionreading {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .hero-paragraph {
    margin-top: 19px;
  }
  .hero-paragraph.white-text {
    font-size: 17px;
  }
  .main-header-nav-link {
    margin-left: 20px;
  }
  .account-header-nav-link {
    margin-left: 20px;
  }
  .feature-image {
    width: 302px;
    margin-top: 10px;
  }
  .mobile-center {
    text-align: center;
  }
  .pokemon-featured {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-nav-button {
    padding-right: 0px;
    padding-left: 10px;
  }
  .cleanspeak-video-image {
    width: 416px;
    margin-top: 13px;
  }
  .sub-nav-section {
    padding-right: 12px;
    padding-left: 12px;
  }
  .sub-nav-link {
    margin-left: 0px;
  }
  .cleanspeak-filter-image {
    width: 365px;
    margin-top: 0px;
  }
  .cleanspeak-moderation-image {
    width: 365px;
    margin-top: 0px;
  }
  .sectionajcustomerstory {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .aj-customer-image {
    width: 138px;
  }
  .cleanspeak-customers-mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  ._2-column-pricing-div {
    margin: 10px 35px;
  }
  .passport-hero {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .sectionpassportreporting {
    margin-top: -76px;
  }
  .passport-image1 {
    width: 322px;
    margin-top: 0px;
  }
  .usermanagement-column-adjust {
    margin-top: 0px;
  }
  .sectionpassportmobile {
    margin-bottom: 75px;
  }
  .passport-mobile-image {
    width: 236px;
    margin-top: 0px;
  }
  .mobile-column-adjust {
    text-align: center;
  }
  .passport-reporting-image {
    width: 306px;
  }
  .gather-hero {
    padding-top: 0px;
  }
  .gather-interface-image {
    width: 363px;
    margin-top: 20px;
  }
  .sectiongatherforumstyles {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sectionwraporange {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .modern-technology-image {
    display: block;
    width: 382px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .sectionoverview {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .cleanspeak-overview-image {
    width: 322px;
    margin-top: 26px;
  }
  .passport-overview-image {
    width: 322px;
    margin-top: 0px;
  }
  .overview-button {
    margin-right: 12px;
    margin-left: 12px;
  }
  .gather-overview-image {
    width: 215px;
  }
  .sectiondevfree {
    padding-top: 73px;
    padding-bottom: 0px;
  }
  .color-passport-pricing-div {
    margin-right: 75px;
    margin-bottom: 110px;
    margin-left: 75px;
  }
  .passport-pricing-image-top.premium-plan-adjust._1 {
    bottom: -36px;
    display: none;
  }
  .passport-pricing-image-bottom {
    bottom: 32px;
    display: none;
  }
  .passport-pricing-logo {
    width: 171px;
  }
  .passport-best-value-mobile-padding {
    margin-top: 81px;
  }
  .sectioncleanspeakpricing {
    padding-bottom: 0px;
  }
  .color-pricing-cleanspeak-div {
    margin-right: 75px;
    margin-left: 75px;
  }
  .color-pricing-cleanspeak-div.best-value.z-index-front {
    margin-right: 75px;
    margin-left: 75px;
  }
  .sub-heading-text {
    margin-right: 12px;
    margin-left: 12px;
  }
  .call-to-action-h2 {
    font-size: 43px;
  }
  .sub-heading-text-white {
    margin-right: 19px;
    margin-left: 19px;
  }
  .gather-hero-h1 {
    font-size: 42px;
  }
  .forum-styles-image {
    margin-top: 36px;
  }
  .gather-social-image {
    width: 106px;
  }
  .overview-hero-h1 {
    font-size: 35px;
  }
  .cleanspeak-overview-h3 {
    line-height: 30px;
  }
  .cleanspeak-pricing-image-top {
    top: -86px;
    width: auto;
  }
  .cleanspeak-tab-padding {
    padding-bottom: 5px;
  }
  .cleanspeak-pricing-row-adjsut {
    margin-top: 75px;
    margin-bottom: 50px;
  }
  .cleanspeak-pricing-image-bottom {
    display: none;
    width: auto;
  }
  .cleanspeak-pricing-image-platinum {
    top: -151px;
    width: 348px;
  }
  .cleanspeak-pricing-image-platinum-bottom {
    display: none;
  }
  .cleanspeak-mobile-column-adjust {
    margin-bottom: 120px;
  }
  .cleanspeak-platinum-mobile-column-adjust {
    margin-top: 71px;
    margin-bottom: 112px;
  }
  .tabs-menu.shadow {
    margin-right: 12px;
    margin-left: 12px;
  }
  ._10px-left-right-padding {
    padding-right: 10px;
    padding-left: 10px;
  }
  .brands-consumer-about-image {
    width: 309px;
  }
  .sectionteam {
    padding-top: 0px;
  }
  .main-content.blog-color {
    padding-top: 0px;
  }
  .sectionculture {
    padding-top: 0px;
  }
  .sub-nav-header {
    font-size: 15px;
  }
  .sub-nav-header-div {
    margin-right: 0px;
  }
  .sectiontestimonialbanner {
    padding-top: 60px;
  }
  .pokemon-testimonial-div.shadow {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .pokemon-testimonial-div.shadow.mobile-center {
    padding-bottom: 20px;
  }
  .pokemon-testimonial-paragraph {
    margin-top: 0px;
    font-size: 16px;
  }
  .relative-position-container {
    bottom: -60px;
  }
  .pokemon-testimonial-image {
    top: 13px;
    width: 190px;
  }
  .sectionourcustomers {
    padding-top: 80px;
  }
  .sectiontestimonial1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .testimonial-div {
    margin: 10px;
  }
  .testimonial-div.ubisoft-adjust {
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
  }
  .testimonial-div.showmobile-adjust {
    padding-bottom: 50px;
  }
  .testimonial-title-ubisoft-adjust {
    top: 13px;
  }
  .sectionourcustomers2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .testimonial-title-showmobile-adjust {
    top: 18px;
  }
  .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;
  }
  .our-customers {
    width: 157px;
  }
  .sectionherocssaas {
    padding-top: 47px;
  }
  .cs-saas-h1 {
    font-size: 50px;
    line-height: 49px;
  }
  .cs-saas-tagline {
    font-size: 21px;
  }
  .sectioncssaasdetails {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .sectioncssaascustomer {
    padding-top: 10px;
  }
  .cs-saas-testimonial-image {
    width: 189px;
    margin-top: 26px;
  }
  .pp-long-line-divider {
    margin-right: 141px;
    margin-left: 141px;
  }
  .pp-nav-container {
    padding-top: 5px;
  }
  .pp-h1.dark.center {
    font-size: 41px;
  }
  .pp-desktop-image {
    width: 412px;
  }
  .sectionppadditionalfeatures {
    padding-bottom: 40px;
  }
  .additional-feature-image {
    width: 115px;
  }
  .pp-bottom-green-div {
    margin-right: 94px;
    margin-left: 94px;
  }
  .pp-bottom-logo {
    display: block;
    width: 271px;
    margin-right: auto;
    margin-left: auto;
  }
  .pp-nav-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .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;
  }
  .comparison-header {
    display: block;
  }
  .sub-nav {
    text-align: center;
  }
  .forum-support-image {
    margin-top: 0px;
  }
  .cleanspeak-hero-logo {
    width: 354px;
  }
  .passport-hero-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .big-text {
    display: block;
    font-size: 21px;
  }
  .sectionnews {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .news-h1 {
    font-size: 42px;
  }
  .news-image.information-age {
    margin-left: 35px;
  }
  .news-image.eweek {
    display: inline-block;
    margin-left: 30px;
  }
  .news-image.appdev {
    margin-left: 40px;
  }
  .news-image.builtincolorado {
    margin-left: 35px;
  }
  .news-image.citypulse {
    margin-left: 35px;
  }
  .news-image.dbj {
    margin-left: 35px;
  }
  .news-h3 {
    font-size: 15px;
  }
  .news-date-text-block {
    font-size: 16px;
  }
  .news-text-div {
    padding-left: 180px;
  }
  .new-row-adjust {
    margin-top: auto;
    margin-bottom: auto;
  }
  .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;
  }
  ._10px-top-bottom-padding {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .press-h1 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 35px;
  }
}

@media (max-width: 479px) {
  h1 {
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h4 {
    font-size: 18px;
  }
  p {
    font-size: 14px;
  }
  .footer.mobile-center {
    text-align: center;
  }
  .sectionhero {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .sectioncustomers {
    padding-top: 30px;
  }
  .sectioncustomerstory {
    background-image: url('../images/pokemon-ball.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .sectionreading {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .hero-paragraph.white-text {
    font-size: 15px;
  }
  .white-text {
    margin-right: 16px;
    margin-left: 16px;
    line-height: 42px;
  }
  .link-text.white-text {
    font-size: 17px;
  }
  .main-header-nav-link {
    margin-left: 10px;
  }
  .account-header-nav-link {
    margin-left: 10px;
  }
  .sub-nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .sectionmoderation {
    margin-top: 15px;
  }
  ._2-column-pricing-div {
    margin-right: 20px;
    margin-left: 20px;
  }
  .call-to-action-big-pricing-h4 {
    font-size: 64px;
  }
  .text-block-font.big {
    font-size: 17px;
  }
  .orange-button.big {
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 17px;
  }
  ._1-column-pricing-div {
    margin-right: 35px;
    margin-left: 35px;
  }
  .overview-button {
    margin-right: 5px;
    margin-left: 0px;
  }
  .overview-button._1 {
    margin-right: 4px;
  }
  .color-passport-pricing-div {
    margin-right: 11px;
    margin-left: 11px;
  }
  .passport-pricing-image-top.premium-plan-adjust {
    top: -135px;
    width: 251px;
  }
  .color-pricing-cleanspeak-div {
    margin-right: 15px;
    margin-left: 15px;
  }
  .color-pricing-cleanspeak-div.best-value.z-index-front {
    margin-right: 15px;
    margin-left: 15px;
  }
  .small-h2 {
    font-size: 16px;
    line-height: 29px;
  }
  .hero-h1-white {
    font-size: 33px;
    line-height: 42px;
  }
  .hero-cleanspeak-h1 {
    font-size: 27px;
  }
  .passport-hero-h1 {
    font-size: 37px;
    line-height: 44px;
  }
  .overview-hero-h1 {
    line-height: 38px;
  }
  .passport-overview-h3 {
    line-height: 30px;
  }
  .gather-overview-h3 {
    line-height: 30px;
  }
  .cleanspeak-pricing-image-top {
    top: -81px;
    width: 180px;
  }
  .cleanspeak-pricing-image-platinum {
    top: -162px;
    width: 272px;
  }
  .tab-text-block {
    font-size: 17px;
  }
  .brands-consumer-about-image {
    width: 253px;
  }
  .team-row-adjust {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sectionculture {
    padding-top: 0px;
  }
  .careers-tab-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pokemon-testimonial-div.shadow.mobile-center {
    padding-bottom: 30px;
  }
  .pokemon-testimonial-paragraph {
    line-height: 22px;
  }
  .pokemon-testimonial-play-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .testimonial-div.ubisoft-adjust {
    padding-bottom: 35px;
  }
  .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;
  }
  .white-h1 {
    font-size: 28px;
  }
  .cs-saas-testimonial-image {
    width: 170px;
  }
  .pp-long-line-divider {
    margin-right: 46px;
    margin-left: 46px;
  }
  .pp-bottom-green-div {
    margin-right: 15px;
    margin-left: 15px;
  }
  .comparison-row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .comparison-header {
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
  }
  .comparison-value {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .comparison-value.normal {
    font-size: 9px;
    font-weight: 700;
  }
  .comparison-item {
    margin-right: 0px;
    margin-left: 5px;
    padding-left: 0px;
  }
  .small-text {
    font-size: 0.3em;
  }
  .adjust-margin-bottom-30px {
    font-size: 23px;
  }
  .forum-support-image {
    width: 204px;
  }
  .gather-hero-logo {
    width: 220px;
  }
  .cleanspeak-hero-logo {
    width: 268px;
  }
  .sectionnews {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .news-h1 {
    font-size: 36px;
  }
  .sectioninnews {
    padding-top: 15px;
  }
  .sectionpress {
    padding-top: 15px;
  }
  .news-image.information-age {
    margin-left: auto;
  }
  .news-image.eweek {
    margin-left: auto;
  }
  .news-image.appdev {
    margin-left: 10px;
  }
  .news-image.builtincolorado {
    margin-left: auto;
  }
  .news-image.citypulse {
    margin-left: auto;
  }
  .news-image.dbj {
    margin-left: auto;
  }
  .news-h3 {
    font-size: 14px;
  }
  .news-date-text-block {
    font-size: 15px;
  }
  .news-text-div {
    padding-left: 133px;
  }
  .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;
  }
}

