@import 'https://fonts.googleapis.com/css?family=Ubuntu:400,500,700';
/**
Base settings
**/
* {
  box-sizing: border-box;
}
html {
  height: 100%;
  width: 100%;
  background: #fbfbfb;
  -webkit-font-smoothing: antialiased;
}
html.scroll-lock {
  overflow: hidden;
  position: relative;
}
body {
  background: #fbfbfb;
  color: #454d5e;
  font-size: 16px;
  min-height: 100%;
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}
body.scroll-lock {
  overflow: hidden;
  position: relative;
}
button {
  cursor: pointer;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: #4a90e2;
  cursor: pointer;
  transition: 0.2s ease all;
}
a:hover {
  color: #06bdff;
}
a.underline {
  text-decoration: none;
  color: #06bdff;
  cursor: pointer;
  transition: 0.2s ease all;
}
a.underline:after {
  content: '';
  background: #fff;
  display: block;
  width: 48px;
  margin: 1rem auto;
  height: 2px;
}
a.underline:hover {
  color: #06bdff;
  text-decoration: none;
}
a.underline:hover:after {
  content: '';
  display: block;
  height: 2px;
  width: 48px;
  background: #06bdff;
  margin: 1rem auto;
}
dl {
  padding: 0.625rem;
}
dl dt {
  font-weight: bold;
}
dl dd {
  padding-bottom: 0.625rem;
}
button {
  border: none;
  outline: none;
}
ul {
  list-style: none;
}
.row {
  width: auto;
  max-width: 1128px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.row::after {
  content: '';
  display: table;
  clear: both;
}
.flex-row {
  display: flex;
}
@media only screen and (max-width: 1050px) {
  .flex-row {
    display: block;
  }
}
.col-1 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 5.583333333333332%;
  margin-left: 0%;
  margin-right: 3%;
}
.col-1::after {
  content: '';
  display: table;
  clear: both;
}
.col-1:last-child {
  margin-right: 0%;
}
.col-2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 14.166666666666664%;
  margin-left: 0%;
  margin-right: 3%;
}
.col-2::after {
  content: '';
  display: table;
  clear: both;
}
.col-2:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1050px) {
  .col-2 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col-2:first-child {
    margin-left: auto;
  }
  .col-2:last-child {
    margin-right: auto;
  }
}
.col-3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
.col-3::after {
  content: '';
  display: table;
  clear: both;
}
.col-3:last-child {
  margin-right: 0%;
}
.col-4 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.33333333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.col-4::after {
  content: '';
  display: table;
  clear: both;
}
.col-4:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1050px) {
  .col-4 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col-4:first-child {
    margin-left: auto;
  }
  .col-4:last-child {
    margin-right: auto;
  }
}
.col-5 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 39.91666666666667%;
  margin-left: 0%;
  margin-right: 3%;
}
.col-5::after {
  content: '';
  display: table;
  clear: both;
}
.col-5:last-child {
  margin-right: 0%;
}
.col-6 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
.col-6::after {
  content: '';
  display: table;
  clear: both;
}
.col-6:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1050px) {
  .col-6 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col-6:first-child {
    margin-left: auto;
  }
  .col-6:last-child {
    margin-right: auto;
  }
}
.col-7 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 57.083333333333336%;
  margin-left: 0%;
  margin-right: 3%;
}
.col-7::after {
  content: '';
  display: table;
  clear: both;
}
.col-7:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1050px) {
  .col-7 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col-7:first-child {
    margin-left: auto;
  }
  .col-7:last-child {
    margin-right: auto;
  }
}
.col-8 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 0%;
  margin-right: 3%;
}
.col-8::after {
  content: '';
  display: table;
  clear: both;
}
.col-8:last-child {
  margin-right: 0%;
}
.col-9 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
}
.col-9::after {
  content: '';
  display: table;
  clear: both;
}
.col-9:last-child {
  margin-right: 0%;
}
.col-10 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 82.83333333333334%;
  margin-left: 0%;
  margin-right: 3%;
}
.col-10::after {
  content: '';
  display: table;
  clear: both;
}
.col-10:last-child {
  margin-right: 0%;
}
.col-11 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 91.41666666666666%;
  margin-left: 0%;
  margin-right: 3%;
}
.col-11::after {
  content: '';
  display: table;
  clear: both;
}
.col-11:last-child {
  margin-right: 0%;
}
.col-12 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
}
.col-12::after {
  content: '';
  display: table;
  clear: both;
}
.col-12:last-child {
  margin-right: 0%;
}
.col-6-center {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 25.75%;
  margin-right: 3%;
}
.col-6-center::after {
  content: '';
  display: table;
  clear: both;
}
.col-6-center:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1050px) {
  .col-6-center {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col-6-center:first-child {
    margin-left: auto;
  }
  .col-6-center:last-child {
    margin-right: auto;
  }
}
.col-6-offset {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 51.5%;
  margin-right: 3%;
}
.col-6-offset::after {
  content: '';
  display: table;
  clear: both;
}
.col-6-offset:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1050px) {
  .col-6-offset {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .col-6-offset:first-child {
    margin-left: auto;
  }
  .col-6-offset:last-child {
    margin-right: auto;
  }
}
.span-3 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
}
.span-3::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 1050px) {
  .span-3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .span-3::after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 800px) {
  .span-3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .span-3:first-child {
    margin-left: auto;
  }
  .span-3:last-child {
    margin-right: auto;
  }
}
.span-4 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.33333333333333%;
  margin-left: 0%;
  margin-right: 0%;
}
.span-4::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 1050px) {
  .span-4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .span-4::after {
    content: '';
    display: table;
    clear: both;
  }
}
@media only screen and (max-width: 800px) {
  .span-4 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .span-4:first-child {
    margin-left: auto;
  }
  .span-4:last-child {
    margin-right: auto;
  }
}
.span-6 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
.span-6::after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (max-width: 800px) {
  .span-6 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .span-6:first-child {
    margin-left: auto;
  }
  .span-6:last-child {
    margin-right: auto;
  }
}
.span-9 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%;
}
.span-9::after {
  content: '';
  display: table;
  clear: both;
}
.flex-col-3 {
  flex: 1;
}
@media only screen and (max-width: 800px) {
  .flex-col-3 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .flex-col-3:first-child {
    margin-left: auto;
  }
  .flex-col-3:last-child {
    margin-right: auto;
  }
}
.flex-col-9 {
  flex: 3;
}
@media only screen and (max-width: 800px) {
  .flex-col-9 {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .flex-col-9:first-child {
    margin-left: auto;
  }
  .flex-col-9:last-child {
    margin-right: auto;
  }
}
h1 {
  font-size: 2.5rem;
  font-family: 'Georgia', Times, 'Times New Roman', serif;
  font-weight: 400;
}
@media only screen and (max-width: 1050px) {
  h1 {
    font-size: 1.5rem;
  }
}
h2 {
  font-size: 1.5rem;
  font-family: 'Georgia', Times, 'Times New Roman', serif;
  font-weight: 400;
}
h3 {
  font-size: 1rem;
  font-family: 'Georgia', Times, 'Times New Roman', serif;
  font-weight: 400;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.8rem;
}
h1.reverse-title {
  color: #fff;
}
h1.section-title {
  text-align: center;
}
h1.section-title:after {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(135deg, #4a90e2 0%, #06bdff 100%);
  width: 3rem;
  margin: 2rem auto 5rem;
}
h3.alt {
  color: #fff;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
h3.alt:after {
  content: '';
  display: block;
  height: 2px;
  background: linear-gradient(135deg, #4a90e2 0%, #06bdff 100%);
  width: 3rem;
  margin-top: 16px;
}
p,
ol {
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 1.5rem;
  line-height: 1.5rem;
}
a {
  text-transform: uppercase;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
}
span.dropcap {
  font-size: 3.5rem;
  font-family: 'Georgia', Times, 'Times New Roman', serif;
  font-weight: 400;
  float: left;
  line-height: 3rem;
  padding-right: 0.5rem;
}
p.leading {
  font-size: 1.25rem;
  line-height: 2rem;
}
@media only screen and (max-width: 1050px) {
  p.leading {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
a.email-address {
  color: #454d5e;
  text-decoration: underline;
  text-transform: none;
  font-weight: 400;
}
a.email-address:hover {
  color: $color-gradient-light-blue;
}
/**
Components and helpers
**/
img {
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.hidden {
  display: none;
}
.center {
  width: auto;
  max-width: 1440px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.center::after {
  content: '';
  display: table;
  clear: both;
}
img.col-icon {
  margin-bottom: 2.5rem;
}
.bold {
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.thumbnail img {
  max-width: 100%;
}
a.back {
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #454d5e;
}
a.back i {
  margin-right: 1.5rem;
}
a.button-solid,
button.button-solid {
  background-size: 175% auto;
  background-image: linear-gradient(135deg, #a177ff, #f098ec);
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  height: 48px;
  font-size: 1rem;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  margin-top: 2.5rem;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 0 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  box-shadow: 0 28px 24px -20px #997dff;
}
a.button-solid:hover,
button.button-solid:hover {
  background-position: right center;
  box-shadow: 0 28px 48px -16px #997dff;
  transform: translateY(-8px);
}
a.button-outline {
  color: #2d3137;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
  border-radius: 24px;
  margin-top: 2.5rem;
  line-height: 48px;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  height: 48px;
  padding: 0 1.5rem;
  cursor: pointer;
  border: 1px solid #2d3137;
  transition: all 0.3s ease 0s;
}
a.button-outline:hover {
  background: #2d3137;
  color: #fff;
}
a.logo-image-link {
  cursor: pointer;
}
a.logo-image-link img.influential-logo {
  width: 118px;
}
.logo-image-link {
  float: left;
}
.logo-image-link-mobile {
  display: none;
  float: left;
}
@media only screen and (max-width: 1050px) {
  .logo-image-link-mobile {
    display: block;
  }
}
section#footer_CTA {
  background: #f4f4fb;
  padding: 6.5rem 0;
  border-bottom: 1px solid #c7d3f3;
}
section#footer_CTA p {
  margin-top: 3rem;
}
footer {
  background: #f4f4fb;
  padding: 4rem 0 1.5rem;
}
@media only screen and (max-width: 1050px) {
  footer {
    text-align: center;
  }
}
@media only screen and (max-width: 1050px) {
  footer ul:first-of-type {
    margin-bottom: 1.75rem;
  }
}
footer p.copyright {
  font-size: 0.75rem;
  margin: 0;
}
.footer-image {
  margin-top: 1.5rem;
}
#footer-navigation-columns {
  border-left: 1px solid #454d5e;
  padding-top: 1.5rem;
}
@media only screen and (max-width: 1050px) {
  #footer-navigation-columns {
    border: none;
  }
}
ul.footer-nav {
  float: inherit;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}
ul.footer-nav li {
  padding-bottom: 0.5rem;
}
ul.footer-nav li a {
  color: #454d5e;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
}
ul.footer-nav li a:hover {
  color: #06bdff;
  text-decoration: none;
}
@media only screen and (max-width: 1050px) {
  ul.partners {
    padding-inline-start: 0;
  }
}
ul.partners li {
  padding-bottom: 1rem;
}
ul.social-links {
  margin-top: 6rem;
}
@media only screen and (max-width: 1050px) {
  ul.social-links {
    padding-inline-start: 0;
  }
}
ul.social-links li {
  display: inline-block;
  height: 40px;
  width: 40px;
}
ul.social-links li i {
  color: #454d5e;
  font-size: 1rem;
}
section#privacy-banner {
  background: #dfe1e5;
  height: 38px;
  left: 0;
  padding: 10px 25px;
  position: absolute;
  text-align: center;
  top: 0;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  z-index: 10000;
}
section#privacy-banner span,
section#privacy-banner a {
  color: #454d5e;
  font-size: 12px;
  margin: 0;
  text-transform: initial;
}
section#privacy-banner i.fa-times {
  color: #454d5e;
  cursor: pointer;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  top: calc(50% - 18px);
}
section#privacy-banner ~ nav#navbar,
section#privacy-banner ~ nav#mobilenav {
  top: 38px;
}
section#privacy-banner.scroll {
  position: fixed;
}
nav#navbar {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
  position: fixed;
  height: 88px;
  align-items: center;
  top: 0;
  z-index: 9999;
  padding: 0 2rem;
  transition: all 0.3s ease 0s;
  width: 100%;
}
nav#navbar ul.sub-nav {
  display: none;
}
nav#navbar ul.main-nav {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
nav#navbar ul.main-nav li {
  display: inline-block;
  text-align: center;
  margin: 0;
  margin-left: 1.75rem;
}
nav#navbar ul.main-nav li:hover .sub-nav {
  position: absolute;
  top: 87px;
  padding: 0;
  margin: 0;
  width: 280px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  border-top: 2px solid #4a90e2;
  text-align: left;
  right: 13rem;
  transition: all 0.2s ease;
  display: block;
}
nav#navbar ul.main-nav li:hover .sub-nav li {
  display: block;
  text-align: left;
  margin: 0 !important;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #dfe1e5;
}
nav#navbar ul.main-nav li:hover .sub-nav li:hover:after {
  content: '';
  display: none;
}
nav#navbar ul.main-nav li:hover .sub-nav li a {
  display: block;
  padding: 2rem;
  text-align: left;
  color: #454d5e;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
