/* s2 styles */

@import url('https://use.typekit.net/vfj7ydn.css');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	        font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
html {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
body {
	font-family: 'proxima-soft',sans-serif;
	font-weight: 200;
	font-size: 16px;
	height: 100%;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'proxima-soft',sans-serif;
	line-height: 1.15em;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 57px;
	font-weight: 600;
}
h2 {
	font-size: 34px;
	font-weight: 600;
}
h3 {
	font-size: 32px;
	font-weight: 600;
}
h4 {
	font-size: 28px;
	font-weight: 600;
}
h5, .h5 {
	font-size: 24px;
	font-weight: 600;
}
h6, .h6 {
	font-size: 14px;
	font-weight: 600;
}

img {
	max-width: 100%;
}

.hs-input.invalid.error {
	border: 1px solid red !important;
}
ul.hs-error-msgs.inputs-list {
	list-style: none; /*display: none !important;*/
	color: black;
	background: #FFBA00;
	font-weight: 500;
	margin-top: 10px;
	padding-left: 5px;
}
ul.hs-error-msgs.inputs-list label {
	color: black!important;
}
form fieldset {
	max-width: 100% !important;
}
form fieldset:first-child .hs-form-field {
	margin-top: 0;
}

.competitor-r4__form-container.bg-orange .hs-form {
    color: white;
}
.competitor-r4__form-container.bg-orange .hs-form .hs-form-field {
    margin: 10px auto;
}
.competitor-r4__form-container.bg-orange .hs-form .hs-field-desc {
    color: white;
    font-size: .8em;
    margin-top: -5px;
}

.hs-form-field {
	margin-top: 20px;
}
.hs-form-field .input {
	margin-right: 15px !important;
	margin-left: 15px !important;
}
.hs-form-field:first-child .input {
	margin-left: 0 !important;
}
.hs-form-field:last-child .input {
	margin-right: 0 !important;
}
.hs-form-field > label {
	margin-bottom: 5px;
	display: inline-block;
}
.hs_submit {
	margin-top: 20px;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]), select {
	border: 1px solid transparent;
	height: 50px;
	padding: 6px 20px;
	font-family: 'proxima-soft',sans-serif;
	font-size: 18px;
	color: #59595F;
	width: 100% !important;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #FFFFFF;
	border-radius: 5px;
}
select {
	/* background: url('images/SelectArrows.png') no-repeat; */
	background-position: 98% center;
	background-size: 25px;
	background-color: #FFFFFF !important;
}
textarea {
	border: 1px solid transparent;
	border: 1px solid #A6BBC3;
	padding: 10px 15px;
	font-family: 'proxima-soft',sans-serif;
	font-size: 18px;
	color: #59595F;
	width: 100% !important;
	border-radius: 0;
	height: 200px;
	border-radius: 5px;
}
input[type='submit'] {
	font-family: 'proxima-soft',sans-serif !important;
	color: #FFFFFF !important;
	background-color: #000000 !important;
	padding: 12px 22px !important;
	cursor: pointer;
	transition: ease-in-out all 0.3s;
	font-size: 16px !important;
	font-weight: 700;
	letter-spacing: 1px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 5px !important;
	height: auto !important;
	border: none;
	width: 100%;
}
input[type='submit']:hover {
	background-color: #000000 !important;
}

.page-center {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}
.section {
	padding: 70px 0;
}

.ta-left {
	text-align: left;
}
.ta-center {
	text-align: center;
}
.ta-right {
	text-align: right;
}

.fs-italic {
	font-style: italic;
}

.inline-container {
	font-size: 0;
}
.inline-block {
	display: inline-block;
}
.d-flex {
	display: flex !important;
}
.d-block {
	display: block !important;
}
.d-flex-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.va-top {
	vertical-align: top;
}
.va-middle {
	vertical-align: middle;
}
.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important;
}
.justify-content-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
}
.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}
.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}

.col-2 {
	width: 50%;
}
.col-3 {
	width: calc(100%/3);
}
.col-4 {
	width: calc(100%/4);
}
.col-5 {
	width: calc(100%/5);
}

.bold {
	font-weight: 700;
}
.extrabold {
	font-weight: 800;
}
.semi-bold {
	font-weight: 600;
}
.medium {
	font-weight: 500;
}
.light {
	font-weight: 300;
}
.regular {
	font-weight: 400;
}

