.clear:after {
  content: "";
  display: block;
  clear: both;
}
.btn,
.btn-padding {
  font-family: "ProximaNova-Light", arial;
  display: inline-block;
  border-radius: 0px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  height: 50px;
  border: 0;
}
.btn:hover,
.btn-padding:hover {
  text-decoration: none;
  cursor: pointer;
}
.btn-thin {
  font-family: "ProximaNova-Light", arial;
  display: inline-block;
  border-radius: 0px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  /*height: 26px;*/
  border: 0;
}
.btn-thin:hover {
  text-decoration: none;
  cursor: pointer;
}
.btn-padding {
  padding: 0 30px;
}
.btn-padding-thin {
  padding: 0 10px;
}
.btn-bold {
  font-family: "ProximaNova-Semibold", arial;
}
.btn-blue {
  background-color: #09c;
  box-shadow: 0 0 0 1px #09c;
  color: #fff;
  border-radius: 1px;
}
.btn-blue:hover {
  color: #fff;
  background-color: #007ba3;
  box-shadow: 0 0 0 2px #09c;
}
.btn-white {
  background-color: #fff;
  box-shadow: 0 0 0 1px #ebebeb;
  color: #ed2233;
  border-radius: 1px;
}
.btn-white:hover {
  color: #09c;
  background-color: transparent;
}
.btn-ghost-blue {
  background-color: transparent;
  box-shadow: 0 0 0 1px #09c;
  color: #09c;
  border-radius: 1px;
}
.btn-ghost-blue:hover {
  color: #09c;
  background-color: transparent;
  box-shadow: 0 0 0 2px #09c;
}
.btn-ghost-white {
  background-color: transparent;
  box-shadow: 0 0 0 1px #fff;
  color: #fff;
  border-radius: 1px;
}
.btn-ghost-white:hover {
  color: #fff;
  background-color: #fff;
  border: 1px solid #e92133;
}
.btn-ghost-gray {
  background-color: transparent;
  box-shadow: 0 0 0 1px #eaeaea;
  border-radius: 1px;
  /*height: 42px;*/
}
.btn-ghost-gray:hover {
  background-color: #09c;
  box-shadow: 0 0 0 2px #eaeaea;
}
.btn-clear-dark {
  background-color: transparent;
  box-shadow: 0 0 0 1px transparent;
  color: #5f6062;
  border-radius: 1px;
}
.btn-clear-dark:hover {
  color: #5f6062;
  background-color: transparent;
  box-shadow: 0 0 0 2px transparent;
}
.btn-clear-blue {
  background-color: transparent;
  box-shadow: 0 0 0 1px transparent;
  color: #09c;
  border-radius: 1px;
}
.btn-clear-blue:hover {
  color: #09c;
  background-color: transparent;
  box-shadow: 0 0 0 2px transparent;
}
.btn-clear-light {
  background-color: transparent;
  box-shadow: 0 0 0 1px transparent;
  color: #fff;
  border-radius: 1px;
}
.btn-clear-light:hover {
  color: #fff;
  background-color: transparent;
  box-shadow: 0 0 0 2px transparent;
}
.ctaarrow-white:after {
  display: inline-block;
  content: "";
  background-image: url("/developer/img/icons/ctaarrow_white@2x.png");
  background-size: 9px 16px;
  width: 9px;
  height: 16px;
  vertical-align: middle;
  margin-left: 15px;
  background-repeat: no-repeat;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -kthtml-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ctaarrow-white:hover:after {
  background-size: 9px 16px;
  -webkit-transform: translate(3px, 0px);
  -moz-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}
.ctaarrow-white-thin:after {
  display: inline-block;
  content: "";
  background-image: url("/developer/img/icons/ctaarrow_white@2x.png");
  background-size: 7px 12px;
  width: 7px;
  height: 12px;
  vertical-align: middle;
  margin-left: 15px;
  background-repeat: no-repeat;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -kthtml-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ctaarrow-white-thin:hover:after {
  background-size: 7px 12px;
  -webkit-transform: translate(3px, 0px);
  -moz-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}
.ctaarrow-blue:after {
  display: inline-block;
  content: "";
  background-image: url("/developer/img/icons/ctaarrow-blue@2x.png");
  background-size: 9px 16px;
  width: 9px;
  height: 16px;
  vertical-align: middle;
  margin-left: 15px;
  background-repeat: no-repeat;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -kthtml-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ctaarrow-blue:hover:after {
  background-size: 9px 16px;
  -webkit-transform: translate(3px, 0px);
  -moz-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}
.ctaarrow-blue-thin:after {
  display: inline-block;
  content: "";
  background-image: url("/developer/img/icons/ctaarrow-blue@2x.png");
  background-size: 7px 12px;
  width: 7px;
  height: 12px;
  vertical-align: middle;
  margin-left: 15px;
  background-repeat: no-repeat;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -kthtml-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ctaarrow-blue-thin:hover:after {
  background-size: 7px 12px;
  -webkit-transform: translate(3px, 0px);
  -moz-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}
.ctaarrow-gray:after {
  display: inline-block;
  content: "";
  background-image: url("/developer/img/icons/ctaarrow-gray@2x.png");
  background-size: 9px 16px;
  width: 9px;
  height: 16px;
  vertical-align: middle;
  margin-left: 15px;
  background-repeat: no-repeat;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -kthtml-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ctaarrow-gray:hover:after {
  background-size: 9px 16px;
  -webkit-transform: translate(3px, 0px);
  -moz-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}
.ctaarrow-gray-left:before {
  display: inline-block;
  content: "";
  background-image: url("/developer/img/icons/ctaarrow-gray-left@2x.png");
  background-size: 9px 16px;
  width: 9px;
  height: 16px;
  vertical-align: middle;
  margin-right: 20px;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -kthtml-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ctaarrow-gray-left:hover:before {
  background-size: 9px 16px;
  -webkit-transform: translate(-3px, 0px);
  -moz-transform: translate(-3px, 0px);
  transform: translate(-3px, 0px);
}
.icon-ref-doc-blue:before {
  content: "";
  position: relative;
  top: 8px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  background-image: url("/developer/img/icons/icon-ref_docs-blue@2x.png");
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
.icon-guides-blue:before {
  content: "";
  position: relative;
  top: 10px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  background-image: url("/developer/img/icons/icon-guides-blue@2x.png");
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
.icon-guides-gray:before {
  content: "";
  position: relative;
  top: 5px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  background-image: url("/developer/img/icons/icon-guides-gray@2x.png");
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
.icon-components-blue:before {
  content: "";
  position: relative;
  top: 10px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  background-image: url("/developer/img/icons/icon-components-blue@2x.png");
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
.icon-components-gray:before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  background-image: url("/developer/img/icons/icon-components-gray@2x.png");
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
.icon-screen-sharing-blue:before {
  content: "";
  position: relative;
  top: 5px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  background-image: url("/developer/img/icons/icon-screen-sharing@2x.png");
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
.icon-voice-only-blue:before {
  content: "";
  position: relative;
  top: 8px;
  display: inline-block;
  width: 21px;
  height: 28px;
  margin-right: 20px;
  background-image: url("/developer/img/icons/icon-voice-only@2x.png");
  background-size: 21px 28px;
  background-repeat: no-repeat;
}
.icon-debugging-blue:before {
  content: "";
  position: relative;
  top: 8px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 20px;
  background-image: url("/developer/img/icons/icon-debugging@2x.png");
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
.icon-hardware-setup-blue:before {
  content: "";
  position: relative;
  top: 10px;
  display: inline-block;
  width: 28px;
  height: 32px;
  margin-right: 20px;
  background-image: url("/developer/img/icons/icon-hardware-setup@2x.png");
  background-size: 28px 32px;
  background-repeat: no-repeat;
}
.icon-layout-container-blue:before {
  content: "";
  position: relative;
  top: 10px;
  display: inline-block;
  width: 25px;
  height: 27px;
  margin-right: 20px;
  background-image: url("/developer/img/icons/icon-layout-container@2x.png");
  background-size: 25px 27px;
  background-repeat: no-repeat;
}
.icon-cordova-integration-blue:before {
  content: "";
  position: relative;
  top: 10px;
  display: inline-block;
  width: 32px;
  height: 31px;
  margin-right: 20px;
  background-image: url("/developer/img/icons/icon-cordova-integration@2x.png");
  background-size: 32px 31px;
  background-repeat: no-repeat;
}
.ribon {
  background: #09c;
  text-align: center;
  padding: 25px;
  line-height: 36px;
}
.ribon span {
  font-family: "Raleway", arial;
  color: #fff;
  font-size: 20px;
}
.ribon a {
  width: 250px;
}
.section-header .dev-guide {
  border-bottom: 2px solid #09c;
}
.section-header strong,
.section-header p {
  font-size: 20px;
  line-height: 1.5;
  color: #5f6062;
}
.section-header strong {
  font-family: "Raleway", arial;
}
.section-header p {
  font-family: "ProximaNova-Light", arial;
  margin-bottom: 8px;
}
.section-header .btn {
  margin-top: 20px;
  font-size: 16px;
}
.tabs .tab:not(:last-child) a {
  border-right: 2px solid #fff;
  margin-left: -2px;
  margin-bottom: 20px;
}
.tabs:after {
  content: "";
  display: block;
  clear: both;
}
.tabs .tab {
  display: block;
  list-style: none;
  margin: 0;
  max-width: 164.3px;
  float: left;
  overflow: hidden;
}
.tabs .tab a {
  color: #5f6062;
  border-bottom: 2px solid #ebebeb;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0 20px 0;
  font-size: 14px;
}
.tabs .tab a:hover {
  color: #09c;
  text-decoration: none;
}
.tabs .selected a {
  border-bottom: 2px solid #09c;
  color: #09c;
}
.two-tabs .tab {
  width: 50%;
}
.three-tabs .tab {
  width: 33.333333333333336%;
}
.four-tabs .tab {
  width: 25%;
}
.six-tabs .tab {
  width: 16.666666666666668%;
}
.tip,
.important,
.note {
  border-radius: 2px;
  padding: 10px 15px;
  margin: 23px 0;
  line-height: 1.6;
}
.note {
  border: solid 1px #eaeaea;
  background-color: #f2f2f2;
}
.tip {
  border: solid 1px #daeef4;
  background-color: #f1fbff;
}
.important {
  border: solid 1px #f6e382;
  background-color: #fffbe6;
}
li .tip,
li .important {
  margin-top: 8px;
  margin-bottom: 0;
  width: 80%;
}
.container .topic-summary {
  color: #5f6062;
  font-size: 20px;
}
.get-started-options .container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 25px;
}
.get-started-options .container .option {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 390px;
  border: 0.5px solid #eaeaea;
  padding: 20px 40px;
  box-sizing: border-box;
  margin-right: 20px;
}
.get-started-options .container .option img {
  width: 186px;
  height: 140px;
  margin-bottom: 10px;
}
.get-started-options .container .option h2 {
  color: #09c;
  font-family: "ProximaNova-Light", arial;
  margin: 5px;
}
.get-started-options .container .option span {
  color: #5f6062;
}
.get-started-options .container .option .features {
  margin: 10px 0;
}
.get-started-options .container .option .features li {
  text-align: center;
  font-size: 14px;
  color: #a0a8b8;
  line-height: 1.79em;
}
.get-started-options .container .option a {
  height: 44px;
  width: 240px;
  line-height: 44px;
  margin-top: 20px;
  font-size: 16px;
}
@media (max-width: 1186px) {
  .get-started-options .container {
    justify-content: center;
  }
  .get-started-options .container .option {
    margin-bottom: 20px;
  }
}
