/*!
Theme Name: b8websitesco
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: b8websitesco
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

b8websitesco is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	margin: 0;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}
a:-webkit-any-link {
    text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 1.5em 0;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover,
a:focus,
a:active {
	color: #FFFFFF;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

input[type="submit"] {
	border-radius: 1000px;
    font-family: 'Barlow-500', sans-serif;
	font-weight: 500;
	font-size: calc(0.6rem + 0.5vw);
	border: 1px solid var(--mim-saffron);
    background-color: var(--mim-saffron);
	color: var(--rich-black);
	padding: 0.6vw 2vw 0.6vw;
	cursor: pointer;
}
input[type="submit"]:hover {
	color: var(--rich-black);
	border: 1px solid var(--rich-black);
    background-color: var(--white);

}
.hs_submit.hs-submit {
    width: 20%;
    float: right;
	margin-top: -75px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.hs-form-field input[type=text] {
	border: none;
	border-radius: 1000px;
	height: 3vw;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.6vw 2vw 0.6vw;
	color: var(--rich-black);
    font-family: 'Barlow-400', sans-serif;
	font-weight: 400;
	font-size: calc(0.6rem + 0.5vw);
    line-height: calc(0.8rem + 0.8vw);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--rich-black);
	border: none;
	outline: none !important;
	border: 1px solid var(--mim-saffron);
	opacity: 1;
}

/* input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible,
input[type="search"]:focus-visible,
input[type="number"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="range"]:focus-visible,
input[type="date"]:focus-visible,
input[type="month"]:focus-visible,
input[type="week"]:focus-visible,
input[type="time"]:focus-visible,
input[type="datetime"]:focus-visible,
input[type="datetime-local"]:focus-visible,
input[type="color"]:focus-visible,
textarea:focus {
	color: var(--rich-black);
	border: none;
} */

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}



/* Start Found style */

@font-face {
	font-family: "Noto-Serif";
	src: url("fonts/NotoSerifDisplay-VariableFont_wdth,wght.ttf") format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Noto Serif Disp SemCond Light";
	src: url("../fonts/NotoSerifDisplay-SemiCondensedLight.ttf") format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Unbounded-400";
	src: url("../fonts/Unbounded-Regular.ttf") format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Unbounded-600";
	src: url("../fonts/Unbounded-SemiBold.ttf") format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Unbounded-700";
	src: url("../fonts/Unbounded-Bold.ttf") format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Unbounded-800";
	src: url("../fonts/Unbounded-ExtraBold.ttf") format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Barlow-500";
	src: url("../fonts/Barlow-Medium.ttf") format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Barlow-400";
	src: url("../fonts/Barlow-Regular.ttf") format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Barlow-600";
	src: url("../fonts/Barlow-SemiBold.ttf") format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "Barlow-700";
	src: url("../fonts/Barlow-Bold.ttf") format("truetype");
	font-display: swap;
}

html, #header {
    margin: 0 !important;
    padding: 0 !important;
}
.main-everysearch-title {
	color: #010B0C;
    margin-top: 20px;
    margin-bottom: 10px;
	text-align: center;
    font-family: 'Noto Serif Disp SemCond Light';
	font-weight: 300;
    font-size: 5vw;
    line-height: 4vw;
	position: absolute; 
	/* top: 13vw;  */
	/* top: 35vh; */
	right: 0; 
	left: 0;
}
h1 {
	margin-top: 1vw;
	margin-bottom: 1vw;
	font-size: calc(0.7rem + 0.6vw);
	font-family: 'Barlow-500', sans-serif;
    font-weight: 500;
	text-transform: unset;
	line-height: normal;
}
h2 {
	color: #010B0C;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Noto Serif Disp SemCond Light';
	font-weight: 300;
    font-size: 5vw;
    line-height: 4.2vw;
}
h3 {
	color: #010b0c;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Unbounded-700', sans-serif;
	font-weight: 700;
	z-index: 2;
    text-align: center;
    padding-left: 25vw;
    padding-right: 25vw;
    font-size: 2.3vw;
    line-height: 2.7vw;
    position: absolute;
    /* top: 24vw; */
	top: 48vh;
    bottom: 15vh;
    left: 0%;
    right: 0%;
}
h4 {
	color: #010B0C;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Barlow-500', sans-serif;
	font-weight: 500;
	font-size: calc(0.9rem + 0.9vw);
    line-height: calc(1rem + 1vw);
}
h5 {
	color: #010B0C;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Unbounded-700', sans-serif;
	font-weight: 700;
	font-size: calc(0.5rem + 0.5vw);
    line-height: calc(0.6rem + 0.6vw);
}
h6 {
    color: #010B0C;
    text-align: left;
    text-transform: uppercase;
	margin-top: 4.5vw;
    margin-bottom: 2vw;
    font-family: 'Unbounded-700', sans-serif;
	font-weight: 700;
	font-size: calc(0.5rem + 0.4vw);
    line-height: calc(0.7rem + 0.7vw);
}
.subtitle {
	color: var(--mim-saffron);
	position: relative;
	letter-spacing: -.1vw;
	text-transform: uppercase;
	margin: 0 0 2vw;
    position: static;
	font-family: 'Unbounded-800', sans-serif;
	font-weight: 800;
	font-size: 4.2vw;
	line-height: 4vw;
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
    transform-style: preserve-3d;
	text-align: center;
}
p {
	margin-top: 0;
    margin-bottom: 10px;
	color: var(--rich-black);
    font-family: 'Barlow-400', sans-serif;
	font-weight: 400;
    font-size: calc(0.6rem + 0.5vw);
    line-height: calc(1rem + 0.8vw);
}
.much-more-header {
	font-family: 'Noto Serif Disp SemCond Light';
	font-weight: 300;
	margin-top: 0;
    font-size: 3.3vw;
    line-height: 3vw;
	margin-bottom: 3vw;
}
/* .quotes {
	color: #010B0C;
	font-family: Barlow;
	font-size: 55px;
	font-style: normal;
	font-weight: 400;
	line-height: 129.5%; 
} */
/* .footer {
	color: #010B0C;
	font-family: 'Barlow';
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 146.5%; 
} */
.superscript {
	font-size: 2vw;
}
/* .gradient-transition {
    height: auto;
    background-image: linear-gradient(to bottom, #fff 6%, rgba(241, 241, 241, 0) 27%), linear-gradient(to bottom, rgba(227, 242, 255, .1) 62%, var(--rich-black) 87%);
    justify-content: center;
    align-items: center;
    margin-top: 0;
    line-height: 2066px;
    display: flex;
    position: relative;
} */
.fender-txt {
	color: #010B0C;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Unbounded-700', sans-serif;
	font-weight: 700;
    font-size: 1.5vw;
    line-height: 1.5vw;
	letter-spacing: -1px;
}
.awards-title {
	text-transform: uppercase;
    margin-top: 20px;
    font-family: 'Unbounded-700', sans-serif;
	font-weight: 700;
    font-size: 1.5vw;
    line-height: 1.5vw;
	text-align: center;
	color: #FFF;
}
input {
	border: solid 2px #fff;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 0px;
}
select, textarea {
	display: none !important;
}
.homepage-video {
	/* margin-left: -19%; */
	/* margin-top: -6%; */
	/* margin-top: -20vh; */
}



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


