/*Master Styles*/
body {
  color: #444F58;
}

h3 {
  letter-spacing: 0px;
}

.features .features-list .feature-col,
.value-props.bg-light {
  background: #F0F3F8;
}
.three-col-row .single-col .learn-more {
  color: #49B4A7;
}

.hero h4,
.solutions .intro-row h4,
#footer h5.footer-menu-title,
#footer .copyright .copyright-text,
#menu a,
.hero p,
.solutions .intro-row p,
.solutions .solutions-list p,
#footer .footer-brand p,
#footer .copyright .secondary-footer-links ul li a,
h4.eyebrow {
    color: #9BA1B7;
}
h4.eyebrow:before {
  background-color: #9BA1B7;
}

/*Override Styles*/
/* .github::before {
  content: url('/wp-content/themes/sightbox/assets/images/github.svg');
} */
.hero {
    /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 90%); */
}
.footer-brand img {
  max-width: 205px !important;
}
.text-col-body a {
    color: #49b4a7;
}
.text-col-body a:hover {
    color: #131e32;
}

.logo-cloud {
  border-top: 1px solid rgba(59, 70, 91, 0.4);
  padding: 60px;
}
.logo-cloud img {
  max-width: 70% !important;
}
.two-col-row.bg-dark .text-col ul li:before {
    background-color: #FFFFFF;
}
.two-col-row .text-col ul {
    padding-left: 0;
    margin-left: 0;
}
.two-col-row.floating {
    padding-bottom: 0;
}

.testimonials + .two-col-row.floating {
	padding-bottom: 50px;
}

.solutions + .two-col-row.floating {
	padding-top: 0;
	padding-bottom: 100px;	
}

h1 {
  letter-spacing: -1px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 20px;
}
.hero .inner span {
  color:#657ED4;
}
.value-props .props .prop-col {
    margin-bottom: 40px;
}
.hero p {
    font-size: 22px;
}
.hero h1 {
    margin-bottom: 40px;
}
.testimonials .testimonial-slide .inner .testimonial-body {
    font-size: 24px;
}
.features .intro-row {
    margin-bottom: 80px;
}
.hero {
    padding: 55px 0;
}
.value-props {
    padding: 150px 0 50px;
}
.two-col-row {
    padding: 140px 0;
}
.features {
    padding: 150px 0;
}

.features + .features {
	padding-top: 0;
}

.integrations {
    padding: 150px 0;
}

.integrations + .integrations {
	padding-top: 0;
}

#footer {
    padding: 68px 0 108px;
}
#footer .menu-column ul li a {
    font-size: 18px;
}
#footer .copyright {
    padding-top: 30px;
}
#footer .copyright .copyright-text {
    font-size: 18px;
}

table {
    border-collapse: collapse;
}
table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
th, td {
    border: 1px solid #aaa;
    padding: 0.25rem 1ex;
    font-size: 18px;
}
.testimonials .testimonial-slide .inner .testimonial-image {
    height: auto;
}
  .testimonials {
    /* background: linear-gradient(0deg,#f1f4f6,#f1f4f6),linear-gradient(0deg,#fff,#fff),#14212d; */
    background: #F0F3F8;
    padding-bottom: 0;
    margin-bottom: -30px;
}
.two-col-row.bg-light {
    background: #F0F3F8;
}
.testimonials .testimonial-slide .inner .testimonial-image {
    border-radius: 0;
}

.case-studies-main .cs-title {
    padding: 80px 0 0;
}
.case-studies-main .cs-text-block,
.case-studies-main .cs-text-block-centered{
    margin-top:80px;
    margin-bottom: 40px;
}

.cs-text-block, .cs-text-block-centered {
  margin-top:80px;
}

.cs-text-block-centered h2 {
	text-align: center;
	margin-bottom: 10px;
}

.cs-text-block-centered h3 {
	margin-bottom: 10px;
}

.eyebrow_logo {
  max-width: 150px !important;
}
.hs-form-c9868839-f54a-4bee-8ee1-bf04ef3f8f97_9d45ccb0-f74b-4a81-a3ca-934bb3fa7b7a.submitted-message {
    color: #FFFFFF;
}

.solutions .solutions-list .solution-col {
    padding: 50px 50px;
}
.solutions .solutions-list img {
    margin-top: -100px;
}

.testimonials .testimonial-slide .inner {
    text-align: center;
    padding-top: 30px;
    background-image: url(/wp-content/themes/sightbox/assets/images/quote.svg),url(/wp-content/themes/sightbox/assets/images/quote_end.svg);
    background-repeat: no-repeat;
    background-position-y: 20px, 90px;
    background-position-x: 0, 100%;
}
a.learn-more:hover {
    color: #657ED4;
}
.features .features-list .feature-col {
    margin-right: 3%;
    max-width: 380px;
}
.features .features-list .feature-col {
  transition: all 0.5s ease;
  box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.15);
}
.features .features-list .feature-col:hover {
  transition: all 0.5s ease;
  box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.25);
