@charset "UTF-8";
/*!
Theme Name: shells
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shells
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.

shells 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/
*/
/* colours
------------------------------------------------------ */
/* typography
------------------------------------------------------ */
@font-face {
  font-family: "Styrene A";
  src: url("fonts/StyreneA-Regular-Web.woff2") format("woff2"),
    url("fonts/StyreneA-Regular-Web.woff") format("woff");
}
@font-face {
  font-family: "Styrene A Light";
  src: url("fonts/StyreneA-Light-Web.woff2") format("woff2"),
    url("fonts/StyreneA-Light-Web.woff") format("woff");
}
@font-face {
  font-family: "Styrene A Medium";
  src: url("fonts/StyreneA-Medium-Web.woff2") format("woff2"),
    url("fonts/StyreneA-Medium-Web.woff") format("woff");
}
@font-face {
  font-family: "Styrene A Bold";
  src: url("fonts/StyreneA-Bold-Web.woff2") format("woff2"),
    url("fonts/StyreneA-Bold-Web.woff") format("woff");
}
/* shadows
------------------------------------------------------ */
/* spacing
------------------------------------------------------ */
/* standard mixins
-------------------------------------------------------------- */
/* responsive mixins
-------------------------------------------------------------- */
/* pixels to rem
-------------------------------------------------------------- */
/* anchor hover image zoom
-------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
    text-align: left !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}
/*! 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%;
}

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

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

/* 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;
}

/**
 * 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;
}

p {
  margin-bottom: 20px;
}

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

blockquote {
  margin: 0 20px;
}

address {
  margin: 0 0 20px;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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 {
  background: #fff;
}

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

ul,
ol {
  margin: 0 0 20px 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 20px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 20px 20px;
}

/* 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: 0 0 20px;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

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

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}

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 {
  color: #000;
  border: 0;
  border-radius: 0;
  padding: 10px;
  width: 100%;
}

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;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 20px;
}

.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 20px;
}

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

.page-links {
  clear: both;
  margin: 0 0 20px;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 20px;
}

.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: 20px;
  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: 20px;
  display: grid;
  grid-gap: 20px;
}

.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;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 20px;
  margin-bottom: 20px;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 20px;
  margin-bottom: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Start
--------------------------------------------------------------*/
/* clears the 'X' from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"]:-webkit-autofill,
input[type="search"]:-webkit-autofill:hover,
input[type="search"]:-webkit-autofill:focus,
input[type="search"]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 200px white inset !important;
}

select {
  -webkit-appearance: none;
}

* {
  -webkit-tap-highlight-color: rgba(201, 224, 253, 0);
}

body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  position: initial !important;
  font-family: "Styrene A Light", sans-serif;
  color: #041f30;
  font-size: 1rem;
  line-height: 1.375;
}
@media screen and (max-width: 1099px) {
  body {
    font-size: 16px;
  }
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.screen-reader-text:focus {
  box-shadow: none;
  background-color: #d3ffb4;
  color: #041f30;
  border-radius: 1.5rem;
  top: 1em;
  left: 1em;
}

.post,
.page {
  margin: 0;
}

#page {
  max-width: 100%;
  overflow-x: hidden;
}

.site-main {
  position: relative;
  z-index: 120;
}

@keyframes hero-img-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.page-template-page-about-us .std-hero__img {
  display: none;
}
@media screen and (min-width: 721px) {
  .page-template-page-about-us .std-hero__img {
    display: block;
  }
  .page-template-page-about-us .std-hero__img .hero-img {
    width: 200%;
    max-width: none;
    height: auto;
    object-fit: initial;
    object-position: left;
    bottom: 0;
    animation: hero-img-animation 240s linear infinite;
  }
}

* {
  margin: 0;
  padding: 0;
}

section {
  position: relative;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #000;
  text-decoration: none;
}
a:visited,
a:hover,
a:active,
a:focus {
  color: #000;
}

@keyframes zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.row-bounds {
  padding: 0 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 90rem;
  margin: 0 auto;
}
.row-bounds.wide {
  max-width: 1700px;
}
@media screen and (min-width: 721px) {
  .row-bounds {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1260px) {
  .row-bounds {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1440px) {
  .row-bounds {
    padding: 0 80px;
  }
  .row-bounds.wide {
    max-width: 2000px;
  }
}

small {
  font-size: 87.5%;
}

strong {
  font-weight: normal;
  font-family: "Styrene A Bold", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Styrene A", sans-serif;
  font-weight: normal;
  margin: 0;
}

h1 {
  font-size: 1.875rem;
}
@media screen and (min-width: 721px) {
  h1 {
    font-size: 2.8125rem;
  }
}
@media screen and (min-width: 1260px) {
  h1 {
    font-size: 3.75rem;
  }
}

h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 721px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1260px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.25rem;
}
@media screen and (min-width: 721px) {
  h3 {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1260px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.125rem;
}
@media screen and (min-width: 721px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "Styrene A Medium", sans-serif;
}
@media screen and (min-width: 721px) {
  h5 {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1260px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 0.75rem;
  font-family: "Styrene A Bold", sans-serif;
}

p {
  margin: 0;
}

p strong,
li strong {
  font-weight: bold;
}
p em,
li em {
  font-style: italics;
}

.read-more {
  display: inline-block;
  font-size: 0.875rem;
  text-decoration: underline;
  font-family: "Styrene A Medium", sans-serif;
  text-transform: uppercase;
}
.read-more:hover,
.read-more:focus,
.read-more:active {
  color: #9540ff;
}

.faux-link {
  font-size: 0.875rem;
  text-decoration: underline;
  font-family: "Styrene A Medium", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover .faux-link {
  color: #9540ff;
}

.branding-line {
  width: 2.8125rem;
  height: 0.125rem;
  background-color: #9540ff;
  display: inline-block;
  vertical-align: middle;
  margin: -0.125rem 0.25rem 0;
}
.branding-line--green {
  background-color: #00d37f;
}

.bg-dark {
  background-color: #041f30 !important;
}
.bg-purple {
  background-color: #9540ff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-peach {
  background-color: #f8f4f4 !important;
}
.bg-tinted-mint {
  background-color: #e0b5ff !important;
}
.bg-green {
  background-color: #00d37f !important;
}
.bg-light-green {
  background-color: #d3ffb4 !important;
}

.text-center {
  text-align: center;
}
.text-white {
  color: #fff;
}
.text-white a {
  color: #fff;
}
.text-dark {
  color: #041f30;
}
.text-dark a {
  color: #041f30;
}

.shadow {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.ww p {
  margin: 1em 0 0;
}
.ww p .read-more:only-child {
  margin-top: 1.5em;
}
.ww ul {
  margin: 1em 0 0 1.5em;
}
.ww ul li {
  margin-top: 0.4em;
}
@media screen and (min-width: 721px) {
  .ww--lg {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1260px) {
  .ww--lg {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 721px) {
  .footer-behind {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #041f30;
    display: flex;
    align-items: flex-end;
    z-index: 100;
  }
  .footer-behind__content {
    flex-grow: 1;
  }
}

.site-main {
  background-color: #fff;
}

@media screen and (min-width: 721px) {
  #page {
    padding-bottom: 100vh;
  }
}

footer {
  z-index: 140;
  position: relative;
}

.foot-row {
  padding: 3.5rem 0 0;
}
@media screen and (min-width: 721px) {
  .foot-row {
    padding-top: 0.5rem;
  }
}
.foot-row .company__logo {
  display: block;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 5.5rem;
}
@media screen and (min-width: 721px) {
  .foot-row .company__logo {
    position: relative;
    height: 7.25rem;
    margin-left: -125rem;
    margin-right: -125rem;
    margin-top: 4rem;
  }
}
.foot-row .company__logo-image {
  display: block;
  max-width: none;
}
@media screen and (min-width: 721px) {
  .foot-row .company__logo-image--sm {
    display: none;
  }
}
.foot-row .company__logo-image--lg {
  display: none;
}
@media screen and (min-width: 721px) {
  .foot-row .company__logo-image--lg {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.foot-row .company__social {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}
@media screen and (min-width: 721px) {
  .foot-row .company__social--sm {
    display: none;
  }
}
.foot-row .company__social--lg {
  display: none;
}
@media screen and (min-width: 721px) {
  .foot-row .company__social--lg {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.foot-row .company__social a {
  display: flex;
  align-items: center;
  margin: 0 12px;
  flex-basis: 0;
  flex-grow: 1;
}
.foot-row .company__social a:hover,
.foot-row .company__social a:focus,
.foot-row .company__social a:active {
  color: #9540ff;
}
@media screen and (min-width: 721px) {
  .foot-row .company__social a {
    margin: 2rem 0 0;
    font-size: 1.25rem;
  }
  .foot-row .company__social a + a {
    margin-top: 1rem;
  }
  .foot-row .company__social a img {
    width: 2rem;
  }
}
.foot-row .company__social a img {
  margin-right: 0.5em;
}
.foot-row .foot {
  margin-top: 3rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 721px) {
  .foot-row .foot {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
  }
  .foot-row .foot > div {
    flex-basis: 0;
    flex-grow: 1;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.foot-row .foot .statement {
  font-size: 0.75rem;
}
@media screen and (min-width: 721px) {
  .foot-row .foot .statement {
    line-height: 1.5;
    align-self: flex-end;
  }
}
.foot-row .foot .statement a {
  text-decoration: underline;
}
.foot-row .foot .statement a:hover,
.foot-row .foot .statement a:focus,
.foot-row .foot .statement a:active {
  text-decoration: none;
}

.footer-bottom {
  padding: 1.5rem 0;
  border-top: solid 1px #fff;
  font-family: "Styrene A Bold", sans-serif;
  font-size: 0.75rem;
}
@media screen and (min-width: 721px) {
  .footer-bottom {
    padding: 2.5rem 0;
  }
}
.footer-bottom__content {
  display: flex;
}
@media screen and (min-width: 721px) {
  .footer-bottom .links {
    display: flex;
  }
}
.footer-bottom .link:not(:first-child) {
  margin-top: 1em;
}
@media screen and (min-width: 721px) {
  .footer-bottom .link:not(:first-child) {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}
.footer-bottom .link a:hover,
.footer-bottom .link a:focus,
.footer-bottom .link a:active {
  text-decoration: underline;
}
.footer-bottom .year {
  align-self: flex-end;
  text-align: right;
  margin-left: auto;
}

.footer-contact-row {
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and (min-width: 721px) {
  .footer-contact-row {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media screen and (min-width: 1260px) {
  .footer-contact-row {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
  .footer-contact-row::before,
  .footer-contact-row::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
  }
  .footer-contact-row::before {
    background-color: #f8f4f4;
    left: 0;
  }
  .home .footer-contact-row::before,
  .page-template-page-insights .footer-contact-row::before {
    display: none;
  }
  .footer-contact-row::after {
    background-color: #d3ffb4;
    right: 0;
  }
}
.footer-contact-row__category {
  padding: 4rem 16px;
}
@media screen and (min-width: 721px) {
  .footer-contact-row__category {
    padding: 4rem 24px;
  }
}
@media screen and (min-width: 1260px) {
  .footer-contact-row__category {
    position: relative;
    z-index: 2;
    padding: 5rem 7.5rem;
  }
  .footer-contact-row__category:first-child {
    padding-left: 2.5rem;
  }
  .footer-contact-row__category:last-child {
    padding-right: 2.5rem;
  }
}
.footer-contact-row__category:first-child {
  background-color: #f8f4f4;
}
.home .footer-contact-row__category:first-child,
.page-template-page-insights .footer-contact-row__category:first-child {
  background-color: #fff;
}
.footer-contact-row__category:last-child {
  background-color: #d3ffb4;
}
@media screen and (min-width: 721px) {
  .footer-contact-row__category {
    flex-grow: 1;
    flex-basis: 0;
  }
}
.footer-contact-row__description {
  margin-top: 1em;
}
@media screen and (min-width: 721px) {
  .footer-contact-row__description {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1100px) {
  .footer-contact-row__description {
    font-size: 1.25rem;
  }
}
.footer-contact-row__cta {
  margin-top: 2.5rem;
}
@media screen and (min-width: 721px) {
  .footer-contact-row .row-bounds > div {
    display: flex;
  }
}

@media screen and (min-width: 1260px) {
  .bg-peach + .footer-contact-row::before {
    display: none;
  }
}
.bg-peach + .footer-contact-row .footer-contact-row__category:first-child {
  background-color: #fff;
}

.footer-subscribe-row {
  padding-top: 4rem;
}
@media screen and (min-width: 721px) {
  .footer-subscribe-row > .row-bounds {
    display: flex;
  }
  .footer-subscribe-row > .row-bounds > div {
    flex-basis: 0;
    flex-grow: 1;
  }
  .footer-subscribe-row > .row-bounds > div:first-child {
    padding-right: 12px;
  }
  .footer-subscribe-row > .row-bounds > div:last-child {
    padding-left: 12px;
  }
}
.footer-subscribe-row .tagline > * {
  max-width: 30rem;
}
.footer-subscribe-row .subscribe {
  margin-top: 2rem;
}
@media screen and (min-width: 721px) {
  .footer-subscribe-row .subscribe {
    margin-top: 0;
  }
}
.footer-subscribe-row .subscribe .mc4wp-form-fields p:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-subscribe-row .subscribe .mc4wp-form-fields p:first-child > label {
  width: 100%;
}
.footer-subscribe-row .subscribe .mc4wp-form-fields p:first-child .btn,
.footer-subscribe-row
  .subscribe
  .mc4wp-form-fields
  p:first-child
  .aside
  .side-serve__tags
  > a,
.aside
  .footer-subscribe-row
  .subscribe
  .mc4wp-form-fields
  p:first-child
  .side-serve__tags
  > a,
.footer-subscribe-row
  .subscribe
  .mc4wp-form-fields
  p:first-child
  .main-content
  .side-serve__tags
  > a,
.main-content
  .footer-subscribe-row
  .subscribe
  .mc4wp-form-fields
  p:first-child
  .side-serve__tags
  > a {
  margin-top: 2rem;
  width: calc(50% - 12px);
}
@media screen and (min-width: 721px) {
  .footer-subscribe-row .subscribe .mc4wp-form-fields p:first-child {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .footer-subscribe-row .subscribe .mc4wp-form-fields p:first-child > label {
    width: auto;
    flex-grow: 1;
    max-width: 25.625rem;
  }
  .footer-subscribe-row .subscribe .mc4wp-form-fields p:first-child .btn,
  .footer-subscribe-row
    .subscribe
    .mc4wp-form-fields
    p:first-child
    .aside
    .side-serve__tags
    > a,
  .aside
    .footer-subscribe-row
    .subscribe
    .mc4wp-form-fields
    p:first-child
    .side-serve__tags
    > a,
  .footer-subscribe-row
    .subscribe
    .mc4wp-form-fields
    p:first-child
    .main-content
    .side-serve__tags
    > a,
  .main-content
    .footer-subscribe-row
    .subscribe
    .mc4wp-form-fields
    p:first-child
    .side-serve__tags
    > a {
    margin-top: 0;
    margin-left: 1.5rem;
    width: 7.75rem;
    min-width: 7.75rem;
  }
}
.footer-subscribe-row .subscribe .mc4wp-form-fields p:last-child {
  margin-top: -3rem;
  min-height: 3rem;
  width: calc(50% - 12px);
}
.footer-subscribe-row .subscribe .mc4wp-form-fields p:last-child > label {
  display: flex;
  font-size: 0.75rem;
  align-items: flex-start;
}
@media screen and (min-width: 721px) {
  .footer-subscribe-row .subscribe .mc4wp-form-fields p:last-child > label {
    align-items: center;
  }
}
.footer-subscribe-row .subscribe .mc4wp-form-fields p:last-child > label a {
  text-decoration: underline;
}
.footer-subscribe-row
  .subscribe
  .mc4wp-form-fields
  p:last-child
  > label
  a:hover,
.footer-subscribe-row
  .subscribe
  .mc4wp-form-fields
  p:last-child
  > label
  a:focus,
.footer-subscribe-row
  .subscribe
  .mc4wp-form-fields
  p:last-child
  > label
  a:active {
  text-decoration: none;
}
.footer-subscribe-row .subscribe .mc4wp-form-fields p:last-child > label .fas {
  line-height: 1.625rem;
  width: 1.625rem;
  min-width: 1.625rem;
  font-size: 1rem;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: #fff;
  color: #fff;
  margin-right: 0.75em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-subscribe-row
  .subscribe
  .mc4wp-form-fields
  p:last-child
  > label
  input[type="checkbox"]:checked
  + .fas {
  color: #041f30;
}
@media screen and (min-width: 721px) {
  .footer-subscribe-row .subscribe .mc4wp-form-fields p:last-child {
    margin-top: 2.5rem;
    min-height: 0;
    width: auto;
  }
}

.wp-block-group--flush,
.wp-block-group--section {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
}
.wp-block-group--section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.wp-block-columns--left-right-image-content {
  margin-bottom: 0;
  margin-top: 5em;
}
.wp-block-columns--left-right-image-content p:empty {
  display: none;
}
.wp-block-columns--left-right-image-content .wp-block-image {
  margin: 0;
}
.wp-block-columns--left-right-image-content .wp-block-buttons {
  margin-top: 3em;
}
.wp-block-columns--left-right-image-content .wp-block-column:last-child {
  margin-top: 1.5em;
}
.wp-block-columns--left-right-image-content .wp-block-quote {
  margin: 0 !important;
}
.wp-block-columns--left-right-image-content .wp-block-quote p {
  margin-top: 0 !important;
}
@media screen and (min-width: 1260px) {
  .wp-block-columns--left-right-image-content .wp-block-quote {
    display: flex;
    flex-direction: column;
  }
  .wp-block-columns--left-right-image-content .wp-block-quote p {
    order: 2;
  }
  .wp-block-columns--left-right-image-content .wp-block-quote cite {
    order: 1;
    margin-top: 0;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 600px) {
  .wp-block-columns--left-right-image-content .wp-block-column:last-child {
    margin-top: 0;
  }
  .wp-block-columns--left-right-image-content .wp-block-column.order-tab-1 {
    order: 1;
    margin-right: 2rem;
    margin-left: 0;
  }
  .wp-block-columns--left-right-image-content .wp-block-column.order-tab-2 {
    order: 2;
  }
  .wp-block-columns--left-right-image-content:nth-child(even)
    .wp-block-column:first-child {
    order: 2;
  }
  .wp-block-columns--left-right-image-content:nth-child(even)
    .wp-block-column:last-child {
    order: 1;
    margin-left: 0;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1260px) {
  .wp-block-columns--left-right-image-content {
    align-items: flex-end;
  }
}

.cmp-button {
  display: inline-block;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  font-weight: 600;
}
.cmp-button .cmp-button__text {
  padding: 20px 40px;
  display: block;
  position: relative;
  z-index: 1;
}
.cmp-button .cmp-button__text:focus {
  outline: 0;
}
.cmp-button .cmp-button__text:before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  background: transparent;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-out;
  z-index: -1;
}
.cmp-button:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #fb7e44;
  outline: 0;
}
.cmp-button:active {
  outline: 0;
}
.cmp-button:active .cmp-button__text:before,
.cmp-button:focus .cmp-button__text:before {
  transform: scale(32);
}
.cmp-button.primary {
  color: #000;
  background: #fff;
}
.cmp-button.primary:hover {
  background: #fb7e44;
  border-color: #fb7e44;
}
.cmp-button.primary .cmp-button__text:focus:before {
  opacity: 0;
}
.cmp-button.primary .cmp-button__text:active:before {
  opacity: 1;
  background: #fb7e44;
}
.cmp-button.outline {
  color: #000;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.cmp-button.outline:hover {
  background: #fb7e44;
  color: #000;
  border: 1px solid #fb7e44;
}
.cmp-button.outline:active {
  border-color: #000;
  color: #fb7e44;
  border: 1px solid #fb7e44;
}
.cmp-button.outline .cmp-button__text:focus:before {
  opacity: 0;
}
.cmp-button.outline .cmp-button__text:active:before {
  opacity: 1;
  background: #000;
}
.cmp-button.outline.white {
  color: #fff;
  background: #041f30;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.cmp-button.outline.white:hover {
  background: #fb7e44;
  color: #000;
  border: 1px solid #fb7e44;
}
.cmp-button.outline.white:active {
  border-color: #fff;
  color: #fb7e44;
  border: 1px solid #fb7e44;
}
.cmp-button.outline.white .cmp-button__text:focus:before {
  opacity: 0;
}
.cmp-button.outline.white .cmp-button__text:active:before {
  opacity: 1;
  background: #fff;
}
@media screen and (min-width: 721px) {
  .cmp-button {
    min-width: 170px;
  }
  .cmp-button:active .cmp-button__text:before,
  .cmp-button:focus .cmp-button__text:before {
    transform: scale(20);
  }
}

.cta {
  font-size: 14px;
  font-weight: 600;
}
.cta svg {
  position: relative;
  bottom: -6px;
  margin-left: 5px;
}
@media screen and (min-width: 721px) {
  .cta:hover {
    color: #fb7e44;
  }
}

.addthis_inline_share_toolbox_acbd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
  align-items: center;
  float: right;
  clear: none !important;
  padding-top: 24px;
}
.single-post .addthis_inline_share_toolbox_acbd > span,
.single-shelstonip_insightsc .addthis_inline_share_toolbox_acbd > span,
.single-shelstonip_insightsj .addthis_inline_share_toolbox_acbd > span {
  order: 2;
}
.single-post .addthis_inline_share_toolbox_acbd .at-resp-share-element,
.single-shelstonip_insightsc
  .addthis_inline_share_toolbox_acbd
  .at-resp-share-element,
.single-shelstonip_insightsj
  .addthis_inline_share_toolbox_acbd
  .at-resp-share-element {
  display: inline-block !important;
  order: 0;
  position: static;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 16.08C17.24 16.08 16.56 16.38 16.04 16.85L8.91 12.7C8.96 12.47 9 12.24 9 12C9 11.76 8.96 11.53 8.91 11.3L15.96 7.19C16.5 7.69 17.21 8 18 8C19.66 8 21 6.66 21 5C21 3.34 19.66 2 18 2C16.34 2 15 3.34 15 5C15 5.24 15.04 5.47 15.09 5.7L8.04 9.81C7.5 9.31 6.79 9 6 9C4.34 9 3 10.34 3 12C3 13.66 4.34 15 6 15C6.79 15 7.5 14.69 8.04 14.19L15.16 18.35C15.11 18.56 15.08 18.78 15.08 19C15.08 20.61 16.39 21.92 18 21.92C19.61 21.92 20.92 20.61 20.92 19C20.92 17.39 19.61 16.08 18 16.08Z' fill='black'/%3E%3C/svg%3E%0A");
}
.single-post .addthis_inline_share_toolbox_acbd .at-resp-share-element a,
.single-shelstonip_insightsc
  .addthis_inline_share_toolbox_acbd
  .at-resp-share-element
  a,
.single-shelstonip_insightsj
  .addthis_inline_share_toolbox_acbd
  .at-resp-share-element
  a {
  background-color: transparent !important;
}
.single-post .addthis_inline_share_toolbox_acbd .at-resp-share-element a span,
.single-shelstonip_insightsc
  .addthis_inline_share_toolbox_acbd
  .at-resp-share-element
  a
  span,
.single-shelstonip_insightsj
  .addthis_inline_share_toolbox_acbd
  .at-resp-share-element
  a
  span {
  display: none;
}
.single-post .addthis_inline_share_toolbox_acbd .at-resp-share-element a:after,
.single-shelstonip_insightsc
  .addthis_inline_share_toolbox_acbd
  .at-resp-share-element
  a:after,
.single-shelstonip_insightsj
  .addthis_inline_share_toolbox_acbd
  .at-resp-share-element
  a:after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media screen and (min-width: 721px) {
  .addthis_inline_share_toolbox_acbd {
    padding-top: 38px;
  }
}
@media screen and (min-width: 1100px) {
  .addthis_inline_share_toolbox_acbd {
    margin-right: 25%;
  }
}

.btn,
.aside .side-serve__tags > a,
.main-content .side-serve__tags > a,
.search-filter-reset,
.wp-block-button__link,
.wpcf7-submit {
  font-size: 0.875rem;
  background-color: #041f30;
  padding: 1rem;
  border: none;
  color: #fff;
  line-height: 1.2;
  border-radius: 1.5rem;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Styrene A Bold", sans-serif;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none !important;
}
.btn:visited,
.aside .side-serve__tags > a:visited,
.main-content .side-serve__tags > a:visited,
.search-filter-reset:visited,
.wp-block-button__link:visited,
.wpcf7-submit:visited {
  color: #fff;
}
.btn:hover,
.aside .side-serve__tags > a:hover,
.main-content .side-serve__tags > a:hover,
.btn:focus,
.aside .side-serve__tags > a:focus,
.main-content .side-serve__tags > a:focus,
.btn:active,
.aside .side-serve__tags > a:active,
.main-content .side-serve__tags > a:active,
.search-filter-reset:hover,
.search-filter-reset:focus,
.search-filter-reset:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:active {
  background-color: #9540ff;
  color: #fff;
}
.bg-dark .btn,
.bg-dark .aside .side-serve__tags > a,
.aside .bg-dark .side-serve__tags > a,
.bg-dark .main-content .side-serve__tags > a,
.main-content .bg-dark .side-serve__tags > a,
.bg-dark .search-filter-reset,
.bg-dark .wp-block-button__link,
.bg-dark .wpcf7-submit {
  border: solid 1px #fff;
  padding: 0.9375rem;
}
.bg-dark .btn:hover,
.bg-dark .aside .side-serve__tags > a:hover,
.aside .bg-dark .side-serve__tags > a:hover,
.bg-dark .main-content .side-serve__tags > a:hover,
.main-content .bg-dark .side-serve__tags > a:hover,
.bg-dark .btn:focus,
.bg-dark .aside .side-serve__tags > a:focus,
.aside .bg-dark .side-serve__tags > a:focus,
.bg-dark .main-content .side-serve__tags > a:focus,
.main-content .bg-dark .side-serve__tags > a:focus,
.bg-dark .btn:active,
.bg-dark .aside .side-serve__tags > a:active,
.aside .bg-dark .side-serve__tags > a:active,
.bg-dark .main-content .side-serve__tags > a:active,
.main-content .bg-dark .side-serve__tags > a:active,
.bg-dark .search-filter-reset:hover,
.bg-dark .search-filter-reset:focus,
.bg-dark .search-filter-reset:active,
.bg-dark .wp-block-button__link:hover,
.bg-dark .wp-block-button__link:focus,
.bg-dark .wp-block-button__link:active,
.bg-dark .wpcf7-submit:hover,
.bg-dark .wpcf7-submit:focus,
.bg-dark .wpcf7-submit:active {
  background-color: #9540ff;
  border-color: #9540ff;
}
.btn--outline,
.aside .side-serve__tags > a,
.main-content .side-serve__tags > a,
.search-filter-reset--outline,
.wp-block-button__link--outline,
.wpcf7-submit--outline {
  border: solid 1px #041f30;
  padding: 0.9375rem;
  background-color: transparent;
  color: #041f30 !important;
}
.btn--outline:hover,
.aside .side-serve__tags > a:hover,
.main-content .side-serve__tags > a:hover,
.btn--outline:focus,
.aside .side-serve__tags > a:focus,
.main-content .side-serve__tags > a:focus,
.btn--outline:active,
.aside .side-serve__tags > a:active,
.main-content .side-serve__tags > a:active,
.search-filter-reset--outline:hover,
.search-filter-reset--outline:focus,
.search-filter-reset--outline:active,
.wp-block-button__link--outline:hover,
.wp-block-button__link--outline:focus,
.wp-block-button__link--outline:active,
.wpcf7-submit--outline:hover,
.wpcf7-submit--outline:focus,
.wpcf7-submit--outline:active {
  border-color: #9540ff;
  color: #fff !important;
}
.btn--block,
.search-filter-reset--block,
.wp-block-button__link--block,
.wpcf7-submit--block {
  display: block;
  width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  background-color: #fff;
  font-family: "Styrene A", sans-serif;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 1260px) {
  .site-header {
    overflow: visible;
  }
}
.home .site-header {
  background-color: #041f30;
}
.scrolled .site-header {
  background-color: #fff;
}
.site-header .nav-extra-item {
  display: none;
}
.site-header .search-form {
  position: absolute;
  top: 0;
  left: 168px;
  right: 57px;
  height: 84px;
  display: flex;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-header .search-form input {
  -webkit-appearance: none;
}
.site-header .search-form__toggle {
  position: relative;
  background-image: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17.8674 15.7233H16.7381L16.3379 15.3373C17.7387 13.7078 18.582 11.5923 18.582 9.29102C18.582 4.15952 14.4225 0 9.29102 0C4.15952 0 0 4.15952 0 9.29102C0 14.4225 4.15952 18.582 9.29102 18.582C11.5923 18.582 13.7078 17.7387 15.3373 16.3379L15.7233 16.7381V17.8674L22.8702 25L25 22.8702L17.8674 15.7233ZM9.29102 15.7233C5.73185 15.7233 2.85878 12.8502 2.85878 9.29102C2.85878 5.73185 5.73185 2.85878 9.29102 2.85878C12.8502 2.85878 15.7233 5.73185 15.7233 9.29102C15.7233 12.8502 12.8502 15.7233 9.29102 15.7233Z' fill='%23041f30'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-color: transparent;
  color: transparent;
  max-width: 52px;
  border: none;
  order: 2;
  flex-grow: 0;
  cursor: pointer;
}
.white .site-header .search-form__toggle {
  background-image: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17.8674 15.7233H16.7381L16.3379 15.3373C17.7387 13.7078 18.582 11.5923 18.582 9.29102C18.582 4.15952 14.4225 0 9.29102 0C4.15952 0 0 4.15952 0 9.29102C0 14.4225 4.15952 18.582 9.29102 18.582C11.5923 18.582 13.7078 17.7387 15.3373 16.3379L15.7233 16.7381V17.8674L22.8702 25L25 22.8702L17.8674 15.7233ZM9.29102 15.7233C5.73185 15.7233 2.85878 12.8502 2.85878 9.29102C2.85878 5.73185 5.73185 2.85878 9.29102 2.85878C12.8502 2.85878 15.7233 5.73185 15.7233 9.29102C15.7233 12.8502 12.8502 15.7233 9.29102 15.7233Z' fill='white'/></svg>");
}
.scrolled .white .site-header .search-form__toggle {
  background-image: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17.8674 15.7233H16.7381L16.3379 15.3373C17.7387 13.7078 18.582 11.5923 18.582 9.29102C18.582 4.15952 14.4225 0 9.29102 0C4.15952 0 0 4.15952 0 9.29102C0 14.4225 4.15952 18.582 9.29102 18.582C11.5923 18.582 13.7078 17.7387 15.3373 16.3379L15.7233 16.7381V17.8674L22.8702 25L25 22.8702L17.8674 15.7233ZM9.29102 15.7233C5.73185 15.7233 2.85878 12.8502 2.85878 9.29102C2.85878 5.73185 5.73185 2.85878 9.29102 2.85878C12.8502 2.85878 15.7233 5.73185 15.7233 9.29102C15.7233 12.8502 12.8502 15.7233 9.29102 15.7233Z' fill='black'/></svg>");
}
.site-header .search-form__toggle::before,
.site-header .search-form__toggle::after {
  content: "";
  position: absolute;
  right: calc(50% - 11px);
  top: calc(50% - 1px);
  height: 2px;
  width: 1.375rem;
  background: #041f30;
  display: none;
}
.site-header .search-form__toggle::before {
  transform: rotate(-45deg);
}
.site-header .search-form__toggle::after {
  transform: rotate(45deg);
}
.site-header .search-form label {
  display: flex;
  order: 1;
  flex-grow: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background-color: #d3ffb4;
}
.site-header .search-form label .search-field {
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  width: 100%;
  font-size: 14px;
  font-family: "Styrene A Light", sans-serif;
  color: #041f30;
}
.site-header .search-form label .search-field::placeholder {
  color: #00d37f;
}
.site-header .search-form .search-submit {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.site-header .head-logo {
  opacity: 1;
  visibility: visible;
}
.home .site-header .head-logo {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.site-header .head-logo svg {
  width: 213px;
  height: 17px;
  display: block;
}
.site-header .head-logo svg + svg {
  width: 128px;
  height: 10px;
  margin-top: 6px;
}
.site-header .head-logo svg path {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  fill: #041f30;
}
.site-header .home-logo {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: fixed;
  top: 11.5625rem;
}
body:not(.home) .site-header .home-logo {
  display: none;
}
.site-header .home-logo svg {
  display: block;
}
.site-header .home-logo__part {
  overflow: hidden;
  height: 1.9375rem;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.site-header .home-logo__part svg {
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.site-header .home-logo__part svg path {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.site-header .home-logo__part--griffith {
  width: 45rem;
}
.site-header .home-logo__part--hack {
  position: relative;
  margin-top: 0.5rem;
  width: 14rem;
  margin-left: -16px;
  text-align: right;
}
.site-header .home-logo__part--hack svg {
  position: absolute;
  right: 0;
}
.site-header .home-logo__tagline {
  width: 128px;
  height: 10px;
  margin-top: 6px;
}
.scrolled .site-header .home-logo,
.menu-open .site-header .home-logo {
  top: 2.125rem;
}
.scrolled .site-header .home-logo__part,
.menu-open .site-header .home-logo__part {
  height: 1.0625rem;
}
.scrolled .site-header .home-logo__part svg,
.menu-open .site-header .home-logo__part svg {
  height: 1.0625rem;
  width: auto;
}
.scrolled .site-header .home-logo__part svg path,
.menu-open .site-header .home-logo__part svg path {
  fill: #041f30;
}
.scrolled .site-header .home-logo__part--griffith,
.menu-open .site-header .home-logo__part--griffith {
  width: 8.75rem;
}
.scrolled .site-header .home-logo__part--hack,
.menu-open .site-header .home-logo__part--hack {
  margin-top: -1.0625rem;
  margin-left: 6.875rem;
  width: 6.25rem;
}
.menu-open .site-header .home-logo__part svg path {
  fill: #fff;
}
.site-header--search-active {
  background-color: #fff;
}
.site-header--search-active .search-form {
  left: 16px;
}
.site-header--search-active .search-form__toggle {
  background-image: none !important;
}
.site-header--search-active .search-form__toggle::before,
.site-header--search-active .search-form__toggle::after {
  display: block;
}
.site-header--search-active .search-form label {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1439px) {
  .site-header .sub-menu {
    display: none !important;
  }
  .menu-open .site-header {
    background: #fff;
  }
  .site-header .nav-extra-item {
    background-color: #fff;
    color: #041f30;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    padding: 0.625rem 16px;
    font-size: 0.875rem;
    font-family: "Styrene A Bold", sans-serif;
    text-transform: uppercase;
    border-radius: 1.25rem;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .site-header:after {
    content: "";
    position: absolute;
    right: 2.125rem;
    top: 42px;
    height: 2px;
    width: 18px;
    background: #000;
    z-index: 105;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .white .site-header:after {
    background: #fff;
  }
  .scrolled .white .site-header:after {
    background: #000;
  }
  .site-header .search-form {
    top: 86px;
    left: 0;
    right: 0;
    height: auto;
  }
  .site-header .search-form label {
    padding: 0 1.5rem;
  }
  .site-header .search-form label .search-field {
    padding: 1em 0;
    font-size: 1rem;
  }
  .site-header .search-form__toggle {
    display: none;
  }
  .site-header.toggled {
    position: fixed;
    bottom: 0;
    background-color: #041f30;
    color: #fff;
    height: auto;
    z-index: 200;
  }
  .site-header.toggled .nav-bar {
    height: 100%;
  }
  .site-header.toggled .nav-bar .head-logo svg path {
    fill: #fff;
  }
  .site-header.toggled .nav-extra-item {
    visibility: visible;
    opacity: 1;
  }
  .site-header.toggled:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .site-header.toggled .search-form label {
    visibility: visible;
    opacity: 1;
  }
  .site-header .locations {
    background: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: column;
    font-weight: 600;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
  }
  .site-header .locations a {
    color: #fff;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
  }
  .menu-open .site-header .locations {
    opacity: 1;
    pointer-events: inherit;
  }
  .site-header .top-bar .hd-contact {
    display: none;
  }
  .site-header .menu-toggle {
    border: 0;
    text-indent: -9999px;
    width: 2.875rem;
    height: 2.875rem;
    padding: 0;
    background-color: #00d37f;
    border-radius: 50%;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .site-header .menu-toggle:focus {
    outline: 0;
  }
  .site-header .menu-toggle:after,
  .site-header .menu-toggle:before {
    content: "";
    position: absolute;
    right: calc(50% - 9px);
    top: calc(50% - 1px);
    height: 2px;
    width: 18px;
    background: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .site-header .menu-toggle:after {
    margin-top: -6px;
  }
  .site-header .menu-toggle:before {
    margin-top: 6px;
  }
  .white .site-header .menu-toggle {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
  }
  .white .site-header .menu-toggle:after,
  .white .site-header .menu-toggle:before {
    background: #fff;
  }
  .scrolled .white .site-header .menu-toggle {
    border-left: solid 1px rgba(0, 0, 0, 0.2);
  }
  .scrolled .white .site-header .menu-toggle:after,
  .scrolled .white .site-header .menu-toggle:before {
    background: #000;
  }
  .site-header .menu-toggle[aria-expanded="true"]:after {
    margin: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .site-header .menu-toggle[aria-expanded="true"]:before {
    margin: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .site-header .nav-bar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 86px;
    border-bottom: solid 1px #041f30;
  }
  .site-header .nav-bar > .row-bounds {
    display: flex;
    flex-direction: column;
  }
  .site-header .nav-bar > .row-bounds .main-navigation {
    margin-top: auto;
  }
  .site-header .head-logo {
    display: block;
    width: 213px;
    height: 17px;
    transition: none;
    margin-top: 34px;
  }
  .site-header .main-navigation .nav-menu {
    margin-top: 18px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .site-header .main-navigation .nav-menu .menu-item {
    font-size: 0.875rem;
    margin-top: 1em;
  }
  .site-header .main-navigation .nav-menu .menu-item a {
    padding: 0.625rem 24px;
    color: #fff;
  }
  .site-header .main-navigation .nav-menu .menu-item:first-child a {
    padding-top: 1.25em;
  }
  .site-header .main-navigation .nav-menu .menu-item.current-menu-item > a,
  .site-header .main-navigation .nav-menu .menu-item.current-menu-ancestor > a {
    font-family: "Styrene A Bold", sans-serif;
  }
  .site-header .search-form__label {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }
  .site-header--search-active {
    background-color: #fff;
  }
  .site-header--search-active .head-logo {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 721px) {
  .site-header .home-logo__part--griffith {
    width: 16.875rem;
  }
  .site-header .home-logo__part--hack {
    margin-top: -1.9375rem;
    margin-left: 12.5rem;
    width: 11.875rem;
  }
}
@media screen and (min-width: 1260px) {
  .site-header::after {
    right: 5.875rem;
  }
  .site-header .menu-toggle {
    right: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .site-header {
    height: 6.125rem;
    border-bottom: solid 1px #041f30;
  }
  .site-header .top-bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-align: right;
    font-size: 14px;
    height: 0;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .site-header .top-bar .locations {
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 10px;
  }
  .site-header .top-bar a {
    display: inline-block;
    font-family: "Styrene A Bold", sans-serif;
    padding: 1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: #041f30;
    margin-top: 1.5625rem;
    text-transform: uppercase;
    position: relative;
    right: 3.75rem;
    border-radius: 1.5rem;
  }
  .site-header .top-bar a:hover,
  .site-header .top-bar a:focus,
  .site-header .top-bar a:active {
    background-color: #9540ff !important;
  }
  .home .site-header .top-bar a {
    background-color: #fff;
    color: #041f30;
  }
  .home .site-header .top-bar a:hover,
  .home .site-header .top-bar a:focus,
  .home .site-header .top-bar a:active {
    background-color: #9540ff;
  }
  .scrolled .site-header .top-bar a {
    background: #041f30;
    color: #fff;
  }
  .site-header .nav-bar .row-bounds {
    position: relative;
  }
  .site-header .head-logo {
    position: absolute;
    top: 2.3125rem;
    width: 18.5625rem;
    height: 1.4375rem;
  }
  .site-header .head-logo svg {
    width: 18.5625rem;
    height: auto;
  }
  .site-header .head-logo svg + svg {
    width: 11.1375rem;
    height: auto;
    margin-top: 0.5rem;
  }
  .site-header .home-logo {
    top: 14.6875rem;
    transform: scale(1.375);
    transform-origin: left;
  }
  .scrolled .site-header .home-logo,
  .menu-open .site-header .home-logo {
    top: 2.3125rem;
    transform: scale(1);
  }
  .scrolled .site-header .home-logo__part,
  .menu-open .site-header .home-logo__part {
    height: 1.5rem;
  }
  .scrolled .site-header .home-logo__part svg,
  .menu-open .site-header .home-logo__part svg {
    width: auto;
    height: 1.5rem;
  }
  .scrolled .site-header .home-logo__part--griffith,
  .menu-open .site-header .home-logo__part--griffith {
    width: 12.5rem;
  }
  .scrolled .site-header .home-logo__part--hack,
  .menu-open .site-header .home-logo__part--hack {
    margin-top: -1.5rem;
    margin-left: 10rem;
    width: 8.4375rem;
  }
  .site-header .main-navigation {
    text-align: center;
    padding-top: 1.5625rem;
  }
  .site-header .main-navigation a {
    font-size: 14px;
    line-height: 1.2857142857;
  }
  .white .site-header .main-navigation a {
    color: #fff;
  }
  .white .site-header .main-navigation a a {
    color: #000;
  }
  .scrolled .white .site-header .main-navigation a {
    color: #000;
  }
  .site-header .main-navigation .menu {
    margin-left: 4rem;
  }
  .site-header .main-navigation .menu > li {
    display: inline-block;
    position: relative;
  }
  .site-header .main-navigation .menu > li.current-menu-item > a,
  .site-header .main-navigation .menu > li.current-menu-ancestor > a {
    font-family: "Styrene A Bold", sans-serif;
  }
  .site-header .main-navigation .menu > li.menu-item-has-children > a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.3125rem 0.3125rem 0 0.3125rem;
    border-color: #041f30 transparent transparent transparent;
    margin-left: 0.625rem;
    margin-top: 0.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .site-header .main-navigation .menu > li > a {
    display: flex;
    align-items: center;
    padding: 1em 1.25rem;
    position: relative;
    z-index: 20;
  }
  .home .site-header .main-navigation .menu > li > a {
    color: #fff;
  }
  .home .site-header .main-navigation .menu > li > a::after {
    border-top-color: #fff;
  }
  .scrolled .site-header .main-navigation .menu > li > a {
    color: #041f30;
  }
  .scrolled .site-header .main-navigation .menu > li > a::after {
    border-top-color: #041f30;
  }
  .site-header .main-navigation .menu > li .sub-menu {
    -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 10;
    min-width: 300px;
    padding: 6px 22px;
    background-color: #fff;
    border-top: solid 0.5em transparent;
  }
  .site-header .main-navigation .menu > li .sub-menu .menu-item a {
    width: auto;
    display: block;
    text-align: left;
    white-space: nowrap;
    padding: 10px 0;
    color: #000;
  }
  .site-header .main-navigation .menu > li .sub-menu .menu-item a:hover,
  .site-header .main-navigation .menu > li .sub-menu .menu-item a:focus,
  .site-header .main-navigation .menu > li .sub-menu .menu-item a:active {
    color: #9540ff;
  }
  .site-header .main-navigation .menu > li:hover > a,
  .site-header .main-navigation .menu > li:focus > a,
  .site-header .main-navigation .menu > li:active > a {
    color: #9540ff;
  }
  .site-header .main-navigation .menu > li:hover > a::after,
  .site-header .main-navigation .menu > li:focus > a::after,
  .site-header .main-navigation .menu > li:active > a::after {
    border-top-color: #9540ff;
  }
  .site-header .main-navigation .menu > li:hover .sub-menu,
  .site-header .main-navigation .menu > li:focus .sub-menu,
  .site-header .main-navigation .menu > li:active .sub-menu {
    left: 0;
  }
  .site-header .main-navigation .menu > li.focus .sub-menu {
    left: 0;
  }
  .site-header .row-bounds .search-form {
    right: 5rem;
    left: auto;
  }
  .site-header .row-bounds .search-form__label {
    font-size: 14px;
    line-height: 1.2857142857;
    cursor: pointer;
    align-self: center;
    padding-right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    visibility: visible;
    opacity: 1;
  }
  .white .site-header .row-bounds .search-form__label {
    color: #fff;
  }
  .scrolled .white .site-header .row-bounds .search-form__label {
    color: #000;
  }
  .site-header .row-bounds .search-form__toggle {
    width: 3rem;
    height: 3rem;
    background-size: 1.375rem auto;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: solid 1px #041f30;
    position: relative;
    top: 1.5rem;
  }
  .site-header .row-bounds .search-form__toggle:hover,
  .site-header .row-bounds .search-form__toggle:focus,
  .site-header .row-bounds .search-form__toggle:active {
    background-color: #9540ff;
    border-color: #9540ff !important;
  }
  .site-header .row-bounds .search-form__toggle::before,
  .site-header .row-bounds .search-form__toggle::after {
    right: calc(50% - rem(11));
    top: calc(50% - $px);
    height: 2px;
    width: 1.375rem;
  }
  .home .site-header .row-bounds .search-form__toggle {
    border-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17.8674 15.7233H16.7381L16.3379 15.3373C17.7387 13.7078 18.582 11.5923 18.582 9.29102C18.582 4.15952 14.4225 0 9.29102 0C4.15952 0 0 4.15952 0 9.29102C0 14.4225 4.15952 18.582 9.29102 18.582C11.5923 18.582 13.7078 17.7387 15.3373 16.3379L15.7233 16.7381V17.8674L22.8702 25L25 22.8702L17.8674 15.7233ZM9.29102 15.7233C5.73185 15.7233 2.85878 12.8502 2.85878 9.29102C2.85878 5.73185 5.73185 2.85878 9.29102 2.85878C12.8502 2.85878 15.7233 5.73185 15.7233 9.29102C15.7233 12.8502 12.8502 15.7233 9.29102 15.7233Z' fill='white'/></svg>");
  }
  .home .site-header .row-bounds .search-form__toggle::before,
  .home .site-header .row-bounds .search-form__toggle::after {
    background-color: #fff;
  }
  .home .site-header .row-bounds .search-form__toggle:hover,
  .home .site-header .row-bounds .search-form__toggle:focus,
  .home .site-header .row-bounds .search-form__toggle:active {
    background-color: #9540ff;
  }
  .scrolled .site-header .row-bounds .search-form__toggle {
    border-color: #041f30;
    background-image: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17.8674 15.7233H16.7381L16.3379 15.3373C17.7387 13.7078 18.582 11.5923 18.582 9.29102C18.582 4.15952 14.4225 0 9.29102 0C4.15952 0 0 4.15952 0 9.29102C0 14.4225 4.15952 18.582 9.29102 18.582C11.5923 18.582 13.7078 17.7387 15.3373 16.3379L15.7233 16.7381V17.8674L22.8702 25L25 22.8702L17.8674 15.7233ZM9.29102 15.7233C5.73185 15.7233 2.85878 12.8502 2.85878 9.29102C2.85878 5.73185 5.73185 2.85878 9.29102 2.85878C12.8502 2.85878 15.7233 5.73185 15.7233 9.29102C15.7233 12.8502 12.8502 15.7233 9.29102 15.7233Z' fill='%23041f30'/></svg>");
  }
  .scrolled .site-header .row-bounds .search-form__toggle::before,
  .scrolled .site-header .row-bounds .search-form__toggle::after {
    background-color: #041f30;
  }
  .scrolled .site-header .row-bounds .search-form__toggle:hover,
  .scrolled .site-header .row-bounds .search-form__toggle:focus,
  .scrolled .site-header .row-bounds .search-form__toggle:active {
    background-color: #9540ff;
    border-color: #9540ff;
  }
  .site-header .row-bounds .search-form label {
    position: fixed;
    top: 6.125rem;
    left: 0;
    right: 0;
    bottom: 0;
    height: 12.25rem;
  }
  .site-header .row-bounds .search-form label::after {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    left: 0;
    right: 0;
    top: 18.375rem;
    bottom: 0;
  }
  .site-header .row-bounds .search-form label .search-field {
    max-width: 90rem;
    padding: 4.5rem 5rem;
    margin: 0 auto;
    font-size: 2.5rem;
    line-height: 1.3;
    align-self: flex-start;
  }
  .site-header--search-active .row-bounds .search-form__label {
    visibility: hidden;
    opacity: 0;
  }
  .site-header .menu-toggle {
    display: none;
  }
  .site-header .main-navigation ul {
    display: inline-block;
  }
}
@media screen and (min-width: 1440px) {
  .site-header .home-logo {
    transform: scale(2.1);
    top: 21.875rem;
  }
  .site-header .home-logo__tagline {
    width: 11.1375rem;
    height: auto;
    margin-top: 0.5rem;
  }
}

input[type="text"],
input[type="email"] {
  font-family: "Styrene A", sans-serif;
  color: #041f30;
  padding: 0.75rem 1.25rem;
  border-radius: 1.5625rem;
  outline: none !important;
}

textarea {
  font-family: "Styrene A", sans-serif;
  color: #041f30;
  padding: 0.75rem 1.25rem;
  border-radius: 1.5625rem;
  outline: none !important;
}

.wpcf7-form {
  margin-top: 4em;
}
.wpcf7-form label {
  display: block;
  font-size: 0.875rem;
}
.wpcf7-form-control-wrap {
  display: block;
  margin: 0.75em 0;
}
.wpcf7-text,
.wpcf7-textarea {
  background-color: #f8f4f4;
}
.wpcf7-checkbox {
  display: block;
  margin-top: -0.75em;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item .fas {
  width: 2em;
  line-height: 2em;
  font-size: 1.125rem;
  background-color: #f8f4f4;
  border-radius: 50%;
  text-align: center;
  margin-right: 0.5em;
  color: #f8f4f4;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpcf7-list-item input[type="checkbox"] {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.wpcf7-list-item input[type="checkbox"]:checked + .fas {
  color: #041f30;
}
.wpcf7-not-valid-tip {
  margin-top: 0.5em;
}
.wpcf7-submit {
  margin-top: 2em;
}
.wpcf7-response-output {
  margin: 3.375em 0 0 !important;
  padding: 1em !important;
  border-color: #00d37f !important;
}

.page-template-default .entry-content {
  padding-top: 3.4375rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 721px) {
  .page-template-default .entry-content {
    padding-top: 5.3125rem;
    padding-bottom: 12.5rem;
  }
}
.page-template-page-about-us .entry-content {
  padding: 3.125rem 0;
}
@media screen and (min-width: 721px) {
  .page-template-page-about-us .entry-content {
    padding: 6.25rem 0;
  }
}
@media screen and (min-width: 1260px) {
  .page-template-page-about-us .entry-content {
    padding: 9.375rem 0;
  }
}
.page-template-page-services .entry-content {
  padding: 1.5625rem 0;
}
@media screen and (min-width: 721px) {
  .page-template-page-services .entry-content {
    padding-top: 3.125rem;
  }
}
@media screen and (min-width: 1260px) {
  .page-template-page-services .entry-content {
    padding-top: 6.25rem;
    padding-bottom: 3.125rem;
  }
}
.page-template-page-attorneys-and-lawyers .entry-content {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 721px) {
  .page-template-page-attorneys-and-lawyers .entry-content {
    padding-bottom: 6.25rem;
  }
}
@media screen and (min-width: 1260px) {
  .page-template-page-attorneys-and-lawyers .entry-content {
    padding-bottom: 9.375rem;
  }
}
.entry-content > *:first-child {
  margin-top: 0 !important;
}
.entry-content > *:last-child {
  margin-bottom: 0 !important;
}
.entry-content .wp-block-table {
  margin-top: 1.5em;
}
.entry-content .wp-block-table th,
.entry-content .wp-block-table td {
  text-align-last: left;
}
.entry-content .wp-block-table th:not(:first-child),
.entry-content .wp-block-table td:not(:first-child) {
  padding-left: 12px;
}
.entry-content .wp-block-table th:not(:last-child),
.entry-content .wp-block-table td:not(:last-child) {
  padding-right: 12px;
}
.entry-content .wp-block-table th a,
.entry-content .wp-block-table td a {
  text-decoration: underline;
}
.entry-content p {
  margin-top: 1.5em;
}
.entry-content p.has-small-font-size {
  font-size: 0.875rem;
}
.entry-content p.has-medium-font-size {
  font-size: 1.25rem;
}
.entry-content p.has-large-font-size {
  font-size: 1.5rem;
}
.entry-content p.has-huge-font-size {
  font-size: 1.75rem;
}
.entry-content p + h2 {
  margin-top: 2em !important;
}
.entry-content p a {
  text-decoration: underline;
}
.entry-content h2 {
  margin-top: 2em;
}
.entry-content .c-accordion__content {
  padding: 1.5em 1.5rem 4em;
}
.entry-content .js-accordion-controller:focus {
  outline: 0;
}
.entry-content .c-accordion__title {
  padding: 1.5rem;
  padding-right: 4.5rem;
}
.entry-content .c-accordion__title::after {
  content: "";
  width: 1rem;
  height: 1rem;
  right: 1.75rem;
  background-image: url(img/dropdown.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.entry-content .c-accordion__title[aria-expanded="true"]::after {
  transform: translateY(-50%) scaleY(-1);
}
.entry-content .wp-block-quote {
  margin: 3em 0;
  font-size: 1.25rem;
}
@media screen and (min-width: 721px) {
  .entry-content .wp-block-quote {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1260px) {
  .entry-content .wp-block-quote {
    font-size: 2rem;
  }
}
.entry-content .wp-block-quote p::before {
  content: "“";
}
.entry-content .wp-block-quote p::after {
  content: "”";
}
.entry-content .wp-block-quote cite {
  display: block;
  font-size: 1rem;
  margin-top: 1em;
  text-transform: uppercase;
  font-style: normal;
}
.entry-content .wp-block-pb-accordion-item {
  /* margin-top: 4.75em; */
  margin-top: 3em;
  border-bottom: solid 1px #041f30;
}
.entry-content .wp-block-pb-accordion-item + .wp-block-pb-accordion-item {
  margin-top: 0;
}
.entry-content .wp-block-pb-accordion-item h4 {
  font-size: 1em;
}
.entry-content > h3 > a,
.entry-content > h2 > a,
.entry-content > h4 > a {
  text-decoration: underline;
}
.entry-content p > a:hover,
.entry-content p > a:focus {
  color: #9540ff;
}
.entry-content .link-block {
  border-top: solid 1px #041f30;
  border-bottom: solid 1px #041f30;
  margin-top: 6.25em;
  font-family: "Styrene A", sans-serif;
}
.entry-content .link-block a {
  display: flex;
  align-items: center;
  padding: 1.5em 1.25em;
  text-decoration: none;
}
.entry-content .link-block a > span {
  flex-grow: 1;
}
.entry-content .link-block a::after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(img/dropdown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 1.25em;
  transform: rotate(-90deg);
  flex-grow: 0;
}
.entry-content .link-block a:hover,
.entry-content .link-block a:focus,
.entry-content .link-block a:active {
  color: #9540ff;
}
.entry-content .link-block + .link-block {
  margin-top: 0;
  border-top: none;
}
.entry-content .text-white .link-block {
  border-color: #fff;
}
.entry-content .contact-details-with-icons {
  font-size: 0.875rem;
  margin: 2.375rem 0 0;
  padding: 0 !important;
  list-style: none;
}
.entry-content .contact-details-with-icons li {
  margin-top: 0.75rem;
  display: flex;
  align-items: flex-start;
  padding-top: 0.125rem;
}
.entry-content .contact-details-with-icons li .fas {
  width: 1.625rem;
  line-height: 1.625rem;
  text-align: center;
  color: #fff;
  background-color: #00d37f;
  margin-right: 0.75em;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: -0.125rem;
}
@media screen and (min-width: 1100px) {
  .entry-content h3 a path,
  .entry-content h3 a rect {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .entry-content h3 a:hover,
  .entry-content h3 a:focus {
    color: #9540ff;
  }
  .entry-content h3 a:hover path,
  .entry-content h3 a:hover rect,
  .entry-content h3 a:focus path,
  .entry-content h3 a:focus rect {
    fill: #9540ff;
  }
}

.fifty-fifty-row {
  padding: 50px 0;
}
.fifty-fifty-row + .fifty-fifty-row {
  padding-top: 0;
}
.fifty-fifty-row + .two-columns-row {
  padding-top: 0;
}
.fifty-fifty-row .details {
  border-top: 1px solid #9540ff;
}
@media screen and (max-width: 720px) {
  .fifty-fifty-row .row-bounds {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fifty-fifty-row .details {
    order: 2;
  }
  .fifty-fifty-row .img {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 721px) {
  .fifty-fifty-row {
    padding: 100px 0;
  }
  .fifty-fifty-row .row-bounds {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .fifty-fifty-row .img {
    width: 48%;
  }
  .fifty-fifty-row .details {
    width: 48%;
  }
  .fifty-fifty-row .details h2 {
    margin-top: 50px;
  }
  .fifty-fifty-row .details .cmp-button {
    margin-top: 20px;
  }
}

.page .entry-content .wp-block-column h2 {
  margin-top: 0;
}
.page .entry-content > hr,
.page .entry-content > div,
.page .entry-content > h1,
.page .entry-content > h2,
.page .entry-content > h3,
.page .entry-content > h4,
.page .entry-content > h5,
.page .entry-content > ol,
.page .entry-content > figure,
.page .entry-content > ul,
.page .entry-content > p {
  padding: 0 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.page .entry-content > hr.wide,
.page .entry-content > div.wide,
.page .entry-content > h1.wide,
.page .entry-content > h2.wide,
.page .entry-content > h3.wide,
.page .entry-content > h4.wide,
.page .entry-content > h5.wide,
.page .entry-content > ol.wide,
.page .entry-content > figure.wide,
.page .entry-content > ul.wide,
.page .entry-content > p.wide {
  max-width: 1700px;
}
@media screen and (min-width: 721px) {
  .page .entry-content > hr,
  .page .entry-content > div,
  .page .entry-content > h1,
  .page .entry-content > h2,
  .page .entry-content > h3,
  .page .entry-content > h4,
  .page .entry-content > h5,
  .page .entry-content > ol,
  .page .entry-content > figure,
  .page .entry-content > ul,
  .page .entry-content > p {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1260px) {
  .page .entry-content > hr,
  .page .entry-content > div,
  .page .entry-content > h1,
  .page .entry-content > h2,
  .page .entry-content > h3,
  .page .entry-content > h4,
  .page .entry-content > h5,
  .page .entry-content > ol,
  .page .entry-content > figure,
  .page .entry-content > ul,
  .page .entry-content > p {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1440px) {
  .page .entry-content > hr,
  .page .entry-content > div,
  .page .entry-content > h1,
  .page .entry-content > h2,
  .page .entry-content > h3,
  .page .entry-content > h4,
  .page .entry-content > h5,
  .page .entry-content > ol,
  .page .entry-content > figure,
  .page .entry-content > ul,
  .page .entry-content > p {
    padding: 0 80px;
  }
  .page .entry-content > hr.wide,
  .page .entry-content > div.wide,
  .page .entry-content > h1.wide,
  .page .entry-content > h2.wide,
  .page .entry-content > h3.wide,
  .page .entry-content > h4.wide,
  .page .entry-content > h5.wide,
  .page .entry-content > ol.wide,
  .page .entry-content > figure.wide,
  .page .entry-content > ul.wide,
  .page .entry-content > p.wide {
    max-width: 2000px;
  }
}
.page .entry-content ul,
.page .entry-content ol {
  padding-left: 40px;
}
.page .entry-content ul ul,
.page .entry-content ul ol,
.page .entry-content ol ul,
.page .entry-content ol ol {
  padding-left: 20px;
}
@media screen and (min-width: 1100px) {
  .page .entry-content ul,
  .page .entry-content ol {
    padding-left: 100px;
  }
}
.page .entry-content p a:hover,
.page .entry-content p a:focus,
.page .entry-content li a:hover,
.page .entry-content li a:focus {
  color: #9540ff;
}
.page .entry-content .text-white p a:hover,
.page .entry-content .text-white p a:focus,
.page .entry-content .text-white p a:active,
.page .entry-content .text-white li a:hover,
.page .entry-content .text-white li a:focus,
.page .entry-content .text-white li a:active {
  color: #fff;
}
.page .entry-content strong {
  font-weight: bold;
}
.page .entry-content em {
  font-style: italics;
}

.entry-content h3 {
  margin-top: 2em;
}
.entry-content h3 + p {
  margin-top: 2.25em;
}
.entry-content iframe {
  width: 100%;
}

.wp-block-image {
  margin: 5.5rem 0;
}
.wp-block-image img {
  position: relative;
  z-index: 2;
}
.wp-block-image figcaption {
  font-size: 16px;
  display: block;
  background: #f2f2f2;
  margin: -200px 0 0 0;
  padding: 220px 20px 30px;
  position: relative;
  z-index: 1;
}
.wp-block-image figcaption:after {
  content: "";
  position: absolute;
  width: 300%;
  background: #f2f2f2;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .wp-block-image figcaption:after {
    right: -50px;
  }
}

body #facet-users,
body #facet-categories {
  display: none;
}

#facet-post-types .widgettitle,
#facet-tags .widgettitle {
  display: none;
}

body #ais-wrapper {
  padding: 100px 16px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 90rem;
  margin: 0 auto;
}
body #ais-wrapper #algolia-search-box .search-icon {
  fill: #000;
}
body #ais-wrapper #algolia-search-box input {
  border-bottom: 1px solid #9540ff;
}
body #ais-wrapper #algolia-hits {
  padding-top: 50px;
}
body #ais-wrapper #ais-main,
body #ais-wrapper #ais-facets {
  padding: 0;
}
body #ais-wrapper #ais-facets {
  padding-left: 50px;
}
body #ais-wrapper .ais-hits--thumbnail img {
  border-radius: 0;
  max-width: 9.375rem;
}
body #ais-wrapper .ais-refinement-list--label {
  font-size: 14px;
}
body #ais-wrapper .ais-refinement-list--label input {
  margin-right: 10px;
}
body #ais-wrapper .ais-menu--count,
body #ais-wrapper .ais-refinement-list--count {
  font-size: 12px;
  padding-left: 10px;
}
body #ais-wrapper.wide {
  max-width: 1700px;
}
@media screen and (min-width: 721px) {
  body #ais-wrapper {
    padding: 12.5rem 24px;
  }
}
@media screen and (min-width: 1260px) {
  body #ais-wrapper {
    padding: 12.5rem 80px;
  }
}
@media screen and (min-width: 1440px) {
  body #ais-wrapper.wide {
    max-width: 2000px;
  }
}