:root {
	--rich-black: #010b0c;
	--mim-saffron: #eeba00;
	--white: #fff;
	--spanish-orange: #e46e00;
	--jordy-blue: #8db5f3;
	--alice-blue: #f4f8fe;
	--smoke-gray: whitesmoke;
  }
  
  .w-layout-grid {
	grid-row-gap: 16px;
	grid-column-gap: 16px;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
  }
  
  a {
	position: relative;
  }
  
  .flex {
	width: 100%;
	flex-direction: column;
	align-items: center;
	display: flex;
	overflow: hidden;
  }
  
  .panel-header {
	width: 100%;
	height: 90vh;
	background-image: linear-gradient(#74a4dc, rgba(194, 224, 255, 0) 16%);
	border-radius: 0;
	flex-direction: column;
	align-items: center;
	display: flex;
	position: relative;
  }
  
.nav-bar {
	z-index: 999999;
	width: 100%;
	height: auto;
	max-width: 2160px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	margin-top: 0;
	/* padding: 10px 5vw; */
	font-family: 'Barlow-500', sans-serif;
	font-weight: 500;
	font-size: 16px;
	position: absolute;
	top: 0;
	position: fixed;
}
/* .site-header .nav-bar {
	background: transparent;
} */
.site-white-header .nav-bar {
	background: #FFFFFF;
}
/* .site-header .nav-bar {
	background: #242424;
} */
  
  .header-bg-img-container {
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url('../images/background-image.svg');
	background-position: 0 0;
	background-size: auto;
	display: block;
	position: relative;
	top: 0%;
	bottom: auto;
	left: 0%;
	right: 0%;
  }
  
  .icon-found-nav {
	width: auto;
	height: auto;
	margin-right: 0;
	position: relative;
  }
  
  .container {
	width: 76%;
	min-width: auto;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-left: 0%;
	padding-right: 0;
	display: flex;
  }
  
  .container.wide {
	width: 100%;
  }
  
  .container.tight {
	width: 46%;
	margin-top: 0;
  }
  
  .container.tight.padding {
	margin-top: 16vh;
  }
  
  .container.tight.reverse-padding {
	margin-bottom: -65px;
  }
  
  .nav-link {
	color: #fff;
	padding-left: 1.2vw;
	padding-right: 1.2vw;
	font-weight: 400;
	/* font-size: 19px;
    line-height: 19px; */
	font-size: calc(0.6rem + 0.5vw);
    line-height: calc(0.8rem + 0.8vw);
  }
  
  .nav-link.dropdown {
	align-items: center;
	padding: 0 0%;
	display: flex;
  }
  
  .tm-superscript {
	font-size: .65vw;
  }
  
  .icon-nav-container {
	width: 24px;
	height: 24px;
	margin-left: 4%;
	display: block;
	position: relative;
  }
  
  .button-nav {
	width: auto;
	height: 3vw;
	color: #242424;
	text-align: center;
	white-space: nowrap;
	background-color: #fff;
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	margin-left: 4%;
	margin-right: 4%;
	padding: 8px 6%;
	font-size: 1.02vw;
	display: flex;
	position: -webkit-sticky;
	position: sticky;
  }
  
  .text-nav-bar {
	white-space: nowrap;
	margin-left: 0;
	margin-right: 0;
	font-size: 1.1vw;
	font-weight: 400;
  }
  
  .nav-content-container {
	width: auto;
	justify-content: flex-end;
	align-items: center;
	display: flex;
	position: relative;
  }
  .mim-saffron {
	color: var(--mim-saffron);
	position: relative;
  }
  .header-gradient-container {
	width: 100%;
	height: 150px;
	background-image: linear-gradient(rgba(110, 133, 162, .4), #fff 0%, #6e85a2 0%, #6e85a2 0%, rgba(110, 133, 162, 0));
	display: none;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: 0%;
	right: 0%;
  }
  
  .header-content-container {
	z-index: 1;
	width: 100%;
	flex-direction: column;
	align-items: center;
	margin-top: 300px;
	display: flex;
	position: relative;
  }
  
  .spline-container {
	width: 100%;
	/* background-image: linear-gradient(rgba(243, 243, 243, 0) 59%, #fff 76%); */
	padding-bottom: 0;
	display: block;
	position: absolute;
	overflow: hidden;
	opacity: 1; 
	/* transform: translate3d(0px, 0px, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); 
	transform-style: preserve-3d; */
	background-image: linear-gradient(to bottom, rgba(255,0,0,0) 10%, rgba(1, 11, 12, 1) 100%);
	/* height: 160vh; */
	height: 100px;
    top: -95px;
  }
  
  .panel-generic {
	width: 100%;
	height: auto;
	flex-direction: column;
	align-items: center;
	margin-top: 8vw;
	margin-bottom: 8vw;
	padding-top: 0;
	display: flex;
  }
  
  .panel-generic.mim-safron-bg {
	background-color: var(--mim-saffron);
  }
  
  .panel-generic.no-padding-top {
	margin-top: 0;
  }
  
  .panel-generic.no-padding-bottom {
	margin-bottom: -1px;
	position: relative;
  }
  
  .nav-bar-container {
	justify-content: space-between;
	display: flex;
	position: static;
	padding: 10px 5vw;
  }
  .nav-bar-background {
	opacity: 1; 
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); 
	transform-style: preserve-3d;
  }
  .nav-dropdown {
	display: flex; 
	align-items: baseline;
  }
  .nav-dropdown img {
	height: -webkit-fill-available; 
	margin-left: 6px;
  }
  
  .nav-bar-left-side {
	width: 50%;
	justify-content: flex-start;
	display: flex;
  }
  
  .nav-bar-right-side {
	width: 50%;
	justify-content: flex-end;
	display: flex;
  }
  
  .dropdown-2 {
	padding: 20px 10%;
  }
  
  .brand {
	margin-right: 2vw;
  }
  
  .brand.w--current {
	width: 40px;
  }
  
  .image {
	width: 30px;
	height: 30px;
	position: relative;
  }
  
  .icon {
	margin: 0 0 0 .4vw;
	padding-left: 0;
	position: relative;
  }
  
  .panel-footer {
	width: 100%;
	height: auto;
	background-color: #010b0c;
  }
  ._15vw-padding-right {
	padding-right: 1.5vw;
  }
  
  ._10px-padding {
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	margin: 0;
	padding: 10px;
	display: flex;
  }
  
  ._10px-padding.header {
	padding-top: 0;
	padding-bottom: 0;
  }
  
  .keyline {
	width: 76%;
	height: 1px;
	background-color: rgba(255, 255, 255, .06);
  }
  
  .footer-row {
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 4vw;
	margin-bottom: 4vw;
	display: flex;
	position: relative;
  }
  
  .footer-row.center {
	align-items: center;
  }
  
  .footer-row.align-vert {
	flex-direction: column;
	justify-content: flex-start;
  }
  .container .footer-row.desktop-flex  {
	margin-bottom: 1vw;
  }
  .left-side-50 {
	width: 50%;
  }
  
  .left-side-50.padding-right {
	padding-right: 5vw;
  }
  
  .left-side-50.padding-right._35 {
	width: 35%;
  }
  
  .left-side-50._5-right {
	padding-right: 5px;
	position: relative;
  }
  
  .left-side-50.padding-left {
	padding-left: 1vw;
  }
  
  .left-side-50.flex._10px-padding.align-left {
	align-items: flex-start;
  }
  
  .right-side-50 {
	width: 50%;
  }
  
  .right-side-50.flex {
	flex-direction: row;
	align-items: flex-start;
  }
  
  .right-side-50.flex._10px-padding.extra-padding-right {
	padding-right: 3vw;
  }
  
  .right-side-50._65 {
	width: 65%;
  }
  
  .right-side-50._65.align-horz {
	display: flex;
  }
  
  .right-side-50.padding-right {
	padding-right: 1vw;
  }
  .link-list {
	flex-direction: row;
	align-items: flex-start;
	margin-top: 2vh;
	display: flex;
  }
  
  .text-banner {
	width: 100%;
	justify-content: space-between;
	display: flex;
  }
  
  .panel-sign-up {
	width: 100%;
	background-color: #010b0c;
  }
  
/* .body-paragaph {
	color: var(--rich-black);
	margin-top: 10px;
	font-family: 'Barlow-400', sans-serif;
	font-weight: 400;
	font-size: calc(0.6rem + 0.5vw);
	line-height: calc(0.8rem + 0.8vw);
} */
  
  .body-paragaph.center.biggest {
	font-size: 1.6vw;
	font-weight: 400;
	line-height: 2.4vw;
	width: 60%;
  }
  .lose-at-search .body-paragaph.center.biggest {
	font-size: calc(0.6rem + 0.5vw);
    line-height: calc(1rem + 0.8vw);
	width: 60%;
  }
  
  .body-paragaph.white {
	color: var(--white);
  }
  
  .body-paragaph.white.small {
	font-size: calc(0.55rem + 0.5vw);
	line-height: calc(1rem + 0.8vw);
  }
  
  .body-paragaph.white.small.top-padding {
	margin-top: 30px;
  }
  
  .body-paragaph.white.legal {
	margin-top: 0;
	padding-left: 1vw;
	padding-right: 3vw;
	font-size: .7vw;
	line-height: 1vw;
  }
  
.body-paragaph.white.tighter {
	width: 67%;
}
  
.body-paragaph.padding {
	margin-top: 1.5vw;
	margin-bottom: 2.5vw;
}
  
.body-text {
	color: var(--rich-black);
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Barlow-400', sans-serif;
	font-weight: 400;
	font-size: calc(0.7rem + 0.6vw);
    line-height: calc(0.8rem + 0.8vw);
}
  
.body-text.dummy {
	height: 3vw;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: .1vw;
	padding-left: 1.2vw;
	display: flex;
}
  
.body-text.white.small {
	letter-spacing: .1vw;
	font-size: .6vw;
}
  
.body-text.white.small.label {
	color: rgba(255, 255, 255, .5);
	margin-top: -10px;
	margin-bottom: 2px;
	padding-left: 1.2vw;
}
  
.body-text.bigger {
	font-size: calc(0.6rem + 0.6vw);
	font-weight: 500;
}
  
.body-text.biggest {
	font-size: calc(0.8rem + 0.7vw);
	line-height: 1.8vw;
}
  
.body-text.biggest.padding-below {
	margin-bottom: 0.5vw;
}
.button-margin-hp {
	margin-bottom: 2vw;
}
.full-width-image {
	width: 100%;
	/* height: 30vh; */
	height: 25vw;
	background-color: var(--mim-saffron);
	background-image: url('../images/background-image.svg');
	background-position: 0 0;
	background-size: auto;
}
  
.full-width-image.tall {
	height: 44vh;
}
  
.full-width-image.tall.team-photo {
	background-image: url('../images/team_photo.png');
	background-position: 50%;
	background-size: cover;
}
  
.full-width-image.luminr-block {
	background-image: url('../images/ipad-mockup.webp');
	background-position: 50%;
	background-size: cover;
}
  
.full-width-image.luminr-block.luminr-mask {
	background-color: var(--white);
	background-image: none;
	overflow: hidden;
}
  
.full-width-image.mask {
	height: 44vh;
}
  
.button {
	border: 1px solid var(--rich-black);
	background-color: var(--rich-black);
	border-radius: 1000px;
	padding: .5vw 2vw .6vw;
	font-family: 'Barlow-500', sans-serif;
	font-weight: 500;
	font-size: calc(0.6rem + 0.5vw);
	text-align: center;
}
.button:hover {
	color: #010B0C;
	background-color: var(--rich-black);
	background: #FFF;
	border-color: #FFF;
}
.button:active {
	color: #010B0C;
	background-color: var(--rich-black);
	border-color: rgba(255, 255, 255, 0.60);
	background: rgba(255, 255, 255, 0.60);
}
  
.button.mim-saffron {
	border: 1px solid var(--mim-saffron);
	background-color: var(--mim-saffron);
	/* color: var(--rich-black); */
}
  
.button.mim-saffron.form {
	padding-left: 3vw;
	padding-right: 3vw;
}
.button.mim-saffron.w-button:hover, .button.mim-saffron.w-button:focus {
	color: var(--rich-black);
	border: 1.5px solid var(--rich-black);
	background-color: var(--white);
}
  
.button.white {
	border-color: var(--white);
	background-color: var(--white);
	color: var(--rich-black);
}
  
/* .button.white.navigation {
	margin-left: 1vw;
	padding-top: .7vw;
	padding-bottom: .8vw;
	font-size: 1vw;
	text-decoration: none;
} */
  
.button.stroke-black {
	border: 1px solid var(--rich-black);
	background-color: var(--white);
	color: var(--rich-black);
	margin-top: 0;
}
.button.stroke-black:hover, .button.stroke-black:focus {
	border: 1px solid var(--mim-saffron);
	background-color: var(--mim-saffron);
	color: var(--white);
}
  
.button.stroke-black.top-padding {
	margin-top: 1vw;
}
.aarow {
	position: absolute;
    right: 0;
    top: 0;
    height: 1vw;
	display: none;
}
.service-grid-block {
	position: relative;
}

._15-margin-top {
	margin-top: 15vw;
}
._3-margin-top {
	margin-top: 3vw;
}
  
  .button.stroke-black.extra-top-padding {
	margin-top: 3vw;
  }
  
.button.stroke-white {
	border: 1px solid rgba(255, 255, 255, .16);
}
.button.stroke-white{
	color: #FFF;
}
.button.stroke-white:hover {
	border: 1px solid #EEBA00;
	color: #FFF;
	background: #EEBA00;
}
.button.stroke-white:active {
	border: 1px solid #FFF;
	color: #010B0C;
	background: #FFF;
}
  
  .button.stroke-white.right-padding {
	margin-right: 1vw;
  }
  
  .every-search-count {
    color: #EEBA00;
    position: relative;
	text-transform: uppercase;
    margin-top: 2.5vw;
    margin-bottom: 10px;
    font-family: 'Unbounded-700', sans-serif;
	font-weight: 700;
    font-size: 1.5vw;
    line-height: 1.5vw;
  }

  .mim-saffron.fixed-header {
	z-index: 2;
	text-align: center;
	position: absolute;
	top: auto;
	bottom: 30vh;
	left: 0%;
	right: 0%;
  }
  
  .center {
	text-align: center;
	margin-bottom: 0;
	position: static;
  }
  
  .review-group {
	align-items: center;
	display: flex;
  }
  
  .review-group.right {
	justify-content: flex-end;
  }
  
  .review-block {
	align-items: center;
	display: flex;
  }
  
  .review-block.first {
	margin-right: 4vw;
  }
  
.review-score {
	color: var(--white);
	font-family: 'Barlow-400', sans-serif;
	font-weight: 400;
	font-size: 2.6vw;
}
  
.review-total {
	color: rgba(255, 255, 255, .16);
	text-align: left;
    font-size: 1vw;
}
.review-block .review-total {
	color: rgba(126, 126, 126, 0.50);
	font-family: 'Barlow-500', sans-serif;
    font-weight: 500;
    font-size: calc(0.5rem + 0.4vw);
    line-height: calc(0.7rem + 0.6vw)
}
  .review-svg {
	height: 2.8vw;
	margin-bottom: 8px;
	margin-right: 1vw;
  }
  
  .review-svg.the-drum {
	height: 2.5vw;
  }
  
.footer-badge {
	height: 3.5vw;
	/* margin-left: 2vw; */
	margin: auto 0 auto 2vw;
}
  
.footer-badge.smaller {
	height: 2.5vw;
}
.footer-badge.larger {
	height: 4.5vw; 
	margin-left: 2vw; 
	width: auto;
}
  
  .link-list-left {
	flex-direction: column;
	align-items: flex-start;
	display: flex;
  }
  
  .link-list-right {
	flex-direction: column;
	align-items: flex-start;
	margin-left: 6vw;
	display: flex;
  }
  
.body-link {
	color: var(--mim-saffron);
	font-family: 'Barlow-500', sans-serif;
	font-weight: 500;
	font-size: calc(0.6rem + 0.5vw);
    line-height: calc(0.8rem + 0.8vw);
	text-decoration: none;
}
.body-link:hover {
	text-decoration: underline;
}
.body-link.white {
	color: var(--white);
}
.body-link.white.small {
	margin-bottom: 1.4vh;
	/* font-weight: 400; */
}
.body-link-contact-info {
	margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Barlow-400', sans-serif;
    font-weight: 400;
	text-decoration: underline !important;
}
  
.white {
	color: var(--white);
}
  
.input {
	width: 100%;
	background-color: var(--white);
	border-radius: 1000px;
	margin-right: .8vw;
	padding: 0;
	margin: 0.5vw 0 1vw 0;
}
.form-columns-2 {
    max-width: unset !important;
}
.form-columns-1 {
	max-width: unset !important;
}
.hs_gdpr_note {
	width: 75%;
    float: left;
}
.hs_firstname, .hs_email, .hs_company {
    padding-right: 1vw;
}
.hs_lastname, .hs_phone, .hs_jobtitle {
	padding-left: 1vw;
}
.hs_gdpr_note .input {
    background-color: unset;
    color: var(--white);
	margin-top: 0;
    font-size: .7vw;
    line-height: 1vw;
}
.hs_gdpr_note a {
    text-decoration: underline;
}
.hs_gdpr_note span {
    font-family: 'Barlow-400', sans-serif;
	font-weight: 400;
	margin-top: 0;
    padding-left: 1vw;
    /* padding-right: 3vw; */
    font-size: calc(0.4rem + 0.3vw);
    line-height: calc(0.6rem + 0.4vw);
}
.hubspot-form-wrapper ul {
    list-style-type: none;
    margin: 0;
	padding: 0;
}
.hs-error-msg {
	color: #E46E00;
	font-family: 'Barlow-400', sans-serif;
	font-weight: 400;
    margin-top: 0;
    font-size: calc(0.3rem + 0.3vw);
    line-height: calc(0.6rem + 0.4vw);
}
.hs-error-msgs {
	margin: 0;
	font-size: calc(0.4rem + 0.3vw);
    line-height: calc(0.6rem + 0.4vw);
}
.hs_gdpr_note .hs-form-booleancheckbox-display input {
    float: left;
}
.hs_gdpr_note .hs-form-booleancheckbox-display span {
    display: block;
    margin-left: 10px;
}
.hs_gdpr_note .hs-form-booleancheckbox-display .gdpr_note {
	accent-color: #EEBA00;
}
input[type="checkbox"] { /* change "blue" browser chrome to yellow */
	filter: invert(100%) hue-rotate(18deg) brightness(1.7);
	/* filter: invert(66%) sepia(93%) saturate(1447%) hue-rotate(7deg) brightness(102%) contrast(102%); */
	/* filter: brightness(0) saturate(100%) invert(80%) sepia(59%) saturate(4322%) hue-rotate(10deg) brightness(105%) contrast(103%); */
  }
.hs_error_rollup {
	display: none;
}
.hs_gdpr_note .hs-input {
	margin: 0;
}

.input.circle, .image-4 {
	width: 3vw;
	height: 3vw;
}
  
.fake-form {
	margin-top: 1vw;
	display: flex;
}
  
.fake-form.align-vert {
	flex-direction: column;
}
  
  .fake-form.solo {
	margin-top: 2vw;
  }
  
  .image-5 {
	height: 3vw;
  }
  
  .sign-up-row {
	display: flex;
  }
  
  .blog-row {
	z-index: 1;
	width: 100%;
	display: flex;
	position: relative;
  }
  
  .right-side-25 {
	width: 25%;
  }
  
  .right-side-25._5-left {
	padding-left: 5px;
	position: relative;
  }
  
  .right-side-25._5-left._10-right, .right-side-25._5-left._5-right, .right-side-25._5-right {
	padding-right: 5px;
  }
  
  .img-div {
	width: 100%;
	/* height: 30vh; */
	height: 20vw;
	background-image: url('../images/background-image.svg');
	background-position: 0 0;
	background-size: auto;
  }
  
  .img-div.tall {
	/* height: 44vh; */
	height: 30vw;
  }
  
  .img-div.tall.case-study-img-02 {
	background-image: url('../images/fender-guitar.webp');
	background-position: 50%;
	background-size: cover;
  }
  
  .img-div.tall.case-study-img-01 {
	background-image: url('../images/industrial-ceilings.webp');
	background-position: 50%;
	background-size: cover;
  }
  
  .img-div.tall.case-study-img-03 {
	background-image: url('../images/puma-trainers.webp');
	background-position: 50%;
	background-size: cover;
  }
  
  .img-div.blog-img-01 {
	background-image: url('../images/woman-on-beach.webp');
	background-position: 50%;
	background-size: cover;
  }
  
  .img-div.blog-img-02 {
	background-image: url('../images/metallic-floating-icon.webp');
	background-position: 50%;
	background-size: cover;
  }
  
  .img-div.blog-img-03 {
	background-image: url('../images/man-on-laptop.webp');
	background-position: 50%;
	background-size: cover;
  }
  
.award-img-01:hover {
	background-image: url('../images/team-meeting.webp');
	background-position: 50%;
    background-size: cover;
}
.award-img-01:hover .award-hover-overlay {
	display: none;
}

.award-img-02:hover {
	background-image: url('../images/team-meeting.webp');
	background-position: 50%;
    background-size: cover;
}
.award-img-02:hover .award-hover-overlay {
	display: none;
}

.award-img-03:hover {
	background-image: url('../images/team-meeting.webp');
	background-position: 50%;
    background-size: cover;
}

.award-img-03:hover .award-hover-overlay {
	display: none;
}
  
  .img-div.mask {
	display: block;
	overflow: hidden;
  }
  
  .form-holder {
	width: 100%;
	display: flex;
  }
  
  .form-base {
	align-items: flex-start;
	margin-top: 2vw;
	display: flex;
  }
  
  .image-6 {
	width: 1vw;
	height: 1vw;
  }
  
  .image-7 {
	height: 3vw;
	margin-top: 1vw;
  }
.image-video {
    height: 5vw;
    border-radius: 200px;
}
.everysearch-title {
	color: #EEBA00;
	font-family: 'Unbounded-700', sans-serif;
	font-weight: 700;
	font-size: 0.8vw;
	font-size: calc(0.5rem + 0.3vw);
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
}
  
  .sub-title {
	margin-bottom: 0;
  }
  .awards-sub-title {
	color: #FFF;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Unbounded-700', sans-serif;
	font-weight: 700;
    font-size: calc(0.5rem + 0.5vw);
    line-height: calc(0.6rem + 0.6vw);;
    letter-spacing: -1px;
  }
  
  .left-side-33 {
	width: 33.3%;
  }
  
  .left-side-33._5-right {
	padding-right: 5px;
  }
  
  .middle-33 {
	width: 33.3%;
  }
  
  .middle-33._5-left-right {
	padding-left: 5px;
	padding-right: 5px;
  }
  
  .right-side-33 {
	width: 33.3%;
  }
  
  .right-side-33._5-left {
	padding-left: 5px;
  }
  
  .award-logo {
	width: 4vh;
	height: 4vh;
	/* background-color: var(--smoke-gray); */
  }
  
.award-row {
	/* align-items: center; */
	margin-top: 10px;
	display: flex;
}
.award-row h6 {
	margin-top: 0;
}
  
  .award-text-group {
	padding-left: 1vw;
  }
  
  .nav-slider {
	height: 3vw;
	background-color: rgba(238, 186, 0, .2);
	border-radius: 1000px;
	justify-content: center;
	align-items: center;
	margin-top: 2vw;
	margin-bottom: 2vw;
	display: flex;
  }
  
  .tab-block {
	height: 3vw;
	border-radius: 1000px;
	justify-content: center;
	align-items: center;
	padding-bottom: .2vw;
	padding-left: 1.6vw;
	padding-right: 1.6vw;
	display: flex;
  }
  
  .tab-block.active {
	background-color: var(--mim-saffron);
	padding-bottom: .2vw;
  }
  
.quote-row {
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	display: flex;
}
  
.left-side-75 {
	width: 75%;
}
.testimonial .left-side-75 {
	width: 70%;
}
  
  .left-side-75._5-left {
	padding-left: 5px;
  }
  
  .body-quote {
	color: var(--rich-black);
	/* padding-right: 4vw; */
	font-family: 'Barlow-400', sans-serif;
	font-weight: 400;
	font-size: 2.3vw;
	line-height: 3vw;
  }
  
  .image-8 {
	height: 3vw;
	width: auto;
	margin-top: 0.5vw;
    max-width: 12vw;
	margin-bottom: 1vw;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  
  .awards-row {
	width: 100%;
	justify-content: space-around;
	display: flex;
  }
  
  .case-studies-row {
	width: 100%;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 0;
	display: flex;
  }
  
  .middle-76 {
	width: 70%;
	height: auto;
  }
  
  .middle-76._5-left-right {
	width: 76%;
	padding-left: 5px;
	padding-right: 5px;
  }
  
  .case-study-detail {
	padding-top: 10px;
	padding-bottom: 0;
  }
  .case-study-detail .button.mim-saffron {
	color: #FFFFFF;
  }
  
  .details-top-row {
	justify-content: space-between;
	align-items: center;
	display: flex;
  }
  
  .details-bottom-row {
	justify-content: space-between;
	padding-top: 10px;
	display: flex;
  }
  
  .no-padding {
	margin-top: 0;
	margin-bottom: 0;
  }
  
  .image-9 {
	width: 7vw;
  }
  
  .body-big-number {
	height: auto;
	color: var(--rich-black);
	margin-top: 15px;
	font-family: 'Unbounded-800', sans-serif;
	font-size: 4vw;
	font-weight: 800;
	line-height: 4vw;
	position: relative;
  }
  
  .body-big-number.padding-right {
	margin-right: 1vw;
  }
  
  .mission-block {
	max-width: 40%;
	padding-left: 1vw;
	padding-right: 1.5vw;
  }
  
  .client-block {
	padding-right: 1vw;
  }
  
  .results-block {
	padding-left: 1vw;
  }
  
  .small-percent, .text-span-2 {
	font-size: 2vw;
  }
  
  .blog-catagory-label {
	color: #010B0C;
	text-align: right;
	padding-top: 0;
	padding-right: 10px;
	font-family: 'Noto Serif Disp SemCond Light';
	font-size: 3vw;
	font-weight: 600;
	line-height: 2.5vw;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: auto;
	right: 0%;
  }
  
  .blog-detail-row {
	position: relative;
  }
.blog-detail-row h6 {
	margin: 1vw 0 0;
	font-family: 'Unbounded-600', sans-serif;
	font-weight: 600;
}
  
  .award-hover-overlay {
	width: 100%;
	height: 100%;
	background-color: var(--mim-saffron);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
  }
  
  .image-10 {
	width: 5vw;
  }
  
.background-circle-bottom {
	z-index: -1;
	margin-top: -4vw;
	position: absolute;
}
  
  .content-row {
	width: 100%;
	justify-content: center;
	align-items: flex-start;
	margin-top: 2vw;
	display: flex;
  }
  
.display-sentence {
	margin-top: 0;
	font-size: 3.3vw;
	font-weight: 300;
	line-height: 3vw;
}
  
.display-sentence.padding {
	margin-bottom: 3vw;
}
  
  .orange-text {
	color: var(--spanish-orange);
  }
  
  .left-side-12 {
	width: 12%;
  }
  
  .left-side-12._5-right {
	padding-right: 5px;
  }
  
  .right-side-12 {
	width: 12%;
  }
  
  .right-side-12._5-left {
	padding-left: 5px;
  }
  
.sector-row {
	width: 100%;
	/* height: 21vw; */
	justify-content: flex-start;
	align-items: normal;
	margin-bottom: 10px;
	display: flex;
}
.padding-das {
	padding-right: 4vw;
}
.sector-row.align-right {
	justify-content: flex-end;
}
  
.sector-image-block {
	width: 100%;
	height: 100%;
	background-image: url('../images/background-image.svg');
	background-position: 0 0;
	background-size: auto;
}
  
.sector-image-block._01 {
	background-image: url('../images/sectors1-scaled.jpg');
	background-position: 50%;
	background-size: cover;
}
  
.sector-image-block._02 {
	background-image: url('../images/sectors2-scaled.jpg');
	background-position: 50%;
	background-size: cover;
}
  
.sector-image-block._03 {
	background-image: url('../images/sectors4-scaled.jpg');
	background-position: 50%;
	background-size: cover;
}
.sector-image-block._04 {
	background-image: url('../images/sectors3-scaled.jpg');
	background-position: 50%;
	background-size: cover;
}
.sector-image-block._05 {
	background-image: url('../images/sectors5-scaled.jpg');
	background-position: 50%;
	background-size: cover;
}
.sector-image-block._06 {
	background-image: url('../images/sectors6.png');
	background-position: 50%;
	background-size: cover;
}
.sector-image-block._07 {
	background-image: url('../images/LockeLisbonFN5851-e1740607914491.jpg');
	background-position: 50%;
	background-size: cover;
}
.sectors-mask {
	overflow: hidden;
	width: 60%;
    height: 100%;
	background-color: var(--mim-saffron);
	height: 21vw;
}
.sectors-mask-orange {
	overflow: hidden;
	width: 60%;
    height: 100%;
	background-color: #E46E00;
	height: 21vw;
}
  
.sector-copy-group {
	width: 40%;
	padding-left: 5vw;
	padding-right: 5vw;
	margin: auto;
	/* margin-bottom: 10px; */
}
  
.sector-copy-group.align-right {
	padding-left: 5vw;
	padding-right: 5vw;
}
  
.sector-label {
	color: var(--rich-black);
	font-family: 'Barlow-500', sans-serif;
	font-weight: 500;
	font-size: calc(0.8rem + 0.8vw);
    line-height: calc(0.9rem + 0.9vw);
}
  
.background-circle-top {
	/* z-index: -1; */
	margin-top: -10vw;
	/* margin-bottom: -2px; */
	/* position: absolute; */
	/* top: auto;
	bottom: 0%;
	left: 0%;
	right: 0%; */
}
  
.spanish-orange, .spanish-orange a, .spanish-orange a:visited, .spanish-orange a:focus, .spanish-orange a:active, .spanish-orange a:hover {
	color: var(--spanish-orange);
}
  
/* .spanish-orange.padding {
	margin-top: 4vh;
	margin-bottom: 2vh;
} */
  
.grid {
	width: 100%;
	grid-column-gap: 2vw;
    grid-row-gap: 1vw;
	grid-template-rows: auto auto auto;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	/* margin-top: 2vh; */
	margin-bottom: 4vh;
}
  
.text-span-3 {
	color: var(--spanish-orange);
}
  
.luminr-row {
	width: 100%;
	align-items: flex-start;
	display: flex;
}
  
.luminr-logo-block {
	height: 25vw;
	background-color: var(--jordy-blue);
	justify-content: center;
	align-items: center;
	display: flex;
}
  
.video-block {
	width: 100%;
	/* height: 44vh; */
	height: 26vw;
	background-image: url('../images/explainer-section.webp');
	background-position: 50%;
	background-size: cover;
	justify-content: center;
	align-items: center;
	display: flex;
}
  
.video-detail-row {
	width: 100%;
	flex-direction: column;
	padding-top: 2vh;
	display: flex;
}
.video-title {
	color: #FFF;
	font-family: 'Unbounded-700', sans-serif;
	font-weight: 700;
	font-size: 1.6vw;
	line-height: 1.8vw;
	font-style: normal;
	text-transform: uppercase;
	padding: 1vw 0 0.5vw;
	letter-spacing: -1px;
}
.video-body {
	color: #FFF;
	font-family: 'Barlow-400', sans-serif;
	font-weight: 400;
	font-size: 1vw;
	font-style: normal;
	line-height: 146.5%;
	margin-bottom: 0;
}
  
.image-11 {
	width: 5vw;
}
  
.image-12 {
	width: 10vw;
}
  
.image-13 {
	width: 1.5vw;
	margin-right: 10px;
	margin-top: 4px;
}
  
.time-stamp-block {
	align-items: center;
	display: flex;
	/* margin: 1.5vw auto 0; */
}
  
  .dash {
	width: 60px;
	height: 2px;
	background-color: var(--mim-saffron);
	margin-top: 4vw;
	margin-bottom: 2vh;
  }
  
  .big-number-block {
	width: 100%;
	align-items: center;
	margin-bottom: 2vh;
	display: flex;
  }
  
  .panel-sub-heading {
	width: 100%;
	height: auto;
	/* margin-top: -18vw; */
	/* margin-top: 8vw; */
	z-index: 9999;
    position: relative;
  }
  
  .gradient-transition {
	height: auto;
	background-image: linear-gradient(to bottom, #fff 6%, rgba(241, 241, 241, 0) 27%), linear-gradient(to bottom, rgba(227, 242, 255, .1) 62%, var(--rich-black) 87%);
	justify-content: center;
	align-items: center;
	margin-top: 0;
	line-height: 2066px;
	display: flex;
	position: relative;
  }
  
  .gradient-transition.footer {
	height: 30vh;
  }
  
  .gradient-transition.base {
	background-image: url('../images/background-image.svg');
	background-position: 0 0;
	background-size: auto;
	margin-top: 0;
  }
  
  .header-circle-bottom {
	z-index: -1;
	margin-top: -2px;
	position: relative;
  }
  
  .dark-background {
	background-color: var(--rich-black);
	margin-top: -10%;
    position: relative;
    z-index: 1;
  }
  .dark-background .body-paragaph.white {
	text-align: center;
  }  
  .mini-award-block {
	align-items: center;
	display: flex;
  }
  
  .mini-award-block.middle {
	margin-left: 5vw;
	margin-right: 5vw;
  }
  
  .mini-award-text {
	padding-top: 2px;
	padding-left: 1vw;
  }
  
  .mini-award-badge {
	width: 3.6vw;
  }
  
.vertical-keyline {
	width: 2px;
	height: calc(4rem + 9vw);
	background-color: var(--mim-saffron);
	color: #eeba00;
	mix-blend-mode: normal;
	margin-bottom: 44vw;
	position: absolute;
	animation: moveLine 1.5s linear infinite; 
}
@keyframes moveLine { 
	0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0);
    } 
} 

.nav-menu {
	/* display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; */
	display: flex;
	gap: 1.5vw;
}
  
.superscript {
	font-size: 2vw;
}
  
.wave-image {
	z-index: -1;
	margin-bottom: -14vh;
	padding-bottom: 0;
	position: relative;
}
  
.wave-image.footer {
	z-index: 0;
	margin-bottom: 0;
}
  
.logo-circle-animation-block {
	position: relative;
}
  
.logo-circle {
	width: 100%;
	position: absolute;
}
  
.full-width-image-mask {
	width: 100%;
	/* max-height: 44vh; */
	height: 25vw;
	overflow: hidden;
}
  
.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
}
.w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    /* color: #222222; */
    padding: 20px 5px;
	/* min-width: 100px; */
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.logo-carousel-container {
	width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    /* padding: 10px; */
    /* display: flex; */
    margin-top: 8vh;
    margin-bottom: 8vh;
}
.logo-carousel {
	position: relative;
	background-color: #FFF;
	overflow: hidden;
	/* margin-top: 2.5vw; */
}
._0-margin {
	margin: 0;
	padding: 0;
}
.no-background {
	background-color: transparent;
}
/* .logo-carousel.no-background::before,
.logo-carousel.no-background::after {
	background: linear-gradient( to right, #010b0c 0%, rgba(255, 255, 255, 0) 100% );
	background: -webkit-linear-gradient(left, #010b0c 0%, rgba(6, 6, 6, 0) 100%);
	content: "";
	height: 100%;
	position: absolute;
	width: 200px;
	z-index: 2;
}   */
/* .logo-carousel::before,
.logo-carousel::after {
	background: linear-gradient( to right, #FFF 0%, rgba(255, 255, 255, 0) 100% );
	background: -webkit-linear-gradient(left, #FFF 0%, rgba(6, 6, 6, 0) 100%);
	content: "";
	height: 100%;
	position: absolute;
	width: 200px;
	z-index: 2;
} */
  
