@charset "UTF-8";
@import url("https://waybackassets.bk21.net/20250616171728cs_/https://fonts.googleapis.com/css?family=Lato:300,400,400i,700i,900");
@import url("https://waybackassets.bk21.net/20250616171728cs_/https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
@import url("https://waybackassets.bk21.net/20250616171728cs_/https://fonts.googleapis.com/css?family=Kalam:300,400,700");
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider {
  overflow: auto;
  margin: 0;
  padding: 0; }
  .unslider-wrap {
    position: relative; }
    .unslider-wrap.unslider-carousel > li {
      float: left; }
  .unslider-vertical > ul {
    height: 100%; }
  .unslider-vertical li {
    float: none;
    width: 100%; }
  .unslider-fade {
    position: relative; }
    .unslider-fade .unslider-wrap li {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      z-index: 8; }
      .unslider-fade .unslider-wrap li.unslider-active {
        z-index: 10; }
  .unslider ul, .unslider ol, .unslider li {
    list-style: none;
    /* Reset any weird spacing */
    margin: 0;
    padding: 0;
    border: none; }
  .unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer; }
    .unslider-arrow.next {
      left: auto;
      right: 20px; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 90%;
  margin: 0; }

input,
select,
textarea {
  font-family: "Lato", sans-serif;
  font-size: 1.063rem;
  display: block;
  appearance: none;
  border: none; }

::-webkit-input-placeholder {
  color: #899295; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #899295; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #899295; }

:-ms-input-placeholder {
  color: #899295; }

.wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  .wrap::after {
    clear: both;
    content: "";
    display: block; }

.place-inline {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin: 20px 0; }
  .place-inline::after {
    clear: both;
    content: "";
    display: block; }

.inline-sticky-top {
  position: sticky;
  top: 15px;
  margin-bottom: 25px;
  background: #fff;
  -webkit-box-shadow: 0 0 18px 20px #fff;
  -moz-box-shadow: 0 0 18px 20px #fff;
  box-shadow: 0 0 18px 20px #fff;
  z-index: 5; }

.inline-sticky-top.inline-sticky-top-higher {
  z-index: 7; }

.wrap-inline {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0; }
  .wrap-inline::after {
    clear: both;
    content: "";
    display: block; }

.wrap-tab {
  margin-top: 20px;
  margin-bottom: 20px; }

.wrap-narrow, .wrap-tab {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px; }
  .wrap-narrow::after, .wrap-tab::after {
    clear: both;
    content: "";
    display: block; }

.dot {
  font-size: 10px;
  color: rgba(137, 146, 149, 0.6);
  margin: 0 3px; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

html {
  font-size: 16px; }

body {
  color: #4A5659;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  transition: all 350ms ease; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  line-height: 1.4;
  font-weight: 900;
  margin: 0; }

h2 {
  font-weight: 400; }

p {
  margin: 0; }

a {
  color: #23aad1;
  text-decoration: none;
  transition: all 350ms ease; }
  a:active, a:focus, a:hover {
    color: #DC322F;
    text-decoration: underline; }

hr {
  border-bottom: 1px solid #E5EAEA;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 0; }

blockquote {
  margin: 0; }

#site-header {
  background: #002B36; }
  #site-header .new-on-the-blog {
    background: rgba(0, 43, 54, 0.8);
    text-align: center;
    padding: 8px 0;
    color: #fff;
    transition: all 350ms ease;
    position: relative; }
    @media (max-width: 768px) {
      #site-header .new-on-the-blog {
        padding: 10px 40px; } }
    #site-header .new-on-the-blog.alert-warning {
      background: #FFA500;
      color: #000; }
      #site-header .new-on-the-blog.alert-warning a {
        color: #185eb3;
        font-weight: bold;
        text-decoration: underline; }
        #site-header .new-on-the-blog.alert-warning a:active, #site-header .new-on-the-blog.alert-warning a:focus, #site-header .new-on-the-blog.alert-warning a:hover {
          text-decoration: none; }
    #site-header .new-on-the-blog span {
      position: absolute;
      right: 20px;
      top: 3px;
      z-index: 1;
      cursor: pointer;
      font-size: 1.275rem;
      opacity: 0.6;
      transition: all 350ms ease; }
      #site-header .new-on-the-blog span:hover {
        opacity: 1; }
    #site-header .new-on-the-blog a {
      color: #fff;
      text-decoration: underline; }
      #site-header .new-on-the-blog a:active, #site-header .new-on-the-blog a:focus, #site-header .new-on-the-blog a:hover {
        text-decoration: none; }
  #site-header.header-home {
    background: none; }
    #site-header.header-home .header-background {
      background: rgba(0, 43, 54, 0.45);
      position: relative;
      padding-bottom: 150px; }
      #site-header.header-home .header-background:before {
        content: "";
        position: absolute;
        background: url("https://waybackassets.bk21.net/20250616171728im_/https://docs.scala-lang.org/resources/img/frontpage/background-header-home.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1; }

#doc-header {
  background: #15414C; }
  #doc-header.header-home {
    background: none; }
    #doc-header.header-home .header-background {
      background: rgba(0, 43, 54, 0.45);
      position: relative;
      padding-bottom: 150px; }

.inner-text {
  position: relative;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 65.8807826589%; }
  .inner-text h1 {
    font-family: "Lato", sans-serif;
    font-size: 2.813rem;
    font-weight: 900;
    color: #fff;
    margin: 30px 0 15px 0; }
  .inner-text p {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 30px; }
  .inner-text:last-child {
    margin-right: 0; }
  @media (max-width: 992px) {
    .inner-text {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%; }
      .inner-text:last-child {
        margin-right: 0; }
      .inner-text h1 {
        font-size: 2.213rem;
        margin: 0 0 15px 0; } }

.scala-main-resources {
  height: 180px;
  background: #002B36;
  position: relative; }
  .scala-main-resources .resources .button {
    font-size: 1.063rem;
    display: block;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 200px;
    border-top-left-radius: 200px;
    padding: 20px 40px; }
  .scala-main-resources .resources .download {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin-left: 17.0596086706%; }
    .scala-main-resources .resources .download:last-child {
      margin-right: 0; }
  .scala-main-resources .resources .api-docs {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%; }
    .scala-main-resources .resources .api-docs:last-child {
      margin-right: 0; }
    .scala-main-resources .resources .api-docs .button {
      text-align: right;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 200px;
      border-top-right-radius: 200px;
      border-bottom-left-radius: 200px;
      border-bottom-right-radius: 200px;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
  @media (max-width: 992px) {
    .scala-main-resources .resources .download {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%;
      margin-left: 0%; }
      .scala-main-resources .resources .download:last-child {
        margin-right: 0; }
    .scala-main-resources .resources .api-docs {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%;
      margin-right: 0; }
      .scala-main-resources .resources .api-docs:last-child {
        margin-right: 0; } }
  .scala-main-resources .resources .api-docs,
  .scala-main-resources .resources .download {
    margin-top: -40px; }
    .scala-main-resources .resources .api-docs ul,
    .scala-main-resources .resources .download ul {
      margin-top: 12px;
      max-width: 180px;
      text-align: center; }
      .scala-main-resources .resources .api-docs ul li:first-child,
      .scala-main-resources .resources .download ul li:first-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        font-family: "Roboto Slab", serif;
        padding-bottom: 4px;
        margin-bottom: 2px;
        font-weight: 700; }
        .scala-main-resources .resources .api-docs ul li:first-child a,
        .scala-main-resources .resources .download ul li:first-child a {
          font-size: 1.063rem; }
      .scala-main-resources .resources .api-docs ul li a,
      .scala-main-resources .resources .download ul li a {
        color: rgba(255, 255, 255, 0.9);
        font-size: 0.9375rem; }
        .scala-main-resources .resources .api-docs ul li a:active, .scala-main-resources .resources .api-docs ul li a:focus, .scala-main-resources .resources .api-docs ul li a:hover,
        .scala-main-resources .resources .download ul li a:active,
        .scala-main-resources .resources .download ul li a:focus,
        .scala-main-resources .resources .download ul li a:hover {
          text-decoration: none;
          color: rgba(255, 255, 255, 0.5); }
  .scala-main-resources .resources .api-docs ul {
    float: right; }
  .scala-main-resources .resources .scala-brand-circle {
    width: 340px;
    height: 340px;
    left: 50%;
    top: -178px;
    margin-left: -170px;
    background: rgba(0, 43, 54, 0.4);
    border-radius: 100%;
    position: absolute;
    z-index: 60;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .scala-main-resources .resources .scala-brand-circle .circle-solid {
      background: #002B36;
      width: 224px;
      height: 224px;
      border-radius: 100%;
      text-align: center; }
      .scala-main-resources .resources .scala-brand-circle .circle-solid > img {
        width: 152px;
        height: auto;
        margin-top: -28px; }
      .scala-main-resources .resources .scala-brand-circle .circle-solid .scala-version span {
        display: block;
        color: #fff;
        font-family: "Roboto Slab", serif; }
      .scala-main-resources .resources .scala-brand-circle .circle-solid .scala-version span:first-child {
        font-size: 1.375rem;
        margin-top: -9px; }
      .scala-main-resources .resources .scala-brand-circle .circle-solid .scala-version span:nth-child(2) {
        font-size: 1.9rem;
        margin-top: -10px; }
      .scala-main-resources .resources .scala-brand-circle .circle-solid .scala-version p {
        color: rgba(255, 255, 255, 0.5);
        font-style: italic;
        font-size: 0.9375rem;
        line-height: 1.3;
        margin-top: 10px; }
  @media (max-width: 768px) {
    .scala-main-resources {
      height: auto;
      padding-bottom: 50px; }
      .scala-main-resources .resources .download {
        margin-top: 180px; }
      .scala-main-resources .resources .api-docs {
        margin-top: 40px; }
      .scala-main-resources .resources .api-docs,
      .scala-main-resources .resources .download {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%; }
        .scala-main-resources .resources .api-docs:last-child,
        .scala-main-resources .resources .download:last-child {
          margin-right: 0; }
        .scala-main-resources .resources .api-docs .button,
        .scala-main-resources .resources .download .button {
          border-radius: 100px;
          padding: 10px 20px;
          font-size: 16px;
          text-align: center; }
        .scala-main-resources .resources .api-docs ul,
        .scala-main-resources .resources .download ul {
          max-width: 100%;
          float: none; }
      .scala-main-resources .resources .scala-brand-circle {
        transform: scale(0.8); } }

#site-main section {
  padding: 50px 0; }