.ww a {
  text-decoration: underline;
}
.ww .link-block {
  margin-top: 3em;
}
.ww .link-block + p {
  margin-top: 3em;
}

#onetrust-consent-sdk h2,
#onetrust-consent-sdk h3,
#onetrust-consent-sdk p {
  color: #041f30 !important;
}
#onetrust-consent-sdk button,
#onetrust-consent-sdk p a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk p a {
  color: #041f30 !important;
  text-decoration: underline !important;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler:hover,
#onetrust-consent-sdk #onetrust-pc-btn-handler:focus,
#onetrust-consent-sdk #onetrust-pc-btn-handler:active,
#onetrust-consent-sdk p a:hover,
#onetrust-consent-sdk p a:focus,
#onetrust-consent-sdk p a:active {
  outline: none !important;
  color: #041f30 !important;
  opacity: 1 !important;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-consent-sdk .save-preference-btn-handler,
#onetrust-consent-sdk #accept-recommended-btn-handler {
  background-color: #041f30 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 1.5rem !important;
}
#onetrust-consent-sdk #onetrust-accept-btn-handler:hover,
#onetrust-consent-sdk #onetrust-accept-btn-handler:focus,
#onetrust-consent-sdk #onetrust-accept-btn-handler:active,
#onetrust-consent-sdk .save-preference-btn-handler:hover,
#onetrust-consent-sdk .save-preference-btn-handler:focus,
#onetrust-consent-sdk .save-preference-btn-handler:active,
#onetrust-consent-sdk #accept-recommended-btn-handler:hover,
#onetrust-consent-sdk #accept-recommended-btn-handler:focus,
#onetrust-consent-sdk #accept-recommended-btn-handler:active {
  outline: none !important;
  background-color: #9540ff !important;
  color: #fff !important;
  opacity: 1 !important;
}
#onetrust-consent-sdk .ot-active-menu {
  border-left-color: #041f30 !important;
}
#onetrust-consent-sdk .ot-tgl-cntr .ot-always-active {
  color: #828282 !important;
}
#onetrust-consent-sdk .ot-switch-nob {
  background-color: #f2f2f2 !important;
}
#onetrust-consent-sdk .ot-switch-nob:before {
  background-color: #828282 !important;
}
#onetrust-consent-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
  background-color: #f2f2f2 !important;
}
#onetrust-consent-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob:before {
  background-color: #041f30 !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk .category-menu-switch-handler {
  background-color: #f2f2f2 !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-active-menu {
  background-color: #fff !important;
}
#onetrust-consent-sdk .ot-pc-logo {
  display: none !important;
}

