#ad {
  width: 125px;
  position: fixed;
  z-index: 19;
  bottom: 10px;
  right: 10px;
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 13px;
}
#ad a {
  display: inline-block;
  color: #333333;
  font-weight: normal;
}
#ad span {
  color: #333333;
  display: block;
}
#ad img {
  width: 125px;
}
#ad .carbon-img,
#ad .carbon-text {
  display: block;
  margin-bottom: 4px;
  font-weight: normal;
  color: #304455;
}
#ad .carbon-poweredby {
  color: #aaa;
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: normal;
}
#bsa-native .native-box {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.075);
  background-color: #f8f8f8;
  color: #304455;
  display: flex;
  border-radius: 3px;
  padding: 0.65em 1em;
  align-items: center;
  margin-bottom: 1.2em;
}
#bsa-native .native-box .native-link {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 10px 14px;
}
#bsa-native .native-box .native-sponsor {
  background-color: #41b983;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 1em;
  line-height: 1;
  padding: 6px 10px;
  font-weight: 600;
  text-transform: uppercase;
}
#bsa-native .native-box .native-text {
  font-weight: normal;
  line-height: 1.35;
  text-align: left;
}
@media print {
  #ad {
    display: none;
  }
}
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #304455;
  background-color: #fff;
  margin: 0;
}
body.docs {
  padding-top: 61px;
}
@media screen and (max-width: 900px) {
  body.docs {
    padding-top: 0;
  }
}
a {
  text-decoration: none;
  color: #3399FF;
}
a.nav-link {
  color: #304455;
  cursor: pointer;
}
a.work {
  text-decoration: none;
  color: #304455;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
strong {
  font-weight: 600;
  color: #333333;
}
code,
pre {
  font-family: "Roboto Mono", Monaco, courier, monospace;
  font-size: 0.85em;
  background-color: #f8f8f8;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
code {
  color: #d63200;
  padding: 3px 5px;
  margin: 0 2px;
  border-radius: 2px;
  white-space: nowrap;
}
em {
  color: #333333;
}
p {
  word-spacing: 0.05em;
  line-height: 1.5em;
}
a.button,
input.button {
  padding: 0.5em 1.5em;
  display: inline-block;
  color: #fff;
  background-color: #4fc08d;
  transition: all 0.15s ease;
  box-sizing: border-box;
}
a.button.has-icon,
input.button.has-icon {
  position: relative;
  text-indent: 1.4em;
}
a.button.has-icon > svg,
input.button.has-icon > svg {
  position: absolute;
  left: 0.4em;
  top: 0.4em;
  width: 2em;
}
a.button.blue {
  background-color: #3399FF;
  color: #fff;
}
a.button.gray,
input.button.gray {
  background-color: #f6f6f6;
  color: #333333;
  border-color: #f6f6f6;
}
#main {
  position: relative;
  z-index: 1;
  padding: 0 60px 30px;
  overflow-x: hidden;
}
#nav .nav-link {
  cursor: pointer;
}
#nav .nav-dropdown-container .nav-link:hover:not(.current) {
  border-bottom: none;
}
#nav .nav-dropdown-container:hover .nav-dropdown {
  display: block;
}
#nav .nav-dropdown-container .arrow {
  pointer-events: none;
}
#nav .nav-dropdown {
  display: none;
  box-sizing: border-box;
  max-height: calc(100vh - 61px);
  overflow-y: auto;
  position: absolute;
  top: 100%;
  right: -15px;
  background-color: #fff;
  padding: 10px 0;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
  text-align: left;
  border-radius: 4px;
  white-space: nowrap;
}
#nav .nav-dropdown li {
  line-height: 1.8em;
  margin: 0;
  display: block;
}
#nav .nav-dropdown li > ul {
  padding-left: 0;
}
#nav .nav-dropdown li:first-child h4 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
#nav .nav-dropdown a,
#nav .nav-dropdown h4 {
  padding: 0 24px 0 20px;
}
#nav .nav-dropdown h4 {
  margin: 0.45em 0 0;
  padding-top: 0.45em;
  border-top: 1px solid #eee;
}
#nav .nav-dropdown a {
  color: #354c63;
  display: block;
}
#nav .nav-dropdown a:hover {
  color: #3399FF;
}
#nav .arrow {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 6px;
  margin-right: -14px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #333333;
}
sup.beta.beta {
  font-size: 0.6em;
  margin-left: 0.7em;
  text-transform: uppercase;
  opacity: 0.6;
}
@media print {
  body {
    color: #000;
  }
  .highlight {
    padding: 0;
    page-break-inside: avoid;
  }
  .highlight .code pre {
    color: #000;
    background-color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #e8e8e8;
    page-break-inside: avoid;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    color: #000;
    page-break-after: avoid;
    page-break-before: avoid;
  }
  img {
    page-break-inside: avoid;
  }
  h2+p {
    page-break-before: avoid;
  }
  a:link:after,
  a:visited:after {
    content: " [" attr(href) "] ";
  }
}
#header {
  background-color: #fff;
  height: 0px;
  padding: 0px 60px 0px 60px;
  position: relative;
  z-index: 20;
}
body.docs #header {
  top: -47px;
}
#nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 60px;
  top: 10px;
  height: 40px;
  line-height: 40px;
}
#nav .break {
  display: none;
}
#nav li {
  display: inline-block;
  position: relative;
  margin: 0 0.6em;
}
#nav .nav-dropdown-container {
  padding-right: 0.8em;
}
#nav .nav-dropdown-container:last-child {
  padding-right: 0;
}
#nav .nav-dropdown .nav-link:hover,
#nav .nav-dropdown .nav-link.current {
  border-bottom: none;
}
#nav .nav-dropdown .nav-link.current::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid #3399FF;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}
#nav .nav-dropdown .nav-link.new::before {
  content: "";
  width: 0;
  height: 0;
  border: 2px solid #f66;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 1px);
  left: 8px;
}
.nav-link {
  padding-bottom: 3px;
  white-space: nowrap;
}
.nav-link:hover,
.nav-link.current {
  border-bottom: 3px solid #3399FF;
}
.nav-link.new::before {
  content: "";
  width: 0;
  height: 0;
  border: 2px solid #f66;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 1px);
  left: -8px;
}
.new-label {
  position: absolute;
  top: 3px;
  left: 110%;
  background-color: #3399FF;
  color: #fff;
  line-height: 16px;
  height: 16px;
  font-size: 9px;
  font-weight: bold;
  font-family: "Roboto Mono", Monaco, courier, monospace;
  padding: 1px 4px 0 6px;
  border-radius: 4px;
}
.search-query {
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding: 0 15px 0 30px;
  border: 1px solid #e3e3e3;
  color: #333333;
  outline: none;
  border-radius: 15px;
  margin-right: 10px;
  transition: border-color 0.2s ease;
  background: #fff url("../images/search.png") 8px 5px no-repeat;
  background-size: 20px;
  vertical-align: middle !important;
}
.search-query:focus {
  border-color: #3399FF;
}
#logo {
  display: inline-block;
  font-size: 1.5em;
  line-height: 40px;
  color: #333333;
  font-family: "Dosis", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}