nav#navbar ul.main-nav li:hover .sub-nav li a:after {
  display: none;
}
nav#navbar ul.main-nav li:hover .sub-nav li a:after:hover {
  display: none;
}
nav#navbar ul.main-nav li:hover .sub-nav li a:hover:after {
  content: '';
  display: none !important;
}
nav#navbar ul.main-nav li:hover .sub-nav li a p.product {
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
nav#navbar ul.main-nav li:hover .sub-nav li a p.product-description {
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  line-height: 1rem;
}
nav#navbar ul.main-nav li:hover .sub-nav li:last-child {
  border: none;
}
nav#navbar ul.main-nav li a.close:hover:after {
  border: none;
}
nav#navbar ul.main-nav li a {
  line-height: 88px;
  text-transform: none;
  color: #2d3137;
  font-size: 1rem;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  cursor: pointer;
}
nav#navbar ul.main-nav li a:after {
  content: '';
  display: block;
  border-bottom: 2px solid transparent;
}
nav#navbar ul.main-nav li a:hover:after {
  content: '';
  display: block;
  border-bottom: 2px solid #4a90e2;
}
nav#navbar ul.main-nav li a.button-outline {
  color: #2d3137;
  text-transform: uppercase;
  display: inline-block;
  height: 40px;
  font-size: 0.75rem;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  margin-top: 1.4rem;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 0 1.5rem;
  cursor: pointer;
  border: 1px solid #2d3137;
  transition: all 0.3s ease 0s;
}
nav#navbar ul.main-nav li a.button-outline:hover {
  background: #2d3137;
  color: #fff;
}
nav#navbar ul.main-nav li a.button-outline:hover:after {
  border: none;
}
@media only screen and (max-width: 1024px) {
  nav#navbar {
    display: none;
  }
}
nav.scroll {
  background: #fff;
  box-shadow: 0 0 16px rgba(0,0,0,0.2);
  position: fixed;
}
nav#mobilenav {
  display: none;
}
@media only screen and (max-width: 1024px) {
  nav#mobilenav {
    display: block;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    position: fixed;
    height: 88px;
    align-items: center;
    top: 0;
    z-index: 9999;
    padding: 0 2rem;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
}
.mobile-mobile {
  height: calc(100vh - 88px);
  overflow: auto;
}
.mobile-overlay {
  display: none;
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  transition: all 300ms ease;
}
.mobile-overlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-overlay ul li {
  display: block;
  line-height: 3rem;
  font-size: 1.5rem;
  text-transform: none;
  color: #454d5e;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.mobile-overlay ul li span {
  display: block;
  padding: 2rem 1.5rem 1rem;
}
.mobile-overlay ul li ul li {
  background: #f4f4fb;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-bottom: 1px;
}
.mobile-overlay ul li ul li a {
  display: block;
  padding: 2rem 1.5rem;
}
.mobile-overlay ul li ul li a p.signin {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.mobile-overlay ul li ul li a p.signin i {
  margin-left: 1rem;
}
.mobile-overlay ul li ul li a p.product {
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
}
.mobile-overlay ul li ul li a p.product-description {
  font-size: 1rem !important;
  line-height: 1.5rem;
  margin: 0;
}
.mobile-overlay ul li a {
  display: block;
  line-height: 3rem;
  font-size: 1.5rem;
  padding: 1rem 1.5rem;
  text-transform: none;
  color: #454d5e;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.mobile-overlay ul li a.button-outline {
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0;
  width: 50%;
  margin: 3rem auto;
}
.mobile-overlay ul li:last-child {
  border-bottom: none;
}
.overlay-open {
  display: block;
}
.overlay-open nav#mobilenav {
  position: relative;
}
#overlay-open,
#overlay-close {
  font-size: 1.25rem;
  border: none;
  text-align: right;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
select,
textarea {
  height: 4rem;
  width: 100%;
  min-width: 100%;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: #2d3137;
  font-size: 1.25rem;
  border: none;
  outline: none;
  border-bottom: 1px solid #dfe1e5;
  font-family: 'Georgia', Times, 'Times New Roman', serif;
  font-weight: 400;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  border-color: #dfe1e5;
}
input[type="text"]:focus label,
input[type="email"]:focus label,
input[type="password"]:focus label,
input[type="tel"]:focus label,
select:focus label,
textarea:focus label {
  transform: translateY(-41px);
  opacity: 0.7;
}
input:valid ~ label.error,
label {
  font-size: 0.75rem;
  color: #9aa2ab;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
label.error {
  color: #d45342;
}
.input-container {
  position: relative;
  margin: 50px auto 0;
  padding-bottom: 25px;
}
.input-container label {
  position: absolute;
  top: calc(50% - 1rem);
  left: 0;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.input-container input:not(:placeholder-shown) {
  padding: 0;
  border-color: transparent;
}
.input-container input:focus + label,
.input-container input:not(:placeholder-shown) + label {
  transform: translateY(-41px);
  opacity: 0.7;
}
.select-container {
  position: relative;
  margin: 50px auto 25px;
  border-bottom: 1px solid #dfe1e5;
}
.select-container label {
  display: none;
}
form a {
  text-transform: none;
  color: #9aa2ab;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
.input-border {
  font-size: 1.25rem;
  user-select: none;
  line-height: 4rem;
  border-top: 1px solid #2d3137;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  height: 0;
  color: transparent;
  font-family: 'Georgia', Times, 'Times New Roman', serif;
  font-weight: 400;
  overflow: hidden;
}
::placeholder {
  color: #9aa2ab;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #9aa2ab;
}
::-ms-input-placeholder {
  color: #9aa2ab;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  color: #9aa2ab;
}
select :after {
  content: '';
  height: 1px;
  position: absolute;
  top: 1rem;
  background-color: #9aa2ab;
  width: 100%;
}
input:valid ~ p.error-msg,
p.error-msg {
  color: #d45342;
  font-size: 0.7rem;
  padding: 0;
  margin: 0;
  position: absolute;
}
p.error-block {
  font-size: 0.75rem;
  color: #ff4165;
  border: 1px solid #ff4165;
  line-height: 1rem;
  padding: 1.5rem;
  width: 100%;
  border-radius: 4px;
  background: rgba(255,65,101,0.15);
}
@-moz-keyframes slide-up-fade-in {
  from {
    bottom: -100%;
    opacity: 0%;
  }
  to {
    bottom: 0;
    opacity: 100%;
  }
}
@-webkit-keyframes slide-up-fade-in {
  from {
    bottom: -100%;
    opacity: 0%;
  }
  to {
    bottom: 0;
    opacity: 100%;
  }
}
@-o-keyframes slide-up-fade-in {
  from {
    bottom: -100%;
    opacity: 0%;
  }
  to {
    bottom: 0;
    opacity: 100%;
  }
}
@keyframes slide-up-fade-in {
  from {
    bottom: -100%;
    opacity: 0%;
  }
  to {
    bottom: 0;
    opacity: 100%;
  }
}
@-moz-keyframes slide-right-fade-in {
  from {
    left: calc(50% - 195px);
    opacity: 0%;
  }
  to {
    left: calc(50% + 63px);
    opacity: 100%;
  }
}
@-webkit-keyframes slide-right-fade-in {
  from {
    left: calc(50% - 195px);
    opacity: 0%;
  }
  to {
    left: calc(50% + 63px);
    opacity: 100%;
  }
}
@-o-keyframes slide-right-fade-in {
  from {
    left: calc(50% - 195px);
    opacity: 0%;
  }
  to {
    left: calc(50% + 63px);
    opacity: 100%;
  }
}
@keyframes slide-right-fade-in {
  from {
    left: calc(50% - 195px);
    opacity: 0%;
  }
  to {
    left: calc(50% + 63px);
    opacity: 100%;
  }
}
@-moz-keyframes expand-to-full-width {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes expand-to-full-width {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes expand-to-full-width {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes expand-to-full-width {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes grow-and-bounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes grow-and-bounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes grow-and-bounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes grow-and-bounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
/**
Page Specific Styles
**/
section#hero {
  height: 780px;
  width: 100%;
  padding: 15rem 0 10rem;
  position: relative;
  margin-top: -88px;
}
@media only screen and (max-width: 1050px) {
  section#hero {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
    padding: 10rem 0 5rem;
    height: auto;
  }
  section#hero::after {
    content: '';
    display: table;
    clear: both;
  }
  section#hero:last-child {
    margin-right: 0%;
  }
}
section#hero .hero-image {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  height: 100%;
  max-height: 85%;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 63.96%;
  z-index: 0;
}
@media only screen and (max-width: 1050px) {
  section#hero .hero-image {
    display: none;
  }
}
section#hero .hero-image div.background {
  background: url("../img/hero-image-background.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  section#hero .hero-image div.background {
    display: none;
  }
}
section#hero .hero-image div.post {
  animation: 0.5s slide-up-fade-in forwards 0.5s;
  border-radius: 8px 8px 0 0;
  bottom: -100%;
  box-shadow: 0 1px 4px rgba(23,28,34,0.24);
  display: block;
  height: 600px;
  left: calc(50% - 192px);
  position: absolute;
  width: 338px;
  z-index: 2;
}
section#hero .hero-image div.post img.avatar {
  left: 24px;
  position: absolute;
  top: 24px;
}
section#hero .hero-image div.post img.network {
  position: absolute;
  right: 24px;
  top: 24px;
}
section#hero .hero-image div.post video {
  border-radius: inherit;
  height: 100%;
}
@media only screen and (max-width: 1050px) {
  section#hero .hero-image div.post {
    display: none;
  }
}
section#hero .hero-image div.stats {
  animation: 0.5s slide-right-fade-in forwards 1s;
  background: #fff;
  border-radius: 0 8px 8px 0;
  bottom: 160px;
  box-shadow: 0 1px 4px rgba(23,28,34,0.24);
  font-family: ubuntu;
  font-size: 14px;
  height: 302px;
  left: 50%;
  max-width: 315px;
  opacity: 0;
  padding: 30px 15px 30px 100px;
  position: absolute;
  width: 33%;
  z-index: 1;
}
section#hero .hero-image div.stats img.logo {
  position: absolute;
  right: 12px;
  top: 12px;
}
section#hero .hero-image div.stats img.watson {
  bottom: 12px;
  position: absolute;
  right: 12px;
}
section#hero .hero-image div.stats aside {
  overflow: hidden;
  padding-bottom: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
