body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,img {
  border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,th {
  text-align: left;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,q:after {
  content: '';
}

abbr,acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,button,textarea,select,optgroup,option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,button,textarea,select {
  *font-size: 100%;
}

article,aside,dialog,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

iframe {
  position: absolute;
}

html {
  background: transparent;
  background: -webkit-linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0));
  background: -moz-linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0));
  background: -ms-linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0));
  background: -o-linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0));
  background: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0));
  background-color: #e8ebef;
  background-repeat: no-repeat;
  font-family: Arial,sans-serif;
  height: 100%;
}

html#no-background {
  background: 0;
}

body {
  min-height: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  html {
    font-family: "HelveticaNeue",Helvetica,Arial,sans-serif;
  }
}

a {
  color: #008cdd;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #222;
  text-decoration: underline;
}

a:hover span.arrow {
  color: #222;
  text-decoration: underline;
}

a:hover span.arrow:after {
  background-position: -23px 50% !important;
}

a:hover.arrow:after {
  background-position: -23px 50% !important;
}

a.arrow,span.arrow {
  position: relative;
  padding-right: 9px;
}

a.arrow:after,span.arrow:after {
  pointer-events: none;
  content: " ";
  display: block;
  position: absolute;
  right: 1px;
  top: 0;
  height: 100%;
  width: 3px;
  background: url(../img/anchor-arrow-solid.png) 0 50% no-repeat;
}

span.arrow {
  color: #008cdd;
}

a.red {
  color: red;
}

a.red:hover {
  color: #333;
}

div#background {
  display: none;
}

div#header {
  height: 70px;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

div#header h1 {
  text-indent: -999em;
  float: left;
  margin: 20px 0 0 -1px;
  width: 72px;
  height: 31px;
}

div#header h1 a {
  background: url(../img/logoc81e.png?2) no-repeat;
  display: block;
  height: 31px;
  -webkit-transition: opacity 200ms ease,-webkit-transform 0 ease;
  -moz-transition: opacity 200ms ease,-moz-transform 0 ease;
  -o-transition: opacity 200ms ease,-o-transform 0 ease;
  transition: opacity 200ms ease,transform 0 ease;
}

div#header h1 a:hover {
  opacity: .75;
}

div.navigation {
  padding-top: 24px;
  position: relative;
}

div.navigation div.signin {
  float: right;
}

div.navigation div.signin a {
  font-size: 12px;
  text-decoration: none;
  padding: 1px;
  height: 26px;
  display: block;
  position: relative;
  top: -3px;
  margin-left: 4px;
  background: #adb2bb;
  background: transparent;
  background: -webkit-linear-gradient(#ccd0d6,#adb2bb);
  background: -moz-linear-gradient(#ccd0d6,#adb2bb);
  background: -ms-linear-gradient(#ccd0d6,#adb2bb);
  background: -o-linear-gradient(#ccd0d6,#adb2bb);
  background: linear-gradient(#ccd0d6,#adb2bb);
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  -o-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  -webkit-transition: -webkit-box-shadow .1s ease-in-out;
  -moz-transition: -moz-box-shadow .1s ease;
}

div.navigation div.signin span {
  display: block;
  background: #fafbfc;
  padding: 5px 17px;
  height: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background: #f6f9fc;
  background: transparent;
  background: -webkit-linear-gradient(white,#eff1f4);
  background: -moz-linear-gradient(white,#eff1f4);
  background: -ms-linear-gradient(white,#eff1f4);
  background: -o-linear-gradient(white,#eff1f4);
  background: linear-gradient(white,#eff1f4);
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  -ms-box-shadow: inset 0 1px 0 white;
  -o-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
}

div.navigation div.signin a:hover {
  background: #008cdd;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;
  -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;
  -o-box-shadow: 0 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;
  box-shadow: 0 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;
}

div.navigation div.signin a:active {
  background: #008cdd;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;
  -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;
  -o-box-shadow: 0 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;
  box-shadow: 0 1px 0 rgba(0,0,0,0.05),0 0 4px #28a0e5;
}

div.navigation div.signin a:active span {
  color: #444;
  background: transparent;
  background: -webkit-linear-gradient(#e6e8eb,#eff1f4);
  background: -moz-linear-gradient(#e6e8eb,#eff1f4);
  background: -ms-linear-gradient(#e6e8eb,#eff1f4);
  background: -o-linear-gradient(#e6e8eb,#eff1f4);
  background: linear-gradient(#e6e8eb,#eff1f4);
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  -ms-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  -o-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
}

div.navigation ul.global {
  float: right;
  margin-right: 12px;
  position: relative;
  padding: 2px 6px;
}

div.navigation ul.global::before,div.navigation ul.global::after {
  content: "";
  position: absolute;
  width: 1px;
  top: -1px;
  bottom: -2px;
  background-repeat: no-repeat;
  background-size: 1px 100%;
}

div.navigation ul.global::before {
  right: 1px;
  background-image: -webkit-linear-gradient(rgba(181,188,202,0),rgba(181,188,202,0.75) 30%,rgba(181,188,202,0.75) 70%,rgba(181,188,202,0));
  background-image: -moz-linear-gradient(rgba(181,188,202,0),rgba(181,188,202,0.75) 30%,rgba(181,188,202,0.75) 70%,rgba(181,188,202,0));
  background-image: -o-linear-gradient(rgba(181,188,202,0),rgba(181,188,202,0.75) 30%,rgba(181,188,202,0.75) 70%,rgba(181,188,202,0));
  background-image: -ms-linear-gradient(rgba(181,188,202,0),rgba(181,188,202,0.75) 30%,rgba(181,188,202,0.75) 70%,rgba(181,188,202,0));
  background-image: linear-gradient(rgba(181,188,202,0),rgba(181,188,202,0.75) 30%,rgba(181,188,202,0.75) 70%,rgba(181,188,202,0));
}

div.navigation ul.global::after {
  right: 0;
  background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.6) 50%,rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.6) 50%,rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.6) 50%,rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.6) 50%,rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0.6) 50%,rgba(255,255,255,0));
}

div.navigation ul.global li {
  display: block;
  float: left;
  padding: 0 2px;
}

div.navigation ul.global a {
  display: block;
  font-size: 11px;
  color: #595f69;
  padding: 3px 10px;
  text-shadow: 0 1px 0 white;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: color 150ms ease;
}

div.navigation ul.global a:not(.selected):hover {
  color: #000;
  text-shadow: none;
}

div.navigation ul.global a.selected {
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  background: transparent;
  background: -webkit-linear-gradient(rgba(168,176,188,0.4),rgba(168,176,188,0.15));
  background: -moz-linear-gradient(rgba(168,176,188,0.4),rgba(168,176,188,0.15));
  background: -ms-linear-gradient(rgba(168,176,188,0.4),rgba(168,176,188,0.15));
  background: -o-linear-gradient(rgba(168,176,188,0.4),rgba(168,176,188,0.15));
  background: linear-gradient(rgba(168,176,188,0.4),rgba(168,176,188,0.15));
  box-shadow: inset 0 0 1px rgba(114,125,150,0.4),inset 0 1px 0 rgba(114,125,150,0.4),0 1px 0 rgba(255,255,255,0.7);
}

div.event-catcher {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 150;
}

div#header div.account-dropdown-view {
  color: #555;
  margin: 3px -22px 0 0;
  float: right;
  width: 143px;
  position: relative;
  height: 17px;
}

div#header div.account-dropdown-view a.account {
  font-size: 11px;
  line-height: 16px;
  color: #555;
  position: absolute;
  z-index: 145;
  display: block;
  padding: 11px 0 0 14px;
  height: 28px;
  width: 121px;
  margin: -11px 0 -0 -10px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  top: 0;
  text-decoration: none;
  background: url(../img/merch/header/arrow.png) 116px 17px no-repeat;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.account-dropdown-view a {
  cursor: pointer;
  -webkit-touch-callout: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.account-dropdown-view a img {
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  user-drag: none;
}

div#header div.account-dropdown-view.shown a.account {
  background-color: #fff;
  opacity: .5;
  color: #000;
}

div#header div.account-dropdown-view a.account:hover {
  color: #000;
}

div#header div.account-dropdown-view a.account:active {
  top: 1px;
  height: 27px;
}

div#header div.account-dropdown-view em {
  display: block;
  float: left;
  margin-right: 10px;
  z-index: 100;
  position: relative;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

div#header div.account-dropdown-view img {
  opacity: .0;
}

div#header div.submenu {
  background: #fff;
  position: absolute;
  top: -12px;
  left: -20px;
  z-index: 140;
  width: 135px;
  display: none;
  margin-left: 10px;
  padding: 40px 0 5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.45);
  -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.45);
  -ms-box-shadow: 0 2px 8px rgba(0,0,0,0.45);
  -o-box-shadow: 0 2px 8px rgba(0,0,0,0.45);
  box-shadow: 0 2px 8px rgba(0,0,0,0.45);
}

div#header div.account-dropdown-view.shown div.submenu {
  display: block !important;
}

div#header div.account-dropdown-view ul {
  font-size: 11px;
  border-top: 1px solid #e8e8e8;
  padding-top: 4px;
}

div#header div.account-dropdown-view li div.divider {
  margin: 4px 8px;
  height: 1px;
  background: #eee;
}

div#header div.account-dropdown-view li a {
  display: block;
  padding: 6px 15px;
  color: #333;
  font-family: arial;
  font-weight: bold;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

div#header div.account-dropdown-view li a:hover,div#header div.account-dropdown-view li a.selected {
  background: #155fb0;
  border-top-color: #558ed1;
  border-bottom-color: #155fb0;
  background: transparent;
  background: -webkit-linear-gradient(#77b7ff,#017aff);
  background: -moz-linear-gradient(#77b7ff,#017aff);
  background: -ms-linear-gradient(#77b7ff,#017aff);
  background: -o-linear-gradient(#77b7ff,#017aff);
  background: linear-gradient(#77b7ff,#017aff);
  -webkit-box-shadow: inset 0 1px 0 #98c9ff;
  -moz-box-shadow: inset 0 1px 0 #98c9ff;
  -ms-box-shadow: inset 0 1px 0 #98c9ff;
  -o-box-shadow: inset 0 1px 0 #98c9ff;
  box-shadow: inset 0 1px 0 #98c9ff;
  background: #008cdd;
  border-top-color: #28a0e5;
  border-bottom-color: #015e94;
  background: transparent;
  background: -webkit-linear-gradient(#7dc5ee,#008cdd);
  background: -moz-linear-gradient(#7dc5ee,#008cdd);
  background: -ms-linear-gradient(#7dc5ee,#008cdd);
  background: -o-linear-gradient(#7dc5ee,#008cdd);
  background: linear-gradient(#7dc5ee,#008cdd);
  -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,0.25);
  -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,0.25);
  -ms-box-shadow: inset 0 1px 1px rgba(255,255,255,0.25);
  -o-box-shadow: inset 0 1px 1px rgba(255,255,255,0.25);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.25);
  color: #fff;
  text-shadow: 0 -1px rgba(0,0,0,0.2);
  text-decoration: none;
}

div#header div.account-dropdown-view ul.child li a {
  padding-left: 30px;
}

div#header div.account-dropdown-view ul.child li a {
  color: #777;
  font-weight: normal;
}

div#header div.account-dropdown-view ul.child li a:hover {
  color: #fff;
}

div#header div.account-dropdown-view li a:active,div#header div.account-dropdown-view ul.child li a:active {
  color: #eee;
  -webkit-box-shadow: inset 0 1px 0 #8dbaed;
  -moz-box-shadow: inset 0 1px 0 #8dbaed;
  -ms-box-shadow: inset 0 1px 0 #8dbaed;
  -o-box-shadow: inset 0 1px 0 #8dbaed;
  box-shadow: inset 0 1px 0 #8dbaed;
  background: transparent;
  background: -webkit-linear-gradient(#69a5ed,#106ded);
  background: -moz-linear-gradient(#69a5ed,#106ded);
  background: -ms-linear-gradient(#69a5ed,#106ded);
  background: -o-linear-gradient(#69a5ed,#106ded);
  background: linear-gradient(#69a5ed,#106ded);
}

div#footer {
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  padding: 30px 0 100px;
  position: relative;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  text-align: left;
}

div#footer a {
  color: #999;
  text-decoration: none;
}

div#footer a:hover {
  color: #222;
  text-decoration: under;
}

div#footer p {
  color: #999;
  display: inline;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 30px;
}

div#footer ul {
  padding-left: 10px;
  display: inline;
}

div#footer ul li {
  display: inline;
  padding-right: 7px;
}

div#footer ul.lesser {
  padding-left: 0;
}

div#footer ul.lesser a {
  color: #aaa;
}

div#footer ul.lesser a:hover {
  color: #222;
}

div#footer div.country-dropdown-view {
  position: relative;
  -webkit-user-select: none;
  cursor: default;
}

div#footer div.country-dropdown-view a.select {
  position: relative;
  top: -5px;
  left: -1px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  float: left;
  margin-right: 10px;
  height: 20px;
  padding: 1px;
  border-right: 1px solid #cfd4dc;
  -webkit-touch-callout: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

div#footer div.country-dropdown-view a.select img {
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  user-drag: none;
}

div#footer div.country-dropdown-view a.select span {
  position: relative;
  height: 20px;
  padding-left: 30px;
  padding-right: 15px;
  display: block;
}

div#footer div.country-dropdown-view a.select span img {
  position: absolute;
  left: 0;
  top: 2px;
}

div#footer div.country-dropdown-view a.select span strong {
  text-shadow: 0 1px 0 #fff;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  top: 1px;
}

div#footer div.country-dropdown-view div.popover {
  display: none;
  position: absolute;
  z-index: 200;
  width: 260px;
  left: -20px;
  background: #fff;
  background: transparent;
  background: -webkit-linear-gradient(white,#ecf0f4);
  background: -moz-linear-gradient(white,#ecf0f4);
  background: -ms-linear-gradient(white,#ecf0f4);
  background: -o-linear-gradient(white,#ecf0f4);
  background: linear-gradient(white,#ecf0f4);
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3),0 3px 8px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3),0 3px 8px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 0 2px rgba(0,0,0,0.3),0 3px 8px rgba(0,0,0,0.3);
  -o-box-shadow: 0 0 2px rgba(0,0,0,0.3),0 3px 8px rgba(0,0,0,0.3);
  box-shadow: 0 0 2px rgba(0,0,0,0.3),0 3px 8px rgba(0,0,0,0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  text-shadow: 0 1px 0 #fff;
  font-size: 14px;
  opacity: .0;
  -webkit-transform: scale3d(0,0,1);
  -moz-transform: scale(0,0);
}

div#footer div.country-dropdown-view div.popover.show-animation {
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.33,1.66,0.66,0.99),opacity 400ms ease;
  -moz-transition: -moz-transform 400ms cubic-bezier(0.33,1.66,0.66,0.99),opacity 400ms ease;
}

div#footer div.country-dropdown-view div.popover.hide-animation {
  -webkit-transition: -webkit-transform 400ms ease,opacity 400ms ease;
  -moz-transition: -moz-transform 400ms ease,opacity 400ms ease;
}

div#footer div.country-dropdown-view div.popover.shown {
  opacity: 1.0;
  -webkit-transform: scale3d(1,1,1);
  -moz-transform: scale(1,1);
}

div#footer div.country-dropdown-view div.popover div.arrow {
  position: absolute;
  width: 26px;
  height: 17px;
  left: 0;
  bottom: -17px;
  background: url(../img/international/bezel/arrow.png);
}

div#footer div.country-dropdown-view div.popover h4 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #434c52;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-size: 16px;
}

div#footer div.country-dropdown-view div.popover h4::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  height: 1px;
  background: transparent;
  background: -webkit-linear-gradient(left,rgba(214,222,226,0),#d6dee2,rgba(214,222,226,0));
  background: -moz-linear-gradient(left,rgba(214,222,226,0),#d6dee2,rgba(214,222,226,0));
  background: -ms-linear-gradient(left,rgba(214,222,226,0),#d6dee2,rgba(214,222,226,0));
  background: -o-linear-gradient(left,rgba(214,222,226,0),#d6dee2,rgba(214,222,226,0));
  background: linear-gradient(left,rgba(214,222,226,0),#d6dee2,rgba(214,222,226,0));
}

div#footer div.country-dropdown-view div.popover ul {
  display: block;
  padding: 15px;
}

div#footer div.country-dropdown-view div.popover li {
  display: block;
  padding: 0;
  margin-bottom: 3px;
}

div#footer div.country-dropdown-view div.popover li a {
  color: #5a6770;
  text-decoration: none;
  display: block;
  position: relative;
  height: 25px;
  line-height: 25px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding-left: 38px;
}

div#footer div.country-dropdown-view div.popover li a img {
  position: absolute;
  left: 7px;
  top: 3px;
}

div#footer div.country-dropdown-view div.popover li a.selected {
  background-image: url("../img/international/selected.png");
  background-size: 16px 17px;
  background-position: 204px 50%;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  div#footer div.country-dropdown-view div.popover li a.selected {
    background-image: url("../img/international/selected%402x.png");
  }
}

div#footer div.country-dropdown-view div.popover li a:hover,div#footer div.country-dropdown-view div.popover li a.hover {
  background-color: #eceff2;
  border-color: #d1d6d9;
}

div#footer div.country-dropdown-view div.popover li a:active {
  background-color: #e4e7eb;
  border-color: #bac1c6;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.18);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.18);
  -ms-box-shadow: inset 0 1px 2px rgba(0,0,0,0.18);
  -o-box-shadow: inset 0 1px 2px rgba(0,0,0,0.18);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.18);
}

div.country-dropdown-overlay {
  display: none;
  background: transparent;
  background: -webkit-linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3) 60%,rgba(0,0,0,0));
  background: -moz-linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3) 60%,rgba(0,0,0,0));
  background: -ms-linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3) 60%,rgba(0,0,0,0));
  background: -o-linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3) 60%,rgba(0,0,0,0));
  background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3) 60%,rgba(0,0,0,0));
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: .0;
  -webkit-transition: opacity 400ms ease,-webkit-transform 0 ease;
  -moz-transition: opacity 400ms ease,-moz-transform 0 ease;
  -o-transition: opacity 400ms ease,-o-transform 0 ease;
  transition: opacity 400ms ease,transform 0 ease;
}

div.country-dropdown-overlay.shown {
  opacity: 1.0;
}

div.box {
  position: relative;
  opacity: 1.0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 2px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 2px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2);
  box-shadow: 0 0 2px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2);
}

form.basic {
  font-size: 13px;
  line-height: 19px;
}

form.basic label {
  color: #555;
  font-weight: bold;
}

form.basic label abbr {
  display: none;
}

form.basic input,form.basic textarea {
  width: 184px;
  padding: 7px 7px;
  border: 1px solid #bbb;
  border-top-color: #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.18);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.18);
  -ms-box-shadow: inset 0 1px 2px rgba(0,0,0,0.18);
  -o-box-shadow: inset 0 1px 2px rgba(0,0,0,0.18);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.18);
  -webkit-font-smoothing: antialiased;
}

form.basic input:focus,form.basic textarea:focus {
  outline: 0;
  border: 1px solid #5695db;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.18),0 0 5px #5695db;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.18),0 0 5px #5695db;
  -ms-box-shadow: inset 0 1px 2px rgba(0,0,0,0.18),0 0 5px #5695db;
  -o-box-shadow: inset 0 1px 2px rgba(0,0,0,0.18),0 0 5px #5695db;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.18),0 0 5px #5695db;
}

form.basic input.disabled,form.basic textarea.disabled {
  opacity: .5;
}

form.basic textarea {
  resize: vertical;
  line-height: 20px;
}

form.basic p {
  margin-bottom: 10px;
}

div.standard-content h1 {
  font-size: 29px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #222;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
}

div.standard-content h2 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 32px;
  padding: 6px 0;
  font-weight: bold;
  color: #333;
}

div.standard-content h3 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 6.66667px;
  color: #333;
  font-weight: bold;
}

div.standard-content p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #333;
}

div.standard-content code {
  background: #f3f9ff;
  font-weight: bold;
}

div.standard-content pre {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
  background: #f3f9ff;
  border: 1px solid #cce4ff;
  padding: 17px;
  overflow: auto;
  width: 603px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

div.standard-content pre code {
  font-size: 12px;
  background: 0;
  border: 0;
  font-weight: normal;
}

div.standard-content ul,div.standard-content ol {
  margin-bottom: 20px;
  color: #333;
}

div.standard-content li {
  font-size: 13px;
  line-height: 20px;
  margin-left: 20px;
}

div.standard-content ul li {
  list-style-type: disc;
}

div.standard-content ol li {
  list-style-type: decimal;
}

div.standard-content ul ul li {
  list-style-type: circle;
}

div.standard-content strong {
  font-weight: bold;
}

div.standard-content em {
  font-style: italic;
}

div.box-separator {
  height: 1px;
  width: 940px;
  margin: 0 auto;
  background: transparent;
  background: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.1),rgba(0,0,0,0));
  background: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.1),rgba(0,0,0,0));
  background: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.1),rgba(0,0,0,0));
  background: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.1),rgba(0,0,0,0));
  background: linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.1),rgba(0,0,0,0));
}

div.grid:after,.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

div.grid div.part.left {
  float: left;
}

div.grid div.part.right {
  float: right;
}

div.grid div.part.half {
  width: 48%;
}

div.grid div.part.half.left {
  margin-right: 1%;
}

div.grid div.part.half.right {
  margin-left: 1%;
}

div.grid div.part.third {
  width: 33%;
  float: left;
}

div.grid div.part.fourth {
  width: 25%;
  float: left;
}

div.grid div.part.fifth {
  width: 20%;
  float: left;
}

div#header,div#introduction,div#action,div#tour,div#notify,div.invite-info,div.box,div#footer {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

div#action {
  width: 938px;
}

div.invite-info {
  width: 930px;
}

