/*
reset.less is intended to override any user agent styles, and should be loaded
before anything else.
*/
/* Reset CSS */
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
p {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
Base.less is intended for the base styles for html entities and helper classes.
Please do not use it for styles that are applicable to specific pages or for
css structures (nav, hero, etc.), those can be found in structure.less
*/
body {
  padding: 0;
  margin: 0;
  line-height: 1.65em;
}
html,
body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  color: #636b7d;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fcfcfc;
}
html,
body,
h1,
h2,
h3,
h4 {
  font-weight: 400;
}
h1,
h2,
h3,
h4 {
  color: #162338;
}
h1.rule,
h2.rule,
h3.rule,
h4.rule {
  margin-top: 20px;
}
h1 {
  font-size: 2.25em;
  margin: 55px 0 25px;
  line-height: 1.3em;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 1.65em;
    margin: 15px 0 15px;
  }
}
h2 {
  font-size: 1.65em;
  margin: 45px 0 40px;
  line-height: 1.4em;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 1.5em;
  }
}
h3 {
  font-size: 1.45em;
  line-height: 140%;
  margin-bottom: 0.8em;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 1.25em;
    margin: 15px 0 10px;
  }
}
@media (max-width: 500px) {
  h3 {
    font-size: 1.15em;
    line-height: 1.4em;
  }
}
h4 {
  font-size: 1.15em;
  line-height: 1.45em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
h4 a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #cbcbcb;
}
h4 a:visited {
  text-decoration: none;
}
h4 a:hover {
  text-decoration: none;
}
h5 {
  font-size: 1em;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  color: #2a374c;
}
h6 {
  font-size: 0.85em;
  color: #979ba3;
  line-height: 1.65em;
}
p {
  font-size: 1em;
  line-height: 1.65em;
  margin-bottom: 2em;
}
p a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #cbcbcb;
}
p a:visited {
  text-decoration: none;
}
p a:hover {
  text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
.row-hero p a {
  border-bottom: 1px solid #3a4555;
}
.row-content ul {
  margin-left: 20px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row-content ul li {
  list-style-type: disc;
  padding-bottom: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  .row-content ul li {
    margin-left: 20px;
  }
}
.row-content ul li a {
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 500px) {
  .row-content ul {
    margin-left: 0;
  }
}
.row-content p.center {
  max-width: 790px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.center {
  text-align: center;
}
.row-content h2 {
  position: relative;
  padding-top: 30px;
}
.row-content h2:after {
  content: "";
  background: #5ba745;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 2px;
}
.row-content h2.center {
  text-align: center;
  margin-top: 0;
}
.row-content h2.center:after {
  content: none;
}
.row-content h2.headerlink {
  display: none;
}
.rule-green {
  width: 60px;
  margin-top: 45px;
  border-top: 2px solid #5ba745;
}
.rule-green.center {
  margin: 0 auto;
  margin-top: 45px;
}
.rule-grey {
  width: 60px;
  margin-top: 45px;
  border-top: 2px solid #e2e2e2;
}
.rule-grey.center {
  margin: 0 auto;
}
.body-sm {
  font-size: 0.85em;
}
a {
  color: #636b7d;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.headerlink {
  display: none;
}
strong,
.strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
button,
.btn,
.mktoButton,
.ref-button {
  font-size: 16px;
  border-radius: 3px;
  padding: 10px 15px;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  transition: all 0.15s linear;
  text-decoration: none;
}
button.outline,
.btn.outline,
.mktoButton.outline,
.ref-button.outline {
  background: none;
  color: #162338;
  border-color: #162338;
}
button.solid,
.btn.solid,
.mktoButton.solid,
.ref-button.solid {
  background: #5ba745;
  color: #fcfcfc;
  border-color: #5ba745;
}
button.solid:hover,
.btn.solid:hover,
.mktoButton.solid:hover,
.ref-button.solid:hover,
button.solid :active,
.btn.solid :active,
.mktoButton.solid :active,
.ref-button.solid :active {
  background-color: #4d8e3b;
}
button:hover,
.btn:hover,
.mktoButton:hover,
.ref-button:hover,
button:active,
.btn:active,
.mktoButton:active,
.ref-button:active,
button:focus,
.btn:focus,
.mktoButton:focus,
.ref-button:focus {
  outline: 0;
}
p .btn,
p button {
  display: inline-block;
}
p.center {
  text-align: center;
}
img {
  max-width: 100%;
}
iframe,
.wistia_responsive_padding {
  margin-bottom: 2em;
}
.icon {
  stroke-width: 2;
  stroke: #c0c2c7;
}
.screenshot-border {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .hide-tablet {
    display: none;
  }
}
@media (max-width: 500px) {
  .hide-mobile {
    display: none;
  }
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.green {
  color: #5ba745;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.bg-green .green {
  color: #95cd85;
}
.stack {
  margin-bottom: 45px;
}
.hide {
  height: 0;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 150ms ease-in;
}
.show {
  height: auto;
  opacity: 1;
  display: block;
}
.size-64 {
  height: 64px;
  width: 64px;
}
.size-52 {
  height: 52px;
  width: 52px;
}
.size-32 {
  height: 32px;
  width: 32px;
}
.circle {
  border-radius: 100%;
}
.buffer {
  margin: 0 auto;
}
.buffer.buffer-10 {
  width: 90%;
}
.buffer.buffer-20 {
  width: 80%;
}
.buffer.buffer-30 {
  width: 70%;
}
.buffer.buffer-40 {
  width: 60%;
}
.buffer.buffer-50 {
  width: 50%;
}
.back-btn {
  color: white;
  padding: 6px 15px 5px;
  font-size: 0.75em;
  font-weight: 600;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.0325em;
}
.back-btn .icon {
  height: 7px;
  transform: rotate(90deg);
  stroke: rgba(255, 255, 255, 0.7);
  stroke-width: 3;
  margin-right: 3px;
  margin-left: -5px;
  margin-bottom: 1px;
}
.back-btn.data-studies {
  background-color: #2c81bf;
}
.back-btn.case-studies {
  background-color: #f25f5c;
}
.back-btn.guides {
  background-color: #b1b5be;
}
.back-btn.parsely-u {
  background-color: #5ba745;
}
.back-btn.videos {
  background-color: #eba0b8;
}
.back-btn.webinars {
  background-color: #744fc6;
}
.back-btn.team {
  background-color: #5ba745;
  margin-bottom: 30px;
}
.bg-green {
  background: #5ba745;
  color: #fcfcfc;
}
.bg-green h1,
.bg-green h2,
.bg-green h3,
.bg-green h4,
.bg-green h5,
.bg-green h6 {
  color: #fcfcfc;
}
.bg-green a {
  color: #fcfcfc;
}
.bg-slate {
  background: #162338;
  color: #c0c2c7;
}
.bg-slate h1,
.bg-slate h2,
.bg-slate h3 {
  color: #fcfcfc;
}
.bg-slate h4 {
  color: #c0c2c7;
}
.bg-slate-medium {
  background: #131e31;
  color: #c0c2c7;
}
.bg-slate-medium h1,
.bg-slate-medium h2,
.bg-slate-medium h3 {
  color: #fcfcfc;
}
.bg-slate-medium h4 {
  color: #c0c2c7;
}
.bg-slate-dark {
  background: #101a2a;
  color: #c0c2c7;
}
.bg-slate-dark h1,
.bg-slate-dark h2,
.bg-slate-dark h3 {
  color: #fcfcfc;
}
.bg-slate-dark h4 {
  color: #c0c2c7;
}
.bg-slate-dark strong,
.bg-slate-dark .strong {
  color: #5ba745;
}
.bg-slate-light {
  background: #2a374c;
  color: #fff;
}
.bg-slate-light h1,
.bg-slate-light h2,
.bg-slate-light h3 {
  color: #fcfcfc;
}
.bg-grey {
  background: #f5f5f5;
  color: #636b7d;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.bg-grey-light {
  background: #fcfcfc;
  color: #636b7d;
}
.bg-map {
  background-image: url("/static/svg/graphics/graphic-map-team.svg");
  background-repeat: no-repeat;
  background-size: 62%;
  background-position: 100% 60%;
}
@media (max-width: 992px) {
  .bg-map {
    background-image: url("/static/svg/graphics/graphic-map-team.svg");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 100% 72%;
  }
}
@media (max-width: 768px) {
  .bg-map {
    background-image: none;
  }
}
@media (max-width: 992px) {
  .bg-map .flex-grid-half {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
}
@media only screen and (max-device-width: 667px), screen and (max-width: 450px) {
  body #intercom-container .intercom-launcher-discovery-frame,
  body #intercom-container .intercom-launcher-frame {
    bottom: 60px !important;
    right: 10px !important;
  }
}

/*
structure.less is intended for styles that we use to structure the site, based on classes.
These include the large-scale classes for general structure (.container-fluid, etc), nav
styles, and structural classes like .container
*/
/*html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}*/
.container {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.no-hero {
  margin-top: 125px;
}
.row {
  padding: 20px 60px;
  margin: 0 auto;
  max-width: 1150px;
}
@media (max-width: 500px) {
  .row {
    padding: 20px 30px;
  }
}
.row.row-padless {
  padding: 0 15px;
}
.row.row-sm {
  max-width: 970px;
}
.row-hero {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.row-hero h1 {
  border-bottom: 1px solid #2a374c;
  padding-bottom: 25px;
}
.row-hero .flex-grid-double .col {
  -webkit-flex-basis: 44%;
  flex-basis: 44%;
}
.row-hero .btn {
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .row-hero {
    padding: 20px 60px;
    padding-top: 150px;
  }
}
@media (max-width: 768px) {
  .row-hero {
    padding-top: 110px;
  }
}
@media (max-width: 500px) {
  .row-hero {
    padding: 20px 30px;
    padding-top: 120px;
  }
  .row-hero h1 {
    padding-bottom: 20px;
    font-weight: 600;
  }
  .row-hero .btn {
    width: 100%;
    padding-left: inherit;
    padding-right: inherit;
  }
}
.row-heading {
  padding-top: 100px;
  padding-bottom: 100px;
}
.row-heading h4 {
  margin-bottom: 1.2em;
}
@media (max-width: 500px) {
  .row-heading {
    padding-top: 110px;
    padding-bottom: 40px;
  }
  .row-heading h2 {
    font-weight: 600;
  }
}
.row-heading .flex-grid .col,
.row-heading .flex-grid-double .col,
.row-heading .flex-grid-third .col,
.row-heading .flex-grid-fourth .col,
.row-heading .flex-grid-fifth .col {
  margin-bottom: 0px;
}
.row-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.row-content h4 {
  margin-bottom: 1.2em;
}
@media (max-width: 768px) {
  .row-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .row-content {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .row-content h2 {
    font-weight: 600;
  }
}
.row-content .flex-grid .col,
.row-content .flex-grid-double .col,
.row-content .flex-grid-third .col,
.row-content .flex-grid-fourth .col,
.row-content .flex-grid-fifth .col {
  margin-bottom: 0px;
}
.row-content-two,
.row-content-three {
  padding-top: 0;
}
@media (max-width: 768px) {
  .row-content-post-angle {
    padding-top: 100px;
  }
}
.row-content-narrow {
  max-width: 1000px;
}
.row-content-quote {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
}
.row-content-quote h3 {
  text-align: center;
  color: #2a374c;
}
.row-content-quote p {
  text-align: right;
}
@media (max-width: 768px) {
  .row-content-quote {
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .row-content-quote p {
    font-size: 0.8em;
    text-align: center;
    margin-bottom: 0.5em;
  }
}
.content-icon-grid {
  margin-top: 4em;
}
.content-icon-grid h4 {
  margin-top: 0.5em;
}
.content-icon-grid p {
  margin-bottom: 60px;
}
.content-icon-grid .content-icon {
  max-width: 90px;
  margin-top: 20px;
  width: 100%;
  background-color: #f5f5f5;
}
.content-icon-grid .col {
  align-self: baseline;
}
@media (max-width: 500px) {
  .content-icon-grid {
    margin-top: 35px;
  }
  .content-icon-grid p {
    margin-bottom: 40px;
  }
  .content-icon-grid svg {
    display: none;
  }
}
.content-icon-grid-small h6 {
  font-size: 0.8em;
  margin-bottom: 6px;
}
.content-icon-grid-small .icon {
  width: 50px;
  height: 50px;
}
.content-icon-grid-small .col {
  text-align: center;
}
@media (max-width: 500px) {
  .content-icon-grid-small .flex-grid {
    display: flex;
  }
  .content-icon-grid-small svg {
    display: initial;
  }
}
@media (max-width: 320px) {
  .content-icon-grid-small h6 {
    font-size: 0.7em;
  }
}
.container-download .row .flex-grid-double {
  align-items: flex-start;
}
.container-angle-bottom {
  padding: 45px 0;
  position: relative;
  color: #fcfcfc;
  z-index: 1;
}
@media (max-width: 500px) {
  .container-angle-bottom {
    padding-top: 0;
  }
}
@media (min-width: 2000px) {
  .container-angle-bottom {
    padding: 65px 0;
  }
}
.container-angle-bottom:after {
  background: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-2deg);
  transform-origin: 100%;
  z-index: -1;
}
@media (min-width: 2000px) {
  .container-angle-bottom:after {
    transform: skewY(0);
  }
}
.container-angle-top {
  padding: 45px 0;
  position: relative;
  color: #fcfcfc;
  z-index: 1;
}
@media (min-width: 2000px) {
  .container-angle-top {
    padding: 65px 0;
  }
}
@media (max-width: 500px) {
  .container-angle-top {
    padding-top: 0;
  }
}
.container-angle-top:before {
  background: inherit;
  top: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-2deg);
  transform-origin: 0 100%;
  z-index: -1;
}
@media (min-width: 2000px) {
  .container-angle-top:before {
    transform: skewY(0);
  }
}
.container-hero-image {
  padding-top: 135px;
  margin-bottom: -95px;
}
.container-hero-image:after {
  background-position: center center;
  background-image: url(/static/img/images/background-editors.jpg);
  background-size: cover;
  background-color: #b5bece;
  background-blend-mode: multiply;
}
.container-hero-image.container-angle-bottom {
  top: -95px;
}
.container-hero-image .row-hero .col h1 {
  color: #fcfcfc;
  border-bottom: 1px solid rgba(252, 252, 252, 0.25);
}
.container-hero-image .row-hero .col p,
.container-hero-image .row-hero .col div {
  color: rgba(255, 255, 255, 0.73);
}
@media (max-width: 768px) {
  .container-hero-image {
    padding-top: 85px;
  }
}
@media (max-width: 500px) {
  .container-hero-image .container-angle {
    padding-bottom: 10px;
  }
  .container-hero-image .row-hero {
    padding-top: 60px;
    padding-top: 120px;
  }
}
.container-bg-graphs svg {
  display: block;
}
.container-bg-graphs .start1 {
  fill: rgba(32, 49, 73, 0.7);
  stroke-miterlimit: 10;
}
.container-bg-graphs .end1 {
  display: none;
  stroke-miterlimit: 10;
}
.container-bg-graphs .start2 {
  fill: rgba(12, 20, 32, 0.7);
  stroke-miterlimit: 10;
}
.container-bg-graphs .end2 {
  display: none;
  stroke-miterlimit: 10;
}
@media (max-width: 767px) {
  .container-bg-graphs {
    overflow: hidden;
  }
  .container-bg-graphs svg {
    min-width: 1000px;
  }
}
.container-bg-pre-graphs .row-content {
  padding-bottom: 0;
}
.container-bg-post-graphs {
  border-top: 1px solid #111b2a;
  background-color: #111b2a;
  padding-top: 0;
}
.container-bg-post-graphs .row-content {
  padding-top: 0;
}
.flex-grid {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .flex-grid {
    display: block;
  }
}
.flex-grid .col {
  -webkit-flex: 1;
  flex: 1;
}
.flex-grid.center-items {
  justify-content: center;
}
.flex-grid-half {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: 22.5%;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  width: 50%;
}
@media (max-width: 768px) {
  .flex-grid-half {
    width: 100%;
  }
}
.flex-grid-half .col {
  -webkit-flex: 1;
  flex: 1;
}
.flex-grid-double {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
.flex-grid-double .col {
  -webkit-flex: 0 1 45%;
  /* Safari */
  flex: 0 1 45%;
}
@media (max-width: 768px) {
  .flex-grid-double .col {
    -webkit-flex-basis: 100%;
    /* Safari */
    flex-basis: 100%;
  }
}
.flex-grid-third {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.flex-grid-third .col {
  -webkit-flex: 0 1 30%;
  /* Safari */
  flex: 0 1 30%;
}
@media (max-width: 768px) {
  .flex-grid-third {
    display: block;
  }
}
.flex-grid-fourth {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
.flex-grid-fourth .col {
  -webkit-flex-basis: 22.5%;
  /* Safari */
  flex-basis: 22.5%;
}
@media (max-width: 992px) {
  .flex-grid-fourth .col {
    -webkit-flex-basis: 44%;
    /* Safari */
    flex-basis: 44%;
  }
}
@media (max-width: 500px) {
  .flex-grid-fourth .col {
    -webkit-flex-basis: 100%;
    /* Safari */
    flex-basis: 100%;
  }
  .flex-grid-fourth .col .img {
    display: none;
  }
}
.flex-grid-fifth {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.flex-grid-fifth .col {
  -webkit-flex-basis: 19%;
  /* Safari */
  flex-basis: 19%;
}
@media (max-width: 768px) {
  .flex-grid-fifth .col {
    -webkit-flex-basis: 100%;
    /* Safari */
    flex-basis: 100%;
  }
}
.flex-grid-center {
  align-items: center;
}
.flex-grid-double-gif .col {
  flex: 0 1 31%;
}
.flex-grid-double-gif .col-gif {
  flex: 0 1 59%;
}
@media (max-width: 768px) {
  .flex-grid-double-gif .col {
    -webkit-flex-basis: 100%;
    /* Safari */
    flex-basis: 100%;
  }
}
.flex-grid-icon {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}
.flex-grid-icon .col-icon {
  max-width: 64px;
  margin-top: 17px;
}
@media (max-width: 768px) {
  .flex-grid-icon .col,
  .flex-grid-icon .col-gif {
    -webkit-flex-basis: 100%;
    /* Safari */
    flex-basis: 100%;
  }
}
.flex-grid-icon .col-icon {
  flex: 1;
}
@media (max-width: 500px) {
  .flex-grid-icon .col-icon {
    display: none;
  }
  .flex-grid-icon .col-icon.icon-top {
    display: block;
  }
}
.flex-grid-icon .col-info {
  flex: 5;
}
@media (max-width: 500px) {
  .flex-grid-icon .col-info {
    flex: inherit;
  }
}

/*
variables.less is intended for variables that will be used in all of the other
less files. Colors, fonts, letter-spacing, and other styles that will be used
often and should be kept consistent should be stored here.
*/
.fill-white {
  fill: #fcfcfc;
}
.bg-green {
  background: #5ba745;
  color: #fff;
}
.bg-slate {
  background: #162338;
  color: #c0c2c7;
}
.bg-slate h1,
.bg-slate h2,
.bg-slate h3 {
  color: #fcfcfc;
}
.bg-slate h4 {
  color: #c0c2c7;
}
.bg-slate-medium {
  background: #131e31;
  color: #c0c2c7;
}
.bg-slate-medium h1,
.bg-slate-medium h2,
.bg-slate-medium h3 {
  color: #fcfcfc;
}
.bg-slate-medium h4,
.bg-slate-medium h5,
.bg-slate-medium h6 {
  color: #c0c2c7;
}
.bg-slate-dark {
  background: #101a2a;
  color: #c0c2c7;
}
.bg-slate-dark h1,
.bg-slate-dark h2,
.bg-slate-dark h3 {
  color: #fcfcfc;
}
.bg-slate-dark h4 {
  color: #c0c2c7;
}
.bg-slate-dark strong,
.bg-slate-dark .strong {
  color: #5ba745;
}
.bg-slate-light {
  background: #2a374c;
  color: #fff;
}
.bg-slate-light h1,
.bg-slate-light h2,
.bg-slate-light h3 {
  color: #fcfcfc;
}
.bg-white {
  background: #fff;
  color: #636b7d;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.bg-grey {
  background: #f5f5f5;
  color: #636b7d;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.bg-grey-light {
  background: #fcfcfc;
  color: #636b7d;
}

/**
 * AddToCalendar green Style
 * http://addtocalendar.com
 */
/* Base */
.addtocalendar var {
  display: none;
}
.addtocalendar {
  position: relative;
  display: inline-block;
}
@media (max-width: 1020px) {
  .addtocalendar {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
}
.atcb-link {
  display: block;
  outline: none!important;
  cursor: pointer;
}
.atcb-link:focus ~ ul,
.atcb-link:active ~ ul,
.atcb-list:hover {
  visibility: visible;
}
.atcb-list {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  z-index: 900;
}
.atcb-list,
.atcb-item {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
.atcb-item {
  float: none;
  text-align: left;
}
.atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block;
}
.atcb-item.hover,
.atcb-item:hover {
  position: relative;
  z-index: 900;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}
/* green */
.atc-style-green .atcb-link {
  margin-top: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  outline: none;
  box-shadow: none;
  zoom: 1;
  font-size: 0.85em;
  border-radius: 3px;
  padding: 10px 25px;
  cursor: pointer;
  transition: all 0.15s linear;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  line-height: 1.5em;
  border: 2px solid #5BA745;
  background-color: #5BA745;
  color: white;
}
.atc-style-green .atcb-link:hover,
.atc-style-green .atcb-link:active,
.atc-style-green .atcb-link:focus {
  background-color: #51953e;
  border: 2px solid #51953e;
}
.atc-style-green .atcb-list {
  width: 170px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  margin-left: 0;
}
.atc-style-green .atcb-list,
.atc-style-green .atcb-item {
  list-style: none;
  background: #fff;
  color: #000;
  padding-bottom: 0;
}
.atc-style-green .atcb-item,
.atc-style-green .atcb-item-link {
  line-height: 1.3em;
  vertical-align: middle;
  zoom: 1;
}
.atc-style-green .atcb-item-link,
.atc-style-green .atcb-item-link:hover,
.atc-style-green .atcb-item-link:active,
.atc-style-green .atcb-item-link:focus {
  color: #636b7d;
  font-family: 'Source Sans Pro', sans-serif;
  text-decoration: none;
  outline: none;
  padding: 10px 15px 9px;
  font-size: 0.85em;
}
.atc-style-green .atcb-item-link:hover,
.atc-style-green .atcb-item-link:active,
.atc-style-green .atcb-item-link:focus {
  color: #162338;
}
.atc-style-green .atcb-item.hover,
.atc-style-green .atcb-item:hover {
  background: #f5f5f5;
}

.blog-post {
  max-width: 380px;
  display: flex;
  justify-content: space-between;
}
.blog-post .col-img {
  flex: 1 0 20%;
}
.blog-post .col-img .thumbnail-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #e2e2e2;
  overflow: hidden;
}
@media (max-width: 500px) {
  .blog-post .col-img {
    flex: 1 0 15%;
  }
  .blog-post .col-img .thumbnail-circle {
    width: 60px;
    height: 60px;
  }
}
.blog-post .col.blog-text {
  flex-basis: 65%;
}
.blog-post span {
  border-bottom: 1px solid #e2e2e2;
  color: #636b7d;
}
.blog-post h6 {
  margin-top: 7px;
}
.blog-post p {
  margin-bottom: 0;
}
.bg-slate .blog-post .thumbnail-circle {
  border: 1px solid #162338;
}
.bg-slate .blog-post span {
  border-bottom-color: #c0c2c7;
  color: #c0c2c7;
}
.bg-slate .blog-post h6 {
  color: #c0c2c7;
}
.bg-green .blog-post .thumbnail-circle {
  border: 1px solid #5BA745;
}
.bg-green .blog-post span {
  border-bottom-color: #162338;
  color: #162338;
}
.bg-green .blog-post h6 {
  color: #162338;
}

/*
buttons.less is intended for all button styles — this will support
marketo buttons
*/
.row-btn {
  margin: 60px 0;
}
.row-btn.row-btn-center {
  text-align: center;
}
@media (max-width: 500px) {
  .row-btn {
    margin: 40px 0;
  }
  .row-btn .btn {
    display: block;
  }
}
.row-btn.row-btn-double a:last-of-type {
  margin-left: 25px;
}
.press .row-news .col-section-press .row-btn {
  margin: 30px 0;
  padding: 0;
}
.press .row-news .col-section-press a.btn,
a.btn,
button,
.btn,
.mktoButton {
  font-size: 0.85em;
  border-radius: 3px;
  padding: 10px 25px;
  border: 2px solid #e2e2e2;
  cursor: pointer;
  transition: all 0.15s linear;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5em;
}
.press .row-news .col-section-press a.btn.btn-min-width,
a.btn.btn-min-width,
button.btn-min-width,
.btn.btn-min-width,
.mktoButton.btn-min-width {
  padding-left: 85px;
  padding-right: 85px;
}
.press .row-news .col-section-press a.btn:hover,
a.btn:hover,
button:hover,
.btn:hover,
.mktoButton:hover,
.press .row-news .col-section-press a.btn.active,
a.btn.active,
button.active,
.btn.active,
.mktoButton.active {
  text-decoration: none;
}
@media (max-width: 500px) {
  .press .row-news .col-section-press a.btn,
  a.btn,
  button,
  .btn,
  .mktoButton {
    padding: 10px 15px;
  }
}
a.btn-solid-green,
.btn-solid-green {
  border: 2px solid #5ba745;
  background-color: #5ba745;
  color: white;
}
a.btn-solid-green:hover,
.btn-solid-green:hover,
a.btn-solid-green.active,
.btn-solid-green.active {
  background-color: #51953e;
  border: 2px solid #51953e;
}
a.btn-solid-slate,
.btn-solid-slate {
  border: 2px solid #2a374c;
  background-color: #2a374c;
  color: #fcfcfc;
}
a.btn-solid-slate:hover,
.btn-solid-slate:hover,
a.btn-solid-slate.active,
.btn-solid-slate.active {
  background-color: #5ba745;
  border-color: #5ba745;
}
.press .row-news .col-section-press a.btn-out-green,
a.btn-out-green,
.btn-out-green {
  border: 2px solid #5ba745;
  background-color: transparent;
  color: #363d4e;
}
.press .row-news .col-section-press a.btn-out-green:hover,
a.btn-out-green:hover,
.btn-out-green:hover,
.press .row-news .col-section-press a.btn-out-green.active,
a.btn-out-green.active,
.btn-out-green.active {
  background-color: #5ba745;
  color: white;
}
a.btn-out-grey,
.btn-out-grey {
  border: 2px solid #e2e2e2;
  background-color: transparent;
  color: #363d4e;
}
a.btn-out-grey:hover,
.btn-out-grey:hover,
a.btn-out-grey.active,
.btn-out-grey.active {
  border: 2px solid #5ba745;
  color: #162338;
}
.btn-block {
  display: block;
}
a.btn-text-align-left,
.btn-text-align-left {
  text-align: left;
}
@media (max-width: 768px) {
  a.btn-text-align-left,
  .btn-text-align-left {
    text-align: center;
  }
}
.bg-slate a.btn-out-grey,
.bg-slate-medium a.btn-out-grey,
.bg-slate-dark a.btn-out-grey,
.bg-slate .btn-out-grey,
.bg-slate-medium .btn-out-grey,
.bg-slate-dark .btn-out-grey {
  border: 2px solid #364255;
  color: #fcfcfc;
}
.bg-slate a.btn-out-grey:hover,
.bg-slate-medium a.btn-out-grey:hover,
.bg-slate-dark a.btn-out-grey:hover,
.bg-slate .btn-out-grey:hover,
.bg-slate-medium .btn-out-grey:hover,
.bg-slate-dark .btn-out-grey:hover,
.bg-slate a.btn-out-grey.active,
.bg-slate-medium a.btn-out-grey.active,
.bg-slate-dark a.btn-out-grey.active,
.bg-slate .btn-out-grey.active,
.bg-slate-medium .btn-out-grey.active,
.bg-slate-dark .btn-out-grey.active {
  border: 2px solid #5ba745;
}
.bg-slate a.btn-out-green,
.bg-slate-medium a.btn-out-green,
.bg-slate-dark a.btn-out-green,
.bg-slate .btn-out-green,
.bg-slate-medium .btn-out-green,
.bg-slate-dark .btn-out-green {
  color: #c0c2c7;
}
.bg-slate a.btn-out-green:hover,
.bg-slate-medium a.btn-out-green:hover,
.bg-slate-dark a.btn-out-green:hover,
.bg-slate .btn-out-green:hover,
.bg-slate-medium .btn-out-green:hover,
.bg-slate-dark .btn-out-green:hover,
.bg-slate a.btn-out-green.active,
.bg-slate-medium a.btn-out-green.active,
.bg-slate-dark a.btn-out-green.active,
.bg-slate .btn-out-green.active,
.bg-slate-medium .btn-out-green.active,
.bg-slate-dark .btn-out-green.active {
  color: white;
}
@media (max-width: 768px) {
  .wistia_embed,
  .wistia_click_to_play {
    width: 100% !important;
    max-width: 100%;
  }
}

.cursor {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  height: 80px;
  left: 0px;
  margin: -40px 0px 0px -40px;
  overflow: hidden;
  position: absolute;
  pointer-events: none;
  top: 0px;
  width: 80px;
  z-index: 20;
  opacity: 0;
  transition: 200ms opacity linear;
}
.cursor:before {
  content: "";
  background: rgba(29, 70, 115, 0.05);
  border-radius: 50%;
  box-shadow: 0px 0px 30px 1px rgba(225, 225, 225, 0.4), inset 0px 0px 0px 1px rgba(225, 225, 225, 0.4);
  position: absolute;
  left: 50%;
  margin: -30px 0px 0px -30px;
  height: 60px;
  top: 50%;
  width: 60px;
}
.cursor.active {
  opacity: 1;
  transition: 200ms opacity linear;
}

/*
footer.less is intended for styles that we use to structure the footer
*/
.container-footer {
  padding: 30px 0 60px;
  font-size: 0.8em;
  /*@media(max-width: 800px) {
        font-size: 0.7em;
        line-height: 230%;
    }*/
}
.container-footer .footer-section {
  color: #fcfcfc;
  margin-bottom: 0;
}
.container-footer .section-space {
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .container-footer .section-space {
    margin-bottom: 20px;
  }
}
.container-footer p {
  line-height: inherit;
}
.container-footer a {
  display: block;
  color: #979ba3;
}
.container-footer a:hover {
  text-decoration: none;
}
.container-footer .row .flex-grid,
.container-footer .row .flex-grid-double {
  align-items: flex-start;
}
.container-footer .col-left {
  flex-basis: 70%;
  flex-wrap: wrap;
}
.container-footer .col-left .col {
  flex: 0 1 15%;
}
.container-footer .col-left .col-extra {
  display: none;
}
@media (max-width: 1100px) {
  .container-footer .col-left {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  .container-footer .col-left .col {
    flex: 0 0 33%;
    margin-bottom: 30px;
  }
  .container-footer .col-left .col-extra {
    display: block;
  }
  .container-footer .col-left .col:nth-of-type(5n) {
    order: 6;
  }
}
@media (max-width: 500px) {
  .container-footer .col-left {
    display: flex;
  }
  .container-footer .col-left .col {
    flex: 0 0 48%;
    margin-bottom: 30px;
  }
  .container-footer .col-left .col-extra {
    display: none;
  }
}
.container-footer .col-right {
  margin-left: auto;
  text-align: right;
  flex-basis: 18%;
}
.container-footer .col-right .btn {
  color: white;
  margin-left: auto;
  font-size: inherit;
  margin-bottom: 15px;
  max-width: 6em;
  padding: 6px 25px;
}
.container-footer .col-right .btn-solid-slate:hover {
  background-color: #263245;
  border-color: #263245;
}
@media (max-width: 1100px) {
  .container-footer .col-right {
    flex-basis: 100%;
    text-align: center;
    margin-top: 70px;
  }
  .container-footer .col-right .btn {
    display: inline-block;
    width: 6em;
    margin: 0 10px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .container-footer .col-right {
    margin-top: 40px;
  }
}
@media (max-width: 500px) {
  .container-footer .col-right {
    margin-top: 10px;
  }
  .container-footer .col-right .btn {
    margin: 0;
    width: 31%;
    max-width: inherit;
    margin-bottom: 25px;
  }
  .container-footer .col-right a {
    display: inline-block;
    margin: 0 10px;
  }
}

.img-overlap {
  position: relative;
  min-height: 500px;
  width: 100%;
}
.img-overlap img {
  position: absolute;
  top: 0;
  left: 40%;
  z-index: 1;
  border: 1px solid #333;
}
.img-overlap img:first-of-type {
  left: 0;
  z-index: 10;
}

/*
footer.less is intended for styles that we use to structure the footer
*/
.logo-fill-white {
  fill: white;
}
.logo-drupal {
  fill: #29aae1;
}
.logo-facebook {
  fill: #36609F;
}
.logo-huffpost.color {
  fill: #2e7161;
}
.logo-optimizely {
  fill: #2066b0;
}
.logo-time-inc {
  fill: #01a7e1;
}
.logo-wordpress-vip {
  fill: #2c2d32;
}
.logo-zemanta {
  fill: #e35325;
}

.row-mkto {
  margin: 0 auto;
  max-width: 500px;
}
.row-mkto .flex-grid .col p {
  text-align: center;
}
#thank_you,
.thank-you,
#thanks,
.thanks,
#thanks_bottom,
#thanks_left,
#thanks_right {
  display: none;
  padding-top: 25px;
  border-top: 1px solid #e2e2e2;
}
#thank_you a,
.thank-you a,
#thanks a,
.thanks a,
#thanks_bottom a,
#thanks_left a,
#thanks_right a {
  text-decoration: none;
  border-bottom: 1px solid #cbcbcb;
}
#thank_you a.btn,
.thank-you a.btn,
#thanks a.btn,
.thanks a.btn,
#thanks_bottom a.btn,
#thanks_left a.btn,
#thanks_right a.btn {
  text-decoration: none;
}
#thank_you a.btn.btn-out-green,
.thank-you a.btn.btn-out-green,
#thanks a.btn.btn-out-green,
.thanks a.btn.btn-out-green,
#thanks_bottom a.btn.btn-out-green,
#thanks_left a.btn.btn-out-green,
#thanks_right a.btn.btn-out-green,
#thank_you a.btn.btn-solid-green,
.thank-you a.btn.btn-solid-green,
#thanks a.btn.btn-solid-green,
.thanks a.btn.btn-solid-green,
#thanks_bottom a.btn.btn-solid-green,
#thanks_left a.btn.btn-solid-green,
#thanks_right a.btn.btn-solid-green {
  border-bottom: 2px solid #5ba745;
}
#thank_you a.btn.btn-grey,
.thank-you a.btn.btn-grey,
#thanks a.btn.btn-grey,
.thanks a.btn.btn-grey,
#thanks_bottom a.btn.btn-grey,
#thanks_left a.btn.btn-grey,
#thanks_right a.btn.btn-grey {
  border-bottom-color: #e2e2e2;
}
#thank_you .row-btn,
.thank-you .row-btn,
#thanks .row-btn,
.thanks .row-btn,
#thanks_bottom .row-btn,
#thanks_left .row-btn,
#thanks_right .row-btn {
  padding-top: 0;
  padding-left: 0;
  margin-top: 30px;
  margin-left: 0;
}
.row-thank-you-icon {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 35px;
}
.row-thank-you-icon .icon-leaf {
  stroke: none;
  fill: #5ba745;
  max-width: 40px;
  margin: 0 auto;
}
.col-mkto {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.subscribe {
  background-color: #ddd;
  font-family: "source sans pro", sans-serif;
  padding: 19px 19px 1px 19px;
  width: 282px !important;
  margin: 20px;
}
.mktoForm {
  text-align: center;
  line-height: 20px;
  width: 100% !important;
  font-size: 18px !important;
}
.mktoForm .mktoFormRow {
  clear: none !important;
}
.mktoForm .mktoFormRow .mktoRadioList,
.mktoForm .mktoFormRow .mktoCheckboxList {
  float: none;
  width: 100% !important;
  clear: both;
}
.mktoForm .mktoFormRow .mktoRadioList .mktoField[type="checkbox"],
.mktoForm .mktoFormRow .mktoCheckboxList .mktoField[type="checkbox"] {
  max-width: 30px !important;
}
.mktoForm .mktoFormRow .mktoRadioList label,
.mktoForm .mktoFormRow .mktoCheckboxList label {
  margin-bottom: 0.4em;
  width: 90%;
}
@media only screen and (max-width: 480px) {
  .mktoForm {
    padding: 0 !important;
  }
}
.mktoForm .mktoFormCol {
  width: 100%;
  margin-bottom: 0;
}
.mktoForm .mktoFormCol .mktoFieldWrap {
  float: none;
}
.mktoForm .mktoFormCol .mktoFieldWrap .mktoLabel {
  color: #a1a6b1;
  font-size: 0.8em !important;
  font-weight: normal !important;
  margin-bottom: 0.3em;
  width: auto !important;
}
.mktoForm .mktoFormCol .mktoFieldWrap .mktoField {
  color: #162338;
  height: auto !important;
  width: 100% !important;
  border: 1px solid #e2e2e2;
  border-radius: 3px !important;
  font-size: 0.85em;
  padding: 12px 15px 10px;
}
.mktoForm .mktoFormCol .mktoFieldWrap .mktoField[type="checkbox"] {
  width: 13% !important;
  min-width: 20px !important;
  height: 1.4em !important;
}
.mktoForm .mktoFormCol .mktoFieldWrap .mktoField:focus {
  outline: 1px solid transparent !important;
}
.mktoForm .mktoFormCol .mktoFieldWrap input.mktoField {
  font-size: 1em;
}
.mktoForm .mktoFormCol .mktoFieldWrap label.mktoField {
  font-size: 1em;
}
.mktoForm .mktoFormCol .mktoFieldWrap .mktoError {
  color: #fff;
  left: 0 !important;
  font-size: 0.9em !important;
  font-weight: 400 !important;
}
.mktoForm .mktoFormCol .mktoFieldWrap .mktoError .mktoErrorArrow,
.mktoForm .mktoFormCol .mktoFieldWrap .mktoError .mktoErrorMsg {
  background-image: none !important;
  background-color: #2a374c !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 4px !important;
  padding: 0.7em 15px !important;
  line-height: 1.3em !important;
}
.mktoForm .mktoFormCol .mktoFieldWrap .mktoError .mktoErrorWrap {
  left: 15px;
}
.mktoForm .mktoButtonRow {
  margin: 40px 0;
  width: 100%;
}
@media (max-width: 500px) {
  .mktoForm .mktoButtonRow button {
    display: block;
  }
}
.mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoNative button,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button.mktoButton,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button.mktoButton,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoNative button.mktoButton {
  height: auto !important;
  font-size: 0.85em !important;
  border-radius: 3px;
  padding: 10px 25px;
  width: 100% !important;
  cursor: pointer;
  transition: all 0.15s linear;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif !important;
  border: 2px solid #5ba745 !important;
  background-image: none !important;
  background-color: #5ba745 !important;
  color: white !important;
  margin: 0 !important;
}
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button:hover,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button:hover,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoNative button:hover,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button.mktoButton:hover,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button.mktoButton:hover,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoNative button.mktoButton:hover,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button:active,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button:active,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoNative button:active,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button.mktoButton:active,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button.mktoButton:active,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoNative button.mktoButton:active,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button:focus,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button:focus,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoNative button:focus,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button.mktoButton:focus,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button.mktoButton:focus,
.mktoForm .mktoButtonRow .mktoButtonWrap.mktoNative button.mktoButton:focus {
  background-color: #51953e !important;
  border: 2px solid #51953e !important;
}
.inline-mkto {
  margin-top: 40px;
  min-height: 70px;
  margin-bottom: 40px;
}
@media (max-width: 500px) {
  .inline-mkto .mktoForm {
    padding: 0;
  }
}
.inline-mkto .mktoForm .mktoGutter {
  display: none;
}
.inline-mkto .mktoForm .mktoFormRow {
  display: inline-block;
  float: left;
  width: 50%;
}
.inline-mkto .mktoForm .mktoFormRow .mktoFormCol {
  margin-bottom: 0;
}
.inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel {
  display: none;
}
.inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input {
  line-height: 1.2em !important;
}
.inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d6d6d6;
}
.inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-moz-placeholder {
  /* Firefox 19+ */
  color: #d6d6d6;
}
.inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-ms-input-placeholder {
  /* IE 10+ */
  color: #d6d6d6;
}
.inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-moz-placeholder {
  /* Firefox 18- */
  color: #d6d6d6;
}
.inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
  padding: 12px 15px 10px;
  border: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  font-size: 0.8em;
}
.inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField:focus {
  outline: 1px solid transparent !important;
  color: #fcfcfc;
}
.inline-mkto .mktoForm .mktoButtonRow {
  margin: 0;
  width: 40%;
  float: left;
}
@media (max-width: 992px) {
  .inline-mkto .mktoForm .mktoButtonRow {
    width: 50%;
  }
}
.inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button,
.inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button,
.inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button.mktoButton,
.inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button.mktoButton {
  border-top-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border: none !important;
  padding: 8px 25px 12px;
  white-space: nowrap;
  max-height: 39px;
}
.inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button:hover,
.inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button:hover,
.inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button.mktoButton:hover,
.inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button.mktoButton:hover,
.inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button:active,
.inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button:active,
.inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button.mktoButton:active,
.inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button.mktoButton:active,
.inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button:focus,
.inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button:focus,
.inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button.mktoButton:focus,
.inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button.mktoButton:focus {
  border: none !important;
}
@media screen and (max-device-width: 375px) and (max-device-height: 667px) {
  .inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button,
  .inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button,
  .inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button.mktoButton,
  .inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button.mktoButton {
    padding: 8px 15px 12px;
    max-height: 40px;
  }
}
.bg-slate .inline-mkto .mktoForm .mktoFormRow .mktoFormCol,
.bg-slate-dark .inline-mkto .mktoForm .mktoFormRow .mktoFormCol {
  margin-bottom: 0;
}
.bg-slate .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-webkit-input-placeholder,
.bg-slate-dark .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777e8e;
}
.bg-slate .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-moz-placeholder,
.bg-slate-dark .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-moz-placeholder {
  /* Firefox 19+ */
  color: #777e8e;
}
.bg-slate .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-ms-input-placeholder,
.bg-slate-dark .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-ms-input-placeholder {
  /* IE 10+ */
  color: #777e8e;
}
.bg-slate .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-moz-placeholder,
.bg-slate-dark .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-moz-placeholder {
  /* Firefox 18- */
  color: #777e8e;
}
.bg-slate .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField,
.bg-slate-dark .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
  background: white;
  box-shadow: inset 0 0 0 1px #e2e2e2 !important;
}
.bg-slate .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField:focus,
.bg-slate-dark .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField:focus {
  color: #636b7d;
}
@media (max-width: 768px) {
  .bg-slate .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField,
  .bg-slate-dark .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
    box-shadow: none;
    border: 1px solid #e2e2e2;
  }
}
.bg-grey-light .inline-mkto,
.bg-grey .inline-mkto {
  margin: 0 !important;
  min-height: inherit;
  display: inline-block;
  width: 100% !important;
  max-width: 430px !important;
}
.bg-grey-light .inline-mkto .mktoForm .mktoButtonRow,
.bg-grey .inline-mkto .mktoForm .mktoButtonRow {
  width: 40%;
  margin-left: -1px;
  float: none;
}
@media (max-width: 768px) {
  .bg-grey-light .inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button,
  .bg-grey .inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button,
  .bg-grey-light .inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button,
  .bg-grey .inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button,
  .bg-grey-light .inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button.mktoButton,
  .bg-grey .inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoRound button.mktoButton,
  .bg-grey-light .inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button.mktoButton,
  .bg-grey .inline-mkto .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button.mktoButton {
    padding: 10px 0 12px;
    white-space: nowrap;
    max-height: 41px;
    text-align: center;
  }
}
.bg-grey-light .inline-mkto .mktoForm .mktoFieldDescriptor,
.bg-grey .inline-mkto .mktoForm .mktoFieldDescriptor {
  margin-bottom: 0 !important;
}
.bg-grey-light .inline-mkto .mktoForm .mktoFormRow,
.bg-grey .inline-mkto .mktoForm .mktoFormRow {
  width: 60%;
}
.bg-grey-light .inline-mkto .mktoForm .mktoFormRow .mktoFormCol,
.bg-grey .inline-mkto .mktoForm .mktoFormRow .mktoFormCol {
  margin-bottom: 0;
}
.bg-grey-light .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-webkit-input-placeholder,
.bg-grey .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cbced4;
}
.bg-grey-light .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-moz-placeholder,
.bg-grey .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-moz-placeholder {
  /* Firefox 19+ */
  color: #777e8e;
}
.bg-grey-light .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-ms-input-placeholder,
.bg-grey .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-ms-input-placeholder {
  /* IE 10+ */
  color: #777e8e;
}
.bg-grey-light .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-moz-placeholder,
.bg-grey .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-moz-placeholder {
  /* Firefox 18- */
  color: #777e8e;
}
.bg-grey-light .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField,
.bg-grey .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
  background: white;
  box-shadow: inset 0 0 0 1px #e2e2e2 !important;
}
.bg-grey-light .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField:focus,
.bg-grey .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField:focus {
  color: #636b7d;
}
@media (max-width: 768px) {
  .bg-grey-light .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField,
  .bg-grey .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
    box-shadow: none;
    border: 1px solid #e2e2e2;
  }
}
.bg-grey .inline-mkto .mktoForm .mktoFormRow .mktoFormCol {
  margin-bottom: 0;
}
.bg-grey .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #636b7d;
}
.bg-grey .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input::-moz-placeholder {
  /* Firefox 19+ */
  color: #636b7d;
}
.bg-grey .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-ms-input-placeholder {
  /* IE 10+ */
  color: #636b7d;
}
.bg-grey .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input:-moz-placeholder {
  /* Firefox 18- */
  color: #636b7d;
}
.bg-grey .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField:focus {
  color: #636b7d;
}
.double-card .row-btn-mkto {
  min-height: 55px;
}
.double-card .row-btn-mkto .inline-mkto .mktoForm .mktoFormRow {
  width: 45%;
}
@media (max-width: 768px) {
  .double-card .row-btn-mkto .inline-mkto .mktoForm .mktoFormRow {
    width: 100%;
  }
}
.double-card .row-btn-mkto .inline-mkto .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoField {
  border: none;
}
.double-card .row-btn-mkto .inline-mkto .mktoForm .mktoButtonRow {
  width: 55%;
}
@media (max-width: 768px) {
  .double-card .row-btn-mkto .inline-mkto .mktoForm .mktoButtonRow {
    width: 100%;
    margin-top: 40px;
  }
}
.double-card .row-btn-mkto .inline-mkto .mktoForm .mktoButtonRow button.mktoButton {
  height: 39px !important;
  border-radius: 0 3px 3px 0;
  padding: 8px 25px;
}
@media (max-width: 768px) {
  .double-card .row-btn-mkto .inline-mkto .mktoForm .mktoButtonRow button.mktoButton {
    height: auto !important;
    border-radius: 3px;
  }
}
.mktoForm.hide {
  width: 0 !important;
  display: none !important;
  height: 0 !important;
}
.mktoOffset {
  display: none !important;
}
.mktoForm * {
  font-family: "source sans pro", sans-serif !important;
}
.mktoForm textarea {
  box-shadow: none !important;
  -webkit-appearance: none !important;
  width: 100%;
}
.subscribe .mktoFormRow {
  width: 288px !important;
}
.mktoField {
  float: left !important;
  width: 98% !important;
  height: 30px !important;
  margin-horizontal: 4px !important;
  font-family: "Source Sans Pro", sans-serif !important;
}
.mktoField:focus {
  outline: 1px solid #c0c2c7 !important;
  border-radius: 3px !important;
}
.mktoButton {
  margin-horizontal: 15px !important;
  border-radius: 3px;
  font-weight: bold;
  width: 129px !important;
  margin-left: 31px !important;
  font-size: 10pt !important;
  border: 1px solid #333 !important;
  background-color: #15728a !important;
  background-image: linear-gradient(to bottom, #15728a, #115364) !important;
  background-image: -webkit-gradient(linear, left horizontal, left bottom, from(#15728a), to(#115364)) !important;
  background-image: -webkit-linear-gradient(horizontal, #15728a, #115364) !important;
  background-image: -moz-linear-gradient(horizontal, #15728a, #115364) !important;
}
.mktoAsterix {
  display: none !important;
}
.subscribe p {
  color: #167891;
  font-size: 14pt;
}
.subscribe.horizontal {
  width: 904px !important;
  padding: 18px 18px 4px 18px;
  margin: 0px;
  margin-bottom: 10px;
}
.subscribe.horizontal .mktoForm {
  width: 100% !important;
}
.subscribe.horizontal .mktoFormRow {
  float: left !important;
  clear: none !important;
  width: 164px !important;
  margin-right: 23px;
}
.subscribe.horizontal .mktoButton {
  margin-left: -113px !important;
  margin-top: 26px;
  height: 28px !important;
  padding-top: 4px !important;
}
.subscribe.horizontal .mktoButtonRow {
  width: 100px !important;
}
.mkto-btn-out-green .mktoForm .mktoButtonRow .mktoButtonWrap.mktoNative button.mktoButton,
.mkto-btn-out-green .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button.mktoButton {
  border: 2px solid #5ba745 !important;
  background-color: transparent !important;
  color: #363d4e !important;
}
.mkto-btn-out-green .mktoForm .mktoButtonRow .mktoButtonWrap.mktoNative button.mktoButton:hover,
.mkto-btn-out-green .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button.mktoButton:hover,
.mkto-btn-out-green .mktoForm .mktoButtonRow .mktoButtonWrap.mktoNative button.mktoButton.active,
.mkto-btn-out-green .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple button.mktoButton.active {
  background-color: #5ba745 !important;
  color: white !important;
  border: 2px solid #5ba745 !important;
}
label[for="CASL_Can_Contact__c"],
#CASL_Can_Contact__c {
  display: none;
}
.mktoForm .mktoFormRow#gdpr_check {
  margin-top: 10px;
}
.mktoForm .mktoFormRow#gdpr_check .mktoFormCol .mktoGutter {
  display: none;
}
.mktoForm .mktoFormRow#gdpr_check .mktoFormCol .mktoFieldWrap label[for="GDPR_Consent__c"] {
  font-size: 0.9em !important;
  margin-top: 1em;
  width: 94% !important;
  float: right;
  margin-top: 0;
  padding-top: 4px;
}
.mktoForm .mktoFormRow#gdpr_check .mktoFormCol .mktoFieldWrap .mktoField[type="checkbox"] {
  width: 100% !important;
  min-width: auto !important;
}
.mktoForm .mktoFormRow#gdpr_check .mktoCheckboxList {
  padding: 0;
  float: left;
  width: 5% !important;
  clear: none;
}
.inline-mkto {
  position: relative;
}
.inline-mkto.gdpr-form {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .inline-mkto.gdpr-form {
    margin-bottom: 115px !important;
  }
}
.inline-mkto .mktoForm .mktoFormRow#gdpr_check {
  width: 100%;
  float: none;
  position: absolute;
  bottom: -75px;
  left: 0;
}
@media (max-width: 992px) {
  .inline-mkto .mktoForm .mktoFormRow#gdpr_check {
    bottom: -120px;
  }
}
.inline-mkto .mktoForm .mktoFormRow#gdpr_check .mktoFieldWrap label[for="GDPR_Consent__c"] {
  display: block;
  padding-top: 0;
}
.inline-mkto .mktoForm .mktoFormRow#gdpr_check .mktoFieldWrap .mktoField {
  box-shadow: none !important;
}
.persona .inline-mkto.gdpr-form {
  margin-bottom: 30px;
}
.persona .inline-mkto .mktoForm .mktoFormRow#gdpr_check {
  bottom: -45px;
}
.product.api .inline-mkto.gdpr-form,
.product.dashboard .inline-mkto.gdpr-form {
  margin-bottom: 110px ;
}
@media (max-width: 992px) {
  .product.api .inline-mkto.gdpr-form,
  .product.dashboard .inline-mkto.gdpr-form {
    margin-bottom: 155px !important;
  }
}
@media (max-width: 992px) {
  .product.api .inline-mkto.gdpr-form .mktoFormRow#gdpr_check,
  .product.dashboard .inline-mkto.gdpr-form .mktoFormRow#gdpr_check {
    bottom: -100px;
  }
}
.double-card .gdpr-form {
  margin-bottom: 45px !important;
}
@media (max-width: 992px) {
  .double-card .gdpr-form #gdpr_check {
    bottom: -85px;
  }
}
@media (max-width: 768px) {
  .double-card .gdpr-form #gdpr_check {
    bottom: -105px;
  }
}
@media (max-width: 768px) {
  .double-card .gdpr-form {
    margin-bottom: 65px !important;
  }
}
@media (max-width: 992px) {
  .row-hero .flex-grid .col .inline-mkto #gdpr_check {
    bottom: -85px;
  }
}
.data-studies-page .container .flex-grid-double .inline-mkto #gdpr_check {
  bottom: 5px;
}
@media (max-width: 768px) {
  .data-studies-page .container .flex-grid-double .inline-mkto #gdpr_check {
    bottom: -80px;
  }
}
@media (max-width: 420px) {
  .data-studies-page .container .flex-grid-double .inline-mkto #gdpr_check {
    bottom: -100px;
  }
}
.data-studies-page .container .flex-grid-double.cta-top .inline-mkto #gdpr_check {
  bottom: -75px;
}
@media (max-width: 1058px) {
  .data-studies-page .container .flex-grid-double.cta-top .inline-mkto #gdpr_check {
    bottom: -105px;
  }
}
@media (max-width: 420px) {
  .data-studies-page .container .flex-grid-double.cta-top .inline-mkto #gdpr_check {
    bottom: -100px;
  }
}
@media (max-width: 768px) {
  .resource-details .col-mkto .desktop-mkto {
    display: none;
  }
}
.resource-details .col-mkto .mobile-mkto {
  display: none;
}
@media (max-width: 768px) {
  .resource-details .col-mkto .mobile-mkto {
    display: block;
  }
}