section#hero .hero-image div.stats aside div {
  background: #ececec;
  border-radius: 4px;
  height: 8px;
  margin-top: 11px;
}
section#hero .hero-image div.stats aside div div {
  animation: 0.5s expand-to-full-width forwards 1.25s;
  background: linear-gradient(135deg, #a177ff, #f098ec);
  border-radius: 4px;
  width: 0%;
}
@media only screen and (max-width: 1050px) {
  section#hero .hero-image div.stats {
    display: none;
  }
}
section#hero .hero-image div.stat {
  align-items: center;
  background: #2d3137;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  font-family: ubuntu;
  height: 82px;
  justify-content: center;
  position: absolute;
  text-align: center;
  transform: scale(0);
  width: 183px;
  z-index: 3;
}
section#hero .hero-image div.stat:nth-of-type(4) {
  animation: 0.5s grow-and-bounce forwards 2.25s;
  bottom: 110px;
  left: calc(50% - 300px);
}
section#hero .hero-image div.stat:nth-of-type(5) {
  animation: 0.5s grow-and-bounce forwards 2.75s;
  bottom: 145px;
  left: calc(50% - 50px);
}
section#hero .hero-image div.stat:nth-of-type(6) {
  animation: 0.5s grow-and-bounce forwards 3s;
  bottom: 10px;
  left: calc(50% - 190px);
}
section#hero .hero-image div.stat:nth-of-type(7) {
  animation: 0.5s grow-and-bounce forwards 2.5s;
  bottom: 30px;
  left: calc(50% + 50px);
}
section#hero .hero-image div.stat strong {
  color: #00c0ff;
  font-size: 14px;
}
section#hero .hero-image div.stat aside {
  color: #fff;
  font-size: 36px;
  margin: 0;
}
@media only screen and (max-width: 1050px) {
  section#hero .hero-image div.stat {
    display: none;
  }
}
section#hero p.leading {
  padding-right: 2rem;
}
@media only screen and (max-width: 1050px) {
  section#hero p.leading {
    padding-right: 0;
  }
}
section#hero ul.leading {
  padding: 20px;
  line-height: 2em;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  list-style: square;
}
@media only screen and (max-width: 1050px) {
  section#hero ul.leading {
    list-style: none;
    padding: 20px 0;
  }
}
section#hero .row {
  position: relative;
  z-index: 1;
}
section#home_partners {
  background: #fff;
  padding: 2.5rem 0;
  color: #9aa2ab;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  font-size: 0.875rem;
}
section#home_partners .row {
  align-items: center;
  display: flex;
}
section#home_partners div.col-2 {
  width: 11%;
}
section#home_partners div.col-3 {
  width: 16.5%;
}
section#home_partners svg {
  color: #9aa2ab;
}
section#home_partners h4 {
  line-height: 2.5rem;
}
@media only screen and (max-width: 1050px) {
  section#home_partners {
    text-align: center;
  }
  section#home_partners img {
    padding: 2rem 0;
  }
}
section#home_partners div.col-1 img,
section#home_partners div.col-2 img,
section#home_partners div.col-3 img {
  max-height: 106px;
  object-fit: contain;
  width: 100%;
}
section#home_platform {
  padding: 10rem 0;
  background-repeat: repeat-x repeat-y;
}
@media only screen and (max-width: 1050px) {
  section#home_platform {
    padding: 4rem 0;
  }
  section#home_platform .col-4 {
    margin-bottom: 6rem;
  }
}
section#home_platform .txt-center {
  padding-bottom: 5rem;
  margin-top: -2rem;
}
@media only screen and (max-width: 1050px) and (max-width: 1050px) {
  section#home_platform .col-4 {
    margin-bottom: 3rem;
  }
}
section#home_campaigns {
  position: relative;
  padding: 0 0 10rem 0;
  background-repeat: repeat-x repeat-y;
}
section#home_campaigns ul.campaign-features {
  list-style: none;
}
section#home_campaigns ul.campaign-features li {
  list-style: none;
  color: $body;
  text-align: center;
  padding: 4rem 0;
}
@media only screen and (max-width: 1050px) {
  section#home_campaigns ul.campaign-features li {
    padding: 2rem 0;
  }
}
section#home_campaigns ul.campaign-features li .icon {
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#home_campaigns ul.campaign-features li .icon img {
  max-width: 20%;
}
section#home_campaigns .campaign-offset {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 25.75%;
  margin-right: 3%;
  text-align: center;
}
section#home_campaigns .campaign-offset::after {
  content: '';
  display: table;
  clear: both;
}
section#home_campaigns .campaign-offset:last-child {
  margin-right: 0%;
}
section#home_campaigns .campaign-offset h1 {
  text-align: center;
}
section#home_campaigns .campaign-offset h1 p {
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  section#home_campaigns .campaign-offset {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  section#home_campaigns .campaign-offset::after {
    content: '';
    display: table;
    clear: both;
  }
  section#home_campaigns .campaign-offset:last-child {
    margin-right: 0%;
  }
}
section#home_campaigns .vjs-big-play-button {
  display: none;
}
section#home_campaigns .vjs-poster {
  background-color: transparent;
}
section#home_campaigns .vjs-afterglow-skin video {
  background-color: #fbfbfb;
}
section#home_campaigns h1 {
  padding: 5rem 0 2rem 0;
  text-align: left;
}
section#home_campaigns .row {
  position: relative;
  z-index: 1;
}
section#home_campaigns ul {
  list-style-type: disc;
  margin: 2.5rem 0 0;
  padding: 0;
}
section#home_campaigns ul li {
  font-size: 0.875rem;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #9aa2ab;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2.5rem;
}
@media only screen and (max-width: 1050px) {
  section#home_campaigns {
    text-align: center;
    padding: 6rem 0;
  }
  section#home_campaigns ul {
    list-style-type: none;
  }
}
section#home_testimonials {
  background-image: url("../img/testimonial-bg.jpg");
  background-color: #f00;
  min-height: 624px;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
section#home_testimonials .testimonial-content {
  padding: 6rem 0;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
section#home_testimonials .testimonial-content h1 {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 1050px) {
  section#home_testimonials .testimonial-content h1 {
    margin-bottom: 3rem;
  }
}
section#home_testimonials .testimonial-slider {
  display: flex;
  align-content: center;
  justify-content: center;
}
section#home_testimonials .testimonial-slider div {
  height: 100%;
}
section#home_testimonials .testimonial-slider p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media only screen and (max-width: 1050px) {
  section#home_testimonials .testimonial-slider p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
section#home_testimonials .testimonial-slider .testimonial-lockup {
  width: 36%;
  margin: 4rem auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 1050px) {
  section#home_testimonials .testimonial-slider .testimonial-lockup {
    text-align: center;
    width: 100%;
  }
}
section#home_testimonials .testimonial-slider .testimonial-lockup .thumbnail {
  float: left;
  width: 120px;
  height: 120px;
  text-align: right;
}
section#home_testimonials .testimonial-slider .testimonial-lockup .thumbnail img {
  border-radius: 50%;
  box-shadow: 0 0 30px 10px rgba(23,28,34,0.24);
}
@media only screen and (max-width: 1050px) {
  section#home_testimonials .testimonial-slider .testimonial-lockup .thumbnail {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
}
section#home_testimonials .testimonial-slider .testimonial-lockup .client {
  text-align: left;
  float: left;
  padding: 0 0 0 2rem;
}
@media only screen and (max-width: 1050px) {
  section#home_testimonials .testimonial-slider .testimonial-lockup .client {
    text-align: center;
    padding: 0;
    margin-top: 2rem;
    float: none;
  }
}
section#home_testimonials .testimonial-slider .testimonial-lockup .client h4 {
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1050px) {
  section#home_testimonials .testimonial-slider .testimonial-lockup .client h4 {
    font-size: 1rem;
    text-align: center;
  }
}
section#home_testimonials .testimonial-slider .testimonial-lockup .client p {
  margin-top: 1.5rem;
  line-height: 2rem;
}
@media only screen and (max-width: 1050px) {
  section#home_testimonials .testimonial-slider .testimonial-lockup .client p {
    text-align: center;
  }
}
section#home_testimonials .testimonial-slider .slick-prev,
section#home_testimonials .testimonial-slider .slick-next {
  background: none;
  border: none;
  outline: none;
}
section#home_testimonials .testimonial-slider .slick-prev i,
section#home_testimonials .testimonial-slider .slick-next i {
  color: rgba(255,255,255,0.5);
  font-size: 2.5rem;
  transition: all 300ms ease;
}
section#home_testimonials .testimonial-slider .slick-prev:hover,
section#home_testimonials .testimonial-slider .slick-next:hover {
  color: #fff;
}
section#home_testimonials .testimonial-slider ul.slick-dots {
  align-self: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 0;
}
section#home_testimonials .testimonial-slider ul.slick-dots li {
  margin: 8px;
}
section#home_testimonials .testimonial-slider ul.slick-dots li button {
  margin: 0;
  border: none;
  outline: none;
  background: none;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  color: transparent;
}
section#home_testimonials .testimonial-slider ul.slick-dots li button:before {
  content: '';
  height: 8px;
  width: 8px;
  display: inline-block;
  background: rgba(255,255,255,0.5);
  border-radius: 4px;
  cursor: pointer;
  transition: all 300ms ease;
}
section#home_testimonials .testimonial-slider ul.slick-dots li.slick-active button:before {
  width: 32px;
  background: #fff;
}
section#home_casestudy .case-study {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  transition: 0.2s ease all;
}
section#home_casestudy .cs-1 {
  background-image: url("../img/case-study/splashbg.jpg");
}
section#home_casestudy .cs-2 {
  background-image: url("../img/case-study/football.jpg");
}
section#home_casestudy .cs-3 {
  background-image: url("../img/case-study/venmo.jpg");
}
section#home_casestudy .cs-4 {
  background-image: url("../img/case-study/horses.jpg");
}
section#home_casestudy .cs-5 {
  background-image: url("../img/case-study/burger.jpg");
}
section#home_casestudy .cs-6 {
  background-image: url("../img/case-study/caribbean.jpg");
}
section#home_casestudy .cs-7 {
  background-image: url("../img/case-study/pocky.jpg");
}
section#home_casestudy .cs-8 {
  background-image: url("../img/case-study/yahoosports.jpg");
}
section#home_casestudy .cs-overlay {
  background: rgba(251,251,251,0.8);
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  z-index: 100;
  transition: 0.2s ease all;
}
section#home_casestudy .cs-overlay .cs-logo {
  width: 100%;
  text-align: center;
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section#home_casestudy .cs-overlay .cs-content {
  display: none;
}
section#home_casestudy .cs-overlay .cs-content .cs-subtext {
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}
section#home_casestudy .cs-overlay .cs-content h3 {
  font-family: 'Georgia', Times, 'Times New Roman', serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1800px) {
  section#home_casestudy .cs-overlay .cs-content h3 {
    font-size: 1.5rem;
  }
}
section#home_casestudy .cs-overlay .cs-content a {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
section#home_casestudy .case-study:hover .cs-logo {
  display: none;
}
section#home_casestudy .case-study:hover .cs-overlay {
  background: rgba(23,28,34,0.8);
}
section#home_casestudy .case-study:hover .cs-overlay .cs-content {
  padding: 6rem 2rem 2rem;
  border: 2px solid #4a90e2;
  color: #fff;
  display: block;
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
}
@media only screen and (max-width: 1050px) {
  section#home_casestudy .case-study .cs-logo {
    display: none;
  }
  section#home_casestudy .case-study .cs-overlay {
    background: rgba(23,28,34,0.8);
  }
  section#home_casestudy .case-study .cs-overlay .cs-content {
    padding: 6rem 2rem 2rem;
    border: 2px solid #4a90e2;
    color: #fff;
    display: block;
    position: absolute;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
  }
}
section#home_whoelse .flex-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
section#home_whoelse .flex-inner .left-square {
  background: #2d3137;
  color: #fff;
  padding-top: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#home_whoelse .flex-inner .left-square h3 {
  color: #fff;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  position: absolute;
  top: 40%;
  padding: 0 3.5rem;
}
section#home_whoelse .flex-inner .left-square h3:after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: linear-gradient(135deg, #4a90e2 0%, #06bdff 100%);
  margin-top: 16px;
}
section#home_whoelse .flex-inner .right-square {
  background: linear-gradient(135deg, #4a90e2 0%, #06bdff 100%);
  color: #fff;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#home_whoelse .flex-inner .right-square p {
  color: #fff;
  margin: 0;
  padding: 0 3rem;
  text-align: center;
  line-height: 1.5;
  font-size: 1.25rem;
}
section#home_edge {
  position: relative;
  padding: 20rem 0;
  background-repeat: repeat-x repeat-y;
}
section#home_edge .edge-image {
  background-image: url("../img/home-list-mockup.png");
  background-size: contain;
  position: absolute;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 100%;
  width: 44%;
  top: -6rem;
  right: 0;
  z-index: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  section#home_edge .edge-image {
    background-image: url("../img/home-list-mockup@2x.png");
  }
}
@media only screen and (max-width: 800px) {
  section#home_edge .edge-image {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
  section#home_edge .edge-image:first-child {
    margin-left: auto;
  }
  section#home_edge .edge-image:last-child {
    margin-right: auto;
  }
}
section#home_edge .row {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1050px) {
  section#home_edge {
    padding: 6rem 0;
    text-align: center;
  }
}
section#home_blog {
  padding: 6.5rem 0;
}
section#home_blog .home_blog_thumb {
  position: relative;
  margin-bottom: 2.5rem;
}
section#home_blog .home_blog_thumb img {
  max-width: 100%;
}
section#home_influentialu {
  background: #eef2f8;
  text-align: center;
  padding: 3rem;
}
@media only screen and (max-width: 1050px) {
  section#home_partners .row {
    flex-direction: column;
  }
  section#home_partners div.col-1,
  section#home_partners div.col-2,
  section#home_partners div.col-3 {
    margin: 0 auto;
    width: 100%;
  }
}
section#about_hero {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 10rem 0 10rem;
}
@media only screen and (max-width: 1050px) {
  section#about_hero {
    padding: 5rem 0;
  }
}
section#about_story .offset-2 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.66666666666666%;
  margin-left: 17.166666666666664%;
  margin-right: 3%;
}
section#about_story .offset-2::after {
  content: '';
  display: table;
  clear: both;
}
section#about_story .offset-2:last-child {
  margin-right: 0%;
}
@media only screen and (max-width: 1050px) {
  section#about_story .offset-2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  section#about_story .offset-2::after {
    content: '';
    display: table;
    clear: both;
  }
  section#about_story .offset-2:last-child {
    margin-right: 0%;
  }
}
section#about_story .about-content {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 1050px) {
  section#about_story .about-content {
    margin: 0;
  }
}
section#about_story .video-container img {
  max-width: 100%;
}
@media only screen and (max-width: 1050px) {
  section#about_leadership {
    padding: 3rem 0;
  }
}
section#about_leadership .flex-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
section#about_leadership .flex-inner .left-square {
  background: #2d3137;
  color: #fff;
  padding-top: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