div#header div.signin,div#introduction h1,div#introduction h2,#frontpage a.button,#frontpagebutton.button,div#tour h2,div#js ul h3,div#notify h2,div#notify label,div#notify input,div.invite-info,div#main-navigation,a.pill,div#section div.dashboard-view div.overview h3,div.detail-header h2,div.switch-view label,div#breadcrumbs,div#section div.group div.header,div#section div.bottom-control,div.chart-tooltip-view span,div.plans-list-view div.items-list span.price,div.dashboard-view div.details strong,div#sezction div.dashboard-view h2,div#get-started p,div#info div.tip,#modal h2 {
  -webkit-font-smoothing: antialiased;
}

div#get-started {
  border-top: 1px solid #ebebeb;
  text-align: center;
  padding: 38px 0;
  margin: 0 60px;
}

div#get-started p {
  color: #999;
  font-size: 20px;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
}

div#get-started a {
  margin-left: 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.36);
}

div#get-started a span {
  text-shadow: 0 1px 1px rgba(0,0,0,0.53);
  font-size: 14px;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a.button,button.button,strong.button,div.button {
  border: 0;
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 1px;
  display: inline-block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.075);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.075);
  -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.075);
  -o-box-shadow: 0 1px 0 rgba(0,0,0,0.075);
  box-shadow: 0 1px 0 rgba(0,0,0,0.075);
  -webkit-touch-callout: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a.button img,button.button img,strong.button img,div.button img {
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  user-drag: none;
}

a.button span,button.button span,strong.button span,div.button span {
  display: block;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

a.button:active span,a.button.active span,button.button:active span,button.button.active span,strong.button:active span,strong.button.active span,div.button:active span,div.button.active span {
  color: #eee;
}

a.button:hover,button.button:hover,strong.button:hover,div.button:hover {
  cursor: pointer;
}

a.button.disabled,button.button.disabled,strong.button.disabled,div.button.disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

a.button.disabled img,button.button.disabled img,strong.button.disabled img,div.button.disabled img {
  opacity: .7;
}

a.button.blue,button.button.blue,strong.button.blue,div.button.blue {
  background: #015e94;
  background: -webkit-linear-gradient(#28a0e5,#015e94);
  background: -moz-linear-gradient(#28a0e5,#015e94);
  background: -ms-linear-gradient(#28a0e5,#015e94);
  background: -o-linear-gradient(#28a0e5,#015e94);
  background: linear-gradient(#28a0e5,#015e94);
}

a.button.blue span,button.button.blue span,strong.button.blue span,div.button.blue span {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background: #1275ff;
  background: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
  background: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
  background: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
  background: -o-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
  background: linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
}

a.button.blue:active,a.button.blue.active,button.button.blue:active,button.button.blue.active,strong.button.blue:active,strong.button.blue.active,div.button.blue:active,div.button.blue.active {
  background: #005d93;
}

a.button.blue:active span,a.button.blue.active span,button.button.blue:active span,button.button.blue.active span,strong.button.blue:active span,strong.button.blue.active span,div.button.blue:active span,div.button.blue.active span {
  color: #eee;
  background: #008cdd;
  background: transparent;
  background: -webkit-linear-gradient(#008cdd,#008cdd 85%,#239adf);
  background: -moz-linear-gradient(#008cdd,#008cdd 85%,#239adf);
  background: -ms-linear-gradient(#008cdd,#008cdd 85%,#239adf);
  background: -o-linear-gradient(#008cdd,#008cdd 85%,#239adf);
  background: linear-gradient(#008cdd,#008cdd 85%,#239adf);
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  -ms-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  -o-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
}

a.button.blue.disabled,button.button.blue.disabled,strong.button.blue.disabled,div.button.blue.disabled {
  opacity: .45;
}

a.button.red,button.button.red,strong.button.red,div.button.red {
  background: #940101;
  background: transparent;
  background: -webkit-linear-gradient(#e52828,#940101);
  background: -moz-linear-gradient(#e52828,#940101);
  background: -ms-linear-gradient(#e52828,#940101);
  background: -o-linear-gradient(#e52828,#940101);
  background: linear-gradient(#e52828,#940101);
}

a.button.red span,button.button.red span,strong.button.red span,div.button.red span {
  background: #af1510;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  background: transparent;
  background: -webkit-linear-gradient(#ee7d7d,#df1010 85%,#e43030);
  background: -moz-linear-gradient(#ee7d7d,#df1010 85%,#e43030);
  background: -ms-linear-gradient(#ee7d7d,#df1010 85%,#e43030);
  background: -o-linear-gradient(#ee7d7d,#df1010 85%,#e43030);
  background: linear-gradient(#ee7d7d,#df1010 85%,#e43030);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
}

a.button.red:active,a.button.red.active,button.button.red:active,button.button.red.active,strong.button.red:active,strong.button.red.active,div.button.red:active,div.button.red.active {
  background: #930000;
}

a.button.red:active span,a.button.red.active span,button.button.red:active span,button.button.red.active span,strong.button.red:active span,strong.button.red.active span,div.button.red:active span,div.button.red.active span {
  color: #eee;
  background: #df1010;
  background: transparent;
  background: -webkit-linear-gradient(#df1010,#df1010 85%,#e43030);
  background: -moz-linear-gradient(#df1010,#df1010 85%,#e43030);
  background: -ms-linear-gradient(#df1010,#df1010 85%,#e43030);
  background: -o-linear-gradient(#df1010,#df1010 85%,#e43030);
  background: linear-gradient(#df1010,#df1010 85%,#e43030);
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  -ms-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  -o-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
}

a.button.red.disabled,button.button.red.disabled,strong.button.red.disabled,div.button.red.disabled {
  opacity: .45;
}

a.button.grey,button.button.grey,strong.button.grey,div.button.grey {
  background: #adb2bb;
  background: transparent;
  background: -webkit-linear-gradient(#ccd0d6,#adb2bb);
  background: -moz-linear-gradient(#ccd0d6,#adb2bb);
  background: -ms-linear-gradient(#ccd0d6,#adb2bb);
  background: -o-linear-gradient(#ccd0d6,#adb2bb);
  background: linear-gradient(#ccd0d6,#adb2bb);
}

a.button.grey span,button.button.grey span,strong.button.grey span,div.button.grey span {
  display: block;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background: #f6f9fc;
  background: transparent;
  background: -webkit-linear-gradient(#f7f8fa,#eff1f4);
  background: -moz-linear-gradient(#f7f8fa,#eff1f4);
  background: -ms-linear-gradient(#f7f8fa,#eff1f4);
  background: -o-linear-gradient(#f7f8fa,#eff1f4);
  background: linear-gradient(#f7f8fa,#eff1f4);
  -webkit-box-shadow: inset 0 1px 0 white;
  -moz-box-shadow: inset 0 1px 0 white;
  -ms-box-shadow: inset 0 1px 0 white;
  -o-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
}

a.button.grey:active,a.button.grey.active,button.button.grey:active,button.button.grey.active,strong.button.grey:active,strong.button.grey.active,div.button.grey:active,div.button.grey.active {
  background: transparent;
  background: -webkit-linear-gradient(#b5bac2,#b5bac2);
  background: -moz-linear-gradient(#b5bac2,#b5bac2);
  background: -ms-linear-gradient(#b5bac2,#b5bac2);
  background: -o-linear-gradient(#b5bac2,#b5bac2);
  background: linear-gradient(#b5bac2,#b5bac2);
}

a.button.grey:active span,a.button.grey.active span,button.button.grey:active span,button.button.grey.active span,strong.button.grey:active span,strong.button.grey.active span,div.button.grey:active span,div.button.grey.active span {
  color: #444;
  background: transparent;
  background: -webkit-linear-gradient(#e6e8eb,#eff1f4);
  background: -moz-linear-gradient(#e6e8eb,#eff1f4);
  background: -ms-linear-gradient(#e6e8eb,#eff1f4);
  background: -o-linear-gradient(#e6e8eb,#eff1f4);
  background: linear-gradient(#e6e8eb,#eff1f4);
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  -ms-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  -o-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
}

a.button.grey.disabled,button.button.grey.disabled,strong.button.grey.disabled,div.button.grey.disabled {
  background: #dadce0;
}

a.button.grey.disabled span,button.button.grey.disabled span,strong.button.grey.disabled span,div.button.grey.disabled span {
  background: #f8f9fa;
  color: #aaa;
}

a.button.grey.disabled:hover,button.button.grey.disabled:hover,strong.button.grey.disabled:hover,div.button.grey.disabled:hover {
  background: #dadce0;
}

a.button.grey.disabled:hover span,button.button.grey.disabled:hover span,strong.button.grey.disabled:hover span,div.button.grey.disabled:hover span {
  background: #f8f9fa;
  color: #aaa;
}

a.button.small,button.button.small,strong.button.small,div.button.small {
  height: 20px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

a.button.small span,button.button.small span,strong.button.small span,div.button.small span {
  font-size: 11px;
  line-height: 20px;
  height: 20px;
  padding: 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

a.button.small img,button.button.small img,strong.button.small img,div.button.small img {
  float: left;
  margin: 6px 6px 0 0;
}

a.button.medium,button.button.medium,strong.button.medium,div.button.medium {
  height: 31px;
}

a.button.medium span,button.button.medium span,strong.button.medium span,div.button.medium span {
  display: block;
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  height: 31px;
  line-height: 31px;
}

a.button.medium img,button.button.medium img,strong.button.medium img,div.button.medium img {
  margin-right: 7px;
  position: relative;
  top: 1px;
}

a.button.disabled,button.button.disabled,strong.button.disabled,div.button.disabled {
  pointer-events: none;
}

a.button.disabled span,button.button.disabled span,strong.button.disabled span,div.button.disabled span {
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

a.button.disabled :hover,button.button.disabled :hover,strong.button.disabled :hover,div.button.disabled :hover {
  cursor: default;
}

a.button.disabled :hover span,button.button.disabled :hover span,strong.button.disabled :hover span,div.button.disabled :hover span {
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

button.button.medium span {
  height: 29px;
  line-height: 29px;
}

button.button.small span {
  height: 20px;
  line-height: 20px;
}

a.button.medium.rounded,button.button.medium.rounded,strong.buttom.medium.rounded {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}

a.button.medium.rounded span,button.button.medium.rounded span,strong.buttom.medium.rounded span {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}

div#about {
  background: #fff;
}

div#about div.title {
  margin: 0 60px;
  padding: 54px 0;
}

div#about div.title h1 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 31px;
  font-weight: 600;
  color: #222;
  margin: 6px 0;
  font-weight: 600;
}

div#about div.title p {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 22px;
  color: #aaa;
  margin-bottom: 6px;
}

div#about div#team {
  position: relative;
  padding: 60px 40px 20px;
  background-image: url("../img/about/cork2.jpg");
  background-size: 500px 500px;
  background-color: #af7c4a;
  background-size: 500px 500px;
  -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,0.5),inset 0 0 5px rgba(0,0,0,0.8);
  -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,0.5),inset 0 0 5px rgba(0,0,0,0.8);
  -ms-box-shadow: inset 0 2px 5px rgba(0,0,0,0.5),inset 0 0 5px rgba(0,0,0,0.8);
  -o-box-shadow: inset 0 2px 5px rgba(0,0,0,0.5),inset 0 0 5px rgba(0,0,0,0.8);
  box-shadow: inset 0 2px 5px rgba(0,0,0,0.5),inset 0 0 5px rgba(0,0,0,0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  div#about div#team {
    background-image: url("../img/about/cork2%402x.jpg");
  }
}

div#about div#team::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -webkit-radial-gradient(50% 50%,ellipse farthest-corner,rgba(0,0,0,0) 1%,rgba(0,0,0,0.35) 100%);
  background-image: -moz-radial-gradient(50% 50%,ellipse farthest-corner,rgba(0,0,0,0) 1%,rgba(0,0,0,0.35) 100%);
  pointer-events: none;
  z-index: 5;
}

div#about div#team a {
  margin-left: 20px;
  width: 100px;
  height: 120px;
  text-decoration: none;
  position: relative;
  z-index: 10;
  float: left;
  text-align: center;
  -webkit-transform: rotate3d(0,0,0,0);
  -webkit-transition: all 300ms ease;
}

div#about div#team a.no-link {
  cursor: default;
}

div#about div#team span.frame {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.8),0 2px 5px rgba(0,0,0,0.85);
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.8),0 2px 5px rgba(0,0,0,0.85);
  -ms-box-shadow: 0 0 2px rgba(0,0,0,0.8),0 2px 5px rgba(0,0,0,0.85);
  -o-box-shadow: 0 0 2px rgba(0,0,0,0.8),0 2px 5px rgba(0,0,0,0.85);
  box-shadow: 0 0 2px rgba(0,0,0,0.8),0 2px 5px rgba(0,0,0,0.85);
  pointer-events: none;
  background: #333;
  z-index: -1;
}

div#about div#team span.shadow {
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  opacity: .0;
  -webkit-transition: opacity 300ms ease,-webkit-transform 0 ease;
  -moz-transition: opacity 300ms ease,-moz-transform 0 ease;
  -o-transition: opacity 300ms ease,-o-transform 0 ease;
  transition: opacity 300ms ease,transform 0 ease;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.75);
  -ms-box-shadow: 0 6px 12px rgba(0,0,0,0.75);
  -o-box-shadow: 0 6px 12px rgba(0,0,0,0.75);
  box-shadow: 0 6px 12px rgba(0,0,0,0.75);
}

div#about div#team img {
  margin-bottom: 4px;
  position: relative;
  z-index: 20;
  -webkit-transition: all 300ms ease;
}

div#about div#team strong {
  -webkit-transform: rotate3d(0,0,0,0);
  -webkit-transition: all 300ms ease;
}

div#about div#team span.bio {
  position: absolute;
  z-index: 100;
  opacity: .0;
  display: none;
  pointer-events: none;
  width: 220px;
  text-align: left;
  margin-top: -10px;
  color: #ddd;
  background: #000;
  font-size: 14px;
  line-height: 16px;
  background: black;
  background: -webkit-linear-gradient(rgba(255,255,255,0.24),rgba(255,255,255,0));
  background: -moz-linear-gradient(rgba(255,255,255,0.24),rgba(255,255,255,0));
  background: -ms-linear-gradient(rgba(255,255,255,0.24),rgba(255,255,255,0));
  background: -o-linear-gradient(rgba(255,255,255,0.24),rgba(255,255,255,0));
  background: linear-gradient(rgba(255,255,255,0.24),rgba(255,255,255,0));
  background-color: rgba(0,0,0,0.95);
  -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.75);
  -ms-box-shadow: 0 4px 8px rgba(0,0,0,0.75);
  -o-box-shadow: 0 4px 8px rgba(0,0,0,0.75);
  box-shadow: 0 4px 8px rgba(0,0,0,0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
}

div#about div#team span.bio span.inner {
  padding: 18px 20px;
  display: block;
}

div#about div#team span.bio em {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
}

div#about div#team span.bio span.arrow {
  width: 22px;
  height: 16px;
  display: block;
  background: url(../img/about/popover_arrow.png) no-repeat;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -11px;
}

div#about div#team a:hover,div#about div#team a.force-hover {
  -webkit-transform: translate3d(0,-6px,0);
}

div#about div#team a:hover span.shadow,div#about div#team a.force-hover span.shadow {
  opacity: 1.0;
}

div#about div#team a:hover span.bio,div#about div#team a.force-hover span.bio {
  display: block;
  opacity: 1.0;
}

div#about div#team a.faded img {
  opacity: .5;
}

div#about div#team a.slide_in {
  opacity: 1.0;
  -webkit-transform: scale(1);
}

div#about div#additional {
  margin: 60px 60px 40px;
}

div#about div#additional h2 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
  color: #333;
}

div#about div#additional p {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

#about #additional ul {
  color: #999;
}

#about #additional ul li {
  margin-bottom: 6px;
  font-size: 14px;
}

div#about div#additional div.col {
  width: 340px;
  float: left;
}

div#about div#additional div.col.secondary {
  margin-left: 60px;
}

body.api-docs {
  -webkit-font-smoothing: antialiased;
  background: #fff;
}

body.api-docs .clearfix {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

body.api-docs .lang-curl,body.api-docs .lang-java,body.api-docs .lang-php,body.api-docs .lang-python,body.api-docs .lang-ruby,body.api-docs .lang-go,body.api-docs .lang-node {
  display: none;
}

body.api-docs.curl .lang-curl,body.api-docs.java .lang-java,body.api-docs.php .lang-php,body.api-docs.python .lang-python,body.api-docs.ruby .lang-ruby,body.api-docs.go .lang-go,body.api-docs.node .lang-node {
  display: inline;
}

body.api-docs .prompt:after {
  content: '$ ';
  color: #777;
}

body.api-docs.curl .prompt:after {
  content: '$ ';
}

body.api-docs.ruby .prompt:after {
  content: '>> ';
}

body.api-docs.python .prompt:after {
  content: '>>> ';
}

body.api-docs.php .prompt:after {
  content: 'php > ';
}

body.api-docs.java .prompt:after {
  content: '';
}

body.api-docs.node .prompt:after {
  content: '';
}

body.api-docs.go .prompt:after {
  content: '';
}

body.api-docs div#guide {
  background: white;
  border-right: 1px solid #dadfe5;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  top: 50px;
  width: 200px;
  z-index: 25;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

body.api-docs div#guide:before {
  content: "";
  display: block;
  height: 24px;
}

body.api-docs div#guide:after {
  content: "";
  display: block;
  height: 24px;
}

body.api-docs div#guide.stick {
  left: 0;
  position: fixed;
  top: 0;
}

body.api-docs div#guide p.ref-title {
  color: #7a8e99;
  font-size: 11px;
  font-weight: bold;
  padding: 24px 20px 6px;
}

body.api-docs div#guide p.ref-title:first-child {
  padding-top: 0;
}

body.api-docs div#guide ul.ref-list {
  padding: 0;
}

body.api-docs div#guide ul.ref-list li.section a {
  border: 1px solid transparent;
  border-left: 0;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.api-docs div#guide ul.ref-list li.section a.viewing {
  background: -webkit-linear-gradient(#4f9fef,#3577d0);
  background: -moz-linear-gradient(#4f9fef,#3577d0);
  background: -ms-linear-gradient(#4f9fef,#3577d0);
  background: -o-linear-gradient(#4f9fef,#3577d0);
  background: linear-gradient(#4f9fef,#3577d0);
  background-color: #4f9fef;
  border-bottom-color: #2357aa;
  border-right-color: #3071cb;
  border-top-color: #3b89e9;
  color: #fff;
  font-weight: bold;
  border-right-color: #008cdd;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.45);
}

body.api-docs div#guide ul.ref-list li.section .children {
  display: none;
  padding-bottom: 6px;
}

body.api-docs div#guide ul.ref-list li.section .children a {
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
}

body.api-docs div#guide ul.ref-list li.section.active .children {
  display: block;
}

body.api-docs div#header {
  background: -webkit-linear-gradient(rgba(255,255,255,0),#f0f2f6 95%,#e5e8ee);
  background: -moz-linear-gradient(rgba(255,255,255,0),#f0f2f6 95%,#e5e8ee);
  background: -ms-linear-gradient(rgba(255,255,255,0),#f0f2f6 95%,#e5e8ee);
  background: -o-linear-gradient(rgba(255,255,255,0),#f0f2f6 95%,#e5e8ee);
  background: linear-gradient(rgba(255,255,255,0),#f0f2f6 95%,#e5e8ee);
  -webkit-box-shadow: rgba(0,0,0,0.05) 0 1px 2px inset;
  -moz-box-shadow: rgba(0,0,0,0.05) 0 1px 2px inset;
  -ms-box-shadow: rgba(0,0,0,0.05) 0 1px 2px inset;
  -o-box-shadow: rgba(0,0,0,0.05) 0 1px 2px inset;
  box-shadow: rgba(0,0,0,0.05) 0 1px 2px inset;
  background-color: #f0f2f6;
  height: 50px;
  min-width: 951px;
  position: relative;
  width: auto;
}

body.api-docs div#header:after {
  background: -webkit-linear-gradient(#98a4b8,rgba(171,182,201,0.48),rgba(139,154,179,0.02));
  background: -moz-linear-gradient(#98a4b8,rgba(171,182,201,0.48),rgba(139,154,179,0.02));
  background: -ms-linear-gradient(#98a4b8,rgba(171,182,201,0.48),rgba(139,154,179,0.02));
  background: -o-linear-gradient(#98a4b8,rgba(171,182,201,0.48),rgba(139,154,179,0.02));
  background: linear-gradient(#98a4b8,rgba(171,182,201,0.48),rgba(139,154,179,0.02));
  bottom: -3px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 50;
}

body.api-docs div#header div.burger-button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0,0,0,0.1) 0 1px 1px inset,white 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,0.1) 0 1px 1px inset,white 0 1px 0;
  -ms-box-shadow: rgba(0,0,0,0.1) 0 1px 1px inset,white 0 1px 0;
  -o-box-shadow: rgba(0,0,0,0.1) 0 1px 1px inset,white 0 1px 0;
  box-shadow: rgba(0,0,0,0.1) 0 1px 1px inset,white 0 1px 0;
  background: -webkit-linear-gradient(bottom,#d0d6db,#dfe5eb 50%,#f0f3f7);
  background: -moz-linear-gradient(bottom,#d0d6db,#dfe5eb 50%,#f0f3f7);
  background: -o-linear-gradient(bottom,#d0d6db,#dfe5eb 50%,#f0f3f7);
  background: linear-gradient(top,#d0d6db,#dfe5eb 50%,#f0f3f7);
  border: 1px solid #b8c1cc;
  cursor: pointer;
  display: none;
  left: 12px;
  height: 26px;
  line-height: 26px;
  position: absolute;
  top: 11px;
  width: 28px;
}

body.api-docs div#header div.burger-button div.lines {
  height: 14px;
  margin: 7px auto 0;
  width: 14px;
}

body.api-docs div#header div.burger-button div.lines span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 0 inset,rgba(255,255,255,0.5) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,0.2) 0 1px 0 inset,rgba(255,255,255,0.5) 0 1px 0;
  -ms-box-shadow: rgba(0,0,0,0.2) 0 1px 0 inset,rgba(255,255,255,0.5) 0 1px 0;
  -o-box-shadow: rgba(0,0,0,0.2) 0 1px 0 inset,rgba(255,255,255,0.5) 0 1px 0;
  box-shadow: rgba(0,0,0,0.2) 0 1px 0 inset,rgba(255,255,255,0.5) 0 1px 0;
  background: #8a9099;
  display: block;
  height: 3px;
  margin: 2px 0 0;
  width: 14px;
}

body.api-docs div#header div.burger-button:hover {
  background: -webkit-linear-gradient(bottom,#d0d6db,#dfe5eb 30%,#f0f3f7);
  background: -moz-linear-gradient(bottom,#d0d6db,#dfe5eb 30%,#f0f3f7);
  background: -o-linear-gradient(bottom,#d0d6db,#dfe5eb 30%,#f0f3f7);
  background: linear-gradient(top,#d0d6db,#dfe5eb 30%,#f0f3f7);
}

body.api-docs div#header div.burger-button:hover div.lines span {
  background-color: #7e848c;
}

body.api-docs div#header div.burger-button:active {
  -webkit-box-shadow: rgba(0,0,0,0.05) 0 1px 1px inset,white 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,0.05) 0 1px 1px inset,white 0 1px 0;
  -ms-box-shadow: rgba(0,0,0,0.05) 0 1px 1px inset,white 0 1px 0;
  -o-box-shadow: rgba(0,0,0,0.05) 0 1px 1px inset,white 0 1px 0;
  box-shadow: rgba(0,0,0,0.05) 0 1px 1px inset,white 0 1px 0;
  background: -webkit-linear-gradient(bottom,#dfe5eb,#d8dee3);
  background: -moz-linear-gradient(bottom,#dfe5eb,#d8dee3);
  background: -o-linear-gradient(bottom,#dfe5eb,#d8dee3);
  background: linear-gradient(top,#dfe5eb,#d8dee3);
}

body.api-docs div#header div.burger-button:active div.lines span {
  background-color: #7e848c;
}

body.api-docs div#header h1 {
  margin: 11px 0 0 20px;
}

body.api-docs div#header div.navigation {
  padding: 14px 10px 0 0;
}

body.api-docs div#header div.navigation div.account-dropdown-view {
  margin-right: 0;
  width: 125px;
}

body.api-docs div#header div.navigation div.signin {
  margin-right: 10px;
}

body.api-docs div#api-docs {
  background: white;
  margin-left: 200px;
  min-width: 750px;
}

body.api-docs div#api-docs a.section-anchor {
  display: block;
  height: 0;
}

body.api-docs div#api-docs.view-guide div#guide {
  margin-left: 0;
}

body.api-docs div#api-docs .border {
  -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
  -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
  -ms-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
  -o-box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
  box-shadow: rgba(0,0,0,0.3) 0 1px 1px;
  background-color: #0f131a;
  height: 1px;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

body.api-docs div#api-docs div#methods {
  -webkit-box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
  -moz-box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
  -ms-box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
  -o-box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
  box-shadow: #0f131a -1px 0 0,rgba(0,0,0,0.05) 1px 0 2px inset;
  background-color: #292e33;
  margin-left: 50%;
  position: relative;
}

@media all and (min-width:1700px) {
  body.api-docs div#api-docs div#methods {
    margin-left: 750px;
  }
}

body.api-docs div#api-docs div#methods #language {
  background: -webkit-linear-gradient(#3e4145,#292e33);
  background: -moz-linear-gradient(#3e4145,#292e33);
  background: -ms-linear-gradient(#3e4145,#292e33);
  background: -o-linear-gradient(#3e4145,#292e33);
  background: linear-gradient(#3e4145,#292e33);
  -webkit-box-shadow: rgba(0,0,0,0.45) 0 1px 2px;
  -moz-box-shadow: rgba(0,0,0,0.45) 0 1px 2px;
  -ms-box-shadow: rgba(0,0,0,0.45) 0 1px 2px;
  -o-box-shadow: rgba(0,0,0,0.45) 0 1px 2px;
  box-shadow: rgba(0,0,0,0.45) 0 1px 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #3e4145;
  border-bottom: 1px solid #14161a;
  padding: 9px 20px;
  position: absolute;
  width: 100%;
  z-index: 75;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

body.api-docs div#api-docs div#methods #language a {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  color: #ccd8e8;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  padding: 0 10px;
  text-shadow: rgba(0,0,0,0.7) 0 1px 0;
  text-transform: uppercase;
}

body.api-docs div#api-docs div#methods #language a.selected {
  background: -webkit-linear-gradient(#14171a,#2a2f34);
  background: -moz-linear-gradient(#14171a,#2a2f34);
  background: -ms-linear-gradient(#14171a,#2a2f34);
  background: -o-linear-gradient(#14171a,#2a2f34);
  background: linear-gradient(#14171a,#2a2f34);
  -webkit-box-shadow: rgba(255,255,255,0.1) 0 1px 0,black 0 1px 0 inset,#25282e 0 -1px 0 inset;
  -moz-box-shadow: rgba(255,255,255,0.1) 0 1px 0,black 0 1px 0 inset,#25282e 0 -1px 0 inset;
  -ms-box-shadow: rgba(255,255,255,0.1) 0 1px 0,black 0 1px 0 inset,#25282e 0 -1px 0 inset;
  -o-box-shadow: rgba(255,255,255,0.1) 0 1px 0,black 0 1px 0 inset,#25282e 0 -1px 0 inset;
  box-shadow: rgba(255,255,255,0.1) 0 1px 0,black 0 1px 0 inset,#25282e 0 -1px 0 inset;
  color: white;
  cursor: default;
  text-decoration: none;
}

body.api-docs div#api-docs div#methods #language.stick {
  position: fixed;
  top: 0;
}

@media all and (min-width:1700px) {
  body.api-docs div#api-docs div#methods #language.stick {
    left: 951px;
  }
}

body.api-docs div#api-docs div#methods .method {
  padding-top: 45px;
  position: relative;
}

body.api-docs div#api-docs div#methods .method:nth-child(3) {
  padding-top: 0;
}

body.api-docs div#api-docs div#methods .method:nth-child(3) .method-section .method-description:before,body.api-docs div#api-docs div#methods .method:nth-child(3) .method-section .method-example:before,body.api-docs div#api-docs div#methods .method:nth-child(3) .method-section .method-example:after {
  display: none;
}

body.api-docs div#api-docs div#methods .method:last-child .method-section .method-example {
  padding-bottom: 45px;
}

body.api-docs div#api-docs div#methods .method-section {
  clear: left;
  font-size: 13px;
  line-height: 1.9em;
  margin-left: -100%;
  padding-top: 45px;
  position: relative;
}

body.api-docs div#api-docs div#methods .method-section:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

@media all and (min-width:1700px) {
  body.api-docs div#api-docs div#methods .method-section {
    margin-left: -750px;
  }
}

body.api-docs div#api-docs div#methods .method-section:nth-child(2) .method-description:before,body.api-docs div#api-docs div#methods .method-section:nth-child(2) .method-description:after,body.api-docs div#api-docs div#methods .method-section:nth-child(2) .method-example:before,body.api-docs div#api-docs div#methods .method-section:nth-child(2) .method-example:after {
  display: block;
}

body.api-docs div#api-docs div#methods .method-section h1,body.api-docs div#api-docs div#methods .method-section h2,body.api-docs div#api-docs div#methods .method-section h3,body.api-docs div#api-docs div#methods .method-section h4,body.api-docs div#api-docs div#methods .method-section h5,body.api-docs div#api-docs div#methods .method-section h6 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #111;
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
}

body.api-docs div#api-docs div#methods .method-section h2 {
  font-size: 20px;
}

body.api-docs div#api-docs div#methods .method-section h3 {
  font-size: 18px;
}

body.api-docs div#api-docs div#methods .method-section h4 {
  font-size: 16px;
}

body.api-docs div#api-docs div#methods .method-section h5 {
  font-size: 14px;
}

body.api-docs div#api-docs div#methods .method-section h6 {
  font-size: 13px;
}

body.api-docs div#api-docs div#methods .method-section p {
  color: #444;
  font-size: 13px;
  line-height: 1.9em;
  padding: 10px 0;
}

body.api-docs div#api-docs div#methods .method-section .method-description {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #444;
  float: left;
  padding: 0 30px;
  position: relative;
  width: 50%;
  z-index: 15;
}

body.api-docs div#api-docs div#methods .method-section .method-description:before {
  background-color: #e4e8eb;
  content: "";
  display: none;
  height: 1px;
  left: 0;
  position: absolute;
  right: 1px;
  top: -45px;
}

@media all and (min-width:1700px) {
  body.api-docs div#api-docs div#methods .method-section .method-description {
    width: 750px;
  }
}

body.api-docs div#api-docs div#methods .method-section .method-description code,body.api-docs div#api-docs div#methods .method-section .method-description tt {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #e9edf2;
  display: inline;
  font-size: 90%;
  padding: 0 3px;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list {
  border-bottom: 1px solid #eee;
  margin-bottom: 45px;
  padding: 45px 0 16px;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list h6 {
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dt {
  float: left;
  font-weight: bold;
  margin-right: -165px;
  padding-top: 16px;
  position: relative;
  text-align: right;
  word-break: hyphenate;
  word-wrap: break-word;
  width: 165px;
  z-index: 50;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dt span {
  font-weight: bold !important;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dt:after {
  content: ":";
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  font-weight: bold;
  padding: 16px 0 0 175px;
  position: relative;
  width: 100%;
  z-index: 25;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd:before {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd.expandable:after {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #e9edf2;
  content: "expandable";
  display: inline-block;
  font-size: 11px;
  line-height: 1.4em;
  margin-left: 4px;
  padding: 0 5px;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd p,body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd span,body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd em {
  font-weight: normal;
  padding: 0;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd span:not(.lang) {
  display: block;
  padding-top: 2px;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd em {
  font-style: italic;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd .method-list {
  border-bottom: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 10px 0 0;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd .method-list dl {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-left: -175px;
  padding: 2px 15px 12px;
  position: relative;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd .method-list dl:before {
  display: block;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #eee;
  content: "";
  left: 175px;
  margin-left: -5px;
  position: absolute;
  top: -6px;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd .method-list dl .show-parameters {
  color: #444;
  display: none;
  font-size: 12px;
  font-weight: bold;
  padding-left: 175px;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd .method-list dl:hover .show-parameters {
  color: #111;
  text-decoration: underline;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd .method-list dl dt {
  margin-right: -133px;
  width: 133px;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd .method-list dl dd {
  padding-left: 143px;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd .method-list dl .method-list dl {
  margin-left: -143px;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd .method-list dl .method-list dl:before {
  left: 143px;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd .method-list.collapsed {
  cursor: pointer;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd .method-list.collapsed dl {
  padding: 6px 0;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd .method-list.collapsed dl .show-parameters {
  display: block;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd .method-list.collapsed dl dt,body.api-docs div#api-docs div#methods .method-section .method-description div.method-list dl dd .method-list.collapsed dl dd {
  display: none;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list.event-types dl dt {
  margin-right: -230px;
  width: 230px;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list.event-types dl dd {
  padding-left: 240px;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list.failure-codes dl dt {
  margin-right: -230px;
  width: 230px;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list.failure-codes dl dd {
  padding-left: 240px;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list.list-empty dl dt {
  font-style: italic;
  margin-right: 0;
  text-align: center;
  width: 100%;
}

body.api-docs div#api-docs div#methods .method-section .method-description div.method-list.list-empty dl dt:after {
  display: none;
}

body.api-docs div#api-docs div#methods .method-section .method-example {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-left: 50%;
  padding: 38px 30px 0;
  position: relative;
  text-shadow: 0 1px 0 rgba(0,0,0,0.7);
  width: 50%;
}

body.api-docs div#api-docs div#methods .method-section .method-example:before,body.api-docs div#api-docs div#methods .method-section .method-example:after {
  background: -webkit-linear-gradient(left,#0f131a,rgba(15,19,26,0));
  background: -moz-linear-gradient(left,#0f131a,rgba(15,19,26,0));
  background: -o-linear-gradient(left,#0f131a,rgba(15,19,26,0));
  background: linear-gradient(right,#0f131a,rgba(15,19,26,0));
  content: "";
  display: none;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: -45px;
}

body.api-docs div#api-docs div#methods .method-section .method-example:after {
  background: -webkit-linear-gradient(left,#45494c,rgba(69,73,76,0));
  background: -moz-linear-gradient(left,#45494c,rgba(69,73,76,0));
  background: -o-linear-gradient(left,#45494c,rgba(69,73,76,0));
  background: linear-gradient(right,#45494c,rgba(69,73,76,0));
  top: -44px;
}

@media all and (min-width:1700px) {
  body.api-docs div#api-docs div#methods .method-section .method-example {
    margin-left: 751px;
    width: auto;
  }
}

body.api-docs div#api-docs div#methods .method-section .method-example .hide {
  display: none;
}

body.api-docs div#api-docs div#methods .method-section .method-example .part+.part {
  padding-top: 45px;
}

body.api-docs div#api-docs div#methods .method-section .method-example h1,body.api-docs div#api-docs div#methods .method-section .method-example h2,body.api-docs div#api-docs div#methods .method-section .method-example h3,body.api-docs div#api-docs div#methods .method-section .method-example h4,body.api-docs div#api-docs div#methods .method-section .method-example h5,body.api-docs div#api-docs div#methods .method-section .method-example h6 {
  color: white;
  padding-top: 38px;
}

body.api-docs div#api-docs div#methods .method-section .method-example h1 code,body.api-docs div#api-docs div#methods .method-section .method-example h2 code,body.api-docs div#api-docs div#methods .method-section .method-example h3 code,body.api-docs div#api-docs div#methods .method-section .method-example h4 code,body.api-docs div#api-docs div#methods .method-section .method-example h5 code,body.api-docs div#api-docs div#methods .method-section .method-example h6 code {
  display: inline-block;
}

body.api-docs div#api-docs div#methods .method-section .method-example h1:first-child,body.api-docs div#api-docs div#methods .method-section .method-example h2:first-child,body.api-docs div#api-docs div#methods .method-section .method-example h3:first-child,body.api-docs div#api-docs div#methods .method-section .method-example h4:first-child,body.api-docs div#api-docs div#methods .method-section .method-example h5:first-child,body.api-docs div#api-docs div#methods .method-section .method-example h6:first-child {
  padding-top: 0;
}

body.api-docs div#api-docs div#methods .method-section .method-example h6 {
  padding-top: 26px;
}

body.api-docs div#api-docs div#methods .method-section .method-example a {
  color: #80b2ff;
}

body.api-docs div#api-docs div#methods .method-section .method-example a:hover {
  color: #ccd8e8;
}

body.api-docs div#api-docs div#methods .method-section .method-example div.switcher {
  text-align: center;
  position: relative;
  height: 22px;
  margin: -1px 0 20px;
}

body.api-docs div#api-docs div#methods .method-section .method-example div.switcher a {
  position: relative;
  z-index: 3;
  display: inline-block;
  font-size: 13px;
  color: #7e858d;
  border-radius: 11px;
  height: 22px;
  line-height: 22px;
  box-sizing: border-box;
  padding: 0 10px;
  transition: all 300ms ease;
  background: rgba(151,166,174,0);
}

body.api-docs div#api-docs div#methods .method-section .method-example div.switcher a:hover {
  text-decoration: none;
  color: #dae4f2;
  background: rgba(151,166,174,0.07);
}

body.api-docs div#api-docs div#methods .method-section .method-example div.switcher a.selected {
  color: #dae4f2;
  pointer-events: none;
  background: rgba(151,166,174,0.14);
}

body.api-docs div#api-docs div#methods .method-section .method-example div.switcher:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.04);
  z-index: 1;
}

body.api-docs div#api-docs div#methods .method-section .method-example div.switcher:before {
  content: '';
  display: block;
  position: absolute;
  width: 176px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  background: #292e33;
  z-index: 2;
}

body.api-docs div#api-docs div#methods .method-section .method-example code {
  color: #dae4f2;
  display: block;
  font-family: Monaco,Consolas,"Lucida Console",monospace;
  font-size: 12px;
  line-height: 1.7em;
  white-space: pre;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  word-break: break-word;
}

body.api-docs div#api-docs div#methods .method-section .method-example code strong {
  font-weight: bold;
}

body.api-docs div#api-docs div#methods .method-section .method-example code .no,body.api-docs div#api-docs div#methods .method-section .method-example code .line-numbers {
  display: none;
}

body.api-docs div#api-docs div#methods .method-section .method-example code:before {
  content: "";
  color: #acb9bf;
  display: block;
  padding-bottom: 4px;
}

body.api-docs div#api-docs div#methods .method-section .method-example code.method-error:before {
  content: "EXAMPLE ERROR";
}

body.api-docs div#api-docs div#methods .method-section .method-example code.method-declaration:before {
  content: "DEFINITION";
}

body.api-docs div#api-docs div#methods .method-section .method-example code.method-request:before {
  content: "SAMPLE CODE";
}

body.api-docs div#api-docs div#methods .method-section .method-example code.method-response:before {
  content: "EXAMPLE RESPONSE";
}

body.api-docs div#api-docs div#methods .method-section .method-example code.method-object:before {
  content: "EXAMPLE OBJECT";
}

body.api-docs div#api-docs div#methods .method-section .method-example code.expected-result:before {
  content: "RESULT";
}

body.api-docs div#api-docs div#methods .method-section .method-example code+code {
  margin-top: 26px;
}

body.api-docs div#api-docs div#methods .method-section .method-example code .prompt:after {
  color: #ccd8e8;
}

body.api-docs div#api-docs div#methods .method-section .method-example p {
  color: #dae4f2;
  font-style: italic;
  max-width: 700px;
}

body.api-docs div#api-docs div#methods .method-section .method-example span.highlight_js .constant,body.api-docs div#api-docs div#methods .method-section .method-example span.highlight_js .title,body.api-docs div#api-docs div#methods .method-section .method-example span.highlight_js .keyword {
  color: #f92672;
}

body.api-docs div#api-docs div#methods .method-section .method-example span.highlight_js .symbol,body.api-docs div#api-docs div#methods .method-section .method-example span.highlight_js .literal {
  color: #f92672;
}

body.api-docs div#api-docs div#methods .method-section .method-example span.highlight_js .string,body.api-docs div#api-docs div#methods .method-section .method-example span.highlight_js .attribute,body.api-docs div#api-docs div#methods .method-section .method-example span.highlight_js.xml .value {
  color: #e5da78;
}

body.api-docs div#api-docs div#methods .method-section .method-example span.highlight_js .comment {
  color: #adbfd9;
}

body.api-docs div#api-docs div#methods .method-section .method-example span.highlight_js.xml .attribute {
  color: #f92672;
}

body.api-docs div#api-docs div#methods .method-section .method-example ul {
  padding: 4px 0;
}

body.api-docs div#api-docs div#methods .method-section .method-example ul li {
  color: #dae4f2;
  font-family: Monaco,Consolas,"Lucida Console",monospace;
  font-size: 12px;
  padding: 4px 0;
}

body.api-docs div#api-docs div#methods .method-section .method-example .table {
  padding-top: 32px;
}

body.api-docs div#api-docs div#methods .method-section .method-example .table h6 {
  padding-bottom: 4px;
}

