:root {
  /* colors */
  --brand-blue: #146AFF;
  --light-blue: #CBDDFF;
  --light-blue-06: rgba(203, 221, 255, 0.6);
  --light-gray: rgba(186, 194, 199, 0.4);
  --lightest-gray: #F5F8FF;
  --text-black: #313d4d;
  --secondary-red: #FF5F65;
}

.hidden {
  display: none !important;
}
.d-flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-content-start {
  justify-content: start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-stretch {
  align-items: stretch;
}
.align-self-center {
  align-self: center;
}

.text-center {
  text-align: center !important;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-none	{
  border-radius: 0px !important;
}
.rounded	{
  border-radius: 4px !important;
}
.border-none {
  border-style: none !important;
}

.mb-8 {
  margin-bottom: 32px !important;
}
.mb-4 {
  margin-bottom: 16px !important;
}
.mb-2 {
  margin-bottom: 8px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mr-auto, .mx-auto {
  margin-right: auto;
}
.ml-auto, .mx-auto {
  margin-left: auto;
}
.mt-auto, .my-auto {
  margin-top: auto;
}
.mb-auto, .my-auto {
  margin-bottom: auto;
}
.bg-grey {
  background-color: var(--lightest-gray);
}
.max-w-1000 {
  max-width: 1000px;
}
.overflow-scroll {
  overflow: scroll;
}

.wp-block-buttons {
  display: flex;
}

.herald-mobile-nav {
  z-index: 100;
}
.herald-mobile-nav li a:hover {
  color: #4f4f4f;
}

.page-content {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 1360px;
  padding: 40px 0 1px;
  min-height: 67vh;
}
@media screen and (max-width: 1360px) {
  .page-content {
    max-width: 90%;
  }
  lg\:justify-content-between {
    justify-content: space-between;
  }
  lg\:justify-content-center {
    justify-content: center;
  }
}

/* hide sidebar less thaen desktop */
@media (max-width: 1249px) {
  .herald-sidebar {
    display: none;
  }
}

table.sortable td {
  padding-top: 12px;
  padding-bottom: 12px;
}
table.sortable th {
  cursor: pointer;
  position: relative;
  vertical-align: top;
  padding-right: 27px;
  white-space: nowrap;
}
table.sortable th div {
  display: flex;
  flex-direction: row;
}
table.sortable th::after {
  content: '';
  background: url('../img/icons/arrows-sort.svg');
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 5px;
}
table.sortable th.dir-d::after {
  background: url('../img/icons/arrow-down.svg') no-repeat center center;
}
table.sortable th.dir-u::after {
  background: url('../img/icons/arrow-up.svg') no-repeat center center;
}

.ui-accordion h3.ui-accordion-header {
  font-size: 24px;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}
.ui-accordion h3.ui-accordion-header::before,
.ui-accordion h3.ui-accordion-header::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 0;
  left: 0;
  top: 11px;
  border: 2px solid var(--brand-blue);
  border-radius: 2px;
}
.ui-accordion h3.ui-accordion-header::after {
  transform: rotate(90deg);
  display: none;
}
.ui-accordion h3.ui-accordion-header.ui-accordion-header-collapsed::after {
  display: block;
}
.ui-accordion .ui-accordion-content {
  padding-left: 40px;
}

.herald-site-footer {
  float: none;
  clear: both;
}
.footer-widgets .widget.copyright {
  margin-top: 0;
}

#iterable {
  background: linear-gradient(to right, #0288d1 0%, #5a56be 100%);
  font-family: "Helvetica Neue", Arial, sans-serif;
  padding: 20px;
}
#iterable input[type="submit"] {
  border: none;
  padding: 8px 20px;
  background-color: #00bfa4;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
#iterable p {
    color: white;
    text-align: left;
    
}
#iterable input[type="text"] {
    margin-bottom: 20px;
}