#site-main .spire {
  min-height: 330px;
  background: rgba(0, 43, 54, 0.4);
  position: relative;
  padding: 0; }
  #site-main .spire:before {
    content: "";
    position: absolute;
    background: url("https://waybackassets.bk21.net/20250616171728im_/https://docs.scala-lang.org/resources/img/frontpage/epfl-bc.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.navigation {
  padding: 30px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  .navigation .navigation-bdand img {
    width: 104px;
    height: 43px; }
  .navigation .navigation-panel-button {
    display: none;
    font-size: 1.333rem;
    color: #fff;
    cursor: pointer; }
    @media (max-width: 992px) {
      .navigation .navigation-panel-button {
        order: 3;
        display: block; } }
  .navigation .navigation-menu .navigation-menu-item {
    display: inline-block; }
    .navigation .navigation-menu .navigation-menu-item:last-child {
      margin-right: 0; }
    .navigation .navigation-menu .navigation-menu-item a {
      padding: 5px 15px;
      text-transform: uppercase;
      color: #fff;
      border-radius: 300px;
      font-weight: 700; }
      .navigation .navigation-menu .navigation-menu-item a:active, .navigation .navigation-menu .navigation-menu-item a:focus, .navigation .navigation-menu .navigation-menu-item a:hover, .navigation .navigation-menu .navigation-menu-item a.active {
        background: #DC322F;
        text-decoration: none; }

@media (max-width: 992px) {
  .navigation .navigation-menu {
    padding: 20px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    height: 100%;
    width: 270px;
    -webkit-transform: translateX(270px);
    -moz-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    z-index: 100;
    background: rgba(0, 43, 54, 0.99); }
    .navigation .navigation-menu.is-visible {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .navigation .navigation-menu .navigation-menu-item {
      margin-right: 16px;
      padding: 10px 0;
      display: block; } }
.navigation-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 90; }
  .navigation-fade-screen.is-visible {
    opacity: 0.6;
    visibility: visible; }

.doc-navigation {
  padding: 10px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  .doc-navigation .navigation-bdand img {
    width: 58px;
    height: 20px; }
    @media (max-width: 992px) {
      .doc-navigation .navigation-bdand img {
        display: none; } }
  .doc-navigation .navigation-bdand .doc-language-version {
    font-size: 1.6em;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    color: #86a1a6; }
    @media (max-width: 992px) {
      .doc-navigation .navigation-bdand .doc-language-version {
        display: none; } }
  .doc-navigation .navigation-bdand a,
  .doc-navigation .navigation-bdand a:hover,
  .doc-navigation .navigation-bdand a:active,
  .doc-navigation .navigation-bdand a:focus,
  .doc-navigation .navigation-bdand a:hover,
  .doc-navigation .navigation-bdand a.active {
    text-decoration: none; }
  .doc-navigation .navigation-ellipsis {
    display: none;
    font-size: 1.333rem;
    cursor: pointer; }
    @media (max-width: 768px) {
      .doc-navigation .navigation-ellipsis {
        color: rgba(255, 255, 255, 0.5);
        order: 3;
        display: block; }
        .doc-navigation .navigation-ellipsis a:active, .doc-navigation .navigation-ellipsis a:hover {
          color: #ffffff; } }
  .doc-navigation .navigation-menu .navigation-menu-item {
    display: inline-block; }
    .doc-navigation .navigation-menu .navigation-menu-item .navigation-dropdown {
      background: #15414C;
      min-width: 190px;
      position: absolute;
      margin-top: 10px;
      display: none;
      z-index: 40;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15); }
      @media (max-width: 768px) {
        .doc-navigation .navigation-menu .navigation-menu-item .navigation-dropdown {
          order: 3; } }
      .doc-navigation .navigation-menu .navigation-menu-item .navigation-dropdown li {
        line-height: 46px; }
        .doc-navigation .navigation-menu .navigation-menu-item .navigation-dropdown li:hover {
          background: #002B36;
          text-decoration: none; }
          .doc-navigation .navigation-menu .navigation-menu-item .navigation-dropdown li:hover a {
            color: #ffffff; }
            .doc-navigation .navigation-menu .navigation-menu-item .navigation-dropdown li:hover a:hover {
              text-decoration: none; }
    @media (max-width: 768px) {
      .doc-navigation .navigation-menu .navigation-menu-item:nth-child(n+4) {
        display: none; } }
    .doc-navigation .navigation-menu .navigation-menu-item:last-child {
      margin-right: 0; }
    .doc-navigation .navigation-menu .navigation-menu-item a {
      display: block;
      padding: 5px 15px;
      color: rgba(255, 255, 255, 0.5);
      font-weight: 700; }
      .doc-navigation .navigation-menu .navigation-menu-item a:focus, .doc-navigation .navigation-menu .navigation-menu-item a.active {
        color: #ffffff;
        text-decoration: none; }
      .doc-navigation .navigation-menu .navigation-menu-item a:hover {
        text-decoration: none; }
      .doc-navigation .navigation-menu .navigation-menu-item a:not(:only-child):after {
        padding-left: 4px;
        content: ' ▾'; }

.navigation-submenu li {
  text-align: center;
  line-height: 46px; }
  .navigation-submenu li:hover {
    background: #002B36;
    text-decoration: none; }
    .navigation-submenu li:hover a {
      color: #ffffff; }
  .navigation-submenu li a {
    padding-left: 20px;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700; }
    .navigation-submenu li a:hover {
      text-decoration: none; }

.twitter-feed {
  background: #5CC6E4; }
  .twitter-feed .heading-line h2 span {
    background: #5CC6E4; }
  .twitter-feed .heading-line h2:before {
    background: rgba(255, 255, 255, 0.5); }
  .twitter-feed .slider-twitter ul li {
    padding: 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    @media (max-width: 992px) {
      .twitter-feed .slider-twitter ul li {
        display: block; } }
    .twitter-feed .slider-twitter ul li .item-tweet {
      padding: 20px;
      background: #fff;
      border-radius: 3px;
      transition: all 350ms ease;
      max-width: 360px;
      margin-right: 20px; }
      @media (max-width: 992px) {
        .twitter-feed .slider-twitter ul li .item-tweet {
          max-width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
      .twitter-feed .slider-twitter ul li .item-tweet:last-child {
        margin-right: 0; }
      .twitter-feed .slider-twitter ul li .item-tweet img {
        border-radius: 3px;
        width: 44px;
        height: auto;
        float: left; }
      .twitter-feed .slider-twitter ul li .item-tweet .tweet-text {
        margin-left: 64px; }
        .twitter-feed .slider-twitter ul li .item-tweet .tweet-text .header-tweet {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -moz-box-orient: horizontal;
          box-orient: horizontal;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -ms-flex-direction: row;
          -webkit-box-align: top;
          -moz-box-align: top;
          box-align: top;
          -webkit-align-items: top;
          -moz-align-items: top;
          -ms-align-items: top;
          -o-align-items: top;
          align-items: top;
          -ms-flex-align: top;
          -webkit-box-pack: justify;
          -moz-box-pack: justify;
          box-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: justify; }
          .twitter-feed .slider-twitter ul li .item-tweet .tweet-text .header-tweet ul li {
            padding: 0;
            margin-right: 6px; }
            .twitter-feed .slider-twitter ul li .item-tweet .tweet-text .header-tweet ul li.user {
              font-size: 1.063rem;
              font-weight: 700;
              color: #073642; }
              .twitter-feed .slider-twitter ul li .item-tweet .tweet-text .header-tweet ul li.user a {
                color: #073642; }
                .twitter-feed .slider-twitter ul li .item-tweet .tweet-text .header-tweet ul li.user a:active, .twitter-feed .slider-twitter ul li .item-tweet .tweet-text .header-tweet ul li.user a:focus, .twitter-feed .slider-twitter ul li .item-tweet .tweet-text .header-tweet ul li.user a:hover {
                  color: #DC322F;
                  text-decoration: none; }
            .twitter-feed .slider-twitter ul li .item-tweet .tweet-text .header-tweet ul li.username {
              font-size: 0.875rem;
              color: #899295;
              font-weight: 700; }
          .twitter-feed .slider-twitter ul li .item-tweet .tweet-text .header-tweet .date {
            font-size: 0.875rem;
            color: #899295; }
        .twitter-feed .slider-twitter ul li .item-tweet .tweet-text .main-tweet p {
          font-size: 0.9375rem; }
          .twitter-feed .slider-twitter ul li .item-tweet .tweet-text .main-tweet p .hastag {
            color: rgba(137, 146, 149, 0.7); }
            .twitter-feed .slider-twitter ul li .item-tweet .tweet-text .main-tweet p .hastag:active, .twitter-feed .slider-twitter ul li .item-tweet .tweet-text .main-tweet p .hastag:focus, .twitter-feed .slider-twitter ul li .item-tweet .tweet-text .main-tweet p .hastag:hover {
              color: #899295; }
      .twitter-feed .slider-twitter ul li .item-tweet:hover {
        background: rgba(255, 255, 255, 0.88); }
  .twitter-feed .call-to-action p {
    color: #fff; }

.content-primary.cheatsheet code {
  font-family: 'Consolas'; }
.content-primary.cheatsheet pre.highlight {
  margin: 0; }
  .content-primary.cheatsheet pre.highlight code {
    padding: 0;
    background: #fff;
    border: 0; }
.content-primary.cheatsheet .h2 {
  display: block;
  font-size: 1.375rem;
  font-weight: 900;
  color: #002B36;
  padding-top: 26px; }
.content-primary.cheatsheet h6 {
  color: #899295;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem; }
.content-primary.cheatsheet .label {
  display: inline-block;
  position: relative;
  top: 3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  padding: 1px 5px; }
.content-primary.cheatsheet .important {
  background: #DC322F; }
.content-primary.cheatsheet .success {
  background: #859900; }

.ides {
  background: #073642; }
  .ides ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -moz-box-align: top;
    box-align: top;
    -webkit-align-items: top;
    -moz-align-items: top;
    -ms-align-items: top;
    -o-align-items: top;
    align-items: top;
    -ms-flex-align: top;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute; }
    .ides ul li {
      text-align: center;
      position: relative; }
      .ides ul li:nth-child(2n) {
        width: 1px;
        height: 94px;
        background: rgba(255, 255, 255, 0.14); }
      .ides ul li a {
        display: inline-block;
        color: rgba(255, 255, 255, 0.5);
        font-family: "Roboto Slab", serif; }
        .ides ul li a .bullet {
          position: absolute;
          top: -12px;
          right: -14px;
          background: #15414C;
          border-radius: 100%;
          width: 24px;
          height: 24px;
          z-index: 10;
          transition: all 350ms ease;
          text-align: center; }
          .ides ul li a .bullet img {
            width: 16px;
            height: 16px;
            margin-top: 4px; }
        .ides ul li a.sublime .bullet {
          top: -10px;
          right: 0; }
        .ides ul li a img {
          height: 56px;
          width: auto;
          margin-bottom: 6px;
          opacity: 0.4;
          transition: all 350ms ease; }
        .ides ul li a span {
          display: block;
          font-size: 0.875rem; }
        .ides ul li a:hover {
          color: #fff;
          text-decoration: none; }
          .ides ul li a:hover img {
            opacity: 1; }
          .ides ul li a:hover .bullet {
            background: #859900; }

.nutshell {
  background: #15414C; }
  .nutshell .heading-line h2 span {
    background: #15414C; }
  .nutshell .scala-items-list .items-menu .scala-item {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    padding: 20px;
    text-align: center;
    transition: all 350ms ease;
    min-height: 165px; }
    .nutshell .scala-items-list .items-menu .scala-item:last-child {
      margin-right: 0; }
    .nutshell .scala-items-list .items-menu .scala-item:nth-child(3n) {
      margin-right: 0; }
    .nutshell .scala-items-list .items-menu .scala-item:nth-child(3n+1) {
      clear: left; }
    @media (max-width: 768px) {
      .nutshell .scala-items-list .items-menu .scala-item {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%; }
        .nutshell .scala-items-list .items-menu .scala-item:last-child {
          margin-right: 0; } }
    .nutshell .scala-items-list .items-menu .scala-item h3 {
      color: #fff;
      font-size: 1.063rem;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      margin-bottom: 10px; }
    .nutshell .scala-items-list .items-menu .scala-item p {
      color: rgba(255, 255, 255, 0.7);
      font-size: 1.063rem; }
    .nutshell .scala-items-list .items-menu .scala-item:active, .nutshell .scala-items-list .items-menu .scala-item:focus, .nutshell .scala-items-list .items-menu .scala-item:hover {
      cursor: pointer;
      background: #073642; }
    .nutshell .scala-items-list .items-menu .scala-item.active {
      background: #073642; }
  .nutshell .scala-items-list .items-menu .items-content {
    background: #073642;
    transition: all 350ms ease; }
    .nutshell .scala-items-list .items-menu .items-content .items-code {
      display: none;
      background: #073642;
      padding: 65px 0; }
      .nutshell .scala-items-list .items-menu .items-content .items-code .scala-code {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 48.8211739883%; }
        .nutshell .scala-items-list .items-menu .items-content .items-code .scala-code:last-child {
          margin-right: 0; }
        @media (max-width: 992px) {
          .nutshell .scala-items-list .items-menu .items-content .items-code .scala-code {
            float: left;
            display: block;
            margin-right: 2.3576520234%;
            width: 100%; }
            .nutshell .scala-items-list .items-menu .items-content .items-code .scala-code:last-child {
              margin-right: 0; } }
      .nutshell .scala-items-list .items-menu .items-content .items-code .scala-text {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 48.8211739883%; }
        .nutshell .scala-items-list .items-menu .items-content .items-code .scala-text code {
          background: #002B36;
          padding: 2px 8px;
          color: #859900;
          border-radius: 2px;
          margin: 0 3px; }
        .nutshell .scala-items-list .items-menu .items-content .items-code .scala-text:last-child {
          margin-right: 0; }
        @media (max-width: 992px) {
          .nutshell .scala-items-list .items-menu .items-content .items-code .scala-text {
            float: left;
            display: block;
            margin-right: 2.3576520234%;
            width: 100%; }
            .nutshell .scala-items-list .items-menu .items-content .items-code .scala-text:last-child {
              margin-right: 0; } }
        .nutshell .scala-items-list .items-menu .items-content .items-code .scala-text h3 {
          font-size: 1.625rem;
          color: #fff;
          margin-bottom: 20px; }
        .nutshell .scala-items-list .items-menu .items-content .items-code .scala-text p {
          color: rgba(255, 255, 255, 0.7); }
        .nutshell .scala-items-list .items-menu .items-content .items-code .scala-text.scala-text-large {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 100%;
          margin-bottom: 30px; }
          .nutshell .scala-items-list .items-menu .items-content .items-code .scala-text.scala-text-large:last-child {
            margin-right: 0; }
  .nutshell .scala-item-expanded {
    display: none;
    height: 400px;
    background: #073642; }

.overviews .inner-box {
  background: #fafafa !important; }

.two-columns {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  .two-columns .first,
  .two-columns .second {
    flex: 0 1 calc(50% - 1em); }
    @media (max-width: 768px) {
      .two-columns .first,
      .two-columns .second {
        flex: 0 1 calc(100% - 0.5em); } }

.card-group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  .card-group h3 {
    font-family: "Lato", sans-serif; }
  .card-group .white-card {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 0 1 calc(50% - 1em);
    margin-bottom: 2em;
    text-decoration: none;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    background: #fff;
    overflow: hidden; }
    @media (max-width: 768px) {
      .card-group .white-card {
        flex: 0 1 calc(100% - 0.5em); } }
    .card-group .white-card .card-wrap {
      position: relative; }
      .card-group .white-card .card-wrap .card-header {
        display: flex;
        padding: 16px; }
        .card-group .white-card .card-wrap .card-header .text {
          display: flex; }
      .card-group .white-card .card-wrap .card-content {
        padding: 20px;
        padding-top: 0px;
        padding-bottom: 60px; }
      .card-group .white-card .card-wrap h2 {
        margin-bottom: 0px; }
      .card-group .white-card .card-wrap .card-avatar {
        width: 40px;
        height: 40px;
        margin-right: 12px; }
        .card-group .white-card .card-wrap .card-avatar .icon {
          font-size: 26px;
          color: #fff;
          border-radius: 50%;
          margin: auto;
          text-align: center;
          display: inline-block;
          vertical-align: middle;
          background-color: #DC322F;
          height: 40px;
          width: 40px;
          min-height: 40px;
          min-width: 40px; }
      .card-group .white-card .card-wrap .by {
        font-weight: 400;
        color: #899295;
        font-size: 0.875rem;
        padding-bottom: 10px;
        line-height: 1.4; }
      .card-group .white-card .card-wrap .tag {
        position: relative;
        float: right;
        top: 3px;
        background: #DC322F;
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 700;
        padding: 1px 5px; }
      .card-group .white-card .card-wrap a h3 {
        display: inline-block;
        padding: 0;
        margin: 0;
        color: #073642;
        transition: all 350ms ease;
        font-weight: 900;
        font-size: 26px;
        line-height: 1.15; }
        .card-group .white-card .card-wrap a h3:hover {
          text-decoration: none;
          color: #DC322F; }
      .card-group .white-card .card-wrap a:hover {
        text-decoration: none; }
      .card-group .white-card .card-wrap ul li {
        margin-bottom: 0px; }
  .card-group .card-footer {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .card-group .card-footer .go-btn {
      display: block;
      padding: 20px;
      height: 66px;
      background: #fff;
      border-top: 1px solid #e7e9e9;
      color: #a4abad;
      font-weight: 400;
      font-size: 400;
      text-decoration: none; }
      .card-group .card-footer .go-btn:hover {
        cursor: pointer;
        background: #DC322F;
        color: #fff; }

.sip-toc .tag {
  position: relative;
  display: inline-block;
  top: 3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  padding: 1px 5px;
  margin-bottom: 8px; }
.sip-toc .vote-text {
  line-height: 1.2;
  margin-bottom: 24px;
  font-style: italic; }
.sip-toc ul {
  margin-bottom: 18px; }
  .sip-toc ul li {
    margin-top: 6px; }
    .sip-toc ul li a {
      color: #073642; }
      .sip-toc ul li a:hover {
        color: #DC322F;
        text-decoration: none; }
.sip-toc #sip-meetings {
  margin-bottom: 20px; }
.sip-toc #live-on-youtube {
  margin-top: 4px;
  font-style: italic;
  line-height: 1.1;
  color: #073642;
  font-size: 0.875rem; }
  .sip-toc #live-on-youtube #watch-meeting {
    display: inline-block;
    margin-top: 6px;
    color: #DC322F; }
.sip-toc #meeting-minutes a {
  color: #073642; }
  .sip-toc #meeting-minutes a:hover {
    color: #DC322F;
    text-decoration: none; }
.sip-toc #meeting-time {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #899295;
  margin-top: 0px; }
.sip-toc #meeting-title a {
  color: #073642;
  font-weight: 900; }
  .sip-toc #meeting-title a:hover {
    color: #DC322F;
    text-decoration: none; }
.sip-toc #upcoming-meeting {
  margin-top: 10px;
  padding: 8px;
  padding-left: 10px;
  padding-bottom: 14px;
  background-color: rgba(220, 50, 47, 0.1); }
  .sip-toc #upcoming-meeting h6 {
    font-family: "Roboto Slab", serif;
    color: #DC322F;
    font-size: 1.063rem;
    font-weight: 400; }

.sips .sip-list strong {
  font-weight: 900;
  display: block; }
.sips .sip-list .no-fragmentation {
  break-inside: avoid; }
.sips .sip-list .tag {
  float: left;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  padding: 1px 5px;
  margin-left: 1px;
  margin-top: 1px; }
.sips .sip-list ul {
  list-style: inside disc;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  padding-left: 0px; }
  .sips .sip-list ul li {
    margin-left: 1em;
    padding-bottom: 24px;
    line-height: 1;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
  .sips .sip-list ul a {
    color: #002B36; }
    .sips .sip-list ul a:hover {
      color: #DC322F; }

.sidebar-toc-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  @media (max-width: 992px) {
    .sidebar-toc-wrapper {
      position: relative; } }
  .sidebar-toc-wrapper .contents {
    font-weight: 700; }

.inner-toc {
  max-height: 60vh;
  overflow-y: auto;
  position: relative; }
  @media (max-width: 992px) {
    .inner-toc {
      max-height: none; } }

#toc ul {
  list-style: none;
  margin-left: 18px;
  margin-top: 18px;
  margin-bottom: 10px; }
  #toc ul a {
    display: block;
    list-style: none;
    line-height: 1.3;
    font-weight: 700;
    font-size: 0.875rem;
    color: #073642;
    width: 100%; }
    #toc ul a:hover {
      color: #DC322F;
      text-decoration: none; }
  #toc ul li {
    margin-top: 10px; }
    #toc ul li ul {
      list-style: disc;
      margin-left: 28px;
      margin-top: -6px;
      margin-bottom: 6px; }
      #toc ul li ul a {
        line-height: 1;
        font-weight: normal; }
      #toc ul li ul li {
        margin-bottom: 0;
        margin-top: 0;
        line-height: 1.2; }
        #toc ul li ul li ul {
          margin-top: 1px; }

.book #toc ul {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 0px; }
  .book #toc ul a {
    color: #23aad1;
    font-weight: normal; }
  .book #toc ul li {
    margin-left: 10px;
    margin-top: 5px; }
    .book #toc ul li ul {
      margin-left: 20px;
      margin-top: -5px;
      margin-bottom: 0px; }
      .book #toc ul li ul a {
        line-height: 1.3;
        font-weight: normal; }
      .book #toc ul li ul li {
        margin-top: 0px;
        margin-left: 10px; }

.glossary .filterbar {
  position: relative;
  margin-bottom: 24px; }
  .glossary .filterbar #filter-count {
    visibility: hidden;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #899295;
    transition: all 350ms ease; }
  .glossary .filterbar .icon-search {
    position: absolute;
    left: 14px;
    top: 4px;
    z-index: 30; }
  .glossary .filterbar input {
    padding: 8px 18px 8px 40px;
    background: rgba(92, 198, 228, 0.1);
    appearance: none;
    font-size: 16px;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box; }
    .glossary .filterbar input:focus {
      outline: none;
      background: rgba(92, 198, 228, 0.07);
      -webkit-box-shadow: rgba(0, 43, 54, 0.04) 0 2px 1px;
      -moz-box-shadow: rgba(0, 43, 54, 0.04) 0 2px 1px;
      box-shadow: rgba(0, 43, 54, 0.04) 0 2px 1px; }
.glossary h5 {
  font-size: 0.9375rem !important;
  color: #899295 !important; }
.glossary ul {
  padding-left: 0 !important; }
.glossary ul li {
  list-style-type: none !important;
  padding-left: 0 !important; }
.glossary li h3 {
  text-transform: none;
  margin-bottom: 2px;
  font-weight: 900; }

.glossary-toc #toc ul li {
  margin-top: 2px; }

.style-guide ul li {
  font-weight: 900; }
  .style-guide ul li ul {
    margin-top: 6px !important;
    margin-bottom: 0; }
    .style-guide ul li ul li {
      font-weight: 400;
      margin-bottom: 0 !important; }
      .style-guide ul li ul li ul {
        margin-top: 0 !important;
        margin-bottom: 4px; }

.courses {
  background: #244E58; }
  .courses .heading-line h2 span {
    background: #244E58; }
  .courses .online-courses,
  .courses .upcoming-training {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    .courses .online-courses:last-child,
    .courses .upcoming-training:last-child {
      margin-right: 0; }
    @media (max-width: 992px) {
      .courses .online-courses,
      .courses .upcoming-training {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%; }
        .courses .online-courses:last-child,
        .courses .upcoming-training:last-child {
          margin-right: 0; } }
  @media (max-width: 992px) {
    .courses .online-courses {
      margin-bottom: 40px; } }

.title-page h1 {
  line-height: 1.875rem; }
.title-page .content-title-documentation .titles {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
  min-height: 70px;
  max-height: 160px;
  margin-top: 30px;
  margin-bottom: 100px; }
  .title-page .content-title-documentation .titles:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .title-page .content-title-documentation .titles {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%; }
      .title-page .content-title-documentation .titles:last-child {
        margin-right: 0; } }
  .title-page .content-title-documentation .titles .supertitle {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.2); }
  .title-page .content-title-documentation .titles h1 {
    padding-top: 0; }
.title-page .content-title-documentation .spacer {
  height: 80px; }

.content-primary.documentation {
  line-height: 1.3; }
  .content-primary.documentation p {
    line-height: 1.5; }
  .content-primary.documentation ol {
    margin-bottom: 18px; }
  .content-primary.documentation .tag {
    float: right;
    top: 3px;
    background: #DC322F;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    padding: 1px 5px; }
  .content-primary.documentation .tag-inline {
    float: none; }
  .content-primary.documentation h1 .heading-anchor,
  .content-primary.documentation h3 .heading-anchor,
  .content-primary.documentation h4 .heading-anchor,
  .content-primary.documentation h5 .heading-anchor,
  .content-primary.documentation h6 .heading-anchor {
    color: #4A5659; }
  .content-primary.documentation h1:hover .heading-anchor,
  .content-primary.documentation h3:hover .heading-anchor,
  .content-primary.documentation h4:hover .heading-anchor,
  .content-primary.documentation h5:hover .heading-anchor,
  .content-primary.documentation h6:hover .heading-anchor {
    visibility: visible; }
  .content-primary.documentation h2 .heading-anchor {
    color: #5CC6E4; }
  .content-primary.documentation h2:hover .heading-anchor {
    visibility: visible; }

a.new-version-notice {
  display: block;
  background: #ffffc8;
  font-size: large;
  text-align: center; }

.upcoming-events {
  background: #15414C; }
  .upcoming-events .heading-line h2 span {
    background: #15414C; }
  .upcoming-events .events-items-list::after {
    clear: both;
    content: "";
    display: block; }
  .upcoming-events .events-items-list .event-item {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%; }
    .upcoming-events .events-items-list .event-item:last-child {
      margin-right: 0; }
    .upcoming-events .events-items-list .event-item:nth-child(3n) {
      margin-right: 0; }
    .upcoming-events .events-items-list .event-item:nth-child(3n+1) {
      clear: left; }
    @media (max-width: 992px) {
      .upcoming-events .events-items-list .event-item {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%; }
        .upcoming-events .events-items-list .event-item:last-child {
          margin-right: 0; } }
  .upcoming-events .card {
    background: #073642; }
    .upcoming-events .card:hover {
      background: #002B36; }

#site-main .scala-ecosystem {
  padding-bottom: 0;
  background: url("https://waybackassets.bk21.net/20250616171728im_/https://docs.scala-lang.org/resources/img/frontpage/background-scala-ecosystem.png") no-repeat center bottom #244E58;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #site-main .scala-ecosystem .heading-line::after {
    clear: both;
    content: "";
    display: block; }
  #site-main .scala-ecosystem .heading-line h2 span {
    background: #234D57; }
  #site-main .scala-ecosystem .browser .header-browser {
    background: #073642;
    padding: 14px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    #site-main .scala-ecosystem .browser .header-browser img {
      width: 116px;
      height: auto; }
    #site-main .scala-ecosystem .browser .header-browser img:last-child {
      width: 86px;
      height: auto; }
  #site-main .scala-ecosystem .browser .main-browser {
    background: rgba(21, 65, 76, 0.5);
    transition: all 350ms ease;
    text-align: center;
    padding: 70px 0 80px; }
    #site-main .scala-ecosystem .browser .main-browser h2 {
      color: #fff;
      font-size: 2.5rem;
      margin-bottom: 24px; }
    #site-main .scala-ecosystem .browser .main-browser .input-control {
      position: relative;
      background: #333;
      width: 550px;
      margin-left: auto;
      margin-right: auto;
      color: #899295; }
      #site-main .scala-ecosystem .browser .main-browser .input-control span {
        position: absolute;
        left: 20px;
        top: 8px; }
      #site-main .scala-ecosystem .browser .main-browser .input-control input {
        padding: 12px 18px 12px 50px;
        border-radius: 2px;
        width: 100%;
        font-weight: 700; }
    @media (max-width: 768px) {
      #site-main .scala-ecosystem .browser .main-browser {
        padding-left: 20px;
        padding-right: 20px; }
        #site-main .scala-ecosystem .browser .main-browser h2 {
          font-size: 1.4rem; }
        #site-main .scala-ecosystem .browser .main-browser .input-control {
          width: 100%; } }
  #site-main .scala-ecosystem:hover .main-browser {
    background: #15414C;
    padding-bottom: 140px; }
#site-main .autocomplete-suggestions {
  border: 1px solid #E5EAEA;
  background: #FFF;
  overflow: auto; }
#site-main .autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden; }
#site-main .autocomplete-selected {
  background: #F0F3F3; }
#site-main .autocomplete-suggestions strong {
  font-weight: normal;
  color: #073642; }
#site-main .autocomplete-group {
  padding: 2px 5px; }
#site-main .autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #E5EAEA; }

.new-blog {
  background: #F0F3F3; }
  .new-blog .heading-line h2 {
    color: #073642; }
    .new-blog .heading-line h2 span {
      background: #F0F3F3; }
    .new-blog .heading-line h2:before {
      background: #E5EAEA; }
  .new-blog .new,
  .new-blog .recently {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    .new-blog .new:last-child,
    .new-blog .recently:last-child {
      margin-right: 0; }
    @media (max-width: 992px) {
      .new-blog .new,
      .new-blog .recently {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%; }
        .new-blog .new:last-child,
        .new-blog .recently:last-child {
          margin-right: 0; } }
    .new-blog .new h3,
    .new-blog .recently h3 {
      font-family: "Lato", sans-serif;
      text-transform: uppercase;
      border-bottom: 1px solid #E5EAEA;
      font-size: 1.063rem; }
    .new-blog .new .content-card,
    .new-blog .recently .content-card {
      background: #fff;
      padding: 22px;
      display: block;
      border-radius: 3px; }
  @media (max-width: 992px) {
    .new-blog .new {
      margin-bottom: 40px; } }
  .new-blog .new .content-card {
    height: 516px;
    overflow: hidden;
    position: relative; }
    .new-blog .new .content-card:before {
      content: "";
      position: absolute;
      background: #fff;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 20px;
      z-index: 1; }
  .new-blog .new .tag-new {
    text-transform: uppercase;
    font-size: 0.9375rem;
    color: #DC322F;
    font-weight: 700; }
  .new-blog .new h3 {
    font-size: 1.5rem;
    color: #073642;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .new-blog .new h3 a {
      color: #073642; }
      .new-blog .new h3 a:active, .new-blog .new h3 a:focus, .new-blog .new h3 a:hover {
        text-decoration: none;
        color: #DC322F; }
  .new-blog .new .date {
    color: #899295;
    display: block;
    margin-bottom: 5px;
    font-style: italic; }
  .new-blog .recently a {
    margin-bottom: 16px; }
    .new-blog .recently a h3 {
      color: #073642;
      transition: all 350ms ease;
      padding-bottom: 8px;
      margin-bottom: 6px; }
    .new-blog .recently a ul {
      position: relative;
      margin-bottom: 4px; }
      .new-blog .recently a ul li {
        color: #899295;
        font-size: 0.875rem;
        display: inline-block; }
        .new-blog .recently a ul li.dot {
          font-size: 10px; }
        .new-blog .recently a ul li.tag {
          position: absolute;
          right: 0;
          top: 3px;
          background: #DC322F;
          color: #fff;
          text-transform: uppercase;
          font-size: 11px;
          font-weight: 700;
          padding: 1px 5px; }
    .new-blog .recently a p {
      color: #4A5659; }
    .new-blog .recently a:active, .new-blog .recently a:focus, .new-blog .recently a:hover {
      text-decoration: none;
      box-shadow: rgba(0, 43, 54, 0.2) 0 1px 12px; }
      .new-blog .recently a:active h3, .new-blog .recently a:focus h3, .new-blog .recently a:hover h3 {
        color: #765;
        color: #DC322F; }

.talk-to-us .heading-line h2 {
  color: #073642; }
  .talk-to-us .heading-line h2 span {
    background: #fff; }
  .talk-to-us .heading-line h2:before {
    background: #E5EAEA; }
.talk-to-us h3 {
  text-align: center;
  color: #073642;
  font-size: 0.9375rem;
  margin-bottom: 40px; }
.talk-to-us .discourse,
.talk-to-us .discord {
  margin-bottom: 50px; }
  .talk-to-us .discourse::after,
  .talk-to-us .discord::after {
    clear: both;
    content: "";
    display: block; }
.talk-to-us .discourse .scala-user-discourse {
  margin-left: 17.0596086706%; }
.talk-to-us .discourse .scala-contributors-discourse,
.talk-to-us .discourse .scala-user-discourse {
  padding: 20px;
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%; }
  .talk-to-us .discourse .scala-contributors-discourse img,
  .talk-to-us .discourse .scala-user-discourse img {
    width: 34px;
    height: auto; }
  .talk-to-us .discourse .scala-contributors-discourse h4,
  .talk-to-us .discourse .scala-user-discourse h4 {
    font-family: "Lato", sans-serif;
    font-size: 1.063rem;
    text-transform: uppercase;
    color: #073642;
    margin: 12px 0 8px; }
  .talk-to-us .discourse .scala-contributors-discourse p,
  .talk-to-us .discourse .scala-user-discourse p {
    color: #4A5659; }
  .talk-to-us .discourse .scala-contributors-discourse:active, .talk-to-us .discourse .scala-contributors-discourse:focus, .talk-to-us .discourse .scala-contributors-discourse:hover,
  .talk-to-us .discourse .scala-user-discourse:active,
  .talk-to-us .discourse .scala-user-discourse:focus,
  .talk-to-us .discourse .scala-user-discourse:hover {
    text-decoration: none;
    background: #F0F3F3;
    border-radius: 2px; }
    .talk-to-us .discourse .scala-contributors-discourse:active h4, .talk-to-us .discourse .scala-contributors-discourse:focus h4, .talk-to-us .discourse .scala-contributors-discourse:hover h4,
    .talk-to-us .discourse .scala-user-discourse:active h4,
    .talk-to-us .discourse .scala-user-discourse:focus h4,
    .talk-to-us .discourse .scala-user-discourse:hover h4 {
      color: #DC322F; }
  .talk-to-us .discourse .scala-contributors-discourse:last-child,
  .talk-to-us .discourse .scala-user-discourse:last-child {
    margin-right: 0; }
  @media (max-width: 992px) {
    .talk-to-us .discourse .scala-contributors-discourse,
    .talk-to-us .discourse .scala-user-discourse {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-left: 0%; }
      .talk-to-us .discourse .scala-contributors-discourse:last-child,
      .talk-to-us .discourse .scala-user-discourse:last-child {
        margin-right: 0; } }
.talk-to-us .discord ul.first {
  margin-left: 17.0596086706%; }
  .talk-to-us .discord ul.first li:last-child {
    border-bottom: 1px solid #E5EAEA; }
.talk-to-us .discord ul,
.talk-to-us .discord ul.first {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%; }
  .talk-to-us .discord ul:last-child,
  .talk-to-us .discord ul.first:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .talk-to-us .discord ul,
    .talk-to-us .discord ul.first {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-left: 0%; }
      .talk-to-us .discord ul:last-child,
      .talk-to-us .discord ul.first:last-child {
        margin-right: 0; }
      .talk-to-us .discord ul li:last-child,
      .talk-to-us .discord ul.first li:last-child {
        border-bottom: none; } }
.talk-to-us .discord ul li {
  border-top: 1px solid #E5EAEA; }
  .talk-to-us .discord ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    padding: 14px 0;
    color: #4A5659;
    font-weight: 700;
    padding-left: 30px; }
    .talk-to-us .discord ul li a:active, .talk-to-us .discord ul li a:focus, .talk-to-us .discord ul li a:hover {
      background: #F0F3F3;
      text-decoration: none; }
    .talk-to-us .discord ul li a img {
      width: 28px;
      height: auto;
      margin-right: 10px; }
  .talk-to-us .discord ul li:last-child {
    border-bottom: 1px solid #E5EAEA; }
.talk-to-us .communities ul {
  text-align: center; }
  .talk-to-us .communities ul li {
    display: inline-block; }
    .talk-to-us .communities ul li:first-child {
      margin-right: 20px; }
      .talk-to-us .communities ul li:first-child img {
        width: 127px;
        height: auto; }
    .talk-to-us .communities ul li:last-child img {
      width: 131px;
      height: auto; }
    .talk-to-us .communities ul li a:active, .talk-to-us .communities ul li a:focus, .talk-to-us .communities ul li a:hover {
      opacity: 0.7; }
.talk-to-us .social {
  margin-top: 40px;
  text-align: center; }
  .talk-to-us .social ul li {
    display: inline-block;
    font-size: 1.75rem; }
    .talk-to-us .social ul li:first-child {
      margin-right: 14px; }
    .talk-to-us .social ul li a {
      color: #15414C; }
      .talk-to-us .social ul li a:active, .talk-to-us .social ul li a:focus, .talk-to-us .social ul li a:hover {
        color: #DC322F; }

.maintenance {
  background: #073642; }
  .maintenance .heading-line h2 span {
    background: #073642; }
  .maintenance h3 {
    color: #fff;
    text-align: center;
    font-size: 0.9375rem; }
  .maintenance .maintained {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    .maintenance .maintained li:first-child {
      margin-right: 32px; }
    .maintenance .maintained li a img {
      height: 43px;
      width: auto;
      opacity: 0.3;
      transition: all 350ms ease; }
    .maintenance .maintained li a:hover img {
      opacity: 1; }
    @media (max-width: 480px) {
      .maintenance .maintained li:first-child {
        margin-right: 0; } }
  .maintenance .supported {
    padding-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: wrap; }
    .maintenance .supported a img {
      height: 42px;
      width: auto;
      display: block;
      opacity: 0.3;
      transition: all 350ms ease; }
      @media (max-width: 992px) {
        .maintenance .supported a img {
          margin: 5px; } }
      @media (max-width: 768px) {
        .maintenance .supported a img {
          margin: 10px; } }
    .maintenance .supported a:hover img {
      opacity: 1; }

#site-footer {
  padding: 50px 0;
  background: #002B36;
  color: rgba(255, 255, 255, 0.5); }
  #site-footer ul {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 14.7019566472%; }
    #site-footer ul:last-child {
      margin-right: 0; }
    @media (max-width: 992px) {
      #site-footer ul {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 31.7615653177%;
        margin-bottom: 20px; }
        #site-footer ul:last-child {
          margin-right: 0; }
        #site-footer ul:nth-child(3n) {
          margin-right: 0; }
        #site-footer ul:nth-child(3n+1) {
          clear: left; } }
    @media (max-width: 480px) {
      #site-footer ul {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%; }
        #site-footer ul:last-child {
          margin-right: 0; } }
    #site-footer ul li {
      margin-bottom: 3px; }
      #site-footer ul li h3 {
        color: #fff;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 1.063rem; }
      #site-footer ul li a {
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.9375rem; }
        #site-footer ul li a:active, #site-footer ul li a:focus, #site-footer ul li a:hover {
          color: #fff;
          text-decoration: none; }
  #site-footer .site-footer-top {
    margin-bottom: 40px; }
    #site-footer .site-footer-top::after {
      clear: both;
      content: "";
      display: block; }
  #site-footer .site-footer-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    #site-footer .site-footer-bottom img {
      width: 104px;
      height: auto; }
    @media (max-width: 480px) {
      #site-footer .site-footer-bottom {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        flex-wrap: wrap; }
        #site-footer .site-footer-bottom img {
          margin-top: 18px; } }
    #site-footer .site-footer-bottom img {
      opacity: 0.4;
      margin-right: 65px; }
  #site-footer .back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    z-index: 2;
    color: #f0f3f3;
    background-color: #DC322F;
    border-radius: 50%;
    display: none; }
    #site-footer .back-to-top:active, #site-footer .back-to-top:focus, #site-footer .back-to-top:hover {
      color: #f0f3f3;
      text-decoration: none; }
    #site-footer .back-to-top i {
      font-size: 22px; }

.marker {
  position: absolute;
  width: 16px;
  height: 8px;
  background: #A4302E;
  left: 0px;
  top: 0px;
  border-radius: 100%;
  cursor: pointer; }
  @media (max-width: 1400px) {
    .marker {
      display: none; } }
  .marker:hover .info-marker,
  .marker:hover .arrow {
    visibility: visible;
    opacity: 1;
    transition: all 350ms ease; }
  .marker:before {
    content: "";
    position: absolute;
    background: rgba(164, 48, 46, 0.3);
    left: -8px;
    top: -4px;
    width: 32px;
    height: 16px;
    border-radius: 100%;
    z-index: 1; }
  .marker .info-marker {
    width: 472px;
    position: absolute;
    left: -13px;
    top: 30px;
    font-size: 0.875rem;
    color: #fff;
    font-family: "Roboto Slab", serif;
    background: rgba(7, 54, 66, 0.8);
    padding: 20px;
    visibility: hidden;
    opacity: 0; }
    .marker .info-marker .arrow {
      position: absolute;
      left: 0;
      top: -16px;
      width: 23px;
      height: 13px;
      z-index: 1; }

#site-main .runs {
  padding: 30px 0;
  background: #15414C; }
  #site-main .runs h2 {
    color: #fff;
    text-align: center;
    font-size: 1.063rem; }
  #site-main .runs ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 30px; }
    #site-main .runs ul li:nth-child(2) {
      height: 100px;
      width: 1px;
      background: rgba(255, 255, 255, 0.14);
      margin-left: 36px;
      margin-right: 36px; }
    #site-main .runs ul li:nth-child(1),
    #site-main .runs ul li:nth-child(3) {
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      #site-main .runs ul li:nth-child(1) span,
      #site-main .runs ul li:nth-child(3) span {
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        #site-main .runs ul li:nth-child(1) span img,
        #site-main .runs ul li:nth-child(3) span img {
          height: 56px;
          width: 56px;
          opacity: 0.3;
          transition: all 350ms ease; }
      #site-main .runs ul li:nth-child(1):hover span img,
      #site-main .runs ul li:nth-child(3):hover span img {
        opacity: 1; }
  #site-main .runs p {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 28px;
    text-transform: uppercase;
    font-size: 0.875rem; }

#site-main .run-scala {
  background: #073642;
  padding-bottom: 0;
  overflow: hidden; }
  #site-main .run-scala .code-element {
    margin-bottom: -1px;
    margin-top: 48px;
    position: relative; }
    #site-main .run-scala .code-element textarea {
      width: 100%;
      background: #002B36;
      height: 400px;
      overflow: hidden; }
      #site-main .run-scala .code-element textarea:focus {
        outline: none; }
    #site-main .run-scala .code-element .btn-run {
      position: absolute;
      right: 20px;
      bottom: 20px;
      background: rgba(255, 255, 255, 0.1);
      padding: 3px 14px;
      color: #fff;
      font-size: 0.875rem;
      cursor: pointer;
      transition: all 350ms ease;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      #site-main .run-scala .code-element .btn-run:hover {
        background: rgba(255, 255, 255, 0.2); }
      #site-main .run-scala .code-element .btn-run.inactive {
        color: rgba(255, 255, 255, 0.5);
        background: rgba(255, 255, 255, 0.05);
        pointer-events: none; }
      #site-main .run-scala .code-element .btn-run i {
        margin-right: 10px; }

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto; }

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF; }

