/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  background-color: white;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  width: 100%;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: inherit;
  padding: 0;
}
button:focus {
  outline: none;
}
a {
  text-decoration: none;
}
strong {
  font-weight: bold;
}
figure {
  width: 100%;
}
img {
  width: 100%;
}

/* Visually hide an element and leave it only for screenreaders */
.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Base */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background-image: url('dash@2x.png');
  background-repeat: no-repeat;
  background-position: 0 1.65rem;
  background-size: 2rem 19rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  word-spacing: 0.01em;
}

body > * {
  visibility: visible;
}

body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  height: auto;
}

a {
  color: rgba(246,33,46,1);
  cursor: pointer;
}

h1,
h3 {
  font-size: 2.438rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-bottom: 1rem;
}

h2,
h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.72;
}

p,
li {
  font-size: 1.125rem;
  letter-spacing: 0.01em;
  line-height: 1.72;
}

header.index, #footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  width: 100%;
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

article {
  padding: 1rem 0;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 90rem;
  width: 100%;
}

.btn-link__cta {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.92689 16.0185L16.0741 5.98154M16.0741 5.98154L8.182 5.01379M16.0741 5.98154L16.2116 13.9315' stroke='%23F6212E' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 0;
  font-weight: 700;
  padding-right: 1.7rem;
}

@media only screen and (max-width: 959px) {

  .container {
    padding: 0 1.25rem;
  }
}

@media only screen and (min-width: 960px) {

  .container {
    padding: 0 1.5rem;
  }
}

/* GENERIC WP PAGES ********/

.not-frontpage {
  border-bottom: 1px solid rgba(248,87,97,0.2);
}

.not-frontpage .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding-right: 0;
}

.not-frontpage .block-1{
  display: block;
}

.not-frontpage section {
  display: block;
}

@media only screen and (max-width: 959px) {

  .not-frontpage .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding-right: 0;
  }

  .not-frontpage .block-1{
    margin-left: 4.5rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (min-width: 960px) {

  .not-frontpage .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }

  .not-frontpage .block-1 {
    margin-left: calc(100% / 12);
    padding-right: 4rem;
    width: calc(100% / 12 * 8);
  }
}


/* INDEX *******************/

.index {
  border-bottom: 1px solid rgba(248,87,97,0.2);
}

.index .block-1{
  border-left: 1px solid rgba(248,87,97,0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 6rem 1rem 2rem 1rem;
}

.index .block-1 span a {
  color: #000000;
}


.index .block-1 span::before,
.index .block-1 h1::before,
.index .block-1 h2::before,
.index .block-1 p::before {
  display: inline-block;
  color: rgba(248,87,97,0.65);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-left: -6.5rem;
  text-align: right;
  width: 4.5rem;
  margin-right: 2rem;
}

.index .block-1 span::before,
.index .block-1 h1::before {
  content: "Title";
  -webkit-transform: translateX(9px) translateY(-2px);
  -ms-transform: translateX(9px) translateY(-2px);
  transform: translateX(9px) translateY(-2px);
}

.index .block-1 h2::before {
  content: "Subhed";
}

.index .block-1 p::before {
  content: "Lede";
}

.index .btn-link {
  color: rgba(246,33,46,1);
  font-weight: 500;
}

.index .block-1 span,
.index .block-1 h1 {
  position: relative;
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}

.index .block-1 span::after,
.index .block-1 h1::after {
  border-bottom: 1px solid rgba(248,87,97,0.2);
  bottom: 2.75rem;
  content: '';
  left: calc(-16.67% - 1rem);
  position: absolute;
  width: 110vw;
}

header .header__menu__wrapper {
  position: absolute;
  top: 0rem;
  right: 1rem;
}


.admin-bar header .header__menu__wrapper {
  top: 2rem;
  right: 1rem;
}

header .header__menu__wrapper li {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-right: 0.5rem;
  width: auto;
}

header .header__menu__wrapper li a {
  padding: 0.25rem;
}

@media only screen and (max-width: 959px) {

  .index .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding-right: 0;
  }

  .index .block-1 span::after,
  .index .block-1 h1::after {
    bottom: 0.5rem;
    left: -6.5rem;
  }

  .index .block-1{
    margin-left: 4.5rem;
    padding-right: 1.25rem;
  }

  .index .block-1 .btn-link {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7H15M15 7L9.78261 1M15 7L9.78261 13' stroke='%23F6212E' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 3px;
    font-weight: 700;
    margin-top: 1rem;
    padding-left: 1.5rem;
  }

  .index .block-1 h1 {
    font-size: 6.55rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 0.95;
  }

  .index .block-1 span {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 0.95;
  }

  .index .block-1 span small,
  .index .block-1 h1 small {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    margin-left: 9px;
    width: 100%;
  }

  .index .block-1 h2 {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.35;
    margin-bottom: 1.25rem;
  }
}

