@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800|Dosis:300,600");
@import url("https://fonts.googleapis.com/css?family=Inconsolata");
*{
	margin:0px;
	padding: 0px;
}
body{
	font-family: "Open Sans", arial;
}
pre {
  margin: 15px 0;
  font-family: "Open Sans", arial;
}
/*ol,
ul,
li {
  list-style: none;
}*/
a {
  text-decoration: none;
  color: #ef2233 
}
a:hover {
  text-decoration: underline;
}
section {
  padding: 40px 0;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Open Sans", arial;
	color: #ed2233;
}
.section-header h1{
	color: #ed2233;
	font-size: 40px !important;
	margin-top: 30px;
	margin-bottom: 30px;
}

p,
span,
li {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 0px;
}
p {
  font-size: 14px;
  margin-bottom: 10px;
}
b,
strong {
  font-weight: 600;
  font-family: "Open Sans", arial;
}
i,
em {
  font-style: italic !important;
}
ol{
	margin-bottom: 14px;
}
#main-nav {
  position: fixed;
  background-color: #0d112b;
  overflow: hidden;
  width: 100%;
  z-index: 999;
  min-width: 1255px;
}
#main-nav ul,
#main-nav li {
  text-align: right;
  margin: 0;
  padding: 0;
  height: 60px;
  line-height: 60px;
}
#main-nav li:last-child {
  float: right;
}
#main-nav li {
  display: inline-block;
  padding: 0 3%;
}
#main-nav li a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
font-weight: 600;
}
#main-nav .tb-dev-logo {
  float: left;
  padding-right: 10px;
}
#main-nav .tb-dev-logo img {
  margin-top: 15px;
  height: 30px;
}
#main-nav .devctr-link {
  float: left;
  padding-left: 0;
}
#main-nav .auth-links {
  display: none;
}
.notification {
  width: 100%;
  height: 30px;
  padding: 15px 15px 15px 15px;
  background-image: url("/developer/img/docs/safari-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #1e292e;
  font-size: 16px;
  line-height: 30px;
  display: none;
}
.notification .notification-content {
  width: 1150px;
  margin: auto;
  float: none;
  margin-top: -3px;
}
.notification #close-box {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background-image: url("https://assets.tokbox.com/library/master/ac/ac-icons/closebuttonlight.png");
  background-size: auto 25px;
  cursor: pointer;
}
.notification #close-box:hover {
  background-image: url("https://assets.tokbox.com/library/master/ac/ac-icons/closebuttondark.png");
}
.notification a {
  text-decoration: underline;
  color: #1e292e;
  cursor: pointer;
  font-weight: bold;
}
.notification a:hover {
  color: #a8d7e7;
}
.notification .righthand {
  float: right;
  margin-right: 16px;
  cursor: pointer;
}
.notification img {
  height: 35px;
  float: left;
  margin-right: 10px;
}
.notification button {
  color: #1ba71b;
  border: 1px solid #1ba71b;
  position: relative;
  bottom: 1px;
  background: #fff;
  margin-left: 10px;
  font-size: 14px;
}
.notification button:hover {
  border-width: 2px;
  margin-left: 9px;
}
.notification #image-loader {
  display: none;
  content: url("/developer/img/icons/copy-icon-blue.svg") url("/developer/img/icons/copy-icon-black.svg");
  content: url("https://assets.tokbox.com/library/master/ac/ac-icons/closebuttondark.png") url("https://assets.tokbox.com/library/master/ac/ac-icons/closebuttondark.png");
}
#secondary-nav {
  position: fixed;
  height: 60px;
  background-color: #0b516b;
  top: 40px;
  width: 100%;
  z-index: 999;
  min-width: 1255px;
}
#secondary-nav ul {
  display: inline-block;
  float: right;
}
#secondary-nav ul:hover li a {
  opacity: 0.5;
}
#secondary-nav li {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  margin-left: 0 !important;
  font-size: 14px;
}
#secondary-nav li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 5px solid #072d41;
  content: "";
  display: none;
  width: 100%;
}
#secondary-nav li:hover a {
  color: #fff !important;
  opacity: 1 !important;
  text-decoration: none;
}
#secondary-nav li:hover:after {
  display: block;
}
#secondary-nav .sec-nav-active {
  background-color: rgba(0,0,0,0.1);
}
#secondary-nav .sec-nav a {
  color: #fff;
}
#secondary-nav a {
  display: block;
  width: 100%;
  height: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -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;
}
#content-default {
  padding-top: 160px;
}
#footer {
  background-color: #003f5f;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  min-width: 1255px;
  height: 0px;
}
#footer .bottom {
  margin-top: 8px;
  padding: 0 3%;
  vertical-align: top;
}
#footer .bottom .social {
  position: relative;
  bottom: -10px;
  float: right;
}
#footer .bottom .social a {
  display: inline-block;
  padding: 0 2px;
}
#footer .copyright {
  padding: 0 3%;
  color: #fff;
}
#footer .copyright p {
  font-size: 10px;
  color: #fff;
}
#footer .copyright a {
  color: #fff;
}
#quick-start {
  width: 100%;
}
#quick-start .container {
  max-width: 985px;
}
#quick-start ul.nav {
  height: 320px;
  background-color: #d3d3d3;
  border: 1px solid #e0dedb;
  margin: 0;
  width: 98%;
  margin: 0 auto;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}
