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

NS CSS

---------------------------------------------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

@font-face {
  font-family: 'icomoon';
  src: url("../../ns-core-theme/fonts/icomoon.eot?epci6g");
  src: url("../../ns-core-theme/fonts/icomoon.eot?epci6g#iefix") format("embedded-opentype"), url("../../ns-core-theme/fonts/icomoon.ttf?epci6g") format("truetype"), url("../../ns-core-theme/fonts/icomoon.woff?epci6g") format("woff"), url("../../ns-core-theme/fonts/icomoon.svg?epci6g#icomoon") 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: 'icomoon' !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-facebook:before {
  content: "\e900"; }

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

.icon-instagram:before {
  content: "\ea93"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-linkedin:before {
  content: "\eacb"; }

/* Base Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  box-sizing: border-box; }

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

/* Element Adjustments */
main {
  display: block;
  /* IE! */
  /*@media screen and (max-width: $s-tablet) {
		margin-top: 45px;
	}*/ }

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

figure {
  margin: 0; }

nav ul,
nav li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

select {
  color: #000; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Body */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 18px;
      line-height: 32px; } }
  body.loading-js {
    visibility: hidden; }
  body.ns-menu-open {
    overflow: hidden; }

/* Default element styles for WP editor */
h2,
h3,
h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 600;
  color: #00477B; }

h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 500; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 56px;
      line-height: 64px; } }
h2 {
  font-size: 28px;
  line-height: 34px; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 22px;
      line-height: 34px; } }
h3 {
  font-size: 24px;
  line-height: 30px; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 18px;
      line-height: 34px; } }
h4 {
  font-size: 22px;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 14px;
      line-height: 34px; } }
h5 {
  font-size: 20px;
  line-height: 30px; }
  @media screen and (min-width: 768px) {
    h5 {
      font-size: 13px;
      line-height: 34px; } }
h6 {
  font-size: 18px; }
  @media screen and (min-width: 768px) {
    h6 {
      font-size: 12px;
      line-height: 34px; } }
p {
  font-size: 16px;
  line-height: 26px;
  margin: 1em 0; }
  @media screen and (min-width: 768px) {
    p {
      font-size: 18px;
      line-height: 32px; } }
hr {
  border-top: 1px solid #ddd;
  margin: 50px 0; }

a {
  color: #005A9D;
  text-decoration-color: none;
  text-underline-offset: 2.5px; }
  a:focus {
    outline: none; }
  a:hover {
    color: #0078C8; }

ul {
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em; }
  ul li {
    list-style: square;
    padding-left: 8px;
    margin: 10px 0; }
    ul li::marker {
      color: #00A2E5; }

ol {
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em; }
  ol li {
    padding-left: 8px;
    margin: 10px 0;
    font-weight: 400; }
    ol li::marker {
      color: #00A2E5;
      font-weight: 700; }

#st-2 {
  display: none !important; }

body.single-post #st-2 {
  display: block !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.l-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.xl-wrapper, .hero .splide__pagination, .hero > div {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto; }

.s-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }

.m-wrapper, .ns-columns div .ns-content.ns-column-three {
  max-width: 980px;
  width: 100%;
  margin: 0 auto; }

.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto; }

.container-wide {
  max-width: 700px; }
  @media screen and (max-width: 1024px) {
    .container-wide > section {
      padding: 0 20px; } }
.alignfull {
  margin: 0px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }

