/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 23 2025 | 01:12:20 */
/* KEY VARIABLES */
img {
	border-radius: var(--border-radius);
}

/* COLOURS */
.p3-block h1.evlt-paragraph__main-title, .p3-block .evlt-paragraph__intro-text { color: var(--p3-600); }
.p3-block .evlt-paragraph__sub-title { color: var(--p3-500); }
.p3-block-reverse h1.evlt-paragraph__main-title { color: #fff; }
.p3-block-reverse .evlt-paragraph__extra-info { color: var(--p3); }
.p3-block-reverse .evlt-paragraph__sub-title, .p3-block-reverse .evlt-paragraph__intro-text { color: var(--p3); }
.p3-block-reverse .evlt-paragraph__text { color: var(--p3-100); }
.p3-block-reverse .btn.btn-outline {
	border: 2px solid var(--p3-500);
	color: var(--p3-500);
}
.p3-block-reverse h1.evlt-paragraph__main-title.heading--h2 { color: var(--p3-400); }
.p3-block-reverse .evlt-paragraph__intro-text { color: rgba(255,255,255,0.8); }
.p1-block h1.evlt-paragraph__main-title, .p1-block .evlt-paragraph__intro-text { color: var(--p1-600); }
.p1-block .evlt-paragraph__extra-info { color: var(--p1-400); }
.p4-block h1.evlt-paragraph__main-title, .p4-block .evlt-paragraph__intro-text { color: var(--p4-600); }
.p4-block .evlt-paragraph__extra-info { color: var(--p4-500); }
.white-block h1.evlt-paragraph__main-title, .white-block .evlt-paragraph__main-title, .white-block .evlt-paragraph__text { color: var(--p3-600); }
.white-block .evlt-paragraph__sub-title, .white-block .evlt-paragraph__intro-text { color: var(--p3-400); }
.white-block .btn:not(.btn-outline) { background: var(--p3-600); }
.white-block .btn-outline { border: 2px solid var(--p3-600); }

/* HEADINGS */
.h1.evlt-paragraph__main-title {
	padding-top: 0px;
    font-family: var(--main-font-family), sans-serif;
	font-weight: 400;
}
h1.evlt-paragraph__main-title p {
	margin-block-start: 0;
    margin-block-end: 0;
}
.evlt-paragraph__sub-title {
    font-weight: 400;
}
.mega-menu__item-title {
    font-weight: 400;
    font-family: var(--main-font-family);
}
a {
    color: unset;
}
/* PADDING */
.eight-col {
	width: 70%;
	margin: 0 auto;
}
.ten-col {
	width: 1063px;
	margin: 0 auto;
}
.col-left {
	margin: 0 auto 0 0;
}
.no-margin {
	margin: 0;
}
.forty-margin-top {
	margin-top: 40px;
}
.full-height {
	height: 100vh;
}

/* SITEWIDE CSS OPTIONS */
.two-col .evlt-paragraph__text {
	column-count: 2;
}

.two-col .evlt-paragraph__text ul {
	margin-block-start: 0px;
}

.checklist ul {
	list-style: none;
	margin-left: -20px;
}

.checklist li {
	font-family: var(--medium-font-family);
}

.checklist li::before {
	content: url('http://stg-thomsonadsett-staging.kinsta.cloud/wp-content/uploads/2023/09/Bullet-2.svg');
	position: relative;
    left: 0;
	top: 2px;
    margin-right: 10px;
}

/* BTN DEFAULTS */
.btn, .gform_button, .facetwp-load-more {
	color: var(--grey-white, #FFF);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-family: var(--main-font-family);
	font-weight: 500;
	line-height: 16px; /* 150% */
	border-radius: 0px;
	background-color: var(--p1);
	width: fit-content;
	text-transform: uppercase;
}
.btn::before, .gform_button::before {
	display: none;
}
.btn-group > .btn {
    width: fit-content;
}

.btn.btn-outline, .facetwp-load-more {
	background-color: transparent;
	border: 2px solid var(--p3-600);
	color: var(--p3-600);
}

.btn.btn-alt {
	background-color: var(--p1-600);
}

.btn.btn-tight {
	width: fit-content;
	padding: 0 50px;
}

.btn.btn-micro {
	padding: 10px 20px 9px 20px;
	font-size: 12px;
	min-width: unset;
    height: 30px;
    font-weight: 600;
    font-family: var(--medium-font-family);
}
.evlt-paragraph--center .btn {
	margin: 0 auto;
}
.facetwp-load-more {
	margin: 36px auto 0px auto;
	display: flex;
	padding: 15px 50px;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
/*
.btn::before, .gform_button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, var(--primary-brand-color) 0%, var(--alt-brand-color) 50%, var(--primary-brand-color) 100%);
    z-index: -1;
    transform: translateX(-50%);
    transition: transform ease-out 0.3s;
}

.btn:hover::before, .gform_button:hover::before {
	transform: translateX(0%);
}
*/
.text-link {
	color: var(--p1-600, #4B5850);
	font-family: var(--medium-font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 18.2px */
	border-bottom: 2px solid var(--P1-600, #4B5850);
	text-decoration: none;
}

/* FORMS */

.input, .gform_wrapper.gravity-theme .gfield input, .textarea, .gform_wrapper.gravity-theme .gfield textarea {
    border: 2px solid var(--p4-400);
    border-radius: 4px;
}

/* PAGE HEADER */

.heading--page-title h1.evlt-paragraph__main-title {
	color: #fff;
}
body.single-post .heading--page-title h1.evlt-paragraph__main-title {
	color: var(--p1-600);
}

/* RESPONSIVE */

@media (max-width: 1439px) {
	:root {
		--container-max-width: calc(100vw - 2 * (var(--padding-width)));
		--padding-width: 60px;
		--section-gap-base: 25px;
	}
	.ten-col {
		width: 80%;
	}
}
@media (max-width: 1024px) {
	:root {
		--section-gap-base: 20px;
	}
	.evlt-paragraph__extra-info {
		font-size: 14px;
	}
	.hero-video h1.evlt-paragraph__main-title {
		font-size: 110px;
	}
	.heading--display {
		font-size: 60px;
	}
	.heading--h1, h1 {
		font-size: 45px;
		line-height: 45px;
	}
	.heading--h2, h2 {
		font-size: 36px;
		line-height: 36px;
	}
	.heading--h3, h3 {
		font-size: 28px;
		line-height: 34px;
	}
	.heading--h4, h4 {
		font-size: 24px;
		line-height: 28px;
	}
	.text--intro {
		font-size: 18px;
		line-height: 26px;
	}
	.evlt-paragraph__sub-title:empty {
		display: none;
	}
	.resource-cards .post-cards__item-title {
		font-size: 20px;
		line-height: 24px;
	}
	.resource-cards.people-cards .post-cards__item-text {
		font-size: 14px;
		line-height: 18px;
	}
	.statement-block .evlt-paragraph__text p {
		font-size: 20px;
		line-height: 24px;
	}
	.testimonial .evlt-paragraph__main-title, .testimonial .evlt-paragraph__main-title p {
		font-size: 28px;
		width: 100%;
	}
}
@media (max-width: 1023px) {
	.post-cards__item-image-box {
		width: 100%;
	}
}
@media (max-width: 767px) {
	:root {
		--padding-width: 25px;
		--section-gap-base: 15px;
	}
	.eight-col, .ten-col { width: 100%; }
	.layout-row--break-out {
		left: 0;
	}
	.ta-video.evlt-video, .ta-video .evlt-video__video {
		padding-top: 0;
		height: 400px;
		width: 346px;
	}
	.people-purpose-section .ta-video .evlt-video__video {
		height: 400px;
		width: 346px;
	}
	.hero-video h1.evlt-paragraph__main-title {
		font-size: 60px;
		letter-spacing: -2px;
	}
	.heading--display {
		font-size: 50px;
	}
	body.single-solution .heading--display {
		font-size: 36px;
		line-height: 100%;
	}
	.heading--h1, h1 {
		font-size: 36px;
		line-height: 36px;
	}
	.heading--h2, h2 {
		font-size: 30px;
		line-height: 30px;
	}
	.heading--h4, h4 {
		font-size: 18px;
		line-height: 22px;
	}
	.text--intro {
		font-size: 16px;
		line-height: 22px;
	}
	p:empty {
		display: none;
	}
	.testimonial .evlt-paragraph__main-title, .testimonial .evlt-paragraph__main-title p {
		font-size: 24px;
	}
	.post-cards__static-layout {
		--columns-count: 1 !important;
	}
	.btn-group--h-align-right {
		justify-content: flex-start;
	}
}