@charset "UTF-8";
/* Variables */
/* $font__body: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; */
/* Normalize */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Fonts
   ========================================================================== */
@import url("https://use.typekit.net/hbw5nkh.css");
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0 !important;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  background: #3c2f41;
  font-family: myriad-pro, sans-serif;
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
input {
  box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Typography */
html {
  font-size: 22px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.8;
  margin: 0;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
optgroup,
textarea {
  color: #222;
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}

/* @import "headings";

@import "copy"; */
/* Navigation */
.nav--primary {
  align-items: center;
  background: #fff;
  box-shadow: 0 0 5px black;
  display: flex;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media only screen and (min-height: 800px) {
  .nav--primary {
    height: 100px;
  }
}
.nav--primary .container {
  align-items: center;
  display: flex;
}
.nav--primary h1 {
  line-height: 1;
  margin: 0;
}
.nav--primary h1 a {
  color: #CAC6CB;
  font-size: 36px;
  display: block;
  padding: 1rem 0 1rem 0;
  transition: 0.5s color ease-in-out;
}
.nav--primary h1 a:hover {
  color: #3c2f41;
  transition: 0.5s color ease-in-out;
}
.nav--primary h1 svg g {
  fill: #3c2f41;
}
.nav--primary a {
  color: #222;
  text-decoration: none;
}
.nav--primary a.nav--rss {
  color: #CAC6CB;
  line-height: 1;
  margin: 5px 1rem 0;
}
.nav--primary a.nav--rss:hover {
  color: #3c2f41;
}
.nav--primary-links {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  list-style: none;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: right;
}
.nav--primary-links li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.nav--primary-links li:first-child {
  display: none;
}
@media only screen and (min-width: 800px) {
  .nav--primary-links li:first-child {
    display: inline-block;
  }
}
.nav--primary-links li:last-child a {
  margin-left: 1rem;
}
.nav--primary-links .btn.btn-primary {
  border: 1px solid #3c2f41;
  border-radius: 2px;
  color: #3c2f41;
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  padding: 14px 16px 13px;
  min-width: 100px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 700px) {
  .nav--primary-links .btn.btn-primary {
    min-width: 120px;
  }
}
.nav--primary-links .btn.btn-primary:hover, .nav--primary-links .btn.btn-primary:active, .nav--primary-links .btn.btn-primary:focus {
  background-color: #3c2f41;
  color: white;
}
.nav--primary-links .btn.btn-primary span {
  display: none;
}
@media only screen and (min-width: 700px) {
  .nav--primary-links .btn.btn-primary span {
    display: inline;
  }
}
.nav--secondary {
  min-width: 260px;
  background: #3c2f41;
  display: block;
  left: unset;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 50px;
  z-index: 1;
}
@media only screen and (min-height: 800px) {
  .nav--secondary {
    top: 100px;
  }
}
@media only screen and (min-width: 800px) {
  .nav--secondary {
    background: transparent;
    position: absolute;
    top: 166px;
    left: 0;
    right: unset;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1670px) {
  .nav--secondary {
    left: calc((100% - 1670px) / 2);
  }
}
@media only screen and (max-height: 799px) and (min-width: 800px) {
  .nav--secondary {
    top: 126px;
  }
}
.nav--secondary.hide {
  display: none;
}
@media only screen and (min-width: 800px) {
  .nav--secondary.hide {
    display: block;
  }
}
.nav--secondary-menu {
  display: block;
}
@media only screen and (min-width: 800px) {
  .nav--secondary-menu {
    display: none;
  }
}
.nav--secondary-links {
  display: block;
  list-style: none;
  margin: auto;
  max-width: 1640px;
  padding: 0;
}
@media only screen and (min-width: 425px) {
  .nav--secondary-links {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 800px) {
  .nav--secondary-links {
    margin-top: 0;
    display: block;
  }
}
.nav--secondary-links li {
  background: #fff;
  display: block;
  margin: 0 0 1px;
  padding: 0;
}
@media only screen and (min-width: 425px) {
  .nav--secondary-links li {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 800px) and (min-height: 800px) {
  .nav--secondary-links li {
    height: 70px;
    line-height: 70px;
    max-width: 260px;
  }
}
@media only screen and (min-width: 800px) {
  .nav--secondary-links li.link--learn-more {
    display: none;
  }
}
.nav--secondary-links li.link--learn-more a {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.nav--secondary-links li.link--learn-more .fa-external-link-alt {
  color: #CAC6CB;
}
.nav--secondary-links li.current-cat a:after {
  background: transparent url("https://blog-assets.tito.io/im/fa-angle-right--white.svg") scroll no-repeat center;
  background-size: 8px;
  opacity: 1;
}
.nav--secondary-links li.current-cat a:hover:after {
  background-image: url("https://blog-assets.tito.io/im/fa-angle-right--white.svg") !important;
  background-size: 8px;
  transform: translateX(0px) !important;
}
.nav--secondary-links li a {
  color: #222;
  border-left: #222 solid 10px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 0.5rem 15px;
  text-decoration: none;
}
@media only screen and (min-height: 800px) {
  .nav--secondary-links li a {
    padding: 1rem 15px;
  }
}
@media only screen and (min-width: 800px) {
  .nav--secondary-links li a {
    height: 70px;
    line-height: 70px;
    padding: 0 15px;
  }
}
.nav--secondary-links li:not(.link--learn-more) a:after {
  background: transparent url("https://blog-assets.tito.io/im/fa-angle-right--black.svg") scroll no-repeat center;
  background-size: 7px;
  content: " ";
  display: inline-block;
  float: right;
  opacity: 0.1;
  width: 16px;
}
.nav--secondary-links li:not(.link--learn-more) a:hover:after {
  background-image: url("https://blog-assets.tito.io/im/fa-angle-right--black.svg");
  background-size: 7px;
  opacity: 1;
  transition: all 0.5s;
  transform: translateX(1px);
}
.nav--secondary-links li.cat-industry-insights a {
  border-left: #00CDAE solid 10px;
  color: #222;
}
.nav--secondary-links li.cat-industry-insights a:hover, .nav--secondary-links li.cat-industry-insights a:focus, .nav--secondary-links li.cat-industry-insights a:active {
  color: #00CDAE;
}
.nav--secondary-links li.cat-industry-insights a:hover:after {
  background-image: url("https://blog-assets.tito.io/im/fa-angle-right--green.svg");
}
.nav--secondary-links li.cat-industry-insights.current-cat {
  background: #00CDAE;
}
.nav--secondary-links li.cat-industry-insights.current-cat a {
  color: #fff;
  border-left: #006757 solid 10px;
}
.nav--secondary-links li.cat-product a {
  border-left: #ff9c00 solid 10px;
  color: #222;
}
.nav--secondary-links li.cat-product a:hover, .nav--secondary-links li.cat-product a:focus, .nav--secondary-links li.cat-product a:active {
  color: #ff9c00;
}
.nav--secondary-links li.cat-product a:hover:after {
  background-image: url("https://blog-assets.tito.io/im/fa-angle-right--orange.svg");
}
.nav--secondary-links li.cat-product.current-cat {
  background: #ff9c00;
}
.nav--secondary-links li.cat-product.current-cat a {
  color: #fff;
  border-left: #995e00 solid 10px;
}
.nav--secondary-links li.cat-developer a {
  border-left: #8F78C9 solid 10px;
  color: #222;
}
.nav--secondary-links li.cat-developer a:hover, .nav--secondary-links li.cat-developer a:focus, .nav--secondary-links li.cat-developer a:active {
  color: #8F78C9;
  border-left: #8F78C9 solid 10px;
}
.nav--secondary-links li.cat-developer a:hover:after {
  background-image: url("https://blog-assets.tito.io/im/fa-angle-right--purple.svg");
}
.nav--secondary-links li.cat-developer.current-cat {
  background: #8F78C9;
}
.nav--secondary-links li.cat-developer.current-cat a {
  color: #fff;
  border-left: #593f9c solid 10px;
}
.nav--secondary-links li.cat-company a {
  border-left: #0079FF solid 10px;
  color: #222;
}
.nav--secondary-links li.cat-company a:hover, .nav--secondary-links li.cat-company a:focus, .nav--secondary-links li.cat-company a:active {
  color: #0079FF;
}
.nav--secondary-links li.cat-company a:hover:after {
  background-image: url("https://blog-assets.tito.io/im/fa-angle-right--blue.svg");
}
.nav--secondary-links li.cat-company.current-cat {
  background: #0079FF;
}
.nav--secondary-links li.cat-company.current-cat a {
  color: #fff;
  border-left: #004999 solid 10px;
}

body.single .nav--secondary-menu {
  display: block;
}
body.single .nav--secondary {
  background: #3c2f41;
  display: block;
  left: unset;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 50px;
  z-index: 1;
}
body.single .nav--secondary .link--learn-more {
  display: block;
}
@media only screen and (min-height: 800px) {
  body.single .nav--secondary {
    top: 100px;
  }
}
@media only screen and (min-width: 800px) {
  body.single .nav--secondary {
    background: rgba(60, 47, 65, 0.5);
  }
}
@media only screen and (min-width: 1670px) {
  body.single .nav--secondary {
    right: calc((100vw - 1670px)/2);
  }
}
body.single .nav--secondary-links li {
  height: unset;
  line-height: 1;
  margin: 0 0 1px;
  padding: 0;
}
body.single .nav--secondary-links li a {
  height: unset;
  line-height: 1;
  padding: 0.5rem 15px;
}
@media only screen and (min-height: 845px) {
  body.single .nav--secondary-links li a {
    padding: 1rem 15px;
  }
}
@media only screen and (min-height: 895px) {
  body.single .nav--secondary-links li a {
    height: 70px;
    line-height: 70px;
    padding: 0 15px;
  }
}
body.single .nav--secondary.hide {
  display: none;
}

body.page-template-archive-all .nav--secondary-menu,
body.category-changelog .nav--secondary-menu,
body.category-links .nav--secondary-menu {
  display: block;
}
@media only screen and (min-width: 1080px) {
  body.page-template-archive-all .nav--secondary-menu,
body.category-changelog .nav--secondary-menu,
body.category-links .nav--secondary-menu {
    display: none;
  }
}
@media only screen and (max-width: 1079px) {
  body.page-template-archive-all .nav--secondary,
body.category-changelog .nav--secondary,
body.category-links .nav--secondary {
    background: rgba(60, 47, 65, 0.9);
    display: block;
    left: unset;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 1;
  }
  body.page-template-archive-all .nav--secondary .link--learn-more,
body.category-changelog .nav--secondary .link--learn-more,
body.category-links .nav--secondary .link--learn-more {
    display: block;
  }
}
body.page-template-archive-all .nav--secondary.hide,
body.category-changelog .nav--secondary.hide,
body.category-links .nav--secondary.hide {
  display: none;
}
@media only screen and (min-width: 1080px) {
  body.page-template-archive-all .nav--secondary.hide,
body.category-changelog .nav--secondary.hide,
body.category-links .nav--secondary.hide {
    display: block;
  }
}

.zymplify--subscribe, .zymplify--subscribe--inline {
  font-size: 16px;
}
.zymplify--subscribe h1, .zymplify--subscribe--inline h1 {
  font-size: 20px;
  margin: 0;
}
.zymplify--subscribe p, .zymplify--subscribe--inline p {
  line-height: 1.6;
  margin-top: 0;
}
.zymplify--subscribe label, .zymplify--subscribe input, .zymplify--subscribe--inline label, .zymplify--subscribe--inline input {
  display: block;
  width: 100%;
}
.zymplify--subscribe label, .zymplify--subscribe--inline label {
  display: flex;
  justify-content: space-between;
}
.zymplify--subscribe label span, .zymplify--subscribe--inline label span {
  color: #CAC6CB;
}
.zymplify--subscribe input[type=email], .zymplify--subscribe--inline input[type=email] {
  border: 1px solid #CAC6CB;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.zymplify--subscribe input[type=button], .zymplify--subscribe--inline input[type=button] {
  background: white;
  border: 1px solid #0079FF;
  border-radius: 2px;
  color: #0079FF;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px;
  text-transform: uppercase;
}
.zymplify--subscribe input[type=button]:hover, .zymplify--subscribe--inline input[type=button]:hover {
  background: #0079FF;
  color: white;
  cursor: pointer;
}
.zymplify--subscribe .error, .zymplify--subscribe--inline .error {
  color: #ff9c00;
  margin-top: 10px;
}
.zymplify--subscribe {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  padding: 5px 15px 15px;
}
@media only screen and (min-height: 800px) {
  .zymplify--subscribe {
    margin-top: 30px;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 525px) {
  .zymplify--subscribe {
    background: white url("https://blog-assets.tito.io/im/inner.png") scroll no-repeat left center;
    background-size: auto 100%;
    padding: 15px 15px 15px 250px;
  }
}
@media only screen and (min-width: 800px) {
  .zymplify--subscribe {
    background: white url("https://blog-assets.tito.io/im/tito-all-the-people.png") scroll no-repeat top center;
    background-size: 100% auto;
    max-width: 230px;
    padding: 115px 15px 15px 15px;
  }
}
.zymplify--subscribe .error {
  text-align: center;
}
.zymplify--subscribe--inline {
  border-top: 1px solid #CAC6CB;
  padding-top: 1rem;
  margin-top: 2rem;
}
.zymplify--subscribe--inline form {
  max-width: 300px;
}

/* Layout */
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1640px;
  padding: 0 15px;
  width: 100%;
}

/* Content */
.archive--recent {
  display: flex;
  flex-direction: column;
  padding: 15px 15px 0;
  margin-bottom: 60px;
  max-width: 1640px;
}
@media only screen and (min-width: 800px) {
  .archive--recent {
    flex-direction: row;
    padding-top: 3rem;
    padding-left: 290px;
  }
}
@media only screen and (min-width: 1450px) {
  .archive--recent {
    padding-left: 305px;
  }
}
@media only screen and (min-width: 1670px) {
  .archive--recent {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding-left: 430px;
  }
}
.archive--recent .masthead {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-auto-flow: row;
  width: 100%;
}
@media only screen and (min-width: 1080px) {
  .archive--recent .masthead {
    grid-template-rows: repeat(2, auto);
  }
}
@media only screen and (min-width: 1450px) {
  .archive--recent .masthead {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
.archive--recent .masthead article.article--featured {
  grid-column: 1/span 9;
  min-height: 250px;
}
@media only screen and (min-width: 1080px) {
  .archive--recent .masthead article.article--featured {
    grid-column: 1/span 6;
  }
}
.archive--recent .masthead article.article--featured {
  background: rgba(0, 0, 0, 0.1) no-repeat scroll center;
  background-size: cover;
  display: flex;
}
.archive--recent .masthead article.article--featured > a {
  color: #222;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 15px;
  text-decoration: none;
}
.archive--recent .masthead article.article--featured h1 {
  background-color: #fff;
  display: inline-block;
  flex: none;
  margin: 0;
  padding: 5px 15px;
}
.archive--recent .masthead article.article--featured .article--metadata {
  padding: 0;
  margin-top: 1px;
}
.archive--recent .masthead article.article--featured .article--metadata > li {
  padding: 0;
}
.archive--recent .masthead article.article--featured .article--metadata > li:first-child span {
  padding-left: 15px;
}
.archive--recent .masthead article.article--featured .article--metadata > li:nth-child(2) {
  flex: 1;
}
.archive--recent .masthead article.article--featured .article--metadata > li:nth-child(2) span {
  padding-right: 15px;
}
.archive--recent .masthead article.article--featured .article--metadata > li:last-child {
  margin: 0;
}
.archive--recent .masthead article.article--featured .article--metadata > li .article-catgories {
  margin: 0;
  padding: 0;
}
.archive--recent .masthead article.article--featured .article--metadata > li .article-catgories li {
  display: inline-block;
  padding: 7px 15px;
  margin: 0;
}
.archive--recent .masthead article.article--featured .article--metadata > li.article-meta-featured {
  background: #3c2f41;
  color: #fff;
  font-weight: bold;
  padding: 7px 14px;
  margin: 0;
}
.archive--recent .masthead article.article--featured .article--metadata > li span {
  background: #fff;
  display: inline-block;
  padding: 8px;
}
.archive--recent .masthead article.article--featured .article--metadata li ul {
  margin: 0;
  padding: 0;
}
.archive--recent .masthead article.article--featured .article--metadata li ul .cat-industry-insights {
  background: #00CDAE;
  border: 1px solid #00CDAE;
  color: #fff;
  font-weight: bold;
}
.archive--recent .masthead article.article--featured .article--metadata li ul .cat-product {
  background: #ff9c00;
  border: 1px solid #ff9c00;
  color: #fff;
  font-weight: bold;
}
.archive--recent .masthead article.article--featured .article--metadata li ul .cat-developer {
  background: #8F78C9;
  border: 1px solid #8F78C9;
  color: #fff;
  font-weight: bold;
}
.archive--recent .masthead article.article--featured .article--metadata li ul .cat-company {
  background: #0079FF;
  border: 1px solid #0079FF;
  color: #fff;
  font-weight: bold;
}
.archive--recent .masthead article {
  grid-column: span 9;
}
@media only screen and (min-width: 1080px) {
  .archive--recent .masthead article {
    grid-column: span 3;
  }
}

.archive--links > h1,
.archive--more > h1 {
  align-items: baseline;
  color: #fff;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 0.335em;
}
.archive--links > h1 small a,
.archive--more > h1 small a {
  color: white;
  font-size: 22px;
  text-decoration: none;
}
.archive--links > h1 small a:hover, .archive--links > h1 small a:focus, .archive--links > h1 small a:active,
.archive--more > h1 small a:hover,
.archive--more > h1 small a:focus,
.archive--more > h1 small a:active {
  text-decoration: underline;
}

.archive--links {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1080px) {
  .archive--links {
    padding-left: 290px;
  }
}
@media only screen and (min-width: 1450px) {
  .archive--links {
    padding-left: 305px;
  }
}
@media only screen and (min-width: 1670px) {
  .archive--links {
    max-width: 1230px;
    padding-left: 430px;
  }
}
.archive--links section {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  grid-auto-flow: row;
  width: 100%;
}
@media only screen and (min-width: 1080px) {
  .archive--links section {
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
@media only screen and (min-width: 1450px) {
  .archive--links section {
    grid-column-gap: 30px;
  }
}
.archive--links section article {
  grid-column: span 9;
}
@media only screen and (min-width: 1080px) {
  .archive--links section article {
    grid-column: span 3;
  }
}
.archive--links section article h1 {
  font-size: 20px;
  line-height: 1.4;
}
.archive--links section article .article--metadata {
  justify-content: space-between;
}

.archive--more {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1080px) {
  .archive--more {
    padding-left: 290px;
  }
}
@media only screen and (min-width: 1450px) {
  .archive--more {
    padding-left: 305px;
  }
}
@media only screen and (min-width: 1670px) {
  .archive--more {
    max-width: 1230px;
    padding-left: 430px;
  }
}
.archive--more section {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  grid-auto-flow: row;
  width: 100%;
}
@media only screen and (min-width: 1080px) {
  .archive--more section {
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
@media only screen and (min-width: 1450px) {
  .archive--more section {
    grid-column-gap: 30px;
  }
}
.archive--more section article {
  grid-column: span 9;
}
@media only screen and (min-width: 1080px) {
  .archive--more section article {
    grid-column: span 3;
  }
}
.archive--more section article h1 {
  line-height: 1.4;
}

.archive--recent article,
.archive--links article,
.archive--more article,
.archive--category article,
.archive--all article {
  background: #fff;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.archive--recent article > a,
.archive--links article > a,
.archive--more article > a,
.archive--category article > a,
.archive--all article > a {
  color: #222;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-decoration: none;
}
.archive--recent article .article--banner,
.archive--links article .article--banner,
.archive--more article .article--banner,
.archive--category article .article--banner,
.archive--all article .article--banner {
  background-size: cover;
  background-position: center;
  height: 200px;
}
@media only screen and (min-width: 1080px) {
  .archive--recent article .article--banner,
.archive--links article .article--banner,
.archive--more article .article--banner,
.archive--category article .article--banner,
.archive--all article .article--banner {
    height: 142px;
  }
}
.archive--recent article .article--banner.article--banner-blank,
.archive--links article .article--banner.article--banner-blank,
.archive--more article .article--banner.article--banner-blank,
.archive--category article .article--banner.article--banner-blank,
.archive--all article .article--banner.article--banner-blank {
  background: #CAC6CB url("https://blog-assets.tito.io/im/tito-all-the-people-pattern-100.png") repeat scroll center;
  background-size: 140px;
}
.archive--recent article h1,
.archive--links article h1,
.archive--more article h1,
.archive--category article h1,
.archive--all article h1 {
  flex: 1;
  font-size: 24px;
  line-height: 29px;
  margin: 15px 0;
  padding: 0 15px;
}
.archive--recent article h1 a,
.archive--links article h1 a,
.archive--more article h1 a,
.archive--category article h1 a,
.archive--all article h1 a {
  color: #222;
  text-decoration: none;
}
.archive--recent article .article--metadata,
.archive--links article .article--metadata,
.archive--more article .article--metadata,
.archive--category article .article--metadata,
.archive--all article .article--metadata {
  color: #222;
  display: flex;
  font-size: 12px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 15px;
}
.archive--recent article .article--metadata > li,
.archive--links article .article--metadata > li,
.archive--more article .article--metadata > li,
.archive--category article .article--metadata > li,
.archive--all article .article--metadata > li {
  display: inline-block;
  padding: 3px 7px;
  white-space: nowrap;
}
.archive--recent article .article--metadata > li:first-child,
.archive--links article .article--metadata > li:first-child,
.archive--more article .article--metadata > li:first-child,
.archive--category article .article--metadata > li:first-child,
.archive--all article .article--metadata > li:first-child {
  padding-left: 0;
}
.archive--recent article .article--metadata > li:last-child,
.archive--links article .article--metadata > li:last-child,
.archive--more article .article--metadata > li:last-child,
.archive--category article .article--metadata > li:last-child,
.archive--all article .article--metadata > li:last-child {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 700px) {
  .archive--recent article .article--metadata > li:last-child,
.archive--links article .article--metadata > li:last-child,
.archive--more article .article--metadata > li:last-child,
.archive--category article .article--metadata > li:last-child,
.archive--all article .article--metadata > li:last-child {
    flex-basis: 0;
  }
}
.archive--recent article .article--metadata .article-categories,
.archive--links article .article--metadata .article-categories,
.archive--more article .article--metadata .article-categories,
.archive--category article .article--metadata .article-categories,
.archive--all article .article--metadata .article-categories {
  margin: 0;
  padding: 0;
}
.archive--recent article .article--metadata .article-categories li,
.archive--links article .article--metadata .article-categories li,
.archive--more article .article--metadata .article-categories li,
.archive--category article .article--metadata .article-categories li,
.archive--all article .article--metadata .article-categories li {
  display: inline-block;
  padding: 3px 14px;
}
.archive--recent article .article--metadata .article-categories .cat-industry-insights,
.archive--links article .article--metadata .article-categories .cat-industry-insights,
.archive--more article .article--metadata .article-categories .cat-industry-insights,
.archive--category article .article--metadata .article-categories .cat-industry-insights,
.archive--all article .article--metadata .article-categories .cat-industry-insights {
  background: #00CDAE;
  border: 1px solid #00CDAE;
  color: #fff;
  font-weight: bold;
}
.archive--recent article .article--metadata .article-categories .cat-product,
.archive--links article .article--metadata .article-categories .cat-product,
.archive--more article .article--metadata .article-categories .cat-product,
.archive--category article .article--metadata .article-categories .cat-product,
.archive--all article .article--metadata .article-categories .cat-product {
  background: #ff9c00;
  border: 1px solid #ff9c00;
  color: #fff;
  font-weight: bold;
}
.archive--recent article .article--metadata .article-categories .cat-developer,
.archive--links article .article--metadata .article-categories .cat-developer,
.archive--more article .article--metadata .article-categories .cat-developer,
.archive--category article .article--metadata .article-categories .cat-developer,
.archive--all article .article--metadata .article-categories .cat-developer {
  background: #8F78C9;
  border: 1px solid #8F78C9;
  color: #fff;
  font-weight: bold;
}
.archive--recent article .article--metadata .article-categories .cat-links,
.archive--links article .article--metadata .article-categories .cat-links,
.archive--more article .article--metadata .article-categories .cat-links,
.archive--category article .article--metadata .article-categories .cat-links,
.archive--all article .article--metadata .article-categories .cat-links {
  background: white;
  border: 1px solid #00CDAE;
  color: #00CDAE;
  font-weight: bold;
}
.archive--recent article .article--metadata .article-categories .cat-company,
.archive--links article .article--metadata .article-categories .cat-company,
.archive--more article .article--metadata .article-categories .cat-company,
.archive--category article .article--metadata .article-categories .cat-company,
.archive--all article .article--metadata .article-categories .cat-company {
  background: #0079FF;
  border: 1px solid #0079FF;
  color: #fff;
  font-weight: bold;
}
.archive--recent article .article--metadata .article-categories .cat-changelog,
.archive--links article .article--metadata .article-categories .cat-changelog,
.archive--more article .article--metadata .article-categories .cat-changelog,
.archive--category article .article--metadata .article-categories .cat-changelog,
.archive--all article .article--metadata .article-categories .cat-changelog {
  background: white;
  border: 1px solid #ff9c00;
  color: #ff9c00;
  font-weight: bold;
}

.archive--recent article .article--metadata li:nth-child(2),
.archive--more article .article--metadata li:nth-child(2),
.archive--category article .article--metadata li:nth-child(2) {
  flex: 1;
}

.archive--links article > a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.archive--links article h1 {
  font-size: 14px;
  padding: 15px 15px 0;
  margin: 0;
}
.archive--links article p {
  font-size: 12px;
}
.archive--links .archive--links-more {
  background-color: transparent;
}
.archive--links .archive--links-more a {
  border: 1px solid black;
}
.archive--links .archive--links-more a:hover, .archive--links .archive--links-more a:focus, .archive--links .archive--links-more a:active {
  border: 1px solid white;
}
.archive--links .archive--links-more h1 {
  color: white;
  flex: none;
  margin: auto;
  padding: 0;
}

.archive--category {
  display: flex;
  flex-direction: column;
  padding: 70px 15px 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 1640px;
}
@media only screen and (min-width: 800px) {
  .archive--category {
    flex-direction: row;
    padding-left: 290px;
  }
}
@media only screen and (min-width: 1450px) {
  .archive--category {
    padding-left: 305px;
  }
}
@media only screen and (min-width: 1670px) {
  .archive--category {
    max-width: 1230px;
    padding-left: 430px;
  }
}
.archive--category-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-auto-flow: row;
  width: 100%;
}
@media only screen and (min-width: 1080px) {
  .archive--category-list {
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
@media only screen and (min-width: 1450px) {
  .archive--category-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
.archive--category-list > h1 {
  color: white;
  font-size: 35px;
  grid-column: span 9;
  line-height: 1;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 800px) {
  .archive--category-list > h1 {
    font-size: 2rem;
  }
}
.archive--category-list article {
  grid-column: span 9;
}
@media only screen and (min-width: 1080px) {
  .archive--category-list article {
    grid-column: span 3;
  }
}

.archive--category-links {
  display: flex;
  flex-direction: column;
  padding: 70px 15px 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 1640px;
}
@media only screen and (min-width: 800px) {
  .archive--category-links {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1080px) {
  .archive--category-links {
    padding-left: 290px;
  }
}
@media only screen and (min-width: 1450px) {
  .archive--category-links {
    padding-left: 305px;
  }
}
@media only screen and (min-width: 1670px) {
  .archive--category-links {
    max-width: 1230px;
    padding-left: 430px;
  }
}
.archive--category-links section > h1 {
  color: white;
  font-size: 35px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 800px) {
  .archive--category-links section > h1 {
    font-size: 2rem;
  }
}
.archive--category-links section {
  margin: 0 auto;
}
.archive--category-links .post.link-post {
  background: transparent;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  margin-bottom: 3rem;
  padding: 0;
}
.archive--category-links .post.link-post .post--container {
  margin-top: 0;
  padding: 0 1.5rem 1.5rem;
}
.archive--category-links .post.link-post .post--container .post--header {
  padding-top: 1.5rem;
}
.archive--category-links .post.link-post .post--container .post--header h1 {
  font-size: 22px;
}
.archive--category-links .post.link-post .post--container .post--header h1 .fa-external-link-alt {
  color: #CAC6CB;
  font-size: 75%;
  padding-bottom: 2px;
}
.archive--category-links .post.link-post .post--container .post--start {
  background: #004EA3;
}
.archive--category-links .post.link-post .post--container .post--content > p:nth-child(1),
.archive--category-links .post.link-post .post--container .post--content > p:nth-child(2) {
  font-weight: normal;
}

.archive--category-changelog {
  display: flex;
  flex-direction: column;
  padding: 70px 15px 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 1640px;
}
@media only screen and (min-width: 800px) {
  .archive--category-changelog {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1080px) {
  .archive--category-changelog {
    padding-left: 290px;
  }
}
@media only screen and (min-width: 1450px) {
  .archive--category-changelog {
    padding-left: 305px;
  }
}
@media only screen and (min-width: 1670px) {
  .archive--category-changelog {
    max-width: 1230px;
    padding-left: 430px;
  }
}
.archive--category-changelog section {
  margin: 0 auto;
}
.archive--category-changelog section > h1 {
  color: white;
  font-size: 35px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 800px) {
  .archive--category-changelog section > h1 {
    font-size: 2rem;
  }
}
.archive--category-changelog .post.changelog-post {
  background: transparent;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  margin-bottom: 3rem;
  padding: 0;
}
.archive--category-changelog .post.changelog-post .post--container {
  margin-top: 0;
  padding: 0 1.5rem 1.5rem;
}
.archive--category-changelog .post.changelog-post .post--container .post--header {
  padding-top: 1.5rem;
}
.archive--category-changelog .post.changelog-post .post--container .post--header h1 {
  font-size: 22px;
}
.archive--category-changelog .post.changelog-post .post--container .post--header h1 .fa-external-link-alt {
  color: #CAC6CB;
  font-size: 75%;
  padding-bottom: 2px;
}
.archive--category-changelog .post.changelog-post .post--container .post--start {
  background: #ff9c00;
}
.archive--category-changelog .post.changelog-post .post--container .post--content > p:nth-child(1),
.archive--category-changelog .post.changelog-post .post--container .post--content > p:nth-child(2) {
  font-weight: normal;
}

.archive--all {
  display: flex;
  flex-direction: column;
  padding: 70px 15px 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 1640px;
}
@media only screen and (min-width: 800px) {
  .archive--all {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1080px) {
  .archive--all {
    padding-left: 290px;
  }
}
@media only screen and (min-width: 1450px) {
  .archive--all {
    padding-left: 305px;
  }
}
@media only screen and (min-width: 1670px) {
  .archive--all {
    max-width: 1230px;
    padding-left: 430px;
  }
}
.archive--all-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 15px;
  grid-row-gap: 5px;
  grid-auto-flow: row;
  width: 100%;
}
@media only screen and (min-width: 1080px) {
  .archive--all-list {
    grid-template-columns: repeat(9, 1fr);
  }
}
.archive--all-list > h1 {
  color: white;
  font-size: 35px;
  grid-column: span 6;
  margin: 0;
}
@media only screen and (min-width: 800px) {
  .archive--all-list > h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1080px) {
  .archive--all-list > h1 {
    grid-column: span 9;
  }
}
.archive--all-list .page-title {
  color: white;
  grid-column: span 6;
  line-height: 1;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 1080px) {
  .archive--all-list .page-title {
    grid-column: span 9;
  }
}
.archive--all-list article {
  grid-column: span 6;
}
@media only screen and (min-width: 1080px) {
  .archive--all-list article {
    grid-column: span 9;
  }
}
.archive--all-list article a {
  flex-direction: column;
}
@media only screen and (min-width: 800px) {
  .archive--all-list article a {
    align-items: center;
    flex-direction: row;
  }
}
.archive--all-list article h1 {
  font-size: 18px;
  line-height: 1.2;
  margin: 15px 0;
}
.archive--all-list article .article--metadata {
  justify-content: flex-start;
  padding-top: 0;
}
@media only screen and (min-width: 800px) {
  .archive--all-list article .article--metadata {
    padding-top: 15px;
  }
}
.archive--all-list article .article-categories li {
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .archive--all-list article .article-categories li {
    min-width: 100px;
  }
}

.archive--all-link {
  grid-column: span 9;
  text-align: center;
}
.archive--all-link a {
  color: white;
  display: inline-block;
  margin: 1rem 0;
  text-decoration: none;
}
.archive--previous-next {
  display: flex;
  justify-content: space-between;
}
.archive--next a, .archive--previous a {
  color: white;
  text-decoration: none;
}
.archive--next {
  grid-column: span 3;
}
.archive--previous {
  grid-column: span 6;
  text-align: right;
}

.post {
  background: #CAC6CB url("https://blog-assets.tito.io/im/tito-all-the-people-pattern-05.png") repeat scroll 0 0;
  color: #3c2f41;
}
@media only screen and (min-width: 829px) {
  .post {
    padding-bottom: 3rem;
  }
}
.post img {
  height: auto;
  max-width: 100% !important;
}
.post a {
  color: #004EA3;
  text-decoration: none;
}
.post a:hover, .post a:focus, .post a:active {
  text-decoration: underline;
}
.post--banner {
  margin: 0;
  max-height: calc( 100vw / 2.666667 );
  overflow: hidden;
}
.post--banner img {
  background-color: white;
  width: 100%;
}
.post--start {
  background: #3c2f41;
  border: none;
  height: 10px;
  margin: 1.5rem 0;
  width: 6rem;
}
.post--start-product {
  background: #ff9c00;
}
.post--start-company {
  background: #0079FF;
}
.post--start-industry-insights {
  background: #00CDAE;
}
.post--start-developer {
  background: #8F78C9;
}
.post--start-links {
  background: #004EA3;
}
.post--start-changelog {
  background: #ff9c00;
}
.post--container {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 30px;
  margin: 0 auto;
  max-width: 700px;
  padding: 0 1rem 1rem;
  position: relative;
}
@media only screen and (min-width: 743px) {
  .post--container {
    padding: 0 3rem 1.5rem;
  }
}
.post--container.post--with-banner {
  margin: -12px auto 0;
}
@media only screen and (min-width: 829px) {
  .post--container.post--with-banner {
    margin-top: -3rem;
  }
}
.post--header {
  padding: 1.5rem 0 0;
}
@media only screen and (min-width: 743px) {
  .post--header {
    padding-top: 3rem;
  }
}
.post--header h1 {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 auto 1rem;
}
.post--header h1 .fa-external-link-alt {
  color: #CAC6CB;
  font-size: 50%;
  padding-bottom: 5px;
  padding-left: 5px;
}
.post--header ul {
  font-size: 18px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.post--header ul.post--meta .post-categories {
  display: inline;
}
.post--header ul.post--meta .post-categories li {
  display: inline-block;
  float: left;
}
.post--header ul.post--meta .post-categories li a {
  display: inline-block;
}
.post--header ul.post--meta .post-categories li + li:before {
  content: ", ";
}
.post--content > p:nth-child(1), .post--content > p:nth-child(2) {
  font-weight: 600;
}
.post--content h2 {
  border-bottom: 1px solid #c9c6ca;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding: 0.5rem;
}
.post--content p img {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}
.post--content blockquote {
  border-left: 2px solid #3c2f41;
  margin-left: 1rem;
  padding-left: 1rem;
}
.post--content pre {
  background: #3c2f41;
  border-radius: 2px;
  color: #fff;
  overflow-x: scroll;
  padding: 1em;
}
.post--content table.wp-block-table,
.post--content table.wp-block-table.is-style-regular {
  border-collapse: collapse;
  width: 100%;
}
.post--content table.wp-block-table td, .post--content table.wp-block-table th,
.post--content table.wp-block-table.is-style-regular td,
.post--content table.wp-block-table.is-style-regular th {
  padding: 0.5em;
  border: 1px solid #CAC6CB;
}
@media only screen and (min-width: 800px) {
  .post.link-post, .post.changelog-post {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 743px) {
  .post.link-post .post--container, .post.changelog-post .post--container {
    padding: 0 1.5rem 1.5rem;
  }
}
@media only screen and (min-width: 743px) {
  .post.link-post .post--header, .post.changelog-post .post--header {
    padding-top: 1.5rem;
  }
}
.post.link-post .post--content > p:nth-child(1),
.post.link-post .post--content > p:nth-child(2), .post.changelog-post .post--content > p:nth-child(1),
.post.changelog-post .post--content > p:nth-child(2) {
  font-weight: normal;
}
.post .post-footer {
  border-top: 1px solid #CAC6CB;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: space-between;
  line-height: 1.2;
  margin-top: 1.5rem;
  padding-top: 1rem;
}
.post .post-footer div {
  padding: 0.5rem 0;
}
.post .post-footer .post-categories {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.post .post-footer .post-categories li {
  display: inline;
}
.post .post-footer .post-categories li + li:before {
  content: ",";
  position: relative;
  left: -3px;
}
.post .post-footer a {
  white-space: nowrap;
}
.post .post-footer span {
  float: right;
}

.footer {
  background: white;
}
.footer > section {
  margin: 0 auto;
  max-width: 1640px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer a {
  color: #686868;
  text-decoration: none;
}
.footer a:hover, .footer a:active, .footer a:focus {
  text-decoration: underline;
}
.footer--cta, .footer--legal {
  text-align: center;
}
.footer--cta {
  background: #100D12;
  color: white;
  padding: 3rem 15px;
}
.footer--cta h1 {
  font-size: 2em;
  margin-top: 0;
}
.footer--sitemap {
  font-size: 16px;
  padding: 3rem 15px;
}
.footer--sitemap > ul {
  display: flex;
  flex-wrap: wrap;
}
.footer--sitemap > ul > li {
  flex: 1;
  margin-bottom: 2rem;
  padding-left: 32px;
}
@media only screen and (min-width: 1055px) {
  .footer--sitemap > ul > li {
    margin-bottom: 0;
  }
}
.footer--sitemap > ul > li:first-child {
  flex-basis: 100%;
  padding-left: 0;
}
@media only screen and (min-width: 1055px) {
  .footer--sitemap > ul > li:first-child {
    flex-basis: 0;
  }
}
.footer--sitemap > ul > li:nth-child(2) {
  padding-left: 0;
}
@media only screen and (min-width: 1055px) {
  .footer--sitemap > ul > li:nth-child(2) {
    padding-left: 32px;
  }
}
.footer--sitemap > ul > li ul {
  line-height: 40px;
}
.footer--sitemap--info svg g {
  fill: #0079FF;
}
.footer--sitemap--info p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 1em 0 2em;
}
.footer--sitemap--info .footer--social {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 16px;
}
.footer--sitemap--info .footer--social a {
  display: inline-block;
  margin-right: 10px;
}
.footer--sitemap--info .fa-twitter {
  color: #1da1f2;
}
.footer--sitemap--info .fa-linkedin {
  color: #0077b5;
}
.footer--sitemap--info .fa-youtube {
  color: #ff0000;
}
.footer--sitemap--info .footer--contact {
  margin-bottom: 16px;
}
.footer--sitemap--info .footer--contact .delimiter {
  color: #686868;
  padding: 0 8px;
}
.footer--sitemap--info .footer--address a {
  align-items: center;
  display: flex;
}
.footer--sitemap--info .footer--address a .fa-map-marker-alt {
  color: #00CDAE;
  font-size: 1rem;
  margin-right: 1rem;
}
.footer--sitemap h4 {
  border-bottom: 1px solid #ddd;
  font-size: 23px;
  font-weight: 600;
  margin: 0 0 8px;
}
.footer--sitemap ul + h4 {
  margin-top: 8px;
}
.footer--legal {
  color: #686868;
  flex-direction: column;
  font-size: 16px;
  line-height: 40px;
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
}
@media only screen and (min-width: 700px) {
  .footer--legal {
    flex-direction: row;
  }
}
.footer--legal p {
  margin: 0;
}

@media only screen and (min-height: 800px) {
  body {
    padding-top: 100px;
  }
}

.site {
  min-height: calc(100vh - 515px);
}

@media only screen and (max-width: 700px) {
  body {
    padding-top: 60px;
  }
}