/*
structure.less is intended for styles that we use to structure the site, based on classes.
These include the large-scale classes for general structure (.container-fluid, etc), nav
styles, and structural classes like .hero or .footer
*/
nav {
  background: #162338;
  color: #979ba3;
  z-index: 500;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  font-size: 0.85em;
}
@media (max-width: 1100px) {
  nav {
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  nav {
    display: none;
  }
}
nav .nav-inner-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
nav .nav-inner-wrapper .wrapper-logo {
  max-width: 134px;
  flex-shrink: 0;
  background: url("/static/svg/logo-parsely-light-horizontal.svg") no-repeat center center;
  width: 100%;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  nav .nav-inner-wrapper .wrapper-logo {
    max-width: 116px;
  }
}
nav .nav-inner-wrapper a {
  color: #a4a8b0;
  height: 60px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 100ms linear;
}
nav .nav-inner-wrapper a:hover {
  text-decoration: none;
}
nav .nav-inner-wrapper a.get-started {
  color: #5ba745;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1000px) {
  nav .nav-inner-wrapper a.get-started {
    min-width: 70px;
    margin-left: auto;
  }
}
nav .nav-inner-wrapper a.get-started:hover {
  background-color: #5ba745;
  color: #fcfcfc;
}
nav .nav-inner-wrapper a .icon-caret {
  width: 11px;
  stroke: #303f56;
  margin-left: 9px;
  margin-top: 4px;
  transition: all 200ms linear;
  stroke-width: 4;
  flex-shrink: 0;
}
nav .nav-inner-wrapper .nav-item {
  overflow: hidden;
  height: 60px;
  position: relative;
}
nav .nav-inner-wrapper .nav-item:after {
  left: 0;
  width: 0;
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  transition: 0.25s;
}
nav .nav-inner-wrapper .nav-item .nav-items-dropdown {
  position: absolute;
  background-color: #162338;
  width: 200px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 100ms ease-out;
}
nav .nav-inner-wrapper .nav-item .nav-items-dropdown h6 {
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  color: #868c97;
  padding-bottom: 10px;
  padding-top: 25px;
  padding-left: 24px;
  padding-right: 20px;
}
nav .nav-inner-wrapper .nav-item .nav-items-dropdown a {
  color: #c0c2c7;
}
nav .nav-inner-wrapper .nav-item .nav-items-dropdown a strong {
  margin-right: 4px;
}
nav .nav-inner-wrapper .nav-item .nav-items-dropdown a.dropdown-break {
  border-top: 1px solid #1e314f;
}
nav .nav-inner-wrapper .nav-item .nav-items-dropdown a:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
nav .nav-inner-wrapper .nav-item .nav-items-dropdown a:hover {
  background-color: #1a2a43;
  color: white;
  transition: all 100ms linear;
}
nav .nav-inner-wrapper .nav-item.wide-dropdown .nav-items-dropdown {
  width: 280px;
}
nav .nav-inner-wrapper .nav-item .dropdown-double {
  width: 330px;
  display: flex;
}
nav .nav-inner-wrapper .nav-item .dropdown-double .col-dropdown {
  width: 185px;
}
nav .nav-inner-wrapper .nav-item .dropdown-double .col-dropdown h6 {
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  color: #868c97;
  padding-bottom: 10px;
  padding-top: 25px;
  padding-left: 24px;
  padding-right: 20px;
}
nav .nav-inner-wrapper .nav-item .dropdown-double .col-dropdown.dropdown-features {
  width: 260px;
}
nav .nav-inner-wrapper .nav-item .dropdown-double.dropdown-learn {
  width: 305px;
}
nav .nav-inner-wrapper .nav-item .dropdown-double.dropdown-learn .col-dropdown {
  width: 170px;
}
nav .nav-inner-wrapper .nav-item .dropdown-double.dropdown-learn .col-dropdown:first-of-type {
  width: 135px;
}
nav .nav-inner-wrapper .nav-item:hover {
  overflow: visible;
}
nav .nav-inner-wrapper .nav-item:hover:after {
  background: #5ba745;
  width: 100%;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
nav .nav-inner-wrapper .nav-item:hover > a {
  color: #fcfcfc;
}
nav .nav-inner-wrapper .nav-item:hover > a .icon-caret {
  opacity: 1;
  stroke: #5ba745;
  transform: rotate(-180deg) translate(0, 2px);
  transition: all 100ms linear;
}
nav .nav-inner-wrapper .nav-item:hover .nav-items-dropdown {
  opacity: 1;
  transform: translateY(0);
  transition: all 100ms ease-in;
}
nav .nav-inner-wrapper .nav-item-right {
  margin-left: auto;
}
@media (max-width: 1000px) {
  nav .nav-inner-wrapper .nav-item-right {
    min-width: 90px;
  }
}
@media (max-width: 1000px) {
  nav .nav-inner-wrapper .xs-hide {
    display: none;
  }
}
@media (max-width: 1280px) {
  nav .nav-inner-wrapper .lg-hide {
    display: none;
  }
}
nav .nav-inner-wrapper .md-hide {
  display: none;
}
@media (max-width: 1280px) {
  nav .nav-inner-wrapper .md-hide {
    display: block;
  }
}
.heading-mobile {
  display: none;
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 500;
}
@media (max-width: 768px) {
  .heading-mobile {
    display: block;
  }
}
.heading-mobile .mobile-wrapper-logo {
  max-width: 140px;
  position: absolute;
  width: 100%;
  margin-left: -70px;
  height: 40px;
  margin-top: 20px;
  background: url("/static/svg/logo-parsely-light-horizontal.svg") no-repeat center center;
}
.heading-mobile .mobile-wrapper-logo.logo-light {
  background: url("/static/svg/logo-parsely-green-horizontal.svg") no-repeat center center;
}
@media (max-width: 600px) {
  .heading-mobile .mobile-wrapper-logo {
    max-width: 120px;
    margin-left: -60px;
  }
}
.nav-dark {
  background-color: #101a2a;
}
.nav-dark .nav-inner-wrapper .nav-item .nav-items-dropdown {
  background-color: #101a2a;
}
.nav-dark .nav-inner-wrapper .nav-item .nav-items-dropdown a.dropdown-break {
  border-top: 1px solid #1b2c48;
}
.nav-dark .nav-inner-wrapper .nav-item .nav-items-dropdown a:hover {
  background-color: #142135;
}
.nav-transparent {
  background-color: rgba(5, 15, 31, 0.55);
}
.nav-transparent .nav-inner-wrapper .nav-item .nav-items-dropdown {
  background-color: #101a2a;
}
.nav-transparent .nav-inner-wrapper .nav-item .nav-items-dropdown a.dropdown-break {
  border-top: 1px solid #1b2c48;
}
.nav-light {
  background-color: #f5f5f5;
  border-bottom: 1px solid #f2f2f2;
}
.nav-light .nav-inner-wrapper .wrapper-logo {
  background: url("/static/svg/logo-parsely-green-horizontal.svg") no-repeat center center;
}
.nav-light .nav-inner-wrapper a {
  color: #8a8e97;
}
.nav-light .nav-inner-wrapper a .icon-caret {
  stroke: #c0c2c7;
}
.nav-light .nav-inner-wrapper a:hover {
  text-decoration: none;
  color: #162338;
}
.nav-light .nav-inner-wrapper .nav-item:hover > a {
  color: #162338;
}
.nav-light .nav-inner-wrapper .nav-item .nav-items-dropdown {
  background-color: #f5f5f5;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.nav-light .nav-inner-wrapper .nav-item .nav-items-dropdown h6 {
  color: #2a374c;
}
.nav-light .nav-inner-wrapper .nav-item .nav-items-dropdown a {
  color: #162338;
}
.nav-light .nav-inner-wrapper .nav-item .nav-items-dropdown a:hover {
  background-color: #ebebeb;
  color: #162338;
}
.nav-light .nav-inner-wrapper .nav-item .nav-items-dropdown a.dropdown-break {
  border-top: 1px solid #e2e2e2;
}
.container-mobile-bottom {
  background-color: #fcfcfc;
  display: none;
  border-top: 1px solid #f2f2f2;
  /*&.container-mobile-bottom-products {
        height: 0;
        background-color: darken(@grey, 3%);
        border: 0;
        -webkit-box-shadow: inset 0px 1px 0px 0px darken(@grey, 6%);
        -moz-box-shadow: inset 0px 1px 0px 0px darken(@grey, 6%);
        box-shadow: inset 0px 1px 0px 0px darken(@grey, 6%);

        &.active {
            height: 84px;
        }

        .flex-grid {
            padding-top: 0;

            a {
                padding-top: 7px;
                padding-bottom: 5px;

                &.current {
                    color: @green;
                }
            }
        }
    }*/
  /*&.container-mobile-bottom-roles {
        height: 0;
        background-color: darken(@grey, 3%);
        border: 0;
        -webkit-box-shadow: inset 0px 1px 0px 0px darken(@grey, 6%);
        -moz-box-shadow: inset 0px 1px 0px 0px darken(@grey, 6%);
        box-shadow: inset 0px 1px 0px 0px darken(@grey, 6%);
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;

        &.active {
            height: 84px;
        }

        .flex-grid {
            padding-top: 0;

            .mobile-nav-label {
                text-transform: uppercase;
                color: @light-on-dark;
                font-size: 0.6em;
                letter-spacing: 0.03em;
                font-weight: 600;
            }

            a {
                padding-top: 7px;
                padding-bottom: 5px;

                &.current {
                    color: @green;
                }
            }
        }

        // canceling out Flexbox for overflow but keeping stylings
        @media(max-width: 600px) {
            .flex-grid {
                padding-top: 0;
                display: block;
                width: 600px;

                .col {
                    display: inline-block;
                    padding-left: 20px;
                    padding-right: 20px;
                    text-align: center;

                    a {
                        padding-top: 4px;
                        padding-bottom: 5px;
                        font-weight: 600;
                        color: @light-on-dark;

                        &.current, &.active {
                            color: @green;
                        }
                    }
                }
            }
        }
    }*/
  /*&.container-mobile-bottom-resources {
        height: 0;
        background-color: darken(@grey, 3%);
        border: 0;
        -webkit-box-shadow: inset 0px 1px 0px 0px darken(@grey, 6%);
        -moz-box-shadow: inset 0px 1px 0px 0px darken(@grey, 6%);
        box-shadow: inset 0px 1px 0px 0px darken(@grey, 6%);
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;

        &.active {
            height: 84px;
        }

        // canceling out Flexbox for overflow but keeping stylings
        .flex-grid {
            padding-top: 0;
            display: block;
            width: 825px;

            li {
                //border: 1px solid red;
                display: inline-block;
                padding-left: 25px;
                padding-right: 25px;
                text-align: center;

                a {
                    padding-top: 4px;
                    padding-bottom: 5px;
                    font-size: 0.65em;
                    font-weight: 600;
                    color: @light-on-dark;

                    &.current, &.active {
                        color: @green;
                    }
                }
            }
        }
    }*/
}
@media (max-width: 768px) {
  .container-mobile-bottom {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  .container-mobile-bottom .flex-grid,
  .container-mobile-bottom .flex-grid-third,
  .container-mobile-bottom .flex-grid-double {
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: baseline;
  }
  .container-mobile-bottom .flex-grid .col,
  .container-mobile-bottom .flex-grid-third .col,
  .container-mobile-bottom .flex-grid-double .col {
    text-align: center;
    padding-top: 7px;
    padding-bottom: 2px;
  }
  .container-mobile-bottom .flex-grid a,
  .container-mobile-bottom .flex-grid-third a,
  .container-mobile-bottom .flex-grid-double a {
    color: #c0c2c7;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container-mobile-bottom .flex-grid a p,
  .container-mobile-bottom .flex-grid-third a p,
  .container-mobile-bottom .flex-grid-double a p {
    margin-bottom: 0;
    font-size: 0.65em;
    font-weight: 600;
  }
  .container-mobile-bottom .flex-grid a .icon,
  .container-mobile-bottom .flex-grid-third a .icon,
  .container-mobile-bottom .flex-grid-double a .icon {
    stroke: #c0c2c7;
  }
  .container-mobile-bottom .flex-grid a .icon-parsely-leaf,
  .container-mobile-bottom .flex-grid-third a .icon-parsely-leaf,
  .container-mobile-bottom .flex-grid-double a .icon-parsely-leaf {
    stroke: none;
    fill: #cecfd3;
    width: 23px;
    height: 23px;
  }
  .container-mobile-bottom .flex-grid a .icon-real-time,
  .container-mobile-bottom .flex-grid-third a .icon-real-time,
  .container-mobile-bottom .flex-grid-double a .icon-real-time {
    height: 23px;
    width: 30px;
    stroke-width: 2.1px;
  }
  .container-mobile-bottom .flex-grid a .icon-graduation-cap,
  .container-mobile-bottom .flex-grid-third a .icon-graduation-cap,
  .container-mobile-bottom .flex-grid-double a .icon-graduation-cap {
    height: 23px;
    width: 30px;
    stroke-width: 1.4px;
  }
  .container-mobile-bottom .flex-grid a .icon-post,
  .container-mobile-bottom .flex-grid-third a .icon-post,
  .container-mobile-bottom .flex-grid-double a .icon-post {
    height: 23px;
    width: 23px;
    stroke-width: 1.6px;
  }
  .container-mobile-bottom .flex-grid a .icon-kebab,
  .container-mobile-bottom .flex-grid-third a .icon-kebab,
  .container-mobile-bottom .flex-grid-double a .icon-kebab {
    width: 30px;
    height: 23px;
    fill: none;
    stroke-width: 0.8px;
  }
  .container-mobile-bottom .flex-grid a.current p,
  .container-mobile-bottom .flex-grid-third a.current p,
  .container-mobile-bottom .flex-grid-double a.current p {
    color: #5ba745;
  }
  .container-mobile-bottom .flex-grid a.current .icon,
  .container-mobile-bottom .flex-grid-third a.current .icon,
  .container-mobile-bottom .flex-grid-double a.current .icon {
    stroke: #5ba745;
  }
  .container-mobile-bottom .flex-grid a.current .icon-parsely-leaf,
  .container-mobile-bottom .flex-grid-third a.current .icon-parsely-leaf,
  .container-mobile-bottom .flex-grid-double a.current .icon-parsely-leaf {
    fill: #5ba745;
    stroke: none;
  }
  .container-mobile-bottom .flex-grid a.menu-focus,
  .container-mobile-bottom .flex-grid-third a.menu-focus,
  .container-mobile-bottom .flex-grid-double a.menu-focus {
    background-color: #f5f5f5;
    transition: all 200ms ease-out;
  }
  .container-mobile-bottom .flex-grid a.menu-focus p,
  .container-mobile-bottom .flex-grid-third a.menu-focus p,
  .container-mobile-bottom .flex-grid-double a.menu-focus p {
    opacity: 0.8;
  }
  .container-mobile-bottom .flex-grid a.menu-focus .icon,
  .container-mobile-bottom .flex-grid-third a.menu-focus .icon,
  .container-mobile-bottom .flex-grid-double a.menu-focus .icon {
    opacity: 0.65;
  }
  .container-mobile-bottom .flex-grid-third .col {
    -webkit-flex: 0 1 33.3%;
    flex: 0 1 33.3%;
  }
  .container-mobile-bottom .flex-grid-double .col {
    -webkit-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .container-mobile-bottom.menu-products .flex-grid-double .col {
    flex: 0 1 55%;
  }
  .container-mobile-bottom.menu-products .flex-grid-double .col:last-of-type {
    flex: 0 1 45%;
  }
}
.container-mobile-bottom.mobile-menu {
  display: none;
  border-top: 1px solid #e2e2e2;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .container-mobile-bottom.mobile-menu {
    display: block;
    z-index: 500;
    bottom: -10px;
    transition: bottom 100ms ease-out;
  }
}
@media (width: 768px) {
  .container-mobile-bottom.mobile-menu {
    padding-left: 40px;
  }
}
.container-mobile-bottom.mobile-menu a {
  color: #70747e;
}
.container-mobile-bottom.mobile-menu a p {
  font-weight: 400;
}
.container-mobile-bottom.mobile-menu a.current p {
  font-weight: 600;
}
.container-mobile-bottom.mobile-menu .flex-grid .col {
  padding-top: 18px;
  padding-bottom: 16px;
}
.container-mobile-bottom.mobile-menu .flex-grid-third .col,
.container-mobile-bottom.mobile-menu .flex-grid-double .col {
  text-align: center;
  padding-top: 11px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}
.container-mobile-bottom.mobile-menu .flex-grid-third:last-of-type .col,
.container-mobile-bottom.mobile-menu .flex-grid-double:last-of-type .col {
  padding-bottom: 16px;
}
.container-mobile-bottom.mobile-menu .flex-grid-label {
  display: flex;
  background-color: #f5f5f5;
  padding-top: 13px;
  color: #979ba3;
}
.container-mobile-bottom.mobile-menu .flex-grid-label .col {
  font-size: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.container-mobile-bottom.mobile-menu .flex-grid-label .col-label-left {
  -webkit-flex-basis: 66.6%;
  flex-basis: 66.6%;
  padding-left: 25px;
}
.container-mobile-bottom.mobile-menu .flex-grid-label .col-label-right {
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
}
.container-mobile-bottom.mobile-menu .rule-divider {
  position: absolute;
  border-left: 1px solid #e2e2e2;
  height: 122px;
  top: 50px;
  right: 0;
  margin-right: 33%;
}
.container-mobile-bottom.mobile-menu.menu-learn,
.container-mobile-bottom.mobile-menu.menu-more,
.container-mobile-bottom.mobile-menu.menu-blog {
  transition: bottom 200ms ease-out;
}
.container-mobile-bottom.mobile-menu.menu-learn.menu-active,
.container-mobile-bottom.mobile-menu.menu-more.menu-active,
.container-mobile-bottom.mobile-menu.menu-blog.menu-active {
  bottom: 50px;
}
.container-mobile-bottom.mobile-menu.menu-learn p,
.container-mobile-bottom.mobile-menu.menu-more p,
.container-mobile-bottom.mobile-menu.menu-blog p {
  text-align: left;
  padding-left: 25px;
  margin-right: auto;
}
.container-mobile-bottom.mobile-menu.menu-more,
.container-mobile-bottom.mobile-menu.menu-blog {
  bottom: -190px;
}
.container-mobile-bottom.mobile-menu.menu-learn {
  bottom: -300px;
}
.container-mobile-bottom.mobile-menu.menu-learn .rule-divider {
  height: 230px;
}
.container-mobile-bottom.mobile-menu.menu-products {
  transition: bottom 200ms ease-out;
  bottom: -271px;
}
.container-mobile-bottom.mobile-menu.menu-products .rule-divider {
  height: 231px;
  margin-right: 45%;
}
.container-mobile-bottom.mobile-menu.menu-products .flex-grid-label .col-label-left,
.container-mobile-bottom.mobile-menu.menu-products .flex-grid-label .col-label-right {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.container-mobile-bottom.mobile-menu.menu-products .flex-grid-label .col-label-right {
  margin-left: 65px;
}
.container-mobile-bottom.mobile-menu.menu-products p {
  text-align: left;
  padding-left: 25px;
  margin-right: auto;
}
.container-mobile-bottom.mobile-menu.menu-products p.link-text-wrap {
  max-width: 80px;
  line-height: 140%;
}
.container-mobile-bottom.mobile-menu.menu-products.menu-active {
  bottom: 50px;
}
.container-mobile-bottom.mobile-menu.menu-blog .rule-divider {
  margin-right: 66%;
  height: 72px;
}
.container-mobile-bottom.mobile-menu.menu-blog .flex-grid-label .col-label-left,
.container-mobile-bottom.mobile-menu.menu-blog .flex-grid-label .col-label-right {
  -webkit-flex-basis: 33.3%;
  flex-basis: 33.3%;
}
.case-studies-page .container-mobile-bottom .case-studies-link p {
  color: #5ba745;
  font-weight: 600;
}
.data-studies-page .container-mobile-bottom .data-studies-link p {
  color: #5ba745;
  font-weight: 600;
}
.guides-page .container-mobile-bottom .guides-link p {
  color: #5ba745;
  font-weight: 600;
}
.parsely-u-page .container-mobile-bottom .parsely-u-link p {
  color: #5ba745;
  font-weight: 600;
}
.videos-page .container-mobile-bottom .videos-link p {
  color: #5ba745;
  font-weight: 600;
}
.webinars-page .container-mobile-bottom .webinars-link p {
  color: #5ba745;
  font-weight: 600;
}

.container-announcement h2,
.container-announcement-sm h2 {
  margin-top: 0;
}
.container-announcement h5,
.container-announcement-sm h5 {
  margin-bottom: 1.75em;
  color: #5BA745;
}
.container-announcement .row,
.container-announcement-sm .row {
  padding-top: 40px;
  padding-bottom: 0;
}
.container-announcement .flex-grid-double .col,
.container-announcement-sm .flex-grid-double .col {
  flex-basis: 46%;
}
.container-announcement .flex-grid-double .btn,
.container-announcement-sm .flex-grid-double .btn {
  padding-left: 50px;
  padding-right: 50px;
}
.container-announcement .flex-grid-double .img-wrapper,
.container-announcement-sm .flex-grid-double .img-wrapper {
  position: relative;
}
.container-announcement .flex-grid-double .img-wrapper img,
.container-announcement-sm .flex-grid-double .img-wrapper img {
  margin-bottom: 30px;
  border-radius: 4px;
}
.container-announcement .flex-grid-double .img-wrapper img.overlay-img,
.container-announcement-sm .flex-grid-double .img-wrapper img.overlay-img {
  border: 0;
  width: 105px;
  height: 105px;
  z-index: 100;
  position: absolute;
  bottom: -8px;
  left: -10px;
}
.container-announcement .flex-grid-double .logo-wrapper img,
.container-announcement-sm .flex-grid-double .logo-wrapper img {
  max-width: 150px;
}
.container-announcement .flex-grid-double .logo-wrapper img.ona,
.container-announcement-sm .flex-grid-double .logo-wrapper img.ona {
  max-width: 200px;
  margin-right: 30px;
}
.container-announcement .row-btn.double-button,
.container-announcement-sm .row-btn.double-button {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .container-announcement .row-btn.double-button .btn,
  .container-announcement-sm .row-btn.double-button .btn {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .container-announcement .flex-grid-double .col,
  .container-announcement-sm .flex-grid-double .col {
    flex-basis: 100%;
  }
  .container-announcement .flex-grid-double img,
  .container-announcement-sm .flex-grid-double img {
    display: none;
  }
}
@media (max-width: 900px) {
  .container-announcement .flex-grid-double,
  .container-announcement-sm .flex-grid-double {
    align-items: center;
  }
  .container-announcement .flex-grid-double .col-img,
  .container-announcement-sm .flex-grid-double .col-img {
    overflow: hidden;
    text-align: center;
  }
  .container-announcement .flex-grid-double .col-img img,
  .container-announcement-sm .flex-grid-double .col-img img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .container-announcement h2,
  .container-announcement-sm h2 {
    margin-top: 5px;
    font-weight: 600;
  }
  .container-announcement .row,
  .container-announcement-sm .row {
    padding-right: 30px;
    padding-top: 10px;
  }
  .container-announcement .flex-grid-double,
  .container-announcement-sm .flex-grid-double {
    flex-direction: column;
  }
  .container-announcement .flex-grid-double .col-img,
  .container-announcement-sm .flex-grid-double .col-img {
    display: none;
  }
}

.row-cards p.center {
  margin-left: auto;
  margin-right: auto;
}
.row-cards .flex-grid-double,
.row-cards .flex-grid-third {
  align-items: stretch;
  justify-content: center;
}
.row-cards .flex-grid-double .col,
.row-cards .flex-grid-third .col {
  -webkit-flex: 0 0 32%;
  flex: 0 0 32%;
  border: 1px solid #e2e2e2;
  text-align: center;
  background-color: #fcfcfc;
  padding: 64px 35px 40px 35px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  padding: 0;
  text-align: left;
  align-content: stretch;
  align-items: flex-start;
  margin: 15px 10px 0;
}
@media (max-width: 768px) {
  .row-cards .flex-grid-double .col,
  .row-cards .flex-grid-third .col {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.row-cards .flex-grid-double .col:before,
.row-cards .flex-grid-third .col:before {
  content: " ";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 2px solid transparent;
  transition: all 150ms linear;
}
.row-cards .flex-grid-double .col h6,
.row-cards .flex-grid-third .col h6 {
  padding: 0;
}
.row-cards .flex-grid-double .col:hover,
.row-cards .flex-grid-third .col:hover {
  text-decoration: none;
}
.row-cards .flex-grid-double .col:hover svg,
.row-cards .flex-grid-third .col:hover svg {
  transform: translateY(-3px);
  transition: all 150ms linear;
}
.row-cards .flex-grid-double .col:hover:before,
.row-cards .flex-grid-third .col:hover:before {
  border: 2px solid #5ba745;
  transition: all 150ms linear;
}
.row-cards .flex-grid-double .col:hover h4,
.row-cards .flex-grid-third .col:hover h4,
.row-cards .flex-grid-double .col:hover h6,
.row-cards .flex-grid-third .col:hover h6 {
  text-decoration: none;
}
.row-cards .card-background {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.row-cards .card-background.sponsored-content {
  background-image: url("/static/img/images/graphic-sponsored-content.png");
}
.row-cards .card-background.video-analytics {
  background-image: url("/static/img/images/graphic-video-article.png");
}
.row-cards .card-background.content-recommendations {
  background-image: url("/static/img/images/graphic-content-recommendation.png");
}
.row-cards .card-background.ar-12 {
  background-image: url("/static/img/resources/graphic-ar12.png");
}
.row-cards .card-background.ar-13 {
  background-image: url("/static/img/resources/graphic-authority-report-13.png");
}
.row-cards .card-background.ar-14 {
  background-image: url("/static/img/resources/authority-report-14.png");
}
.row-cards .card-background.ar-15 {
  background-image: url("/static/img/resources/authority-report-15.png");
}
.row-cards .card-background.election-dashboard {
  background-image: url("/static/img/resources/graphic-election-retro-dashboard.png");
}
.row-cards .card-background.movie-study {
  background-image: url("/static/img/resources/graphic-movie-study.png");
}
.row-cards .card-background.movie-rank {
  background-image: url("/static/img/resources/graphic-movie-rank.png");
}
.row-cards .card-background.referrer-dashboard {
  background-image: url("/static/img/resources/referrer-dashboard.png");
}
.row-cards .card-background.webinar-communities {
  background-image: url("/static/img/images/graphic-building-a-community-online-webinar.png");
}
.row-cards .card-background.webinar-monetize {
  background-image: url("/static/img/images/graphic-monetizing-loyal-audiences.png");
}
.row-cards .card-background.webinar-paywall {
  background-image: url("/static/img/images/graphic-making-your-paywall-pay.png");
}
.row-cards .card-background.center-of-attention {
  background-image: url("/static/img/images/graphic-podcast.jpg");
}
.row-cards .below-background {
  padding: 30px 35px 40px;
  background: #fcfcfc;
}
.row-cards.row-double-cards .flex-grid {
  justify-content: space-around;
}
@media (max-width: 500px) {
  .row-cards.row-double-cards .flex-grid {
    display: -webkit-flex;
    display: flex;
  }
}
.row-cards.row-double-cards .double-card {
  border: 1px solid #e2e2e2;
  text-align: center;
  background-color: #fcfcfc;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-bottom: 30px;
}
.row-cards.row-double-cards .double-card > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row-cards.row-double-cards .double-card .content {
  padding: 100px 50px;
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .row-cards.row-double-cards .double-card .content {
    padding: 60px 35px;
    width: 100%;
    box-sizing: border-box;
  }
}
.row-cards.row-double-cards .double-card .content h6 {
  text-transform: uppercase;
}
.row-cards.row-double-cards .double-card .content :last-child {
  margin-bottom: 0;
}
.row-cards.row-double-cards .double-card .content .row-btn {
  margin-bottom: 60px;
}
.row-cards.row-double-cards .double-card .content .bottom-anchor {
  margin-top: 45px;
}
.row-cards.row-double-cards .double-card .content .bottom-anchor a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #cbcbcb;
}
.row-cards.row-double-cards .double-card .content .bottom-anchor a:visited {
  text-decoration: none;
}
.row-cards.row-double-cards .double-card .content .bottom-anchor a:hover {
  text-decoration: none;
}
.row-cards.row-double-cards .double-card .background {
  height: 100%;
  width: 50%;
  float: left;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
.row-cards.row-double-cards .double-card .background.graphic-editors-guide {
  background-image: url(/static/img/resources/graphic-editors-guide.png);
}
.row-cards.row-double-cards .double-card .background.graphic-gatehouse {
  background-image: url(/static/img/resources/graphic-gatehouse-media-case-study.png);
}
.row-cards.row-double-cards .double-card .background.graphic-cheat-sheet {
  background-image: url(/static/img/resources/graphic-analysts-cheat-sheet.png);
}
.row-cards.row-double-cards .double-card .background.graphic-aud-dev-guide {
  background-image: url(/static/img/images/graphic-audience-dev-guide.png);
}
.row-cards.row-double-cards .double-card .background.graphic-ar12 {
  background-image: url(/static/img/images/graphic-ar12-card.png);
}
.row-cards.row-double-cards .double-card .background.graphic-slate-case-study {
  background-image: url(/static/img/resources/graphic-slate-case-study.png);
}
.row-cards.row-double-cards .double-card .background.graphic-hello-fresh {
  background-image: url("/static/img/resources/graphic-hellofresh-case-study.png");
}
.row-cards.row-double-cards .double-card .background.graphic-content-sing {
  background-image: url("/static/img/images/graphic-make-your-content-sing-webinar.png");
}
.row-cards.row-double-cards .double-card .background.graphic-newsletters {
  background-image: url("/static/img/images/graphic-newsletter-webinar.png");
}
.row-cards.row-double-cards .double-card .background.graphic-online-attention {
  background-image: url("/static/img/images/graphic-online-attention.png");
}
.row-cards.row-double-cards .double-card .background.graphic-brand-loyalty {
  background-image: url("/static/img/images/graphic-brand-loyalty.png");
}
.row-cards.row-double-cards .double-card .background.graphic-blog-campaign-tracking {
  background-image: url("/static/img/images/graphic-audience-attention.png");
}
.row-cards.row-double-cards .double-card .background.graphic-engagement {
  background-image: url("/static/img/images/graphic-online-engagement.png");
}
.row-cards.row-double-cards .double-card .background.graphic-topics {
  background-image: url("/static/img/images/graphic-expand-your-brand.png");
}
.row-cards.row-double-cards .double-card .background.graphic-topics {
  background-image: url("/static/img/images/graphic-expand-your-brand.png");
}
.row-cards.row-double-cards .double-card .background.graphic-timberwolves {
  background-image: url("/static/img/images/graphic-timberwolves.png");
}
@media (max-width: 768px) {
  .row-cards.row-double-cards .double-card .background {
    display: none;
  }
}
@supports (display: grid) {
  @media (max-width: 1000px) {
    .row-cards.row-double-cards.row-double-cards .double-card {
      grid-template-rows: 0 3fr;
    }
  }
  .row-cards.row-double-cards .double-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .row-cards.row-double-cards .double-card .content,
  .row-cards.row-double-cards .double-card .background {
    float: none;
    width: auto;
  }
  @media (max-width: 1000px) {
    .row-cards.row-double-cards .double-card {
      grid-template-columns: 1fr;
      grid-template-rows: 0fr 3fr;
    }
    .row-cards.row-double-cards .double-card .content {
      grid-row: 2;
    }
    .row-cards.row-double-cards .double-card .background {
      grid-row: 1;
    }
  }
}

.row-comparison {
  position: relative;
}
.row-comparison svg {
  position: absolute;
  top: 0;
  max-width: 36px;
  right: 0;
  margin-top: -14px;
  z-index: 1;
  margin-right: -18px;
}
@media (max-width: 667px) {
  .row-comparison svg {
    left: 0;
    margin-left: -17px;
  }
}
.row-comparison .rule-horizontal {
  border-top: 1px solid #e2e2e2;
  width: 100%;
  position: absolute;
  top: 60px;
}
@media (max-width: 667px) {
  .row-comparison .rule-horizontal {
    display: none;
  }
}
.row-comparison .rule-circles {
  z-index: 20;
  top: 60px;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  position: absolute;
}
@media (max-width: 667px) {
  .row-comparison .rule-circles {
    display: none;
  }
}
.row-comparison .rule-circles .circle-half {
  display: inline-block;
  height: 24px;
  width: 12px;
}
.row-comparison .rule-circles .circle-left {
  border-radius: 24px 0 0 24px;
  -moz-border-radius: 24px 0 0 24px;
  -webkit-border-radius: 24px 0 0 24px;
  background: #2a374c;
}
.row-comparison .rule-circles .circle-right {
  border-radius: 0 24px 24px 0;
  -moz-border-radius: 0 24px 24px 0;
  -webkit-border-radius: 0 24px 24px 0;
  background: #5BA745;
}
.row-comparison .rule-triangles {
  z-index: 20;
  top: 63px;
  left: 50%;
  margin-left: -18px;
  margin-top: -12px;
  position: absolute;
}
@media (max-width: 667px) {
  .row-comparison .rule-triangles {
    display: none;
  }
}
.row-comparison .rule-triangles .triangle-half {
  display: inline-block;
  height: 24px;
  width: 18px;
}
.row-comparison .rule-triangles .triangle-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0px 0 18px;
  border-color: #2a374c transparent transparent transparent;
}
.row-comparison .rule-triangles .triangle-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 18px 0 0px;
  border-color: #5BA745 transparent transparent transparent;
}
.row-comparison .flex-grid-comparison {
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 667px) {
  .row-comparison .flex-grid-comparison {
    margin-bottom: 35px;
    flex-direction: column;
  }
}
.row-comparison .flex-grid-comparison .col {
  background-color: #fcfcfc;
  border: 1px solid #e2e2e2;
  padding: 26px 30px 22px;
  -webkit-flex: 0 1 38%;
  flex: 0 1 38%;
  z-index: 1;
  transition: all 150ms linear;
}
.row-comparison .flex-grid-comparison .col h5 {
  display: none;
  margin: 0;
  margin-bottom: 6px;
  color: #5BA745;
}
@media (max-width: 900px) {
  .row-comparison .flex-grid-comparison .col {
    flex: 0 1 30%;
    -webkit-flex: 0 1 30%;
    transition: all 150ms linear;
  }
}
@media (max-width: 667px) {
  .row-comparison .flex-grid-comparison .col {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    margin-bottom: 10px;
  }
  .row-comparison .flex-grid-comparison .col h5 {
    display: block;
  }
  .row-comparison .flex-grid-comparison .col.col-left {
    margin-bottom: 10px;
    order: 2;
  }
  .row-comparison .flex-grid-comparison .col.col-right {
    margin-bottom: 10px;
    order: 1;
  }
}
.row-comparison .flex-grid-comparison .col h4 {
  margin-bottom: 5px;
  margin-top: 0;
}
.row-comparison .flex-grid-comparison .col p {
  margin-bottom: 0;
}
.row-comparison .flex-grid-comparison .col-left h5 {
  color: #979ba3;
}

.container-cta {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-position: center center;
  background-image: url(/static/img/images/background-laptop-monitor-dash.jpg);
  background-size: cover;
  background-color: rgba(16, 26, 42, 0.87);
  background-blend-mode: overlay;
}
.row-cta {
  margin-top: 70px;
}
.row-cta h4 {
  color: #2a374c;
}
.row-cta .flex-grid {
  align-items: center;
  display: block;
  text-align: center;
}
.row-cta .col {
  display: inline-block;
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 768px) {
  .row-cta {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .row-cta .flex-grid {
    align-items: flex-start;
  }
  .row-cta .col:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .row-cta {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .row-cta .flex-grid {
    display: flex;
  }
  .row-cta .col {
    flex-basis: 100%;
    padding: 0;
    display: block;
  }
  .row-cta .btn {
    display: block;
  }
}

.container-customers h3 {
  margin-top: 30px;
}
.container-customers .flex-grid {
  justify-content: space-around;
  padding-top: 45px;
  padding-bottom: 0;
}
.container-customers .flex-grid:last-of-type {
  margin-bottom: 30px;
}
.container-customers .col {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.container-customers .col .logo-svg {
  max-width: 130px;
  max-height: 30px;
  fill: #979ba3;
  transition: all linear 0.15s;
  overflow: visible;
}
@media (max-width: 992px) {
  .container-customers .col .logo-svg {
    max-width: 110px;
    width: 100%;
    max-height: 30px;
  }
}
.container-customers .col .logo-first-look-media {
  max-height: 60px;
}
.container-customers .col .logo-mashable {
  max-width: 120px;
}
.container-customers .col .logo-new-york-post {
  max-width: 145px;
}
.container-customers .col .logo-hello-fresh {
  max-height: 60px;
}
.container-customers .col .logo-ben-and-jerrys {
  max-height: 40px;
}
.container-customers .col .logo-one-kings-lane {
  max-height: 45px;
}
.container-customers .col .logo-bravo {
  max-height: 50px;
  margin-top: 10px;
}
.container-customers .col .logo-the-points-guy {
  max-height: 45px;
  margin-top: -5px;
}
.container-customers .col .logo-atlas-obscura {
  max-height: 35px;
  margin-top: -5px;
}
.container-customers .col .logo-tech-crunch {
  max-width: 145px;
}
.container-customers .col .logo-huffpost {
  max-height: 50px;
}
.container-customers .col .logo-the-new-yorker {
  max-width: 160px;
}
.container-customers .col .logo-the-wall-street-journal,
.container-customers .col .logo-the-dallas-morning-news {
  max-width: 190px;
}
@media (max-width: 768px) {
  .container-customers .col .logo-the-wall-street-journal,
  .container-customers .col .logo-the-dallas-morning-news {
    max-width: 90px;
  }
}
.container-customers .col .logo-time-inc {
  max-width: 110px;
}
@media (max-width: 992px) {
  .container-customers .col .logo-time-inc {
    max-width: 90px;
  }
}
.container-customers .col .logo-upworthy {
  max-height: 46px;
}
.container-customers a.col:hover .logo-svg {
  transform: scale(1.03);
  transition: all linear 0.15s;
}
.container-customers.customers-color .col .logo-svg {
  fill: initial;
}
.container-customers.customers-color .col .logo-daily-beast {
  fill: #ee2e24;
}
.container-customers.customers-color .col .logo-hearst {
  fill: #5d759d;
}
.container-customers.customers-color .col .logo-mashable {
  fill: #00aeef;
}
.container-customers.customers-color .col .logo-slate {
  fill: #660033;
}
.container-customers.customers-color .col .logo-time-inc {
  fill: #01a7e1;
}
.container-customers.customers-color .col .logo-huffpost {
  fill: #2e7161;
}
.container-customers.customers-color .col .logo-upworthy {
  fill: #ff5d00;
}
.container-customers .row-btn {
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  padding-bottom: 55px;
}
.container-customers .row-btn .btn {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .container-customers .flex-grid .col {
    flex-basis: 15%;
  }
}
@media (max-width: 700px) {
  .container-customers .flex-grid .col:first-of-type {
    display: none;
  }
  .container-customers .flex-grid-fourth .col:first-of-type {
    display: flex;
  }
}
@media (max-width: 500px) {
  .container-customers .flex-grid {
    display: flex;
    padding-top: 20px;
  }
  .container-customers .flex-grid .col {
    flex-basis: 35%;
    margin-top: 45px;
    margin-bottom: 15px;
  }
  .container-customers .flex-grid .row-btn {
    padding-bottom: 45px;
  }
}

.container-demo-account.bg-slate {
  background: url('/static/gif/timeline-scroll.gif') center center no-repeat;
  background-size: cover;
  background-position: 0 -8px;
  position: relative;
}
.container-demo-account.bg-slate .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 15, 33, 0.9);
}
.container-demo-account.bg-slate .row-content {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.container-demo-account.bg-slate .row-content h2 {
  margin-bottom: 35px;
}
.container-demo-account.bg-slate .row-btn {
  margin-top: 10px;
}

.container-get-started {
  text-align: center;
}
.container-get-started .row {
  padding-top: 40px;
  padding-bottom: 40px;
}
.container-get-started.container-angle-bottom {
  padding-bottom: 0;
}
.container-get-started .flex-grid {
  align-items: center;
  display: block;
}
.container-get-started .col {
  margin: 10px 30px;
  display: inline-block;
}
.container-get-started .col:first-child {
  font-size: 1.15em;
}
.container-get-started .btn {
  padding: 10px 45px;
  margin-left: 15px;
}
.container-get-started .btn:first-of-type {
  margin-right: 15px;
  margin-left: 0;
}
@media (max-width: 560px) {
  .container-get-started .btn:first-of-type {
    margin-right: 0;
  }
}
@media (max-width: 560px) {
  .container-get-started .btn {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 1069px) {
  .container-get-started .col:first-child {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .container-get-started {
    padding-top: 10px;
  }
  .container-get-started .flex-grid {
    align-items: flex-start;
  }
}
@media (max-width: 560px) {
  .container-get-started .col.last-of-type {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .container-get-started {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .container-get-started .col {
    flex-basis: 100%;
  }
  .container-get-started .btn {
    display: block;
  }
}
.container-get-started.get-info {
  background: url(/static/svg/graphics/graphic-plot-green.svg) no-repeat;
  background-size: 100px;
  background-position: right 20% bottom -36px;
}
@media (max-width: 1300px) {
  .container-get-started.get-info {
    background: url(/static/svg/graphics/graphic-plot-green.svg) no-repeat;
    background-size: 100px;
    background-position: right 40px bottom -36px;
  }
}
@media (max-width: 900px) {
  .container-get-started.get-info {
    background: url(/static/svg/graphics/graphic-plot-green.svg) no-repeat;
    background-size: 100px;
    background-position: right 10px bottom -36px;
  }
}
@media (max-width: 800px) {
  .container-get-started.get-info {
    background: url(/static/svg/graphics/graphic-plot-green.svg) no-repeat;
    background-size: 100px;
    background-position: right -15px bottom -36px;
  }
}
@media (max-width: 620px) {
  .container-get-started.get-info {
    background: url(/static/svg/graphics/graphic-plot-green.svg) no-repeat;
    background-size: 100px;
    background-position: right bottom -36px;
  }
}
@media (max-width: 580px) {
  .container-get-started.get-info {
    background: none;
  }
}
.container-get-started.get-info .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-get-started.get-info .row h4 {
  margin: 0;
}
.container-get-started.get-info .row .icon-arrow {
  transform: translateY(1px) rotate(-90deg);
  height: 17px;
  width: 35px;
  stroke-width: 3px;
  stroke: #5BA745;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .container-get-started.get-info .row {
    display: block;
  }
  .container-get-started.get-info .row h4 {
    margin-bottom: 25px;
  }
  .container-get-started.get-info .row .icon-arrow {
    transform: rotate(0) translateY(2px);
    margin-right: 0;
  }
}
.container-get-started-mid {
  background-position: 0px 0px;
  background-color: #f5f5f5;
  background: url(/static/svg/graphics/graphic-plots.svg) no-repeat left center;
  background-size: 80%;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.container-get-started-mid .row {
  padding-top: 50px;
  padding-bottom: 50px;
}
.container-get-started-mid .row h2:after {
  background-color: #dbdcdf;
}
.container-get-started-mid .row-btn a {
  margin-right: 20px;
}
@media (max-width: 500px) {
  .container-get-started-mid .row-btn a {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .container-get-started-mid {
    background-position: -50px -330px;
    -webkit-background-size: 180%;
    -moz-background-size: 180%;
    -o-background-size: 180%;
    background-size: 180%;
  }
}
@media (max-width: 768px) {
  .container-get-started-mid {
    background-position: -50px -260px;
    -webkit-background-size: 240%;
    -moz-background-size: 240%;
    -o-background-size: 240%;
    background-size: 240%;
    background-color: rgba(247, 247, 247, 0.85);
    background-blend-mode: overlay;
  }
}
@media (max-width: 500px) {
  .container-get-started-mid {
    background-position: -50px -170px;
    -webkit-background-size: 420%;
    -moz-background-size: 420%;
    -o-background-size: 420%;
    background-size: 420%;
  }
}

.container-products .row-content {
  padding-top: 50px;
}
.container-products h2 {
  max-width: 900px;
  margin: 0 auto;
}
.container-products .flex-grid-third {
  margin-top: 50px;
  align-items: stretch;
}
.container-products .flex-grid-third .col {
  border: 1px solid #e2e2e2;
  text-align: center;
  background-color: #fcfcfc;
  padding: 64px 35px 40px 35px;
  cursor: pointer;
  -webkit-flex: 0 0 26%;
  flex: 0 0 26%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.container-products .flex-grid-third .col:before {
  content: " ";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 2px solid transparent;
  transition: all 150ms linear;
}
.container-products .flex-grid-third .col h4 {
  margin-top: 16px;
  margin-bottom: 12px;
}
.container-products .flex-grid-third .col h6 {
  padding-left: 10px;
  padding-right: 10px;
}
.container-products .flex-grid-third .col svg {
  max-width: 108px;
  margin-bottom: 10px;
  transition: all 100ms linear;
}
.container-products .flex-grid-third .col:hover {
  text-decoration: none;
}
.container-products .flex-grid-third .col:hover svg {
  transform: translateY(-3px);
  transition: all 150ms linear;
}
.container-products .flex-grid-third .col:hover:before {
  border: 2px solid #5BA745;
  transition: all 150ms linear;
}
.container-products .flex-grid-third .col:hover h4,
.container-products .flex-grid-third .col:hover h6 {
  text-decoration: none;
}
@media (max-width: 1150px) {
  .container-products .flex-grid-third .col {
    -webkit-flex: 0 1 23%;
    flex: 0 1 23%;
    padding-left: 35px;
    padding-right: 35px;
    justify-content: flex-start;
  }
}
@media (max-width: 992px) {
  .container-products .flex-grid-third .col {
    -webkit-flex: 0 1 25%;
    flex: 0 1 25%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 868px) {
  .container-products .flex-grid-third {
    display: block;
  }
  .container-products .flex-grid-third .col {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 380px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 40px;
  }
  .container-products .flex-grid-third .col:last-of-type {
    border-bottom: 1px solid #e2e2e2;
  }
}
.container-products.container-products-dark .flex-grid-third .col {
  background-color: #101a2a;
  border: none;
}
.container-products.container-products-dark .flex-grid-third .col h4 {
  border: none;
}
.container-products.container-products-dark .flex-grid-third .col:hover h4 {
  border: none;
}

.container-resource-download {
  background: url(/static/svg/graphics/graphic-bg-editors-guide.svg) no-repeat right center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 0;
  padding-top: 30px;
  padding-bottom: 25px;
  background-position: 10% 10px;
}
.container-resource-download .flex-grid-double .col:first-of-type {
  -webkit-flex: 0 1 53%;
  flex: 0 1 53%;
}
@media (max-width: 768px) {
  .container-resource-download .flex-grid-double .col:first-of-type {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .container-resource-download .flex-grid-double .col:first-of-type h2 {
    font-weight: 600;
  }
}
.container-resource-download .flex-grid-double .col:last-of-type {
  -webkit-flex: 0 1 43%;
  flex: 0 1 43%;
}
@media (max-width: 768px) {
  .container-resource-download .flex-grid-double .col:last-of-type {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.container-resource-download h2 {
  margin-top: 0;
  margin-bottom: 15px;
  margin-top: 20px;
}
.container-resource-download .row {
  padding-top: 50px;
  padding-bottom: 50px;
}
.container-resource-download .mktoForm .mktoButtonRow {
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .container-resource-download {
    background-position: -80px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (max-width: 1100px) {
  .container-resource-download {
    background-position: 0px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .container-resource-download {
    background-position: -60px 3px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media (max-width: 500px) {
  .container-resource-download {
    background-position: -125px 23px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.row-social {
  display: flex;
  align-content: space-around;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto;
}
.row-social .col {
  text-align: center;
}
a.icon-round {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  position: relative;
  background-color: #5ba745;
  margin: 0 auto;
  transition: background-color 100ms linear;
}
a.icon-round:hover {
  transition: background-color 100ms linear;
}
a.icon-round svg {
  stroke: none;
  width: 22px;
  height: 22px;
  fill: white;
}
a.icon-round.icon-round-facebook {
  background-color: #36609f;
}
a.icon-round.icon-round-facebook svg {
  margin-top: 12px;
}
a.icon-round.icon-round-facebook:hover {
  background-color: #30558c;
}
a.icon-round.icon-round-linkedin {
  background-color: #066c9a;
}
a.icon-round.icon-round-linkedin svg {
  margin-top: 11px;
}
a.icon-round.icon-round-linkedin:hover {
  background-color: #055b81;
}
a.icon-round.icon-round-instagram {
  background-color: #d73576;
}
a.icon-round.icon-round-instagram svg {
  margin-top: 3px;
  height: 42px;
  width: 26px;
}
a.icon-round.icon-round-instagram:hover {
  background-color: #ca2869;
}
a.icon-round.icon-round-twitter {
  background-color: #2aa9e0;
}
a.icon-round.icon-round-twitter svg {
  margin-top: 13px;
}
a.icon-round.icon-round-twitter:hover {
  background-color: #1f9cd2;
}
a.icon-round-share {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  position: relative;
  background-color: #c0c2c7;
  margin: 0 auto;
  transition: background-color 100ms linear;
}
a.icon-round-share:hover {
  transition: background-color 100ms linear;
  background-color: #737373;
}
a.icon-round-share svg {
  stroke: none;
  width: 16px;
  height: 16px;
  fill: #f5f5f5;
}
a.icon-round-share.icon-round-facebook svg {
  margin-top: 7px;
}
a.icon-round-share.icon-round-linkedin svg {
  margin-top: 6px;
}
a.icon-round-share.icon-round-twitter svg {
  margin-top: 8px;
}

.container-docs {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.container-docs.container-angle-top {
  padding-top: 0;
}
.container-docs.container-angle-bottom {
  padding-top: 0;
  padding-bottom: 0;
}
.container-docs .flex-grid {
  align-items: center;
  display: block;
}
.container-docs .col {
  display: inline-block;
  padding-left: 35px;
  padding-right: 35px;
}
.container-docs .inline-mkto {
  margin-top: 0;
  margin-bottom: -20px;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}
@media (max-width: 767px) {
  .container-docs {
    padding-top: 10px;
  }
  .container-docs .flex-grid {
    align-items: flex-start;
  }
  .container-docs .col:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .container-docs {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .container-docs .flex-grid {
    display: flex;
  }
  .container-docs .col {
    flex-basis: 100%;
    padding: 0;
    display: block;
  }
  .container-docs .col:first-child {
    display: none;
  }
  .container-docs .btn {
    display: block;
  }
}

.container-testim {
  position: relative;
  padding: 80px 0 60px;
}
.container-testim .col {
  flex: 1;
}
.container-testim .row {
  max-width: 750px;
  margin: 0 auto;
}
.container-testim .row h2 {
  margin-top: 0;
}
.container-testim .row-logo {
  text-align: center;
}
.container-testim .testim-headshot {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto;
  border: 5px solid #5ba745;
}
.container-testim .testim-headshot img {
  width: 100px;
  height: 100px;
}
.container-testim .testim-logo {
  max-width: 150px;
  width: 100%;
  border-radius: 1px;
}
.container-testim .testim-credentials {
  min-width: 500px;
  margin: 0 auto;
}
.container-testim .testim-author {
  text-align: right;
  color: #979ba3;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.06em;
}
.container-testim.testim-single h2,
.container-testim.testim-single h4 {
  text-align: center;
}
.container-testim.testim-single h2 {
  margin-bottom: 0;
}
.container-testim.testim-single h4 {
  margin-top: 40px;
}
.container-testim.testim-single .testim-credentials {
  text-align: center;
}
.container-testim.testim-single .testim-author {
  text-align: center;
  margin: 0 auto;
}
.container-testim.testim-single .testim-headshot {
  top: -25px;
  left: 0;
  right: 0;
}
.container-testim .flex-grid-double {
  max-width: 1100px;
}
@media (max-width: 615px) {
  .container-testim .testim-credentials {
    min-width: initial;
  }
}
@media (max-width: 500px) {
  .container-testim {
    padding-top: 75px;
  }
  .container-testim h2 {
    margin-top: 20px;
    font-size: 1.3em;
  }
  .container-testim .row {
    max-width: 580px;
    padding-top: 0;
  }
  .container-testim .flex-grid {
    display: flex;
  }
  .container-testim .testim-credentials {
    min-width: initial;
    margin-top: 30px;
  }
  .container-testim .testim-headshot {
    width: 80px;
    height: 80px;
    border: 3px solid #5ba745;
  }
  .container-testim .testim-author {
    font-size: 0.75em;
    color: #b1b5be;
    padding-right: 0;
    line-height: 160%;
    width: initial;
  }
  .container-testim .testim-logo {
    max-width: 130px;
    margin-bottom: 20px;
  }
}
.testim-double {
  text-align: left;
  display: flex;
  padding: 80px 0 60px;
  /* Smaller 1200px wide will remove the second testimonial and
   center align the first testimonial */
}
.testim-double h2 {
  color: #fcfcfc;
}
.testim-double h4 {
  text-align: left;
}
.testim-double .row {
  max-width: 1150px;
}
.testim-double .flex-grid-double {
  align-items: stretch;
}
.testim-double .col {
  max-width: 45%;
}
.testim-double .testim-logo {
  max-width: 180px;
}
.testim-double .testim {
  position: relative;
}
.testim-double .testim .testim-headshot {
  position: absolute;
  top: -80px;
  left: 0;
  width: 80px;
  height: 80px;
  border: 4px solid #5ba745;
}
.testim-double .testim-credentials {
  line-height: 1.6em;
  min-width: inherit;
  color: #979ba3;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .testim-double {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .testim-double .row {
    max-width: 750px;
  }
  .testim-double .row .testim-2 {
    display: none;
  }
  .testim-double .row .testim-1 {
    max-width: 100%;
  }
  .testim-double .row .testim-1 h4 {
    text-align: center;
    font-size: 1.5em;
    color: #fcfcfc;
  }
  .testim-double .row .testim-1 .testim-logo {
    margin: 0 auto;
  }
  .testim-double .row .testim-1 .testim-credentials {
    text-align: center;
  }
  .testim-double .row .testim-1 .testim-author {
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 500px) {
  .testim-double .testim-1 .testim-headshot {
    width: 80px;
    height: 80px;
    top: -70px;
  }
  .testim-double .testim-1 .testim-credentials {
    font-size: 0.95em;
  }
}
.container-testim-resource {
  text-align: center;
  color: #c0c2c7;
  padding-bottom: 2px;
  text-decoration: none;
  transition: all 100ms linear;
}
.container-testim-resource a {
  color: #c0c2c7;
}
.container-testim-resource .row {
  padding-top: 42px;
  padding-bottom: 40px;
}
.container-testim-resource .wrapper-resource {
  transition: all 100ms linear;
  align-items: center;
  display: flex;
  justify-content: center;
  transform: translateX(35px);
}
.container-testim-resource .icon-arrow {
  height: 17px;
  width: 35px;
  transform: translateY(1px) rotate(-90deg);
  stroke: #7c818b;
  stroke-width: 3;
  transition: all 100ms linear;
  opacity: 0;
}
.container-testim-resource .back-btn {
  background-color: #eb482c;
  color: #fcfcfc;
  font-weight: 600;
  padding: 8px 16px;
  padding-bottom: 6px;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  border-radius: 1px;
  margin-right: 20px;
  line-height: 140%;
  display: inline-block;
}
.container-testim-resource:hover {
  text-decoration: none;
}
.container-testim-resource:hover .wrapper-resource {
  transform: translateX(42px);
  transition: all 100ms linear;
}
.container-testim-resource:hover .icon-arrow {
  opacity: 1;
  transition: all 100ms linear;
  transform: translateY(1px) translateX(8px) rotate(-90deg);
}
@media (max-width: 700px) {
  .container-testim-resource .icon-arrow {
    display: none;
    transform: none;
  }
  .container-testim-resource .wrapper-resource {
    transform: none;
  }
  .container-testim-resource:hover .wrapper-resource {
    transform: none;
  }
  .container-testim-resource:hover .icon-arrow {
    display: none;
    width: 0;
    transform: none;
  }
}
@media (max-width: 625px) {
  .container-testim-resource .wrapper-resource {
    flex-direction: column;
    transform: translateX(0px);
  }
  .container-testim-resource .back-btn {
    margin: 0;
    margin-bottom: 20px;
  }
}
.container-testim-double-resource {
  padding-bottom: 0;
}
.container-testim-double-resource .col {
  padding-top: 22px;
  padding-bottom: 20px;
  color: #c0c2c7;
  transition: all 100ms linear;
}
.container-testim-double-resource .col a {
  color: #c0c2c7;
}
.container-testim-double-resource .col-empty {
  cursor: default;
}
.container-testim-double-resource .wrapper-resource {
  transition: all 100ms linear;
}
.container-testim-double-resource .wrapper-resource .back-btn {
  background-color: #eb482c;
  color: #fcfcfc;
  font-weight: 600;
  padding: 6px 16px;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  border-radius: 1px;
  margin-right: 20px;
  line-height: 140%;
  display: inline-block;
}
.container-testim-double-resource .wrapper-resource .icon-arrow {
  height: 17px;
  width: 35px;
  transform: translateY(3px) rotate(-90deg);
  stroke: #7c818b;
  stroke-width: 3;
  transition: all 100ms linear;
  opacity: 0;
}
.container-testim-double-resource .wrapper-resource:hover {
  transform: translateX(10px);
  transition: all 100ms linear;
}
.container-testim-double-resource .wrapper-resource:hover .icon-arrow {
  opacity: 1;
  transition: all 100ms linear;
  transform: translateY(3px) translateX(8px) rotate(-90deg);
}
@media (max-width: 1200px) {
  .container-testim-double-resource .col {
    margin: 0 auto;
    flex: 0 1 100%;
    text-align: center;
    justify-content: center;
  }
  .container-testim-double-resource .col:last-of-type {
    display: none;
  }
}
@media (max-width: 700px) {
  .container-testim-double-resource .icon-arrow {
    display: none;
    transform: none;
  }
  .container-testim-double-resource:hover .wrapper-resource {
    transform: none;
  }
  .container-testim-double-resource:hover .icon-arrow {
    display: none;
    width: 0;
    transform: none;
  }
}
@media (max-width: 625px) {
  .container-testim-double-resource .wrapper-resource {
    justify-content: flex-start;
    flex-direction: column;
    transform: translateX(0px);
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .container-testim-double-resource .wrapper-resource .back-btn {
    margin: 0;
    margin-bottom: 20px;
    display: inline-block;
  }
}
.testim-light {
  margin-top: 80px;
  border: 1px solid #e2e2e2;
  position: relative;
  padding: 40px 60px 15px;
  max-height: max-content;
  text-align: center;
}
.testim-light h4 {
  font-weight: 400;
}
@media (max-width: 768px) {
  .testim-light {
    padding: 40px 20px 15px;
  }
  .testim-light h4 {
    max-width: 97%;
    margin-left: auto;
    margin-right: auto;
  }
}
.testim-light .testim-logo {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: 50%;
  max-height: 90px;
  background: #2a374c;
}
.testim-light .testim-logo img,
.testim-light .testim-logo svg {
  fill: #fcfcfc;
  max-height: 140px;
  margin-top: -27px;
}
.testim-light .testim-credentials {
  max-width: 250px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.testim-light .testim-headshot {
  max-width: 100px;
  flex: 0 0 50%;
}
.testim-light .testim-headshot img {
  border-radius: 100%;
}
@media (max-width: 768px) {
  .testim-light .testim-headshot {
    display: none;
  }
}
.testim-light .testim-author {
  text-align: left;
  color: #979ba3;
  font-size: 0.8em;
  flex: 1 0 50%;
  line-height: 1.3em;
  margin-left: auto;
}
@media (max-width: 768px) {
  .testim-light .testim-author {
    text-align: center;
  }
}
.testim-light .testim-author .testim-source {
  color: #b3b5bb;
  text-transform: uppercase;
}

#row_tweets .twitter-tweet {
  width: 100% !important;
  min-width: 0px !important;
  margin-left: auto;
  margin-right: auto;
}

table,
.table {
  border: 1px solid #ccc;
  width: 100%;
  margin: 2em 0;
}
table tr,
.table tr {
  border-bottom: 1px solid #ccc;
}
table tr:last-of-type,
.table tr:last-of-type {
  border-bottom: none;
}
table tr th,
.table tr th,
table tr td,
.table tr td {
  padding: 5px 15px;
  text-align: left;
  border-right: 1px solid #ccc;
  line-height: 130%;
}
table tr th,
.table tr th {
  font-weight: bold;
}
table tr th span,
.table tr th span {
  display: block;
  font-size: .8em;
  line-height: 1.2em;
}

#top_announcement {
  background: #68ADD8;
  color: #fcfcfc;
  font-size: 1em;
  line-height: 1.35em;
  position: relative;
  box-sizing: border-box;
  padding-right: 50px;
  max-height: 300px;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0, 1, 0, 1);
}
#top_announcement a {
  color: #fcfcfc;
  text-decoration: underline;
}
#top_announcement .announcement-text {
  display: inline-block;
  padding: 10px 15px;
}
#top_announcement .announcement-close {
  display: inline-block;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 13px 16px;
  box-sizing: border-box;
  background: #4B83A8;
  color: #68ADD8;
  cursor: pointer;
}
#top_announcement .announcement-close svg {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#top_announcement.announcement-closed {
  max-height: 0;
  opacity: 0;
  display: none;
}

.container-screen {
  margin: 0 auto;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 6px;
  cursor: none;
  position: relative;
}
@media (max-width: 1100px) {
  .container-screen {
    display: none;
  }
}
.container-screen.half-width {
  width: 554px;
  height: 360px;
}
.container-screen.full-width {
  width: 960px;
  height: 668px;
  margin-top: 55px;
  margin-bottom: 70px;
}
.container-screen .zoom-icon {
  bottom: 0;
  position: absolute;
  z-index: 300;
  width: 60px;
  height: 60px;
  display: block;
  right: 0;
  opacity: 1;
  transition: all 0.35s ease-in;
}
.container-screen .zoom-icon:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: 60px solid rgba(22, 35, 56, 0.1);
  border-right: 0px solid rgba(22, 35, 56, 0.1);
  border-top: 0px solid transparent;
  border-left: 60px solid transparent;
}
.container-screen .zoom-icon svg.icon {
  max-width: 26px;
  stroke: #979ba3;
  opacity: 0.85;
  stroke-width: 2;
  padding-left: 28px;
  padding-right: 20px;
  padding-top: 26px;
}
.container-screen .screen {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
}
.container-screen:hover .zoom-icon {
  opacity: 0.5;
}
.container-screen-img img {
  display: none;
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .container-screen-img img {
    display: block;
  }
}

.barchart {
  position: relative;
  width: 100%;
  font-size: 0.78em;
}
@media (max-width: 768px) {
  .barchart {
    font-size: 0.68em;
  }
}
.barchart .bar-row {
  display: flex;
  align-items: center;
  width: 100%;
  height: 35px;
}
@media (max-width: 768px) {
  .barchart .bar-row {
    overflow: hidden;
  }
}
.barchart .bar-label {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 160px;
  height: 100%;
  padding-bottom: 5px;
  padding-right: 20px;
  text-align: right;
  line-height: 1em;
  border-right: 1px solid black;
}
@media (max-width: 768px) {
  .barchart .bar-label {
    flex: 0 0 77px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .barchart .creative-department-brand-newsroom .bar-label {
    flex: 0 0 115px;
  }
}
.barchart .bar-container {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  z-index: 2;
}
.barchart .bar {
  position: relative;
  height: 24px;
  background: black;
  max-width: 100%;
  transition: all 0.6s ease-out;
}
.barchart .bar.selected .bar-label {
  color: #5BA745;
}
.barchart.hidden .bar {
  max-width: 0;
}
.barchart .bar-value {
  position: absolute;
  top: -0.33em;
  right: -3.7em;
  color: #101a2a;
  width: 3em;
}
.barchart .x-axis {
  display: none;
  padding-top: 0.2em;
  padding-left: 164px;
  justify-content: space-between;
  z-index: 1;
}
.barchart .x-axis .tick {
  width: 3em;
  text-align: center;
}
.barchart .x-axis .tick:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 2.3em;
  margin-left: 0.85em;
  border-left: 1px dashed #cccccc;
}
.barchart .x-axis .tick:first-child:before {
  display: none;
}
@media (max-width: 768px) {
}
