/*
Theme Name: Studio Simpatico
Theme URI: http://www.studiosimpati.co/
Description: This theme is a derivative of Super Hijinksified, custom coded for Fireblocks.
Author: Studio Simpatico
Author URI: http://www.studiosimpati.co/
*/

/***************************************************************************************************************************************************************************************/

/*HTML5 BOILERPLATE MINIFIED*/

/***************************************************************************************************************************************************************************************/

*{box-sizing:border-box;}article{display:block}aside{display:block}details{display:block}figcaption{display:block}figure{display:block;margin:0}footer{display:block}header{display:block}hgroup{display:block}nav{display:block}section{display:block}audio{display:inline;}canvas{display:inline;}video{display:inline;}audio:not([controls]){display:none}[hidden]{display:none}html{color:#222;font-family:sans-serif;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}button{-webkit-appearance:button;color:#222;cursor:pointer;font-family:sans-serif;font-size:100%;line-height:normal;margin:0;overflow:visible;vertical-align:middle}input{color:#222;font-family:sans-serif;font-size:100%;line-height:normal;margin:0;vertical-align:middle}select{color:#222;font-family:sans-serif;font-size:100%;margin:0;vertical-align:middle}textarea{color:#222;font-family:sans-serif;font-size:100%;margin:0;overflow:auto;resize:vertical;vertical-align:top}body{font-size:1em;line-height:1.4;margin:0}::-moz-selection{background:#333;color:#fff;text-shadow:none}::selection{background:#333;color:#fff;text-shadow:none}a{color:#00e}a:hover{color:#06e;outline:0}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b{font-weight:700}strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{border:0;border-top:1px solid #ccc;display:block;height:1px;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;white-space:pre-wrap;word-wrap:break-word}code{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}kbd{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}q{quotes:none}q:before{content:none}q:after{content:none}small{font-size:85%}sub{bottom:-.25em;font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{font-size:75%;line-height:0;position:relative;top:-.5em;vertical-align:baseline}ul{margin:1em 0}ol{margin:1em 0}dd{margin:0 0 0 40px}nav ul{list-style:none;list-style-image:none;margin:0;padding:0}nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;padding:0;white-space:normal}input[type="button"]{-webkit-appearance:button;cursor:pointer;overflow:visible}input[type="reset"]{-webkit-appearance:button;cursor:pointer;overflow:visible}input[type="submit"]{-webkit-appearance:button;cursor:pointer;overflow:visible}button[disabled]{cursor:default}input[disabled]{cursor:default}input[type="checkbox"]{box-sizing:border-box;height:13px;padding:0;width:13px}input[type="radio"]{box-sizing:border-box;height:13px;padding:0;width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}

/***************************************************************************************************************************************************************************************/

/*BODY STYLES*/

/***************************************************************************************************************************************************************************************/

/*Inter 400*/
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('fonts-new/Inter-Regular.woff');
}

/*Inter 500*/
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('fonts-new/Inter-Medium.woff');
}

/*Inter 600*/
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('fonts-new/Inter-SemiBold.woff');
}

/*Inter 700*/
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('fonts-new/Inter-Bold.woff');
}