.autocomplete-group {
  padding: 2px 5px; }

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000; }

#inner-main > section:nth-child(2) {
  position: relative;
  top: -80px; }

#inner-main {
  background: #F0F3F3;
  padding-bottom: 50px; }
  #inner-main .inner-box {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-box-shadow: rgba(0, 43, 54, 0.04) 0 2px 1px;
    -moz-box-shadow: rgba(0, 43, 54, 0.04) 0 2px 1px;
    box-shadow: rgba(0, 43, 54, 0.04) 0 2px 1px; }
    #inner-main .inner-box:last-child {
      margin-bottom: 0; }
  #inner-main .content .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
  #inner-main .content .content-primary,
  #inner-main .content .content-primary-blog {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%; }
    #inner-main .content .content-primary:last-child,
    #inner-main .content .content-primary-blog:last-child {
      margin-right: 0; }
    @media (max-width: 992px) {
      #inner-main .content .content-primary,
      #inner-main .content .content-primary-blog {
        width: 100%;
        order: 2;
        margin-right: 0; } }
  #inner-main .content .content-nav,
  #inner-main .content .content-nav-blog {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%; }
    #inner-main .content .content-nav:last-child,
    #inner-main .content .content-nav-blog:last-child {
      margin-right: 0; }
    @media (max-width: 992px) {
      #inner-main .content .content-nav,
      #inner-main .content .content-nav-blog {
        width: 100%;
        order: 1;
        margin-bottom: 30px; } }
    @media (max-width: 768px) {
      #inner-main .content .content-nav,
      #inner-main .content .content-nav-blog {
        order: 3; } }
  @media (max-width: 992px) {
    #inner-main .content .content-nav-blog {
      display: none; } }
  #inner-main .content .content-primary .documentation .doc-item,
  #inner-main .content .content-primary .documentation .tool-item,
  #inner-main .content .content-primary .tools .doc-item,
  #inner-main .content .content-primary .tools .tool-item {
    margin-bottom: 0;
    transition: all 350ms ease;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    #inner-main .content .content-primary .documentation .doc-item:last-child,
    #inner-main .content .content-primary .documentation .tool-item:last-child,
    #inner-main .content .content-primary .tools .doc-item:last-child,
    #inner-main .content .content-primary .tools .tool-item:last-child {
      margin-right: 0; }
    #inner-main .content .content-primary .documentation .doc-item:nth-child(2n),
    #inner-main .content .content-primary .documentation .tool-item:nth-child(2n),
    #inner-main .content .content-primary .tools .doc-item:nth-child(2n),
    #inner-main .content .content-primary .tools .tool-item:nth-child(2n) {
      margin-right: 0; }
    #inner-main .content .content-primary .documentation .doc-item:nth-child(2n+1),
    #inner-main .content .content-primary .documentation .tool-item:nth-child(2n+1),
    #inner-main .content .content-primary .tools .doc-item:nth-child(2n+1),
    #inner-main .content .content-primary .tools .tool-item:nth-child(2n+1) {
      clear: left; }
    @media (max-width: 992px) {
      #inner-main .content .content-primary .documentation .doc-item,
      #inner-main .content .content-primary .documentation .tool-item,
      #inner-main .content .content-primary .tools .doc-item,
      #inner-main .content .content-primary .tools .tool-item {
        width: 100%; } }
    #inner-main .content .content-primary .documentation .doc-item a:active h4, #inner-main .content .content-primary .documentation .doc-item a:focus h4, #inner-main .content .content-primary .documentation .doc-item a:hover h4,
    #inner-main .content .content-primary .documentation .tool-item a:active h4,
    #inner-main .content .content-primary .documentation .tool-item a:focus h4,
    #inner-main .content .content-primary .documentation .tool-item a:hover h4,
    #inner-main .content .content-primary .tools .doc-item a:active h4,
    #inner-main .content .content-primary .tools .doc-item a:focus h4,
    #inner-main .content .content-primary .tools .doc-item a:hover h4,
    #inner-main .content .content-primary .tools .tool-item a:active h4,
    #inner-main .content .content-primary .tools .tool-item a:focus h4,
    #inner-main .content .content-primary .tools .tool-item a:hover h4 {
      color: #DC322F; }
    #inner-main .content .content-primary .documentation .doc-item:nth-child(2n),
    #inner-main .content .content-primary .documentation .tool-item:nth-child(2n),
    #inner-main .content .content-primary .tools .doc-item:nth-child(2n),
    #inner-main .content .content-primary .tools .tool-item:nth-child(2n) {
      clear: none; }
  #inner-main .content .content-nav .inner-box .inner-toc > ul > li {
    margin-top: 10px;
    line-height: 1.2; }
    #inner-main .content .content-nav .inner-box .inner-toc > ul > li.type-chapter {
      margin-top: 15px; }
    #inner-main .content .content-nav .inner-box .inner-toc > ul > li.type-section {
      margin-top: 5px;
      margin-left: 15px; }
    #inner-main .content .content-nav .inner-box .inner-toc > ul > li .active {
      font-weight: 900;
      color: #DC322F; }
    #inner-main .content .content-nav .inner-box .inner-toc > ul > li > a {
      color: #073642; }
      #inner-main .content .content-nav .inner-box .inner-toc > ul > li > a:active, #inner-main .content .content-nav .inner-box .inner-toc > ul > li > a:focus, #inner-main .content .content-nav .inner-box .inner-toc > ul > li > a:hover {
        color: #DC322F;
        text-decoration: none; }
    #inner-main .content .content-nav .inner-box .inner-toc > ul > li > ul {
      margin: 5px 0;
      padding-left: 14px;
      color: rgba(137, 146, 149, 0.7);
      border-left: 1px solid #E5EAEA; }
      #inner-main .content .content-nav .inner-box .inner-toc > ul > li > ul li {
        font-size: 0.9375rem;
        margin-bottom: -2px; }
        #inner-main .content .content-nav .inner-box .inner-toc > ul > li > ul li ul li {
          font-size: 0.875rem; }
          #inner-main .content .content-nav .inner-box .inner-toc > ul > li > ul li ul li:before {
            color: rgba(137, 146, 149, 0.5);
            padding-left: 0;
            margin-right: 6px;
            content: "\2192"; }
          #inner-main .content .content-nav .inner-box .inner-toc > ul > li > ul li ul li a {
            font-style: italic; }
  #inner-main .content .content-nav .inner-box hr {
    border: none;
    height: 1px;
    width: 60px;
    background: #E5EAEA;
    margin: 18px 0; }
  #inner-main .content .content-nav .inner-box .help-us {
    line-height: 1.1; }
    #inner-main .content .content-nav .inner-box .help-us a {
      color: #244E58;
      font-style: italic;
      font-size: 0.75rem; }
      #inner-main .content .content-nav .inner-box .help-us a:active, #inner-main .content .content-nav .inner-box .help-us a:focus, #inner-main .content .content-nav .inner-box .help-us a:hover {
        text-decoration: none;
        background: rgba(92, 198, 228, 0.15); }
      #inner-main .content .content-nav .inner-box .help-us a br {
        height: 5px; }