#quick-start ul.nav li {
  margin: 0;
  display: block;
  float: left;
  height: 160px;
  width: 50%;
  text-align: center;
}
#quick-start ul.nav li a {
  position: relative;
  display: inline-block;
  width: 85%;
  height: 85px;
  background-color: #fff;
  margin-top: 40px;
  line-height: 85px;
  box-shadow: 0 0 0 1px #09c, 0 0 10px rgba(0,0,0,0.3);
  -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;
}
#quick-start ul.nav li a:hover {
  cursor: pointer;
  box-shadow: 0 0 0 2px #09c;
}
#quick-start ul.nav li:nth-child(1) a,
#quick-start ul.nav li:nth-child(2) a {
  top: 15px;
}
#quick-start ul.nav li:nth-child(3) a,
#quick-start ul.nav li:nth-child(4) a {
  top: -15px;
}
#quick-start .footer {
  color: #fff;
  text-align: center;
  height: 60px;
  line-height: 60px;
  background: #5f6062;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#quick-start .footer span {
  font-size: 16px;
}
#quick-start .footer a {
  margin-left: 30px;
}
#doc_content {
  min-width: 1035px;
  left: 222px;
  overflow: auto;
  right: 0;
  padding-bottom: 25px;
}
#doc_content:focus {
  outline: none;
}
#left-nav,
#doc_content {
  top: 60px;
  position: fixed;
  bottom: 0px;
}
#left-nav {
  overflow: auto;
  width: 220px;
  border-right: #eaeaea solid 2px;
  left: 0;
  background-color: #f2f2f2;
  overflow-x: hidden;
}
#left-nav > ul > li > a.active {
  background-color: #ffffff;
}
#left-nav ul {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 40px;
}
#left-nav ul li {
  margin-left: 0px;
  list-style: none;
  line-height: 18px;
  margin-bottom: 0;
}
#left-nav ul li a {
  /* color: #5f6062; */
  display: block;
  padding: 8px 0;
  padding-left: 22px;
  text-align: right;
  padding-right: 24px;
  font-size: 14px;
  color: #5f6062;
  cursor: pointer;
}
#left-nav ul li a:hover {
  background-color: #fff;
  color: #5f6062;
  text-decoration: none;
}
#left-nav ul li a.active {
  border-left: solid 6px #f22233;
  padding-left: 16px;
}
#left-nav ul li.left-header {
  color: #5f6062;
  display: block;
  padding: 8px 0;
  padding-left: 22px;
  text-align: right;
  padding-right: 24px;
  font-size: 11px;
  font-weight: bold;
  color: #5f6062;
  letter-spacing: 0.8px;
}
#left-nav ul li.has-sub ul {
  display: none;
  /* background-color: #e4e8e9; */
}
#left-nav ul li.has-sub ul li a {
  font-size: 13px;
  letter-spacing: 0.5px;
}
#left-nav ul li.has-sub.open > a {
  /* background-color: #ced7db; */
  color: #393a3a;
}
#left-nav .divider-line {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 24px;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 70px;
  height: 1px;
  background-color: #dadada;
  position: relative;
  right: -124px;
}
#search {
  background: #fff;
  height: 100%;
  margin: 20px 15px;
  margin-bottom: 8px;
  width: 202px;
  font-size: 14px;
  padding: 8px 10px;
  padding-right: 24px;
  color: #806062;
  border-radius: 4px;
  border: solid 1px rgba(150,150,150,0.35);
}
#search::-webkit-input-placeholder {
  color: #003f5f;
}
#search:-moz-placeholder {
  color: #003f5f;
  opacity: 1;
}
#search::-moz-placeholder {
  color: #003f5f;
  opacity: 1;
}
#search:-ms-input-placeholder {
  color: #003f5f;
}
#search:placeholder-shown {
  color: #003f5f;
}
#search-container {
  position: relative;
  padding: 0 !important;
  right: 6px;
}
#search-container #search-btn {
  position: absolute;
  top: 16px;
  right: 6px;
  content: "";
  display: inline-block;
  height: 40px;
  width: 21px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-image: url(../images/icon-search-blue.png);
  background-position: left;
  cursor: pointer;
}
#search-results {
  position: relative;
  right: 0;
  z-index: 111;
  position: fixed;
  padding: 20px 0;
  overflow: auto;
  top: 60px;
  left: 220px;
  bottom: 0px;
  background-color: #fff;
  display: none;
}
#search-results .close {
  position: absolute;
  top: 0px;
  right: 40px;
  float: right;
}
#search-results li {
  list-style: none;
}
#search-results h3 {
  font-size: 22px;
  color: #5f6062;
  letter-spacing: 0.01rem;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#search-results a {
  font-size: 18px;
}
#search-results p {
  margin-top: 0px;
  margin-bottom: 35px;
}
#_404container {
  padding-top: 100px;
}
#_404container img {
  max-width: 100%;
}
#_404container p {
  margin: 40px 0px;
}
.cta-modal {
  display: none;
  overflow: hidden;
  min-width: 1035px;
  position: fixed;
  top: 40px;
  bottom: 0px;
  left: 220px;
  right: 0;
  background-color: rgba(100,100,100,0.6);
  z-index: 101;
  overflow: auto;
  color: #5f6062;
}
.cta-modal .header {
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cta-modal .header span {
  font-size: 30px;
}
.cta-modal .footer {
  border-top: 1px solid #efefef;
  margin-bottom: 0px !important;
}
.cta-modal form {
  width: 600px;
  min-height: 400px;
  background: #fff;
  margin: 0 auto;
  margin-top: 40px;
}
.cta-modal .form-container label,
.cta-modal .form-container select,
.cta-modal .form-container input {
  margin-top: 8px;
}
.cta-modal .form-container label {
  font-size: 13px;
}
.cta-modal .form-container .section {
  margin-bottom: 20px;
}
.cta-modal .form-container button {
  width: 100%;
}
.cta-modal .form-container .group label {
  display: inline-block;
}
@media (max-width: 1300px) {
  #doc_content {
    min-width: 780px;
  }
}
@media (max-width: 1200px) {
  pre {
    font-size: 12px !important;
  }
  pre span {
    font-size: 12px !important;
  }
}
@media (max-width: 1500px) {
  .extra-text {
    display: none;
  }
  .notification .notification-content {
    width: 500px;
  }
}
.no-margin {
  margin: 0;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}