:root {
	--pure-white: #FFFFFF;
	--white: #FAFAFA;
	--onyx: #2C2B3D;
	--light-onyx: #55565C;
	--dark-navy: #1F2129;
	--navy: #002E7F;
	--blue: #0072F7;
	--sky: #86B1FF;
	--ice: #D7E0EC;
	--cobalt: #0348A2;
	--orange: #F87955;
	--orange2: #D4533B;
	--yellow: #F59B00;
	--yellow2: #D47500;
	--smoke: #E6EBF2;
	--light-gray: #BDC2D1;
	--medium-gray: #95959E;
	--dark-gray: #595959;
	--body-font: 'Inter', Helvetica, sans-serif;
	--heading-font: 'Inter', Helvetica, sans-serif;
	--heading-font-wide: 'Inter', Helvetica, sans-serif;
	--gradient: linear-gradient(-45deg, #F87955 0%, #F59B00 100%);
	--shadow-small: 0 10px 20px rgba(31,33,41,.1);
	--shadow-medium: 0 10px 30px rgba(31,33,41,.2);
	--shadow-large: 0 15px 40px rgba(44,43,60,.2);
	--gap: 40px;
	--grid: repeat(12,1fr);

	/*Background Gradients*/
    --light-denim-gradient: linear-gradient(135deg, #F0F3F8, #E6EDF6);
    --blue-gradient: linear-gradient(135deg, #4C77E2, #184FDB);
    --mid-blue-gradient: linear-gradient(135deg, #184FDB, #37435A);
    --navy-gradient: linear-gradient(135deg, #192A4D, #14223D);
    --navy-gradient-angle60: linear-gradient(60deg, #192A4D, #14223D);
    --navy-gradient-angle105: linear-gradient(105deg, #192A4D, #14223D);
    --warm-gradient: linear-gradient(135deg, rgb(250 169 22 / 90%) 0%, #FAA916 25%, #F4845F 75%, rgb(242 112 89 / 90%) 100%);

    /*Box Shadows*/
    --box-shadow-warm-large: 0px 40px 50px -8px rgb(239 89 20 / 50%), 0px 20px 35px -20px rgb(238 187 64 / 40%);
    --box-shadow-cool-large: 0px 40px 50px -8px rgb(3 72 162 / 25%), 0px 20px 35px -20px rgb(3 72 162 / 35%);
}

html {
	font-size: 100%;
}

body { 
	background: var(--white); 
	color: var(--onyx); 
	font: 1rem var(--body-font);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

a { 
	color: var(--blue);
	text-decoration: none;
	transition: all .25s ease;
}

a:hover {
	color: var(--orange);
}

input[type=submit],
button {
	border: none;
	font-family: inherit;
	transition: all .25s ease;
}

img,
svg,
iframe {
	height: auto;
	max-width: 100%;
}

.svg-inline--fa {
	display: inline-block;
	font-size: inherit;
	height: 1em;
	overflow: visible;
	vertical-align: -0.125em;
}

.svg-inline--fa path {
	fill: currentColor;
}

.job-openings .comeet-outer-wrapper .comeet-groups-list .comeet-group-name,
.job-openings .comeet-position-name,
.job-openings .comeet-position-meta,
.comeet-outer-wrapper .comeet-position-meta-single span.comeet-position-location {
	color: var(--navy);
	font-family: var(--heading-font-wide);
	font-weight: 400;
	margin: 0;
}

h1,
.heading-1 {
	font-size: calc(58rem / 16);
	letter-spacing: -.6px;
	line-height: calc(76 / 58);
}

.heading-2,
.post-content article blockquote.alt p,
.job-openings .comeet-outer-wrapper .comeet-groups-list .comeet-group-name,
.job-details .comeet-apply h4 {
	font-size: calc(44rem / 16);
	line-height: calc(56 / 44);
}

.heading-3,
.post-content article > h2,
.page-content h2,
.post-content .listicle-heading {
	font-size: calc(36rem / 16);
	letter-spacing: .4px;
	line-height: calc(47 / 36);
}

.heading-4,
.post-content article > h3,
.page-content h3,
.job-details .comeet-outer-wrapper .comeet-position-info h4 {
	color: var(--blue);
	font-size: calc(24rem / 16);
	letter-spacing: .6px;
	line-height: calc(32 / 24);
}

.heading-5 {
	color: var(--cobalt);
}

.heading-5,
p.large,
ul.large,
ol.large,
.large p,
.large ul,
.large ol,
.post-content:not(.resource-content) article > p:first-of-type,
.post-content article > h4,
.job-openings .comeet-position-name {
	font-size: calc(20rem / 16);
	letter-spacing: .3px;
	line-height: calc(32 / 20);
	margin-bottom: 25px;
}

.heading-6,
p.medium,
ul.medium,
ol.medium,
.medium p,
.medium ul,
.medium ol {
	color: var(--dark-gray);
	font-size: calc(18rem / 16);
	letter-spacing: .2px;
	line-height: calc(28 / 18);
	margin-bottom: 21px;
}

p,
ul,
ol {
	font-size: 1rem;
	letter-spacing: .5px;
	line-height: calc(28 / 16);
	margin: 0 0 20px;
}

.eyebrow {
	color: var(--blue);
	display: block;
	font: bold calc(12rem / 16)/calc(23 / 12) var(--heading-font-wide);
	letter-spacing: 2.4px;
	text-transform: uppercase;
}

h6.eyebrow,
.heading-6.eyebrow {
	margin-bottom: 0;
}

h6.eyebrow + h1,
.heading-6.eyebrow + .heading-1 {
	margin-top: 15px;
}

h6.eyebrow + h1.heading-2,
h6.eyebrow + h1.heading-3 {
	margin-top: 10px;
}

h2 .eyebrow,
.heading-2 .eyebrow,
h3 .eyebrow,
.heading-3 .eyebrow  {
	margin-bottom: 10px;
}

header, 
section, 
footer,
article {
	width: 100%;
}

blockquote {
	position: relative;
}

.container {
	clear: both;
	margin: 0 auto; 
	max-width: 86%; /*Based off 1200 Sketch files*/
	padding: 0 50px;
	position: relative;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.grid {
	display: grid;
}

.accessibility {
	backface-visibility: hidden;
	left: -999999999px;
	position: absolute;
}

.top-module {
	padding-top: 230px;
}

.page-template .top-module .container h1,
.page-template .top-module .container .eyebrow {
	color: #FAFAFA;
	background: transparent;
	-webkit-text-fill-color: #FAFAFA;
}

.top-module.hidden-nav {
	padding-top: 130px;
}

.mobile-only {
	display: none;
}

.hidden {
	display: none;
}

/***Triangle Patterns***/

.triangle-pattern {
	gap: 30px;
	grid-template-columns: repeat(10,1fr);
	overflow: hidden;
	position: absolute;
}

.triangle-pattern .triangle,
.new-feature .eyebrow .triangle {
	border-color: transparent transparent var(--triangle-color) transparent;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	height: 0;
	width: 0;
	--triangle-color: var(--white);
}

.triangle-pattern .triangle {
	--triangle-color: var(--ice);
}

.hero > .triangle-pattern:nth-of-type(3) .triangle:nth-of-type(-n+42),
.platform-block .triangle-pattern .triangle:nth-of-type(-n+30),
.about-hero > .triangle-pattern:nth-of-type(2) .triangle:nth-of-type(-n+20),
.locations .triangle-pattern .triangle:nth-of-type(-n+14),
.image-hero .triangle-pattern .triangle:nth-of-type(-n+10),
.job-openings .triangle-pattern .triangle,
.position-hero .triangle-pattern .triangle:nth-of-type(-n+10),
.features-tabs .triangle-pattern .triangle:nth-of-type(-n+20),
.left-content-form .triangle-pattern .triangle:nth-of-type(-n+20) {
	--triangle-color: var(--dark-navy);
}

.triangle-pattern .triangle.animated.blue-1 {
	--triangle-color: var(--blue);
	--color1: var(--blue);
	--color2: var(--sky);
}

.triangle-pattern .triangle.animated.blue-2 {
	--triangle-color: var(--sky);
	--color1: var(--sky);
	--color2: var(--blue);
}

.triangle-pattern .triangle.animated.yellow-1,
.new-feature .eyebrow .triangle {
	--triangle-color: var(--yellow);
	--color1: var(--yellow);
	--color2: var(--yellow2);
}

.triangle-pattern .triangle.animated.yellow-2 {
	--triangle-color: var(--yellow2);
	--color1: var(--yellow2);
	--color2: var(--yellow);
}

/***Angled Bkgs***/

.angled-bkg {
	background: var(--onyx);
	position: relative;
}

.angled-bkg.gray {
	background: var(--smoke);
}

.angled-bkg.navy {
    background: var(--navy);
}

.angled-bkg .angle {
	height: calc(100% + 5px);
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -4px;
	width: 100%;
}

.angled-bkg.shortened .angle:before {
	background: var(--white);
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 10%;
}

.angled-bkg .angle svg {
	height: 100%;
	left: 100%;
	max-width: none;
	position: absolute;
	transform: translateX(-50%);
	width: auto;
}

.angled-bkg.shortened .angle svg {
	left: 90%;
}

/***Blue Rectangle Bkgs***/

.blue-rect-bkg {
	position: relative;
}

.blue-rect-bkg:before {
	background: var(--smoke);
	border-radius: 5px 0 0 5px;
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: calc((100% - 310px) + 50px + 7vw);
}

/***Single & Double Buttons***/

.btn,
.mega-menu:not(.new-mega-menu) > li:last-child a,
.hs-button,
.post-password-form input[type=submit] {
	background: var(--gradient);
	border-radius: 3px;
	box-shadow: var(--shadow-small);
	color: var(--onyx);
	display: inline-block;
	font: 500 calc(14rem / 16) / calc(20 / 14) var(--heading-font-wide);
	letter-spacing: .9px;
	overflow: hidden;
	padding: 15px 56px 15px 30px;
	position: relative;
	text-align: left;
	transition: all .25s ease;
	z-index: 2;
}

.btn.double {
	padding-right: 86px;
}

.btn:before,
.mega-menu:not(.new-mega-menu) > li:last-child a:before {
	background: var(--yellow);
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all .25s ease;
	width: 100%;
	z-index: -1;
}

.btn svg {
	color: var(--onyx);
	font-size: calc(18rem / 16);
	opacity: .5;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .25s ease;
}

.btn:hover,
.mega-menu:not(.new-mega-menu) > li:last-child a:hover,
.btn-container:hover .btn,
.hs-button:hover,
.post-password-form input[type=submit]:hover {
	box-shadow: none;
	color: rgba(44,43,61,.8);
	padding-right: 66px;
}

.btn.double:hover,
.btn-container:hover .btn.double {
	padding-right: 106px;
}

.btn:hover::before,
.mega-menu:not(.new-mega-menu) > li:last-child a:hover::before,
.btn-container:hover .btn::before {
	opacity: 1;
}

/***Arrow Links***/

.arrow-link,
.job-openings li a.comeet-position:before {
	color: var(--cobalt);
	display: inline-block;
	font: 500 calc(14rem / 16)/calc(13 / 14) var(--heading-font-wide);
	letter-spacing: .9px;
	padding-right: 18px;
	position: relative;
}

.arrow-link.yellow {
	color: var(--yellow);
}

.arrow-link svg {
	bottom: 0;
	color: var(--blue);
	position: absolute;
	right: 0;
	transition: all .25s ease;
}

.arrow-link.yellow svg {
	color: var(--yellow2);
}

.arrow-link:hover,
.arrow-link-container:hover .arrow-link {
	color: var(--blue);
}

.arrow-link.yellow {
	color: var(--yellow2);
}

.arrow-link:hover svg,
.arrow-link-container:hover .arrow-link svg {
	color: var(--sky);
	transform: translate3d(5px, 0, 0);
}

.arrow-link.yellow:hover svg,
.arrow-link-container:hover .arrow-link.yellow svg {
	color: var(--yellow);
}

/***CTA Links***/

.cta-link {
	color: var(--cobalt);
	display: inline-block;
	font: 500 calc(15rem / 16)/calc(22 / 15) var(--heading-font-wide);
	letter-spacing: .8px;
	padding: 0 22px;
	position: relative;
	transition: all .25s ease;
}

.cta-link.yellow {
	color: var(--yellow);
}

.cta-link:before,
.cta-link:after {
	background: var(--blue);
	content: '';
	height: 23px;
	left: 7px;
	position: absolute;
	top: -2px;
	transform: skew(-32deg);
	transition: all .25s ease;
	width: 3px;
}

.cta-link.yellow:before,
.cta-link.yellow:after {
	background: var(--yellow2);
}

.cta-link:after {
	left: auto;
	opacity: 0;
	right: 7px;
}

.cta-link:hover,
.cta-link-container:hover .cta-link {
	color: var(--blue);
	transform: translate3d(10px, 0, 0);
}

.cta-link.yellow:hover,
.cta-link-container.yellow:hover .cta-link {
	color: var(--yellow2);
}

.cta-link:hover::before,
.cta-link:hover::after,
.cta-link-container:hover .cta-link:before,
.cta-link-container:hover .cta-link:after {
	background: var(--sky);
	opacity: 1;
}

.cta-link.yellow:hover::before,
.cta-link.yellow:hover::after,
.cta-link-container:hover .cta-link.yellow:before,
.cta-link-container:hover .cta-link.yellow:after {
	background: var(--yellow);
}

.cta-link:hover::before,
.cta-link-container:hover .cta-link:before {
	transform: skew(-32deg) translate3d(-10px, 0, 0);
}

.cta-link:hover::after,
.cta-link-container:hover .cta-link:after {
	transform: skew(-32deg) translate3d(10px, 0, 0);
}

.grid li.cta-link-grid-item {
    grid-column: 1 / -1;
}

/***Icon + Image Blocks***/

.icon-thumb {
	position: relative;
}

.icon-thumb img {
	border-radius: 5px;
	box-shadow: var(--shadow-small);
	width: 100%;
}

.icon-thumb span,
.icon {
	align-items: center;
	backface-visibility: hidden;
	background: white;
	border-radius: 3px;
	box-shadow: var(--shadow-small);
	color: var(--blue);
	display: flex;
	font-size: 24px;
	height: 60px;
	justify-content: center;
	position: absolute;
	right: -30px;
	top: -30px;
	width: 60px;
}

/***Form Elements***/

.form {
	background: white;
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	padding: 74px 60px 83px;
	position: relative;
	width: calc(681 / 1200 * 100%);
}

.hs-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hs-form-field,
.hs-dependent-field {
	margin-bottom: 18px;
	width: calc(260 / 561 * 100%);
}

.hs-dependent-field > .hs-form-field {
	width: 100%;
}

.hs-fieldtype-textarea.hs-form-field {
	width: 100%;
}

form label:not(.hs-error-msg),
form .hs-field-desc {
	color: var(--dark-gray);
	display: block;
	font: 500 calc(13rem / 16)/1 var(--heading-font-wide);
	letter-spacing: .64px;
	margin-bottom: 15px;
	margin-left: 0;
}

form .hs-field-desc {
	opacity: 0.5;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form textarea,
form select,
.live-search .search-data input {
	appearance: none;
	-webkit-appearance: none;
	background: white;
	border: 1px solid var(--medium-gray);
	border-radius: 5px;
	color: var(--onyx);
	font-family: inherit;
	font-size: calc(15rem / 16);
	height: 38px;
	letter-spacing: .2px;
	margin-bottom: 18px;
	padding: 7px 10px;
	width: 100%;
}

form input[type=text]:focus,
form input[type=email]:focus,
form textarea:focus,
form select:focus,
.live-search .search-data input:focus,
form input[type=password]:focus {
	border: 1px solid var(--blue);
	box-shadow: inset 0 3px 5px 0 rgba(44,43,61,0.10);
	outline: none;
}

form input[type=text].error,
form input[type=email].error,
form textarea.error,
form select.error {
	border-color: var(--orange2);
}

form textarea {
	height: 87px;
}

form .hs-fieldtype-select .input {
	position: relative;
}

form .hs-fieldtype-select .input:after {
	background: url('svgs/select-dropdown-chevron.svg') no-repeat center;
	content: '';
	display: block;
	height: 6px;
	pointer-events: none;
	position: absolute;
	right: 14px;
	top: 16px;
	width: 9px;
}

.hs-form-required {
	color: var(--blue);
	font-weight: 700;
	margin-left: 2px;
}

.hs-error-msgs {
	list-style: none;
	margin: -18px 0 0;
	padding: 0;
}

.hs-error-msgs li {
	margin: 0;
}

.hs-error-msg {
	color: var(--orange2);
	font-size: calc(12rem / 16);
	margin: 0;
	padding-left: 18px;
	position: relative;
}

.hs-error-msgs .hs-error-msg:before {
	background: url('svgs/info-square.svg') no-repeat;
	background-size: contain;
	content: '';
	height: 12px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 12px;
}

.hs_error_rollup {
	display: none;
}

.form .hs-submit {
	bottom: -25px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.hs-button {
	padding-right: 30px;
}

.hs-button:hover {
	padding-right: 30px;
}

.hbspt-form .hs-submit .hs-button {
	white-space: nowrap;
}

/***Blurred Ellipses***/

.blur {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    width: auto;
    z-index: 1;
}

.ellipse-blur {
    filter: blur(120px);
    height: auto;
    max-width: unset;
    position: absolute;
}

/***Sticky CTA***/

.sticky-cta {
	display: none;
}

/***************************************************************************************************************************************************************************************/

/*HOME STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.hero {
	margin-bottom: 80px;
	padding-bottom: 81px; /*used to be 128*/
}

.hero > .triangle-pattern:nth-of-type(2) {
	bottom: 137px;
	grid-template-columns: repeat(5,1fr);
	right: 0;
}

.hero > .triangle-pattern:nth-of-type(3) {
	bottom: -56px;
	grid-template-columns: repeat(7,1fr);
	left: 0;
}

.hero .flex-container {
    flex-wrap: nowrap;
    gap: 40px;
}

.hero.animation .flex-container {
    align-items: center;
}

.hero article {
    color: var(--white);
}

.hero.animation article {
    width: calc(681 / 1200 * 100%);
}

.hero.static-image article {
    width: calc(580 / 1240 * 100%);
}

.hero h1 {
    color: var(--white);
    margin-bottom: 40px;
}

.hero.static-image article h1{
    width: calc(475 / 580 * 100%);
}

/* .hero h1 .eyebrow, */
.hero h6.eyebrow {
    color: var(--sky);
}

.hero p {
    margin-bottom: 50px;
}

.hero .arrow-link.yellow {
    color: var(--yellow);
    display: block;
    margin: 34px 0 0;
    max-width: 100%;
    width: max-content;
}

.hero video,
.hero .animated-video {
    margin-top: 100px;
    width: calc(372 / 1100 * 100%);
}

.hero .static-image {
    flex-basis: calc(680 / 1200 * 100%);
    margin-right: -80px;
}

.hero .static-image img {
    border-radius: 9px;
    box-shadow: var(--shadow-medium);
    width: 100%;
}

.hero .scroll-icon,
.hero .scroll-icon:before,
.hero .scroll-icon:after {
	backface-visibility: hidden;
	left: 50%;
	position: absolute;
	transform: translate3d(-50%, 0, 0);
}

.hero .scroll-icon {
	border: solid 2px var(--light-onyx);
	border-radius: 7px;
	bottom: 40px;
	height: 20px;
	width: 16px;
}

.hero .scroll-icon:before {
	animation: 1.5s infinite scroll-icon ease-in-out;
	background: var(--light-onyx);
	border-radius: 50px;
	content: '';
	height: 4px;
	top: 3px;
	width: 3px;
}

.hero .scroll-icon:after {
	background: var(--light-onyx);
	bottom: 100%;
	content: '';
	height: 7px;
	width: 2px;
}

@keyframes scroll-icon {
	0% {
		opacity: 1;
		transform: translate3d(-50%, 0, 0);
	}

	40%,80% {
		transform: translate3d(-50%, 6px, 0);
	}
	
	80%,90% {
		opacity: 0;
	}

	90%,100% {
		transform: translate3d(-50%, 0, 0);
	}
}

/***Background Video Hero***/

.builder-hero.background-video {
	display: flex;
	height: 55vw;
	padding-bottom: 200px;
	padding-top: 200px;
}

.builder-hero.background-video .flex-container {
	align-items: center;
}

.builder-hero.background-video .angled-bkg {
	background: transparent;
	overflow: hidden;
	z-index: -1;
}

.builder-hero.background-video .angled-bkg .angle {
	bottom: 0;
	height: 306px;
	top: auto;
}

.background-video .triangle-pattern {
	z-index: -1;
}

.background-video .left .triangle-pattern {
	grid-template-columns: repeat(4, 1fr);
	left: 37px;
	top: 142px;
}

.background-video .left .triangle-pattern .triangle {
	--triangle-color: var(--blue);
}

.background-video .right .triangle-pattern {
	bottom: -80px;
	grid-template-columns: repeat(3, 1fr);
	right: 13px;
}

.background-video article {
	text-align: center;
}

.hero-video {
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center right;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -3;
}

.hero-video-container:not(.transparent) .hero-video {
	filter: saturate(0);
}

.overlay,
.hero-video-container:not(.transparent)::after {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.overlay {
	mix-blend-mode: multiply;
}

.hero-video-container:not(.transparent)::after {
	background: #2C2B3D;
	content: '';
	mix-blend-mode: lighten;
}

/***Link Cards***/

.home .link-cards {
	margin-bottom: 150px;
}

/***Tabs***/

.tabs {
	margin-bottom: 200px;
	position: relative;
}

.tabs .triangle-pattern {
	bottom: -110px;
	grid-template-columns: repeat(12,1fr);
	left: calc(50% + 100px);
	transform: translateX(-50%);
}

.tabs h2 {
	margin: 0 auto 58px;
	max-width: 616px;
	text-align: center;
}

.tabs h2 .counter {
	display: block;
	font-weight: bold;
	margin-top: 25px;
}

.tabs .tabs-nav {
	justify-content: center;
	margin: 0 0 80px;
	padding: 0;
}

.tabs .tabs-nav li {
	list-style: none;
	margin: 0 40px;
}

.tabs .tabs-nav button,
.alm-filter--link {
	background: none;
	border: none;
	color: var(--medium-gray);
	font: 400 calc(20rem / 16)/calc(32 / 20) var(--heading-font-wide);
	padding: 0 0 20px;
	position: relative;
	width: 166px;
}

.tabs .tabs-nav button:hover,
.tabs .tabs-nav button:focus,
.alm-filter--link:hover,
.alm-filter--link:focus {
	color: var(--blue);
	outline: none;
}

.tabs .tabs-nav .active button,
.alm-filter--link.active {
	color: var(--blue);
}

.tabs .tabs-nav svg,
.alm-filter--link:before {
	bottom: 0;
	left: 50%;
	margin-left: -6px;
	position: absolute;
	width: 12px;
}

.tabs .tabs-nav polygon {
	fill: var(--ice); 
	transition: all .25s ease;
}

.tabs .tabs-nav button:hover polygon,
.tabs .tabs-nav .active polygon,
.tabs .tabs-nav .active button:hover polygon {
	fill: var(--blue); 
}

.tabs .tab-content {
	align-items: flex-start;
}

/*Logos*/

.tabs .tab-content ul {
	align-items: center;
	gap: 65px 80px;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	margin: 80px 0 0;
	padding: 0;
	text-align: center;
	width: calc(331 / 1100 * 100%);
}

/*Testimonials*/

.testimonial {
	padding: 80px 0 120px;
	width: calc(744 / 1100 * 100%);
}

.testimonial:before {
	left: 63px;
	right: auto;
	width: calc(100% + 7vw + 50px - 63px);
}

.testimonial .image {
	background: rgba(0,114,247,.7);
	height: 336px;
	position: relative;
	width: calc(206 / 744 * 100%);
	z-index: 1;
}

.testimonial .image img {
	filter: grayscale(1);
	height: 100%;
	mix-blend-mode: multiply;
	object-fit: cover;
	width: 100%;
}

.testimonial blockquote {
	margin: 0;
	padding: 33px 0 0;
	width: calc(475 / 744 * 100%);
}

.testimonial blockquote p,
.careers-carousel .slide blockquote p {
	color: var(--onyx);
	font-style: italic;
	margin-bottom: 23px;
	position: relative;
}

.testimonial cite,
.careers-carousel .slide blockquote cite {
	color: var(--medium-gray);
	display: block;
	font: 400 calc(14rem / 16)/calc(24 / 14) var(--heading-font-wide);
	letter-spacing: .2px;
	position: relative;
}

.testimonial cite span,
.careers-carousel .slide blockquote cite span {
	display: block;
	font-weight: 500;
}

.single-case-study cite .flex-container {
	align-items: flex-end;
}

.testimonial cite img {
	display: block;
	margin-top: 16px;
	max-width: 113px;
}

.testimonial cite .arrow-link {
    margin-left: auto;
    margin-top: 35px;
}

/***Value Props***/

.value-props {
	color: var(--white);
	margin-bottom: 160px;
	overflow: hidden;
	padding: 111px 0;
}

.value-props .triangle-pattern {
	bottom: 52px;
	grid-template-columns: repeat(9,1fr);
	right: -122px;
}

.value-props article {
	margin-bottom: 54px;
	width: calc(784 / 1100 * 100%);
}

.value-props h2 {
	color: var(--ice);
	margin-bottom: 54px;
}

.value-props h2 .eyebrow {
	color: var(--sky);
}

.value-props ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*Tab Nav*/

.value-props .tabs-nav {
	width: calc(502 / 1200 * 100%);
}

.value-props .tabs-nav li {
	margin-bottom: 34px;
}

.value-props .tabs-nav button {
	background: none;
	border: none;
	font-family: inherit;
	padding: 0;
	position: relative;
	text-align: left;
}

.value-props .tabs-nav .active button {
	transform: translate3d(27px, 0, 0);
}

.value-props .tabs-nav button:focus {
	outline: none;
}

.value-props .tabs-nav svg {
	left: -27px;
	opacity: 0;
	position: absolute;
	top: 10px;
	transition: opacity .25s ease;
}

.value-props .tabs-nav .active svg {
	opacity: 1;
}

.value-props .tabs-nav svg polygon {
	fill: var(--yellow);
}

.value-props .tabs-nav h3,
.value-props .tabs-nav p {
	color: var(--medium-gray);
}

.value-props .tabs-nav h3 {
	margin-bottom: 15px;
	transition: color .25s ease;
}

.value-props .tabs-nav li:hover h3,
.value-props .tabs-nav button:focus h3,
.value-props .tabs-nav .active h3 {
	color: var(--yellow);
}

.value-props .tabs-nav p {
	margin: 0;
	transition: color .25s ease;
}

.value-props .tabs-nav .active p {
	color: var(--white);
}

/*Tab Content*/

.value-props .images {
	position: relative;
	width: calc(563 / 1200 * 100%);
}

.value-props .images img {
	filter: drop-shadow(var(--shadow-large));
}

.value-props .stat {
	background: var(--white);
	padding: 20px;
	position: absolute;
	text-align: center;
	width: 240px;
}

.value-props .stat .heading-1 {
	color: var(--blue);
	display: block;
	font-weight: 700;
}

.value-props .stat .eyebrow {
	color: var(--navy);
	margin: 10px 0 0;
}

@-moz-document url-prefix() {
	.value-props .stat .eyebrow {
		margin-top: 4px;
	}
}

/*Layout 1*/

.value-props .layout1 img {
	padding-bottom: 61px;
	width: calc(372 / 563 * 100%);
}

.value-props .layout1 .stat {
	bottom: 0;
	left: calc(309 / 563 * 100%);
}

/***New Feature***/

.new-feature.angled-bkg {
	background: white;
	overflow: hidden;
	padding: 111px 0 120px;
}

.new-feature:before {
	background: var(--white);
	bottom: 0;
	content: '';
	height: calc(100% - 445px);
	left: 0;
	position: absolute;
	width: 100%;
}

.new-feature .triangle-pattern {
	grid-template-columns: repeat(5,1fr);
	left: 0;
	top: calc(100% - 315px);
}

/*Intro*/

.new-feature .intro {
	margin-bottom: 34px;
	width: calc(784 / 1200 * 100%);
}

.new-feature h2 {
	margin-bottom: 26px;
}

/*Carousel*/

.new-feature .new-carousel {
	left: -40px;
	position: relative;
	width: calc(100vw - 10px - 7vw);
}

.new-feature .new-carousel .slick-arrow.slick-prev {
	right: calc(7vw + 110px);
}

.new-feature .new-carousel .slick-list {
	overflow: hidden;
	padding-right: 329px;
}

.new-feature .new-carousel .slick-slide {
	outline: none;
	padding: 40px;
}

.new-feature .slick-slide > div,
.new-feature .slide {
	height: 100%;
}

.new-feature .slide .flex-container {
	align-items: center;
	background: var(--dark-navy);
	border-radius: 5px;
	box-shadow: var(--shadow-small);
	height: 100%;
	opacity: .5;
	overflow: hidden;
	padding: 60px 40px;
	transition: opacity .25s ease;
	width: 100%;
	z-index: 2;
}

.new-feature .slick-active .flex-container {
	opacity: 1;
}

.new-feature .slide .angle {
	z-index: -1;
}

.new-feature .slide .angle:before {
	background: var(--onyx);
	width: 65%;
}

.new-feature .slide .angle svg {
	left: 35%;
}

.new-feature .slide .angle polygon {
	fill: var(--onyx);
}

.new-feature .slide article {
	width: calc(538 / 890 * 100%);
}

.new-feature .slide h3 {
	color: var(--yellow);
	margin-bottom: 27px;
}

.new-feature .slide p {
	color: var(--white);
	margin-bottom: 31px;
}

.new-feature .image {
	display: flex;
	width: calc(288 / 890 * 100%);
}

.new-feature img {
	filter: drop-shadow(var(--shadow-medium));
	margin: auto;
}

/***Podcasts***/

.podcasts {
	margin-bottom: 110px;
	position: relative;
}

.podcasts:before {
	border-radius: 0 5px 5px 0;
	height: calc(100% - 141px);
	left: 0;
	right: auto;
	top: 30px;
	width: calc((450 / 1200 * 100%) + 7vw);
}

.podcasts .triangle-pattern {
	bottom: 0;
	grid-template-columns: repeat(7,1fr);
	left: 0;
}

.podcasts article {
	padding-top: 111px;
	position: relative;
	width: calc(372 / 1100 * 100%);
}

.podcasts .icon {
	left: 0;
	right: auto;
	top: 0;
    padding: 18px;
}

.podcasts h2 {
	margin-bottom: 36px;
}

.podcasts ul {
	margin: 0;
	padding: 0;
	width: calc(681 / 1100 * 100%);
}

.podcasts li {
	list-style: none;
	margin-bottom: 60px;
}

.podcasts li a {
	align-items: flex-start;
	flex-wrap: nowrap;
}

.podcasts h3 {
	color: var(--cobalt);
	margin: 0;
	width: 100%;
}

.podcasts li .image-wrapper {
	align-items: center;
	background: #FFF;
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	display: flex;
	height: 151px;
	justify-content: center;
	margin-right: 40px;
	width: calc(166 / 681 * 100%);
}

.podcasts li img {
	display: block;
	height: auto;
	max-height: 80%;
	max-width: 80%;
	object-fit: contain;
	width: auto;
}

.podcasts li .cta-link {
	margin-top: 25px;
}
	
/***Features***/

.platform-block {
	margin-bottom: 150px;
	position: relative;
}

.platform-block .triangle-pattern {
	bottom: -346px;
	grid-template-columns: repeat(5,1fr);
	left: 0;
	z-index: 3;
}

.platform-block article {
	margin-bottom: 79px;
	position: relative;
}

.platform-block h2,
.platform-block article p {
	width: calc(681 / 1100 * 100%);
}

.platform-block h2 {
	margin-bottom: 25px;
}

.platform-block article a {
	bottom: 0;
	position: absolute;
	right: 0;
}

.platform-block-list {
	padding-bottom: 120px;
}

.platform-block-list:before {
	background: var(--white);
	content: '';
	height: 80px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.platform-block-list .container {
	z-index: 3;
}

.platform-block-list .grid {
	gap: 60px;
	grid-template-columns: repeat(3,1fr);
	list-style: none;
	margin: 0;
	padding: 0 0 0 calc(103 / 1200 * 100%);;
}

.platform-block-list .grid li:not(.has-link),
.platform-block-list .grid li.has-link a {
	background: white;
	border-radius: 5px;
	box-shadow: var(--shadow-small);
	display: block;
	height: 100%;
	padding: 27px 30px 40px;
}

.platform-block-list .grid li.has-link a:hover {
	box-shadow: var(--shadow-medium);
}

.platform-block-list .grid li.has-link a:hover h3 {
	color: var(--blue);
}

.platform-block-list .grid li.has-link a:hover p {
	color: var(--onyx);
}

.platform-block-list .grid li.has-link a:hover button {
	color: var(--blue);
}

.platform-block-list .grid li.has-link a:hover .arrow-link svg {
	color: var(--sky);
	transform: translate3d(5px, 0, 0);
}

.platform-block-list .grid h3 {
	margin-bottom: 14px;
	transition: all .25s ease;
}

.platform-block-list .grid p {
	color: var(--dark-gray);
	margin: 0;
	transition: all .25s ease;
}

.platform-block-list .grid button {
	background: transparent;
	display: block;
	line-height: calc(28 / 16);
	margin-top: 14px;
	padding: 0;
	text-align: left;
}

.platform-block-list .grid .arrow-link svg {
	padding-left: 10px;
	position: relative;
}

section.platform-block + section {
	z-index: 3;
}
	
/***Press***/

.press {
	margin-bottom: 160px;
	text-align: center;
}

.press h2 {
	margin-bottom: 35px;
}

.press blockquote {
	margin: 0 auto 35px;
	max-width: 990px;
	padding: 0;
}

.press blockquote a,
.post-content article blockquote p {
	color: var(--onyx);
	font: 400 italic calc(26rem / 16) / calc(38 / 26) var(--heading-font-wide);
	letter-spacing: .6px; 
}

.press blockquote a:hover {
	color: var(--blue);
}

.press .grid,
.logo-hero .grid {
	align-items: center;
	gap: 64px 40px;
	grid-template-columns: repeat(4,1fr);
	list-style: none;
	margin: 80px auto 0;
	padding: 0;
	width: calc(827 / 1100 * 100%);
}

.press .grid img,
.logo-hero .grid img,
.tabs .tab-content ul img {
	display: block;
	max-height: 40px;
	max-width: 120px;
	width: 100%;
}

.press .grid img {
	margin: 0 auto;
}

.press cite img {
	display: block;
	margin: 0 auto;
	max-height: 60px;
	max-width: 200px;
}
	
/***Blog Carousel***/

.blog-carousel {
	margin-bottom: 160px;
	overflow: hidden;
	padding-top: 111px;
}

.blog-carousel:before {
	background: var(--white);
	bottom: 0;
	content: '';
	height: 40%;
	left: 0;
	position: absolute;
	width: 100%;
}

.blog-carousel h2 {
	color: var(--ice);
	margin-bottom: 26px;
	max-width: 887px;
}

.blog-carousel h2 .eyebrow {
	color: var(--sky);
}

.carousel {
	list-style-type: none;
	margin: 76px 0 0 calc(-7vw - 50px);
	padding-left: calc(7vw + 50px);
	position: relative;
	width: 100vw;
}

.carousel .slick-arrow,
.new-carousel .slick-arrow {
	align-items: center;
	backface-visibility: hidden;
	background-image: linear-gradient(-45deg, #035BB5 0%, #0075F2 100%);
	border: none;
	border-radius: 3px;
	box-shadow: var(--shadow-small);
	color: white;
	display: flex;
	height: 40px;
	justify-content: center;
	position: absolute;
	right: calc(7vw + 50px);
	top: -95px;
	width: 40px;
	z-index: 2;
}

.carousel .slick-arrow:before,
.new-carousel .slick-arrow:before {
	background: var(--gradient);
	border-radius: 3px;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: .25s ease;
	width: 100%;
	z-index: -1;
}

.carousel .slick-arrow svg,
.new-carousel .slick-arrow svg {
	backface-visibility: hidden;
	height: 20px;
	min-width: 17.5px;
	position: relative;
	z-index: 1;
}

.carousel .slick-prev {
	right: calc(7vw + 110px);
}

.carousel .slick-arrow.slick-disabled,
.new-carousel .slick-arrow.slick-disabled {
	background: var(--light-gray);
	cursor: default;
	opacity: .5;
}

.carousel .slick-arrow:not(.slick-disabled):hover,
.carousel .slick-arrow:focus,
.new-carousel .slick-arrow:not(.slick-disabled):hover,
.new-carousel .slick-arrow:focus {
	outline: none;
}

.carousel .slick-arrow:not(.slick-disabled):hover::before,
.carousel .slick-arrow:focus::before,
.new-carousel .slick-arrow:not(.slick-disabled):hover::before,
.new-carousel .slick-arrow:focus::before {
	opacity: 1;
}

.carousel .slick-list {
	overflow: hidden;
	padding-right: calc(7vw + 130px);
    margin-right: -80px;
}

.slick-track {
	align-items: flex-start;
	display: flex;
}

.blog-carousel .carousel .slick-slide {
	margin-right: 80px;
	opacity: .5;
	transition: opacity .25s ease;
}

.blog-carousel .carousel .slick-slide.slick-active {
	opacity: 1;
}

.post .image,
.related-post .image,
.related-post-sidebar .image {
    aspect-ratio: 1.8;
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	display: block;
	margin-bottom: 34px;
	overflow: hidden;
}

.post .image img,
.related-post .image img,
.related-post-sidebar .image img,
.careers-carousel .slide.alt .image img,
.featured-image.video-lightbox img,
.six-carousel .post .image img {
	filter: grayscale(100%);
	height: 100%;
	object-fit: cover;
	transition: all .25s ease;
	width: 100%;
}

.post .image img {
	filter: none;
}

.post .image:hover img,
.related-post:hover .image img,
.related-post-sidebar:hover .image img,
.featured-image.video-lightbox:hover img {
	transform: scale3d(1.2, 1.2, 1);
}

.post .post-meta,
.post-hero .post-meta {
	color: var(--dark-gray);
	display: block;
	font: 500 calc(14rem / 16)/calc(13 / 14) var(--heading-font-wide);
	letter-spacing: .9px;
	margin-bottom: 15px;
}

.post-hero .post-meta {
	color: var(--medium-gray);
}

.post .post-meta span {
	color: var(--medium-gray);
}

.post h3 {
	color: var(--cobalt);
	margin-bottom: 16px;
	transition: color .25s ease;
}

.post a:hover h3 {
	color: var(--blue);
}

.post p {
	color: var(--onyx);
	margin-bottom: 20px;
}
	
/***CTA***/

.cta {
	padding: 71px 0 120px;
}

.cta.angled-bkg.shortened .angle svg {
	left: 58%
}

.cta.angled-bkg.shortened .angle::before {
	width: 42%;
}

.cta .triangle-pattern {
	bottom: 0;
	grid-template-columns: repeat(11,1fr);
	left: 0;
}

.cta h2 {
	color: var(--cobalt);
	margin: 0 auto 56px;
	max-width: 886px;
	text-align: center;
}

.cta .btn {
	display: block;
	/* left: 50%;
	margin-left: -90px; */
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: intrinsic;
	width: max-content;
}

/***************************************************************************************************************************************************************************************/

/*DEFAULT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.alignleft { 
	float: left; 
	margin-right: 15px; 
}

.alignright { 
	float: right; 
	margin-left: 15px; 
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.alignnone {
	display: block;
	margin: 0 0 20px;
}

.wp-caption {
	max-width: 100%;
}

/***Page Hero***/

.page-hero {
	padding-bottom: 80px;
}

.page-hero h1 {
	color: var(--white);
}

/* .page-hero h1 .eyebrow, */
.page-hero h6.eyebrow {
	color: var(--sky);
}

.page-content {
	padding: 80px 0 160px;
}

.page-content .container {
	max-width: 880px;
}

.post-password-form label {
	margin-top: 40px;
}

.post-password-form input[type="password"] {
	margin-top: 15px;
}

.post-password-form input[type="submit"],
.post-password-form input[type="submit"]:hover {
	padding-right: 30px;
}

/***Wordpress Password Protect Plugin***/

.ppw-post-password-container {
	padding: 240px 0 200px;
	position: relative;
	z-index: 2;
}

form.ppw-post-password-form.post-password-form {
	margin: 0 auto;
	max-width: 600px;
}

.ppw-ppf-input-container div.ppw-ppf-desc {
	font: 500 calc(24rem / 16)/calc(32 / 24) var(--heading-font);
	letter-spacing: 0.6px;
}

.single-webinars .ppw-ppf-input-container,
.single-webinars .ppw-ppf-input-container label.ppw-pwd-label {
	color: var(--white);
}

.single-webinars .ppw-post-password-container:before {
	background: var(--dark-navy);
	content: '';
	height: 100;
	left: 50%;
	margin: 0 -50vw;
	position: absolute;
	right: 50%;
	top: 0;
	width: 100vw;
	z-index: -1;
}

/***************************************************************************************************************************************************************************************/

/*BLOG ARCHIVE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.blog-hero {
	background: var(--smoke);
}

.blog-hero.angled-bkg.shortened .angle svg {
	left: 72%;
}

.blog-hero.angled-bkg.shortened .angle::before {
	width: 28%;
}

.blog-hero article {
	padding-bottom: 80px;
	width: calc(584 / 1200 * 100%);
}

.blog-hero h1 {
	margin-bottom: 36px;
}

.blog-hero form,
.newsletter-cta form {
	max-width: 376px;
}

.blog-hero .hs-form-field,
.newsletter-cta .hs-form-field {
	width: 100%;
}

.blog-hero .post {
	width: calc(475 / 1200 * 100%);
}

/***Blog Content***/

.blog-content {
	padding: 189px 0 0;
	position: relative;
}

.blog-content > .triangle-pattern {
	grid-template-columns: repeat(7,1fr);
	left: 30px;
	top: 80px;
}

.blog-content .alm-filters,
.blog-content .search-list {
	display: grid;
	gap: 80px calc(120 / 1200 * 100%);
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	margin: 0 auto 120px;
	max-width: 1070px;
	padding: 0;
}

/*.blog-content .post .image {
	height: auto;
}*/

/*Search Bar*/

.searchform {
	margin: 0 auto 20px;
	max-width: 500px;
	position: relative;
}

form.searchform input {
	margin-bottom: 0;
}

.searchform button {
	background: none;
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
}

/*Filters*/

.blog-content .alm-filters-container {
	display: block;
	margin-bottom: 80px;
	max-width: 100%;
	text-align: center;
}

.alm-filters-edit {
	display: none !important;
}

.alm-filter ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}

.alm-filter .alm-filter--inner > ul:first-of-type::before {
	color: var(--medium-gray);
	content: 'Filter by';
	display: inline-block;
	font: 500 calc(15rem / 16)/calc(22 / 15) var(--heading-font-wide);
	margin-bottom: 12px;
	text-align: left;
}

.alm-filter li {
	display: inline-block;
	list-style: none;
	margin: 0 20px;
}

.alm-filter li:last-of-type {
	margin-right: 0;
}

.alm-filter--link {
	color: var(--dark-gray);
	cursor: pointer;
	font: 500 calc(15rem / 16)/calc(22 / 15) var(--heading-font-wide);
	letter-spacing: .8px;
	transition: all .25s ease;
	width: auto;
}

.alm-filter--link:before {
	border-color: transparent transparent var(--ice) transparent;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	content: '';
	transition: all .25s ease;
	width: 0;
}

.alm-filter--link:hover::before,
.alm-filter--link.active:before {
	border-color: transparent transparent var(--blue) transparent;
}

/*Featured Posts*/

.post.featured {
	align-items: center;
	grid-column: 1 / -1;
	margin: 40px 0;
	padding: 66px 0 65px;
	position: relative;
	width: 100%;
}

.post.featured:before {
	background: var(--onyx);
	content: '';
	height: 100%;
	left: 100%;
	position: absolute;
	top: 0;
	width: calc((100vw - 100%) / 2);
}

.post.featured > a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.post.featured .angle svg {
	left: 0;
}

.post.featured .image,
.post.featured .image + div {
	margin: 0;
	position: relative;
	width: calc(475 / 1070 * 100%);
}

.post.featured .post-meta {
	color: var(--sky);
}

.post.featured h3 {
	color: var(--ice);
	transition: all .25s ease;
}

.post.featured a:hover h3 {
	color: var(--yellow);
}

.post.featured p {
	color: var(--white);
}

/*Podcasts*/

.blog-content .podcasts {
	grid-column: 1 / -1;
	margin: 40px 0 40px calc((100vw - 100%) / -2);
	width: 100vw;
}

/*Ajax Load More*/

.alm-btn-wrap {
	text-align: center;
}

.alm-load-more-btn {
	margin-bottom: 120px;
}

.alm-load-more-btn:before {
	background: url('svgs/load-more-arrow-icon.svg') no-repeat center;
	content: '';
	display: block;
	height: 16px;
	left: unset;
	margin: 0;
	opacity: .5;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .25s ease;
	width: 8px;
}

.alm-load-more-btn.done {
	display: none;
}

/***Newsletter CTA***/

.newsletter-cta {
	padding: 111px 0 116px;
}

.newsletter-cta.angled-bkg .angle::before {
	width: calc(7vw + 307px);
}

.newsletter-cta.angled-bkg .angle svg {
	height: 426px;
	left: auto;
	right: calc(7vw + 50px);
	transform: rotate(180deg);
}

.newsletter-cta .flex-container {
	align-items: flex-end;
}

.newsletter-cta h2 {
	width: calc(681 / 1200 * 100%);
}

.newsletter-cta h2 .eyebrow {
	margin-bottom: 30px;
}

/***************************************************************************************************************************************************************************************/

/*BLOG SINGLE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.post-hero {
	padding-bottom: 160px;
}

.post-hero article {
	margin-left: calc(104 / 1200 * 100%);
	width: calc(688 / 1200 * 100%);
}

.post-hero h1 {
	color: var(--white);
	margin-bottom: 33px;
}

.post-hero h6.eyebrow a,
.post-hero h6.eyebrow {
	color: var(--sky);
}

.post-hero h6.eyebrow a:hover {
	color: var(--yellow);
}

.post-hero .post-meta {
	margin: 0;
}

/*Resources Post Type*/

.single-resources .cs-image::before,
.single-resources .cs-image::after {
	display: none;
}

/***Post Content***/

.post-content {
	padding-bottom: 111px;
	position: relative;
}

.post-content .triangle-pattern {
	grid-template-columns: repeat(5,1fr);
	right: 0;
	top: 120px;
}

.post-content article {
	margin: -80px 0 0 calc(104 / 1200 * 100%);
	width: calc(688 / 1200 * 100%);
}

.post-content iframe {
	height: 450px;
}

/*Featured Image*/

.post-content .featured-image {
	margin-bottom: 48px;
	width: 100%;
}

/*Intro P*/

.post-content article > p:first-of-type {
	margin-bottom: 20px;
}

/*Inline Links*/

.post-content article a {
	color: var(--cobalt);
}

.post-content article a:hover {
	color: var(--blue);
}

/*Unnumbered Bullets*/

.fancy-bullets,
.post-content article ul,
.post-content article ol,
.page-content ul,
.page-content ol,
.job-details .comeet-outer-wrapper .comeet-position-description ul, 
.job-details .comeet-outer-wrapper .comeet-position-requirements ul {
	padding: 0;
}

.fancy-bullets li,
.post-content article li,
.page-content li,
.media-content-block li,
.job-details .comeet-outer-wrapper .comeet-position-description ul li, 
.job-details .comeet-outer-wrapper .comeet-position-requirements ul li {
	color: var(--dark-gray);
	list-style: none;
	margin-bottom: 10px;
	padding-left: 27px;
	position: relative;
}

.fancy-bullets.dark li {
	color: var(--white);
}

.fancy-bullets > li:before,
.post-content article ul > li:before,
.page-content ul > li:before,
.media-content-block li:before,
.job-details .comeet-outer-wrapper .comeet-position-description ul > li:before, 
.job-details .comeet-outer-wrapper .comeet-position-requirements ul > li:before {
	border-color: transparent transparent var(--blue) transparent;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	content: '';
	left: 0;
	position: absolute;
	top: 9px;
	transition: all .25s ease;
	width: 0;
}

.fancy-bullets.dark li:before {
	border-color: transparent transparent var(--yellow) transparent;
}

/*Numbered Bullets*/

.post-content article ol,
.post-content article ul {
	width: 100%;
}

.post-content article ul ul,
.post-content article ul ol,
.post-content article ol ol,
.post-content article ol ul {
	margin: 10px 0 0;
	padding-left: 30px;
}

.post-content article ol,
.page-content ol {
	  counter-reset: my-awesome-counter;
}

.post-content article ol > li,
.page-content ol > li {
	align-items: baseline;
	counter-increment: my-awesome-counter;
	display: flex;
	padding: 0;
}

.post-content article ol > li:before,
.page-content ol > li:before {
	color: var(--blue);
	content: counter(my-awesome-counter) ".";
	display: block;
	font: 400 1rem/1 var(--heading-font-wide);
	left: 0;
	letter-spacing: .18px;
	min-width: 27px;
	position: relative;
	transition: all .25s ease;
	width: 27px;
}

/*Headings*/

.post-content article > h2,
.page-content h2 {
	color: var(--blue);
	margin: 47px 0 40px;
}

.post-content article > h3,
.page-content h3 {
	color: var(--onyx);
	margin: 34px 0 27px;
}

/*Inline + Large Images & Captions*/

.post-content article img {
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	display: block;
}

.post-content article img.size-full {
	margin-left: calc(-184 / 1200 * 100%);
	max-width: none;
	width: calc(86vw - 100px);
}

.wp-caption {
	margin: 51px 0 43px;
}

.wp-caption .wp-caption-text,
.image-hero.dark .image p {
	color: var(--dark-gray);
	display: block;
	font-size: calc(14rem / 16);
	letter-spacing: .2px;
	line-height: calc(22 / 14);
	padding: 13px 0 0 18px;
	position: relative;
}

.wp-caption .wp-caption-text:before,
.image-hero.dark .image p:before {
	background: url('svgs/caption-arrow-icon.svg') no-repeat center;
	background-size: auto;
	content: '';
	display: block;
	height: 13px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 17px;
	width: 7px;
}

.wp-caption .wp-caption-text svg,
.image-hero .image svg {
	color: var(--blue);
	left: 0;
	position: absolute;
	top: 18px;
}

/*Related Resource Shortcode*/

.related-resource {
	align-items: flex-start;
	background: white;
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	margin: 145px -104px;
	min-height: 237px;
	padding: 40px 60px 40px 40px;
	position: relative;
	width: calc(100% + 208px);
}

.related-resource .image {
	width: calc(232 / 796 * 100%);
}

.related-resource .content {
	margin-top: 14px;
	position: relative;
	width: calc(504 / 796 * 100%);
}

.related-resource .eyebrow {
	margin-bottom: 13px;
}

.related-resource .btn {
	margin-top: 37px;
}

/*Related Post Shortcode Sidebar*/

.related-post-sidebar {
/*.newsletter-sidebar {*/
	padding-top: 40px;
	position: absolute;
	right: 50px;
	width: calc(272 / 1200 * 100%);
	z-index: 2;
}

.related-post-sidebar:not(.related-resource-sidebar):before {
	background: var(--white);
	bottom: 0;
	content: '';
	height: calc(100% - 43.01%);
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.related-post-sidebar:not(.related-resource-sidebar):after,
.newsletter-sidebar:after {
	background: var(--smoke);
	content: '';
	height: 43.01%;
	left: 100%;
	position: absolute;
	top: 0;
	width: calc(7vw + 50px);
}

.related-post-sidebar .angle:before,
.newsletter-sidebar .angle:before {
	background: var(--white);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100px;
	z-index: -1;
}

.related-post-sidebar .angle svg,
.newsletter-sidebar .angle svg {
	left: 100px;
	z-index: -1;
}

.related-post-sidebar img {
	margin-bottom: 24px;
}

.related-post-sidebar .eyebrow {
	color: var(--medium-gray);
	font-size: calc(14rem / 16);
	font-weight: 500;
	letter-spacing: .9px;
	line-height: calc(13 / 14);
	margin-bottom: 10px;
	text-transform: none;
}

.related-resource-sidebar .eyebrow {
	display: none;
}

.related-post .arrow-link,
.related-resource-sidebar .cta-link {
	margin-top: 20px;
}

/*Newsletter Shortcode Sidebar*/

.newsletter-sidebar:after {
	height: 100%;
}

.newsletter-sidebar h2 {
	color: var(--onyx);
	margin-bottom: 22px;
}

.newsletter-sidebar .hs-form {
	align-items: flex-end;
	flex-wrap: nowrap;
	position: relative;
}

.newsletter-sidebar .hs-form .hs-form-field {
	margin: 0;
	width: 100%;
}

.newsletter-sidebar .hs-form input[type="email"] {
	margin: 0;
}

.newsletter-sidebar .hs-form .hs-error-msgs {
	left: 0;
	position: absolute;
	top: calc(100% + 20px);
}

.newsletter-sidebar .hs-form .hs-error-msgs .hs-error-msg {
	padding: 0;
}

.newsletter-sidebar .hs-form .hs-error-msgs .hs-error-msg::before {
	display: none;
}

.newsletter-sidebar .hs-form .hs-submit {
	flex-shrink: 0;
	margin-left: 20px;
}

.newsletter-sidebar .hs-form .hs-button {
	height: 38px;
	padding: 0 20px;
}

/*Newsletter Shortcode Rework*/

.newsletter-sidebar {
	left: 0;
	margin-top: 40px;
	padding: 20px 0 20px 20px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.newsletter-sidebar .angle:before {
	left: unset;
	right: 0;
	width: 30%;
}

.newsletter-sidebar:after {
	content: none;
}

.newsletter-sidebar .angle svg {
	left: unset;
	right: 30%;
	transform: translateX(50%) rotate(180deg);
}

.newsletter-sidebar h2 {
	color: var(--navy);
}

.newsletter-sidebar .hbspt-form {
	width: 30%;
}

.newsletter-sidebar .hs-form {
	align-items: flex-start;
	flex-direction: column;
}

.newsletter-sidebar .hs-form .hs-submit {
	margin-left: 0;
	margin-top: 40px;
}

/*Tip Shortcode*/

.tip {
	background: white;
	border-radius: 5px;
	box-shadow: var(--shadow-small);
	margin: 30px 0;
	padding: 22px 30px 30px;
}

.tip .eyebrow {
	align-items: baseline;
	display: flex;
	margin-bottom: 13px;
	padding-left: 0;
	position: relative;
}

.tip .eyebrow:before {
	border-color: transparent transparent var(--sky) transparent;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	content: '';
	left: 0;
	margin-right: 20px;
	position: relative;
	width: 0;
}

.tip p {
	color: var(--navy);
	margin: 0;
}

/*Three Column Shortcode*/

.post-content article .three-column-sc {
	gap: 20px;
}

.post-content article .three-column-sc li {
	flex: 1 1 calc((100% - 40px) / 3);
	margin: 0;
	padding: 0;
}

.post-content article ul.three-column-sc > li::before {
	content: none;
}

.three-column-sc h3 {
	margin-bottom: 12px;
}

/*Quote Inline + Large*/

.post-content article blockquote {
	margin: 50px 0 70px;
	padding: 0;
	text-align: center;
}

.post-content article blockquote.alt {
	margin: 70px 0 50px;
	width: calc(100% + 312px);
}

.post-content article blockquote .icon {
	background: var(--smoke);
	box-shadow: none;
	margin: 0 auto 21px;
	position: static;
}

.post-content article blockquote.alt .icon {
	margin-bottom: 30px;
}

.post-content article blockquote p {
	color: var(--navy);
	margin: 0 0 23px;
}

.post-content article blockquote.alt p {
	margin-bottom: 43px;
}

.post-content article blockquote cite {
	color: var(--dark-gray);
	display: block;
	font: 400 calc(14rem / 16)/calc(24 / 14) var(--heading-font);
	letter-spacing: .2px;
}

.post-content article blockquote cite span {
	display: block;
	font-family: var(--heading-font-wide);
	font-weight: 500;
}

.post-content article blockquote cite img {
	border-radius: 0;
	box-shadow: none;
	display: block;
	margin: 16px auto 0;
}

/*Listicle Heading*/

.post-content .listicle-heading {
	color: var(--blue);
	counter-increment: listicle-heading;
	margin: 87px 0 40px;
	position: relative;
	z-index: 0;
}

.post-content .listicle-heading:before {
	color: var(--ice);
	content: '0' counter(listicle-heading);
	font-family: var(--heading-font-wide);
	font-size: calc(76rem / 16);
	font-weight: 700;
	left: -40px;
	line-height: 1;
	position: absolute;
	top: -33px;
	z-index: -1;
}

/*FAQ*/

.post-content .question-answer {
	margin: 40px 0 71px;
}

.post-content .question-answer + .question-answer {
	margin-top: -35px;
}

.post-content .question-answer h6 {
	color: var(--onyx);
	margin: 0 0 16px;
}

.post-content .question-answer p {
	margin: 0 0 0 103px;	
}

/***Related Posts***/

.related-posts {
	padding: 70px 0 160px;
}

.related-posts:before {
	background: var(--white);
	bottom: 0;
	content: '';
	height: 48.74%;
	left: 0;
	position: absolute;
	width: 100%;
}

.related-posts h2 {
	color: var(--white);
	margin-bottom: 26px;
	width: calc(768 / 1200 * 100%);
}

.related-posts h2 .eyebrow {
	color: var(--sky);
}

.related-posts .grid {
	gap: 60px;
	grid-template-columns: repeat(3,1fr);
	list-style: none;
	margin: 56px 0 0;
	padding: 0;
}

.related-posts .post .image {
	height: 203px;
}

.related-posts .post p,
.related-posts .post .post-meta span {
	display: none;
}

/***************************************************************************************************************************************************************************************/

/*PRESS PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.press-hero {
	margin-bottom: 113px;
}

.press-hero h1,
.press-hero h2 {
	text-align: center;
}

.press-hero h2 {
	margin-bottom: 15px;
}

.post-type-archive-press .press {
	margin-bottom: 154px;
}

.post-type-archive-press .press .grid {
	margin-top: 0;
}

.featured-posts ul {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	margin-bottom: 117px;
	padding: 0;
}

.featured-posts li {
	width: calc((100% - 120px) / 3);
}

.featured-posts li h3 {
	transition: .25s ease;
}

.featured-posts li a:hover h3 {
	color: var(--yellow2);
}

.featured-posts li a:hover .base-url {
	color: var(--dark-gray);
}

.featured-posts li a .base-url svg g {
	fill: var(--medium-gray);
}

.featured-posts li a:hover .base-url svg g {
	fill: var(--dark-gray);
}

.featured-posts .press-post .post-meta {
	color: var(--blue);
	display: block;
	font-weight: 400;
}

.featured-posts .press-post h3 {
	color: var(--cobalt);
	font-size: calc(20rem / 16);
	letter-spacing: calc(0.3rem / 16);
	margin-bottom: 16px;
}

.press-posts {
	padding: 105px 0 120px;
	position: relative;
}

.press-posts::before {
	background-color: var(--onyx);
	border-radius: 0px 5px 5px 0px;
	content: '';
	height: calc(100% - 4px);
	left: 0;
	position: absolute;
	top: 0;
	width: calc(100% - 7vw);
	z-index: -1;
}

.press-triangles {
	height: 570px;
	position: absolute;
	top: 432px;
	width: 185px;
}

.press-triangles .triangle-pattern {
	grid-template-columns: repeat(5,1fr);
}

.press-posts .alm-filter ul:before {
	content: none;
}

.press-posts .alm-filter {
	width: 188px;
}

.press-posts .alm-filter ul {
	display: flex;
	flex-direction: column;
}

.press-posts .alm-filter li {
	margin: 0;
	text-align: left;
}

.press-posts .alm-filter li div {
	align-items: baseline;
	color: var(--medium-gray);
	display: flex;
	margin-bottom: 26px;
	margin-left: -10px;
	padding: 0;
	transition: .25s ease;
}

.press-posts .alm-filter li div:hover {
	color: var(--sky);
}

.press-posts .alm-filter li div.active {
	color: var(--yellow);
	transform: translate3d(22px, 0, 0);
}

.press-posts .alm-filter--link::before {
	border-color: transparent transparent var(--yellow) transparent;
	content: '';
	display: block;
	left: -10px;
	margin-left: 0;
	opacity: 0;
	position: relative;
	transition: .25s ease;
	visibility: hidden;
}

.press-posts .alm-filter--link.active::before {
	opacity: 1;
	visibility: visible;
}

.press-posts .ajax-load-more-wrap {
	margin-right: 103px;
	max-width: 680px;
	width: 100%;
}

.press-post .post-meta {
	color: var(--sky);
	display: block;
	font-family: var(--heading-font-wide);
	font-size: calc(14rem / 16);
	font-weight: 500;
	letter-spacing: calc(0.9rem / 16);
	line-height: calc(13 / 14);
	margin-bottom: 17px;
}

.press-posts > .container {
	flex-wrap: nowrap;
}

.press-posts .press-post {
	margin-bottom: 100px;
	position: relative;
}

.press-posts a {
	align-items: flex-start;
	display: flex;
}

.press-posts a:hover .base-url {
	color: var(--ice);
}

.press-posts a:hover .base-url svg g {
	fill: var(--medium-gray);
}

.press-posts a:hover .press-post h3 {
	color: var(--yellow);
}

.press-posts a img {
	opacity: .4;
}

.press-posts a img,
.press-posts a .triangle-container,
.press-posts a > svg {
	margin-right: 42px;
	max-height: 50px;
	max-width: 101px;
	object-fit: contain;
	width: 100%;
}

.press-posts a > svg path {
	fill: #666778;
}

.press-posts a .triangle-container .triangle,
.press-triangles .triangle-pattern .triangle {
	--triangle-color: var(--dark-navy);
}

.press-posts a .triangle-pattern {
	grid-template-columns: repeat(3,1fr);
}

.press-posts .press-post h3 {
	color: var(--ice);
	margin-bottom: 19px;
	transition: .25s ease;
}

.press-post.quote h3 {
	font-style: italic;
}

.press-post.quote::before {
	background-image: url('svgs/quotes.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	height: 147px;
	left: -143px;
	position: absolute;
	top: 0;
	width: 168px;
	z-index: -1;
}

.base-url {
	align-items: flex-end;
	color: var(--medium-gray);
	display: flex;
	font-family: var(--heading-font-wide);
	font-size: calc(14rem / 16);
	letter-spacing: calc(0.9rem / 16);
	line-height: calc(13 / 14);
	transition: .25s ease;
}

.base-url svg {
	margin-left: 10px;
	width: 14px;
}

.base-url svg g {
	fill: var(--light-onyx);
	transition: .25s ease;
}

.press-posts .alm-load-more-btn {
	margin-bottom: 0;
}

/***************************************************************************************************************************************************************************************/

/*PRESS RELEASE STYLES*/

/***************************************************************************************************************************************************************************************/

.post-content.no-featured-image article {
	margin-top: 40px;
}

.post-content article > h4.about-heading {
	color: var(--yellow);
	font-size: 1rem;
	margin-top: 38px;
	position: relative;
	text-transform: uppercase;
}

.about-heading::before {
	background-color: var(--yellow);
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: -10px;
	width: 30px;
}

/***************************************************************************************************************************************************************************************/

/*ABOUT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.about-hero {
	margin-bottom: 135px;
	padding-bottom: 116px;
}

.about-hero > .triangle-pattern:nth-of-type(2) {
	bottom: -420px;
	grid-template-columns: repeat(5,1fr);
	left: 0;
}

.about-hero h1,
.about-hero h6.eyebrow {
	color: var(--white);
	margin: 0 0 0 calc(103 / 1200 * 100%);
	width: calc(887 / 1200 * 100%);
}

/* .about-hero h1 .eyebrow, */
.about-hero h6.eyebrow {
	color: var(--sky);
}

.about-hero blockquote {
	margin: 0;
	padding: 0;
	width: calc(448 / 1200 *100%);
}

.about-hero blockquote .icon {
	background: var(--dark-navy);
	color: var(--sky);
	margin-bottom: 21px;
	position: static;
}

.about-hero blockquote .heading-5 {
	color: var(--white);
	font-style: italic;
	margin-bottom: 35px;
}

.about-hero blockquote cite {
	font-style: normal;
}

.about-hero .hero-image {
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	height: intrinsic;
	margin-right: -62px;
	width: calc(640 / 1200 *100%);
}

/***About***/

.about-intro {
	margin-bottom: 186px;
}

.about-intro > .container {
	z-index: unset;
}

.page-template-page-about h2.heading-3 {
	color: var(--cobalt);
}

/*Intro*/

.about-intro .intro {
	margin: 0 auto 190px;
	width: calc(578 / 1200 * 100%);
}

.about-intro h2 {
	margin-bottom: 39px;
}

/*Bios*/

.about-intro .triangle-pattern {
	grid-template-columns: repeat(5,1fr);
	right: 0;
}

.about-intro .flex-container article {
	transform: translate3d(0, 0, 0);
	width: calc(578 / 1200 * 100%);
}

.about-intro ul {
	margin: 0;
	padding: 0;
	width: calc(475 / 1200 * 100%);
}

.about-intro li {
	list-style: none;
	margin-bottom: 60px;
	position: relative;
	width: calc(211 / 475 * 100%);
}

.about-intro li:nth-of-type(even) {
	top: 26%;
}

.about-intro li button {
	background: none;
	border: none;
	padding: 0;
}

.about-intro li button:focus,
.about-intro li button:hover {
	opacity: .6;
	outline: none;
}

.about-intro li button img,
.advisor img {
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	display: block;
	margin-bottom: 19px;
	width: 100%;
}

.about-intro li .name,
.advisor .image .name,
.board-members .name {
	color: var(--cobalt);
	display: block;
	font: bold calc(15rem / 16)/calc(22 / 15) var(--heading-font-wide);
	letter-spacing: .8px;
	margin-bottom: 8px;
}

.about-intro li .eyebrow,
.advisor .image .eyebrow,
.board-members li .eyebrow {
	color: var(--dark-gray);
	margin: 0;
}

.about-intro li .view-all {
	align-items: center;
	background: var(--dark-navy);
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	color: var(--white);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(306 / 408 * 100%);
	padding: 30px;
	text-align: center;
}

.about-intro li .view-all svg {
	font-size: 34px;
}

.about-intro li .view-all:hover {
	background: var(--blue);
}

/*Popups*/

body.popup-active:before {
	background: var(--dark-navy);
	content: '';
	height: 100%;
	left: 0;
	opacity: .9;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}

.bio-popups {
	align-items: flex-start;
	background: white;
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	display: none;
	left: 50%;
	max-height: 90%;
	max-width: 90%;
	overflow: auto;
	padding: 60px 60px 0;
	position: fixed;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 990px;
	z-index: 999;
}

.bio-popups.active {
	display: flex;
}

.bio-popups:before {
	background: var(--ice);
	border-radius: 5px 5px 0 0;
	content: '';
	height: 161px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.bio-popups .triangle-pattern {
	bottom: 128px;
	grid-template-columns: repeat(7,1fr);
	left: 0;
	right: auto;
	z-index: -1;
}

.bio-popups .close-popup {
	color: var(--light-onyx);
	font-size: calc(22rem / 16);
	position: absolute;
	right: 19px;
	top: 17px;
	width: auto;
}

.bio-popups .close-popup:hover,
.bio-popups .close-popup:focus {
	color: var(--blue);
	outline: none;
}

.bio-popups img {
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	margin-bottom: 60px;
	width: calc(269 / 870 * 100%);
}

.bio-popups.flex-container article {
	width: calc(541 / 870 * 100%);
}

.bio-popups h3 {
	color: var(--onyx);
	margin-bottom: 8px;
}

.bio-popups .eyebrow {
	color: var(--dark-gray);
	margin: 0;
}

.bio-popups .social {
	margin: 0;
	padding: 0;
	width: auto;
}

.bio-popups .social li {
	display: inline-block;
	font-size: calc(20rem / 16);
	list-style: none;
	margin: 0 0 0 20px;
	position: static;
	width: auto;
}

.bio-popups p {
	margin: 84px 0 60px;
}

/***Timeline***/

.timeline {
	margin-bottom: 118px;
	position: relative;
}

.timeline .triangle-pattern {
	bottom: -176px;
	grid-template-columns: repeat(5,1fr);
	left: 0;
}

.timeline .angled-bkg {
	height: 194px;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(288 / 1440 * 100%);
}

.timeline .angled-bkg .angle svg {
	left: 0;
}

.timeline h2 {
	margin: 0 0 66px;
	max-width: 578px;
}

.timeline .carousel {
	margin-top: 0;
	padding: 0;
}

.timeline .slide {
	margin-right: 60px;
	position: relative;
	text-align: center;
	width: 372px;
}

.timeline .slide:focus {
	outline: none;
}

.timeline .slide:before,
.timeline .slide .eyebrow:before {
	background: var(--ice);
	height: 1px;
	top: 77px;
	width: calc(100% + 60px);
}

.timeline .slide .eyebrow {
	color: var(--medium-gray);
	margin-bottom: 25px;
	padding-bottom: 35px;
	position: relative;
}

.timeline .slide:before,
.timeline .slide .eyebrow:before,
.timeline .slide .eyebrow:after {
	content: '';
	left: 50%;
	position: absolute;
}

.timeline .slide .eyebrow:before {
	background: linear-gradient(to right,var(--blue) 0%, var(--ice) 100%);
	transform: scale3d(0, 0, 1);
	transform-origin: left top;
	transition: all 1s ease;
}

.timeline .slide.slick-current .eyebrow:before {
	transform: scale3d(1, 1, 1);
}

.timeline .slide .eyebrow:after {
	border-color: transparent transparent var(--ice) transparent;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	bottom: 0;
	position: absolute;
	transform: translateX(-50%);
	transition: all .25s ease;
	width: 0;
}

.timeline .slide.slick-current .eyebrow:after {
	border-color: transparent transparent var(--blue) transparent;
}

.timeline .slide .eyebrow span {
	display: block;
}

.timeline .slide.slick-current .eyebrow {
	color: var(--navy);
}

.timeline .slide.slick-current .eyebrow span {
	color: var(--blue);
}

.timeline .slide .content {
	margin: 0 auto;
	max-width: 372px;
	opacity: 0;
	transition: opacity .25s ease;
}

.timeline .slide.slick-current .content {
	opacity: 1;
}

.timeline .slide .heading-1 {
	color: var(--blue);
	display: block;
	font-weight: 700;
	margin-bottom: 8px;
}

.timeline .slide p {
	margin: 0;
}

.timeline .slide a {
	border-top: 1px solid var(--ice);
	color: var(--cobalt);
	display: block;
	font: 500 calc(15rem / 16)/calc(22 / 15) var(--heading-font-wide);
	letter-spacing: .8px;
	margin-top: 26px;
	padding-top: 24px;
}

.timeline .slide a span {
	color: var(--blue);
	display: block;
	margin-bottom: 9px;
}

/***Team***/

.team {
	margin-bottom: 160px;
	position: relative;
}

.team .triangle-pattern {
	grid-template-columns: repeat(5,1fr);
	left: 0;
	top: -157px;
}

.team .flex-container {
	align-items: flex-start;
}

/*Advisor*/

.advisor {
	position: relative;
	width: calc(681 / 1200 * 100%);
}

.advisor-list {
	list-style-type: none;
	padding-left: 0;
}

.advisor-list li {
	margin-bottom: 40px;
}

.advisor-list li:last-of-type {
	margin-bottom: 0;
}

.advisor .image {
	text-align: center;
	width: calc(210 / 681 * 100%);
} 

.advisor .image .name {
	color: var(--onyx);
}

.advisor article {
	margin-top: 11px;
	width: calc(410 / 681 * 100%);
}

.advisor h2 {
	margin-bottom: 56px;
	width: 100%;
} 

/*Board*/

.board-members {
	width: calc(300 / 1200 * 100%);
}

.board-members h2 {
	margin-bottom: 45px;
}

.board-members ul {
	margin: 0;
	padding: 0;
}

.board-members li {
	list-style: none;
	margin-bottom: 29px;
}

.board-members li .eyebrow {
	margin-bottom: 8px;
}

.board-members button {
	background: none;
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

.board-members button:hover,
.board-members button:focus {
	opacity: .6;
	outline: none;
}

.board-members button img {
	max-width: 150px;
}

/*Investors*/

.investors {
	margin-top: 111px;
	text-align: center;
	width: 100%;
}

.investors h2 {
	margin-bottom: 55px;
}

.investors ul {
	justify-content: center;
	margin: 0;
	padding: 0;
}

.investors ul.flex-container {
	align-items: center;
}

.investors li {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0 24px 48px;
}

.investors li img {
	max-height: 40px;
	max-width: 120px;
	object-fit: contain;
}

/***Locations***/

.locations {
	margin-bottom: 217px;
	position: relative;
}

.locations .triangle-pattern {
	bottom: -60px;
	grid-template-columns: repeat(7,1fr);
	right: 30px;
	z-index: 2;
}

.locations .flex-container {
	align-items: flex-start;
}

.locations img {
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	margin: 80px 0 0 calc(-122 / 1440 * 100%);
	position: relative;
	width: calc(391 / 1200 * 100%);
	z-index: 2;
}

.locations article {
	width: calc(784 / 1200 * 100%);
}

.locations h2.eyebrow {
	margin-bottom: 56px;
}

.locations ul {
	margin: 0;
	padding: 0;
}

.locations li {
	color: var(--medium-gray);
	list-style: none;
	margin-bottom: 33px;
	width: 45%;
}

/*Callout*/

.locations-callout {
	margin: -110px 0 0 auto;
	padding: 55px calc(309 / 1200 * 100%) 25px;
	position: relative;
	width: calc(1093 / 1200 * 100%);
}

.locations-callout:before {
	background: var(--onyx);
	content: '';
	height: 100%;
	left: 100%;
	position: absolute;
	top: 0;
	width: calc(7vw + 50px);
}

.locations-callout .angle svg {
	left: 0;
}

.locations-callout h2.heading-3 {
	color: var(--white);
}

.locations-callout .btn {
	top: 56px;
}

/***Contact***/

.contact-info {
	padding-bottom: 160px;
	position: relative;
}

.contact-info .angled-bkg {
	bottom: 0;
	height: calc(100% - 51px);
	position: absolute;
	right: 0;
	width: calc(701 / 1440 * 100%);
}

.contact-info .angled-bkg .angle svg {
	left: 0;
}

.contact-info article {
	margin-top: 69px;
	width: calc(373 / 1200 * 100%);
}

.contact-info h2 {
	color: var(--onyx);
	margin-bottom: 48px;
}

.contact-info ul {
	margin: 0;
	padding: 0;
}

.contact-info li {
	list-style: none;
	margin-bottom: 27px;
}

.contact-info li .eyebrow {
	color: var(--medium-gray);
	margin-bottom: 4px;
}

.contact-info li a {
	color: var(--cobalt);
	font: 500 calc(15rem / 16)/calc(22 / 15) var(--heading-font-wide);
	letter-spacing: .8px;
}

.contact-info li a:hover {
	color: var(--blue);
}

.contact-info .form {
	z-index: 1;
}

/***************************************************************************************************************************************************************************************/

/*TEAM PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Team Headshots***/

.team-headshots {
	justify-content: center !important;
}

.headshots-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	list-style-type: none;
	width: 100% !important;
}

.headshots-grid > li {
	justify-self: center;
	top: 0 !important;
	width: 90% !important;
}

/***************************************************************************************************************************************************************************************/

/*NEWSLETTER STYLES*/

/***************************************************************************************************************************************************************************************/

.page-template-page-newsletter .top-module.blog-hero .flex-container.centered {
	justify-content: center;
}

.page-template-page-newsletter .top-module.blog-hero .flex-container.centered article {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.page-template-page-newsletter .top-module.blog-hero .flex-container.centered form {
	justify-content: center;
}

.page-template-page-newsletter .newsletter-img {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 0 0 50px;
	position: relative;
	width: calc(475 / 1238 * 100%);
}

.page-template-page-newsletter .newsletter-img img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

/***************************************************************************************************************************************************************************************/

/*YEAR IN REVIEW*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.year-hero.angled-bkg {
	background: linear-gradient(180deg, var(--navy), var(--navy) 578px, transparent 578px, transparent);
	margin-bottom: 0;
	padding: 199px 0 0;
}

.year-hero .container.flex-container {
	align-items: flex-start;
}

.hero-left {
	margin-top: 44px;
	padding-bottom: 280px;
}

.year-hero.hero h1 {
	font-size: calc(62rem / 16);
	font-weight: 400;
	letter-spacing: -.83px;
	line-height: calc(91 / 80);
}

.year-hero.hero h1 span {
	color: var(--yellow);
	display: block;
	font-size: calc(286rem / 16);
	font-weight: 700;
	line-height: calc(300 / 286);
}

.year-hero h2 {
	color: var(--cobalt);
	margin-bottom: 52px;
	max-width: 742px;
	text-align: center;
	text-transform: uppercase;
}

.featured-stats {
	justify-content: flex-start;
	list-style-type: none;
	margin-bottom: 31px;
	padding-left: 0;
}

.featured-stats li {
	margin-right: 130px;
}

.featured-stats li:last-of-type {
	margin-bottom: 0;
	margin-right: 0;
}

.featured-stats h3 {
	color: var(--blue);
	font-size: calc(100rem / 16);
	font-weight: 700;
	line-height: calc(76 / 100);
	margin-bottom: 25px;
	text-align: center;
}

.featured-stats p {
	color: var(--navy);
	font-family: var(--heading-font-wide);
	font-size: calc(22rem / 16);
	font-weight: 700;
	letter-spacing: 4.4px;
	line-height: calc(29 / 22);
	margin: 0 auto;
	max-width: 243px;
	text-align: center;
	text-transform: uppercase;
}

.additional-stats {
	justify-content: center;
	list-style-type: none;
	margin-bottom: 0;
	max-width: 742px;
	padding-left: 0;
}

.additional-stats li {
	margin-bottom: 31px;
	width: calc(100% / 3);
}

.additional-stats h3 {
	color: var(--cobalt);
	font-weight: 700;
	margin-bottom: 14px;
	text-align: center;
}

.additional-stats p {
	color: var(--dark-gray);
	font-family: var(--heading-font-wide);
	font-size: calc(12rem / 16);
	font-weight: 700;
	letter-spacing: 2.4px;
	line-height: calc(23 / 12);
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}

.year-ball {
	border-radius: 100%;
	position: sticky;
	top: 199px;
}

.year-ball polygon {
	transition: fill .3s, opacity 1s;
}

@keyframes ballSparkle {
	to {
		opacity: 1;
	}
}

.year-ball circle {
	transition: stroke .3s;
}

.year-ball.dropped polygon {
	fill: var(--yellow);
}

.year-ball.dropped circle {
	stroke: var(--yellow);
}

.year-line {
	position: absolute;
}

.ball-line {
	right: 204.5px;
	top: 309px;
}

.year-line .dotted {
	animation: dash 0.5s linear infinite;
    stroke-dashoffset: 14;
}

@keyframes dash {
	to {
		stroke-dashoffset: 0
	}
}

/***Intro Text***/

.year-intro-text {
	margin-bottom: 125px;
	padding-top: 181px;
}

.year-intro-text p {
	color: var(--blue);
	margin: 0 auto 26px;
	max-width: 619px;
	text-align: center;
}

.year-intro-text h2 {
	margin: 0 auto;
	max-width: 580px;
	text-align: center;
}

.intro-top-line {
	right: 204.5px;
	top: -181px;
}

.intro-bottom-line {
	bottom: -237px;
	left: 46px;
}

/***Client Case Studies***/

.year-case-studies {
	padding: 108px 0 135px;
	position: relative;
}

.year-case-studies .bkg-block {
	background: var(--smoke);
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	height: 530px;
	position: absolute;
	top: 0;
	width: calc(700 / 1440 * 100%);
	z-index: -1;
}

.year-case-studies .right-triangles {
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	z-index: -1;
}

.year-case-studies .bkg-block .triangle-pattern {
	top: -148px;
}

.year-case-studies h2.heading-3 {
	margin-bottom: 90px;
	width: 372px;
}

.three-triangles {
	display: flex;
	gap: 16px;
	margin-top: 40px;
}

.three-triangles svg {
	height: 20px;
	transform: rotate(60deg);
	width: 24px;
}

.three-triangles svg:nth-of-type(1) polygon {
	fill: var(--light-gray);
}

.three-triangles svg:nth-of-type(2) polygon {
	fill: var(--navy);
}

.three-triangles svg:nth-of-type(3) polygon {
	fill: var(--sky);
}

.year-case-studies ul.grid {
	gap: 83px calc(100 / 1138 * 100%);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	padding: 0;
}

.year-case-studies img {
	margin-bottom: 22px;
	max-height: 55px;
	object-fit: contain;
	width: auto;
}

.year-case-studies p.heading-5 {
	color: var(--onyx);
}

.year-case-studies p.heading-5 span {
	color: var(--blue);
	font-size: calc(24rem / 16);
	font-weight: 500;
	letter-spacing: 0.36px;
	line-height: calc(32 / 24);
}

.year-case-studies .from-right {
	left: 230px;
	top: -158px;
}

.year-case-studies .from-left {
	right: 500px;
}

/***Fact/Evidence Repeaters***/

.fact-evidence {
	position: relative;
}

.fact {
	padding: 100px 0 184px;
	position: relative;
}

.fact.style5 {
	padding: 135px 0;
}

.fact .bkg-block,
.fact .triangle-container-1,
.fact .triangle-container-2 {
	display: none;
	position: absolute;
	z-index: -1;
}

.fact .content {
	align-items: center;
	display: flex;
	gap: 0 calc(100 / 1138 * 100%);
	justify-content: space-between;
	left: -50px;
	position: relative;
	width: calc(100% + 100px);
}

.fact.style2 .content,
.fact.style3 .content,
.fact.style4 .content {
	flex-direction: row-reverse;
}

.fact .text {
	width: calc(577 / 1138 * 100%);
}

.fact .text h2 {
	color: var(--blue);
	font-weight: 500;
	margin-bottom: 25px;
}

.fact .content img {
	border-radius: 5px;
	box-shadow: 0px 10px 30px 5px rgba(31,33,41,0.2);
	max-width: 698px;
	width: calc(577 / 1138 * 100%);
}

/*Style 1*/

.fact.style1 {
	/*padding: 65px 0;*/
}

.fact.style1 .bkg-block {
	background: var(--smoke);
	display: block;
	height: calc(100% - 30px);
	left: 0;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	width: calc(473 / 1440 * 100%);
}

.fact.style1 .triangle-container-1 {
	display: block;
	height: 170px;
	top: -50px;
}

.fact.style1 .triangle-container-2 {
	display: block;
	height: calc(100% - 30px);
	overflow: hidden;
	right: 0;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	width: 180px;
}

/*Style 2*/

.fact.style2:after {
	background: var(--onyx);
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(1112 / 1440 * 100%);
	z-index: -1;
}

.fact.style2 .bkg-block {
	background: var(--smoke);
	bottom: -20px;
	display: block;
	height: 335px;
	left: 0;
	width: calc(700 / 1440 * 100%);
}

.fact.style2 .triangle-container-1 {
	bottom: 10px;
	display: block;
	height: 450px;
	left: 0;
}

.fact.style2 .triangle-container-2 {
	bottom: 10px;
	display: block;
	height: 90px;
	left: 0;
	z-index: 1;
}

.fact.style2 .triangle-container-2 .triangle {
	opacity: 0.15;
}

.fact.style2 .text h2 {
	color: var(--yellow);
}

.fact.style2 .text p {
	color: var(--white);
}

/*Style 3*/

.fact.style3 {
	padding: 82px 0 184px;
}

.fact.style3 .bkg-block {
	background: var(--smoke);
	display: block;
	height: 300px;
	left: 0;
	top: 0;
	width: calc(381 / 1440 * 100%);
}

.fact.style3 .bkg-block .angle {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.fact.style3 .bkg-block .angle svg {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	width: 100%;
}

.fact.style3 .triangle-container-1 {
	bottom: 0;
	display: block;
	height: 90px;
	right: 0;
	width: 390px;
}

.fact.style3 .triangle-container-2 {
	bottom: 0;
	display: block;
	height: 170px;
	overflow: hidden;
	right: 0;
	width: 54px;
}

/*Style 4*/

.fact.style4 {
	/*padding: 100px 0 165px;*/
}

.fact.style4 .bkg-block {
	background: var(--smoke);
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: calc(288 / 1440 * 100%);
}

.fact.style4 .triangle-container-1 {
	bottom: 0;
	display: block;
	height: 370px;
	right: 0;
	width: 390px;
}

.fact.style4 .content .text {
	background: var(--white);
}

/*Style 5*/

.fact.style3 {
	/*padding: 105px 0;*/
}

.fact.style5 .angle {
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.fact.style5 .angle:before {
	background: var(--yellow);
	content: '';
	height: calc(100% - 4px);
	max-width: 788px;
	min-width: 597px;
	position: absolute;
	right: 0;
	top: 2px;
	width: calc(613 / 1440 * 100%);
}

.fact.style5 .angle svg {
	height: calc(100% + 100px);
	max-width: none;
	position: absolute;
	right: 16.8%;
	top: -1px;
	transform: rotate(180deg);
	width: auto;
}

.fact.style5 .triangle-container-1 {
	display: block;
	height: 290px;
	left: 0;
	top: 10px;
	width: 390px;
}

.fact.style5 .triangle-container-1 .angle {
	z-index: initial;
}

.fact.style5 .triangle-container-1 .angle:before {
	display: none;
}

.fact.style5 .triangle-container-1 .angle svg {
	bottom: -100px;
	height: 200%;
	left: 21%;
	right: auto;
	top: auto;
	transform: rotate(15deg);
}

.fact.style5 .triangle-container-2 {
	bottom: 22px;
	display: block;
	height: 290px;
	overflow: hidden;
	right: 0;
	width: 195px;
}

.fact.style5 .triangle-container-2 .triangle {
	--triangle-color: var(--yellow2);
}

/*Evidence*/

.evidence-container {
	list-style-type: none;
	margin-left: 160px;
}

.evidence-icon {
	flex-wrap: nowrap;
	height: 285px;
	justify-content: flex-start;
	margin-bottom: 0;
}

/*.evidence-icon.even {
	margin-left: 164px;
}*/

.evidence-icon span {
	align-items: center;
	background: #fff;
	border-radius: 100%;
	box-shadow: var(--shadow-small);
	display: flex;
	height: 71px;
	justify-content: center;
	margin-right: 77px;
	min-width: 71px;
	position: relative;
	width: 71px;
}

.evidence-icon span::after {
	background: var(--ice);
	content: '';
	height: 4px;
	position: absolute;
	right: -58px;
	top: 50%;
	transform: translateY(-50%);
	width: 58px;
}

.evidence-icon img {
	max-height: 36px;
	max-width: 36px;
}

.evidence-icon h2 {
	color: var(--navy);
	margin-bottom: 26px;
}

.evidence-stat + .evidence-icon {
	margin-top: 184px;
}

.evidence-stat {
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 51px;
	margin-left: 17px;
}

.evidence-stat .blue-dot {
	background: var(--blue);
	border-radius: 100%;
	display: block;
	height: 36px;
	margin-right: 94px;
	position: relative;
	width: 36px;
}

.evidence-stat .blue-dot::after {
	background: var(--ice);
	content: '';
	height: 4px;
	position: absolute;
	right: -75px;
	top: 50%;
	transform: translateY(-50%);
	width: 75px;
}

.evidence-stat .flex-container {
	align-items: flex-end;
}

.evidence-stat p {
	margin-bottom: 3px;
	margin-left: 12px;
}

.evidence-container .from-left {
	height: 198px;
	left: -100px;
    max-width: unset;
    top: -198px;
}

.evidence-container .from-right {
	left: 37px;
	max-width: unset;
	top: -158px;
}

.evidence-container .blue-dot .from-left {
	left: -120px;
}

.evidence-container .blue-dot .from-right {
	left: 19px;
}

.evidence-container .straight-bottom {
    bottom: -214px;
    left: 50%;
    transform: translateX(-50%);
}

.evidence-container .bottom-right {
	bottom: -300px;
	left: -18px;
	max-width: unset;
}

.evidence-container .bottom-left {
    bottom: -308px;
    left: -102px;
    max-width: unset;
    transform: rotate(180deg);
}

.final-line {
    bottom: -198px;
    left: 35px;
    max-width: unset;
}

.final-arrow {
    bottom: -212px;
	position: absolute;
	right: -110px;
}



/***************************************************************************************************************************************************************************************/

/*GREENHOUSE POSITION LISTINGS*/

/***************************************************************************************************************************************************************************************/

#grnhse_app iframe {
	height: revert-layer !important;
}

#job-openings h3 {
	margin: 76px 0 10px;
	font-size: 16px;
	font-weight: bold;
}

#job-openings .job-openings__template {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

/* City list isn't visible on mobile */
@media only screen and (min-width: 68.776em) {
	#job-openings .office-select-label {
		display: none !important;
	}
}

@media only screen and (max-width: 68.775em) {
	#job-openings .office-select-label {
		display: block;
	}
	#job-openings .job-openings__template {
		display: block !important;
	}
	#job-openings .city-list {
		display: none;
	}
}

#job-openings .job-listings {
	padding: 0;
}

.share-buttons {
	display: none;
}

#job-openings .city-list > div {
	cursor: pointer;
	font-family: var(--heading-font-wide);
	font-size: calc(50rem / 16);
	opacity: 0.5;
	line-height: 1.2;
	margin-bottom: 1rem;
}

#job-openings .city-list > div.active {
	opacity: 1;
}

#job-openings .job-listings > .position {
	background: white;
	border-radius: 5px;
	box-shadow: 0 10px 20px rgba(31,33,41,.1);
	border: none;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	list-style: none;
}

#job-openings .job-section > .container {
	padding: 0px;
}

#job-openings .job-listings > .position > a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px 165px 24px 40px;
}

#job-openings .filter-container {
	display: grid;
	grid-template-columns: 1fr;
	color: #595959;
	flex-direction:  row;
	padding: 0 !important;
}

#job-openings .filter-container > * {
	margin-right: 30px;
}

#job-openings .filter-container legend {
	margin-left: 0px;
	margin-bottom: 1rem;
	font: 500 calc(13rem / 16)/1 var(--heading-font-wide) !important;	
}

#job-openings .filter-container label {
	display: flex;
	flex-direction:  column;
	flex: 1 1 auto;
	max-width: auto;
  color: var(--dark-gray) !important;
  font: 500 calc(13rem / 16)/1 var(--heading-font-wide) !important;
  letter-spacing: .64px;
  margin-bottom: 15px !important;
  margin-left: 0;
}

#job-openings .filter-container label .select2 {
	margin-top: 20px;
}

#job-openings .job-listings > .position .title {
	font-family: var(--heading-font-wide);
	font-size: calc(20rem / 16);
}

#job-openings .job-listings > .position .location {
	font-family: var(--heading-font-wide);
	font-size: calc(14rem / 16) !important;
	color: var(--dark-gray) !important;
}