/* .logo-carousel::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}
  
.logo-carousel::before {
	left: 0;
	top: 0;
} */

.slide-track-sectors {
	display: flex;
	width: fit-content;
	margin: auto;
}
.brands-carousel .logo-carousel .slide-track-sectors .slide {
	margin: 0 1.5vw;
}
.site-footer .logo-carousel .slide-track {
	animation: scroll 180s linear infinite !important;
	-webkit-animation: scroll 180s linear infinite !important;
	display: flex;
	width: fit-content;
}
  
.site-footer .logo-carousel .slide-track:hover {
	animation-play-state: paused;
}
  
.site-footer .logo-carousel .slide {
	height: 70px;
	width: max-content;
	text-align: center;
	padding: 1rem;
	margin: 0 6vw;
}

.white-footer .logo-carousel .slide-track {
	animation: scroll 180s linear infinite !important;
	-webkit-animation: scroll 180s linear infinite !important;
	display: flex;
	width: fit-content;
}
  
.white-footer .logo-carousel .slide-track:hover {
	animation-play-state: paused;
}
  
.white-footer .logo-carousel .slide {
	height: 70px;
	width: max-content;
	text-align: center;
	padding: 1rem;
	margin: 0 6vw;
}

.brands-carousel .logo-carousel .slide-track {
	animation: scroll 180s linear infinite !important;
	-webkit-animation: scroll 180s linear infinite !important;
	display: flex;
	width: fit-content;
}
.brands-carousel .logo-carousel .slide-track:hover {
	animation-play-state: paused;
}
.brands-carousel .logo-carousel .slide {
	height: 70px;
	width: max-content;
	text-align: center;
	padding: 1rem;
	margin: 0 3vw;
}
.values-of-the-company .logo-carousel .slide {
	padding: 1rem 4VW;
}
.form-footer-title {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Unbounded-700', sans-serif;
	font-weight: 700;
    font-size: calc(0.8rem + 0.7vw);
    line-height: 112%;
	word-break: break-word;
}

