/*LIBRARIES*/
@import url(bootstrap.min-72c1ca53.css);
/* COLOR VARIABLES */
/* SPACING VARIABLES */
/*COMMON*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  letter-spacing: 0.01em;
  background-color: #fdfdfd;
  color: #333; }

h1,
h2,
h3,
h4,
h5,
p.big-intro {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: black; }

h1 {
  font-size: 64px; }

h2 {
  font-size: 38px; }

h3 {
  font-size: 24px; }

p.small-text {
  font-size: 14px;
  color: #6c6c6c; }

p.headline-text {
  font-size: 14px;
  color: #6c6c6c;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500; }

p.larger {
  font-size: 21px;
  line-height: 1.5; }

p.big-intro {
  font-family: "Nunito Sans", sans-serif;
  font-size: 26px;
  color: #666;
  line-height: 1.4;
  text-align: center; }

p.intro {
  font-family: "Nunito Sans", sans-serif;
  font-size: 26px;
  color: black; }

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

.text-black {
  color: black; }

/** DIVIDERS **/
.divider {
  border-bottom: 1px solid #eee;
  margin: 32px 0; }

.divider-small {
  width: 67%;
  margin-left: auto;
  margin-right: auto; }

.vertical-align {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.no-right-padding {
  padding-right: 0px; }

/* BUTTONS */
.btn {
  font-family: "Nunito Sans", "Avenir", sans-serif;
  letter-spacing: 0.01em;
  font-size: 16px;
  box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.08);
  border-radius: 5px;
  border-width: 1.5px; }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled]:hover .btn:hover {
  opacity: 1;
  background-color: #eee;
  border-color: #eee;
  color: #6c6c6c;
  box-shadow: none; }