#job-openings .job-listings > .position a::before {
  bottom: 30px;
  color: var(--cobalt);
  content: 'Learn More';
  display: inline-block;
  font: 500 calc(14rem / 16)/calc(13 / 14) var(--heading-font-wide);
  letter-spacing: .9px;
  padding-right: 18px;
  position: absolute;
  right: 40px;
}

#job-openings .job-listings > .position a::after {
	background: url('https://files.readme.io/9190e6b-Vector.png') no-repeat;
	bottom: 33px;
	content: '';
	height: 8px;
	position: absolute;
	right: 35px;
	transition: all .25s ease;
	width: 14px;
	background-size: contain;
}

#job-openings .job-listings > .position a:hover::after {
  transform: translateX(10px);
}

#job-openings .select2-container .select2-selection--single .select2-selection__rendered {
	font-weight: normal;
	font-size: 15px;
}

/* Share Buttons */

.share-buttons ul {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    list-style: none;
    margin: 0 auto 120px;
    max-width: 980px;
    padding: 0;
}

.share-buttons ul.single-job-post {
    margin-top: 50px;
}

.share-buttons a {
    align-items: center;
    background: var(--pure-white);
    border-radius: 3px;
    box-shadow: var(--shadow-small);
    color: var(--social-color);
    display: flex;
    font-size: 25px;
    height: 56px;
    justify-content: center;
    line-height: 30px;
    padding: 10px;
    transition: all .1s ease;
}

.share-buttons a:hover {
    background-color: var(--social-color);
    box-shadow: var(--shadow-large);
    color: var(--pure-white);
}

#linkedin {
    --social-color: #096C9B;
}

#facebook {
    --social-color: #3560A0;
}

#twitter {
    --social-color: #2DAAE1;
}

#whatsapp {
    --social-color: #25d366;
}

#email {
    --social-color: #656565;
}


/***************************************************************************************************************************************************************************************/

/*ACADEMY*/

/***************************************************************************************************************************************************************************************/

.page-template-page-academy {
	background: var(--smoke);
}

.page-template-page-academy .angle polygon {
	fill: var(--smoke);
}

.academy-popup {
	background: var(--ice);
	box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
	margin-bottom: 20px;
	padding: 23px 30px 30px;
	position: fixed;
	right: 0;
	top: 300px;
	z-index: 4;
}

.academy-popup p {
	max-width: 180px;
}

.academy-popup a {
	font-size: calc(14rem / 16);
	font-weight: 500;
	letter-spacing: .9px;
	line-height: calc(13 / 14);
}

.academy-popup a svg {
	margin-left: 5px;
}

.academy-popup-close {
	background: none;
	font-weight: 300;
	left: 2px;
	padding: 6px;
	position: absolute;
	top: 0;
	width: 20px;
}

.academy-popup-close svg {
	display: block;
	fill: var(--dark-gray);
	width: 100%;
}

.academy-popup .academy-popup-expand {
	background: none;
	color: var(--blue);
	display: none;
}

.academy-popup.collapsed {
	padding: 10px;
}

.academy-popup.collapsed .academy-popup-close,
.academy-popup.collapsed p,
.academy-popup.collapsed .view-all {
	display: none;
}

.academy-popup.collapsed .academy-popup-expand {
	display: block;
}

.academy-popup.collapsed .academy-popup-expand svg {
	font-size: calc(20rem / 16);
}

.academy-form form {
	justify-content: flex-start;
}

.academy-form form label {
	display: none;
}

.academy-form form input {
	height: 50px;
}

.academy-form form .hs-email {
	min-width: 268px;
}

.academy-form form .hs-submit {
	margin-left: 30px;
}

/***Hero***/

.academy-hero.angled-bkg {
	background: var(--navy);
	padding: 326px 0 104px;
}

.academy-hero .triangle-pattern {
	grid-template-columns: repeat(4, 1fr);
	left: 24px;
	top: 26px;
}

.academy-hero .triangle-pattern .triangle {
	--triangle-color: var(--cobalt);
}

.academy-hero .eyebrow {
	color: var(--sky);
	margin-bottom: 40px;
}

.academy-hero img {
	max-width: 447px;
}

.academy-hero .animated-triangle {
	bottom: -142px;
	left: 90px;
	position: absolute;
}

.academy-intro .form-header {
	font-size: calc(18rem / 16);
	letter-spacing: .2px;
	line-height: calc(28 / 18);
	margin: 32px 0 24px;
}

.animated-triangle polygon {
	animation: arrows 1.5s infinite alternate ease;
	opacity: 1;
}

.animated-triangle polygon:nth-of-type(2) {
	animation-delay: .5s;
}

.animated-triangle polygon:nth-of-type(3) {
	animation-delay: 1s;
}

@keyframes arrows {
	from{
		opacity:1
	}

	to{
		opacity:.2
	}
}

/***Intro***/

.academy-intro {
	padding: 120px 0;
	position: relative;
}

.academy-intro .triangle-pattern:first-of-type {
	grid-template-columns: repeat(4, 1fr);
	left: 36px;
	top: 30px;
}

.academy-intro .triangle-pattern:nth-of-type(2) {
	grid-template-columns: repeat(3, 1fr);
	right: 20px;
	top: 30px;
}

.academy-intro .flex-container {
	align-items: center;
}

