/**
 * Force showing a scroll bar on Mac, overriding the native OS settings.
 * Having a hidden scrollbar can make the scrollbar overlay the right side
 * of a div.
 */
/**
* A circle with centered text
* Supported by all browsers that support the border-radius mixin
**/
/**
* A triangle pointing up of given height, width filled with given color
**/
.try-business-cta__header {
  -webkit-font-smoothing: antialias;
  font-weight: 400;
}

.try-business-cta__header {
  font-weight: 400;
  font-size: 21px;
  line-height: 30px;
}

.try-business-cta {
  margin: 85px auto 55px;
  text-align: center;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s;
}

.try-business-cta .button-big {
  font-size: 16px;
}

.try-business-cta.hidden {
  opacity: 0;
}

.try-business-cta__header {
  margin-bottom: 12px;
}

.try-business-cta__footer {
  display: block;
  margin-top: 20px;
  margin-bottom: 50px;
}

a.try-business-cta__button {
  text-decoration: none;
}

.try-business-cta--flat-top-bottom {
  margin-top: 0;
  margin-bottom: 0;
}

.try-business-cta--horizontal .try-business-cta__button {
  border-radius: 5px;
  float: left;
  margin: 0;
  min-width: 113px;
  padding-left: 40px;
  padding-right: 40px;
}

.try-business-cta--horizontal .try-business-cta__footer {
  float: left;
  margin: 5px 0 0 10px;
}

.try-business-cta--inverted .try-business-cta__footer {
  color: #cce6fa;
}

.try-business-cta--inverted .try-business-cta__link {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: border-color 275ms;
  transition: border-color 275ms;
  color: white;
  text-decoration: none;
}

.try-business-cta--inverted .try-business-cta__link:hover {
  border-color: white;
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 990px) {
  .responsive-layout .try-business-cta {
    margin-top: 40px;
  }
}

/**
 * Force showing a scroll bar on Mac, overriding the native OS settings.
 * Having a hidden scrollbar can make the scrollbar overlay the right side
 * of a div.
 */
/**
* A circle with centered text
* Supported by all browsers that support the border-radius mixin
**/
/**
* A triangle pointing up of given height, width filled with given color
**/
body.business-2015 .try-business-cta__header {
  color: #47525d;
  font-family: "Open Sans", "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
  padding: 0;
  margin: 0;
}

body.business-2015 .try-business-cta__header {
  font-size: 31px;
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 1.3;
}

body.business-2015 .try-business-cta__header {
  font-weight: 100;
}

body.business-2015 .try-business-cta__header {
  text-align: center;
  color: #47525d;
}

@media (max-width: 767px) {
  body.business-2015 .try-business-cta__header {
    font-size: 22px;
  }
}

body.business-2015 .try-business-cta .try-business-cta__button {
  margin-top: 20px;
  min-width: 150px;
  min-height: 54px;
}

body.business-2015 .try-business-cta__footer {
  margin-top: 10px;
}

body.business-2015 .try-business-cta-footer {
  background-color: #f4faff;
  width: 100%;
  padding: 100px 0 40px;
  text-align: center;
}

@media (max-width: 767px) {
  body.business-2015 .try-business-cta-footer {
    padding: 60px 0 10px;
  }
}