/* CTA banners */
@font-face {
	font-family: "Geomanist";
	src: url('../fonts/Geomanist/Geomanist-Regular.otf');
	font-weight: 400;
	font-display: fallback;
}
@font-face {
	font-family: "Geomanist";
	src: url('../fonts/Geomanist/Geomanist-Medium.otf');
	font-weight: 500;
	font-display: fallback;
}
.see-plans-cta h3,
.blog-footer-cta h3 {
  color: #000;
  font-family: Geomanist;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
}
.see-plans-cta p,
.blog-footer-cta p,
.blog-sidebar-ad p {
  color: #000;
  font-family: Geomanist, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.625;
}
.blog-sidebar-ad {
  border-radius: 16px !important;
  overflow: auto;
}
.blog-sidebar-ad .wp-block-buttons {
  display: flex;
}
.see-plans-cta {
  padding: 16px 38px;
  border-radius: 16px !important;
}
.orange-bolt a.wp-block-button__link {
  background: #f5a623;
  color: #282828 !important;
  font-family: Geomanist, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  min-width: 0!important;
  font-weight: 500;
  border-radius: 10px;
  font-size: 14px;
  height: auto;
  line-height: 1;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 48px 11px 60px;
}
.orange-bolt a.wp-block-button__link:hover {
  padding-bottom: 11px;
}
.orange-bolt .wp-block-button {
  position: relative;
}
.orange-bolt .wp-block-button:before {
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  content: url('../img/pro-lightning.svg');
} 
.blog-footer-cta {
  border-radius: 16px !important;
  overflow: auto;
  margin-bottom: 2rem;
}
.blog-footer-cta .wp-block-buttons {
  position: absolute;
  bottom: 32px;
  left: 48px;
}
.blog-footer-cta .wp-block-cover__image-background {
  object-position: left;
}
@media screen and (max-width: 767px) {
  .blog-footer-cta .wp-block-cover__image-background {
    object-position: -20px;
  }
  .blog-footer-cta .wp-block-buttons {
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
  }
}
.herald-sidebar .herald-sticky .widget_custom_html h4.widget-title {
  display: none;
}