.ns-fill-background {
  background: #F4F9FC; }

.ns-button-primary {
  background: transparent;
  border: 2px solid #1BBA92;
  border-radius: 22px;
  font-size: 16px;
  color: #fff;
  padding: 7px 35px;
  text-decoration: none;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    .ns-button-primary {
      width: 100%; } }
form button {
  background: transparent;
  border: 2px solid #1BBA92;
  border-radius: 22px;
  font-size: 16px;
  padding: 11px 25px;
  text-decoration: none !important;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.5;
  display: block;
  color: #00243E;
  position: relative;
  transition: background .25s linear;
  text-align: center; }
  form button span {
    font-weight: 600; }
  form button span:nth-child(1) {
    display: block;
    transition: .15s linear;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  form button span:nth-child(2) {
    display: block;
    transition: .15s linear;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    position: absolute;
    top: 11px;
    width: 100%;
    left: 0; }
  form button:hover {
    background: #1BBA92 !important; }
    form button:hover span:nth-child(1) {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      opacity: 0; }
    form button:hover span:nth-child(2) {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }

.button-link {
  display: inline-block;
  text-decoration: none;
  opacity: 0;
  -webkit-animation: fadeIn ease-in .5s forwards 0s;
          animation: fadeIn ease-in .5s forwards 0s;
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .button-link {
      width: auto; } }
  .button-link a {
    background: transparent;
    border: 2px solid #1BBA92;
    border-radius: 22px;
    font-size: 16px;
    padding: 8px 35px;
    text-decoration: none !important;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.5;
    display: block;
    color: #00243E;
    position: relative;
    transition: background .25s linear; }
    .button-link a span {
      font-weight: 600; }
    .button-link a span:nth-child(1) {
      display: block;
      transition: .15s linear;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; }
    .button-link a span:nth-child(2) {
      display: block;
      transition: .15s linear;
      width: 100%;
      opacity: 0;
      position: absolute;
      top: 7px;
      left: 0;
      -webkit-transform: translateY(10px);
              transform: translateY(10px); }
    .button-link a:hover {
      background: #1BBA92; }
      .button-link a:hover span:nth-child(1) {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
        opacity: 0; }
      .button-link a:hover span:nth-child(2) {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
  .button-link.alt a {
    color: #fff; }
    .button-link.alt a:hover {
      color: #00243E; }

.button-link-two {
  display: inline-block;
  text-decoration: none;
  opacity: 0;
  -webkit-animation: fadeIn ease-in .5s forwards 0s;
          animation: fadeIn ease-in .5s forwards 0s;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .button-link-two {
      width: auto; } }
  .button-link-two a {
    background: transparent;
    border: 2px solid #1BBA92;
    border-radius: 22px;
    font-size: 16px;
    text-decoration: none !important;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1.5;
    display: block;
    position: relative;
    transition: background .25s linear;
    border: none;
    padding: 0;
    color: #00243E; }
    .button-link-two a span:nth-child(2) {
      display: none; }
  .button-link-two.alt a {
    color: #fff; }
    .button-link-two.alt a:hover {
      color: #00243E; }

a.arrow-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #000;
  position: relative; }
  a.arrow-link span {
    transition: .15s linear;
    display: inline-block; }
  a.arrow-link img {
    vertical-align: middle;
    margin-left: 5px;
    transition: .15s linear; }
    a.arrow-link img:nth-child(1) {
      -webkit-transform: translateX(-25px);
              transform: translateX(-25px);
      opacity: 0; }
  a.arrow-link:hover span {
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  a.arrow-link:hover img:nth-child(1) {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 1; }
  a.arrow-link:hover img:nth-child(3) {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0; }

@media screen and (min-width: 1024px) {
  .mobile {
    display: none; } }

.desktop {
  display: none; }
  @media screen and (min-width: 1024px) {
    .desktop {
      display: block; } }
.ns-cta-default-ed {
  display: flex;
  background: #F4F9FC;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 25px;
  padding: 30px;
  margin-bottom: 50px; }
  .ns-cta-default-ed h2 {
    margin: 0;
    font-size: 24px;
    max-width: 280px;
    color: #00243E;
    font-weight: 500; }
    @media screen and (min-width: 1200px) {
      .ns-cta-default-ed h2 {
        max-width: none; } }
  .ns-cta-default-ed .gform_wrapper {
    display: flex; }
    .ns-cta-default-ed .gform_wrapper form {
      display: flex;
      align-items: flex-start;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px;
      flex-wrap: wrap;
      row-gap: 20px; }
      @media screen and (min-width: 768px) {
        .ns-cta-default-ed .gform_wrapper form {
          flex-wrap: nowrap; } }
      .ns-cta-default-ed .gform_wrapper form .gform_title {
        display: none; }
      .ns-cta-default-ed .gform_wrapper form .gform_description {
        margin: 0; }
      .ns-cta-default-ed .gform_wrapper form .gform_footer {
        margin: 0;
        padding: 0;
        justify-content: flex-end;
        width: 100%; }
        @media screen and (min-width: 768px) {
          .ns-cta-default-ed .gform_wrapper form .gform_footer {
            width: auto; } }
        .ns-cta-default-ed .gform_wrapper form .gform_footer #gform_submit_button_1 {
          background: transparent;
          border: 2px solid #1BBA92;
          border-radius: 22px;
          font-size: 16px;
          font-family: "Plus Jakarta Sans", sans-serif;
          font-weight: 600;
          color: #00243E;
          padding: 11px 25px;
          text-decoration: none;
          line-height: 14px;
          text-align: center;
          margin: 0;
          width: 100%; }
          @media screen and (min-width: 768px) {
            .ns-cta-default-ed .gform_wrapper form .gform_footer #gform_submit_button_1 {
              width: auto; } }
      .ns-cta-default-ed .gform_wrapper form .gfield input {
        border: 1px solid #E1E6E9;
        border-radius: 30px;
        min-width: 254px;
        padding: 6px 20px;
        color: #00243E;
        font-weight: 500;
        font-family: "Plus Jakarta Sans", sans-serif; }
        .ns-cta-default-ed .gform_wrapper form .gfield input:focus-visible {
          outline-color: #E1E6E9; }
        .ns-cta-default-ed .gform_wrapper form .gfield input::-webkit-input-placeholder {
          color: #00243E; }
        .ns-cta-default-ed .gform_wrapper form .gfield input::-moz-placeholder {
          color: #00243E; }
        .ns-cta-default-ed .gform_wrapper form .gfield input::placeholder {
          color: #00243E; }
        @media screen and (min-width: 1200px) {
          .ns-cta-default-ed .gform_wrapper form .gfield input {
            border-radius: 22px;
            padding: 11px 20px; } }
      .ns-cta-default-ed .gform_wrapper form .gfield.gfield_error input {
        border-color: #c02b0a; }
      .ns-cta-default-ed .gform_wrapper form .gfield.gfield_error .validation_message {
        border: none;
        background: transparent;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 14px;
        font-family: "Heebo", sans-serif; }
      .ns-cta-default-ed .gform_wrapper form .gform-body {
        width: 100%; }
        @media screen and (min-width: 768px) {
          .ns-cta-default-ed .gform_wrapper form .gform-body {
            width: auto; } }
    .ns-cta-default-ed .gform_wrapper .gform_validation_errors {
      display: none; }

.ns-padding-top-0 {
  padding-top: 0 !important; }

.ns-margin-top-0 {
  margin-top: 0 !important; }

.ns-mt-20 {
  margin-top: 20px !important; }

.ns-mt-100 {
  margin-top: 100px !important; }

.ns-mt-120 {
  margin-top: 120px !important; }

.ns-mb-60 {
  margin-bottom: 60px !important; }

.ns-mb-100 {
  margin-bottom: 100px !important; }

.ns-mb-120 {
  margin-bottom: 120px !important; }

.ns-mb-150 {
  margin-bottom: 100px !important; }

/* Header Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
body.menu-active {
  overflow: hidden; }
  body.menu-active .header-logo {
    display: none; }
  body.menu-active .nav-logo {
    display: block; }

body.phone {
  padding-top: 59px; }

body.tablet {
  padding-top: 59px; }

.home.blue header {
  background-color: #F4F9FA; }
  @media screen and (min-width: 768px) {
    .home.blue header:hover {
      background-color: #fff; } }
.page-id-187.blue header {
  background-color: #F4F9FA; }
  .page-id-187.blue header:hover {
    background-color: #fff; }

@-webkit-keyframes headerSlideDown {
  from {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes headerSlideDown {
  from {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

header {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 0;
  background-color: transparent;
  transition: box-shadow .15s ease;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: .200ms;
          animation-delay: .200ms;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  @media screen and (min-width: 1200px) {
    header {
      position: absolute;
      border-bottom: none;
      padding: 0 0 0 20px;
      display: flex;
      align-items: center; } }
  @media screen and (min-width: 1200px) {
    header {
      padding: 0px 30px 10px 50px; } }
  header.active {
    position: fixed;
    background-color: white !important;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #DDDEDE; }
  header .upper {
    margin-right: auto;
    position: relative;
    padding: 10px 20px; }
    @media screen and (min-width: 1200px) {
      header .upper {
        padding: 0; } }
    header .upper.open {
      background-color: #fff; }
  header .lower {
    margin-left: auto; }
    header .lower.open {
      background-color: #fff;
      height: calc(100vh - 60px); }
  header .logo {
    margin-right: auto;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1200px) {
      header .logo img {
        width: 86px !important; } }
  header .hamburger-menu {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 14px;
    cursor: pointer; }
    @media screen and (min-width: 1200px) {
      header .hamburger-menu {
        display: none; } }
    header .hamburger-menu span {
      display: block;
      position: relative;
      width: 26px;
      height: 2px;
      margin: 6px;
      background-color: #00A2E5;
      border-radius: 20px;
      transition: all 0.3s; }
      header .hamburger-menu span.bottom {
        width: 16px; }
    header .hamburger-menu.open .bun.top {
      top: 10px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    header .hamburger-menu.open .patty {
      background: none !important; }
    header .hamburger-menu.open .bun.bottom {
      top: -6px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      width: 26px; }
  header .primary-nav {
    display: none; }
    @media screen and (min-width: 1200px) {
      header .primary-nav {
        display: block !important; } }
    header .primary-nav li {
      list-style: none; }
    header .primary-nav > ul > li {
      list-style: none;
      padding: 0;
      border-top: 1px solid #DDDEDE;
      margin: 0; }
      @media screen and (min-width: 1200px) {
        header .primary-nav > ul > li {
          border-top: none;
          display: inline-block;
          padding: 0 10px; } }
      @media screen and (min-width: 1200px) {
        header .primary-nav > ul > li {
          padding: 0 20px; } }
      header .primary-nav > ul > li > a {
        font-size: 16px;
        color: #000000;
        font-family: "Plus Jakarta Sans", sans-serif;
        text-decoration: none;
        line-height: 1.25;
        padding: 15px 20px;
        display: inline-block;
        border-top: 5px solid transparent;
        font-weight: 500;
        transition: .15s linear; }
        @media screen and (min-width: 1200px) {
          header .primary-nav > ul > li > a {
            display: block;
            padding: 25px 10px 30px; } }
        @media screen and (min-width: 1900px) {
          header .primary-nav > ul > li > a {
            padding: 35px 20px 40px; } }
        @media screen and (max-width: 1024px) {
          header .primary-nav > ul > li > a {
            font-size: 20px; } }
        @media screen and (min-width: 1200px) {
          header .primary-nav > ul > li > a:hover {
            border-top: 5px solid #00A2E5; } }
      header .primary-nav > ul > li :hover {
        color: #005A9D; }
      @media screen and (min-width: 1200px) {
        header .primary-nav > ul > li.current-menu-item > a {
          border-top: 5px solid #00A2E5;
          color: #005A9D; } }
      @media screen and (min-width: 1200px) {
        header .primary-nav > ul > li.current-menu-ancestor > a {
          border-top: 5px solid #00A2E5;
          color: #005A9D; } }
      header .primary-nav > ul > li.search-icon {
        display: none;
        padding: 0; }
        @media screen and (min-width: 1200px) {
          header .primary-nav > ul > li.search-icon {
            display: inline-block; } }
        header .primary-nav > ul > li.search-icon a {
          padding: 11px 12.3px;
          border: 1px solid transparent;
          background-color: transparent; }
        header .primary-nav > ul > li.search-icon.active a {
          background: #F0F9FF !important;
          border-radius: 100%;
          border: 1px solid #B6E1FF; }
        header .primary-nav > ul > li.search-icon:hover a {
          background: #F0F9FF !important;
          border-radius: 100%;
          border: 1px solid #B6E1FF; }
      @media screen and (max-width: 1200px) {
        header .primary-nav > ul > li.open > a {
          color: #005A9D; }
        header .primary-nav > ul > li.open > .sub-menu {
          display: block !important;
          background-color: #F4F9FA;
          padding: 10px 20px; } }
      header .primary-nav > ul > li.blue > .sub-menu {
        background: #F4F9FA !important; }
  header .primary-nav > ul > li.menu-item-has-children {
    transition: .15s linear; }
    @media screen and (min-width: 1200px) {
      header .primary-nav > ul > li.menu-item-has-children {
        background: none; } }
    header .primary-nav > ul > li.menu-item-has-children > .sub-menu {
      display: none; }
      @media screen and (min-width: 1200px) {
        header .primary-nav > ul > li.menu-item-has-children > .sub-menu {
          display: block;
          visibility: hidden;
          position: absolute;
          z-index: 1;
          left: 0;
          top: 90px;
          width: 100vw;
          background: #fff;
          text-decoration: none;
          padding: 0;
          margin: 0;
          padding: 50px 20px;
          border-top: 1px solid #DDDEDE;
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
          transition: .25s linear;
          opacity: 0; } }
      @media screen and (min-width: 1024px) {
        header .primary-nav > ul > li.menu-item-has-children > .sub-menu {
          padding: 50px 50px; } }
      header .primary-nav > ul > li.menu-item-has-children > .sub-menu > li {
        list-style: none; }
        @media screen and (min-width: 1200px) {
          header .primary-nav > ul > li.menu-item-has-children > .sub-menu > li {
            margin-top: 10px; } }
        header .primary-nav > ul > li.menu-item-has-children > .sub-menu > li a {
          text-decoration: none;
          color: #005A9D;
          font-size: 16px;
          font-weight: 500;
          padding: 10px 0;
          display: block; }
          @media screen and (min-width: 1200px) {
            header .primary-nav > ul > li.menu-item-has-children > .sub-menu > li a {
              color: #000; } }
    @media screen and (min-width: 1200px) {
      header .primary-nav > ul > li.menu-item-has-children:hover > .sub-menu {
        visibility: visible; } }
  @media screen and (min-width: 1200px) and (min-width: 1200px) {
    header .primary-nav > ul > li.menu-item-has-children:hover > .sub-menu {
      opacity: 1; } }
    @media screen and (min-width: 1200px) {
      header .primary-nav > ul > li.menu-item-has-children li.heading {
        position: relative;
        border-top: 1px solid #DDDEDE;
        padding-top: 30px; } }
    header .primary-nav > ul > li.menu-item-has-children li.heading.display-mobile a {
      display: block; }
    header .primary-nav > ul > li.menu-item-has-children li.heading:first-child {
      border-top: 0;
      padding-top: 0; }
    header .primary-nav > ul > li.menu-item-has-children li.heading > a {
      display: none; }
      @media screen and (min-width: 1200px) {
        header .primary-nav > ul > li.menu-item-has-children li.heading > a {
          text-decoration: none;
          font-size: 22px;
          font-weight: 500;
          font-family: "Plus Jakarta Sans", sans-serif;
          color: #005A9D !important;
          cursor: default;
          flex: 0 1 30%;
          max-width: 30%;
          position: absolute;
          padding: 0 30px 0 0;
          display: block; } }
    @media screen and (min-width: 1200px) {
      header .primary-nav > ul > li.menu-item-has-children li.heading > .sub-menu {
        flex: 0 1 70%;
        max-width: 70%;
        display: flex;
        flex-wrap: wrap;
        margin-left: auto; } }
    header .primary-nav > ul > li.menu-item-has-children li.heading > .sub-menu li {
      list-style: none; }
      @media screen and (min-width: 1200px) {
        header .primary-nav > ul > li.menu-item-has-children li.heading > .sub-menu li {
          padding: 0 50px 0 0;
          margin-top: 0px;
          flex: 0 1 33.333%;
          max-width: 33.333%; } }
      header .primary-nav > ul > li.menu-item-has-children li.heading > .sub-menu li a {
        text-decoration: none;
        color: #005A9D;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 16px;
        font-weight: 600;
        padding: 0 0 10px;
        display: block;
        transition: .15s linear; }
        @media screen and (min-width: 1200px) {
          header .primary-nav > ul > li.menu-item-has-children li.heading > .sub-menu li a {
            color: #000; } }
        header .primary-nav > ul > li.menu-item-has-children li.heading > .sub-menu li a:hover {
          color: #005A9D; }
    header .primary-nav > ul > li.menu-item-has-children .menu-item-description {
      display: none; }
      @media screen and (min-width: 1200px) {
        header .primary-nav > ul > li.menu-item-has-children .menu-item-description {
          display: block;
          font-weight: 400;
          color: #4F5255;
          font-size: 14px;
          line-height: 20px;
          margin-top: 5px; } }
    header .primary-nav > ul > li.menu-item-has-children.published.open > .sub-menu {
      opacity: 1; }
    header .primary-nav > ul > li.menu-item-has-children.published > .sub-menu {
      opacity: 0; }
      @media screen and (min-width: 1200px) {
        header .primary-nav > ul > li.menu-item-has-children.published > .sub-menu li.heading {
          flex: 0 1 66.666%;
          max-width: 66.666%; } }
      @media screen and (min-width: 1200px) {
        header .primary-nav > ul > li.menu-item-has-children.published > .sub-menu li.heading > .sub-menu li {
          flex: 0 1 50%;
          max-width: 50%; } }
      header .primary-nav > ul > li.menu-item-has-children.published > .sub-menu li.heading > .sub-menu li a {
        color: #000; }
      header .primary-nav > ul > li.menu-item-has-children.published > .sub-menu li.posts {
        position: absolute;
        top: 0;
        right: 0;
        width: 33.333%;
        background-color: #fff;
        margin: 0;
        height: 100%;
        padding: 50px;
        display: none; }
        @media screen and (min-width: 1200px) {
          header .primary-nav > ul > li.menu-item-has-children.published > .sub-menu li.posts {
            display: block; } }
        header .primary-nav > ul > li.menu-item-has-children.published > .sub-menu li.posts > a {
          font-size: 14px;
          font-weight: 400; }
        header .primary-nav > ul > li.menu-item-has-children.published > .sub-menu li.posts > .sub-menu li {
          padding-left: 0; }
        header .primary-nav > ul > li.menu-item-has-children.published > .sub-menu li.posts > .sub-menu a {
          display: inline; }
    @media screen and (min-width: 768px) {
      header .primary-nav > ul > li.menu-item-has-children.published:hover > .sub-menu {
        opacity: 1;
        display: flex;
        flex-wrap: wrap; } }
    @media screen and (max-width: 1200px) {
      header .primary-nav > ul > li.menu-item-has-children {
        position: relative; }
        header .primary-nav > ul > li.menu-item-has-children::after {
          content: '';
          background: url(../img/chevron-open.svg) no-repeat;
          width: 18px;
          height: 18px;
          background-size: contain;
          background-position: center;
          position: absolute;
          right: 20px;
          top: 20px;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        header .primary-nav > ul > li.menu-item-has-children.open::after {
          -webkit-transform: rotate(360deg);
                  transform: rotate(360deg); } }
.search-form {
  display: none !important;
  padding: 30px 20px;
  border-top: 1px solid #DDDEDE; }
  @media screen and (min-width: 768px) {
    .search-form {
      display: none;
      position: absolute;
      z-index: -1;
      left: 0;
      width: 100vw;
      background: #fff;
      text-decoration: none;
      padding: 0;
      margin: 0;
      padding: 50px 20px;
      border-top: 1px solid #DDDEDE;
      box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
      transition: .25s linear; } }
  @media screen and (min-width: 1024px) {
    .search-form {
      padding: 50px 50px; } }
  @media screen and (max-width: 768px) {
    .search-form.open {
      display: block !important; } }
  @media screen and (min-width: 768px) {
    .search-form.active {
      display: block !important; } }
  .search-form input[type=text] {
    width: 100%;
    background: url(../img/search-icon.svg) no-repeat center right 20px #F4F9FC;
    border: none;
    border-radius: 25px;
    padding: 10px 40px 10px 20px;
    color: #00243E;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    font-size: 15px; }
    @media screen and (min-width: 768px) {
      .search-form input[type=text] {
        background: #F4F9FC;
        padding: 10px 20px; } }
    .search-form input[type=text]::-webkit-input-placeholder {
      color: #00243E; }
    .search-form input[type=text]::-moz-placeholder {
      color: #00243E; }
    .search-form input[type=text]::placeholder {
      color: #00243E; }
  .search-form button,
  .search-form input[type=submit] {
    background-color: #fff;
    border-radius: 25px;
    border: 2px solid #1BBA92;
    padding: 6px 30px;
    color: #00243E;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px; }
    .search-form button::-webkit-input-placeholder, .search-form input[type=submit]::-webkit-input-placeholder {
      color: #00243E; }
    .search-form button::-moz-placeholder, .search-form input[type=submit]::-moz-placeholder {
      color: #00243E; }
    .search-form button::placeholder,
    .search-form input[type=submit]::placeholder {
      color: #00243E; }
  .search-form span {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
    color: #4F5255; }
  @media screen and (min-width: 768px) {
    .search-form .search-field {
      flex: 0 1 calc(100% - 200px);
      max-width: calc(100% - 200px);
      padding-right: 20px; } }
  .search-form .validation {
    display: none; }
    @media screen and (min-width: 768px) {
      .search-form .validation {
        display: flex;
        flex: 0 1 200px;
        max-width: 200px;
        align-items: center; } }
    .search-form .validation .button-link span {
      margin-left: unset; }
      .search-form .validation .button-link span:nth-child(2) {
        top: 7px; }
  .search-form > div {
    max-width: 900px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .search-form > div {
        display: flex;
        flex-wrap: wrap;
        align-items: center; } }
@media screen and (min-width: 1200px) {
  main {
    padding-top: 90px; } }

header .primary-nav > ul > li.menu-item-has-children.published > .sub-menu li.heading > .sub-menu li a:hover {
  color: #005A9D; }

#menu-item-627 a {
  font-size: 14px;
  color: #4F5255;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500; }

#menu-item-627 ul li a {
  font-size: 16px;
  color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  transition: .25s linear; }
  #menu-item-627 ul li a:hover {
    color: #005A9D; }

.ns-menu-link a {
  position: relative;
  padding: 10px 20px 10px 0px !important;
  transition: .15s linear; }
  .ns-menu-link a::before {
    content: '';
    background: url("../img/link-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    vertical-align: middle;
    margin-left: 5px;
    transition: .15s linear; }
  .ns-menu-link a::after {
    content: '';
    background: url("../img/link-arrow.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 11px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    vertical-align: middle;
    margin-left: 5px;
    transition: .15s linear; }
  .ns-menu-link a:hover {
    padding-left: 20px !important; }
    .ns-menu-link a:hover::before {
      -webkit-transform: translate(-5px, -50%);
              transform: translate(-5px, -50%);
      opacity: 1; }
    .ns-menu-link a:hover::after {
      opacity: 0;
      -webkit-transform: translate(0px, -10px);
              transform: translate(0px, -10px); }

body.single-team .primary-nav ul li.menu-item-412 > a {
  border-top: 5px solid #00A2E5;
  color: #005A9D; }

body.blog .primary-nav ul li.menu-item-410 > a,
body.term-173 .primary-nav ul li.menu-item-410 > a,
body.term-175 .primary-nav ul li.menu-item-410 > a,
body.term-171 .primary-nav ul li.menu-item-410 > a,
body.term-39 .primary-nav ul li.menu-item-410 > a,
body.tax-solution-cat .primary-nav ul li.menu-item-410 > a,
body.single-post .primary-nav ul li.menu-item-410 > a {
  border-top: 5px solid #00A2E5;
  color: #005A9D; }

body.term-172 .primary-nav ul li.menu-item-411 > a,
body.term-174 .primary-nav ul li.menu-item-411 > a,
body.term-43 .primary-nav ul li.menu-item-411 > a {
  border-top: 5px solid #00A2E5;
  color: #005A9D; }

body.term-172 .primary-nav ul li.menu-item-410 > a,
body.term-174 .primary-nav ul li.menu-item-410 > a,
body.term-43 .primary-nav ul li.menu-item-410 > a {
  border-top: unset;
  color: unset; }

/* Footer Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
footer {
  background-color: #005A9D;
  padding: 60px 60px 45px 60px;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 20px; } }
  footer::after {
    content: "";
    background-image: url(/wp-content/themes/edison-research/img/footerbg.png);
    position: absolute;
    top: -10px;
    right: 1px;
    width: 36px;
    height: 119%;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 768px) {
      footer::after {
        background-image: unset; } }
  footer .button-link {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #B6E1FF;
    padding-bottom: 80px; }
    @media screen and (max-width: 768px) {
      footer .button-link {
        margin-top: 34px;
        padding-bottom: 60px; } }
  footer .social-nav ul, footer .social-nav li {
    list-style: none; }
  footer .social-nav li {
    display: inline-block;
    margin: 0;
    padding: 0; }
  footer .social-nav a {
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    margin-right: 10px;
    transition: .15s linear; }
    footer .social-nav a:hover {
      color: #FFEC76; }

.cta_title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.cta_title h2 {
  max-width: 640px;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500; }
  @media screen and (max-width: 768px) {
    .cta_title h2 {
      font-size: 28px;
      line-height: 38px;
      max-width: 315px; } }
.copyright {
  display: flex;
  width: 100%;
  margin-top: 113px;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .copyright {
      margin-top: 52px;
      flex-direction: column-reverse; } }
.info_footer {
  margin-top: 68px; }

.social-icons {
  margin-top: 36px; }

.social-icons a {
  margin-right: 12px; }

.info_footer a {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin: 0;
  text-decoration: none;
  transition: .15s linear; }
  @media screen and (max-width: 768px) {
    .info_footer a {
      line-height: 30px;
      font-size: 18px; } }
  .info_footer a:hover {
    color: #FFEC76; }

.info_footer p {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .info_footer p {
      line-height: 30px;
      font-size: 18px; } }
.info_footer p span {
  color: #B6E1FF;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin: 0;
  margin-right: 5px; }
  @media screen and (max-width: 768px) {
    .info_footer p span {
      line-height: 30px;
      font-size: 18px; } }
.copyright p, .copyright a {
  width: 50%;
  color: #fff;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    .copyright p, .copyright a {
      width: 100%; } }
.footer-navigation {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    .footer-navigation {
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%; } }
#menu-footer-menu {
  display: inline-flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px; }

#menu-footer-menu li {
  list-style: none;
  padding-left: 0; }

#menu-footer-menu li a {
  color: #fff;
  text-decoration: none;
  transition: .15s linear; }
  #menu-footer-menu li a:hover {
    color: #FFEC76; }

/* Backend Specific Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.wp-block {
  max-width: 100%; }
  .wp-block * {
    box-sizing: border-box; }
  .wp-block img[src$=".svg"]:not(.emoji) {
    width: auto !important; }
  .wp-block .hidden-warning * {
    font-family: "Plus Jakarta Sans", sans-serif; }
  .wp-block .content-module {
    padding-left: 20px !important;
    padding-right: 20px !important; }

.hidden-warning {
  background-color: #e5324d;
  color: white;
  font-size: 1.2em;
  text-align: center;
  padding: 15px; }

.ns-headline {
  padding: 0px 20px;
  margin: 50px 0; }
  @media screen and (min-width: 1024px) {
    .ns-headline {
      padding: 0 50px;
      margin: 100px 0; } }
  @media screen and (min-width: 1200px) {
    .ns-headline {
      padding: 0 100px;
      margin: 100px 0; } }
  .ns-headline > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    row-gap: 45px; }
    .ns-headline > div h6 {
      font-size: 14px;
      font-weight: 400;
      font-family: "Plus Jakarta Sans", sans-serif;
      margin: 0 0 20px;
      color: #4F5255; }
    .ns-headline > div h1 {
      font-size: 34px;
      line-height: 40px;
      font-weight: 500;
      margin: 0; }
      @media screen and (min-width: 768px) {
        .ns-headline > div h1 {
          font-size: 34px;
          line-height: 40px; } }
      @media screen and (min-width: 1200px) {
        .ns-headline > div h1 {
          font-size: 56px;
          line-height: 52px; } }
    .ns-headline > div p {
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: 24px;
      line-height: 34px;
      font-weight: 500;
      margin: 0;
      padding-left: 27px;
      position: relative; }
      .ns-headline > div p::before {
        content: "";
        display: block;
        height: 90%;
        border-left: 3px solid #00A2E5;
        left: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      @media screen and (min-width: 768px) {
        .ns-headline > div p {
          font-size: 24px;
          line-height: 34px; } }
      @media screen and (min-width: 1200px) {
        .ns-headline > div p {
          font-size: 26px;
          line-height: 40px;
          max-width: 580px; } }
    .ns-headline > div .ns-breadcrumb-hero {
      margin-bottom: 24px; }

.ns-columns {
  width: 100%;
  height: auto;
  padding: 0px 20px;
  margin: 50px 0; }
  @media screen and (min-width: 1024px) {
    .ns-columns {
      padding: 0 50px;
      margin: 100px 0; } }
  @media screen and (min-width: 1200px) {
    .ns-columns {
      padding: 0 100px;
      margin: 100px 0; } }
  .ns-columns div.ns-background-filled {
    background-color: #F4F9FC;
    padding: 50px 30px; }
    @media screen and (min-width: 1200px) {
      .ns-columns div.ns-background-filled {
        padding: 90px 50px; } }
    .ns-columns div.ns-background-filled .ns-content h2 {
      text-align: center;
      font-size: 28px;
      font-weight: 500; }
  @media screen and (min-width: 1200px) {
    .ns-columns div.ns-background-transparent .ns-content.ns-column-four .ns-container {
      min-width: auto; } }
  .ns-columns div .ns-content {
    display: flex;
    flex-wrap: wrap;
    -webkit-column-gap: 3.3%;
       -moz-column-gap: 3.3%;
            column-gap: 3.3%;
    row-gap: 52px; }
    .ns-columns div .ns-content h2 {
      flex: 100%;
      margin: 0;
      font-size: 32px;
      color: #000; }
    .ns-columns div .ns-content.ns-column-three .ns-container {
      flex: 100%; }
      @media screen and (min-width: 768px) {
        .ns-columns div .ns-content.ns-column-three .ns-container {
          flex: 0 1 48%; } }
      @media screen and (min-width: 1200px) {
        .ns-columns div .ns-content.ns-column-three .ns-container {
          flex: 0 1 33.3%; } }
    .ns-columns div .ns-content.ns-column-three h2 {
      text-align: center; }
    .ns-columns div .ns-content.ns-column-four .ns-container {
      flex: 100%; }
      @media screen and (min-width: 768px) {
        .ns-columns div .ns-content.ns-column-four .ns-container {
          flex: 0 1 48%; } }
      @media screen and (min-width: 1200px) {
        .ns-columns div .ns-content.ns-column-four .ns-container {
          flex: 0 1 22.5%; } }
    .ns-columns div .ns-content .ns-container {
      display: flex;
      flex-direction: column;
      text-decoration: none;
      row-gap: 18px;
      cursor: pointer; }
      .ns-columns div .ns-content .ns-container figure {
        max-width: 33.33px;
        height: 34px; }
        .ns-columns div .ns-content .ns-container figure img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      .ns-columns div .ns-content .ns-container h3 {
        margin: 0;
        font-family: "Plus Jakarta Sans", sans-serif;
        color: #000;
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
        transition: .15s linear; }
        .ns-columns div .ns-content .ns-container h3:hover {
          color: #005A9D; }
      .ns-columns div .ns-content .ns-container p {
        margin: 0;
        font-family: "Heebo", sans-serif;
        color: #4F5255;
        line-height: 28px;
        font-size: 18px; }
      .ns-columns div .ns-content .ns-container::before {
        content: "";
        display: block;
        height: 3px;
        width: 100%;
        border-top: 3px solid #00A2E5; }
      @media screen and (min-width: 1200px) {
        .ns-columns div .ns-content .ns-container {
          max-width: 300px; } }
.ns-contact {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 47.5px 20px 77.5px 20px; }
  @media screen and (min-width: 1200px) {
    .ns-contact {
      flex-wrap: nowrap;
      padding: 114px 15px 83px 15px; } }
  .ns-contact .ns-contact-title {
    margin: 30px 0; }
    @media screen and (min-width: 1200px) {
      .ns-contact .ns-contact-title {
        margin: 30px 0 50px 0; } }
  .ns-contact .ns-contact-row {
    display: flex;
    flex-direction: column;
    row-gap: 13px;
    margin-bottom: 37px; }
    .ns-contact .ns-contact-row h5 {
      text-transform: uppercase;
      font-size: 13px;
      line-height: 16px;
      letter-spacing: 1px;
      font-weight: 500;
      margin: 0;
      color: #4F5255;
      font-family: "Plus Jakarta Sans", sans-serif; }
    .ns-contact .ns-contact-row a {
      margin: 0;
      font-size: 24px;
      line-height: 30px;
      font-family: "Plus Jakarta Sans", sans-serif;
      text-underline-offset: 7.5px;
      font-weight: 500; }
  .ns-contact figure {
    position: relative; }
    .ns-contact figure::after {
      position: absolute;
      content: '';
      background: url(../blocks/hero/assets/hero-image-treatment.svg) no-repeat bottom;
      background-size: contain;
      z-index: -1; }
      @media screen and (min-width: 768px) {
        .ns-contact figure::after {
          bottom: -30px;
          width: 225px;
          height: 454px;
          right: -30px; } }
      @media screen and (max-width: 767px) {
        .ns-contact figure::after {
          bottom: -20px;
          width: 160px;
          height: 160px;
          right: -20px;
          background-size: cover; } }
body.page-id-79 footer .button-link,
body.page-id-79 footer .cta_title,
body.page-id-79 footer .cta_button {
  display: none; }

.ns-content-elements {
  padding: 0px 20px;
  margin: 50px 0 0 0; }
  @media screen and (min-width: 1024px) {
    .ns-content-elements {
      padding: 0 50px;
      margin: 100px 0; } }
  @media screen and (min-width: 1200px) {
    .ns-content-elements {
      padding: 0 100px;
      margin: 100px 0; } }
  .ns-content-elements.middle-gap > div {
    row-gap: 25px; }
  .ns-content-elements > div {
    display: flex;
    flex-direction: column;
    row-gap: 65px;
    align-items: center; }
    .ns-content-elements > div .ns-content-text {
      max-width: 800px;
      margin: 0 auto;
      font-family: "Plus Jakarta Sans", sans-serif;
      line-height: 34px;
      font-weight: 500;
      text-align: center;
      font-size: 22px; }
      @media screen and (min-width: 768px) {
        .ns-content-elements > div .ns-content-text {
          font-size: 26px;
          line-height: 40px; } }
      .ns-content-elements > div .ns-content-text.title {
        font-size: 28px; }
        .ns-content-elements > div .ns-content-text.title > span {
          font-size: 36px; }
        @media screen and (max-width: 768px) {
          .ns-content-elements > div .ns-content-text.title {
            font-size: 22px; } }
    .ns-content-elements > div .ns-content-other-content {
      max-width: 800px;
      margin: 0 auto; }
      .ns-content-elements > div .ns-content-other-content p {
        font-family: "Heebo", sans-serif;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        margin: 0;
        color: #4F5255; }
        @media screen and (min-width: 768px) {
          .ns-content-elements > div .ns-content-other-content p {
            font-size: 20px; } }
    .ns-content-elements > div .ns-content-logos {
      display: flex;
      width: 100%;
      flex-direction: column; }
      .ns-content-elements > div .ns-content-logos .ns-logos-group {
        display: none;
        width: 100%;
        justify-content: center;
        text-align: center;
        align-items: center;
        -webkit-column-gap: 4%;
           -moz-column-gap: 4%;
                column-gap: 4%;
        flex-wrap: wrap;
        row-gap: 50px;
        transition: all .5s ease-in; }
        .ns-content-elements > div .ns-content-logos .ns-logos-group figure {
          flex: 0 0 30%; }
        @media screen and (min-width: 1200px) {
          .ns-content-elements > div .ns-content-logos .ns-logos-group figure {
            flex: 0 0 11.3%; } }
        .ns-content-elements > div .ns-content-logos .ns-logos-group:first-child {
          display: flex; }
    .ns-content-elements > div .ns-content-cta {
      background: transparent;
      border: 2px solid #1BBA92;
      border-radius: 22px;
      font-size: 16px;
      font-weight: 600;
      font-family: "Plus Jakarta Sans", sans-serif;
      color: #00243E;
      padding: 10px 35px;
      text-decoration: none;
      line-height: 14px;
      text-align: center;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .ns-content-elements > div .ns-content-cta {
          width: auto; } }
  .ns-content-elements .stats-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    flex-direction: row;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
    margin-top: 48px; }
    @media (min-device-width: 768px) and (max-device-width: 1024px) {
      .ns-content-elements .stats-row {
        -webkit-column-gap: 50px;
           -moz-column-gap: 50px;
                column-gap: 50px; } }
    @media screen and (max-width: 767px) {
      .ns-content-elements .stats-row {
        -webkit-column-gap: 35px;
           -moz-column-gap: 35px;
                column-gap: 35px;
        flex-wrap: wrap; } }
    .ns-content-elements .stats-row .stats-column {
      width: 15%; }
      @media (min-device-width: 768px) and (max-device-width: 1024px) {
        .ns-content-elements .stats-row .stats-column {
          width: 20%; } }
      @media screen and (max-width: 767px) {
        .ns-content-elements .stats-row .stats-column {
          width: 44%; } }
      .ns-content-elements .stats-row .stats-column h3 {
        font-size: 52px !important;
        line-height: 52px;
        font-family: "Plus Jakarta Sans", sans-serif;
        margin: 0;
        color: #005A9D;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          .ns-content-elements .stats-row .stats-column h3 {
            margin-top: 20px; } }
      .ns-content-elements .stats-row .stats-column p {
        font-size: 17px;
        line-height: 24px;
        margin: 0;
        font-weight: 400;
        color: #4F5255;
        margin-top: 12px;
        font-family: "Heebo", sans-serif; }

.ns-animate.active-fadein {
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@media screen and (max-width: 1024px) {
  .home .ns-content-elements {
    margin-bottom: 50px; } }

#ns-testimonials-block {
  position: relative;
  margin: 50px 0; }
  @media screen and (min-width: 1024px) {
    #ns-testimonials-block {
      margin: 100px 0; } }
  @media screen and (min-width: 1200px) {
    #ns-testimonials-block {
      margin: 100px 0; } }
  #ns-testimonials-block > div {
    max-width: 1100px;
    margin: 0 auto;
    background: #F4F9FA;
    padding: 70px 40px 70px 0px; }
    @media screen and (max-width: 768px) {
      #ns-testimonials-block > div {
        padding: 50px 20px 100px 20px; } }
    #ns-testimonials-block > div .splide__track {
      overflow: visible; }
    #ns-testimonials-block > div .quote {
      display: flex; }
      #ns-testimonials-block > div .quote .quote-column1 {
        width: 25%; }
        @media screen and (max-width: 768px) {
          #ns-testimonials-block > div .quote .quote-column1 {
            width: 100%;
            margin-top: 20px;
            display: flex;
            align-items: center; } }
        #ns-testimonials-block > div .quote .quote-column1 .person-text {
          padding-left: 30px; }
          @media screen and (min-width: 768px) {
            #ns-testimonials-block > div .quote .quote-column1 .person-text {
              display: none; } }
      #ns-testimonials-block > div .quote .quote-column2 {
        width: 75%;
        -webkit-animation: fadeInUp .5s linear .800ms;
                animation: fadeInUp .5s linear .800ms; }
        @media screen and (max-width: 768px) {
          #ns-testimonials-block > div .quote .quote-column2 {
            width: 100%; } }
        #ns-testimonials-block > div .quote .quote-column2 .person-text {
          display: none; }
          @media screen and (min-width: 768px) {
            #ns-testimonials-block > div .quote .quote-column2 .person-text {
              display: block; } }
        #ns-testimonials-block > div .quote .quote-column2 p {
          margin-top: 0; }
      @media screen and (max-width: 768px) {
        #ns-testimonials-block > div .quote {
          flex-direction: column-reverse; } }
    #ns-testimonials-block > div figure {
      margin-left: -25px;
      position: relative;
      width: 200px;
      height: 200px; }
      #ns-testimonials-block > div figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-animation: fadeInUp .5s linear .800ms;
                animation: fadeInUp .5s linear .800ms; }
      @media screen and (max-width: 1200px) {
        #ns-testimonials-block > div figure {
          margin-left: 0; } }
      @media screen and (max-width: 768px) {
        #ns-testimonials-block > div figure {
          margin-left: 0; } }
      #ns-testimonials-block > div figure::before {
        content: "";
        position: absolute;
        display: block;
        width: 202px;
        height: 177px;
        background: url(/wp-content/themes/edison-research/blocks/quotes/assets/patter-for-quote.png) center center no-repeat transparent;
        bottom: -20px;
        left: -20px;
        background-size: cover;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          #ns-testimonials-block > div figure::before {
            width: 130px;
            height: 130px; } }
    #ns-testimonials-block > div .person-text h3, #ns-testimonials-block > div .person-text p {
      color: #000;
      line-height: 24px;
      font-weight: 600;
      margin: 0;
      font-family: "Plus Jakarta Sans", sans-serif; }
    @media screen and (max-width: 768px) {
      #ns-testimonials-block > div .person-text h3 {
        font-size: 14px; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    #ns-testimonials-block > div .person-text h3 span {
      display: block; } }
    @media screen and (max-width: 768px) {
      #ns-testimonials-block > div .person-text p {
        font-size: 14px; } }
    @media screen and (min-width: 1200px) {
      #ns-testimonials-block > div .person-text h3, #ns-testimonials-block > div .person-text p {
        font-size: 16px; } }
    #ns-testimonials-block > div .quote-column2 > p {
      font-size: 24px;
      color: #005A9D;
      line-height: 36px;
      font-weight: 500;
      font-family: "Plus Jakarta Sans", sans-serif;
      max-width: 750px; }
      @media screen and (max-width: 768px) {
        #ns-testimonials-block > div .quote-column2 > p {
          font-size: 22px; } }
    #ns-testimonials-block > div .splide__arrows {
      position: absolute;
      bottom: -25px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (min-width: 1024px) {
        #ns-testimonials-block > div .splide__arrows {
          left: 70px;
          -webkit-transform: translateX(0);
                  transform: translateX(0); } }
      #ns-testimonials-block > div .splide__arrows button {
        position: relative;
        display: inline-block; }
    #ns-testimonials-block > div .splide__arrow--next {
      background: #005A9D;
      width: 51px;
      height: 51px;
      opacity: 1;
      transition: .15s linear;
      left: auto;
      right: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #ns-testimonials-block > div .splide__arrow--next:disabled {
        opacity: .5; }
        #ns-testimonials-block > div .splide__arrow--next:disabled:hover {
          background: #005A9D; }
      #ns-testimonials-block > div .splide__arrow--next:hover {
        background-color: #00A2E5; }
    #ns-testimonials-block > div .splide__arrow--prev {
      background: #005A9D;
      width: 51px;
      height: 51px;
      opacity: 1;
      transition: .15s linear;
      left: auto;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      #ns-testimonials-block > div .splide__arrow--prev:disabled {
        opacity: .5; }
        #ns-testimonials-block > div .splide__arrow--prev:disabled:hover {
          background: #005A9D; }
      #ns-testimonials-block > div .splide__arrow--prev:hover {
        background-color: #00A2E5; }

.ns-suscribe-gravityform {
  width: 100%;
  padding: 0;
  margin-top: 0; }
  .ns-suscribe-gravityform > div {
    margin-bottom: 80px; }
  .ns-suscribe-gravityform .ns-sucribe-container {
    display: flex;
    background: #F4F9FC;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 25px;
    padding: 33.5px 30px; }
    @media screen and (max-width: 768px) {
      .ns-suscribe-gravityform .ns-sucribe-container {
        margin: 0 20px; } }
    .ns-suscribe-gravityform .ns-sucribe-container h2 {
      margin: 0;
      font-size: 24px;
      max-width: 280px;
      color: #00243E;
      font-weight: 500; }
      @media screen and (min-width: 1200px) {
        .ns-suscribe-gravityform .ns-sucribe-container h2 {
          max-width: none; } }
    .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper {
      display: flex; }
      .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper form {
        display: flex;
        align-items: flex-start;
        -webkit-column-gap: 20px;
           -moz-column-gap: 20px;
                column-gap: 20px;
        flex-wrap: wrap;
        row-gap: 20px; }
        @media screen and (min-width: 768px) {
          .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper form {
            flex-wrap: nowrap; } }
        .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper form .gform_title {
          display: none; }
        .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper form .gform_description {
          margin: 0; }
        .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper form .gform_footer {
          margin: 0;
          padding: 0;
          justify-content: flex-end;
          width: 100%; }
          @media screen and (min-width: 768px) {
            .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper form .gform_footer {
              width: auto; } }
          .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper form .gform_footer #gform_submit_button_1 {
            background: transparent;
            border: 2px solid #1BBA92;
            border-radius: 22px;
            font-size: 16px;
            font-family: "Plus Jakarta Sans", sans-serif;
            font-weight: 600;
            color: #00243E;
            padding: 11px 25px;
            text-decoration: none;
            line-height: 14px;
            text-align: center;
            margin: 0;
            width: 100%; }
            @media screen and (min-width: 768px) {
              .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper form .gform_footer #gform_submit_button_1 {
                width: auto; } }
        .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper form .gfield input {
          border: 1px solid #E1E6E9;
          border-radius: 30px;
          min-width: 254px;
          padding: 6px 20px;
          color: #00243E;
          font-weight: 500;
          font-family: "Plus Jakarta Sans", sans-serif; }
          .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper form .gfield input:focus-visible {
            outline-color: #E1E6E9; }
          .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper form .gfield input::-webkit-input-placeholder {
            color: #00243E; }
          .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper form .gfield input::-moz-placeholder {
            color: #00243E; }
          .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper form .gfield input::placeholder {
            color: #00243E; }
          @media screen and (min-width: 1200px) {
            .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper form .gfield input {
              border-radius: 22px;
              padding: 11px 20px; } }
        .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper form .gfield.gfield_error input {
          border-color: #c02b0a; }
        .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper form .gfield.gfield_error .validation_message {
          border: none;
          background: transparent;
          margin-top: 0;
          padding-top: 0;
          padding-bottom: 0;
          font-size: 14px;
          font-family: "Heebo", sans-serif; }
        .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper form .gform-body {
          width: 100%; }
          @media screen and (min-width: 768px) {
            .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper form .gform-body {
              width: auto; } }
      .ns-suscribe-gravityform .ns-sucribe-container .gform_wrapper .gform_validation_errors {
        display: none; }

.insights-block {
  width: 100%;
  padding: 0px 20px;
  margin: 50px 0;
  padding-bottom: 10px; }
  @media screen and (min-width: 1024px) {
    .insights-block {
      padding: 0 50px;
      margin: 100px 0; } }
  @media screen and (min-width: 1200px) {
    .insights-block {
      padding: 0 100px;
      margin: 80px 0 100px 0; } }
  .insights-block .headline-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .insights-block .headline-section .headline-section__title {
      width: 50%;
      font-size: 24px;
      font-weight: 500;
      font-family: "Plus Jakarta Sans", sans-serif;
      margin-bottom: 1em; }
      @media screen and (max-width: 768px) {
        .insights-block .headline-section .headline-section__title {
          width: 100%;
          margin-bottom: 25px; } }
    .insights-block .headline-section .headline-section__button {
      width: 50%;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .insights-block .headline-section .headline-section__button {
          width: 100%;
          position: fixed;
          bottom: 0;
          left: 0;
          padding-left: 20px;
          padding-right: 20px; } }
      .insights-block .headline-section .headline-section__button a {
        color: #00243E !important;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          .insights-block .headline-section .headline-section__button a {
            text-align: center; } }
  .insights-block .articles-section {
    display: flex;
    width: 100%;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-bottom: 45px; }
    @media screen and (max-width: 768px) {
      .insights-block .articles-section {
        flex-wrap: wrap; } }
    .insights-block .articles-section .article-column {
      width: 25%; }
      .insights-block .articles-section .article-column figure img {
        max-width: 100%;
        height: auto; }
      @media screen and (max-width: 768px) {
        .insights-block .articles-section .article-column {
          width: 100%; } }
      .insights-block .articles-section .article-column h4 {
        font-size: 14px;
        color: #4F5255;
        text-transform: capitalize;
        margin: 0 0 5px 0; }
      .insights-block .articles-section .article-column a {
        text-decoration: none;
        transition: .15s linear; }
        .insights-block .articles-section .article-column a:hover img {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
      .insights-block .articles-section .article-column h3 a {
        color: #000;
        transition: .15s linear; }
        .insights-block .articles-section .article-column h3 a:hover {
          color: #005A9D; }
      .insights-block .articles-section .article-column figure {
        overflow: hidden;
        height: 169px;
        width: 300px; }
        @media (min-width: 768px) and (max-width: 1024px) {
          .insights-block .articles-section .article-column figure {
            height: auto; } }
        @media screen and (max-width: 1560px) and (min-width: 1024px) {
          .insights-block .articles-section .article-column figure {
            height: auto;
            max-width: 100%; } }
        .insights-block .articles-section .article-column figure img {
          transition: .25s ease-out; }
      .insights-block .articles-section .article-column h3 {
        color: #000;
        line-height: 24px !important;
        font-weight: 500;
        margin: 0;
        transition: .15s linear;
        margin-top: 25px;
        max-width: 300px; }
        @media screen and (max-width: 768px) {
          .insights-block .articles-section .article-column h3 {
            font-size: 18px;
            margin-bottom: 45px; } }
      .insights-block .articles-section .article-column .category {
        display: none; }
        .insights-block .articles-section .article-column .category a {
          color: #4F5255;
          font-family: "Plus Jakarta Sans", sans-serif;
          font-size: 14px;
          font-weight: 500; }
      .insights-block .articles-section .article-column img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%;
        -o-object-position: top;
           object-position: top; }
        @media (min-width: 768px) and (max-width: 1024px) {
          .insights-block .articles-section .article-column img {
            height: auto; } }
        @media screen and (max-width: 1560px) and (min-width: 1024px) {
          .insights-block .articles-section .article-column img {
            height: auto;
            max-width: 100%; } }
body.single .ns-single .container-wide .insights-block {
  padding: 0; }
  body.single .ns-single .container-wide .insights-block .articles-section .article-column figure {
    width: auto;
    height: auto; }

.callout-block {
  margin-bottom: 100px;
  height: auto;
  overflow: hidden; }
  .callout-block > div {
    position: relative;
    background-color: #005A9D; }
  .callout-block .callout-content {
    z-index: 90000;
    padding: 70px 50px; }
    @media screen and (max-width: 767px) {
      .callout-block .callout-content {
        margin-top: 290px; } }
    @media screen and (max-width: 768px) {
      .callout-block .callout-content {
        padding: 20px 20px 50px 20px;
        margin-top: 0; } }
    .callout-block .callout-content > div {
      border-left: 2px solid #FFEC76;
      padding-left: 27px;
      z-index: 2; }
  .callout-block .callout-contentainer {
    display: flex;
    flex-direction: column; }
  .callout-block .callout-title {
    font-size: 46px;
    color: #fff;
    line-height: 56px;
    margin-bottom: 25px;
    z-index: 90000;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    width: 57%;
    max-width: 560px; }
    @media screen and (max-width: 768px) {
      .callout-block .callout-title {
        font-size: 28px;
        width: 100%;
        line-height: 35px; } }
  .callout-block .callout-text {
    width: 50%;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 31px;
    z-index: 90000;
    max-width: 560px; }
    @media screen and (max-width: 768px) {
      .callout-block .callout-text {
        width: 100%;
        font-size: 18px; } }
  .callout-block .callout_button {
    z-index: 9;
    display: block;
    position: relative; }
  .callout-block .callout-name {
    font-size: 20px;
    line-height: 30px;
    font-family: "Heebo", sans-serif;
    font-weight: 600;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .callout-block .callout-name {
        font-size: 18px; } }
  .callout-block .callout-email, .callout-block .callout-phone {
    font-size: 20px;
    line-height: 30px;
    font-family: "Heebo", sans-serif;
    font-weight: normal;
    color: #B6E1FF;
    pointer-events: all;
    z-index: 9;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .callout-block .callout-email, .callout-block .callout-phone {
        font-size: 18px; } }
  .callout-block a:hover {
    color: #FFEC76; }
  .callout-block .callout_image {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .callout-block .callout_image {
        position: relative; } }
    .callout-block .callout_image img {
      -webkit-mask-image: url(/wp-content/themes/edison-research/img/cta-mask.svg);
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-size: cover;
      -webkit-mask-position: 3px;
      height: 100%;
      width: 40%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .callout-block .callout_image img {
          -webkit-mask-image: url(/wp-content/themes/edison-research/img/cta-mask-mobile.svg) !important;
          -webkit-mask-repeat: no-repeat;
          -webkit-mask-size: cover;
          -webkit-mask-position: 100px;
          height: 500px;
          width: 60%;
          -o-object-fit: cover;
             object-fit: cover; } }
      @media screen and (max-width: 767px) {
        .callout-block .callout_image img {
          -webkit-mask-image: url(/wp-content/themes/edison-research/img/cta-mask-mobile.svg) !important;
          -webkit-mask-repeat: no-repeat;
          -webkit-mask-size: cover;
          -webkit-mask-position: 10px;
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
.ns-who-we-are {
  background-color: #005a9d;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 1200px) {
    .ns-who-we-are {
      max-height: 430px; } }
  @media screen and (min-width: 768px) and (max-width: 1200px) {
    .ns-who-we-are {
      max-height: 768px; } }
  .ns-who-we-are::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    /*background-image: url(../blocks/who-we-are/assets/map.svg);
        background-repeat: no-repeat;
        background-size: 630px;
        background-position: -3px 30px;*/ }
    @media screen and (min-width: 1200px) {
      .ns-who-we-are::before {
        width: 50%; } }
  .ns-who-we-are .ns-map-background {
    position: relative; }
    @media screen and (min-width: 1200px) {
      .ns-who-we-are .ns-map-background {
        background: linear-gradient(90deg, #005a9d 50%, white 50%); } }
    .ns-who-we-are .ns-map-background .container {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 60px;
      position: relative;
      z-index: 2;
      background-image: url(../blocks/who-we-are/assets/map.svg);
      background-repeat: no-repeat;
      background-size: 630px;
      background-position: -3px 30px; }
      .ns-who-we-are .ns-map-background .container::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../blocks/who-we-are/assets/mobile-sprite-pattern.svg);
        background-repeat: repeat-x;
        left: 0;
        top: calc(100% - 50px); }
        @media screen and (min-width: 1200px) {
          .ns-who-we-are .ns-map-background .container::before {
            background-image: url(../blocks/who-we-are/assets/desktop-sprite-pattern.svg);
            background-position: top right 20px;
            background-size: contain;
            top: 0;
            left: unset;
            background-repeat: no-repeat;
            width: 80px;
            right: -20px; } }
      @media screen and (min-width: 1200px) {
        .ns-who-we-are .ns-map-background .container {
          padding-bottom: 113px;
          background-color: #005a9d; } }
      .ns-who-we-are .ns-map-background .container .ns-who-we-are-container {
        display: flex;
        flex-direction: column;
        margin-top: 50px; }
        @media screen and (min-width: 1200px) {
          .ns-who-we-are .ns-map-background .container .ns-who-we-are-container {
            flex-direction: row;
            margin-top: 0; } }
        @media screen and (min-width: 768px) and (max-width: 1200px) {
          .ns-who-we-are .ns-map-background .container .ns-who-we-are-container {
            flex-direction: row;
            flex-wrap: nowrap; } }
        .ns-who-we-are .ns-map-background .container .ns-who-we-are-container .ns-who-we-are-content {
          padding-left: 27px;
          border-left: 3px solid #00A2E5; }
          @media screen and (min-width: 1200px) and (max-width: 1380px) {
            .ns-who-we-are .ns-map-background .container .ns-who-we-are-container .ns-who-we-are-content {
              margin-right: 50px; } }
          @media screen and (min-width: 1200px) {
            .ns-who-we-are .ns-map-background .container .ns-who-we-are-container .ns-who-we-are-content {
              max-width: 680px;
              margin-right: 108px;
              margin-top: 70px;
              padding-left: 28px; } }
          @media screen and (min-width: 768px) and (max-width: 1200px) {
            .ns-who-we-are .ns-map-background .container .ns-who-we-are-container .ns-who-we-are-content {
              flex: 1 0 55%; } }
          .ns-who-we-are .ns-map-background .container .ns-who-we-are-container .ns-who-we-are-content .ns-who-we-are-header {
            font-family: "Plus Jakarta Sans", sans-serif;
            font-size: 28px;
            line-height: 34px;
            margin-top: 0px;
            color: #FFFFFF;
            font-weight: 500; }
            @media screen and (min-width: 1200px) {
              .ns-who-we-are .ns-map-background .container .ns-who-we-are-container .ns-who-we-are-content .ns-who-we-are-header {
                font-family: "Plus Jakarta Sans", sans-serif;
                font-size: 36px;
                line-height: 48px; } }
          .ns-who-we-are .ns-map-background .container .ns-who-we-are-container .ns-who-we-are-content .ns-who-we-are-stats {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            margin-right: 120px; }
            @media screen and (min-width: 1200px) {
              .ns-who-we-are .ns-map-background .container .ns-who-we-are-container .ns-who-we-are-content .ns-who-we-are-stats {
                flex-direction: row; } }
          .ns-who-we-are .ns-map-background .container .ns-who-we-are-container .ns-who-we-are-content .ns-who-we-are-number-and-label {
            margin-top: 30px; }
            .ns-who-we-are .ns-map-background .container .ns-who-we-are-container .ns-who-we-are-content .ns-who-we-are-number-and-label .ns-who-we-are-number-and-label {
              margin-top: 16px; }
              @media screen and (min-width: 1200px) {
                .ns-who-we-are .ns-map-background .container .ns-who-we-are-container .ns-who-we-are-content .ns-who-we-are-number-and-label .ns-who-we-are-number-and-label {
                  width: -webkit-min-content;
                  width: -moz-min-content;
                  width: min-content; } }
          .ns-who-we-are .ns-map-background .container .ns-who-we-are-container .ns-who-we-are-content .ns-who-we-are-number {
            font-family: "Plus Jakarta Sans", sans-serif;
            font-size: 52px;
            font-weight: 500;
            color: #FFEC76;
            margin-bottom: 0;
            margin-top: 0; }
            @media screen and (min-width: 1200px) {
              .ns-who-we-are .ns-map-background .container .ns-who-we-are-container .ns-who-we-are-content .ns-who-we-are-number {
                margin-bottom: 16px;
                margin-top: 0; } }
          .ns-who-we-are .ns-map-background .container .ns-who-we-are-container .ns-who-we-are-content .ns-who-we-are-label {
            line-height: 24px;
            font-size: 17px;
            font-family: "Heebo", sans-serif;
            font-weight: 400;
            color: #B6E1FF;
            margin-bottom: 0; }
            @media screen and (min-width: 1200px) {
              .ns-who-we-are .ns-map-background .container .ns-who-we-are-container .ns-who-we-are-content .ns-who-we-are-label {
                margin-bottom: 0;
                margin-top: 0;
                width: 221px; } }
      @media screen and (min-width: 1200px) {
        .ns-who-we-are .ns-map-background .container .ns-who-we-are-intro-and-buttons {
          width: auto; } }
      @media screen and (min-width: 768px) and (max-width: 1200px) {
        .ns-who-we-are .ns-map-background .container .ns-who-we-are-intro-and-buttons {
          flex: 1 0 45%; } }
      .ns-who-we-are .ns-map-background .container .ns-who-we-are-intro-and-buttons .ns-who-we-are-intro {
        color: #FFFFFF;
        font-family: "Heebo", sans-serif;
        font-size: 18px;
        line-height: 30px;
        margin-top: 60px;
        margin-bottom: 30px;
        margin-right: 37px;
        max-width: 400px; }
        @media screen and (min-width: 768px) {
          .ns-who-we-are .ns-map-background .container .ns-who-we-are-intro-and-buttons .ns-who-we-are-intro {
            font-size: 20px; } }
        @media screen and (max-width: 768px) {
          .ns-who-we-are .ns-map-background .container .ns-who-we-are-intro-and-buttons .ns-who-we-are-intro {
            margin-right: 0px; } }
      .ns-who-we-are .ns-map-background .container .ns-who-we-are-intro-and-buttons .button-link {
        margin-right: 10px;
        margin-top: 0px;
        margin-bottom: 15px; }

.company-people-block {
  padding: 0px 20px;
  margin: 50px 0; }
  @media screen and (min-width: 1024px) {
    .company-people-block {
      padding: 0 50px;
      margin: 100px 0; } }
  @media screen and (min-width: 1200px) {
    .company-people-block {
      padding: 0 100px;
      margin: 100px 0; } }
  .company-people-block > div > div {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap; }
    .company-people-block > div > div .people-column {
      flex: 0 1 50%;
      padding: 0 10px;
      margin-bottom: 40px; }
      @media screen and (min-width: 768px) {
        .company-people-block > div > div .people-column {
          flex: 0 1 33.333%; } }
      @media screen and (min-width: 1024px) {
        .company-people-block > div > div .people-column {
          flex: 0 1 25%;
          margin-bottom: 70px; } }
      .company-people-block > div > div .people-column a {
        text-decoration: none; }
        .company-people-block > div > div .people-column a img {
          width: 100%;
          max-height: 400px;
          -o-object-fit: cover;
             object-fit: cover;
          margin-bottom: 23px; }
        .company-people-block > div > div .people-column a:hover h3 {
          color: #005A9D; }
      .company-people-block > div > div .people-column h3 {
        margin: 0;
        font-size: 22px;
        font-weight: 500;
        line-height: 28px;
        color: #000;
        font-family: "Plus Jakarta Sans", sans-serif;
        margin-bottom: 10px;
        transition: .15s linear; }
        @media screen and (max-width: 767px) {
          .company-people-block > div > div .people-column h3 {
            font-size: 18px;
            line-height: 18px; } }
      .company-people-block > div > div .people-column p {
        margin: 0;
        font-size: 18px;
        font-family: "Heebo", sans-serif;
        line-height: 24px;
        color: #4F5255;
        font-weight: normal; }
        @media screen and (max-width: 767px) {
          .company-people-block > div > div .people-column p {
            font-size: 14px;
            line-height: 18px; } }
.media-text-block {
  margin: 50px 0; }
  @media screen and (max-width: 768px) {
    .media-text-block.ns-mt-100 {
      margin-top: 50px !important; } }
  @media screen and (min-width: 1024px) {
    .media-text-block {
      padding: 0 50px;
      margin: 100px 0; } }
  @media screen and (min-width: 1200px) {
    .media-text-block {
      padding: 0;
      margin: 100px 0; } }
  .media-text-block .fill {
    background-color: #F4F9FC;
    z-index: -2;
    position: relative; }
    @media screen and (min-width: 768px) {
      .media-text-block .fill .text-image-container-right {
        top: -50px; } }
    .media-text-block .fill > div {
      padding: 50px 20px; }
    @media screen and (max-width: 768px) {
      .media-text-block .fill:first-child > div {
        padding: 50px 20px 0px; } }
  .media-text-block .media-text-block-title {
    text-align: center;
    padding: 50px 0px 0px 0px; }
    @media screen and (min-width: 768px) {
      .media-text-block .media-text-block-title {
        padding: 50px 0px 80px 0px; } }
    .media-text-block .media-text-block-title h2 {
      font-size: 28px;
      line-height: 1.5;
      font-weight: 500;
      text-align: center;
      color: #000;
      margin: 0px 20px 0 20px; }
      @media screen and (min-width: 768px) {
        .media-text-block .media-text-block-title h2 {
          font-size: 36px; } }
  .media-text-block .text-image-container-right {
    width: 55%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .media-text-block .text-image-container-right {
        width: 100%; } }
    .media-text-block .text-image-container-right figure {
      width: 590px;
      height: 590px; }
      @media screen and (max-width: 1024px) {
        .media-text-block .text-image-container-right figure {
          width: 100%;
          height: auto;
          margin: 0 auto; } }
      .media-text-block .text-image-container-right figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
  .media-text-block .text-image-container-left {
    width: 55%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .media-text-block .text-image-container-left {
        width: 100%; } }
    .media-text-block .text-image-container-left figure {
      width: 590px;
      height: 590px; }
      @media screen and (max-width: 768px) {
        .media-text-block .text-image-container-left figure {
          width: 100%;
          height: auto;
          margin: 0 auto; } }
      .media-text-block .text-image-container-left figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
  .media-text-block .text-right-container {
    display: flex;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0; }
    @media screen and (max-width: 768px) {
      .media-text-block .text-right-container {
        flex-wrap: wrap; } }
  .media-text-block .text-left-container {
    display: flex;
    align-items: center;
    padding-bottom: 100px;
    max-width: 1280px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .media-text-block .text-left-container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding-bottom: 22px; } }
    @media screen and (min-width: 768px) {
      .media-text-block .text-left-container {
        -webkit-column-gap: 10%;
           -moz-column-gap: 10%;
                column-gap: 10%; } }
  .media-text-block .content_text_image-right {
    width: 45%;
    margin: 0px 180px 0px 0; }
    @media screen and (max-width: 768px) {
      .media-text-block .content_text_image-right {
        width: 100%;
        margin: 0 0 50px 0; } }
    .media-text-block .content_text_image-right > div {
      border-left: 2px solid #00A2E5;
      padding-left: 20px;
      margin-bottom: 50px; }
    .media-text-block .content_text_image-right h2, .media-text-block .content_text_image-right h3 {
      line-height: 42px;
      color: #000;
      font-family: "Plus Jakarta Sans", sans-serif;
      font-weight: 500;
      max-width: 450px;
      margin: 0px;
      font-size: 28px;
      line-height: 38px; }
      @media screen and (max-width: 768px) {
        .media-text-block .content_text_image-right h2, .media-text-block .content_text_image-right h3 {
          font-size: 28px; } }
    .media-text-block .content_text_image-right p {
      font-size: 18px;
      line-height: 1.5;
      color: #4F5255;
      font-family: "Heebo", sans-serif;
      max-width: 450px;
      margin: 15px 0px 0px 0px; }
      @media screen and (max-width: 768px) {
        .media-text-block .content_text_image-right p {
          font-size: 18px; } }
    .media-text-block .content_text_image-right img {
      margin-bottom: 12px; }
    .media-text-block .content_text_image-right h4 {
      font-size: 20px;
      line-height: 30px;
      color: #000;
      margin-top: 24px;
      margin-bottom: 0px;
      text-transform: none;
      letter-spacing: 0; }
  .media-text-block .content_text_image-left {
    width: 45%; }
    @media screen and (max-width: 768px) {
      .media-text-block .content_text_image-left {
        width: 100%; } }
    .media-text-block .content_text_image-left > div {
      border-left: 2px solid #00A2E5;
      padding-left: 20px; }
      @media screen and (max-width: 768px) {
        .media-text-block .content_text_image-left > div {
          margin-bottom: 50px; } }
    .media-text-block .content_text_image-left h2, .media-text-block .content_text_image-left h3 {
      font-size: 28px;
      line-height: 42px;
      color: #000;
      font-family: "Plus Jakarta Sans", sans-serif;
      font-weight: 500;
      max-width: 452px;
      margin: 27px 0;
      margin: 0px;
      line-height: 38px; }
      @media screen and (max-width: 768px) {
        .media-text-block .content_text_image-left h2, .media-text-block .content_text_image-left h3 {
          font-size: 28px; } }
    .media-text-block .content_text_image-left p {
      font-size: 18px;
      line-height: 1.5;
      color: #4F5255;
      font-family: "Heebo", sans-serif;
      max-width: 450px;
      margin: 15px 0px 0px 0px; }
      @media screen and (max-width: 768px) {
        .media-text-block .content_text_image-left p {
          font-size: 18px; } }
    .media-text-block .content_text_image-left img {
      margin-bottom: 12px; }
    .media-text-block .content_text_image-left h4 {
      font-size: 20px;
      line-height: 30px;
      color: #000;
      margin-top: 24px;
      margin-bottom: 0px; }
  .media-text-block.ns-font-base-p .content_text_image-right p,
  .media-text-block.ns-font-base-p .content_text_image-left p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px; }
  .media-text-block .text-image-container-right::before {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 177px;
    background: url(/wp-content/themes/edison-research/img/patter-right.svg) center center no-repeat transparent;
    top: -20px;
    right: -20px;
    background-size: cover;
    z-index: -1; }
  .media-text-block .text-image-container-left::before {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 177px;
    background: url(/wp-content/themes/edison-research/img/patter-left.svg) center center no-repeat transparent;
    bottom: -28px;
    right: 22px;
    background-size: cover;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .media-text-block .text-image-container-left::before {
        right: -20px; } }
  @media screen and (max-width: 768px) {
    .media-text-block .transparent {
      margin: 50px 20px; } }
  .media-text-block .ns-actions-btn {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    -webkit-column-gap: 1%;
       -moz-column-gap: 1%;
            column-gap: 1%;
    margin-top: 30px; }
    .media-text-block .ns-actions-btn a.arrow-link img {
      margin-bottom: unset; }
  .media-text-block .video .video-content {
    position: relative;
    width: 590px;
    height: 590px; }
    @media screen and (max-width: 1200px) {
      .media-text-block .video .video-content {
        width: 100%;
        height: auto; } }
    .media-text-block .video .video-content video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .media-text-block .embed-container {
    height: 290px;
    flex: unset; }
    @media screen and (min-width: 1200px) {
      .media-text-block .embed-container {
        height: 390px;
        flex: 0 1 45%; } }
  .media-text-block .embed-container iframe,
  .media-text-block .embed-container object,
  .media-text-block .embed-container embed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 590px; }

/* Hero Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.hero {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  padding: 50px 20px; }
  @media screen and (min-width: 1024px) {
    .hero {
      padding: 50px; } }
  @media screen and (min-width: 1200px) {
    .hero {
      padding: 50px 100px; } }
  @media screen and (max-width: 768px) {
    .hero {
      padding-top: 25px; } }
  @media screen and (min-width: 1025px) and (max-width: 1300px) {
    .hero {
      padding-top: 5em; } }
  .hero.blue {
    background-color: #F4F9FA; }
  .hero.splide figure img {
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.2); }
  .hero.splide .treatment figure {
    display: none;
    padding: 0 20px 35px 0;
    background: url(../blocks/hero/assets/hero-image-treatment.svg) no-repeat bottom 15px right; }
    @media screen and (min-width: 1024px) {
      .hero.splide .treatment figure.desktop {
        display: block; } }
  .hero.splide .treatment .video {
    padding: 0 20px 35px 0;
    background: url(../blocks/hero/assets/hero-image-treatment.svg) no-repeat bottom 15px right; }
  .hero .splide__slide, .hero .no-slides {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center; }
    @media screen and (min-width: 1024px) {
      .hero .splide__slide, .hero .no-slides {
        flex-direction: row; } }
  .hero .content {
    flex: 0 1 100%;
    max-width: 100%; }
    @media screen and (max-width: 1024px) {
      .hero .content {
        display: flex;
        flex-direction: column; } }
    @media screen and (min-width: 1024px) {
      .hero .content {
        margin-bottom: 0;
        flex: 0 1 50%;
        max-width: 50%;
        padding-right: 120px; } }
    .hero .content .mobile {
      display: block; }
      @media screen and (min-width: 1024px) {
        .hero .content .mobile {
          display: none; } }
  .hero figure {
    flex: 0 1 100%;
    max-width: 100%;
    position: relative;
    -webkit-animation: fadeIn ease-in .5s forwards .1s;
            animation: fadeIn ease-in .5s forwards .1s; }
    @media screen and (min-width: 768px) {
      .hero figure {
        margin-left: auto;
        flex: 0 1 50%;
        max-width: 50%; } }
  .hero .video {
    flex: 0 1 100%;
    max-width: 100%;
    position: relative;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .hero .video {
        flex: 0 1 50%;
        max-width: 50%; } }
    .hero .video > div {
      width: 100%;
      height: 100%;
      padding-top: 70%;
      position: relative; }
      .hero .video > div > iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
  @media screen and (min-width: 1024px) {
    .hero .treatment .content {
      flex: 0 1 50%;
      max-width: 50%; } }
  .hero .treatment figure {
    padding: 0 22px 26px 0;
    background: url(../blocks/hero/assets/hero-image-treatment.svg) no-repeat bottom right;
    background-size: 80%;
    background-position: bottom 0em right -68px; }
    @media screen and (min-width: 768px) {
      .hero .treatment figure {
        padding: 0 20px 20px 0;
        background-size: auto 85%;
        flex: 0 1 50%;
        max-width: 50%; } }
    .hero .treatment figure.mobile {
      margin-right: -20px; }
  .hero .treatment .video {
    padding: 0 22px 26px 0;
    background: url(../blocks/hero/assets/hero-image-treatment.svg) no-repeat bottom right;
    background-size: 80%;
    background-position: bottom -22em right -118px; }
    @media screen and (min-width: 768px) {
      .hero .treatment .video {
        background-size: auto 85%;
        padding: 0 20px 20px 0;
        flex: 0 1 50%;
        max-width: 50%;
        background-position: bottom right; } }
  @media screen and (min-width: 1024px) {
    .hero .default .content {
      flex: 0 1 50%;
      max-width: 50%; } }
  .hero .default figure {
    padding: 0;
    background: none; }
    @media screen and (min-width: 1024px) {
      .hero .default figure {
        flex: 0 1 50%;
        max-width: 50%; } }
    .hero .default figure img {
      box-shadow: none; }
  .hero .default .video {
    padding: 0;
    background: none;
    order: -1; }
    @media screen and (min-width: 1024px) {
      .hero .default .video {
        flex: 0 1 50%;
        max-width: 50%;
        order: unset; } }
  .hero h1 {
    overflow: hidden;
    transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    /*span {
            opacity:0;
            display: block;

            &:nth-child(1) {
                animation: slideUp ease-out .5s forwards .5s; 
            }

            &:nth-child(2) {
                animation: slideUp ease-out .5s forwards .75s; 
            }
            &:nth-child(3) {
                animation: slideUp ease-out .5s forwards 1s; 
            }
        }*/ }
    .hero h1 > span {
      position: relative;
      overflow: hidden; }
      .hero h1 > span > span {
        opacity: 0;
        -webkit-animation-name: swipeUpHero;
                animation-name: swipeUpHero;
        -webkit-animation-delay: 200ms;
                animation-delay: 200ms;
        -webkit-animation-duration: 600ms;
                animation-duration: 600ms;
        -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
                animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        display: inline-block;
        -webkit-transform: translateY(100%);
                transform: translateY(100%); }
        .hero h1 > span > span:nth-child(1) {
          -webkit-animation-delay: 300ms;
                  animation-delay: 300ms; }
        .hero h1 > span > span:nth-child(2) {
          -webkit-animation-delay: 500ms;
                  animation-delay: 500ms; }
        .hero h1 > span > span:nth-child(3) {
          -webkit-animation-delay: 650ms;
                  animation-delay: 650ms; }
  .hero h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0 0 20px;
    color: #4F5255; }
  .hero p {
    color: #4F5255;
    line-height: 1.5;
    max-width: 500px;
    font-size: 18px; }
  .hero .description {
    opacity: 0;
    font-size: 20px;
    color: #4F5255; }
    .hero .description p {
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        .hero .description p {
          font-size: 18px; } }
    @media screen and (max-width: 768px) {
      .hero .description {
        font-size: 18px; } }
  .hero .button-link {
    margin-right: 20px;
    margin-bottom: 15px;
    -webkit-animation: fadeIn;
            animation: fadeIn;
    -webkit-animation-duration: 800ms;
            animation-duration: 800ms;
    -webkit-animation-delay: 150ms;
            animation-delay: 150ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
    @media screen and (max-width: 850px) and (min-width: 780px) {
      .hero .button-link {
        margin-bottom: 15px; } }
    @media screen and (max-width: 1129px) and (min-width: 1024px) {
      .hero .button-link {
        margin-right: 15px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 1024px) {
      .hero .button-link {
        width: 100%; } }
    .hero .button-link__two a {
      border: none;
      padding: 0;
      color: #00243E;
      vertical-align: middle; }
    .hero .button-link__two span:nth-child(2) {
      display: none; }
  @media screen and (max-width: 768px) {
    .hero .button-link, .hero .button-link-two {
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-top: 15px; } }
  .hero .button-link-two {
    position: relative; }
    .hero .button-link-two > a {
      padding-right: 1em; }
    .hero .button-link-two::after {
      content: '';
      position: absolute;
      background: url(../img/chevron-icon.svg);
      height: 8px;
      width: 8px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      right: 5px;
      top: 10px;
      pointer-events: all;
      cursor: pointer; }
  .hero .splide__pagination {
    position: relative;
    margin-top: 50px;
    padding: 0;
    justify-content: left; }
    .hero .splide__pagination__page {
      width: 100%;
      height: auto;
      border-radius: initial;
      border-top: 1px solid #B6E1FF;
      background: transparent;
      -webkit-transform: none;
              transform: none;
      text-align: left;
      padding-top: 15px;
      color: #005A9D;
      font-size: 15px;
      font-weight: 500;
      font-family: "Plus Jakarta Sans", sans-serif;
      transition: all .25s linear;
      position: relative; }
      .hero .splide__pagination__page.is-active {
        border-color: rgba(0, 160, 229, 0.2);
        color: #0078C8; }
        .hero .splide__pagination__page.is-active::after {
          content: '';
          position: absolute;
          left: 0;
          top: -3px;
          width: 100%;
          height: 3px;
          background-color: #00A2E5;
          -webkit-animation-name: autowidth;
                  animation-name: autowidth;
          -webkit-animation-duration: 20s;
                  animation-duration: 20s;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-timing-function: linear;
                  animation-timing-function: linear; }
      @media screen and (max-width: 1024px) {
        .hero .splide__pagination__page {
          font-size: 0px;
          padding: 0; } }
    .hero .splide__pagination li {
      margin-right: 30px;
      min-width: 250px;
      padding: 0; }
      @media screen and (max-width: 1024px) {
        .hero .splide__pagination li {
          flex: 0 1 30%;
          min-width: unset;
          margin: 0; } }
    @media screen and (max-width: 1024px) {
      .hero .splide__pagination {
        display: flex;
        flex-wrap: nowrap;
        gap: 4%;
        justify-content: center; } }
.home .hero h1.hero-title {
  margin-top: 0;
  font-size: 34px;
  line-height: 1.4;
  color: #000000; }
  @media screen and (min-width: 768px) {
    .home .hero h1.hero-title {
      font-size: 2.75vw; } }
  @media screen and (min-width: 1500px) {
    .home .hero h1.hero-title {
      font-size: 46px; } }
  @media screen and (max-width: 1024px) {
    .home .hero h1.hero-title {
      padding-top: 25px;
      max-width: 600px; } }
@media screen and (min-width: 1024px) {
  .home .hero .default .content {
    flex: 0 1 55%;
    max-width: 55%; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home .hero .default .content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 10px; } }

@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .home .hero .default .content {
    align-items: unset;
    text-align: unset; } }

@media screen and (min-width: 768px) {
  .home .hero .default figure {
    flex: 0 1 45%;
    max-width: 45%; } }

.home .hero .default .video {
  position: relative;
  z-index: 9;
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms; }
  @media screen and (min-width: 1024px) {
    .home .hero .default .video {
      flex: 0 1 45%;
      max-width: 45%; } }
  @media screen and (max-width: 1024px) {
    .home .hero .default .video {
      padding: 20px 0; } }
  .home .hero .default .video > .video-content {
    padding: 0;
    right: -50px;
    z-index: 9;
    width: 524px;
    height: 524px;
    background: #D8D8D8;
    box-shadow: 0 16px 34px 0 rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: fadeIn;
            animation: fadeIn;
    -webkit-animation-duration: 2s;
            animation-duration: 2s; }
    .home .hero .default .video > .video-content video[poster] {
      height: 524px; }
    @media screen and (max-width: 1024px) {
      .home .hero .default .video > .video-content {
        width: 320px;
        height: 320px;
        right: 0px;
        margin: 0 auto; }
        .home .hero .default .video > .video-content video[poster] {
          height: 320px; } }
    @media screen and (min-width: 1025px) and (max-width: 1300px) {
      .home .hero .default .video > .video-content {
        width: 420px;
        height: 420px;
        right: 0px;
        margin: 0 auto; }
        .home .hero .default .video > .video-content video[poster] {
          height: 420px; } }
  .home .hero .default .video::after {
    content: '';
    background: url(../blocks/hero/assets/hero-mask.svg) no-repeat bottom 15px right;
    height: 550px;
    width: 550px;
    position: absolute;
    top: -13px;
    left: 37px;
    background-position: top right;
    background-size: cover;
    z-index: 10; }
    @media screen and (min-width: 1025px) and (max-width: 1300px) {
      .home .hero .default .video::after {
        width: 440px;
        height: 440px;
        left: 50%;
        top: -10px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media screen and (min-width: 1024px) and (max-width: 1024px) {
      .home .hero .default .video::after {
        left: 37px !important; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .home .hero .default .video::after {
        width: 340px;
        height: 340px;
        left: -10px;
        top: 10px; } }
    @media screen and (max-width: 767px) {
      .home .hero .default .video::after {
        width: 340px;
        height: 340px;
        left: 50%;
        top: 10px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
.page-id-187 .hero h1.hero-title {
  margin-top: 0;
  font-size: 34px; }
  @media screen and (min-width: 768px) {
    .page-id-187 .hero h1.hero-title {
      font-size: 46px;
      line-height: 52px; } }
.single .hero h1.hero-title {
  line-height: 1.25; }

@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; }
  to {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 1; } }

@keyframes slideUp {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; }
  to {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.hero-title.ns-articles-title {
  line-height: 42px;
  max-width: 500px; }
  .hero-title.ns-articles-title > a {
    color: #000000;
    text-decoration: none;
    transition: all .2s ease; }
    .hero-title.ns-articles-title > a:hover {
      color: #005A9D; }

.description.ns-articles-desc {
  opacity: 1;
  line-height: 30px;
  font-family: "Heebo", sans-serif;
  margin-bottom: 30px; }

.ns-breadcrumb-hero a {
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #4F5255;
  transition: .15s linear; }
  .ns-breadcrumb-hero a:hover {
    color: #005A9D; }

.ns-breadcrumb-hero span {
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin: 0 3px; }
  .ns-breadcrumb-hero span:last-child {
    opacity: 0; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero .treatment figure.mobile {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%); } }

@-webkit-keyframes autowidth {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes autowidth {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.embed-container {
  height: 290px;
  flex: unset; }
  @media screen and (min-width: 1200px) {
    .embed-container {
      height: 390px;
      flex: 0 1 45%; } }
.embed-container iframe,
.embed-container object,
.embed-container embed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.events-feed {
  padding: 0px 20px;
  margin: 50px 0; }
  @media screen and (min-width: 1024px) {
    .events-feed {
      padding: 0 50px;
      margin: 100px 0; } }
  @media screen and (min-width: 1200px) {
    .events-feed {
      padding: 0 100px;
      margin: 100px 0; } }
  .events-feed > div {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto; }
  .events-feed table {
    width: 100%; }
    .events-feed table tr {
      border-top: 1px solid #DDDEDE; }
    .events-feed table td {
      vertical-align: top;
      padding-top: 30px;
      padding-bottom: 30px; }
    .events-feed table td.type {
      width: 100px;
      padding-right: 20px;
      color: #4F5255;
      font-size: 14px;
      font-family: "Plus Jakarta Sans", sans-serif;
      font-weight: 500; }
      @media screen and (min-width: 1024px) {
        .events-feed table td.type {
          width: 200px; } }
      @media screen and (max-width: 1024px) {
        .events-feed table td.type {
          display: none; } }
    @media screen and (min-width: 1024px) {
      .events-feed table td.info {
        display: flex;
        flex-wrap: wrap; } }
    .events-feed table td.info h2 {
      margin-top: 0;
      margin-bottom: 10px; }
    .events-feed table td.info a {
      color: #000000;
      text-decoration: none;
      transition: .15s linear;
      font-weight: 500; }
      .events-feed table td.info a:hover {
        color: #005A9D; }
    .events-feed table td.info .mobile {
      display: none; }
    @media screen and (max-width: 1024px) {
      .events-feed table td.info .content {
        display: flex; }
        .events-feed table td.info .content .mobile {
          display: flex;
          flex: 1 0 25%; }
      .events-feed table td.info .buttons {
        display: flex;
        flex-direction: column;
        row-gap: 15px; }
        .events-feed table td.info .buttons a {
          width: 100%; } }
    .events-feed table .date {
      color: #005A9D;
      font-weight: 700;
      font-size: 15px;
      line-height: 1.5;
      font-family: "Plus Jakarta Sans", sans-serif; }
    .events-feed table .location {
      color: #4F5255;
      font-size: 15px;
      line-height: 1.5;
      padding-top: 7px;
      font-family: "Plus Jakarta Sans", sans-serif;
      font-weight: 500; }
  .events-feed .buttons {
    margin-top: 20px; }
    @media screen and (min-width: 1024px) {
      .events-feed .buttons {
        margin-top: 0;
        margin-left: auto; } }
    .events-feed .buttons a {
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .events-feed .buttons a {
          width: auto; } }
.tax-nav {
  margin-bottom: 20px; }
  .tax-nav > label {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    margin-right: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #4F5255;
    font-weight: 500; }
  .tax-nav > div {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
    position: relative; }
  .tax-nav .selected {
    cursor: pointer;
    color: #00243E;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding-right: 20px;
    background: url(../blocks/events/assets/dropdown-closed.svg) no-repeat top 7px right; }
    .tax-nav .selected.active {
      background: url(../blocks/events/assets/dropdown-open.svg) no-repeat top 7px right; }
  .tax-nav ul {
    min-width: 220px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 #D2D2D2;
    list-style: none;
    padding: 10px;
    display: none;
    position: absolute;
    z-index: 2;
    top: 35px;
    left: 0; }
    .tax-nav ul li {
      list-style: none;
      font-size: 15px;
      padding: 5px 10px;
      margin: 5px 0;
      cursor: pointer;
      font-weight: 500; }
      .tax-nav ul li::marker {
        display: none; }
      .tax-nav ul li.checked {
        background-color: #E3F4FF;
        color: #005A9D;
        font-family: "Plus Jakarta Sans", sans-serif; }
      .tax-nav ul li a {
        text-decoration: none;
        font-family: "Plus Jakarta Sans", sans-serif; }
      .tax-nav ul li span {
        font-family: "Plus Jakarta Sans", sans-serif; }

.ns-positions {
  width: 100%;
  padding: 47.5px 20px; }
  @media screen and (max-width: 768px) {
    .ns-positions {
      padding-top: 0; } }
  .ns-positions > div {
    max-width: 1030px;
    margin: auto; }
    .ns-positions > div h2 {
      text-align: center;
      font-size: 36px;
      line-height: 40px;
      font-weight: 500;
      margin-bottom: 47px;
      color: #000; }
      @media screen and (max-width: 768px) {
        .ns-positions > div h2 {
          margin-top: 0; } }
    .ns-positions > div .ns-positions-container {
      display: flex;
      flex-direction: column; }
      .ns-positions > div .ns-positions-container .ns-position-item {
        display: flex;
        width: 100%;
        -webkit-column-gap: 5%;
           -moz-column-gap: 5%;
                column-gap: 5%;
        align-items: center;
        margin: 30px 0;
        position: relative; }
        @media screen and (min-width: 768px) {
          .ns-positions > div .ns-positions-container .ns-position-item {
            -webkit-column-gap: 1%;
               -moz-column-gap: 1%;
                    column-gap: 1%; } }
        .ns-positions > div .ns-positions-container .ns-position-item::before {
          content: '';
          position: absolute;
          width: 100%;
          border-top: 1px solid #DDDEDE;
          top: -30px; }
        .ns-positions > div .ns-positions-container .ns-position-item .ns-top-location-mb {
          margin: 0;
          font-size: 14px;
          line-height: 18px;
          color: #4F5255; }
          @media screen and (min-width: 768px) {
            .ns-positions > div .ns-positions-container .ns-position-item .ns-top-location-mb {
              display: none; } }
        .ns-positions > div .ns-positions-container .ns-position-item > div {
          flex: 1 0 60%; }
        .ns-positions > div .ns-positions-container .ns-position-item h3 {
          margin: 0;
          font-size: 22px;
          line-height: 28px;
          color: #000;
          font-weight: 500; }
          .ns-positions > div .ns-positions-container .ns-position-item h3 a {
            color: #000;
            border: none;
            text-decoration: none; }
            .ns-positions > div .ns-positions-container .ns-position-item h3 a::before {
              background: unset; }
            .ns-positions > div .ns-positions-container .ns-position-item h3 a:hover {
              color: #005A9D;
              background-color: unset; }
              .ns-positions > div .ns-positions-container .ns-position-item h3 a:hover::before {
                background-image: unset; }
        .ns-positions > div .ns-positions-container .ns-position-item .ns-location {
          flex: 1 0 30%;
          margin: 0;
          font-size: 14px;
          line-height: 28px;
          display: none;
          font-weight: 500;
          font-family: "Plus Jakarta Sans", sans-serif;
          color: #4F5255; }
          @media screen and (min-width: 768px) {
            .ns-positions > div .ns-positions-container .ns-position-item .ns-location {
              display: block; } }
        .ns-positions > div .ns-positions-container .ns-position-item a {
          flex: 1 0 8%;
          max-width: 40px;
          height: 40px;
          transition: all .2s ease;
          border: 2px solid #1BBA92;
          border-radius: 100%;
          position: relative; }
          .ns-positions > div .ns-positions-container .ns-position-item a:hover {
            background-color: #1BBA92; }
            .ns-positions > div .ns-positions-container .ns-position-item a:hover::before {
              background-image: url(../img/ns-arrow-white.svg); }
          @media screen and (min-width: 768px) {
            .ns-positions > div .ns-positions-container .ns-position-item a {
              max-width: 52px;
              height: 52px; } }
          .ns-positions > div .ns-positions-container .ns-position-item a::before {
            content: '';
            position: absolute;
            background-image: url(../img/ns-arrow-blue.svg);
            width: 100%;
            height: 40px;
            background-repeat: no-repeat;
            background-position: center; }
            @media screen and (min-width: 768px) {
              .ns-positions > div .ns-positions-container .ns-position-item a::before {
                height: 50px; } }
.ns-accordion {
  width: 100%;
  padding: 50px 0 100px; }
  @media screen and (min-width: 768px) {
    .ns-accordion {
      padding: 100px 0; } }
  .ns-accordion > div {
    max-width: 830px;
    margin: auto; }
    .ns-accordion > div h2 {
      margin: 0;
      text-align: center;
      font-size: 28px;
      line-height: 34px;
      color: #000;
      font-weight: 500;
      margin-bottom: 34px; }
      @media screen and (min-width: 768px) {
        .ns-accordion > div h2 {
          font-size: 36px;
          line-height: 40px;
          margin-bottom: 45px; } }
    .ns-accordion > div .accordion-tabs {
      position: relative;
      margin: 0 20px 0 20px; }
      .ns-accordion > div .accordion-tabs .tab {
        padding: 24px 0px;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
        background: #fff;
        border-top: 1px solid #DDDEDE; }
        .ns-accordion > div .accordion-tabs .tab:last-child {
          border-bottom: 1px solid #DDDEDE; }
        .ns-accordion > div .accordion-tabs .tab > * {
          flex: 0 0 100%;
          margin: 0;
          padding: 0; }
        .ns-accordion > div .accordion-tabs .tab h2 {
          font-weight: 500;
          cursor: pointer;
          color: #000;
          font-size: 22px;
          line-height: 28px;
          text-align: left;
          position: relative;
          max-width: 85%; }
          @media screen and (min-width: 768px) {
            .ns-accordion > div .accordion-tabs .tab h2 {
              max-width: 95%; } }
          .ns-accordion > div .accordion-tabs .tab h2:after {
            content: "";
            width: 15px;
            height: 15px;
            position: absolute;
            right: -15%;
            background-image: url(../img/ns-arrow-btn.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: unset;
            transition: all 0.25s;
            top: 50%;
            -webkit-transform: translateY(-50%) rotate(180deg);
                    transform: translateY(-50%) rotate(180deg); }
            @media screen and (min-width: 768px) {
              .ns-accordion > div .accordion-tabs .tab h2:after {
                right: -5%; } }
        .ns-accordion > div .accordion-tabs .tab *:not(h2) {
          display: none;
          -webkit-transform: all 0.25s;
                  transform: all 0.25s; }
        .ns-accordion > div .accordion-tabs .tab.open *:not(h2) {
          display: block; }
        .ns-accordion > div .accordion-tabs .tab.open h2:after {
          -webkit-transform: translateY(-50%) rotate(0deg);
                  transform: translateY(-50%) rotate(0deg);
          background-image: url(../img/ns-arrow-btn.svg); }

.ns-floated-image {
  padding-right: 20px;
  margin: 50px 0; }
  .ns-floated-image .floated-image-container .img-container {
    position: relative;
    max-width: 1370px;
    margin-right: 20px; }
    .ns-floated-image .floated-image-container .img-container::after {
      content: '';
      background-image: url("../img/sprite-pattern.svg");
      position: absolute;
      width: 225px;
      height: 225px;
      right: 0;
      bottom: -30px;
      z-index: -1; }
      @media screen and (max-width: 768px) {
        .ns-floated-image .floated-image-container .img-container::after {
          width: 100px;
          height: 100px;
          right: -20px;
          bottom: -20px; } }
  .ns-floated-image .floated-image-container img {
    max-width: 100%;
    height: auto; }
    @media screen and (min-width: 1200px) {
      .ns-floated-image .floated-image-container img {
        max-width: 1370px; } }
  .ns-floated-image .floated-image-container .video .video-content {
    position: relative;
    max-width: 1370px; }
    .ns-floated-image .floated-image-container .video .video-content::after {
      content: '';
      background-image: url("../img/sprite-pattern.svg");
      position: absolute;
      width: 225px;
      height: 225px;
      right: -25px;
      bottom: -30px;
      z-index: -1; }
  .ns-floated-image .floated-image-container .video video {
    width: 100%;
    max-height: 730px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
    @media screen and (min-width: 1200px) {
      .ns-floated-image .floated-image-container .video video {
        max-width: 1370px; } }
  .ns-floated-image .floated-image-container .embed-container {
    position: relative;
    max-width: 1370px;
    height: 290px;
    flex: unset; }
    @media screen and (min-width: 768px) {
      .ns-floated-image .floated-image-container .embed-container {
        height: 420px; } }
    @media screen and (min-width: 1200px) {
      .ns-floated-image .floated-image-container .embed-container {
        height: 730px; } }
    .ns-floated-image .floated-image-container .embed-container::after {
      content: '';
      background-image: url("../img/sprite-pattern.svg");
      position: absolute;
      width: 225px;
      height: 225px;
      right: -25px;
      bottom: -30px;
      z-index: -1; }
  .ns-floated-image .floated-image-container .embed-container iframe,
  .ns-floated-image .floated-image-container .embed-container object,
  .ns-floated-image .floated-image-container .embed-container embed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 1370px; }

.ns-featured-resource {
  width: 100%;
  padding: 30px 0 20px; }
  .ns-featured-resource > div {
    padding: 0; }
    .ns-featured-resource > div a {
      transition: all .2s ease;
      text-decoration: none;
      display: flex;
      -webkit-column-gap: 2%;
         -moz-column-gap: 2%;
              column-gap: 2%;
      padding: 15px;
      background-color: #F4F9FC;
      align-items: center; }
      .ns-featured-resource > div a figure {
        max-width: 120px;
        height: 80px; }
        .ns-featured-resource > div a figure img {
          -o-object-fit: cover;
             object-fit: cover;
          height: 100%;
          width: 100%; }
      .ns-featured-resource > div a h2 {
        margin: 0;
        font-size: 18px;
        line-height: 24px;
        font-weight: 600;
        color: #000; }
    .ns-featured-resource > div:hover a {
      background-color: #005A9D; }
      .ns-featured-resource > div:hover a h2 {
        color: #fff; }

.ns-featured-image {
  width: 100%;
  padding: 25px 0 47.5px; }
  .ns-featured-image > div {
    padding: 0;
    display: flex;
    flex-direction: column;
    border-top: 3px solid #00A2E5; }
    .ns-featured-image > div h2 {
      margin: 0;
      font-size: 22px;
      line-height: 34px;
      color: #00477B;
      font-weight: 600;
      margin-top: 10px;
      margin-bottom: 10px; }
    .ns-featured-image > div h3 {
      margin: 0;
      font-size: 14px;
      line-height: 22px;
      font-family: "Heebo", sans-serif;
      font-weight: 400;
      color: #4F5255;
      margin-bottom: 23px; }
    .ns-featured-image > div figure {
      max-width: 700px; }
    .ns-featured-image > div p {
      margin: 0;
      font-size: 14px;
      line-height: 22px;
      font-family: "Heebo", sans-serif;
      color: #4F5255;
      margin-top: 15px; }

.upcoming-events {
  width: 100%;
  margin-top: 80px;
  padding: 0px 20px;
  margin: 50px 0; }
  @media screen and (min-width: 1024px) {
    .upcoming-events {
      padding: 0 50px;
      margin: 100px 0; } }
  @media screen and (min-width: 1200px) {
    .upcoming-events {
      padding: 0 100px;
      margin: 100px 0; } }
  .upcoming-events > div {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .upcoming-events > div {
      display: flex;
      flex-direction: column-reverse; }
      .upcoming-events > div .headline-section__title {
        display: none; }
        .upcoming-events > div .headline-section__title.mobile {
          display: block;
          font-size: 28px;
          line-height: 34px;
          margin-bottom: 34px;
          order: 1;
          font-family: "Plus Jakarta Sans", sans-serif; }
      .upcoming-events > div .articles-section {
        margin-bottom: 17px; } }
  .upcoming-events .headline-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px; }
    .upcoming-events .headline-section .headline-section__title {
      width: 50%;
      font-size: 24px;
      font-weight: 500;
      font-family: "Plus Jakarta Sans", sans-serif; }
      @media (min-device-width: 768px) and (max-device-width: 1024px) {
        .upcoming-events .headline-section .headline-section__title {
          width: 50%;
          margin-bottom: 0px; } }
      @media screen and (max-width: 767px) {
        .upcoming-events .headline-section .headline-section__title {
          width: 100%;
          margin-bottom: 20px; } }
      .upcoming-events .headline-section .headline-section__title.mobile {
        display: none; }
    .upcoming-events .headline-section .headline-section__button {
      width: 50%;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end; }
      @media (min-device-width: 768px) and (max-device-width: 1024px) {
        .upcoming-events .headline-section .headline-section__button {
          width: 50%; } }
      @media screen and (max-width: 767px) {
        .upcoming-events .headline-section .headline-section__button {
          width: 100%; } }
      .upcoming-events .headline-section .headline-section__button a {
        color: #00243E !important;
        font-weight: 500; }
        @media (min-device-width: 768px) and (max-device-width: 1024px) {
          .upcoming-events .headline-section .headline-section__button a {
            width: 150px; } }
        @media screen and (max-width: 768px) {
          .upcoming-events .headline-section .headline-section__button a {
            text-align: center; } }
  .upcoming-events .articles-section {
    display: flex;
    width: 100%;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
    margin-bottom: 45px; }
    @media screen and (max-width: 768px) {
      .upcoming-events .articles-section {
        flex-wrap: wrap; } }
    .upcoming-events .articles-section .article-column {
      width: 25%;
      border-top: 3px solid #00A2E5;
      padding-top: 19px; }
      @media (min-device-width: 768px) and (max-device-width: 1024px) {
        .upcoming-events .articles-section .article-column {
          width: 47%; } }
      @media screen and (max-width: 767px) {
        .upcoming-events .articles-section .article-column {
          width: 100%; } }
      .upcoming-events .articles-section .article-column h4 {
        font-size: 14px;
        color: #4F5255;
        text-transform: capitalize;
        margin: 0 0 5px 0; }
      .upcoming-events .articles-section .article-column a {
        text-decoration: none; }
      .upcoming-events .articles-section .article-column h3 {
        color: #000;
        line-height: 24px !important;
        font-weight: 500;
        margin: 0; }
        @media screen and (max-width: 768px) {
          .upcoming-events .articles-section .article-column h3 {
            font-size: 18px;
            margin-bottom: 20px; } }
      .upcoming-events .articles-section .article-column .event-time {
        font-size: 14px;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: bold;
        line-height: 18px;
        color: #005A9D;
        margin-top: 11px; }
      .upcoming-events .articles-section .article-column .event-venue {
        font-size: 14px;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 500;
        line-height: 18px;
        color: #4F5255;
        margin-top: 7px; }
        @media screen and (max-width: 768px) {
          .upcoming-events .articles-section .article-column .event-venue {
            margin-bottom: 30px; } }
.ns-company-news {
  margin: 0 20px; }
  @media screen and (min-width: 768px) {
    .ns-company-news {
      margin: 50px 20px; } }
  @media screen and (min-width: 768px) {
    .ns-company-news.padding-block {
      padding: 60px 0 120px 0; } }
  .ns-company-news > div.news-wide {
    max-width: 1030px; }
  .ns-company-news .ns-company-news-title {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    color: #000;
    margin-bottom: 45px;
    font-weight: 500; }
  .ns-company-news .ns-news-date h2 {
    margin-top: 5px; }
  .ns-company-news .button-link {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: relative; }
    .ns-company-news .button-link a {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .ns-company-news .button-link a {
          width: auto; } }
    @media screen and (min-width: 768px) {
      .ns-company-news .button-link {
        margin-top: 40px; }
        .ns-company-news .button-link::before {
          content: '';
          position: absolute;
          width: 100%;
          border-top: 1px solid #DDDEDE;
          top: -40px;
          left: 0; } }
/* Hero Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.tabbed-slider {
  width: 100%;
  padding: 50px 0; }
  @media screen and (min-width: 1024px) {
    .tabbed-slider {
      padding: 50px 0; } }
  @media screen and (min-width: 1200px) {
    .tabbed-slider {
      padding: 100px 0; } }
  @media screen and (max-width: 768px) {
    .tabbed-slider {
      padding-bottom: 0; } }
  .tabbed-slider .heading {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 20px; }
    @media screen and (min-width: 1024px) {
      .tabbed-slider .heading {
        padding: 0 50px; } }
    @media screen and (min-width: 1200px) {
      .tabbed-slider .heading {
        padding: 0 100px; } }
    .tabbed-slider .heading > div {
      padding-left: 25px;
      border-left: 3px solid #00A2E5; }
      @media screen and (min-width: 1024px) {
        .tabbed-slider .heading > div {
          width: 50%;
          padding-right: 100px; } }
    .tabbed-slider .heading h1 {
      margin: 0; }
    .tabbed-slider .heading p {
      margin-top: 10px; }
  .tabbed-slider > div {
    max-width: 1480px;
    margin: 0 auto; }
    .tabbed-slider > div > .splide {
      position: relative;
      display: flex;
      flex-direction: column; }
      .tabbed-slider > div > .splide .splide__track {
        overflow: inherit !important;
        order: 2; }
      .tabbed-slider > div > .splide .splide__pagination {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        height: auto;
        padding: 0;
        padding: 0 20px; }
        @media screen and (max-width: 768px) {
          .tabbed-slider > div > .splide .splide__pagination {
            display: inline-flex;
            flex-wrap: nowrap;
            overflow-x: scroll;
            width: 100%;
            justify-content: flex-start;
            padding-left: 5px;
            overflow: auto;
            white-space: nowrap;
            pointer-events: all;
            touch-action: auto;
            order: 1;
            position: relative; } }
        @media screen and (min-width: 1024px) {
          .tabbed-slider > div > .splide .splide__pagination {
            padding: 0 50px;
            top: 0; } }
        @media screen and (min-width: 1200px) {
          .tabbed-slider > div > .splide .splide__pagination {
            padding: 0 100px; } }
        .tabbed-slider > div > .splide .splide__pagination li {
          display: inline-block;
          padding: 0;
          /*&:nth-child(2){
                        @media screen and (max-width: $l-tablet) {
                            flex: 1 0 43%;
                        }
                    }*/ }
          @media screen and (max-width: 1024px) {
            .tabbed-slider > div > .splide .splide__pagination li {
              min-width: 145px;
              text-align: center; } }
        .tabbed-slider > div > .splide .splide__pagination button {
          width: auto;
          height: auto;
          background-color: #E3F4FF;
          color: #00243E;
          border-radius: 20px;
          padding: 10px 15px;
          -webkit-transform: none;
                  transform: none;
          border: none;
          font-size: 13px;
          font-weight: 600;
          opacity: 1;
          transition: .15s linear; }
          @media screen and (min-width: 768px) {
            .tabbed-slider > div > .splide .splide__pagination button {
              font-size: 15px;
              padding: 14px 20px; } }
          .tabbed-slider > div > .splide .splide__pagination button.is-active {
            background-color: #005A9D;
            color: #FFFFFF; }
          .tabbed-slider > div > .splide .splide__pagination button:hover {
            background-color: #005A9D;
            color: #FFFFFF; }
        .tabbed-slider > div > .splide .splide__pagination::-webkit-scrollbar {
          width: 3px;
          background-color: transparent; }

@-webkit-keyframes slideUpTab {
  from {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }

@keyframes slideUpTab {
  from {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); } }
  @media screen and (min-width: 1024px) {
    .tabbed-slider .tab > div {
      display: flex;
      flex-wrap: nowrap; } }
  .tabbed-slider .tab.is-active > div .content {
    opacity: 0;
    -webkit-animation: slideUpTab .3s ease-in-out .1s forwards;
            animation: slideUpTab .3s ease-in-out .1s forwards; }
  .tabbed-slider .tab.is-active > div .solutions-slider > div > div {
    opacity: 0;
    -webkit-animation: slideUpTab .3s ease-in-out .1s forwards;
            animation: slideUpTab .3s ease-in-out .1s forwards; }
  .tabbed-slider .content {
    margin-bottom: 50px;
    flex: 0 1 100%;
    max-width: 100%;
    padding: 75px 20px 0 20px;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .tabbed-slider .content {
        padding: 100px 100px 100px 50px;
        margin-bottom: 0;
        flex: 0 1 50%;
        max-width: 50%;
        background-color: #ffffff;
        z-index: 2; } }
    @media screen and (min-width: 1200px) {
      .tabbed-slider .content {
        padding: 100px 100px 100px 100px; } }
    @media screen and (min-width: 1600px) {
      .tabbed-slider .content {
        padding: 100px 100px 100px 150px; } }
    @media screen and (min-width: 1900px) {
      .tabbed-slider .content {
        padding: 100px 100px 100px 320px; } }
    .tabbed-slider .content .description p {
      max-width: 375px; }
      @media screen and (min-width: 1024px) {
        .tabbed-slider .content .description p {
          font-size: 20px;
          line-height: 30px; } }
    .tabbed-slider .content::before {
      content: '';
      width: 80px;
      height: calc(100% - 40%);
      position: absolute;
      top: 100px;
      background-image: linear-gradient(90deg, #FFFFFF 80%, transparent 100%);
      right: -16px; }
      @media screen and (max-width: 1024px) {
        .tabbed-slider .content::before {
          display: none; } }
  .tabbed-slider .solutions-slider {
    flex: 0 1 100%;
    max-width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 0;
    overflow-x: hidden;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .tabbed-slider .solutions-slider {
        flex: 0 1 50%;
        max-width: 50%;
        padding-right: 0;
        margin-left: 190px;
        overflow-x: unset; } }
    .tabbed-slider .solutions-slider .splide {
      padding-top: 50px;
      padding-bottom: 75px;
      position: relative; }
      @media screen and (min-width: 1024px) {
        .tabbed-slider .solutions-slider .splide {
          padding-left: 20px;
          padding-top: 100px;
          padding-bottom: 75px; } }
      .tabbed-slider .solutions-slider .splide::after {
        content: '';
        position: absolute;
        background: #F4F9FA;
        width: 100%;
        height: 100%;
        right: -15em;
        top: 0;
        z-index: -1; }
        @media screen and (min-width: 1024px) {
          .tabbed-slider .solutions-slider .splide::after {
            right: 0; } }
    .tabbed-slider .solutions-slider .splide__track {
      position: relative;
      padding-bottom: 75px;
      overflow: inherit !important;
      /*&::before{
                content: '';
                position: absolute;
                //background-color: red;
                width: 100px;
                height: calc(100% - 50px);
                left: -40px;
                top: -20px;
                z-index: 1;
               // background-image: linear-gradient(90deg, #FFFFFF 40%, transparent 100%);
            }*/ }
      @media screen and (min-width: 1024px) {
        .tabbed-slider .solutions-slider .splide__track {
          margin-left: -230px;
          margin-right: 120px; } }
    .tabbed-slider .solutions-slider .splide__slide {
      padding: 10px 10px 20px 10px;
      transition: all .1s ease;
      width: auto !important;
      /*&.is-prev{
                animation: fadeOut,fadeIn;
                animation-duration: .2s;
                animation-delay: .100ms;
                animation-fill-mode: forwards;

            }*/ }
      .tabbed-slider .solutions-slider .splide__slide > a {
        text-decoration: none;
        background-color: #fff;
        padding: 30px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 100%;
        justify-content: space-between;
        box-shadow: 0 4px 12px 0 #BEBEBE;
        min-height: 360px;
        max-width: 270px;
        transition: .5s linear; }
        .tabbed-slider .solutions-slider .splide__slide > a .arrow-link {
          text-decoration: none;
          font-size: 16px;
          font-weight: 500;
          color: #000;
          position: relative;
          font-family: "Plus Jakarta Sans", sans-serif; }
          .tabbed-slider .solutions-slider .splide__slide > a .arrow-link span {
            transition: .15s linear;
            display: inline-block; }
          .tabbed-slider .solutions-slider .splide__slide > a .arrow-link img {
            vertical-align: middle;
            margin-left: 5px;
            transition: .15s linear; }
            .tabbed-slider .solutions-slider .splide__slide > a .arrow-link img:nth-child(1) {
              position: absolute;
              top: 50%;
              -webkit-transform: translate(-25px, -50%);
                      transform: translate(-25px, -50%);
              opacity: 0; }
        .tabbed-slider .solutions-slider .splide__slide > a:hover {
          -webkit-transform: translateY(-5%);
                  transform: translateY(-5%); }
          .tabbed-slider .solutions-slider .splide__slide > a:hover .arrow-link span {
            -webkit-transform: translate(25px, 0);
                    transform: translate(25px, 0); }
          .tabbed-slider .solutions-slider .splide__slide > a:hover .arrow-link img:nth-child(1) {
            -webkit-transform: translate(-5px, -50%);
                    transform: translate(-5px, -50%);
            opacity: 1; }
          .tabbed-slider .solutions-slider .splide__slide > a:hover .arrow-link img:nth-child(3) {
            -webkit-transform: translate(0px, -10px);
                    transform: translate(0px, -10px);
            opacity: 0; }
      .tabbed-slider .solutions-slider .splide__slide .top img {
        margin-bottom: 10px; }
      .tabbed-slider .solutions-slider .splide__slide h3 {
        font-size: 26px;
        font-weight: 500;
        margin-top: 0;
        color: #005A9D; }
      .tabbed-slider .solutions-slider .splide__slide.fadeOut {
        opacity: 0;
        -webkit-animation: fadeout .1s;
        /* Safari, Chrome and Opera > 12.1 */
        /* Firefox < 16 */
        /* Internet Explorer */
        /* Opera < 12.1 */
        animation: fadeout .1s; }
    .tabbed-slider .solutions-slider .splide__arrows {
      position: absolute;
      bottom: 0;
      height: 51px;
      margin-left: 10px; }
      .tabbed-slider .solutions-slider .splide__arrows button {
        display: inline-block;
        position: relative;
        -webkit-transform: none;
                transform: none;
        top: 0;
        right: 0;
        left: 0;
        background: #005A9D;
        opacity: 1;
        width: 51px;
        height: 51px;
        margin-right: 5px;
        transition: .15s linear; }
        .tabbed-slider .solutions-slider .splide__arrows button img {
          vertical-align: middle; }
        .tabbed-slider .solutions-slider .splide__arrows button:disabled {
          opacity: .5; }
          .tabbed-slider .solutions-slider .splide__arrows button:disabled:hover {
            background: #005A9D; }
        .tabbed-slider .solutions-slider .splide__arrows button:hover {
          background-color: #00A2E5; }
    .tabbed-slider .solutions-slider::before {
      content: '';
      position: absolute;
      background: url(../img/wwd-pattern.svg) no-repeat;
      width: 225px;
      height: 140px;
      background-size: contain;
      left: 15em;
      bottom: 0;
      z-index: -1; }
      @media screen and (min-width: 1024px) {
        .tabbed-slider .solutions-slider::before {
          left: 0; } }
  .tabbed-slider h6 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0 0 20px;
    color: #4F5255; }
  .tabbed-slider h2 {
    margin-top: 10px;
    font-size: 36px;
    font-weight: 500;
    color: #000; }
    @media screen and (max-width: 1024px) {
      .tabbed-slider h2 {
        margin-top: 0; } }
  .tabbed-slider p {
    color: #4F5255;
    line-height: 1.5;
    max-width: 500px; }
  .tabbed-slider .button-link {
    margin-top: 20px; }

@-webkit-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.solutions-grid-view-block {
  margin: 50px 0; }
  @media screen and (min-width: 1024px) {
    .solutions-grid-view-block {
      margin: 100px 0; } }
  @media screen and (min-width: 1200px) {
    .solutions-grid-view-block {
      margin: 100px 0; } }
  .solutions-grid-view-block .ns-grid-background {
    position: relative;
    background: linear-gradient(90deg, #005a9d 50%, transparent 50%); }
    @media screen and (min-width: 1200px) {
      .solutions-grid-view-block .ns-grid-background:before {
        content: "";
        position: absolute;
        top: 0;
        z-index: -1;
        right: -34px;
        bottom: -24px;
        left: 0;
        background-image: url(../img/sprite-pattern.png);
        background-repeat: no-repeat;
        background-position: 87.7% 100%; } }
  .solutions-grid-view-block .container {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #005a9d 50%);
    padding-bottom: 60px;
    padding: 0px 20px 50px; }
    @media screen and (min-width: 768px) {
      .solutions-grid-view-block .container {
        padding: 0px 20px 70px; } }
    @media screen and (max-width: 768px) {
      .solutions-grid-view-block .container {
        padding-right: 0px; } }
  @media screen and (min-width: 1200px) {
    .solutions-grid-view-block .solutions-grid-view {
      max-width: 1380px;
      padding-right: 80px;
      padding-left: 0; } }
  .solutions-grid-view-block .solutions-grid-view .grid-view-sections {
    margin-bottom: 60px;
    padding-top: 50px; }
    @media screen and (min-width: 768px) {
      .solutions-grid-view-block .solutions-grid-view .grid-view-sections {
        padding-top: 70px; } }
    @media screen and (min-width: 1200px) {
      .solutions-grid-view-block .solutions-grid-view .grid-view-sections {
        display: flex;
        justify-content: space-between;
        padding-top: 70px; } }
    @media screen and (min-width: 1200px) {
      .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-header {
        flex: 0 1 30%; } }
    .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-header .grid-view-section-header-title {
      color: #FFFFFF;
      font-size: 28px;
      line-height: 34px;
      font-weight: 500;
      font-family: "Plus Jakarta Sans", sans-serif;
      margin: 0;
      margin-left: 0; }
      @media screen and (min-width: 1200px) {
        .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-header .grid-view-section-header-title {
          font-size: 36px;
          line-height: 36px; } }
    .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-header .grid-view-section-header-description {
      width: 335px;
      font-size: 18px;
      line-height: 28px;
      font-weight: 400;
      font-family: "Heebo", sans-serif;
      margin-bottom: 42px;
      color: #FFFFFF; }
      @media screen and (min-width: 1200px) {
        .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-header .grid-view-section-header-description {
          font-size: 20px;
          line-height: 30px; } }
    @media screen and (max-width: 768px) {
      .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-header {
        margin-right: 20px;
        padding-top: 50px; } }
    .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions {
      flex: 0 1 70%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions {
          flex-wrap: nowrap;
          overflow-x: scroll;
          -webkit-column-gap: 18px;
             -moz-column-gap: 18px;
                  column-gap: 18px;
          padding-right: 20px; } }
      @media screen and (min-width: 768px) {
        .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions {
          margin: 0 -10px; } }
      .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions .card {
        flex: 0 1 100%;
        margin-top: 20px;
        transition: .5s linear; }
        @media screen and (min-width: 768px) {
          .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions .card {
            flex: 0 0 33.333%;
            padding: 0 10px;
            margin-top: 0; } }
        @media screen and (max-width: 768px) {
          .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions .card {
            min-width: 270px; } }
        .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions .card:hover {
          -webkit-transform: translateY(-5%);
                  transform: translateY(-5%); }
      .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions .grid-view-section-solution {
        background-color: #FFFFFF;
        min-height: 360px;
        height: 100%;
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-decoration: none;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2); }
        .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions .grid-view-section-solution .top {
          margin-bottom: 25px; }
        .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions .grid-view-section-solution .grid-view-section-image {
          width: 58px;
          height: 33px;
          /*@media screen and (min-width: $l-tablet) {
              width: 26.36px;
              height: 32px;
            }*/ }
        .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions .grid-view-section-solution .grid-view-section-title {
          font-family: "Plus Jakarta Sans", sans-serif;
          font-weight: 500;
          font-size: 24px;
          color: #005A9D;
          margin-bottom: 0;
          margin-top: 12px;
          line-height: 28px; }
          @media screen and (min-width: 1200px) {
            .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions .grid-view-section-solution .grid-view-section-title {
              font-size: 26px;
              line-height: 32px; } }
        .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions .grid-view-section-solution .grid-view-section-description {
          font-family: "Heebo", sans-serif;
          font-weight: 400;
          font-size: 18px;
          color: #4F5255;
          margin-top: 0;
          margin-bottom: 20px;
          line-height: 1.5; }
        .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions .grid-view-section-solution .grid-view-section-link::after {
          width: 50px;
          height: 3px;
          content: url(../img/ns-arrow.png);
          position: relative;
          top: 2px;
          left: 8px; }
        .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions .grid-view-section-solution .arrow-link {
          text-decoration: none;
          font-size: 16px;
          font-weight: 500;
          color: #000;
          position: relative;
          font-family: "Plus Jakarta Sans", sans-serif; }
          .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions .grid-view-section-solution .arrow-link span {
            transition: .15s linear;
            display: inline-block; }
          .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions .grid-view-section-solution .arrow-link img {
            vertical-align: middle;
            margin-left: 5px;
            transition: .15s linear; }
            .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions .grid-view-section-solution .arrow-link img:nth-child(1) {
              position: absolute;
              top: 50%;
              -webkit-transform: translate(-25px, -50%);
                      transform: translate(-25px, -50%);
              opacity: 0; }
        .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions .grid-view-section-solution:hover .arrow-link span {
          -webkit-transform: translate(25px, 0);
                  transform: translate(25px, 0); }
        .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions .grid-view-section-solution:hover .arrow-link img:nth-child(1) {
          -webkit-transform: translate(-5px, -50%);
                  transform: translate(-5px, -50%);
          opacity: 1; }
        .solutions-grid-view-block .solutions-grid-view .grid-view-sections .grid-view-section-solutions .grid-view-section-solution:hover .arrow-link img:nth-child(3) {
          -webkit-transform: translate(0px, -10px);
                  transform: translate(0px, -10px);
          opacity: 0; }
    @media screen and (max-width: 768px) {
      .solutions-grid-view-block .solutions-grid-view .grid-view-sections {
        padding-top: 0px; } }
  .solutions-grid-view-block .solutions-grid-view .grid-view-section-solutions::-webkit-scrollbar {
    display: none; }
  .solutions-grid-view-block .solutions-grid-view .grid-view-sections:nth-of-type(2) {
    border-top: solid 2px #57bae1;
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .solutions-grid-view-block .solutions-grid-view .grid-view-sections:nth-of-type(2) .grid-view-section-header {
        border-top: solid 2px #57bae1; } }
    @media screen and (max-width: 768px) {
      .solutions-grid-view-block .solutions-grid-view .grid-view-sections:nth-of-type(2) {
        border-top: none; } }
  .solutions-grid-view-block .solutions-grid-view .grid-view-section-link {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    text-decoration: none;
    margin: 0; }

/* Hero Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.articles-carousel {
  width: 100%;
  padding: 0px 20px;
  margin: 50px 0; }
  @media screen and (min-width: 1024px) {
    .articles-carousel {
      padding: 0 50px;
      margin: 100px 0; } }
  @media screen and (min-width: 1200px) {
    .articles-carousel {
      padding: 0 100px;
      margin: 100px 0; } }
  .articles-carousel > div {
    max-width: 1320px;
    margin: 0 auto; }
  .articles-carousel .splide__track {
    position: relative; }
  .articles-carousel .splide__list {
    align-items: center; }
  .articles-carousel .splide__slide {
    padding-right: 20px;
    display: flex;
    align-items: flex-start; }
    @media screen and (min-width: 1024px) {
      .articles-carousel .splide__slide {
        padding-right: 40px; } }
  .articles-carousel article {
    flex-wrap: wrap; }
    @media screen and (min-width: 1024px) {
      .articles-carousel article {
        display: flex;
        flex-wrap: nowrap;
        align-items: center; } }
    @media screen and (min-width: 1024px) {
      .articles-carousel article figure {
        width: 120px;
        height: 80px; } }
    .articles-carousel article figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .articles-carousel article h2 {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.35;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      line-clamp: 4;
      -webkit-box-orient: vertical;
      max-height: 90px; }
      @media screen and (min-width: 1024px) {
        .articles-carousel article h2 {
          padding-left: 15px;
          flex: 0 1 60%;
          max-width: 60%;
          margin: 0; } }
      .articles-carousel article h2 a {
        color: #000;
        text-decoration: none;
        transition: all .2s ease; }
    .articles-carousel article:hover h2 a {
      color: #005A9D; }
  .articles-carousel .link {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
    height: 100%;
    width: 40%;
    display: flex;
    padding-top: 12%; }
    @media screen and (min-width: 1024px) {
      .articles-carousel .link {
        padding: 0;
        align-items: center;
        justify-content: right;
        width: 15%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, white 100%); } }
    .articles-carousel .link a {
      margin-left: auto;
      font-weight: 600; }
  .articles-carousel .my-slider-progress {
    margin-top: 20px;
    background: #E1E6E9;
    border-radius: 5px; }
  .articles-carousel .my-slider-progress-bar {
    background: #00A2E5;
    height: 5px;
    transition: width 400ms ease;
    width: 0;
    border-radius: 5px; }
  .articles-carousel h2 {
    font-size: 26px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
    color: #25282A;
    margin: 0;
    margin-bottom: 1em; }

.ns-hero-image {
  width: 100%;
  height: auto;
  padding: 51px 20px;
  background-color: #F4F9FA; }
  @media screen and (max-width: 1024px) {
    .ns-hero-image {
      padding: 50px 0 0; } }
  .ns-hero-image div .ns-content {
    padding: 170px 0; }
    .ns-hero-image div .ns-content h1 {
      max-width: 620px; }
      @media screen and (max-width: 1024px) {
        .ns-hero-image div .ns-content h1 {
          padding: 0 20px 40px;
          margin: 0; } }
    .ns-hero-image div .ns-content .ns-fig-mobile {
      width: 100%;
      height: 350px;
      display: none; }
      @media screen and (max-width: 1024px) {
        .ns-hero-image div .ns-content .ns-fig-mobile {
          display: block;
          position: relative;
          min-height: 350px; }
          .ns-hero-image div .ns-content .ns-fig-mobile img {
            -o-object-position: bottom;
               object-position: bottom; } }
    @media screen and (max-width: 1024px) {
      .ns-hero-image div .ns-content {
        padding: 0; } }
  .ns-hero-image figure {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    min-height: 580px;
    width: 813px; }
    .ns-hero-image figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: left;
         object-position: left; }
  @media screen and (max-width: 1024px) {
    .ns-hero-image .ns-fig-desktop {
      display: none; } }
.ns-gravity-form .gform_wrapper.gravity-theme textarea,
.ns-gravity-form .gform_wrapper.gravity-theme .ginput_complex input,
.ns-gravity-form .gform_wrapper.gravity-theme .ginput_complex select {
  border: 1px solid #E1E6E9;
  border-radius: 22px;
  min-width: 254px;
  color: #00243E;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  outline-color: #E1E6E9; }

.ns-gravity-form .gform_wrapper form .gfield input {
  padding: 11px 20px !important; }

.ns-gravity-form .gform_wrapper.gravity-theme .gform_footer button {
  padding: 6px 25px !important; }

.ns-gravity-form .gform_wrapper.gravity-theme .gform_footer button span:nth-child(2) {
  top: 6px; }

@-webkit-keyframes swipeUpHero {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes swipeUpHero {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.ns-fade .fade-deactive {
  opacity: 0;
  -webkit-transform: translate3d(0, 25px, 0);
          transform: translate3d(0, 25px, 0);
  transition: opacity .3s .1s ease-out, -webkit-transform .3s .1s ease-out;
  transition: opacity .3s .1s ease-out, transform .3s .1s ease-out;
  transition: opacity .3s .1s ease-out, transform .3s .1s ease-out, -webkit-transform .3s .1s ease-out; }

.ns-fade .fade-active {
  transition: opacity .2s .1s ease-out, -webkit-transform .2s .1s ease-out;
  transition: opacity .2s .1s ease-out, transform .2s .1s ease-out;
  transition: opacity .2s .1s ease-out, transform .2s .1s ease-out, -webkit-transform .2s .1s ease-out;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition-delay: .5s; }
  .ns-fade .fade-active.ns-who-we-are {
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms;
    -webkit-animation-name: autowidth;
            animation-name: autowidth;
    -webkit-animation-duration: 800ms;
            animation-duration: 800ms;
    -webkit-animation-iteration-count: unset;
            animation-iteration-count: unset;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    transition: all .400ms linear; }

@keyframes autowidth {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

[data-aos="ns-swipe-up"] {
  overflow: hidden;
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.25, 0.1, 0.25, 1); }
  [data-aos="ns-swipe-up"].aos-animate {
    opacity: 1; }
    [data-aos="ns-swipe-up"].aos-animate > span {
      position: relative;
      overflow: hidden; }
      [data-aos="ns-swipe-up"].aos-animate > span > span {
        -webkit-animation-name: swipeUpHero;
                animation-name: swipeUpHero;
        -webkit-animation-delay: 600ms;
                animation-delay: 600ms;
        -webkit-animation-duration: 600ms;
                animation-duration: 600ms;
        -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
                animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        display: inline-block;
        -webkit-transform: translateY(100%);
                transform: translateY(100%); }

[data-aos="ns-slide-left"] {
  opacity: 0; }
  [data-aos="ns-slide-left"].aos-animate {
    opacity: 1 !important;
    visibility: unset !important;
    -webkit-animation-delay: 100ms;
            animation-delay: 100ms;
    -webkit-animation-name: autowidth;
            animation-name: autowidth;
    -webkit-animation-duration: 900ms;
            animation-duration: 900ms;
    -webkit-animation-iteration-count: unset;
            animation-iteration-count: unset;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

.home .ns-fade .fade-active.insights-block {
  transition-delay: 5s;
  transition-duration: 2s; }

/* Pagination Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.single-event .event-article {
  margin-top: 110px;
  margin-bottom: 110px;
  padding: 0 20px; }
  @media screen and (min-width: 1024px) {
    .single-event .event-article {
      padding: 0 50px; } }
  @media screen and (min-width: 1200px) {
    .single-event .event-article {
      padding: 0 100px; } }
  .single-event .event-article > div {
    max-width: 700px;
    width: 100%;
    margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .single-event .event-article {
      margin-top: 10px; }
      .single-event .event-article > div p {
        font-size: 18px; } }
.single-event .article-header {
  margin-bottom: 50px; }
  .single-event .article-header .back {
    border-bottom: 3px solid #00A2E5;
    padding-bottom: 10px;
    margin-bottom: 30px; }
    .single-event .article-header .back img {
      margin-right: 10px;
      margin-top: -3px;
      vertical-align: middle; }
    .single-event .article-header .back a {
      text-decoration: none;
      color: #000000;
      font-family: "Plus Jakarta Sans", sans-serif;
      font-weight: 600;
      font-size: 16px; }
    .single-event .article-header .back :hover {
      color: #005A9D; }
  .single-event .article-header h1 {
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif; }
  .single-event .article-header .date {
    font-size: 24px;
    font-weight: 700;
    color: #005A9D;
    margin-top: 15px;
    line-height: 34px;
    font-family: "Plus Jakarta Sans", sans-serif; }
  .single-event .article-header .location {
    font-size: 24px;
    color: #4F5255;
    padding-top: 7px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500; }
  .single-event .article-header .button-link {
    margin-top: 30px; }

/* 404 Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.ns-404-background {
  background: url(../img/bg-404.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-repeat: repeat;
  background-position: center;
  /*/&::before{
    content: "";
    position: absolute;
    bottom: 0;
    background: url(../img/bg-404.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    }*/ }

.ns-404-page {
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .ns-404-page .ns-404-content {
    max-width: 805px;
    background-color: #272A2C;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 35px;
    padding: 40px 20px;
    margin-top: -100px; }
    @media screen and (min-width: 768px) {
      .ns-404-page .ns-404-content {
        margin-top: unset; } }
    .ns-404-page .ns-404-content h1 {
      margin: 0; }
    .ns-404-page .ns-404-content > div {
      display: flex;
      justify-content: center;
      -webkit-column-gap: 2%;
         -moz-column-gap: 2%;
              column-gap: 2%;
      flex-wrap: wrap;
      row-gap: 30px; }
      @media screen and (min-width: 768px) {
        .ns-404-page .ns-404-content > div {
          flex-wrap: nowrap; } }
      .ns-404-page .ns-404-content > div .ns-404-cta {
        background: transparent;
        border: 2px solid #1BBA92;
        border-radius: 22px;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        padding: 10px 35px;
        text-decoration: none;
        line-height: 14px;
        text-align: center;
        width: 100%; }
        @media screen and (min-width: 768px) {
          .ns-404-page .ns-404-content > div .ns-404-cta {
            width: auto; } }
body.error404 main {
  padding-top: 0; }

body.error404 header {
  opacity: .7;
  background-color: #fff; }

body.error404 footer .button-link,
body.error404 footer .cta_title,
body.error404 footer .cta_button {
  display: none; }

.ns-single-position {
  width: 100%;
  padding: 47.5px 20px 60px 20px; }
  @media screen and (min-width: 768px) {
    .ns-single-position {
      padding: 47.5px 0px 110px 0px; } }
  .ns-single-position > div .ns-single-back {
    border-bottom: 3px solid #00A2E5;
    padding-bottom: 5px;
    margin-bottom: 25px; }
    .ns-single-position > div .ns-single-back a {
      margin: 0;
      font-size: 16px;
      line-height: 21px;
      text-decoration: none;
      position: relative;
      margin-left: 25px;
      color: #000;
      font-family: "Plus Jakarta Sans", sans-serif;
      font-weight: 600; }
      .ns-single-position > div .ns-single-back a::before {
        content: '';
        position: absolute;
        background: url(../img/ns-arrow.png);
        width: 100%;
        width: 100%;
        height: 12px;
        background-repeat: no-repeat;
        background-position: right center;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        left: -25px;
        top: 5px; }
      .ns-single-position > div .ns-single-back a:hover {
        color: #005A9D; }
  .ns-single-position > div .ns-single-position-container {
    padding-bottom: 25px;
    border-bottom: 3px solid #00A2E5; }
    .ns-single-position > div .ns-single-position-container h1 {
      margin-bottom: 15px; }
    .ns-single-position > div .ns-single-position-container h2 {
      margin-top: 30px; }
    .ns-single-position > div .ns-single-position-container .ns-single-location {
      color: #00477B;
      font-weight: 600;
      font-family: "Plus Jakarta Sans", sans-serif; }
    @media screen and (max-width: 768px) {
      .ns-single-position > div .ns-single-position-container p {
        font-size: 18px; } }
    @media screen and (max-width: 768px) {
      .ns-single-position > div .ns-single-position-container li {
        font-size: 18px; } }
  .ns-single-position > div .ns-single-apply {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    flex-direction: column;
    row-gap: 30px; }
    @media screen and (min-width: 768px) {
      .ns-single-position > div .ns-single-apply {
        flex-direction: row; } }
    .ns-single-position > div .ns-single-apply h2 {
      margin: 0;
      font-size: 24px;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .ns-single-position > div .ns-single-apply h2 {
          flex: 1 0 68%; } }
    .ns-single-position > div .ns-single-apply .ns-button-primary {
      color: #00243E;
      text-align: center; }
  .ns-single-position > div .ns-single-footnotes {
    line-height: 32px;
    color: #4F5255; }
    @media screen and (max-width: 768px) {
      .ns-single-position > div .ns-single-footnotes {
        font-size: 18px; } }
.ns-company-news {
  width: 100%;
  padding: 0px 20px;
  margin: 50px 0; }
  @media screen and (min-width: 1024px) {
    .ns-company-news {
      padding: 0 50px;
      margin: 100px 0; } }
  @media screen and (min-width: 1200px) {
    .ns-company-news {
      padding: 0 100px;
      margin: 100px 0; } }
  .ns-company-news > div h1 {
    line-height: 62px;
    margin-top: 24px;
    margin-bottom: 50px; }
  .ns-company-news > div h3 {
    font-size: 14px;
    line-height: 18px;
    color: #4F5255; }
    .ns-company-news > div h3 span {
      font-family: 'Manrope', sans-serif;
      font-weight: 600;
      font-size: 14px; }
  .ns-company-news > div .ns-news-container {
    display: flex;
    flex-direction: column; }
    .ns-company-news > div .ns-news-container .ns-news-item {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      -webkit-column-gap: 5%;
         -moz-column-gap: 5%;
              column-gap: 5%;
      align-items: center;
      margin: 30px 0;
      position: relative; }
      @media screen and (min-width: 768px) {
        .ns-company-news > div .ns-news-container .ns-news-item {
          -webkit-column-gap: 1%;
             -moz-column-gap: 1%;
                  column-gap: 1%;
          flex-wrap: nowrap; } }
      .ns-company-news > div .ns-news-container .ns-news-item::before {
        content: '';
        position: absolute;
        width: 100%;
        border-top: 1px solid #DDDEDE;
        top: -30px; }
      .ns-company-news > div .ns-news-container .ns-news-item:last-child::after {
        content: '';
        position: absolute;
        width: 100%;
        bottom: -30px;
        border-bottom: 1px solid #DDDEDE; }
      .ns-company-news > div .ns-news-container .ns-news-item .ns-top-news-mb {
        display: block;
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
        font-family: "Plus Jakarta Sans", sans-serif;
        color: #000; }
        @media screen and (min-width: 768px) {
          .ns-company-news > div .ns-news-container .ns-news-item .ns-top-news-mb {
            display: none; } }
        .ns-company-news > div .ns-news-container .ns-news-item .ns-top-news-mb a {
          text-decoration: none;
          color: #000; }
      .ns-company-news > div .ns-news-container .ns-news-item > a {
        flex: 0 1 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-decoration: none;
        color: #000;
        justify-content: space-between; }
        @media screen and (min-width: 768px) {
          .ns-company-news > div .ns-news-container .ns-news-item > a {
            flex: 0 1 80%; } }
        .ns-company-news > div .ns-news-container .ns-news-item > a:hover svg circle {
          fill: #1BBA92; }
        .ns-company-news > div .ns-news-container .ns-news-item > a:hover svg #arrow {
          stroke: #ffffff; }
        .ns-company-news > div .ns-news-container .ns-news-item > a:hover .ns-news-title {
          color: #005A9D; }
        .ns-company-news > div .ns-news-container .ns-news-item > a .ns-circle-cta {
          width: 40px;
          height: 40px;
          transition: all .2s ease;
          border: 2px solid #1BBA92;
          border-radius: 100%;
          position: relative; }
          .ns-company-news > div .ns-news-container .ns-news-item > a .ns-circle-cta:hover {
            background-color: #1BBA92; }
            .ns-company-news > div .ns-news-container .ns-news-item > a .ns-circle-cta:hover::before {
              background-image: url(../img/ns-arrow-white.svg); }
          @media screen and (min-width: 768px) {
            .ns-company-news > div .ns-news-container .ns-news-item > a .ns-circle-cta {
              width: 52px;
              height: 52px; } }
          .ns-company-news > div .ns-news-container .ns-news-item > a .ns-circle-cta::before {
            content: '';
            position: absolute;
            background-image: url(../img/ns-arrow-blue.svg);
            width: 100%;
            height: 38px;
            background-repeat: no-repeat;
            background-position: center; }
            @media screen and (min-width: 768px) {
              .ns-company-news > div .ns-news-container .ns-news-item > a .ns-circle-cta::before {
                height: 50px; } }
      .ns-company-news > div .ns-news-container .ns-news-item .ns-news-date {
        flex: 0 1 100%; }
        @media screen and (min-width: 768px) {
          .ns-company-news > div .ns-news-container .ns-news-item .ns-news-date {
            flex: 0 1 20%; } }
        .ns-company-news > div .ns-news-container .ns-news-item .ns-news-date p {
          margin: 0;
          font-size: 14px;
          line-height: 28px;
          font-weight: 500;
          font-family: "Plus Jakarta Sans", sans-serif;
          color: #4F5255; }
      .ns-company-news > div .ns-news-container .ns-news-item .ns-news-title {
        flex: 0 1 80%;
        margin: 0;
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
        font-family: "Plus Jakarta Sans", sans-serif;
        color: #000; }
      .ns-company-news > div .ns-news-container .ns-news-item .ns-news-cta {
        flex: 0 1 20%;
        text-align: right;
        position: relative; }
        .ns-company-news > div .ns-news-container .ns-news-item .ns-news-cta svg circle {
          fill: #ffffff;
          transition: .15s linear; }
        .ns-company-news > div .ns-news-container .ns-news-item .ns-news-cta svg #arrow {
          transition: .15s linear; }
    .ns-company-news > div .ns-news-container .ns-news-cta-subscription {
      display: flex;
      background: #F4F9FC;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      row-gap: 25px;
      padding: 30px;
      margin-bottom: 50px; }
      .ns-company-news > div .ns-news-container .ns-news-cta-subscription h2 {
        margin: 0;
        font-size: 24px;
        max-width: 280px;
        color: #00243E;
        font-weight: 500; }
        @media screen and (min-width: 1200px) {
          .ns-company-news > div .ns-news-container .ns-news-cta-subscription h2 {
            max-width: none; } }
      .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper {
        display: flex; }
        .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper form {
          display: flex;
          align-items: flex-start;
          -webkit-column-gap: 20px;
             -moz-column-gap: 20px;
                  column-gap: 20px;
          flex-wrap: wrap;
          row-gap: 20px; }
          @media screen and (min-width: 768px) {
            .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper form {
              flex-wrap: nowrap; } }
          .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper form .gform_title {
            display: none; }
          .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper form .gform_description {
            margin: 0; }
          .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper form .gform_footer {
            margin: 0;
            padding: 0;
            justify-content: flex-end;
            width: 100%; }
            @media screen and (min-width: 768px) {
              .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper form .gform_footer {
                width: auto; } }
            .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper form .gform_footer #gform_submit_button_1 {
              background: transparent;
              border: 2px solid #1BBA92;
              border-radius: 22px;
              font-size: 16px;
              font-family: "Plus Jakarta Sans", sans-serif;
              font-weight: 600;
              color: #00243E;
              padding: 11px 25px;
              text-decoration: none;
              line-height: 14px;
              text-align: center;
              margin: 0;
              width: 100%; }
              @media screen and (min-width: 768px) {
                .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper form .gform_footer #gform_submit_button_1 {
                  width: auto; } }
          .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper form .gfield input {
            border: 1px solid #E1E6E9;
            border-radius: 30px;
            min-width: 254px;
            padding: 6px 20px;
            color: #00243E;
            font-weight: 500;
            font-family: "Plus Jakarta Sans", sans-serif; }
            .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper form .gfield input:focus-visible {
              outline-color: #E1E6E9; }
            .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper form .gfield input::-webkit-input-placeholder {
              color: #00243E; }
            .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper form .gfield input::-moz-placeholder {
              color: #00243E; }
            .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper form .gfield input::placeholder {
              color: #00243E; }
            @media screen and (min-width: 1200px) {
              .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper form .gfield input {
                border-radius: 22px;
                padding: 11px 20px; } }
          .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper form .gfield.gfield_error input {
            border-color: #c02b0a; }
          .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper form .gfield.gfield_error .validation_message {
            border: none;
            background: transparent;
            margin-top: 0;
            padding-top: 0;
            padding-bottom: 0;
            font-size: 14px;
            font-family: "Heebo", sans-serif; }
          .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper form .gform-body {
            width: 100%; }
            @media screen and (min-width: 768px) {
              .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper form .gform-body {
                width: auto; } }
        .ns-company-news > div .ns-news-container .ns-news-cta-subscription .gform_wrapper .gform_validation_errors {
          display: none; }
  .ns-company-news > div .pagination {
    padding: 30px 0 0; }
    .ns-company-news > div .pagination ul {
      display: flex;
      width: 100%;
      flex-direction: column-reverse;
      position: relative;
      row-gap: 15px; }
      @media screen and (min-width: 768px) {
        .ns-company-news > div .pagination ul {
          flex-direction: row-reverse; } }
      .ns-company-news > div .pagination ul li {
        list-style: none;
        border: 2px solid #1BBA92;
        border-radius: 22px;
        padding: 5px 30px;
        width: 100%;
        height: 43px;
        text-align: center; }
        @media screen and (min-width: 768px) {
          .ns-company-news > div .pagination ul li {
            width: 110px; } }
        .ns-company-news > div .pagination ul li a {
          text-decoration: none;
          font-size: 16px;
          line-height: 14px;
          font-weight: 600;
          font-family: "Plus Jakarta Sans", sans-serif;
          color: #00243E; }
        @media screen and (min-width: 768px) {
          .ns-company-news > div .pagination ul li.newer {
            position: absolute;
            left: 0; } }
        .ns-company-news > div .pagination ul li.disabled-btn {
          opacity: .5; }
          .ns-company-news > div .pagination ul li.disabled-btn span {
            font-size: 16px;
            line-height: 14px;
            font-weight: 600;
            font-family: "Plus Jakarta Sans", sans-serif;
            color: #00243E; }

.ns-single {
  padding: 0px 20px;
  margin: 50px 0; }
  .ns-single .st-btn:hover span {
    color: #005A9D !important; }
  @media screen and (min-width: 1024px) {
    .ns-single {
      padding: 0 50px;
      margin: 100px 0; } }
  @media screen and (min-width: 1200px) {
    .ns-single {
      padding: 0 100px;
      margin: 100px 0; } }
  .ns-single > div {
    max-width: 700px;
    margin: 0 auto;
    width: 100%; }
    .ns-single > div .ns-single-back {
      border-bottom: 3px solid #00A2E5;
      padding-bottom: 5px;
      margin-bottom: 25px; }
      .ns-single > div .ns-single-back a {
        margin: 0;
        font-size: 16px;
        line-height: 21px;
        text-decoration: none;
        position: relative;
        margin-left: 25px;
        color: #000;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-weight: 600; }
        .ns-single > div .ns-single-back a::before {
          content: '';
          position: absolute;
          background: url(../img/ns-arrow-icon.svg);
          width: 100%;
          width: 100%;
          height: 12px;
          background-repeat: no-repeat;
          background-position: right center;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          left: -25px;
          top: 5px; }
      .ns-single > div .ns-single-back :hover {
        color: #005A9D; }
    .ns-single > div article {
      position: relative; }
      .ns-single > div article .ns-single-date {
        margin: 0;
        margin-top: 35px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        color: #4F5255; }
      .ns-single > div article .ns-single-intro {
        margin: 0;
        margin-top: 12px;
        font-size: 24px;
        line-height: 34px;
        font-weight: 500;
        color: #4F5255;
        font-family: "Plus Jakarta Sans", sans-serif; }
      .ns-single > div article h1 {
        margin: 0;
        margin-top: 10px; }
        @media screen and (min-width: 768px) {
          .ns-single > div article h1 {
            line-height: 64px; } }
      .ns-single > div article .ns-single-author {
        margin: 0;
        margin-top: 10px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        color: #4F5255; }
      .ns-single > div article .featured-image {
        margin-top: 40px; }
      .ns-single > div article blockquote {
        background-color: #F4F9FC;
        margin: 30px 0;
        padding: 30px 20px; }
        @media screen and (min-width: 768px) {
          .ns-single > div article blockquote {
            margin: 30px 0 50px;
            padding: 50px 80px 50px 56px; } }
        .ns-single > div article blockquote p {
          font-size: 24px;
          line-height: 36px;
          color: #005A9D;
          font-family: "Plus Jakarta Sans", sans-serif;
          font-weight: 500;
          margin-top: 0; }
        .ns-single > div article blockquote cite strong {
          font-weight: 600;
          font-style: normal;
          font-family: "Plus Jakarta Sans", sans-serif;
          font-size: 16px;
          line-height: 24px; }
      .ns-single > div article .ns-single-cta-float {
        border-left: 3px solid #00A2E5;
        padding-left: 20px;
        position: relative;
        right: unset;
        margin-top: 50px; }
        @media screen and (min-width: 1200px) {
          .ns-single > div article .ns-single-cta-float {
            margin-left: 50px;
            max-width: 250px;
            top: 35%;
            -webkit-transform: translateY(-35%);
                    transform: translateY(-35%); } }
        @media screen and (min-width: 1200px) {
          .ns-single > div article .ns-single-cta-float {
            position: absolute;
            right: -310px;
            margin-top: 0px;
            margin-left: 0px; } }
        .ns-single > div article .ns-single-cta-float .ns-content-cta {
          margin: 0;
          font-size: 16px;
          line-height: 21px;
          text-decoration: none;
          position: relative;
          margin-right: 30px;
          color: #000;
          font-family: "Plus Jakarta Sans", sans-serif;
          font-weight: 600; }
          .ns-single > div article .ns-single-cta-float .ns-content-cta::before {
            content: '';
            position: absolute;
            background: url(../img/ns-arrow.png);
            width: 100%;
            width: 100%;
            height: 12px;
            background-repeat: no-repeat;
            background-position: right center;
            left: 30px;
            top: 5px; }
        .ns-single > div article .ns-single-cta-float p {
          font-family: "Plus Jakarta Sans", sans-serif;
          font-size: 16px;
          font-weight: 500; }
      .ns-single > div article .ns-single-content {
        padding: 20px 0 47.5px 0; }

.nav-bar {
  padding: 0px 20px;
  margin: 50px 0 75px;
  position: relative; }
  @media screen and (min-width: 1024px) {
    .nav-bar {
      margin: 50px 0;
      padding: 0 50px; } }
  @media screen and (min-width: 1200px) {
    .nav-bar {
      padding: 0 100px; } }
  .nav-bar > div {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto; }
  .nav-bar .breadcrumbs {
    margin-right: 35px;
    font-weight: 600;
    font-size: 17px;
    font-family: "Plus Jakarta Sans", sans-serif; }
    .nav-bar .breadcrumbs a {
      font-weight: 600;
      font-size: 17px;
      font-family: "Plus Jakarta Sans", sans-serif; }
  .nav-bar .tax-nav {
    margin-bottom: 0;
    position: absolute;
    bottom: -40px; }
    @media screen and (min-width: 768px) {
      .nav-bar .tax-nav {
        position: relative;
        bottom: auto; } }
  .nav-bar > div {
    border-bottom: 3px solid #00A2E5;
    padding-bottom: 5px; }
    @media screen and (min-width: 768px) {
      .nav-bar > div {
        display: flex;
        align-content: center; } }
  .nav-bar .social-nav {
    margin-top: 15px;
    text-align: right; }
    @media screen and (min-width: 768px) {
      .nav-bar .social-nav {
        margin-left: auto;
        margin-top: 0; } }
    .nav-bar .social-nav ul, .nav-bar .social-nav li {
      list-style: none; }
    .nav-bar .social-nav li {
      display: inline-block;
      margin: 0; }
      .nav-bar .social-nav li:hover > a {
        color: #005A9D !important; }
    .nav-bar .social-nav a {
      text-decoration: none;
      color: #1BBA92;
      font-size: 22px;
      transition: all .2s ease; }

.archive-header {
  padding: 0px 20px;
  margin: 50px 0; }
  @media screen and (min-width: 1024px) {
    .archive-header {
      padding: 0 50px;
      margin: 50px 0 100px; } }
  @media screen and (min-width: 1200px) {
    .archive-header {
      padding: 0 100px; } }
  .archive-header > div {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto; }

.blog .hero, .tax-solution-cat .hero {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 50px;
  margin-bottom: 50px; }
  .blog .hero > div, .tax-solution-cat .hero > div {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto; }
  .blog .hero h1, .tax-solution-cat .hero h1 {
    font-size: 36px; }

.blog .subscription-cta, .tax-solution-cat .subscription-cta {
  padding: 0px 20px;
  margin: 50px 0; }
  @media screen and (min-width: 1024px) {
    .blog .subscription-cta, .tax-solution-cat .subscription-cta {
      padding: 0 50px; } }
  @media screen and (min-width: 1200px) {
    .blog .subscription-cta, .tax-solution-cat .subscription-cta {
      padding: 0 100px; } }
  .blog .subscription-cta > div, .tax-solution-cat .subscription-cta > div {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto; }

.blog .ns-news-cta-subscription, .tax-solution-cat .ns-news-cta-subscription {
  display: flex;
  background: #F4F9FC;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 25px;
  padding: 30px;
  margin-bottom: 50px; }
  .blog .ns-news-cta-subscription h2, .tax-solution-cat .ns-news-cta-subscription h2 {
    margin: 0;
    font-size: 24px;
    max-width: 280px;
    color: #00243E;
    font-weight: 500; }
    @media screen and (min-width: 1200px) {
      .blog .ns-news-cta-subscription h2, .tax-solution-cat .ns-news-cta-subscription h2 {
        max-width: none; } }
  .blog .ns-news-cta-subscription .gform_wrapper, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper {
    display: flex; }
    .blog .ns-news-cta-subscription .gform_wrapper form, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper form {
      display: flex;
      align-items: flex-start;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px;
      flex-wrap: wrap;
      row-gap: 20px; }
      @media screen and (min-width: 768px) {
        .blog .ns-news-cta-subscription .gform_wrapper form, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper form {
          flex-wrap: nowrap; } }
      .blog .ns-news-cta-subscription .gform_wrapper form .gform_title, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper form .gform_title {
        display: none; }
      .blog .ns-news-cta-subscription .gform_wrapper form .gform_description, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper form .gform_description {
        margin: 0; }
      .blog .ns-news-cta-subscription .gform_wrapper form .gform_footer, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper form .gform_footer {
        margin: 0;
        padding: 0;
        justify-content: flex-end;
        width: 100%; }
        @media screen and (min-width: 768px) {
          .blog .ns-news-cta-subscription .gform_wrapper form .gform_footer, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper form .gform_footer {
            width: auto; } }
        .blog .ns-news-cta-subscription .gform_wrapper form .gform_footer #gform_submit_button_1, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper form .gform_footer #gform_submit_button_1 {
          background: transparent;
          border: 2px solid #1BBA92;
          border-radius: 22px;
          font-size: 16px;
          font-family: "Plus Jakarta Sans", sans-serif;
          font-weight: 600;
          color: #00243E;
          padding: 11px 25px;
          text-decoration: none;
          line-height: 14px;
          text-align: center;
          margin: 0;
          width: 100%; }
          @media screen and (min-width: 768px) {
            .blog .ns-news-cta-subscription .gform_wrapper form .gform_footer #gform_submit_button_1, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper form .gform_footer #gform_submit_button_1 {
              width: auto; } }
      .blog .ns-news-cta-subscription .gform_wrapper form .gfield input, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper form .gfield input {
        border: 1px solid #E1E6E9;
        border-radius: 30px;
        min-width: 254px;
        padding: 6px 20px;
        color: #00243E;
        font-weight: 500;
        font-family: "Plus Jakarta Sans", sans-serif; }
        .blog .ns-news-cta-subscription .gform_wrapper form .gfield input:focus-visible, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper form .gfield input:focus-visible {
          outline-color: #E1E6E9; }
        .blog .ns-news-cta-subscription .gform_wrapper form .gfield input::-webkit-input-placeholder, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper form .gfield input::-webkit-input-placeholder {
          color: #00243E; }
        .blog .ns-news-cta-subscription .gform_wrapper form .gfield input::-moz-placeholder, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper form .gfield input::-moz-placeholder {
          color: #00243E; }
        .blog .ns-news-cta-subscription .gform_wrapper form .gfield input::placeholder, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper form .gfield input::placeholder {
          color: #00243E; }
        @media screen and (min-width: 1200px) {
          .blog .ns-news-cta-subscription .gform_wrapper form .gfield input, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper form .gfield input {
            border-radius: 22px;
            padding: 11px 20px; } }
      .blog .ns-news-cta-subscription .gform_wrapper form .gfield.gfield_error input, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper form .gfield.gfield_error input {
        border-color: #c02b0a; }
      .blog .ns-news-cta-subscription .gform_wrapper form .gfield.gfield_error .validation_message, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper form .gfield.gfield_error .validation_message {
        border: none;
        background: transparent;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 14px;
        font-family: "Heebo", sans-serif; }
      .blog .ns-news-cta-subscription .gform_wrapper form .gform-body, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper form .gform-body {
        width: 100%; }
        @media screen and (min-width: 768px) {
          .blog .ns-news-cta-subscription .gform_wrapper form .gform-body, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper form .gform-body {
            width: auto; } }
    .blog .ns-news-cta-subscription .gform_wrapper .gform_validation_errors, .tax-solution-cat .ns-news-cta-subscription .gform_wrapper .gform_validation_errors {
      display: none; }

.blog .pagination, .tax-solution-cat .pagination {
  padding: 30px 0 0; }
  .blog .pagination ul, .tax-solution-cat .pagination ul {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
    position: relative; }
    @media screen and (min-width: 768px) {
      .blog .pagination ul, .tax-solution-cat .pagination ul {
        flex-direction: row-reverse; } }
    .blog .pagination ul li, .tax-solution-cat .pagination ul li {
      list-style: none;
      position: relative;
      transition: all .2s ease;
      border: 2px solid #1BBA92;
      border-radius: 22px;
      padding: 0;
      transition: background .25s linear; }
      .blog .pagination ul li a, .tax-solution-cat .pagination ul li a {
        text-decoration: none;
        font-size: 16px;
        line-height: 14px;
        font-weight: 600;
        font-family: "Plus Jakarta Sans", sans-serif;
        color: #00243E;
        width: 100%;
        text-align: center;
        padding: 11.5px 30px; }
        .blog .pagination ul li a:nth-child(1), .tax-solution-cat .pagination ul li a:nth-child(1) {
          display: block;
          transition: .15s linear;
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          opacity: 1; }
        .blog .pagination ul li a:nth-child(2), .tax-solution-cat .pagination ul li a:nth-child(2) {
          display: block;
          transition: .15s linear;
          width: 100%;
          opacity: 0;
          position: absolute;
          top: 0px;
          left: 0;
          -webkit-transform: translateY(10px);
                  transform: translateY(10px); }
      @media screen and (min-width: 768px) {
        .blog .pagination ul li.newer, .tax-solution-cat .pagination ul li.newer {
          position: absolute;
          left: 0; } }
      .blog .pagination ul li.disabled-btn, .tax-solution-cat .pagination ul li.disabled-btn {
        pointer-events: none;
        opacity: .5; }
        .blog .pagination ul li.disabled-btn span, .tax-solution-cat .pagination ul li.disabled-btn span {
          font-size: 16px;
          line-height: 14px;
          font-weight: 600;
          font-family: "Plus Jakarta Sans", sans-serif;
          color: #00243E; }
      .blog .pagination ul li:hover:not(.disabled-btn), .tax-solution-cat .pagination ul li:hover:not(.disabled-btn) {
        background-color: #1BBA92; }
        .blog .pagination ul li:hover:not(.disabled-btn) a:nth-child(1), .tax-solution-cat .pagination ul li:hover:not(.disabled-btn) a:nth-child(1) {
          -webkit-transform: translateY(-10px);
                  transform: translateY(-10px);
          opacity: 0; }
        .blog .pagination ul li:hover:not(.disabled-btn) a:nth-child(2), .tax-solution-cat .pagination ul li:hover:not(.disabled-btn) a:nth-child(2) {
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
      @media screen and (min-width: 768px) {
        .blog .pagination ul li, .tax-solution-cat .pagination ul li {
          width: 110px; } }
.button-link.mobile {
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    .button-link.mobile {
      display: none; } }
.button-link.desktop {
  display: none; }
  @media screen and (min-width: 768px) {
    .button-link.desktop {
      display: block; } }
.article-feed {
  padding: 0px 20px;
  margin: 50px 0; }
  @media screen and (min-width: 1024px) {
    .article-feed {
      padding: 0 50px; } }
  @media screen and (min-width: 1200px) {
    .article-feed {
      padding: 0 100px; } }
  .article-feed > div {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .article-feed .posts {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -20px; } }
  .article-feed article {
    margin-bottom: 80px; }
    @media screen and (min-width: 768px) {
      .article-feed article {
        flex: 0 1 50%;
        max-width: 50%;
        padding: 0 20px; } }
    @media screen and (min-width: 1024px) {
      .article-feed article {
        flex: 0 1 25%;
        max-width: 25%;
        padding: 0 20px; } }
    .article-feed article figure {
      margin-bottom: 15px;
      overflow: hidden; }
    .article-feed article h2 {
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: 18px;
      color: #000;
      margin: 0;
      line-height: 1.5; }
      .article-feed article h2 a {
        color: #000;
        text-decoration: none; }
        .article-feed article h2 a:hover {
          color: #005A9D; }
    .article-feed article img {
      width: 100%;
      transition: .25s ease-out; }
      .article-feed article img:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }

.solution-category a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: #4F5255;
  font-family: "Plus Jakarta Sans", sans-serif; }

.learn-more-cta {
  background-color: #F4F9FC;
  padding: 30px;
  border-top: 3px solid #00A2E5;
  text-align: center; }
  .learn-more-cta h2, .learn-more-cta p {
    color: #000; }
  .learn-more-cta .cta-link a {
    border: 2px solid #1BBA92;
    border-radius: 22px;
    padding: 7px 30px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #00243E; }

.latest-posts {
  padding: 0px 20px;
  margin: 50px 0; }
  @media screen and (min-width: 1024px) {
    .latest-posts {
      padding: 0 50px; } }
  @media screen and (min-width: 1200px) {
    .latest-posts {
      padding: 0 100px; } }
  .latest-posts > div {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .latest-posts .header {
      display: flex;
      align-items: center; } }
  .latest-posts .header h2 {
    margin-top: 0;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .latest-posts .header h2 {
        margin-bottom: 0; } }
  .latest-posts .header > div {
    margin-left: auto; }
  @media screen and (min-width: 768px) {
    .latest-posts .posts {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -20px; } }
  .latest-posts .posts article {
    margin-top: 50px; }
    @media screen and (min-width: 768px) {
      .latest-posts .posts article {
        flex: 0 1 50%;
        max-width: 50%;
        padding: 0 20px; } }
    @media screen and (min-width: 1024px) {
      .latest-posts .posts article {
        flex: 0 1 25%;
        max-width: 25%;
        padding: 0 20px; } }
    .latest-posts .posts article figure {
      margin-bottom: 15px; }
    .latest-posts .posts article h2 {
      font-size: 18px;
      color: #000;
      margin: 0;
      line-height: 1.5; }
      .latest-posts .posts article h2 a {
        color: #000;
        text-decoration: none; }

.tax-nav ul li.checked {
  font-weight: 600; }
  .tax-nav ul li.checked > a {
    font-weight: 600;
    color: #005A9D; }

.tax-nav ul li > a {
  font-weight: 500;
  color: #00243E; }

.ns-breadcrumb-hero.ns-articles-breadcrumb {
  margin-right: 35px; }
  .ns-breadcrumb-hero.ns-articles-breadcrumb a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
    pointer-events: none;
    color: #000; }

/*Archive Team page*/
.bg-single-team {
  padding: 0px 20px;
  margin: 50px 0; }
  @media screen and (min-width: 1024px) {
    .bg-single-team {
      padding: 0 50px;
      margin: 100px 0; } }
  @media screen and (min-width: 1200px) {
    .bg-single-team {
      padding: 0 100px;
      margin: 100px 0; } }
  @media screen and (max-width: 1024px) {
    .bg-single-team {
      margin-top: 10px; } }
.social-icons-team {
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 30px;
  left: -35px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .social-icons-team {
      bottom: 30px;
      left: -10px; } }
.social-icons-team a {
  margin-right: 12px;
  background-color: #005A9D;
  padding: 20px 20px;
  border-radius: 50%;
  display: flex;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center; }
  .social-icons-team a:hover {
    background-color: #00A2E5; }

.team-single-title {
  font-size: 36px;
  line-height: 54px;
  margin: 10px 0px;
  font-family: "Plus Jakarta Sans", sans-serif; }

.team-position {
  font-size: 18px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 25px; }

.team-single-content p {
  font-size: 18px;
  font-family: "Heebo", sans-serif;
  max-width: 580px;
  line-height: 32px;
  color: #4F5255; }

.single-team-container {
  max-width: 1161px;
  margin: auto; }

.single-team-container .single-image figure img {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .single-team-container .single-image figure img {
      display: block; } }
.single-image {
  flex: 0 1 100%;
  position: relative;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .single-image {
      flex: 0 1 50%;
      padding-left: 100px; } }
  .single-image figure {
    position: relative;
    max-width: 450px; }
    @media screen and (min-width: 768px) {
      .single-image figure {
        max-width: 100%; } }
.single-image figure::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -20px;
  right: -20px;
  background-image: url(/wp-content/themes/edison-research/img/team-back-pattern.svg);
  width: 225px;
  height: 374px; }

.team-back img {
  margin-left: -15px;
  margin-right: 15px; }

.team-back a::before {
  content: "";
  position: absolute;
  top: 9px;
  background-image: url(/wp-content/themes/edison-research/img/arrow-back-team.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  left: 0px; }

.single-title.team-back {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 2px solid #00A2E5;
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .single-title.team-back {
      margin-bottom: 0;
      max-width: 50%; } }
  @media screen and (max-width: 768px) {
    .single-title.team-back {
      margin-top: 0; } }
.single-title.team-back a {
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  padding-left: 27px;
  transition: .15s linear; }
  .single-title.team-back a:hover {
    color: #005A9D; }

.single-row {
  flex: 0 1 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .single-row {
      flex-direction: row-reverse;
      flex: 0 1 50%; } }
.team-single-content {
  flex: 0 1 100%; }
  @media screen and (min-width: 768px) {
    .team-single-content {
      flex: 0 1 50%; } }
.single-title {
  margin-top: 80px; }

.single-title a {
  color: #181B1E;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none; }

/*SEARCH PAGE*/
.search section.container {
  padding-top: 50px;
  padding-bottom: 100px; }

.search .page-header {
  display: none; }

.search section.container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px; }

.search .container.ns-search {
  max-width: 1130px !important; }
  @media screen and (max-width: 1024px) {
    .search .container.ns-search {
      padding-left: 20px;
      padding-right: 20px; } }
.search section.container article {
  flex: 0 0 100%;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 40px; }

.search section.container article h2 {
  margin-top: 0; }

.search section.container article h2 a {
  text-decoration: none;
  color: inherit;
  font-size: 42px;
  font-weight: bold;
  line-height: 54px; }
  @media screen and (max-width: 1024px) {
    .search section.container article h2 a {
      font-size: 28px;
      line-height: 36px; } }
.search section.container article a {
  text-decoration: none; }

.search .ns-no-found {
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center; }

.btn-blue {
  background: #00617F;
  color: #ffffff; }

.btn-default {
  border-radius: 23px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  overflow: hidden; }

.btn-default .primary {
  display: inline-block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: all 0.25s; }

.btn-default .secondary {
  bottom: 0px;
  left: 30px;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.25s; }

.btn-blue:hover, .btn-blue:active {
  background-color: #004E66;
  color: #ffffff; }
/*# sourceMappingURL=theme.css.map */