/* resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body, html {
  height: 100%;
}
p {
  line-height: 24px;
  color: rgba(30,37,41,0.66);
  white-space: pre-wrap;
}
img {
  height: auto;
  width: auto;
  max-width: 100%;
  display: block;
}
img.logo {
  max-width: none;
}
/* base */
body {
  padding: 0;
  background-color: #222526;
  font-family: 'Open Sans', 'Century Gothic', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #555;
  -webkit-text-size-adjust: none;
}
li {
  display: block;
  line-height: 20px;
}
.no-overflow {
  overflow: hidden;
}
.stretch-divider-16px {
  margin-left: -16px;
  margin-right: -16px;
  width: 100%;
  border-top: 1px solid rgba(30,37,41,0.12);
}
.grey-divider {
  width: 100%;
  border-top: 1px solid rgba(30,37,41,0.12);
}

/* type */
ul {
  margin-left: 24px;
}
ul li p::before {
  content: "\2022";
  color: #FFF;
  display: inline-block;
  width: 24px;
  margin-left: -24px;
}
li p {
  display: list-item;
  font-size: 16px;
  line-height: 28px;
  /* margin-left: 24px; */
}
/* overrides for pr bullets */
ul.pr-bullets {
  list-style: disc outside;
}
.pr-bullets li {
  display: list-item;
}
strong {
  font-size: 16px;
  color: #1E2529;
  font-weight: 600;
  letter-spacing: 0.51px;
}
a {
  font-size: 13px;
  font-weight: 300;
}
h1 {
  font-size: 64px;
  line-height: 72px;
  font-weight: 300;
}
h2 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  white-space: pre-wrap;
}
h2 + p, h2 + .text-container2, h2 + .raw-content {
  margin-top: 24px;
}
.text-body2 {
  line-height: 20px;
  font-weight: 600;
}
.text-body3 {
  font-size: 13px;
  font-weight: 600;
}
.text-caption {
  font-size: 12px;
}
.text-caption2 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.41px;
}
.text-caption3 {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.24px;
}
.text-subhead {
  line-height: 28px;
  letter-spacing: 0.51px;
}
.text-subhead2 {
  font-size: 20px;
  line-height: 28px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-bold {
  font-weight: 600;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-italic {
  font-style: italic;
}
.raw-content p:not(:last-child) {
  margin-bottom: 16px;
}
.raw-content strong {
  display: block;
  margin-bottom: -8px;
}
.pr-container p, strong {
  font-size: 14px;
  color: #1E2529;
}
.pr-container a {
  font-size: 14px;
  font-weight: 400;
}

/* color */
.color-white, .raw-content.white p {
  color: #FFF;
}
.color-black {
  color: #1E2529;
}
a.link-white {
  color: #FFF;
  text-decoration: none;
}
.color-white35 {
  color: rgba(255, 255, 255, 0.35);
}
.color-white50 {
  color: rgba(255, 255, 255, 0.5);
}
.color-grey {
  color: rgba(30,37,41,0.66);
}
.white-bg {
  background-color: #FFF;
}
.light-grey-bg {
  background-color: #F5F6F7;
}
.blue-gradient-bg {
  background-color: #007FBF;
  background: linear-gradient(-165deg, #007fbf 0%, #007fbf 37%, rgba(0, 127, 191, 0.1) 100%)
}
.client-logo-container img {
  opacity: 0.7;
}

/* position */
.relative {
  position: relative;
}

/* height/width */
.width100p {
  width: 100%;
}
.height100p {
  height: 100%;
}
.max-width-480px {
  max-width: 480px;
}
.max-width-640px {
  max-width: 640px;
}
.max-width-720px {
  max-width: 720px;
}
.max-width-900px {
  max-width: 900px;
}
.max-width-976px {
  max-width: 976px;
}
.max-width-85p {
  max-width: 85%;
}
.min-width-50p {
  min-width: 50%;
}

/* flex layout */
.layout-row, .layout-column {
  flex: 1 1 100%;
  max-width: 100%;
  min-height: 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-row {
  flex-direction: row;
}
.layout-column {
  flex-direction: column;
}
.layout-align-start,
.layout-align-start-center,
.layout-align-start-end {
  justify-content: flex-start;
}
.layout-align-center,
.layout-align-center-start,
.layout-align-center-end {
  justify-content: center;
}
.layout-align-end,
.layout-align-end-start,
.layout-align-end-center {
  justify-content: flex-end;
}
.layout-align-space-around,
.layout-align-space-around-center,
.layout-align-space-around-end {
  justify-content: space-around;
}
.layout-align-space-between,
.layout-align-space-between-center,
.layout-align-space-between-end {
  justify-content: space-between;
}
.layout-align-start,
.layout-align-center-start,
.layout-align-end-start,
.layout-align-space-around,
.layout-align-space-between {
  align-items: flex-start;
  align-content: flex-start;
}
.layout-align-center,
.layout-align-start-center,
.layout-align-end-center,
.layout-align-space-around-center,
.layout-align-space-between-center {
  align-items: center;
  align-content: center;
  max-width: 100%;
}
.layout-align-center > *,
.layout-align-start-center > *,
.layout-align-end-center > *,
.layout-align-space-around-center > *,
.layout-align-space-between-center > * {
  max-width: 100%;
  box-sizing: border-box;
}
.layout-align-end,
.layout-align-start-end,
.layout-align-center-end,
.layout-align-space-around-end,
.layout-align-space-between-end {
  align-items: flex-end;
  align-content: flex-end;
}
.flex-15 {
  flex: 1 1 15%;
}
.flex-25 {
  flex: 1 1 25%;
}
.flex-33 {
  flex: 1 1 33%;
  max-width: 33%;
}
.flex-50 {
  flex: 1 1 50%;
}
.flex-75 {
  flex: 1 1 75%;
}
.layout-wrap {
  flex-wrap: wrap;
}

/* spacing */
.marginT-8px {
  margin-top: 8px;
}
.marginT-12px {
  margin-top: 12px;
}
.marginT-16px {
  margin-top: 16px;
}
.marginT-24px {
  margin-top: 24px;
}
.marginT-48px {
  margin-top: 48px;
}
.marginT-64px {
  margin-top: 64px;
}
.marginB-24px {
  margin-bottom: 24px;
}
.marginL-8px {
  margin-left: 8px;
}
.marginL-12px {
  margin-left: 12px;
}
.marginL-16px {
  margin-left: 16px;
}
.marginL-24px {
  margin-left: 24px;
}
.marginR-16px {
  margin-right: 16px;
}
.pad-48px {
  padding: 48px;
}
.padB-48px {
  padding-bottom: 48px;
}
.center {
  margin: 0 auto;
}

/* containers */
.container1 {
  max-width: 1024px;
  margin: 0 128px;
}
.container2 {
  padding: 64px 224px 96px;
}
.container3 {
  padding: 64px 64px 96px;
}
.container4 {
  padding: 64px 128px 96px;
}
.container5 {
  padding: 64px 0 48px 48px;
}
.container6 {
  padding: 64px 48px 48px 0;
}
.container7 {
  padding: 64px 80px 72px;
}
.container8 {
  padding: 64px 24px 80px;
}
.container9 {
  padding: 64px 16px 96px;
}
.text-container {
  max-width: 512px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}
.text-container2 {
  max-width: 576px;
  margin: 0 auto;
}
.text-container3 {
  max-width: 640px;
  margin: 0 auto;
}
.text-container4 {
  max-width: 768px;
  margin: 0 auto;
}
.text-container5 {
  max-width: 512px;
}
.text-container6, .pr-container {
  padding: 64px 16px;
  max-width: 640px;
  margin: 0 auto;
}
.testimonial-container {
  padding: 24px 0;
  max-width: 976px;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
}
.testimonial {
  min-width: 33.33%;
}
.testimonial:not(:last-child) {
  padding-right: 16px;
}
.client-logo-container {
  padding: 8px 24px 8px 216px;
  background-color: #F5F6F7;
}
.white-container {
  padding: 24px;
  background-color: #FFF;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
}
.wrapper-container {
  width: 100%;
}
/* buttons */
.btn {
  min-width: 132px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
  letter-spacing: 1.19px;
  padding: 0 16px;
  box-sizing: border-box;
}
.btn-large {
  min-width: 192px;
  height: 56px;
  line-height: 56px;
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24), 0 0 8px 0 rgba(0,0,0,0.12), 0 8px 8px 0 rgba(0,0,0,0.24);
  border-radius: 2px;
  font-size: 14px;
  padding: 0 16px;
}
.btn, .btn-large {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: block;
}
.btn-white {
  background-color: #FFF;
  color: #FF6E60;
}
.btn-white-blue {
  background-color: #FFF;
  color: #007FBF;
}
.btn-orange {
  background-color: #FF6E60;
  color: #FFF;
}
.btn-flat {
  box-shadow: none;
}
.btn-nav-arrow {
  font-size: 48px;
  cursor: pointer;
}
#creator-mobile {
  display: none;
}

/* images */
.image-circle {
  height: 173px;
  width: 173px;
  border: 1px solid rgba(30,37,41,0.1);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.image-circle img {
  height: 100%;
  width: auto;
}
.image-circle.small {
  height: 56px;
  width: 56px;
  min-width: 56px;
  margin: 0;
}
.feature-image {
  max-height: 800px;
  max-width: 1066px;
  width: 150%;
}
.feature-image.left {
  float: right;
}
.client-image {
  max-height: 56px;
}
.client-image-large {
  max-height: 88px;
}
.press-img-link {
  display: block;
  padding-top: 8px;
}
.career-link {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

/* header */
.nav-bar {
  position: fixed;
  top: 56px;
  left: 0;
  width: 100%;
  padding: 20px 24px;
  z-index: 6;
  transition: 0.5s ease;
}
.nav-bar-opaque {
  background-color: #007FBF;
  top: 0;
}
.logo {
  height: 24px;
}
.nav-links a {
  color: #FFF;
  padding: 10px 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.19px;
  text-align: center;
}
a.link-button {
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  background-color: rgba(30, 37, 41, 0.1);
}
.nav-show-menu a.link-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 48px 0;
  background-color: #FFF;
  color: #007fbf;
  text-align: center;
}
.nav-links.nav-show-menu {
  transition: all .25s ease 0s;
}
.nav-menu-btn, .nav-menu-close-btn {
  display: none;
  cursor: pointer;
}
.nav-menu-close-btn {
  position: fixed;
  top: 10px;
  right: 10px;
}
.nav-menu-btn i, .nav-menu-close-btn i {
  font-size: 36px;
}
.nav-show-menu {
  height: 100%;
  width: 100%;
  background-color: rgba(32, 138, 199, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 24px;
}
.nav-show-menu a {
  display: block;
  visibility: visible;
  opacity: 1;
  font-size: 24px;
  text-align: left;
  margin-top: 24px;
  margin-left: 24px;
}
.title-banner {
  height: 296px;
  width: 100%;
  background-color: #007FBF;
  background: linear-gradient(135deg, #007fbf 0%, #007fbf 7%, rgba(0, 127, 191, 0.1) 100%);
  flex: 1 1 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
}
.title-banner-sm {
  height: 200px;
}
.title-banner-med {
  height: 328px;
}
.title-banner-lrg {
  height: 400px;
}
.title-banner-cta {
  width: 192px;
  height: 192px;
  border-radius: 2px;
  background-color: #FF6E60;
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24), 0 0 8px 0 rgba(0,0,0,0.12), 0 8px 8px 0 rgba(0,0,0,0.24);
  box-sizing: border-box;
  padding: 20px 24px 8px;
  position: absolute;
  bottom: -64px;
  left: 24px;
}
.title-banner-cta .btn {
  margin-right: -16px;
}
.title-banner-cta span {
  letter-spacing: 1.19px;
  display: block;
}
.pr-banner {
  width: 100%;
  height: 56px;
  background-color: #56CC82;
  color: #FFF;
  padding: 0 16px;
}
.pr-banner a {
  font-size: 16px;
  font-weight: 400;
}

/* footer */
.footer-nav {
  height: 152px;
}
.footer-social {
  height: 64px;
}
.footer-copyright {
  height: 112px;
}

/* homepage */
.bg {
  height: calc(100% - 176px);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.bg::after {
  display: block;
  background: linear-gradient(135deg, #007fbf 0%, #007fbf 7%, rgba(0, 127, 191, 0.1) 65%, rgba(0, 127, 191, 0) 95%, rgba(0, 127, 191, 0) 100%);
  height: 100%;
  width: 100%;
  content: '';
}
.home-content {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 96px);
}
.home-footer-nav {
  width: 100%;
  background-color: rgba(30,37,41,0.25);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* privacy */
table.privacy_table {
  background-color: white;
}
table.privacy_table thead {
  background-color: rgba(30,37,41,0.1);
  font-weight: bold;
}
table.privacy_table caption, 
table.privacy_table tbody, 
table.privacy_table tfoot, 
table.privacy_table thead, 
table.privacy_table tr, 
table.privacy_table th, 
table.privacy_table td {
  padding: .5em;
  border: solid 1px #555;
}
#privacydiv p {
  white-space: normal;
}
#privacydiv h3 {
  margin: .5em 0;
  font-weight: bold;
}
#privacydiv ul, #privacydiv ol {
  padding-left: 2em;
  list-style-position: outside;
  margin: .5em 0;
}
#privacydiv ul {
	list-style: disc;
}
#privacydiv ol {
  list-style: decimal;
}
#privacydiv ol li, #privacydiv ul li {
  display: list-item;
  line-height: 24px;
}
/* responsive */
@media only screen and (max-width: 768px) {
  /* containers */
  .container1 {
    max-width: 100%;
    margin: 0 24px;
  }
  .container2 {
    padding: 64px 96px 96px;
  }
  .container3 {
    flex-direction: column;
    max-height: none;
  }
  .container5 {
    flex-direction: column-reverse;
    max-height: none;
  }
  .container6 {
    flex-direction: column;
    max-height: none;
  }
  .container5, .container6 {
    padding: 24px 16px 0;
  }
  .container5 div:last-child, .container6 div:first-child, .container3 div:first-child {
    margin-bottom: 16px
  }
  .container5 div.flex-50 {
    flex: 1 1 100%;
  }
  .container5 div.flex-50.marginL-16px, .container6 div.flex-50.marginR-16px, .container3 div.flex-50.marginL-24px {
    margin-left: 0;
  }
  #brand-container {
    padding: 24px 16px;
  }
  #biz-first-container {
    flex-direction: column;
    max-height: none;
  }
  #biz-bottom-cta {
    margin-top: 16px;
    flex-direction: column;
  }
  #biz-bottom-cta .btn-flat {
    margin-bottom: 8px;
  }
  #creator-first-container {
    padding-top: 96px;
  }
  .text-container {
    max-width: 100%;
  }
  .text-container4 {
    max-width: 576px;
  }
  .client-logo-container {
    padding: 96px 16px 8px;
  }
  .testimonial {
    min-width: 100%;
  }
  .testimonial:not(:last-child) {
    padding-right: 0;
  }
  #investors .flex-25 {
    flex: 1 1 33%;
    max-width: 33%;
  }
  /* images */
  .feature-image {
    max-width: 100%;
  }
  .feature-image.left {
    transform: none;
  }
  /* nav */
  .nav-bar {
    padding: 0 16px;
    height: 56px;
  }
  .nav-links {
    visibility: hidden;
    opacity: 0;
  }
  .nav-links.nav-show-menu {
    visibility: visible;
    opacity: 1;
  }
  .nav-menu-btn, .nav-show-menu .nav-menu-close-btn {
    display: block;
  }
  .title-banner-cta {
    width: auto;
    height: auto;
    left: 50%;
    transform: translate(-50%);
  }
  .title-banner-cta {
    width: auto;
    height: auto;
    left: 50%;
    transform: translate(-50%);
    bottom: -75px;
  }
  .title-banner-cta .layout-column {
    flex-direction: row;
    margin-top: 32px;
  }
  .title-banner-cta .btn-flat {
    margin-right: 8px;
  }
  .title-banner-cta p {
    white-space: nowrap
  }
}
@media only screen and (max-width: 767px) {
  .container2, .container9 {
    padding: 32px 16px 48px;
  }
  .container3 {
    padding: 24px 16px 48px;
    flex-direction: column
  }
  #team-members, #investors {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  #team-members .flex-33, #investors .flex-25 {
    flex: 1 1 auto;
    max-width: 100%;
  }
  #team-member, #investor {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
  #team-member .marginT-8px, #investor .marginT-8px {
    margin-top: 0;
  }
  #team-member .text-caption2 {
    margin-top: 4px;
  }
  #team-member-details, #investor-details {
    margin-left: 8px;
  }
  .image-circle {
    width: 96px;
    height: 96px;
  }
  footer.container1 {
    border-top: 2px solid rgba(255,255,255, 0.7);
    margin: 0;
  }
  .footer-nav {
    height: auto;
    padding: 32px 16px;
  }
  .footer-social {
    height: auto;
    padding: 32px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-copyright {
    padding: 24px 16px 0;
    height: auto;
  }
  .footer-copyright div:last-child {
    display: none;
  }
  #footer-links {
    flex-wrap: wrap;
  }
  #footer-links div {
    flex: 1 1 50%;
  }
  #footer-links div:nth-child(3), #footer-links div:nth-child(4)  {
    margin-top: 32px;
  }
  .home-content h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .bg {
    height: 100%;
  }
  .home-footer-nav #footer-links div:nth-child(3), #footer-links div:nth-child(4)  {
    margin-top: 16px;
  }
  .home-footer-nav .footer-nav {
    padding: 16px;
  }
  .home-footer-nav #footer-links li.marginT-16px {
    margin-top: 8px;
  }
}

@media only screen and (max-width: 464px) {
  #creator-full {
    display: none;
  }
  #creator-mobile {
    display: block;
  }
  #creator-bottom-cta {
    flex-direction: column;
    margin-top: 32px;
  }
  #creator-bottom-cta a:last-child {
    margin-top: 16px;
  }
  .btn-large {
    min-width: auto;
  }
  .home-content {
    height: 100%;
  }
  .home-content h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
  }
  .home-footer-nav {
    top: 100%;
    bottom: auto;
  }
  .home-footer-nav .footer-nav {
    margin: 0;
  }
  .bg {
    margin-bottom: 240px;
  }
}

@media only screen and (max-height: 720px) and (min-width: 769px){
 .footer-copyright {
    display: none;
  }
  .bg {
    height: 100%;
  }
  .footer-nav {
    height: 120px;
  }
}