.academy-intro h2,
.academy-intro .spacing-div {
	color: var(--blue);
	width: calc(480 / 1156 * 100%);
}

.academy-intro .intro-text {
	width:  calc(584 / 1156 * 100%);
}

.academy-intro .heading-6 {
	color: var(--navy);
	display: block;
	margin-bottom: 8px;
}

.academy-intro p {
	margin-bottom: 0;
}

.academy-intro .intro-text .btn {
	margin-top: 50px;
}

/***Stats***/

.academy-stats {
	padding: 86px 0 246px;
	position: relative;
}

.academy-stats::before {
	background: var(--ice);
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	content: '';
	height: 75%;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(946 / 1440 * 100vw);
}

.academy-stats .triangle-pattern:first-of-type {
	grid-template-columns: repeat(4, 1fr);
	left: 318px;
	top: -28px;
}

.academy-stats .triangle-pattern:first-of-type .triangle {
	--triangle-color: var(--white);
}

.academy-stats .triangle-pattern:nth-of-type(2) {
	grid-template-columns: repeat(4, 1fr);
	left: 18px;
	top: 243px;
}

.academy-stats > .flex-container {
	align-items: center;
}

.featured-resource {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	width: calc(521 / 1156 * 100%);
}

.featured-resource .academy-card {
	margin-right: 0;
}

/*.stat-list li {
	background: var(--navy);
	border-radius: 7px;
	height: 170px;
	margin-bottom: 46px;
	padding: 25px 53px;
	width: calc((100% - 23px) / 2);
}

.stat-list li:nth-of-type(2) {
	margin-top: 136px;
}

.stat-list li:nth-of-type(2n+3) {
	margin-top: -136px;
}

.stat-list li h3 {
	color: var(--white);
	font-weight: 700;
	text-align: center;
}

.stat-list li span {
	color: var(--sky);
	text-align: center;
}*/

.featured-text {
	width: calc(584 / 1156 * 100%);
}

.featured-text .eyebrow {
	margin-bottom: 15px;
}

.academy-stats h2 {
	margin-bottom: 20px;
}

/***Asset Carousels***/

.academy-resources {
	background: var(--white);
	padding: 84px 0 120px;
}

.academy-resources h2 {
	color: var(--cobalt);
	margin-bottom: 8px;
	max-width: 584px;
}

.resources-description {
	margin-bottom: 84px;
	max-width: 584px;
}

.carousel-label {
	color: var(--navy);
	margin: 0 0 48px;
}

.carousel-label span {
	color: var(--blue);
}

.academy-carousel.carousel {
	margin-top: 54px;
}

.academy-carousel.carousel .slick-list {
	padding-bottom: 84px;
}

.academy-carousel .slick-slide {
	height: inherit !important;
	margin-right: 40px;
}

.academy-card {
	background: var(--white);
	border-radius: 5px;
	box-shadow: 0 2px 40px -20px rgba(0, 0, 0, .5);
	cursor: pointer;
	display: flex !important;
	flex-direction: column;
	margin-right: 40px;
	overflow: hidden;
}

.academy-card .card-image {
	position: relative;
}

.academy-card .yellow-pill {
	background: var(--yellow);
	border-radius: 4px;
	color: var(--onyx);
	font-family: var(--heading-font-wide);
	font-size: calc(10rem / 16);
	font-weight: 700;
	left: 10px;
	letter-spacing: 1px;
	line-height: calc(7 / 10);
	padding: 5px 4px;
	position: absolute;
	text-transform: uppercase;
	top: 14px;
}

.academy-card .blue-pill {
	background: var(--onyx);
	bottom: -13px;
	color: var(--sky);
	font-family: var(--heading-font-wide);
	font-size: calc(12rem / 16);
	font-weight: 700;
	left: 0;
	letter-spacing: 2.4px;
	line-height: calc(13 / 12);
	padding: 6px 8px;
	position: absolute;
	text-transform: uppercase;
}

.academy-card .card-text {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 25px 25px 32px;
}

.academy-card h4 {
	color: var(--cobalt);
	margin-bottom: 16px;
}

.academy-card p {
	color: var(--onyx);
	margin-bottom: 21px;
}

.academy-card .cta-link {
	margin-top: auto;
}

/***Coming Soon***/

.academy-coming-soon {
	background: var(--navy);
	padding: 144px 0 120px;
	position: relative;
}

.academy-coming-soon .triangle-pattern:first-of-type {
	grid-template-columns: repeat(9, 1fr);
	left: 30px;
	top: 27px;
}

.academy-coming-soon .triangle-pattern:nth-of-type(2) {
	grid-template-columns: repeat(4, 1fr);
	right: 30px;
	top: 24px;
}

.academy-coming-soon .triangle-pattern .triangle {
	--triangle-color: var(--cobalt);
}

.academy-coming-soon h2 {
	color: var(--yellow);
	margin-bottom: 8px;
	position: relative;
	text-align: center;
}

.academy-coming-soon h2::before {
	background: url('svgs/single-triangle.svg');
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	top: -20px;
	transform: translateX(-50%);
	width: 12px;
}

.academy-coming-soon p {
	color: var(--white);
	margin: 0 auto;
	max-width: 584px;
	text-align: center;
}

.academy-coming-soon .academy-form {
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-top: 40px;
}

.academy-coming-soon .academy-form p {
	font-size: calc(18rem / 16);
	letter-spacing: .2px;
	line-height: calc(28 / 18);
	margin-bottom: 18px;
}

/***Final CTA***/

.academy-cta {
	background: var(--white);
	padding: 120px 0;
	position: relative;
}

.academy-cta .angle::after {
	background: var(--navy);
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
	top: -2px;
	width: 194px;
}

.academy-cta.angled-bkg .angle svg {
	left: calc(100% - 194px);
}

.page-template-page-academy .academy-cta .angle polygon {
	fill: var(--navy);
}

.academy-cta .flex-container {
	align-items: flex-start;
}

.academy-cta article {
	margin-top: 25px;
	width: calc(623 / 1200 * 100%);
}

.academy-cta h2 {
	color: var(--navy);
	margin-bottom: 14px;
	max-width: 688px;
}

.academy-cta p {
	margin-bottom: 35px;
	max-width: 688px;
}

.academy-final-img {
	position: relative;
	width: calc(480 / 1200 * 100%);
}

.academy-final-img::before {
	background-color: var(--sky);
	content: '';
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.academy-final-img::after {
	background-color: var(--onyx);
	content: '';
	height: 100%;
	left: 0;
	mix-blend-mode: lighten;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.academy-final-img img {
	filter: grayscale(100%);
}

.page-template-page-academy footer .triangle-pattern .triangle:not(:nth-of-type(n+21)) {
	--triangle-color: var(--cobalt);
}

/***************************************************************************************************************************************************************************************/

/*WEBINARS ARCHIVE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.webinars-archive-hero {
	margin: 0 0 80px;
	padding: 170px 0 0;
	position: relative;
}

.webinars-archive-hero:before {
	background: var(--smoke);
	content: '';
	height: calc(100% - 64px);
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.webinars-archive-hero:after {
	background: var(--white);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	content: '';
	height: calc(100% + 1px);
	position: absolute;
	right: 0;
	top: 0;
	width: 404px;
	z-index: -1;
}

.webinars-archive-hero .triangle-pattern {
	right: 0;
	top: calc(100% - 64px);
	width: 284px;
}

.webinars-archive-hero .container {
	padding: 0;
}

.webinars-archive-hero article {
	margin-top: calc(65 / 1238 * 100%);
	position: relative;
	width: calc(480 / 1238 * 100%);
}

.webinars-archive-hero article h1 {
	margin: 0 0 27px;
}

.webinars-archive-hero .headshots {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: calc(624 / 1238 * 100%);
}

.webinars-archive-hero .headshots .left {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: calc(312 / 624 * 100%);
}

.webinars-archive-hero .headshots .right {
	display: block;
	margin-top: calc(80 / 624 * 100%);
	width: calc(271 / 624 * 100%);
}

.webinars-archive-hero .headshots .img-container {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.webinars-archive-hero .headshots .img-container:before {
	background: var(--blue);
	content: '';
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

.webinars-archive-hero .headshots .img-container:after {
	background: var(--onyx);
	content: '';
	height: 100%;
	left: 0;
	mix-blend-mode: lighten;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.webinars-archive-hero .headshots .img-1 {
	aspect-ratio: 1 / 1;
	height: auto;
	width: calc(272 / 312 * 100%);
}

.webinars-archive-hero .headshots .img-2 {
	aspect-ratio: 4 / 3;
	height: auto;
	width: 100%;
}

.webinars-archive-hero .headshots .img-3 {
	aspect-ratio: 3 / 4;
	height: auto;
	width: 100%;
}

.webinars-archive-hero .headshots img {
	filter: saturate(0);
	height: 100%;
	object-fit: cover;
	position: relative;
	width: 100%;
	z-index: 1;
}

.webinars-archive-hero .headshots .details {
	bottom: 12px;
	color: var(--white);
	display: flex;
	flex-direction: column;
	font: 400 calc(14rem / 16)/calc(24 / 14) var(--heading-font-wide);
	left: 0;
	letter-spacing: 0.2px;
	padding: 0 20px;
	position: absolute;
	width: 100%;
	z-index: 4;
}

.webinars-archive-hero .headshots .name {
	font-weight: 500;
}

/***Posts***/

.webinars-posts {
	margin: 0 0 160px;
	position: relative;
	z-index: 1;
}

.webinars-posts .triangle-pattern {
	left: 0;
	top: -30px;
	transform: scaleX(-1);
	width: 284px;
	z-index: -1;
}

.webinars-posts .posts-container {
	display: grid;
	gap: 80px calc(120 / 1200 * 100%);
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	margin: 0 auto 80px;
	max-width: 1030px;
	padding: 0;
}

.webinars-posts .post {
	position: relative;
}

.webinars-posts .cta-link-container h3 + .cta-link {
	margin-top: 17px;
}

/*Filter*/

.webinars-posts .filter-container {
	margin: 0 auto -186px;
	max-width: 1030px;
	padding: 82px 0 240px;
	position: relative;
}

.webinars-posts .filter-container:before {
	background: var(--pure-white);
	border-radius: 5px;
	content: '';
	height: 100%;
	left: 50%;
	max-width: calc(100vw - 40px);
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: calc(100% + 140px);
	z-index: -1;
}

.webinars-posts .filter-container .buttons {
    align-items: center;
    margin-left: auto;
}

.webinars-posts .clear-filters {
    align-items: end;
    color: var(--medium-gray);
    display: flex;
    font-family: var(--heading-font-wide);
    font-size: calc(13rem/16);
    font-weight: 500;
    line-height: calc(11rem/16);
    margin: 12px 40px 0 0;
}

.webinars-posts .clear-filters svg {
    margin-right: 10px;
}

.webinars-posts .searchform-webinars {
	align-items: flex-end;
	display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.webinars-posts .searchform-webinars .title {
	color: var(--medium-gray);
	font: 500 calc(13rem / 16)/calc(13 / 13) var(--heading-font-wide);
	letter-spacing: 0.64px;
	margin: 0 40px 10px 0;
}

.webinars-posts .searchform-webinars select {
	cursor: pointer;
	margin-bottom: 0;
}

.webinars-posts .searchform-webinars .status-container,
.webinars-posts .searchform-webinars .topic-container {
	display: flex;
	flex-direction: column;
	position: relative;
}

.webinars-posts .searchform-webinars .status-container:before,
.webinars-posts .searchform-webinars .topic-container:before {
	background: url(svgs/archive-cat-dropdown.svg) no-repeat;
	background-size: 100%;
	bottom: 16px;
	content: '';
	height: 7px;
	pointer-events: none;
	position: absolute;
	right: 10px;
	width: 11px;
}

.webinars-posts .searchform-webinars .status-container {
	flex: 0 0 168px;
}

.webinars-posts .searchform-webinars .topic-container {
	flex: 0 0 272px;
}

.webinars-posts .searchform-webinars .btn {
    flex: 0 0 136px;
    margin-left: auto;
}

/*WP PageNavi*/

.webinars-posts .wp-pagenavi .current,
.webinars-posts .wp-pagenavi .page {
	border-radius: 3px;
	color: var(--onyx);
	font: 500 calc(15rem / 16)/calc(13 / 15) var(--heading-font-wide);
	height: 40px;
	width: 40px;
}

.webinars-posts .wp-pagenavi .current {
	background: var(--ice);
}

.webinars-posts .wp-pagenavi .nextpostslink,
.webinars-posts .wp-pagenavi .previouspostslink {
	color: var(--cobalt);
	font: 500 calc(14rem / 16)/calc(13 / 15) var(--heading-font-wide);
	letter-spacing: 0.9px;
	position: relative;
}

.webinars-posts .wp-pagenavi .nextpostslink:before,
.webinars-posts .wp-pagenavi .previouspostslink:before {
	background: url(svgs/long-arrow-right-blue.svg) no-repeat;
	background-size: 100%;
	content: '';
	height: 8px;
	position: absolute;
	right: -17px;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	transition: all 0.25s ease;
	width: 12px;
}

.webinars-posts .wp-pagenavi .previouspostslink:before {
	left: -17px;
	right: unset;
	transform: scaleX(-1) translate3d(0, -50%, 0);
}

.webinars-posts .wp-pagenavi .nextpostslink:hover:before {
	transform: translate3d(5px, -50%, 0);
}

.webinars-posts .wp-pagenavi .previouspostslink:hover:before {
	transform: scaleX(-1) translate3d(5px, -50%, 0);
}

/***************************************************************************************************************************************************************************************/

/*WEBINARS SINGLE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.post-hero.webinar-hero {
	padding-bottom: 60px;
	padding-top: 245px;
}

.webinar-hero .triangle-pattern {
	bottom: 14px;
	left: 10px;
	width: 180px;
}

.webinar-hero .triangle-pattern .triangle {
	--triangle-color: var(--dark-navy);
}

.post-hero.webinar-hero article {
	margin: 0 0 0 calc(82 / 1200 * 100%);
}

.post-hero.webinar-hero article {
	gap: 40px;
	justify-content: flex-start;
	width: calc(792 / 1138 * 100%);
}

.post-hero.webinar-hero article.no-margin {
	margin: 0 0 0 -35px;
}

.resource-content.post-content.webinar-content article {
	margin: 65px 0 0 calc(82 / 1200 * 100%);
}

.resource-content.post-content.webinar-content article.no-margin {
	margin: 65px 0 0 -35px;
}

.webinar-hero article .post-meta {
	color: var(--white);
}

.webinar-hero article {
	display: flex;
	justify-content: space-between;
}

.webinar-hero h1 {
	margin: 0 0 20px;
}

.webinar-hero h6.eyebrow {
	font: 500 calc(14rem / 16)/calc(13 / 14) var(--heading-font-wide);
	letter-spacing: 0.9px;
	text-transform: unset;
}

/***Post Heading Image***/

.webinar-hero img {
	aspect-ratio: 272 / 152;
	border-radius: 5px;
	width: calc(272 / 792 * 100%);
    object-fit: cover;
}

.webinars-template-default .post-content:not(.resource-content) article p {
	font-size: calc(20rem / 16);
	letter-spacing: 0.6px;
	line-height: calc(32 / 20);
	margin-bottom: 48px;
}

.webinars-template-default .info-container span,
.webinars-template-default .info-container div {
	margin-bottom: 14px;
}

.webinars-template-default .info-container .logo-container {
	background: var(--white);
	border-radius: 5px 5px 0 0;
	padding: 56px 30px;
	width: 100%;
}

.webinars-template-default .info-container .logo-container img {
	background-color: unset;
	padding: 0;
}

/***Sticky Form***/

.webinars-template-default .sticky-container {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.webinars-template-default .sticky-content {
	height: 100%;
	min-width: max-content;
	position: absolute;
	right: calc(50px + (50 / 1440 * 100vw));
	top: 0;
}

.webinars-template-default .hero-form {
    background: var(--white);
    border-radius: 5px;
    box-shadow: 0 10px 30px rgb(44 43 61 / 15%);
    height: max-content;
    margin: 0 0 131px;
    padding: 37px 40px 40px;
    position: sticky;
    right: 0;
    top: 210px;
    width: 375px;
	z-index: 2;
}

.webinars-template-default .hs-form-field,
.webinars-template-default .hs-dependent-field {
    width: 100%;
}

.webinar-content .container.includes-form {
    margin-bottom: -100vh;
}

#form-jump {
    bottom: 60px;
    margin: 100vh -50% 0 50%;
    opacity: 0;
    position: sticky;
    translate: -50%;
    visibility: hidden;
    width: max-content;
}

#form-jump svg {
    opacity: .8;
}

#form-jump::before {
    content: none;
}

#form-jump:focus {
    padding-right: 66px;
}

/***Content***/

/*Experts*/

.post-content .experts {
	border-bottom: 1px solid var(--smoke);
	display: flex;
	flex-wrap: wrap;
	gap: 23px 40px;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0 0 32px;
}

.post-content .experts li {
	padding-left: 0;
}

.post-content .experts li:before {
	display: none;
}

.post-content .experts li.eyebrow {
	color: var(--blue);
	margin-bottom: 0;
	width: 100%;
}

.post-content .experts li:not(.eyebrow) {
	display: flex;
	gap: 10px;
	width: calc(50% - 20px);
}

.post-content .experts .avatar {
	border-radius: 9px;
	height: 48px;
	overflow: hidden;
	position: relative;
	width: 48px;
}

.post-content .experts .avatar img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.post-content .experts .expert-info {
	color: var(--onyx);
	display: flex;
	flex-direction: column;
	font: 400 calc(14rem / 16)/calc(24 / 14) var(--heading-font-wide);
	letter-spacing: 0.2px;
	width: calc(100% - 58px);
}

.post-content .experts .name {
	font-weight: 500;
}

/*Text*/

.post-content.webinar-content article {
	width: calc(584 / 1138 * 100%);
}

.post-content article .btn-container {
	margin-top: 70px;
	max-width: max-content;
	padding: 20px 0;
	position: relative;
}

.post-content article .btn-container:before {
	background: var(--smoke);
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% + 16vw);
}

.post-content article .btn-container:after {
	background: var(--white);
	clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
	content: '';
	height: calc(100% + 1px);
	position: absolute;
	right: 0;
	top: -1px;
	width: 136px;
}

.post-content article a.btn.double {
	color: var(--onyx);
}

.post-content.webinar-content h6 {
	color: var(--blue);
	font: bold calc(12rem / 16)/calc(23 / 12) var(--heading-font-wide);
	letter-spacing: 2.4px;
	margin-top: 40px;
	text-transform: uppercase;
}

/***Webinars Page Builder***/

/*Form*/

.webinars-builder .webinar-form .container {
	max-width: 86%;
}

/*Topic Posts Block*/

.related-posts.topic-posts-block {
	padding-bottom: 0;
}

.related-posts.topic-posts-block .grid {
	gap: 120px;
	grid-template-columns: repeat(2, 1fr);
	margin: 60px 70px 0;
}

.related-posts.topic-posts-block .post .image,
.webinars-archive-hero .featured-post .image,
.webinars-posts .post .image {
	aspect-ratio: 1.8;
    height: auto;
	margin-bottom: 27px;
}

.webinars-archive-hero .featured-post .image,
.webinars-posts .post .image {
    max-width: 475px;
}

.topic-posts-block .post .image .card-tag,
.webinars-archive-hero .featured-post .image .card-tag,
.webinars-posts .post .image .card-tag {
	background: var(--blue);
	color: var(--white);
	left: 0;
	padding: 4px 5px 2px 10px;
	position: absolute;
	top: 10px;
	z-index: 1;
}

.topic-posts-block .post .image .card-tag:before,
.webinars-archive-hero .featured-post .image .card-tag:before,
.webinars-posts .post .image .card-tag:before {
	background: var(--blue);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	content: '';
	height: calc(100% + 1px);
	position: absolute;
	right: -18px;
	top: 0;
	width: 19px;
}

.post .post-meta.blue {
	color: var(--blue);
}

.post .post-meta.second-meta {
	color: var(--medium-gray);
	margin-bottom: 27px;
}

.topic-posts-block .post h3,
.webinars-archive-hero .featured-post h3,
.webinars-posts .post h3 {
	margin-bottom: 10px;
}

/*Related Links*/

.related-links {
	padding: 74px 0 66px;
	position: relative;
}

.related-links:before {
	background: #FFF;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: calc(700 / 1440 * 100%);
	z-index: -1;
}

.related-links:after {
	background: var(--white);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	content: '';
	height: calc(100% + 1px);
	left: calc(700 / 1440 * 100% - 204px);
	position: absolute;
	top: 0;
	width: 204px;
	z-index: -1;
}

.related-links .flex-container {
	align-items: flex-end;
	flex-wrap: nowrap;
	gap: 40px;
}

.related-links article {
	left: -36px;
	position: relative;
	width: calc(688 / 1138 * 100%);
}

.related-links article h2 {
	margin-bottom: 22px;
}

.related-links article .cta-link {
	margin-bottom: 10px;
}

.related-links article .cta-link:before,
.related-links article .cta-link:after {
	height: 21px;
	top: 0;
}

.related-links .links {
	list-style: none;
	margin: 0;
	min-width: max-content;
	padding: 0;
	width: auto;
}

.related-links .links li {
	display: flex;
}

.related-links .links li:not(:last-child) {
	margin: 0 0 17px;
}

.related-links .links .arrow-link {
	line-height: calc(20 / 14);
}

.related-links .links .arrow-link svg {
	display: inline-block;
	margin-left: 5px;
	position: relative;
}

/*Multiple Case Study*/

.webinars-builder .multiple-case-studies:before {
	height: 48.74%;
}

/*PLATFORM SINGLE POSTS*/

/***************************************************************************************************************************************************************************************/

/***Heros***/

.builder-hero,
.page-builder section:not(.multiple-case-studies) {
	margin-bottom: 160px;
}

.builder-hero.calculator {
	margin-bottom: 114px;
}

.page-builder .cta.layout1:last-of-type {
	margin-bottom: 0;
}

.builder-hero {
	position: relative;
}

.builder-hero .angled-bkg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.builder-hero .flex-container {
	align-items: flex-start;
}

.builder-hero.calculator > .flex-container {
	padding-bottom: 46px;
}

.builder-hero.calculator .angled-bkg {
	background: linear-gradient(120deg, transparent, transparent 70%, var(--yellow) 70%, var(--yellow) 100%);
	bottom: 0;
	height: calc(100% - 180px);
	top: unset;
}

.calculator .angled-bkg svg {
	display: none;
}

/*Dark Theme*/

.builder-hero.dark h1,
.builder-hero.dark p {
	color: var(--white);
}

/* .builder-hero.dark h1 .eyebrow, */
.builder-hero.dark h6.eyebrow {
	color: var(--sky);
}

/* Heading + CTA + Header Logos */

.header-logos-hero .triangle-pattern {
    grid-template-columns: repeat(5,1fr);
    bottom: 0;
    right: 10px;
}

.header-logos-hero.top-module.hidden-nav {
	padding-top: 104px;
}

.header-logos-hero .container {
    gap: 60px;
    align-items: end;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.header-logos-hero article {
    padding-top: 100px;
    margin-bottom: 7%;
    flex: 0 0 50%;
}

.header-logos-hero .hero-text h1 {
    line-height: calc(70 / 58);
}

.header-logos-hero p {
    margin: 20px 0;
}

.header-logos-hero .btn {
    margin-top: 48px;
    display: block;
    width: fit-content;
}

/* .header-logos-hero .hero-text h1 .eyebrow, */
.header-logos-hero .hero-text h6.eyebrow {
    margin-bottom: 35px;
}

.header-logos-hero .image-container.triangle-graphic {
    padding-bottom: 2%;
}

.header-logos-hero .image-container.custom-image {
    padding-bottom: 4%;
    padding-top: 36px;
    align-self: center;
}

.header-logos-hero .image-container.custom-image img {
    border-radius: 9px;
    filter: drop-shadow(var(--shadow-large));
}


/*Image*/

.image-hero .angled-bkg {
	height: 592px;
}

.image-hero article {
	margin: 0 0 116px calc(103 / 1200 * 100%);
	width: calc(887 / 1200 * 100%);
}

.image-hero img {
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	margin-left: auto;
	width: calc(995 / 1200 * 100%);
}

/*Image + CTA*/

.image-hero.alt article {
	display: flex;
	margin-left: 0;
	width: 100%;
}

.image-hero.alt .btn {
	margin-top: 30px;
}

.image-hero.alt img {
	width: calc(600 / 1200 * 100%)
}

/*Text*/

.text-hero {
	padding-bottom: 120px;
}

.text-hero article {
	width: calc(784 / 1200 * 100%);
}

.text-hero h1 {
	margin-bottom: 31px;
}

.text-hero p {
	margin-bottom: 30px;
}

/*Text + Image*/

.text-image-hero article {
	left: -35px;
	margin: 0 0 70px;
	position: relative;
	width: calc(792 / 1138 * 100%);
}

.text-image-hero .hero-text {
	margin: 0 0 28px;
}

.text-image-hero p {
	letter-spacing: 0.6px;
	margin: 0;
}

.text-image-hero p br {
	content: '';
	display: block;
	margin: 18px;
}

.text-image-hero img {
	position: absolute;
	right: calc(-50px - (50 / 1440 * 100vw));
	top: calc(50% - 35px);
	transform: translateY(-50%) !important;
	width: calc(492 / 1238 * 100%);
}

/*Blog*/

.builder-hero.blog-hero h1 {
	margin-bottom: 20px;
}

/*Logos*/

.logo-hero {
	overflow: hidden;
	padding-bottom: 50px;
	text-align: center;
}

/* .logo-hero h1 .eyebrow, */
.logo-hero h6.eyebrow {
	margin-bottom: 35px;
}

.logo-hero .hero-logo-carousel {
	margin-top: 112px;
	text-align: center;
	width: 100%;
}

.logo-hero .hero-logo-carousel .slick-track {
	align-items: center;
	gap: 50px;
	margin: 0 auto;
}

.logo-hero .hero-logo-carousel img {
	display: inline-block;
	margin: 0 10px;
	max-height: 50px;
	max-width: 160px;
	min-height: 25px;
	width: auto;
}

.logo-hero p {
	margin: 25px 0 -42px;
}

.logo-hero.alt .hero-logo-carousel {
	margin-top: 70px;
}

.logo-hero.alt p {
	margin: 25px 0;
}

.logo-hero.alt .btn {
	margin-top: 25px;
}

.logo-hero.alt p + .btn {
	margin-top: 0;
}

/*Triangles*/

.triangle-hero {
	margin-bottom: calc(-100% + 237px);
	overflow: hidden;
	padding-bottom: 100%;
}

.triangle-hero.image {
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.triangle-hero .flex-container {
	flex-direction: column;
}

.triangle-hero.image .flex-container {
    display: grid;
    gap: 90px;
    grid-template-columns: 7fr 8fr;
    padding: 0 4.5% 0 9.5%;
    max-width: 1990px;
    width: 100%;
}

.triangle-hero.image img {
    border-radius: 9px;
    filter: drop-shadow(var(--shadow-large));
}

.triangle-hero:not(.image) article {
    width: calc(578 / 1200 * 100%);
}

.triangle-hero article p {
	margin: 40px 0 50px;
}

.triangle-hero #large-triangles {
	left: calc(740 / 1440 * 100vw);
	overflow: visible;
	position: absolute;
	top: -106px;
    z-index: -1;
}

/*****Page Builder Modules*****/

/***Feature Groups***/

/*Inactive List*/
    .feature-groups .group:hover h3,
    .feature-groups .group.active h3 {
        color: var(--blue);
        transition: color 250ms ease;
    }

    .feature-groups .group:hover p,
    .feature-groups .group.active p {
        color: var(--onyx);
        transition: color 250ms ease;
    }
/**/

.groups-and-features {
    display: flex;
    gap: 103px;
    position: relative;
}

.feature-groups .eyebrow {
    margin-bottom: 20px;
}

.feature-groups h2 {
    margin-bottom: 13px;
}

.feature-groups .intro-text {
    margin-bottom: 56px;
}

.feature-groups ul {
    height: fit-content;
    list-style: none;
    margin: 0;
    padding: 0;
}

.feature-groups .groups::before {
    background-color: var(--pure-white);
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0px 8px 38px rgba(44, 43, 61, 0.1);
    content: '';
    height: 100%;
    left: -100vw;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: -1;
}

.feature-groups .groups {
    display: flex;
    flex-direction: column;
    flex: 0 0 436px;
    gap: 10px;
    height: fit-content;
    position: sticky;
    top: 146px;
    padding: 50px 63px 51px 0;
}

.feature-groups .group {
    cursor: pointer;
}

.feature-groups .features {
    flex: 1 1 100%;
    display: grid;
    gap: 31px 40px;
    grid-template-columns: 1fr 1fr;
    margin-top: 48px;
}

.feature-groups .group h3,
.feature-groups .group p  {
    color: var(--medium-gray);
    transition: color 250ms ease;
}

.feature-groups h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 32px;
    margin-bottom: 9px;
}

.feature-groups .feature {
    display: flex;
    flex-direction: column;
}

.feature-groups h4 {
    color: var(--cobalt);
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 28px;
    margin-bottom: 10px;
}

.feature-groups .features p {
    margin-bottom: 18px;
}

.feature-groups .features p:last-child {
    margin-bottom: 0;
}

.feature-groups .features a {
    font-family: var(--heading-font-wide);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.9px;
    line-height: 20px;
    width: fit-content;
}

.feature-groups .arrow-link svg {
    bottom: 4px;
}

.coming-soon-tag {
    background-color: var(--cobalt);
    border-radius: 5px;
    color: var(--ice);
    display: block;
    font-family: var(--heading-font-wide);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 10px;
    margin-bottom: 10px;
    padding: 5px;
	text-transform: uppercase;
    width: fit-content;
}

.arrow-link + .coming-soon-tag {
    margin-top: 10px;
}

/***Content Block***/

.page-builder section.content-block {
	margin-bottom: 100px;
}

/*Regular*/

.content-block article {
	width: calc(784 / 1200 * 100%);
}

.content-block article.centered {
	text-align: center;
	width: 100%;
}

.content-block h2 {
	margin-bottom: 25px;
}

/*w/ Columns*/

.content-block.left-alignment-columns article p {
	margin-bottom: 52px;
}