section#about_leadership .flex-inner .left-square h3 {
  position: absolute;
  top: 40%;
  padding: 0 3.5rem;
  color: #fff;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
section#about_leadership .flex-inner .left-square h3:after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: linear-gradient(135deg, #4a90e2 0%, #06bdff 100%);
  margin-top: 16px;
}
section#about_leadership .leadership {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  transition: 0.2s ease all;
}
section#about_leadership .rdetert {
  background-image: url("/img/headshots/ryan-detert.jpg");
}
section#about_leadership .tomasik {
  background-image: url("/img/headshots/piotr-tomasik.jpg");
}
section#about_leadership .lahens {
  background-image: url("/img/headshots/adrienne-lahens.jpg");
}
section#about_leadership .cdetert {
  background-image: url("/img/headshots/chris-detert.jpg");
}
section#about_leadership .poydenis {
  background-image: url("/img/headshots/chris-poydenis.jpg");
}
section#about_leadership .giovanni {
  background-image: url("/img/headshots/scott-giovanni.jpg");
}
section#about_leadership .mmoore {
  background-image: url("/img/headshots/matthew-moore.jpg");
}
section#about_leadership .jlapat {
  background-image: url("/img/headshots/jenny-lapat.jpg");
}
section#about_leadership .ksimon {
  background-image: url("/img/headshots/kathleen-simon.jpg");
}
section#about_leadership .lcoy {
  background-image: url("/img/headshots/latarria-coy.jpg");
}
section#about_leadership .amillett {
  background-image: url("/img/headshots/andrea-millett.jpg");
}
section#about_leadership .amandel {
  background-image: url("/img/headshots/alex-mandel.jpg");
}
section#about_leadership .krae {
  background-image: url("/img/headshots/katherine-rae.jpg");
}
section#about_leadership .greiss {
  background-image: url("/img/headshots/greg-reiss.jpg");
}
section#about_leadership .trothman {
  background-image: url("/img/headshots/tara-rothman.jpg");
}
section#about_leadership .ls-overlay {
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  z-index: 100;
  transition: 0.2s ease all;
}
section#about_leadership .ls-overlay .ls-content {
  display: none;
}
section#about_leadership .ls-overlay .ls-content .ls-subtext {
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}
section#about_leadership .ls-overlay .ls-content .ls-subtext:after {
  content: '';
  display: block;
  height: 2px;
  width: 3rem;
  background: linear-gradient(135deg, #4a90e2 0%, #06bdff 100%);
  margin-top: 1.5rem;
}
section#about_leadership .ls-overlay .ls-content p {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 600px) and (max-width: 1800px) {
  section#about_leadership .ls-overlay .ls-content p {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
section#about_leadership .ls-overlay .ls-content h3 {
  font-family: 'Georgia', Times, 'Times New Roman', serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 4rem;
}
@media only screen and (max-width: 1800px) {
  section#about_leadership .ls-overlay .ls-content h3 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
section#about_leadership .leadership:hover .ls-overlay,
section#about_leadership .leadership:focus .ls-overlay {
  background: rgba(23,28,34,0.8);
}
section#about_leadership .leadership:hover .ls-overlay .ls-content,
section#about_leadership .leadership:focus .ls-overlay .ls-content {
  padding: 6rem 2rem 2rem;
  overflow: hidden;
  color: #fff;
  display: block;
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
}
@media only screen and (max-width: 1800px) {
  section#about_leadership .leadership:hover .ls-overlay .ls-content,
  section#about_leadership .leadership:focus .ls-overlay .ls-content {
    padding: 2rem;
  }
  section#about_leadership .leadership:hover .ls-overlay .ls-content p,
  section#about_leadership .leadership:focus .ls-overlay .ls-content p {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}
section#about_careers {
  padding: 6.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#about_careers a.button-outline {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 1050px) {
  section#about_careers {
    padding: 3rem 0;
    text-align: center;
  }
  section#about_careers .thumbnail {
    display: none;
  }
}
section#about_offices {
  padding: 6.5rem 0;
}
@media only screen and (max-width: 1050px) {
  section#about_offices {
    padding: 3rem 0;
  }
  section#about_offices .col-4 {
    margin-bottom: 3rem;
  }
}
section#about_blog {
  padding: 6.5rem 0;
  background: #f4f4fb;
  border-bottom: 1px solid #c7d3f3;
}
section#about_blog .about_blog_thumb {
  position: relative;
  margin-bottom: 2.5rem;
}
section#about_blog .about_blog_thumb img {
  max-width: 100%;
}
section#login-content {
  padding-top: 5rem;
}
section#login-content .links {
  margin-top: 2rem;
}
section#request-form {
  padding: 5rem 0;
}
section#request-form form .row {
  margin: 0;
  padding: 0;
}
.form-image {
  background: url("../img/illustrations/demo-illustration.svg");
  background-size: contain;
  position: absolute;
  background-position: top right;
  background-repeat: no-repeat;
  width: 50%;
  height: 50%;
  top: 0;
  right: 0;
  z-index: 0;
}
@media only screen and (max-width: 800px) {
  .form-image {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
  .form-image:first-child {
    margin-left: auto;
  }
  .form-image:last-child {
    margin-right: auto;
  }
}
section#contact-hero {
  padding: 5rem 0;
}
section#contact-hero form .row {
  margin: 0;
  padding: 0;
}
section#contact-connect {
  background: #f4f4fb;
  border-bottom: 1px solid #c7d3f3;
  padding: 5rem 0;
}
section#contact-connect h1.section-title {
  text-align: left;
}
section#contact-connect h1.section-title:after {
  content: '';
  display: block;
  height: 2px;
  width: 3rem;
  margin: 2rem 0 5rem;
}
section#contact-connect p {
  margin: 0;
}
a.close-cs i {
  font-size: 2rem;
  color: #9aa2ab;
}
section#cs-header {
  padding: 6rem 0;
}
section#cs-header .sub-text {
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.03125rem;
  color: #9aa2ab;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