body.api-docs div#api-docs div#methods .method-section .method-example .table table {
  color: #dae4f2;
  font-size: 12px;
}

body.api-docs div#api-docs div#methods .method-section .method-example .table table td {
  font-family: Monaco,Consolas,"Lucida Console",monospace;
  font-size: 12px;
  line-height: 1.5em;
  padding: 4px 0;
  vertical-align: top;
}

body.api-docs div#api-docs div#methods .method-section .method-example .table table td:last-child {
  padding-left: 16px;
}

body.api-docs div#api-docs div#methods .method-section .method-example .table table thead td {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
}

body.api-docs div#api-docs div#methods .method-section .method-example .method-name {
  font-family: Monaco,Consolas,"Lucida Console",monospace;
  font-weight: bold;
}

body.api-docs div#api-docs div#methods .method-section .method-example .notification-request:before {
  content: "EXAMPLE NOTIFICATION";
  color: #9b9bb9;
  display: block;
}

body.api-docs div#api-docs div#methods .method-section .method-example .notification-event:before {
  content: "EVENT";
  color: #9b9bb9;
  display: block;
}

body.api-docs div#api-docs div#methods a#dispute_evidence_object+.method-section .method-description div.method-list dl dt {
  width: 215px;
  margin-right: -215px;
}

body.api-docs div#api-docs div#methods a#dispute_evidence_object+.method-section .method-description div.method-list dl dd {
  padding-left: 225px;
}

body.api-docs .footer {
  display: none;
}

#doc {
  position: relative;
  width: 940px;
  margin: 0 auto;
}

#doc a {
  text-decoration: underline;
}

#doc a.button {
  text-decoration: none;
}

#doc p.notification {
  padding: 10px;
  background: #fcfcdc;
  border: 1px solid #d7d9c9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-right: 0 !important;
  margin-bottom: 30px !important;
  text-align: center;
}

#doc p.notification.subtle {
  background: #f1f3f5;
  border-color: #e0e5ea;
}

#doc hr {
  border: 0;
  height: 1px;
  background: #e8eaf1;
}

#doc section.getting-started {
  background: #f3f5f7;
  min-height: 937px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#doc section.getting-started div.implementation-options {
  background: #fbfcfc;
  border-bottom: 1px solid #d9dce3;
}

#doc section.getting-started div.guides {
  position: relative;
  height: 245px;
  width: 640px;
  margin: 0 auto;
}

#doc section.getting-started div.guides:after {
  content: "";
  height: 1px;
  margin: 0 auto;
  display: block;
  background: #e7e8e8;
  position: absolute;
  bottom: -1px;
  left: -25px;
  right: -25px;
}