@media only screen and (min-width: 960px) {

  .index .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }

  .index .block-1 {
    margin-left: calc(100% / 12);
    padding-right: 4rem;
    width: calc(100% / 12 * 8);
  }

  .index .block .btn-link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .index .block-1 .btn-link {
    margin-bottom: 7rem;
  }

  .index .block-1 span {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 6rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transform: translateX(-9px);
        -ms-transform: translateX(-9px);
            transform: translateX(-9px);
  }

  .index .block-1 h1 {
    font-size: 8.75rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 6rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transform: translateX(-9px);
        -ms-transform: translateX(-9px);
            transform: translateX(-9px);
  }

  .index .block-1 span small,
  .index .block-1 h1 small {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .index .block-1 h2 {
    font-size: 2.15rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .index .block-1 p {
    margin-bottom: 1.5rem;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}




/* Highlight *******************/

.highlight {
  position: relative;
}

.highlight .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  position: relative;
}

.highlight .container::before {
  border-left: 1px solid rgba(248,87,97,0.2);
  content: '';
  height: 100%;
  position: absolute;
  width: 1px;
  z-index: 1;
}

.highlight .block-1 {
  padding: 2rem 1rem 3rem;
}

.highlight .block-1 figure {
  bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  left: 0;
  margin-top: 1rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

.highlight .screenshot img {
  border: 1px solid rgba(248,87,97,0.2);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  width: 100%;
}

.highlight p {
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.45;
}

.highlight .quotes {
  margin: 3rem 0 0 0;
}

.highlight .quote-container {
  display: flow-root;
  width: 100%;
}

.highlight .quotes .quote {
  display: flex;
  margin: 3rem 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  border: 1px solid rgba(248,87,97,0.2);
  margin: 4.5rem 0 0;
  max-width: 400px;
  padding: 3rem 2.5rem;
}

.highlight .quotes .quote-1,
.highlight .quotes .quote-2,
.highlight .quotes .quote-3 {
  float: left;
  margin-right: 0;
}

.highlight .quotes .quote figure {
  position: relative;
  max-width: 100%;
  height: auto;
}

.highlight .quotes .quote div {
  margin-left: 20px;
  margin-top: -10px;
  position: relative;
  max-width: 275px;
}

.highlight .quotes .quote-2 div {
  margin-left: 0;
  max-width: 395px;
}

.highlight .quotes .quote p {
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 5px;
}

.highlight .quotes .quote img {
  height: 100px;
  width: 100px;
}

.highlight .quotes .quote .quoter {
  position: absolute;
  right: 0;

}

.highlight .client .cta {
  z-index: 4;
}

@media only screen and (max-width: 959px) {

  .highlight {
    margin-bottom: 4rem;
  }

  .highlight .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }

  .highlight .container::before {
    display: none;
  }

  .highlight .block-1 {
    padding: 2.5rem 0 0 0;
  }

  .highlight .client {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
  }

  .highlight .block-1 figure {
    height: auto;
    max-width: 700px;
  }

  .highlight .client .cta {
    margin: 0;
    max-width: 380px;
    width: 100%;
  }

  .highlight .client .cta p {
    font-size: 0.875rem;
    font-weight: 300;
    padding-bottom: 0.5rem;
  }

  .highlight .quotes .quote {
    border: 1px solid rgba(248,87,97,0.2);
    margin: 4.5rem 0 0;
    max-width: 400px;
    padding: 3rem 2.5rem;
  }

  .highlight .quotes .quote-1,
  .highlight .quotes .quote-3 {
    float: right;
    margin-left: 2%;
    margin-right: 4%;
  }

  .highlight .quotes .quote-2 {
    float: left;
    margin-left: 4%;
    margin-right: 2%;
  }

  .highlight .quotes .quote-3 {
    margin-bottom: 1rem;
  }

}

@media only screen and (max-width: 399px) {
  .highlight .quotes .quote {
    display: block;
  }

}

@media only screen and (min-width: 960px) {

  .highlight::before {
    border-right: 1px solid rgba(248,87,97,0.2);
    content: '';
    display: block;
    height: 100%;
    max-width: 52.5rem;
    position: absolute;
    width: calc(100% / 12 * 7 - 0.15rem);
    z-index: 1;
  }

  .highlight .container::before {
    margin-left: calc(100% / 12 - 0.25rem);
  }

  .highlight .block-1 {
    margin-left: calc(100% / 12 + 0.25rem);
  }

  .highlight .block-1 {
    width: calc(100% / 12 * 5);
  }

  .highlight .block-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding-left: 1rem;
    width: 100%;
  }

  .highlight .block-1 figure {
    height: 30rem;
  }

  .highlight .block-1 .quotes {
    -ms-flex-preferred-size: calc(100% / 12 * 4);
    flex-basis: calc(100% / 12 * 4);
    margin-left: calc(100% / 12);
    margin-top: 0rem;
    width: 100%;
  }

  .highlight .client {
    -ms-flex-preferred-size: calc(100% / 12 * 6 - 1rem);
        flex-basis: calc(100% / 12 * 6 - 1rem);
  }

  .highlight .client .cta {
    min-width: 380px;
    width: 25%;
  }

  .highlight .client .cta p {
    font-size: 0.875rem;
    font-weight: 300;
    padding-bottom: 0.5rem;
  }
}