.btn,
.btn-padding {
  display: inline-block;
  border-radius: 0px;
  text-align: center;
  line-height: 50px;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -kthtml-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-size: 18px;
  height: 50px;
  border: 0;
}
.btn:hover,
.btn-padding:hover {
  text-decoration: none;
  cursor: pointer;
}
.btn-thin {
  display: inline-block;
  border-radius: 0px;
  text-align: center;
  line-height: 26px;
  -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;
  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-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: #09c;
  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;
}
.btn-ghost-gray {
  background-color: transparent;
  box-shadow: 0 0 0 1px #eaeaea;
  color: #909090;
  border-radius: 1px;
  height: 42px;
}
.btn-ghost-gray:hover {
  color: #5f6062;
  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 {
  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 p {
  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%;
}
.dc-well {
  border-radius: 3px;
  background-color: #f9f9f9;
  box-shadow: 0 0 0 1px #ebebeb;
  padding: 20px;
}
.dc-empty-well {
  box-shadow: 0 0 0 1px #ebebeb;
  border-radius: 3px;
  padding: 20px;
}
.dc-align-center {
  text-align: center !important;
}
.dc-no-margin-left {
  margin-left: 0 !important;
}
.dc-no-margin-top {
  margin-top: 0 !important;
}
.dc-margin-top-15 {
  margin-top: 15px !important;
}
.dc-margin-bottom-15 {
  margin-bottom: 15px !important;
}
.dc-padding-top-15 {
  padding-top: 15px !important;
}
.dc-padding-bottom-15 {
  padding-bottom: 15px !important;
}
.dc-padding-bottom-10 {
  padding-bottom: 10px !important;
}
.dc-line-height-25 {
  line-height: 25px !important;
}
.dc-color-blue {
  color: #09c !important;
}
.dc-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
.dc-lang-node-gray {
  width: 30px;
  height: 20px;
  background-image: url("/developer/img/icons/lang/ic-js_node.png");
  background-size: 30px 20px;
}
.dc-lang-ruby-gray {
  width: 30px;
  height: 20px;
  background-image: url("/developer/img/icons/lang/ic-ruby.png");
  background-size: 30px 20px;
}
.dc-lang-php-gray {
  width: 30px;
  height: 20px;
  background-image: url("/developer/img/icons/lang/ic-php.png");
  background-size: 30px 20px;
}
.dc-lang-phyton-gray {
  width: 30px;
  height: 20px;
  background-image: url("/developer/img/icons/lang/ic-phyton.png");
  background-size: 30px 20px;
}
.dc-lang-java-gray {
  width: 30px;
  height: 20px;
  background-image: url("/developer/img/icons/lang/ic-java.png");
  background-size: 30px 20px;
}
.dc-lang-dotNet-gray {
  width: 30px;
  height: 20px;
  background-image: url("/developer/img/icons/lang/ic-dot_net.png");
  background-size: 30px 20px;
}
.dc-sdk-android-gray {
  width: 30px;
  height: 20px;
  background-image: url("/developer/img/icons/lang/ic-android.png");
  background-size: 30px 20px;
}
.dc-sdk-ios-gray {
  width: 30px;
  height: 20px;
  background-image: url("/developer/img/icons/lang/ic-ios.png");
  background-size: 30px 20px;
}
.dc-lang-swift-gray {
  width: 30px;
  height: 20px;
  background-image: url("/developer/img/icons/lang/ic-swift.png");
  background-size: 30px 20px;
}
.dc-lang-windows-gray {
  width: 18px;
  height: 20px;
  background-image: url("/developer/img/icons/lang/ic-windows.png");
  background-size: 18px 20px;
}
.dc-sdk-react-gray {
  width: 30px;
  height: 20px;
  background-image: url("/developer/img/icons/lang/ic-reactjs.png");
  background-size: 30px 20px;
}
.dc-sdk-web-gray {
  width: 30px;
  height: 20px;
  background-image: url("/developer/img/icons/lang/web.png");
  background-size: 30px 20px;
}
.dc-sdk-electron-gray {
  width: 20px;
  height: 20px;
  background-image: url("/developer/img/icons/lang/ic-electron.png");
  background-size: 20px 20px;
}
.dc-table {
  width: 100%;
}
.dc-table tr,
.dc-table td {
  padding: 0;
}
.dc-table-with-border td {
  box-shadow: 0 0 0 1px #ebebeb;
}
#quick-start {
  width: 100%;
}
#quick-start >.content {
  width: 100%;
}
#quick-start >.content .body {
  position: relative;
  border: 1px solid #e0dedb;
  background-color: #d3d3d3;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
  min-height: 320px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
