/*
Theme Name: PairMe
Theme URI: https://appliedimagination.com/
Description: A custom theme built by the team at Applied Imagination.
Author: Applied Imagination
Version: 2.0
*/
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

.pum-container {
  width: 100% important;
  max-width: 660px !important;
  padding: 80px 60px !important;
}

.pum-content {
  color: #000000 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.pum-content + .pum-close {
  top: 25px !important;
  right: 25px !important;
}

.pum-title {
  padding-right: 40px;
}

.left-align {
  text-align: left !important;
}

.center-align {
  text-align: center !important;
}

.right-align {
  text-align: right !important;
}

.justify-align {
  text-align: justify !important;
}

.top-align {
  vertical-align: top !important;
}

.middle-align {
  vertical-align: middle !important;
}

.bottom-align {
  vertical-align: bottom !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-right {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.no-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.no-left {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

@font-face {
  font-family: "pairme-icons";
  src: url("assets/fonts/pairme-icons.eot?vhtelv");
  src: url("assets/fonts/pairme-icons.eot?vhtelv#iefix") format("embedded-opentype"), url("assets/fonts/pairme-icons.ttf?vhtelv") format("truetype"), url("assets/fonts/pairme-icons.woff?vhtelv") format("woff"), url("assets/fonts/pairme-icons.svg?vhtelv#pairme-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "pairme-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-arrow-drop-down:before {
  content: "\e907";
}

.icon-blockquote-quote:before {
  content: "\e906";
}

.icon-chevron-down:before {
  content: "\e905";
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-button-play:before {
  content: "\e902";
}

.icon-chevron-left:before {
  content: "\e903";
}

.icon-chevron-right:before {
  content: "\e904";
}

/* Defaults */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background: #fff;
  color: #000000;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  min-width: 320px;
}
.nav-on body {
  overflow: hidden;
}
@media (max-width: 1079px) {
  body {
    overscroll-behavior: unset !important;
    overflow: unset !important;
  }
}

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

section,
.module {
  margin: 100px 0;
}
section:last-of-type,
.module:last-of-type {
  margin-bottom: 0px;
}
@media (max-width: 1679px) {
  section,
  .module {
    margin: 60px 0;
  }
}
@media (max-width: 1079px) {
  section,
  .module {
    margin: 45px 0;
  }
}

.wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1304px;
  padding: 0 40px;
}
.wrapper.thin {
  max-width: 1162px;
}

@media (max-width: 1199px) {
  .wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  .wrapper {
    padding: 0 20px;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Merriweather", serif;
  color: #027dad;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.2;
  letter-spacing: 0em;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1, .h1 {
  color: #000000;
  font-size: 48px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-size: 36px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 22px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 24px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 45px 0 28px;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  font-size: 28px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 45px 0 25px;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 20px;
  }
}

p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 0 40px 0;
}
ul li {
  margin-bottom: 15px;
}
ul li::marker {
  color: #027dad;
}
ul li:last-child {
  margin-bottom: 0;
}
ul:last-child {
  margin-bottom: 0;
}

ol {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 0 40px 0;
}
ol li {
  margin-bottom: 15px;
}
ol li::marker {
  color: #027dad;
}
ol li:last-child {
  margin-bottom: 0;
}
ol:last-child {
  margin-bottom: 0;
}

blockquote {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0 0 1em;
  padding: 0 0 0 125px;
  position: relative;
}
blockquote:before {
  content: "\e906";
  color: #6cbd45;
  font-family: "pairme-icons";
  font-size: 44px;
  font-style: normal !important;
  position: absolute;
  top: 12px;
  left: 18px;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote strong {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7em;
  font-style: normal !important;
}
blockquote em {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  font-style: normal !important;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #dee5ef;
  background-image: none;
  border-radius: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4em;
  min-height: 48px;
  padding: 13px 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent !important;
}
.button:active {
  background-color: inherit !important;
  color: inherit !important;
  opacity: 1 !important;
}
.button.primary {
  background-color: #dee5ef;
  color: #293854;
}
.button.primary:hover, .button.primary:focus {
  text-decoration: none;
  background-color: #6cbd45;
}
.button.secondary {
  background-color: #027dad;
  color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
  text-decoration: none;
  background-color: #6cbd45;
}
.button.tertiary {
  background-color: #fff;
  color: #000000;
  width: 100%;
  font-weight: 600;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 130px;
  font-size: 26px;
  border-radius: 40px;
  border-style: none solid solid solid;
  border-color: #6cbd45;
  border-width: 0 0 6px 0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 68px;
}
@media (max-width: 767px) {
  .button.tertiary {
    font-size: 22px;
    min-height: 100px;
    padding: 25px 16px;
  }
}
@media (max-width: 1079px) {
  .button {
    height: 36px;
    min-width: 120px;
    font-size: 14px;
  }
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 23px;
  -moz-column-gap: 23px;
  column-gap: 23px;
  row-gap: 35px;
}
@media (max-width: 1079px) {
  .insights-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .insights-grid {
    grid-template-columns: 100%;
  }
}

.site-content {
  margin-top: 89px;
}
@media (max-width: 1079px) {
  .site-content {
    margin-top: 60px;
  }
}

figure.ace-figure, .content-home-hero-block figure.image, div.ace-figure, .content-home-hero-block div.image {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 25px;
}
figure.ace-figure.static, .content-home-hero-block figure.static.image, div.ace-figure.static, .content-home-hero-block div.static.image {
  position: static;
}
figure.ace-figure.static .placeholder, .content-home-hero-block figure.static.image .placeholder, div.ace-figure.static .placeholder, .content-home-hero-block div.static.image .placeholder {
  display: none;
}
figure.ace-figure.static .display, .content-home-hero-block figure.static.image .display, div.ace-figure.static .display, .content-home-hero-block div.static.image .display {
  position: static;
  background-color: transparent;
}
figure.ace-figure.static .display img, .content-home-hero-block figure.static.image .display img, div.ace-figure.static .display img, .content-home-hero-block div.static.image .display img {
  position: static;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 0;
}
figure.ace-figure .placeholder, .content-home-hero-block figure.image .placeholder, div.ace-figure .placeholder, .content-home-hero-block div.image .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
figure.ace-figure .display, .content-home-hero-block figure.image .display, div.ace-figure .display, .content-home-hero-block div.image .display {
  background-color: #aaa;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
figure.ace-figure .display img, .content-home-hero-block figure.image .display img, div.ace-figure .display img, .content-home-hero-block div.image .display img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 3px solid #027dad;
  padding: 15px 25px;
  background-color: #fff;
}
.skip:focus {
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  color: #000000;
}

.site-header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
  border-bottom: 1px solid rgba(2, 125, 173, 0);
  /*
  @include media-min($lg) {
  	.main-navigation {
  		a {
  			&:hover, &:focus {
  			}
  		}
  	}
  }
  */
}
.site-header > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  height: 89px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 1920px;
  padding: 0 32px;
}
.site-header .site-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  width: 100%;
  max-height: 60px;
  max-width: 170px;
  margin-right: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .site-logo img, .site-header .site-logo svg {
  height: 59px;
  width: auto;
}
.site-header .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.site-header .main-navigation a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  font-family: "Merriweather", serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header .main-navigation a:hover, .site-header .main-navigation a:focus {
  color: #6cbd45;
}
.site-header.scrolled {
  background-color: #fff;
  border-bottom: 1px solid rgba(2, 125, 173, 0);
}
.site-header.scrolled > .wrapper {
  height: 70px;
}
@media (max-width: 1199px) {
  .site-header .wrapper {
    height: 60px;
  }
  .site-header .site-logo img {
    height: 50px;
  }
  .site-header:not(.islanding) .main-navigation {
    background-color: #f9c;
    position: fixed;
    left: 100%;
    width: 100%;
    background-color: #fff;
    top: 60px;
    height: calc(100vh - 60px);
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .nav-on .site-header:not(.islanding) .main-navigation {
    -webkit-transform: translate(-40%);
    transform: translate(-40%);
  }
  .site-header:not(.islanding) .main-navigation nav a {
    color: #000000;
  }
  .site-header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
  }
  .site-header nav > .nav-element {
    margin-bottom: 10px;
    width: 100%;
  }
  .site-header nav > .nav-element:last-child {
    margin-bottom: 0;
  }
  .site-header nav > .nav-element > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .site-header.scrolled .wrapper {
    height: 50px;
  }
  .site-header.scrolled .site-logo img {
    height: 40px;
  }
  .site-header.scrolled:not(.islanding) .main-navigation {
    top: 50px;
    height: calc(100vh - 50px);
  }
}
@media (max-width: 767px) {
  .nav-on .site-header:not(.islanding) .main-navigation {
    -webkit-transform: translate(-47%);
    transform: translate(-47%);
  }
}
@media (max-width: 599px) {
  .nav-on .site-header:not(.islanding) .main-navigation {
    -webkit-transform: translate(-54%);
    transform: translate(-54%);
  }
}
@media (max-width: 479px) {
  .nav-on .site-header:not(.islanding) .main-navigation {
    -webkit-transform: translate(-65%);
    transform: translate(-65%);
  }
}
@media (max-width: 399px) {
  .nav-on .site-header:not(.islanding) .main-navigation {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}

.nav-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  display: none;
  width: 33px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-style: none;
  border-width: 0;
}
.nav-toggle i,
.nav-toggle i:before,
.nav-toggle i:after {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  height: 3px;
  width: 33px;
  top: 9px;
  left: 0;
  background-color: #027dad;
}
.nav-toggle i:before {
  content: "";
  top: -9px;
}
.nav-toggle i:after {
  content: "";
  top: 9px;
}
.nav-toggle:focus i,
.nav-toggle:focus i::before,
.nav-toggle:focus i::after {
  background-color: #000;
}
.nav-on .nav-toggle i {
  background: transparent;
}
.nav-on .nav-toggle i:before {
  -webkit-transform: rotateZ(45deg) translate(6.5px, 6.5px);
  transform: rotateZ(45deg) translate(6.5px, 6.5px);
}
.nav-on .nav-toggle i:after {
  -webkit-transform: rotateZ(-45deg) translate(6.5px, -6.5px);
  transform: rotateZ(-45deg) translate(6.5px, -6.5px);
}
.nav-on .nav-toggle:focus i {
  background: transparent;
}
@media (max-width: 1199px) {
  .nav-toggle {
    display: block;
  }
}

footer.site-footer {
  background-color: #00416a;
  color: #fff;
  padding-top: 60px;
}
footer.site-footer a {
  color: white;
}
footer.site-footer > .wrapper {
  display: grid;
  grid-template-columns: 220px auto;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  row-gap: 40px;
  grid-template-areas: "navigation blurb" "copyright copyright";
  width: 100%;
}
footer.site-footer > .wrapper .footer-main {
  grid-area: navigation;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}
footer.site-footer > .wrapper .footer-main .logo img {
  height: 50px;
  width: auto;
}
footer.site-footer > .wrapper .footer-main .menu-site-navigation {
  padding-top: 20px;
}
footer.site-footer > .wrapper .footer-main .menu-site-terms {
  padding-top: 30px;
}
footer.site-footer > .wrapper .footer-main .menu-site-navigation .nav-element, footer.site-footer > .wrapper .footer-main .menu-site-terms .nav-element {
  padding-top: 4px;
}
footer.site-footer > .wrapper .footer-main .menu-site-navigation .nav-element:first-child, footer.site-footer > .wrapper .footer-main .menu-site-terms .nav-element:first-child {
  padding-top: 0;
}
footer.site-footer > .wrapper .footer-main a {
  color: #fff;
  text-decoration: none;
}
footer.site-footer > .wrapper .footer-main a:hover, footer.site-footer > .wrapper .footer-main a:focus {
  color: #6cbd45;
}
footer.site-footer > .wrapper .blurb {
  grid-area: blurb;
}
footer.site-footer > .wrapper .blurb p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
footer.site-footer > .wrapper .copyright {
  grid-area: copyright;
  text-align: center;
  border-top: 1px solid #fff;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1080px) {
  footer.site-footer > .wrapper {
    grid-template-columns: 100%;
    grid-template-areas: "navigation" "blurb" "copyright";
  }
  footer.site-footer > .wrapper .footer-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  footer.site-footer > .wrapper .footer-main .menu-site-navigation {
    padding-top: 0;
  }
  footer.site-footer > .wrapper .footer-main .menu-site-terms {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  footer.site-footer > .wrapper {
    grid-template-columns: 100%;
    grid-template-areas: "navigation" "blurb" "copyright";
  }
}

.filters {
  margin-bottom: 65px;
}
.filters .searchandfilter > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 15px;
  margin: 0;
  padding: 0;
}
.filters .searchandfilter > ul > li {
  padding: 0;
  margin: 0;
}
.filters .searchandfilter > ul > li.sf-field-search > label:after {
  font-family: "pairme-icons" !important;
  content: "\e907";
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 16px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.filters .searchandfilter > ul > li.sf-field-search > label input {
  color: #027dad;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label {
  background-color: #f5f5f5;
}
.filters .searchandfilter > ul > li.sf-field-reset > a {
  border-bottom: 1px solid #027dad;
  color: #027dad;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.filters .searchandfilter > ul > li.sf-field-reset > a:hover, .filters .searchandfilter > ul > li.sf-field-reset > a:focus {
  color: #000000;
  border-color: #000000;
}
.filters .searchandfilter > ul > li > label {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  color: #394a64;
}
.filters .searchandfilter > ul > li > label:after {
  font-family: "pairme-icons" !important;
  content: "\e907";
  position: absolute;
  top: calc(50% - 2.5px);
  right: 15px;
  font-size: 5px;
  line-height: 1;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #394a64;
}
.filters .searchandfilter > ul > li > label input,
.filters .searchandfilter > ul > li > label select {
  width: 100%;
  padding: 10px 15px;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #394a64;
}
.filters .searchandfilter > ul > li > label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #6cbd45;
}
@media (max-width: 1079px) {
  .filters .searchandfilter > ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .filters .searchandfilter > ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 479px) {
  .filters .searchandfilter > ul {
    grid-template-columns: 1fr;
  }
}

#filter-results .navigation {
  margin-top: 37px;
  text-align: center;
}
#filter-results .navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
#filter-results .navigation .nav-links .page-numbers {
  color: #000000;
  font-family: "Verdana Pro", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.17px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#filter-results .navigation .nav-links .page-numbers:hover, #filter-results .navigation .nav-links .page-numbers:focus {
  color: #fff;
  background-color: #027dad;
}
#filter-results .navigation .nav-links .page-numbers.current {
  color: #b6b6b6;
  font-weight: 700;
}
#filter-results .navigation .nav-links .page-numbers.current:hover, #filter-results .navigation .nav-links .page-numbers.current:focus {
  color: #b6b6b6;
  background-color: transparent;
}
#filter-results .navigation .nav-links .page-numbers.prev, #filter-results .navigation .nav-links .page-numbers.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2em;
  color: #000000;
}
#filter-results .navigation .nav-links .page-numbers.prev.inactive, #filter-results .navigation .nav-links .page-numbers.next.inactive {
  color: #b6b6b6;
}
#filter-results .navigation .nav-links .page-numbers.prev.inactive:hover, #filter-results .navigation .nav-links .page-numbers.prev.inactive:focus, #filter-results .navigation .nav-links .page-numbers.next.inactive:hover, #filter-results .navigation .nav-links .page-numbers.next.inactive:focus {
  color: #b6b6b6;
  background-color: transparent;
}
#filter-results .navigation .nav-links .page-numbers.prev:hover, #filter-results .navigation .nav-links .page-numbers.prev:focus, #filter-results .navigation .nav-links .page-numbers.next:hover, #filter-results .navigation .nav-links .page-numbers.next:focus {
  color: #fff;
}
#filter-results .navigation .nav-links .page-numbers.prev:after, #filter-results .navigation .nav-links .page-numbers.next:after {
  display: none;
}

