.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main {
  padding-top: 0;
}
#content-top-full.header-image {
  background: url(//d2owqhhe2x3j50.cloudfront.net/sugarcrm-mobile/images/black_linen_v2.png);
  margin-bottom: 10px;
  color: white;
  padding-top: 20px;
}
#content-top-full.header-image h1 {
  color: white;
  margin-top: 20px;
}
.video-hero {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.video-hero iframe {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.landingpage blockquote {
  border: none;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.landingpage blockquote:before {
  display: block;
  float: left;
  margin: 30px 15px 0 0;
  content: "\201C";
  font-size: 100px;
}
.landingpage blockquote p {
  margin-top: 10px;
  padding-left: 50px;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.landingpage blockquote footer {
  font-weight: bold;
  padding-left: 50px;
}
.landingpage blockquote footer:before {
  display: block;
  float: right;
  margin: 0px 0px 30px 15px;
  content: "\201D";
  font-size: 80px;
}
.landingpage .intro {
  text-align: center;
  margin: 40px 0;
}
.landingpage .intro h2 {
  font-size: 33px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 15px;
}
.landingpage .intro p {
  font-weight: 300;
  line-height: 24px;
  color: #666;
  font-size: 18px;
}
.landingpage .intro h2,
.landingpage .intro p {
  font-weight: 300;
  font-family: "Helvetica Neue", "HelveticaNeueW01-45Ligh", Helvetica, sans-serif;
}
.landingpage .drop-shadow {
  margin-top: 35px;
  margin-bottom: 45px;
}
.landingpage .big-stat {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-size: 33px;
  line-height: 40px;
  margin: 40px 0;
  padding: 20px 0;
  color: #333;
}
.landingpage .big-stat strong {
  font-size: 45px;
}
.landingpage .hero-area {
  background: #F5F5F5;
  padding: 50px 40px;
  border-radius: 3px;
  border: 1px solid #CCC;
}
/* *****************************
    Video
 * ****************************** */
.sugar-video {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
.sugar-video .play {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: black;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.sugar-video .play span {
  font-size: 30px;
  position: relative;
  top: 27px;
  color: white;
  cursor: pointer;
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sugar-video h3 {
  position: absolute;
  top: 60%;
  color: white;
  left: 50%;
  margin-left: -85px;
  font-size: 32px;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.sugar-video img {
  cursor: pointer;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.sugar-video:hover img {
  opacity: 0.3;
}
.sugar-video:hover img ~ h3 {
  opacity: 1;
}
.sugar-video:hover img ~ .play {
  background-color: #E61718;
}
.node-type-partner .header-image .elite {
  background-image: url(//d2owqhhe2x3j50.cloudfront.net/images/elite-partner-badge.png);
  background-position: top;
  float: right;
  width: 150px;
  height: 173px;
}
