@charset "UTF-8";
.plans, .staff, .contact-box, footer .footer-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

html {
  background: transparent; }

html, body {
  margin: 0;
  padding: 0;
  color: #333333; }

body {
  font-family: "ubuntu", "Helvetica Neue", "Helvetica", "Arial"; }

a {
  color: #0099cc;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

img {
  width: 100%; }

h1 strong, h2 strong {
  font-weight: 700; }

h1 {
  font-weight: 500;
  font-size: 2.8em;
  margin: 0;
  color: #004666; }

h2 {
  font-weight: 500;
  font-size: 1.8em;
  margin: 0;
  color: #004666; }

h3 {
  font-weight: 500;
  font-size: 1.3em;
  margin: 20px 0 10px 0; }

@media (min-width: 768px) {
  h1 {
    font-size: 3.2em; }

  h2 {
    font-size: 2.5em; }

  h3 {
    font-size: 1.7em; } }
p, address {
  font-size: 1.01em;
  color: #212529;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.6em; }

ul, li {
  font-size: 1.01em;
  color: #212529;
  font-weight: 400;
  line-height: 1.6em; }

table {
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  border-collapse: collapse;
  margin-bottom: 13px; }

table tr {
  border-top: 1px solid #cccccc;
  background-color: white;
  margin: 0;
  padding: 0; }

table tr:nth-child(2n) {
  background-color: #f8f8f8; }

table tr th {
  font-weight: bold;
  border: 1px solid #cccccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px;
  background-color: #e8e8e8; }

table tr td {
  border: 1px solid #cccccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px; }

table tr th :first-child, table tr td :first-child {
  margin-top: 0; }

table tr th :last-child, table tr td :last-child {
  margin-bottom: 0; }

.cookieButton {
  background-color: #3498db;
  border-radius: 3px;
  border: 1px solid #0b0e07;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 9px 23px;
  text-decoration: none; }

.cookieButton:hover {
  background-color: #2691d9;
  text-decoration: none; }

.cookieButton:active {
  position: relative;
  top: 1px; }

.column {
  float: left;
  width: 50%; }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both; }

.bottom-cta {
  background: linear-gradient(to bottom, #0099cc 0%, #26a7bb 100%);
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 100px 0; }
  .bottom-cta h2 {
    margin-bottom: 50px; }

.middle-section {
  border-top: 1px solid #0069cc;
  background: linear-gradient(180deg, #007cf2 -2%, white 12%);
  color: #333333;
  text-align: center;
  margin: 0;
  padding: 100px 0; }

.blue-section {
  background: #0099cc;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 100px 0; }

.green-section {
  background: #004666;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 100px 0; }

.white-section {
  color: #0099cc;
  background: #ffffff;
  text-align: center;
  margin: 0;
  padding: 100px 0; }

.white-section-2 {
  color: #004666;
  background: #ffffff;
  text-align: center;
  margin: 0;
  padding: 100px 0; }

.color-section {
  background: #f5f5f5;
  color: #333333;
  text-align: center;
  margin: 0;
  padding: 100px 0; }

.stars-section {
  margin: 0;
  padding: 100px 0;
  background-image: url("/images/stars.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.earth-section {
  color: white;
  margin: 0;
  padding: 100px 0;
  background-image: url("/images/earth.jpg");
  height: 600px;
  /* You must set a specified height */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.jet-section {
  color: white;
  margin: 0;
  padding: 100px 0;
  background-image: url("/images/jet.jpg");
  height: 800px;
  /* You must set a specified height */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

.testimonial {
  background: #f5f5f5;
  margin: 0;
  padding: 100px 0; }
  .testimonial .testimonial-block {
    max-width: 750px;
    width: 98%;
    margin: 0 auto; }
    @media (min-width: 450px) {
      .testimonial .testimonial-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .testimonial .testimonial-block blockquote {
          -webkit-flex: 1;
          flex: 1; } }

.hero {
  color: #ffffff;
  text-align: center;
  background: linear-gradient(to bottom, #26a7bb 0%, #97d088 100%) no-repeat #a05fb7;
  padding-top: 20px; }
  .hero p {
    color: #fff; }
  .hero li {
    color: #fff; }

.whitebkg {
  background: #ffffff; }

.main-img {
  display: none; }

@media (min-width: 1200px) {
  .main-img {
    position: relative;
    width: 750px;
    text-align: right;
    display: block; } }
.hide-img-small-screen {
  display: none; }

.white-card {
  width: auto;
  border: 1px solid #d9d9d9;
  background-color: white;
  padding: 23px;
  padding-top: 10px;
  border-radius: 5px;
  margin: 18px;
  margin-top: 0px;
  text-align: left; }
  .white-card h3 {
    color: #004666; }

.docscontent {
  margin-left: 0px; }

.docssidebar {
  display: none; }

.blogsidebar {
  display: none;
  top: 100px; }

.blogsidebarimg {
  width: 250px; }

@media (min-width: 1200px) {
  .blogsidebar {
    display: block;
    left: 20px; }

  .blogsidebarimg {
    width: 150px; } }
@media (min-width: 1425px) {
  .blogsidebar {
    display: block;
    left: 50px; }

  .blogsidebarimg {
    width: 250px; } }
@media (min-width: 768px) {
  .white-card {
    width: 50%; }

  .hide-img-small-screen {
    display: inline; }

  .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: row; }
    .flex .text,
    .flex .image {
      -webkit-flex: 1;
      flex: 1;
      padding: 0 0px; }

  .content section:nth-child(even) .flex {
    flex-direction: row-reverse; }

  .docscontent {
    margin-left: 170px; }

  .docssidebar {
    display: block; } }
.main-title {
  font-weight: 700;
  font-family: "ubuntu", "Helvetica Neue", "Helvetica", "Arial";
  margin: 10px;
  font-size: 2.0em;
  color: white; }

@media (min-width: 768px) {
  .main-title {
    font-size: 3.5em; } }
.main-subtitle {
  font-weight: 400;
  font-family: "ubuntu", "Helvetica Neue", "Helvetica", "Arial";
  margin: 10px;
  font-size: 1.31em;
  color: white; }

.subtitle {
  font-weight: 400;
  font-family: "ubuntu", "Helvetica Neue", "Helvetica", "Arial";
  font-size: 1.31em; }

.main-title-small {
  font-weight: 700;
  font-family: "ubuntu", "Helvetica Neue", "Helvetica", "Arial";
  margin: 10px;
  font-size: 2em; }

.main-subtitle-small {
  font-weight: 400;
  font-family: "ubuntu", "Helvetica Neue", "Helvetica", "Arial";
  margin: 10px;
  font-size: 1.1em; }

.read-more-button {
  margin-left: 0px;
  margin-top: 30px; }

@media (min-width: 768px) {
  .read-more-button {
    margin-left: 12px;
    margin-top: 0px; } }
.automl-logo {
  margin: 15px;
  width: 180px;
  vertical-align: middle; }

.automl-logo-large {
  margin: 15px;
  width: 300px;
  vertical-align: middle; }

.hero-container {
  margin: 0 auto;
  position: relative;
  padding: 0 20px; }

.container,
.text-container {
  margin: 0 auto;
  position: relative;
  padding: 0 20px; }

.text-container {
  max-width: 750px;
  background-color: #fff;
  padding: 25px;
  margin-top: 1em;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 4rem; }

.bigtext-container {
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  max-width: 950px; }

.container {
  max-width: 1140px; }
  .container.max-container {
    max-width: 100%;
    padding: 0; }

.ml-hr {
  height: 1px;
  background-color: #eee;
  border: 0px;
  margin-bottom: 51px; }

header {
  color: #fff;
  padding: 20px 0;
  background: #004666;
  /* Old browsers */ }
  header a {
    color: #fff;
    text-decoration: none;
    z-index: 1;
    position: relative; }
    header a:hover {
      text-decoration: none; }
  header .company-name {
    font-size: 1.7em;
    line-height: 0; }
    header .company-name a {
      display: inline-block; }
    header .company-name img {
      display: block;
      width: auto; }

.content {
  padding: 1px 0 0 0;
  position: relative;
  background: #f9f9f9; }

.hero-content {
  background: #004666;
  padding: 50px 0 68px 0;
  position: relative; }

.screenshot {
  padding: 0px;
  box-shadow: 0px 0px 7px 4px rgba(51, 51, 51, 0.75);
  width: 100%; }

section {
  padding: 25px 0; }

section + section {
  padding-top: 0; }

.subtext {
  margin-top: 10px;
  text-align: center; }

.cta {
  margin-top: 40px;
  margin-bottom: 40px; }

.page h2 {
  text-align: center; }

blockquote {
  padding: 18px 25px;
  margin: 0;
  quotes: "“" "”" "‘" "’";
  font-style: italic; }
  blockquote .author {
    display: block;
    font-weight: bold;
    margin: 10px 0 0 0;
    font-size: 0.85em;
    font-style: normal; }
  blockquote p {
    display: inline; }

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

.page {
  margin-bottom: 0;
  padding-bottom: 80px; }

.center-text {
  text-align: center; }

.plans {
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding: 50px 0 30px 0; }
  .plans .plan {
    list-style: none;
    padding: 0;
    margin: 0 10px 50px 10px;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #bbb;
    width: 100%; }
    .plans .plan .highlighted {
      font-size: 2em;
      font-weight: 700; }
    .plans .plan .pricing-cta {
      padding: 0; }
      .plans .plan .pricing-cta a {
        display: block;
        box-sizing: border-box;
        padding: 20px 0;
        border-radius: 0 0 2px 2px;
        border: 0; }
    @media (min-width: 768px) {
      .plans .plan {
        -webkit-flex: 1;
        flex: 1; } }
    .plans .plan li {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      padding: 20px 0; }
      .plans .plan li h3 {
        padding: 0;
        margin: 0;
        color: #fff;
        font-weight: normal; }

.faq {
  font-size: 1.1em; }
  @media (min-width: 768px) {
    .faq {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; } }
  .faq div {
    break-inside: avoid;
    padding: 25px 0; }
  .faq dt {
    font-weight: bold;
    margin: 0 0 5px 0; }
  .faq dd {
    padding: 0;
    margin: 0;
    line-height: 1.4em; }

.greenCheck {
  color: #97d088;
  font-size: 2em; }

.redCross {
  color: #ef6f6c;
  font-size: 2em; }

.staff {
  padding: 0;
  list-style: none;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  text-align: center; }
  .staff li {
    padding: 30px 20px;
    box-sizing: border-box;
    width: 100%; }
    @media (min-width: 450px) {
      .staff li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 45%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 45%;
        -ms-flex: 1 1 45%;
        flex: 1 1 45%; } }
    @media (min-width: 768px) {
      .staff li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 29%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 29%;
        -ms-flex: 1 1 29%;
        flex: 1 1 29%; } }
  .staff .square-image {
    width: 270px;
    height: 270px; }
  .staff .name {
    font-size: 1.3em;
    margin-top: 20px; }
  .staff .position {
    color: #666; }

.square-image {
  margin: 25px auto 0 auto;
  position: relative; }
  .square-image img {
    border: 1px #aaa solid;
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    width: 300px; }

.map {
  width: 100%;
  margin: 100px 0;
  height: 400px; }

.contact-box {
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 750px;
  margin: 0 auto; }
  .contact-box form {
    width: 100%; }
  .contact-box p {
    margin: 0; }
  .contact-box .contact-form, .contact-box .contact-details {
    margin: 0 30px; }
    @media (min-width: 768px) {
      .contact-box .contact-form, .contact-box .contact-details {
        -webkit-flex: 1;
        flex: 1; } }
  .contact-box .contact-details {
    font-size: .9em; }

.blog-posts {
  list-style: none;
  padding: 0; }
  .blog-posts li {
    margin: 51px 0; }

.blog-post .author {
  padding: 30px 0 0 0;
  border: 1px solid #eee;
  margin: 30px 0;
  font-size: 0.8em; }
  .blog-post .author .square-image {
    width: 125px;
    height: 125px;
    margin-top: 0; }
  .blog-post .author .blurb {
    text-align: center; }
.blog-post h3 {
  margin: 0;
  margin-bottom: 3px;
  margin-top: 28px;
  font-size: 1.6em;
  color: #004666; }
  .blog-post h3 a {
    color: #004666;
    text-decoration: none; }
.blog-post h2 {
  text-align: left;
  margin-bottom: 8px;
  margin-top: 37px;
  font-size: 1.8em;
  color: #004666; }
.blog-post h1 {
  text-align: center;
  margin-bottom: 33px;
  margin-top: 0px;
  font-size: 2.8em;
  color: #004666; }
.blog-post p {
  text-align: justify; }
.blog-post .blog-navigation {
  font-size: 14px;
  display: block;
  width: auto;
  overflow: hidden; }
  .blog-post .blog-navigation a {
    display: block;
    width: 50%;
    float: left;
    margin: 1em 0; }
  .blog-post .blog-navigation .next {
    text-align: right; }
.blog-post .post-details {
  border-bottom: 1px solid #eee;
  font-size: 0.78em; }
  .blog-post .post-details .blog-filter {
    display: inline-block;
    text-align: left; }
    .blog-post .post-details .blog-filter a {
      position: relative;
      top: -5px; }
  .blog-post .post-details a {
    text-decoration: none; }
  .blog-post .post-details .post-date {
    float: right; }
  .blog-post .post-details:after {
    content: "";
    display: table;
    clear: both; }
.blog-post .post-content {
  text-align: left; }
  .blog-post .post-content .button {
    margin: 30px 0 0 0; }

.pagination {
  text-align: center; }

.blog-filter {
  text-align: right; }
  .blog-filter a {
    background: #eee;
    padding: 3px 5px;
    font-size: 0.79em;
    font-weight: 700;
    border-radius: 5px;
    color: #888;
    transition: 0.2s ease-in-out; }
    .blog-filter a:hover {
      color: #555;
      text-decoration: none; }

.blog-filter.cross a {
  padding-right: 8px; }
  .blog-filter.cross a:after {
    content: "x";
    font-size: 0.5em;
    position: relative;
    bottom: 4px;
    right: -3px; }

.blog_img_80 {
  width: 85%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.blog_img_40 {
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.blog_img_50 {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.blog_img_60 {
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.blog_img_70 {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.blog_img_70_border {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc; }

.blog_img_80_border {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc; }

.blog_img_90_border {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc; }

.blog_img_95_border {
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc; }

.blog_img_99_border {
  width: 99%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc; }

.blog_img_border {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc; }

.blog_img_110_border {
  width: 110%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc; }

.blog_img_120 {
  width: 135%; }

.blog-mljar-section {
  margin: 0;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media (min-width: 768px) {
  .blog-mljar-section {
    height: 380px;
    background-image: url("/images/mljar_automated_machine_learning.jpg");
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75); } }
.blog-mljar-connect {
  margin: 0;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */ }

@media (min-width: 768px) {
  .blog-mljar-connect {
    height: 250px;
    background-image: url("/images/connect_with_us_v3.jpg"); } }
.white-button a,
input[type="submit"] {
  color: #0099cc;
  text-decoration: none;
  padding: 10px 30px;
  background: white;
  border-radius: 5px;
  border: 1px solid #004666;
  transition: 0.2s ease-in-out;
  font-weight: 500; }

.white-button a:hover,
input[type="submit"]:hover {
  border: 1px solid #fff;
  cursor: pointer;
  color: #97d088;
  background: #004666;
  font-weight: 500; }

.dark-green-button a,
input[type="submit"] {
  color: white;
  text-decoration: none;
  padding: 10px 30px;
  background: #004666;
  border-radius: 5px;
  border: 1px solid #004666;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  background-clip: padding-box; }

.dark-green-button a:hover,
input[type="submit"]:hover {
  background: #eeeeee;
  color: #004666; }

.white-green-button a,
input[type="submit"] {
  color: #004666;
  text-decoration: none;
  padding: 10px 30px;
  background: white;
  border-radius: 5px;
  border: 1px solid #004666;
  transition: 0.2s ease-in-out;
  font-weight: 500;
  background-clip: padding-box; }

.white-green-button a:hover,
input[type="submit"]:hover {
  background: #eeeeee; }

.green-button a,
input[type="submit"] {
  color: #97d088;
  text-decoration: none;
  padding: 10px 30px;
  background: #004666;
  border-radius: 5px;
  border: 1px solid white;
  transition: 0.2s ease-in-out;
  font-weight: 500; }

.green-button a:hover,
input[type="submit"]:hover {
  border: 1px solid #fff;
  background: white;
  color: #004666;
  cursor: pointer;
  font-weight: 500; }

.dark-button a,
input[type="submit"] {
  color: white;
  text-decoration: none;
  padding: 10px 30px;
  background: #004666;
  border-radius: 5px;
  border: 0px solid rgba(255, 255, 255, 0.5);
  transition: 0.2s ease-in-out;
  font-weight: 500; }

.dark-button a:hover,
input[type="submit"]:hover {
  font-weight: 500;
  color: #004666;
  background: white;
  cursor: pointer;
  border: 2px solid #004666;
  font-weight: 500; }

.blue-button a,
input[type="submit"] {
  color: white;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 30px;
  background: #0099cc;
  border-radius: 5px;
  border: 0px solid rgba(255, 255, 255, 0.5);
  transition: 0.2s ease-in-out; }

.blue-button a:hover,
input[type="submit"]:hover {
  font-weight: 500;
  color: #0099cc;
  background: white;
  cursor: pointer;
  border: 2px solid #0099cc; }

.button a,
input[type="submit"] {
  color: white;
  text-decoration: none;
  padding: 10px 30px;
  background: #0099cc;
  border-radius: 5px;
  border: 0px solid rgba(255, 255, 255, 0.5);
  transition: 0.2s ease-in-out; }

.button a:hover,
input[type="submit"]:hover {
  border: 0px solid #fff;
  background: #97d088;
  cursor: pointer; }

.green2-button a,
input[type="submit"] {
  color: #004666;
  text-decoration: none;
  padding: 10px 30px;
  background: #ef6f6c;
  border-radius: 5px;
  border: 0px solid rgba(255, 255, 255, 0.5);
  transition: 0.2s ease-in-out;
  font-weight: 500; }

.green2-button a:hover,
input[type="submit"]:hover {
  border: 0px solid #fff;
  background: #0099cc;
  color: white;
  cursor: pointer;
  font-weight: 500; }

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit; }

input[type="submit"] {
  margin: 20px 0 0 0; }

label,
input,
textarea {
  display: block;
  width: 100%;
  box-sizing: border-box; }

textarea {
  resize: vertical;
  height: 150px; }

label {
  margin: 20px 0 5px 0; }

input,
textarea {
  padding: 10px;
  font-size: 1em; }

input,
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  border: 1px solid #dddddd; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #51cbee;
  border: 1px solid #51cbee; }

.left-top-padding {
  padding-left: 10px;
  padding-top: 20px; }

.the-logo {
  color: #fff;
  font-family: ubuntu, Times New Roman, Times, serif;
  font-size: 32px;
  font-weight: bold; }

.the-logo-color {
  color: #0099cc;
  font-family: ubuntu, Times New Roman, Times, serif;
  font-size: 32px;
  font-weight: bold; }

.the-color {
  color: #0099cc;
  font-family: ubuntu, Times New Roman, Times, serif;
  font-weight: bold; }

.nav-open nav {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  padding: 10px 0; }
  .nav-open nav a {
    display: block; }
  @media (min-width: 620px) {
    .nav-open nav {
      border: 0;
      padding: 0 20px; }
      .nav-open nav a {
        display: inline; } }

nav {
  font-size: 1.2em;
  width: 100%; }
  @media (min-width: 620px) {
    nav {
      text-align: right;
      position: absolute;
      top: 10px;
      right: 0;
      padding: 0 20px; } }
  nav a {
    margin: 0 4px;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    color: white;
    transition: 0.2s ease-in-out;
    display: none; }
    @media (min-width: 620px) {
      nav a {
        display: inline;
        padding: 8px; } }
    nav a.nav-toggle {
      display: inline;
      position: absolute;
      right: 10px;
      top: -22px;
      font-size: 1.9em;
      border: 0; }
      @media (min-width: 620px) {
        nav a.nav-toggle {
          display: none; } }
      nav a.nav-toggle:hover {
        border: 0; }
  nav a:hover {
    border-bottom: 1px solid rgba(239, 111, 108, 0.5);
    color: #ef6f6c; }
  @media (min-width: 620px) {
    nav a.nav-button {
      border: 2px #fff solid;
      border-radius: 5px; }
      nav a.nav-button:hover {
        background: #fff;
        color: #004666; } }
  nav a.active {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.footer-links {
  width: 100%;
  margin: 10px;
  padding: 0; }
  @media (min-width: 450px) {
    .footer-links {
      -webkit-flex: 1 0 180px;
      flex: 1 0 180px; } }
  .footer-links li {
    list-style: none;
    margin: 15px auto; }
    .footer-links li a:hover {
      text-decoration: none;
      color: #ef6f6c; }
    .footer-links li a svg {
      fill: #fff;
      margin-right: 10px;
      transition: fill 0.2s ease;
      vertical-align: middle;
      position: relative;
      top: -2px;
      width: 22px;
      height: 22px; }
    .footer-links li a:hover svg {
      fill: #fff; }
    .footer-links li a.twitter-icon:hover svg {
      fill: #55acee; }
    .footer-links li a.google-plus-icon:hover svg {
      fill: #db4437; }
    .footer-links li a.youtube-icon:hover svg {
      fill: #cd201f; }
    .footer-links li a.instagram-icon:hover svg {
      fill: #f167f5; }
    .footer-links li a.linkedin-icon:hover svg {
      fill: #0077b5; }
    .footer-links li a.pinterest-icon:hover svg {
      fill: #bd081c; }
    .footer-links li a.rss-icon:hover svg {
      fill: #f26522; }

footer {
  padding: 50px 0 50px 0;
  font-size: 1.1em;
  position: relative;
  background: #004666;
  color: #fff; }
  footer .copyright {
    font-size: .8em;
    margin: 0 auto;
    color: #fff; }
    @media (min-width: 450px) {
      footer .copyright {
        text-align: center; } }
  footer,
  footer a {
    color: white; }
  footer h2 {
    font-size: 1.4em;
    margin: 30px 0;
    color: #ccc; }
  footer .footer-columns {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: -10px -10px 10px -10px; }
  footer a {
    text-decoration: none; }
    footer a:hover {
      color: #fff; }
  footer .legal-line {
    width: 100%;
    padding: 30px 0;
    margin: 0;
    background-color: #222527; }
    footer .legal-line a {
      font-weight: 600; }

.highlighter-rouge {
  background-color: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  font-size: 1.2em; }

div.highlight {
  background-color: #31343f;
  padding: 5px;
  border-radius: 2px; }

pre.highlight {
  margin-top: 7px;
  margin-bottom: 6px; }

.highlight,
pre.highlight {
  background: #31343f;
  color: #dee2f7; }

.highlight pre {
  background: #31343f; }

.highlight .hll {
  background: #31343f; }

.highlight .c {
  color: #8d8f9e;
  font-style: italic; }

.highlight .err {
  color: #dee2f7;
  background-color: transparent; }

.highlight .k {
  color: #e19ef5; }

.highlight .l {
  color: #a3eea0; }

.highlight .n {
  color: #dee2f7; }

.highlight .o {
  color: #dee2f7; }

.highlight .p {
  color: #dee2f7; }

.highlight .cm {
  color: #63677e;
  font-style: italic; }

.highlight .cp {
  color: #63677e;
  font-style: italic; }

.highlight .c1 {
  color: #63677e;
  font-style: italic; }

.highlight .cs {
  color: #63677e;
  font-style: italic; }

.highlight .ge {
  font-style: italic; }

.highlight .gs {
  font-weight: 700; }

.highlight .kc {
  color: #e19ef5; }

.highlight .kd {
  color: #e19ef5; }

.highlight .kn {
  color: #e19ef5; }

.highlight .kp {
  color: #e19ef5; }

.highlight .kr {
  color: #e19ef5; }

.highlight .kt {
  color: #e19ef5; }

.highlight .ld {
  color: #a3eea0; }

.highlight .m {
  color: #eddc96; }

.highlight .s {
  color: #a3eea0; }

.highlight .na {
  color: #eddc96; }

.highlight .nb {
  color: #fdce68; }

.highlight .nc {
  color: #fdce68; }

.highlight .no {
  color: #fdce68; }

.highlight .nd {
  color: #fdce68; }

.highlight .ni {
  color: #fdce68; }

.highlight .ne {
  color: #fdce68; }

.highlight .nf {
  color: #dee2f7; }

.highlight .nl {
  color: #fdce68; }

.highlight .nn {
  color: #dee2f7; }

.highlight .nx {
  color: #dee2f7; }

.highlight .py {
  color: #fdce68; }

.highlight .nt {
  color: #f9867b; }

.highlight .nv {
  color: #fdce68; }

.highlight .ow {
  font-weight: 700; }

.highlight .w {
  color: #f8f8f2; }

.highlight .mf {
  color: #eddc96; }

.highlight .mh {
  color: #eddc96; }

.highlight .mi {
  color: #eddc96; }

.highlight .mo {
  color: #eddc96; }

.highlight .sb {
  color: #a3eea0; }

.highlight .sc {
  color: #a3eea0; }

.highlight .sd {
  color: #a3eea0; }

.highlight .s2 {
  color: #a3eea0; }

.highlight .se {
  color: #a3eea0; }

.highlight .sh {
  color: #a3eea0; }

.highlight .si {
  color: #a3eea0; }

.highlight .sx {
  color: #a3eea0; }

.highlight .sr {
  color: #dee2f7; }

.highlight .s1 {
  color: #a3eea0; }

.highlight .ss {
  color: #7be2f9; }

.highlight .bp {
  color: #fdce68; }

.highlight .vc {
  color: #fdce68; }

.highlight .vg {
  color: #fdce68; }

.highlight .vi {
  color: #f9867b; }

.highlight .il {
  color: #eddc96; }

.highlight .gu {
  color: #75715e; }

.highlight .gd {
  color: #f92672; }

.highlight .gi {
  color: #a6e22e; }

pre {
  white-space: pre;
  overflow: auto; }

.docssidebar a {
  color: #004666;
  margin-top: 12px;
  margin-bottom: 12px;
  display: block; }
.docssidebar a:hover {
  color: #ef6f6c; }

.docscontent h2 {
  font-size: 2.5em; }
.docscontent h3 {
  font-size: 1.8em;
  color: #004666;
  margin: 0; }
.docscontent h4 {
  color: #004666;
  margin: 0; }