section#cs-header h1 {
  font-size: 2.5rem;
}
section#cs-header h1 i {
  font-size: 1.5rem;
  margin-left: 16px;
}
section#cs-header p {
  font-size: 1.25rem;
  line-height: 2rem;
}
@media only screen and (max-width: 1050px) {
  section#cs-header p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
section#cs-header-image {
  height: 800px;
  max-height: 800px;
  background-size: cover;
  background-repeat: no-repat;
  background-position: center center;
}
@media only screen and (max-width: 1050px) {
  section#cs-header-image {
    height: 200px;
  }
}
section#cs-content {
  padding: 6rem 0;
}
@media only screen and (max-width: 1050px) {
  section#cs-content {
    padding: 3rem 0;
  }
}
section#cs-content h2 {
  font-size: 2.5rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 1050px) {
  section#cs-content h2 {
    font-size: 1.5rem;
  }
}
section#cs-content p {
  font-size: 1.25rem;
  line-height: 2rem;
}
section#cs-content #data-points {
  padding: 6rem 0;
}
@media only screen and (max-width: 1050px) {
  section#cs-content #data-points {
    padding: 3rem 0 1rem;
  }
}
section#cs-content #data-points .data-number {
  font-family: georgia;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1050px) {
  section#cs-content #data-points .data-number {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
section#cs-content #data-points .data-label {
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #9aa2ab;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
}
@media only screen and (max-width: 1050px) {
  section#cs-content #data-points .data-label {
    margin-bottom: 2rem;
  }
}
section#cs-accordion .video-section {
  padding-top: 6rem;
}
@media only screen and (max-width: 1050px) {
  section#cs-accordion .video-section {
    padding-top: 3rem;
  }
}
section#cs-accordion .accordion {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 660px;
}
@media only screen and (max-width: 1050px) {
  section#cs-accordion .accordion {
    flex-direction: column;
    height: fit-content;
  }
}
section#cs-accordion .accordion .item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.6s ease;
}
section#cs-accordion .accordion .item:hover {
  flex: 2.5;
}
@media only screen and (max-width: 1050px) {
  section#cs-accordion .accordion .item {
    flex: unset;
    height: 300px;
    pointer-events: none;
  }
}
section#cs-more {
  padding: 6rem 0;
}
section#cs-more h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1050px) {
  section#cs-more h3 {
    font-size: 2rem;
  }
}
section#cs-more .thumbnail {
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1050px) {
  section#cs-more .thumbnail {
    margin-bottom: 0.5rem;
    height: 150px;
  }
}
section#cs-more h4 {
  text-align: center;
  margin-bottom: 1.5rem;
  text-transform: none;
}
section#cs-more h4 a {
  text-transform: none;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
  font-family: 'Georgia', Times, 'Times New Roman', serif;
  font-weight: 700;
  color: #454d5e;
}
section#cs-more .data-label {
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #9aa2ab;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.03125rem;
}
@media only screen and (max-width: 1050px) {
  section#cs-more .data-label {
    margin-bottom: 3rem;
  }
}
section#services-hero {
  background: #fff;
  height: 780px;
  width: 100%;
  background: #faf7fe;
  padding: 15rem 0 10rem;
  position: relative;
  margin-top: -88px;
}
@media only screen and (max-width: 1050px) {
  section#services-hero {
    text-align: center;
    padding: 6rem 0;
    height: auto;
  }
}
section#services-hero .hero-image {
  background: url("../img/influencer.png");
  background-size: contain;
  position: absolute;
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 80%;
  width: 50%;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media only screen and (max-width: 1050px) {
  section#services-hero .hero-image {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
  section#services-hero .hero-image:first-child {
    margin-left: auto;
  }
  section#services-hero .hero-image:last-child {
    margin-right: auto;
  }
}
section#services-hero .row {
  position: relative;
  z-index: 1;
}
section#services-features-inline {
  padding: 10rem 0;
  background: #faf7fe;
}
section#services-features-inline .icon-container {
  height: 176px;
}
@media only screen and (max-width: 1050px) {
  section#services-features-inline {
    padding: 4rem 0 6rem 0;
  }
  section#services-features-inline .col-4 {
    margin-bottom: 6rem;
  }
}
section#services-features-stacked {
  padding: 10rem 0;
  background-image: url("../img/creative-strategy@2x.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  background-color: #faf7fe;
}
@media only screen and (max-width: 1050px) {
  section#services-features-stacked {
    background-image: none;
    padding: 6rem 0;
    text-align: center;
  }
}
section#services-features-carousel {
  padding: 10rem 0;
}
@media only screen and (max-width: 1050px) {
  section#services-features-carousel {
    padding: 6rem 0;
  }
}
section#services-features-safety {
  padding: 10rem 0;
}
section#services-features-safety .flex-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
section#services-features-safety .flex-inner .left-square {
  background: linear-gradient(135deg, #4a90e2 0%, #06bdff 100%);
  color: #fff;
  padding-top: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#services-features-safety .flex-inner .left-square h3 {
  position: absolute;
  top: 40%;
  padding: 0 3.5rem;
  color: #fff;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}
section#services-features-safety .flex-inner .left-square h3:after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: #2d3137;
  margin-top: 16px;
}
section#services-features-safety .flex-inner .right-square {
  background: #2d3137;
  color: #fff;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#services-features-safety .flex-inner .right-square p {
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 3rem 3rem;
  line-height: 1.5;
  font-size: 1.25rem;
}
@media only screen and (max-width: 1050px) {
  section#services-features-safety {
    padding: 6rem 0;
  }
}
section#services-features-grid {
  padding: 10rem 0;
}
section#services-features-grid .feature-grid {
  padding: 6rem 0;
}
section#services-features-grid .icon-container {
  height: 176px;
}
@media only screen and (max-width: 1050px) {
  section#services-features-grid {
    padding: 6rem 0;
  }
  section#services-features-grid .col-4 {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 4rem;
  }
}
#platform-main {
  position: relative;
  padding: 9.5rem 0 0 0;
}
#particles-js {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  z-index: 2;
}
section#platform-hero {
  padding: 0 0 6rem 0;
}
section#platform-hero a,
section#platform-hero img {
  position: relative;
  z-index: 3;
}
section#platform-features-inline {
  padding: 10rem 0 6rem;
}
section#platform-features-inline .icon-container {
  height: 176px;
}
section#platform-features-inline h1 {
  margin-bottom: 6rem;
}
section#platform-2 {
  background: #fff;
  padding: 6rem 0;
}
section#platform-3 {
  padding: 6rem 0;
}
section#platform-4 {
  padding: 6rem 0;
  text-align: center;
  background: #fff;
}
section#platform-4 p {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
section#platform-5 {
  padding: 6rem 0;
}
section#platform-6 {
  padding: 6rem 0;
  background: #fff;
}
section.page-full {
  overflow-x: auto;
  padding-top: 88px;
}
section#terms,
section#privacy,
section#mla,
section#privacy-supplement {
  padding-bottom: 4rem;
}
section#terms h1,
section#privacy h1,
section#mla h1,
section#privacy-supplement h1,
section#terms h2,
section#privacy h2,
section#mla h2,
section#privacy-supplement h2,
section#terms h3,
section#privacy h3,
section#mla h3,
section#privacy-supplement h3,
section#terms h4,
section#privacy h4,
section#mla h4,
section#privacy-supplement h4,
section#terms h5,
section#privacy h5,
section#mla h5,
section#privacy-supplement h5,
section#terms address,
section#privacy address,
section#mla address,
section#privacy-supplement address,
section#terms table,
section#privacy table,
section#mla table,
section#privacy-supplement table {
  margin: 1.5rem 0;
}
section#terms li,
section#privacy li,
section#mla li,
section#privacy-supplement li,
section#terms span,
section#privacy span,
section#mla span,
section#privacy-supplement span {
  margin: 1rem 0;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Ubuntu';
  line-height: 1.5rem;
}
section#terms .timestamp,
section#privacy .timestamp,
section#mla .timestamp,
section#privacy-supplement .timestamp {
  padding: 0.5rem 1rem;
  border: 1px solid #454d5e;
  border-radius: 24px;
}
section#mla ol.sub-ol,
section#privacy ol.sub-ol {
  list-style-type: lower-alpha;
}
section#mla ol.sub-ol-roman,
section#privacy ol.sub-ol-roman {
  list-style-type: lower-roman;
}
section#privacy-supplement ul {
  list-style-type: disc;
}
section#privacy-supplement ul.sub-ul {
  list-style-type: circle;
}
section#legacy-suggestion-list-redirect a#back-to-influential {
  color: #464d5d;
  margin: 0px 15px 0px 15px;
}
section#legacy-suggestion-list-redirect a#back-to-influential:hover {
  color: #06bdff;
}
section#legacy-suggestion-list-redirect a#back-to-influential i {
  padding-right: 15px;
}
/**
Ghost Stuff
**/
body div.site-wrapper h1,
body div.site-wrapper h2,
body div.site-wrapper h3,
body div.site-wrapper h4,
body div.site-wrapper h5,
body div.site-wrapper div,
body div.site-wrapper p,
body div.site-wrapper aside,
body div.site-wrapper section {
  font-weight: normal;
}
body a.tag-link {
  color: color-white;
  text-decoration: none;
}
body .mobile-excerpt {
  display: none;
}
button {
  background: transparent;
  border-color: color-text;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  color: color-text;
  font-size: 12px;
  padding: 0.4em 1.3em;
  text-transform: uppercase;
}
button:hover {
  background-color: color-text;
  color: color-white;
}
span.tag-color {
  border-radius: 5px 0 5px 0;
  color: #fff;
  font-size: 10px;
  left: 0;
  padding: 0.8em 1.2em 0.8em 1.2em;
  position: absolute;
  top: 0;
}
article.normal-post {
  position: relative;
}
@media only screen and (max-width: 800px) {
  article.normal-post {
    margin-left: 26px;
  }
}
@media only screen and (max-width: 800px) {
  article.normal-post h2 {
    font-size: 24px;
    font-weight: normal;
  }
}
article.normal-post p {
  color: color-blog-dark-gray;
}
@media only screen and (max-width: 800px) {
  article.normal-post p {
    font-size: 14px;
  }
}
article.normal-post footer.post-card-meta {
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  article.normal-post footer.post-card-meta {
    text-align: left;
  }
}
header.site-header.case-studies {
  background: linear-gradient(135deg, #a177ff, #f098ec);
}
span.tag-color.case-studies {
  background: linear-gradient(135deg, #a177ff, #f098ec);
}
header.site-header.press {
  background: linear-gradient(135deg, #d83880, #ff4165);
}
span.tag-color.press {
  background: linear-gradient(135deg, #d83880, #ff4165);
}
header.site-header.blog {
  background: linear-gradient(135deg, #80c3f3 0%, #45dbea 46%, #00f6e1 100%);
}
span.tag-color.blog {
  background: linear-gradient(135deg, #80c3f3 0%, #45dbea 46%, #00f6e1 100%);
}
header.site-header.white-papers {
  background: linear-gradient(135deg, #ff957c, #f7e292);
}
span.tag-color.white-papers {
  background: linear-gradient(135deg, #ff957c, #f7e292);
}
body.post-template #site-main {
  background: none;
}
@media only screen and (max-width: 800px) {
  body.post-template #site-main {
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  body.post-template #site-main hr {
    margin: 45px auto;
    width: 80%;
  }
}
body.post-template .site-title {
  font-size: 30px;
  font-weight: initial;
}
@media only screen and (max-width: 800px) {
  body.post-template .site-title {
    display: none;
  }
}
body.post-template .site-title.mobile-title {
  display: none;
}
@media only screen and (max-width: 800px) {
  body.post-template .site-title.mobile-title {
    display: block;
  }
}
body.post-template .post-full-content {
  border-radius: 5px;
  margin-top: -75px;
  padding: 0;
}
@media only screen and (max-width: 800px) {
  body.post-template .post-full-content {
    margin-top: 0px;
  }
}
body.post-template .post-full-content div.share-post {
  margin-top: 2em;
}
@media only screen and (max-width: 800px) {
  body.post-template .post-full-content div.share-post {
    margin-top: 0;
  }
}
body.post-template .post-full-content .post-full-image {
  border-radius: 5px 5px 0 0;
  height: 300px;
  margin: 0;
}
@media only screen and (max-width: 1050px) {
  body.post-template .post-full-content .post-full-image {
    display: none;
  }
}
body.post-template .post-full-content a,
body.post-template .post-full-content .post-created-at {
  color: color-text-light;
  box-shadow: none;
  font-size: 12px;
  text-transform: uppercase;
}
body.post-template .post-full-content h2 {
  color: color-text;
  font-size: 30px;
  font-weight: normal;
  margin: 5px 0 20px;
}
@media only screen and (max-width: 800px) {
  body.post-template .post-full-content h2 {
    display: none;
  }
}
body.post-template .post-full-content section.post-content {
  border-radius: 5px;
  box-shadow: rgba(39,44,49,0.06) 8px 14px 38px, rgba(39,44,49,0.03) 1px 3px 8px;
  padding: 25px 100px 25px 50px;
  position: relative;
}
body.post-template .post-full-content section.post-content > span {
  color: color-text-light;
  font-size: 0.8em;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  body.post-template .post-full-content section.post-content {
    padding: 60px 25px 35px;
  }
}
body.post-template .post-full-content section.post-content p {
  color: color-blog-dark-gray;
  font-size: 16px;
  display: inline-block;
  line-height: 1.5;
  margin-left: 0;
  overflow: hidden;
  width: 75%;
}
@media only screen and (max-width: 1050px) {
  body.post-template .post-full-content section.post-content p {
    font-size: 12px;
    line-height: 2;
  }
}
@media only screen and (max-width: 800px) {
  body.post-template .post-full-content section.post-content p {
    font-size: 12px;
    line-height: 24px;
  }
}
body.post-template .post-full-content section.post-content a.post-card-content-link {
  display: none;
}
.post-template .kg-card-markdown >p:first-child {
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 800px) {
  .post-template .kg-card-markdown >p:first-child {
    font-size: 12px;
    line-height: 24px;
  }
}
.post-template .kg-card-markdown > p a {
  text-transform: inherit;
  font-size: 16px;
  color: color-highlight;
}
.post-template .kg-card-markdown > p strong {
  font-weight: normal;
}
.post-full-footer {
  padding: 100px 0 75px;
  flex-direction: column;
}
@media only screen and (max-width: 800px) {
  .post-full-footer {
    padding: 80px 0 25px;
  }
}
.post-full-footer .author-card {
  flex-direction: column;
}
.post-full-footer .author-card .author-profile-image {
  background-size: cover;
  height: 104px;
  margin-right: 0;
  width: 104px;
}
.post-full-footer .author-card .author-card-content {
  text-align: center;
}
.post-full-footer .author-card .author-card-content h4 {
  color: color-text-light;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.post-full-footer .author-card .author-card-content h4.author-card-name {
  color: color-text;
  font-size: 24px;
  text-transform: none;
}
aside.other-posts.outer {
  padding: 0;
}
aside.other-posts h1 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 50px;
  text-align: center;
}
aside.other-posts h1:after {
  background: color-highlight;
  bottom: 15em;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}
@media only screen and (max-width: 1050px) {
  aside.other-posts h1 {
    font-size: 24px;
    margin-bottom: 77px;
  }
  aside.other-posts h1:after {
    bottom: 12.5em;
  }
}
@media only screen and (max-width: 800px) {
  aside.other-posts h1 {
    color: color-text-light;
    font-size: 18px;
    position: relative;
  }
  aside.other-posts h1:after {
    bottom: -20px;
  }
}
aside.other-posts div.post-card-content a.post-card-content-link header {
  min-height: 4.5em;
}
@media only screen and (max-width: 800px) {
  aside.other-posts div.post-card-content a.post-card-content-link section.post-card-excerpt {
    margin-top: -17px;
  }
}
aside.other-posts div.post-card-content a.post-card-content-link section.post-card-excerpt p.general-excerpt {
  margin-top: -1em;
}
aside.other-posts div.post-card-content a.post-card-content-link section.post-card-excerpt p.general-excerpt.hide-excerpt {
  display: block;
}
@media only screen and (max-width: 1050px) {
  aside.other-posts div.post-card-content a.post-card-content-link section.post-card-excerpt p.general-excerpt.hide-excerpt {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  aside.other-posts div.post-card-content a.post-card-content-link section.post-card-excerpt p.general-excerpt.hide-excerpt {
    display: block;
  }
}
@media only screen and (max-width: 1050px) {
  aside.other-posts div.post-card-content a.post-card-content-link section.post-card-excerpt p.general-excerpt {
    margin-top: 0.4em;
  }
}
@media only screen and (max-width: 800px) {
  aside.other-posts div.post-card-content a.post-card-content-link section.post-card-excerpt p.general-excerpt {
    color: color-text-light;
  }
}
aside.other-posts .other-posts-suggestions {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1050px) {
  aside.other-posts .other-posts-suggestions {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1050px) {
  aside.other-posts .other-posts-suggestions > .post-card {
    border-radius: 0;
    margin: 0;
    min-height: 250px;
    position: relative;
    transition: display 0s;
  }
  aside.other-posts .other-posts-suggestions > .post-card >a >div {
    min-height: 250px;
  }
  aside.other-posts .other-posts-suggestions > .post-card .post-card-content {
    min-height: 250px;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  aside.other-posts .other-posts-suggestions > .post-card {
    min-height: unset;
    transition: display 0s;
  }
  aside.other-posts .other-posts-suggestions > .post-card >a >div {
    min-height: unset;
  }
  aside.other-posts .other-posts-suggestions > .post-card .post-card-content {
    min-height: 220px;
    position: relative;
  }
}
aside.other-posts .other-posts-suggestions > .post-card span {
  border-radius: 5px 0;
  color: #fff;
  padding: 0.8em 1.2em;
  position: absolute;
  z-index: 10;
}
@media only screen and (max-width: 1050px) {
  aside.other-posts .other-posts-suggestions > .post-card span {
    border-radius: 0 0 5px 0;
    padding: 0.5em 1.2em;
  }
}
@media only screen and (max-width: 800px) {
  aside.other-posts .other-posts-suggestions > .post-card span {
    border-radius: 5px 0;
  }
}
aside.other-posts .other-posts-suggestions > .post-card span.case-studies {
  background: linear-gradient(135deg, #a177ff, #f098ec);
}
aside.other-posts .other-posts-suggestions > .post-card span.press {
  background: linear-gradient(135deg, #d83880, #ff4165);
}
aside.other-posts .other-posts-suggestions > .post-card span.blog {
  background: linear-gradient(135deg, #80c3f3 0%, #45dbea 46%, #00f6e1 100%);
}
aside.other-posts .other-posts-suggestions > .post-card span.white-papers {
  background: linear-gradient(135deg, #80c3f3 0%, #45dbea 46%, #00f6e1 100%);
}
aside.other-posts .other-posts-suggestions > .post-card button.read-more {
  background-color: color-white;
  border-color: #000;
  border-radius: 0.5em;
  border-style: solid;
  border-width: 1px;
  padding: 0.3em 1.3em;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px) and (max-width: 1050px) {
  aside.other-posts .other-posts-suggestions > .post-card button.read-more {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
  }
}
@media only screen and (max-width: 1050px) {
  aside.other-posts .other-posts-suggestions > .post-card button.read-more {
    font-size: 12px;
    padding: 0.2em 1.1em;
  }
}
aside.other-posts .other-posts-suggestions > .post-card button.read-more:hover {
  background-color: color-text;
  color: color-white;
}
@media only screen and (min-width: 600px) and (max-width: 1050px) {
  aside.other-posts .other-posts-suggestions > .post-card .post-card-content-link {
    padding-top: 50px;
  }
  aside.other-posts .other-posts-suggestions > .post-card .post-card-content-link header {
    margin-bottom: 1.5em;
    min-height: 3em;
  }
}
aside.other-posts .other-posts-suggestions > .post-card .post-card-header {
  color: color-text;
  text-align: center;
}
@media only screen and (min-width: 600px) and (max-width: 1050px) {
  aside.other-posts .other-posts-suggestions > .post-card .post-card-header {
    color: #fff;
    text-align: left;
  }
}
aside.other-posts .other-posts-suggestions > .post-card .post-card-header h2 {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  line-height: unset;
}
@media only screen and (max-width: 1050px) {
  aside.other-posts .other-posts-suggestions > .post-card .post-card-header h2 {
    font-size: 16px;
    height: 108px;
  }
}
@media only screen and (max-width: 800px) {
  aside.other-posts .other-posts-suggestions > .post-card .post-card-header h2 {
    height: 108px;
  }
}
aside.other-posts .other-posts-suggestions > .post-card .post-card-excerpt {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: color-text-light;
  display: -webkit-box;
}
@media only screen and (min-width: 600px) and (max-width: 1050px) {
  aside.other-posts .other-posts-suggestions > .post-card .post-card-excerpt {
    color: #fff;
  }
}
aside.other-posts .other-posts-suggestions > .post-card .post-card-excerpt > p {
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 600px) and (max-width: 1050px) {
  aside.other-posts .other-posts-suggestions > .post-card .post-card-excerpt > p {
    font-size: 10px;
    line-height: 21px;
    margin: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 1050px) {
  aside.other-posts .other-posts-suggestions > .post-card .post-card-excerpt > p {
    color: color-background;
  }
}
aside.other-posts .other-posts-suggestions > .post-card .post-card-meta {
  margin: 0 auto;
}
@media only screen and (min-width: 600px) and (max-width: 1050px) {
  aside.other-posts .other-posts-suggestions > .post-card .post-card-meta {
    margin: unset;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1050px) and (min-width: 600px) and (max-width: 1050px) {
  aside.other-posts .other-posts-suggestions > .post-card .post-card-content {
    background-color: rgba(41,39,38,0.45);
  }
}
@media only screen and (max-width: 800px) and (max-width: 800px) {
  aside.other-posts .other-posts-suggestions > .post-card.mobile-hidden {
    display: none;
  }
}
@media only screen and (max-width: 800px) and (max-width: 800px) {
  aside.other-posts .other-posts-suggestions > .post-card.mobile-display {
    display: flex;
  }
}
aside.other-posts .other-posts-suggestions .buttons-container {
  display: none;
}
@media only screen and (max-width: 800px) {
  aside.other-posts .other-posts-suggestions .buttons-container {
    display: block;
    margin: 50px auto;
  }
  aside.other-posts .other-posts-suggestions .buttons-container img.back-one {
    margin-right: 0.5em;
  }
}
body.tag-case-studies header.site-header {
  background: linear-gradient(135deg, #a177ff, #f098ec);
}
body.tag-case-studies header.site-header.case-studies {
  background: linear-gradient(135deg, #a177ff, #f098ec);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.tag-case-studies header.site-header.case-studies:after {
  background: linear-gradient(135deg, #a177ff, #f098ec);
  content: '';
  display: block;
  height: 100%;
  opacity: 0.5;
  width: 100%;
}
body.tag-case-studies span.tag-color {
  background: linear-gradient(135deg, #a177ff, #f098ec);
}
body.tag-press header.site-header {
  background: linear-gradient(135deg, #d83880, #ff4165);
}
body.tag-press header.site-header.press {
  background: linear-gradient(135deg, #d83880, #ff4165);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.tag-press header.site-header.press:after {
  background: linear-gradient(135deg, #d83880, #ff4165);
  content: '';
  display: block;
  height: 100%;
  opacity: 0.5;
  width: 100%;
}
body.tag-press span.tag-color {
  background: linear-gradient(135deg, #d83880, #ff4165);
}
body.tag-blog header.site-header {
  background: linear-gradient(135deg, #80c3f3 0%, #45dbea 46%, #00f6e1 100%);
}
body.tag-blog header.site-header.blog {
  background: linear-gradient(135deg, #80c3f3 0%, #45dbea 46%, #00f6e1 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.tag-blog header.site-header.blog:after {
  background: linear-gradient(135deg, #80c3f3 0%, #45dbea 46%, #00f6e1 100%);
  content: '';
  display: block;
  height: 100%;
  opacity: 0.5;
  width: 100%;
}
body.tag-blog span.tag-color {
  background: linear-gradient(135deg, #80c3f3 0%, #45dbea 46%, #00f6e1 100%);
}
body.tag-white-papers header.site-header {
  background: linear-gradient(135deg, #ff957c, #f7e292);
}
body.tag-white-papers header.site-header.white-papers {
  background: linear-gradient(135deg, #ff957c, #f7e292);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body.tag-white-papers header.site-header.white-papers:after {
  background: linear-gradient(135deg, #ff957c, #f7e292);
  content: '';
  display: block;
  height: 100%;
  opacity: 0.5;
  width: 100%;
}
body.tag-white-papers span.tag-color {
  background: linear-gradient(135deg, #ff957c, #f7e292);
}
header#nav-header a.logo-image-link img.influential-logo {
  width: 118px;
}
#nav-header {
  background: transparent;
  height: 56px;
  left: 0;
  padding: 0 24px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 301;
  transition: background 0.1s linear;
}
#nav-header.sticky {
  background: #fff;
  box-shadow: 0 0 30px 5px rgba(69,77,94,0.22);
}
#nav-header.sticky .logo-image-link {
  background-image: url("/img/influential-logo-new-default.svg");
  width: 118px;
  height: 32px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
#nav-header.sticky .logo-image-link img {
  display: none;
}
#nav-header.sticky .navbar li > a.link-style {
  color: color-text-light;
}
#nav-header.sticky .navbar li > a.link-style:hover {
  color: color-text;
}
#nav-header.sticky #mobile-menu-container .open-menu {
  color: color-text;
}
#nav-header .navbar {
  float: right;
  list-style: none;
  margin: 0;
  padding: 14px 0 0;
}
@media only screen and (max-width: 1050px) {
  #nav-header .navbar {
    display: none;
  }
}
#nav-header .navbar li {
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  position: relative;
  text-transform: none;
}
#nav-header .navbar li:hover .sub-nav-container {
  display: block;
  opacity: 1;
  transition: all 0.8s ease;
}
#nav-header .navbar li:hover .sub-nav-container .sub-nav {
  opacity: 1;
  padding: 0;
  transition: all 0.8s ease;
  visibility: visible;
}
#nav-header .navbar li > a {
  padding: 0 16px;
}
#nav-header .navbar li .sub-nav-container {
  display: none;
  left: 50%;
  padding-top: 12px;
  position: absolute;
  top: 22px;
  transform: translateX(-50%);
}
#nav-header .navbar li .sub-nav {
  background-color: #fff;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.8s ease;
  visibility: hidden;
  width: 360px;
}
#nav-header .navbar li .sub-nav li {
  border-bottom: 1px solid color-border;
  display: block;
  padding-left: 0;
  padding-right: 0;
}
#nav-header .navbar li .sub-nav li:first-child:before {
  border: 0 solid transparent;
  border-bottom: 12px solid #fff;
  border-left-width: 17px;
  border-right-width: 17px;
  content: '';
  display: block;
  height: 0;
  left: 46%;
  position: absolute;
  top: -12px;
  width: 0;
}
#nav-header .navbar li .sub-nav li:last-child {
  border-bottom: 0;
}
#nav-header .navbar li .sub-nav li:hover {
  background: color-background;
  border-radius: inherit;
}
#nav-header .navbar li .nav-link {
  color: color-text-light;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  padding: 30px 40px;
}
#nav-header .navbar li .nav-link .nav-link-title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: none;
}
#nav-header .navbar li .nav-link .nav-link-title.influential-gradient {
  background-image: linear-gradient(135deg, #4a90e2 0%, #06bdff 100%);
}
#nav-header .navbar li .nav-link .nav-link-title.transition-gradient {
  background-image: linear-gradient(135deg, #06bdff 0%, #41a2ff 41%, #a177ff 100%);
}
#nav-header .navbar li .nav-link .nav-link-title.purple-gradient {
  background-image: linear-gradient(135deg, #a177ff, #f098ec);
}
#nav-header .navbar li .nav-link .nav-link-subtext {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  text-transform: none;
}
#nav-header > a {
  z-index: 10;
}
#nav-header a.logo-image-link {
  float: left;
}
@media only screen and (max-width: 1050px) {
  #nav-header a.logo-image-link {
    display: none;
  }
}
#nav-header a.logo-image-link-mobile {
  display: none;
  float: left;
}
@media only screen and (max-width: 1050px) {
  #nav-header a.logo-image-link-mobile {
    display: block;
  }
}
#nav-header a.button-link {
  background: linear-gradient(135deg, #4a90e2 0%, #06bdff 100%);
  border: none;
  border-radius: 5px;
  font-size: 12px;
  display: inline-block;
  line-height: 32px;
  padding: 0 16px;
  text-transform: uppercase;
}
#nav-header a {
  color: color-white;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}
#nav-header > ul {
  float: right;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  list-style: none;
  margin: 0;
  padding: 16px 0 0;
}
#nav-header > ul li {
  font-size: 16px;
  display: inline-block;
  margin: 0;
  padding: 0 16px;
}
#nav-header > ul li a {
  font-weight: normal;
  padding: 0 16px;
}
@media only screen and (max-width: 1050px) {
  #nav-header > ul {
    display: none;
  }
}
#nav-header #mobile-menu-container {
  left: 0;
  position: absolute;
  width: 100%;
}
#nav-header #mobile-menu-container input#navbar-mobile-menu,
#nav-header #mobile-menu-container ul.navbar-mobile-menu,
#nav-header #mobile-menu-container label {
  display: none;
}
@media only screen and (max-width: 1050px) {
  #nav-header #mobile-menu-container label {
    color: #fff;
    display: block;
    font-size: 30px;
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 10;
  }
}
#nav-header #mobile-menu-container label.close-menu {
  display: none;
}
#nav-header #mobile-menu-container input#navbar-mobile-menu:checked ~ ul.navbar-mobile-menu,
#nav-header #mobile-menu-container ul {
  display: none;
}
@media only screen and (max-width: 1050px) {
  #nav-header #mobile-menu-container input#navbar-mobile-menu:checked ~ ul.navbar-mobile-menu,
  #nav-header #mobile-menu-container ul {
    background-color: rgba(69,77,94,0.9);
    display: block;
    list-style: none;
    padding: 0;
    width: 100%;
    z-index: 0;
  }
  #nav-header #mobile-menu-container input#navbar-mobile-menu:checked ~ ul.navbar-mobile-menu li,
  #nav-header #mobile-menu-container ul li {
    color: #fafbfd;
    font-size: 20px;
    font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: initial;
    margin: 0;
    padding: 20px;
    text-align: center;
  }
  #nav-header #mobile-menu-container input#navbar-mobile-menu:checked ~ ul.navbar-mobile-menu li:first-child,
  #nav-header #mobile-menu-container ul li:first-child {
    margin-top: 50px;
  }
  #nav-header #mobile-menu-container input#navbar-mobile-menu:checked ~ ul.navbar-mobile-menu li:last-child,
  #nav-header #mobile-menu-container ul li:last-child {
    margin-bottom: 50px;
  }
  #nav-header #mobile-menu-container input#navbar-mobile-menu:checked ~ ul.navbar-mobile-menu li a.button-link,
  #nav-header #mobile-menu-container ul li a.button-link {
    width: 97.5%;
  }
}
#nav-header #mobile-menu-container input#navbar-mobile-menu:checked ~ label.open-menu {
  display: none;
}
#nav-header #mobile-menu-container input#navbar-mobile-menu:checked ~ label.close-menu {
  display: none;
}
@media only screen and (max-width: 1050px) {
  #nav-header #mobile-menu-container input#navbar-mobile-menu:checked ~ label.close-menu {
    display: block;
  }
}
body.home-template {
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body.home-template div.post-feed {
  margin-top: 0;
  padding-bottom: 4.5em;
}
body.home-template div.post-feed h2.post-card-title {
  color: color-text;
  font-size: 14px;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}
body.home-template div.post-feed p.mobile-excerpt,
body.home-template div.post-feed p.general-excerpt {
  font-size: 12px;
}
body.home-template header.site-header {
  padding-bottom: 9em;
}
body.home-template header.site-header h1 {
  font-size: 30px;
  font-weight: normal;
  margin: 2em 0 1em 0;
}
@media only screen and (max-width: 1050px) {
  body.home-template header.site-header h1 {
    font-size: 20px;
  }
}
body.home-template header.site-header h2.site-description {
  font-size: 16px;
  line-height: 1.5;
  width: 75%;
}
@media only screen and (max-width: 1050px) {
  body.home-template header.site-header h2.site-description {
    font-size: 14px;
  }
}
@media only screen and (max-width: 800px) {
  body.home-template header.site-header h2.site-description {
    width: 85%;
  }
}
body.home-template main#site-main {
  margin-top: -10.5em;
}
@media only screen and (max-width: 1800px) {
  body.home-template main#site-main div.post-feed.all-tags,
  body.home-template main#site-main div.post-feed.blog-tags {
    margin: 0;
  }
  body.home-template main#site-main div.post-feed.all-tags article:not(:first-child),
  body.home-template main#site-main div.post-feed.blog-tags article:not(:first-child) {
    display: none;
  }
  body.home-template main#site-main div.post-feed.all-tags article.post-card.normal-post,
  body.home-template main#site-main div.post-feed.blog-tags article.post-card.normal-post {
    flex-direction: row;
    margin: 0 auto;
    max-width: 81%;
  }
  body.home-template main#site-main div.post-feed.all-tags article.post-card.normal-post a.post-card-image-link,
  body.home-template main#site-main div.post-feed.blog-tags article.post-card.normal-post a.post-card-image-link {
    height: 100%;
    width: 65%;
  }
  body.home-template main#site-main div.post-feed.all-tags article.post-card.normal-post a.post-card-image-link div.post-card-image,
  body.home-template main#site-main div.post-feed.blog-tags article.post-card.normal-post a.post-card-image-link div.post-card-image {
    height: 300px;
  }
  body.home-template main#site-main div.post-feed.all-tags article.post-card.normal-post div.post-card-content,
  body.home-template main#site-main div.post-feed.blog-tags article.post-card.normal-post div.post-card-content {
    margin-top: 2em;
    text-align: left;
  }
  body.home-template main#site-main div.post-feed.all-tags article.post-card.normal-post div.post-card-content p.general-excerpt,
  body.home-template main#site-main div.post-feed.blog-tags article.post-card.normal-post div.post-card-content p.general-excerpt {
    width: 21em;
  }
  body.home-template main#site-main div.post-feed.all-tags article.post-card.normal-post footer.post-card-meta,
  body.home-template main#site-main div.post-feed.blog-tags article.post-card.normal-post footer.post-card-meta {
    margin-bottom: 2em;
    text-align: left;
  }
}
@media only screen and (max-width: 1050px) {
  body.home-template main#site-main div.post-feed.all-tags h2.post-card-title,
  body.home-template main#site-main div.post-feed.blog-tags h2.post-card-title {
    font-size: 14px;
    width: 15.5em;
  }
  body.home-template main#site-main div.post-feed.all-tags article.post-card.normal-post div.post-card-image,
  body.home-template main#site-main div.post-feed.blog-tags article.post-card.normal-post div.post-card-image {
    height: 300px;
  }
  body.home-template main#site-main div.post-feed.all-tags article.post-card.normal-post div.post-card-content p.general-excerpt,
  body.home-template main#site-main div.post-feed.blog-tags article.post-card.normal-post div.post-card-content p.general-excerpt {
    font-size: 14px;
    width: 15.5em;
  }
  body.home-template main#site-main div.post-feed.all-tags button.read-more,
  body.home-template main#site-main div.post-feed.blog-tags button.read-more {
    font-size: 12px;
  }
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main div.post-feed.all-tags,
  body.home-template main#site-main div.post-feed.blog-tags {
    height: 45em;
    margin-left: -1.8em;
    padding-bottom: 0;
    width: 111%;
  }
  body.home-template main#site-main div.post-feed.all-tags article.post-card.normal-post,
  body.home-template main#site-main div.post-feed.blog-tags article.post-card.normal-post {
    flex-direction: column;
    max-width: 100%;
  }
  body.home-template main#site-main div.post-feed.all-tags article.post-card.normal-post a.post-card-image-link,
  body.home-template main#site-main div.post-feed.blog-tags article.post-card.normal-post a.post-card-image-link {
    height: 100%;
    width: 100%;
  }
  body.home-template main#site-main div.post-feed.all-tags article.post-card.normal-post a.post-card-image-link div.post-card-image,
  body.home-template main#site-main div.post-feed.blog-tags article.post-card.normal-post a.post-card-image-link div.post-card-image {
    height: 400px;
  }
  body.home-template main#site-main div.post-feed.all-tags article.post-card.normal-post div.post-card-content,
  body.home-template main#site-main div.post-feed.blog-tags article.post-card.normal-post div.post-card-content {
    height: 27em;
  }
  body.home-template main#site-main div.post-feed.all-tags article.post-card.normal-post div.post-card-content a.post-card-content-link,
  body.home-template main#site-main div.post-feed.blog-tags article.post-card.normal-post div.post-card-content a.post-card-content-link {
    padding: 0 43px 0;
  }
  body.home-template main#site-main div.post-feed.all-tags article.post-card.normal-post div.post-card-content footer.post-card-meta,
  body.home-template main#site-main div.post-feed.blog-tags article.post-card.normal-post div.post-card-content footer.post-card-meta {
    padding: 0 43px 25px;
  }
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main div.post-feed.blog-tags {
    height: 47.5em;
    padding-bottom: 0;
  }
  body.home-template main#site-main div.post-feed.blog-tags article.post-card.normal-post.tag-blog div.post-card-content {
    height: inherit;
    padding-bottom: 5em;
  }
  body.home-template main#site-main div.post-feed.blog-tags article.post-card.normal-post.tag-blog div.post-card-content p {
    width: 90%;
  }
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main div.post-feed.all-tags p.general-excerpt {
    display: none;
  }
  body.home-template main#site-main div.post-feed.all-tags p.mobile-excerpt {
    display: flex;
  }
}
@media only screen and (max-width: 1050px) {
  body.home-template main#site-main div.post-feed.press-tags article:last-child {
    display: none;
  }
  body.home-template main#site-main div.post-feed.press-tags section.post-card-excerpt {
    min-height: 75px;
  }
  body.home-template main#site-main div.post-feed.press-tags article h2.post-card-title {
    font-size: 14px;
    min-height: 48px;
  }
  body.home-template main#site-main div.post-feed.press-tags article p {
    font-size: 14px;
  }
  body.home-template main#site-main div.post-feed.press-tags article footer.post-card-meta {
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main div.post-feed.press-tags {
    padding-bottom: 0;
  }
  body.home-template main#site-main div.post-feed.press-tags article:not(:first-child) {
    display: none;
  }
  body.home-template main#site-main div.post-feed.press-tags article.feature-section footer.post-card-meta {
    text-align: center;
  }
}
body.home-template main#site-main button#mobile-blog-button {
  display: none;
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main button#mobile-blog-button {
    display: block;
    margin: 3.5em auto 7em auto;
  }
}
body.home-template main#site-main div#press-change-section {
  display: none;
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main div#press-change-section {
    display: block;
    margin: 0 auto;
    padding: 2.2em 0 4em 0;
    text-align: center;
  }
  body.home-template main#site-main div#press-change-section img.press-change {
    color: color-text-light;
    display: inline-block;
    font-size: 20px;
    padding: 0.7em;
    z-index: 290;
  }
  body.home-template main#site-main div#press-change-section img.press-change-left {
    margin-right: 0.25em;
  }
  body.home-template main#site-main div#press-change-section img.press-change-right {
    margin-left: 0.25em;
  }
}
@media only screen and (min-width: 800px) {
  body.home-template main#site-main img.change-right,
  body.home-template main#site-main img.change-left {
    display: none;
  }
}
@media only screen and (max-width: 1800px) {
  body.home-template main#site-main img.change-right,
  body.home-template main#site-main img.change-left {
    color: color-text-light;
    display: flex;
    font-size: 20px;
    padding: 0.7em;
    position: absolute;
    z-index: 290;
  }
  body.home-template main#site-main img.change-right {
    right: 0.8em;
  }
  body.home-template main#site-main img.change-left {
    left: 0.8em;
  }
  body.home-template main#site-main img.page-change-top {
    top: 9em;
  }
  body.home-template main#site-main img.page-change-bottom {
    bottom: 9em;
  }
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main img.change-right,
  body.home-template main#site-main img.change-left {
    background: #00f;
    display: none;
  }
}
body.home-template main#site-main article.normal-post {
  text-align: center;
}
body.home-template main#site-main section.tag-display {
  height: 15em;
  margin: 53em 0 0 1em;
  text-align: center;
  width: 100%;
}
body.home-template main#site-main section.tag-display h2 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 1.1em;
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main section.tag-display h2 {
    font-size: 24px;
  }
}
body.home-template main#site-main section#from-our-blog {
  margin-top: 0;
}
body.home-template main#site-main section#from-our-blog button {
  font-size: 12px;
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main section#from-our-blog {
    display: none;
  }
  body.home-template main#site-main section#from-our-blog > * {
    display: none;
  }
}
body.home-template main#site-main section#in-the-press {
  margin: 55em 0 -1.5em 1em;
}
@media only screen and (max-width: 1800px) {
  body.home-template main#site-main section#in-the-press {
    margin: 84em 0 -1.5em 1em;
  }
}
@media only screen and (max-width: 1050px) {
  body.home-template main#site-main section#in-the-press {
    margin-top: 75em;
  }
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main section#in-the-press {
    height: 12em;
    margin: 68em 0 0 0;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body.home-template main#site-main section#in-the-press {
    margin-top: 20em !important;
  }
}
@media only screen and (-ms-high-contrast: active) and (max-width: 1050px), only screen and (-ms-high-contrast: none) and (max-width: 1050px) {
  body.home-template main#site-main section#in-the-press {
    margin-top: 48em !important;
  }
}
@media only screen and (-ms-high-contrast: active) and (max-width: 1050px), only screen and (-ms-high-contrast: none) and (max-width: 1050px) {
  body.home-template main#site-main section#in-the-press {
    margin-top: 40em !important;
  }
}
@media only screen and (-ms-high-contrast: active) and (max-width: 800px), only screen and (-ms-high-contrast: none) and (max-width: 800px) {
  body.home-template main#site-main section#in-the-press {
    margin-top: 32em !important;
  }
}
body.home-template main#site-main article.video-keeper {
  position: absolute;
  right: 0;
  top: 30%;
  width: 38%;
}
@media only screen and (max-width: 1800px) {
  body.home-template main#site-main article.video-keeper {
    right: 0em;
    top: 1em;
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main article.video-keeper {
    right: 2.1em;
    width: 113%;
  }
}
body.home-template main#site-main article.feature-section {
  height: 31em;
  left: 0;
  padding-bottom: 30em;
  position: absolute;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body.home-template main#site-main article.feature-section {
    position: relative;
  }
}
body.home-template main#site-main article.feature-section div.image-container {
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  background-size: cover;
  height: 46em;
  left: 0;
  opacity: 0.24;
  position: absolute;
  top: 0;
  width: 100%;
}
body.home-template main#site-main article.feature-section div.image-container:after {
  content: '';
  height: 100%;
}
body.home-template main#site-main article.feature-section div.background-container {
  background-color: #454d5e;
  height: 46em;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body.home-template main#site-main article.feature-section div.background-container.white-papers-background {
  height: 29em;
}
body.home-template main#site-main article.feature-section div.content-container {
  height: 46em;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body.home-template main#site-main article.feature-section div.content-container p,