.bg-darkslategray {
	background-color: #2E3137;
}
.bg-darkgray {
	background-color: #707070;
}
.bg-lightblue {
	background-color: #00AFEC;
}
.bg-orange {
	background-color: #EF3F24;
}
.bg-lightgray {
	background-color: #F0F0F0;
}
.bg-white {
	background-color: #FFFFFF;
}
.bg-white-transparent {
	background-color: rgba(255, 255, 255, 0.25);
}
.bg-transparent {
	background: transparent;
}
.bg-yellow-before:before {
	background: #FFBA00 !important;
}

.c-white {
	color: #FFFFFF !important;
}
.c-orange {
	color: #EF3F24;
}
.c-green {
	color: #3FA862;
}
.c-black {
	color: #000000;
}

.pt-2 {
	padding-top: 20px !important;
}
.pb-5 {
	padding-bottom: 50px !important;
}
.pt-5 {
	padding-top: 50px !important;
}
.pt-100 {
	padding-top: 100px !important;
}

.section-100 {
	padding: 100px 0;
}

a.btn {
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 12px 30px;
	transition: ease-in-out all 0.3s;
}
a.orange-btn {
	background-color: #EF3F24;
	border: 1px solid #EF3F24;
	color: #FFFFFF;
}
a.orange-btn:hover {
	background-color: #A72C19;
	border: 1px solid #A72C19;
}
a.clear-white-btn {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
a.clear-white-btn:hover {
	color: #EF3F24;
	background-color: #FFFFFF;
}

.confetti-left {
	background-image: url('../images/confetti-left.png');
	background-repeat: repeat-y;
	background-position: 5% top;
	background-size: contain;
}
.confetti-left-short {
	background-image: url('../images/confetti-left-short.png');
	background-repeat: repeat-y;
	background-position: 5% top;
	background-size: contain;
}
.confetti-right {
	background-image: url('../images/confetti-right.png');
	background-repeat: repeat-y;
	background-position: 95% top;
	background-size: contain;
}
.confetti-right-short {
	background-image: url('../images/confetti-right-short.png');
	background-repeat: repeat-y;
	background-position: 95% top;
	background-size: contain;
}

.site-content {
	position: relative;
}
/* Landing Page */
.landing .hero .section {
	padding: 50px 0 125px;
}

.landing .hero .form-embed .trial-form .hs-form-field:last-child .input {
	margin-left: 0 !important;
}
.landing .hero .form-title h1 {
	font-size: 34px;
	font-weight: 600;
	color: #FFFFFF;
}
.landing .hero .copy, .why-content .copy {
	font-size: 25px;
	margin: 34px 68px;
}
.landing .hero .form-copy {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
}
.landing .hero .right, .landing .hero .form-container {
	padding: 30px;
	border-radius: 10px;
}

.landing .hero .right form, .landing .hero .form-container form {
	font-size: 18px;
	font-weight: 700;
	margin-top: 30px;
}
.landing .hero .logo {
	margin-bottom: 80px;
}
.landing .hero .logo.with-text {
	margin-bottom: 40px;
}
.landing .hero img.top-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 20%;
	max-width: 325px;
}
.landing .hero img.down-arrow {
	margin: 0 auto;
	position: relative;
	bottom: 50px;
	display: block;
}
.landing .hero .copy ul, .why-content .copy ul {
	margin-top: 15px;
	padding-left: 25px;
}
.landing .hero .copy ul li:first-child, .why-content .copy ul li:first-child {
	margin-top: 0;
}
.landing .hero .copy ul li {
	margin-top: 15px;
}
.landing .hero .left {
	padding-right: 50px;
}
.landing .hero .text-container_container {
	padding-right: 50px;
}

.landing #features .section {
	padding-top: 20px;
}
.features-item {
	padding: 0 15px;
	margin-top: 50px;
}
.features-item .image {
	height: 120px;
}
.features-item .image .icon img {
	max-height: 120px;
	max-width: 120px;
}
.features-item .title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
}
.features-item .copy {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5em;
	margin-top: 11px;
}