/* Product (Lede) Features *******************/

.product-features {
  position: relative;
}

.product-features::before {
  border-top: 1px solid rgba(248,87,97,0.2);
  content: "";
  margin-top: 4rem;
  position: absolute;
  top: 2.5rem;
  width: 100%;
  z-index: -1;
}

.product-features .block-1 {
  padding: 0rem 1rem;
}

.product-features .block-2 {
  float: left;
  padding: 2.5rem 0rem 1rem 0rem;
}

.product-features h3 {
  margin-top: 4rem;
}

.product-features p {
  margin-bottom: 1.75rem;
}

.product-features li a {
  border-bottom: 1px dotted #000000;
  color: #000000;
}

.product-features img {
  border-bottom: 1px solid rgba(248,87,97,0.2);
  border-left: 1px solid rgba(248,87,97,0.2);
  border-right: 1px solid rgba(248,87,97,0.2);
}
.product-features .cta {
  float: left;
  margin: 1.5rem 0 0 0;
  max-width: 380px;
  width: 100%;
}

.product-features .cta p {
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.45;
  margin-bottom: 0.5rem;
}

.product-features li {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23 1.00008H1.00001V23.0001H23V1.00008ZM1.44839e-05 7.56591e-05V24.0001H24V7.56591e-05H1.44839e-05Z' fill='%23F6212E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23 24.0002L0 1.00015L0.707107 0.293044L23.7071 23.293L23 24.0002Z' fill='%23F6212E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23 0L0 23L0.707107 23.7071L23.7071 0.707107L23 0Z' fill='%23F6212E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-size: 0.85rem 0.85rem;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.product-features .block-2 .client {
  margin-left: 2%;
  margin-right: 2%;
  max-width: 800px;
  padding: 0.5rem 1.2rem;
}

.product-features .block-2 figure {
  float: left;
  height: auto;
  max-width: 700px;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}

.product-features .block-2 a {
  border-bottom: none;
}

@media only screen and (max-width: 959px) {

  .product-features .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding-left: 0;
    padding-right: 0;
  }

  .product-features .block-1 p {
    max-width: 600px;
  }

  .product-features .block-2 .client {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .product-features .cta p {
    font-size: 0.875rem;
    font-weight: 300;
  }

  .product-features .block-1 {
    padding-bottom: 2rem;
  }
  .product-features .block-2 {
    padding-top: 0;
  }
}

@media only screen and (min-width: 960px) {

  .product-features .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }

  .product-features .block-1,
  .product-features .block-2 {
    border-left: 1px solid rgba(248,87,97,0.2);
  }

  .product-features .block-1 {
    margin-left: calc(100% / 12);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 6rem;
    width: calc(100% / 12 * 5);
  }

  .product-features .block-2 {
    margin-left: calc(100% / 12);
    padding-top: 7rem;
   -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% / 12 * 5);
  }

  .product-features .block-2 figure::after {
    left: calc(-100% / 12 * 3 - 1.2rem);
  }

  .product-features .cta {
    float: left;
    min-width: 350px;
    width: 25%;
  }

  .product-features .cta p {
    font-size: 0.875rem;
    font-weight: 300;
  }

}