#doc section.getting-started div.guides a {
  text-decoration: none;
  height: 115px;
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  background-position: 50% 50px;
  background-repeat: no-repeat;
  padding-top: 130px;
}

#doc section.getting-started div.guides a.web {
  background-image: url("../img/documentation/getting-started/web.png");
  background-size: 74px 60px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  #doc section.getting-started div.guides a.web {
    background-image: url("../img/documentation/getting-started/web%402x.png");
  }
}

#doc section.getting-started div.guides a.mobile {
  background-image: url("../img/documentation/getting-started/mobile.png");
  background-size: 58px 59px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  #doc section.getting-started div.guides a.mobile {
    background-image: url("../img/documentation/getting-started/mobile%402x.png");
  }
}

#doc section.getting-started div.guides a h2 {
  padding: 0 20px;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #16303f;
  margin-bottom: 3px;
}

#doc section.getting-started div.guides a p {
  padding: 0 20px;
  font-size: 13px;
  line-height: 19px;
  color: #788185;
}

#doc section.getting-started div.non-developer {
  padding: 40px 35px;
}

#doc section.getting-started div.non-developer a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
  text-decoration: none;
  padding-right: 140px;
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

#doc section.getting-started div.non-developer a.platforms {
  background-image: url("../img/documentation/getting-started/platforms.png");
  background-size: 94px 46px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  #doc section.getting-started div.non-developer a.platforms {
    background-image: url("../img/documentation/getting-started/platforms%402x.png");
  }
}

#doc section.getting-started div.non-developer a.services {
  background-image: url("../img/documentation/getting-started/services.png");
  background-size: 96px 48px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  #doc section.getting-started div.non-developer a.services {
    background-image: url("../img/documentation/getting-started/services%402x.png");
  }
}

#doc section.getting-started div.non-developer a h3 {
  font-weight: bold;
  color: #454545;
}

#doc section.getting-started div.non-developer a p {
  color: #788185;
}

#doc section.getting-started section#details {
  padding-right: 100px;
}

#doc section.getting-started section#details p {
  color: #788185;
}

#doc>nav {
  position: absolute;
  z-index: 20;
  width: 190px;
  left: 0;
  top: 4px;
  bottom: 4px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.65);
  border-radius: 5px 0 0 5px;
  background: #eee;
  background: rgba(255,255,255,0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6),0 0 1px 1px rgba(80,84,92,0.1),0 1px 2px rgba(80,84,92,0.2);
}

#doc>nav h1 {
  margin: 18px 0 7px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  color: #9ca5b5;
}

#doc>nav h1:nth-of-type(1) {
  margin-top: 20px;
}

#doc>nav h1::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 14px;
  margin-left: -18px;
  background: url(../img/documentation/navicons.png);
  background-size: 60px 14px;
}

#doc>nav h1.references::before {
  background-position: -12px 0;
}

#doc>nav h1.connect::before {
  background: url(../img/documentation/nav-connect.png) 0 1px no-repeat;
  background-size: 12px 13px;
}

#doc>nav h1.subscriptions::before {
  margin-top: 1px;
  background-position: -48px 0;
}

#doc>nav h1.disputes::before {
  background: url(../img/documentation/nav-disputes.png) 0 1px no-repeat;
  width: 13px;
  height: 12px;
  background-size: 13px 12px;
}

#doc>nav h1.faq::before {
  margin-top: 1px;
  background-position: -24px 0;
}

#doc>nav h1.more::before {
  margin-top: 1px;
  background-position: -36px 0;
}

#doc>nav h1,#doc>nav a {
  padding-right: 25px;
  padding-left: 35px;
}

#doc>nav li {
  position: relative;
  cursor: pointer;
}

#doc>nav li::before {
  content: "";
  position: absolute;
  top: -1px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#doc>nav li.unselected::before {
  opacity: 0;
  border-top: 1px solid rgba(156,165,181,0.25);
  border-bottom: 1px solid #cacdd3;
  box-shadow: 1px 0 rgba(156,165,181,0.08);
  background: transparent;
  background: -webkit-linear-gradient(white,#f0f2f5);
  background: -moz-linear-gradient(white,#f0f2f5);
  background: -ms-linear-gradient(white,#f0f2f5);
  background: -o-linear-gradient(white,#f0f2f5);
  background: linear-gradient(white,#f0f2f5);
}

#doc>nav li.selected::before {
  z-index: 1;
  border-top: 1px solid #408ce6;
  border-bottom: 1px solid #2659a7;
  box-shadow: 0 -1px 0 rgba(17,46,97,0.03),0 1px 0 rgba(17,46,97,0.15);
  background: #4b98ea;
  background: transparent;
  background: -webkit-linear-gradient(#4b98ea,#397acd);
  background: -moz-linear-gradient(#4b98ea,#397acd);
  background: -ms-linear-gradient(#4b98ea,#397acd);
  background: -o-linear-gradient(#4b98ea,#397acd);
  background: linear-gradient(#4b98ea,#397acd);
}

#doc>nav li.selected::after {
  content: "";
  position: absolute;
  width: 1px;
  top: -1px;
  left: -1px;
  bottom: -1px;
  background: transparent;
  background: -webkit-linear-gradient(#408ce6,#2659a7);
  background: -moz-linear-gradient(#408ce6,#2659a7);
  background: -ms-linear-gradient(#408ce6,#2659a7);
  background: -o-linear-gradient(#408ce6,#2659a7);
  background: linear-gradient(#408ce6,#2659a7);
}

#doc>nav a {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 1px;
  font-size: 12px;
  height: 21px;
  line-height: 22px;
  text-decoration: none;
  color: #008cdd;
}

#doc>nav a:hover {
  color: #008cdd;
  text-decoration: underline;
}

#doc>nav li.sub a {
  padding-left: 50px;
}

#doc>nav li.selected a {
  font-weight: 700;
  color: #fff;
  box-shadow: inset 0 1px 0 #53a1ec;
  text-shadow: 0 -1px 0 rgba(38,89,167,0.75);
  text-decoration: none;
}

#doc>nav a img {
  margin: 0 0 -1px 3px;
}

#doc a.external:after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 9px;
  position: relative;
  top: 1px;
  left: 3px;
  background: url(../img/documentation/external_arrow.png);
  background-size: 8px 9px;
}

#doc #content {
  position: relative;
  z-index: 30;
  background: #fff;
  background: rgba(255,255,255,0.8);
  margin-left: 190px;
  border-radius: 5px;
  box-shadow: 0 0 1px 1px rgba(80,84,92,0.1),0 1px 2px rgba(80,84,92,0.5);
}

#doc #content header {
  background: #fff;
  padding: 25px 30px;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #d9dce3;
  box-shadow: 0 1px 0 #fff;
}

#doc #content header h1 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 25px;
  font-weight: 700;
}

#doc #content header h1 span.beta {
  background: #279f0b;
  background: transparent;
  background: -webkit-linear-gradient(#49c12d,#279f0b);
  background: -moz-linear-gradient(#49c12d,#279f0b);
  background: -ms-linear-gradient(#49c12d,#279f0b);
  background: -o-linear-gradient(#49c12d,#279f0b);
  background: linear-gradient(#49c12d,#279f0b);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 0 rgba(0,0,0,0.14);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 0 rgba(0,0,0,0.14);
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 0 rgba(0,0,0,0.14);
  -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 0 rgba(0,0,0,0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 0 rgba(0,0,0,0.14);
  -webkit-font-smoothing: antialiased;
  padding: 2px 5px;
  border: 1px solid #247611;
  text-rendering: optimizeLegibility;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 11px;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
  text-transform: uppercase;
  position: relative;
  top: -5px;
}

#doc #content header p {
  font-size: 13px;
  line-height: 19px;
  color: #6c767f;
  margin: 4px 20px 0 0;
}

#doc article#mobile div.platforms {
  padding: 25px 0;
}

#doc article#mobile div.platforms div {
  padding-left: 80px;
  margin-bottom: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#doc article#mobile div.platforms div p {
  margin-bottom: 5px;
}

#doc article#mobile div.platforms div ul {
  margin: 0;
}

#doc article#mobile div.platforms div.ios {
  background-image: url("../img/documentation/mobile/ios.png");
  background-size: 64px 64px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  #doc article#mobile div.platforms div.ios {
    background-image: url("../img/documentation/mobile/ios%402x.png");
  }
}

#doc article#mobile div.platforms div.android {
  background-image: url("../img/documentation/mobile/android.png");
  background-size: 64px 64px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  #doc article#mobile div.platforms div.android {
    background-image: url("../img/documentation/mobile/android%402x.png");
  }
}

#doc article#mobile div.platforms div:last-child {
  margin-bottom: 0;
}

#doc article#mobile div.more {
  padding-top: 20px;
}

#doc article#international xh1 {
  padding-top: 80px;
  font-size: 29px;
  text-align: center;
  margin: 0 0 10px 0 !important;
}

#doc article#international h1 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  margin-right: 0 !important;
  margin-bottom: 5px !important;
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
}

#doc article#international h2 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 19px !important;
  color: #0079ff !important;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  width: 400px;
  margin: 0 auto 20px !important;
  padding-bottom: 20px;
  position: relative;
}

#doc article#international h2::after {
  content: " ";
  position: absolute;
  width: 100px;
  height: 3px;
  background: rgba(0,0,0,0.1);
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}

#doc article#international p.explanation {
  width: 340px;
  color: #888;
  text-align: center;
  margin: 0 auto !important;
}

#doc article#international div.intl-error {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

#doc article#international div.success {
  display: none;
  text-align: center;
  padding-top: 30px;
}

#doc article#international div.success h1 {
  font-size: 19px;
  font-weight: bold;
}

#doc article#international div.success p {
  font-size: 13px;
  color: #999;
}

#doc article#international div.success p strong {
  color: #555;
}

#doc article#international form {
  width: 320px;
  margin: 0 auto;
  padding: 0 40px 40px;
  heigxht: 31px;
  borxder: 1px solid #ddd;
  backxground: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

#doc article#international form label {
  display: none;
}

#doc article#international form p {
  floxat: left;
  margin-right: 10px;
}

#doc article#international form p:last-child {
  margin-bottom: 0;
}

#doc article#international form p.explanation {
  text-align: center;
  color: #888;
  padding-bottom: 10px;
  width: auto;
}

#doc article#international form input,#doc article#international form select {
  width: 300px;
  font-size: 16px;
}

#doc article#international form select {
  width: 316px;
  height: 20px;
  -webkit-appearance: none;
  border: 1px solid #bbb;
  border-bottom-color: #999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  padding: 4px 7px;
  font-size: 16px;
  line-height: 24px;
  height: 34px;
  text-shadow: 0 1px 0 #fff;
  background: url(../img/forms/select/arrows.png) 96% 50% no-repeat,-webkit-linear-gradient(white,#eee);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  -o-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

#doc article#international form select:focus {
  outline: 0;
  border: 1px solid #5695db;
  -webkit-box-shadow: 0 0 5px #5695db;
  -moz-box-shadow: 0 0 5px #5695db;
  -ms-box-shadow: 0 0 5px #5695db;
  -o-box-shadow: 0 0 5px #5695db;
  box-shadow: 0 0 5px #5695db;
}

#doc article#international form em {
  float: left;
  color: #aaa;
  font-size: 11px;
  font-style: normal;
  line-height: 38px;
}

#doc article#international form button {
  width: 316px;
  height: 38px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  -o-box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 0 rgba(0,0,0,0.1);
  width: 110px;
  float: right;
}

#doc article#international form button span {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

#doc article#contact img.office-pic {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: right;
  margin: 0 0 40px 40px;
}

#doc article#contact h1#support {
  clear: both;
}

#doc #details a:active {
  color: #000;
}

#doc sup {
  position: relative;
  top: -0.4em;
  margin-left: 1px;
  line-height: 0;
}

#doc a[rel="footnote"]::before {
  content: "[";
}

#doc a[rel="footnote"]::after {
  content: "]";
}

#doc .footnotes {
  padding: 20px 30px;
}

#doc .footnotes::before {
  content: "Footnotes";
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
  color: #222;
}

#doc .footnotes a[rel="reference"] {
  margin-left: 4px;
}

#doc .footnotes ol {
  padding-top: 15px;
}

#doc .footnotes ol li {
  list-style: decimal inside;
  font-size: 13px;
}

#doc #details article {
  padding: 25px 30px;
}

#doc #details article strong {
  font-weight: 700;
}

#doc #details article em {
  font-style: italic;
}

#doc #details article h1,#doc #details article>h2,#doc #details article>h3,#doc #details article section>h2,#doc #details article section>h3 {
  font-weight: 700;
  color: #222;
}

#doc #details article h1 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 28px 0 17px;
  font-size: 19px;
}

#doc #details article h1:first-child,#doc #details .intro.note+h1 {
  margin-top: 0;
}

#doc #details article h2 {
  margin-bottom: 15px;
  font-size: 15px;
  color: #222;
}

#doc #details article h3 {
  margin-bottom: 7px;
  font-size: 13px;
  color: #222;
}

#doc #details span.warning {
  background: #279f0b;
  background: transparent;
  background: -webkit-linear-gradient(#49c12d,#279f0b);
  background: -moz-linear-gradient(#49c12d,#279f0b);
  background: -ms-linear-gradient(#49c12d,#279f0b);
  background: -o-linear-gradient(#49c12d,#279f0b);
  background: linear-gradient(#49c12d,#279f0b);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 0 rgba(0,0,0,0.14);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 0 rgba(0,0,0,0.14);
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 0 rgba(0,0,0,0.14);
  -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 0 rgba(0,0,0,0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 0 rgba(0,0,0,0.14);
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
  padding: 2px 5px;
  border: 1px solid #247611;
  text-rendering: optimizeLegibility;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 11px;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
  text-transform: uppercase;
  position: relative;
}

#doc #details article {
  color: #444;
}

#doc #details article h1 a.header-anchor,#doc #details article h2 a.header-anchor,#doc #details article h3 a.header-anchor,#doc #details article h4 a.header-anchor,#doc #details article h5 a.header-anchor,#doc #details article h6 a.header-anchor {
  display: inline-block;
  margin-left: 3px;
  opacity: .0;
  position: relative;
  top: 1px;
  width: 15px;
  height: 14px;
  background: url(../img/documentation/anchor.png) 50% 50% no-repeat;
  background-size: 9px 8px;
}

#doc #details article h1 a.header-anchor:hover,#doc #details article h2 a.header-anchor:hover,#doc #details article h3 a.header-anchor:hover,#doc #details article h4 a.header-anchor:hover,#doc #details article h5 a.header-anchor:hover,#doc #details article h6 a.header-anchor:hover {
  color: #999;
  text-decoration: none;
  background-color: rgba(0,0,0,0.04);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

#doc #details article h1 a.header-anchor:active,#doc #details article h2 a.header-anchor:active,#doc #details article h3 a.header-anchor:active,#doc #details article h4 a.header-anchor:active,#doc #details article h5 a.header-anchor:active,#doc #details article h6 a.header-anchor:active {
  top: 2px;
}

#doc #details article h1:hover a.header-anchor,#doc #details article h2:hover a.header-anchor,#doc #details article h3:hover a.header-anchor,#doc #details article h4:hover a.header-anchor,#doc #details article h5:hover a.header-anchor,#doc #details article h6:hover a.header-anchor {
  opacity: 1.0;
}

#doc #details .note {
  float: right;
  padding: 25px;
  text-shadow: 0 1px 0 #fff;
  font-size: 12px;
  line-height: 18px;
  margin-left: 20px;
  margin-bottom: 20px;
}

#doc #details .note h1 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: arial,sans-serif;
}

#doc #details .note p {
  color: #6c767f;
  margin-bottom: 8px;
}

#doc #details .note code {
  text-shadow: none;
}

#doc #details .intro.note {
  margin-top: -25px;
  margin-right: -30px;
  width: 211px;
  background: #fff;
  background: -webkit-linear-gradient(rgba(156,165,181,0.35),rgba(156,165,181,0)),-webkit-linear-gradient(white 90%,rgba(255,255,255,0)),-webkit-linear-gradient(white,rgba(255,255,255,0));
  background: -moz-linear-gradient(rgba(156,165,181,0.35),rgba(156,165,181,0)),-moz-linear-gradient(white 90%,rgba(255,255,255,0)),-moz-linear-gradient(white,rgba(255,255,255,0));
  background: -o-linear-gradient(rgba(156,165,181,0.35),rgba(156,165,181,0)),-o-linear-gradient(white 90%,rgba(255,255,255,0)),-o-linear-gradient(white,rgba(255,255,255,0));
  background: -ms-linear-gradient(rgba(156,165,181,0.35),rgba(156,165,181,0)),-ms-linear-gradient(white 90%,rgba(255,255,255,0)),-ms-linear-gradient(white,rgba(255,255,255,0));
  background: linear-gradient(rgba(156,165,181,0.35),rgba(156,165,181,0)),linear-gradient(white 90%,rgba(255,255,255,0)),linear-gradient(white,rgba(255,255,255,0));
  background-size: 1px 100%,1px 100%,100% 100%;
  background-position: 0 0,1px 0,2px 0;
  background-repeat: no-repeat;
}

#doc #details .content.note {
  position: relative;
  padding-top: 17px;
  padding-bottom: 12px;
  width: 180px;
  background: #fff;
  background: -webkit-linear-gradient(white,#f3f4f6 80%,white);
  background: -moz-linear-gradient(white,#f3f4f6 80%,white);
  background: -ms-linear-gradient(white,#f3f4f6 80%,white);
  background: -o-linear-gradient(white,#f3f4f6 80%,white);
  background: linear-gradient(white,#f3f4f6 80%,white);
  border-radius: 4px;
  border: 1px solid rgba(156,165,181,0.6);
  box-shadow: 0 1px 1px rgba(156,165,181,0.3);
}

#doc #details .content.note::before {
  content: " ";
  position: absolute;
  background: url(../img/documentation/note.png);
  width: 234px;
  height: 13px;
  background-size: 234px 13px;
  top: -3px;
  left: -2px;
}

#doc #details article h1,#doc #details article>p,#doc #details article li {
  margin-right: 0;
}

#doc #details article p,#doc .footnotes p,#doc #details article ul,#doc #details article ol {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 19px;
}

#doc #details article p code,#doc #details article ul code,#doc #details article ol code {
  background: #cce4ff;
  padding: 0 3px;
  border-radius: 8px;
  font-weight: normal !important;
}

#doc #details article ol {
  list-style-position: outside;
  margin-left: 18px;
}

#doc #details article ul li {
  padding-left: 18px;
  background-image: url("../img/documentation/bullet.png");
  background-size: 4px 4px;
  background-position: 3px 7px;
  background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  #doc #details article ul li {
    background-image: url("../img/documentation/bullet%402x.png");
  }
}

#doc #details article ul ul {
  margin-bottom: 0 !important;
}

#doc #details article ul ul li {
  background-image: url("../img/documentation/sub-bullet.png");
  background-size: 4px 4px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  #doc #details article ul ul li {
    background-image: url("../img/documentation/sub-bullet%402x.png");
  }
}

#doc #details article ul ul li {
  margin-top: 3px;
}

#doc #details article ol li {
  list-style-type: decimal;
}

#doc #details article ol li ol li {
  list-style-type: lower-alpha;
}

#doc #details article ol li ol li ol li {
  list-style-type: lower-roman;
}

#doc #details article ol ul li {
  list-style-type: none;
}

#doc #details article li+li {
  margin-top: 3px;
}

#doc #details .segmented-control {
  position: relative;
  text-align: center;
  margin: 10px 0 20px 0;
  height: 30px;
}

#doc #details .segmented-control::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  border-top: 1px solid #d9dce3;
  border-bottom: 1px solid #FFF;
}

#doc #details .segmented-control a {
  position: relative;
  font-size: 14px;
  padding: 5px 10px;
  margin: 0 2px;
  border-right: 2px solid #fbfcfc;
  text-decoration: none;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dee2eb;
  box-shadow: 0 1px 0 white;
}

#doc #details .segmented-control>span {
  position: relative;
  display: inline-block;
  background: #fbfcfc;
  padding: 0 9px;
  height: 100%;
}

#doc #details .segmented-control a:hover {
  text-decoration: none;
  color: #008cdd;
}

#doc #details .segmented-control a:active {
  text-decoration: none;
  color: #008cdd;
  background: #f3f6f6;
  border-color: #d3d6df;
}

#doc #details .segmented-control a.selected {
  color: #fff;
  border: 0;
  padding-left: 11px;
  padding-right: 11px;
  border-top: 1px solid #408ce6;
  border-bottom: 1px solid #2659a7;
  box-shadow: 0 -1px 0 rgba(17,46,97,0.03),0 1px 0 rgba(17,46,97,0.15);
  background: #4b98ea;
  text-shadow: 0 -1px 0 rgba(38,89,167,0.75);
  background: transparent;
  background: -webkit-linear-gradient(#4b98ea,#397acd);
  background: -moz-linear-gradient(#4b98ea,#397acd);
  background: -ms-linear-gradient(#4b98ea,#397acd);
  background: -o-linear-gradient(#4b98ea,#397acd);
  background: linear-gradient(#4b98ea,#397acd);
}

#doc #details .segmented-control a.selected:hover {
  text-decoration: none;
}

#doc #details .segmented-control a.selected::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 #53a1ec;
}

#doc .code-example {
  position: relative;
  margin-bottom: 25px;
}

#doc .code-example:before {
  content: "";
  display: table;
  clear: right;
}

#doc .code-example.code-overflow::before {
  content: "";
  position: absolute;
  top: 15px;
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(white));
  background-image: -moz-linear-gradient(0,rgba(255,255,255,0),white);
  background-image: -o-linear-gradient(left,rgba(255,255,255,0),white);
  width: 70px;
  bottom: 10px;
  right: 0;
  pointer-events: none;
}

#doc .code-example.code-overflow.multiple-lang::before {
  top: 30px;
}

#doc .code-example nav {
  margin-left: -1px;
}