.outdated-page .title-page {
  background: #a9c0c6; }

.title-page {
  background: #5CC6E4;
  min-height: 200px; }
  .title-page h1 {
    font-size: 1.875rem;
    font-family: "Lato", sans-serif;
    padding-top: 40px;
    text-transform: uppercase;
    text-shadow: rgba(0, 43, 54, 0.1) 2px 2px 0;
    color: #fff; }

.full-width h2,
.full-width h3,
.books h2,
.books h3,
.content-primary h2,
.content-primary h3,
.content-primary-blog h2,
.content-primary-blog h3,
.table-of-content h2,
.table-of-content h3,
.training-events h2,
.training-events h3 {
  font-weight: 400;
  margin-top: 28px; }
.full-width h2,
.full-width h3,
.full-width h4,
.full-width h5,
.books h2,
.books h3,
.books h4,
.books h5,
.content-primary h2,
.content-primary h3,
.content-primary h4,
.content-primary h5,
.content-primary-blog h2,
.content-primary-blog h3,
.content-primary-blog h4,
.content-primary-blog h5,
.table-of-content h2,
.table-of-content h3,
.table-of-content h4,
.table-of-content h5,
.training-events h2,
.training-events h3,
.training-events h4,
.training-events h5 {
  color: #073642;
  font-weight: 400; }
  .full-width h2 a,
  .full-width h3 a,
  .full-width h4 a,
  .full-width h5 a,
  .books h2 a,
  .books h3 a,
  .books h4 a,
  .books h5 a,
  .content-primary h2 a,
  .content-primary h3 a,
  .content-primary h4 a,
  .content-primary h5 a,
  .content-primary-blog h2 a,
  .content-primary-blog h3 a,
  .content-primary-blog h4 a,
  .content-primary-blog h5 a,
  .table-of-content h2 a,
  .table-of-content h3 a,
  .table-of-content h4 a,
  .table-of-content h5 a,
  .training-events h2 a,
  .training-events h3 a,
  .training-events h4 a,
  .training-events h5 a {
    color: #073642; }
    .full-width h2 a:active, .full-width h2 a:focus, .full-width h2 a:hover,
    .full-width h3 a:active,
    .full-width h3 a:focus,
    .full-width h3 a:hover,
    .full-width h4 a:active,
    .full-width h4 a:focus,
    .full-width h4 a:hover,
    .full-width h5 a:active,
    .full-width h5 a:focus,
    .full-width h5 a:hover,
    .books h2 a:active,
    .books h2 a:focus,
    .books h2 a:hover,
    .books h3 a:active,
    .books h3 a:focus,
    .books h3 a:hover,
    .books h4 a:active,
    .books h4 a:focus,
    .books h4 a:hover,
    .books h5 a:active,
    .books h5 a:focus,
    .books h5 a:hover,
    .content-primary h2 a:active,
    .content-primary h2 a:focus,
    .content-primary h2 a:hover,
    .content-primary h3 a:active,
    .content-primary h3 a:focus,
    .content-primary h3 a:hover,
    .content-primary h4 a:active,
    .content-primary h4 a:focus,
    .content-primary h4 a:hover,
    .content-primary h5 a:active,
    .content-primary h5 a:focus,
    .content-primary h5 a:hover,
    .content-primary-blog h2 a:active,
    .content-primary-blog h2 a:focus,
    .content-primary-blog h2 a:hover,
    .content-primary-blog h3 a:active,
    .content-primary-blog h3 a:focus,
    .content-primary-blog h3 a:hover,
    .content-primary-blog h4 a:active,
    .content-primary-blog h4 a:focus,
    .content-primary-blog h4 a:hover,
    .content-primary-blog h5 a:active,
    .content-primary-blog h5 a:focus,
    .content-primary-blog h5 a:hover,
    .table-of-content h2 a:active,
    .table-of-content h2 a:focus,
    .table-of-content h2 a:hover,
    .table-of-content h3 a:active,
    .table-of-content h3 a:focus,
    .table-of-content h3 a:hover,
    .table-of-content h4 a:active,
    .table-of-content h4 a:focus,
    .table-of-content h4 a:hover,
    .table-of-content h5 a:active,
    .table-of-content h5 a:focus,
    .table-of-content h5 a:hover,
    .training-events h2 a:active,
    .training-events h2 a:focus,
    .training-events h2 a:hover,
    .training-events h3 a:active,
    .training-events h3 a:focus,
    .training-events h3 a:hover,
    .training-events h4 a:active,
    .training-events h4 a:focus,
    .training-events h4 a:hover,
    .training-events h5 a:active,
    .training-events h5 a:focus,
    .training-events h5 a:hover {
      color: #DC322F;
      text-decoration: none; }
.full-width h2,
.books h2,
.content-primary h2,
.content-primary-blog h2,
.table-of-content h2,
.training-events h2 {
  font-size: 1.75rem; }
.full-width h3,
.books h3,
.content-primary h3,
.content-primary-blog h3,
.table-of-content h3,
.training-events h3 {
  font-size: 1.25rem; }
.full-width h4,
.full-width h5,
.books h4,
.books h5,
.content-primary h4,
.content-primary h5,
.content-primary-blog h4,
.content-primary-blog h5,
.table-of-content h4,
.table-of-content h5,
.training-events h4,
.training-events h5 {
  font-size: 1.0rem;
  font-family: "Lato", sans-serif;
  font-weight: 700; }

.content-primary h2,
.content-primary-blog h2 {
  color: #DC322F; }
  .content-primary h2 a,
  .content-primary-blog h2 a {
    color: #DC322F; }

.content-nav h5,
.content-nav-blog h5 {
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #073642;
  font-weight: 400; }

.content-primary h2,
.text-step h2 {
  margin-bottom: 24px; }
.content-primary h3,
.text-step h3 {
  margin-bottom: 0.5rem; }
.content-primary blockquote,
.content-primary img,
.content-primary p,
.content-primary pre,
.content-primary table,
.content-primary ul,
.text-step blockquote,
.text-step img,
.text-step p,
.text-step pre,
.text-step table,
.text-step ul {
  margin-bottom: 18px; }
.content-primary p + .code-snippet-area,
.text-step p + .code-snippet-area {
  margin-top: 0px; }
.content-primary h4, .content-primary h5,
.text-step h4,
.text-step h5 {
  margin-bottom: 0.5rem; }
.content-primary ol,
.content-primary ul,
.text-step ol,
.text-step ul {
  padding-left: 18px; }
.content-primary ol li,
.text-step ol li {
  list-style: decimal; }
.content-primary ul li,
.text-step ul li {
  list-style: disc; }
.content-primary ol li,
.content-primary ul li,
.text-step ol li,
.text-step ul li {
  padding-left: 10px;
  margin-bottom: 16px; }
  .content-primary ol li ul,
  .content-primary ul li ul,
  .text-step ol li ul,
  .text-step ul li ul {
    margin-top: 18px; }
    .content-primary ol li ul li,
    .content-primary ul li ul li,
    .text-step ol li ul li,
    .text-step ul li ul li {
      margin-bottom: 8px;
      list-style: circle;
      padding-left: 0; }
  .content-primary ol li:last-child,
  .content-primary ul li:last-child,
  .text-step ol li:last-child,
  .text-step ul li:last-child {
    margin-bottom: 0; }
.content-primary em,
.text-step em {
  font-style: italic; }
.content-primary strong,
.text-step strong {
  font-weight: 700; }
.content-primary del,
.text-step del {
  text-decoration: line-through; }
.content-primary li code,
.content-primary p code,
.content-primary dt code,
.content-primary dd code,
.content-primary pre code,
.text-step li code,
.text-step p code,
.text-step dt code,
.text-step dd code,
.text-step pre code {
  border: 1px solid #E5EAEA; }
.content-primary li code,
.content-primary p code,
.content-primary dt code,
.content-primary dd code,
.text-step li code,
.text-step p code,
.text-step dt code,
.text-step dd code {
  font-family: 'Consolas';
  background-color: #fff;
  color: #859900;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 2px 6px; }
.content-primary tr code,
.content-primary td code,
.text-step tr code,
.text-step td code {
  font-family: 'Consolas';
  font-size: 0.9375rem; }
.content-primary pre code,
.text-step pre code {
  overflow-x: auto;
  display: block;
  font-size: 0.9375rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 10px 7px; }
.content-primary table,
.text-step table {
  width: 100%;
  text-align: left;
  border-collapse: collapse; }
  .content-primary table thead,
  .text-step table thead {
    font-weight: 700; }
  .content-primary table td,
  .content-primary table th,
  .text-step table td,
  .text-step table th {
    border: 1px solid #E5EAEA;
    padding: 6px; }
.content-primary img,
.text-step img {
  width: 100%;
  height: auto; }
.content-primary blockquote,
.text-step blockquote {
  padding: 20px;
  border: 2px dashed #E5EAEA;
  font-size: 1.063rem;
  font-style: italic;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px; }
  .content-primary blockquote.help-info,
  .text-step blockquote.help-info {
    border: 2px dashed #E45C77;
    color: #E45C77; }
  .content-primary blockquote p,
  .text-step blockquote p {
    margin: 0; }
.content-primary .tag-list,
.text-step .tag-list {
  padding: 0; }
  .content-primary .tag-list .tag-item:last-child,
  .text-step .tag-list .tag-item:last-child {
    margin-bottom: 8px; }
.content-primary .filter-tag,
.text-step .filter-tag {
  margin-top: 30px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-style: italic;
  color: #899295; }

#inner-main .table-of-content {
  margin-bottom: 30px; }
  #inner-main .table-of-content .inner-box {
    padding-bottom: 0; }

.documentation::after {
  clear: both;
  content: "";
  display: block; }
.documentation h2.frontpage {
  color: #DC322F;
  margin-top: 8px;
  margin-bottom: 24px; }
.documentation .section::after,
.documentation .more-resources::after {
  clear: both;
  content: "";
  display: block; }
.documentation .more-resources {
  color: #073642;
  line-height: 1.2;
  margin-bottom: 24px;
  text-align: center; }
  .documentation .more-resources .heading {
    font-weight: 700; }
  .documentation .more-resources ul li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px; }
  .documentation .more-resources ul li + li {
    border-left: 1px solid #4A5659; }
.documentation .doc-item {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
  margin-right: 0;
  min-height: 120px;
  padding: 15px; }
  .documentation .doc-item:last-child {
    margin-right: 0; }
  @media (max-width: 992px) {
    .documentation .doc-item {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      min-height: auto; }
      .documentation .doc-item:last-child {
        margin-right: 0; } }
  .documentation .doc-item .doc-item-header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    margin-bottom: 10px; }
    .documentation .doc-item .doc-item-header .fa,
    .documentation .doc-item .doc-item-header .fa-regular,
    .documentation .doc-item .doc-item-header .fa-brands {
      font-size: 1.563rem;
      margin-right: 14px;
      color: #DC322F; }
    .documentation .doc-item .doc-item-header h4 {
      color: #073642;
      margin-bottom: 0;
      transition: all 350ms ease; }
    .documentation .doc-item .doc-item-header a:active, .documentation .doc-item .doc-item-header a:focus, .documentation .doc-item .doc-item-header a:hover {
      text-decoration: none; }
  .documentation .doc-item .doc-item-main p {
    color: #4A5659; }
  .documentation .doc-item.doc-item-link:active, .documentation .doc-item.doc-item-link:focus, .documentation .doc-item.doc-item-link:hover {
    text-decoration: none;
    background: #F0F3F3; }
.documentation .nth-doc-item:nth-child(3n) {
  margin-right: 0; }
.documentation .nth-doc-item:nth-child(3n+1) {
  clear: left; }

.community {
  padding-bottom: 20px; }
  .community::after {
    clear: both;
    content: "";
    display: block; }
  .community .discourse,
  .community .discord {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    .community .discourse h3,
    .community .discord h3 {
      margin-top: 0; }
    .community .discourse:last-child,
    .community .discord:last-child {
      margin-right: 0; }
    @media (max-width: 768px) {
      .community .discourse,
      .community .discord {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%; }
        .community .discourse:last-child,
        .community .discord:last-child {
          margin-right: 0; } }
    .community .discourse span,
    .community .discord span {
      border-bottom: 1px solid #E5EAEA;
      display: block;
      color: #899295;
      font-style: italic;
      padding-bottom: 10px;
      margin-bottom: 30px; }
    .community .discourse img,
    .community .discord img {
      width: 28px;
      height: 28px; }
    .community .discourse a:active, .community .discourse a:focus, .community .discourse a:hover,
    .community .discord a:active,
    .community .discord a:focus,
    .community .discord a:hover {
      text-decoration: none;
      color: #DC322F; }
      .community .discourse a:active h4, .community .discourse a:focus h4, .community .discourse a:hover h4,
      .community .discord a:active h4,
      .community .discord a:focus h4,
      .community .discord a:hover h4 {
        color: #DC322F; }
  .community .discourse ul li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -moz-box-align: top;
    box-align: top;
    -webkit-align-items: top;
    -moz-align-items: top;
    -ms-align-items: top;
    -o-align-items: top;
    align-items: top;
    -ms-flex-align: top;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    margin-bottom: 40px; }
    .community .discourse ul li img {
      margin-right: 15px; }
    .community .discourse ul li h4 {
      margin-bottom: 8px; }
  .community .discord ul li {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 47.5854205965%;
    margin-bottom: 20px; }
    .community .discord ul li:last-child {
      margin-right: 0; }
    .community .discord ul li:nth-child(2n) {
      margin-right: 0; }
    .community .discord ul li:nth-child(2n+1) {
      clear: left; }
    @media (max-width: 480px) {
      .community .discord ul li {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%; }
        .community .discord ul li:last-child {
          margin-right: 0; } }
    .community .discord ul li a {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start; }
      .community .discord ul li a img {
        margin-right: 10px; }
      .community .discord ul li a h4 {
        text-transform: none; }

.content-primary .tools::after {
  clear: both;
  content: "";
  display: block; }
.content-primary .tools .tool-item {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
  margin-bottom: 30px;
  min-height: 120px;
  padding: 15px; }
  .content-primary .tools .tool-item:last-child {
    margin-right: 0; }
  .content-primary .tools .tool-item:nth-child(3n) {
    margin-right: 0; }
  .content-primary .tools .tool-item:nth-child(3n+1) {
    clear: left; }
  @media (max-width: 992px) {
    .content-primary .tools .tool-item {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      min-height: auto; }
      .content-primary .tools .tool-item:last-child {
        margin-right: 0; } }
  .content-primary .tools .tool-item .tool-item-header {
    margin-bottom: 10px; }
    .content-primary .tools .tool-item .tool-item-header img {
      height: 50px;
      width: auto; }
    .content-primary .tools .tool-item .tool-item-header h4 {
      color: #073642;
      margin-bottom: 0;
      transition: all 350ms ease; }
    .content-primary .tools .tool-item .tool-item-header a:active, .content-primary .tools .tool-item .tool-item-header a:focus, .content-primary .tools .tool-item .tool-item-header a:hover {
      text-decoration: none; }
  .content-primary .tools .tool-item .tool-item-main p {
    color: #4A5659;
    margin-bottom: 6px; }
  .content-primary .tools .tool-item .tool-item-main ul {
    padding: 0;
    margin: 0; }
    .content-primary .tools .tool-item .tool-item-main ul li {
      list-style: none;
      padding: 0;
      margin: 0;
      display: inline-block; }

.books h2 {
  margin-bottom: 30px; }

.books-list::after {
  clear: both;
  content: "";
  display: block; }
.books-list .book-item {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%;
  margin-bottom: 50px; }
  .books-list .book-item:last-child {
    margin-right: 0; }
  .books-list .book-item:nth-child(3n) {
    margin-right: 0; }
  .books-list .book-item:nth-child(3n+1) {
    clear: left; }
  @media (max-width: 768px) {
    .books-list .book-item {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%; }
      .books-list .book-item:last-child {
        margin-right: 0; } }
  .books-list .book-item .book-item-header .content-img-boook {
    border-bottom: 1px solid #E5EAEA;
    height: 120px;
    overflow: hidden; }
    .books-list .book-item .book-item-header .content-img-boook img {
      height: 145px;
      width: auto;
      display: block;
      margin-top: 10px;
      transition: all 350ms ease;
      border-left: 1px solid #E5EAEA;
      border-top: 1px solid #E5EAEA;
      border-right: 1px solid #E5EAEA; }
  .books-list .book-item .book-item-header h3 {
    margin-bottom: 10px;
    transition: all 350ms ease; }
  .books-list .book-item .book-item-header a:active, .books-list .book-item .book-item-header a:focus, .books-list .book-item .book-item-header a:hover {
    text-decoration: none;
    color: #DC322F; }
    .books-list .book-item .book-item-header a:active img, .books-list .book-item .book-item-header a:focus img, .books-list .book-item .book-item-header a:hover img {
      margin-top: 0; }
    .books-list .book-item .book-item-header a:active h3, .books-list .book-item .book-item-header a:focus h3, .books-list .book-item .book-item-header a:hover h3 {
      color: #DC322F; }
  .books-list .book-item .book-item-main .author,
  .books-list .book-item .book-item-main .published {
    color: #899295; }
  .books-list .book-item .book-item-main .published {
    font-style: italic; }
  .books-list .book-item .book-item-main .description {
    margin-top: 10px; }
  .books-list .book-item .book-item-main ul {
    padding-left: 18px; }
    .books-list .book-item .book-item-main ul li {
      list-style: disc;
      margin-bottom: 3px; }

.training-events h3 {
  border-bottom: 1px solid #E5EAEA;
  padding-bottom: 14px; }
.training-events .training-list {
  margin-top: 30px; }
  .training-events .training-list::after {
    clear: both;
    content: "";
    display: block; }
  .training-events .training-list .training-item {
    margin-bottom: 30px;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%; }
    .training-events .training-list .training-item:last-child {
      margin-right: 0; }
    .training-events .training-list .training-item:nth-child(4n) {
      margin-right: 0; }
    .training-events .training-list .training-item:nth-child(4n+1) {
      clear: left; }
    @media (max-width: 768px) {
      .training-events .training-list .training-item {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #E5EAEA; }
        .training-events .training-list .training-item:last-child {
          margin-right: 0; } }
    .training-events .training-list .training-item img,
    .training-events .training-list .training-item .calendar {
      float: left; }
    .training-events .training-list .training-item img {
      width: 28px;
      height: auto; }
    .training-events .training-list .training-item .calendar span:last-child {
      background: #F0F3F3; }
    .training-events .training-list .training-item .training-text {
      margin-left: 44px; }
      .training-events .training-list .training-item .training-text h4 {
        margin-bottom: 6px; }
      .training-events .training-list .training-item .training-text p {
        color: #4A5659; }
        .training-events .training-list .training-item .training-text p:nth-child(2) {
          text-transform: uppercase; }
    .training-events .training-list .training-item:active, .training-events .training-list .training-item:focus, .training-events .training-list .training-item:hover {
      text-decoration: none; }
      .training-events .training-list .training-item:active h4, .training-events .training-list .training-item:focus h4, .training-events .training-list .training-item:hover h4 {
        color: #DC322F; }
.training-events .org-scala-event {
  padding: 24px;
  border: 2px dashed #E5EAEA;
  margin-top: 30px; }
  .training-events .org-scala-event h2 {
    margin-top: 0;
    margin-bottom: 10px; }

.title-page h1 {
  line-height: 1.875rem; }
.title-page .content-title-blog h1 {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 74.4105869942%; }
  .title-page .content-title-blog h1:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .title-page .content-title-blog h1 {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%; }
      .title-page .content-title-blog h1:last-child {
        margin-right: 0; } }
.title-page .content-title-blog .search-container {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
  margin-top: 50px; }
  .title-page .content-title-blog .search-container:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .title-page .content-title-blog .search-container {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-top: 20px;
      margin-bottom: 20px; }
      .title-page .content-title-blog .search-container:last-child {
        margin-right: 0; } }

.blog-list .blog-item {
  display: block;
  border-bottom: 1px solid #E5EAEA;
  padding-bottom: 18px; }
  .blog-list .blog-item h2 {
    margin-bottom: 6px;
    font-size: 1.5rem; }
  .blog-list .blog-item .blog-date {
    text-transform: uppercase;
    margin-bottom: 4px;
    font-size: 0.875rem; }
  .blog-list .blog-item .blog-author {
    margin-bottom: 12px; }
  .blog-list .blog-item a:active, .blog-list .blog-item a:focus, .blog-list .blog-item a:hover {
    text-decoration: none; }

.blog-list-nav {
  margin-top: 18px; }
  .blog-list-nav .blog-list-nav-item {
    border-bottom: 1px solid #E5EAEA;
    padding-bottom: 10px;
    margin-top: 14px; }
    .blog-list-nav .blog-list-nav-item:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    .blog-list-nav .blog-list-nav-item h4 {
      font-family: "Lato", sans-serif; }
    .blog-list-nav .blog-list-nav-item p {
      margin-bottom: 10px;
      font-size: 0.9375rem; }
    .blog-list-nav .blog-list-nav-item a {
      color: #073642; }
      .blog-list-nav .blog-list-nav-item a:active, .blog-list-nav .blog-list-nav-item a:focus, .blog-list-nav .blog-list-nav-item a:hover {
        text-decoration: none;
        color: #DC322F; }

.blog-detail-head {
  border-bottom: 1px solid #E5EAEA;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  padding-bottom: 18px; }
  .blog-detail-head div p:first-child {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 0.875rem; }
  .blog-detail-head div p {
    margin-bottom: 0; }

.download {
  position: relative; }
  .download::after {
    clear: both;
    content: "";
    display: block; }
  .download .content-ribbon {
    position: absolute;
    right: 30px;
    top: -10px;
    z-index: 50; }
    .download .content-ribbon .ribbon-version {
      background: #DC322F;
      text-align: center;
      padding: 8px 36px; }
      .download .content-ribbon .ribbon-version span {
        color: #fff;
        font-size: 2.25rem; }
    .download .content-ribbon ul {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      margin-top: 8px; }
      .download .content-ribbon ul li {
        display: inline-block;
        font-size: 0.875rem; }
        .download .content-ribbon ul li:nth-child(2) {
          font-size: 0.625rem; }
  .download .main-download {
    margin-top: 70px;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    margin-left: 17.0596086706%; }
    .download .main-download:last-child {
      margin-right: 0; }
    @media (max-width: 992px) {
      .download .main-download {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        margin-left: 0%; }
        .download .main-download:last-child {
          margin-right: 0; } }
    .download .main-download h2 {
      margin-top: 0;
      font-size: 1.75rem; }
    .download .main-download .install-steps {
      margin-top: 48px;
      border-bottom: 1px solid #E5EAEA;
      padding-bottom: 60px; }
      .download .main-download .install-steps::after {
        clear: both;
        content: "";
        display: block; }
      .download .main-download .install-steps .step:first-child {
        margin-bottom: 100px;
        position: relative; }
        @media (max-width: 480px) {
          .download .main-download .install-steps .step:first-child {
            margin-bottom: 50px; } }
        .download .main-download .install-steps .step:first-child img {
          width: 12px;
          height: 100px;
          position: absolute;
          left: 25px;
          top: 50px; }
      .download .main-download .install-steps .step::after {
        clear: both;
        content: "";
        display: block; }
      .download .main-download .install-steps .step .number-step {
        width: 64px;
        height: 64px;
        float: left;
        background: #DC322F;
        border-radius: 100%;
        color: #fff;
        font-size: 1.75rem;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
      .download .main-download .install-steps .step .text-step {
        margin-left: 90px; }
        .download .main-download .install-steps .step .text-step h3 {
          margin-bottom: 10px;
          font-size: 1.25rem; }
        .download .main-download .install-steps .step .text-step p span {
          font-style: italic;
          color: #899295; }
      .download .main-download .install-steps .download-options {
        margin-top: 38px; }
        .download .main-download .install-steps .download-options::after {
          clear: both;
          content: "";
          display: block; }
        .download .main-download .install-steps .download-options .download-intellij,
        .download .main-download .install-steps .download-options .download-sbt {
          position: relative;
          float: left;
          display: block;
          margin-right: 3.5786642602%;
          width: 48.2106678699%; }
          .download .main-download .install-steps .download-options .download-intellij:last-child,
          .download .main-download .install-steps .download-options .download-sbt:last-child {
            margin-right: 0; }
          @media (max-width: 992px) {
            .download .main-download .install-steps .download-options .download-intellij,
            .download .main-download .install-steps .download-options .download-sbt {
              float: left;
              display: block;
              margin-right: 3.5786642602%;
              width: 100%;
              margin-bottom: 34px; }
              .download .main-download .install-steps .download-options .download-intellij:last-child,
              .download .main-download .install-steps .download-options .download-sbt:last-child {
                margin-right: 0; } }
          .download .main-download .install-steps .download-options .download-intellij .btn-download,
          .download .main-download .install-steps .download-options .download-sbt .btn-download {
            background: #DC322F;
            display: block;
            text-align: center;
            color: #fff;
            text-transform: uppercase;
            padding: 16px 0;
            border-radius: 100px;
            font-weight: 700;
            margin-bottom: 34px; }
            .download .main-download .install-steps .download-options .download-intellij .btn-download:active, .download .main-download .install-steps .download-options .download-intellij .btn-download:focus, .download .main-download .install-steps .download-options .download-intellij .btn-download:hover,
            .download .main-download .install-steps .download-options .download-sbt .btn-download:active,
            .download .main-download .install-steps .download-options .download-sbt .btn-download:focus,
            .download .main-download .install-steps .download-options .download-sbt .btn-download:hover {
              text-decoration: none;
              background: #b9221f; }
            .download .main-download .install-steps .download-options .download-intellij .btn-download .fa,
            .download .main-download .install-steps .download-options .download-sbt .btn-download .fa {
              margin-right: 10px;
              font-size: 1.25rem; }
          .download .main-download .install-steps .download-options .download-intellij ul,
          .download .main-download .install-steps .download-options .download-sbt ul {
            position: relative;
            z-index: 50; }
            .download .main-download .install-steps .download-options .download-intellij ul li,
            .download .main-download .install-steps .download-options .download-sbt ul li {
              border-bottom: 1px solid #E5EAEA; }
              .download .main-download .install-steps .download-options .download-intellij ul li:first-child,
              .download .main-download .install-steps .download-options .download-sbt ul li:first-child {
                border-top: 1px solid #E5EAEA; }
              .download .main-download .install-steps .download-options .download-intellij ul li a,
              .download .main-download .install-steps .download-options .download-sbt ul li a {
                padding: 10px 16px;
                display: block;
                color: #4A5659; }
                .download .main-download .install-steps .download-options .download-intellij ul li a:active, .download .main-download .install-steps .download-options .download-intellij ul li a:focus, .download .main-download .install-steps .download-options .download-intellij ul li a:hover,
                .download .main-download .install-steps .download-options .download-sbt ul li a:active,
                .download .main-download .install-steps .download-options .download-sbt ul li a:focus,
                .download .main-download .install-steps .download-options .download-sbt ul li a:hover {
                  background: #F0F3F3;
                  text-decoration: none; }
                .download .main-download .install-steps .download-options .download-intellij ul li a .fa,
                .download .main-download .install-steps .download-options .download-sbt ul li a .fa {
                  margin-right: 8px; }
  .download .description {
    position: absolute;
    left: -130px;
    top: 60px;
    z-index: 40;
    color: #DC322F;
    width: 280px;
    font-family: 'Kalam', cursive; }
    .download .description img {
      width: 92px;
      height: 165px;
      margin-bottom: 24px; }
    @media (max-width: 1130px) {
      .download .description {
        display: none; } }
  .download .download-intellij {
    padding-right: 10px;
    position: relative; }
    .download .download-intellij .or {
      font-size: 1.15rem;
      position: absolute;
      right: -22px;
      top: 10px;
      z-index: 100; }
      @media (max-width: 992px) {
        .download .download-intellij .or {
          display: none; } }
  .download .download-sbt {
    padding-left: 10px; }
  .download .download-sbt .description {
    top: 60px;
    left: auto;
    right: -120px;
    text-align: right; }
  .download .bottom-lead {
    margin-top: 80px; }
    @media (max-width: 992px) {
      .download .bottom-lead {
        margin-top: 20px; } }
  .download .other-ways-lead {
    margin-top: 30px;
    margin-bottom: 50px; }
    @media (max-width: 992px) {
      .download .other-ways-lead {
        margin-top: 20px; } }
    @media (max-width: 992px) {
      .download .other-ways-lead {
        margin-bottom: 10px; } }
  .download .install {
    font-size: 11px;
    font-style: italic; }

.online-courses {
  margin-bottom: 30px; }

.online-courses-wrapper::after {
  clear: both;
  content: "";
  display: block; }

.online-courses-image {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 40.291369653%; }
  .online-courses-image:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .online-courses-image {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%; }
      .online-courses-image:last-child {
        margin-right: 0; } }
  .online-courses-image img {
    margin-bottom: 0; }

.online-courses-content {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 57.3509783236%; }
  .online-courses-content:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .online-courses-content {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%; }
      .online-courses-content:last-child {
        margin-right: 0; } }
  .online-courses-content h2 {
    margin-top: 16px;
    margin-bottom: 16px; }
  .online-courses-content blockquote,
  .online-courses-content p,
  .online-courses-content pre,
  .online-courses-content table,
  .online-courses-content ul {
    margin-bottom: 8px; }
  .online-courses-content ol li,
  .online-courses-content ul li {
    margin-bottom: 4px; }

.content-contributors .contributors-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .content-contributors .contributors-container div {
    margin: 5px; }
    .content-contributors .contributors-container div a {
      vertical-align: middle;
      padding: 3px;
      text-decoration: none; }
    .content-contributors .contributors-container div img {
      vertical-align: middle;
      width: 35px;
      height: 35px;
      margin-bottom: 0;
      border-radius: 7px; }

details > summary > p {
  display: inline; }

.button {
  padding: 8px 18px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #859900;
  border-radius: 3px;
  display: inline-block; }
  .button:active, .button:focus, .button:hover {
    text-decoration: none;
    color: #fff;
    background: #DC322F; }

.call-to-action {
  text-align: center;
  margin-top: 40px; }
  .call-to-action.action-medium {
    margin-top: 30px; }
  .call-to-action.action-small {
    margin-top: 20px; }
  .call-to-action p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7); }
    .call-to-action p.align-top {
      margin-bottom: 12px; }
    .call-to-action p.align-bottom {
      margin-top: 12px; }
    .call-to-action p a {
      text-decoration: underline;
      color: rgba(255, 255, 255, 0.7); }
      .call-to-action p a:active, .call-to-action p a:focus, .call-to-action p a:hover {
        color: #fff; }

.unslider ul li {
  padding: 0 1px; }
.unslider .unslider-arrow {
  display: none; }
.unslider .unslider-nav {
  margin-top: 10px; }
  @media (max-width: 992px) {
    .unslider .unslider-nav {
      margin-top: 10px; } }
  .unslider .unslider-nav ol li {
    width: 7px;
    height: 7px;
    border: none;
    background: rgba(255, 255, 255, 0.3); }
    .unslider .unslider-nav ol li.unslider-active {
      pointer-events: none;
      background: #fff; }

.heading-line {
  margin-bottom: 40px;
  text-align: center; }
  .heading-line h2 {
    color: #fff;
    position: relative;
    font-size: 1.375rem;
    font-weight: 700; }
    .heading-line h2 span {
      padding: 0 30px;
      position: relative;
      background: #073642;
      z-index: 5; }
    .heading-line h2:before {
      content: "";
      display: block;
      height: 1px;
      position: absolute;
      top: 50%;
      width: 100%;
      background: rgba(255, 255, 255, 0.14); }
  .heading-line .sub-heading {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic; }
  .heading-line .lead {
    font-size: 1.063rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 10px;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    margin-left: 17.0596086706%; }
    .heading-line .lead:last-child {
      margin-right: 0; }
    @media (max-width: 768px) {
      .heading-line .lead {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        margin-left: 0%; }
        .heading-line .lead:last-child {
          margin-right: 0; } }

.alt-details.help-info .alt-details-toggle {
  background-color: #DC322F;
  color: white; }
  .alt-details.help-info .alt-details-toggle:hover {
    background-color: #a31e1b; }
.alt-details.help-info .alt-details-detail {
  background: #fae6e6; }

.alt-details {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 100%; }
  .alt-details:last-child {
    margin-right: 0; }
  .alt-details .alt-details-toggle {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%;
    font-family: "Lato", sans-serif;
    line-height: normal;
    text-align: center;
    border: none;
    background-color: #5CC6E4;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.9375rem;
    cursor: pointer;
    font-weight: 500;
    color: #073642; }
    .alt-details .alt-details-toggle:last-child {
      margin-right: 0; }
    .alt-details .alt-details-toggle:hover {
      background-color: #23aad1; }
    .alt-details .alt-details-toggle:after {
      content: "\f138";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 15px;
      float: right;
      margin-top: 2px; }
  .alt-details .alt-details-control {
    margin: 0; }
  .alt-details .alt-details-control + .alt-details-toggle + .alt-details-detail {
    position: absolute;
    top: -999em;
    left: -999em; }
  .alt-details .alt-details-control:checked + .alt-details-toggle + .alt-details-detail {
    position: static; }
  .alt-details .alt-details-control:checked + .alt-details-toggle:after {
    content: "\f13a"; }
  .alt-details .alt-details-detail {
    border-bottom: 1px solid #E5EAEA;
    border-left: 1px solid #E5EAEA;
    border-right: 1px solid #E5EAEA;
    padding-top: 15px;
    margin-top: 15px; }

.card {
  padding: 18px;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  background: #15414C;
  transition: all 350ms ease;
  margin-bottom: 14px; }
  .card:hover {
    background: #073642; }
  .card img {
    width: 28px;
    height: 28px;
    border-radius: 2px; }
  .card .card-text {
    margin-left: 14px; }
    .card .card-text h4 {
      font-family: "Lato", sans-serif;
      font-size: 1.063rem;
      color: #fff; }
    .card .card-text ul li {
      color: rgba(255, 255, 255, 0.7);
      display: inline-block; }
      .card .card-text ul li.online-courses-price, .card .card-text ul li.event-location {
        font-size: 0.75rem;
        text-transform: uppercase; }
      .card .card-text ul li.online-courses-date, .card .card-text ul li.date-event {
        font-size: 0.875rem; }
      .card .card-text ul li.dot {
        color: rgba(255, 255, 255, 0.4); }
  .card:active, .card:focus, .card:hover {
    text-decoration: none; }

.calendar {
  width: 28px;
  height: 32px;
  background: #fff;
  border-radius: 2px;
  overflow: hidden; }
  .calendar span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-align: center; }
  .calendar span:first-child {
    background: #DC322F;
    color: #fff; }

a .calendar span:last-child {
  color: #073642;
  font-size: 12px;
  margin-top: -1px; }

.tooltip {
  display: none;
  position: absolute;
  background-color: rgba(0, 43, 54, 0.95);
  border-radius: 3px;
  padding: 5px 12px;
  color: #fff;
  font-size: 0.875rem; }

.code-element {
  margin-bottom: 20px; }
  .code-element pre {
    margin-top: 0; }
  .code-element code {
    padding: 20px; }
  .code-element .bar-code {
    background: #B4BBBD;
    text-align: center;
    padding: 2px 0;
    font-size: 0.875rem;
    font-weight: 700;
    min-height: 26px;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0; }

.code-snippet-area {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative; }
  .code-snippet-area:hover .code-snippet-buttons {
    opacity: 0.95; }
    .code-snippet-area:hover .code-snippet-buttons:active {
      transition: none;
      opacity: 0.7; }
  .code-snippet-area .code-snippet-buttons {
    opacity: 0;
    transition: all 350ms ease;
    position: absolute;
    right: 3px;
    top: 5px; }
    .code-snippet-area .code-snippet-buttons button {
      border: none;
      background: #fff;
      font-size: 0.9375rem;
      color: #002B36;
      cursor: pointer; }
  .code-snippet-area .code-snippet-display {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%; }

.pagination {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .pagination .pagination-item a {
    display: block;
    padding: 3px 10px;
    background: #5CC6E4;
    color: #fff;
    margin-right: 2px;
    border-radius: 2px; }
    .pagination .pagination-item a:active, .pagination .pagination-item a:focus, .pagination .pagination-item a:hover {
      text-decoration: none;
      background: #23aad1; }
    .pagination .pagination-item a.active {
      background: #fff;
      color: #899295;
      pointer-events: none; }

.nav-tab {
  border-bottom: 1px solid #E5EAEA;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  overflow-x: auto;
  overflow-y: hidden; }
  .nav-tab .item-tab label,
  .nav-tab .item-tab a {
    transition: none;
    color: #899295;
    display: block;
    padding: 0 20px 10px;
    margin-bottom: -1px; }
    .nav-tab .item-tab label:active, .nav-tab .item-tab label:focus, .nav-tab .item-tab label:hover,
    .nav-tab .item-tab a:active,
    .nav-tab .item-tab a:focus,
    .nav-tab .item-tab a:hover {
      text-decoration: none;
      color: #4A5659; }
    .nav-tab .item-tab label:hover,
    .nav-tab .item-tab a:hover {
      cursor: pointer; }
  .nav-tab .item-tab label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  @media (max-width: 480px) {
    .nav-tab {
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
      .nav-tab .item-tab label,
      .nav-tab .item-tab a {
        transition: none;
        padding: 0 10px 10px;
        font-size: 0.9375rem; } }

/* Active Tabs for standard screen size */
.nav-tab > .item-tab > a.active,
.tabsection > input:nth-child(1):checked ~ .nav-tab .item-tab:nth-child(1) label,
.tabsection > input:nth-child(2):checked ~ .nav-tab .item-tab:nth-child(2) label,
.tabsection > input:nth-child(3):checked ~ .nav-tab .item-tab:nth-child(3) label,
.tabsection > input:nth-child(4):checked ~ .nav-tab .item-tab:nth-child(4) label,
.tabsection > input:nth-child(5):checked ~ .nav-tab .item-tab:nth-child(5) label,
.tabsection > input:nth-child(6):checked ~ .nav-tab .item-tab:nth-child(6) label,
.tabsection > input:nth-child(7):checked ~ .nav-tab .item-tab:nth-child(7) label,
.tabsection > input:nth-child(8):checked ~ .nav-tab .item-tab:nth-child(8) label,
.tabsection > input:nth-child(9):checked ~ .nav-tab .item-tab:nth-child(9) label {
  border-bottom: 2px solid #DC322F;
  padding: 0 20px 8px;
  color: #DC322F;
  pointer-events: none; }

/* Active Tabs for small screen size */
@media (max-width: 480px) {
  .nav-tab > .item-tab > a.active,
  .tabsection > input:nth-child(1):checked ~ .nav-tab .item-tab:nth-child(1) label,
  .tabsection > input:nth-child(2):checked ~ .nav-tab .item-tab:nth-child(2) label,
  .tabsection > input:nth-child(3):checked ~ .nav-tab .item-tab:nth-child(3) label,
  .tabsection > input:nth-child(4):checked ~ .nav-tab .item-tab:nth-child(4) label,
  .tabsection > input:nth-child(5):checked ~ .nav-tab .item-tab:nth-child(5) label,
  .tabsection > input:nth-child(6):checked ~ .nav-tab .item-tab:nth-child(6) label,
  .tabsection > input:nth-child(7):checked ~ .nav-tab .item-tab:nth-child(7) label,
  .tabsection > input:nth-child(8):checked ~ .nav-tab .item-tab:nth-child(8) label,
  .tabsection > input:nth-child(9):checked ~ .nav-tab .item-tab:nth-child(9) label {
    padding: 0 10px 8px; } }
.tabsection {
  padding: 0.1px 0;
  border-left: 2px solid #E5EAEA; }
  .tabsection .nav-tab {
    padding-left: 0;
    margin-bottom: 0; }
    .tabsection .nav-tab .item-tab {
      padding: 0;
      margin-bottom: 0;
      list-style: none; }
  .tabsection input {
    display: block;
    /* "enable" hidden elements in IE/edge */
    position: absolute;
    /* then hide them off-screen */
    left: -100%; }
  .tabsection .tabcontent section {
    position: absolute;
    top: -999em;
    left: -999em; }

.tabsection > input:nth-child(1):checked ~ .tabcontent section:nth-child(1),
.tabsection > input:nth-child(2):checked ~ .tabcontent section:nth-child(2),
.tabsection > input:nth-child(3):checked ~ .tabcontent section:nth-child(3),
.tabsection > input:nth-child(4):checked ~ .tabcontent section:nth-child(4),
.tabsection > input:nth-child(5):checked ~ .tabcontent section:nth-child(5),
.tabsection > input:nth-child(6):checked ~ .tabcontent section:nth-child(6),
.tabsection > input:nth-child(7):checked ~ .tabcontent section:nth-child(7),
.tabsection > input:nth-child(8):checked ~ .tabcontent section:nth-child(8),
.tabsection > input:nth-child(9):checked ~ .tabcontent section:nth-child(9) {
  position: static; }

.tag-list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  flex-wrap: wrap;
  padding-left: 0; }
  .tag-list .tag-item {
    font-size: 0.6875rem;
    background: #F0F3F3;
    padding: 2px 10px;
    text-transform: uppercase;
    color: #899295;
    margin-right: 8px;
    margin-bottom: 8px;
    list-style: none; }

.titles + .search-container {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
  float: right;
  margin-top: 50px;
  margin-right: 0; }
  .titles + .search-container:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .titles + .search-container {
      display: none; } }

.search-container {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px; }
  .search-container .algolia-autocomplete {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .search-container {
      margin: 0;
      margin-top: -20px;
      float: right;
      width: 24%; } }
  .search-container .icon-search {
    position: absolute;
    left: 14px;
    top: 4px;
    z-index: 30; }
  .search-container input {
    padding: 8px 18px 8px 40px;
    appearance: none;
    font-size: 16px;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box; }
    .search-container input:focus {
      outline: none;
      background: rgba(255, 255, 255, 0.9);
      -webkit-box-shadow: rgba(0, 43, 54, 0.04) 0 2px 1px;
      -moz-box-shadow: rgba(0, 43, 54, 0.04) 0 2px 1px;
      box-shadow: rgba(0, 43, 54, 0.04) 0 2px 1px;
      border-radius: 0; }
  .search-container .result-container {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 38px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 43, 54, 0.2) 0 2px 8px;
    -moz-box-shadow: rgba(0, 43, 54, 0.2) 0 2px 8px;
    box-shadow: rgba(0, 43, 54, 0.2) 0 2px 8px;
    padding: 10px; }
    .search-container .result-container li {
      border-bottom: 1px solid #E5EAEA; }
      .search-container .result-container li a {
        display: block;
        padding: 4px 16px; }
      .search-container .result-container li:last-child {
        border-bottom: none; }

.language-dropdown {
  position: relative;
  margin-top: 50px;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
  width: 160px;
  float: right;
  padding-right: 6px; }
  .language-dropdown:last-child {
    margin-right: 0; }
  @media (max-width: 768px) {
    .language-dropdown {
      display: none; } }
  .table-of-content .language-dropdown {
    margin-top: 0;
    margin-right: 0; }
  .language-dropdown .wrapper-dropdown {
    padding: 8px 18px 8px 40px;
    appearance: none;
    font-size: 16px;
    border-radius: 3px;
    box-sizing: border-box;
    /* Styles */
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
    cursor: pointer;
    outline: none;
    /* Font settings */
    color: #7a9cb4;
    font-weight: 700; }
    .table-of-content .language-dropdown .wrapper-dropdown {
      border: 1px solid rgba(128, 128, 128, 0.5); }
    .full-width .language-dropdown .wrapper-dropdown {
      border: 1px solid rgba(128, 128, 128, 0.5); }
    .language-dropdown .wrapper-dropdown:focus {
      outline: none;
      background: rgba(255, 255, 255, 0.9);
      -webkit-box-shadow: rgba(0, 43, 54, 0.04) 0 2px 1px;
      -moz-box-shadow: rgba(0, 43, 54, 0.04) 0 2px 1px;
      box-shadow: rgba(0, 43, 54, 0.04) 0 2px 1px;
      color: #4A5659; }
    .language-dropdown .wrapper-dropdown:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -3px;
      border-width: 6px 6px 0 6px;
      border-style: solid;
      border-color: #8aa8bd transparent; }
    .language-dropdown .wrapper-dropdown .dropdown {
      /* Size & position */
      position: absolute;
      z-index: 10;
      top: 110%;
      left: 0;
      right: 0;
      /* Styles */
      background: white;
      border-radius: inherit;
      border: 1px solid rgba(0, 0, 0, 0.17);
      box-shadow: rgba(0, 43, 54, 0.2) 0 1px 12px;
      font-weight: normal;
      transition: all 350ms ease;
      list-style: none;
      /* Hiding */
      opacity: 0;
      pointer-events: none; }
      .language-dropdown .wrapper-dropdown .dropdown li a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #8aa8bd;
        border-bottom: 1px solid #e6e8ea;
        box-shadow: inset 0 1px 0 white;
        transition: all 350ms ease; }
      .language-dropdown .wrapper-dropdown .dropdown li i {
        float: right;
        color: inherit; }
      .language-dropdown .wrapper-dropdown .dropdown li:first-of-type a {
        border-radius: 7px 7px 0 0; }
      .language-dropdown .wrapper-dropdown .dropdown li:last-of-type a {
        border: none;
        border-radius: 0 0 7px 7px; }
      .language-dropdown .wrapper-dropdown .dropdown li:hover a {
        background: #f3f8f8; }
    .language-dropdown .wrapper-dropdown.active .dropdown {
      opacity: 1;
      pointer-events: auto;
      border-radius: 3px; }
  .language-dropdown .result-container {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 38px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 43, 54, 0.2) 0 2px 8px;
    -moz-box-shadow: rgba(0, 43, 54, 0.2) 0 2px 8px;
    box-shadow: rgba(0, 43, 54, 0.2) 0 2px 8px;
    padding: 10px; }
    .language-dropdown .result-container li {
      border-bottom: 1px solid #E5EAEA; }
      .language-dropdown .result-container li a {
        display: block;
        padding: 4px 16px; }
      .language-dropdown .result-container li:last-child {
        border-bottom: none; }

.wip-notice {
  position: relative;
  top: 1em;
  padding: 1em;
  border-radius: 5px;
  background: #E5EAEA; }
  .wip-notice a {
    color: #DC322F;
    font-weight: 700; }

.heading-anchor {
  visibility: hidden;
  padding-left: 0.5em; }
  .heading-anchor:hover {
    text-decoration: none; }

/*
     FILE ARCHIVED ON 17:17:28 Jun 16, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:46:23 Dec 11, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.014
  exclusion.robots: 0.073
  exclusion.robots.policy: 0.055
  esindex: 0.015
  cdx.remote: 21.077
  LoadShardBlock: 191.027 (3)
  PetaboxLoader3.datanode: 126.131 (4)
  PetaboxLoader3.resolve: 90.031 (3)
  load_resource: 99.655
*/