.content-block ul {
	gap: 94px 40px;
	grid-template-columns: repeat(3,1fr);
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

.content-block.left-alignment-columns li {
	display: flex;
	flex-direction: column;
}

.content-block li h3 {
	color: var(--blue);
	margin-bottom: 16px;
}

.content-block.left-alignment-columns li p {
	margin-bottom: 20px;
}

.content-block.left-alignment-columns li a {
	display: block;
	margin-top: auto;
	width: max-content;
}

/*Centered*/

.content-block.center-alignment {
	text-align: center;
}

.content-block.center-alignment article {
	margin: 0 auto;
}

/*Centered w/ Logos*/

.content-block .logos {
	align-items: center;
	display: grid;
	gap: 60px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 40px auto 0;
	padding: 0;
	width: calc(784 / 1200 * 100%);
}

.content-block .logos img {
	max-height: 80px;
	max-width: 160px;
	width: 100%;
}

/***Logo Garden***/

.logo-garden {
	text-align: center;
}

.logo-garden h2 {
	margin: 0 auto 76px;
	width: calc(1090 / 1200 * 100%);
}

.logo-garden h2 .eyebrow {
	margin-bottom: 25px;
}

.logo-garden ul {
	align-items: center;
	gap: 60px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: calc(1090 / 1200 * 100%);
}

.logo-garden ul:not(.items-3) {
    grid-template-columns: repeat(4,1fr);
}

.logo-garden .items-3 {
    grid-template-columns: repeat(3,1fr);
}

.logo-garden .items-2 li:first-child {
    grid-column: 2;
}

.logo-garden .items-1 li:first-child {
    grid-column: 2 / span 2;
}

.logo-garden img {
	max-height: 80px;
	max-width: 160px;
	width: auto;
}

.logo-garden .cta-link {
    margin-top: 60px;
}

/*Overrides*/

.postid-4808 .logo-garden ul {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 200px;
	justify-content: center;
}

.postid-4808 .logo-garden img {
	display: block;
	width: revert-layer;
}

/***Video***/

.video-module {
	padding: 0px 0 104px;
	position: relative;
	z-index: 1;
}

.video-module.triangles-left .angled-bkg {
	right: 0;
	transform: scale(-1, 1);
}

.video-module.triangles-left .triangle-pattern {
	left: 26px;
	top: -70px;
}

.video-module.triangles-right .angled-bkg {
	left: 0;
}

.video-module.triangles-right .triangle-pattern {
	right: 13px;
	top: -70px;
}

.video-module .angled-bkg {
	bottom: 0;
	height: 450px;
	position: absolute;
	width: 852px;
}	

.video-module .triangle-pattern {
	grid-template-columns: repeat(7,1fr);
	height: 402px;
	top: 0;
    width: 267px;
}

.video-module .triangle-pattern .triangle {
	--triangle-color: var(--ice);
}

.video-module .featured-image.video-lightbox {
	cursor: pointer;
	margin: 0 calc(103 / 1200 * 100%);
}

.video-module .featured-image.video-lightbox .play-button {
    align-items: center;
	background: rgba(246,246,246,.14);
	border-radius: 50%;
	display: flex;
	height: 140px;
    justify-content: center;
    text-align: center;
	width: 140px;
}

.video-module iframe {
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: .25s ease;
	width: 100%;
	z-index: 3;
}

.video-module .featured-image.playing iframe {
	opacity: 1;
	pointer-events: auto;
}

/*Page Builder Table*/

.table-block {
	position: relative;
}

.table-block .triangle-pattern {
	right: 16px;
	top: 106px;
}

.table-block .container {
	overflow: hidden;
}

.table-wrapper {
	overflow: auto;
	position: relative;
}

.table-wrapper table {
	width: 100%;
}

.table-wrapper th,
.table-wrapper td {
	min-width: 272px
}

.table-wrapper .row-light,
.table-wrapper .row-light td:first-of-type {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.table-wrapper .row-light,
.table-wrapper .row-light td:last-of-type {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.table-wrapper .row-light,
.table-wrapper .row-light td {
	background-color: var(--pure-white);
}

.table-wrapper th:first-child,
.table-wrapper tr:not(.row-light),
.table-wrapper tr:not(.row-light) td {
	background-color: var(--white)
}

.table-wrapper thead th:first-child,
.table-wrapper tbody th:first-child,
.table-wrapper tbody td:first-child,
.table-wrapper thead th:first-child,
.table-wrapper tbody th:first-child,
.table-wrapper tbody td:first-child {
	left: 0;
	position: sticky;
}

.sticky-scrolling thead th:first-child,
.sticky-scrolling tbody th:first-child,
.sticky-scrolling tbody td:first-child,
.sticky-scrolling thead th:first-child,
.sticky-scrolling tbody th:first-child,
.sticky-scrolling tbody td:first-child {
	box-shadow: -1px 0 rgb(34 34 34 / 30%) inset;
}

.table-wrapper td:first-of-type,
.table-wrapper th:first-of-type {
	max-width: 272px;
	width: 272px;
}

.table-wrapper .subheading-row:nth-child(n+2) .eyebrow {
	padding-top: 30px;
}

.table-wrapper h3 {
	color: var(--navy);
	margin: 0 0 2px;
}

.table-head-img {
	align-items: center;
	display: flex;
	justify-content: center;
}

img.col-heading-img,
.col-heading-img img {
	max-height: 26px;
	max-width: 130px;
}

.table-wrapper td {
	font-family: var(--heading-font-wide);
	font-weight: 500;;
	padding: 15px 10px 14px;
	text-align: center;
}

.table-wrapper td:first-of-type {
	color: var(--light-onyx);
	font-family: var(--body-font);
	padding-left: 25px;
	text-align: left;
	z-index: 3;
}

.table-wrapper td:last-of-type {
	padding-right: 25px;
}

.table-wrapper td.subheading {
	padding: 0 0 20px;
}

.table-wrapper td.subheading .eyebrow {
	color: var(--medium-gray);
}

.table-wrapper .coming-soon-tag {
	display: inline;
}

.table-wrapper .checked-symbol svg {
	color: var(--blue);
	/* margin-left:  */
}

.table-wrapper .exxed-symbol svg {
	color: var(--medium-gray);
}

.table-wrapper td span + svg {
	margin-left: 8px;
}

.table-wrapper .cta-btn-row td {
	padding: 20px 10px 0;
}

/***Single White Paper***/

.single-white-paper {
	padding: 74px 0 71px;
}

.single-white-paper .triangle-pattern {
	grid-template-columns: repeat(5,1fr);
	right: 0;
	top: 177px;
}

.single-white-paper .flex-container {
	align-items: center;
	justify-content: flex-start;
}

.single-white-paper img {
	margin: 0 60px 0 calc(-122 / 1200 * 100%);
	width: calc(391 / 1200 * 100%);
}

.single-white-paper article {
	color: var(--white);
	width: calc(558 / 1200 * 100%);
}

.single-white-paper h2 {
	color: var(--ice);
	margin-bottom: 0;
}

.single-white-paper h2 .eyebrow {
	color: var(--sky);
}

.single-white-paper p {
	margin: 0;
}

.single-white-paper .btn {
	bottom: 10px;
	position: absolute;
	right: 50px;
}

/***Single Case Study***/

.single-case-study {
	padding: 80px 0 40px;
	width: 100%;
}

.single-case-study::before {
	background: var(--onyx);
	left: auto;
	right: 0;
	width: calc((990 / 1440 * 100%) + 7vw + 50px);
}

.single-case-study .flex-container {
	flex-wrap: nowrap;
}

.single-case-study .image {
	flex-shrink: 0;
	height: 497px;
	margin-right: 20px;
	width: 372px;
}

.single-case-study .image a {
	display: block;
	height: 100%;
	position: relative;
}

.single-case-study .image .play-button {
	background: transparent;
	color: var(--white);
	font-size: 60px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}

.single-case-study blockquote {
	margin-bottom: 91px;
	width: calc(681 / 1200 * 100%);
}

.single-case-study blockquote p {
	color: var(--white);
	font-size: calc(26rem / 16);
	letter-spacing: .6px;
	line-height: calc(38 / 26);
}


/***CTA w/ Form***/

.cta.layout2 {
	padding: 71px 0 0;
	position: relative;
}

.cta.layout2:before {
	background: var(--onyx);
	border-radius: 5px;
	content: '';
	height: 523px;
	left: 60px;
	position: absolute;
	top: 0;
	width: calc(100% - 120px);
}

.cta.layout2 .triangle-pattern {
	bottom: auto;
	grid-template-columns: repeat(5,1fr);
	top: calc(100% - 30px);
}

.cta.layout2 h2 {
	color: var(--ice);
	margin-bottom: 72px;
}

.cta.layout2 .eyebrow {
	color: var(--sky);
	margin-bottom: 25px;
}

.cta.layout2 .fancy-bullets {
	gap: 40px;
	grid-template-columns: repeat(3,1fr);
	list-style: none;
	margin: -16px auto 76px;
	padding: 0;
	text-align: center;
	width: calc(887 / 1200 * 100%);
}

.cta.layout2 .fancy-bullets li {
	color: var(--white);
	margin: 0;
	padding: 0;
}

.cta.layout2 .fancy-bullets li:before {
	display: block;
	margin: 0 auto 10px;
	position: static;
}

.cta.layout2 .form {
	margin: 0 auto;
}

/*Calculator*/

.calculator article {
	width: 48%;
}

.calculator .heading-6 {
	color: var(--onyx);
	margin-top: 25px;
}

.calculator article p::after {
	bottom: 4px;
	content: url('svgs/btn-arrow-blue.svg');
	height: 22px;
	margin-left: 10px;
	position: relative;
	width: 20px;
}

.calculator .grid.triangle-pattern {
	grid-template-columns: repeat(4, 1fr);
	right: 10px;
	top: 100px;
}

.calculator .triangle {
	border-color: transparent transparent var(--yellow2);
}

.calc-container {
	position: relative;
	top: 10px;
	width: 43%;
}

.calc-inputs {
	background: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: var(--shadow-medium);
	padding-top: 34px;
}

.calc-eyebrow,
.calc-row {
	padding-left: 30px;
	padding-right: 30px;
}

.calc-eyebrow {
	color: var(--light-onyx);
	font-family: var(--heading-font);
	font-size: calc(13rem / 16);
	font-weight: 500;
	letter-spacing: calc(.64rem / 16);
	line-height: calc(13 / 13);
	margin-bottom: 8px;
}

.calc-row.flex-container {
	align-items: flex-end;
	padding-bottom: 23px;
}

.calc-row.flex-container:last-of-type {
	padding-bottom: 40px;
}

.calc-row h2 {
	color: var(--blue);
	margin: 0;
	width: 61%;
}

.calc-row input {
	background: var(--white);
	border: 1px solid var(--light-gray);
	border-radius: 5px;
	color: var(--navy);
	font-family: var(--body-font);
	font-size: calc(20rem / 16);
	letter-spacing: calc(.3rem / 16);
	line-height: calc(32 / 20);
	min-width: 100px;
	text-align: right;
	width: 113px;
}

.savings.flex-container {
	align-items: center;
	background: linear-gradient(135deg, var(--navy), var(--navy) 50%, var(--blue) 50%, var(--blue) 100%);
	border-radius: 5px;
	flex-wrap: nowrap;
	left: -20px;
	padding: 26px 50px 34px 50px;
	position: relative;
	width: calc(100% + 40px);
}

.savings h2 {
	color: var(--white);
	margin-bottom: 0;
}

.savings div h2 {
	font-size: calc(28rem / 16);
	font-weight: 500;
	letter-spacing: calc(0.7rem / 16);
	line-height: calc(32 / 28);
	text-align: right;
}

.savings .eyebrow {
	color: var(--white);
	margin-bottom: 0;
	text-align: right;
}

.calc-disclaimer {
	font-size: calc(14rem / 16);
	letter-spacing: calc(.2rem / 16);
	line-height: calc(22 / 14);
	margin: 12px 0 0;
	text-align: right;
}

.calc-disclaimer a {
	color: var(--onyx);
	text-decoration: underline;
}

/*Light*/

.cta.layout2.light h2 {
	color: var(--navy);
}

.cta.layout2.light .eyebrow {
	color: var(--blue);
}

.cta.layout2.light:before {
	background: var(--smoke);
}

.cta.layout2.light .fancy-bullets li {
	color: var(--dark-gray);
}

/***Media Content Block***/

.media-content-block {
	position: relative;
}

.media-content-block .flex-container {
	align-items: flex-start;
}

.media-content-block article {
	width: calc(578 / 1200 * 100%);
}

.media-content-block.right-aligned article {
	order: 2;
}

.media-content-block h2 {
	color: var(--onyx);
	margin-bottom: 26px;
}

/*w/ Image*/

.media-content-block.image article {
	margin-top: 61px;
}

.media-content-block .image {
	margin-right: calc(51 / 1200 * 100%);
	min-width: 475px;
	width: calc(372 / 1200 * 100%);
}

.media-content-block .image .triangle-pattern {
	grid-template-columns: repeat(12,1fr);
	right: -7vw;
	top: 54px;
}

.media-content-block.right-aligned .image .triangle-pattern,
.media-content-block.right-aligned .case-study .triangle-pattern {
	left: -7vw;
	right: auto;
}

.media-content-block .image img {
	filter: drop-shadow(var(--shadow-large));
}

/*w/ Case Study*/

.media-content-block .case-study {
	text-align: center;
	width: calc(475 / 1200 * 100%);
}

.media-content-block .case-study .triangle-pattern {
	bottom: -58px;
	grid-template-columns: repeat(10,1fr);
	right: -7vw;
	z-index: -1;
}

.media-content-block .case-study .image-container {
	background: rgba(0,114,247,.7);
}

.media-content-block .case-study img {
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	filter: grayscale(1);
	mix-blend-mode: multiply;
}

.media-content-block .case-study .btn {
	margin-top: -33px;
	z-index: inherit;
}

/*w/ Logos*/

.media-content-block.logo .flex-container {
	align-items: center;
}

.media-content-block .logo-carousel {
	position: relative;
	width: calc(475 / 1200 * 100%);
}

.media-content-block .logo-carousel:before {
	background: var(--smoke);
	content: '';
	height: 100%;
	left: 100%;
	position: absolute;
	top: 0;
	width: calc(7vw + 50px);
}

.media-content-block.right-aligned .logo-carousel::before { 
	left: calc(-7vw + -50px);
}

.media-content-block:not(.right-aligned) .logo-carousel.angled-bkg .angle svg {
	left: 0;
}

.media-content-block.logo .carousel-container {
	margin: -80px 0;
	overflow: hidden;
	padding: 80px 0 80px 50px;
}

.media-content-block.logo .carousel-container:before,
.media-content-block.logo .carousel-container:after {
	background: linear-gradient(var(--degrees), rgba(246,246,245,1), rgba(246,246,246,0));
	content: '';
	display: block;
	height: 100px;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.media-content-block.logo .carousel-container:before {
	top: -80px;
	--degrees: 180deg;
}

.media-content-block.logo .carousel-container:after {
	bottom: -80px;
	--degrees: 0deg;
}

.media-content-block.logo .carousel-container .slick-slide {
	align-items: center;
	display: flex;
	height: 310px;
	justify-content: center;
}

.media-content-block .logo-carousel .grid {
	align-items: center;
	gap: 40px;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.media-content-block.logo .carousel-container .slick-slide img {
	max-height: 30px;
	max-width: 160px;
	object-fit: contain;
}

.media-content-block.logo .mobile-logo-carousel {
	display: none;
}

/*w/ Stats*/

.media-content-block.stats article {
	margin: 0;
}

.media-content-block .related-post {
	border-bottom: 0;
	color: var(--navy);
	margin-bottom: 0;
	padding: 40px 0 0;
}

.media-content-block .related-post .image {
	width: calc(166 / 578 * 100%);
}

.media-content-block .related-post .content {
	width: calc(372 / 578 * 100%);
}

.media-content-block .stat-block {
	margin-top: 65px;
	position: relative;
	width: calc(372 / 1200 * 100%);
}

.media-content-block .stat-block:before,
.media-content-block .stat:before,
.media-content-block .stat:after {
	background: var(--yellow);
	border-radius: 5px;
	content: '';
	height: 80px;
	position: absolute;
	width: 80px;
}

.media-content-block .stat-block:before {
	left: -60px;
	top: -20px;
}

.media-content-block.right-aligned .stat-block:before {
	left: auto;
	right: 60px;
}

.media-content-block .stat-block .triangle-pattern {
	grid-template-columns: repeat(7,1fr);
	right: calc(-7vw - 50px);
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.media-content-block.right-aligned .stat-block .triangle-pattern {
	left: calc(-7vw - 50px);
	right: auto;
}

.media-content-block .stat {
	background: var(--onyx);
	border-radius: 5px;
	box-shadow: var(--shadow-large);
	color: var(--smoke);
	padding: 32px 20px 55px;
	position: relative;
	text-align: center;
	width: calc(269 / 372 * 100%)
}

.media-content-block .stat:before {
	bottom: -40px;
	height: 120px;
	left: -20px;
	width: 120px;
	z-index: -1;
}

.media-content-block.right-aligned .stat:before {
	left: auto;
	right: -20px;
}

.media-content-block .stat:after {
	background: var(--yellow2);
	right: 55px;
	top: -40px;
	z-index: -1;
}

.media-content-block.right-aligned .stat:after {
	left: 55px;
	right: auto;
}

.media-content-block .stat-block .heading-1 {
	color: var(--yellow);
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}

/*Centered*/

.media-content-block.centered {
	text-align: center;
}

.media-content-block.centered article {
	margin: 0 auto 10px;
}

.media-content-block.centered ul {
	gap: 60px;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: calc(990 / 1200 * 100%);
}

.media-content-block.centered .heading-5 {
	margin-bottom: 16px;
}

/***Left Content + Right Form***/

#form-anchor {
	display: block;
	height: 160px;
	left: 0;
	position: absolute;
	top: -160px;
	width: 100%;
	z-index: -1;
}

.left-content-form {
	margin-bottom: 160px;
	padding-bottom: 54px;
}

.left-content-form .triangle-pattern {
	grid-template-columns: repeat(5,1fr);
	left: 0;
	top: calc(100% - 150px);
}

.left-content-form article {
	padding-top: 110px;
	width: calc(538 / 1200 * 100%);
}

.left-content-form .fancy-bullets li {
	margin-bottom: 20px;
}

.left-content-form h2 {
	color: var(--ice);
	margin-bottom: 40px;
}

.left-content-form h2 .eyebrow {
	color: var(--sky);
}

.left-content-form .form {
	align-self: flex-start;
	margin: -40px calc(103 / 1200 * 100%) 0 0;
	width: calc(475 / 1200 * 100%);
}

.left-content-form .form .hs-form-field {
	width: 100%;
}

/*Form Exceptions*/

.page-id-1415 .left-content-form .form,
.page-id-1456 .left-content-form .form {
	margin: -40px 0 0 0;
	width: calc(600 / 1200 * 100%);
}

.page-id-1415 .left-content-form .form .hs-form-field,
.page-id-1456 .left-content-form .form .hs-form-field {
	width: calc(260 / 561 * 100%);
}

.page-id-1415 .left-content-form .form .hs-fieldtype-textarea.hs-form-field,
.page-id-1456 .left-content-form .form .hs-fieldtype-textarea.hs-form-field {
	width: 100%;
}

#register-form fieldset.form-columns-1,
#defi-form fieldset.form-columns-1 {
	margin-bottom: 18px;
	width: calc(260 / 561 * 100%);
}

#register-form #defi-form .form-columns-1 .hs-form-field,
#register-form fieldset.form-columns-1 .hs-input,
#defi-form .form-columns-1 .hs-form-field,
#defi-form fieldset.form-columns-1 .hs-input {
	width: 100%;
}

#register-form .form-columns-2,
#defi-form .form-columns-2 {
	display: flex;
	justify-content: space-between;
	max-width: unset;
	width: 100%;
}

#register-form .form-columns-2 .hs-form-field,
#defi-form .form-columns-2 .hs-form-field {
	width: calc(260 / 561 * 100%);
}

#register-form fieldset.form-columns-1[data-reactid=".hbspt-forms-0.1:$5"],
#register-form fieldset.form-columns-1[data-reactid=".hbspt-forms-0.1:$6"],
#register-form fieldset.form-columns-1[data-reactid=".hbspt-forms-0.1:$7"] {
	max-width: unset;
	width: 100%;
}

#eligible-application {
    margin-right: calc(50 / 1200 * 100%);
    width: calc(550 / 1200 * 100%);
}

#eligible-application div[data-reactid=".hbspt-forms-0.1:$6"] {
	width: 100%;
}

form[data-form-id="33abd00f-ea84-48b3-897b-d57c0d55f801"] .hs-dependent-field {
	width: 100%;
}

/***Accordions***/

.accordions-content {
	margin-bottom: 120px;
}

.accordions-content article {
	margin: 0 auto;
	max-width: calc(688 / 1200 * 100%);
}

.accordions-content h2 {
	color: var(--blue);
	margin-bottom: 40px;
}

.accordions-content ul {
	margin: 0;
	padding: 0;
}

.accordions-content li {
	 list-style: none;
	 margin-bottom: 36px;
}

.accordions-content h3 {
	margin: 0;
}

.accordions-content h3 button {
	background: none;
	border: none;
	color: var(--light-onyx);
	padding: 0;
	text-align: left;
	width: 100%;
}

.accordions-content h3 button:hover,
.accordions-content .active h3 button {
	color: var(--blue);
}

.accordions-content p {
	margin: 16px 0 0;
	padding-left: calc(104 / 688 * 100%);
}

/***Link Cards***/

.link-cards {
	background: linear-gradient(120deg, var(--smoke), var(--smoke) 26%, transparent 26%, transparent 100%);
	padding-top: 80px;
	position: relative;
}

.link-cards .triangle-pattern {
	grid-template-columns: repeat(4, 1fr); 
	right: 5px;
	top: 17px;
}

.link-cards ul {
	gap: 40px;
	justify-content: center;
	list-style-type: none;
	padding-left: 0;
}

.link-cards li {
	background: var(--white);
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	width: calc((100% - 80px) / 3);
}

.link-cards li .cta-link-container,
.link-card-div {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 27px 30px 30px;
}

.link-cards h2 {
	margin-bottom: 79px;
	text-align: center;
}

.link-cards h2 .eyebrow {
	margin-bottom: 15px;
}

.link-cards h3 {
	margin-bottom: 14px;
}

.link-cards p:not(.cta-link) {
	color: var(--onyx);
	margin-bottom: 14px;
}

.link-cards .cta-link {
	margin: auto 0 0;
	width: max-content;
}

/*Fancy Styles*/

.link-cards.fancy {
	padding-top: 120px;
}

.link-cards.fancy:before {
  background: var(--white);
  bottom: 0;
  content: '';
  height: 211px;
  left: 0;
  position: absolute;
  width: 100%;
}

.link-cards.fancy li {
	background: var(--onyx);
	overflow: hidden;
	position: relative;
}

.link-cards.fancy li h3 {
	color: var(--white);
}

.link-cards.fancy li svg {
	display: block;
	margin-bottom: 10px;
	width: 31px;
}

.link-cards.fancy li.orange path {
	fill: var(--orange);
}

.link-cards.fancy li.blue path {
	fill: var(--blue);
}

.link-cards.fancy li.yellow path {
	fill: var(--yellow);
}

.link-cards.fancy li h3 {
	margin-bottom: 194px;
}

.link-cards.fancy li .cta-link {
	margin: auto 0 0 -10px;
}

.link-cards.fancy li img {
	bottom: 0;
	max-width: 50%;
	right: 0;
	position: absolute;
	width: 180px;
}

/***Full-Width Image***/

.image-block .flex-container {
	align-items: center;
	flex-direction: column;
}

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

.image-block p {
	margin-bottom: 40pxw;
	text-align: center;
}

.image-block img {
	width: 100%;
}

/***WYSIWYG Tables***/

.post-template-default .post-content table {
	border: none;
	margin-bottom: 20px;
}

.post-template-default .post-content tr {
	border-bottom: 2px solid var(--light-gray);
}

.post-template-default .post-content tr:last-of-type {
	border-bottom: none;
}

.post-template-default .post-content td {
	border: none;
	font-family: var(--heading-font);
	padding: 12px;
	vertical-align: middle;
}

.post-template-default .post-content td strong {
	font-weight: 700;
}

.post-template-default .post-content table img {
	box-shadow: none !important;
	margin: 0 !important;
	width: 16px !important;
}

/***Twitter Module***/

.twitter-feed h2 {
	margin-bottom: 40px;
	text-align: center;
}