.btn.btn-primary {
  border-color: #1367ec;
  background-color: #1367ec;
  color: white; }
  .btn.btn-primary:hover {
    background: #0f52bd; }
  .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary:focus, .btn.btn-primary.focus {
    background: #0b3e8e; }
  .btn.btn-primary.disabled, .btn.btn-primary[disabled], fieldset[disabled] .btn.btn-primary, .btn.btn-primary.disabled:hover, .btn.btn-primary[disabled]:hover, fieldset[disabled]:hover .btn.btn-primary:hover {
    opacity: 1;
    background-color: #ccc;
    border-color: #ccc;
    color: #6c6c6c;
    box-shadow: none; }

.btn.btn-default {
  border-color: #1367ec;
  background-color: white;
  color: #1367ec; }
  .btn.btn-default:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #edf4ff; }
  .btn.btn-default:active, .btn.btn-default.active, .btn.btn-default:focus, .btn.btn-default.focus {
    background: #edf4ff;
    border-color: #1367ec;
    color: #1367ec; }
  .btn.btn-default.disabled, .btn.btn-default[disabled], fieldset[disabled] .btn.btn-default, .btn.btn-default.disabled:hover, .btn.btn-default[disabled]:hover, fieldset[disabled]:hover .btn.btn-default:hover {
    opacity: 1;
    background-color: white;
    border-color: #ccc;
    color: #6c6c6c;
    box-shadow: none; }

a,
.btn.btn-link {
  font-family: "Nunito Sans", "Avenir", sans-serif;
  letter-spacing: 0.01em;
  box-shadow: none;
  border-color: transparent;
  color: #1367ec;
  font-weight: 600; }
  a:hover,
  .btn.btn-link:hover {
    color: #0f52bd; }
  a:active, a.active, a:focus, a.focus,
  .btn.btn-link:active,
  .btn.btn-link.active,
  .btn.btn-link:focus,
  .btn.btn-link.focus {
    color: #0b3e8e; }

.btn a,
.btn a:hover {
  color: white;
  text-decoration: none; }

.bootstrap-select {
  width: 100% !important;
  font-family: "Nunito Sans", sans-serif; }
  .bootstrap-select .btn-default {
    border: 0px;
    background-color: transparent !important;
    border-bottom: 1px solid #1367ec;
    width: 100%;
    border-radius: 0px;
    padding: 0;
    background-image: url(/images/carret-28288a57.png);
    background-position: right center;
    background-repeat: no-repeat;
    box-shadow: none; }
  .bootstrap-select .btn-default:hover,
  .bootstrap-select .btn-default:focus,
  .bootstrap-select .btn-default:active {
    background-color: transparent !important;
    box-shadow: none; }
  .bootstrap-select ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    .bootstrap-select ul li {
      margin: 0px;
      padding: 0px; }
  .bootstrap-select .dropdown-menu {
    display: none; }

.btn-group.open .dropdown-toggle {
  box-shadow: none; }

.bootstrap-select.open .dropdown-menu {
  display: block;
  position: absolute;
  top: 37px;
  background-color: #fff;
  width: auto;
  z-index: 999; }
  .bootstrap-select.open .dropdown-menu li {
    border-bottom: 1px solid #eee; }
    .bootstrap-select.open .dropdown-menu li a {
      color: #1367ec;
      font-size: 18px;
      display: block;
      padding: 15px 0 15px 25px; }
      .bootstrap-select.open .dropdown-menu li a:hover {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #edf4ff; }
      .bootstrap-select.open .dropdown-menu li a:active, .bootstrap-select.open .dropdown-menu li a.active, .bootstrap-select.open .dropdown-menu li a:focus, .bootstrap-select.open .dropdown-menu li a.focus {
        background: #edf4ff;
        border-color: #1367ec;
        color: #1367ec; }

/*BACKGROUNDS*/
.bg-gray {
  background-color: #f8f8f8; }

.bg-lines {
  background-image: url(../images/lines-dd25af30.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #1367ec; }

/** NAVIGATION **/
.navi {
  position: absolute;
  z-index: 99;
  left: 0;
  width: 100%;
  height: 95px;
  line-height: 95px;
  background-color: #1367ec; }
  .navi ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .navi ul li {
      display: inline-block;
      float: left; }
      .navi ul li a {
        color: #fff;
        font-size: 18px;
        display: block;
        padding: 0 25px; }
      .navi ul li a:hover {
        text-decoration: underline; }
    .navi ul li.active a {
      color: #fff; }
  .navi .mobile-menu-toggler {
    display: none; }

@media screen and (max-width: 1200px) {
  .navi {
    position: absolute;
    z-index: 99;
    left: 0;
    width: 100%; }
    .navi img {
      width: 50%;
      max-width: 158px; }
    .navi .mobile-menu-toggler {
      cursor: pointer;
      display: block;
      height: 95px;
      width: 45px;
      float: right;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .navi .mobile-menu-toggler::before {
        content: "\f0c9";
        font-family: "FontAwesome";
        float: right;
        color: white;
        font-size: 26px;
        margin-right: 4px; }
    .navi ul {
      display: none;
      width: 100%;
      height: 100%;
      clear: both;
      background-color: white;
      padding: 16px 0;
      z-index: 999;
      border-radius: 15px;
      box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.08);
      border: 1px solid #eee;
      margin-top: 16px; }
      .navi ul li {
        display: block;
        clear: both;
        width: 100%; }
        .navi ul li a {
          line-height: 1;
          color: #1367ec;
          font-size: 20px;
          padding: 25px;
          width: 100%; }
  .navi.active .mobile-menu-toggler::before {
    content: "\f0c9";
    font-family: "FontAwesome";
    float: right;
    color: #e7effd;
    font-size: 26px;
    margin-right: 4px; }
  .navi.active ul {
    display: block; } }

/** END NAVIGATION **/
/******* PAGES **********/
/** JOBS **/
.job-lines {
  top: 0;
  width: 100%;
  height: 550px;
  overflow: hidden;
  background-image: url(../images/lines-4-9ef78694.svg);
  background-position: 100% center;
  background-repeat: no-repeat;
  position: absolute; }

.job-posting-lines {
  top: 200px;
  overflow: hidden;
  background-image: url(../images/lines-2-621323c5.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  height: 100px; }

.job-posting-container h1 {
  font-size: 48px; }

.job-posting-container .job-posting,
.job-posting-container .careers-main,
.careers-main-container .job-posting,
.careers-main-container .careers-main {
  padding: 52px;
  background: white;
  border-radius: 15px;
  box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.08);
  border: 1px solid #eee;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.08);
  -moz-box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.08); }

.job-posting-container h2,
.job-posting-container h3,
.job-posting-container h4,
.careers-main-container h2,
.careers-main-container h3,
.careers-main-container h4 {
  margin-top: 64px;
  margin-bottom: 32px; }

.job-posting-container h3,
.careers-main-container h3 {
  font-size: 25px; }

.job-posting-container h4,
.careers-main-container h4 {
  font-size: 21px; }

.job-posting-container p.lede,
.careers-main-container p.lede {
  font-size: 150%; }

.job-posting-container p,
.careers-main-container p {
  font-size: 18px;
  margin: 15px 0; }

.job-posting-container ul,
.careers-main-container ul {
  list-style-type: none;
  margin: 16px 0px;
  padding: 0 0 0 40px; }
  .job-posting-container ul .fa-li,
  .careers-main-container ul .fa-li {
    color: #5894f3;
    font-size: 14px;
    margin-top: 2px; }
  .job-posting-container ul li,
  .careers-main-container ul li {
    padding-left: 8px;
    margin: 16px 0;
    font-size: 18px; }
    .job-posting-container ul li::before,
    .careers-main-container ul li::before {
      content: "\f101";
      font-family: "FontAwesome";
      float: left;
      margin-left: -1.5em;
      color: #5894f3;
      font-size: 14px; }
    .job-posting-container ul li strong,
    .careers-main-container ul li strong {
      font-family: "Nunito Sans", "Avenir", sans-serif; }

.job-posting-container .careers-main h2:first-of-type,
.careers-main-container .careers-main h2:first-of-type {
  margin-top: 0; }

.job-posting-container #main-jobs-page-callout,
.careers-main-container #main-jobs-page-callout {
  padding: 0.75em;
  border: 1px solid #88b2f6;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #edf4ff;
  border-radius: 5px; }

#jobs-block.hiring {
  padding-top: 75px; }
  #jobs-block.hiring h2 {
    margin-bottom: 24px; }
  #jobs-block.hiring p.subtitle {
    font-size: 18px; }

.job-quote {
  margin-top: 64px; }
  .job-quote .quote-mark {
    font-size: 100px; }
  .job-quote p {
    margin-top: 0px; }
    .job-quote p .trusted-quote-source {
      font-weight: 500; }

@media screen and (max-width: 760px) {
  .job-posting-container {
    padding-top: 50px;
    padding-bottom: 30px; }
    .job-posting-container p {
      font-size: 17px; }
    .job-posting-container p.location {
      font-size: 15px; }
    .job-posting-container ul li {
      font-size: 17px; }
  .job-posting-container h2,
  .job-posting-container h3,
  .job-posting-container h4,
  .careers-main-container h2,
  .careers-main-container h3,
  .careers-main-container h4 {
    margin-top: 32px;
    margin-bottom: 16px; }
  .job-posting-container ul,
  .careers-main-container ul {
    padding-left: 16px; }
  .job-posting-container .iframe-container,
  .careers-main-container .iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; }
  .job-posting-container .responsive-iframe,
  .careers-main-container .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; } }

/** END JOBS **/
/** HOME/INDEX **/
/* copied from jobs page for home page; TODO: clean up */
#platform ul,
#services ul,
ul.styled {
  list-style-type: none;
  margin: 16px 0px;
  padding: 0 0 0 20px; }
  #platform ul .fa-li,
  #services ul .fa-li,
  ul.styled .fa-li {
    color: #5894f3;
    font-size: 14px;
    margin-top: 2px; }
  #platform ul li,
  #services ul li,
  ul.styled li {
    padding-left: 8px;
    margin: 16px 0;
    font-size: 21px; }
    #platform ul li::before,
    #services ul li::before,
    ul.styled li::before {
      content: "\f101";
      font-family: "FontAwesome";
      float: left;
      margin-left: -1.5em;
      margin-top: 4px;
      color: #5894f3;
      font-size: 14px; }
    #platform ul li strong,
    #services ul li strong,
    ul.styled li strong {
      font-family: "Nunito Sans", sans-serif;
      font-weight: 700;
      color: black; }

#platform ul {
  margin: 32px 0; }

@media screen and (max-width: 991px) {
  .header-section {
    padding-top: 30px; }
    .header-section h1 {
      margin-top: 0px; }
  img.pull-right {
    float: left !important;
    margin-top: 30px; } }

.announcement {
  width: 100%;
  background-color: #edf4ff;
  color: #0a3476;
  text-align: center;
  font-size: 16px;
  padding: 4px 16px; }

.header-lines {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: #1367ec;
  background-image: url(../images/lines-dd25af30.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  box-shadow: 2px 4px 50px rgba(51, 51, 51, 0.2); }

.header-section {
  padding-top: 125px; }
  .header-section h1 {
    font-size: 64px;
    margin: 20px 0 0;
    font-weight: 100;
    line-height: 100%;
    font-family: "Nunito Sans";
    letter-spacing: 0.01em;
    color: white; }
    .header-section h1 #intelligence {
      font-weight: 600; }
  .header-section h2 {
    margin: 25px;
    font-weight: regular;
    font-family: "Nunito Sans";
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 36px;
    color: white; }

.header-lines--light {
  width: 100%;
  height: 475px;
  overflow: hidden;
  background-image: url(../images/lines-4-9ef78694.svg);
  background-position: 100% center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1; }

.header-section--light {
  padding-top: 175px; }

.demoreq.btn.btn-default {
  margin-top: 25px;
  background-color: white;
  border-color: white;
  color: #1367ec;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 600; }
  .demoreq.btn.btn-default:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #edf4ff; }

.screenshot-section {
  margin-top: 200px;
  margin-bottom: 200px; }
  .screenshot-section .screenshot {
    border-radius: 15px;
    border: solid 1px #eee;
    filter: drop-shadow(0px 2px 6px rgba(51, 51, 51, 0.08));
    background-color: white;
    padding: 16px; }
    .screenshot-section .screenshot.no-border {
      border-radius: none;
      border: none;
      filter: none; }
  .screenshot-section .screenshot.home img {
    height: auto !important; }

.gray-lines {
  top: -80px;
  overflow: hidden;
  background-image: url(../images/lines-2-621323c5.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  height: 140px;
  margin-top: 128px; }

.gray-section {
  background-color: #f8f8f8;
  padding-bottom: 96px; }
  .gray-section h2 {
    margin-top: 16px;
    margin-bottom: 16px; }

.product-thirds {
  padding: 50px 50px 0px 50px; }
  .product-thirds img {
    height: 76px;
    margin-bottom: 12px;
    margin-top: 12px; }
    .product-thirds img.larger-icon {
      height: 100px;
      margin-bottom: 0px;
      margin-top: 0px; }

.customer-logos {
  padding-top: 19px;
  gap: 2em; }

.customer-logo {
  text-align: center;
  margin-bottom: 10px;
  padding: 14px; }
  .customer-logo img {
    width: auto;
    max-height: 100px;
    opacity: 0.4;
    filter: grayscale(100%); }
  .customer-logo:hover img {
    opacity: 0.8;
    filter: grayscale(0%); }
  .customer-logo.wide img {
    max-height: 65px; }

.trusted-section h2 {
  margin-bottom: 37px;
  margin-top: 96px; }

.trusted-row {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0; }

.trusted-quotes {
  padding: 32px;
  background: white;
  border-radius: 15px;
  box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.08);
  border: 1px solid #eee;
  box-sizing: border-box;
  text-align: left;
  height: 100%; }

.quote-mark {
  font-size: 115px;
  line-height: 25%;
  margin-top: 32px;
  color: #5894f3;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif; }

.trusted-quote-source {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif; }

.try-now {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #1367ec; }
  .try-now .demoreq {
    margin-top: 40px;
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 600; }
  .try-now h2 {
    color: white; }
  .try-now h3 {
    color: white;
    margin-top: 16px; }
  .try-now .block-center {
    text-align: center; }
  .try-now form input {
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    border: 0;
    border-bottom: 1px solid #1367ec;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 12px;
    background: transparent;
    font-weight: 400; }
  .try-now form .filter-option {
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    padding-left: 12px;
    background: transparent; }
  .try-now form ::-webkit-input-placeholder {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.3); }
  .try-now form :-moz-placeholder {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.3); }
  .try-now form ::-moz-placeholder {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.3); }
  .try-now form :-ms-input-placeholder {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 760px) {
  h1 {
    font-size: 45px; }
  h2 {
    font-size: 34px; }
  p.big-intro {
    font-size: 21px; }
  .header-lines {
    background-size: 270% auto; }
  .header-section {
    margin-bottom: 128px; }
    .header-section h1 {
      font-size: 45px; }
  .screenshot-section {
    margin-top: 100px; }
  .try-now.bg-lines {
    background-size: 300% auto; }
  .try-now h5 {
    font-size: 2em;
    font-weight: bold; }
  .try-now p {
    font-size: 21px; }
  .try-now form input {
    height: 38px;
    line-height: 38px; }
  .try-now form ::-webkit-input-placeholder {
    font-size: 16px; }
  .try-now form :-moz-placeholder {
    font-size: 16px; }
  .try-now form ::-moz-placeholder {
    font-size: 16px; }
  .try-now form :-ms-input-placeholder {
    font-size: 16px; }
  .screenshot-section h2 {
    font-size: 28px; }
  .trusted-section h1 {
    font-size: 2em;
    margin-top: 37px; } }

/** END HOME/INDEX **/
/** CHAT **/
#chatra {
  font-face: "Nunito Sans", "Roboto", sans-serif; }

/** END CHAT **/
/** BLOG **/
.blog-lines {
  top: 0;
  width: 100%;
  height: 550px;
  overflow: hidden;
  background-image: url(../images/lines-4-9ef78694.svg);
  background-position: 66% center;
  background-repeat: no-repeat;
  position: absolute; }

.blog-index-post {
  padding: 40px;
  background-color: white;
  margin: 24px 0px;
  border: 1px solid #eee;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.08);
  border-radius: 15px; }
  .blog-index-post .blog-index-post-title {
    font-weight: bold;
    font-size: 24px; }
    .blog-index-post .blog-index-post-title a {
      color: black; }
  .blog-index-post .divider {
    border-bottom: 1px solid #eee;
    margin: 8px 0px 16px 0; }

.blog-post-date {
  font-family: "Nunito Sans", "Avenir", sans-serif;
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: right;
  margin-top: 7px; }

.author-bubble {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin-top: 19px;
  margin-bottom: 22px;
  margin-right: 20px; }

.team-grid {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 24px auto 36px auto; }

.blog-post-author-name {
  margin-top: 4px;
  font-family: "Nunito Sans", "Avenir", sans-serif;
  margin-bottom: 24px;
  font-weight: 400; }

.blog-post {
  padding-top: 50px;
  padding-bottom: 30px; }
  .blog-post img {
    max-width: 100%; }
  .blog-post figcaption {
    font-style: italic;
    margin: 0.5em 0 1em 0; }
  .blog-post article {
    background: white;
    border-radius: 15px;
    padding: 43px 50px;
    border: 1px solid #eee;
    box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.08);
    -webkit-box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.08);
    -moz-box-shadow: 0px 2px 6px rgba(51, 51, 51, 0.08); }
  .blog-post figure {
    margin-top: 45px;
    margin-bottom: 45px; }
  .blog-post .post-tags {
    font-family: "Nunito Sans";
    color: #6c6c6c;
    font-weight: 400; }
  .blog-post .post-title {
    font-size: 32px;
    margin: 0px; }
  .blog-post .post-author {
    font-size: 16px !important; }
  .blog-post .post-content {
    margin-top: 2em; }
    .blog-post .post-content p {
      font-size: 18px;
      margin: 15px 0; }
    .blog-post .post-content li {
      font-size: 18px; }
  .blog-post .divider {
    border-bottom: 1px solid #eee;
    margin: 8px 0px 16px 0; }
  .blog-post th {
    font-weight: 400; }

.related-posts h2 {
  font-size: 24px; }

.related-posts .post-date {
  margin: 16px 0px 8px 0px;
  font-family: "Nunito Sans", "Avenir", sans-serif;
  color: #6c6c6c;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em; }

.related-posts .post-title {
  font-size: 22px; }

@media screen and (max-width: 760px) {
  .blog-post article {
    padding: 43px 30px; }
  .blog-post-author-name {
    margin-bottom: 8px; }
  .blog-post-date {
    text-align: left;
    margin-bottom: 32px; }
  .blog-post {
    padding-top: 60px;
    padding-bottom: 60px; }
    .blog-post h1 {
      font-size: 35px;
      margin: 25px 0 0 0; }
    .blog-post .socials {
      padding-top: 15px;
      text-align: left; }
    .blog-post p.lead {
      font-size: 21px; }
  .related-posts h2 {
    font-size: 24px !important; }
  .related-posts .blog-date {
    width: 20%;
    float: left;
    margin-top: 15px; }
  .related-posts .blog-entry {
    border: 0px;
    width: 75%;
    float: right;
    padding: 0 0 0 5%;
    margin-bottom: 60px; }
    .related-posts .blog-entry .title {
      line-height: 1.2; } }

/** END BLOG **/
/** OUR TEAM **/
.our-team-bg-lines {
  top: 0;
  width: 100%;
  height: 550px;
  overflow: hidden;
  background-image: url(../images/lines-4-9ef78694.svg);
  background-position: 33% center;
  background-repeat: no-repeat;
  position: absolute; }

.team-grid {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: auto; }

@media screen and (min-width: 820px) {
  .team-grid {
    width: 820px; } }

.team-card {
  flex: 1;
  margin: 16px; }
  .team-card p {
    margin-top: 10px;
    margin-bottom: 0;
    font-family: "Nunito Sans", sans-serif; }
  .team-card span {
    font-size: 14px;
    line-height: 1.42;
    display: block; }

.team-bubble {
  width: 135px !important;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

/** END OUR TEAM **/
/** FOOTER **/
.footer-lines {
  top: 45px;
  overflow: hidden;
  background-image: url(../images/lines-3-3deed7e8.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  height: 100px; }

.footer {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f7faff;
  font-size: 14px;
  line-height: 23px; }
  .footer h3 {
    margin-bottom: 16px; }
  .footer p,
  .footer input {
    color: #6c6c6c; }
  .footer ul {
    list-style-type: none;
    margin: 10px 0;
    padding: 0px; }
    .footer ul li {
      background-repeat: no-repeat !important;
      padding: 0px 0 10px 30px;
      color: #6c6c6c;
      font-weight: 300; }
    .footer ul .ico-mail {
      background: url(/images/ico-footer-1-84133223.png);
      background-position: 0 3px; }
    .footer ul .ico-phone {
      background: url(/images/ico-footer-2-9314f7ed.png);
      background-position: 0 2px; }
    .footer ul .ico-address {
      background: url(/images/ico-footer-3-635e5b26.png);
      background-position: 0 10px; }
  .footer form {
    margin: 10px 0; }
    .footer form input {
      border: 0;
      border-bottom: 1px solid #1367ec;
      width: 100%;
      margin-bottom: 20px;
      padding: 9px 14px;
      background-color: transparent; }
      .footer form input ::-webkit-input-placeholder {
        font-size: 15px;
        color: #6c6c6c; }
      .footer form input :-moz-placeholder {
        font-size: 15px;
        color: #6c6c6c; }
      .footer form input ::-moz-placeholder {
        font-size: 15px;
        color: #6c6c6c; }
      .footer form input :-ms-input-placeholder {
        font-size: 15px;
        color: #6c6c6c; }
    .footer form .submit {
      border: 1px solid #1367ec;
      width: fit-content;
      margin-top: 16px; }

@media screen and (max-width: 820px) {
  .footer {
    padding-top: 75px;
    padding-bottom: 75px; }
    .footer .title {
      font-size: 22px; }
    .footer p,
    .footer li {
      font-size: 12px; } }

/** END FOOTER **/
/** SPACING -- keep at bottom so it can properly override **/
.space-top-md {
  margin-top: 16px; }

.space-bottom-md {
  margin-bottom: 16px; }

.space-top-lg {
  margin-top: 32px; }

.space-bottom-lg {
  margin-bottom: 32px; }

.space-top-xl {
  margin-top: 64px; }

.space-bottom-xl {
  margin-bottom: 64px; }

.space-top-xxl {
  margin-top: 128px; }

.space-bottom-xxl {
  margin-bottom: 128px; }