#doc .code-example nav::after {
  content: "";
  display: table;
  clear: left;
}

#doc .code-example nav a {
  float: left;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px 4px 0 0;
  margin-right: 4px;
  padding: 2px 8px 4px;
  color: white;
  text-shadow: 0 0 2px rgba(169,179,193,0.7),0 1px 0 rgba(169,179,193,0.6);
  background: transparent;
  background: -webkit-linear-gradient(#dbdfe5,#cfd5dd);
  background: -moz-linear-gradient(#dbdfe5,#cfd5dd);
  background: -ms-linear-gradient(#dbdfe5,#cfd5dd);
  background: -o-linear-gradient(#dbdfe5,#cfd5dd);
  background: linear-gradient(#dbdfe5,#cfd5dd);
  border: 1px solid rgba(168,177,191,0.3);
  border-bottom: 0 !important;
  box-shadow: inset 0 1px 0 #e1e4ea,inset 0 -1px rgba(168,177,191,0.25);
  text-decoration: none;
}

#doc .code-example nav a.selected {
  background: #fff;
  color: #000;
  text-shadow: none;
  box-shadow: none;
  border-color: rgba(156,165,181,0.35);
}

#doc .code-example nav a:not(.selected):active {
  color: #fff !important;
  background: transparent;
  background: -webkit-linear-gradient(rgba(168,177,191,0.5),rgba(168,177,191,0.75));
  background: -moz-linear-gradient(rgba(168,177,191,0.5),rgba(168,177,191,0.75));
  background: -ms-linear-gradient(rgba(168,177,191,0.5),rgba(168,177,191,0.75));
  background: -o-linear-gradient(rgba(168,177,191,0.5),rgba(168,177,191,0.75));
  background: linear-gradient(rgba(168,177,191,0.5),rgba(168,177,191,0.75));
  border-color: rgba(168,177,191,0.5);
  box-shadow: none;
  text-shadow: 0 0 2px #a9b3c1,0 1px 0 #a9b3c1;
}

#doc .code-example .terminal-wrap {
  overflow-x: scroll;
  padding: 15px 10px;
  background: #fff;
  background: white -webkit-linear-gradient(rgba(225,228,233,0),rgba(225,228,233,0.4));
  background: white -moz-linear-gradient(rgba(225,228,233,0),rgba(225,228,233,0.4));
  background: white -ms-linear-gradient(rgba(225,228,233,0),rgba(225,228,233,0.4));
  background: white -o-linear-gradient(rgba(225,228,233,0),rgba(225,228,233,0.4));
  background: white linear-gradient(rgba(225,228,233,0),rgba(225,228,233,0.4));
  background-size: 100% 8px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  box-shadow: inset 0 -1px 0 white,0 0 1px 1px rgba(156,165,181,0.3),0 1px 1px rgba(156,165,181,0.5);
  border-radius: 4px;
}

#doc .code-example .terminal-wrap.nolines span.no,#doc .code-example .terminal-wrap.nolines span.line-numbers {
  display: none;
}

#doc .code-example .terminal-wrap.allow-wrap {
  word-wrap: break-word;
}

#doc .code-example nav+.terminal-wrap {
  border-top-left-radius: 0;
}

#doc .code-example .terminal-wrap.nolines::before {
  display: none;
}

#doc .code-example nav+.terminal-wrap::before {
  top: 36px;
}

#doc .code-example .terminal-wrap .no,#doc .code-example .terminal-wrap .line-numbers {
  position: absolute;
  left: 4px;
  z-index: 1;
  margin-top: 1px;
  font-size: 12px;
  color: #a6abb4;
  text-shadow: 0 1px 0 rgba(255,255,255,0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: none;
}

#doc #details .code-example .terminal-wrap .no strong {
  font-weight: 400;
}

#doc .code-example .terminal-wrap .lastEltInLine {
  margin-right: 35px;
}

#doc table {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 19px;
  border: 1px solid #ddd;
  width: 690px;
  margin-right: 0;
  border-collapse: collapse;
}

#doc table thead {
  font-weight: bold;
}

#doc table th,#doc table td {
  padding-right: 20px;
  padding: 4px 8px;
  border: 1px solid #ddd;
  vertical-align: top;
}

#doc table td.number,#doc table th.number {
  width: 160px;
  white-space: nowrap;
}

#doc table td.number code>span,#doc table th.number code>span {
  display: inline-block;
  width: 8px;
}

#doc table td.param,#doc table th.param {
  width: 240px;
}

#doc table td.param span.tag,#doc table th.param span.tag {
  display: inline-block;
  padding: 0 5px;
  border-radius: 5px;
  background: #8090a6;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 5px;
}

#doc table td.param span.tag.optional,#doc table th.param span.tag.optional {
  background: #ebeef2;
  color: #8c95a1;
}

#doc table td.param span.tag.recommended,#doc table th.param span.tag.recommended {
  background: #d6f0d5;
  color: #5f9e5d;
}

#doc table td.description p:last-child {
  margin-bottom: 0 !important;
}

#doc .payment-tag-example payment {
  margin: 18px 0 0 0;
}

#doc .payment-tag-example button {
  margin: 18px 0;
}

#doc .subscriptions-guide div#create-plan-modal {
  background-image: url("../img/documentation/guides/subscriptions/create_plan.png");
  width: 363px;
  height: 432px;
  margin: 30px 20px 30px 50px;
}

#doc .subscriptions-guide div#create-a-coupon {
  background-image: url("../img/documentation/guides/subscriptions/create_coupon.png");
  width: 330px;
  height: 394px;
  margin: 0 0 30px 50px;
}

#doc .subscriptions-guide div#created-subs-events {
  background-image: url("../img/documentation/guides/subscriptions/created_subscription_events.png");
  width: 680px;
  height: 156px;
  margin: 0 auto 30px;
}

#doc .subscriptions-guide div#created-unattempted-invoice {
  background-image: url("../img/documentation/guides/subscriptions/created_unattempted_invoice.png");
  width: 680px;
  height: 101px;
  margin: 0 auto 30px;
}

#doc .subscriptions-guide div#settings {
  background-image: url("../img/documentation/guides/subscriptions/settings.png");
  width: 600px;
  height: 391px;
  margin: 0 auto 30px;
}

#doc .subscriptions-guide div#invoice-with-line-items {
  background-image: url("../img/documentation/guides/subscriptions/invoice_with_line_items.png");
  width: 600px;
  height: 168px;
  margin: 0 auto 20px;
  border: 1px solid #e8ebef;
}

#doc .subscriptions-guide div.caption-image {
  background-size: 100%;
  background-repeat: no-repeat;
}

#doc .subscriptions-guide div.caption-image.right {
  float: right;
}

.applepay-guide p.caption {
  font-style: italic;
  margin-top: 10px;
  text-align: center;
  color: #6c767f;
}

.applepay-guide img#upload-cert {
  margin: 0 15%;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  -ms-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  -o-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.applepay-guide img#xcode {
  margin: 0 15%;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  -ms-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  -o-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

#doc footer {
  position: relative;
  min-height: 150px;
  font-size: 12px;
  line-height: 18px;
  background: #fff;
  border-top: 1px solid rgba(156,165,181,0.35);
  border-radius: 0 0 5px 5px;
}

#doc footer p {
  color: #6c767f;
}

#doc footer a:active {
  color: #000;
}

#doc footer h1 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#doc footer li a {
  display: block;
  padding-left: 9px;
}

#doc footer li a::before {
  content: " ";
  position: absolute;
  width: 4px;
  height: 6px;
  background: url(../img/documentation/footer-arrow.png);
  background-size: 4px 6px;
  margin-left: -9px;
  margin-top: 7px;
}

#doc footer #next {
  overflow: hidden;
  padding: 20px 280px 20px 30px;
}

#doc footer #next p {
  float: left;
  width: 205px;
}

#doc footer #next ul {
  margin-left: 230px;
}

#doc footer #guides {
  overflow: hidden;
  padding: 20px 30px 20px 30px;
}

#doc footer #guides p {
  width: 400px;
}

#doc footer #questions {
  top: 1px;
  width: 240px;
  padding: 19px 23px 0 21px;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 5px;
  background: transparent;
  background: -webkit-linear-gradient(rgba(204,228,255,0.15),rgba(204,228,255,0.25));
  background: -moz-linear-gradient(rgba(204,228,255,0.15),rgba(204,228,255,0.25));
  background: -ms-linear-gradient(rgba(204,228,255,0.15),rgba(204,228,255,0.25));
  background: -o-linear-gradient(rgba(204,228,255,0.15),rgba(204,228,255,0.25));
  background: linear-gradient(rgba(204,228,255,0.15),rgba(204,228,255,0.25));
}

#doc footer #questions p {
  padding-right: 30px;
}

#doc footer #questions,#doc footer #questions::before {
  position: absolute;
  bottom: 0;
}

#doc footer #questions::before {
  content: "";
  top: -1px;
  left: -2px;
  width: 1px;
  background: transparent;
  background: -webkit-linear-gradient(rgba(204,228,255,0.5),rgba(204,228,255,0.75));
  background: -moz-linear-gradient(rgba(204,228,255,0.5),rgba(204,228,255,0.75));
  background: -ms-linear-gradient(rgba(204,228,255,0.5),rgba(204,228,255,0.75));
  background: -o-linear-gradient(rgba(204,228,255,0.5),rgba(204,228,255,0.75));
  background: linear-gradient(rgba(204,228,255,0.5),rgba(204,228,255,0.75));
}

#doc footer #questions h1 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.stripe-connect {
  display: inline-block;
  margin-bottom: 1px;
  background-image: -webkit-linear-gradient(#28a0e5,#015e94);
  background-image: -moz-linear-gradient(#28a0e5,#015e94);
  background-image: -ms-linear-gradient(#28a0e5,#015e94);
  background-image: linear-gradient(#28a0e5,#015e94);
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 1px;
  height: 30px;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2);
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
}

.stripe-connect span {
  display: block;
  position: relative;
  padding: 0 12px 0 44px;
  height: 30px;
  background: #1275ff;
  background-image: -webkit-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
  background-image: -moz-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
  background-image: -ms-linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
  background-image: linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
  font-size: 14px;
  line-height: 30px;
  color: white;
  font-weight: bold;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.stripe-connect span:before {
  content: '';
  display: block;
  position: absolute;
  left: 11px;
  top: 50%;
  width: 23px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-size: 23px 24px;
}

.stripe-connect:active {
  background: #005d93;
}

.stripe-connect:active span {
  color: #EEE;
  background: #008cdd;
  background-image: -webkit-linear-gradient(#008cdd,#008cdd 85%,#239adf);
  background-image: -moz-linear-gradient(#008cdd,#008cdd 85%,#239adf);
  background-image: -ms-linear-gradient(#008cdd,#008cdd 85%,#239adf);
  background-image: linear-gradient(#008cdd,#008cdd 85%,#239adf);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
}

.stripe-connect span:before,.stripe-connect.blue span:before {
  background-image: url("data:image/png;base64,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");
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
  .stripe-connect span:before,.stripe-connect.blue span:before {
    background-image: url("data:image/png;base64,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");
  }
}

a.zoom {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

div.zoom-container {
  -webkit-backface-visibility: hidden;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}

div.zoom-container * {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

div.zoom-container div.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  opacity: .0;
  -webkit-transform: rotate3d(0,0,0,0);
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
}

div.zoom-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: .0;
}

div.zoom-container img.animating {
  -webkit-transition: opacity 500ms ease,-webkit-transform 500ms ease;
  -moz-transition: opacity 500ms ease,-moz-transform 500ms ease;
  -o-transition: opacity 500ms ease,-o-transform 500ms ease;
}

div.zoom-container img.copy {
  opacity: 1.0;
}

div.zoom-container.shown div.overlay,div.zoom-container.shown img,div.zoom-containe.shown img.copy {
  opacity: 1.0;
}

#doc .checkout-doc .integration-custom,#doc .checkout-doc .integration-simple {
  display: none;
}

#doc .checkout-doc.simple .integration-simple,#doc .checkout-doc.custom .integration-custom {
  display: inherit;
}

#doc .checkout-doc.simple .integration-only-custom,#doc .checkout-doc.custom .integration-only-simple {
  color: #ababab;
}

#doc .checkout-doc.simple .integration-only-custom a,#doc .checkout-doc.custom .integration-only-simple a {
  color: #ababab;
}

#doc .checkout-doc .integration-more {
  padding-bottom: 15px;
}

#doc .checkout-doc .integration-more a {
  font-weight: 700;
  cursor: pointer;
  font-size: 13px;
}

#doc .checkout-doc .integration-more>div.visible .more-content {
  display: block;
}

#doc .checkout-doc .integration-more>div .more-content {
  padding: 7px 0 15px 0;
  display: none;
}

#doc .checkout-doc .stripe-button-container {
  margin: 0 0 20px 0;
  height: 45px;
}

#doc .checkout-doc table td:first-child {
  text-align: right;
}

#doc .checkout-doc table td:last-child>code {
  font-weight: 700;
}

#doc .checkout-doc table tr th {
  text-align: center;
}

#doc .checkout-doc table tr th:first-child,#doc .checkout-doc table tr td:first-child {
  width: 225px;
}

#doc .checkout-doc .rounded-tabs {
  position: relative;
  width: 692px;
  margin: 30px auto;
}

#doc .checkout-doc .rounded-tabs::after {
  content: "";
  position: absolute;
  left: 156px;
  right: 0;
  top: 12px;
  height: 1px;
  background: #dee2e7;
  box-shadow: 0 1px 0 #fff;
}

#doc .checkout-doc .rounded-tabs>* {
  width: 72px;
}

#doc .checkout-doc .rounded-tabs a {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 1;
  display: inline-block;
  text-align: center;
  font: 700 13px/25px "helvetica neue",helvetica,arial,sans-serif;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  color: #008cdd;
  text-decoration: none;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

#doc .checkout-doc .rounded-tabs a:focus,#doc .checkout-doc .rounded-tabs a:active {
  outline: 0;
}

#doc .checkout-doc .rounded-tabs .selected {
  color: #000;
}

#doc .checkout-doc .rounded-tabs .selection {
  position: absolute;
  left: 0;
  height: 25px;
  background: rgba(231,232,233,0.7);
  box-shadow: inset 0 1px 1px rgba(151,161,180,0.35),0 1px 0 white;
  border-radius: 13px;
  -webkit-transition: -webkit-transform .4s cubic-bezier(0.5,0,0.1,1.2);
  transition: transform .4s cubic-bezier(0.5,0,0.1,1.2);
}

#doc .checkout-doc .rounded-tabs :nth-child(2).selected+.selection {
  -webkit-transform: translateX(72px);
  transform: translateX(72px);
}

div#frontpage {
  margin-bottom: 20px;
}

div#frontpage.local-notice {
  margin-bottom: 85px;
}

div#switcher-content {
  height: 297px;
  overflow: hidden;
  position: relative;
  background: #233042 url(../img/frontpage/switcher-background.html);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

div#switcher-content div.inner {
  height: 297px;
}

div#switcher-content div.part {
  position: absolute;
  width: 900px;
  height: 297px;
  padding-left: 60px;
}

div#switcher-content div.part img.illustration {
  position: absolute;
}

div#accept-payments h1 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 73px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

div#accept-payments h2 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #878e98;
  font-size: 20px;
  margin-top: 4px;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

div#accept-payments img.illustration {
  top: -16px;
  left: 521px;
}

div#analytics {
  left: 960px;
}

div#analytics img.illustration {
  top: 38px;
  left: 547px;
}

div#api {
  left: 960px;
}

div#api img.illustration {
  top: 53px;
  left: 500px;
}

div#switcher-content a.button {
  position: absolute;
  top: 182px;
  width: 194px;
  height: 34px;
  background: #23364e;
  text-align: center;
  background: transparent;
  background: -webkit-linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.55));
  background: -moz-linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.55));
  background: -ms-linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.55));
  background: -o-linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.55));
  background: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.55));
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.26);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.26);
  -ms-box-shadow: 0 1px 2px rgba(0,0,0,0.26);
  -o-box-shadow: 0 1px 2px rgba(0,0,0,0.26);
  box-shadow: 0 1px 2px rgba(0,0,0,0.26);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  -webkit-transition: box-shadow 200ms ease,-webkit-transform 0 ease;
  -moz-transition: box-shadow 200ms ease,-moz-transform 0 ease;
  -o-transition: box-shadow 200ms ease,-o-transform 0 ease;
  transition: box-shadow 200ms ease,transform 0 ease;
}

div#switcher-content a.button:hover {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.15),0 0 6px #5695db;
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.15),0 0 6px #5695db;
  -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.15),0 0 6px #5695db;
  -o-box-shadow: 0 1px 0 rgba(0,0,0,0.15),0 0 6px #5695db;
  box-shadow: 0 1px 0 rgba(0,0,0,0.15),0 0 6px #5695db;
}

div#switcher-content a.button span {
  text-shadow: 0 1px 1px rgba(0,0,0,0.53);
  padding-left: 17px;
  padding-right: 17px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  min-width: 160px;
  width: 160px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
}

body.mozilla div#switcher-content a.button span {
  line-height: 36px;
}

div#more-info {
  background: #fff;
}

div#info div.why {
  margin: 0 60px;
  height: 19px;
  border-bottom: 1px solid #ebebeb;
  padding: 50px 0 29px;
  position: relative;
}

div#info div.why div.cards {
  height: 18px;
  position: absolute;
  right: 0;
  top: 52px;
}

div#info div.why div.cards div {
  background: url(../img/frontpage/types.html) 0 0 no-repeat;
  height: 18px;
  float: left;
}

div#info div.why div.cards div.visa {
  width: 39px;
  background-position: -1px 0;
}

div#info div.why div.cards div.mastercard {
  width: 30px;
  background-position: -49px 0;
  margin-left: 9px;
}

div#info div.why div.cards div.amex {
  width: 52px;
  background-position: -88px 0;
  margin-left: 9px;
}

div#info div.why div.cards div.discover {
  width: 77px;
  background-position: -153px 0;
  margin-left: 13px;
}

div#info div.why div.cards div.jcb {
  width: 16px;
  background-position: -240px 0;
  margin-left: 10px;
}

div#info div.why span {
  position: relative;
  top: -6px;
  height: 28px;
  display: block;
  width: 400px;
  color: #333;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
}

div#info div.part {
  padding: 45px 0;
  margin: 0 60px;
  position: relative;
}

div#info div.part div.title {
  background-repeat: no-repeat;
  background-position: 50% 0;
}

div#info div.part h2 {
  font-size: 20px;
  color: #313131;
  margin-top: -3px;
  margin-bottom: 9px;
  font-size: 22px;
  font-weight: 600;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
}

div#info div.part div.title p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #777;
  width: 360px;
  margin-top: 4px;
}

div#info div.part.odd {
  background: #cee1f4;
  margin: 0;
  border: 0;
  padding: 1px 0;
  background-image: -webkit-gradient(linear,left top,right top,from(white),to(#bfd6ed));
  background-image: -moz-linear-gradient(0,white,#bfd6ed);
  background-image: -o-linear-gradient(left,white,#bfd6ed);
}

div#info div.part.odd div.inner {
  background: #fafcff;
  padding: 0 60px;
  background-image: -webkit-gradient(linear,left top,right top,from(white),to(#f7fbff));
  background-image: -moz-linear-gradient(0,white,#f7fbff);
  background-image: -o-linear-gradient(left,white,#f7fbff);
}

#example-code pre:before {
  content: '$';
  color: #006be2;
  font-family: monospace;
  display: inline-block;
  padding-right: 8px;
}

#example-code pre.curl:before {
  content: '$';
}

#example-code pre.ruby:before {
  content: ">>";
}

#example-code pre.python:before {
  content: ">>>";
}

#example-code pre.php:before {
  content: "php >";
}

#example-code pre.java:before {
  content: '';
  padding-right: 0;
}

div#info div.part.fullstack {
  padding: 50px 0;
}

div#info div.part.fullstack div.title {
  margin-left: 460px;
  padding-top: 3px;
}

div#info div.part.fullstack img {
  position: absolute;
  left: 0;
  top: 25px;
}

div#info div.part.api div.title {
  padding-top: 63px;
}

div#info div.part.api h2 {
  margin-bottom: 8px !important;
}

div#info div.part.api div#example-code {
  width: 398px;
  border: 1px solid #d2deeb;
  border-top-color: #b9c7d7;
  background: #fff;
  font-size: 11px;
  margin: 40px 0;
  position: relative;
  right: -10px;
  float: right;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  -ms-box-shadow: 0 1px 0 white;
  -o-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white;
}

div#info div.part.api div#example-code em {
  position: absolute;
  top: 18px;
  left: 20px;
}

div#info div.part.api div#example-code pre {
  padding: 18px;
  cursor: text;
  line-height: 14px;
  min-height: 84px;
  overflow: auto;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
  -ms-box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
  -o-box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
}

div#info div.part.api div#example-code .no,div#info div.part.api div#example-code .line-numbers {
  display: none;
}

div#info div.part.api div#example-controls {
  font-size: 11px;
  background: #fcfdff;
  border-top: 1px solid #e8eef6;
  padding: 7px 10px;
  text-align: right;
  color: #999;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

div#info div.part.api div#example-controls span {
  margin: 0 3px;
}

div#info div.part.api div.clear {
  clear: both;
}

div#info div.part.pricing {
  height: 211px;
  padding: 56px 0 0 0;
}

div#info div.part.pricing div.title {
  margin-left: 460px;
}

div#info div.part.pricing h2 {
  margin-bottom: 7px;
}

div#info div.part.pricing img {
  position: absolute;
  top: 32px;
  left: -20px;
}

div#info div.part.developers {
  height: 310px;
  padding: 1px 0 1px 1px;
  margin: 0;
}

div#info div.part.developers div.inner {
  height: 310px;
}

div#info div.part.developers div.title {
  height: 80px;
  padding-top: 78px;
}

div#info div.part.developers h2 {
  margin-bottom: 6px;
}

div#info div.part.developers img {
  position: absolute;
  right: 40px;
  top: 25px;
}