.twitter-feed ul {
	align-items: flex-start;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

.twitter-feed li {
	background: var(--white);
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	padding: 20px;
	position: relative;
	transition: box-shadow .3s;
	width: calc((100% - 80px) / 3);
}

.twitter-feed .fa-twitter {
	position: absolute;
	right: 10px;
	top: 10px;
}

.twitter-feed .fa-twitter path {
	fill: rgb(29, 155, 240);
}

.twitter-feed li:hover {
	box-shadow: var(--shadow-small);
}

.twitter-feed h3,
.twitter-feed p {
	color: var(--onyx);
	font-family: var(--body-font);
	font-size: 1rem;
	letter-spacing: .5px;
	line-height: calc(28 / 16);
}

.twitter-feed h3 {
	margin: 0 0 20px;
}

.twitter-feed h3 span {
	color: var(--medium-gray);
	display: block;
}

.twitter-feed p {
	margin: 0;
}

.twitter-img {
	margin-top: 20px;
}

/***Multiple Case Studies***/

.multiple-case-studies,
.topic-posts-block {
  	overflow: hidden;
}

.multiple-case-studies::before {
	background: var(--white);
	bottom: 0;
	content: '';
	height: calc(100% - 300px);
	left: 0;
	position: absolute;
	width: 100%;
}

.multiple-case-studies ul,
.topic-posts-block ul {
  position: relative;
}

.multiple-case-studies .slick-slide,
.topic-posts-block .slick-slide {
  	width: calc(100vw - 40px);
}

.multiple-case-studies .slick-track,
.topic-posts-block .slick-track {
  	gap: 20px;
}

.multiple-case-studies .slick-arrow,
.topic-posts-block .slick-arrow {
	align-items: center;
	backface-visibility: hidden;
	background-image: linear-gradient(-45deg, #035BB5 0%, #0075F2 100%);
	border: none;
	border-radius: 3px;
	box-shadow: var(--shadow-small);
	color: white;
	display: flex;
	height: 40px;
	justify-content: center;
	position: absolute;
	top: -60px;
	width: 40px;
	z-index: 2;
}

.multiple-case-studies .slick-arrow.slick-disabled,
.topic-posts-block .slick-arrow.slick-disabled {
	background: var(--light-gray);
	cursor: default;
	opacity: .5;
}

.multiple-case-studies .slick-prev,
.topic-posts-block .slick-prev {
	right: 60px;
}

.multiple-case-studies .slick-next,
.topic-posts-block .slick-next {
	right: 0;
}

.multiple-case-studies h2.centered {
	text-align: center;
	width: 100%;
}

.multiple-case-studies .post a {
	display: block;
	height: 100%;
	padding-bottom: 38px;
	position: relative;
}

.multiple-case-studies .hide-eyebrow .post-meta {
	display: none;
}

.multiple-case-studies .post h3 {
	margin: 0;
}

.multiple-case-studies .post .image {
	background: rgba(0,114,247,.7);
	position: relative;
}

.multiple-case-studies .post .image .company-logo {
	left: 50%;
	max-height: 80px;
	max-width: 200px;
	object-fit: contain;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 2;
}

.multiple-case-studies .post .image .wp-post-image {
	filter: grayscale(1);
	mix-blend-mode: multiply;
}

.multiple-case-studies .post .cta-link {
	bottom: 0;
	left: 0;
	position: absolute;
}

/***Sticky Blocks***/

.builder-hero + .page-builder .sticky-blocks {
	margin-top: -160px;
}

.builder-hero + .page-builder .sticky-blocks:after {
	background: var(--smoke);
	content: '';
	height: 112px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.builder-hero.dark + .page-builder .sticky-blocks:after {
	background: var(--onyx);
}

.sticky-blocks {
	padding: 112px 0 150px;
	position: relative;
}

.page-builder section.sticky-blocks:last-of-type {
	margin-bottom: 0;
}

.sticky-blocks:before {
	background: var(--pure-white);
	border-radius: 5px 0 0 5px;
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 116px);
}

.sticky-block {
	display: flex;
	justify-content: space-between;
	left: -35px;
	margin: 0 0 84px;
	padding: 0 0 0 104px;
	position: relative;
	width: calc(100% + 70px);
}

.sticky-block:last-of-type {
	margin: 0;
}

.sticky-block .sticky-anchor {
	height: 180px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: -180px;
	visibility: hidden;
}

.sticky-block .sticky-container {
	position: relative;
	width: 376px;
}

.sticky-block .sticky-container h2 {
	color: var(--blue);
	display: flex;
	font-family: var(--heading-font-wide);
	font-weight: 700;
	gap: 40px;
	height: max-content;
	left: 0;
	margin: -17px 0 0;
	position: sticky;
	top: 180px;
	width: 100%;
}

.sticky-block .sticky-container h2 span {
	color: var(--navy);
	margin: 17px 0 0;
	width: calc(312 / 376 * 100%);
}

.sticky-block .content {
	width: calc(584 / 1104 * 100%);
}

.sticky-block .content h3 {
	color: var(--blue);
	font: 400 calc(20rem / 16)/calc(32 / 20) var(--heading-font-wide);
	letter-spacing: 0.3px;
	margin: 0 0 20px;
}

.sticky-block .content h3 strong {
	font-weight: 700;
}

.sticky-block .content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sticky-block .content li {
	padding: 0 0 0 35px;
	position: relative;
}

.sticky-block .content li:before {
	background: var(--blue);
	clip-path: polygon(50% 0, 0% 100%, 100% 100%);
	content: '';
	height: 13px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 15px;
}

.sticky-block .content li:not(:last-child) {
	margin: 0 0 20px;
}

/***Text + Callout Box***/

.text-callout-block {
	overflow: hidden;
}

.text-callout-block .grid.container {
	align-items: flex-start;
	gap: 40px;
	grid-template-columns: repeat(12,1fr);
}

.grid-text.col-7 {
	grid-column: 1 / span 7;
}

.grid-text.col-9 {
	grid-column: 1 / span 9;
}

.callout-box {
	grid-column: 9 / span 4;
}

.grid-text h1,
.grid-text h2,
.grid-text h3,
.grid-text h4,
.grid-text h5,
.grid-text h6 {
	margin-bottom: 15px;
}

.grid-text p,
.grid-text li,
.callout-box li {
	margin-bottom: 10px;
	position: relative;
}

.grid-text ul,
.callout-box ul {
	list-style-type: none;
	margin: 0;
	padding-left: 35px;
}

.grid-text li::before,
.callout-box li::before {
	background: url('svgs/blue-tri.svg') no-repeat;
	background-size: contain;
	content: '';
	height: 12px;
	left: -35px;
	position: absolute;
	top: 7px;
	width: 15px;
}

.grid-text li li:first-of-type,
.callout-box li li:first-of-type {
	margin-top: 10px;
}

.grid-text li li::before,
.callout-box li li::before {
	background: url('svgs/orange-tri.svg') no-repeat;
	background-size: contain;
}

.callout-box {
	position: relative;
}

.text-callout-block .triangle-pattern {
	bottom: -13px;
	grid-template-columns: repeat(9, 1fr);
	position: absolute;
	right: -76px;
	z-index: -1;
}

.callout-box .eyebrow {
	margin-bottom: 13px;
}

.callout-box article {
	background: var(--pure-white);
	border-radius: 5px;
	box-shadow: 0px 10px 30px 0px #1F212933;
	margin-bottom: 30px;
	padding: 27px 30px 21px;
}

.callout-box p {
	margin-bottom: 10px;
}

.callout-box article > *:last-child {
	margin-bottom: 0;
}

/***************************************************************************************************************************************************************************************/

/*RESOURCE ARCHIVE STYLES*/

/***************************************************************************************************************************************************************************************/

.case-studies {
	margin-bottom: 151px;
	overflow: hidden;
}

.case-studies-header::before {
	border-color: transparent transparent transparent #FAFAFA;
	border-style: solid;
	border-width: 389px 0 0 244px;
	content: '';
	height: 0;
	position: absolute;
	right: calc(248px - 7vw);
	top: -71px;
	width: 0;
	z-index: -1;
}

.case-studies-header::after {
	background-color: var(--smoke);
	content: '';
	height: 389px;
	position: absolute;
	right: calc(0px - 7vw);
	top: -71px;
	width: 492px;
	z-index: -2;
}

.resources-header h2 {
	margin-top: 10px;
	max-width: 624px;
}

.carousel.six-carousel {
	margin: 76px 0 0 calc(-7vw - 80px);
	width: calc(100vw + 30px);
}

.carousel.six-carousel .slick-arrow {
	top: -120px;
}

.six-carousel .slick-slide {
	margin: 0 30px;
}

.six-carousel .slick-slide > div {
	margin-bottom: 60px;
}

.six-carousel .slick-slide .post-meta,
.white-papers .post-meta {
	display: none;
}

.six-carousel .slick-slide h3 {
	font-size: calc(20rem / 16);
	letter-spacing: calc(0.3rem / 16);
	margin: 24px auto;
	transition: all .25s ease;
}

.six-carousel .slick-slide .image {
	height: auto;
	position: relative;
}

.six-carousel .slick-slide .image:before,
.careers-carousel .slide.alt .image:before,
.featured-image.video-lightbox:before,
#category-case-studies .white-paper-list .image::before,
.cs-image::before {
	background: var(--onyx);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	mix-blend-mode: lighten;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.six-carousel .slick-slide .image:after,
.careers-carousel .slide.alt .image:after,
.featured-image.video-lightbox:after,
#category-case-studies .white-paper-list .image::after,
.cs-image::after {
	background: var(--blue);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.six-carousel .slick-slide .image .company-logo,
#category-case-studies .white-paper-list .image .company-logo,
.cs-image .company-logo {
	left: 50%;
	max-height: 40px;
	max-width: 200px;
	object-fit: contain;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 2;
}

#category-case-studies .white-paper-list .image,
.cs-image {
	height: max-content;
}

#category-case-studies .white-paper-list .image .company-logo,
.cs-image .company-logo {
	max-height: 80px;
}

.cs-image {
	position: relative;
}

.cs-image::before,
.cs-image::after {
	border-radius: 5px;
}

.cs-image .company-logo {
	box-shadow: none;
	max-height: 160px;
	max-width: 360px;
	width: 60%;
}

.white-papers {
	margin-bottom: 151px;
	overflow: hidden;
	position: relative;
}

.white-papers .triangle-pattern {
	grid-template-columns: repeat(7, 1fr);
	top: 163px;
	z-index: -1;
}

.white-papers .resources-header {
	margin-bottom: 116px;
	text-align: center;
}

.white-papers .resources-header h2 {
	margin: 10px auto 0;
}

.white-paper-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	margin: 0 auto;
	max-width: 1070px;
	padding: 0;
}

.white-paper-list.carousel .slick-list {
	max-width: 100vw;
	padding: 0;
}

.white-paper-list.carousel {
	display: block;
	margin: 0;
	max-width: unset;
	width: 100%;
}

.white-paper-list li {
	margin-top: 60px;
	width: calc(50% - 60px);
}

.white-paper-list li:first-child,
.white-paper-list li:nth-child(2) {
	margin-top: 0;
}

.white-paper-list.carousel .slick-track {
	gap: calc(168 / 1440 * 100vw);
}

.white-paper-list.carousel li,
.white-paper-list.carousel li:first-child,
.white-paper-list.carousel li:nth-child(2) {
	margin: 0;
}

.white-paper-list.carousel li {
	display: block !important;
	width: calc(485 / 1440 * 100vw) !important;
}

.white-paper-list .post .image:hover img {
	transform: scale3d(1, 1, 1);
}

.white-paper-list .image {
	aspect-ratio: 1.8;
	box-shadow: none;
	display: block;
	/* height: 306px; */
	height: auto;
	position: relative;
	width: 100%;
}

.white-paper-list .image::before {
	background-color: var(--smoke);
	border-radius: 5px;
	bottom: 0;
	content: '';
	height: calc(100% - 40px);
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.white-paper-list .image img {
	object-fit: contain;
}

.white-paper-list h3 {
	margin: 23px 0 16px;
}

.white-paper-list p {
	color: var(--onyx);
}

.webinars {
	position: relative;
}

.webinars .triangle-pattern {
	bottom: -145px;
	grid-template-columns: repeat(5, 1fr);
}

.webinars .triangle-pattern .triangle {
	--triangle-color: var(--dark-navy);
}

.webinars .triangle-pattern .triangle:nth-of-type(n+21) {
	--triangle-color: var(--ice);
}

.webinars .resources-header {
	margin-bottom: 76px;
}

.webinar-list {
	list-style-type: none;
	margin: 0 auto 220px;
	max-width: 1070px;
	padding: 0 0 160px;
	position: relative;
}

.webinar-list::before {
	background-color: var(--onyx);
	border-radius: 0 5px 5px 0;
	content: '';
	height: calc(100% - 80px);
	left: calc(0px - ((100vw - 1070px) / 2));
	position: absolute;
	top: 80px;
	width: 44vw;
	z-index: -1;
}

@media only screen and (max-width: 73.125em /*1170px*/) {
	.webinar-list::before {
		left: -50px;
	}
}

.webinar-list li a {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px 69px;
}

.webinar-list li:last-of-type a {
	margin-bottom: 0;
}

.webinar-list .image {
	width: 44%;
}

.webinar-list a > div {
	width: 44%;
}

/***************************************************************************************************************************************************************************************/

/*GATED CONTENT STYLES*/

/***************************************************************************************************************************************************************************************/

.resource-hero .container {
	align-items: flex-end;
}

.resources-template-default .post-content:not(.resource-content),
.webinars-template-default .post-content:not(.resource-content) {
	padding-bottom: 0;
}

.resources-template-default .post-content:not(.resource-content) .container,
.webinars-template-default .post-content:not(.resource-content) .container {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.resources-template-default .post-content:not(.resource-content) article,
.webinars-template-default .post-content:not(.resource-content) article {
	margin-right: 40px;
	width: calc(792 / 1200 * 100%);
}

.featured-image.video-lightbox {
	background: var(--cobalt);
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	display: block;
	overflow: hidden;
	position: relative;
}

.featured-image.video-lightbox .play-button {
	color: var(--white);
	font-size: 60px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}

.featured-image.video-lightbox img {
	margin: 0;
	transition: all .25s ease;
}

.resources-template-default .post-content:not(.resource-content) article p {
	margin-bottom: 46px;
}

.info-container {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	display: flex;
	flex-direction: column;
	margin-top: -80px;
	max-width: 272px;
	padding-bottom: 9px;
	position: absolute;
	right: 50px;
	width: calc((100vw - 100px) * .23 );
}

.info-container img {
	background-color: var(--white);
	border-radius: 5px 5px 0 0;
	padding: 40px 30px;
	width: 100%;
}

.info-container span {
	color: var(--dark-gray);
	font-family: var(--heading-font-wide);
	font-size: calc(13rem / 16);
	font-weight: 500;
	letter-spacing: calc(0.64rem / 16);
	line-height: 1;
	margin-bottom: 5px;
	padding: 0 40px;
}

.info-container span:first-of-type {
	margin-top: 34px;
}

.info-container span.speakers {
	margin-bottom: 17PX;
}

.info-container h2 {
	color: var(--onyx);
	font-family: var(--heading-font-wide);
	font-size: calc(12rem / 16);
	font-weight: 700;
	letter-spacing: calc(2.4rem / 16);
	line-height: calc(23 / 12);
	margin-bottom: 26px;
	padding: 0 40px;
	text-transform: uppercase;
}

.info-container div {
	margin-bottom: 21px;
	padding: 0 40px;
}

.info-container div:last-of-type {
	margin-bottom: 26px;
}

.info-container p {
	color: var(--onyx);
	font-family: var(--heading-font-wide);
	font-size: calc(14rem / 16);
	letter-spacing: calc(0.2rem / 16);
	line-height: calc(24 / 14);
	margin: 0;
}

.info-container p.speaker-name {
	font-weight: 500;
}

.resource-content .container {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
}

.resource-content.post-content article {
	margin: 0 0 0 calc(104 / 1200 * 100%);
}

.resource-content.post-content article.left-col {
	margin: 63px 0 0;
	width: calc(50% - 40px);
}

.resource-content.post-content article.full-col {
	margin: 63px auto 0;
	max-width: 880px;
	width: 100%;
}

.resource-content.post-content article > *:first-child {
	margin-top: 0;
}

.resource-content .form {
	bottom: 80px;
	max-width: 480px;
	position: relative;
	width: 40%;
}

.resource-content .hs-form-field,
.resource-content .hs-dependent-field {
	width: 100%;
}

.resource-form {
	padding: 0 50px 470px;
}

.resource-form .container {
	background-color: var(--onyx);
	border-radius: 5px;
	padding: 71px 50px 0;
}

.resource-form .form {
	bottom: -280px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}

.resource-form .form-header {
	margin: 0 auto -240px;
	max-width: 680px;
}

.resource-form .form-header p {
	color: var(--sky);
	font-family: var(--heading-font-wide);
	font-size: calc(12rem / 16);
	font-weight: 700;
	letter-spacing: calc(2.4rem / 16);
	line-height: calc(23 / 12);
	margin: 0 0 25px;
	text-align: center;
	text-transform: uppercase;
}

.resource-form .form-header h2 {
	color: var(--ice);
	font-family: var(--heading-font-wide);
	font-size: calc(44rem / 16);
	font-weight: 400;
	line-height: calc(56 / 44);
	margin: 0;
	text-align: center;
}

.resource-content .form article,
.resources-template-default .post-content:not(.resource-content) .events-form .form article {
	margin: 0;
	width: 100%;
}

.events-form .form article h3 {
	color: var(--blue);
	margin-top: 0;
}

article.flush-left,
.resource-content.post-content article.flush-left {
	margin-left: 0;
}

.resource-content.post-content article.left-col.events-article {
	margin: 0 40px 0 0;
	max-width: 1200px;
	padding-bottom: 120px;
	width: calc(1387/2200*100%);
}

.events-article + .form {
	bottom: unset;
}

.events-form .form-header {
	background-color: var(--onyx);
	border-radius: 5px;
	height: calc(100% + 40px);
	left: 0;
	margin-top: -80px;
	position: absolute;
	top: -40px;
}

.events-form.resource-form {
	margin-bottom: -240px;
	margin-top: -80px;
	padding-bottom: 0;
	z-index: 2;
}

.events-form .form {
	bottom: unset;
	width: 100%;
}

.events-form .hs-form {
	flex-direction: column;
}

.events-form .hs-form-field {
	width: 100%;
}

.form-header.flush-left {
	width: 100%;
}

.events-spacing {
	min-width: 476px;
}

/***************************************************************************************************************************************************************************************/

/*CAREERS ARCHIVE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.page-template-page-careers .image-hero .angled-bkg {
	height: 552px;
}

.image-hero .triangle-pattern {
	grid-template-columns: repeat(5,1fr);
	left: 0;
	top: 482px;
}

.page-template-page-careers .image-hero article {
	margin-bottom: 76px;
}

.image-hero .image {
	margin-left: auto;
	width: calc(789 / 1200 * 100%);
}

.image-hero .image img {
	width: 100%;
}

/***Testimonials***/

.career-testimonial {
	margin-bottom: 100px;
	position: relative;
}

.career-testimonial.alt {
	margin-bottom: 23px;
}

.career-testimonial .triangle-pattern {
	bottom: 76px;
	grid-template-columns: repeat(7,1fr);
	left: 0;
}

.career-testimonial.alt .triangle-pattern {
	bottom: 0;
	grid-template-columns: repeat(5,1fr);
	left: auto;
	right: 0;
}

.career-testimonial .container.flex-container {
	align-items: center;
}

.career-testimonial img {
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	width: calc(376 / 1200 * 100%);
}

.career-testimonial:not(.alt) img {
	margin-top: 80px;
}

.career-testimonial article,
.careers-carousel article {
	width: calc(688 / 1200 * 100%);
}

.career-testimonial:not(.alt) article {
	margin-bottom: 111px;
}

.career-testimonial.alt article {
	margin-left: auto;
}

.career-testimonial h2 {
	margin-bottom: 26px;
}

.career-testimonial .testimonial {
	align-items: flex-start;
	padding: 0;
	width: 100%;
}

.career-testimonial.alt .testimonial {
	margin: -120px 0 0;
	padding: 265px 0 0;
}

.career-testimonial.alt .testimonial::before {
	border-radius: 0 5px 5px 0;
	left: calc(-7vw - 50px);
	top: -15px;
	width: calc((32 / 1200 * 100%) + 7vw + 50px);
	z-index: -1;
}

.career-testimonial .testimonial blockquote {
	padding: 80px 0 76px;
	position: relative;
	width: calc(550 / 1200 * 100%);
}

.career-testimonial.alt .testimonial blockquote {
	padding: 0 0 0 104px;
	width: calc(688 / 1200 * 100%);
}

.career-testimonial .testimonial blockquote::before {
	left: -74px;
	width: calc(100% + 7vw + 50px + 74px);
}

.career-testimonial .testimonial .icon {
	left: -104px;
	top: 80px;
}

.career-testimonial.alt .testimonial .icon {
	left: 0;
	top: 0;
}

.career-testimonial blockquote p {
	font: 400 italic calc(26rem / 16) / calc(38 / 26) var(--heading-font-wide);
	letter-spacing: .6px;
}
	
/***Carousel***/

.careers-carousel {
	margin-bottom: 80px;
}

.careers-carousel article {
	margin: 0 calc(104 / 1200 * 100%) 111px auto;
}

.careers-carousel .carousel-parent {
	padding: 160px 0 20px;
	position: relative;
}

.careers-carousel .angled-bkg.shortened .angle::before {
	left: 0;
	right: auto;
	width: 142px;
}

.careers-carousel .angled-bkg .angle svg  {
	left: 145px;
}

.careers-carousel .carousel {
	margin: 0 calc(-7vw - 50px) 0 0;
}

.careers-carousel .slick-slide {
	margin-right: 60px;
	padding-bottom: 60px;
	position: relative;
}

.careers-carousel .slide.alt .image {
	border-radius: 5px;
	height: calc(100% - 60px);
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.careers-carousel .slide img {
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	width: 100%;
}

.careers-carousel .slide blockquote {
	margin: 0;
	padding: 72px 40px;
	position: relative;
	text-align: center;
}

.careers-carousel .slide svg {
	color: var(--white);
	display: block;
	font-size: 24px;
	margin: 0 auto 20px;
}

.careers-carousel .slide blockquote p {
	color: var(--white);
}
	
/***Job Openings***/

.job-openings {
	margin-bottom: 160px;
	min-height: 692px;
	padding: 111px 0 0;
	position: relative;
}

.job-openings .angled-bkg {
	height: calc(100% - 164px);
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.job-openings .triangle-pattern {
	bottom: 165px;
	grid-template-columns: repeat(5,1fr);
	left: 0;
}

.job-openings h2 {
	color: var(--sky);
	margin: 0 0 25px calc(104 / 1200 * 100%);
}

.job-openings .comeet-outer-wrapper {
	padding-bottom: 164px;
}

.job-openings .comeet-g-r {
	display: flex;
	justify-content: space-between;
}

.job-openings .comeet-social {
	border-top-color: var(--smoke);
	bottom: -80px;
	left: 50px;
	margin-top: 0;
	position: absolute;
	width: calc(480 / 1200 * 100%);;
}

/*Locations*/

.job-openings .comeet-g-r > div:first-of-type {
	flex-shrink: 0;
	margin-left: calc(104 / 1200 * 100%);
	width: calc(376 / 1200 * 100%);
}

.job-openings .comeet-outer-wrapper .comeet-groups-list .comeet-group-name {
	color: var(--medium-gray);
	cursor: pointer;
	margin: 0 0 6px;
	transition: color .25s ease;
}

.job-openings .comeet-outer-wrapper .comeet-groups-list .comeet-group-name:hover {
	color: var(--sky);
}

.job-openings .comeet-outer-wrapper .comeet-groups-list .active .comeet-group-name {
	color: var(--yellow);
}

/*Listings*/

.job-openings .comeet-positions-list {
	position: absolute;
	right: 50px;
	top: 0;
	width: calc(584 / 1200 * 100%);
}

.job-openings li a.comeet-position {
	background: white;
	border: none;
	border-radius: 5px;
	box-shadow: var(--shadow-small);
	display: flex;
	flex-direction: column;
	float: none;
	margin: 0;
	min-height: 0;
	padding: 24px 165px 24px 40px;
	position: relative;
	width: 100%;
}

.job-openings li a.comeet-position:nth-child(2n+1) {
	margin-right: 0;
}

.job-openings li a.comeet-position:hover {
	box-shadow: var(--shadow-large) !important;
}

.job-openings li a.comeet-position:before {
	bottom: 30px;
	content: 'Learn More';
	position: absolute;
	right: 40px;
}

.job-openings li a.comeet-position:after {
	background: url('svgs/btn-arrow-blue.svg') no-repeat;
	bottom: 33px;
	content: '';
	height: 8px;
	position: absolute;
	right: 35px;
	transition: all .25s ease;
	width: 16px;
}

.job-openings li a.comeet-position:hover::after {
	transform: translateX(10px);
}

.job-openings .comeet-position-meta,
.comeet-outer-wrapper .comeet-position-meta-single span.comeet-position-location {
	color: var(--dark-gray) !important;
	font-size: calc(14rem / 16) !important;
	font-weight: 500;
	letter-spacing: .9px;
	margin-bottom: 3px;
}

.job-openings .comeet-position-name {
	color: var(--cobalt);
	margin: 0;
	order: 2;
}

/* Privacy Notice */

.page-template-page-openings .privacy-notice {
    text-align: center;
}

/* Share Buttons */

.share-buttons ul {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    list-style: none;
    margin: 0 auto 120px;
    max-width: 980px;
    padding: 0;
}

.share-buttons ul.single-job-post {
    margin-top: 50px;
}

.share-buttons a {
    align-items: center;
    background: var(--pure-white);
    border-radius: 3px;
    box-shadow: var(--shadow-small);
    color: var(--social-color);
    display: flex;
    font-size: 25px;
    height: 56px;
    justify-content: center;
    line-height: 30px;
    padding: 10px;
    transition: all .1s ease;
}

.share-buttons a:hover {
    background-color: var(--social-color);
    box-shadow: var(--shadow-large);
    color: var(--pure-white);
}

#linkedin {
    --social-color: #096C9B;
}

#facebook {
    --social-color: #3560A0;
}

#twitter {
    --social-color: #2DAAE1;
}

#whatsapp {
    --social-color: #25d366;
}

#email {
    --social-color: #656565;
}

/***************************************************************************************************************************************************************************************/

/*CAREERS SINGLE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.position-hero {
	margin-bottom: 63px;
}

.position-hero .angled-bkg .angle svg {
	left: 110%;
}

.position-hero .triangle-pattern {
	bottom: -120px;
	grid-template-columns: repeat(5,1fr);
	left: 0;
}

.position-hero article,
.job-details .comeet-outer-wrapper > div > div:not(.comeet-apply) {
	margin-left: calc(104 / 1200 * 100%);
}

.position-hero .btn {
	bottom: -154px;
	position: absolute;
	right: 50px;
}

/***Job Details***/

.job-details {
	margin-bottom: 160px;
}

.job-details .all-jobs-link {
	display: none;
}

.job-details .comeet-outer-wrapper > div {
	display: flex;
	flex-direction: column;
}

.job-details .comeet-outer-wrapper > div > div:not(.comeet-apply) {
	width: calc(688 / 1200 * 100%);
}

.job-details .comeet-outer-wrapper .comeet-position-info h4 {
	color: var(--onyx);
	font-weight: normal;
	margin: 34px 0 27px;
}

.job-details .comeet-outer-wrapper .comeet-position-description p, 
.job-details .comeet-outer-wrapper .comeet-position-requirements p {
	margin-bottom: 30px;
}

/*Apply*/

.job-details .comeet-apply {
	margin: 112px auto 0;
	order: 3;
	padding-top: 71px;
	position: relative;
	text-align: center;
	width: calc(680 / 1200 * 100%);
}

.job-details .comeet-apply:before {
	background: var(--onyx);
	border-radius: 5px;
	content: '';
	height: calc(100% - 310px);
	left: calc((260 / 680 * -100%) - 7vw + 10px);
	position: absolute;
	top: 0;
	width: calc(100vw - 120px);
	z-index: -1;
}

.job-details .comeet-apply h4 {
	color: var(--ice);
	font-weight: normal;
	margin: 0 0 76px;
}

.job-details .comeet-apply iframe {
	background: white;
	border-radius: 5px;	
	box-shadow: var(--shadow-medium);
	padding: 0 60px;
}

/***************************************************************************************************************************************************************************************/

/*FEATURES & INTEGRATIONS PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.features-hero {
	padding-bottom: 230px;
}

.features-hero article {
	width: calc(896 / 1200 * 100%);
}

.features-hero h1 {
	margin-bottom: 40px;
}

.features-hero p {
	width: calc(792 / 896 * 100%);
}

/*Search*/

.live-search {
	align-items: center;
	background: white;
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	margin: 50px 0;
	max-width: 1096px;
	padding: 23px 40px 30px;
	position: relative;
	width: 100%;
}

.live-search h2 {
	width: calc(440 / 1128 * 100%);
}

.live-search .search-data {
	position: relative;
	width: calc(544 / 1128 * 100%);
}

.live-search .search-data input {
	background: none;
	font-size: calc(20rem / 16);
	height: 62px;
	letter-spacing: .6px;
	margin: 0;
	padding: 0 65px 0 20px;
	width: 100%;
}

.live-search .search-data .fa-search {
	color: var(--onyx);
	font-size: calc(24rem / 16);
	position: absolute;
	right: 22px;
	top: 20px;
}

.live-search .search-results,
.live-search .no-results {
	display: none;
}

.live-search .search-results {
	background: white;
	border-radius: 5px;
	box-shadow: var(--shadow-small);
	height: 200px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: absolute;
	top: calc(100% + 10px);
	width: 100%;
	z-index: 2;
}

.live-search .search-results li {
	border-bottom: 1px solid var(--smoke);
	list-style: none;
	padding: 10px 50px 10px 10px;
	position: relative;
}

.live-search .search-results li span {
	color: var(--medium-gray);
}

.live-search .search-results li svg {
	color: #26CF86;
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 16px;
}

.live-search .search-results .no-results {
	border-bottom: none;
	padding: 10px;
}

.single-integrations .live-search .search-results .no-results {
	display: list-item !important;
}

.live-search .no-results p {
	margin: 0 0 12px;
	width: 100%;
}

/***Feature Tabs***/

.features-tabs {
	margin-bottom: 160px;
}

.features-tabs .flex-container {
	align-items: flex-start;
}

/*Nav*/

.features-tabs .tabs-nav-container {
	margin-top: -161px;
	padding: 71px 0 150px;
	position: relative;
	width: calc(272 / 1200 * 100%);
}

.features-tabs .tabs-nav-container:before {
	background: var(--onyx);
	border-radius: 0 5px 5px 0;
	content: '';
	height: 100%;
	left: calc(-7vw - 50px);
	position: absolute;
	top: 0;
	width: calc(596 / 272 * 100%);
}

.features-tabs .triangle-pattern {
	bottom: -140px;
	grid-template-columns: repeat(5,1fr);
	left: calc(-7vw - 50px);
}

.features-tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.features-tabs .parent {
	margin-bottom: 51px;
}

.features-tabs h3 {
	color: var(--medium-gray);
	margin-bottom: 15px;
	position: relative;
}

.features-tabs .parent li {
	margin-bottom: 10px;
}

.features-tabs li button {
	backface-visibility: hidden;
	background: none;
	border: none;
	color: var(--white);
	font: 500 calc(14rem / 16)/calc(13 / 14) var(--heading-font-wide);
	letter-spacing: .9px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
	width: 100%;
}

.features-tabs li button:hover,
.features-tabs li button:focus {
	outline: none;
}

.features-tabs li.active button {
	color: var(--yellow);
	padding-left: 22px;
}

.features-tabs li:not(.active) > button:hover,
.features-tabs li:not(.active) > button:focus {
	color: var(--sky);
}

.features-tabs li button:before {
	backface-visibility: hidden;
	border-color: transparent transparent var(--yellow) transparent;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	content: '';
	height: 0;
	left: -11px;
	position: absolute;
	top: 0;
	transition: all .25s ease;
	width: 0;
}

.features-tabs li.active button:before {
	transform: translate3d(11px, 0, 0);
}

/***Content***/

.features-tabs .tab-content {
	margin-top: -40px;
	position: relative;
	width: calc(792 / 1200 * 100%);
}

/*Featured Boxes*/

.features-tabs .featured-boxes {
	gap: 40px;
	grid-template-columns: 1fr 1fr;
	list-style: none;
	margin: 0;
	padding: 0;
}

.features-tabs .featured-boxes li,
.features-tabs .columned-list,
.features-tabs .logo-boxes li,
.logo-blurbs li {
	background: white;
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
}

.features-tabs .featured-boxes li {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 33px 40px;
	width: 100%;
}

.features-tabs .featured-boxes li.full-width {
	grid-column: 1 / -1;
}

.features-tabs .featured-boxes h3 {
	color: var(--navy);
	margin-bottom: 14px;
}

.features-tabs .featured-boxes .full-width h3 {
	margin-bottom: 24px;
}

.features-tabs .featured-boxes p {
	color: var(--onyx);
	margin-bottom: 25px;
}

.features-tabs .featured-boxes .arrow-link {
	margin: auto 0 0 auto;
}

/*Columned List*/

.features-tabs .columned-list {
	column-count: 3;
	gap: 40px;
	margin: 0;
	padding: 53px 40px 73px;
}

.features-tabs .columned-list li {
	font-size: calc(14rem / 16);
	letter-spacing: .2px;
	line-height: calc(22 / 14);
	list-style: none;
	margin-bottom: 4px;
}

.features-tabs .columned-list li span {
	color: var(--medium-gray);
	margin-left: 5px;
}

/*Logo Boxes*/

.features-tabs .logo-boxes {
	gap: 40px;
	grid-template-columns: repeat(3,1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.features-tabs .logo-boxes li {
	display: flex;
	height: 127px;
	padding: 20px;
}

.features-tabs .logo-boxes.alt li {
	align-items: center;
	justify-content: center;
}

.logo-box-link {
	align-items: center;
	color: var(--onyx);
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.features-tabs .logo-boxes li img {
	margin: auto;
	max-height: 100%;
	width: auto;
}

.features-tabs .logo-boxes.alt li img {
	margin: 0 10px 0 0;
	width: 50px;
}

/*Logo + Blurb*/

.logo-blurbs {
	gap: 40px;
	grid-template-columns: repeat(2,1fr);
}

.logo-blurbs li {
	padding: 40px;
}

.logo-blurbs img {
	display: block;
	max-height: 24px;
	max-width: 145px;
	width: auto;	
}

.logo-blurbs p {
	margin: 30px 0 0;
}

/***************************************************************************************************************************************************************************************/

/*INTEGRATIONS PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Search***/

.single-integrations .live-search .search-data input {
	font-size: calc(16rem / 16);
}

/***Tabs***/

/*Nav*/

#menu-integrations {
	margin-bottom: 51px;
}

#menu-integrations li:not(:last-child) {
	margin-bottom: 10px;
}

#menu-integrations li a {
	color: var(--white);
	display: block;
	font: 500 calc(14rem / 16)/calc(13 / 14) var(--heading-font-wide);
	letter-spacing: 0.9px;
	overflow: hidden;
	padding: 6px 0;
	position: relative;
	width: 100%;
}

#menu-integrations li a:before {
	backface-visibility: hidden;
	border-color: transparent transparent var(--yellow) transparent;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	content: '';
	height: 0;
	left: -11px;
	opacity: 0;
	position: absolute;
	top: 6px;
	transition: all 0.25s ease;
	width: 0;
}

/*Content*/

.tab-content.integrations {
	display: block !important;
}

/***************************************************************************************************************************************************************************************/

/*THANK YOU PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.thanks-hero {
	padding-bottom: 170px;
}

.thanks-hero article {
	margin: 0 auto;
	max-width: 792px;
	text-align: center;
}

.thanks-hero h1 {
	margin-bottom: 26px;
}

/***************************************************************************************************************************************************************************************/

/*SEARCH RESULTS PAGE*/

/***************************************************************************************************************************************************************************************/

.search-results .top-module {
	padding-bottom: 20px;
}

.search-results h1 {
	margin: 0 auto 40px;
	max-width: 900px;
}

.search-results .searchform {
	max-width: 900px;
}

.search-results .blog-content,
.search-no-results .blog-content {
	padding-bottom: 150px;
}

.blog-content .search-list {
	list-style-type: none;
	padding-left: 0;
}

.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
	align-items: center;
	display: inline-flex;
	height: 24px;
	justify-content: center;
	margin: 0 4px;
	width: 24px;
}

.wp-pagenavi .current {
	background: var(--yellow);
	color: var(--white);
}

/***************************************************************************************************************************************************************************************/

/*COMPARISON PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.compare-hero {
	padding-bottom: 96px;
}

.compare-hero h1 {
	margin: 0 auto;
	max-width: 950px;
	text-align: center;
}

/* .compare-hero h1 .eyebrow, */
.compare-hero h6.eyebrow {
	margin-bottom: 16px;
}

/***Table***/

.comparison-table {
	padding-bottom: 120px;
	position: relative;
}

.comparison-table .triangle-pattern {
	grid-template-columns: repeat(9,1fr);
	right: 20px;
	top: -90px;
}

.comparison-table .table-container {
	background: #fff;
	border-radius: 5px;
	box-shadow: var(--shadow-medium);
	padding: 80px 104px 170px;
}

.comparison-table table {
	width: 100%;
}

.comparison-table thead th {
	padding: 0 30px 7px;
}

.comparison-table thead th:first-child,
.comparison-table td:first-child {
	padding-left: 0;
	width: calc(376 / 1000 * 100%);
}

.comparison-table table .heading-5 {
	color: var(--onyx);
	font-weight: normal;
	text-align: left;
}

.comparison-table thead th,
.comparison-table td {
	text-align: center;
	vertical-align: middle;
}

.comparison-table thead th.border,
.comparison-table td.border,
.comparison-table thead th.fill,
.comparison-table td.fill {
	position: relative;
	z-index: 2;
}