.competitor-table.table-container {
	font-size: 16px;
}
.landing #why .table-container, .competitor-table.table-container {
	text-align: center;
	max-width: 825px;
	margin: 65px auto 0;
}
.landing #why .table-container table, .competitor-table.table-container table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.landing #why .table-container tr td:first-child, .competitor-table.table-container tr td:first-child {
	font-size: 20px;
	color: #000000;
	border-bottom: 2px solid #FFFFFF;
	padding: 0 15px;
}
.landing #why .table-container tr td:nth-child(2), .landing #why .table-container tr td:nth-child(3), .competitor-table.table-container tr td:nth-child(2), .competitor-table.table-container tr td:nth-child(3) {
	font-size: 36px;
	font-weight: 700;
	color: #B3B3B3;
	width: 163px;
}
.landing #why .table-container tr td:nth-child(2) span, .landing #why .table-container tr td:nth-child(3) span, .competitor-table.table-container tr td:nth-child(2) span, .competitor-table.table-container tr td:nth-child(3) span {
	width: 135px;
	display: block;
	padding: 15px;
}
.landing #why .table-container tr th:nth-child(2), .landing #why .table-container tr th:nth-child(3), .competitor-table.table-container tr th:nth-child(3), .competitor-table.table-container tr th:nth-child(2) {
	width: 163px;
}
.landing #why .table-container tr th:nth-child(2), .competitor-table.table-container tr th:nth-child(2) {
	background-image: url(../images/red-mask.png);
	background-size: cover;
	padding: 15px 30px;
	color: #FFFFFF;
	height: 54px;
}
.landing #why .table-container tr th:nth-child(3), .competitor-table.table-container tr th:nth-child(3) {
	background-image: url(../images/blue-mask.png);
	background-size: cover;
	padding: 15px 30px;
	color: #FFFFFF;
	height: 54px;
}
.landing #why .table-container .competitor img, .competitor-table.table-container .competitor img {
	display: block;
}
.landing #clients .button-container, #clients_company_logo .button-container {
	margin-top: 50px;
}
.client-logo-item {
	margin-top: 50px;
}

.landing #testimonial .page-center {
	max-width: 760px;
	margin: 0 auto;
}
.landing #testimonial .title {
	font-size: 24px;
	font-weight: 700;
	margin-top: 54px;
}
.landing #testimonial .rating {
	margin-top: 20px;
}
.landing #testimonial .quote {
	margin-top: 20px;
}
.landing #testimonial .author-info {
	position: relative;
	max-width: 520px;
	margin: 35px auto 0;
}
.landing #testimonial .author-info .image {
	position: absolute;
	left: 0;
	top: 0;
}
.landing #testimonial .author-info .text {
	padding-left: 80px;
}
.landing #testimonial .author-info .name {
	font-size: 17px;
	font-weight: 700;
}
.landing #testimonial .author-info .position {
	font-size: 14px;
	font-weight: 700;
}
.landing #get-started .section {
	padding-top: 50px;
}
.landing #get-started h2 {
	font-size: 57px;
	padding-top: 70px;
}
.landing #get-started .button-container {
	margin-top: 75px;
	padding-bottom: 55px;
}
.landing #get-started .button-container .btn {
	margin: 0 19px;
}
.landing .trial-intro-text {
	font-size: 18px;
	font-weight: 700;
	max-width: 520px;
	margin-bottom: 50px;
}

#site-footer.landing .section {
	padding: 15px 0;
	font-size: 14px;
}

/*trial landing page*/
.landing.competitor-r4  .hero .page-center {
	position: relative;
}
.landing.competitor-r4 .hero h1 {
	font-size: 48px;
	font-weight: 900;
	color: #000000;
}
.landing.competitor-r4 .c-customer__item {
    padding-left: 10px;
    padding-right: 10px;
}
.landing.competitor-r4 .c-customer__item img {
    max-width: 120px;
}
.landing.competitor-r4 .hero .copy {
	font-size: 18px;
	margin: 34px 0 0;
}
@media (min-width: 1025px) {
    .landing.competitor-r4 .hero .copy {
        max-width: 385px;
    }
}
.landing.competitor-r4 .hero .copy ul li {
	margin-top: 8px;
}
.landing.competitor-r4 .hero .center-image {
	position: relative;
}
.landing.competitor-r4  .competitor-r4__form-container.bg-orange .hs-form-field > label {
	color: #FFFFFF;
}
.landing.competitor-r4  .competitor-r4__form-container.bg-orange .hs-button.primary.large {
	background-color: #000000 !important;
}

@media (min-width: 1025px) {
	.landing.competitor-r4  .hero .left {
		padding-right: 30px;
	}
	.landing.competitor-r4 .hero .center-image img {
		position: absolute;
		max-width: calc(100% + 93px);
		top: 0;
		right: -15px;
	}
}