-webkit-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 1px 1px 11px 0px rgba(0,0,0,0.25);
}
.image-wrap {
  text-align: center;
}

.button, .menu-item.cta a, button, input[type=submit] {
    background-color: #49b4a7;
    color: #FFFFFF;
}
.button.secondary, .button:focus, .button:hover, .menu-item.cta a.secondary, .menu-item.cta a:focus, .menu-item.cta a:hover, button.secondary, button:focus, button:hover, input[type=submit].secondary, input[type=submit]:focus, input[type=submit]:hover {
    background-color: transparent;
    border: 3px solid #49b4a7;
    color: #49b4a7;
}
.button.secondary:hover {
  background-color: #49b4a7;
  color: #FFFFFF;
}

a.learn-more {
    color: #49b4a7;
}

//two-col-row floating
.two-col-row.floating:before {
    background: none !important;
}

.two-col-row.floating.floating-full:after {
	background: none !important;
}

.two-col-row.floating.floating-full.floating-dark:before,
.two-col-row.floating.floating-full.floating-dark:after {
	background: #131e32 !important;
}

#label-platform-2d531c71-a852-477a-8f57-1a897a379d89 {
  font-weight: bold;
}
ul.inputs-list {
  margin-top:20px;
}

.hero.bg-light {
    background: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}

.hero.bg-light h4 {
    color: #2C374C;
}

.hero.bg-light h4:before {
    background-color: #2C374C;
}

.hero.bg-light h1 {
    color: #0B1823;
}

.hero.bg-light p {
    color: #2C374C;
}

.hero.bg-light .logo-cloud img {
    filter: invert(1);
}

.three-col-row {
  background: #F0F3F8;
}
.three-col-row .single-col .inner {
    padding-right: 10px;
    padding: 2em;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 1px 1px 11px 0px rgb(0 0 0 / 15%);
    border-radius: 20px;
    background: #ffffff;
    min-height: 410px;
}
a.learn-more {
    font-size: 18px;
}
.innerImg {
  text-align: center;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.three-col-row .single-col h4 {
  min-height: 80px;
}

.innerImg img {
  margin: 0px !important;
}

@media screen and (max-width: 768px) {
  .solutions .solutions-list .solution-col {
    margin-bottom: 60px;
  }
}

#lever-jobs-container {
	padding-bottom: 0;
	margin-bottom: -18px;
}

.lever-job {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	position: relative;
	margin: 10px 0;
}

.lever-job-tag {
	position: absolute;
	left: 0;
	top: auto;
	bottom: 2px;
	font-size: 14px;
	text-transform: uppercase;
}

.lever-job-title {
	position: relative;
	top: -10px;
}

.lever-job-apply-button {
    padding: 0px 20px;
	margin-left: auto;
}

.lever-team-title {
	padding: 30px 0 10px;
	font-size: 32px;
}

.lever-team {
	max-width: 700px;
}


@media screen and (min-width: 769px) {
	.text-col-body-flex {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 35px;
	}
	
	.text-col-body-flex p {
		margin-bottom: 0;
		margin-left: 30px;
		text-align: left;
	}
}

@media screen and (min-width: 900px) {
	.text-col-body-flex {
		justify-content: flex-start;
	}
	
	.multiple-cta-block .row {
		margin: 0 auto;
		max-width: 925px;
	}
}

.multiple-cta-block {
	background: #F0F3F8;	
	padding: 90px 0;
}

.multiple-cta-block h2 {
	margin-bottom: 50px;	
}

.cta-block-link {
	display: flex;
	flex-direction: column;
	align-items: center;
    color: #444F58;	
}

.cta-block-link p {
	text-align: center;
	margin-top: 2rem;
    font-weight: 600;
    color: #444F58;
    font-size: 18px;
	line-height: 1.4;
}

.cta-block-img-wrapper {
	transition: all 350ms ease;
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 50%;
	width: 110px;
	height: 110px;
	background: #fff;
	box-shadow: 3px 3px 6px rgb(0 0 0 / 20%);
}

.cta-block-img-wrapper:hover,
.cta-block-img-wrapper:active {
	background: #50a859;
}

.cta-block-img-wrapper:hover img,
.cta-block-img-wrapper:active img {
	filter: brightness(10);
}

.cta-block-img-wrapper img {
	transition: all 350ms ease;
	width: 50px;
	height: 50px;
}

@media screen and (min-width: 900px) {
	.multiple-cta-block {	
		padding: 120px 0;
	}
}

.footer-badges {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 899px) {
	#footer .footer-brand {
		margin: 0 auto;
	}
	
	.footer-badges {
		margin-bottom: 20px;
		justify-content: center;
	}
}

.footer-badges img {
	width: 100%;
}