/* Fade in */
.reveal {
	opacity: 0;
	transition: opacity 0.5s ease;
}
.reveal.active {
	opacity: 1;
}
h1.reveal.active {
	opacity: 0.4;
	animation: none;
}
.active.fade-in {
	animation: fade-in 0.5s ease-in;
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* Fade in from right */
.fade-in-from-right {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in-from-right.active {
	opacity: 1;
	transform: translateX(0);
}

/* Fade in from left */
.fade-in-from-left {
	opacity: 0;
	transform: translateX(-50px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.fade-in-from-left.active {
	opacity: 1;
	transform: translateX(0);
}

.img-zoom-out {
	transform: translate3d(0px, 0px, 0px) scale3d(1.15, 1.15, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); 
	transform-style: preserve-3d;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.img-zoom-out.active {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
}
.service-grid-block:hover .category-title {
	color: #FFF;
}
/* .service-grid-block .category-title {
	font-weight: 400;
} */
.service-grid-block:hover .aarow {
	display: initial;
}
.four-columns .service-grid-block:hover .category-title {
	color: #010B0C;
}
.three-columns .service-grid-block:hover .category-title {

	color: #E46E00;
}
.four-columns .service-grid-block .category-title {
	margin-bottom: 1.5vw;
}
.logo-carousel-title {
	text-align: center;
}
.desktop {
	display: block !important;
}
.desktop-flex {
	display: flex !important;
}
.mobile {
	display: none !important;
}
.everysearch-video-container {
	/* position: absolute;
    z-index: 99999;
	top: 82%;
    left: 74%;
	background-color: var(--white);
    margin-right: 0.8vw;
    padding: 0px 4vw 0px 0px;
    border-radius: 200px;
    border: 1.5px solid rgba(255, 255, 255, 0.00);
    align-items: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	width: max-content; */
	width: auto;
    height: auto;
    background-color: var(--white);
    mix-blend-mode: normal;
    border-radius: 1000px;
    margin-bottom: 0;
    margin-right: 40px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 3%;
    left: auto;
    right: 0%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	align-items: center;
	padding: 0px 4vw 0px 0px;
}
.everysearch-video {
	/* width: 100%;
    background-color: var(--white);
    margin-right: 0.8vw;
	padding: 16px 10px 15px 70px;
	border-radius: 200px;
	border: 1.5px solid rgba(255, 255, 255, 0.00);
	box-shadow: 0px 0px 20px 0px rgba(2, 12, 1, 0.10); */
	padding: 0px 0px 0px 1vw;
}
.video-container {
	position: absolute; 
	left: 12%;
}
.closer-look-video {
	margin: 6vw 0 8vw;
}
.closer-look-video .body-paragaph.center.biggest {
	margin-right: auto;
    margin-left: auto;
	width: 100%;
}
.blog-img-01:hover, .blog-img-02:hover, .blog-img-03:hover, .sector-image-block._01:hover, .sector-image-block._02:hover, .sector-image-block._03:hover,
.sector-image-block._04:hover, .sector-image-block._05:hover, .sector-image-block._06:hover {
	transform: translate3d(0px, 0px, 0px) scale3d(1.15, 1.15, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
/* .footer-row .right-side-50.flex {
	flex-direction: row-reverse;
} */

.yellow {
	color: #EEBA00;
}
.yellow-background {
	background-color: #EEBA00;
}
.orange {
	color: #E46E00;
}
.blue {
	color: #8DB5F3;
}
.light-blue {
	color: #F4F8FE;
}
.black {
	color: #010B0C;
}
.white {
	color: #FFF;
}
.green {
	color: #60C125;
}
.mountains-background {
	margin-top: -6%;
}
.everything-about {
	margin-top: 8vw;
}
.background-all-services {
    margin-top: -22vw;
    height: 22vw;
    background-color: var(--mim-saffron);
    width: 100%;
}
.services-container {
	margin-top: -42vw;
}
/* .services-container .grid {
	margin-top: 2vw;
} */
.header-icons {
	margin: 0 10px;
}
.say-hello h2 {
	padding-right: calc(1.5rem + 1.5vw);
}
.data-solutions .container.tight {
    width: 48%;
}
.data-solutions .content-row {
	margin-top: 4vw;
}
.white-footer .review-total {
    color: rgba(1, 11, 12, 0.50);
}

.padding-shc {
    padding-right: 4vw;
}
.subtitle-spacing {
	letter-spacing: 0px;
}
.popular-posts-font {
    font-family: 'Unbounded-700', sans-serif;
	font-weight: 700;
    font-size: calc(0.8rem + 0.8vw);
    line-height: calc(1rem + 1vw);
	margin-top: 5px;
    margin-bottom: 0px;
	/* text-transform: uppercase; */
}
.subtitle-posts-font {
	font-size: calc(0.8rem + 0.8vw);
	line-height: calc(0.9rem + 0.9vw);
}
.button.yellow-background {
	border-color: #EEBA00;
	background-color: #EEBA00;
	color: #010B0C;
}
.button.yellow-background:hover {
	border-color: #010B0C;
	background-color: transparent;
}
.button.orange-background {
	border-color: #E46E00;
	background-color: #E46E00;
	color: #fff;
}
.button.orange-background:hover {
	border-color: #010B0C;
	background-color: #010B0C;
}
.home-background-header {
	/* height: 6vw;  */
	height: 7vw; 
	width: 100%; 
	position: absolute; 
	/* background: linear-gradient(0deg, rgba(200, 227, 255, 0.80) 0%, #C4E1FF 11.72%, #88A9CC 78.65%, #6E85A2 100%); */
	background-image: linear-gradient(#74a4dc, rgba(194, 224, 255, 0) 100%);
}
/* .background-serv-yellow-img {
    background-image: url("/../wp-content/themes/b8websitesco/images/background/big-circle-full.svg");
    background-size: cover;
    padding-bottom: 50px;
	height: calc(110rem + 10vw);
    width: 100%;
    object-fit: fill;
} */

.wp-block-yoast-faq-block .schema-faq-question:after {
	content: url(../images/Group_%2B.svg);
	transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}
.wp-block-yoast-faq-block .schema-faq-question.faq-q-open:after {
	content: url(../images/Group_x.svg);
	transform: rotate(-45deg);
}
/* .site-header {
	top: 0;
    width: 100%;
    z-index: 999999;
    position: fixed;
} */
.background-white {
	background-color: var(--white);
}
.found-logo {
    position: absolute;
    /* top: 25vh; */
	padding: 0 10px;
	left: 0;
	right: 0;
}
.video-box {
    /* height: 160vh; */
	height: 79vw;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: start;
}
.dai-title {
    font-family: 'Noto Serif Disp SemCond Light';
    font-size: 5vw;
    font-style: normal;
    line-height: 90%;
}
.general-img {
	height: 28vw;
    object-fit: cover;
    object-position: 0px 32%;
}
.list-services {
	color:#010B0C !important;
	margin-top: 0;
    margin-bottom: 10px;
    color: var(--rich-black);
    font-family: 'Barlow-400', sans-serif;
	font-weight: 400;
    font-size: calc(0.6rem + 0.5vw);
    line-height: calc(0.5rem + 0.8vw);
}
.list-services:hover {
	color:#010B0C !important;
}
.our-blog .category-subtitle {
    margin-bottom: 2vw;
}
.our-blog h6 {
	letter-spacing: -1px;
}
.services-level1 .our-blog .category-subtitle {
    margin-top: 0;
}
.services-level1 .quote-row .left-side-75 {
	margin-right: 20px;
}

.logo-and-strapline {
	width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    margin-top: -18vh;
    display: flex;
}
._12vw-margin {
	margin-top: 12vw;
    margin-bottom: 12vw;
}

.spinner {
	height: 3.125vw;
    width: 3.125vw;
    position: absolute;
    top: 150%;
    left: 18%;
    margin: -3.125vw 0 0 -3.125vw;
    border: 3px solid #A09E9B;
    border-radius: 100%;
	-webkit-animation: rotation 1s infinite linear;
	-moz-animation: rotation 1s infinite linear;
	-o-animation: rotation 1s infinite linear;
	animation: rotation 1s infinite linear;
}
.spinner:before {
	content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: -3px;
    height: 100%;
    width: 100%;
    border-top: 3px solid rgba(0,0,0,.8);
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
    border-radius: 100%;
}
@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}
.footer-subtitle {
	letter-spacing: -1px;
}
.testimonial {
	margin-top: 14vw;
}
._0vw-titles-component {
	margin: 0 auto;
}
._6vw-titles-component {
	margin: 3vw auto 0;
}
._8vw-titles-component {
	margin: 8vw auto 0;
}
._12vw-titles-component {
	margin: 12vw auto 0;
}
.case-study-lh {
	line-height: calc(0.8rem + 0.8vw);
}
.yellow-btn {
    border: 1px solid var(--mim-saffron);
    background-color: var(--mim-saffron);
}
.yellow-btn:hover, .orange-btn:hover, .green-btn:hover, .blue-btn:hover {
    color: var(--rich-black);
    border: 1.5px solid var(--rich-black);
    background-color: var(--white);
}
.orange-btn {
    border: 1px solid #E46E00;
    background-color: #E46E00;
}
.green-btn {
    border: 1px solid #60C125;
    background-color: #60C125;
}
.blue-btn {
    border: 1px solid #7EB1FF;
    background-color: #7EB1FF;
}
.barlow-font {
    font-family: 'Barlow-400', sans-serif;
    font-weight: 400;
}
.noto-serif-font {
    font-family: 'Noto Serif Disp SemCond Light';
    font-weight: 300;
    font-size: calc(1.5rem + 1.4vw);
    line-height: calc(1.6rem + 1.5vw);
    padding-right: 14%;
}
.unbounded-font {
	font-family: 'Unbounded-700', sans-serif;
    font-weight: 700;
    font-size: calc(0.8rem + 0.7vw);
}

/* Dropdown Header  */
.services-overlay-dropdown, .sectors-overlay-dropdown, .resources-overlay-dropdown, .about-us-overlay-dropdown {
    background-color: #FFFFFF;
    top: 72px;
    height: 0;
	padding: 0;
    right: 0;
    overflow: hidden;
    -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    position: fixed;
    width: 100%;
    opacity: 1;
    transition: all 0.3s;
    z-index: 999999;
}
.services-overlay-dropdown.open, .sectors-overlay-dropdown.open, .resources-overlay-dropdown.open, .about-us-overlay-dropdown.open {
    height: auto;
	padding: 4vw 5vw 3vw;
}
.dropdown-sections a {
	color: #242424;
}
.dropdown-sections {
	display: grid;
    grid-template-columns: auto auto auto auto auto auto;
}
.dropdown-sections a {
    font-family: 'Barlow-500', sans-serif;
    font-weight: 500;
    font-size: calc(0.6rem + 0.5vw);
    line-height: calc(1.5rem + 1.2vw);
	letter-spacing: -0.5px;
}
.dropdown-sections .dropdown-menu-title a {
    font-family: 'Barlow-700', sans-serif;
    font-weight: 700;
    font-size: calc(0.6rem + 0.5vw);
    line-height: calc(1rem + 1vw);
	letter-spacing: -0.5px;
	color: #242424;
}
.dropdown-sections ul {
    list-style-type: none;
	padding: 0;
}
.site-header .dropdown-menu-item {
	color: #FFFFFF;
}
.site-header .dropdown-menu-item:hover {
	color: #FFFFFF;
}
.site-header .dropdown-menu-item img {
    filter: invert(100%) sepia(0%) saturate(7499%) hue-rotate(326deg) brightness(101%) contrast(100%);
}
.dropdown-menu-item {
	position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px 5px;
	/* min-width: 100px; */
    text-align: left;
    margin-left: auto;
    margin-right: auto;
	cursor: pointer;
}
.dropdown-menu-item:hover {
	color: #222222;
}
.dropdown-menu-item div {
	display: flex;
    align-items: baseline;
	font-family: 'Barlow-500', sans-serif;
	font-weight: 500;
    /* font-size: 19px;
    line-height: 19px; */
	font-size: calc(0.6rem + 0.5vw);
    line-height: calc(0.8rem + 0.8vw);
}
.dropdown-menu-item img {
	margin-left: 5px;
}
.dropdown-menu-item.-menu-open img {
	transform: rotateX(180deg);
	transition: transform 0.3s;
}


/* End Dropdown Header */

.everysearch-diagram {
	position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    right: 0;
    left: 0px;
}
.everysearch-header-video {
	position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    right: 0;
    left: 0px;
}
.container.four-columns .service-grid-block h4:hover {
	color: #E46E00;
}
.hashtag1-img {
	position: absolute;
    top: -5vw;
    width: 23vw;
    z-index: -1;
}
.white-background {
	background-color: #FFFFFF;
}
.services-dropdown-menu-title {
	margin-bottom: 20px;
}
.services-dropdown-menu-title a {
	font-family: 'Barlow-700', sans-serif;
    font-weight: 700;
    font-size: calc(0.6rem + 0.5vw);
    line-height: calc(1rem + 1vw);
    letter-spacing: -0.5px;
    color: #242424;
}
.select-single-case-study .case-study-top-image img {
    height: 30vw;
    width: 100%;
    object-fit: cover;
}
.select-single-case-study .mission-block {
	max-width: 40%;
	padding-left: 1vw;
	padding-right: 0;
}
.select-single-case-study .results-block {
	padding-left: 2vw;
}
.select-single-case-study .result-number-lower {
	color: var(--rich-black);
	font-family: 'Unbounded-800';
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 800;
    line-height: 90%;
    letter-spacing: -5.04px;
    margin-bottom: 15px;
    margin-left: -1vw;
}
.select-single-case-study .details-bottom-row {
	justify-content: space-between;
	padding-top: 20px;
}
.select-single-case-study .case-studies-row {
	display: block;
}
.select-single-case-study .up-next-post {
	margin-left: 11vw;
}
.panel-generic.select-single-case-study {
	align-items: initial;
}
.select-single-case-study .case-study-detail {
	margin: 0 12%;
}
.about-us .our-blog h6 {
	margin-top: 0;
}
.capitalize-first-letter {
	text-transform: lowercase;
}
.capitalize-first-letter::first-letter {
	text-transform: uppercase;
}
.award-img-box {
    width: 100%;
    height: 30vh;
    background-size: cover;
}
.award-img-box:hover .award-hover-overlay {
    display: none;
}
.services-orange-circle .sector-row{
	margin-bottom: 30px;
}
/* .hs-form-required {
	display:none !important;
} */
.footer-row .review-block .review-total {
    font-size: calc(0.4rem + 0.4vw);
}
.schema-faq a {
	color:black;
}
.sector-page .eager-to-explore {
    width: 76%;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    padding-right: 7%;
}
.subheader-model-1 ._10px-padding p a:visited {
	color: #010b0c;
	text-decoration: underline;
}
.subheader-model-1 ._10px-padding p a {
    color: #010b0c;
    text-decoration: underline;
}
.panel-generic.our-blog {
    margin-top: 8vw
}
.services-level2 .itttc-cont .subtitle {
	text-align: left;
}
.services-level2 .blocks h6, .sector-page .blocks h6 {
	font-size: 20px;
	line-height: 24.8px;
}
.services-level2 .blocks, .services-level3 .blocks {
	padding-right: 19px;
	padding-left: 19px;
}
.tcs-component-margin .three-columns.desktop {
    display: grid !important;
}
.panel-generic.no-padding-top.say-hello {
	margin-top:8vw !important;
	margin-bottom:8vw !important;
}



.hubspot-form-wrapper textarea {
    display: block;
    min-height: 8vw;
}
.hs_firstname label, .hs_lastname label, .hs_email label, .hs_company label, .hs_phone label, .hs_jobtitle label, .hs_message label, .hs_message label, .hs-fieldtype-text label, .hs_how_did_you_hear_about_us_ label {
    color: #FFFFFF;
    font-family: 'Barlow-400', sans-serif;
    font-weight: 400;
    font-size: calc(0.4rem + 0.4vw);
    line-height: calc(0.6rem + 0.6vw);
    text-transform: uppercase;
    padding-left: 2vw;
}
.hubspot-form-wrapper .hs-error-msg {
    text-transform: unset;
}
.hs_firstname, .hs_lastname, .hs_email, .hs_company, .hs_phone, .hs_jobtitle, .hs_message, .hs-fieldtype-text, .hs_how_did_you_hear_about_us_ {
    margin: 0.5vw 0;
}
.hubspot-form-wrapper .hs_company {
    padding-right: 0;
    padding-left: 1vw;
}
.hubspot-form-wrapper .hs_phone {
    padding-left: 0;
    padding-right: 1vw;
}
.hs_how_did_you_hear_about_us_ {
	padding-left: 1vw;
    padding-right: 0;
}
.hubspot-form-wrapper .input, .hubspot-form-wrapper textarea {
    border-radius: 25px;
}
.hubspot-form-wrapper .form-columns-1 {
    max-width: unset;
}
.hubspot-form-wrapper .form-columns-1 .hs-input {
    width: 100% !important;
}
.hubspot-form-wrapper .form-columns-1 .hs-input[type=checkbox] {
    width: auto !important;
}
.legal-consent-container .input {
    background-color: unset;
}
.hubspot-form-wrapper .input p, .hubspot-form-wrapper .legal-consent-container p {
    color: #FFFFFF;
    font-size: calc(0.5rem + 0.5vw);
    line-height: calc(0.8rem + 0.7vw);
	padding-left: 20px;
}
.hs_submit.hs-submit {
    margin-top: 1vw;
}
.contant-container {
    margin-top: 8vw;
    margin-bottom: 12vw;
}
.hubspot-form-wrapper .button-group {
    margin-bottom: 6vw;
}
.hubspot-form-wrapper textarea {
	display: block !important;
}
.hubspot-newsletter-form-wrapper .hs_submit.hs-submit {
	width: max-content;
	float: unset;
}
.submitted-message {
	font-family: 'Barlow-400', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 15px;
    width: 80%;
}
#CybotCookiebotDialogBodyContentTitle {
	font-size: 12pt !important;
}
#box-holder textarea, #table-holder textarea {
	display: block !important;
}
.two-col-sbh3 div p a {
	color: var(--rich-black);
	text-decoration: underline;
}
.two-col-sbh3 div p a:hover {
	color: var(--rich-black);
	text-decoration: underline;
}
.input select {
	border: none;
	border-radius: 1000px;
	height: 3vw;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.6vw 2vw 0.6vw;
	color: var(--rich-black);
    font-family: 'Barlow-400', sans-serif;
	font-weight: 400;
	font-size: calc(0.6rem + 0.5vw);
    line-height: calc(0.8rem + 0.8vw);
	width: -webkit-fill-available;
}
.hubspot-form-wrapper select {
	display: block !important;
}
.input select:focus {
	width: -webkit-fill-available;
	color: var(--rich-black);
	border: none;
	outline: none !important;
	border: 1px solid var(--mim-saffron);
	opacity: 1;
}
.hubspot-form-wrapper option {
    font-family: 'Barlow-400', sans-serif;
    font-weight: 400;
    font-size: calc(0.6rem + 0.5vw);
    line-height: calc(0.8rem + 0.8vw);
	color: var(--rich-black);
	padding: 0.6vw 2vw 0.6vw;
	border-radius: 50%;
}
.ny-map {
	margin: 8vw 20px;
    display: grid;
    grid-template-columns: 3fr 1.5fr;
}
.ny-map iframe {
	width: -webkit-fill-available;
}
.ny-address-box {
    background-color: #010b0c;
    text-align: center;
    width: 100%;
    margin: auto;
	padding: 100px 0;
    height: 450px;
}
.ny-address-box p {
    color: #FFFFFF;
	font-family: 'Barlow-400', sans-serif;
    font-weight: 500;
    font-size: calc(0.9rem + 0.9vw);
    line-height: calc(1rem + 1vw);
}
.ny-address-footer {
	text-align: center;
	padding-left: 3vw;
}
.CookieDeclarationType {
	width: 76%;
    margin: 20px auto !important;
}

.is-provider-youtube {
	width: 76%;
    margin: 4vw auto 8vw;
}
.is-provider-youtube .wp-block-embed__wrapper {
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.two-col-tes-img .button.stroke-black.top-padding {
	margin-left: 1vw;
}



@media screen and (max-width: 768px) {
	p {
		line-height: 146.5% !important;
		font-size: 19px;
	}
	.main-everysearch-title {
		font-size: 55px;
		line-height: 90%;
		top: 22%;
		padding: 0 15px;
	}
	h2 {
		font-size: 53px !important;
		line-height: 83.5%;
	}
	h3 {
		font-size: 18px;
		padding-left: 36px;
		padding-right: 36px;
		line-height: normal;
		top: 54%;
	}
	h4 {
		font-size: 25px;
		line-height: 146.5%;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 11px;
		letter-spacing: 0px;
		line-height: 23.5px;
	}
	.nav-bar {
		padding: 10px 28px;
	}
	.popular-posts-font {
		font-size: 25px;
		line-height: 146.5%;
	}
	.desktop, .desktop-flex {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	.much-more-header {
		font-size: 40px;
		line-height: 90%; 
		padding: 10px 0 20px;
	}
	.body-text, .body-text.bigger {
		font-size: 19px;
		line-height: 146.5%;
	}
	.mini-award-text .awards-sub-title {
		font-size: 12px;
		letter-spacing: -0.56px;
		line-height: 112%;
	}
	.mini-award-text .body-text.bigger {
		font-size: 16.8px;
		line-height: 146.5%;
	}
	.mini-award-badge {
		width: 46px;
	}
	.mini-award-text {
		padding-left: 10px;
	}
	.mini-award-block {
		padding-top: 20px;
	}
	.mini-award-block.middle {
		margin-left: 0;
		margin-right: 0;
	  }
	.mini-awards-panel {
		display: block;
		margin-bottom: 30px;
		width: 100%;
	}
	.body-paragaph {
		font-size: 19px;
	}
	.say-hello .body-paragaph {
		font-size: 19px;
    	text-align: center;
	}
	.body-paragaph.white.tighter, .container.tight {
		width: 100%;
	}
	.container.tight.reverse-padding {
		margin-bottom: 0;
	}
	.every-search-count {
		font-size: 20px;
		line-height: normal;
		text-align: center;
	}
	.logo-carousel{
		display: flex;
    	justify-content: center;
		margin-top: 30px;
	}
	.logo-carousel-title {
		font-size: 20px;
	}
	.logo-carousel-container {
		padding: 28px;
	}
	.container {
		width: 100%;
		/* margin: 0 28px; */
	}
	.subtitle {
		font-size: 30px;
		line-height: 90%;
		word-break: break-word;
	}
	.data-solutions .display-sentence {
		font-size: 40px !important;
		line-height: 100%;
		text-align: left;
		margin: 30px 0 20px;
	}
	.display-sentence {
		line-height: 100%;
		text-align: center;
		margin: 30px 0 20px;
	}
	.data-solutions .body-paragaph {
		text-align: left;
	}
	.left-side-50 {
		width: 100%;
	}
	.left-side-50.padding-right._35 {
		width: 100%;
		text-align: center;
	}
	.content-row {
		display: block;
	}
	.body-big-number {
		font-size: 110px;
		line-height: 90%;
		letter-spacing: -4.4px;
	}
	.small-percent, .text-span-2 {
		font-size: 50px;
	}
	.big-number-block {
		display: block;
		text-align: center;
	}
	.body-text.biggest, .body-paragaph.center.biggest, .lose-at-search .body-paragaph.center.biggest {
		font-size: 19px;
		line-height: 142%;
		width: 100%;
	}
	.left-side-75, .right-side-50, .sector-image-block, .sector-copy-group {
		width: 100%;
	}
	.quote-row {
		display: block;
	}
	.right-side-25 {
		display: none;
	}
	.right-side-25.reveal.fade-in {
		text-align: center;
		width: 100%;
		display: block;
	}
	.w-layout-grid {
		display: block;
	}
	.sector-row {
		display: table;
		/* margin-bottom: 50px; */
	}
	.button {
		font-size: 20px;
		padding: 14px 20px;
		display: block;
		margin-top: 20px;
    	margin-bottom: 30px;
	}
	/* .site-header .nav-bar {
		display: none;
	} */
	.nav-menu {
		display: none;
	}
	.sector-image-block._01, .sector-image-block._02, .sector-image-block._03, .sector-image-block._04, .sector-image-block._05, .sector-image-block._06 {
		height: 240px;
	}
	.sector-copy-group p {
		text-align: left;
	}
	.body-paragaph.padding {
		margin-top: 20px;
    	margin-bottom: 30px;
	}
	.services-container {
		background-color: var(--mim-saffron);
	}
	.background-circle-top {
		position: initial;
		margin-bottom: -60px;
	}
	.category-title {
		font-size: 25px;
	}
	.category-subtitle {
		font-size: 20px;
	}
	.container.tight.padding {
		margin-top: -15vh;
	}
	.yellow-circle-bottom .sector-row:last-child {
		margin-bottom: 200px;
	}
	.button.stroke-black {
		width: 100%;
	}
	.nav-slider {
		display: none;
	}
	.awards-row {
		display: block;
	}
	.award-row {
		margin-top: 15px;
	}
	.award-row .award-text-group {
		padding-left: 10px;
	}
	.award-row .award-text-group .sub-title {
		font-size: 15px;
	}
	.left-side-33, .middle-33, .right-side-33 {
		width: 100%;
	}
	.left-side-33._5-right, .middle-33._5-left-right, .right-side-33._5-left {
		padding-bottom: 40px;
	}
	.awards-row .left-side-33._5-right {
        padding-bottom: 15px;
	}
	.left-side-33._5-right {
		padding-top: 40px;
	}
	.award-logo {
		height: 59px;
		width: 59px;
		margin-left: 20px;
	}
	.award-img-01 .award-hover-overlay {
		background-image: url(../images/team-meeting.webp);
		background-size: cover;
	}
	.award-img-02 .award-hover-overlay {
		background-image: url(../images/team-meeting.webp);
		background-size: cover;
	}
	.award-img-03 .award-hover-overlay {
		background-image: url(../images/team-meeting.webp);
		background-size: cover;
	}
	.awards-title, .image-10 {
		display: none;
	}
	.body-quote {
		font-size: 27px;
		line-height: 129.5%;
		text-align: center;
		padding: 0;
	}
	.sub-title {
		font-size: 20px;
		line-height: normal;
		letter-spacing: -1px;
	}
	.blog-catagory-label {
		display: none;
	}
	.blog-detail-row .body-text {
		font-size: 19px;
		padding-top: 10px;

	}
	.spline-container {
		/* height: 848px; */
	}
	.homepage-header-img {
		background-image: url("../images/Found-sphere-mobile.png");
		background-position: 50%;
		background-size: cover;
		height: 810px;
	}
	.intro-header-img {
		position: absolute;
		top: 2vw;
		right: 0;
		left: 0;
		margin: 0 5px;
	}
	.dash {
		margin-right: auto;
		margin-left: auto;
		width: 70px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.video-title {
		font-size: 20px;
		/* color: #242424; */
		padding: 15px 0 10px;
		width: min-content;
		line-height: normal;
	}
	.image-8 {
		width: -webkit-fill-available;
		height: 40px;
		margin-top: 30px;
		margin-bottom: 20px;
		max-width: unset;
	}
	.image-11 {
		width: 70px;
	}
	.image-13 {
		width: 20px;
	}
	.video-body {
		font-size: 19px;
	}
	.left-side-75._5-left {
		padding: 0;
	}
	.button.stroke-black.top-padding {
		margin-top: 20px;
	}
	.right-side-25._5-left._5-right, .right-side-25._5-left, .left-side-50._5-right {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}
	.blog-row {
		display: block;
	}
	.img-div {
		height: 214px;
	}
	.img-div.mask, .blog-img-01, .blog-img-02, .blog-img-03 {
		height: 190px;
	}
	.gradient-transition.footer {
		height: auto;
	}
	.form-footer-title {
		font-size: 20px;
		line-height: 113%;
		text-align: center;
	}
	.footer-row {
		display: block;
	}
	.body-paragaph.white.small {
		font-size: 16px;
	}
	.review-svg {
		height: 66px;
		width: auto;
	}
	.review-svg.the-drum {
		height: 53px;
		width: auto;
	}
	.review-total {
		font-size: 16px;
	}
	.review-score {
		font-size: 63px;
	}
	.review-group {
		display: block;
	}
	.review-block {
		justify-content: space-between;
    	margin-right: 0;
	}
	.review-block.first {
		margin-bottom: 30px;
		margin-right: 0;
	}
	.review-block.second {
		margin-bottom: 40px;
	}
	.review-block .review-score {
		color: #010B0C;
	}
	.site-footer .review-block .review-score {
		color: var(--white);
	}
	.site-footer .review-block {
		justify-content: center;
    	margin-right: 0;
	}
	.flex {
		display: block;
	}
	.image-5 {
		display: flex;
		justify-content: center;
		height: auto;
		margin: auto;
	}
	.mobile-inactive {
		display: none !important;
	}
	.brands-carousel .logo-carousel .slide-track {
		animation: none !important;
		display: grid;
		grid-gap: 2rem;
		grid-template-columns: 1fr 1fr;
		grid-auto-flow: dense;
	}
	.brands-carousel .logo-carousel .slide {
		padding: 1.2rem 0;
	}
	.logo-carousel::before, .logo-carousel::after {
		background: none;
	}
	.logo-carousel .slide {
		width: auto;
		padding: 1rem 2rem;
	}
	.logo-carousel img {
		width: 100px;
	}
	.review-group {
		margin-bottom: 30px;
	}
	.body-text.dummy {
		height: 40px;
		padding-bottom: 1.1vw;
		padding-left: 12px;
	}
	.button-group {
		padding-top: 15px;
	}
	.container.wide {
		margin-top: 15px;
	}
	.image-7 {
		position: absolute;
		left: 87%;
		top: 5px;
		height: 30px;
	}
	.fake-form {
		position: relative;
	}
	.mission-block {
		max-width: 100%;
	}
	.fender-txt {
		font-size: 35px;
		line-height: 104%;
		text-align: center;
	}
	.image-9 {
		margin: 40px auto 30px;
		display: flex;
		width: 130px;
	}
	.services-level1 .image-9 {
		width: auto;
	}
	.video-container {
		left: auto;
        padding-left: 28px;
	}
	.sectors-mask {
		width: 100%;
		height: unset;
	}
	.sectors-mask-orange {
		width: 100%;
	}
	.review-svg {
		margin-right: 8vw;
	}
	.quote-row {
		padding: 50px 0;
	}
	.video-panel ._10px-padding {
		padding: 0;
	}
	._10px-padding {
		padding: 10px 28px;
	}
	.everything-about .content-row ._10px-padding {
		padding: 20px 0;
	}
	.say-hello ._10px-padding {
		padding: 0;
	}
	.say-hello .content-row ._10px-padding {
		padding: 20px 28px;
	}
	.say-hello .right-side-50.flex._10px-padding.extra-padding-right {
		padding-right: 28px;
	}
	.btn-margin {
		margin-left: 28px;
    	margin-right: 28px;
	}
	.yellow-circle-top ._10px-padding {
		padding: 10px 28px;
	}
	.yellow-circle-all h6 {
		margin: 50px 0;
		text-align: center;
	}
	.yellow-circle-bottom ._10px-padding {
		padding: 0;
	}
	.sector-copy-group, .sector-copy-group.align-right {
		padding: 30px 28px;
	}
	.background-circle-bottom {
		height: 270px;
		object-fit: cover;
		width: -webkit-fill-available;
	}
	.data-solutions .container.tight {
		width: 100%;
	}
	.mob-blog-details {
		display: flex;
		justify-content: space-between;
	}
	.homepage-background-circle-top {
		height: 300px;
		object-fit: cover;
		width: -webkit-fill-available;
	}
	.founded-on-data ._10px-padding {
		padding: 0;
	}
	.our-blog ._10px-padding {
		padding: 0;
	}
	.our-blog .blog-detail-row {
		padding: 15px 20px;
	}
	.site-footer .body-paragaph {
		padding: 0 28px;
		text-align: center;
	}
	.body-link {
		font-size: 16px;
	}
	.footer-badge, .footer-badge.smaller, .footer-badge.larger {
		max-height: 78px;
		max-width: 200px;
		width: auto;
		height: auto;
		margin: auto;
	}
	.service-grid-block {
		margin-bottom: 25px;
	}
	.services-level1 .service-grid-block {
		margin-bottom: 0;
	}
	.case-study-detail .body-paragaph {
		text-align: center;
		line-height: 146.5%;
	}
	.panel-sub-heading .body-paragaph {
		text-align: center;
	}
	.panel-sub-heading {
		margin-top: -44vw;
	}
	.full-width-image {
		height: 300px;
	}
	.video-block {
		height: 400px;
		background-position: right;
	}
	.full-width-image-mask {
		height: 335px;
	}
	.everysearch-diagram {
		top: 26vh;
	}
	.aarow {
		height: 3vw;
	}
	.video-box {
		height: auto;
	}
	.vertical-keyline {
		margin-bottom: 144vw;
	}
	.spline-container {
		/* height: 775px; */
		bottom: 38vw;
	}
	.found-logo {
		top: 10vh;
	}
	.select-single-case-study .case-study-top-image img {
		height: 240px;
	}
	.award-img-box .award-hover-overlay {
		display: none;
	}
	.select-single-case-study .case-study-detail {
		margin: 10px 0 0;
	}
	.select-single-case-study .details-bottom-row {
		padding-top: 0;
		display: block;
	}
	.select-single-case-study .mission-block {
		max-width: 100%;
		text-align: center;
	}
	.list-services {
		line-height: 146.5%;
		font-size: 19px;
	}
	.services-level1 .services-yellow-circle h6 {
		text-align: center;
	}
	.services-level3 .blocks h6 {
		font-size: 20px;
	}
	.footer-row .review-block .review-total {
		font-size: 16px;
	}
	.testimonial .left-side-75 {
		width: 100%;
	}
	.wp-block-spacer {
		height: 30px !important;
	}
	.services-level3 .wp-block-spacer {
		height: 0 !important;
	}
	._6vw-titles-component, ._8vw-titles-component {
		margin: 60px auto 0;
	}
	.sector-page .eager-to-explore {
		padding: 0;
	}
	.right-side-50.flex._10px-padding.extra-padding-right {
		padding-right: 28px;
	}
	.left-side-50.padding-right {
		padding-right: 0;
	}
	.input {
		margin: 10px;
	}
	h1 {
		font-size: 20px;
		line-height: 24.8px;
	}
	.padding-shc {
		padding-right: 0;
	}
	.everything-about .body-paragaph {
		padding-top: 15px;
	}
	.say-hello h2 {
		padding-right: 0;
	}
	._10px-padding ._10px-padding {
		padding: 0;
	}
	.founded-on-data .container.tight {
		padding: 0 28px;
	}
	.tcs-component-margin .three-columns.desktop {
		display: none !important;
	}
	.case-study-top-image {
		margin: 0 -28px 0;
	}
	#ppc-keyword-tool .subheader-model-3 {
		margin: 20% 0 0 !important;
		padding: 0 28px;
	}
	#wrapper {
		margin: 0 20px !important;
	}
	#box-holder .keyword-box {
		border-radius: 20px 0px 0px 0px !important;
	}
	#box-holder textarea, #table-holder textarea {
		font-size: 14px;
	}
	#box-holder {
		padding: 0;
	}
	#options-holder {
        display: grid !important;
    }
	.include-in-output {
        width: 100% !important;
    }
	#options-holder .include-in-output:nth-of-type(2), #options-holder .include-in-output:nth-of-type(3) {
        width: 100% !important;
    }
	.services-level3 .case-study-detail .details-top-row {
		display: block;
		margin-left: -10px;
	}
	.services-level3 .testimonial .image-8 {
		width: auto;
	}
	.nav-bar-container {
		padding: 10px 0;
	}
	.homepage-video {
		width: 100%;
	}
	.right-side-50.flex.mobile {
		text-align: center;
	}
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea,
	.hs-form-field input[type=text] {
		height: auto;
		padding: 10px 15px;
		font-size: 18px;
    	line-height: 22px;
	}
	input[type="submit"] {
		font-size: 16px;
    	line-height: 22px;
		padding: 10px 15px;
	}
	.hubspot-newsletter-form-wrapper .hs_submit.hs-submit {
		width: auto;
	}
	.hs_submit.hs-submit {
		margin-top: 20px;
	}
	.hubspot-newsletter-form-wrapper .input {
		margin: 10px 0;
	}
	.hs_firstname label, .hs_lastname label, .hs_email label, .hs_company label, .hs_phone label, .hs_jobtitle label, .hs_message label, .hs_message label {
		font-size: 11px;
		line-height: 14px;	
	}
	.ny-map {
		margin: 60px 20px;
		grid-template-columns: 1fr;
	}
	.ny-address-box p {
		font-size: 27px;
	}
	.ny-address-box {
		height: 400px;
	}
	#head-topper, #head-topper-white {
		overflow: hidden;
	}
	.contact-us .input select {
		height: unset;
		font-size: 19px;
		padding: 10px 15px;
		width: 100% !important;
	}
	.hs-fieldtype-text label, .hs_how_did_you_hear_about_us_ label {
		font-size: 12px;
	}
	.hubspot-form-wrapper option {
		font-size: 16px;
	}
	.two-col-tes-img .button.stroke-black.top-padding {
		margin: -20px 28px 50px;
		width: auto;
	}
}