.trial_image_text {
    padding-left: 50px;
}
.trial_image_text img {
    max-width: 120%;
    margin-top: 0;
    height: auto;
}
@media (min-width: 900px) {
    .trial_image_text img {
        max-width: 200%;
    }
}
.trial_image_text .c-hero-home__body {
    font-size: 24px;
    margin-top: 30px;
}
.trial_image_text .c-hero-home__body ul {
    margin-left: 24px;
}
.trial_image_text .c-hero-home__body > * + * {
    margin-top: 20px;
}

/*trial landing page*/
.trial_image_v_a {
	/*	position: absolute;*/
	/*    height: 100%;*/
	/*    width: 55%;*/
	/*    right: 0;*/
	position: relative;
	padding-left: 25px;
}
.trial_image_v_a img {
	position: absolute;
	max-width: none;
	min-height: 715px;
	min-width: 1165px;
	display: none;
}
.trial_image_v_a img:first-child {
	display: block;
}
.trial-landing .hero {
	position: relative;
	overflow: hidden;
}
.trial-landing h1.form-title {
	font-size: 34px;
	font-weight: 600;
}
.trial-confetti-left {
	background-image: url(../images/trial-confetti-left.png);
	background-repeat: repeat-y;
	background-position: 5% top;
	background-size: contain;
}
.trial-confetti-right {
	background-image: url(../images/trial-confetti-right.png);
	background-repeat: repeat-y;
	background-position: 95% top;
	background-size: contain;
}

.quote-author-image {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	        justify-content: space-around;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding: 30px 0 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	position: relative;
}
.quote-author-image:before {
	content: '';
	background: inherit;
	z-index: -1;
	border-radius: 0 10px 10px 0;
	-webkit-transform: skew(30deg);
	        transform: skew(30deg);
	-webkit-transform-origin: top right;
	        transform-origin: top right;
	position: absolute;
	top: 0;
	right: 65px;
	width: 200vw;
	height: 100%;
}
.quote-content {
	line-height: 34px;
}

.trial-form ul li {
	list-style: none;
}

.trial-form input[type='radio'] {
	margin-right: 10px;
}
.trial-form input[type='checkbox'] {
	margin-right: 10px;
}

/*Statistics*/
.progress {
	/*	width: 200px;*/
	margin: 6px 20px 30px;
	display: inline-block;
	position: relative;
	text-align: center;
	vertical-align: top;
	color: #000000;
}
/* strong {
		position: absolute;
		top: 70px;
		left: 0;
		width: 100%;
		text-align: center;
		line-height: 45px;
		font-size: 43px;
} */
.progress-value {
	position: absolute;
	font-size: 36px;
}
.progress_copy {
	padding: 0 35px;
}
.scroll .outer-circle {
	background: rgba(0,175,236,0.15);
	border-radius: 50%;
	width: 78px;
	height: 78px;
}
.scroll .inner-circle {
	background: #00AFEC;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-size: 30px;
	padding-left: 2px;
}
.scroll.scroll-up {
	position: absolute;
	bottom: 50px;
	right: 25px;
}
.scroll.scroll-up i {
	margin-bottom: 5px;
}

/* hubspot popup */
.leadinModal-content strong {
	position: relative;
	top: auto;
	font-size: inherit;
	line-height: inherit;
}
@media screen and (max-width: 1300px) {
	.confetti-left, .confetti-left-short {
		background-position: -5% top;
	}
	.confetti-right, .confetti-right-short {
		background-position: 105% top;
	}
}

@media screen and (max-width: 1024px) {
	.confetti-left, .confetti-left-short {
		background: none;
	}
	.confetti-right, .confetti-right-short {
		background: none;
	}

	.landing .hero .left {
		padding-right: 0;
		margin-bottom: 50px;
	}
	.landing .hero .right {
		text-align: center;
	}
	.col-2 {
		width: 100%;
	}
	.trial_image_v_a {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.col-3 {
		width: 100%;
	}
	.statistics .col-4 {
		width: calc(100%/2);
	}

	.col-5 {
		width: calc(100%/3);
	}
	.landing #why .table-container tr td:first-child {
		font-size: 16px;
	}
	.landing #why .table-container tr td:nth-child(2), .landing #why .table-container tr td:nth-child(3) {
		font-size: 20px;
	}
	.landing #why .table-container tr td:nth-child(2) span, .landing #why .table-container tr td:nth-child(3) span {
		width: 110px;
	}
	.landing #why .table-container tr th:nth-child(2), .landing #why .table-container tr th:nth-child(3) {
		width: 132px;
		padding: 10px 22px;
		height: 40px;
	}
	#quote > div {
		display: block!important;
		text-align: center;
		overflow: hidden;
	}
	#quote .quote-author-image {
		width: 100%;
		margin-bottom: 25px;
	}

	.quote-author-image:before {
		right: -99px;
	}

	.why-content .copy {
		font-size: 16px;
		margin: 34px 17px;
	}


	.landing .hero .text-container_container {
		padding-left: 0;
		padding-top: 20px;
		padding-right: 0;
	}

	.landing .hero .section .section_content {
		/* -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important;
        display: -ms-flexbox!important;
        display: flex!important; */
	}
	.competitor-table.table-container {
		margin: 30px auto;
	}
}