/* unicorn board */
.unicorn-hero {
  margin: 30px 0;
}
.unicorn-hero .page-content {
  background: none;
  padding: 30px 0 45px;
  min-height: 0;
}
.unicorn-hero h1 {
  margin-bottom: 20px;
  font-size: 58px;
}
.unicorn-hero .tabs {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
.unicorn-hero .tabs li {
  border-bottom: 1px solid var(--light-blue);
  margin: 0;
}
.unicorn-hero .tabs li a {
  padding: 16px 28px;
  color: var(--text-black);
  font-size: 16px;
  height: 100%;
  display: block;
}
.unicorn-hero .tabs .current {
  border-bottom: 4px solid #F5A623;
  font-weight: 500;
}
.unicorn-hero .hero-text {
  margin-top: 40px;
}
.unicorn-totals {
  margin-top: 40px;
}
.unicorn-totals > div {
  position: relative;
  padding: 0 30px;
}
.unicorn-totals > div:after {
  position: absolute;
  content: '';
  opacity: 0.5;
  border-left: 1px solid #BAC2C7;
  height: 70%;
  top: 15%;
  left: 0;
}
.unicorn-totals > div:first-child::after {
  display: none;
}
.unicorn-totals p {
  font-size: 14px;
  margin: 0;
}
.unicorn-totals h3 {
  color: var(--brand-blue);
  font-size: 36px;
}
a.btn-statistics {
  background: var(--lightest-gray) url('../img/icons/chart.svg') no-repeat 12px center;
  background-size: 24px 24px;
  color: var(--text-black) !important;
  border-radius: 8px;
  text-decoration: none;
  padding: 12px 12px 12px 50px !important;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 1.2em;
  max-width: 215px;
  width: 175px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
a.btn-statistics.current, 
a.btn-statistics:hover {
  background-color: var(--light-blue);
}
.page-template-template-unicorn .page-content * {
  font-family: Geomanist, "Helvetica Neue", Arial, sans-serif !important;
}
.page-template-template-unicorn .page-content h1,
.page-template-template-unicorn .page-content h2,
.page-template-template-unicorn .page-content h3,
.page-template-template-unicorn .page-content h4 {
  font-weight: 500;
}
.herald-site-content.full-width {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.page-template-template-unicorn .herald-sidebar {
  padding-left: 0;
}
.page-template-template-unicorn .herald-sidebar .sidebar-with-bg {
  background: var(--light-blue-06);
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-template-unicorn .herald-sidebar .blog-sidebar-ad {
  padding: 20px 0 35px;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(106, 129, 169, 0.4);
}
.page-template-template-unicorn .herald-sidebar .blog-sidebar-ad .wp-block-cover {
  background: none !important;
  padding: 0;
}
.page-template-template-unicorn .herald-sidebar .blog-sidebar-ad p.has-text-align-center {
  padding: 0 !important;
}
.page-template-template-unicorn .herald-sidebar .widget-title span {
  background: none;
  color: var(--text-black);
  padding: 0;
  border-radius: 0;
  font-size: 26px;
  margin-bottom: 5px;
}
.page-template-template-unicorn .herald-sidebar .widget-title:after {
  display: none;
}
.page-template-template-unicorn .herald-sidebar .meta-item.herald-rtime::before,
.page-template-template-unicorn .herald-sidebar .meta-item.herald-date span:before {
  display: none;
}
.page-template-template-unicorn .herald-sidebar .widget .meta-category span,
.page-template-template-unicorn .herald-sidebar .widget .entry-meta span,
.page-template-template-unicorn .herald-sidebar .widget a,
.page-template-template-unicorn .herald-sidebar .widget a:hover {
  color: var(--text-black);
}
@media (min-width: 1250px) {
  .page-template-template-unicorn .entry-content {
    padding-right: 50px;
  }
}
.page-template-template-unicorn .entry-content {
  margin-bottom: 150px;
}
.page-template-template-unicorn .entry-content h2 {
  margin-top: 60px;
}
.page-template-template-unicorn .entry-content a {
  color: var(--brand-blue);
}
.organization-thumbnail {
  width: 23px;
  height: 23px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 5px;
}
.unicorn-charts {
  border: none;
  box-sizing: border-box;
  padding: 0;
  margin: 32px 0;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .unicorn-charts {
    border: none;
    padding: 0;
    margin-top: 20px;
    max-height: 60vh;
  }
}
@media screen and (max-width: 767px) {
  .unicorn-hero h1 {
    font-size: 44px;
  }
  .unicorn-hero .tabs, 
  .unicorn-totals {
    flex-wrap: wrap;
  }
  .unicorn-totals > div {
    width: 100%;
    margin-bottom: 10px;
  }
  .unicorn-totals > div::after {
    display: none;
  }
  .unicorn-totals h3 {
    font-size: 32px;
  }
}

.page-template-template-unicorn div.table-parent {
  border: 1px solid var(--light-gray);
  max-height: 720px;
  overflow: scroll;
}
table.unicorn-table {
  border: none;
  position: relative;
}
.unicorn-table thead {
  background: none;
  border-bottom: 1px solid var(--light-gray);
}
.unicorn-table th,
.unicorn-table td {
  border: none;
  font-size: 15px;
}
.unicorn-table th {
  border-bottom: 1px solid var(--light-gray);
  color: #6A81A9;
  position: sticky !important;
  background: #fff;
  top: 0;
}
.unicorn-table tbody tr:hover {
  background: var(--lightest-gray);
}
.unicorn-charts-buttons {
  justify-content: space-between;
}
@media screen and (max-width: 1360px) {
  .unicorn-charts-buttons {
    justify-content: center;
  }
  .unicorn-charts-buttons .btn-statistics {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.incontent-banner {
  background-color: var(--light-blue-06);
  border-radius: 4px;
  display: flex;
  padding: 40px;
  margin: 65px 0;
}
.incontent-banner.bg-chart {
  background: var(--light-blue-06) url('https://news.crunchbase.com/wp-content/uploads/banner-bg-chart.png') no-repeat 66% center;
  background-size: contain;
}
.incontent-banner .content-left {
  flex: 1;
}
.incontent-banner h3 {
  font-size: 28px;
  margin-bottom: 5px;
  color: var(--brand-blue);
}
.incontent-banner p {
  font-size: 16px;
}
.incontent-banner p:last-of-type {
  margin-bottom: 0;
}
.incontent-banner .cta-right {
  align-self: center;
}
.incontent-banner .wp-block-button {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .incontent-banner {
    display: block;
    text-align: center;
  }
  .incontent-banner.bg-chart {
    background-size: cover;
  }
  .incontent-banner .cta-right {
    margin-top: 20px;
  }
  .incontent-banner .cta-right .wp-block-buttons {
    justify-content: center;
  }
}

/* Footer banner */
.footer-banner.footer-banner--big-blue {
  font-family: Geomanist, "Helvetica Neue", Arial, sans-serif !important;
  width: 100%;
  background: var(--brand-blue);
  padding: 50px 0;
  position: relative;
}
.footer-banner.footer-banner--big-blue * {
  color: #fff;
}
.footer-banner.footer-banner--big-blue:after {
  content: '';
  position: absolute;
  left: 50%;
  width: calc(50% - 250px);
  top: 50px;
  height: calc(100% - 100px);
  margin-left: 250px;
  background: var(--secondary-red);
  border-radius: 300px 0px 0px 300px;
}
.footer-banner.footer-banner--big-blue .page-content {
  min-height: 300px;
  padding: 20px 0;
}
.footer-banner.footer-banner--big-blue .page-content img {
  max-width: 100%;
  margin: 20px 0;
}
.footer-banner.footer-banner--big-blue h2 {
  font-weight: 500;
  margin: 30px 0 35px;
}
.footer-banner.footer-banner--big-blue ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-banner.footer-banner--big-blue ul li {
  padding-left: 38px;
  background: url('../img/icons/check_circled.png') no-repeat left center;
  background-size: 24px 24px;
  margin-bottom: 8px;
  line-height: 1.8;
}
.footer-banner.footer-banner--big-blue .orange-button {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .footer-banner.footer-banner--big-blue:after {
    display: none;
  }
}