@media screen and (max-width: 1300px) {
	.hs_gdpr_note .input {
		width: 80%;
	}
}
@media screen and (min-width: 769px) and (max-width: 950px) {
	/* .everysearch-video-container {
		top: 49vw;
		left: 64%;
	} */
	.background-all-services {
		margin-top: -55vw;
		height: 55vw;
	}
	.background-circle-top {
		height: calc(100rem + 12vw);
		width: 100%;
		object-fit: cover;
		margin-top: 0;
	}
	.services-orange-circle .background-circle-top {
		height: calc(90rem + 1vw);
		width: 100%;
		object-fit: fill;
		margin-top: 0;
	}
	.sector-copy-group {
		padding-right: 3vw;
	}
	.sector-copy-group.align-right {
		padding-left: 3vw;
	}
	.dropdown-2 {
		padding: 20px 4%;
	}
	h3 {
		top: 31vh;
	}
	.logo-and-strapline {
		margin-top: -28vh;
	}
	.nav-menu {
		display: none;
	}
	.everysearch-diagram {
		top: 18vh;
	}
}
@media screen and (min-width: 951px) and (max-width: 1300px) {
	/* .everysearch-video-container {
		top: 49vw;
		left: 69%;
	} */
	.background-circle-top {
		height: calc(100rem + 23vw);
		width: 100%;
		object-fit: cover;
		margin-top: 5vw;
	}
	.sector-copy-group {
		padding-right: 5vw;
	}
	.sector-copy-group.align-right {
		padding-left: 5vw;
	}
	.dropdown-2 {
		padding: 20px 6%;
	}
	.vertical-keyline {
		/* margin-bottom: 54vh; */
	}
}
@media screen and (min-width: 951px) and (max-width: 1100px) {
	h3 {
		top: 39vh;
	}
	.logo-and-strapline {
		margin-top: -25vh;
	}
	.nav-bar {
		padding: 10px 2vw;
	}
}
@media screen and (min-width: 1301px) and (max-width: 1450px) {
	/* .everysearch-video-container {
		top: 49vw;
		left: 73%;;
	} */
	.background-circle-top {
		height: calc(120rem + 15vw);
		width: 100%;
		object-fit: fill;
		margin-top: 3vw;
	}
	.services-orange-circle .background-circle-top {
		height: calc(110rem + 15vw);
		width: 100%;
		object-fit: fill;
		margin-top: 0;
	}
	.dropdown-2 {
		padding: 20px 9%;
	}
	.vertical-keyline {
		/* margin-bottom: 62vh; */
	}
}
@media screen and (min-width: 1451px) and (max-width: 1650px) {
	.background-circle-top {
		height: calc(145rem + 17vw);
		width: 100%;
		object-fit: initial;
		margin-top: -9vw;
	}
	.services-orange-circle .background-circle-top {
		height: calc(118rem + 21vw);
		width: 100%;
		object-fit: fill;
		margin-top: 0;
	}
	.vertical-keyline {
		/* margin-bottom: 42vw; */
	}
}
@media screen and (min-width: 1651px) and (max-width: 1850px) {
	.background-circle-top {
		height: calc(128rem + 26vw);
		width: 100%;
		object-fit: initial;
		margin-top: 0;
	}
	h3 {
		top: 62vh;
	}
	.logo-and-strapline {
		margin-top: -12vh;
	}
	.everysearch-diagram {
		top: -4vh;
	}
	.video-box {
		/* height: 90vw; */
	}
	.spline-container {
		/* height: 90vw; */
	}
	.vertical-keyline {
		/* margin-bottom: 32vw; */
	}
}
@media screen and (min-width: 1851px) {
	.background-circle-top {
		height: calc(130rem + 29vw);
		width: 100%;
		object-fit: initial;
		margin-top: 0;
	}
	h3 {
		top: 63vh;
	}
	.logo-and-strapline {
		margin-top: -10vh;
	}
	.video-box {
		/* height: 90vw; */
	}
	.spline-container {
		/* height: 90vw; */
	}
	.everysearch-diagram {
		top: -5vh;
	}
}

