figure.highlight {
  overflow-x: auto;
}
figure.highlight > table {
  width: 100%;
}
pre {
  border-radius: 2px;
  position: relative;
}
pre code {
  overflow-x: auto;
  color: #525252;
  white-space: pre;
  padding: 1.2em 1.4em;
  font-size: 0.85rem;
  line-height: 1.6rem;
  display: block;
}
pre code .hljs-tag,
pre code .hljs-tag pre code .hljs-title,
pre code .hljs-change,
pre code .hljs-winutils,
pre code .hljs-flow,
pre code .hljs-tex pre code .hljs-special {
  color: #2973b7;
}
pre code .hljs-symbol,
pre code .hljs-symbol pre code .hljs-string,
pre code .hljs-value,
pre code .hljs-regexp,
pre code .hljs-string,
pre code .hljs-subst,
pre code .hljs-haskell pre code .hljs-type,
pre code .hljs-preprocessor,
pre code .hljs-ruby pre code .hljs-class pre code .hljs-parent,
pre code .hljs-built_in,
pre code .hljs-sql pre code .hljs-aggregate,
pre code .hljs-django pre code .hljs-template_tag,
pre code .hljs-django pre code .hljs-variable,
pre code .hljs-smalltalk pre code .hljs-class,
pre code .hljs-javadoc,
pre code .hljs-django pre code .hljs-filter pre code .hljs-argument,
pre code .hljs-smalltalk pre code .hljs-localvars,
pre code .hljs-smalltalk pre code .hljs-array,
pre code .hljs-attr_selector,
pre code .hljs-pseudo,
pre code .hljs-addition,
pre code .hljs-stream,
pre code .hljs-envvar,
pre code .hljs-apache pre code .hljs-tag,
pre code .hljs-apache pre code .hljs-cbracket,
pre code .hljs-tex pre code .hljs-command,
pre code .hljs-prompt {
  color: #42b983;
}
pre code .hljs-function pre code .hljs-keyword,
pre code .hljs-constant {
  color: #0092db;
}
pre code .hljs-keyword,
pre code .hljs-attribute {
  color: #d63200;
}
pre code .hljs-number,
pre code .hljs-literal {
  color: #a32eff;
}
pre code .hljs-class pre code .hljs-title {
  color: #fff;
}
pre code .hljs-title {
  color: #a6e22e;
}
pre code .hljs-tag pre code .hljs-value,
pre code .hljs-comment,
pre code .hljs-java pre code .hljs-annotation,
pre code .hljs-python pre code .hljs-decorator,
pre code .hljs-template_comment,
pre code .hljs-pi,
pre code .hljs-doctype,
pre code .hljs-deletion,
pre code .hljs-shebang,
pre code .hljs-apache pre code .hljs-sqbracket,
pre code .hljs-tex pre code .hljs-formula {
  color: #707070;
}
pre code .hljs-coffeescript pre code .hljs-javascript,
pre code .hljs-javascript pre code .hljs-xml,
pre code .hljs-tex pre code .hljs-formula,
pre code .hljs-xml pre code .hljs-javascript,
pre code .hljs-xml pre code .hljs-vbscript,
pre code .hljs-xml pre code .hljs-css,
pre code .hljs-xml pre code .hljs-cdata {
  opacity: 0.5;
}
pre code.hljs.html::before,
pre code.hljs.js::before,
pre code.hljs.bash::before,
pre code.hljs.css::before {
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  text-align: right;
  font-size: 0.9em;
  padding: 5px 10px 0;
  line-height: 15px;
  height: 15px;
  font-weight: 600;
}
pre code.hljs.html::before {
  content: "HTML";
}
pre code.hljs.js::before {
  content: "JS";
}
pre code.hljs.bash::before {
  content: "Shell";
}
pre code.hljs.css::before {
  content: "CSS";
}
#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: #4f5959;
  font-weight: normal;
}
#ad span {
  color: #4f5959;
  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: 101px;
}
@media screen and (max-width: 900px) {
  body.docs {
    padding-top: 0;
  }
}
a {
  text-decoration: none;
  color: #304455;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
strong {
  font-weight: 600;
  color: #273849;
}
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: #4f5959;
}
p {
  word-spacing: 0.05em;
}
a.button,
input.button {
  padding: 0.75em 2em;
  border-radius: 2em;
  display: inline-block;
  color: #fff;
  background-color: #4fc08d;
  transition: all 0.15s ease;
  box-sizing: border-box;
  border: 1px solid #4fc08d;
}
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.white,
input.button.white {
  background-color: #fff;
  color: #42b983;
}
a.button.gray,
input.button.gray {
  background-color: #f6f6f6;
  color: #4f5959;
  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 - 101px);
  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: #42b983;
}
#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 #4f5959;
}
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;
  padding: 10px 30px 10px 60px;
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
#v3-banner {
  background-color: #ffb731;
  min-height: 40px;
  padding: 10px 60px;
  z-index: 19;
  box-sizing: border-box;
  text-align: center;
  color: #333;
  display: block;
}
#v3-banner a {
  color: #34495e;
  font-weight: bold;
}
#v3-banner .only-sm {
  display: none;
  margin: 0 5px;
}
@media screen and (max-width: 900px) {
  #v3-banner .hidden-sm {
    display: none;
  }
  #v3-banner .only-sm {
    display: inline;
  }
}
body.docs #header {
  position: fixed;
  width: 100%;
  top: 40px;
}
body.docs #v3-banner {
  position: fixed;
  width: 100%;
  top: 0;
}
#nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  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 #42b983;
  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 a.badge-parent {
  padding-right: 26px;
  position: relative;
}
#nav sup.badge {
  position: absolute;
  top: -4px;
  margin-left: 4px;
  background-color: #42b983;
  color: #fff;
  height: 14px;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  border-radius: 4px;
  padding: 3px 4px 0;
}
.nav-link {
  padding-bottom: 3px;
  white-space: nowrap;
}
.nav-link:hover,
.nav-link.current {
  border-bottom: 3px solid #42b983;
}
.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: #42b983;
  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: #273849;
  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: #42b983;
}
#logo {
  display: inline-block;
  font-size: 1.5em;
  line-height: 40px;
  color: #273849;
  font-family: "Dosis", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}