#quick-start >.content .body .page {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 0;
}
#quick-start >.content .body .page .content,
#quick-start >.content .body .page .header {
  margin: 0 auto;
}
#quick-start >.content .body .page .header {
  width: 90%;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #5f6062;
  font-size: 29px;
  border-bottom: 2px solid #e0dedb;
}

#quick-start >.content .body .page .header a {
  position: absolute;
}
#quick-start >.content .body .page .header a:nth-child(1) {
  left: 0;
}
#quick-start >.content .body .page .header a:nth-child(3) {
  right: 0;
}
#quick-start >.content .body .page .content {
  padding: 10px 0;
  width: 80%;
  text-align: center;
}
#quick-start >.content .body .page .content p,
#quick-start >.content .body .page .content a {
  font-size: 13px;
}
#quick-start >.content .body .page .content p {
  margin: 0 10px;
}
#quick-start >.content .body .page .content span {
  display: inline-block;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 15px;
}
#quick-start ul.navs {
  width: 100%;
  margin: 0;
}
#quick-start ul.navs li {
  margin: 0;
  display: block;
  float: left;
  height: 160px;
  width: 50%;
  text-align: center;
}
#quick-start ul.navs li a {
  position: relative;
  display: inline-block;
  width: 80%;
  height: 85px;
  font-size: 16px;
  background-color: #fff;
  margin-top: 40px;
  line-height: 85px;
  box-shadow: 0 0 0 1px #09c, 0 0 10px rgba(0,0,0,0.3);
  -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;
}
#quick-start ul.navs li a:hover {
  cursor: pointer;
  box-shadow: 0 0 0 2px #09c;
}
#quick-start ul.navs li:nth-child(1) a,
#quick-start ul.navs li:nth-child(3) a {
  left: 20px;
}
#quick-start ul.navs li:nth-child(2) a,
#quick-start ul.navs li:nth-child(4) a {
  right: 20px;
}
#quick-start ul.navs li:nth-child(1) a,
#quick-start ul.navs li:nth-child(2) a {
  top: 15px;
}
#quick-start ul.navs li:nth-child(3) a,
#quick-start ul.navs li:nth-child(4) a {
  top: -15px;
}
#quick-start .footer {
  color: #fff;
  text-align: center;
  min-height: 90px;
  line-height: 90px;
  background: #5f6062;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#quick-start .footer span {
  font-size: 16px;
}
#quick-start .footer a {
  margin-left: 0px;
  width: 250px;
}
.learn-opentok-header {
  background-size: 1277px 372px;
}
.learn-opentok-header .container {
  padding: 0 !important;
}
.learn-opentok-header strong,
.learn-opentok-header p {
  font-size: 20px;
  line-height: 36px;
  color: #5f6062;
}