@media screen and (min-width: 410px) and (max-width: 768px) {
	/* .main-everysearch-title {
		top: 28%;
	} */
	/* h3 {
		top: 52%;
	} */
}
@media screen and (min-width: 951px) and (max-width: 1130px) {
	.background-all-services {
		margin-top: -44vw;
		height: 44vw;
	}
	.services-orange-circle .background-circle-top {
		height: calc(97rem + 2vw);
		width: 100%;
		object-fit: fill;
		margin-top: 0;
	}
	.everysearch-diagram {
		top: 11vh;
	}
}
@media screen and (min-width: 1131px) and (max-width: 1250px) {
	.background-all-services {
		margin-top: -34vw;
		height: 34vw;
	}
	.services-orange-circle .background-circle-top {
		height: calc(96rem + 20vw);
		width: 100%;
		object-fit: fill;
		margin-top: 0;
	}
	.everysearch-diagram {
		top: 7vh;
	}
}
@media screen and (min-width: 1251px) and (max-width: 1350px) {
	.background-all-services {
		margin-top: -25vw;
    	height: 25vw;
	}
	.services-orange-circle .background-circle-top {
		height: calc(97rem + 24vw);
		width: 100%;
		object-fit: fill;
		margin-top: 0;
	}
	.everysearch-diagram {
		top: 5vh;
	}
}