.module.content-cards {
  padding: 180px 0 60px;
  position: relative;
}
.module.content-cards .content-card-logo {
  position: relative;
  z-index: 0;
}
.module.content-cards .content-card-logo > svg {
  width: 450px;
  position: absolute;
  top: -240px;
  right: -43px;
}
.module.content-cards h2 {
  font-size: 36px;
  line-height: 1.2em;
  text-align: center;
}
.module.content-cards .card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (min-width: 1200px) {
  .module.content-cards .card-wrapper.has-1-cards {
    grid-template-columns: 1fr 2fr 1fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-template-areas: ". singlecard .";
  }
  .module.content-cards .card-wrapper.has-1-cards .content-content-card {
    grid-area: singlecard;
  }
}
@media (max-width: 1079px) {
  .module.content-cards .content-card-logo > svg {
    width: 225px;
    top: -200px;
  }
}
@media (max-width: 767px) {
  .module.content-cards .card-wrapper {
    grid-template-columns: 100%;
    row-gap: 40px;
  }
}

.content-content-card {
  border-color: #6cbd45;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-rows: minmax(0, 156px) auto auto;
  height: 100%;
  grid-template-columns: 100%;
  overflow: hidden;
  row-gap: 10px;
}
.content-content-card .ace-figure, .content-content-card .content-home-hero-block .image, .content-home-hero-block .content-content-card .image {
  aspect-ratio: 525/156;
  width: 100%;
  height: auto;
  max-height: 156px;
  border-radius: 0;
}
.content-content-card h3 {
  color: #6cbd45;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  padding: 15px 30px 0;
  text-align: center;
}
.content-content-card p {
  font-size: 16px;
}
.content-content-card .content-body {
  line-height: 1.4em;
  padding: 0 30px;
}
.content-content-card .content-body p {
  font-size: 16px;
}
.content-content-card .content-button {
  padding: 27px 30px 36px;
  -ms-flex-item-align: end;
  align-self: end;
}
.content-content-card .content-button .button {
  width: 100%;
}
.content-content-card .content-button .button:hover, .content-content-card .content-button .button:focus {
  background-color: #027dad;
  color: #fff;
}
.content-content-card:nth-of-type(even) {
  background-color: #f2f8fb;
}
.content-content-card:nth-of-type(even) h3 {
  color: #027dad;
}
.content-content-card:nth-of-type(even) .content-button .button {
  background-color: #027dad;
  color: #fff;
}
.content-content-card:nth-of-type(even) .content-button .button:hover, .content-content-card:nth-of-type(even) .content-button .button:focus {
  background-color: #dee5ef;
  color: #293854;
}
@media (max-width: 1079px) {
  .content-content-card {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .content-content-card {
    grid-template-rows: auto auto auto;
  }
  .content-content-card figure.image {
    aspect-ratio: 525/390;
    max-height: 390px;
  }
}
@media (max-width: 767px) {
  .content-content-card {
    grid-template-rows: auto auto auto;
  }
  .content-content-card figure.image {
    aspect-ratio: 525/312;
    max-height: 312px;
  }
}

.content-featured-post {
  display: grid;
  -ms-flex-line-pack: start;
  align-content: start;
  height: 100%;
  grid-template-columns: 100%;
  row-gap: 0;
}
.content-featured-post .video-preview {
  width: 100%;
  height: auto;
  aspect-ratio: 253/181;
  border-radius: 20px;
  border: 1px solid #dee5ef;
  background-color: #f6f9fd;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.content-featured-post .video-preview img {
  border-radius: 20px;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.content-featured-post .video-preview::after {
  content: "\e902";
  font-family: "pairme-icons";
  position: absolute;
  font-size: 64px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #294a64;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.content-featured-post .video-preview:hover::after, .content-featured-post .video-preview:focus::after {
  color: #027dad;
}
.content-featured-post .category {
  color: #00416a; /* original design: $color-primary. Using "dark" to provide enough contrast for accessibility. */
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500; /* original design: $font-weight-regular.  Updated to provide contrast for accessibility */
  line-height: 1.2em;
  letter-spacing: 0.6px;
  padding-top: 16px;
  text-transform: uppercase;
}
.content-featured-post .title {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  padding: 4px 0;
}

.content-home-hero-block {
  display: grid;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  grid-template-columns: 56px auto;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 16px;
  grid-template-areas: "icon title" "icon contentbody";
}
.content-home-hero-block .image {
  grid-area: icon;
  height: 48px;
  width: auto;
  border-radius: 0 !important;
}
.content-home-hero-block .image .display {
  background-color: transparent !important;
}
.content-home-hero-block h3 {
  color: #027dad;
  font-size: 24px;
  font-weight: 700;
  grid-area: title;
  margin: 0;
  line-height: 1.4em;
}
.content-home-hero-block .content-body {
  grid-area: contentbody;
}
.content-home-hero-block .content-body p {
  font-size: 16px;
}
@media (max-width: 1079px) {
  .content-home-hero-block {
    grid-template-columns: 42px auto;
    grid-template-areas: "icon title" "icon contentbody";
    row-gap: 0;
    padding: 16px;
    opacity: 1 !important;
  }
  .content-home-hero-block h3 {
    font-size: 20px;
  }
  .content-home-hero-block .content-body p {
    font-size: 14px;
  }
  .content-home-hero-block .image {
    width: 42px;
    height: auto;
  }
}
@media only screen and (min-width: 1080px) and (max-height: 809.98px) {
  .content-home-hero-block {
    row-gap: 8px;
  }
}
@media only screen and (min-width: 1080px) and (max-height: 767.98px) {
  .content-home-hero-block {
    opacity: 1 !important;
  }
}
@media only screen and (min-width: 1080px) and (max-height: 749.98px) {
  .content-home-hero-block {
    grid-template-areas: "icon title" "contentbody contentbody";
    padding: 20px;
  }
  .content-home-hero-block h3 {
    font-size: 20px;
    letter-spacing: -0.02px;
  }
}

.module.cta-columns {
  background-color: #f2f8fb;
  padding: 90px 0 80px;
}
.module.cta-columns h2 {
  color: #000000;
  text-align: center;
}
.module.cta-columns .items-grid {
  display: grid;
  width: 100%;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module.cta-columns .items-grid.column-count-1 {
  grid-template-columns: 100%;
}
.module.cta-columns .items-grid.column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}
.module.cta-columns .items-grid.column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}
.module.cta-columns .items-grid > div {
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  height: 100%;
  padding: 35px 0;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .module.cta-columns .items-grid > div {
    position: relative;
  }
  .module.cta-columns .items-grid > div:not(:first-child)::before {
    display: block;
    content: " ";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -17.5px;
    background-color: #6cbd45;
  }
}
@media (max-width: 767px) {
  .module.cta-columns h2 {
    text-align: center;
  }
  .module.cta-columns .items-grid.column-count-2, .module.cta-columns .items-grid.column-count-3 {
    grid-template-columns: 100%;
    row-gap: 30px;
  }
  .module.cta-columns .items-grid > div {
    padding: 0;
    position: relative;
  }
  .module.cta-columns .items-grid > div:not(:first-child)::before {
    content: " ";
    width: 50%;
    height: 3px;
    display: block;
    position: absolute;
    left: 25%;
    top: -13.5px;
    background-color: #6cbd45;
  }
}

.module.featured-posts {
  background-color: #f5f5f5;
  padding: 90px 0 80px;
}
.module.featured-posts h2 {
  color: #000000;
  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 32px 0;
}

/* The featured video dialogue html may be part of footer.php */
#FeaturedVideoDialog {
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 25px;
  max-width: 690px;
}
#FeaturedVideoDialog::-webkit-backdrop {
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#FeaturedVideoDialog::backdrop {
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#FeaturedVideoClose {
  text-align: right;
  padding-top: 5px;
  width: 45px;
  float: right;
}
#FeaturedVideoClose i {
  color: #000;
  cursor: pointer;
}