div#info div.part.users {
  padding: 59px 0;
}

div#info div.part.users div.title {
  padding-left: 460px;
}

div#info div.part.users div.title h2 {
  margin-bottom: 6px;
}

div#info div.part.users div.title img {
  position: absolute;
  left: 0;
  top: 40px;
}

div#info div.part.local {
  margin-bottom: -1px;
  overflow: hidden;
}

div#info div.part.local div.title {
  padding: 60px 0;
}

div#info div.part.local h2 {
  margin-bottom: 6px;
}

div#info div.part.local img {
  position: absolute;
  right: 20px;
  top: 1px;
}

div#info div.part.local.uk img,div#info div.part.local.ireland img {
  right: 0;
}

div.frontpage-notification {
  background: #e6eaed;
  background: rgba(49,77,94,0.05);
  border: 1px solid #cdd0d3;
  border-top-color: #bfc1c4;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(49,77,94,0.06),0 1px 0 rgba(255,255,255,0.33);
  -moz-box-shadow: inset 0 1px 1px rgba(49,77,94,0.06),0 1px 0 rgba(255,255,255,0.33);
  -ms-box-shadow: inset 0 1px 1px rgba(49,77,94,0.06),0 1px 0 rgba(255,255,255,0.33);
  -o-box-shadow: inset 0 1px 1px rgba(49,77,94,0.06),0 1px 0 rgba(255,255,255,0.33);
  box-shadow: inset 0 1px 1px rgba(49,77,94,0.06),0 1px 0 rgba(255,255,255,0.33);
  width: 940px;
  margin: 20px auto 2px;
  height: 43px;
  position: absolute;
  z-index: 300;
  left: 50%;
  margin-left: -470px;
  margin-top: -65px;
}

div.frontpage-notification a {
  width: 940px;
  position: absolute;
  left: 0;
  background: rgba(49,77,94,0);
  display: block;
  padding: 13px 0;
  color: #61737c;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.33);
  opacity: 1.0;
  -webkit-transform: scale(1);
}

div.frontpage-notification a.animation {
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.33,1.66,0.66,0.99),opacity 400ms cubic-bezier(0.33,1.66,0.66,0.99),background 150ms ease;
  -moz-transition: opacity 400ms ease,background 150ms ease;
}

div.frontpage-notification a.hidden {
  opacity: .0;
  -webkit-transform: scale(0.8);
}

div.frontpage-notification a strong {
  position: relative;
  font-weight: bold;
  color: #373c3f;
  padding-right: 3px;
}

div.frontpage-notification a strong::before {
  content: "";
  position: absolute;
}

div.frontpage-notification a span {
  color: #008cdd;
  position: relative;
  padding-right: 9px;
  padding-left: 3px;
}

div.frontpage-notification a span::after {
  pointer-events: none;
  content: " ";
  display: block;
  position: absolute;
  right: 1px;
  top: 0;
  height: 100%;
  width: 3px;
  background: url(../img/anchor-arrow-solid.png) 0 50% no-repeat;
}

div.frontpage-notification a:hover {
  background: rgba(49,77,94,0.05);
}

div.frontpage-notification a:hover span {
  text-decoration: underline;
}

div.frontpage-notification a.connect strong,div.frontpage-notification a.payouts strong {
  padding-left: 24px;
}

div.frontpage-notification a.connect strong::before,div.frontpage-notification a.payouts strong::before {
  left: 0;
  top: 1px;
  width: 15px;
  height: 15px;
  background-image: url("../img/frontpage/notifications/star.html");
  background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  div.frontpage-notification a.connect strong::before,div.frontpage-notification a.payouts strong::before {
    background-image: url("../img/frontpage/notifications/star%402x.html");
  }
}

div.frontpage-notification a.canada strong {
  padding-left: 33px;
}

div.frontpage-notification a.canada strong::before {
  left: 0;
  top: -3px;
  width: 21px;
  height: 24px;
  background-image: url("../img/frontpage/notifications/leaf.html");
  background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  div.frontpage-notification a.canada strong::before {
    background-image: url("../img/frontpage/notifications/leaf%402x.html");
  }
}

div.frontpage-notification a.uk strong {
  padding-left: 33px;
}

div.frontpage-notification a.uk strong::before {
  left: 0;
  top: 0;
  width: 23px;
  height: 17px;
  background-image: url("../img/flags/gb.png");
  background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  div.frontpage-notification a.uk strong::before {
    background-image: url("../img/flags/gb%402x.png");
  }
}

div.frontpage-notification a.ie strong {
  padding-left: 33px;
}

div.frontpage-notification a.ie strong::before {
  left: 0;
  top: 0;
  width: 23px;
  height: 17px;
  background-image: url("../img/flags/ie.png");
  background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  div.frontpage-notification a.ie strong::before {
    background-image: url("../img/flags/ie%402x.png");
  }
}

body#global {
  background: #fbfcfc;
}

body#global div.box {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  padding: 77px 0;
  position: relative;
  z-index: 50;
}

body#global div.banner {
  position: relative;
  z-index: 100;
  padding-bottom: 70px;
}

body#global div.banner div.text {
  width: 504px;
}

body#global div.banner div.text h1.title {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #33434d;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 6px;
  text-shadow: 0 1px 0 #fff;
}

body#global div.banner div.text p.subline {
  color: #7a8799;
  font-size: 15px;
  line-height: 1.4em;
  text-shadow: 0 1px 0 #fff;
}

body#global div.banner div.sidebar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1),0 0 0 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.1),0 0 0 1px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 2px 2px rgba(0,0,0,0.1),0 0 0 1px rgba(0,0,0,0.1);
  -o-box-shadow: 0 2px 2px rgba(0,0,0,0.1),0 0 0 1px rgba(0,0,0,0.1);
  box-shadow: 0 2px 2px rgba(0,0,0,0.1),0 0 0 1px rgba(0,0,0,0.1);
  position: absolute;
  right: 0;
  top: 0;
  width: 280px;
}

body#global div.banner div.sidebar h4.title {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #33434d;
  font-size: 15px;
  font-weight: bold;
}

body#global div.banner div.sidebar div.get-notified {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: white;
  padding: 25px 20px;
  position: relative;
}

body#global div.banner div.sidebar div.get-notified form {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all .4s 0 ease-in-out;
  -moz-transition: all .4s 0 ease-in-out;
  -o-transition: all .4s 0 ease-in-out;
  transition: all .4s 0 ease-in-out;
  position: relative;
  z-index: 150;
}

body#global div.banner div.sidebar div.get-notified form p.subline {
  color: #677487;
  font-size: 12px;
  line-height: 1.5em;
  padding: 2px 0 12px;
}

body#global div.banner div.sidebar div.get-notified form p.error {
  color: #cb1a1a;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

body#global div.banner div.sidebar div.get-notified form input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 0 white,inset 0 1px 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 0 0 white,inset 0 1px 1px 0 rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 0 0 white,inset 0 1px 1px 0 rgba(0,0,0,0.1);
  -o-box-shadow: 0 1px 0 0 white,inset 0 1px 1px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 0 0 white,inset 0 1px 1px 0 rgba(0,0,0,0.1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  border: 1px solid #b6c7d1;
  border-bottom-color: #c1d1db;
  border-top-color: #adbec9;
  color: #a4b0b7;
  font-size: 12px;
  height: 30px;
  margin-bottom: 10px;
  outline: 0;
  padding: 0 11px;
  width: 240px;
}

body#global div.banner div.sidebar div.get-notified form input::-webkit-input-placeholder {
  color: #a4b0b7;
}

body#global div.banner div.sidebar div.get-notified form input:-moz-placeholder {
  color: #a4b0b7;
}

body#global div.banner div.sidebar div.get-notified form input::-moz-placeholder {
  color: #a4b0b7;
}

body#global div.banner div.sidebar div.get-notified form input:-ms-input-placeholder {
  color: #a4b0b7;
}

body#global div.banner div.sidebar div.get-notified form input:hover,body#global div.banner div.sidebar div.get-notified form input:active,body#global div.banner div.sidebar div.get-notified form input:focus {
  border-color: #adbec9;
  color: #7a8799;
}

body#global div.banner div.sidebar div.get-notified form input.required {
  border-color: #cb1a1a;
}

body#global div.banner div.sidebar div.get-notified form input:active,body#global div.banner div.sidebar div.get-notified form input:focus {
  -webkit-box-shadow: 0 0 5px #28a0e5,inset 0 1px 1px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 5px #28a0e5,inset 0 1px 1px 0 rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 5px #28a0e5,inset 0 1px 1px 0 rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 5px #28a0e5,inset 0 1px 1px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 5px #28a0e5,inset 0 1px 1px 0 rgba(0,0,0,0.1);
  border-color: #28a0e5;
}

body#global div.banner div.sidebar div.get-notified form div.country {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1),inset 0 1px 0 0 white;
  -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1),inset 0 1px 0 0 white;
  -ms-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1),inset 0 1px 0 0 white;
  -o-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1),inset 0 1px 0 0 white;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1),inset 0 1px 0 0 white;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: -webkit-linear-gradient(bottom,#f1f5f8,white);
  background: -moz-linear-gradient(bottom,#f1f5f8,white);
  background: -o-linear-gradient(bottom,#f1f5f8,white);
  background: linear-gradient(top,#f1f5f8,white);
  border: 1px solid #b6c7d1;
  border-bottom-color: #adbec9;
  border-top-color: #c1d1db;
  cursor: pointer;
  height: 30px;
  overflow: hidden;
  position: relative;
  width: 240px;
}

body#global div.banner div.sidebar div.get-notified form div.country.required {
  border-color: #cb1a1a;
}

body#global div.banner div.sidebar div.get-notified form div.country div.arrows {
  background-image: url("../img/global/arrows.html");
  background-size: 100% 100%;
  height: 11px;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 7px;
  z-index: 40;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  body#global div.banner div.sidebar div.get-notified form div.country div.arrows {
    background-image: url("../img/global/arrows%402x.html");
  }
}

body#global div.banner div.sidebar div.get-notified form div.country select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-appearance: window;
  background: transparent;
  border: 0;
  color: #576777;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  left: -1px;
  line-height: 17px;
  margin: 0;
  outline: 0;
  overflow: hidden;
  padding: 6px 146px 20px 12px;
  position: absolute;
  right: -1px;
  text-overflow: ellipse;
  text-shadow: 0 1px 0 #fff;
  top: -1px;
  vertical-align: bottom;
  white-space: nowrap;
  width: 150%;
  z-index: 50;
}

body#global div.banner div.sidebar div.get-notified form div.country select:active,body#global div.banner div.sidebar div.get-notified form div.country select:focus {
  color: #576777;
}

@media(min-resolution:.001dpcm) {
  body#global div.banner div.sidebar div.get-notified form div.country select {
    padding-bottom: 11px;
  }
}

body#global div.banner div.sidebar div.get-notified form button {
  height: 30px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

body#global div.banner div.sidebar div.get-notified form button span {
  height: 28px;
  line-height: 28px;
}

body#global div.banner div.sidebar div.get-notified div.success {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transition: all .5s .2s cubic-bezier(0.52,1.54,0.53,1);
  -moz-transition: all .5s .2s cubic-bezier(0.52,1.54,0.53,1);
  -o-transition: all .5s .2s cubic-bezier(0.52,1.54,0.53,1);
  transition: all .5s .2s cubic-bezier(0.52,1.54,0.53,1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  -webkit-font-smoothing: antialiased;
}

body#global div.banner div.sidebar div.get-notified div.success div.icon {
  background-image: url("../img/global/success-icon.html");
  background-size: 100% 100%;
  height: 56px;
  margin: 44px auto 0;
  width: 56px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  body#global div.banner div.sidebar div.get-notified div.success div.icon {
    background-image: url("../img/global/success-icon%402x.html");
  }
}

body#global div.banner div.sidebar div.get-notified div.success h4.title {
  font-size: 20px;
  padding: 16px 0 4px;
  text-align: center;
}

body#global div.banner div.sidebar div.get-notified div.success p.subline {
  color: #7a8799;
  font-size: 13px;
  line-height: 1.4em;
  padding: 0 20px;
  text-align: center;
}

body#global div.banner div.sidebar div.current-countries {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
  -ms-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
  -o-box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.05);
  background: #f6f9fa;
  padding: 25px 20px;
}

body#global div.banner div.sidebar div.current-countries h4.title {
  padding-bottom: 2px;
}

body#global div.banner div.sidebar div.current-countries div.country {
  overflow: hidden;
  padding: 3px 0;
}

body#global div.banner div.sidebar div.current-countries div.country div.flag {
  background-image: url("../img/flags/us.png");
  background-size: 100% 100%;
  height: 17px;
  float: left;
  width: 23px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  body#global div.banner div.sidebar div.current-countries div.country div.flag {
    background-image: url("../img/flags/us%402x.png");
  }
}

body#global div.banner div.sidebar div.current-countries div.country p.label {
  color: #677487;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  padding: 0 4px;
}

body#global div.banner div.sidebar div.current-countries div.country div.beta {
  background-image: url("../img/global/beta-icon.html");
  background-size: 100% 100%;
  float: left;
  height: 15px;
  margin-top: 2px;
  width: 33px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  body#global div.banner div.sidebar div.current-countries div.country div.beta {
    background-image: url("../img/global/beta-icon%402x.html");
  }
}

body#global div.banner div.sidebar div.current-countries div.country.au .flag {
  background-image: url("../img/flags/au.png");
  background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  body#global div.banner div.sidebar div.current-countries div.country.au .flag {
    background-image: url("../img/flags/au%402x.png");
  }
}

body#global div.banner div.sidebar div.current-countries div.country.be .flag {
  background-image: url("../img/flags/be.png");
  background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  body#global div.banner div.sidebar div.current-countries div.country.be .flag {
    background-image: url("../img/flags/be%402x.png");
  }
}

body#global div.banner div.sidebar div.current-countries div.country.ca .flag {
  background-image: url("../img/flags/ca.png");
  background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  body#global div.banner div.sidebar div.current-countries div.country.ca .flag {
    background-image: url("../img/flags/ca%402x.png");
  }
}

body#global div.banner div.sidebar div.current-countries div.country.de .flag {
  background-image: url("../img/flags/de.png");
  background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  body#global div.banner div.sidebar div.current-countries div.country.de .flag {
    background-image: url("../img/flags/de%402x.png");
  }
}

body#global div.banner div.sidebar div.current-countries div.country.es .flag {
  background-image: url("../img/flags/es.png");
  background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  body#global div.banner div.sidebar div.current-countries div.country.es .flag {
    background-image: url("../img/flags/es%402x.png");
  }
}

body#global div.banner div.sidebar div.current-countries div.country.fr .flag {
  background-image: url("../img/flags/fr.png");
  background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  body#global div.banner div.sidebar div.current-countries div.country.fr .flag {
    background-image: url("../img/flags/fr%402x.png");
  }
}

body#global div.banner div.sidebar div.current-countries div.country.gb .flag {
  background-image: url("../img/flags/gb.png");
  background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  body#global div.banner div.sidebar div.current-countries div.country.gb .flag {
    background-image: url("../img/flags/gb%402x.png");
  }
}

body#global div.banner div.sidebar div.current-countries div.country.ie .flag {
  background-image: url("../img/flags/ie.png");
  background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  body#global div.banner div.sidebar div.current-countries div.country.ie .flag {
    background-image: url("../img/flags/ie%402x.png");
  }
}

body#global div.banner div.sidebar div.current-countries div.country.lu .flag {
  background-image: url("../img/flags/lu.png");
  background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  body#global div.banner div.sidebar div.current-countries div.country.lu .flag {
    background-image: url("../img/flags/lu%402x.png");
  }
}

body#global div.banner div.sidebar div.current-countries div.country.nl .flag {
  background-image: url("../img/flags/nl.png");
  background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  body#global div.banner div.sidebar div.current-countries div.country.nl .flag {
    background-image: url("../img/flags/nl%402x.png");
  }
}

body#global div.banner div.sidebar div.current-countries div.country.fi .flag {
  background-image: url("../img/flags/fi.png");
  background-size: 100% 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  body#global div.banner div.sidebar div.current-countries div.country.fi .flag {
    background-image: url("../img/flags/fi%402x.png");
  }
}

body#global div.banner div.map {
  background-image: url("../img/global/map.png");
  background-size: 100% 100%;
  height: 384px;
  margin-top: 40px;
  width: 713px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  body#global div.banner div.map {
    background-image: url("../img/global/map%402x.png");
  }
}

body#global div.separator {
  background: #ebebeb;
  height: 1px;
  margin: 77px auto;
  position: relative;
  z-index: 100;
}

body#global div.faqs h2.title {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #33434d;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 24px;
}

body#global div.faqs div.row {
  overflow: hidden;
  padding-bottom: 36px;
}

body#global div.faqs div.row:last-child {
  padding-bottom: 0;
}

body#global div.faqs div.row div.faq {
  float: left;
  width: 443px;
}

body#global div.faqs div.row div.faq h3.question {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #33434d;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 6px;
}

body#global div.faqs div.row div.faq p.answer {
  color: #7a8799;
  font-size: 13px;
  line-height: 1.5em;
}

body#global div.faqs div.row div.faq:last-child {
  float: right;
}

body#global.complete div.banner div.sidebar div.get-notified form {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  z-index: 100;
}

body#global.complete div.banner div.sidebar div.get-notified div.success {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  z-index: 150;
}

body#jobs-page div#header {
  position: relative;
  z-index: 300;
}

div#jobs {
  background: #fff;
}

div#jobs div.content {
  min-height: 1600px;
  padding: 0 60px 60px;
  margin-top: -90px;
  position: relative;
  z-index: 40;
}

div#jobs div.content div.columns div.column-half {
  width: 400px;
  float: right;
}

div#jobs div.content div.columns div.column-half.left {
  float: left;
  margin-right: 20px;
}

div#jobs div.content h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ebebeb;
  margin: 22px 0;
  padding-bottom: 5px;
  color: #313131;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
}

div#jobs div.content h2:first-child {
  margin-top: 0;
}

div#jobs div.standard-content {
  width: 500px;
}

div#jobs div.standard-content p {
  font-size: 14px;
  line-height: 22px;
  color: #555;
}

div#jobs div.standard-content ul {
  margin-bottom: 22px;
}

div#jobs div.standard-content li {
  font-size: 14px;
  line-height: 22px;
  color: #555;
}

div#jobs div.standard-content ul ul {
  margin-left: 20px;
}

div#jobs div.title {
  margin: 0 0 40px;
  background: url(../img/jobs/top_background.png) 0 0 repeat-x;
  height: 360px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

div#jobs div.title::after {
  content: " ";
  width: 100%;
  height: 360px;
  position: absolute;
  top: 0;
  z-index: 10;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(white));
  background: -moz-linear-gradient(top left,rgba(255,255,255,0),white);
  background: -o-linear-gradient(top left,rgba(255,255,255,0),white);
}

div#jobs div.title h1 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  font-weight: 600;
  color: #222;
  padding: 53px 0 10px 60px;
  font-weight: 600;
  z-index: 20;
  position: relative;
}

div#jobs div.title p {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 60px;
  color: #888;
  text-shadow: 0 1px 0 #fff;
  position: relative;
  z-index: 40;
  font-size: 17px;
  line-height: 24px;
  width: 330px;
}

div#jobs div.title img {
  position: absolute;
  z-index: 20;
  top: -19px;
  right: -25px;
}

div#images {
  z-index: 200;
  position: absolute;
  height: 450px;
  width: 100%;
  top: 0;
  bacxkground: rgba(0,0,0,0.1);
  overflow: hidden;
  -wexbkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
}

div#images div.inner {
  position: relative;
  margin: 70px auto 0;
  width: 940px;
}

div#images div.catcher {
  backgrxound: rgba(0,0,0,0.5);
  position: absolute;
  top: -10px;
  right: -30px;
  width: 535px;
  height: 320px;
  z-index: 4000;
  cursor: pointer;
}

div#images img {
  position: absolute;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  opacity: .0;
  z-index: 10;
  pointer-events: none;
}

div#images img.first {
  -webkit-transform: rotate(3.333deg);
  -moz-transform: rotate(3.333deg);
  opacity: 1.0;
  z-index: 70;
  right: 70px;
  top: 5px;
}

div#images img.second {
  -webkit-transform: rotate(9.999deg);
  -moz-transform: rotate(9.999deg);
  opacity: 1.0;
  right: -5px;
  z-index: 60;
}

div#images img.unused {
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  right: -500px;
  opacity: .0;
  z-index: 50;
}

div#images.hover img.first {
  -webkit-transform: rotate(2.222deg) translateX(-15px);
  -moz-transform: rotate(2.222deg) translateX(-15px);
}

div#images.hover img.second {
  -webkit-transform: rotate(11.111deg) translateX(15px);
  -moz-transform: rotate(11.111deg) translateX(15px);
}

div#images img.flyout {
  -webkit-animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-name: flyoutAnimation;
  -moz-animation-duration: 500ms;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-name: flyoutAnimation;
}

@-webkit-keyframes flyoutAnimation {
  0 {
    opacity: 1.0;
  }

  66% {
    opacity: .0;
  }

  100% {
    opacity: .0;
    -webkit-transform: rotate(-25deg) translate3d(-400px,-220px,0);
  }
}

@-moz-keyframes flyoutAnimation {
  0 {
    opacity: 1.0;
  }

  66% {
    opacity: .0;
  }

  100% {
    opacity: .0;
    -moz-transform: rotate(-25deg) translate(-400px,-220px);
  }
}

div#images img.secondtofirst {
  -webkit-transition: all 500ms ease-in-out;
  -webkit-transform: rotate(2.222deg) translate3d(-90px,8px,0) !important;
  -moz-transition: all 500ms ease-in-out;
  -moz-transform: rotate(2.222deg) translate(-90px,8px) !important;
  opacity: 1.0;
}