@media (max-width: 1200px) {
	.sector-page .eager-to-explore.reveal.fade-in {
          width: 85%;
    }
}

.services-level3 .blocks h2 {
	margin-top: 0;
}
@media screen and (min-width: 951px) and (max-width: 1030px) {
	#nav-bar-dark .nav-content-container.right .button {
		padding: .5vw 1vw .6vw;
	}
	#nav-bar-dark .nav-bar-container.nav-bar-background {
		padding: 10px 3vw;
	}
	#nav-bar-light .nav-bar-container.nav-bar-background {
		padding: 10px 3vw;
	}
	#nav-bar-light .nav-content-container.right .button {
		padding: .5vw 1vw .6vw;
	}
}
@media screen and (min-width: 769px) and (max-width: 850px) {
	.mobile-menu-class.active {
		padding-left: 4vw;
	}
}
@media screen and (max-width: 850px) {
	.nav-content-container.right #mobile-menu-toggle {
		display: block !important;
	}
	.mobile-menu-class.active {
		display: block !important;
		height: auto;
		margin: 2vh 0 4vh;
	}	
	.nav-bar {
        padding: 10px 28px;
    }
	.button.white.navigation.w-button.desktop {
		display: none !important;
	}
	.button.yellow-background.navigation.w-button.desktop {
		display: none !important;
	}
}
@media screen and (min-width: 851px) and (max-width: 950px) {
	.nav-menu {
		grid-template-columns: auto auto auto auto auto auto auto;
	}
	.nav-menu {
        display: flex;
    }
	.w-nav-link, .dropdown-menu-item {
		padding: 20px 10px;
	}
}
@media screen and (min-width: 769px) and (max-width: 1290px) {
	.slide-track-sectors {
		width: -webkit-fill-available;;
	}
}