#FeaturedVideoTitle {
  float: left;
  width: calc(100% - 50px);
  padding-bottom: 25px;
}
#FeaturedVideoTitle h2 {
  color: #000000;
}

.module.home-hero {
  margin: -89px 0 0 0;
  scroll-behavior: smooth;
}
.module.home-hero .slide-container {
  scrollbar-width: none;
}
.module.home-hero .slide-container-webkit-scrollbar {
  display: none;
}
.module.home-hero .slide-container .slide {
  padding-top: 89px;
  background-color: #fff;
}
.module.home-hero .slide-container .slide.slide-one > .wrapper {
  display: grid;
  width: 100%;
  height: 100%;
  grid-template-columns: auto 565px;
  grid-template-areas: "introtext introimage";
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  position: relative;
  z-index: 2;
}
.module.home-hero .slide-container .slide.slide-one .introduction_text {
  grid-area: introtext;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  height: 100%;
  padding-bottom: 40px;
}
.module.home-hero .slide-container .slide.slide-one .introduction_text div.ace-figure, .module.home-hero .slide-container .slide.slide-one .introduction_text .content-home-hero-block div.image, .content-home-hero-block .module.home-hero .slide-container .slide.slide-one .introduction_text div.image {
  width: 390px;
  height: auto;
  aspect-ratio: 390/137; /* 2.846715328467153 */
  border-radius: 0;
  margin: 0 auto;
}
.module.home-hero .slide-container .slide.slide-one .introduction_text div.ace-figure .display, .module.home-hero .slide-container .slide.slide-one .introduction_text .content-home-hero-block div.image .display, .content-home-hero-block .module.home-hero .slide-container .slide.slide-one .introduction_text div.image .display {
  background-color: transparent !important;
}
.module.home-hero .slide-container .slide.slide-one .introduction_text div.ace-figure .display img, .module.home-hero .slide-container .slide.slide-one .introduction_text .content-home-hero-block div.image .display img, .content-home-hero-block .module.home-hero .slide-container .slide.slide-one .introduction_text div.image .display img {
  -o-object-fit: contain;
  object-fit: contain;
}
.module.home-hero .slide-container .slide.slide-one .introduction_text h1 {
  font-size: 34px;
  line-height: 1.4em;
  color: #394a64;
}
.module.home-hero .slide-container .slide.slide-one .introduction_text .learn-more .text {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto 13px auto;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.module.home-hero .slide-container .slide.slide-one .introduction_text .learn-more .icon-chevron-down {
  font-size: 15px;
  color: #6cbd45;
  display: block;
  width: 100%;
  cursor: pointer;
}
.module.home-hero .slide-container .slide.slide-one .introduction_text .learn-more .icon-chevron-down.secondary {
  color: #d9d9d9;
  margin-top: -30px;
}
.module.home-hero .slide-container .slide.slide-one .introduction_image {
  grid-area: introimage;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.module.home-hero .slide-container .slide.slide-one .introduction_image .slideshow-outer {
  display: block;
}
.module.home-hero .slide-container .slide.slide-one .introduction_image div.ace-figure, .module.home-hero .slide-container .slide.slide-one .introduction_image .content-home-hero-block div.image, .content-home-hero-block .module.home-hero .slide-container .slide.slide-one .introduction_image div.image {
  width: 100%;
  max-width: 565px;
  height: auto;
  aspect-ratio: 565/840;
}
.module.home-hero .slide-container .slide.slide-one .slide-one-logo {
  position: absolute;
  bottom: 50px;
  left: 80px;
  z-index: 0;
}
.module.home-hero .slide-container .slide.slide-one .slide-one-logo > svg {
  width: 172px;
  height: auto;
}
.module.home-hero .slide-container .slide.slide-two .wrapper {
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
.module.home-hero .slide-container .slide.slide-two .wrapper h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
.module.home-hero .slide-container .slide.slide-two .logo-container {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 0;
}
.module.home-hero .slide-container .slide.slide-two .get-started {
  padding: 12px 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 1.4em;
  text-transform: uppercase;
  cursor: pointer;
}
.module.home-hero .slide-container .slide.slide-two .get-started > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-self: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.module.home-hero .slide-container .slide.slide-two .get-started > span i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 22px;
  height: 22px;
  font-size: 10px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 22px;
  color: #fff;
  background-color: #6cbd45;
  border-radius: 11px;
  margin-left: 16px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.module.home-hero .slide-container .slide.slide-two .get-started > span.scrolled {
  opacity: 1;
}
.module.home-hero .slide-container .slide.slide-two .get-started > span:hover i {
  background-color: #027dad;
}
.module.home-hero .slide-container .slide.slide-three {
  height: 100%;
  -ms-flex-line-pack: center;
  align-content: center;
}
.module.home-hero .slide-container .slide.slide-three .module.content-cards {
  margin: 0;
  padding: 0;
}
.module.home-hero .blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  row-gap: 40px;
}
@media (min-width: 1440px) {
  .module.home-hero .slide-container .slide.slide-one .introduction_text {
    padding-bottom: 140px;
  }
}
@media (min-width: 1080px) and (max-width: 1200px) {
  .module.home-hero .slide-container .slide.slide-one {
    top: 0;
    left: 0;
  }
  .module.home-hero .slide-container .slide.slide-one > .wrapper {
    height: 100%;
    grid-template-columns: 390px auto 565px;
    grid-template-areas: "introtext . introimage";
  }
  .module.home-hero .slide-container .slide.slide-one .introduction_image div.ace-figure, .module.home-hero .slide-container .slide.slide-one .introduction_image .content-home-hero-block div.image, .content-home-hero-block .module.home-hero .slide-container .slide.slide-one .introduction_image div.image {
    height: 100%;
  }
  .module.home-hero .slide-container .slide.slide-two .get-started {
    bottom: 30px;
  }
}
@media only screen and (min-width: 1080px) and (min-height: 768px) {
  .module.home-hero {
    height: 100vh;
  }
  .module.home-hero .slide-container {
    height: 100vh;
    position: relative;
    overflow: visible;
  }
  .module.home-hero .slide-container .slide {
    height: 100%;
    width: 100vw;
    overflow: hidden;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .module.home-hero .slide-container .slide.slide-one .introduction_image div.ace-figure, .module.home-hero .slide-container .slide.slide-one .introduction_image .content-home-hero-block div.image, .content-home-hero-block .module.home-hero .slide-container .slide.slide-one .introduction_image div.image {
    border-radius: 370px 370px 0 0;
    border-color: #6cbd45;
    border-width: 16px 16px 0 0;
    border-style: solid solid none none;
    height: 100%;
  }
  .module.home-hero .slide-container .slide.slide-two .wrapper h2 {
    margin-top: -132px;
  }
  .module.home-hero .slide-container .slide.slide-two .get-started {
    position: absolute;
    bottom: 60px;
    left: 0;
  }
  .module.home-hero:not(.initialized) .slide-container .slide:not(.slide-one) {
    opacity: 0;
  }
}
@media (max-width: 1079px) {
  .module.home-hero {
    margin: -60px 0 0 0;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    min-height: unset !important;
  }
  .module.home-hero .slide-container {
    height: unset !important;
    padding-bottom: 80px !important;
  }
  .module.home-hero .slide-container .slide.slide-one .wrapper {
    display: block !important;
  }
  .module.home-hero .slide-container .slide.slide-one .introduction_text {
    padding-top: 20px;
    -ms-flex-line-pack: end;
    align-content: end;
    padding-bottom: 25px;
    width: 100%;
  }
  .module.home-hero .slide-container .slide.slide-one .introduction_text div.ace-figure, .module.home-hero .slide-container .slide.slide-one .introduction_text .content-home-hero-block div.image, .content-home-hero-block .module.home-hero .slide-container .slide.slide-one .introduction_text div.image {
    max-width: 100%;
  }
  .module.home-hero .slide-container .slide.slide-one .introduction_image {
    width: 100%;
    max-width: 565px;
    margin: auto;
    height: auto;
  }
  .module.home-hero .slide-container .slide.slide-one .introduction_image .slideshow-outer,
  .module.home-hero .slide-container .slide.slide-one .introduction_image .slider,
  .module.home-hero .slide-container .slide.slide-one .introduction_image .slick-list {
    width: 100%;
    height: auto;
  }
  .module.home-hero .slide-container .slide.slide-one .introduction_image div.ace-figure, .module.home-hero .slide-container .slide.slide-one .introduction_image .content-home-hero-block div.image, .content-home-hero-block .module.home-hero .slide-container .slide.slide-one .introduction_image div.image {
    border-radius: 370px 370px 0 0;
    border-color: #6cbd45;
    border-width: 16px 16px 0 0;
    border-style: solid solid none none;
    aspect-ratio: unset !important;
    min-width: 100%;
    width: 100%;
    height: 100vh;
    max-width: 565px;
    max-height: 640px;
    margin: 0;
  }
  .module.home-hero .slide-container .slide.slide-one .slide-one-logo {
    display: none;
  }
  .module.home-hero .slide-container .slide.slide-two {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    overflow: visible;
  }
  .module.home-hero .slide-container .slide.slide-two .logo-container > svg {
    width: 450px;
    height: auto;
    max-width: calc(100vw - 40px);
  }
  .module.home-hero .slide-container .slide.slide-two .logo-container > svg path {
    opacity: 1 !important;
  }
  .module.home-hero .slide-container .slide.slide-two .wrapper h2 {
    font-size: 32px;
  }
  .module.home-hero .slide-container .slide.slide-two .get-started {
    padding: 50px 0;
  }
  .module.home-hero .slide-container .slide.slide-two .get-started > span {
    opacity: 1 !important;
  }
  .module.home-hero .slide-container .slide.slide-three {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .module.home-hero .blocks {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto auto;
  }
}
@media only screen and (min-width: 1080px) and (max-height: 809.98px) {
  .module.home-hero .blocks {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 35px;
  }
  .module.home-hero .slide-container .slide.slide-two .get-started {
    bottom: 30px;
  }
}
@media only screen and (min-width: 1080px) and (max-height: 767.98px) {
  .module.home-hero {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .module.home-hero .slide-container .slide.slide-one .introduction_image div.ace-figure, .module.home-hero .slide-container .slide.slide-one .introduction_image .content-home-hero-block div.image, .content-home-hero-block .module.home-hero .slide-container .slide.slide-one .introduction_image div.image {
    aspect-ratio: unset !important;
    width: 100%;
    margin: 0;
    height: 100vh;
    min-height: 480px;
    max-height: 640px;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .module.home-hero .slide-container .slide.slide-one .introduction_text div.ace-figure, .module.home-hero .slide-container .slide.slide-one .introduction_text .content-home-hero-block div.image, .content-home-hero-block .module.home-hero .slide-container .slide.slide-one .introduction_text div.image {
    width: 180px;
  }
  .module.home-hero .slide-container .slide.slide-one .introduction_image div.ace-figure, .module.home-hero .slide-container .slide.slide-one .introduction_image .content-home-hero-block div.image, .content-home-hero-block .module.home-hero .slide-container .slide.slide-one .introduction_image div.image {
    max-height: 540px;
  }
}

.module.content-body-5050 {
  padding: 15px 0 40px 0;
}
.module.content-body-5050 .cb-grid {
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
.module.content-body-5050 .cb-grid.image-left {
  grid-template-areas: "cbimage cbcontent";
}
.module.content-body-5050 .cb-grid.image-right {
  grid-template-areas: "cbcontent cbimage";
}
.module.content-body-5050 .cb-grid > .content {
  height: 100%;
  grid-area: cbcontent;
}
.module.content-body-5050 .cb-grid > .image {
  height: 100%;
  grid-area: cbimage;
}
.module.content-body-5050 .cb-grid > .image .image.ace-figure, .module.content-body-5050 .cb-grid > .image .content-home-hero-block .image, .content-home-hero-block .module.content-body-5050 .cb-grid > .image .image {
  height: 100%;
}
@media (max-width: 1079px) {
  .module.content-body-5050 .cb-grid {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    row-gap: 25px;
  }
  .module.content-body-5050 .cb-grid.image-left, .module.content-body-5050 .cb-grid.image-right {
    grid-template-areas: "cbcontent" "cbimage";
  }
  .module.content-body-5050 .cb-grid > .content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .module.content-body-5050 .cb-grid > .image {
    height: auto;
  }
  .module.content-body-5050 .cb-grid > .image .image.ace-figure, .module.content-body-5050 .cb-grid > .image .content-home-hero-block .image, .content-home-hero-block .module.content-body-5050 .cb-grid > .image .image {
    height: auto;
    width: 100%;
    aspect-ratio: 16/9;
  }
}

.module.insights-main-grid {
  padding: 80px 0 100px;
}
.module.insights-main-grid .header {
  margin-bottom: 32px;
}
.module.insights-main-grid .header .h3 {
  color: #000000;
  margin-bottom: 0;
}
.module.insights-main-grid .header .filters {
  margin-bottom: 0;
  /* Reset basic styles */
}
.module.insights-main-grid .header .filters .search-filter-base, .module.insights-main-grid .header .filters .search-filter-base * {
  border: initial;
  background-color: initial;
  color: initial;
  margin: initial;
  padding: initial;
  -webkit-transform: initial;
  transform: initial;
  border: unset;
  background-color: unset;
  color: unset;
  margin: unset;
  padding: unset;
  -webkit-transform: unset;
  transform: unset;
}
.module.insights-main-grid .header .filters .search-filter-base {
  border-bottom: 3px solid #6cbd45;
  padding: 0 21px 6px 15px;
}
.module.insights-main-grid .header .filters .search-filter-component-combobox__actions,
.module.insights-main-grid .header .filters .search-filter-component-combobox__selection,
.module.insights-main-grid .header .filters .search-filter-component-combobox__actions-input {
  color: #394a64;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  pointer-events: none;
}
.module.insights-main-grid .header .filters .search-filter-component-combobox__actions::-webkit-input-placeholder,
.module.insights-main-grid .header .filters .search-filter-component-combobox__selection::-webkit-input-placeholder,
.module.insights-main-grid .header .filters .search-filter-component-combobox__actions-input::-webkit-input-placeholder {
  color: #394a64;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}
.module.insights-main-grid .header .filters .search-filter-component-combobox__actions::-moz-placeholder,
.module.insights-main-grid .header .filters .search-filter-component-combobox__selection::-moz-placeholder,
.module.insights-main-grid .header .filters .search-filter-component-combobox__actions-input::-moz-placeholder {
  color: #394a64;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}
.module.insights-main-grid .header .filters .search-filter-component-combobox__actions::-ms-input-placeholder,
.module.insights-main-grid .header .filters .search-filter-component-combobox__selection::-ms-input-placeholder,
.module.insights-main-grid .header .filters .search-filter-component-combobox__actions-input::-ms-input-placeholder {
  color: #394a64;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}
.module.insights-main-grid .header .filters .search-filter-component-combobox__actions::placeholder,
.module.insights-main-grid .header .filters .search-filter-component-combobox__selection::placeholder,
.module.insights-main-grid .header .filters .search-filter-component-combobox__actions-input::placeholder {
  color: #394a64;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}
.module.insights-main-grid .header .filters .search-filter-component-combobox__listbox-toggle {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}
.module.insights-main-grid .header .filters .search-filter-component-combobox__listbox-toggle .search-filter-icon > svg {
  display: none !important;
}
.module.insights-main-grid .header .filters .search-filter-component-combobox__listbox-toggle .search-filter-icon::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #394a64;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "\e907";
  font-family: "pairme-icons";
  font-size: 5px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.module.insights-main-grid .header .filters .search-filter-component-combobox__listbox-toggle::before {
  display: none;
}
@media (max-width: 767px) {
  .module.insights-main-grid .header {
    grid-template-columns: 260px auto;
    row-gap: 30px;
    grid-template-areas: "searchheader searchheader" "searchfilter .";
  }
}

.module.standard-text {
  background-color: #f2f8fb;
  padding: 76px 0 126px 0;
}

.module.subpage-hero {
  padding: 25px 0 50px 0;
  margin-top: 0;
  position: relative;
}
.module.subpage-hero .hero-logo {
  position: absolute;
  top: -175px;
  right: -43px;
  z-index: 0;
}
.module.subpage-hero .hero-logo > svg {
  width: 450px;
  height: auto;
}
.module.subpage-hero .hero-logo-sm {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -50px;
  left: 64px;
  z-index: 0;
}
.module.subpage-hero .hero-logo-sm > svg {
  width: 175px;
  height: auto;
}
.module.subpage-hero .hero-grid {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: auto 612px 5px 607px auto;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  grid-template-areas: ". herocontent . heroimage heroimage";
}
.module.subpage-hero .hero-grid > .content {
  grid-area: herocontent;
  -ms-flex-line-pack: center;
  align-content: center;
}
.module.subpage-hero .hero-grid > .content .stats {
  margin-top: 34px;
  display: grid;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  grid-template-columns: 1fr 1fr;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.module.subpage-hero .hero-grid > .content .stats .stat {
  background-color: #fff;
  padding: 16px 32px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 248px;
  border-radius: 20px;
  height: 100%;
}
.module.subpage-hero .hero-grid > .content .stats .stat .stat-grid {
  display: grid;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  height: 100%;
}
.module.subpage-hero .hero-grid > .content .stats .stat .stat-grid > div {
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
}
.module.subpage-hero .hero-grid > .content .stats .stat .stat-grid .number {
  color: #027dad;
  font-family: "Merriweather", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
}
.module.subpage-hero .hero-grid > .content .stats .stat .stat-grid .text {
  color: #000000;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}
.module.subpage-hero .hero-grid > .hero-image {
  grid-area: heroimage;
}
.module.subpage-hero .hero-grid > .hero-image .image.ace-figure, .module.subpage-hero .hero-grid > .hero-image .content-home-hero-block .image, .content-home-hero-block .module.subpage-hero .hero-grid > .hero-image .image {
  height: 424px;
  border-radius: 215px 0 0 215px;
  border-width: 0 0 16px 0;
  border-color: #6cbd45;
  border-style: solid;
}
@media (max-width: 1199px) {
  .module.subpage-hero .hero-logo-sm {
    bottom: -105px;
    left: 25px;
  }
  .module.subpage-hero .hero-grid {
    grid-template-columns: 60px 522px 25px 535px auto;
  }
}
@media (max-width: 1079px) {
  .module.subpage-hero {
    padding-top: 40px;
  }
  .module.subpage-hero .hero-grid {
    grid-template-columns: 100% 100%;
    grid-template-areas: "herocontent" "heroimage";
    row-gap: 25px;
  }
  .module.subpage-hero .hero-grid > .content {
    padding: 0 60px;
  }
  .module.subpage-hero .hero-grid > .hero-image {
    padding-left: 60px;
  }
  .module.subpage-hero .hero-grid > .hero-image .image.ace-figure, .module.subpage-hero .hero-grid > .hero-image .content-home-hero-block .image, .content-home-hero-block .module.subpage-hero .hero-grid > .hero-image .image {
    height: 320px;
  }
  .module.subpage-hero .hero-logo-sm {
    display: none;
  }
}
@media (max-width: 767px) {
  .module.subpage-hero .hero-grid > .content {
    padding: 0 20px;
  }
  .module.subpage-hero .hero-grid > .content .stats {
    grid-template-columns: 100%;
    row-gap: 25px;
  }
  .module.subpage-hero .hero-grid > .hero-image {
    padding-left: 20px;
  }
  .module.subpage-hero .hero-grid > .hero-image .image.ace-figure, .module.subpage-hero .hero-grid > .hero-image .content-home-hero-block .image, .content-home-hero-block .module.subpage-hero .hero-grid > .hero-image .image {
    height: 240px;
  }
}
@media (max-width: 479px) {
  .module.subpage-hero .hero-grid > .content {
    padding: 0 20px;
  }
  .module.subpage-hero .hero-grid > .hero-image {
    padding-left: 20px;
  }
  .module.subpage-hero .hero-grid > .hero-image .image.ace-figure, .module.subpage-hero .hero-grid > .hero-image .content-home-hero-block .image, .content-home-hero-block .module.subpage-hero .hero-grid > .hero-image .image {
    height: 220px;
  }
}
/*# sourceMappingURL=style.css.map */