.comparison-table thead th.border:before,
.comparison-table td.border:before,
.comparison-table thead th.fill:before,
.comparison-table td.fill:before {
	border: 6px solid var(--yellow);
	content: '';
	left: 0;
	opacity: .45;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.comparison-table thead th.fill:before,
.comparison-table td.fill:before {
	background: var(--yellow);
	opacity: .37;
}

.comparison-table thead th.border:before,
.comparison-table thead th.fill:before {
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	height: calc(100% + 7px + 25px);
	top: -25px;
}

.comparison-table thead th img {
	max-height: 25px;
	max-width: 118px;
	width: 100%;
}

.comparison-table tbody th {
	background: var(--onyx);
	border-radius: 10px;
	color: var(--light-gray);
	display: table-cell;
	padding: 8px 10px 7px;
	position: relative;
	width: 100%;
	z-index: 3;
}

.comparison-table .section + tr td {
	padding-top: 29px;
}

.comparison-table td {
	padding: 0 30px 17px;
}

.comparison-table td:first-child {
	font: 1rem/calc(26 / 16) var(--heading-font-wide);
	letter-spacing: 0;
	text-align: left;
}

.comparison-table td.border:before,
.comparison-table td.fill:before {
	border-bottom: none;
	border-top: none;
	height: 100%;
	top: 0;
}

.comparison-table .section + tr td.border:before,
.comparison-table .section + tr td.fill:before {
	height: calc(100% + 29px);
	top: -29px;
}

.comparison-table tr:last-of-type td.border:before,
.comparison-table tr:last-of-type td.fill:before {
	border-bottom: 6px solid var(--yellow);
	border-radius: 0 0 5px 5px;
	height: calc(100% + 50px);
}

.comparison-table td svg {
	font-size: 1rem;
}

.comparison-table td.symbol-checked svg,
.comparison-table td.symbol-soon {
	color: var(--blue);
}

.comparison-table td.symbol-exxed svg {
	color: var(--medium-gray);
}

.comparison-table .table-container + .btn {
	display: block;
	margin: -25px auto 0;
	max-width: 100%;
	width: max-content;
}

/*Non-Table Table*/

.row {
	align-items: center;
	display: flex;
}

.left-cell {
	min-height: 48px;
	width: 51%;
}

.cell {
	padding: 0 30px 24px;
	text-align: center;
	vertical-align: center;
	width: 16%;
}

.left-cell.heading-5 {
    color: var(--onyx);
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
}

.cell.border {
	position: relative;
	z-index: 2;
}

.table-head {
	background-color: #fff;
	min-width: 730px;
	position: sticky;
	top: 115px;
	z-index: 4;
}

.table-head::before {
	background: #fff;
	content: '';
	display: block;
	height: calc(100% + 25px);
	left: 0;
	position: absolute;
	top: -25px;
	width: 100%;
	z-index: -1;
}

.table-head .row {
	align-items: stretch;
}

.table-head .cell {
	align-items: center;
	display: flex;
	justify-content: center;
}

.table-head .border::before {
	border: 6px solid #f8d39f;
	border-bottom: none;
    border-radius: 5px 5px 0 0;
    content: '';
    height: calc(100% + 19px);
    left: -6px;
    position: absolute;
    top: -25px;
    width: 100%;
    z-index: -1;
}

.table-head .cell img {
	max-height: 26px;
	max-width: 130px;
}

.table-body {
	min-width: 730px;
	overflow: visible;
}

.table-body .section {
	margin-bottom: 29px;
	position: sticky;
	top: 165px;
	z-index: 3;
}

.table-body .section .eyebrow {
    background: var(--onyx);
    border-radius: 10px;
    color: var(--light-gray);
    padding: 8px 10px 7px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 3;
}

.table-body .border::before {
    border: 6px solid #f8d39f;
    border-bottom: none;
    border-top: none;
    content: '';
    height: calc(100% + 29px);
    left: -6px;
    opacity: 1;
    position: absolute;
    top: -29px;
    width: 100%;
    z-index: -1;
}

.table-body .row:last-of-type .border::before {
	border-bottom: 6px solid #f8d39f;
    border-radius: 0 0 5px 5px;
    height: calc(100% + 50px);
}

.table-body .symbol-checked svg,
.table-body .symbol-soon svg {
	color: var(--blue);
}

.table-body .symbol-exxed svg {
	color: var(--medium-gray);
}

/***************************************************************************************************************************************************************************************/

/*Single SPARK Videos*/

/***************************************************************************************************************************************************************************************/

.post-content.gated-video {
	padding-bottom: 0;
}

.single-spark-container {
	align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.single-spark-container article {
	margin-right: 40px;
	/* width: calc(792 / 1200 * 100%); */
	width: 100%;
}

.single-spark-container .info-container span:first-of-type {
	margin-top: 0;
}

.info-container h2.speakers-header {
	margin-top: 34px;
}

.speaker-list {
	list-style-type: none;
	padding: 0;
}

.speaker-list h2 {
	text-transform: none;
}

.gated-video + .resource-content.post-content .container > article {
	margin-top: 63px;
	width: calc(50% - 40px);
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1550*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 96.875em) {

	/***Homepage***/
	
	.tabs .tabs-nav button {
		min-width: 80px;
		width: 100%;
	}

	/***Webinars Single***/

	/*Webinars Page Builder - Form */

	.webinars-builder .webinar-form .container {
		max-width: 100%;
	}

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1400*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 87.5em) {
	
	.container {
		max-width: 100%;
	}
	
	/***Footer***/
	
/*	#menu-footer > li:last-child {
		margin-top: -80px;
	}*/
	
	footer .container {
		width: 100%;
	}

	/***Homepage***/

    .hero .static-image {
        margin-right: 0;
    }

	.testimonial::before {
		width: calc(100% - 13px);
	}
	
	.carousel {
		margin-left: 0;
		padding-left: 0;
		width: 100%;
	}

	.carousel .slick-list {
		padding-right: 0;
	}
	
	.carousel .slick-next {
		right: 0;
	}
	
	.carousel .slick-prev {
		right: 60px;
	}
	
	.new-feature .new-carousel {
		width: calc(100vw - 10px);
	}
	
	/***Blog Single***/
	
	.related-post-sidebar::after, 
	.newsletter-sidebar::after {
		width: 50px;
	}
	
	.post-content article img.size-full {
		width: calc(100vw - 100px);
	}
	
	/***About***/
	
	.about-hero .hero-image {
		margin-right: -50px;
	}
	
	.locations img {
		margin-left: -50px;
	}
	
	.locations-callout::before {
		width: 50px
	}
	
	.timeline .carousel {
		margin-left: -50px;
	}
	
	.timeline .carousel .slick-list {
		width: 100vw;
	}
	
	.timeline .carousel .slick-prev,
	.carousel.six-carousel .slick-prev {
		right: 120px;
	}
	
	.timeline .carousel .slick-next,
	.carousel.six-carousel .slick-next {
		right: 60px;
	}
	
	/***Page Builder***/
	
	.media-content-block .logo-carousel::before {
		width: 50px;
	}
	
	.media-content-block.right-aligned .logo-carousel::before,
	.media-content-block .stat-block::before {
		left: -50px;
	}
	
	.media-content-block .image .triangle-pattern,
	.media-content-block .case-study .triangle-pattern,
	.media-content-block .stat-block .triangle-pattern {
		right: 0;
	}

	.video-module .featured-image.video-lightbox {
		margin: 0;
	}

	/*Hero - Text + Image*/

	.text-image-hero article {
		left: 0;
		width: calc(810 / 1300 * 100%);
	}

	.text-image-hero img {
		right: 0;
		width: calc(500 / 1400 * 100%);
	}

	/*Sticky Blocks*/

	.sticky-blocks:before {
		width: calc(100% - 80px);
	}

	.sticky-block {
		left: 0;
		width: 100%;
	}
	
	/***Careers***/
	
	.career-testimonial .testimonial blockquote::before {
		width: calc(100% + 50px + 74px);
	}
	
	/***Careers Single***/
	
	.job-details .comeet-apply::before {
		left: calc((260 / 680 * -100%) + 10px);
	}
	
	/***Resources***/
	
	.carousel.six-carousel {
		margin-left: -50px;
		width: 100vw;
	}

	.white-paper-list.carousel .slick-track {
		gap: 120px;
	}

	.white-paper-list.carousel li {
		width: calc((100vw - 220px) / 2) !important;
	}

	/***Year in Review***/

	/*Fact*/

	.fact .content {
		left: 0;
		width: 100%;
	}

	/***Academy***/

	.academy-hero .animated-triangle {
		left: 300px;
	}

	.academy-intro .triangle-pattern:first-of-type .triangle:nth-of-type(n+13) {
		display: none;
	}

	/***Webinars Archive***/

	/*Hero*/

	.webinars-archive-hero .container {
		padding: 0 50px;
	}

	.webinars-archive-hero article {
		left: 0;
	}

	.webinars-archive-hero .featured-post {
		right: 0;
	}

	/***Webinars Single***/

	.post-hero.webinar-hero article.no-margin {
		margin: 0;
	}

	.post-hero.webinar-hero article {
		width: calc(792 / 1300 * 100%);
	}

	.resource-content.post-content.webinar-content article.no-margin {
		margin: 65px 0 0;
	}

	.post-content.webinar-content article {
		width: calc(700 / 1300 * 100%);
	}

	/*Sticky Form*/

	.webinars-template-default .sticky-content {
		right: 50px;
	}

	/*Webinar Page Builder - Related Links*/

	.related-links article {
		left: 0;
	}
	
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1200*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 75em) {

	/***FOOTER***/

	footer .container {
		padding: 0 40px;
	}

    footer .company-info {
        grid-column: 1 / -1;
        margin-bottom: 50px;
        max-width: 600px;
    }

    footer .menu {
        grid-column: 1 / -1;
    }

	/***Year in Review***/

	.year-ball,
	.year-line,
	.final-arrow {
		display: none;
	}

	.evidence-container .straight-bottom {
		display: block;
	}

	.year-hero.angled-bkg {
		padding-top: 180px;
	}

	.hero-left {
		margin: 0 auto;
		padding-bottom: 0;
	}

	.year-intro-text {
		padding-top: 100px;
	}

	.evidence-container {
		margin-left: 40px;
	}

    /*** Page Builder ***/

    /* Feature Groups Module */

    .feature-groups .groups {
        top: 56px;
        padding: 40px;
    }

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1100*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 68.775em) {
	
	html.active,
	html.active body {
		height: 100%;
		overflow: hidden;
	}
	
	.container {
		padding: 0 20px;
	}
	
	h1,
	.heading-1 {
		font-size: calc(40rem / 16);
	}
	
	h2,
	.heading-2,
	.job-openings .comeet-outer-wrapper .comeet-groups-list .comeet-group-name,
	.job-details .comeet-apply h4 {
		font-size: calc(30rem / 16);
	}
	
	h3,
	.heading-3,
	.post-content article > h2,
	.post-content article blockquote p,
	.post-content article blockquote.alt p,
	.page-content h2,
	.career-testimonial blockquote p,
	.post-content .listicle-heading {
		font-size: calc(24rem / 16);
	}
	
	h4,
	.heading-4,
	.post-content article > h3,
	.page-content h3 {
		font-size: calc(20rem / 16);
	}
	
	h5,
	.heading-5,
	p.large,
	ul.large,
	ol.large,
	.large p,
	.large ul,
	.large ol,
	.post-content article > p:first-of-type,
	.post-content article > h4 {
		font-size: calc(18rem / 16);
	}
	
	.top-module {
		padding-top: 130px;
	}
	
	.top-module.hidden-nav {
		padding-top: 60px;
	}
	
	.mobile-only {
		display: block;
	}

	#eligible-application {
		margin-right: 0;
		width: 100%;
	}

	/*Sticky CTA*/

	.sticky-cta {
		align-items: center;
		background: linear-gradient(-6deg, rgba(248,121,85,1) 0%, rgba(245,155,0,1) 100%);;
		color: var(--onyx);
		display: flex;
		font: 500 calc(14rem / 16)/calc(20 / 14) var(--heading-font-wide);
		gap: 14px;
		justify-content: center;
		left: 0;
		letter-spacing: 0.9px;
		opacity: 0;
		padding: 10px 20px;
		pointer-events: none;
		position: fixed;
		top: 0;
		transition: all 0.25s ease;
		visibility: hidden;
		width: 100vw;
		z-index: 101;
	}

	.sticky-cta:after {
		background: url(svgs/fontawesome/solid/arrow-right-long.svg) no-repeat;
		background-size: 100%;
		content: '';
		display: block;
		filter: invert(13%) sepia(19%) saturate(1063%) hue-rotate(204deg) brightness(87%) contrast(86%);
		height: 16px;
		width: 16px;
	}

	.sticky-cta:hover {
		color: var(--onyx);
	}

	.sticky-cta.active {
		opacity: 1;
		pointer-events: all;
		visibility: visible;
	}
	
	/***Homepage***/

    .hero .flex-container {
        flex-wrap: wrap;
    }
	
	.hero .scroll-icon {
		display: none;
	}

    .header-logos-hero .triangle-pattern,
	.angled-bkg .angle,
	.hero > .triangle-pattern,
	.value-props .triangle-pattern,
	.platform-block .triangle-pattern,
	.background-video .left,
	.background-video .right {
		display: none;
	}
	
	.hero,
	.home .link-cards,
	.podcasts,
	.value-props,
	.platform-block,
	.press,
	.blog-carousel {
		margin-bottom: 60px;
	}
	
	.hero,
	.platform-block-list {
		padding-bottom: 60px;
	}
	
	.hero article,
    .hero.static-image article,
    .hero.static-image article h1,
	.hero video,
	.hero .animated-video {
		width: 100%;
	}
	
	.hero h1,
	.value-props h2 {
		margin-bottom: 20px;
	}
	
	.hero video,
	.podcasts ul {
		margin-top: 30px;
	}

	.tabs .tabs-nav li {
		margin: 0 30px;
	}
	
	.tabs .tabs-nav button {
		width: auto;
	}
	
	.tabs .tab-content ul {
		gap: 20px;
		grid-template-columns: 1fr 1fr 1fr;
		margin: 30px 0;
	}
	
	.tabs .tab-content ul,
	.testimonial,
	.value-props .tabs-nav,
	.value-props .images,
	.podcasts ul,
	.podcasts article,
	.value-props article,
	.value-props .layout1 img,
	.platform-block h2, 
	.platform-block article p,
	.press .grid,
	.logo-garden ul {
		width: 100%;
	}

	.value-props .layout1 img {
		padding-bottom: 0;
	}
	
	.testimonial::before {
		width: calc(100% - 43px);
	}
	
	.value-props {
		padding: 60px 0;
	}

	.value-props .tabs-nav button {
		max-width: calc(100% - 27px);
	}
	
	.new-feature.angled-bkg {
		padding: 60px 0 40px;
	}

	.new-feature .new-carousel {
		left: -10px;
	}
	
	.new-carousel .slick-arrow {
		right: 20px;
	}
	
	.new-feature .new-carousel .slick-arrow.slick-prev {
		right: 80px;
	}
	
	.new-feature .new-carousel .slick-list {
		padding-right: 50px;
	}
	
	.new-feature .new-carousel .slick-slide {
		padding: 20px;
	}
	
	.new-feature .slide .flex-container {
		box-shadow: none;
		padding: 30px 20px;
	}

	.link-cards ul {
		align-items: center;
		flex-direction: column;
	}

	.link-cards li {
		width: 100%;
	}
	
	.podcasts::before {
		height: calc(100% - 40px);
		width: 100%;
	}
	
	.value-props .stat {
		margin-bottom: 30px;
		position: static;
		width: 100%;
	}
	
	.platform-block article a {
		position: relative;
	}
	
	.press blockquote a {
		font-size: calc(20rem / 16);
	}
	
	.platform-block-list .grid {
		gap: 30px;
		grid-template-columns: repeat(2,1fr);
		padding: 0;
	}
	
	.press .grid {
		gap: 40px;
		grid-template-columns: 1fr 1fr;
		margin-top: 60px;
	}
	
	.media-content-block.logo .mobile-logo-carousel {
		display: block;
	}
	
	.media-content-block.logo .logo-carousel {
		display: none;
	}
	
	.logo-garden ul:not(.items-1):not(.items-2):not(.items-3),
	.media-content-block.logo .mobile-logo-carousel {
		display: block;
		margin: 0 -20px;
		overflow: hidden;
		padding-left: 20px;
		width: 100vw;
	}
	
	.logo-garden .slick-track,
	.media-content-block.logo .mobile-logo-carousel .slick-track {
		align-items: center;
		gap: 40px;
	}
	
	.logo-garden .slick-track img,
	.media-content-block.logo .mobile-logo-carousel img {
		max-height: 50px;
		max-width: 120px;
		width: auto;
	}
	
	.media-content-block.logo .mobile-logo-carousel,
	.media-content-block .stat-block {
		margin: 0 0 60px;
		order: -1;
	}
	
	.media-content-block .stat-block::before, 
	.media-content-block .stat::before, 
	.media-content-block .stat::after {
		display: none;
	}
	
	.logo-hero .hero-logo-carousel {
		margin-top: 60px;
	}
	
	.logo-hero .hero-logo-carousel .slide {
		margin-right: 30px;
	}
	
	.press .grid li:last-child {
		grid-column: 1 / -1;
	}
	
	.blog-carousel {
		padding-top: 60px;
	}
	
	.blog-carousel::before {
		height: 55%;
	}
	
	.cta {
		overflow: hidden;
		padding: 60px 0;
	}
	
	/***Default***/
	
	.page-hero {
		padding-bottom: 60px;
	} 
	
	.page-content {
		padding: 60px 0;
	}
	
	/***Blog Archive***/
	
	.blog-hero article,
	.blog-hero .post {
		margin-bottom: 60px;
		padding: 0;
		width: 100%;
	}
	
	.post .post-meta, 
	.post-hero .post-meta {
		line-height: 1.3;
	}
	
	.blog-hero article {
		margin-bottom: 30px;
	}
	
	.blog-content {
		padding-top: 60px;
	}

	.blog-content .alm-filters,
	.blog-content .search-list {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.newsletter-cta {
		padding: 60px 0;
	}
	
	.newsletter-cta h2,
	.newsletter-cta form {
		width: 100%;
	}
	
	.newsletter-cta form {
		margin-top: 20px;
	}
	
	/***Single Post***/
	
	.post-hero {
		padding-bottom: 120px;
	}
	
	.post-hero article {
		margin: 0;
		width: 100%;
	}
	
	.post-content,
	.related-posts {
		padding-bottom: 60px;
	}
	
	.post-content article {
		margin-left: 0;
		width: 100%;
	}
	
	.post-content article img.size-full {
		margin-left: 0;
		max-width: 100%;
		width: 100%;
	}
	
	.related-post-sidebar, 
	.newsletter-sidebar {
		display: block;
		position: relative;
		right: 0;
		width: 100%;
	}
	
	.newsletter-sidebar {
		padding-bottom: 30px;
	}
		
	.related-post-sidebar::after, 
	.newsletter-sidebar::after {
		left: -20px;
		right: auto;
		width: 100vw;
		z-index: -1;
	}
	
	.post-content article blockquote,
	.post-content article blockquote.alt,
	.related-post-sidebar, 
	.newsletter-sidebar {
		margin: 30px 0;
	}
	
	.post-content article blockquote.alt,
	.related-posts h2 {
		width: 100%;
	}
	
	.post-content .listicle-heading {
		margin: 65px 0 30px;
	}

	.post-content .listicle-heading:before {
		font-size: calc(56rem / 16);
		left: -10px;
		top: -30px;
	}
	
	.related-resource {
		margin: 60px 0;
		width: 100%;
	}
	
	.related-posts .grid {
		grid-template-columns: 1fr;
	}
	
	.related-posts::before {
		height: 75%;
	}

	/*Newsletter Shortcode*/

	.newsletter-sidebar {
		padding: 20px;
	}

	.newsletter-sidebar .hbspt-form {
		max-width: 400px;
		width: 100%;
	}

	/***Press Archive***/

	.post-type-archive-press .press,
	.featured-posts ul {
		margin-bottom: 100px;
	}

	.post-type-archive-press .press .grid li:last-child {
		grid-column: auto;
	}

	.press-posts::before {
		border-radius: 0;
		width: 100%;
	}

	.press-triangles {
		display: none;
	}

	.press-posts .ajax-load-more-wrap {
		margin-right: 0;
	}
	
	/***About***/
	
	.about-hero {
		margin-bottom: 60px;
		padding-bottom: 60px;
	}
	
	.about-hero > .triangle-pattern:nth-of-type(2),
	.about-intro .triangle-pattern,
	.locations img,
	.team .triangle-pattern,
	.timeline .angled-bkg,
	.contact-info .angled-bkg {
		display: none;
	}
	
	.about-hero h1 {
		margin: 0 0 30px;
	}
	
	.about-hero h6.eyebrow {
		margin: 0;
	}

	.about-hero h1,
	.about-hero blockquote,
	.about-hero .hero-image,
	.about-intro .intro,
	.about-intro .flex-container article,
	.about-intro ul,
	.locations article,
	.locations-callout,
	.team,
	.advisor,
	.board-members,
	.contact-info article,
	.contact-info .form,
	.bio-popups.flex-container article {
		width: 100%;
	}
	
	.about-hero blockquote {
		margin-top: 60px;
		order: 3;
	}
	
	.about-hero blockquote img {
		margin: 0 20px 20px 0;
	}
	
	.about-intro,
	.about-intro .intro,
	.about-intro .flex-container article,
	.timeline,
	.locations,
	.contact-info article,
	.team {
		margin-bottom: 60px;
	}

	[data-jazzy-parallax] {
		transform: translate3d(0, 0, 0) !important;
	}
	
	.about-intro li .view-all {
		min-height: 0;
	}
	
	.bio-popups {
		padding: 60px 20px 0;
	}
	
	.bio-popups.flex-container article {
		margin: 0;
	}
	
	.bio-popups img {
		margin: 0 auto 30px;
		max-width: 250px;
		width: auto;
	}
	
	.bio-popups .social {
		margin-top: 20px;
		width: 100%;
	}
	
	.bio-popups .social li {
		margin: 0 20px 0 0;
	}
	
	.bio-popups p {
		margin: 30px 0;
	}
	
	.locations-callout {
		margin: 30px 0 0;
		padding: 40px 20px 0;
		text-align: center
	}
	
	.locations-callout::before {
		left: -20px;
		width: 100vw;
		z-index: -1;
	}
	
	.locations-callout .btn {
		top: 30px;
	}
	
	.board-members,
	.investors {
		margin: 60px 0 0;
	}
	
	.investors h2 {
		margin-bottom: 30px;
	}
	
	.investors ul {
		justify-content: space-between;
	}
	
	.investors li {
		display: block;
		margin: 0 0 20px;
		width: 45%;
	}
	
	.investors li img {
		max-width: 100%;
	}
	
	.contact-info {
		padding-bottom: 60px;
	}
	
	.contact-info article {
		margin-top: 0;
	}
	
	.timeline .carousel {
		margin-left: -20px;
	}
	
	.timeline .carousel .slick-prev,
	.timeline .carousel .slick-next {
		right: auto;
		top: -58px;
	}
	
	.timeline .carousel .slick-prev {
		left: 20px;
	}
	
	.timeline .carousel .slick-next {
		left: 80px;
	}

	/***Resource Archive***/

	.case-studies-header {
		max-width: 450px;
	}
	
	.carousel.six-carousel {
		margin-left: -20px;
	}

	.six-carousel .slick-slide > div {
		margin-bottom: 0;
	}

	.white-paper-list li {
		width: calc(50% - 30px);
	}

	.white-paper-list.carousel .slick-track {
		gap: calc(80 / 1100 * 100vw);
	}

	.white-paper-list.carousel li {
		width: calc((100vw - (80 / 1100 * 100vw) - 40px) / 2) !important;
	}

	/***Resource Single***/

	.resources-template-default .post-content:not(.resource-content) .container,
	.webinars-template-default .post-content:not(.resource-content) .container {
		flex-direction: column;
	}

	.resources-template-default .post-content:not(.resource-content) article,
	.webinars-template-default .post-content:not(.resource-content) article {
		width: 100%;
	}

	.resource-hero .container .btn {
		margin-top: 20px;
	}

	.info-container {
		margin: 0 0 46px;
		max-width: 100%;
		position: static;
		width: 100%;
	}

	.resource-content.post-content article {
		margin-left: 0;
	}

	/***Single SPARK Video***/

	.single-spark-container {
		flex-direction: column;
	}

	.single-spark-container article {
		/* margin-bottom: 48px; */
	}

	/***Gated Content***/

	.events-form.resource-form {
		padding: 0;
		width: 100%;
	}

	.events-form.resource-form {
		margin: 0 0 60px;
		padding: 0;
		width: 100%;
	}

	.post-content .events-form .form {
		margin-top: 0;
	}

	.resource-content.post-content article.left-col.events-article {
		padding-bottom: 0;
		width: 100%;
	}

	.events-spacing {
		display: none;
	}
	
	/***Page Builder***/
	
	.builder-hero,
	.builder-hero.calculator,
	.page-builder section:not(:last-of-type):not(.multiple-case-studies) {
		margin-bottom: 100px;
	}
	
	.logo-hero h1 {
		margin-bottom: 0;
	}
	
	.image-hero .angled-bkg {
		height: 80%;
	}
	
	.image-hero article {
		margin: 0 0 20px;
	}
	
	.image-hero.alt .btn {
		margin: 20px 0 30px;
	}
	
	.image-hero article,
	.image-hero .container > img,
	.image-hero .image,
	.text-hero article,
	.media-content-block article,
	.media-content-block .logo-carousel,
	.media-content-block.logo .carousel-container .slick-slide img,
	.media-content-block .stat-block,
	.media-content-block .stat,
	.media-content-block .case-study,
	.media-content-block.centered ul,
	.media-content-block .image,
	.single-white-paper article,
	.logo-garden h2,
	.content-block article {
		width: 100%;
	}
	
	.text-hero {
		padding-bottom: 60px;
	}

	.triangle-hero {
		margin-bottom: calc(-100% + 60px);
	}

	.triangle-hero.image article,
    .triangle-hero:not(.image) article {
		max-width: 100%;
		width: 578px;
		z-index: 1;
	}

	.triangle-hero #large-triangles {
        height: auto;
        left: unset;
        max-height: 140%;
        max-width: 70%;
        right: -220px;
        top: -8%;
        width: auto;
    }

    .triangle-hero.image .flex-container {
        display: flex;
        padding: 0 20px;
        gap: 40px;
     }

    .triangle-hero.image .left-side,
    .triangle-hero.image img {
        width: 100%;
    }

    .triangle-hero.image img {
        max-width: 600px;
        box-shadow: var(--shadow-small);
    }

	.text-image-hero article {
		width: calc(500 / 910 * 100%);
	}

	.text-image-hero img {
		width: calc(370 / 910 * 100%);
	}

	.calculator .angled-bkg {
		display: none;
	}

	.calculator .grid.triangle-pattern {
		display: none;
	}

	.builder-hero.calculator > .flex-container {
		flex-direction: column;
		padding-bottom: 0;
	}

	.calculator article {
		width: 100%;
	}

	.calc-container {
		margin-bottom: 40px;
		max-width: 515px;
		padding: 0 20px;
		top: 0;
		width: 100%;
	}
	
	.media-content-block .logo-carousel::before,
	.media-content-block .stat-block .triangle-pattern,
	.media-content-block .image .triangle-pattern, 
	.media-content-block .case-study .triangle-pattern,
	.single-white-paper .triangle-pattern {
		display: none;
	}
	
	.media-content-block article,
	.logo-garden h2 {
		margin-bottom: 30px;
	}
	
	.media-content-block article {
		margin: 0;
		text-align: center;
	}
	
	.media-content-block.right-aligned article {
		order: 0;
	}
	
	.media-content-block article p {
		margin-bottom: 35px;
	}
	
	.media-content-block article {
		text-align: left;
	}

	
	.media-content-block article .cta-link {
		background: var(--gradient);
		border-radius: 3px;
		box-shadow: var(--shadow-small);
		color: var(--onyx);
		display: inline-block;
		font: 500 calc(14rem / 16) / calc(20 / 14) var(--heading-font-wide);
		letter-spacing: .9px;
		overflow: hidden;
		padding: 15px 30px;
		position: relative;
		text-align: center;
		transition: all .25s ease;
		z-index: 2;
	}
	
	.media-content-block article .cta-link::before, 
	.media-content-block article .cta-link::after {
		display: none;
	}
	
	.media-content-block article .cta-link:hover {
		transform: none;
	}
	
	.media-content-block .logo-carousel {
		overflow: hidden;
	}
	
	.media-content-block.logo .carousel-container {
		margin: 0;
		padding: 20px;
	}
	
	.media-content-block .stat-block::before {
		left: -20px;
	}
	
	.media-content-block .image {
		margin: 0 auto 34px;
		max-width: 610px;
		min-width: auto;
		order: -1;
	}
	
	.single-white-paper {
		margin-top: 40px;
		padding: 60px 0;
	}
	
	.single-white-paper img {
		margin: 0 0 30px;
		max-width: 300px;
		width: auto;
	}

	.single-white-paper .btn {
		bottom: 0;
		margin-top: 20px;
		position: relative;
		right: 0;
	}
	
	.left-content-form .triangle-pattern {
		display: none;
	}
	
	.content-block.left-alignment-columns {
		text-align: center;
	}
	
	.content-block.left-alignment-columns h2 .eyebrow {
		margin-bottom: 30px;
	}
	
	.content-block ul {
		gap: 0;
		grid-template-columns: 1fr;
		margin-top: 34px;
	}
	
	.content-block ul li {
		border-bottom: 1px solid var(--light-gray);
		padding: 10px 0;
	}
	
	.content-block ul li:first-child {
		border-top: 1px solid var(--light-gray);
	}
	
	.content-block.left-alignment-columns h3.desktop-only,
	.content-block.left-alignment-columns li p,
	.content-block.left-alignment-columns li a {
		display: none;
	}
	
	.content-block.left-alignment-columns h3.mobile-only {
		display: block;
		margin: 0;
	}
	
	.content-block.left-alignment-columns h3.mobile-only button {
		background: none;
		border: none;
		color: var(--blue);
		font-family: inherit;
		margin: 0;
		padding: 0 30px 0 0;
		position: relative;
		text-align: left;
		width: 100%;
	}
	
	.content-block.left-alignment-columns h3.mobile-only button svg {
		color: var(--cobalt);
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		transform-origin: center top;
	}
	
	.content-block.left-alignment-columns li.active h3.mobile-only button svg {
		transform: rotate(180deg) translateY(-50%);
	}
	
	.content-block.left-alignment-columns h3 + p {
		margin-top: 10px;
		text-align: left;
	}
	
	.content-block.left-alignment-columns li.active p,
	.content-block.left-alignment-columns li.active a {
		display: block;
	}
	
	.content-block.left-alignment-columns p {
		margin: 0;
	}

	.content-block .logos {
		width: 100%;
	}
	
	.cta.layout2::before {
		height: 80%;
		left: 20px;
		width: calc(100% - 40px);
	}
	
	.form {
		padding: 30px 20px;
		width: 100%;
	}

	.cta.layout2 {
		padding-bottom: 0;
	}
	
	.cta.layout2 .form {
		margin: 0 20px 60px;
		width: calc(100% - 40px);
	}
	
	.left-content-form article {
		padding-top: 60px;
		width: 100%;
	}
	
	.left-content-form .form {
		margin: 30px 0 0;
		width: 100%;
	}

	.page-id-1415 .left-content-form .form,
	.page-id-1456 .left-content-form .form {
		margin-top: 0;
		width: 100%;
	}
	
	.accordions-content article {
		max-width: 100%;
	}
	
	.accordions-content p {
		padding: 0;
	}
	
	.cta.layout2 {
		padding-top: 40px;
	}
	
	.cta.layout2 h2 {
		margin-bottom: 30px;
		padding: 0 20px;
		text-align: left;
	}
	
	.cta.layout2 .fancy-bullets {
		gap: 20px;
		grid-template-columns: 1fr;
		margin: 0 0 30px;
		padding: 0 20px;
		text-align: left;
		width: 100%;
	}
	
	.cta.layout2 .fancy-bullets li {
		padding-left: 27px;
		position: relative;
	}
	
	.cta.layout2 .fancy-bullets li::before {
		left: 0;
		position: absolute;
		top: 6px;
	}
	
	.single-case-study .image {
		height: 397px;
		width: 272px;
	}
	
	.single-case-study blockquote p {
		font-size: calc(20rem/16);
	}

	#form-anchor {
		height: 0;
		top: 0;
	}

	.twitter-feed li {
		width: calc((100% - 40px) / 3);
	}

	/*Sticky Blocks*/

	.builder-hero + .page-builder .sticky-blocks {
		margin-top: -100px;
	}

	.sticky-blocks {
		padding: 60px 0 100px;
	}

	.sticky-blocks:before {
		width: calc(100% - 40px);
	}

	.sticky-block {
		padding: 0 0 0 60px;
	}

	.sticky-block .sticky-anchor {
		height: 84px;
		top: -84px;
	}

	.sticky-block .sticky-container h2 {
		gap: 20px;
		top: 84px;
	}

	/***Careers***/
	
	.image-hero .triangle-pattern {
		display: none;
	}
	
	.career-testimonial {
		margin-bottom: 60px;
	}
	
	.career-testimonial .testimonial,
	.career-testimonial.alt .testimonial {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	.career-testimonial .testimonial::before {
		width: calc(100% + 20px - 132px);
	}
	
	.career-testimonial.alt .triangle-pattern,
	.job-openings .triangle-pattern {
		display: none;
	}
	
	.career-testimonial:not(.alt) img {
		margin-top: 0;
	}
	
	.career-testimonial.alt article {
		margin-left: 0;
	}
	
	.career-testimonial article, 
	.careers-carousel article,
	.career-testimonial:not(.alt) article,
	.career-testimonial img,
	.career-testimonial.alt .testimonial blockquote {
		margin-bottom: 30px;
		width: 100%;
	}
	
	.career-testimonial:not(.alt) .testimonial blockquote {
		padding: 40px 0;
		width: 100%;
	}
	
	.career-testimonial.alt .testimonial blockquote {
		padding: 0;
	}
	
	.career-testimonial .testimonial blockquote::before {
		width: calc(100% + 20px + 74px);
	}
	
	.career-testimonial .testimonial .icon {
		left: 0;
		margin-bottom: 20px;
		position: relative;
		top: 0;
	}
	
	.job-openings {
		margin-bottom: 60px;
		overflow: hidden;
		padding: 60px 0 0;
	}
	
	.job-openings .angled-bkg {
		height: 100%;
	}
	
	.job-openings h2 {
		margin-left: 0;
	}
	
	.job-openings .comeet-outer-wrapper {
		padding: 0;
	}
	
	.job-openings .comeet-social {
		background: white;
		border: none;
		margin-left: -20px;
		padding: 30px 20px;
		position: static;
		width: calc(100% - 40px);
	}
	
	.job-openings .comeet-g-r {
		display: block;
		margin-bottom: 60px;
	}
	
	.job-openings .comeet-g-r > div:first-of-type,
	.job-openings .comeet-g-r > div:last-of-type {
		width: 100%;
	}
	
	.job-openings .comeet-outer-wrapper .comeet-groups-list .comeet-group-name {
		color: var(--medium-gray) !important;
		cursor: default;
		margin-bottom: 20px;
	}
	
	.job-openings .comeet-positions-list {
		display: block !important;
		position: static;
		width: 100%;
	}
	
	/***Careers Single***/
	
	.position-hero .triangle-pattern {
		display: none;
	}
	
	.position-hero .btn {
		bottom: -90px;
		left: 20px;
		right: auto;
	}
	
	.position-hero article, 
	.job-details .comeet-outer-wrapper > div > div:not(.comeet-apply),
	.job-details .comeet-apply {
		margin: 0;
		width: 100%;
	}
	
	.job-details {
		margin-bottom: 60px;
	}
	
	.job-details .comeet-apply {
		padding-top: 40px;
	}
	
	.job-details .comeet-apply::before {
		border-radius: 0;
		left: -20px;
		width: 100vw;
	}
	
	.job-details .comeet-apply h4 {
		margin-bottom: 20px;
	}
	
	.job-details .comeet-apply iframe {
		padding: 0 20px;
	}
	
	/***All Features***/
	
	.features-hero {
		padding-bottom: 180px;
	}
	
	.features-hero article {
		width: 100%;
	}
	
	.features-tabs .tabs-nav-container {
		padding: 40px 0;
		width: 100%;
	}
	
	.features-tabs .tabs-nav-container::before {
		border-radius: 0;
		left: -20px;
		width: 100vw;
	}
	
	.features-tabs .tab-content {
		width: 100%;
	}
	/***Thanks***/
	
	.thanks-hero {
		padding-bottom: 30px;
	}

	/***Team Page***/
	.headshots-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		list-style-type: none;
		width: 100% !important;
	}

	/***Newsletter***/

	.page-template-page-newsletter .newsletter-img {
		height: calc(600 / 1200 * 100vw);
		min-height: 400px;
		padding: 20px 0 40px;
		width: 100%;
	}
	
	/***Compare***/
	
	.compare-hero {
		padding-bottom: 40px;
	}
	
	.comparison-table {
		padding-bottom: 60px;
	}

	.comparison-table .container {
		padding: 0;
	}
	
	.comparison-table .triangle-pattern {
		display: none;
	}
	
	.comparison-table .table-container {
		background: transparent;
		box-shadow: none;
		overflow-x: scroll;
		padding: 40px 10px 80px;
		width: 100%;
	}

	.table-head {
		background: transparent;
	}

	.table-head {
		min-width: 630px;
		padding: 0 10px;
		position: relative;
		top: unset;
		width: auto;
	}

	.table-head::before {
		display: none;
	}

	.table-head.sticky {
		background: var(--white);
		left: 0;
		padding-left: 20px;
		padding-top: 24px;
		position: fixed;
		top: 0;
		width: calc(100vw - 10px);
		z-index: 99;
	}

	.table-head:not(.sticky) .row {
		transform: translateX(0) !important;
	}

	.table-head.sticky + .table-body {
		padding-top: 48px;
	}

	.table-head .cell {
		padding-left: 20px;
		padding-right: 20px;
	}

	.table-head .cell img {
		height: auto;
		max-height: unset;
		max-width: 100%;
		object-fit: contain;
		width: auto;
	}
	
	.table-body {
		min-width: 630px;
		position: relative;
	}

	.table-body .section {
		left: 0;
		margin-bottom: 22px;
		position: sticky;
		top: 0;
		width: calc(100vw - 20px);
		z-index: 3;
	}

	.table-body .section.sticky {
		height: 38px;
	}

	.table-body .section.sticky .eyebrow {
		left: 10px;
		margin: 0;
		position: fixed;
		top: 72px;
		width: calc(100vw - 20px);
	}

	.table-body .row + .section {
		margin-top: 22px;
	}

	.table-body .row {
		align-items: stretch;
		padding: 12px 10px;
	}

	.table-body .row:nth-of-type(even) {
		background: #FFF;
	}

	.table-body .row .left-cell {
		min-height: 0px;
	}

	.table-body .row .cell {
		align-items: center;
		display: flex;
		justify-content: center;
		padding-bottom: 0;
	}

	.table-body .border::before {
		height: calc(100% + 24px + 22px);
		top: -12px;
	}

	.table-body .section + .row .border::before {
		height: calc(100% + 24px + 22px);
		top: -34px;
	}

	.table-body .row:last-of-type .border::before {
		height: calc(100% + 24px + 12px);
		top: -12px;
	}

	/*Fix for IOS*/
	.table-ios-fix {
		background: transparent;
		height: 1px;
		margin-bottom: -1px;
		min-width: 630px;
	}

	/***Year in Review***/

	/*Client Case Studies*/

	.year-case-studies {
		background: var(--smoke);
		padding: 54px 0 67px;
	}

	.year-case-studies .bkg-block {
		background: transparent;
		height: 185px;
		overflow: hidden;
		right: 0;
		top: -78px;
		width: 390px;
		z-index: 1;
	}

	.year-case-studies .right-triangles {
		display: none;
	}

	.year-case-studies ul.grid {
		gap: 83px calc(100 / 1060 * 100%);
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	/*Fact*/

	.fact.style2 {
		padding-top: 50px;
	}

	.fact.style1 .content,
	.fact.style2 .content,
	.fact.style3 .content,
	.fact.style4 .content,
	.fact.style5 .content {
		flex-direction: column-reverse;
		gap: 0;
	}

	.fact .content img {
		margin-bottom: 50px;
		max-width: 100%;
		width: 100%;
	}

	.fact .content .text {
		width: 100%;
	}

	.fact.style1 .content .text p {
		position: relative;
	}

	.fact.style1 .content .text p:after {
		background: var(--white);
		content: '';
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		width: 200px;
		z-index: -1;
	}
	
	.fact.style2:after {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		bottom: 0;
		height: 100%;
		top: auto;
		width: 100%;
	}

	.fact.style2 .bkg-block,
	.fact.style2 .triangle-container-1,
	.fact.style3 .bkg-block,
	.fact.style4 .bkg-block,
	.fact.style5 .triangle-container-1 {
		display: none;
	}

	.fact.style2 .triangle-container-2 {
		overflow: hidden;
		width: 100%;
	}

	.fact.style4,
	.fact.style5 {
		padding: 50px 0;
	}

	.fact.style5 .angle:before {
		width: 100%;
	}

	.fact.style5 .angle svg {
		height: calc(100% + 200px);
	}

	.fact.style5 .content .text {
		position: relative;
	}

	.fact.style5 .content .text:before {
		background: var(--yellow);
		content: '';
		height: calc(100% - 20px);
		position: absolute;
		right: -20px;
		top: -2px;
		width: 220px;
		z-index: -1;
	}

	/*Year in Review*/

	.year-hero.angled-bkg {
		background: linear-gradient(180deg,var(--navy),var(--navy) 220px,transparent 220px,transparent);
		padding-top: 100px;
	}

	.year-hero.hero h1 {
		font-size: calc(32rem / 16);
		text-align: center;
	}

	.year-hero.hero h1 span {
		font-size: calc(112rem / 16);
	}

	.featured-stats {
		justify-content: center;
		margin-bottom: 60px;
	}

	.featured-stats li {
		margin-right: 20px;
	}

	.featured-stats h3 {
		font-size: calc(50rem / 16);
	}

	.featured-stats p {
		font-size: calc(14rem / 16);
	}

	.additional-stats {
		max-width: 500px;
	}

	.additional-stats li {
		width: 50%;
	}

	.fact,
	.fact.style3 {
		padding: 80px 0;
	}

	.evidence-container.container {
		margin-left: 0;
		padding-top: 40px;
	}

	.evidence-icon {
		align-items: center;
		flex-direction: column;
		height: auto;
		margin-bottom: 40px;
	}

	.evidence-icon span {
		margin: 0 0 20px;
	}

	.icon-link-text {
		align-items: center;
		display: flex;
		flex-direction: column;
	}

	.evidence-icon h2 {
		max-width: 400px;
		text-align: center;
	}

	.evidence-stat {
		flex-wrap: nowrap;
	}

	.evidence-stat .blue-dot {
		margin-right: 20px;
	}

	.evidence-stat .flex-container {
		align-items: center;
		flex-wrap: nowrap;
	}

	.evidence-stat + .evidence-icon {
		margin-top: 0;
	}

	.evidence-container .straight-bottom,
	.evidence-icon span::after,
	.evidence-stat span::after {
		display: none;
	}

	/***Academy***/

	.academy-hero .eyebrow {
		text-align: center;
	}

	.academy-hero img {
		display: block;
		margin: 0 auto;
		max-width: 500px;
	}

	.academy-hero.angled-bkg {
		padding: 100px 0;
	}

	.academy-hero .animated-triangle {
		left: 50%;
		transform: translateX(-50%);
	}

	.academy-hero .triangle-pattern {
		display: none;
	}

	.academy-intro .triangle-pattern {
		display: none;
	}

	.academy-intro .flex-container {
		flex-direction: column;
	}

	.academy-intro .intro-text {
		align-items: center;
		display: flex;
		flex-direction: column;
		max-width: 500px;
		width: 100%;
	}

	.academy-intro h2 {
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
	}

	.academy-intro .heading-6,
	.academy-intro p {
		text-align: center;
	}

	.academy-stats {
		background: var(--ice);
		padding: 80px 0;
	}

	.academy-stats .triangle-pattern:first-of-type,
	.academy-stats .triangle-pattern:nth-of-type(2) {
		display: none;
	}

	.academy-stats::before {
		content: none;
	}

	.academy-stats > .flex-container {
		flex-direction: column-reverse;
	}

	.featured-resource {
		max-width: 479px;
		width: 100%;
	}

	.featured-text {
		max-width: 500px;
		width: 100%;
	}

	.featured-text .eyebrow,
	.featured-text h2,
	.featured-text p {
		text-align: center;
	}

	.featured-text p {
		margin-bottom: 40px;
	}

	.stat-list {
		align-items: center;
		flex-direction: column;
		max-width: 500px;
		width: 100%;
	}

	.stat-list li {
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-width: 300px;
		width: 100%;
	}

	.stat-list li:nth-of-type(2),
	.stat-list li:nth-of-type(2n+3) {
		margin-top: 0;
	}

	.academy-resources h2 {
		margin: 0 auto 8px;
		text-align: center;
	}

	.resources-description  {
		margin: 0 auto 84px;
		text-align: center;
	}

	.carousel-label {
		margin-bottom: 80px;
	}

	.academy-coming-soon {
		padding: 60px 0;
	}

	.academy-coming-soon .triangle-pattern {
		display: none;
	}

	.academy-cta {
		padding: 60px 0 80px;
	}

	.academy-cta .container {
		align-content: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.academy-cta article {
		align-items: center;
		display: flex;
		flex-direction: column;
		margin: 0 auto 40px;
		width: 100%;
	}

	.academy-cta h2,
	.academy-cta p {
		max-width: 500px;
		text-align: center;
	}

	.academy-cta .btn {
		margin: 0 auto;
		width: 200px;
	}

	.academy-final-img {
		align-self: center;
		max-width: 500px;
		width: 100%;
	}

  /***Multiple Case Studies***/

	.related-posts.multiple-case-studies::before,
	.related-posts.topic-posts-block::before {
		height: 50%;
	}

	.multiple-case-studies .post .image,
	.related-posts.topic-posts-block .post .image {
		height: auto;
	}

	.related-posts.multiple-case-studies .grid {
		margin-top: 70px;
	}

	.multiple-case-studies ul [data-jazzy-scroll="fade-in-up"].post,
	.topic-posts-block ul [data-jazzy-scroll="fade-in-up"].post {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: none;
	}

  	/***Wordpress Password Protect Plugin***/

	.ppw-post-password-container {
		padding: 180px 0;
	}

	/***Webinars Archive***/

	/*Hero*/

	.webinars-archive-hero {
		margin: 0;
		padding: 130px 0 75px;
	}

	.webinars-archive-hero:before {
		height: calc(100% - 140px);
		width: 100%;
	}

	.webinars-archive-hero:after,
	.webinars-archive-hero .triangle-pattern {
		display: none;
	}

	.webinars-archive-hero .container {
		padding: 0 20px;
	}

	.webinars-archive-hero .flex-container {
		flex-direction: column;
	}

	.webinars-archive-hero article,
	.webinars-archive-hero .featured-post {
		width: 100%;
	}

	.webinars-archive-hero article {
		margin-top: 0;
	}

	.webinars-archive-hero .headshots {
		margin: 0 auto;
		max-width: 800px;
		width: 100%;
	}

	/*Filter*/

	.webinars-posts .filter-container:before {
		max-width: 100vw;
	}

	/***Webinars Single***/

	/*Hero*/

	.post-hero.webinar-hero {
		padding-top: 120px;
	}

	.post-hero.webinar-hero article,
	.webinars-template-default .post-content article,
	.resource-content.post-content.webinar-content article {
		margin-left: 0;
	}

	.post-hero.webinar-hero article {
		width: calc(600 / 1060 * 100%);
	}

	/*Post Heading Image*/

	.webinars-template-default .info-container .logo-container img {
		max-width: 240px;
	}

	/*Content*/

	.post-content.webinar-content article {
		width: 100%;
	}

    .post-content.webinar-content article.no-margin {
        width: calc(600 / 1300 * 100%);
    }

	/*Sticky Form*/

	.webinars-template-default .sticky-content {
		right: 20px;
	}

	.webinars-template-default .hero-form {
		margin: 0 0 84px;
		top: 100px;
	}

	/*Webinars Page Builder - Topic Posts Block*/

	.related-posts.topic-posts-block .grid {
		margin: 70px 0 0;
	}

	/*Webinars Page Builder - Related Links*/

	.related-links:before {
		width: calc(1000 / 1100 * 100%);
	}

	.related-links:after {
		left: calc(1000 / 1100 * 100% - 204px);
	}

	.related-links .flex-container {
		align-items: flex-start;
		flex-direction: column;
	}

	.related-links article {
		width: 100%;
	}

	.related-links .links {
		min-width: 0;
	}

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 950*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: calc(950rem/16)) {

	/***FOOTER***/

    footer .menu {
        column-count: 2;
    }

    footer .sub-footer .copyright-container {
        grid-column: 1 / -1;
        order: 2;
    }

    footer .sub-footer .footer-badge {
        grid-column: 1 / -1;
        justify-content: start;
        order: 1;
    }

    footer .grid {
        grid-template-columns: 1fr;
    }

	/***Greenhouse layout***/
	#job-openings .filter-container {
		display: flex;
		color: #595959;
		flex-direction:  column;
	}


    /***Webinars Archive***/
    
    /*Filters*/

    .webinars-posts .filter-container {
		padding: 40px 0 240px;
	}

	.webinars-posts .searchform-webinars {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
	}

	.webinars-posts .searchform-webinars .title {
		display: none;
	}

	.webinars-posts .searchform-webinars .status-container,
	.webinars-posts .searchform-webinars .topic-container,
    .webinars-posts .searchform-webinars .buttons {
		width: 100%;
        flex: 0;
	}

	/***Webinars Single***/

	.post-hero.webinar-hero article,
	.post-content.webinar-content article,
    .resource-content.post-content.webinar-content article.no-margin {
		width: 100%;
	}

	/*Sticky Form*/

	.webinars-template-default .sticky-content {
		height: max-content;
		min-width: unset;
		position: relative;
		right: unset;
		width: 100%;
	}

	.webinars-template-default .hero-form {
		margin: 0;
		position: relative;
		right: unset;
		top: unset;
		width: 100%;
	}

    #form-jump {
        visibility: visible;
        opacity: 1;
    }

	/***Page Builder***/

    /* Hero - heading + header logos */

    .header-logos-hero .triangle-pattern,
    .header-logos-hero .image-container {
        display: none;
    }

    .header-logos-hero article {
        flex-basis: 100%;
    }

	/*Hero - Text + Image*/

	.text-image-hero {
		padding-bottom: 80px;
	}

	.text-image-hero article {
		width: 100%;
	}

	.text-image-hero img {
		position: relative;
		top: unset;
		transform: translate3d(20px, 0, 0) !important;
		width: 100%;
	}

	/*Sticky Blocks*/

	.sticky-blocks:before {
		border-radius: 0;
		width: 100%;
	}

	.sticky-block {
		padding: 0;
	}

	.sticky-block .sticky-container {
		width: 260px;
	}

	.sticky-block .content {
		width: calc(360 / 610 * 100%);
	}

    /* Feature Groups */

    .feature-groups .features {
        grid-template-columns: 1fr;
    }

    /*Text + Callout Box*/

    .text-callout-block .grid.container {
    	display: block;
    }

    .callout-box {
    	margin-top: 32px;
    	max-width: 400px;
    }

	/*Page Builder Table*/

	.table-wrapper th,
	.table-wrapper td {
		min-width: 200px;
	}

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 750*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: calc(750rem/16)) {

    /*** Header Logos ***/

    .header-with-logos,
    .header-with-logos.sticky {
        padding-top: 8px;
        z-index: 1;
    }

    .header-with-logos.sticky {
        padding: 48px 20px 8px;
        position: fixed;
        z-index: 4;
    }

    .header-logos {
        margin: 0 0 0 auto;
        height: 45px;
        gap: 15px;
    }

    .header-with-logos .btn.extra {
        display: none;
    }

    .header-logos-hero article {
        padding-top: 20px;
        margin-bottom: 40px;
    }

    /*****Page Builder Modules*****/

    /***Feature Groups***/

    .feature-groups .groups {
        flex-basis: 100%;
        padding: 0;
    }

    .feature-groups .features {
        margin: 0 0 40px;
    }

    .feature-groups .groups::before {
        content: none;
    }

    .feature-groups .group:not(.active) h3,
    .feature-groups .group:not(.active) p {
        color: var(--dark-gray);
    }

    .feature-groups .group {
        position: relative;
    }

    .feature-groups .group h3 {
        padding-right: 50px;
    }

    .feature-groups .group::after {
        background-image: url('svgs/expand.svg');
        content: '';
        display: inline-block;
        width: 32px;
        height: 32px;
        top: 0;
        right: 0;
        position: absolute;
    }

    .feature-groups .group.active::after {
        background-image: url('svgs/retract.svg');
    }

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 650*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 40.625em) {
	
	h1,
	.heading-1 {
		font-size: calc(34rem / 16);
	}
	
	.icon-thumb span, 
	.icon {
		right: -20px;
	}
	
	.hs-form-field,
	.page-id-1415 .left-content-form .form .hs-form-field,
	.page-id-1456 .left-content-form .form .hs-form-field {
		width: 100%;
	}

	#register-form fieldset.form-columns-1,
	#register-form .form-columns-2 .hs-form-field,
	#defi-form fieldset.form-columns-1,
	#defi-form .form-columns-2 .hs-form-field {
		width: 100%;
	}

	#register-form .form-columns-2,
	#defi-form .form-columns-2 {
		flex-wrap: wrap;
	}

	#ot-sdk-btn-floating.ot-floating-button {
		height: 34px !important;
		width: 180px !important;
	}

	#ot-sdk-btn-floating .ot-floating-button__front::before {
		font-size: calc(12rem / 16);
	}
	
	/***FOOTER***/

	footer .container {
		padding: 0 20px;
	}

    footer .menu {
        column-count: 1;
    }

    footer .sub-footer .copyright {
        margin-bottom: 20px;
    }

	/*Sticky Notice*/

	.site-banner p {
		font-size: calc(14rem / 16);
	}

    /*** Homepage ***/

    .hero .static-image {
        flex-basis: 100%;
    }

	.tabs {
		margin-bottom: 0;
		overflow: hidden;
	}
	
	.tabs .tabs-nav {
		margin: 0;
	}
	
	.tabs .tabs-nav li {
		border-bottom: 1px solid var(--light-gray);
		margin: 0;
		width: 100%;
	}
	
	.tabs .tabs-nav button {
		padding: 20px 0;
		text-align: left;
		width: 100%;
	}
	
	.tabs .tabs-nav svg {
		bottom: auto;
		left: auto;
		margin: -10px 0 0;
		right: 0;
		top: 50%;
		transform: rotate(180deg) translate3d(0, -50%, 0);
	}
	
	.tabs .tabs-nav .active svg {
		margin: 0;
		transform: translate3d(0, -50%, 0);
	}
	
	.testimonial {
		margin-top: 44px;
		padding: 0 0 70px;
	}
	
	.testimonial::before,
	.blue-rect-bkg::before {
		border-radius: 0;
		width: 100vw;
	}

	.testimonial::before {
		bottom: 0;
		height: 80%;
		left: -20px;
		top: unset;
	}

	.testimonial .image {
		height: auto;
		width: 100%;
	}
	
	.icon-thumb span {
		right: 0;
	}

	.testimonial blockquote {
		margin-bottom: 0;
		padding-top: 35px;
		width: 100%;
	}
	
	.testimonial blockquote p {
		margin-bottom: 35px;
	}
	
	.testimonial cite .arrow-link {
		margin: 60px 0 0;
		position: relative;
		white-space: unset;
	}
	
	.podcasts li a {
		flex-wrap: wrap;
	}
	
	.podcasts li .image-wrapper {
		margin: 0 0 20px;
		width: 166px;
	}
	
	.platform-block-list .grid {
		grid-template-columns: 1fr;
	}
	
	.carousel {
		margin-left: 0;
		padding: 0;
		width: 100%;
	}
	
	.blog-carousel .carousel .slide {
		margin-right: 0;
	}
	
	.carousel .slick-arrow {
		top: -58px;
	}
	
	.new-feature .intro {
		width: 100%;
	}
	
	.new-carousel .slick-arrow {
		display: none !important;
	}
	
	.new-feature .new-carousel .slick-list {
		padding-right: 30px;
	}
	
	.new-feature .new-carousel .slick-slide {
		padding: 10px;
	}
	
	.new-feature .image {
		margin-bottom: 20px;
	}
	
	.new-feature .slide article,
	.new-feature .image {
		width: 100%;
	}

	/***Blog Archive***/
	
	.blog-content > .triangle-pattern {
		display: none;
	}
	
	.blog-content .alm-filters,
	.blog-content .search-list {
		gap: 60px;
		grid-template-columns: 1fr;
		margin-bottom: 60px;
	}
	
	.post.featured {
		margin: 0;
	}
	
	.post.featured::before {
		left: -20px;
		width: 100vw;
	}
	
	.post.featured .image, 
	.post.featured .image + div {
		width: 100%;
	}
	
	.post.featured .image {
		margin-bottom: 20px;
	}
	
	/***Single Post***/
	
	.related-post {
		flex-wrap: wrap;
	}
	
	.related-post .image {
		margin: 0 0 20px;
		width: 100%;
	}

	.post-content .question-answer p {
		margin: 0 0 0 40px;	
	}
	
	.post-content iframe {
		height: 250px;
	}
	
	.related-resource {
		padding: 30px 20px;
	}
	
	.related-resource .image,
	.related-resource .content {
		width: 100%;
	}
	
	.related-resource .btn {
		margin-top: 20px;
		position: relative;
		top: 0;
	}

	/***Press Archive***/

	.featured-posts ul {
		align-items: center;
		flex-direction: column;
	}

	.featured-posts li {
		margin-bottom: 50px;
		max-width: 358px;
		width: 100%;
	}

	.featured-posts li:last-of-type {
		margin-bottom: 0;
	}
	
	.press-hero {
		margin-bottom: 30px;
	}

	.press-posts {
		padding: 60px 0;
	}

	.press-posts > .container {
		flex-wrap: wrap;
	}
	
	.post-type-archive-press .press, 
	.featured-posts ul {
		margin-bottom: 60px;
	}

	.press-posts .alm-filters {
		margin-bottom: 50px;
	}
	
	.press-posts a {
		flex-wrap: wrap;
	}
	
	.press-posts a img {
		margin: 0 0 15px;
	}
	
	/***About***/
	
	.about-intro li,
	.advisor .image,
	.advisor article {
		width: 100%;
	}
	
	.about-intro li:nth-of-type(2n) {
		top: 0;
	}
	
	.locations li {
		font-size: calc(20rem / 16);
	}
	
	.timeline .triangle-pattern,
	.timeline .carousel .empty {
		display: none;
	}
	
	.timeline .slide {
		margin-right: 0;
	}
	
	.timeline .slide .content {
		padding: 0 20px;
	}

	/***Resource Archive***/

	.page-template-page-resources .press-hero {
		margin-bottom: 80px;
	}

	.case-studies {
		background: var(--smoke);
		margin-bottom: 60px;
		padding: 60px 0 50px;
	}
	
	.case-studies-header:before,
	.case-studies-header:after {
		display: none;
	}

	.carousel.six-carousel {
		margin: 95px 0 0 0px;
		padding-left: 0;
		width: 100%;
	}

	.six-carousel .slick-slide {
		margin: 0;
	}
	
	.carousel.six-carousel .slick-arrow {
		right: auto;
		top: -65px;
	}

	.carousel.six-carousel .slick-prev {
		left: 00px;
	}

	.carousel.six-carousel .slick-next {
		left: 60px;
	}

	.white-papers {
		margin-bottom: 100px;
	}

	.white-papers .triangle-pattern {
		display: none;
	}

	.white-papers .resources-header {
		margin-bottom: 50px;
	}

	.white-paper-list li,
	.white-paper-list li:nth-child(2) {
		margin: 40px auto 0;
		max-width: 400px;
		width: 100%;
	}

	.white-paper-list.carousel .slick-list {
		margin: 80px 0 0;
	}

	.white-paper-list.carousel li,
	.white-paper-list.carousel li:first-child,
	.white-paper-list.carousel li:nth-child(2) {
		margin: 0;
		max-width: unset;
	}

	.white-paper-list.carousel li {
		width: calc(100vw - 40px) !important;
	}

    /***Webinars***/

    .related-posts.topic-posts-block .post .image,
    .webinars-archive-hero .featured-post .image,
    .webinars-posts .post .image {
    max-width: 100%;
    }

	.webinar-list::before {
		content: none;
	}

	.webinars .triangle-pattern {
		display: none;
	}

	.webinars .resources-header {
		margin-bottom: 50px;
		text-align: center;
	}

	.webinar-list {
		margin-bottom: 100px;
		padding: 0;
	}

	.webinar-list li a {
		flex-direction: column;
		margin: 0 0 40px;
	}

	.webinar-list .image,
	.webinar-list a > div{
		width: 100%;
	}

	/***Resource Single***/

	.resource-content .container {
		flex-wrap: wrap;
	}

	.resource-content.post-content article.left-col {
		margin: 60px 0;
		width: 100%;
	}

	.resource-content .form {
		bottom: 0;
		margin: 0 auto;
		width: 100%;
	}

	.resource-form {
		padding: 0 20px 400px;
	}

	.resource-form .container {
		padding: 40px 20px 0;
	}

	.resource-form .form-header h2 {
		font-size: calc(24rem / 16);
		line-height: calc(34 / 24);
	}

	.resource-form .form-header p {
		margin-bottom: 18px;
	}

	.post-content article .three-column-sc li {
		flex: 1 1 100%;
	}
	
	/***Page Builder***/

	.image-hero.alt img {
		display: none;
	}
	
	.triangle-hero article {
		text-align: center;
	}

    .triangle-hero.image .left-side {
        display: flex;
        flex-direction: column;
    }

    .triangle-hero.image img {
        margin: 0 auto;
    }
	
	.triangle-hero #large-triangles {
		display: none;
	}

	.triangle-hero article p {
		margin: 25px 0 35px;
	}

    .triangle-hero .btn,
    .cta .btn:not(.video-lightbox) {
		margin: 0 auto;
	}

	.cta .btn:not(.video-lightbox) {
		padding-right: 30px;
	}
	
	.cta .btn:not(.video-lightbox) svg {
		display: none;
	}
	
	.cta .btn:not(.video-lightbox):hover {
		padding-right: 30px;
	}

	.calc-container {
		padding: 0;
	}

	.calc-row.flex-container {
		align-items: flex-start;
		flex-direction: column;
	}

	.calc-row h2 {
		margin-bottom: 8px;
		width: 100%;
	}

	.savings.flex-container {
		align-content: center;
		background: linear-gradient(180deg,var(--blue),var(--blue) 50%,var(--navy) 50%,var(--navy) 100%);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		flex-direction: column;
		left: 0;
		padding: 0 20px;
		width: 100%;
	}

	.savings h2,
	.savings div h2 {
		padding: 20px 0;
		text-align: center;
		width: 100%;
	}

	.savings div h2 {
		padding-bottom: 0;
	}

	.savings .eyebrow {
		padding-bottom: 10px;
		text-align: center;
	}

	.content-block .logos {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.media-content-block.centered ul {
		grid-template-columns: 1fr;
	}


	.single-case-study::before {
		left: 0;
	}
	
	.single-case-study .flex-container {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.single-case-study cite .flex-container {
		align-items: flex-start;
		flex-direction: column;
	}
	
	.testimonial cite img {
		margin-top: 35px;
	}
	
	.single-case-study .image {
		height: auto;
		margin-top: -15px;
	}

	.link-cards .triangle-pattern {
		display: none;
	}

	.twitter-feed li {
		margin: 0 0 40px;
		width: 100%;
	}

	.twitter-feed li:last-of-type {
		margin-bottom: 0;
	}

	.video-module {
		padding: 0;
	}

	.video-module .angled-bkg,
	.video-module .triangle-pattern {
		display: none;
	}

	.video-module .featured-image.video-lightbox .play-button {
		font-size: 30px;
		height: 80px;
		width: 80px;
	}

	.text-callout-block .triangle-pattern {
		display: none;
	}

	.table-wrapper th,
	.table-wrapper td {
		min-width: 150px;
	}

	/*Sticky Blocks*/

	.sticky-block {
		flex-direction: column;
		gap: 20px;
		margin: 0 0 64px;
	}

	.sticky-block .sticky-anchor {
		height: 64px;
		top: -64px;
	}

	.sticky-block .sticky-container,
	.sticky-block .content {
		width: 100%;
	}
	
	/***Careers***/
	
	.career-testimonial .testimonial::before {
		left: -20px;
		top: 20px;
		width: calc(100% + 40px);
	}
	
	.career-testimonial .testimonial .image,
	.career-testimonial .testimonial blockquote {
		width: 100%;
	}
	
	.career-testimonial .icon-thumb span {
		right: -20px;
	}
	
	.careers-carousel {
		margin-bottom: 0;
	}
	
	.careers-carousel .carousel-parent {
		padding: 80px 0 0;
	}
	
	.careers-carousel .carousel .slick-prev {
		right: 80px;
	}
	
	.careers-carousel .carousel .slick-next {
		right: 20px;
	}
	
	.careers-carousel .slide {
		margin-right: 0;
		padding: 0 20px;
	}
	
	.job-openings li a.comeet-position {
		padding: 20px 20px 50px;
	}
	
	.job-openings li a.comeet-position::before {
		bottom: 20px;
		left: 20px;
		right: auto;
	}
	
	.job-openings li a.comeet-position::after {
		bottom: 23px;
		left: 110px;
		right: auto;
	}
	
	/***All Features***/
	
	.live-search {
		padding: 30px 20px;
	}
	
	.live-search h2,
	.live-search .search-data {
		width: 100%;
	}
	
	.live-search h2 {
		margin-bottom: 20px;
	}
	
	.features-tabs .featured-boxes,
	.logo-blurbs {
		grid-template-columns: 1fr;
	}
	
	.features-tabs .featured-boxes li,
	.logo-blurbs li {
		padding: 30px 20px;
	}
	
	.features-tabs .logo-boxes {
		gap: 20px;
		grid-template-columns: repeat(2,1fr);
	}
	
	.features-tabs .logo-boxes li {
		padding: 10px;
	}
	
	.features-tabs .columned-list {
		column-count: 1;
		padding: 20px 20px;
	}
	
	.features-tabs .logo-boxes.alt li img {
		width: 30px;
	}

	/*Search Results*/

	.search-results .blog-content,
	.search-no-results .blog-content {
		padding-bottom: 60px;
	}

	/***Year in Review***/

	/*Client Case Studies*/

	.year-case-studies .bkg-block {
		display: none;
	}

	.year-case-studies ul.grid {
		grid-template-columns: minmax(0, 1fr);
	}

	/*Fact*/

	.fact.style1 .bkg-block,
	.fact.style1 .triangle-container-1,
	.fact.style1 .triangle-container-2,
	.fact.style3 .triangle-container-1,
	.fact.style3 .triangle-container-2,
	.fact.style4 .triangle-container-1,
	.fact.style5 .triangle-container-2,
	.fact.style5 .content .text:before {
		display: none;
	}

	.fact .content img {
		margin-bottom: 25px;
	}

	/*Year in Review*/

	.featured-stats {
		flex-direction: column;
	}

	.featured-stats li {
		margin-bottom: 40px;
		margin-right: 0;
	}

	.hero .additional-stats {
		align-items: flex-start;
	}

	.year-intro-text {
		margin-bottom: 40px;
		padding-top: 40px;
	}

	.fact,
	.fact.style3 {
		padding-bottom: 20px;
	}

	.evidence-stat {
		flex-direction: column;
		margin-left: 0;
	}

	.evidence-stat .blue-dot {
		margin-bottom: 12px;
		margin-right: 0;
	}

	.evidence-stat .flex-container {
		flex-direction: column;
	}

	.evidence-stat p {
		margin-left: 0;
		text-align: center;
	}

	.year-case-studies h2.heading-3 {
		width: auto;
	}

	/***Academy Page***/

	.academy-popup {
		bottom: 20px;
		padding: 18px;
		top: unset;
	}

	.academy-popup p {
		max-width: 120px;
	}

	.academy-hero img {
		max-width: 100%;
		width: 500px;
	}

	.academy-resources {
		padding: 60px 0;
	}

	.academy-form form .hs-submit {
		margin: 0 auto;
	}
	
	.builder-hero.background-video {
		height: 212px;
		min-height: 0;
		padding: 0;
	}

	/***Compare***/

	.left-cell {
		margin-right: 40px;
		min-width: 240px;
	}

	.cell {
		min-width: 116px;
	}

	.table-body .more-gradient {
		content: '';
		height: calc(100% + 12px);
		left: 10px;
		pointer-events: none;
		position: absolute;
		top: 0;
		transition: .25s;
		width: 100%;
	}

	.scroll-end .table-body .more-gradient {
		opacity: 0;
	}

	.table-body .more-gradient .smoothed {
		background: linear-gradient(to bottom, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0) 100%);
		content: '';
		display: block;
		height: 50px;
		left: calc(100% - 50px);
		position: sticky;
		top: 0;
		width: 60px;
		z-index: 1;
	}

	.table-body .more-gradient .smoothed:last-child {
		background: linear-gradient(to top, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0) 100%);
		top: calc(100% - 50px);
	}

	.table-body .more-gradient .gradient {
		background: linear-gradient(to right, rgba(246, 246, 246, 0) 0%, rgba(149, 149, 149, .6) 100%);
		content: '';
		display: block;
		height: 100%;
		left: calc(100% - 50px);
		margin: -50px 0;
		position: sticky;
		top: 0;
		width: 60px;
	}

    /* Logo Garden with Few Logos */

    .logo-garden ul.items-1,
    .logo-garden ul.items-2,
    .logo-garden ul.items-3 {
        grid-template-columns: 1fr;
    }

    .logo-garden .items-1 li:first-child,
    .logo-garden .items-2 li:first-child {
        grid-column: auto;
    }

	/***Webinars Archive***/

	/*Hero*/

	.webinars-archive-hero .headshots .left {
		gap: 20px;
		width: calc(50% + 10px);
	}

	.webinars-archive-hero .headshots .right {
		margin-top: calc(40 / 610 * 100%);
		width: calc(50% - 30px);
	}

	/*Posts*/

	.webinars-posts .posts-container {
		grid-template-columns: 1fr;
	}

	/***Webinars Single***/

	/*Hero*/

	.post-hero.webinar-hero article {
		flex-direction: column-reverse;
	}

	.webinar-hero img {
		width: 100%;
	}

	.resource-hero.webinar-hero .container .btn {
		bottom: -95px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
	}

	/*Sticky Form*/

	.webinars-template-default .hero-form {
		padding: 30px 20px;
	}

	/*Content*/

	.post-content .experts li:not(.eyebrow) {
		width: 100%;
	}

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 500*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 31.25em) {

	/***Webinars Archive***/

	/*Hero*/

	.webinars-archive-hero .headshots {
		flex-direction: column;
	}

	.webinars-archive-hero .headshots .left {
		width: 100%;
	}

	.webinars-archive-hero .headshots .right {
		margin-top: 20px;
		width: 100%;
	}

	.webinars-archive-hero .headshots .img-1 {
		width: 100%;
	}

}