/* Floating Contact Button Styles */    
.fixed-container {
    position: fixed;
    width: auto;
    z-index: 999;
    opacity: 0; /* Initially hidden */
    pointer-events: none; /* Prevent interaction when hidden */
    transition: opacity 0.5s ease-in-out; /* Smooth fade-in effect */
}
.fixed-outer {
    background-color: #f4f8fe;
}
.fixed-container a {
    text-decoration: none;
    border-radius: 50px;
    margin: 0px!important;
    display: inline-block;
    padding: 12px 24px;
    background-color: #ffd700; 
    color: #333;
    font-weight: bold;
    transition: all 0.3s ease;
    font-family: inherit;
}
.fixed-container a:hover {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
@media screen and (max-width: 768px) {   
    /* Mobile floating button styles */
    .fixed-container {
        bottom: 0;
        border-radius: 20px 20px 0px 0px;
        width: 100%;
        text-align: center;
    }
    .fixed-outer {
        padding: 20px;
    }
}
@media screen and (min-width: 769px) and (max-width: 950px) {
    .fixed-container {
        right: 0;
        top: 15%;
    }
    .fixed-outer {
        position: relative;
        width: 200%;
        padding: 2vh;
        border-radius: 100% 100%;
        aspect-ratio: 1/1;
    }
    .fixed-inner {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media screen and (min-width: 951px) and (max-width: 1100px) {
    .fixed-container {
        right: 0;
        top: 15%;
    }
    .fixed-outer {
        position: relative;
        width: 200%;
        padding: 2vh;
        border-radius: 100% 100%;
        aspect-ratio: 1/1;
    }
    .fixed-inner {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media screen and (min-width: 769px) {
    .fixed-container {
        right: 0;
        top: 15%;
    }
    .fixed-outer {
        position: relative;
        width: 200%;
        padding: 2vh;
        border-radius: 100% 100%;
        aspect-ratio: 1/1;
    }
    .fixed-inner {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}