
/* Don't edit this CSS directly, compile the LESS files in SVN */
/* 498db0 */
.reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#homepage_hero {
  background: #3e74a6;
  position: relative;
}
#homepage_hero #homepage_hero_callout {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
#homepage_hero #homepage_hero_callout p {
  color: #d9e5f1;
  font-size: 25px;
  margin: 0 0 40px 0;
  font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: 300;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  #homepage_hero #homepage_hero_callout p {
    font-size: 20px;
  }
}
#homepage_hero #homepage_hero_callout h1 {
  font-size: 52px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  #homepage_hero #homepage_hero_callout h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  #homepage_hero {
    height: auto;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
#homepage_hero + .sDarker {
  margin-top: 0;
  padding-bottom: 30px;
}
#elHomepageMac,
#elHomepageTablet {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 5000;
}
@media screen and (max-width: 767px), screen and (max-width: 979px) {
  #elHomepageMac,
  #elHomepageTablet {
    display: none;
  }
}
#elHomepageMac {
  width: 525px;
  height: 465px;
  background-image: url(
//invisionpower.com/ips4assets//images/homepage/macBackground.png);
  background-size: contain;
  left: 720px;
  top: 20px;
  padding-top: 20px;
  padding-left: 19px;
  padding-right: 23px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #elHomepageMac {
    background-image: url(
//invisionpower.com/ips4assets//images/homepage/macBackground@2x.png);
  }
}
#elHomeDemo {
  height: 272px;
  overflow: hidden;
}
#elHomepageTablet {
  width: 180px;
  height: 255px;
  background-image: url(
//invisionpower.com/ips4assets//images/homepage/ipadBackground.png);
  background-size: contain;
  left: 639px;
  top: 180px;
  padding-top: 23px;
  padding-left: 11px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #elHomepageTablet {
    background-image: url(
//invisionpower.com/ips4assets//images/homepage/ipadBackground@2x.png);
  }
}
#elHomeApps {
  margin: 0 auto;
  max-width: 1000px;
}
#elHomeApps > li {
  margin-right: 35px;
  margin-bottom: 5px;
}
#elHomeApps > li h2 {
  display: inline-block;
  font-weight: 400;
}
#elHomeApps > li a {
  color: inherit;
}
#elHomeApps > li a:before {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #fff;
  margin-right: 15px;
}
#elHomeApps > li[data-app="forums"] a:before {
  background: #b15757;
  content: '\f086';
}
#elHomeApps > li[data-app="forums"] h2 {
  color: #b15757;
}
#elHomeApps > li[data-app="commerce"] a:before {
  background: #a33767;
  content: '\f07a';
}
#elHomeApps > li[data-app="commerce"] h2 {
  color: #a33767;
}
#elHomeApps > li[data-app="blogs"] a:before {
  background: #19858f;
  content: '\f0f6';
}
#elHomeApps > li[data-app="blogs"] h2 {
  color: #19858f;
}
#elHomeApps > li[data-app="gallery"] a:before {
  background: #3b73b3;
  content: '\f030';
}
#elHomeApps > li[data-app="gallery"] h2 {
  color: #3b73b3;
}
#elHomeApps > li[data-app="pages"] a:before {
  background: #713e91;
  content: '\f07c';
}
#elHomeApps > li[data-app="pages"] h2 {
  color: #713e91;
}
#elHomeApps > li[data-app="downloads"] a:before {
  background: #5f4e93;
  content: '\f019';
}
#elHomeApps > li[data-app="downloads"] h2 {
  color: #5f4e93;
}
#elHomeApps > li[data-app="calendar"] a:before {
  background: #4d5487;
  content: '\f073';
}
#elHomeApps > li[data-app="calendar"] h2 {
  color: #4d5487;
}
#elHomeApps > li[data-app="chat"] a:before {
  background: #146f64;
  content: '\f075';
}
#elHomeApps > li[data-app="chat"] h2 {
  color: #146f64;
}
#elHomeStrap {
  font-weight: 300;
  max-width: 800px;
  margin: 30px auto;
}
.sHomeBenefits {
  padding: 20px;
  background: #fff !important;
}
.sHomeBenefits .fa {
  float: left;
  font-size: 40px;
  color: #984d84;
}
.sHomeBenefits h3 {
  margin-top: 0;
}
.sHomeBenefits h3,
.sHomeBenefits p {
  margin-left: 60px;
}
.sHomeBlock {
  background: #f5f7f8;
  padding: 0 30px 30px;
  border-radius: 4px;
  line-height: 1.7;
  margin-bottom: 10px;
  margin-top: 30px;
}
.sHomeBlock .sHomeBadge {
  border: 3px solid #984d84;
  background: #fff;
  color: #984d84;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  line-height: 80px;
  line-height: 74px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 34px;
  position: relative;
  top: -20px;
}
.sHomeBlock h3 {
  margin-top: -5px;
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}
.sHomeBlock strong {
  color: #6c7278;
}
#elHomeCustomerSpotlight {
  padding-top: 50px;
  padding-bottom: 0;
  margin-top: 0;
}
#elHomeCustomerSpotlight .container {
  height: 300px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #elHomeCustomerSpotlight .container {
    height: 380px;
  }
}
#elHomeCustomerSpotlight .container .row {
  position: absolute;
  left: 15px;
  right: 15px;
  height: 300px;
}
@media screen and (max-width: 767px) {
  #elHomeCustomerSpotlight .container .row {
    height: 380px;
  }
}
#elHomeCustomerSpotlight h3 {
  font-size: 18px;
  font-weight: 500;
  color: #a6adb6;
  margin-bottom: 0px;
}
#elHomeCustomerSpotlight .sCustomerName {
  font-size: 46px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1;
  font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
}
#elHomeCustomerSpotlight .sCustomerScreenshot {
  height: 270px;
  margin-bottom: -50px;
}
#elHomeCustomerSpotlight p {
  font-size: 20px;
  font-weight: 300;
  color: #b4bac1;
}
#elHomeCustomers {
  background: #2f3339;
}
#elHomeCustomerList {
  width: 100%;
}
#elHomeCustomerList > li {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
}
#elHomeCustomerList > li:hover {
  background: #2a2e33;
}
#elHomeCustomerList > li.sActive {
  background: #3e74a6;
}
#elHomeCustomerList > li.sActive a {
  opacity: 1;
}
#elHomeCustomerList > li a {
  background-image: url(
//invisionpower.com/ips4assets//images/customers.png);
  background-repeat: no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  zoom: 75%;
}
#elHomeCustomerList > li a:hover {
  opacity: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #elHomeCustomerList > li a {
    background-image: url(
//invisionpower.com/ips4assets//images/customers@2x.png);
    background-size: 329px 194px;
  }
}
#elCustomer_evernote a {
  width: 164px;
  height: 41px;
  background-position: 0 0;
}
#elCustomer_evernote.sActive a {
  background-position: -165px 0;
}
#elCustomer_warner a {
  width: 63px;
  height: 59px;
  background-position: -65px -132px;
}
#elCustomer_warner.sActive a {
  background-position: -230px -132px;
}
#elCustomer_findlaw a {
  width: 143px;
  height: 30px;
  background-position: 0 -44px;
}
#elCustomer_findlaw.sActive a {
  background-position: -165px -44px;
}
#elCustomer_livenation a {
  width: 154px;
  height: 29px;
  background-position: 0 -101px;
}
#elCustomer_livenation.sActive a {
  background-position: -165px -101px;
}
#elCustomer_nhl a {
  width: 56px;
  height: 64px;
  background-position: 0 -131px;
}
#elCustomer_nhl.sActive a {
  background-position: -165px -131px;
}
#elCustomer_bethesda a {
  width: 159px;
  height: 23px;
  background-position: 0 -75px;
}
#elCustomer_bethesda.sActive a {
  background-position: -165px -75px;
}
#elNewsletter h2 {
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: -10px;
}
#elNewsletter p {
  margin-bottom: 0;
}
#elNewsCallout {
  background: #f4f7f9;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 300;
}
#elNewsCallout h3 {
  color: #8da1af;
  font-size: 15px;
  margin: 0 0 5px 0;
}
#elNewsCallout p {
  color: #305a81;
  margin-bottom: -5px;
}
#elNewsCallout .slider-dots {
  margin-top: 10px;
}