div#images img.unusedtosecond {
  -webkit-transition: all 500ms ease-in-out;
  -webkit-transform: rotate(11.111deg) translate3d(-470px,95px,0);
  -moz-transition: all 500ms ease-in-out;
  -moz-transform: rotate(11.111deg) translate(-470px,95px) !important;
  opacity: 1.0;
}

div#images img.noanimation {
  -webkit-transition: none !important;
  -moz-transition: none !important;
}

div#jobs div.gradient {
  opacity: .5;
  border-top: 1px solid #bdd7f6;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  z-index: 10;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#eef4fa),to(white));
  background: -moz-linear-gradient(top,#eef4fa,white);
  background: -o-linear-gradient(top,#eef4fa,white);
}

div#jobs div.gradient::after {
  content: " ";
  position: absolute;
  z-index: 10;
  left: 0;
  top: -1px;
  width: 100%;
  height: 101px;
  background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(white));
  background: -moz-linear-gradient(top left,rgba(255,255,255,0),white);
  background: -o-linear-gradient(top left,rgba(255,255,255,0),white);
}

div.positions-content {
  margin-top: 40px;
}

div.positions-content h2.title {
  padding-top: 60px;
}

div.positions-content * {
  position: relative;
  z-index: 20;
}

div.positions-content div.block h2 {
  xborder: 0 !important;
  xpadding-bottom: 0 !important;
  xmargin-bottom: 0 !important;
}

ul#positions {
  margin-top: 60px;
  float: left;
  width: 220px;
  font-size: 14px;
  line-height: 26px;
  color: #999;
}

ul#positions a.selected {
  color: #444;
  font-weight: bold;
  xtext-decoration: underline;
  pointer-events: none;
}

ul#positions ul {
  margin-bottom: 26px;
}

ul#positions li.position.sub {
  padding-left: 15px;
}

div#jobs div.benefits {
  xdisplay: none;
  position: absolute;
  z-index: 30;
  right: 60px;
  width: 260px;
  margin-top: 5px;
  border: 1px solid #e3f0ff;
  background: #f8fcff;
  -webkit-border-radius: 4px;
  color: #596168;
}

div#jobs div.benefits ul {
  padding: 25px 25px 25px 45px;
  xpadding-left: 20px;
}

div#jobs div.benefits li {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 7px;
  list-style-type: disc;
}

div#position-blocks {
  margin-left: 220px;
  min-height: 101px;
  display: none;
}

div#position-blocks div.block {
  display: none;
  position: relative;
  z-index: 20;
  padding-right: 220px;
  padding-top: 60px;
  width: 600px;
  min-height: 400px;
}

div#position-blocks div.block.selected {
  display: block;
}

div#position-blocks h1 {
  color: #212121 !important;
  font-size: 24px !important;
  margin-bottom: 0;
}

div#position-blocks div.block-title p {
  font-size: 16px;
  color: #888;
}

div#position-blocks a.apply {
  display: block;
  text-align: center;
  margin-top: 33px !important;
}

div#position-blocks a.apply span {
  padding: 15px 0;
  font-size: 14px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.45);
}

div#position-blocks div.challenge {
  border: 1px solid #bed8f6;
  background: #f4f8fb;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
}

div#position-blocks h4 {
  font-size: 13px;
  font-weight: bold;
  color: #212121;
  cursor: pointer;
  padding: 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

div#position-blocks div.description {
  display: none;
  padding: 0 15px 0 30px;
}

div#position-blocks div.description p,div#position-blocks div.description li {
  font-size: 12px !important;
  line-height: 20px !important;
  color: #333 !important;
}

div#position-blocks div.challenge:last-child {
  margin-bottom: 22px;
}

div#position-blocks div.challenge img {
  margin-right: 5px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
}

div#position-blocks div.challenge.open img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

div#guides {
  display: none;
  width: 940px;
  height: 100%;
  margin: 0 auto;
  pointer-events: 0;
  position: fixed;
  left: 50%;
  margin-left: -470px;
}

div#guides div {
  position: absolute;
  z-index: 90000;
  width: 1px;
  height: 100%;
  background: rgba(255,0,0,0.3);
}

div#guides div.one {
  left: 77px;
}

div#guides div.two {
  left: 273px;
}

div#guides div.three {
  left: 469px;
}

div#guides div.four {
  left: 665px;
}

div#guides div.five {
  right: 77px;
}

div#apps {
  margin: auto;
  background: white;
  -webkit-font-smoothing: antialiased;
}

div#apps div.divider {
  width: 794px;
  height: 1px;
  background-image: linear-gradient(left,white,#eaecef,white);
  background-image: -webkit-linear-gradient(left,white,#eaecef,white);
  background-image: -moz-linear-gradient(left,white,#eaecef,white);
  background-image: -o-linear-gradient(left,white,#eaecef,white);
  margin: 40px 0;
  display: none;
}

div#apps div.separator {
  position: absolute;
  width: 940px;
  height: 84px;
  box-shadow: inset 0 1px 0 0 rgba(56,99,153,0.1);
  background: -webkit-linear-gradient(rgba(56,99,153,0.45),#f2f6f9 3px,white);
  background: -moz-linear-gradient(rgba(56,99,153,0.45),#f2f6f9 3px,white);
  background: -o-linear-gradient(rgba(56,99,153,0.45),#f2f6f9 3px,white);
  z-index: 0;
}

div#apps div.separator::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  height: 4px;
  top: -4px;
  background: transparent;
  background: -webkit-linear-gradient(rgba(49,68,95,0),rgba(49,68,95,0.12));
  background: -moz-linear-gradient(rgba(49,68,95,0),rgba(49,68,95,0.12));
  background: -ms-linear-gradient(rgba(49,68,95,0),rgba(49,68,95,0.12));
  background: -o-linear-gradient(rgba(49,68,95,0),rgba(49,68,95,0.12));
  background: linear-gradient(rgba(49,68,95,0),rgba(49,68,95,0.12));
}

div#apps div.gradient {
  position: absolute;
  top: -5px;
  width: 940px;
  height: 96px;
  background-image: linear-gradient(left,white,rgba(255,255,255,0),white),linear-gradient(90deg,white 10%,rgba(255,255,255,0));
  background-image: -webkit-linear-gradient(left,white,rgba(255,255,255,0),white),-webkit-linear-gradient(90deg,white 10%,rgba(255,255,255,0));
  background-image: -moz-linear-gradient(left,white,rgba(255,255,255,0),white),-moz-linear-gradient(90deg,white 10%,rgba(255,255,255,0));
  background-image: -o-linear-gradient(left,white,rgba(255,255,255,0),white),-o-linear-gradient(90deg,white 10%,rgba(255,255,255,0));
  z-index: 1;
}

div#apps div.part-title {
  clear: both;
  position: relative;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  xborder-top: 1px solid rgba(56,99,153,0.075);
  padding-top: 70px;
  padding-bottom: 0;
  margin-bottom: 40px;
  pxadding-bottom: 20px;
  bxorder-bottom: 1px solid rgba(56,99,153,0.075);
}

div#apps div.part-title:first-child {
  margin-top: 0;
}

div#apps div.part-title:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  xbackground: rgba(56,99,153,0.075);
}

div#apps div.part-title h2 {
  position: relative;
  z-index: 10;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #313b45;
  margin-bottom: 20px;
  background: #fff;
  padding-right: 20px;
  display: inline-block;
  margin-bottom: 5px;
}

div#apps div.part-title p.desc {
  font-size: 14px;
  line-height: 22px;
  color: #7b828a;
  font-size: 18px;
  color: #6a757c;
}

div#apps .header {
  position: relative;
}

div#apps .header img {
  position: absolute;
  z-index: 20;
  top: -10px;
  left: 10px;
}

div#apps .header div.title {
  padding-top: 53px;
  padding-bottom: 59px;
  padding-left: 320px;
  padding-right: 100px;
}

div#apps .header div.title h1 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  font-size: 37px;
  font-weight: 600;
  color: #313b45;
  margin-bottom: 3px;
}

div#apps .header div.title p {
  font-size: 17px;
  line-height: 24px;
  color: #7b828a;
  -webkit-font-smoothing: antialiased;
}

div#apps .page-content {
  position: relative;
  z-index: 20;
  padding: 60px 77px 0;
}

div#apps .page-content div.use-cases {
  position: relative;
  z-index: 10;
}

div#apps .page-content div.use-cases img {
  float: right;
  margin-top: 10px;
  margin-right: 0;
  margin-left: 40px;
  margin-bottom: 10px;
  position: relative;
}

div#apps .page-content div.use-cases img.users {
  left: -3px;
}

div#apps .page-content div.use-cases img.data {
  top: 0;
  left: -7px;
}

div#apps .page-content div.use-cases div.case {
  display: block;
  float: left;
  width: 376px;
}

div#apps .page-content div.use-cases div.case h2 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  color: #313b45;
  padding-right: 20px;
}

div#apps .page-content div.use-cases div.case h3 {
  font-size: 18px;
  line-height: 24px;
  color: #6a757c;
  border-bottom: 1px solid #eef0f2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

div#apps .page-content div.use-cases div.case p {
  font-size: 14px;
  line-height: 22px;
  color: #7b828a;
  xpadding-right: 20px;
  margin-bottom: 20px;
}

div#apps .page-content div.use-cases div.case p:last-child {
  margin-bottom: 0;
}

div#apps .page-content div.use-cases div.case:first-child {
  float: left;
}

div#apps .page-content div.use-cases div.case:last-child {
  float: right;
}

div#apps .page-content div.use-cases div.case strong {
  font-weight: bold;
}

div#apps .page-content div.how-it-works {
  position: relative;
}

div#apps .page-content div.how-it-works h3 {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
}

div#apps .page-content div.how-it-works p {
  padding-right: 20px;
  font-size: 13px;
  line-height: 20px;
  color: #7b828a;
}

div#apps .page-content div.how-it-works div.flow {
  width: 606px;
  height: 240px;
  border-right: 1px solid #e2eaee;
}

div#apps .page-content div.how-it-works div.flow div.col {
  background-image: url("../img/apps/arrow.png");
  background-size: 63px 13px;
  background-repeat: no-repeat;
  background-position: 134px 69px;
  position: relative;
  width: 202px;
  float: left;
  padding-top: 159px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  div#apps .page-content div.how-it-works div.flow div.col {
    background-image: url("../img/apps/arrow%402x.png");
  }
}

div#apps .page-content div.how-it-works div.flow div.col img {
  position: absolute;
  top: 0;
  left: -3px;
}

div#apps .page-content div.how-it-works div.flow div.col.first img {
  top: -26px;
  left: -68px;
}

div#apps .page-content div.how-it-works div.flow div.col.third {
  background: 0;
}

div#apps .page-content div.how-it-works div.done {
  padding-top: 159px;
  width: 182px;
  position: absolute;
  right: -30px;
  top: 0;
}

div#apps .page-content div.how-it-works div.done img {
  position: absolute;
  top: 11px;
  left: 7px;
}

div#apps .page-content div.features ul {
  width: 356px;
  float: left;
}

div#apps .page-content div.features ul.second {
  float: right;
}

div#apps .page-content div.features ul li {
  position: relative;
  margin-bottom: 20px;
}

div#apps .page-content div.features ul li img {
  position: absolute;
  top: 2px;
}

div#apps .page-content div.features ul li div {
  padding-left: 40px;
  xpadding-left: 0;
}

div#apps .page-content div.features ul li h3 {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
}

div#apps .page-content div.features ul li p {
  font-size: 13px;
  line-height: 20px;
  color: #7b828a;
}

div#apps .page-content div.features ul li:last-child {
  margin-bottom: 0;
}

div#apps .page-content ul.companies {
  clear: both;
  margin-top: 60px;
  border-top: 1px solid rgba(56,99,153,0.075);
  border-bottom: 1px solid rgba(56,99,153,0.075);
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 0;
  text-align: center;
  height: 50px;
  opacity: .8;
}

div#apps .page-content ul.companies li {
  display: inline;
  margin-right: 22px;
  height: 50px;
  line-height: 50px;
}

div#apps .page-content ul.companies li img {
  vertical-align: middle;
}

div#apps .page-content ul.companies li:last-child {
  margin: 0;
}

div#apps div#get-started {
  padding: 50px 0;
  border: 0;
}

div#apps div#get-started p {
  color: #7b828a;
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
  div#apps .header .icon {
    background-image: url(../img/apps/passport%402x.png);
    background-size: 281px 250px;
  }
}

html.initial-js-state div.title,html.initial-js-state div.showcase-separator,html.initial-js-state div#showcase-images div.site {
  opacity: .0 !important;
}

body#showcase-page {
  background: #fbfcfc;
  overflow-x: hidden;
}

body#showcase-page div#get-started-wrap {
  height: 72px;
}

body#showcase-page div#get-started {
  height: 72px;
  border-top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
}

body#showcase-page div#get-started.sticky {
  position: fixed;
  bottom: -72px;
  z-index: 100;
  width: 100%;
  background: rgba(251,252,252,0.95);
}

body#showcase-page div#get-started.sticky::after {
  content: " ";
  width: 100%;
  top: -45px;
  height: 45px;
  position: absolute;
  z-index: 100;
  pointer-events: none;
  left: 0;
  background: transparent;
  background: -webkit-linear-gradient(rgba(251,252,252,0),rgba(251,252,252,0.95));
  background: -moz-linear-gradient(rgba(251,252,252,0),rgba(251,252,252,0.95));
  background: -ms-linear-gradient(rgba(251,252,252,0),rgba(251,252,252,0.95));
  background: -o-linear-gradient(rgba(251,252,252,0),rgba(251,252,252,0.95));
  background: linear-gradient(rgba(251,252,252,0),rgba(251,252,252,0.95));
}

body#showcase-page div#get-started.sticky.bottom {
  opacity: 0;
  z-index: -999;
}

body#showcase-page div#get-started p {
  width: 940px;
  margin: 0 auto;
  padding: 20px 0;
  color: #555;
  -webkit-font-smoothing: antialiased;
}

div#showcase {
  width: 940px;
  margin: 0 auto 24px;
}

div#showcase div.title {
  background: url(../img/showcase/title.html);
  width: 656px;
  height: 106px;
  margin: 50px auto 0;
  opacity: 1.0;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -o-transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0,0);
}

div#showcase div.title.animation {
  -webkit-transition: opacity 1s ease,-webkit-transform 1s ease;
  -moz-transition: opacity 1s ease,-moz-transform 1s ease;
  -o-transition: opacity 1s ease,-o-transform 1s ease;
  transition: opacity 1s ease,transform 1s ease;
}

div#showcase div.title.hidden {
  opacity: .0;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
}

div#showcase div.title h2,div#showcase div.title h3 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

div.showcase-separator {
  background: url(../img/showcase/Separator.html) 50% 50% no-repeat;
  width: 940px;
  height: 13px;
  margin: 45px auto 25px;
}

div.showcase-separator.animation {
  -webkit-transition: opacity 1s ease,-webkit-transform 0 ease;
  -moz-transition: opacity 1s ease,-moz-transform 0 ease;
  -o-transition: opacity 1s ease,-o-transform 0 ease;
  transition: opacity 1s ease,transform 0 ease;
}

div.showcase-separator.hidden {
  opacity: .0;
}

div#showcase-images {
  width: 1048px;
  margin: 0 auto 25px;
}

div#showcase-images div.site {
  width: 318px;
  float: left;
  margin: 0 15px;
}

div#showcase-images div.site img {
  background: url(../img/showcase/frame.html);
  padding: 9px 11px 13px;
  background: url(../img/showcase/frame2.html);
  padding: 2px 6px 8px;
  position: relative;
  z-index: 10;
  margin-top: 25px;
}

div#showcase-images div.site img.noscript {
  position: absolute;
  top: 0;
  background: 0;
}

div#showcase-images div.site div.data {
  position: absolute;
  z-index: 100;
  top: 27px;
  left: 6px;
  width: 306px;
  height: 239px;
  pointer-events: none;
  -webkit-transition: opacity 300ms ease,-webkit-transform 0 ease;
  -moz-transition: opacity 300ms ease,-moz-transform 0 ease;
  -o-transition: opacity 300ms ease,-o-transform 0 ease;
  transition: opacity 300ms ease,transform 0 ease;
  opacity: 1.0;
}

div#showcase-images div.site div.data p {
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  border-top: rgba(255,255,255,0.8);
  padding: 10px 10px;
  width: 286px;
  color: #fff;
  font-size: 11px;
}

div#showcase-images div.site div.info {
  position: relative;
  z-index: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  padding: 10px 0 25px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1.0;
}

div#showcase-images div.site div.info h3 {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 7px;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
}

div#showcase-images div.site div.info p {
  line-height: 18px;
  font-size: 14px;
  color: #666;
}

div#showcase-images div.site div.info p span {
  color: #0079ff;
}

div#showcase-images div.site.animation div.info {
  -webkit-transition: opacity 300ms ease,-webkit-transform 300ms ease;
  -moz-transition: opacity 300ms ease,-moz-transform 300ms ease;
  -o-transition: opacity 300ms ease,-o-transform 300ms ease;
  transition: opacity 300ms ease,transform 300ms ease;
}

div#showcase-images div.site.hidden {
  opacity: .0;
}

div#showcase-images div.site.hidden div.info {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  opacity: .0;
}

div#showcase-images div.site.hidden a {
  cursor: default;
  pointer-events: none;
}

div#showcase-images div.site a {
  text-decoration: none;
  display: block;
  position: relative;
}

div#showcase-images div.site a div.hover {
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 251px;
  top: 27px;
  left: 6px;
  width: 306px;
  height: 239px;
  -webkit-box-shadow: 0 0 20px #0079ff;
  -moz-box-shadow: 0 0 20px #0079ff;
  -ms-box-shadow: 0 0 20px #0079ff;
  -o-box-shadow: 0 0 20px #0079ff;
  box-shadow: 0 0 20px #0079ff;
  background: transparent;
  opacity: .0;
  -webkit-transition: opacity 250ms ease,-webkit-transform 0 ease;
  -moz-transition: opacity 250ms ease,-moz-transform 0 ease;
  -o-transition: opacity 250ms ease,-o-transform 0 ease;
  transition: opacity 250ms ease,transform 0 ease;
}

div#showcase-images div.site a:hover div.hover {
  opacity: 1.0;
}

div#showcase-images div.site a:active img {
  opacity: .85;
}

div#showcase-images div.site a:active div.hover {
  background: #000;
}

div#showcase-images div.clear {
  clear: both;
}

img.animation-image {
  position: absolute;
  background: url(../img/showcase/frame.html);
  padding: 9px 11px 13px;
  background: url(../img/showcase/frame2.html);
  padding: 2px 6px 8px;
  -webkit-transform: rotate3d(0,0,0,0);
  opacity: 1.0;
}

img.animation-image.animation {
  -webkit-transition: opacity .7s ease-in,-webkit-transform .7s ease;
  -moz-transition: opacity .7s ease-in,-moz-transform .7s ease;
  -o-transition: opacity .7s ease-in,-o-transform .7s ease;
  transition: opacity .7s ease-in,transform .7s ease;
}

img.animation-image.hidden {
  opacity: .0;
}

img.animation-image.hidden.left {
  -webkit-transform: translateY(200px) translateX(-400px) rotate(-75deg);
  -moz-transform: translateY(200px) translateX(-400px) rotate(-75deg);
  -o-transform: translateY(200px) translateX(-400px) rotate(-75deg);
  -webkit-transform: translateY(200px) translateX(-400px) rotate3d(0,0,0,-75deg);
}

img.animation-image.hidden.center {
  -webkit-transform: translateY(400px) rotate(16deg);
  -moz-transform: translateY(400px) rotate(16deg);
  -o-transform: translateY(400px) rotate(16deg);
  -webkit-transform: translateY(400px) rotate3d(0,0,0,16deg);
}

img.animation-image.hidden.right {
  -webkit-transform: translateY(200px) translateX(400px) rotate(75deg);
  -moz-transform: translateY(200px) translateX(400px) rotate(75deg);
  -o-transform: translateY(200px) translateX(400px) rotate(75deg);
  -webkit-transform: translateY(200px) translateX(400px) rotate3d(0,0,0,75deg);
}

div#error-block {
  padding: 100px 0 118px;
  text-align: center;
  min-height: 250px;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-font-smoothing: antialiased;
}

div#error-block h1 {
  color: #222;
  background: -webkit-linear-gradient(black,#555);
  -webkit-background-clip: text,border;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  line-height: 64px;
  font-weight: bold;
}

div#error-block h2 {
  font-size: 24px;
  line-height: 32px;
  color: #008cdd;
  margin-bottom: 12px;
}

div#error-block p {
  width: 550px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 25px;
  color: #999;
}

div#error-block p a {
  color: #999;
  text-decoration: underline;
}

div#error-block p a:hover {
  color: #008cdd;
}

div#logos {
  background: #fff;
}

div#logos div.page-title {
  position: relative;
  padding: 54px 60px;
  -webkit-font-smoothing: antialiased;
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -ms-border-top-left-radius: 6px;
  -o-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -ms-border-top-right-radius: 6px;
  -o-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 1px solid #c0ccd4;
  background: transparent;
  background: -webkit-linear-gradient(white,#f7fcfe);
  background: -moz-linear-gradient(white,#f7fcfe);
  background: -ms-linear-gradient(white,#f7fcfe);
  background: -o-linear-gradient(white,#f7fcfe);
  background: linear-gradient(white,#f7fcfe);
  -webkit-box-shadow: 0 1px 2px rgba(192,204,212,0.6);
  -moz-box-shadow: 0 1px 2px rgba(192,204,212,0.6);
  -ms-box-shadow: 0 1px 2px rgba(192,204,212,0.6);
  -o-box-shadow: 0 1px 2px rgba(192,204,212,0.6);
  box-shadow: 0 1px 2px rgba(192,204,212,0.6);
}

div#logos div.page-title h1 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 31px;
  font-weight: 600;
  color: #33434d;
  margin: 6px 0;
  font-weight: 600;
  position: relative;
  z-index: 10;
}

div#logos div.page-title p {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #93a0a7;
  margin-bottom: 6px;
  position: relative;
  z-index: 10;
}

div#logos div.page-title::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 10px;
  bottom: -4px;
  background: -webkit-linear-gradient(left,rgba(255,255,255,0.9),rgba(255,255,255,0),rgba(255,255,255,0.9));
  background: -moz-linear-gradient(left,rgba(255,255,255,0.9),rgba(255,255,255,0),rgba(255,255,255,0.9));
  background: -o-linear-gradient(left,rgba(255,255,255,0.9),rgba(255,255,255,0),rgba(255,255,255,0.9));
}

div#logos ul.sub-nav {
  list-style-type: none;
  text-align: center;
  position: relative;
  border-bottom: 1px solid aliceblue;
  padding: 10px 0;
  font-size: 90%;
}