body.home-template main#site-main article.feature-section div.content-container h2 {
  color: color-background;
}
@media only screen and (max-width: 1800px) {
  body.home-template main#site-main article.feature-section div.content-container p,
  body.home-template main#site-main article.feature-section div.content-container h2 {
    color: color-text;
  }
}
body.home-template main#site-main article.feature-section div.content-container p {
  font-size: 16px;
  line-height: 1.7;
  margin: 1.5em 0 1em 0;
  width: 59%;
}
@media only screen and (max-width: 1800px) {
  body.home-template main#site-main article.feature-section div.content-container p {
    color: color-text-light;
    width: 90%;
  }
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main article.feature-section div.content-container p {
    font-size: 12px;
    line-height: 1.8;
    margin: 1.5em 0 1em 3.6em;
    width: 87%;
  }
}
body.home-template main#site-main article.feature-section div.content-container div.kg-card-markdown {
  align-items: inherit;
  display: inherit;
  flex-direction: inherit;
  max-width: inherit;
}
body.home-template main#site-main article.feature-section div.content-container h2.post-card-title {
  font-size: 30px;
  padding-top: 1.8em;
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main article.feature-section div.content-container h2.post-card-title {
    font-size: 24px;
    padding-top: 2.2em;
  }
}
body.home-template main#site-main article.feature-section div.content-container button.read-more {
  border-color: color-background;
  color: color-background;
  margin: 1em 0 0 1.2em;
}
@media only screen and (max-width: 1800px) {
  body.home-template main#site-main article.feature-section div.content-container button.read-more {
    border-color: color-text;
    color: color-text;
    font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
}
body.home-template main#site-main article.feature-section div.content-container h3.feature-declaration {
  color: color-background;
  font-size: 12px;
  margin-bottom: -2.8em;
  font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  padding: 5.5em 0 0 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1800px) {
  body.home-template main#site-main article.feature-section div.content-container h3.feature-declaration {
    color: color-text-light;
    font-family: 'Ubuntu', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1050px) {
  body.home-template main#site-main article.feature-section div.content-container h3.feature-declaration {
    padding: 3.5em 0 0 0;
  }
}
body.home-template main#site-main article.feature-section span.tag-color.white-papers {
  margin-left: 3.6em;
  z-index: 1;
}
body.home-template main#site-main article.feature-section span.tag-color.case-studies {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: -1.65em;
  z-index: 1;
}
body.home-template main#site-main article.feature-section.tag-white-papers {
  height: 30em;
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main article.feature-section.tag-white-papers {
    height: 39em;
  }
}
body.home-template main#site-main article.feature-section.tag-white-papers div.image-container {
  height: 29em;
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main article.feature-section.tag-white-papers div.image-container {
    height: 39em;
  }
}
body.home-template main#site-main article.feature-section.tag-white-papers div.content-container {
  height: 29em;
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main article.feature-section.tag-white-papers div.content-container {
    height: 39em;
    width: 94%;
  }
  body.home-template main#site-main article.feature-section.tag-white-papers div.content-container header {
    margin-top: 4em;
  }
}
body.home-template main#site-main article.feature-section.tag-white-papers div.content-container h3.feature-declaration {
  padding: 4.5em 0 0 3.3em;
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main article.feature-section.tag-white-papers div.background-container {
    height: 39em;
  }
}
@media only screen and (max-width: 1800px) {
  body.home-template main#site-main article.feature-section.tag-white-papers h2.post-card-title,
  body.home-template main#site-main article.feature-section.tag-white-papers h3.feature-declaration.white-papers {
    color: color-background;
  }
  body.home-template main#site-main article.feature-section.tag-white-papers section p {
    color: color-background;
  }
  body.home-template main#site-main article.feature-section.tag-white-papers footer.post-card-meta button.read-more {
    border-color: color-background;
    color: color-background;
  }
}
body.home-template main#site-main article.feature-section.tag-case-studies section.feature-study-content {
  margin: 0 auto;
  position: relative;
  width: 1060px;
}
@media only screen and (max-width: 1800px) {
  body.home-template main#site-main article.feature-section.tag-case-studies section.feature-study-content {
    width: 90%;
  }
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main article.feature-section.tag-case-studies section.feature-study-content {
    width: 87%;
  }
}
body.home-template main#site-main article.feature-section.tag-case-studies footer.post-card-meta {
  padding-left: 0;
}
body.home-template main#site-main article.feature-section.tag-case-studies footer.post-card-meta button {
  margin-left: 0;
}
body.home-template main#site-main article.feature-section.tag-case-studies footer.post-card-meta button:hover {
  color: color-white;
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main article.feature-section.tag-case-studies footer.post-card-meta {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1800px) {
  body.home-template main#site-main article.feature-section.tag-case-studies div.image-container {
    display: none;
  }
  body.home-template main#site-main article.feature-section.tag-case-studies div.background-container {
    display: none;
  }
  body.home-template main#site-main article.feature-section.tag-case-studies div.content-container {
    background-color: color-mobile-featured-background;
    color: color-text-light;
    height: 76em;
  }
  body.home-template main#site-main article.feature-section.tag-case-studies div.content-container p {
    width: 99%;
  }
}
@media only screen and (max-width: 1050px) {
  body.home-template main#site-main article.feature-section.tag-case-studies div.content-container {
    height: 69em;
  }
}
@media only screen and (max-width: 800px) {
  body.home-template main#site-main article.feature-section.tag-case-studies div.content-container {
    height: 50em;
  }
  body.home-template main#site-main article.feature-section.tag-case-studies div.content-container p {
    margin: 0 0 1em 0;
  }
  body.home-template main#site-main article.feature-section.tag-case-studies section.post-card-excerpt.case-studies-excerpt {
    margin-bottom: 2em;
  }
}
div.share-post .icon-link {
  border-radius: 50%;
  float: left;
  height: 24px;
  margin-right: 8px;
  text-align: center;
  width: 24px;
}
div.share-post .icon-link.facebook {
  background: color-facebook-dark-blue-bg;
}
div.share-post .icon-link.instagram {
  background: color-instagram-pink;
}
div.share-post .icon-link.linkedin {
  background: color-linkedin;
}
div.share-post .icon-link.twitter {
  background: color-twitter-blue-official;
}
div.share-post .icon-link span.fab {
  color: #fff;
  display: inherit;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
}
body.tag-template div.share-post,
section.post-content div.share-post {
  margin-top: 4.5em;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}