/***************************************************************************************************************************************************************************************/

/*ACCESSIBILITY REDUCE MOTIONS*/

/***************************************************************************************************************************************************************************************/

@media (prefers-reduced-motion: no-preference) {
	
	/***Scroll***/
	
	[data-jazzy-scroll] {
		pointer-events: none;
		transition: .8s cubic-bezier(0.65, 0, 0.35, 1);
	}
	
	[data-jazzy-scroll].animated-in {
		pointer-events: all;
	}

	/*All fade ins*/
	
	[data-jazzy-scroll*="fade-in"] {
		opacity: 0;
	}
	
	[data-jazzy-scroll*="fade-in"].animated-in {
		opacity: 1;
	}

	/*Fade in up*/
	
	[data-jazzy-scroll="fade-in-up"] {
		position: relative;
		transform: translate3d(0, 60px, 0);
	}
	
	[data-jazzy-scroll="fade-in-up"].animated-in {
		transform: translate3d(0, 0, 0);
	}

	/***Parallax***/

	[data-jazzy-parallax] {
		transform: translate3d(0, 0, 0);
	}

	/***Triangle Pattern***/
	
	.triangle-pattern .triangle.animated,
	.new-feature .eyebrow .triangle {
		animation: animateColor 2s infinite alternate ease;
	}
	
	@keyframes animateColor {
		0% {
			border-color: transparent transparent var(--color1) transparent;
		}
		
		100% {
			border-color: transparent transparent var(--color2) transparent;
		}
	}
	
}