div#logos ul.sub-nav li {
  display: inline;
  margin-right: 40px;
}

div#logos ul.sub-nav li:last-child {
  margin-right: 0;
}

div#logos ul.sub-nav li.current a {
  color: #000;
  font-weight: 600;
}

div#logos div.resource {
  padding: 50px 0 40px;
  margin: 0 60px;
  border-bottom: 1px solid rgba(192,204,212,0.3);
}

div#logos div.resource div.title h2 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 21px;
  color: #33434d;
  margin-bottom: 5px;
}

div#logos div.resource div.title h3 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #778790;
}

div#logos div.resource div.title p {
  font-size: 14px;
  line-height: 21px;
  color: #93a0a7;
  margin-bottom: 21px;
}

div#logos div.resource ul li {
  position: relative;
}

div#logos div.resource ul li a.img {
  display: block;
  position: relative;
  margin-bottom: 5px;
  background-repeat: 50% 50%;
  -webkit-box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.1);
  -ms-box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.1);
  -o-box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.1);
}

div#logos div.resource ul li a.img strong {
  -webkit-transition: opacity 300ms ease,-webkit-transform 0 ease;
  -moz-transition: opacity 300ms ease,-moz-transform 0 ease;
  -o-transition: opacity 300ms ease,-o-transform 0 ease;
  transition: opacity 300ms ease,transform 0 ease;
  opacity: .0;
  display: block;
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background: #111;
  background: rgba(0,0,0,0.8);
}

div#logos div.resource ul li a.img strong span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  width: 110px;
  height: 32px;
  margin-left: -55px;
  margin-top: -16px;
  line-height: 32px;
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  background: black;
  background: -webkit-linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0));
  background: -moz-linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0));
  background: -ms-linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0));
  background: -o-linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0));
  background: linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0));
  background-color: rgba(0,0,0,0.8);
  -webkit-box-shadow: inset 0 1px 0 black,0 2px 3px black;
  -moz-box-shadow: inset 0 1px 0 black,0 2px 3px black;
  -ms-box-shadow: inset 0 1px 0 black,0 2px 3px black;
  -o-box-shadow: inset 0 1px 0 black,0 2px 3px black;
  box-shadow: inset 0 1px 0 black,0 2px 3px black;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #fff;
  text-shadow: 0 1px 1px black;
}

div#logos div.resource ul li a.img:hover strong {
  opacity: 1.0;
}

div#logos div.resource ul li a.img:active strong {
  background: #000;
  background: rgba(0,0,0,0.85);
}

div#logos div.resource ul li a.img:active strong span {
  color: #ddd;
  border-color: #ddd;
}

div#logos div.resource ul li a.img img {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div#logos div.resource ul li a.img.light {
  background-color: #fff;
  background-image: url("../img/about/logos/backgrounds/light.png");
  background-size: 20px 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  div#logos div.resource ul li a.img.light {
    background-image: url("../img/about/logos/backgrounds/light%402x.png");
  }
}

div#logos div.resource ul li a.img.blue {
  background-color: #3da8e5;
  background-image: url("../img/about/logos/backgrounds/blue.png");
  background-size: 20px 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  div#logos div.resource ul li a.img.blue {
    background-image: url("../img/about/logos/backgrounds/blue%402x.png");
  }
}

div#logos div.resource ul li a.img.dark {
  background-color: #4c4c4c;
  background-image: url("../img/about/logos/backgrounds/dark.png");
  background-size: 20px 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  div#logos div.resource ul li a.img.dark {
    background-image: url("../img/about/logos/backgrounds/dark%402x.png");
  }
}

div#logos div.resource ul li h3 {
  float: left;
  font-size: 14px;
  line-height: 21px;
  color: #33434d;
}

div#logos div.resource ul li p {
  float: right;
  font-size: 14px;
  line-height: 21px;
  color: #93a0a7;
}

div#logos div.resource.logo a.img {
  width: 400px;
  height: 175px;
}

div#logos div.resource.logo a.img img {
  top: 29px;
}

div#logos div.resource.logo li.black {
  float: left;
}

div#logos div.resource.logo li.white {
  float: right;
}

div#logos div.resource.badges div.styled {
  float: left;
  margin-right: 25px;
  width: 256.66667px;
}

div#logos div.resource.badges div.styled a.img {
  height: 186px;
}

div#logos div.resource.badges div.styled img {
  position: relative;
  top: 73px;
}

div#logos div.resource.badges div.simple {
  float: left;
}

div#logos div.resource.badges div.simple ul {
  float: left;
  width: 256.66667px;
  margin-right: 25px;
}

div#logos div.resource.badges div.simple ul li {
  height: 75.5px;
}

div#logos div.resource.badges div.simple ul li a.img {
  height: 75.5px;
}

div#logos div.resource.badges div.simple ul li img {
  position: relative;
  top: 24.75px;
}

div#logos div.resource.badges div.simple ul li:first-child {
  padding-bottom: 35px;
}

div#logos div.resource.badges div.simple ul:last-child {
  margin-right: 0;
}

div#logos div.resource.badges li {
  width: 256.66667px;
  display: block;
}

div#logos div.resource.connect div.title {
  float: left;
  width: 290px;
}

div#logos div.resource.connect div.title p {
  padding-right: 0;
}

div#logos div.resource.connect a.img {
  width: 230px;
  height: 72px;
}

div#logos div.resource.connect a.img img {
  top: 20px;
}

div#logos div.resource.connect ul {
  float: right;
  width: 485px;
}

div#logos div.resource.connect ul li {
  float: left;
  width: 230px;
  height: 130px;
}

div#logos div.resource.connect ul li.even {
  float: right;
}

div#logos div.resource.help p {
  text-align: center;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 13px !important;
}

div#press {
  background: #fff;
}

div#press div.page-title {
  position: relative;
  padding: 54px 60px;
  -webkit-font-smoothing: antialiased;
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -ms-border-top-left-radius: 6px;
  -o-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -ms-border-top-right-radius: 6px;
  -o-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 1px solid #c0ccd4;
  background: transparent;
  background: -webkit-linear-gradient(white,#f7fcfe);
  background: -moz-linear-gradient(white,#f7fcfe);
  background: -ms-linear-gradient(white,#f7fcfe);
  background: -o-linear-gradient(white,#f7fcfe);
  background: linear-gradient(white,#f7fcfe);
  -webkit-box-shadow: 0 1px 2px rgba(192,204,212,0.6);
  -moz-box-shadow: 0 1px 2px rgba(192,204,212,0.6);
  -ms-box-shadow: 0 1px 2px rgba(192,204,212,0.6);
  -o-box-shadow: 0 1px 2px rgba(192,204,212,0.6);
  box-shadow: 0 1px 2px rgba(192,204,212,0.6);
}

div#press div.page-title h1 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 31px;
  font-weight: 600;
  color: #33434d;
  margin: 6px 0;
  font-weight: 600;
  position: relative;
  z-index: 10;
}

div#press div.page-title p {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #93a0a7;
  margin-bottom: 6px;
  position: relative;
  z-index: 10;
}

div#press div.page-title::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 10px;
  bottom: -4px;
  background: -webkit-linear-gradient(left,rgba(255,255,255,0.9),rgba(255,255,255,0),rgba(255,255,255,0.9));
  background: -moz-linear-gradient(left,rgba(255,255,255,0.9),rgba(255,255,255,0),rgba(255,255,255,0.9));
  background: -o-linear-gradient(left,rgba(255,255,255,0.9),rgba(255,255,255,0),rgba(255,255,255,0.9));
}

div#press ul.sub-nav {
  list-style-type: none;
  text-align: center;
  position: relative;
  border-bottom: 1px solid aliceblue;
  padding: 10px 0;
  font-size: 90%;
}

div#press ul.sub-nav li {
  display: inline;
  margin-right: 40px;
}

div#press ul.sub-nav li:last-child {
  margin-right: 0;
}

div#press ul.sub-nav li.current a {
  color: #000;
  font-weight: 600;
}

div#press div.section {
  padding: 50px 0 40px;
  margin: 0 60px;
  border-bottom: 1px solid rgba(192,204,212,0.3);
}

div#press div.section div.title h2 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 21px;
  color: #33434d;
  margin-bottom: 5px;
}

div#press div.section div.title h3 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #778790;
}

div#press div.section div.title p,div#press div.section div.title li {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #93a0a7;
  margin-bottom: 21px;
}

div#press div.section div.title p.pull,div#press div.section div.title li.pull {
  font-size: 120%;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 20px 0;
  line-height: 160%;
}

div#press div.section.news {
  border-bottom: 0;
  padding-bottom: 10px;
}

div#press div.section.news ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 75px;
  -moz-column-gap: 75px;
  column-gap: 75px;
}

div#press div.section.news li {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  color: #93a0a7;
  margin-bottom: 21px;
  -webkit-column-break-inside: avoid;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 13px;
  background-size: 16px 16px;
  padding: 10px 0 0 25px;
}

div#press div.section.news li.techcrunch {
  background-image: url("../img/press/icons/techcrunch.png");
}

div#press div.section.news li.cnbc {
  background-image: url("../img/press/icons/cnbc.png");
}

div#press div.section.news li.wired {
  background-image: url("../img/press/icons/wired.png");
}

div#press div.section.news li.businessweek {
  background-image: url("../img/press/icons/businessweek.png");
}

div#press div.section.news li.fast-company {
  background-image: url("../img/press/icons/fast-company.png");
}

div#press div.section.news li.forbes {
  background-image: url("../img/press/icons/forbes.png");
}

div#press div.section.news li.bloomberg {
  background-image: url("../img/press/icons/bloomberg.png");
}

div#press div.section.news li.cnn {
  background-image: url("../img/press/icons/cnn.png");
}

div#press div.section.news li.atlantic {
  background-image: url("../img/press/icons/atlantic.png");
}

div#press div.section.news li.wsj {
  background-image: url("../img/press/icons/wsj.png");
}

div#press div.section.news li span.quote {
  font-size: 14px;
  font-weight: normal;
  color: #555;
  display: block;
  margin: 10px 0;
}

div#press div.section.news #get-started {
  margin: 0;
  background: rgba(56,74,85,0.0125);
  border: 1px solid rgba(56,74,85,0.1);
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(56,74,85,0.05);
  padding: 15px 0;
  border-top: 1px solid #ebebeb;
  text-align: center;
}

div#press div.section.footnote p {
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
}

#partner_header img {
  position: absolute;
  margin: 20px 0 0 20px;
}

#partner_info {
  padding-top: 36px;
  margin: 0 38px 0 724px;
}

#partner_header {
  overflow: hidden;
  margin-bottom: 16px;
  min-height: 330px;
  background: white;
}

#partner_info h1 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 3px;
  font-size: 30px;
  font-weight: 600;
  color: #000;
}

#partner_info h2 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 17px;
  font-weight: 200;
  color: #afb4bc;
}

#partner_info h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin: 18px 0 19px 1px;
  background: #f4f4f4;
}

#partner_info p {
  margin-bottom: 29px;
  font-size: 13px;
  line-height: 17px;
  color: #777;
}

#partner_info p+p {
  padding-left: 19px;
  background: url(../img/partners/arrow.png) no-repeat 0 2px;
}

#partner_info a {
  font-size: 13px;
  color: #0168de;
}

#partner_details {
  min-height: 600px;
  background: white;
}

#partner_details #get-started {
  margin-top: 30px;
}

#partner_details div:nth-child(1) {
  float: left;
  width: 430px;
  margin: 37px 0 0 40px;
}

#partner_details div:nth-child(1) h1 {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 600;
}

#partner_details div:nth-child(1) h1::after {
  content: "";
  display: block;
  width: 430px;
  height: 2px;
  margin: 12px 0 20px 0;
  background: #f4f4f4;
}

#partner_details div:nth-child(1) h2 {
  margin: 38px 0 12px 0;
  font-size: 14px;
  font-weight: 600;
  color: #555;
}

#partner_details div:nth-child(1) p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #777;
}

#partner_details div:nth-child(2) {
  padding-top: 40px;
  margin: 0 40px 0 522px;
}

#partner_details div:nth-child(2) img {
  margin-bottom: 27px;
}

#partner_details div:nth-child(2) h2 {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

#partner_details div:nth-child(2) p {
  font-size: 14px;
  line-height: 20px;
  color: #777;
}

@media screen and (-webkit-min-device-pixel-ratio:2) {
  #partner_info p+p {
    background: url(../img/partners/arrow%402x.png) no-repeat 0 2px;
    background-size: 13px 13px;
  }
}

span.highlight_js .constant,span.highlight_js .title,span.highlight_js .keyword {
  color: #19469d;
}

span.highlight_js .symbol,span.highlight_js .literal {
  color: #954121;
}

span.highlight_js .string,span.highlight_js .attribute,span.highlight_js.xml .value {
  color: #219161;
}

span.highlight_js .comment {
  color: #9b9bb9;
}

span.highlight_js.xml .attribute {
  color: #444;
}

.page-wrapper {
  min-height: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

.page-wrapper div#wrap {
  position: relative;
  min-height: 100%;
}

.page-wrapper div#page-background {
  position: fixed;
  top: -10%;
  left: -10%;
  height: 120%;
  width: 120%;
  z-index: -1;
  pointer-events: none;
  background-image: -webkit-radial-gradient(50% 50%,ellipse closest-side,rgba(255,255,255,0) 1%,rgba(0,42,88,0.15) 100%);
  background-image: -moz-radial-gradient(50% 50%,ellipse closest-side,rgba(255,255,255,0) 1%,rgba(0,42,88,0.15) 100%);
}

.page-wrapper div#page-background div.inner {
  position: fixed;
  width: 120%;
  height: 50%;
  z-index: 10;
  background: transparent;
  background: -webkit-linear-gradient(rgba(255,255,255,0.54),rgba(255,255,255,0));
  background: -moz-linear-gradient(rgba(255,255,255,0.54),rgba(255,255,255,0));
  background: -ms-linear-gradient(rgba(255,255,255,0.54),rgba(255,255,255,0));
  background: -o-linear-gradient(rgba(255,255,255,0.54),rgba(255,255,255,0));
  background: linear-gradient(rgba(255,255,255,0.54),rgba(255,255,255,0));
}

.page-wrapper div#header {
  width: 700px;
  height: 90px;
  padding-top: 80px;
}

.page-wrapper div#header h1 {
  margin: 0 auto 0;
  width: 115px;
  height: 48px;
  float: none;
}

.page-wrapper div#header h1 a {
  background-image: url(../img/logo_big.png);
  height: 48px;
}

.page-wrapper div.box {
  width: 700px;
}

.page-wrapper div#main-body {
  background: transparent;
  background: -webkit-linear-gradient(rgba(0,0,0,0.15),rgba(0,0,0,0.3));
  background: -moz-linear-gradient(rgba(0,0,0,0.15),rgba(0,0,0,0.3));
  background: -ms-linear-gradient(rgba(0,0,0,0.15),rgba(0,0,0,0.3));
  background: -o-linear-gradient(rgba(0,0,0,0.15),rgba(0,0,0,0.3));
  background: linear-gradient(rgba(0,0,0,0.15),rgba(0,0,0,0.3));
  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.27);
  -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.27);
  -ms-box-shadow: 0 2px 7px rgba(0,0,0,0.27);
  -o-box-shadow: 0 2px 7px rgba(0,0,0,0.27);
  box-shadow: 0 2px 7px rgba(0,0,0,0.27);
  padding: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.page-wrapper div#main-body div.inner {
  background: #fff;
  background: transparent;
  background: -webkit-linear-gradient(white,#f6f1f1);
  background: -moz-linear-gradient(white,#f6f1f1);
  background: -ms-linear-gradient(white,#f6f1f1);
  background: -o-linear-gradient(white,#f6f1f1);
  background: linear-gradient(white,#f6f1f1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.page-wrapper div#main-body div.title {
  min-height: 55px;
  overflow: hidden;
  background: transparent;
  background: -webkit-linear-gradient(white,rgba(255,255,255,0));
  background: -moz-linear-gradient(white,rgba(255,255,255,0));
  background: -ms-linear-gradient(white,rgba(255,255,255,0));
  background: -o-linear-gradient(white,rgba(255,255,255,0));
  background: linear-gradient(white,rgba(255,255,255,0));
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.page-wrapper div#main-body div.title h2 {
  font-size: 14px;
  line-height: 21px;
  color: #444;
  font-weight: bold;
  text-align: center;
  padding: 17px 24px;
  background: url(../img/login/divider.png) 50% 100% no-repeat;
}

.page-wrapper div#main-body div.title h2.error {
  color: #cb1a1a;
}

.page-wrapper div#main-body div.title.extra {
  height: auto;
}

.page-wrapper div#main-body div.title.extra h2 {
  background: 0;
}

.page-wrapper div#main-body div.title.extra p {
  font-size: 12px;
  color: #999;
  padding: 19px 0 9px;
  text-align: center;
  background: url(../img/login/divider.png) 50% 100% no-repeat;
}

.page-wrapper div#main-body div.skip {
  text-align: center;
  color: #999;
  font-size: 12px;
  margin-top: -22px;
}

.page-wrapper div.below-box {
  text-align: center;
  padding-top: 30px;
  font-size: 12px;
  color: #6f757c;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

.page-wrapper div.below-box a {
  color: #6f757c;
  font-weight: bold;
  text-decoration: underline;
}

.page-wrapper div.below-box a:hover {
  color: #222;
}

.page-wrapper div#footer {
  background: rgba(0,0,0,0.04);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  padding: 0;
}

.page-wrapper div#footer a {
  display: block;
  padding: 15px 0;
  font-weight: bold;
  color: #4e5359;
  -webkit-transition: color 100ms ease-in-out;
}

.page-wrapper div#footer a:hover {
  text-decoration: none;
  color: #222;
}

.page-wrapper #footer_spacer {
  height: 60px;
}

.page-wrapper div#bottom {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.page-wrapper div#bottom li {
  display: inline;
  padding: 0 20px 0 16px;
  background: url(../img/login/bullet.png) 100% 9px no-repeat;
}

.page-wrapper div#bottom li.first {
  padding-left: 20px;
}

.page-wrapper div#bottom li.last {
  background: 0;
  padding-right: 16px;
}

.page-wrapper div#bottom a {
  color: #696f77;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  -webkit-transition: color 100ms ease-in-out;
}

.page-wrapper div#bottom a:hover {
  color: #3a3f45;
  text-decoration: none;
}

.page-wrapper div.connect-oauth-example em {
  font-style: italic;
}

.page-wrapper div.connect-oauth-example p {
  font-size: 13px;
  line-height: 20px;
  padding: 0 30px;
  padding-bottom: 19px;
  color: #444;
}

.page-wrapper div.connect-oauth-example p.note {
  font-weight: bold;
}

.page-wrapper div.connect-oauth-example pre {
  margin: 0 30px;
  padding: 0 30px;
  background: #e4edf7;
}

.page-wrapper div.connect-oauth-example pre code {
  background: 0;
}

.page-wrapper div.connect-oauth-example code {
  padding: 2px;
  background: #e4edf7;
  font-weight: bold;
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
  div#header h1 a {
    background-image: url(../img/logo%402xc81e.png?2);
    background-size: 71px 30px;
  }

  div#showcase div.title {
    background: url(../img/showcase/title%402x.html);
    background-size: 656px 106px;
  }

  #doc>nav h1::before {
    background-image: url(../img/documentation/navicons%402x.png);
  }

  #doc>nav h1.connect::before {
    background-image: url(../img/documentation/nav-connect%402x.png);
  }

  #doc>nav h1.disputes::before {
    background-image: url(../img/documentation/nav-disputes%402x.png);
  }

  #doc #start ol::before,#doc #start ol span {
    background-image: url(../img/documentation/steps%402x.html);
  }

  #doc #details .content.note::before {
    background-image: url(../img/documentation/note%402x.png);
  }

  #doc .subscriptions-guide div#create-plan-modal {
    background-image: url("../img/documentation/guides/subscriptions/create_plan%402x.png");
  }

  #doc .subscriptions-guide div#created-subs-events {
    background-image: url("../img/documentation/guides/subscriptions/created_subscription_events%402x.png");
  }

  #doc .subscriptions-guide div#created-unattempted-invoice {
    background-image: url("../img/documentation/guides/subscriptions/created_unattempted_invoice%402x.png");
  }

  #doc .subscriptions-guide div#settings {
    background-image: url("../img/documentation/guides/subscriptions/settings%402x.png");
  }

  #doc .subscriptions-guide div#invoice-with-line-items {
    background-image: url("../img/documentation/guides/subscriptions/invoice_with_line_items%402x.png");
  }

  #doc .subscriptions-guide div#create-a-coupon {
    background-image: url("../img/documentation/guides/subscriptions/create_coupon%402x.png");
  }

  #doc footer li a::before {
    background-image: url(../img/documentation/footer-arrow%402x.png);
  }

  #doc a.external:after {
    background-image: url(../img/documentation/external_arrow%402x.png);
  }

  #doc #details article h1 a.header-anchor,#doc #details article h2 a.header-anchor,#doc #details article h3 a.header-anchor,#doc #details article h4 a.header-anchor,#doc #details article h5 a.header-anchor,#doc #details article h6 a.header-anchor {
    background-image: url(../img/documentation/anchor%402x.png);
  }
}