body.tag-template div.share-post a.facebook,
section.post-content div.share-post a.facebook {
  margin-bottom: 1.2em;
}
body.tag-template div.share-post a.linkedin,
section.post-content div.share-post a.linkedin {
  margin-bottom: 1.2em;
}
body.tag-template div.share-post a.twitter,
section.post-content div.share-post a.twitter {
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 1050px) {
  body.tag-template div.share-post,
  section.post-content div.share-post {
    margin: 3em -2.8em 0 0;
    width: 9em;
  }
  body.tag-template div.share-post a.facebook,
  section.post-content div.share-post a.facebook {
    margin-right: 1em;
  }
  body.tag-template div.share-post a.linkedin,
  section.post-content div.share-post a.linkedin {
    margin-right: 1em;
  }
  body.tag-template div.share-post a.twitter,
  section.post-content div.share-post a.twitter {
    margin-right: 1em;
  }
}
@media only screen and (max-width: 800px) {
  body.tag-template div.share-post,
  section.post-content div.share-post {
    display: none;
  }
}
section.post-content div.share-post {
  margin-right: 40px;
}
@media only screen and (max-width: 1050px) {
  section.post-content div.share-post {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1050px) and (max-width: 800px) {
  section.post-content div.share-post {
    display: block;
    left: 25px;
    margin: 0;
    top: 25px;
  }
}
@media only screen and (max-width: 800px) {
  body.tag-template main#site-main {
    padding: 0;
  }
}
body.tag-template p#mobile-excerpt {
  display: none;
}
@media only screen and (max-width: 800px) {
  body.tag-template p#mobile-excerpt {
    display: block;
    line-height: 1.4;
  }
}
body.tag-template p#tablet-excerpt {
  display: none;
}
@media only screen and (max-width: 1050px) {
  body.tag-template p#tablet-excerpt {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  body.tag-template p#tablet-excerpt {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  body.tag-template p#desktop-excerpt {
    display: none;
  }
}
body.tag-template section.post-card-excerpt p {
  font-size: 14px;
}
@media only screen and (max-width: 1050px) {
  body.tag-template div.post-feed {
    width: 98%;
    margin: -6em auto 0 auto;
  }
}
body.tag-template div.post-feed article.post-card.normal-post {
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  body.tag-template div.post-feed article.post-card.normal-post {
    text-align: left;
  }
}
body.tag-template div.post-feed h2.post-card-title {
  color: color-text;
  font-size: 14px;
}
@media only screen and (max-width: 1050px) {
  body.tag-template div.post-feed h2.post-card-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1050px) and (max-width: 800px) {
  body.tag-template div.post-feed {
    margin: -2em auto 0 auto;
    width: 100%;
  }
}
body.tag-template header.site-header {
  max-height: 28em;
}
@media only screen and (max-width: 800px) {
  body.tag-template header.site-header div.inner {
    height: 18em;
  }
}
@media only screen and (max-width: 800px) {
  body.tag-template header.site-header div.site-header-content {
    margin-top: 3em;
  }
}
body.tag-template header.site-header div.site-header-content h1.site-title {
  font-size: 30px;
  font-weight: normal;
  left: 0;
  position: absolute;
  text-align: left;
}
@media only screen and (max-width: 1050px) {
  body.tag-template header.site-header div.site-header-content h1.site-title {
    font-size: 24px;
    left: 1.1em;
  }
}
@media only screen and (max-width: 800px) {
  body.tag-template header.site-header div.site-header-content h1.site-title {
    display: block;
    font-size: 24px;
    left: 0;
    position: inherit;
  }
}
body.tag-template header.post-card-header {
  margin-top: 0.8em;
}
body.tag-template header.post-card-header span {
  color: color-blog-excerpt-gray;
}
body.tag-template span {
  font-size: 1.2rem;
  display: inline-block;
  letter-spacing: 0.5px;
  line-height: 1.15em;
  margin-bottom: 17px;
  text-transform: uppercase;
}
article#first-post {
  min-height: 500px;
}
@media only screen and (max-width: 800px) {
  article#first-post {
    margin: -2em 0 2em 0;
    width: 100%;
  }
}
article#first-post div.post-card-image {
  height: 290px;
}
article#first-post div.post-card-content {
  position: relative;
  margin: 0 2.2em 2.2em 2.2em;
}
@media only screen and (max-width: 800px) {
  article#first-post div.post-card-content {
    margin: 0 2.2em 0.2em 0.2em;
  }
}
article#first-post div.post-card-content footer.post-card-meta {
  padding-top: 15px;
}
article#first-post h2 {
  font-size: 30px;
  font-weight: normal;
}
@media only screen and (max-width: 800px) {
  article#first-post h2 {
    font-size: 14px;
  }
}
article#first-post section.post-card-excerpt p {
  color: color-blog-dark-gray;
  font-size: 16px;
  line-height: 1.8;
  margin-left: 1.8em;
  overflow: hidden;
  width: 75%;
}
@media only screen and (max-width: 1050px) {
  article#first-post section.post-card-excerpt p {
    width: 90%;
  }
}
@media only screen and (max-width: 800px) {
  article#first-post section.post-card-excerpt p {
    font-size: 12px;
    margin-left: 2.2em;
  }
}
article#first-post section.post-card-excerpt a.post-card-content-link {
  display: none;
}
/**
  Not sure if these are needed yet.
**/