@media screen and (max-width: 480px) {
	.col-5 {
		width: calc(100%/2);
	}
	.col-4 {
		width: 100%;
	}
	.statistics .col-4 {
		width: 100%;
	}
	/*
    .landing #why .table-container {
        overflow: hidden;
    }
    .landing #why .table-container table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }*/
	.landing #why .table-container tr td:nth-child(2), .landing #why .table-container tr td:nth-child(3) {
		font-size: 30px;
	}
	.landing .table-container:first-child th:last-child, .landing .table-container:first-child td:last-child {
		display: none;
	}
	.landing .table-container:nth-child(2) th:nth-child(2), .landing .table-container:nth-child(2) td:nth-child(2) {
		display: none;
	}
	.landing #why td.description {
		text-align: left;
	}
	.landing #get-started h2 {
		font-size: 38px;
		padding-top: 20px;
	}
	.landing #get-started .button-container {
		margin-top: 25px;
		padding-bottom: 0;
	}
	.landing #get-started .button-container .btn {
		margin: 20px 0 0;
	}

	.why-content .copy {
		font-size: 16px;
		margin: 34px 17px;
	}

	h1 {
		font-size: 38px;
	}
	h3 {
		font-size: 26px;
	}
	.landing .hero .copy {
		font-size: 18px;
	}
	.hs-form-field .input {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	form fieldset:first-child .hs-form-field {
		margin-top: 20px;
	}
	.landing .hero img.top-right {
		display: none;
	}
	#quote .quote-author-image {
		display: block !important;
	}
	#clients_company_logo .col-5 {
		width: 100%;
	}
	.scroll.scroll-up {
		bottom: 10px;
		right: 5px;
	}

	.competitor-table.table-container table {
		table-layout: auto;
	}
	.landing .competitor-table.table-container:first-child td:last-child, .landing .competitor-table.table-container:first-child th:last-child {
		display: block;
	}
	.competitor-table.table-container tr th:nth-child(2), .landing .competitor-table.table-container:first-child td:last-child, .landing .competitor-table.table-container:first-child th:last-child {
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		font-size: 10px;
		width: 100%;
	}
	.landing .competitor-table.table-container:first-child td:last-child {
		font-size: 10px;
	}
	.competitor-table.table-container tr td:first-child {
		font-size: 16px;
	}
	.competitor-table.table-container tr td:nth-child(2) span, .competitor-table.table-container tr td:nth-child(3) span {
		width: 100px;
		font-size: 20px;
	}
}

/* Kintone added css */

#are_you_a_501_c_3_nonprofit_org_-91e4730e-f9f0-4f9b-ae60-0cc88d990272 {
	width: auto;
	margin-right: 10px;
}

.hs-form-booleancheckbox {
	list-style-type: none;
}