.careers,
.publishers {
  background-color: rgba(248,87,97,0.18);
  border-bottom: 1px solid rgba(248,87,97,0.2);
  border-top: 1px solid rgba(248,87,97,0.2);
}

.publishers .container {
  display: block;
}

.careers .block-1::before,
.publishers .block-1::before {
  display: inline-block;
  color: rgba(248,87,97,1);
  content:'Publisher Community';
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.45;
  margin-left: -6.5rem;
  text-align: right;
  width: 4.5rem;
  margin-right: 2rem;
}

.careers .block-1::before {
  content:'';
}

.career-link {
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.92689 16.0185L16.0741 5.98154M16.0741 5.98154L8.182 5.01379M16.0741 5.98154L16.2116 13.9315' stroke='%23F6212E' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 0;
  font-weight: 700;
  padding-right: 1.7rem;
}

.publishers ul + h4 {
  margin-top: 2rem;
}

.publishers li {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23 1.00008H1.00001V23.0001H23V1.00008ZM1.44839e-05 7.56591e-05V24.0001H24V7.56591e-05H1.44839e-05Z' fill='%23F6212E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23 24.0002L0 1.00015L0.707107 0.293044L23.7071 23.293L23 24.0002Z' fill='%23F6212E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23 0L0 23L0.707107 23.7071L23.7071 0.707107L23 0Z' fill='%23F6212E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0.5rem;
  background-size: 0.85rem 0.85rem;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}

.careers .block-1,
.publishers .block-1 {
  border-left: 1px solid rgba(248,87,97,0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.publishers .callout {
  font-size: 0.875rem;
}

.publishers .partners .partner {
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 1.5rem;
}

.publishers .partners .partner img {
  max-height: 10rem;
  width: auto;
  max-width: 100%;
}

.publishers .callout a:hover {
  border-bottom-style: solid;
}

.publishers .partners figure {
  width: auto;
}

@media only screen and (max-width: 959px) {

  .publishers .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding-right: 0;
  }

  .publishers .block-1 {
    margin-left: 4.5rem;
    padding-right: 1.25rem;
  }

  .publishers .block-1 {
    padding: 4rem 1rem 2rem;
  }

  .publishers .callout {
    padding-bottom: 2.5rem;
  }

  .publishers .partners {
    width: 90%;
    margin: -2rem auto 1rem auto;
  }

  .publishers .partners .partner {
    padding: 1rem;
  }

  .publishers .partners .partner img {
    max-height: 4rem;
  }

}

@media only screen and (min-width: 960px) {

  .publishers .block-1 {
    margin-left: calc(100% / 12);
    padding: 2rem 1rem 4rem 1rem;
    width: 100%;
  }

  .publishers .callout {
    margin-top: 0.25rem;
  }

  .publishers .partners {
    margin: 0 calc(100% / 12);
    width: calc(100% / 12 * 9);
  }

  .publishers .partners {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows:  12rem 12rem;
    margin: 0 auto;
    width: calc(100% / 12 * 10);
  }

}



/* Footer  *******************/

#footer {
  position: relative;
}

#footer::before {
  border-top: 1px solid rgba(248,87,97,0.2);
  content: "";
  position: absolute;
  top: 2rem;
  width: 100%;
  z-index: -1;
}

#footer .block-1 {
  border-left: 1px solid rgba(248,87,97,0.2);
  padding: 1.5rem 1rem 4rem 1rem;
  width: calc(100% / 12 * 6);
}

#footer .careers .block-1 {
  padding-bottom: 5rem;
}

#footer .block-2 {
  border-left: 1px solid rgba(248,87,97,0.2);
}

.hbspt-container {
  padding: 0;
}

@media only screen and (max-width: 959px) {

  #footer::before {
    top: 4rem;
  }

  #footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    padding-left: 0;
    padding-right: 0;
  }

  #footer .block-1 {
    width: 100%;
  }

}

@media only screen and (min-width: 960px) {

  #footer::before {
    top: 4rem;
  }

  #footer .block-1 {
    margin-left: calc(100% / 12);
  }

}

body.page .entry-content > *,
body.page .entry-content blockquote p  {
  margin-bottom: 1.5rem;
}