@media print {
  #onetrust-consent-sdk {
    display: none;
  }
}
.sassy-social-share {
  margin-top: 3.75em;
  border-top: 1px solid #041f30;
  padding-top: 1.75em;
}
@media screen and (min-width: 370px) {
  .sassy-social-share {
    display: flex;
    align-items: center;
  }
}

.heateor_sss_sharing_container {
  margin-top: 0.75em;
}
@media screen and (min-width: 370px) {
  .heateor_sss_sharing_container {
    margin-top: 0;
    margin-left: 0.75em;
  }
}

.heateor_sss_sharing_ul a {
  margin: 0 !important;
}
.heateor_sss_sharing_ul a .heateor_sss_svg {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.heateor_sss_sharing_ul a .heateor_sss_svg.heateor_sss_s_twitter svg {
  transform: scale(0.9);
}
.heateor_sss_sharing_ul a .heateor_sss_svg.heateor_sss_s_linkedin svg {
  transform: scale(0.8);
}
.heateor_sss_sharing_ul a:last-child .heateor_sss_svg svg {
  transform: scaleY(1.2);
}
.heateor_sss_sharing_ul a + a {
  margin-left: 0.25em !important;
}

.hm-hero {
  background: #041f30;
  color: #fff;
  padding: 17.5rem 0 11.5625rem;
  position: relative;
  z-index: 110;
}
.hm-hero + .row {
  position: relative;
  z-index: 110;
}
.hm-hero h1 {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.hm-hero p {
  font-size: 1.25rem;
  line-height: 1;
  margin: 0 0 0 5.125rem;
}
@media screen and (min-width: 721px) {
  .hm-hero {
    padding-top: 15rem;
  }
  .hm-hero p {
    margin-left: 16.5rem;
  }
}
@media screen and (min-width: 1260px) {
  .hm-hero {
    padding-bottom: 15rem;
  }
  .hm-hero p {
    margin-left: 50%;
    padding-left: 12px;
    margin-top: 0.25rem;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1260px) {
  .hm-hero {
    padding-top: 20.3125rem;
    padding-bottom: 20.625rem;
  }
  .hm-hero p {
    margin-left: 66.6666666667%;
    margin-top: 0;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1260px) {
  .vid-cont {
    margin-left: -2.625rem;
    margin-right: -2.625rem;
  }
}
.vid-cont[style] {
  overflow: hidden;
  padding-bottom: 105.5172413793%;
  position: relative;
  top: -8.125rem;
  margin-bottom: -8.125rem;
}
@media screen and (min-width: 721px) {
  .vid-cont[style] {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 1260px) {
  .vid-cont[style] {
    padding-bottom: 43.2551319648%;
    top: -16.25rem;
    margin-bottom: -16.25rem;
  }
}
.vid-cont .hero-vid {
  margin-top: -6.25rem;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 1260px) {
  .vid-cont .hero-vid {
    margin-top: -12.5rem;
  }
}
.scrolled .vid-cont .hero-vid {
  transform: scale(1.2);
}

.std-hero {
  position: relative;
  z-index: 110;
  background-color: #fff;
  margin-top: 5.375rem;
}
.page-template-page-attorneys-and-lawyers .std-hero {
  background-image: url(img/hero--bg--attorneys-and-lawyers.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
}
@media screen and (min-width: 1440px) {
  .page-template-page-attorneys-and-lawyers .std-hero {
    background-size: 90% auto;
    background-position: 100% 60%;
  }
}
.page-template-page-insights .std-hero {
  background-image: url(img/bg--insights.png);
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-position: bottom;
}
@media screen and (min-width: 721px) {
  .std-hero {
    display: flex;
  }
}
@media screen and (min-width: 1440px) {
  .std-hero {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 721px) {
  .std-hero .row-bounds {
    width: 50%;
    max-width: 45rem;
    margin-right: 0;
  }
}
.std-hero .main-header {
  padding: 2rem 0;
}
@media screen and (min-width: 721px) {
  .std-hero .main-header {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
}
@media screen and (min-width: 1260px) {
  .std-hero .main-header {
    padding: 5rem 0 10rem;
  }
}
.std-hero .main-header .small,
.std-hero .main-header .breadcrumb {
  font-size: 0.75em;
  font-family: "Styrene A Bold", sans-serif;
  line-height: 1.3333333333;
  line-height: 2;
}
.std-hero .main-header .small .seprater,
.std-hero .main-header .breadcrumb .seprater {
  display: none;
}
.std-hero .main-header .small a,
.std-hero .main-header .breadcrumb a {
  font-family: "Styrene A", sans-serif;
  margin-right: 1em;
}
.std-hero .main-header .small a:hover,
.std-hero .main-header .small a:focus,
.std-hero .main-header .small a:active,
.std-hero .main-header .breadcrumb a:hover,
.std-hero .main-header .breadcrumb a:focus,
.std-hero .main-header .breadcrumb a:active {
  color: #9540ff;
}
.std-hero .main-header .small span,
.std-hero .main-header .small a + a,
.std-hero .main-header .breadcrumb span,
.std-hero .main-header .breadcrumb a + a {
  display: inline;
  align-items: center;
}
.std-hero .main-header .small span::before,
.std-hero .main-header .small a + a::before,
.std-hero .main-header .breadcrumb span::before,
.std-hero .main-header .breadcrumb a + a::before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(img/dropdown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  transform: rotate(-90deg);
  margin-right: 1em;
  flex-shrink: 0;
  position: relative;
  top: 0.125em;
}
.std-hero .main-header h1 {
  padding-top: 2em;
}
@media screen and (min-width: 721px) {
  .std-hero .main-header h1 {
    margin-top: auto;
  }
  .single-post .std-hero .main-header h1 {
    font-size: 2.5rem;
  }
}
.std-hero .main-header p {
  margin-top: 1em;
}
@media screen and (min-width: 721px) {
  .std-hero .main-header p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1260px) {
  .std-hero .main-header p {
    font-size: 1.25rem;
  }
}
.std-hero .main-header p .btn,
.std-hero .main-header p .aside .side-serve__tags > a,
.aside .std-hero .main-header p .side-serve__tags > a,
.std-hero .main-header p .main-content .side-serve__tags > a,
.main-content .std-hero .main-header p .side-serve__tags > a {
  margin-top: 1em;
}
.std-hero__contact-details {
  margin: 0;
  list-style: none;
  font-size: 0.875rem;
  margin-top: 2em;
}
@media screen and (min-width: 1260px) {
  .std-hero__contact-details {
    margin-top: 2.5em;
  }
}
.std-hero__contact-details li {
  margin-top: 0.8571428571em;
}
.std-hero__contact-details a {
  display: flex;
  align-items: start;
  line-height: 1.625rem;
  font-family: "Styrene A", sans-serif;
}
.std-hero__contact-details a:hover,
.std-hero__contact-details a:focus,
.std-hero__contact-details a:active {
  color: #9540ff;
}
.std-hero__contact-details a .fas,
.std-hero__contact-details a .fab {
  font-size: 0.9285714286em !important;
  background-color: #9540ff;
  line-height: 2em;
  width: 2em;
  color: white;
  border-radius: 50%;
  text-align: center;
  margin-right: 0.625rem;
}
.std-hero__img {
  position: relative;
  padding-bottom: 93.75%;
}
.std-hero__img:empty {
  display: none;
}
@media screen and (min-width: 721px) {
  .std-hero__img {
    padding-bottom: clamp(0px, 46.875%, 675px);
    width: 50%;
  }
  .std-hero__img:empty {
    display: block;
  }
}
.std-hero__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.std-hero__img img.ppl-img {
  object-position: top;
}
.page-template-page-attorneys-and-lawyers .std-hero__img img {
  object-fit: contain;
  margin-top: 2em;
  max-height: 80%;
}
@media screen and (min-width: 721px) {
  .page-template-page-attorneys-and-lawyers .std-hero__img img {
    margin-top: 3em;
  }
}
@media screen and (min-width: 1260px) {
  .page-template-page-attorneys-and-lawyers .std-hero__img img {
    margin-top: 4em;
    width: auto;
  }
}
.std-hero__article-details {
  position: relative;
  top: 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (min-width: 721px) {
  .std-hero__article-details {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media screen and (min-width: 1260px) {
  .std-hero__article-details {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    right: 50%;
    display: flex;
    margin-left: 0;
    margin-right: 0;
  }
}
.std-hero__article-details-heading {
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 721px) {
  .std-hero__article-details-heading {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1260px) {
  .std-hero__article-details-heading {
    flex-grow: 1;
    text-align: center;
  }
}
.std-hero__article-details-info {
  display: flex;
}
@media screen and (min-width: 1260px) {
  .std-hero__article-details-info {
    flex-grow: 1;
    justify-content: center;
  }
}
.std-hero__article-details-read-time,
.std-hero__article-details-date-published {
  padding: 1rem;
  font-size: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 721px) {
  .std-hero__article-details-read-time,
  .std-hero__article-details-date-published {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.std-hero__article-details-read-time h6,
.std-hero__article-details-date-published h6 {
  width: 100%;
  margin-bottom: 0.25em;
}
.std-hero__article-details-read-time svg,
.std-hero__article-details-date-published svg {
  margin-right: 0.75em;
}
.std-hero__article-details-read-time {
  padding-right: 0 !important;
}
.std-hero.text-white .main-header .small span::before,
.std-hero.text-white .main-header .small a + a::before,
.std-hero.text-white .main-header .breadcrumb span::before,
.std-hero.text-white .main-header .breadcrumb a + a::before {
  background-image: url(img/dropdown--white.svg);
}

.white-hero {
  overflow: hidden;
  background: #fff;
  padding-bottom: 0;
}
.white-hero small,
.white-hero .small,
.white-hero .breadcrumb {
  display: block;
  padding-bottom: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.white-hero small .current,
.white-hero .small .current,
.white-hero .breadcrumb .current {
  display: none;
}
.white-hero small a,
.white-hero .small a,
.white-hero .breadcrumb a {
  display: inline-block;
  font-weight: 600;
}
.white-hero small a:hover,
.white-hero small a:focus,
.white-hero .small a:hover,
.white-hero .small a:focus,
.white-hero .breadcrumb a:hover,
.white-hero .breadcrumb a:focus {
  color: #fb7e44;
}

.hm-people-row .row-bounds {
  overflow: hidden;
}
.hm-people-row .cmp-button {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 721px) {
  .hm-people-row .cmp-button {
    width: auto;
    margin-top: 0;
    float: right;
  }
}

.people {
  padding: 0 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1099px) {
  .people {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .people .people-card {
    width: 48%;
    margin: 2% 0;
  }
}
@media screen and (min-width: 1100px) {
  .people .people-card {
    width: 23.5%;
    margin: 1% 2% 1% 0;
  }
  .people .people-card:nth-of-type(4n) {
    margin-right: 0;
  }
}

.ppl-details-row {
  margin-top: -30px;
  z-index: 120;
  font-size: 12px;
  margin-left: 16px;
}
.ppl-details-row .row-bounds {
  z-index: 10;
  background-color: #f2f2f2;
  position: static;
  overflow: hidden;
}
.ppl-details-row .row-bounds:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #f2f2f2;
  z-index: -1;
}
.ppl-details-row ul {
  list-style: none;
  margin: 0;
  float: left;
  padding: 15px 0;
}
.ppl-details-row ul li {
  display: block;
  overflow: hidden;
}
.ppl-details-row a {
  padding: 10px 0;
  font-size: 14px;
  color: #000;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  float: left;
}
.ppl-details-row a:hover {
  color: #fb7e44;
}
.ppl-details-row a:hover svg path {
  fill: #fb7e44;
}
.ppl-details-row .date {
  padding: 10px 0;
  font-size: 14px;
  color: #000;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  float: left;
}
.ppl-details-row svg {
  float: left;
  height: 20px;
  width: auto;
  margin-right: 10px;
}
.ppl-details-row svg path {
  -webkit-transition: fill 0.15s ease-in-out;
  -moz-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}
@media screen and (min-width: 721px) {
  .ppl-details-row {
    font-size: 14px;
    margin-top: -50px;
  }
  .ppl-details-row ul {
    padding: 30px 0;
    overflow: hidden;
  }
  .ppl-details-row ul li {
    float: left;
    padding-right: 30px;
  }
  .ppl-details-row a,
  .ppl-details-row .date {
    font-size: 14px;
  }
}

.people-hz-card {
  margin-top: 2rem;
}
@media screen and (min-width: 721px) {
  .people-hz-card {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  .people-hz-card {
    width: 100%;
  }
}
.people-hz-card-container {
  margin-top: 4rem;
}
@media screen and (min-width: 721px) {
  .people-hz-card-container {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.people-hz-card__link {
  display: flex;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.people-hz-card__link img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.people-hz-card__link:hover img,
.people-hz-card__link:focus img,
.people-hz-card__link:active img {
  transform: scale(1.125);
}
.people-hz-card__link:hover,
.people-hz-card__link:focus,
.people-hz-card__link:active {
  color: #041f30 !important;
}
@media screen and (min-width: 721px) {
  .people-hz-card__link {
    min-height: 100%;
  }
}
.people-hz-card__image {
  width: 11rem;
  max-width: 11rem;
  min-width: 11rem;
  overflow: hidden;
  position: relative;
}
.people-hz-card__image img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  min-width: 100%;
  min-height: 100%;
}
.people-hz-card .details {
  padding: 1.75rem 1.5rem;
}
@media screen and (min-width: 721px) {
  .people-hz-card .details {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.people-hz-card .details > small {
  display: block;
  font-family: "Styrene A Bold", sans-serif;
}
.people-hz-card .details > small:first-child {
  text-transform: uppercase;
}
.people-hz-card .details > small + small {
  margin-top: 0.5em;
}
.people-hz-card .details p {
  font-size: 0.875rem;
  margin-top: 1.2857142857em;
  margin-bottom: 3em;
}
.people-hz-card .details p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 721px) {
  .people-hz-card .details .faux-link {
    margin-top: auto;
  }
}

div#at20mc {
  display: none;
}

.hm-person-search {
  padding: 4.5rem 0;
}
@media screen and (min-width: 721px) {
  .hm-person-search {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1260px) {
  .hm-person-search {
    padding: 8rem 0;
  }
}
.hm-person-search__fields {
  font-size: 1.75rem;
  line-height: 1.2857142857;
}
@media screen and (min-width: 721px) {
  .hm-person-search__fields {
    max-width: 66.6666666667%;
  }
}
@media screen and (min-width: 1100px) {
  .hm-person-search__fields {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1260px) {
  .hm-person-search__fields {
    font-size: 3.75rem;
  }
}
.hm-person-search__text {
  font-family: "Styrene A Bold", sans-serif !important;
  font-size: 1em;
  line-height: inherit;
  padding: 0 !important;
  color: #041f30;
  outline: none !important;
  width: 6em !important;
  display: inline-block;
  border-bottom: solid 0.25rem #d3ffb4 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hm-person-search__text:hover::placeholder,
.hm-person-search__text:focus::placeholder,
.hm-person-search__text:active::placeholder {
  color: #9540ff;
}
.hm-person-search__text::placeholder {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #041f30;
}
.hm-person-search .custom-select {
  display: inline-block;
}
.hm-person-search .custom-select__option {
  background-color: transparent !important;
  white-space: normal;
  font-size: 0.75rem;
  padding: 0.5em 1em;
  color: #041f30;
}
@media screen and (min-width: 1100px) {
  .hm-person-search .custom-select__option {
    /* font-size: rem(18); */
    font-size: 0.875rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1260px) {
  .hm-person-search .custom-select__option {
    /* font-size: rem(24); */
    font-size: 1rem;
  }
}
.hm-person-search .custom-select__option--value {
  border: none;
  padding: 0;
  font-size: 1.75rem;
  padding-right: 0.75em;
  background-image: url(img/dropdown.svg);
  background-size: 0.5714285714em;
  background-position: right 66.6666666667%;
  background-repeat: no-repeat;
  line-height: 1.2857142857;
  font-family: "Styrene A Bold", sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hm-person-search .custom-select__option--value:hover,
.hm-person-search .custom-select__option--value:focus,
.hm-person-search .custom-select__option--value:active {
  color: #9540ff;
}
@media screen and (min-width: 1100px) {
  .hm-person-search .custom-select__option--value {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1260px) {
  .hm-person-search .custom-select__option--value {
    font-size: 3.75rem;
  }
}
.hm-person-search .custom-select__option--value::after {
  display: none;
}
.hm-person-search .custom-select__dropdown {
  border: none;
  border-radius: 0 !important;
  background-color: #d3ffb4;
  padding: 0.5rem 0;
  color: #041f30;
}
@media screen and (min-width: 1100px) {
  .hm-person-search .custom-select__dropdown {
    width: auto;
  }
}
.hm-person-search__field {
  display: inline-block;
  position: relative;
}
.hm-person-search__field::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hm-person-search__field--disabled::after {
  opacity: 0.75;
  visibility: visible;
}
.hm-person-search__footer {
  margin-top: 3.25rem;
}

.hm-insights-row {
  padding: 3.4375rem 0;
}
@media screen and (min-width: 1260px) {
  .hm-insights-row {
    padding: 5.5rem 0;
  }
}
.hm-insights-row .feature .item,
.hm-insights-row .other-two .item {
  padding: 3.125rem 16px;
  border-bottom: solid 1px #041f30;
  margin-left: -16px;
  margin-right: -16px;
}
.hm-insights-row .feature .details > small,
.hm-insights-row .other-two .details > small {
  text-transform: uppercase;
  font-family: "Styrene A Bold", sans-serif;
  display: block;
}
.hm-insights-row .feature .details h3,
.hm-insights-row .feature .details h4,
.hm-insights-row .other-two .details h3,
.hm-insights-row .other-two .details h4 {
  margin-top: 1rem;
}
.hm-insights-row .feature .details h3 a:hover,
.hm-insights-row .feature .details h3 a:focus,
.hm-insights-row .feature .details h3 a:active,
.hm-insights-row .feature .details h4 a:hover,
.hm-insights-row .feature .details h4 a:focus,
.hm-insights-row .feature .details h4 a:active,
.hm-insights-row .other-two .details h3 a:hover,
.hm-insights-row .other-two .details h3 a:focus,
.hm-insights-row .other-two .details h3 a:active,
.hm-insights-row .other-two .details h4 a:hover,
.hm-insights-row .other-two .details h4 a:focus,
.hm-insights-row .other-two .details h4 a:active {
  color: #9540ff;
}
.hm-insights-row .feature .details p,
.hm-insights-row .other-two .details p {
  margin-top: 1.5em;
}
.hm-insights-row .feature .details .read-more,
.hm-insights-row .other-two .details .read-more {
  margin-top: 2rem;
}
.hm-insights-row__read-more {
  font-family: "Styrene A Bold", sans-serif;
  text-transform: uppercase;
  margin-top: 2.8125rem;
}
.hm-insights-row__image {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 55.3595658073%;
  position: relative;
  margin-bottom: 2rem;
  overflow: hidden;
}
.hm-insights-row__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hm-insights-row__image img:hover,
.hm-insights-row__image img:focus,
.hm-insights-row__image img:active {
  transform: scale(1.125);
}
@media screen and (min-width: 721px) {
  .hm-insights-row .row-bounds {
    position: relative;
  }
  .hm-insights-row .insights {
    display: flex;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 5.5rem;
    margin-bottom: 5.5rem;
  }
  .hm-insights-row .insights .feature,
  .hm-insights-row .insights .other-two {
    flex-basis: 0;
    flex-grow: 1;
    padding-left: 24px;
    padding-right: 24px;
  }
  .hm-insights-row .insights .feature .item,
  .hm-insights-row .insights .other-two .item {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .hm-insights-row .insights .feature .item h3,
  .hm-insights-row .insights .feature .item h4,
  .hm-insights-row .insights .other-two .item h3,
  .hm-insights-row .insights .other-two .item h4 {
    margin-top: 1em;
  }
  .hm-insights-row .insights .feature .item:first-child,
  .hm-insights-row .insights .other-two .item:first-child {
    padding-top: 0;
  }
  .hm-insights-row .insights .feature .item:last-child,
  .hm-insights-row .insights .feature .item + .item,
  .hm-insights-row .insights .other-two .item:last-child,
  .hm-insights-row .insights .other-two .item + .item {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .hm-insights-row__read-more {
    position: absolute;
    top: 0.9375rem;
    right: 24px;
    margin: 0;
  }
}
@media screen and (min-width: 721px) and (min-width: 1260px) {
  .hm-insights-row__read-more {
    top: 1.5rem;
    right: 80px;
  }
}

@media screen and (min-width: 1260px) {
  .hm-insights-row .insights {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .hm-insights-row .insights .feature,
  .hm-insights-row .insights .other-two {
    flex-basis: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .hm-insights-row .insights .feature {
    width: 58.3333333333%;
    border-right: solid 1px #041f30;
  }
  .hm-insights-row .insights .other-two {
    width: 41.6666666667%;
  }
}

.sv-jurisdictions-row {
  padding-top: 3.25rem;
  padding-bottom: 4.75rem;
}
.sv-jurisdictions-row__items {
  margin-top: 3.25em;
}
@media screen and (min-width: 721px) {
  .sv-jurisdictions-row__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: 1rem;
  }
}
.sv-jurisdictions-row__item {
  margin-top: 2.25em;
}
.sv-jurisdictions-row__item > a {
  display: block;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.sv-jurisdictions-row__item > a img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sv-jurisdictions-row__item > a:hover img,
.sv-jurisdictions-row__item > a:focus img,
.sv-jurisdictions-row__item > a:active img {
  transform: scale(1.125);
}
@media screen and (min-width: 721px) {
  .sv-jurisdictions-row__item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    min-height: 100%;
  }
  .sv-jurisdictions-row__item > a {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .sv-jurisdictions-row__item {
    width: 33.3333333333%;
  }
}
.sv-jurisdictions-row__image {
  overflow: hidden;
}
.sv-jurisdictions-row__image img {
  display: block;
}
.sv-jurisdictions-row__details {
  padding: 1.75rem 1rem 1.5rem;
}
.sv-jurisdictions-row__details p {
  margin-top: 1.25em;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 721px) {
  .sv-jurisdictions-row__details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .sv-jurisdictions-row__details .faux-link {
    margin-top: auto;
  }
}

.hm-expertise-row {
  padding: 50px 0;
  z-index: 130;
  overflow-x: hidden;
}
@media screen and (min-width: 721px) {
  .hm-expertise-row {
    padding: 100px 0;
  }
}
.hm-expertise-row .tns-ovh {
  overflow: visible;
}
.hm-expertise-row .tns-outer {
  position: relative;
}
.hm-expertise-row .tns-nav {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.hm-expertise-row .tns-nav button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  background-color: #f2f2f2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 4px;
  margin-right: 4px;
}
.hm-expertise-row .tns-nav button.tns-nav-active {
  background-color: #041f30;
}
.hm-expertise-row .tns-controls {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  right: 0;
  z-index: 1;
}
.hm-expertise-row .tns-controls button {
  position: absolute;
  top: -30px;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  color: transparent;
  background-repeat: no-repeat;
  background-size: 8px auto;
}
.hm-expertise-row .tns-controls button[data-controls="prev"] {
  left: -46px;
  background-image: url("data:image/svg+xml;utf8,<svg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.47773 12.9229L8 11.4044L3.05533 6.46131L8 1.51824L6.47773 -0.000221386L5.64885e-07 6.46131L6.47773 12.9229Z' fill='black'/></svg>");
  background-position: 75% 50%;
}
.hm-expertise-row .tns-controls button[data-controls="next"] {
  right: -46px;
  background-image: url("data:image/svg+xml;utf8,<svg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.52227 2.66162e-07L-2.65496e-07 1.51846L4.94467 6.46154L-1.99405e-06 11.4046L1.52226 12.9231L8 6.46154L1.52227 2.66162e-07Z' fill='black'/></svg>");
  background-position: 25% 50%;
}
.hm-expertise-row .expertise-slider__item .details {
  position: relative;
}
.hm-expertise-row .expertise-slider__item .details h3 {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  text-align: center;
  color: #fff;
  transform: translateY(-50%);
}
.hm-expertise-row .cmp-button {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 721px) {
  .hm-expertise-row .tns-controls button {
    top: -45px;
    width: 90px;
    height: 90px;
    background-size: 12px auto;
  }
  .hm-expertise-row .tns-controls button[data-controls="prev"] {
    left: -77px;
  }
  .hm-expertise-row .tns-controls button[data-controls="next"] {
    right: -77px;
  }
  .hm-expertise-row .cmp-button {
    width: auto;
    margin-top: 0;
    float: right;
  }
}
@media screen and (min-width: 1100px) {
  .hm-expertise-row .expertise-slider {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }
  .hm-expertise-row .expertise-slider__item {
    width: 33.3333333333%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .hm-expertise-row .expertise-slider__item a {
    display: block;
    margin-bottom: 48px;
  }
  .hm-expertise-row .expertise-slider__item a .details img {
    display: block;
  }
  .hm-expertise-row .expertise-slider__item a .details h3 {
    color: #000;
    position: static;
    text-align: left;
    transform: translateY(0);
    margin-top: 1.4545454545em;
    background-image: url("data:image/svg+xml;utf8,<svg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.99984 0L7.58984 1.41L12.1698 6L7.58984 10.59L8.99984 12L14.9998 6L8.99984 0Z' fill='black'/><rect y='5' width='13' height='2' fill='black'/></svg>");
    background-repeat: no-repeat;
    background-position: right;
  }
}

.ex-expertise-row {
  padding: 50px 0;
  z-index: 1;
  position: relative;
  background-color: #f2f2f2;
}
.ex-expertise-row:after {
  content: "";
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  z-index: -1;
}
@media screen and (min-width: 721px) {
  .ex-expertise-row {
    padding: 100px 0;
  }
}

.expertise-list a {
  display: block;
  margin: 20px 0 30px;
}
.expertise-list h3 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top: 16px;
}
.expertise-list h3 svg {
  float: right;
}
.expertise-list h3 svg path,
.expertise-list h3 svg rect {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.expertise-list p {
  padding-top: 20px;
}
@media screen and (min-width: 721px) {
  .expertise-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .expertise-list a {
    width: 48%;
  }
  .expertise-list h3 {
    border-color: #fb7e44;
  }
  .expertise-list p {
    font-size: 18px;
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .expertise-list a {
    width: 30%;
  }
  .expertise-list a:hover h3 {
    color: #fb7e44;
  }
  .expertise-list a:hover h3 svg path,
  .expertise-list a:hover h3 svg rect {
    fill: #fb7e44;
  }
}

.hm-services-row {
  padding: 3.25rem 0 4.75rem;
}
@media screen and (min-width: 721px) {
  .hm-services-row {
    padding-top: 4.75rem;
  }
}
.hm-services-row .services {
  margin-top: -2.25rem;
}
.hm-services-row .services .item {
  display: block;
  padding: 1.75rem 1rem 1.5rem;
  margin-top: 2.25rem;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.hm-services-row .services .item .details p {
  margin-top: 1.25em;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 721px) {
  .hm-services-row .services {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .hm-services-row .services .item {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    width: calc(50% - 1.5rem);
  }
  .hm-services-row .services .item .details {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .hm-services-row .services .item .details .faux-link {
    margin-top: auto;
  }
}
@media screen and (min-width: 1100px) {
  .hm-services-row .services .item {
    width: calc(33.3333333333% - 1.5rem);
  }
}

.hm-featured-row .feature-block {
  margin-top: -7.5rem;
}
@media screen and (min-width: 721px) {
  .hm-featured-row .feature-block {
    display: flex;
    margin-top: -11.25rem;
  }
}
@media screen and (min-width: 1260px) {
  .hm-featured-row .feature-block {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
    margin-top: -15rem;
  }
}
.hm-featured-row .feature-text {
  padding: 2.8125rem 16px;
}
@media screen and (min-width: 721px) {
  .hm-featured-row .feature-text {
    width: 58.3333333333%;
    display: flex;
    flex-direction: column;
    padding: 4rem 3.5rem;
  }
  .hm-featured-row .feature-text > p:last-child {
    margin-top: auto;
  }
}
.hm-featured-row .img {
  padding-bottom: 69.6551724138%;
  position: relative;
}
@media screen and (min-width: 721px) {
  .hm-featured-row .img {
    width: 41.6666666667%;
    padding-bottom: 41.6666666667%;
  }
}
.hm-featured-row .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-services-expertise-regions {
  padding: 4rem 0;
}
@media screen and (min-width: 721px) {
  .hm-services-expertise-regions {
    padding: 6.5rem 0;
  }
}
@media screen and (min-width: 1260px) {
  .hm-services-expertise-regions {
    padding: 9rem 0;
  }
}
.hm-services-expertise-regions__cards {
  margin-top: -16px;
}
@media screen and (min-width: 721px) {
  .hm-services-expertise-regions__cards {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }
}
.hm-services-expertise-regions__card {
  margin-top: 16px;
  position: relative;
}
@media screen and (min-width: 721px) {
  .hm-services-expertise-regions__card {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(33.3333% - 24px);
  }
}
.hm-services-expertise-regions__toggle {
  display: flex;
  align-items: center;
  padding: 0.875rem 1.875rem 0.875rem 0.625rem;
}
@media screen and (min-width: 721px) {
  .hm-services-expertise-regions__toggle {
    display: block;
  }
}
.hm-services-expertise-regions__toggle::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.625rem;
  background-image: url(img/dropdown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.25em;
  margin-left: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 721px) {
  .hm-services-expertise-regions__toggle::after {
    display: none;
  }
}
.hm-services-expertise-regions__toggle::before {
  content: "";
  display: block;
  width: 2.1666666667em;
  height: 1.9166666667em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.625rem;
}
@media screen and (min-width: 721px) {
  .hm-services-expertise-regions__toggle::before {
    margin-bottom: 1em;
  }
}
.hm-services-expertise-regions__toggle[for="hm-services-expertise-regions__toggle--services"]::before {
  background-image: url(img/icon-services.svg);
}
.hm-services-expertise-regions__toggle[for="hm-services-expertise-regions__toggle--expertise"]::before {
  background-image: url(img/icon-expertise.svg);
}
.hm-services-expertise-regions__toggle[for="hm-services-expertise-regions__toggle--regions"]::before {
  background-image: url(img/icon-regions.svg);
}
.hm-services-expertise-regions__accordion {
  padding: 0 1.875rem;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 721px) {
  .hm-services-expertise-regions__accordion {
    max-height: 30rem;
    opacity: 1;
    visibility: visible;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.hm-services-expertise-regions__accordion ul {
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 721px) {
  .hm-services-expertise-regions__accordion ul {
    margin-top: 0.5em;
    padding-bottom: 5rem;
  }
}
.hm-services-expertise-regions__accordion ul li {
  list-style-type: none;
  margin-top: 1.5em;
}
.hm-services-expertise-regions__accordion ul li:first-child {
  margin-top: 0;
}
input[type="checkbox"]:checked ~ .hm-services-expertise-regions__accordion {
  max-height: 30rem;
  opacity: 1;
  visibility: visible;
}
.hm-services-expertise-regions__cta {
  position: absolute;
  bottom: 2rem;
  left: 1.875rem;
}
@media screen and (min-width: 721px) {
  .hm-services-expertise-regions__cta {
    left: 16px;
  }
}
.hm-services-expertise-regions
  input[type="checkbox"]:checked
  ~ h2
  .hm-services-expertise-regions__toggle::after {
  transform: scaleY(-1);
}

.hm-impact-row {
  text-align: center;
  padding-top: 11.25rem;
  padding-bottom: 6.875rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 721px) {
  .hm-impact-row {
    padding-top: 10.625rem;
    padding-bottom: 7.8125rem;
  }
}
@media screen and (min-width: 1260px) {
  .hm-impact-row {
    padding-top: 10rem;
    padding-bottom: 8.75rem;
  }
}
.hm-impact-row::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(img/bg-impact.svg);
  background-size: cover;
  background-position: center;
  animation-name: zoom-in-out;
  animation-duration: 40s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.hm-impact-row .row-bounds {
  position: relative;
  z-index: 1;
}
.hm-impact-row__count {
  font-size: 5.625rem;
  font-family: "Styrene A Bold", sans-serif;
}
@media screen and (min-width: 721px) {
  .hm-impact-row__count {
    font-size: 12.5rem;
    margin-top: -0.125em;
  }
}
@media screen and (min-width: 1260px) {
  .hm-impact-row__count {
    font-size: 18.75rem;
  }
}
.hm-impact-row h2 strong {
  text-transform: uppercase;
}
.hm-impact-row p {
  margin-top: 3.25em;
}
@media screen and (min-width: 1260px) {
  .hm-impact-row p {
    margin-top: 4em;
  }
}

.hm-helped-row {
  padding-top: 3.75rem;
  padding-bottom: 11.25rem;
}
@media screen and (min-width: 721px) {
  .hm-helped-row {
    padding-top: 5rem;
    padding-bottom: 16.25rem;
  }
}
@media screen and (min-width: 1260px) {
  .hm-helped-row {
    padding-top: 6.25rem;
    padding-bottom: 21.25rem;
  }
}
.hm-helped-row button {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.hm-helped-row .tns-outer {
  margin-top: 2.5rem;
}
@media screen and (min-width: 721px) {
  .hm-helped-row .tns-outer {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 1260px) {
  .hm-helped-row .tns-outer {
    margin-top: 3.75rem;
  }
}
.hm-helped-row .tns-ovh {
  overflow: visible;
}
.hm-helped-row .tns-slider {
  display: flex;
}
.hm-helped-row .tns-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.hm-helped-row .tns-item img {
  max-width: 100%;
  max-height: 1.5rem;
}
@media screen and (min-width: 721px) {
  .hm-helped-row .tns-item img {
    max-height: 2.5rem;
  }
}
@media screen and (min-width: 1260px) {
  .hm-helped-row .tns-item img {
    max-height: 3.5rem;
  }
}

.hm-new-to-ip-row {
  margin-top: 2.5em;
  margin-bottom: 5em;
  position: relative;
}
@media screen and (min-width: 721px) {
  .hm-new-to-ip-row {
    margin-bottom: 7em;
  }
}
.hm-new-to-ip-row::before {
  content: "";
  display: block;
  height: 0.125em;
  background-color: #041f30;
  margin-bottom: -1.25em;
}
@media screen and (min-width: 721px) {
  .hm-new-to-ip-row::before {
    margin-bottom: -1.5em;
  }
}
@media screen and (min-width: 1260px) {
  .hm-new-to-ip-row::before {
    margin-bottom: -2em;
  }
}
.hm-new-to-ip-row h2 span {
  display: inline-block;
  padding: 0 24px;
}
.hm-new-to-ip-row a {
  text-decoration: underline;
  text-transform: uppercase;
  font-family: "Styrene A", sans-serif;
  margin-top: 1.5em;
  display: inline-block;
}
.hm-new-to-ip-row a:hover,
.hm-new-to-ip-row a:focus,
.hm-new-to-ip-row a:active {
  color: #9540ff;
}

.in-related-insights-row {
  padding: 5rem 0;
  position: relative;
  z-index: 120;
}
@media screen and (min-width: 721px) {
  .in-related-insights-row {
    padding-bottom: 10rem;
  }
}
.in-related-insights-row .related-head .read-more {
  margin-top: 1em;
}
@media screen and (min-width: 721px) {
  .in-related-insights-row .related-head {
    display: flex;
    align-items: center;
  }
  .in-related-insights-row .related-head .read-more {
    margin-left: auto;
  }
}
.in-related-insights-row .related {
  margin-top: 4.5em;
}
.in-related-insights-row .related .insight-card {
  padding: 4em 0;
  border-bottom: solid 1px #041f30;
}
@media screen and (min-width: 721px) {
  .in-related-insights-row .related .insight-card {
    display: flex;
  }
}
.in-related-insights-row .related .insight-card:first-child {
  border-top: solid 1px #041f30;
}
@media screen and (min-width: 721px) {
  .in-related-insights-row .related .insight-card__main {
    width: 50%;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .in-related-insights-row .related .insight-card__main {
    width: 60%;
    padding-right: 0;
    display: flex;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.in-related-insights-row .related .insight-card__main .img > a {
  display: block;
  overflow: hidden;
}
.in-related-insights-row .related .insight-card__main .img img {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.in-related-insights-row .related .insight-card__main .img img:hover,
.in-related-insights-row .related .insight-card__main .img img:focus,
.in-related-insights-row .related .insight-card__main .img img:active {
  transform: scale(1.125);
}
@media screen and (min-width: 1100px) {
  .in-related-insights-row .related .insight-card__main .img {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 41.6666666667%;
  }
}
.in-related-insights-row .related .insight-card .details {
  margin-top: 1em;
}
@media screen and (min-width: 721px) {
  .in-related-insights-row .related .insight-card .details {
    margin-top: 0;
    width: 50%;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .in-related-insights-row .related .insight-card .details {
    width: 30%;
    margin-left: auto;
    padding-left: 0;
    margin-top: 2.1875rem;
  }
}
.in-related-insights-row .related .insight-card .details .read-more {
  margin-top: 2rem;
}
.in-related-insights-row .related .insight-card__titles > small {
  text-transform: uppercase;
  font-family: "Styrene A Bold", sans-serif;
  display: block;
  margin-top: 2rem;
}
@media screen and (min-width: 1100px) {
  .in-related-insights-row .related .insight-card__titles > small {
    margin-top: 0;
  }
}
.in-related-insights-row .related .insight-card__titles > h3,
.in-related-insights-row .related .insight-card__titles > h4 {
  margin-top: 1rem;
}
.in-related-insights-row .related .insight-card__titles > h3 a:hover,
.in-related-insights-row .related .insight-card__titles > h3 a:focus,
.in-related-insights-row .related .insight-card__titles > h3 a:active,
.in-related-insights-row .related .insight-card__titles > h4 a:hover,
.in-related-insights-row .related .insight-card__titles > h4 a:focus,
.in-related-insights-row .related .insight-card__titles > h4 a:active {
  color: #9540ff;
}
@media screen and (min-width: 1100px) {
  .in-related-insights-row .related .insight-card__titles {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 58.3333333333%;
  }
}

.one-column-row,
.two-columns-row {
  padding: 3.4375rem 0 6.25rem;
}
.two-columns-row + .two-columns-row {
  padding-top: 0;
}
.two-columns-row + .fifty-fifty-row {
  padding-top: 0;
}
@media screen and (min-width: 721px) {
  .one-column-row,
  .two-columns-row {
    padding: 5.3125rem 0 12.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .two-columns-row .row-bounds {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .two-columns-row .aside {
    width: 30%;
  }
  .two-columns-row .content {
    width: 60%;
  }
}

.aside,
.main-content {
  padding-top: 50px;
  font-size: 16px;
}
article + .aside {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 721px) {
  article + .aside {
    margin-top: 5.3125rem;
  }
}
.aside h2:first-child,
.main-content h2:first-child {
  margin-top: 0;
}
.aside hr,
.main-content hr {
  background: #041f30;
  margin: 50px 0;
}
.aside .side-serve h3 a,
.main-content .side-serve h3 a {
  padding: 0;
}
.aside .side-serve__tags,
.main-content .side-serve__tags {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
  display: flex;
  flex-wrap: wrap;
}
.aside .side-serve__tags > h4,
.main-content .side-serve__tags > h4 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  width: 100%;
  margin-top: 1.3333333333em;
  margin-bottom: 0.25em;
  font-family: "Styrene A Bold", sans-serif;
}
.aside .side-serve__tags > a,
.main-content .side-serve__tags > a {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  margin-top: 1.25em;
  font-size: 0.75rem;
}
@media screen and (min-width: 721px) {
  .aside,
  .main-content {
    font-size: 18px;
  }
  .aside a svg rect,
  .aside a svg path,
  .main-content a svg rect,
  .main-content a svg path {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .aside a:hover,
  .main-content a:hover {
    color: #9540ff;
    border-color: #9540ff;
  }
  .aside a:hover svg rect,
  .aside a:hover svg path,
  .main-content a:hover svg rect,
  .main-content a:hover svg path {
    fill: #fb7e44;
  }
}
@media screen and (min-width: 1100px) {
  .aside,
  .main-content {
    padding-top: 0;
  }
}

.aside > a:not([class]) {
  display: inline;
}
.aside > a:not([class])::before {
  content: "\A";
  white-space: pre;
  display: block;
  height: 0.6111111111em;
}
.aside > h3:not([class]) + h4,
.aside > a:not([class]) + h4 {
  margin-top: 2em;
}
.aside > p {
  margin-top: 1.5em;
}
.aside > h3:first-child {
  margin-top: 0;
}
.aside > h3 + p {
  margin-top: 1.75em;
}
.aside > .view-more {
  text-align: right;
  margin-top: 2.75rem;
}
.aside .contact-block {
  padding: 1.5em 1rem;
}
.aside .contact-block:not(:first-child) {
  margin-top: 4em;
}

.page-button-heading {
  font-family: "Styrene A Bold", sans-serif;
  font-size: 1.25rem;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  position: relative;
}
.page-button-heading::before {
  content: "";
  display: block;
  width: 0.375rem;
  position: absolute;
  left: 0;
  top: 0.55em;
  bottom: 0.55em;
  background-color: #00d37f;
}

.page-button-nav {
  margin: 0;
  list-style: none;
  font-size: 1.25rem;
}
.page-button-nav::marker {
  display: none;
}
.page-button-nav li {
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  font-family: "Styrene A", sans-serif;
}
.page-button-nav li:not(:first-child) {
  border-top: solid 1px #041f30;
}
.page-button-nav li.current_page_item {
  display: none;
}

.ppl-search-row {
  padding: 3rem 0;
  background-image: url(img/bg-ppl-search-row--sm.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
}
@media screen and (min-width: 721px) {
  .ppl-search-row {
    padding: 4.5rem 0;
    background-image: url(img/bg-ppl-search-row--lg.png);
    background-size: auto 100%;
    background-position: right;
  }
}
@media screen and (min-width: 1260px) {
  .ppl-search-row {
    padding: 6rem 0;
  }
}
.ppl-search-row__reset {
  margin-top: 3em;
}
.ppl-search-row .searchandfilter ul {
  margin: 0;
}
@media screen and (min-width: 721px) {
  .ppl-search-row .searchandfilter ul {
    width: 50%;
  }
}
@media screen and (min-width: 1260px) {
  .ppl-search-row .searchandfilter ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.ppl-search-row .searchandfilter ul .sf-field-search h4 {
  display: none;
}
.ppl-search-row
  .searchandfilter
  ul
  .sf-field-search:first-child
  > label::before {
  content: "Search by name";
}
@media screen and (min-width: 1260px) {
  .ppl-search-row .searchandfilter ul .sf-field-search {
    width: 100%;
  }
}
.ppl-search-row .searchandfilter ul .sf-field-tag:nth-child(3) > label::before {
  content: "Filter by Solutions";
}
.ppl-search-row .searchandfilter ul .sf-field-tag:nth-child(4) > label::before {
  content: "Filter by Industries";
}
.ppl-search-row
  .searchandfilter
  ul
  .sf-field-post-meta-location
  > label::before {
  content: "Filter by Locations";
}
.ppl-search-row .searchandfilter ul .sf-field-search,
.ppl-search-row .searchandfilter ul .sf-field-tag,
.ppl-search-row .searchandfilter ul .sf-field-post-meta-location,
.ppl-search-row .searchandfilter ul .sf-field-reset {
  padding: 0;
  margin: 1.5em 0 0;
}
.ppl-search-row .searchandfilter ul .sf-field-search:first-child,
.ppl-search-row .searchandfilter ul .sf-field-tag:first-child,
.ppl-search-row .searchandfilter ul .sf-field-reset:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1260px) {
  .ppl-search-row .searchandfilter ul .sf-field-search,
  .ppl-search-row .searchandfilter ul .sf-field-tag,
  .ppl-search-row .searchandfilter ul .sf-field-post-meta-location {
    width: 50%;
  }
  .ppl-search-row .searchandfilter ul .sf-field-search,
  .ppl-search-row .searchandfilter ul .sf-field-tag:nth-child(3) {
    padding-right: 0.875rem;
  }
  .ppl-search-row .searchandfilter ul .sf-field-tag:nth-child(4),
  .ppl-search-row .searchandfilter ul .sf-field-post-meta-location {
    padding-left: 0.875rem;
  }
  .ppl-search-row .searchandfilter ul .sf-field-search:first-child {
    margin-top: 1.5em;
  }
}
.ppl-search-row .searchandfilter ul .sf-field-search > label,
.ppl-search-row .searchandfilter ul .sf-field-tag > label,
.ppl-search-row .searchandfilter ul .sf-field-post-meta-location > label,
.ppl-search-row .searchandfilter ul .sf-field-reset > label {
  display: block;
  position: relative;
}
.ppl-search-row .searchandfilter ul .sf-field-search > label::before,
.ppl-search-row .searchandfilter ul .sf-field-tag > label::before,
.ppl-search-row
  .searchandfilter
  ul
  .sf-field-post-meta-location
  > label::before,
.ppl-search-row .searchandfilter ul .sf-field-reset > label::before {
  display: block;
  margin-bottom: 0.75rem;
}
.ppl-search-row .searchandfilter ul .sf-field-search > label::after,
.ppl-search-row .searchandfilter ul .sf-field-tag > label::after,
.ppl-search-row .searchandfilter ul .sf-field-post-meta-location > label::after,
.ppl-search-row .searchandfilter ul .sf-field-reset > label::after {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #041f30;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ppl-search-row .searchandfilter ul .sf-field-search > label .sf-input-text,
.ppl-search-row .searchandfilter ul .sf-field-search > label .sf-input-select,
.ppl-search-row .searchandfilter ul .sf-field-search > label .sf-input-text,
.ppl-search-row .searchandfilter ul .sf-field-search > label .sf-input-select,
.ppl-search-row .searchandfilter ul .sf-field-tag > label .sf-input-text,
.ppl-search-row .searchandfilter ul .sf-field-tag > label .sf-input-select,
.ppl-search-row .searchandfilter ul .sf-field-tag > label .sf-input-text,
.ppl-search-row .searchandfilter ul .sf-field-tag > label .sf-input-select,
.ppl-search-row
  .searchandfilter
  ul
  .sf-field-post-meta-location
  > label
  .sf-input-text,
.ppl-search-row
  .searchandfilter
  ul
  .sf-field-post-meta-location
  > label
  .sf-input-select,
.ppl-search-row
  .searchandfilter
  ul
  .sf-field-post-meta-location
  > label
  .sf-input-text,
.ppl-search-row
  .searchandfilter
  ul
  .sf-field-post-meta-location
  > label
  .sf-input-select,
.ppl-search-row .searchandfilter ul .sf-field-reset > label .sf-input-text,
.ppl-search-row .searchandfilter ul .sf-field-reset > label .sf-input-select,
.ppl-search-row .searchandfilter ul .sf-field-reset > label .sf-input-text,
.ppl-search-row .searchandfilter ul .sf-field-reset > label .sf-input-select {
  width: 100%;
  padding: 0.75rem 1.5rem;
  height: 3rem;
  border: none;
  border-radius: 1.5rem;
  color: #041f30;
  appearance: none;
  font-family: "Styrene A", sans-serif;
}
.ppl-search-row .searchandfilter ul .sf-field-search > label .sf-input-select,
.ppl-search-row .searchandfilter ul .sf-field-search > label .sf-input-select,
.ppl-search-row .searchandfilter ul .sf-field-tag > label .sf-input-select,
.ppl-search-row .searchandfilter ul .sf-field-tag > label .sf-input-select,
.ppl-search-row
  .searchandfilter
  ul
  .sf-field-post-meta-location
  > label
  .sf-input-select,
.ppl-search-row
  .searchandfilter
  ul
  .sf-field-post-meta-location
  > label
  .sf-input-select,
.ppl-search-row .searchandfilter ul .sf-field-reset > label .sf-input-select,
.ppl-search-row .searchandfilter ul .sf-field-reset > label .sf-input-select {
  background-image: url(img/dropdown.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25rem) 50%;
}
.ppl-search-row .searchandfilter ul .sf-field-search.disabled > label::after,
.ppl-search-row .searchandfilter ul .sf-field-tag.disabled > label::after,
.ppl-search-row
  .searchandfilter
  ul
  .sf-field-post-meta-location.disabled
  > label::after,
.ppl-search-row .searchandfilter ul .sf-field-reset.disabled > label::after {
  visibility: visible;
  opacity: 0.75;
}
.ppl-search-row .searchandfilter ul .sf-field-reset {
  margin-top: 3em;
}

.ppl-results-row__filters,
.in-results-row__filters,
.ex-key-contacts-row__filters {
  padding-top: 1em;
}
.ppl-results-row__filters--active,
.in-results-row__filters--active,
.ex-key-contacts-row__filters--active {
  padding-top: 5rem;
}
.search-filter-results {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 721px) {
  .ppl-results-row .search-filter-results,
  .in-results-row .search-filter-results,
  .ex-key-contacts-row .search-filter-results {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: 1.5rem;
  }
}
.ppl-results-row .search-filter-results .people-card,
.ppl-results-row .search-filter-results .insight-card,
.in-results-row .search-filter-results .people-card,
.in-results-row .search-filter-results .insight-card,
.ex-key-contacts-row .search-filter-results .people-card,
.ex-key-contacts-row .search-filter-results .insight-card {
  display: block;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 2.5rem;
}
.ppl-results-row .search-filter-results .people-card:hover,
.ppl-results-row .search-filter-results .people-card:focus,
.ppl-results-row .search-filter-results .people-card:active,
.ppl-results-row .search-filter-results .insight-card:hover,
.ppl-results-row .search-filter-results .insight-card:focus,
.ppl-results-row .search-filter-results .insight-card:active,
.in-results-row .search-filter-results .people-card:hover,
.in-results-row .search-filter-results .people-card:focus,
.in-results-row .search-filter-results .people-card:active,
.in-results-row .search-filter-results .insight-card:hover,
.in-results-row .search-filter-results .insight-card:focus,
.in-results-row .search-filter-results .insight-card:active,
.ex-key-contacts-row .search-filter-results .people-card:hover,
.ex-key-contacts-row .search-filter-results .people-card:focus,
.ex-key-contacts-row .search-filter-results .people-card:active,
.ex-key-contacts-row .search-filter-results .insight-card:hover,
.ex-key-contacts-row .search-filter-results .insight-card:focus,
.ex-key-contacts-row .search-filter-results .insight-card:active {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}
.ppl-results-row .search-filter-results .people-card:hover .details,
.ppl-results-row .search-filter-results .people-card:focus .details,
.ppl-results-row .search-filter-results .people-card:active .details,
.ppl-results-row .search-filter-results .insight-card:hover .details,
.ppl-results-row .search-filter-results .insight-card:focus .details,
.ppl-results-row .search-filter-results .insight-card:active .details,
.in-results-row .search-filter-results .people-card:hover .details,
.in-results-row .search-filter-results .people-card:focus .details,
.in-results-row .search-filter-results .people-card:active .details,
.in-results-row .search-filter-results .insight-card:hover .details,
.in-results-row .search-filter-results .insight-card:focus .details,
.in-results-row .search-filter-results .insight-card:active .details,
.ex-key-contacts-row .search-filter-results .people-card:hover .details,
.ex-key-contacts-row .search-filter-results .people-card:focus .details,
.ex-key-contacts-row .search-filter-results .people-card:active .details,
.ex-key-contacts-row .search-filter-results .insight-card:hover .details,
.ex-key-contacts-row .search-filter-results .insight-card:focus .details,
.ex-key-contacts-row .search-filter-results .insight-card:active .details {
  background-color: #d3ffb4;
}
.ppl-results-row .search-filter-results .people-card:hover .details p.faux-link,
.ppl-results-row .search-filter-results .people-card:focus .details p.faux-link,
.ppl-results-row
  .search-filter-results
  .people-card:active
  .details
  p.faux-link,
.ppl-results-row
  .search-filter-results
  .insight-card:hover
  .details
  p.faux-link,
.ppl-results-row
  .search-filter-results
  .insight-card:focus
  .details
  p.faux-link,
.ppl-results-row
  .search-filter-results
  .insight-card:active
  .details
  p.faux-link,
.in-results-row .search-filter-results .people-card:hover .details p.faux-link,
.in-results-row .search-filter-results .people-card:focus .details p.faux-link,
.in-results-row .search-filter-results .people-card:active .details p.faux-link,
.in-results-row .search-filter-results .insight-card:hover .details p.faux-link,
.in-results-row .search-filter-results .insight-card:focus .details p.faux-link,
.in-results-row
  .search-filter-results
  .insight-card:active
  .details
  p.faux-link,
.ex-key-contacts-row
  .search-filter-results
  .people-card:hover
  .details
  p.faux-link,
.ex-key-contacts-row
  .search-filter-results
  .people-card:focus
  .details
  p.faux-link,
.ex-key-contacts-row
  .search-filter-results
  .people-card:active
  .details
  p.faux-link,
.ex-key-contacts-row
  .search-filter-results
  .insight-card:hover
  .details
  p.faux-link,
.ex-key-contacts-row
  .search-filter-results
  .insight-card:focus
  .details
  p.faux-link,
.ex-key-contacts-row
  .search-filter-results
  .insight-card:active
  .details
  p.faux-link {
  color: #041f30;
  font-family: "Styrene A Bold", sans-serif;
}
@media screen and (min-width: 721px) {
  .ppl-results-row .search-filter-results .people-card,
  .ppl-results-row .search-filter-results .insight-card,
  .in-results-row .search-filter-results .people-card,
  .in-results-row .search-filter-results .insight-card,
  .ex-key-contacts-row .search-filter-results .people-card,
  .ex-key-contacts-row .search-filter-results .insight-card {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    width: calc(50% - 1.5rem);
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .ppl-results-row .search-filter-results .people-card,
  .ppl-results-row .search-filter-results .insight-card,
  .in-results-row .search-filter-results .people-card,
  .in-results-row .search-filter-results .insight-card,
  .ex-key-contacts-row .search-filter-results .people-card,
  .ex-key-contacts-row .search-filter-results .insight-card {
    width: calc(33.3333333333% - 1.5rem);
  }
}
.ppl-results-row .search-filter-results .people-card .img,
.ppl-results-row .search-filter-results .insight-card .img,
.in-results-row .search-filter-results .people-card .img,
.in-results-row .search-filter-results .insight-card .img,
.ex-key-contacts-row .search-filter-results .people-card .img,
.ex-key-contacts-row .search-filter-results .insight-card .img {
  position: relative;
  padding-bottom: 79.3103448276%;
  overflow: hidden;
}
@media screen and (min-width: 721px) {
  .ppl-results-row .search-filter-results .people-card .img,
  .ppl-results-row .search-filter-results .insight-card .img,
  .in-results-row .search-filter-results .people-card .img,
  .in-results-row .search-filter-results .insight-card .img,
  .ex-key-contacts-row .search-filter-results .people-card .img,
  .ex-key-contacts-row .search-filter-results .insight-card .img {
    padding-bottom: 65.7142857143%;
  }
}
@media screen and (min-width: 1100px) {
  .ppl-results-row .search-filter-results .people-card .img,
  .ppl-results-row .search-filter-results .insight-card .img,
  .in-results-row .search-filter-results .people-card .img,
  .in-results-row .search-filter-results .insight-card .img,
  .ex-key-contacts-row .search-filter-results .people-card .img,
  .ex-key-contacts-row .search-filter-results .insight-card .img {
    padding-bottom: 56.0975609756%;
  }
}
.ppl-results-row .search-filter-results .people-card .img img,
.ppl-results-row .search-filter-results .insight-card .img img,
.in-results-row .search-filter-results .people-card .img img,
.in-results-row .search-filter-results .insight-card .img img,
.ex-key-contacts-row .search-filter-results .people-card .img img,
.ex-key-contacts-row .search-filter-results .insight-card .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.ppl-results-row .search-filter-results .people-card .details,
.ppl-results-row .search-filter-results .insight-card .details,
.in-results-row .search-filter-results .people-card .details,
.in-results-row .search-filter-results .insight-card .details,
.ex-key-contacts-row .search-filter-results .people-card .details,
.ex-key-contacts-row .search-filter-results .insight-card .details {
  padding: 1.75rem 1rem 1.5rem;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ppl-results-row .search-filter-results .people-card .details small,
.ppl-results-row .search-filter-results .insight-card .details small,
.in-results-row .search-filter-results .people-card .details small,
.in-results-row .search-filter-results .insight-card .details small,
.ex-key-contacts-row .search-filter-results .people-card .details small,
.ex-key-contacts-row .search-filter-results .insight-card .details small {
  text-transform: uppercase;
  font-family: "Styrene A Bold", sans-serif;
  display: block;
}
.ppl-results-row .search-filter-results .people-card .details h3,
.ppl-results-row .search-filter-results .people-card .details h4,
.ppl-results-row .search-filter-results .insight-card .details h3,
.ppl-results-row .search-filter-results .insight-card .details h4,
.in-results-row .search-filter-results .people-card .details h3,
.in-results-row .search-filter-results .people-card .details h4,
.in-results-row .search-filter-results .insight-card .details h3,
.in-results-row .search-filter-results .insight-card .details h4,
.ex-key-contacts-row .search-filter-results .people-card .details h3,
.ex-key-contacts-row .search-filter-results .people-card .details h4,
.ex-key-contacts-row .search-filter-results .insight-card .details h3,
.ex-key-contacts-row .search-filter-results .insight-card .details h4 {
  margin-top: 1.5rem;
}
.ppl-results-row .search-filter-results .people-card .details p,
.ppl-results-row .search-filter-results .insight-card .details p,
.in-results-row .search-filter-results .people-card .details p,
.in-results-row .search-filter-results .insight-card .details p,
.ex-key-contacts-row .search-filter-results .people-card .details p,
.ex-key-contacts-row .search-filter-results .insight-card .details p {
  margin-top: 1.25rem;
}
.ppl-results-row .search-filter-results .people-card .details p.faux-link,
.ppl-results-row .search-filter-results .insight-card .details p.faux-link,
.in-results-row .search-filter-results .people-card .details p.faux-link,
.in-results-row .search-filter-results .insight-card .details p.faux-link,
.ex-key-contacts-row .search-filter-results .people-card .details p.faux-link,
.ex-key-contacts-row .search-filter-results .insight-card .details p.faux-link {
  margin-top: 2.5rem;
}
@media screen and (min-width: 721px) {
  .ppl-results-row .search-filter-results .people-card .details,
  .ppl-results-row .search-filter-results .insight-card .details,
  .in-results-row .search-filter-results .people-card .details,
  .in-results-row .search-filter-results .insight-card .details,
  .ex-key-contacts-row .search-filter-results .people-card .details,
  .ex-key-contacts-row .search-filter-results .insight-card .details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .ppl-results-row .search-filter-results .people-card .details p.faux-link,
  .ppl-results-row .search-filter-results .insight-card .details p.faux-link,
  .in-results-row .search-filter-results .people-card .details p.faux-link,
  .in-results-row .search-filter-results .insight-card .details p.faux-link,
  .ex-key-contacts-row .search-filter-results .people-card .details p.faux-link,
  .ex-key-contacts-row
    .search-filter-results
    .insight-card
    .details
    p.faux-link {
    margin-top: 0;
    padding-top: 2.5rem;
    margin-top: auto;
  }
}

.search-filter-results::after {
  content: "";
}
.search-filter-results-list + .search-filter-results::after {
  display: none;
}
.search-filter-results-list,
.search-filter-results::after {
  width: 100%;
  padding-bottom: 5rem;
  padding-top: 20px;
}
@media screen and (min-width: 721px) {
  .search-filter-results-list,
  .search-filter-results::after {
    padding-bottom: 6.875rem;
  }
  .search-filter-results-list .no {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    color: transparent;
    font-size: 1px;
  }
  .search-filter-results-list .no::before {
    color: #041f30;
    font-size: 1rem;
    content: "No one found under that name - Try looking by Services or Expertise.";
  }
}
@media screen and (min-width: 1100px) {
  .search-filter-results-list,
  .search-filter-results::after {
    padding-bottom: 8.75rem;
  }
}
.search-filter-results-list + .search-filter-results-list {
  display: none;
}
.search-filter-results-list > p {
  color: #828282;
}
.search-filter-results-list .no-more {
  display: none;
}

.insight-card + .search-filter-results-list .no,
.people-card + .search-filter-results-list .no {
  display: none;
}
.insight-card + .search-filter-results-list .no-more,
.people-card + .search-filter-results-list .no-more {
  display: block;
}

.in-search-row {
  padding: 4rem 0;
}
.in-search-row .searchandfilter > ul {
  margin: 0;
}
@media screen and (min-width: 1100px) {
  .in-search-row .searchandfilter > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.in-search-row .searchandfilter .sf-field-tag,
.in-search-row .searchandfilter .sf-field-reset {
  padding: 0;
}
.in-search-row .searchandfilter .sf-field-tag > label,
.in-search-row .searchandfilter .sf-field-reset > label {
  display: block;
  position: relative;
}
.in-search-row .searchandfilter .sf-field-tag {
  margin: 1.5em 0 0;
}
@media screen and (min-width: 1100px) {
  .in-search-row .searchandfilter .sf-field-tag {
    order: 1;
    margin-top: 0;
    margin-left: 1.5rem;
    width: 18.75rem;
  }
  .in-search-row .searchandfilter .sf-field-tag:first-child {
    margin-left: 0;
  }
  .in-search-row .searchandfilter .sf-field-tag + .sf-field-tag {
    margin-top: 2.125em;
  }
}
.in-search-row .searchandfilter .sf-field-tag > label::before {
  display: block;
  margin-bottom: 0.75rem;
}
.in-search-row .searchandfilter .sf-field-tag > label::after {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.in-search-row .searchandfilter .sf-field-tag.disabled > label::after {
  visibility: visible;
  opacity: 0.75;
}
.in-search-row .searchandfilter .sf-field-tag:first-child {
  margin-top: 0;
}
.in-search-row .searchandfilter .sf-field-tag:first-child > label::before {
  content: "Filter by Solutions";
}
.in-search-row .searchandfilter .sf-field-tag:nth-child(3) > label::before {
  content: "Filter by Industries";
}
.in-search-row .searchandfilter .sf-field-reset {
  margin-top: 2rem;
}
@media screen and (min-width: 1100px) {
  .in-search-row .searchandfilter .sf-field-reset {
    order: 2;
    margin-left: auto;
  }
}
.in-search-row .searchandfilter .sf-field-category {
  padding: 0;
  margin-top: 2rem;
}
.in-search-row .searchandfilter .sf-field-category ul li {
  padding: 0;
  font-family: "Styrene A", sans-serif;
  margin-top: 1em;
}
.in-search-row .searchandfilter .sf-field-category ul li .sf-input-radio {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.in-search-row .searchandfilter .sf-field-category ul li .sf-label-radio {
  padding: 0;
  cursor: pointer;
}
.in-search-row .searchandfilter .sf-field-category ul li .sf-label-radio:hover,
.in-search-row .searchandfilter .sf-field-category ul li .sf-label-radio:focus,
.in-search-row
  .searchandfilter
  .sf-field-category
  ul
  li
  .sf-label-radio:active {
  color: #9540ff;
}
.in-search-row .searchandfilter .sf-field-category ul li.sf-option-active {
  font-family: "Styrene A Bold", sans-serif;
}
@media screen and (min-width: 1100px) {
  .in-search-row .searchandfilter .sf-field-category {
    order: 3;
    width: 100%;
  }
  .in-search-row .searchandfilter .sf-field-category ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .in-search-row .searchandfilter .sf-field-category ul li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.in-search-row .searchandfilter .sf-input-select {
  width: 100%;
  padding: 0.75rem 1.5rem;
  height: 3rem;
  border: none;
  border-radius: 1.5rem;
  color: #041f30;
  appearance: none;
  background-color: #f8f4f4;
  background-image: url(img/dropdown.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.25rem) 50%;
  font-family: "Styrene A", sans-serif;
}

.sv-impact-row {
  padding-top: 4rem;
  padding-bottom: 6.25rem;
  position: relative;
  overflow: hidden;
}
.sv-impact-row::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(img/bg--sv-impact-row.svg);
  background-size: cover;
  background-position: center;
  animation-name: zoom-in-out;
  animation-duration: 40s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.sv-impact-row .row-bounds {
  position: relative;
  z-index: 1;
}
.sv-impact-row__item {
  margin-top: 3.25rem;
}
.sv-impact-row__item p {
  margin-top: 0.5em;
}
.sv-impact-row__count {
  font-size: 3.75rem;
  font-family: "Styrene A Bold", sans-serif;
}
@media screen and (min-width: 721px) {
  .sv-impact-row__items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .sv-impact-row__item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
  }
}
@media screen and (min-width: 1260px) {
  .sv-impact-row__item {
    width: 25%;
  }
}

.ex-key-contacts-row {
  padding-bottom: 5rem;
  position: relative;
  z-index: 120;
}
@media screen and (min-width: 721px) {
  .ex-key-contacts-row {
    padding-bottom: 10rem;
  }
}
.ex-key-contacts-row__head .read-more {
  margin-top: 1em;
}
@media screen and (min-width: 721px) {
  .ex-key-contacts-row__head {
    display: flex;
    align-items: center;
  }
  .ex-key-contacts-row__head .read-more {
    margin-left: auto;
  }
}

#wp-admin-bar-wp-logo,
#wp-admin-bar-updates,
#wp-admin-bar-new-content,
#wp-admin-bar-wpseo-menu {
  display: none;
}

/*# sourceMappingURL=style.css.map */