/*span {
  font-size: 16px;
  font-weight: 400;
  color: #5f6062;
}*/
.second-mobile-link {
  margin: 0;
  padding: 3px 12px;
  border-left: #5f6062 solid 1px;
  margin-left: 7px;
}
.intro-section h3 {
  font-weight: 400;
  line-height: 25px;
}
.header-container {
  display: inline;
}
.first-topic {
  padding-bottom: 60px;
  display: inline-block;
  width: 800px;
}
.first-topic h4 {
  display: inline;
  margin-right: 30px;
}
.first-topic-content-landing-page {
  text-align: center;
}
.first-topic-content-congrats {
  text-align: left;
  margin-left: -17px;
}
.overview-first-topic-content {
  width: 550px;
}
.first-topic-overview-title {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.first-topic-button-container {
  padding-bottom: 30px;
}
.first-topic-button-container .btn-ghost-blue {
  margin-left: 30px;
}
.first-topic-mobile-container,
.first-topic-mobile-container ul,
.first-topic-mobile-container li,
.overview-first-topic-mobile-container > h4 {
  display: inline;
}
.first-topic-mobile-container h4,
.first-topic-mobile-container ul h4,
.first-topic-mobile-container li h4,
.overview-first-topic-mobile-container > h4 h4 {
  font-size: 14px;
}
.overview-first-topic-mobile-container {
  padding-bottom: 30px;
}
.overview-padding {
  padding-right: 30px;
}
.learn-opentok-right,
.learn-opentok-left {
  margin-left: 0 !important;
  float: left;
}
.align-right {
  text-align: right;
}
.topic-container-left,
.topic-container-right {
  display: inline-block;
  text-align: left;
  width: 350px;
  border-radius: 5px;
  border-width: 1px;
  border-color: #ced7db;
  border-style: solid;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.topic-container-left {
  margin-right: 90px;
}
.topic-container-right > div,
.topic-container-left > div {
  padding-left: 45px;
  padding-right: 30px;
}
.topic-container-right > div h3,
.topic-container-left > div h3,
.topic-container-right > div p,
.topic-container-left > div p {
  display: inline-block;
}
.topic-title-container {
  border-bottom: 1px solid #b8b8b8;
  background-color: #fafbfc;
  padding: 10px 30px 0;
}
h3.topic-title {
  margin-top: 0;
  margin-bottom: 12px;
}
.step-one-icon {
  position: relative;
}
.step-one-icon:before {
  content: "";
  display: block;
  height: 21px;
  width: 21px;
  background-image: url("/developer/img/icons/icon-step_1@2x.png");
  background-size: 21px 21px;
  position: absolute;
  left: -31px;
  top: 3px;
}
.step-two-icon {
  position: relative;
}
.step-two-icon:before {
  content: "";
  display: block;
  height: 21px;
  width: 21px;
  background-image: url("/developer/img/icons/icon-step_2@2x.png");
  background-size: 21px 21px;
  position: absolute;
  left: -31px;
  top: 3px;
}
.step-three-icon {
  position: relative;
}
.step-three-icon:before {
  content: "";
  display: block;
  height: 21px;
  width: 21px;
  background-image: url("/developer/img/icons/icon-step_3@2x.png");
  background-size: 21px 21px;
  position: absolute;
  left: -31px;
  top: 3px;
}
.step-four-icon {
  position: relative;
}
.step-four-icon:before {
  content: "";
  display: block;
  height: 21px;
  width: 21px;
  background-image: url("/developer/img/icons/icon-step_4@2x.png");
  background-size: 21px 21px;
  position: absolute;
  left: -31px;
  top: 3px;
}
.step-five-icon {
  position: relative;
}
.step-five-icon:before {
  content: "";
  display: block;
  height: 21px;
  width: 21px;
  background-image: url("/developer/img/icons/icon-step_5@2x.png");
  background-size: 21px 21px;
  position: absolute;
  left: -31px;
  top: 3px;
}
.step-six-icon {
  position: relative;
}
.step-six-icon:before {
  content: "";
  display: block;
  height: 21px;
  width: 21px;
  background-image: url("/developer/img/icons/icon-step_6@2x.png");
  background-size: 21px 21px;
  position: absolute;
  left: -31px;
  top: 3px;
}
.step-seven-icon {
  position: relative;
}
.step-seven-icon:before {
  content: "";
  display: block;
  height: 21px;
  width: 21px;
  background-image: url("/developer/img/icons/icon-step_7@2x.png");
  background-size: 21px 21px;
  position: absolute;
  left: -31px;
  top: 3px;
}
.first-topic-overview-title {
  position: relative;
}
.first-topic-overview-title:before {
  content: "";
  display: block;
  height: 30px;
  width: 35px;
  background-image: url("/developer/img/icons/icon-1_basic_video_chat@2x.png");
  background-size: 35px 30px;
  position: absolute;
  left: -47px;
  top: 2px;
  background-repeat: no-repeat;
}
.learn-opentok-row {
  padding-bottom: 30px !important;
}
.footer-container {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgba(0,63,95,0.04);
  padding-bottom: 25px;
  line-height: 24px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}
.footer-container p {
  font-size: 14px;
  margin-bottom: 10px;
}
.mobile-links {
  display: block;
}
.make-it-black,
.mobile-content {
  color: #202a2f !important;
}
.topic-buttons .not-in-web {
  font-size: 12px;
  font-weight: 300;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.topic-buttons .btn-thin {
  font-size: 9px;
  line-height: 26px;
}
.back {
  text-decoration: none;
  color: #5f6062;
  font-size: 14px;
  margin-left: 20px;
  top: 0;
}
.back:hover:before {
  left: -5px;
}
.back:before {
  content: "";
  display: block;
  top: 5px;
  width: 10px;
  height: 18px;
  position: absolute;
  background-image: url("/developer/img/icons/ctaarrow-gray-left@2x.png");
  background-size: 10px 18px;
  -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;
}
.learn-opentok-content-header,
.learn-opentok-content-header-large {
  color: #202a2f;
}
.border-bottom {
  border-bottom: 2px solid rgba(0,63,95,0.3);
  position: absolute;
  width: 100%;
}
.learn-opentok-container {
  position: relative;
  display: block;
}
.learn-opentok-container .learn-opentok-pagination {
  text-align: center;
  width: 250px;
  height: 30px;
  box-shadow: 0 0 0 1px #ced7db;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.learn-opentok-container .learn-opentok-pagination > ol {
  list-style: none;
  position: relative;
  height: 30px;
  padding: 0;
  margin: 0;
}
.learn-opentok-container .learn-opentok-pagination > ol > li {
  margin-left: -1px;
  height: 30px;
  float: left;
  width: 12.5%;
  border-left: 1px solid #ced7db;
  list-style-type: none;
  font-size: 14px;
}
.learn-opentok-container .learn-opentok-pagination > ol > li > a {
  line-height: 31px;
}
.learn-opentok-container {
  position: relative;
  display: block;
}
.learn-opentok-container .learn-opentok-pagination-seven-topics {
  text-align: center;
  width: 280px;
  height: 30px;
  box-shadow: 0 0 0 1px #ced7db;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.learn-opentok-container .learn-opentok-pagination-seven-topics .tooltip-div {
  width: 280px;
}
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol {
  list-style: none;
  position: relative;
  height: 30px;
  padding: 0;
  margin: 0;
}
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li {
  margin-left: -1px;
  height: 30px;
  float: left;
  width: 11.11111111111119%;
  border-left: 1px solid #ced7db;
  list-style-type: none;
  font-size: 14px;
}
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li > a {
  line-height: 24px;
}
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover .tooltip-div,
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover .tooltip-div:before,
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover .tooltip-div:after,
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover .tooltip-container {
  display: block;
}
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover:nth-child(1) .tooltip-div:before,
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover:nth-child(1) .tooltip-div:after,
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover:nth-child(1) .tooltip-div,
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover:nth-child(1) .tooltip-container {
  display: none;
}
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover:nth-child(2) .tooltip-div:before,
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover:nth-child(2) .tooltip-div:after {
  left: 17%;
}
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover:nth-child(3) .tooltip-div:before,
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover:nth-child(3) .tooltip-div:after {
  left: 28%;
}
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover:nth-child(4) .tooltip-div:before,
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover:nth-child(4) .tooltip-div:after {
  left: 39%;
}
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover:nth-child(5) .tooltip-div:before,
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover:nth-child(5) .tooltip-div:after {
  left: 51%;
}
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover:nth-child(6) .tooltip-div:before,
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover:nth-child(6) .tooltip-div:after {
  left: 62%;
}
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover:nth-child(7) .tooltip-div:before,
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover:nth-child(7) .tooltip-div:after {
  left: 73%;
}
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover:nth-child(8) .tooltip-div:before,
.learn-opentok-container .learn-opentok-pagination-seven-topics > ol > li:hover:nth-child(8) .tooltip-div:after {
  left: 84%;
}
.pagination-list {
  position: relative;
}
.pagination-list li:hover {
  box-shadow: 0 0 0 1.5px #09c;
}
.learn-opentok-pagination-bottom-adjust {
  top: 20px !important;
}
.arrow-left {
  background-image: url("/developer/img/icons/ctaarrow-blue-left@2x.png");
  background-position: center;
  background-size: 10px 18px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.arrow-right {
  width: 10px;
  height: 18px;
  background-image: url("/developer/img/icons/ctaarrow-blue@2x.png");
  background-position: center;
  background-size: 10px 18px;
  background-repeat: no-repeat;
}
.current-topic {
  background-color: #09c;
}
.current-topic a {
  color: #fff;
}
p.back-to-tutorials,
p.back-to-overview {
  display: block;
  text-decoration: none;
  color: #5f6062;
  font-size: 14px;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 14px;
}
p.back-to-tutorials:hover:before,
p.back-to-overview:hover:before {
  left: -10px;
  top: 5px;
}
p.back-to-tutorials:before,
p.back-to-overview:before {
  content: "";
  display: block;
  left: 0;
  top: 5px;
  width: 10px;
  height: 18px;
  position: absolute;
  background-image: url("/developer/img/icons/ctaarrow-gray-left@2x.png");
  background-size: 10px 18px;
  -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;
}
.back-to-tutorials h1 {
  margin-top: 0 !important;
}
.tutorial-overview-container {
  padding-bottom: 60px;
}
.tutorial-overview-div {
  position: relative;
  background: rgba(197,188,180,0.1);
  border-bottom: 2px solid rgba(0,63,95,0.3);
  height: 100px;
  width: 550px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tutorial-overview-div:after,
.tutorial-overview-div:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tutorial-overview-div:before {
  border-color: rgba(194,225,245,0);
  border-top-color: rgba(0,63,95,0.3);
  border-width: 17px;
  margin-left: -17px;
}
.tutorial-overview-div:after {
  border-color: rgba(136,183,213,0);
  border-top-color: #f5f7f9;
  border-width: 14px;
  margin-left: -14px;
}
.tutorial-overview-content-left,
.tutorial-overview-content-right {
  text-align: center;
  height: 70%;
  width: 49.8%;
  float: left;
}
.tutorial-overview-content-right {
  margin: 0;
  padding: 0;
  border-left: rgba(32,42,47,0.2) solid 1px;
}
.tutorial-overview-content-right:before {
  box-shadow: 0 0 0 1px #5f6062;
  height: 55px;
  width: 55px;
  z-index: -10;
}
.tutorial-overview-content-left {
  margin: 0;
  padding: 0;
  border-right: rgba(32,42,47,0.2) solid 1px;
}
.tutorial-overview-estimate-top {
  margin-bottom: 0;
  margin-top: 10px;
}
.tutorial-overview-estimate-bottom {
  margin-top: 0;
}
.tutorial-overview-top-div {
  height: 15px;
}
.topic-container-overview-left,
.topic-container-overview-right {
  display: block;
  text-align: left;
  width: 550px;
  border-radius: 5px;
  border-width: 1px;
  border-color: #ced7db;
  border-style: solid;
  background-color: #fff;
  position: relative;
  clear: both;
}
.topic-content-container {
  padding-bottom: 30px;
}
.topic-content-container .btn-blue {
  margin-right: 20px;
}
.topic-content-container p {
  font-size: 14px;
  line-height: 24px;
}
.topic-container-overview-left {
  margin-left: auto;
  margin-right: 0;
}
.right-arrow-out:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -179px;
  top: 151px;
  background-image: url("/developer/img/icons/vector-arrow_right@2x.png");
  width: 178px;
  height: 164px;
  background-size: 178px 164px;
  background-position: center;
  background-repeat: no-repeat;
}
.left-arrow-out:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -179px;
  top: 127px;
  background-image: url("/developer/img/icons/vector-arrow_left@2x.png");
  width: 178px;
  height: 164px;
  background-size: 178px 164px;
  background-position: center;
  background-repeat: no-repeat;
}
.topic-overview-arrow-right,
.topic-overview-arrow-left {
  margin-bottom: 90px;
}
.topic-container-overview-right > div,
.topic-container-overview-left > div {
  padding-left: 45px;
  padding-right: 30px;
}
.topic-container-overview-right > div h3,
.topic-container-overview-left > div h3,
.topic-container-overview-right > div p,
.topic-container-overview-left > div p {
  display: inline-block;
}
.learn-opentok-overview-footer-container {
  height: 100px;
  margin: 0;
  text-align: right;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 0 60px;
  background-size: 1277px 372px;
  background-color: #5f6062;
  text-align: center;
}
.learn-opentok-overview-footer-container .learn-opentok-overview-footer {
  height: 100px;
  background-color: #5f6062;
  width: 100%;
}
.learn-opentok-overview-footer-container .learn-opentok-overview-footer-content-container > p {
  color: #f1eeeb !important;
}
.learn-opentok-overview-footer-container .learn-opentok-overview-footer-content-container > p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.need-more-resources > span {
  font-weight: 800;
}
.need-more-resources > a {
  color: #f1eeeb !important;
  font-weight: 800;
}
.additional-resources-title-container {
  width: 220px;
  margin: 0 auto;
}
.additional-resources-title-container > h3 {
  color: #f1eeeb !important;
  padding-bottom: 15px;
  padding-top: 0;
  border-bottom: 1px solid #f1eeeb;
  margin-top: 0;
  margin-bottom: 20px;
}
.final-overview-step-container {
  margin-bottom: 30px;
}
.step-overview-buttons {
  text-align: right;
}
.step-overview-buttons .btn-thin {
  padding-left: 25px;
  padding-right: 25px;
}
.congrats-header {
  border-bottom: 2px solid rgba(0,63,95,0.3);
  margin-bottom: 30px;
  text-align: left;
}
.congrats-page-adjustment {
  padding-bottom: 30px;
}
.learn-opentok-congrats-footer-container {
  height: 100px;
  margin: 0;
  text-align: right;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 0 60px;
  background-size: 1277px 372px;
  background-color: #fff;
  text-align: center;
}
.learn-opentok-congrats-footer-container .learn-opentok-congrats-footer {
  background-color: #f9f9f9;
  margin: 0 auto;
}
.learn-opentok-congrats-footer-container .learn-opentok-congrats-footer h3 {
  margin-bottom: 30px;
}
.button-and-pagination-container {
  margin-top: 30px;
  margin-bottom: 60px;
}
#make-it-bolder {
  margin: 0 0 20px;
}
.congrats-mobile-container {
  margin-bottom: 45px;
}
#left-arrow {
  position: absolute;
  top: 0px;
  left: 1px;
}
#left-arrow:hover {
  box-shadow: 0 0 0 1.5px #09c;
}
#right-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0px;
  right: 1px;
}
#right-arrow:hover {
  box-shadow: 0 0 0 1.5px #09c;
}
#center-cards {
  margin: 0 auto;
}
.single-topic {
  padding-bottom: 45px;
}
.markdown-spacing {
  margin-bottom: 20px !important;
}
.center-lone-card {
  margin-right: -47%;
}
.tooltip-container {
  padding-bottom: 10px;
  position: absolute;
  top: -65px;
  left: 0px;
  display: none;
}
ol .tooltip-div {
  position: relative;
  background: #fff;
  border: 1px solid #ced7db;
  height: 50px;
  width: 250px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  display: none;
}
ol .tooltip-container > .tooltip-title {
  position: absolute;
  left: 22px;
  top: 6px;
  z-index: 1;
  line-height: 16px;
}
ol .tooltip-container > .tooltip-title > .tooltip-content {
  font-weight: bold;
}
ol li:hover .tooltip-div,
ol li:hover .tooltip-div:before,
ol li:hover .tooltip-div:after,
ol li:hover .tooltip-container {
  display: block;
}
ol li:hover:nth-child(1) .tooltip-div:before,
ol li:hover:nth-child(1) .tooltip-div:after,
ol li:hover:nth-child(1) .tooltip-div,
ol li:hover:nth-child(1) .tooltip-container {
  display: none;
}
ol li:hover:nth-child(2) .tooltip-div:before,
ol li:hover:nth-child(2) .tooltip-div:after {
  left: 19%;
}
ol li:hover:nth-child(3) .tooltip-div:before,
ol li:hover:nth-child(3) .tooltip-div:after {
  left: 31.5%;
}
ol li:hover:nth-child(4) .tooltip-div:before,
ol li:hover:nth-child(4) .tooltip-div:after {
  left: 44%;
}
ol li:hover:nth-child(5) .tooltip-div:before,
ol li:hover:nth-child(5) .tooltip-div:after {
  left: 56.5%;
}
ol li:hover:nth-child(6) .tooltip-div:before,
ol li:hover:nth-child(6) .tooltip-div:after {
  left: 69%;
}
ol li:hover:nth-child(7) .tooltip-div:before,
ol li:hover:nth-child(7) .tooltip-div:after {
  left: 81.5%;
}
.tooltip-content-container {
  position: absolute;
  z-index: 1;
  left: 10px;
  height: 49px;
  line-height: 17px;
  margin-top: 10px;
  text-align: left;
  width: 100%;
}
.tooltip-content {
  font-weight: bold;
}
.tooltip-div:after,
.tooltip-div:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  display: none;
}
.tooltip-div:before {
  border-color: rgba(194,225,245,0);
  border-top-color: #ced7db;
  border-width: 9px;
  margin-left: -11px;
}
.tooltip-div:after {
  border-color: rgba(136,183,213,0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -10px;
}
.second-button {
  margin-left: 30px;
}
.mobile-message-on-congrats-page {
  text-align: center;
  padding-bottom: 30px;
  margin: 0 auto;
  margin-right: 45px;
  margin-top: 25px;
}
.mobile-message-on-congrats-page h4 {
  display: inline;
  margin-right: 30px;
}
.get-start-box.wide {
  width: 350px;
  margin-top: 0;
  padding-left: 0;
}
.get-start-box.wide p {
  min-height: inherit;
}
.get-start-box.wide.left {
  padding-right: 76px;
}
.get-start-box.wide.right {
  padding-right: 0;
  margin-right: 0;
}
.want-more .divider-line {
  margin-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #ddd;
  width: 296px;
}
.want-more p {
  font-size: 20px;
  margin-bottom: 32px;
}
.want-more p b {
  color: #09c;
}
pre > code {
	font-size: 14px;
	font-family: 'Inconsolata', monospace;
}
.pagination li{
	display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    text-decoration: none;
    color: #717171;
	cursor: pointer;
}
.pagination li a{
	text-decoration: none;
}
.pagination li.active{
	background: #f2f2f2;
}
#formSearchDoc{
	margin-bottom: 5px;
}