#logo img {
  vertical-align: middle;
  margin-right: 6px;
  width: 196px;
  height: 70px;
}
#mobile-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 43px;
  background-color: #fff;
  z-index: 20;
  display: none;
  box-shadow: 0 0 2px rgba(0,0,0,0.25);
}
#mobile-bar .menu-button {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px;
  left: 12px;
  background: url("../images/menu.png") center center no-repeat;
  background-size: 24px;
}
#mobile-bar .logo {
  position: absolute;
  width: 90px;
  height: 50px;
  background: url("../images/logo.gif") center center no-repeat;
  top: -3px;
  left: 50%;
  margin-left: -45px;
  background-size: 90px;
}
@media print {
  #header {
    display: none;
  }
}
.sidebar {
  position: absolute;
  z-index: 10;
  top: 61px;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.sidebar h2 {
  margin-top: 0.2em;
}
.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding-left: 1em;
}
.sidebar li {
  margin-left: -1em;
  line-height: 2em;
  margin-bottom: -1em;
}
.sidebarchild {
  margin-top:1em;
  line-height: 2em;
}
.sidebar hr {
  margin-top:20px; 
  margin-right:10px;
}
.sidebar .sidebar-inner {
  width: 260px;
  padding: 35px 0px 60px 20px;
}
.sidebar .version-select {
  vertical-align: middle;
  margin-left: 5px;
}
.sidebar .menu-root {
  padding-left: 0;
}
.sidebar .sidebar-link {
  color: #333333;
}
.sidebar .sidebar-link.current {
  font-weight: 600;
  color: #3399FF;
}
.sidebar .sidebar-link.new:after {
  content: "NEW";
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #3399FF;
  line-height: 14px;
  padding: 0 4px;
  border-radius: 3px;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.sidebar .sidebar-link:hover {
  border-bottom: 2px solid #3399FF;
}
.sidebar .section-link.active {
  font-weight: bold;
  color: #3399FF;
}
.sidebar .main-menu {
  margin-bottom: 20px;
  display: none;
  padding-left: 0;
  line-height: 2rem;
}
.main-menu ul,li {
  list-style-type: none;
  margin: 0;
  line-height: 2em;
  padding-left: 1em;
}
.review {
  display: inline-block;
  border-radius: 5px;
  background: #3399FF;
  color: #FFF;
  padding: 10px;
}
.review02 {
  display: inline-block;
  border-radius: 5px;
  background: #f8f8f8;
  color: #333333;
  padding: 10px;
}
.word01 {
  color: #999999;
  font-size: 0.8em;
}
#training ul {
  list-style-type: disc;
}
#training li {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}
#footer-nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#footer-nav li {
  display: inline;
}
.sidebar .nav-dropdown h4 {
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .sidebar {
    position: fixed;
    background-color: #f9f9f9;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
    -webkit-transform: translate(-280px, 0);
    transform: translate(-280px, 0);
  }
  .sidebar .sidebar-inner {
    padding: 60px 10px 30px 20px;
    box-sizing: border-box;
  }
  .sidebar .sidebar-inner-index {
    padding: 10px 10px 10px 20px;
  }
  .sidebar .search-query {
    width: 200px;
    margin-bottom: 10px;
  }
  .sidebar .main-menu {
    display: block;
  }
  .sidebar.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media print {
  .sidebar {
    display: none;
  }
}
#sponsors {
  text-align: center;
  padding: 35px 40px 45px;
  background-color: #e6e6e6;
}
#sponsors .inner {
  max-width: 700px;
  margin: 0px auto;
}
#sponsors h3 {
  color: #999;
  margin: 0 0 10px;
}
#sponsors span,
#sponsors a {
  margin: 20px 15px 0;
  position: relative;
}
#sponsors span,
#sponsors a,
#sponsors img {
  display: inline-block;
  vertical-align: middle;
}
#sponsors img {
  transition: all 0.3s ease;
  filter: grayscale(100%);
  opacity: 0.66;
}
#sponsors img:hover {
  filter: none;
  opacity: 1;
}
#sponsors a.vip {
  display: block;
  margin: 30px auto 15px;
  width: 200px;
}
#sponsors a.vip img {
  width: 200px;
}
#sponsors .become-sponsor {
  margin-top: 40px;
  font-size: 0.9em;
  font-weight: 700;
  width: auto;
  background-color: transparent;
}
#sponsors .open-collective-sponsors {
  margin-top: 60px;
}
#sponsors .open-collective-sponsors a,
#sponsors .open-collective-sponsors img {
  width: auto;
  max-width: 100px;
  max-height: 60px;
}
#sponsors .open-collective-sponsors h4 {
  color: #999;
  margin-bottom: 0;
}
#sponsors.active img {
  filter: none;
  opacity: 1;
}
#special-sponsor .become-backer {
  color: #3399FF;
  border: 1px solid #3399FF;
  border-radius: 2em;
  display: inline-block;
  color: #3399FF;
  font-size: 0.8em;
  width: 125px;
  padding: 4px 0;
  text-align: center;
  margin: 20px 0 0;
}
.modal {
  box-sizing: border-box;
  display: none;
  position: fixed;
  width: 80%;
  height: auto;
  padding: 0.5em;
  background-color: #f9f9f9;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.modal.open {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 40;
}
.modal-text {
  margin-bottom: 0.5em;
  text-align: center;
}
.modal-text > a {
  color: #3399FF;
  font-weight: 600;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.2);
  z-index: 30;
}
.stop-scroll {
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 400px) {
  .modal {
    width: 98%;
  }
}
.themes-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.themes-grid .item-preview {
  width: 290px;
  margin-bottom: 25px;
}
.themes-grid .item-preview-img {
  transition: 0.15s box-shadow, 0.15s transform;
  border-radius: 0.5rem;
  box-shadow: 0 2rem 1.5rem -1.5rem rgba(33,37,41,0.15), 0 0 1.5rem 0.5rem rgba(33,37,41,0.05);
  overflow: hidden;
  display: block;
}
.themes-grid .item-preview-img:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 2.25rem 1.5rem -1.5rem rgba(33,37,41,0.2), 0 0 1.5rem 0.5rem rgba(33,37,41,0.05);
}
.themes-grid img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  vertical-align: middle;
  border-style: none;
}
.themes-grid .item-preview-name-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.themes-grid h3.item-preview-name {
  margin-top: 0.7rem;
  margin-bottom: 0;
}
.themes-grid h3.item-preview-name.free::after {
  content: "FREE";
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #3399FF;
  line-height: 14px;
  padding: 0 4px;
  border-radius: 3px;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.themes-grid .item-preview-price {
  margin-top: 0.7rem;
}
.themes-grid .item-preview-description {
  font-size: 0.9rem;
}
.themes-grid .see-more-container {
  text-align: center;
  width: 100%;
}
.themes-grid .see-more-container .see-more-link {
  color: #3399FF;
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 1300px) {
  .themes-grid {
    justify-content: center;
  }
  .themes-grid .item-preview {
    justify-content: center;
    width: 380px;
  }
}
body {
  background-color: #FFFFFF;
}
#logo span {
  font-size: 1.2em;
}
#logo img {
  display: inherit;
}
.sidebar {
  display: none;
}
#mobile-bar.top {
  background-color: transparent;
  box-shadow: none;
  z-index: 9;
}
#mobile-bar.top .logo {
  display: inherit;
}
#hero {
  padding: 40px;
  background-color: #e6e6e6;
}
#toptop {
  padding: 15px;
  background-color: #e6e6e6;
}
#news {
  padding: 20px;
  background-color: #fff;
}
#hero .inner,
#news .inner {
  max-width: 960px;
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: middle;
}
#hero .left,
#news .left,
#hero .right,
#news .right {
  display: inline-block;
}
#hero .left,
#news .left {
  float: left;
  width: 50%;
  vertical-align: middle;
}
#hero .right,
#news .right {
  width: 50%;
}
#hero .hero-logo,
#news .hero-logo {
  float: right;
}
#hero h1,
#news h1 {
  font-weight: 300;
  margin: 0;
  font-size: 3.2em;
}
#hero h2,
#news h2 {
	font-weight: 600;
    margin: 0;
    font-size: 2.2em;
}
#hero .button,
#news .button {
  margin: 1em 0;
  font-size: 1.05em;
  font-weight: 600;
  letter-spacing: 0.1em;
  min-width: 8em;
  text-align: center;
}
#hero .button:not(:last-child),
#news .button:not(:last-child) {
  margin-right: 1%;
}
#hero .social-buttons,
#news .social-buttons {
  list-style-type: none;
  padding: 0;
}
#hero .social-buttons li,
#news .social-buttons li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#news {
  padding: 40px 20px 70px;
  text-align: center;
}
#news p {
  margin-top: 10px;
}
#news a {
  color: #3399FF;
}
#news .newsletter-form {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  box-sizing: border-box;
}
#news .newsletter-input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 80px 10px 20px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #ccc;
  font-size: 16px;
}
#news .newsletter-input:focus {
  outline: none;
  border-color: #3399FF;
}
#news .newsletter-button.button {
  position: absolute;
  padding: 4px 20px;
  margin: 0;
  height: calc(100% - 8px);
  right: 4px;
  top: 4px;
}
#special {
  background-color: #fff;
  text-align: center;
  padding-bottom: 30px;
}
#special h3 {
  margin: 0;
}
#special a {
  color: #333333;
}
#special a,
#special span,
#special img {
  display: inline-block;
  vertical-align: middle;
}
#special img {
  margin: 15px;
}
#highlights {
  background-color: #fff;
  padding-bottom: 70px;
}
#highlights .inner {
  max-width: 960px;
  margin: 0;
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
#highlights .point {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 40px;
  margin-right: 0px;
}
#highlights .point h2 {
  color: #3399FF;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0;
  padding: 0.5em 0;
}
#highlights .point p {
  color: #333333;
}
.arrow02 {
  color: #999999;
  font-family: serif;
}
i.arrow-right {
    border: solid #999;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#footer {
  padding: 40px 0;
  color: #fff;
  text-align: center;
}
#footer .social-icon {
  margin: 0 5px;
}
#footer .social-icon svg {
  width: 18px;
  height: 18px;
}
#footer a {
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 900px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 14px;
  }
  .sidebar {
    display: block;
  }
  #header {
    display: none;
  }
  #mobile-bar {
    display: block;
  }
  #hero {
    padding: 30px 10px;
  }
  #hero .hero-logo {
    float: none;
    margin-top: 10px;
	margin-bottom: 20px;
    max-width: 100%;
	height: auto;
  }
  #hero .left,
  #hero .right {
    float: none;
	text-align: center;
    width: 100%;
  }
  #hero .left > p {
    text-align: left;
  }
  #hero h1 {
    font-size: 2em;
  }
  #hero h2 {
    display: block;
  }
  #hero .button {
    font-size: 0.9em;
  }
  #special-sponsor span {
    display: block;
  }
  #special-sponsor img {
    width: 125px;
  }
  #highlights .point {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0px 0px 30px;
  }
}