.page-template-IndividualSolutionLPController .c-nav-utility, .page-template-IndividualSolutionLPTestController .c-nav-utility, .page-template-IndividualSolutionStreamlinedLPController .c-nav-utility {
	background: #FFFFFF !important;
}
.page-template-IndividualSolutionLPController .c-nav-utility .c-header__logo, .page-template-IndividualSolutionLPTestController .c-nav-utility .c-header__logo, .page-template-IndividualSolutionStreamlinedLPController .c-nav-utility .c-header__logo {
	margin: 0 auto !important;
}
.page-template-IndividualSolutionLPController .c-solution-header h1, .page-template-IndividualSolutionLPTestController .c-solution-header h1, .page-template-IndividualSolutionStreamlinedLPController .c-solution-header h1 {
	font-size: 36px;
	line-height: 1.14;
	margin-bottom: 21px;
}
.page-template-IndividualSolutionLPTestController .c-solution-header__copy {
	position: relative;
}
.c-solution-header__copyinner {
	padding: 21px 0 32px;
}
.page-template-IndividualSolutionLPController h2, .page-template-IndividualSolutionLPTestController h2, .page-template-IndividualSolutionStreamlinedLPController h2 {
	font-size: 30px !important;
	line-height: 1.16;
	margin-bottom: 25px;
}
.c-longform-24 p, .page-template-IndividualSolutionLPController .c-solution-carousel--callout ul li a, .page-template-IndividualSolutionLPTestController .c-solution-carousel--callout ul li a, .page-template-IndividualSolutionStreamlinedLPController .c-solution-carousel--callout ul li a {
	font-size: 18px !important;
	line-height: 1.2;
}
.page-template-IndividualSolutionLPController .c-solution-carousel--callout h2, .page-template-IndividualSolutionLPTestController .c-solution-carousel--callout h2, .page-template-IndividualSolutionStreamlinedLPController .c-solution-carousel--callout h2 {
	color: #000000;
}
.page-template-IndividualSolutionLPController .c-icon-190, .page-template-IndividualSolutionLPTestController .c-icon-190, .page-template-IndividualSolutionStreamlinedLPController .c-icon-190 {
	width: 190px;
	height: 190px;
}
.page-template-IndividualSolutionLPController .c-icon + .c-longform h3, .page-template-IndividualSolutionLPTestController .c-icon + .c-longform h3, .page-template-IndividualSolutionStreamlinedLPController .c-icon + .c-longform h3 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 15px;
}
.page-template-IndividualSolutionLPTestController .c-longform h2 {
	color: #000000;
}
.page-template-IndividualSolutionLPTestController .c-icon + .c-longform h3 {
	color: #EF3F24;
}
.page-template-IndividualSolutionLPController .spacing.c-featured-story, .page-template-IndividualSolutionLPTestController .spacing.c-featured-story, .page-template-IndividualSolutionStreamlinedLPController .spacing.c-featured-story {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.page-template-IndividualSolutionLPController .spacing.c-featured-story .column, .page-template-IndividualSolutionLPTestController .spacing.c-featured-story .column, .page-template-IndividualSolutionStreamlinedLPController .spacing.c-featured-story .column {
	width: 50%;
}
.page-template-IndividualSolutionLPController .spacing.c-featured-story .column.featured-story_img, .page-template-IndividualSolutionLPTestController .spacing.c-featured-story .column.featured-story_img, .page-template-IndividualSolutionStreamlinedLPController .spacing.c-featured-story .column.featured-story_img {
	width: 50%;
	min-height: 555px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page-template-IndividualSolutionLPController .spacing.c-featured-story  .u-center-vertical, .page-template-IndividualSolutionLPTestController .spacing.c-featured-story  .u-center-vertical, .page-template-IndividualSolutionStreamlinedLPController .spacing.c-featured-story  .u-center-vertical {
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	        justify-content: start;
	padding: 50px;
}
.page-template-IndividualSolutionLPController .featured-story_description, .page-template-IndividualSolutionLPTestController .featured-story_description, .page-template-IndividualSolutionStreamlinedLPController .featured-story_description {
	max-width: 65%;
	position: relative;
}
.page-template-IndividualSolutionLPController .is_lp_richtext .hs-form, .page-template-IndividualSolutionStreamlinedLPController .is_lp_richtext .hs-form {
	max-width: 750px;
	margin: 0 auto;
}
.page-template-IndividualSolutionLPController .is_lp_richtext .hs-form label, .page-template-IndividualSolutionLPController .is_lp_richtext .hs-form label span, .page-template-IndividualSolutionStreamlinedLPController .is_lp_richtext .hs-form label, .page-template-IndividualSolutionStreamlinedLPController .is_lp_richtext .hs-form label span {
	color: #000000 !important;
}
.page-template-IndividualSolutionLPController .is_lp_richtext .hs-form a, .page-template-IndividualSolutionStreamlinedLPController .is_lp_richtext .hs-form a {
	color: #EF3F24 !important;
}

.page-template-IndividualSolutionLPTestController .c-solution-header__logo svg {
	max-width: 100%;
}
.page-template-IndividualSolutionLPTestController .c-solution-header__copyinner .c-longform-24 p {
	font-size: 16px !important;
	line-height: 1.3125;
}
section.indivsols-carousel-sec {
	padding-top: 20px;
	position: relative;
}
.indivsols-carousel--popout {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	max-height: 328px;
	max-width: 203px;
	display: none;
}
.indivsols-carousel .slick-dots {
	margin-top: 20px;
}
.indivsols-carousel .slick-dots li button {
	padding: 2px;
}
.indivsols-carousel .slick-dots li button:before {
	content: '';
	width: 16px;
	height: 16px;
	border: 1px solid #9B9B9B;
	background-color: #FFFFFF;
	border-radius: 50%;
}
.indivsols-carousel .slick-dots li.slick-active button::before {
	background-color: #DCDCDC;
	border-color: #DCDCDC;
}
section.c-callout {
	margin-top: 40px;
}
.c-callout__inner {
	display: flex;
	align-items: center;
}
.c-callout__confetti {
	max-width: 0;
}
.c-callout__copy {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding-top: 15px;
	padding-left: 30px;
}
.c-callout__confettibg {
	background-size: auto 100%;
	background-position: left top;
	background-repeat: no-repeat;
	height: 100%;
	background-origin: content-box;
}
.c-callout__copy ul li {
	color: #EF3F24;
}
.page-template-IndividualSolutionLPTestController .c-icon-190 {
	margin-top: 30px;
}
.page-template-IndividualSolutionLPTestController .spacing.c-featured-story {
	margin-top: 58px;
}
.page-template-IndividualSolutionLPTestController .spacing.c-featured-story .u-center-vertical {
	position: relative;
}
.c-featured-story .featured-story_featimage {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 35%;
}
.c-featured-story .featured-story_featimage img {
	display: block;
}
.page-template-IndividualSolutionLPTestController .client-logo-item {
	margin-top: 30px;
}
.page-template-IndividualSolutionLPTestController .client-logo-item img {
	max-height: 91px;
}

@media (min-width: 600px) {
    .page-template-IndividualSolutionLPController .c-solution-header h1, .page-template-IndividualSolutionLPTestController .c-solution-header h1, .page-template-IndividualSolutionStreamlinedLPController .c-solution-header h1 {
        font-size: 48px;
        line-height: 1.14;
        margin-bottom: 25px;
    }
    .c-longform-24 p, .page-template-IndividualSolutionLPController .c-solution-carousel--callout ul li a, .page-template-IndividualSolutionLPTestController .c-solution-carousel--callout ul li a, .page-template-IndividualSolutionStreamlinedLPController .c-solution-carousel--callout ul li a {
        font-size: 20px !important;
        line-height: 1.2;
    }
}

@media (min-width: 1201px) {
    .page-template-IndividualSolutionLPController h2, .page-template-IndividualSolutionLPTestController h2, .page-template-IndividualSolutionStreamlinedLPController h2 {
        font-size: 40px !important;
        line-height: 1.16;
        margin-bottom: 25px;
    }
    .page-template-IndividualSolutionLPController .c-solution-header h1, .page-template-IndividualSolutionLPTestController .c-solution-header h1, .page-template-IndividualSolutionStreamlinedLPController .c-solution-header h1 {
        font-size: 64px;
        line-height: 1.14;
        margin-bottom: 25px;
    }
    .c-longform-24 p, .page-template-IndividualSolutionLPController .c-solution-carousel--callout ul li a, .page-template-IndividualSolutionLPTestController .c-solution-carousel--callout ul li a, .page-template-IndividualSolutionStreamlinedLPController .c-solution-carousel--callout ul li a {
        font-size: 24px !important;
        line-height: 1.2;
    }
	.page-template-IndividualSolutionLPController .c-solution-header, .page-template-IndividualSolutionStreamlinedLPController .c-solution-header {
		width: 80%;
	}
	.page-template-IndividualSolutionLPTestController .c-solution-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}
	.page-template-IndividualSolutionLPTestController .c-solution-header__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 305px;
		    flex: 0 0 305px;
		max-width: 305px;
	}
	.page-template-IndividualSolutionLPTestController .c-solution-header__copy {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: calc(100% - 505px);
		padding-left: 50px;
	}
	.indivsols-carousel--popout {
		max-height: 528px;
		max-width: 403px;
	}
	.indivsols-carousel__item {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.page-template-IndividualSolutionLPTestController .c-solution-carousel--image--bg, .page-template-IndividualSolutionLPTestController .c-solution-carousel--video--bg {
		padding-left: 0;
		max-width: 85%;
		padding-right: 0;
		margin-right: 0;
	}
	.indivsols-carousel__itemcontent, .indivsols-carousel__itemimage {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		    flex: 0 0 50%;
		max-width: 50%;
		padding-right: 66px;
	}
	.c-callout__copy {
		padding-top: 33px;
		padding-left: 60px;
	}
	.indivsols-carousel--popout {
		display: block;
	}
}
@media (min-width: 768px) {
	section.indivsols-carousel-sec {
		padding-top: 64px;
	}
	.c-callout__confetti {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		    flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.c-callout__confettibg {
		min-height: 249px;
	}
	.page-template-IndividualSolutionLPTestController .spacing.c-featured-story {
		margin-top: 98px;
	}
	.box-cta-sec[data-layout-gt-m~='2'] .column:nth-child(2n+1) .copy-wrapper {
		padding-right: 20px;
	}
	.box-cta-sec[data-layout-gt-m~='2'] .column:nth-child(2n+2) .copy-wrapper {
		padding-left: 20px;
	}
	.page-template-IndividualSolutionLPTestController .icon-item-wrapper {
		padding: 0 15px 0;
		margin-top: 60px;
	}
	.page-template-IndividualSolutionLPTestController .icon-item-wrapper .c-icon {
		margin-bottom: 30px;
	}
}
@media (max-width: 1200px) {
	.page-template-IndividualSolutionLPController .featured-story_description, .page-template-IndividualSolutionLPTestController .featured-story_description {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.page-template-IndividualSolutionLPController .spacing.c-featured-story .column, .page-template-IndividualSolutionLPController .spacing.c-featured-story .column.featured-story_img, .page-template-IndividualSolutionLPTestController .spacing.c-featured-story .column, .page-template-IndividualSolutionLPTestController .spacing.c-featured-story .column.featured-story_img {
		width: 100%;
	}
	.page-template-IndividualSolutionLPController .c-solution-header h1, .page-template-IndividualSolutionLPTestController .c-solution-header h1 {
		word-wrap: break-word;
	}
}

.competitor h1 {
	font-size: 32px;
}

/* new styles */

.mediaTypeWrapper {
	overflow: hidden;
	width: 100%;
	height: 380px;
}

.fix-btn-new {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 100;
    width: 48px;
    height: 48px;
    display: none;
}

.fix-btn-new__page-top-link {
    transition: background-color .5s;
    border-radius: 100%;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.fix-btn-new__page-top-link:hover {
	background: #000;
}

.fix-btn-new__page-top-link:hover svg {
	transform: rotate(-90deg) translateX(5px);
}

.fix-btn-new__page-top-link:hover path {
	stroke: #fff;
}

.fix-btn-new__page-top-link svg {
    height: auto;
    transition: all 0.25s ease-in-out;
    transform: rotate(-90deg) translateX(0);
}

.fix-btn-new__page-top.is-active {
	animation: fadeIn .5s linear forwards;
	opacity: 1;
}

@media(max-width: 1023px) {
	.fix-btn-new {
		width: 40px;
		height: 40px;
	}
	.fix-btn-new__page-top-link:hover svg {
		width: 11px;
		height: 11px;
	}
}

@media(max-width:767px) {
	.mediaTypeWrapper {
		height: 300px;
	}
	.mediaTypeWrapper.wistiaMediaType {
		height: auto;
	}
}


/* landing--page--main */
.landing--page--main .hs-form-field > label {
	font-size: 17px;
}

.landing--page--main .hs-form-field:last-child .input {
	margin-left: 0 !important;
}

.landing--page--main .input input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.landing--page--main .input select {
	height: 35px;
	padding: 4px 10px;
	font-size: 16px;
	transition: all .3s ease;
}

.landing--page--main .hs-form .hs-form-field {
	margin: 5px auto 0;
}

@media (min-width: 480px) {
	.landing--page--main .form-columns-2 div:first-child ul.hs-error-msgs.inputs-list {
		width: calc(100% - 15px)
	}
}


/* heroContactForm with red background */

.heroContactForm.red-background {
	background: #ef3f24 !important;
	padding: 30px 25px;
	border-radius: 10px;
	color: #fff;
}

.heroContactForm.red-background .hs-form {
	color: #fff;
}

.heroContactForm.red-background .hs_submit .hs-button {
	width: 100%;
    background-color: #000 !important;
    color: #fff;
}