#logo img {
  vertical-align: middle;
  margin-right: 6px;
  width: 40px;
  height: 40px;
}
#mobile-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  z-index: 20;
  display: none;
  box-shadow: 0 0 2px rgba(0,0,0,0.25);
  pointer-events: none;
  transition: background-color 0.25s ease-in;
}
#mobile-bar > * {
  pointer-events: auto;
}
#mobile-bar .menu-button {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 12px;
  background: url("../images/menu.png") center center no-repeat;
  background-size: 24px;
}
#mobile-bar .logo {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../images/logo.svg") center center no-repeat;
  top: 5px;
  left: 50%;
  margin-left: -15px;
  background-size: 30px;
}
@media print {
  #header {
    display: none;
  }
}
.sidebar {
  position: absolute;
  z-index: 10;
  top: 101px;
  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;
  line-height: 1.5em;
  padding-left: 1em;
}
.sidebar li {
  margin-top: 0.5em;
}
.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: #4f5959;
}
.sidebar .sidebar-link.current {
  font-weight: 600;
  color: #42b983;
}
.sidebar .sidebar-link.new:after {
  content: "NEW";
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #42b983;
  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 #42b983;
}
.sidebar .section-link.active {
  font-weight: bold;
  color: #42b983;
}
.sidebar .main-menu {
  margin-bottom: 20px;
  display: none;
  padding-left: 0;
}
.sidebar .nav-dropdown h4 {
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .sidebar {
    position: fixed;
    background-color: #f9f9f9;
    height: 100%;
    top: 40px;
    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: #f6f6f6;
}
#sponsors .inner {
  max-width: 700px;
  margin: 0px auto;
}
#sponsors h3 {
  color: #999;
  margin: 0 0 10px;
}
#sponsors a {
  margin: 20px 15px 0;
  position: relative;
  display: inline-block;
}
#sponsors a.sponsor {
  width: 100px;
  height: 60px;
  line-height: 60px;
}
#sponsors img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  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;
  height: auto;
}
#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;
}
.modal {
  box-sizing: border-box;
  display: none;
  position: fixed;
  width: 75%;
  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: #42b983;
  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: #42b983;
  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: #42b983;
  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.has-vs-banner {
  padding-top: 72px;
}
@media (min-width: 680px) {
  body.has-vs-banner {
    padding-top: 72px;
  }
}
body.has-vs-banner #mobile-bar {
  top: 72px;
}
@media (min-width: 680px) {
  body.has-vs-banner #mobile-bar {
    top: 72px;
  }
}
body.has-vs-banner .sidebar {
  top: 112px;
}
@media (min-width: 680px) {
  body.has-vs-banner .sidebar {
    top: 112px;
  }
}
@media (min-width: 900px) {
  body.has-vs-banner .sidebar {
    top: 135px;
  }
}
body.has-vs-banner .content {
  padding-top: 85px;
}
@media (min-width: 680px) {
  body.has-vs-banner .content {
    padding-top: 125px;
  }
}
@media (min-width: 900px) {
  body.has-vs-banner .content {
    padding-top: 35px;
  }
}
@media (min-width: 900px) {
  body.has-vs-banner.docs {
    padding-top: 144px;
  }
}
body.has-vs-banner.docs #vs-top {
  position: fixed;
}
body.has-vs-banner.docs #header {
  top: 72px;
}
@media (min-width: 680px) {
  body.has-vs-banner.docs #header {
    top: 72px;
  }
}
@media (min-width: 900px) {
  body.has-vs-banner.docs #sidebar-sponsors-platinum-right {
    top: 160px;
  }
}
#vs-top.vs-hidden {
  display: none;
}
#vs-top {
  display: block;
  box-sizing: border-box;
  height: 72px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  line-height: 1;
}
#vs-top .vs-background-wrapper {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 0 10px;
  height: 100%;
  width: 100%;
}
#vs-top:hover {
  text-decoration: none;
}
#vs-top:hover .vs-core .vs-button {
  background-image: linear-gradient(to bottom, #5ccc45, #419e2d), linear-gradient(to bottom, #388f26, #50b83b);
}
#vs-top .vs-logo {
  position: absolute;
  left: 10px;
  width: 36px;
  height: 42px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#vs-top .vs-core {
  display: flex;
  align-items: center;
  width: 288px;
}
#vs-top .vs-core .vs-slogan-wrapper {
  text-align: center;
  width: 184px;
  margin: 0 auto;
}
#vs-top .vs-core .vs-slogan {
  font-weight: bold;
  font-size: 12px;
  font-family: 'Roboto', Arial, sans-serif;
}
#vs-top .vs-core .vs-subline {
  font-size: 10px;
  font-family: 'Roboto', Arial, sans-serif;
  text-align: center;
}
#vs-top .vs-core .vs-button-wrapper {
  padding: 2px;
  background-image: linear-gradient(to bottom, #388f26, #50b83b);
  border-radius: 60px;
  overflow: hidden;
}
#vs-top .vs-core .vs-button {
  background-image: linear-gradient(to bottom, #5ccc45, #368c24), linear-gradient(to bottom, #388f26, #50b83b);
  border-radius: 60px;
  color: #fff;
  padding: 8px 6px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.3px;
  white-space: nowrap;
}
#vs-top .vs-close {
  right: 0;
  position: absolute;
  padding: 10px;
}
#vs-top .vs-close:hover {
  color: #56d8ff;
}
@media (min-width: 680px) {
  #vs-top .vs-core {
    width: auto;
  }
  #vs-top .vs-core .vs-slogan-wrapper {
    margin: 0 12px 0 0;
    width: 288px;
  }
  #vs-top .vs-core .vs-slogan {
    font-size: 17px;
  }
  #vs-top .vs-core .vs-subline {
    font-size: 12px;
    margin-top: 4px;
  }
  #vs-top .vs-core .vs-button {
    font-size: 13px;
    padding: 8px 15px;
  }
}
@media (min-width: 1280px) {
  #vs-top .vs-logo {
    left: 20px;
    width: 104px;
  }
  #vs-top .vs-core {
    margin-right: 0;
  }
  #vs-top .vs-core .vs-slogan-wrapper {
    width: auto;
  }
  #vs-top .vs-core .vs-subline {
    font-size: 15px;
  }
}
#vs-top.FREE_WEEKEND {
  color: #fff;
  background: linear-gradient(to left, #161a35, #283065);
}
#vs-top.FREE_WEEKEND .vs-logo {
  background-image: url("https://#/images/mark-vueschool-white.svg");
}
#vs-top.FREE_WEEKEND .vs-core .vs-slogan {
  color: #fff;
}
#vs-top.FREE_WEEKEND .vs-core .vs-slogan strong {
  color: #ff2556;
}
#vs-top.FREE_WEEKEND .vs-core .vs-subline {
  color: #c6cdf7;
}
#vs-top.FREE_WEEKEND .vs-background-wrapper {
  background-image: url("https://#/images/banners/assets/FREE_WEEKEND/bg-mobile.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
@media (min-width: 680px) {
  #vs-top.FREE_WEEKEND .vs-background-wrapper {
    background-image: url("https://#/images/banners/assets/FREE_WEEKEND/bg-tablet.svg");
  }
}
@media (min-width: 1280px) {
  #vs-top.FREE_WEEKEND .vs-logo {
    background-image: url("https://#/images/icons/logo-white.svg");
  }
  #vs-top.FREE_WEEKEND .vs-background-wrapper {
    background-image: url("https://#/images/banners/assets/FREE_WEEKEND/bg-desktop.svg");
    background-position: top right -60px;
  }
}
#vs-top.LEVELUP2022 {
  color: #121733;
  background: #eef5ff;
}
#vs-top.LEVELUP2022 .vs-logo {
  background-image: url("https://#/images/mark-vueschool.svg");
}
#vs-top.LEVELUP2022 .vs-core .vs-slogan {
  color: #121733;
}
#vs-top.LEVELUP2022 .vs-core .vs-slogan strong {
  color: #ff2556;
}
#vs-top.LEVELUP2022 .vs-core .vs-subline {
  color: #394170;
}
#vs-top.LEVELUP2022 .vs-core .vs-subline strong {
  color: #48aa34;
}
#vs-top.LEVELUP2022 .vs-background-wrapper {
  background-image: url("https://#/images/banners/assets/LEVELUP2022/bg-mobile.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
#vs-top.LEVELUP2022 .vs-core .vs-button-wrapper {
  background-image: linear-gradient(to bottom, #d71b46, #fd2455);
}
#vs-top.LEVELUP2022 .vs-core .vs-button {
  background-image: linear-gradient(to bottom, #ff2556, #d51b44), linear-gradient(to bottom, #d71b46, #fd2455);
}
@media (min-width: 680px) {
  #vs-top.LEVELUP2022 .vs-background-wrapper {
    background-image: url("https://#/images/banners/assets/LEVELUP2022/bg-tablet.png");
  }
  #vs-top.LEVELUP2022 .vs-core .vs-slogan-wrapper {
    width: 458px;
  }
}
@media (min-width: 1280px) {
  #vs-top.LEVELUP2022 .vs-logo {
    background-image: url("https://#/images/icons/logo.svg");
  }
  #vs-top.LEVELUP2022 .vs-background-wrapper {
    background-image: url("https://#/images/banners/assets/LEVELUP2022/bg-desktop-left.png"), url("https://#/images/banners/assets/LEVELUP2022/bg-desktop-right.png");
    background-position: top left -120px, top right -120px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1536px) {
  #vs-top.LEVELUP2022 .vs-background-wrapper {
    background-position: top left, top right;
  }
}
body {
  background-color: #475050;
}
#logo span {
  font-size: 1.2em;
}
#logo img {
  display: none;
}
.sidebar {
  display: none;
}
#mobile-bar.top {
  background-color: transparent;
  box-shadow: none;
  z-index: 9;
}
.with-v3-banner #mobile-bar .logo {
  display: none !important;
}
#v3-banner {
  display: block;
}
#hero,
#news {
  padding: 40px 40px 30px;
  background-color: #fff;
}
#hero .inner,
#news .inner {
  max-width: 1260px;
  margin: 0 auto;
}
#hero .left,
#news .left,
#hero .right,
#news .right {
  display: inline-block;
  vertical-align: top;
}
#hero .left,
#news .left {
  width: 39%;
}
#hero .right,
#news .right {
  width: 61%;
}
#hero .hero-logo,
#news .hero-logo {
  width: 215px;
  height: 215px;
  float: right;
  margin-right: 60px;
}
#hero h1,
#news h1 {
  font-weight: 300;
  margin: 0;
  font-size: 3.2em;
}
#hero h2,
#news h2 {
  font-family: "Dosis", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 2.4em;
  margin: 0 0 10px;
  display: none;
}
#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: #42b983;
}
#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: #42b983;
}
#news .newsletter-button.button {
  position: absolute;
  padding: 4px 20px;
  margin: 0;
  height: calc(100% - 8px);
  right: 4px;
  top: 4px;
  cursor: pointer;
}
#special {
  background-color: #fff;
  text-align: center;
  padding-bottom: 30px;
}
#special h3 {
  margin: 0;
}
#special a {
  color: #4f5959;
  width: 160px;
  height: 80px;
  line-height: 80px;
}
#special a,
#special span,
#special img {
  display: inline-block;
  vertical-align: middle;
}
#special img {
  margin: 15px 0 0;
  max-width: 100%;
  max-height: 100%;
}
#highlights {
  background-color: #fff;
  padding-bottom: 70px;
}
#highlights .inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
#highlights .point {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 2em;
}
#highlights .point h2 {
  color: #42b983;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0;
  padding: 0.5em 0;
}
#highlights .point p {
  color: #4f5959;
}
#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: 40px 40px 30px;
  }
  #hero .hero-logo {
    float: none;
    margin: 30px 0 15px;
    width: 140px;
    height: 140px;
  }
  #hero .left,
  #hero .right {
    text-align: center;
    width: 100%;
  }
  #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: 300px;
    padding: 0 40px 30px;
  }
  #highlights .point:before {
    content: "—";
    color: #42b983;
  }
}
