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

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; }
h3.service-list-title {
    color: #232E49;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin: 35px 0 20px;
    line-height: 120%;
}
a.service-btn {
    padding: 0 20px !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; } }

/* Base Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  box-sizing: border-box;
  overflow-x: hidden; }
  html.ns-menu-open {
    overflow-y: hidden; }

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

/* Element Adjustments */
main {
  display: block;
  /* IE! */ }

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

/* Body */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  color: #6A7076;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  overflow-x: hidden; 
}
body,html{
	background:#fffbf1;
}
  body.loading-js {
    visibility: hidden; }

/* Default element styles for WP editor */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  margin: 0; }

h1 {
  font-size: 56px;
  color: #232E49; }

h2 {
  font-size: 56px;
  color: #232E49;
  line-height: 110%;
  font-weight: 700; }

h3 {
  font-size: 44px;
  line-height: 120%; }

h4 {
  font-size: 32px; }

h5 {
  font-size: 32px; }

h6 {
  font-size: 22px;
  color: #232E49;
  line-height: 120%; }

p, ol, ul {
  font-size: 1rem;
  margin: 1em 0; }

hr { 
  border-top: 1px solid #ddd;
  margin: 50px 0; }

a {
  color: #b37e28; }
  a:focus {
    outline: none; }

.intro-hero__content{position:relative; background:transparent;}
.custom-nav span.desktop{color: #232E49;}
.gallery-site path {
  fill: #232E49;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 44px; }
  h3 {
    font-size: 32px; }
  h6 {
    font-size: 22px; } }

@media (max-width: 768px) {
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 32px; }
  h6 {
    font-size: 22px; } }

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

.privary-navy {
  color: #232E49; }

.bg-creamy-footer::after {
  background-color: #fffbf1; }

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
  max-width: 1440px; }
  @media (min-width: 1025px) and (max-width: 1100px) {
    .container {
      padding: 0 40px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .container {
      padding: 0 40px; } }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 20px; } }
  .container.page-404 {
    padding-top: 200px;
    padding-bottom: 200px; }
    .container.page-404 .button {
      width: -moz-fit-content;
      width: fit-content; }
	.intro-hero__content-image-block{margin-top: -50px;}
	.home video{border-radius:20px !important;}
	.intro-hero__content-image-block{margin-top:0 !important;}
	.intro-hero__content-text {
	  padding-right: 0 !important;
	}
.button-box, .secondaryBB.sBBtwo .button.button-primary{width:auto !important;}

body:not(.wp-admin) .button {
  display: flex;
  height: 44px;
  padding: 15px 30px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid #986E03;
  color: #986E03;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  transition: all 0.5s; }
  body:not(.wp-admin) .button:hover {
    color: #986E03;
  	background-color: inherit; }
  body:not(.wp-admin) .button-secondary {
    border-color: #232E49;
    background-color: #232E49;
    color: white !important; }
    body:not(.wp-admin) .button-secondary:hover {
      opacity: 0.8; }

.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

@media (min-width: 768px) {
  main .multiple-buttons {
    display: flex;
    gap: 24px; }
  main .col-r-desk {
    flex-direction: row-reverse !important; } }

/* Header Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
header {
  background-color: #fff;
  position: relative;
  height: 100px;
  z-index: 9; }
  header .container.header {
    justify-content: space-between;
    align-items: center;
    padding: 26px 60px;
    position: static;
    gap: 0;
    height: 100px;
    display: flex; 
	background: #232E49;}
    header .container.header .logo #main-logo {
      width: 100%; }
      @media screen and (max-width: 1024px) {
        header .container.header .logo #main-logo {
          width: 203px; } }
      @media screen and (max-width: 767px) {
        header .container.header .logo #main-logo {
          width: 232px; } }
    @media screen and (min-width: 1025px) {
      header .container.header:hover {
        background: #fff; }
      header .container.header #mega-menu-wrap-primary {
        position: static; }
        header .container.header #mega-menu-wrap-primary #mega-menu-primary {
          position: static; }
          header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
            position: static; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      header .container.header {
        padding: 26px 40px; } }
    header .container.header .logo {
      width: 100%;
	  max-width:280px;}
    header .container.header .header_tel a {
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 140%;
      font-family: "Schibsted Grotesk", sans-serif;
      color: #6A7076;
      text-decoration: none; }
    header .container.header .header_cta .button {
      padding: 16px 24px 17px;
      height: 46px; }
    header .container.header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, header .container.header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, header .container.header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
      background-color: #1E263C;
      height: 2px;
      border-radius: 10px; }
    header .container.header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
      border-radius: 50%;
      padding: 0px 5px;
      height: 50px;
      width: 50px; }
    header .container.header #menu-header-2-menu {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      -moz-column-gap: 10px;
           column-gap: 10px; }
      header .container.header #menu-header-2-menu li a {
        color: #6E665E;
        font-family: "Schibsted Grotesk", sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal; }
    header .container.header .cta-menu {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 40px;
      width: 40%; }
    header .container.header #mega-menu-wrap-primary {
      width: 60%; }
    header .container.header #mega-menu-wrap-primary #mega-menu-primary p {
      font-size: 14px;
      font-style: normal;
      font-weight: 350;
      line-height: 22px;
      font-family: "Schibsted Grotesk", sans-serif;
      color: #6E665E;
      max-width: 240px; }
    header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li#mega-menu-609-1 ul:nth-child(1) {
      width: 100%;
      border-top: 1px solid #D7D3D0;
      padding-top: 40px; }
      header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li#mega-menu-609-1 ul:nth-child(1) .mega-menu-column ul {
        padding: 0;
        border: unset; }
    header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
      width: 100% !important; }
    header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
      z-index: 1;
      border-radius: 0;
      background: #fff;
      border: 0;
      left: 0px;
      margin: 0px;
      width: 100%;
      box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.4);
      padding: 60px 0 60px 0;
      top: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column;
      row-gap: 40px;
      z-index: 9000; }
      header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .cta-menu {
        padding-right: 50px; }
        @media screen and (max-width: 1024px) {
          header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .cta-menu {
            display: none !important; } }
        @media screen and (max-width: 1440px) {
          header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .cta-menu {
            padding-right: 0; } }
        header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .cta-menu .textwidget {
          position: relative;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          font-size: 18px;
          background-color: #fff;
          background-blend-mode: soft-light;
          padding: 10px 10px 25px 10px;
          border-radius: 10px;
          line-height: 24px;
          font-weight: 500;
          border-radius: 10px;
          border: 1px solid #E7E6E4; }
          header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .cta-menu .textwidget p {
            color: #6A7076;
            font-family: "Schibsted Grotesk", sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 160%;
            margin: 0;
            max-width: 100% !important; }
          header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .cta-menu .textwidget strong {
            color: #557290;
            font-family: "Schibsted Grotesk", sans-serif;
            font-size: 12px;
            font-style: normal;
            font-weight: 700;
            line-height: 16px;
            /* 133.333% */
            letter-spacing: 0.5px;
            text-transform: uppercase;
            margin-bottom: 10px;
            display: block; }
          header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .cta-menu .textwidget a {
            border-radius: 30px !important;
            padding: 13px 25px 13px 25px;
            max-width: 144px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none !important;
            margin-top: 10px;
            background-color: transparent;
            border: 1px solid #000000;
            margin: 30px 25px 0 0;
            font-weight: 400; }
            header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .cta-menu .textwidget a:hover {
              border: 1px solid #000;
              color: #fff;
              transition: 0.5s;
              background-color: #000; }
            header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .cta-menu .textwidget a::after {
              content: unset !important; }
          header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .cta-menu .textwidget img {
            margin-bottom: 20px; }
      header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .two-rows .mega-description-group {
        padding-bottom: 25px;
        border-bottom: 1px solid #D7D3D0; }
      header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .textwidget a {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        font-family: "Schibsted Grotesk", sans-serif;
        position: relative;
        color: #373737;
        text-decoration: none; }
        header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .textwidget a::after {
          content: url(/wp-content/themes/ns-centerlight-cassena-v1/img/arrow-right.svg);
          width: 7px;
          height: 12px;
          margin-left: 10px;
          position: absolute;
          transition: 0.25s;
          top: 0px; }
        header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .textwidget a:hover::after {
          margin-left: 15px;
          transition: 0.25s; }
    header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
      width: 1px; }
    header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
      width: 21%; }
    header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
      max-width: 1580px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 0px 129px 0 120px; }
      @media screen and (max-width: 1440px) {
        header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
          padding: 0px 60px; } }
      @media (min-width: 1277px) and (max-width: 1300px) {
        header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
          padding: 0px 5% 0 5.5%; } }
      @media (min-width: 1025px) and (max-width: 1276px) {
        header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
          padding: 0px 6% 0 7%; } }
    header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
      margin-left: 40px;
      position: relative;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: unset;
      font-family: "Schibsted Grotesk", sans-serif;
      color: #373737; }
      @media (min-width: 1025px) and (max-width: 1340px) {
        header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
          margin-left: 15px; } }
    header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link {
      color: #986E03; }
    header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link::before {
      content: '';
      position: absolute;
      height: 2px;
      background-image: linear-gradient(270deg, #986E03 0%, #986E03 100%);
      width: 100%;
      bottom: -30px; }
      @media screen and (max-width: 1024px) {
        header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link::before {
          background-image: none !important; } }
    header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
      color: #6A7076; }
    header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children:hover > a.mega-menu-link > span.mega-indicator::after {
      transform: rotate(0deg); }
    header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      font-family: "Schibsted Grotesk", sans-serif;
      text-transform: none;
      color: #373737; }
    header .container.header #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title {
      font-family: "Schibsted Grotesk", sans-serif !important;
      text-transform: unset !important;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: unset;
	  white-space: nowrap;
  	  overflow: hidden;
 	  text-overflow: ellipsis;
      max-width: 265px;
      color: #fff; }
      @media screen and (max-width: 1024px) {
        header .container.header #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title {
          font-size: 18px;
          line-height: 26px;
          font-weight: 350; } }
      @media screen and (max-width: 767px) {
        header .container.header #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title {
          font-size: 18px;
          line-height: 160%;
          font-weight: 400;
          color: #6A7076; } }
    header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
      font-size: 16px;
      line-height: 20px;
      font-family: "avenir_lt_std35_light", sans-serif !important;
      text-transform: unset !important;
      color: #003766 !important;
      position: relative;
      font-weight: 350; }
    header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      font-family: "Schibsted Grotesk", sans-serif;
      max-width: 250px;
      color: #6A7076;
      margin-bottom: 0; }
      @media screen and (max-width: 1024px) {
        header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description { } }
    header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li a span.mega-menu-title::after {
      content: url(/wp-content/themes/ns-centerlight-cassena-v1/img/arrow-down.svg);
      width: 7px;
      height: 12px;
      margin-left: 10px;
      position: absolute; }
      @media screen and (max-width: 1024px) {
        header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li a span.mega-menu-title::after {
          content: unset; } }
    header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li a:hover span.mega-menu-title::after {
      margin-left: 15px;
      transition: 0.25s; }
    header .container.header header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.btn-general > a.mega-menu-link:hover {
      color: #fff !important; }
    header .container.header #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-flyout ul.mega-sub-menu {
      width: 340px;
      background: #fff;
      top: 64px;
      left: -51px;
      border-radius: 0px 0px 0px 10px;
      padding: 20px 0px 20px 20px;
      z-index: 1; }
    header .container.header #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
      color: #003766;
      font-family: "Schibsted Grotesk", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 350;
      line-height: 22px; }
    header .container.header #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-flyout ul.mega-sub-menu li.sub-title a.mega-menu-link {
      color: #6E665E;
      line-height: 24px; }
    header .container.header #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-flyout ul.mega-sub-menu li.sub-title.second a.mega-menu-link {
      margin-top: 28px; }
    header .container.header #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item:hover > a.mega-menu-link {
      color: #6E665E;
      background: #F8F6F4;
      display: flex;
      height: 40px;
      justify-content: center;
      align-items: center;
      border-radius: 40px; }
    header .container.header #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item > a.mega-menu-link {
      display: flex;
      width: 78px;
      height: 40px;
      justify-content: center;
      align-items: center;
      padding: 11px 20px;
      margin-right: 5px; }
.button.btn-cont{color:#986E03 !important;} 
.button.btn-cont:hover{color:#fff !important;} 
header.home-header {
  background-color: #1E263C;
  transition: 0.5s; }
  header.home-header:not(.white) #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
  header.home-header:not(.white) #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
  header.home-header:not(.white) #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #fff !important; }
  @media (min-width: 1025px) {
    header.home-header:hover {
      background-color: #fff;
      transition: 0.5s; }
      header.home-header:hover .container.header #mega-menu-wrap-primary button .mega-toggle-animated-box .mega-toggle-animated-inner,
      header.home-header:hover .container.header #mega-menu-wrap-primary button .mega-toggle-animated-box .mega-toggle-animated-inner::before,
      header.home-header:hover .container.header #mega-menu-wrap-primary button .mega-toggle-animated-box .mega-toggle-animated-inner::after {
        background-color: #232E49; }
      header.home-header:hover .container.header .logo svg g path.color {
        fill: #373737; }
      /*header.home-header:hover .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link {*/
      /*  color: #986E03; }*/
        
      header.home-header:hover .container.header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, header.home-header:hover .container.header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, header.home-header:hover .container.header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        /*background-color: #232E49;*/
        height: 2px; }
    header.home-header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
      color: #fff !important; }
	  header.internal-header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, header .container.header .header_tel a {
		  color:#373737;
	  }
    header.home-header .container.header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, header.home-header .container.header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, header.home-header .container.header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
      background-color: #fff;
      height: 2px; }
    header.home-header .container.header .header_tel a {
      color: #CFD2D5; }
    header.home-header .container.header .header_cta .button,  header.internal-header .container.header .header_cta .button {
      color: #fff; }
     .mega-menu-wrap ul li > a:hover{color:#986E03; } 
    /*header.home-header .container.header:hover #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {*/
    /*  color: #373737; }*/
    /*header.home-header .container.header:hover .header_tel a {*/
    /*  color: #373737; }*/
    /*header.home-header .container.header:hover .header_cta .button {*/
    /*  color: #373737; }*/
    /*  header.home-header .container.header:hover .header_cta .button:hover {*/
    /*    color: #fff; } }*/
header.home-header.white {
  background-color: #fff; }

.home .container.header, .page-parent .container.header, .page-template-default .container.header {
  background-color: #1E263C;
    max-width: 100%;
    padding: 26px 20px;  
}
.page-id-964 .container.header, .page-id-232 .container.header, .page-id-1130 .container.header, .page-parent .container.header, .page-child .container.header, .page-id-1003 .container.header {
	background: #fefbf1;
	color: #373737;
}
	  header.internal-header .container.header:hover .header_tel a {
		  color: #373737;
	  }
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ns-menu-tel, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ns-menu-tel-tablet, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ns-menu-contact {
  display: none; }
}
@media screen and (max-width: 1024px) {
  header.home-header.white .logo svg g path.color {
    fill: #373737; }
  header {
    /*#main-logo{
            width: 300px;
        }*/ }
    header .container.header .logo {
      width: 100%; }
    header .container.header .cta-menu {
      display: none; }
  .active {
    display: block !important; }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    background: #fff;
    min-height: 100vh;
    top: 60px;
    padding: 50px 20px 0 20px;
    z-index: 90000;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    padding-bottom: 40px; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    border-bottom: 1px solid #D7D3D0;
    padding: 20px 0 15px 0; } }
  @media screen and (max-width: 1024px) and (max-width: 1024px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
      padding: 24px 0 24px 0; } }
@media screen and (max-width: 1024px) {
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    display: flex;
    align-items: center; }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.header_title {
    display: none; }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    position: relative; }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: url(/wp-content/themes/ns-centerlight-cassena-v1/img/arrow-down.svg);
    width: 7px;
    height: 12px;
    margin-left: 10px;
    position: absolute;
    right: 5px;
    top: -7px; }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    display: block;
    padding-left: 0; }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    display: none; }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: block !important; }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: block; }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0 24px 0;
    border-bottom: 1px solid #D4D2CB; }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    display: none; }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0 0 20px 0;
    box-shadow: unset; }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px 0; }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    width: 100%; }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .textwidget a::after {
    display: none; }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .textwidget a {
    font-weight: 400;
    line-height: 32px;
    font-size: 20px; }
  #mega-menu-wrap-primary #mega-menu-primary p {
    margin-bottom: 10px;
    height: 22px; }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column .mega-sub-menu .textwidget {
    display: none !important; }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .two-rows .mega-description-group {
    border: unset;
    padding-bottom: 0; }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
    line-height: 26px; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    width: 100%;
    background: #fff;
    z-index: 1;
    position: relative; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    color: #003766;
    font-family: "Schibsted Grotesk", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 26px;
    padding: 0; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.sub-title a.mega-menu-link {
    color: #6E665E;
    line-height: 24px; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.sub-title.second a.mega-menu-link {
    margin-top: 28px; }
  header.transparent-menu .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #003766; }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    margin-left: 0; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ns-menu-tel {
    display: none; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ns-menu-tel-tablet {
    max-width: 200px;
    display: inline-block;
    margin-right: 40px;
    padding-top: 50px;
    border: none; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ns-menu-tel-tablet a {
      display: flex !important;
      height: 54px;
      color: #6A7076 !important;
      position: relative;
      margin-left: 30px !important; }
      #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ns-menu-tel-tablet a::before {
        content: '';
        position: absolute;
        left: -30px;
        width: 22px;
        height: 22px;
        background-image: url("/wp-content/themes/ns-centerlight-cassena-v1/img/phone.svg");
        background-repeat: no-repeat;
        background-size: contain; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ns-menu-contact {
    max-width: 200px;
    display: inline-block;
    padding-top: 50px;
    margin-right: 40px;
    border: none; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ns-menu-contact a {
      display: flex !important;
      font-size: 18px;
      line-height: 140%;
      color: #986E03 !important;
      border: 1px solid #986E03;
      padding: 20px 30px !important;
      border-radius: 8px;
      height: 54px; } }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu #mega-menu-63-0 .mega-sub-menu {
  display: flex; }

#mega-menu-63-0-2 {
  display: flex;
  flex-direction: column; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column {
  display: flex !important; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column .mega-sub-menu {
  display: flex;
  flex-direction: column;
  flex: 1; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column .mega-sub-menu .widget_text {
  display: flex !important;
  flex-direction: column;
  flex: 1; }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column .mega-sub-menu .textwidget {
  display: flex;
  flex-direction: column;
  flex: 1; }

@media screen and (max-width: 1024px) {
  header.home-header .container.header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner, header.home-header .container.header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner::before, header.home-header .container.header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background: #373737; }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    padding: 50px 40px 50px 40px; }
  header .container.header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 18px; }
  body.mega-menu-primary-mobile-open header .container.header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 40px; } }

@media screen and (max-width: 767px) {
	.page-id-125 .ns-extended-services {
	  padding-top: 0 !important;
	}
	.intro-hero .button.button-primary {
	  max-width: none !important;
	}
  header .container.header {
    padding: 13px 20px; }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    padding: 60px 20px 40px 20px; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ns-menu-tel {
    display: block;
    max-width: 200px;
    border: none;
    padding-top: 40px;
    padding-bottom: 0; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ns-menu-tel a {
      display: flex !important;
      color: #6A7076 !important;
      position: relative;
      margin-left: 30px !important; }
      #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ns-menu-tel a::before {
        content: '';
        position: absolute;
        left: -30px;
        width: 22px;
        height: 22px;
        background-image: url("/wp-content/themes/ns-centerlight-cassena-v1/img/phone.svg");
        background-repeat: no-repeat;
        background-size: contain; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ns-menu-tel-tablet {
    display: none; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ns-menu-contact {
    padding-top: 40px;
    display: block;
    margin: 0 auto;
    max-width: none; }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.ns-menu-contact a {
      justify-content: center; } }

@media screen and (max-width: 1023px) {
  header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block {
    margin-left: 16px !important;
    margin-right: 6px !important; } }

/* Footer Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
footer {
  background-color: #232E49;
  color: #fff;
  position: relative;
  padding-bottom:40px;}
  footer .container {
    max-width: calc(1320px + 120px);
    padding: 180px 60px 60px; }
    footer .container .ns-footer-row {
      display: flex; }
      footer .container .ns-footer-row h2 {
        color: #fff;
        font-size: 44px;
        line-height: 120%; }
      footer .container .ns-footer-row a {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        line-height: 150%; }
      footer .container .ns-footer-row p {
        margin: 0;
        font-size: 14px;
        line-height: 150%; }
      footer .container .ns-footer-row > div {
        flex: 1 0 20%; }
      footer .container .ns-footer-row nav {
        flex: 1 0 50%; }
        footer .container .ns-footer-row nav ul {
          display: flex;
          justify-content: flex-start;
          gap: 15px; }
          footer .container .ns-footer-row nav ul li a {
            font-size: 14px;
            line-height: 150%; }
      footer .container .ns-footer-row .ns-form .ns-form-container {
        margin-top: 20px; }
      footer .container .ns-footer-row .ns-form h6 {
        color: #fff; }
      footer .container .ns-footer-row .ns-form #gform_fields_1 {
        display: flex;
        align-items: center; }
        footer .container .ns-footer-row .ns-form #gform_fields_1 #field_1_1 {
          max-width: 440px;
          flex: 1; }
        footer .container .ns-footer-row .ns-form #gform_fields_1 #field_submit {
          margin-left: -3.2em; }
      footer .container .ns-footer-row .ns-form .gform_wrapper.gravity-theme .gform_validation_errors {
        background: transparent;
        border: none;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 35px;
        box-shadow: none;
        outline: none; }
      footer .container .ns-footer-row .ns-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
        color: #EDA820; }
      footer .container .ns-footer-row .ns-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
        left: 0; }
      footer .container .ns-footer-row .ns-form #validation_message_1_1 {
        display: none; }
      footer .container .ns-footer-row .ns-form .gform_wrapper.gravity-theme input[type=email] {
        background-color: rgba(255, 255, 255, 0.05);
        border: none;
        border-radius: 6px;
        outline: none;
        box-shadow: none;
        height: 50px;
        padding: 10px 50px 10px 20px;
        font-size: 16px; }
        footer .container .ns-footer-row .ns-form .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder {
          color: #fff; }
        footer .container .ns-footer-row .ns-form .gform_wrapper.gravity-theme input[type=email]::placeholder {
          color: #fff; }
      footer .container .ns-footer-row .ns-form #gform_submit_button_1 {
        position: relative;
        font-size: 0;
        width: 38px;
        height: 38px;
        background-color: rgba(255, 255, 255, 0.1);
        box-shadow: none;
        outline: none;
        border: none;
        border-radius: 4px; }
        footer .container .ns-footer-row .ns-form #gform_submit_button_1::after {
          content: '';
          position: absolute;
          height: 12px;
          width: 12px;
          background-image: url("/wp-content/themes/ns-centerlight-cassena-v1/img/arrow-submit.svg");
          background-repeat: no-repeat;
          background-size: cover;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
      footer .container .ns-footer-row .ns-form .gform_wrapper.gravity-theme .gform_footer {
        display: none; }
      footer .container .ns-footer-row .ns-footer-icons figure img {
        width: 46px;
        height: 46px; }
      footer .container .ns-footer-row .ns-footer-social {
        display: flex;
        -moz-column-gap: 2%;
             column-gap: 2%;
        padding-top: 60px; }
        footer .container .ns-footer-row .ns-footer-social figure img {
          width: 20px;
          height: 20px; }
      footer .container .ns-footer-row .ns-footer-info {
        display: flex;
        justify-content: space-between; }
        footer .container .ns-footer-row .ns-footer-info p {
          font-size: 16px;
          line-height: 150%; }
        footer .container .ns-footer-row .ns-footer-info .ns-footer-info-tel {
          display: flex;
          flex-direction: column; }
          footer .container .ns-footer-row .ns-footer-info .ns-footer-info-tel a {
            display: flex;
            font-size: 16px;
            line-height: 150%; }
            footer .container .ns-footer-row .ns-footer-info .ns-footer-info-tel a span {
              color: #EDA820;
              font-weight: 500;
              width: 35px;
              font-size: 16px;
              line-height: 150%; }
        footer .container .ns-footer-row .ns-footer-info figure img {
          width: 120px;
          height: 120px; }
      footer .container .ns-footer-row:last-child {
        margin-top: 40px;
        align-items: center; }
      footer .container .ns-footer-row:first-child {
        margin-bottom: 40px;
        position: relative; }
        footer .container .ns-footer-row:first-child::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 2px;
          background-color: #6A7076;
          left: 0px;
          bottom: -40px; }
      footer .container .ns-footer-row:nth-child(2) {
        padding-top: 40px; }
      footer .container .ns-footer-row-mb {
        display: none; }
  footer::after {
    content: '';
    background-color: #fffbf1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    z-index: 1; }

@media (max-width: 1024px) {
  footer .container {
    padding: 90px 40px 40px; }
    footer .container .ns-footer-row h2 {
      font-size: 32px;
      line-height: 120%; }
    footer .container .ns-footer-row > div {
      flex: 1 0 40%; }
    footer .container .ns-footer-row nav {
      flex: 1 0 60%; }
      footer .container .ns-footer-row nav ul li a {
        font-size: 14px;
        line-height: 140%; }
    footer .container .ns-footer-row .ns-form {
      flex: 1 0 60%; }
      footer .container .ns-footer-row .ns-form h6 {
        font-size: 22px;
        line-height: 120%; }
    footer .container .ns-footer-row .copyright {
      font-size: 14px;
      line-height: 150%; }
    footer .container .ns-footer-row .ns-footer-info {
      flex: 1 0 60%; }
      footer .container .ns-footer-row .ns-footer-info p {
        font-size: 16px;
        line-height: 150%; }
      footer .container .ns-footer-row .ns-footer-info .ns-footer-info-tel a {
        font-size: 16px;
        line-height: 150%; }
        footer .container .ns-footer-row .ns-footer-info .ns-footer-info-tel a span {
          color: #EDA820;
          font-weight: 500;
          width: 35px;
          font-size: 16px;
          line-height: 150%; }
    footer .container .ns-footer-row .ns-footer-social {
      -moz-column-gap: 20px;
           column-gap: 20px; }
  footer::after {
    height: 40px !important; } }

@media (max-width: 768px) {
  footer .container {
    padding: 69.5px 20px 50px; }
    footer .container .ns-footer-row {
      flex-direction: column;
      gap: 30px; }
      footer .container .ns-footer-row h2 {
        font-size: 28px;
        line-height: 130%; }
      footer .container .ns-footer-row .ns-form h6 {
        font-size: 18px;
        line-height: 140%;
        font-weight: 600; }
      footer .container .ns-footer-row .ns-form #gform_fields_1 #field_1_1 {
        width: 100%;
        flex: unset; }
      footer .container .ns-footer-row .ns-form #gform_fields_1 #field_submit {
        margin-left: -2.5em; }
      footer .container .ns-footer-row .ns-form .gform_wrapper.gravity-theme input[type=email] {
        font-size: 14px;
        line-height: 140%; }
      footer .container .ns-footer-row .ns-form .ns-form-container {
        margin-top: 10px; }
      footer .container .ns-footer-row .ns-footer-icons {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        footer .container .ns-footer-row .ns-footer-icons .ns-footer-social {
          padding-top: 0;
          -moz-column-gap: 20px;
               column-gap: 20px; }
      footer .container .ns-footer-row .ns-footer-info {
        flex-direction: column;
        row-gap: 20px; }
        footer .container .ns-footer-row .ns-footer-info figure {
          display: none; }
      footer .container .ns-footer-row nav {
        display: none; }
      footer .container .ns-footer-row .copyright {
        font-size: 14px;
        line-height: 140%;
        max-width: 200px;
        text-align: center; }
      footer .container .ns-footer-row-mb {
        display: flex;
        margin-top: 40px;
        justify-content: space-between; }
        footer .container .ns-footer-row-mb nav ul {
          display: flex;
          flex-direction: column; }
          footer .container .ns-footer-row-mb nav ul li a {
            color: #fff;
            font-size: 14px;
            line-height: 140%;
            text-decoration: none; }
        footer .container .ns-footer-row-mb figure {
          width: 110px;
          height: 110px; }
          footer .container .ns-footer-row-mb figure img {
            -o-object-fit: cover;
               object-fit: cover;
            width: 100%;
            height: 100%; }
      footer .container .ns-footer-row:nth-child(2) {
        padding-top: 30px; }
  footer::after {
    height: 20px !important; } }

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

.wp-block-post-title {
  font-size: revert; }

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

/* Hero Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.ns-services, .intro-links-section {
  background: #fffbf1;  
}
  .ns-services .container {
    max-width: calc(1280px + 120px);
    padding: 80px 60px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 40px 40px 0 0;
    background: #fffefa;
    box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.04);
    gap: 80px; }
    .ns-services .container .intro {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .ns-services .container .intro div {
        max-width: 857px;
        display: flex;
        flex-direction: column;
        gap: 20px; }
        .ns-services .container .intro div h2 {
          line-height: 120%; }
        .ns-services .container .intro div p,
        .ns-services .container .intro div ol,
        .ns-services .container .intro div ul {
          font-size: 1.25rem;
          margin: 0; }
        .ns-services .container .intro div p {
          font-size: 20px;
          line-height: 160%; }
      .ns-services .container .intro .button {
        margin-top: 10px;
        margin-bottom: 10px;
        white-space: nowrap; }
    .ns-services .container .services {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      align-content: flex-start;
      align-self: stretch; 
      flex-wrap: wrap;
      gap: 30px 120px; }
      .ns-services .container .services__box {
        display: flex;
        padding: 30px 40px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        align-self: stretch;
        border-radius: 10px;
        border: 1px solid #E7E8EA;
        background: white;
        flex: 0 1 100%;
        box-sizing: border-box; }
        .ns-services .container .services__box div {
          display: flex;
          gap: 20px;
          align-items: flex-end; }
          .ns-services .container .services__box div figure {
            width: 40px;
            height: 40px; }
            .ns-services .container .services__box div figure img {
              width: 100%;
              height: 100%;
              -o-object-fit: contain;
                 object-fit: contain;
              padding: 5px; }
          .ns-services .container .services__box div h6 a {
            color: inherit;
            text-decoration: none; }
        .ns-services .container .services__box p {
          margin: 0;
          font-size: 18px;
          line-height: 160%; }
        .ns-services .container .services__box a.link-arrow {
          text-decoration: none;
          transition: all 0.5s; }
          .ns-services .container .services__box a.link-arrow:hover {
            transform: translateX(10px); }

@media (max-width: 1024px) {
  .ns-services .container {
    margin: 0 0;
    padding: 60px 40px;
    gap: 60px; }
    .ns-services .container .intro div {
      max-width: 661px; }
      .ns-services .container .intro div p {
        font-size: 20px;
        line-height: 160%; }
    .ns-services .container .services {
      gap: 60px; }
      .ns-services .container .services__box {
        flex: 0 1 calc(50% - 30px); }
        .ns-services .container .services__box p {
          font-size: 18px;
          line-height: 160%; } }

@media (max-width: 768px) {
  .ns-services .container {
    gap: 50px;
    padding: 50px 20px; }
    .ns-services .container .intro {
      flex-direction: column;
      gap: 30px;
      padding: 0 20px; }
      .ns-services .container .intro div {
        gap: 20px;
        max-width: 661px; }
        .ns-services .container .intro div p {
          font-size: 1.125rem;
          line-height: 160%; }
    .ns-services .container .services {
      flex-direction: column;
      gap: 20px; }
      .ns-services .container .services__box {
        width: 100%; }
        .ns-services .container .services__box p {
          font-size: 18px;
          line-height: 160%; } }

.ns-stats .container {
  max-width: calc(1280px + 120px);
  padding: 120px 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 40px 40px 0 0;
  background: #232E49;
  gap: 60px; }
  .ns-stats .container .intro {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .ns-stats .container .intro div {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .ns-stats .container .intro div h2 {
        color: white; }
        @media screen and (max-width: 1024px) {
          .ns-stats .container .intro div h2 {
            font-size: 44px;
            line-height: 120%; } }
        @media screen and (max-width: 767px) {
          .ns-stats .container .intro div h2 {
            line-height: 130%; } }
      .ns-stats .container .intro div p, .ns-stats .container .intro div ol, .ns-stats .container .intro div ul {
        font-size: 14px;
        font-weight: 800;
        line-height: 140%;
        letter-spacing: 2px;
        margin: 0; }
      .ns-stats .container .intro div p {
        color: #9EA5AB; }
  .ns-stats .container .stats {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    -moz-column-gap: 10%;
         column-gap: 10%; }
    .ns-stats .container .stats__box {
      display: flex;
      flex-direction: column;
      flex: 1 0 22%;
      gap: 10px; }
      .ns-stats .container .stats__box div {
        color: #EDA820;
        font-size: 96px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: -1px; }
      .ns-stats .container .stats__box p {
        margin: 0;
        color: white;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; }

@media (max-width: 1024px) {
  .ns-stats .container {
    margin: 0 0;
    padding: 80px 60px;
    gap: 40px; }
    .ns-stats .container .stats__box div {
      display: flex; } }

@media (max-width: 768px) {
  .ns-stats .container {
    gap: 40px;
    padding: 60px 40px; }
    .ns-stats .container .intro {
      gap: 20px; }
      .ns-stats .container .intro div {
        gap: 20px; }
        .ns-stats .container .intro div h2 {
          font-size: 28px; }
    .ns-stats .container .stats {
      flex-direction: column;
      gap: 40px; }
      .ns-stats .container .stats__box {
        width: 100%; }
        .ns-stats .container .stats__box:last-child p {
          padding-bottom: 20px; } }

.ns-accordion .container {
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 60px; }
  .ns-accordion .container .intro {
    display: flex;
    flex-direction: column;
    gap: 32px; }
    .ns-accordion .container .intro .intro-label {
      font-size: 14px;
      line-height: 19.6px;
      font-weight: 800;
      text-transform: uppercase;
      color: #986E03; }
    .ns-accordion .container .intro h3 {
      font-size: 56px;
      line-height: 110%; }

.ns-accordion .accordion__box {
  border-bottom: 1px solid #DBDDDF; }
  .ns-accordion .accordion__box .accordion {
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    padding: 30px 0;
    border-top: 1px solid #DBDDDF;
    display: flex;
    align-items: center; }
    .ns-accordion .accordion__box .accordion h6 {
      color: #373737; }
    .ns-accordion .accordion__box .accordion:first-of-type {
      border-top: unset; }
  .ns-accordion .accordion__box .accordion:before {
    content: '\002B';
    color: #F06E1E;
    font-weight: bold;
    float: left;
    min-width: 50px;
    height: 30px;
    margin-right: 30px;
    border: 2px solid #F06E1E;
    border-radius: 20px;
    font-size: 22px;
    text-align: center;
    line-height: 26px;
    font-weight: normal; }
  .ns-accordion .accordion__box .active {
    padding-bottom: 30px;
    display: flex !important;
    flex-direction: row;
    row-gap: 30px; }
  .ns-accordion .accordion__box .active:before {
    content: "\2212"; }
  .ns-accordion .accordion__box .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding-left: 80px; }
    .ns-accordion .accordion__box .panel p {
      margin-top: 0;
      margin-bottom: 10px;
      color: #373737;
      font-size: 18px; }
      .ns-accordion .accordion__box .panel p:last-of-type:not(:has(+ .accordion-link)) {
        margin-bottom: 43px; }
    .ns-accordion .accordion__box .panel .accordion-link {
      display: none;
      margin-top: 10px;
      padding: 10px 20px;
      color: #373737;
      text-decoration: none;
      transition: background-color 0.3s;
      border: none;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 140%;
      margin-bottom: 40px;
      padding-left: 0;
      position: relative;
      margin-top: 0;
      padding-top: 0;
      padding-bottom: 0; }
      .ns-accordion .accordion__box .panel .accordion-link::after {
        content: '';
        width: 20px;
        height: 20px;
        background: url("../img/chevron-right.svg") right center no-repeat;
        background-size: contain;
        right: 0;
        transition: all 0.5s;
        transform: translateX(0);
        position: absolute;
        top: 50%;
        margin-top: -9px;
        margin-right: -5px; }
      .ns-accordion .accordion__box .panel .accordion-link:hover::after {
        transform: translateX(5px); }
  .ns-accordion .accordion__box .active + .panel .accordion-link {
    display: inline-block; }

@media (max-width: 1024px) {
  .ns-accordion {
    margin-top: 0px;
    margin-bottom: 0px; }
    .ns-accordion .container {
      gap: 40px;
      padding-top: 60px;
      padding-bottom: 60px; }
      .ns-accordion .container .intro {
        gap: 16px; }
        .ns-accordion .container .intro h3 {
          font-size: 32px;
          line-height: 120%; }
        .ns-accordion .container .intro .intro-label {
          font-size: 14px;
          line-height: 19.6px; } }

@media (max-width: 768px) {
  .ns-accordion {
    margin-top: 0px;
    margin-bottom: 0px; }
    .ns-accordion .container {
      gap: 40px;
      padding-top: 40px; }
    .ns-accordion .accordion__box .accordion {
      padding: 30px 0; }
    .ns-accordion .accordion__box .panel {
      max-height: 0; }
      .ns-accordion .accordion__box .panel p:last-of-type:not(:has(+ .accordion-link)) {
        margin-bottom: 30px; }
      .ns-accordion .accordion__box .panel .accordion-link {
        margin-bottom: 30px; }
      .ns-accordion .accordion__box .panel.open {
        padding-bottom: 40px; }
        .ns-accordion .accordion__box .panel.open .accordion-link {
          margin-bottom: 0; } }

.ns-accordion-v2 {
  background-color: #fff; }
  .ns-accordion-v2 .container {
    padding-top: 80px;
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
    gap: 40px; }
    .ns-accordion-v2 .container .intro {
      display: flex;
      flex-direction: column; }
      .ns-accordion-v2 .container .intro .intro-label {
        font-size: 14px;
        line-height: 19.6px;
        font-weight: 800;
        text-transform: uppercase;
        color: #986E03;
        padding-top: 40px;
        border-top: 1px solid #CFD2D5; }
      .ns-accordion-v2 .container .intro h3 {
        font-size: 56px;
        line-height: 110%;
        font-weight: 700;
        padding: 32px 80px 32px 0;
        max-width: 1020px; }
  .ns-accordion-v2 .accordion__box .accordion {
    background-color: #FAF4D7;
    cursor: pointer;
    width: 100%;
    border: none;
    border-radius: 20px;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    padding: 40px;
    display: flex;
    align-items: center;
    margin-top: 20px; }
    .ns-accordion-v2 .accordion__box .accordion h2 {
      color: #232E49;
      font-size: 32px;
      line-height: 38.4px;
      font-weight: 700;
      width: calc(100% - 70px); }
    .ns-accordion-v2 .accordion__box .accordion:first-of-type {
      margin-top: unset; }
  .ns-accordion-v2 .accordion__box .accordion:after {
    content: '\002B';
    color: #232E49;
    font-weight: bold;
    height: 30px;
    width: 30px;
    margin-left: 40px;
    font-size: 50px;
    text-align: center;
    line-height: 30px;
    font-weight: normal; }
  .ns-accordion-v2 .accordion__box .active {
    padding-bottom: 30px;
    display: flex !important;
    flex-direction: row;
    row-gap: 30px; }
  .ns-accordion-v2 .accordion__box .active:after {
    content: "\2212"; }
  .ns-accordion-v2 .accordion__box .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding-left: 80px; }
    .ns-accordion-v2 .accordion__box .panel p {
      margin-top: 0;
      margin-bottom: 10px;
      color: #373737;
      font-size: 18px; }
      .ns-accordion-v2 .accordion__box .panel p:last-of-type:not(:has(+ .accordion-link)) {
        margin-bottom: 43px; }
    .ns-accordion-v2 .accordion__box .panel .accordion-link {
      display: none;
      margin-top: 10px;
      padding: 10px 20px;
      color: #373737;
      text-decoration: none;
      transition: background-color 0.3s;
      border: none;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 140%;
      margin-bottom: 43px;
      padding-left: 0;
      position: relative;
      margin-top: 0;
      padding-top: 0;
      padding-bottom: 0; }
      .ns-accordion-v2 .accordion__box .panel .accordion-link::after {
        content: '';
        width: 20px;
        height: 20px;
        background: url("../img/chevron-right.svg") right center no-repeat;
        background-size: contain;
        right: 0;
        transition: all 0.5s;
        transform: translateX(0);
        position: absolute;
        top: 50%;
        margin-top: -9px;
        margin-right: -5px; }
      .ns-accordion-v2 .accordion__box .panel .accordion-link:hover::after {
        transform: translateX(5px); }
  .ns-accordion-v2 .accordion__box .active + .panel .accordion-link {
    display: inline-block; }

@media (max-width: 1024px) {
  .ns-accordion-v2 {
    margin-top: 0px;
    margin-bottom: 0px; }
    .ns-accordion-v2 .container {
      gap: 40px;
      padding-top: 40px;
      padding-bottom: 80px; }
      .ns-accordion-v2 .container .intro h3 {
        font-size: 44px;
        line-height: 52.8px;
        padding: 24px 160px 24px 0;
        max-width: unset; }
      .ns-accordion-v2 .container .intro .intro-label {
        font-size: 14px;
        line-height: 19.6px; }
    .ns-accordion-v2 .accordion__box .accordion {
      padding: 32px; }
      .ns-accordion-v2 .accordion__box .accordion h2 {
        font-size: 28px;
        line-height: 36.4px;
        font-weight: 700; } }

@media (max-width: 768px) {
  .ns-accordion-v2 {
    margin-top: 0px;
    margin-bottom: 0px; }
    .ns-accordion-v2 .container {
      gap: 40px;
      padding-top: 40px; }
      .ns-accordion-v2 .container .intro h3 {
        font-size: 32px;
        line-height: 38.4px;
        padding: 16px 0; }
    .ns-accordion-v2 .accordion__box .accordion {
      padding: 32px; }
      .ns-accordion-v2 .accordion__box .accordion h2 {
        font-size: 22px;
        line-height: 26.4px;
        width: calc(100% - 46px); }
    .ns-accordion-v2 .accordion__box .accordion:after {
      margin-left: 16px; }
    .ns-accordion-v2 .accordion__box .panel {
      max-height: 0; }
      .ns-accordion-v2 .accordion__box .panel p:last-of-type:not(:has(+ .accordion-link)) {
        margin-bottom: 30px; }
      .ns-accordion-v2 .accordion__box .panel .accordion-link {
        margin-bottom: 30px; }
      .ns-accordion-v2 .accordion__box .panel.open {
        padding-bottom: 40px; }
        .ns-accordion-v2 .accordion__box .panel.open .accordion-link {
          margin-bottom: 0; } }

.ns-left-right-content.bg-creamy h2,
.ns-left-right-content.bg-creamy h3,
.ns-left-right-content.bg-creamy p,
.ns-left-right-content.bg-creamy ol,
.ns-left-right-content.bg-creamy ul {
  color: #232E49;
  max-width: 560px; }

.ns-left-right-content.shadow-bordered {
  margin: 5px 0 0 0;
  box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.04);
  border-radius: 40px; }

.ns-left-right-content .container {
  display: flex;
  flex-direction: row;
  padding-top: 120px;
  padding-bottom: 160px;
  gap: 100px; }
  .ns-left-right-content .container div.content {
    display: -webkit-box;
    flex-direction: column;
    gap: 20px;
    flex: 1 0 40%; }
  .ns-left-right-content .container div h6 {
    color: #986E03;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .ns-left-right-content .container div h3 {
    color: #373737; }
  .ns-left-right-content .container div p {
    color: #232E49;
    margin: 10px 0; }
  .ns-left-right-content .container div figure {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 428px; }
    .ns-left-right-content .container div figure img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .ns-left-right-content .container .multiple-buttons {
    display: flex;
    gap: 16px; }
/* Begin Admissions Page Styles */
.page-id-1003 .ns-left-right-content .container div h6 {
	display:inherit;
}
.page-id-1003 .ns-left-right-content .container div.content {
  display: inherit;
}
.page-id-1003 .ns-left-right-content .container div.content h2, .page-id-1003 .ns-left-right-content .container div.content p {
	width:100%;
}
.page-id-1003 .ns-left-right-content .container .multiple-buttons {
  display: contents;
}
.page-id-1003 body:not(.wp-admin) .button-secondary, .page-id-1003 body:not(.wp-admin) .button-primary, .page-id-1003 .multiple-buttons a {
  display: table !important;
  width: 100%;
  text-align: center;
}
.page-id-1003 .bg-creamy, .page-id-1003 .text-intro-section.has-bg-color {
	background: #fffbf1 !important;
}
.page-id-1003 .text-intro-section.has-bg-color {
	margin-top:51px;
}
/* End Admissions Page Styles */
@media (max-width: 1024px) {
  .ns-left-right-content .container {
    padding-top: 40px;
    padding-bottom: 60px;
    gap: 60px; }
    .ns-left-right-content .container div.content {
      gap: 20px; }
      .ns-left-right-content .container div.content p {
        margin: 0 0 10px 0; }
    .ns-left-right-content .container div p {
      margin: 0; }
    .ns-left-right-content .container div figure {
      width: unset;
      height: 78%;
      -o-object-fit: cover;
         object-fit: cover; } }

@media (max-width: 768px) {
  .ns-left-right-content .container {
    flex-direction: column;
    gap: 16px;
    padding: 40px 20px 40px 20px; }
    .ns-left-right-content .container div.content {
      gap: 20px; }
      .ns-left-right-content .container div.content p {
        margin: 0;
        font-size: 18px; }
    .ns-left-right-content .container div h6 {
      padding-top: 0; }
    .ns-left-right-content .container div p {
      margin: 0; }
    .ns-left-right-content .container div figure {
      margin-top: 34px;
      width: unset;
      height: unset; }
    .ns-left-right-content .container .multiple-buttons {
      flex-direction: column; } }

.ns-mid-cta {
  z-index: 9;
  position: relative; }
  .ns-mid-cta-container-secondary {
    background: #FDF7E3;
    padding-bottom: 80px; }
    .ns-mid-cta-container-secondary .mid-cta-secondary {
      margin-bottom: 0; }
  .ns-mid-cta .container > div {
    margin: 0;
    display: flex;
    padding: 60px;
    align-items: center;
    flex: 1 0 0;
    border-radius: 30px;
    background: #232E49;
    justify-content: space-between; }
    .ns-mid-cta .container > div p {
      margin: 10px 0 0 0;
      color: #373737;
      font-size: 18px; }
    .ns-mid-cta .container > div.mid-cta-primary h4 {
      color: white;
      max-width: 850px;
      line-height: 120%; }
    .ns-mid-cta .container > div.mid-cta-primary a {
      color: white; }
      .ns-mid-cta .container > div.mid-cta-primary a:hover {
        background-color: #986E03; }
    .ns-mid-cta .container > div.mid-cta-secondary {
      padding: 40px 60px;
      border-radius: 40px;
      background-color: #FAECB9;
      gap: 120px; }
      .ns-mid-cta .container > div.mid-cta-secondary h4 {
        color: #232E49; }

@media (max-width: 1024px) {
  .ns-mid-cta .container {
    margin-bottom: 0; }
    .ns-mid-cta .container > div.mid-cta-secondary {
      padding: 40px;
      gap: 80px; }
    .ns-mid-cta .container > div p {
      max-width: 544px; }
    .ns-mid-cta .container > div h4 {
      max-width: 544px; } }

@media (max-width: 768px) {
  .ns-mid-cta .container {
    margin-top: 0; }
    .ns-mid-cta .container > div {
      flex-direction: column;
      justify-content: center;
      gap: 30px;
      margin: 20px 0 0px;
      padding: 30px; }
      .ns-mid-cta .container > div.mid-cta-primary h4 {
        text-align: center; }
      .ns-mid-cta .container > div h4 {
        line-height: 130%;
        max-width: 544px;
        font-size: 28px; }
      .ns-mid-cta .container > div p {
        max-width: 544px;
        font-size: 16px; }
      .ns-mid-cta .container > div a {
        width: 100%; }
      .ns-mid-cta .container > div.mid-cta-secondary {
        margin: 0;
        padding: 30px 40px;
        gap: 30px;
        border-radius: 30px; }
  .ns-mid-cta-container-secondary {
    padding-bottom: 60px; }
  body.page-id-361 .ns-mid-cta .container .mid-cta-primary {
    margin-top: 0; } }

.intro-links-section {
  padding: 0 0 100px 0;
  /*background: #fff; */
}
  @media screen and (max-width: 1024px) {
    .intro-links-section {
      padding: 60px 40px 150px 40px;
      margin-top: 60px;
      margin-bottom: 25px;
      gap: 80px;
      padding-left: 0; } }
  @media screen and (max-width: 767px) {
    .intro-links-section {
      padding: 0 20px;
      gap: 60px;
      padding-left: 0;
      margin-top: 0; } }
  .intro-links-section .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 0;
    width: 100%;
    margin-left: 0;
    max-width: none;
    padding-right: 60px;
    gap: 120px; }
    @media screen and (min-width: 1400px) {
      .intro-links-section .container {
        margin-left: auto;
        max-width: 1440px;
        padding-right: 40px; } }
    @media screen and (max-width: 1024px) {
      .intro-links-section .container {
        padding: 40px 0 0 0;
        gap: 80px; } }
    @media screen and (max-width: 768px) {
      .intro-links-section .container {
        padding: 50px 0 20px 0; } }
    .intro-links-section .container .intro-links-image {
      margin: 0; }
    .intro-links-section .container .links-container {
      width: 100%;
      max-width: 720px;
      margin: 0; }
      @media screen and (max-width: 768px) {
        .intro-links-section .container .links-container {
          padding-left: 20px; } }
      .intro-links-section .container .links-container p {
        font-family: "Schibsted Grotesk", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 19.6px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #986E03;
        margin: 20px 0 20px 0; }
        @media screen and (max-width: 1024px) {
          .intro-links-section .container .links-container p {
            margin: 10px 0 10px 0; } }
        @media screen and (max-width: 768px) {
          .intro-links-section .container .links-container p {
            margin: 0 0 20px; } }
      .intro-links-section .container .links-container h3 {
        font-family: "Schibsted Grotesk";
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 52.8px;
        color: #373737;
        margin: 0 0 40px 0; }
        @media screen and (max-width: 1024px) {
          .intro-links-section .container .links-container h3 {
            font-family: "Schibsted Grotesk";
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: 38.4px;
            margin: 0; } }
        @media screen and (max-width: 767px) {
          .intro-links-section .container .links-container h3 {
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: 38.4px; } }
      .intro-links-section .container .links-container .links {
        margin: 40px 0;
        padding: 0;
        max-width: 720px; }
        @media screen and (max-width: 1024px) {
          .intro-links-section .container .links-container .links {
            margin: 30px 0 0; } }
        .intro-links-section .container .links-container .links li {
          height: auto;
          position: relative;
          list-style: none;
          border-bottom: 1px solid #DBDDDF;
          width: 100%;
          padding: 0; }
          .intro-links-section .container .links-container .links li:first-of-type {
            padding-top: 0;
            min-height: auto; }
            .intro-links-section .container .links-container .links li:first-of-type a {
              padding-top: 0; }
              @media screen and (max-width: 767px) {
                .intro-links-section .container .links-container .links li:first-of-type a {
                  padding-top: 16px; } }
          @media screen and (max-width: 1024px) {
            .intro-links-section .container .links-container .links li {
              height: auto; } }
          .intro-links-section .container .links-container .links li a {
            display: flex;
            position: relative;
            padding-right: 50px;
            padding-top: 20px;
            padding-bottom: 22px;
            text-decoration: none;
            font-family: "Schibsted Grotesk", sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 28.8px;
            color: #373737; }
            @media screen and (max-width: 1024px) {
              .intro-links-section .container .links-container .links li a {
                padding-top: 16px;
                padding-bottom: 18px; } }
            .intro-links-section .container .links-container .links li a::after {
              content: '';
              width: 36px;
              height: 18px;
              background: url("../img/chevron.svg") right center no-repeat;
              background-size: contain;
              right: 0;
              transition: all 0.5s;
              transform: translateX(0);
              position: absolute;
              top: 50%;
              margin-top: -9px; }
            .intro-links-section .container .links-container .links li a:hover::after {
              transform: translateX(10px); }
            @media screen and (max-width: 1024px) {
              .intro-links-section .container .links-container .links li a {
                padding-right: 40px; } }
            @media screen and (max-width: 767px) {
              .intro-links-section .container .links-container .links li a {
                line-height: 24px;
                padding-right: 80px; } }
    @media (min-width: 580px) and (max-width: 760px) {
      .intro-links-section .container .intro-links-image {
        left: -80px !important; } }
    @media screen and (max-width: 767px) {
      .intro-links-section .container {
        flex-direction: column-reverse;
        gap: 60px; }
        .intro-links-section .container .intro-links-image {
          margin: 0 auto;
          position: relative;
          left: -10px; } }
.overlap-section {
  bottom: -140px;
  margin-top: -140px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .overlap-section {
      bottom: -120px;
      margin-top: -160px; } }
  @media screen and (max-width: 767px) {
    .overlap-section {
      bottom: -200px;
      margin-top: -200px; } }
.ns-extended-services {
  background-color: #fff;
  padding: 100px 0 60px 0 !important;}
  .ns-extended-services .container .acf-extended-services {
    display: flex;
    flex-direction: column;
    gap: 120px; }
    .ns-extended-services .container .acf-extended-services .service-item {
      display: flex;
      gap: 60px; }
      .ns-extended-services .container .acf-extended-services .service-item .service-icon {
        flex: 0 0 100px; }
        .ns-extended-services .container .acf-extended-services .service-item .service-icon img {
          max-width: 100%;
          height: auto;
          display: block; }
      .ns-extended-services .container .acf-extended-services .service-item .service-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .ns-extended-services .container .acf-extended-services .service-item .service-content .service-text h3 {
          color: #232E49;
          font-size: 44px;
          font-style: normal;
          font-weight: 700;
          line-height: 120%; }
        .ns-extended-services .container .acf-extended-services .service-item .service-content .service-text p {
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 160%;
          margin: 24px 0 32px 0;
          color: #373737; }
        .ns-extended-services .container .acf-extended-services .service-item .service-content .button.button-secondary {
          max-width: 166px; }

@media (max-width: 1024px) {
  .ns-extended-services {
    padding: 120px 0 80px; }
    .ns-extended-services .container {
      padding: 0 40px; } }

/* Responsive for mobile */
@media (max-width: 768px) {
  .ns-extended-services {
    padding: 60px 0; }
    .ns-extended-services .container {
      padding: 0 40px; }
      .ns-extended-services .container .acf-extended-services {
        gap: 80px; }
        .ns-extended-services .container .acf-extended-services .service-item {
          flex-direction: column;
          align-items: flex-start;
          gap: 16px; }
          .ns-extended-services .container .acf-extended-services .service-item .service-icon {
            height: 50px;
            flex: none; }
            .ns-extended-services .container .acf-extended-services .service-item .service-icon img {
              width: 50px;
              height: 50px; }
          .ns-extended-services .container .acf-extended-services .service-item .service-content .service-text h3 {
            font-size: 28px;
            line-height: 130%; }  
          .ns-extended-services .container .acf-extended-services .service-item .service-content .service-text p {
            margin: 16px 0 24px 0;
            font-size: 16px;
            line-height: 150%; } 
          .ns-extended-services .container .acf-extended-services .service-item .service-content .button.button-secondary {
            max-width: 100%; } }

.intro-hero {
  position: relative;
  background-color: #fffbf1;
  /*#FDF7E3*/
  overflow: hidden;
  height: 720px;
  z-index:0;
  }
  .intro-hero__content {
    height: 100%;
    /*background-color: #1E263C;*/
    /*background-color: #fff;*/
    margin: 0 auto;
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    /*padding: 0 60px 212px 60px; */
      
              display: flex;  
    align-items: stretch;
    padding: 40px 75px 0;
  }
  
  .button-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 320px;
}

  .intro-hero__content-image-block{position:relative; width:100%} 
  .intro-hero__content-image-block img {
    display: block;
    height: 100%;
    width: auto;
    object-fit: contain;
    margin: 0; 
	float:right;
}  
.intro-hero__content-image-block a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99 !important;
}
    .intro-hero__content-text {
         display: flex;
    flex-direction: column;
    z-index: 3;
    position: relative;
    height: 100%;
    justify-content: center; 
		width:100%;
    }
      .intro-hero__content-text .label {
        display: block;
        font-size: 28px;
        line-height: 78%;
        font-weight: 500;
        margin-bottom: 22px;
        color: #373737; }
      .intro-hero__content-text .title h1 {
        color: #1E263C;
        font-size: 52px;
        line-height: 125%;
        font-weight: 700; }
    .intro-hero__content a {
      z-index: 9; }
  .intro-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    clip-path: inset(0 0 0 0);   
    /* Initial value to close the background */
    z-index: 1;
    transition: clip-path 0.5s ease;
    /* Smooth opening */
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px; }

@media (max-width: 1024px) {
  .intro-hero {
    height: auto; }
    .intro-hero__content {
      padding: 100px 40px 80px 40px; } }

@media (max-width: 768px) {
	.ns-services{margin-top:0px;}
	.logos img{max-width:80px;}
	.intro-hero__content-text .label {font-size:24px;}
	.logos {margin-top: 0 !important;}
    .intro-hero__content {
		padding: 50px 20px 60px 20px;
		flex-direction: column;
		align-items: flex-start;
		gap: 80px;
	}
    .intro-hero__content-text .label {
      margin-bottom: 20px; }
    .intro-hero__content-text .title h1 {
      font-size: 32px;
      line-height: 120%;
      font-weight: 700; }
    .intro-hero__content a figure {
      height: 100px;
      width: 100px; }
      .intro-hero__content a figure img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }

.ns-reviews {
  padding: 80px 0;
  background-color: #fcf8e8;
  text-align: center; }
  .ns-reviews__label {
    color: #b37e28;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    /* 19.6px */
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .ns-reviews__title {
    color: #243d58;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 60px; }
  .ns-reviews .splide {
    margin-bottom: 80px; }
  .ns-reviews .splide__track {
    overflow: hidden;
    padding: 0 2rem; }
  .ns-reviews .splide__arrows button {
    background-color: transparent; }
    .ns-reviews .splide__arrows button svg {
      height: 60px;
      width: 30px; }
  .ns-reviews .splide__arrow--prev {
    rotate: 180deg;
    top: 42%;
    left: 0; }
  .ns-reviews .splide__arrow--next {
    right: 0; }
  .ns-reviews .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center; }
  .ns-reviews .review-card {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: left;
    position: relative;
    gap: 24px;
    display: flex;
    flex-direction: column; }
    .ns-reviews .review-card__header {
      display: flex;
      align-items: center; }
      .ns-reviews .review-card__header__image {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 1rem; }
      .ns-reviews .review-card__header__name {
        font-weight: 700;
        font-size: 1.75rem;
        line-height: 130%;
        color: #232E49; }
      .ns-reviews .review-card__header__job-title {
        font-size: 1rem;
        font-weight: 400;
        color: #717171; }
    .ns-reviews .review-card__stars {
      color: #f5a623;
      font-size: 1.25rem; }
    .ns-reviews .review-card__quote {
      font-size: 18px;
      line-height: 160%;
      color: #373737;
      font-family: "Schibsted Grotesk", sans-serif; }
    .ns-reviews .review-card__channel {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 30px;
      height: auto; }
  .ns-reviews #ns-review {
    max-width: 1400px;
    margin: 0 auto; }

@media (max-width: 1024px) {
  .ns-reviews {
    padding: 60px 0; }
    .ns-reviews__title {
      margin-bottom: 50px; }
    .ns-reviews #ns-review {
      max-width: 980px;
      margin: 0 auto; }
    .ns-reviews .splide__arrows button {
      background-color: transparent; }
      .ns-reviews .splide__arrows button svg {
        height: 40px;
        width: 20px; }
    .ns-reviews .splide__arrow--prev {
      left: -8px; }
    .ns-reviews .splide__arrow--next {
      right: -8px; }
    .ns-reviews .review-card__header__name {
      font-size: 1.75rem;
      line-height: 130%; }
    .ns-reviews .review-card__header__job-title {
      font-size: 1rem;
      font-weight: 400; } }

@media (max-width: 768px) {
  .ns-reviews {
    padding: 40px 0; }
    .ns-reviews__title {
      margin-bottom: 40px; }
    .ns-reviews .review-card {
      padding: 20px;
      gap: 20px;
      border-radius: 20px;
      max-height: 290px; }
      .ns-reviews .review-card__quote {
        font-size: 14px;
        line-height: 140%; }
      .ns-reviews .review-card__header__name {
        font-size: 1.375rem;
        line-height: 120%; }
      .ns-reviews .review-card__header__job-title {
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 140%; } }

@media (max-width: 768px) and (max-width: 768px) {
  .splide__slide {
    display: flex;
    justify-content: center;
    align-items: unset; } }

.ns-media {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff; }
  .ns-media h2 {
    margin-bottom: 0;
    line-height: 100%; }
  .ns-media .container {
    gap: 40px;
    display: flex;
    flex-direction: column;
    padding: 0 80px; }
    .ns-media .container .media-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-direction: row !important;
      padding: 40px 0;
      border-top: 1px solid #CFD2D5;
      align-items: center; }
      .ns-media .container .media-top p {
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 140%;
        /* 19.6px */
        letter-spacing: 2px;
        text-transform: uppercase;
        margin: 0;
        color: #986E03; }
      .ns-media .container .media-top h2 {
        font-size: 56px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        margin: 0;
        color: #232E49; }
      .ns-media .container .media-top .cta-all a {
        padding: 18px 30px;
        border-radius: 8px;
        background-color: #232E49;
        transition: 0.5s;
        border: 1px solid transparent;
        color: #fff;
        text-decoration: none;
        font-size: 18px; }
        .ns-media .container .media-top .cta-all a:hover {
          background-color: #fff;
          border: 1px solid #986E03;
          color: #986E03; }
    .ns-media .container div:first-of-type {
      display: flex;
      flex-direction: column;
      gap: 24px; }
    .ns-media .container .splide__arrows {
      position: absolute;
      bottom: 68px;
      right: 0;
      width: 97px;
      flex-direction: row !important;
      gap: 23px !important; }
      .ns-media .container .splide__arrows button {
        width: 37px;
        height: 37px; }
        .ns-media .container .splide__arrows button.splide__arrow {
          position: relative;
          top: unset;
          border-radius: unset;
          display: none; }
        .ns-media .container .splide__arrows button.splide__arrow--prev {
          left: unset; }
        .ns-media .container .splide__arrows button.splide__arrow--next {
          right: unset;
          transform: unset; }
        .ns-media .container .splide__arrows button svg {
          width: 37px;
          height: 37px; }
    .ns-media .container #media ul {
      list-style-type: none;
      padding: 0;
      display: flex; }
      .ns-media .container #media ul li {
        display: flex;
        flex-direction: column;
        gap: 16px;
        position: relative;
        background-color: #FFF;
        border-radius: 20px;
        border: 1px solid #DBDDDF;
        padding: 20px 20px 32px 20px;
        margin-left: 1px;
        align-self: flex-start; }
        .ns-media .container #media ul li figure {
          margin-bottom: 4px; }
          .ns-media .container #media ul li figure a img {
            border-radius: 10px; }
        .ns-media .container #media ul li .category {
          display: flex;
          align-items: flex-start;
          justify-content: flex-start;
          flex-direction: row;
          gap: 10px; }
          .ns-media .container #media ul li .category .category-name {
            color: #1E263C;
            background-color: #F2F0EE;
            border-radius: 4px;
            font-size: 12px;
            font-style: normal;
            font-weight: 800;
            line-height: 120%;
            /* 14.4px */
            letter-spacing: 1px;
            text-transform: uppercase;
            padding: 4px 10px; }
        .ns-media .container #media ul li .category.space {
          margin-top: 32px; }
        .ns-media .container #media ul li .label {
          font-size: 14px;
          font-style: normal;
          font-weight: 600;
          line-height: 140%;
          color: #986E03; }
          .ns-media .container #media ul li .label.space {
            margin-top: 12px; }
        .ns-media .container #media ul li h3 {
          font-size: 22px;
          font-style: normal;
          font-weight: 700;
          line-height: 120%;
          color: #232E49; }
        .ns-media .container #media ul li .cta a {
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: 140%;
          color: #232E49;
          text-decoration: none;
          position: relative;
          width: 122px; }
          .ns-media .container #media ul li .cta a::after {
            content: '';
            width: 12px;
            height: 12px;
            background-image: url(/wp-content/themes/ns-centerlight-cassena-v1/img/arrow-right.svg);
            background-repeat: no-repeat;
            background-size: contain;
            position: absolute;
            top: 8px;
            right: 0px; }
        .ns-media .container #media ul li div {
          display: flex;
          flex-direction: column; }
          .ns-media .container #media ul li div p {
            font-family: "Schibsted Grotesk", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            color: #373737; }
            .ns-media .container #media ul li div p strong {
              font-weight: 500; }
            .ns-media .container #media ul li div p a {
              text-decoration: none;
              transition: all 0.5s;
              color: #000; }
              .ns-media .container #media ul li div p a:hover {
                color: #000; }

.ns-media.white {
  background-color: #fff; }
  .ns-media.white .container #media ul li {
    padding: 0;
    gap: 16px; }
    .ns-media.white .container #media ul li .category {
      padding: 0 20px 0px 20px; }
    .ns-media.white .container #media ul li .content {
      padding: 0 20px 0px 20px; }
      .ns-media.white .container #media ul li .content p {
        margin: 16px 0 0 0; }
    .ns-media.white .container #media ul li .cta {
      padding: 0 20px 24px 20px; }
    .ns-media.white .container #media ul li figure a img {
      border-radius: 10px 10px 0 0;
      width: 100%;
      height: 180px; }

@media (max-width: 1024px) {
  .ns-media {
    padding-top: 56px;
    padding-bottom: 120px; }
    .ns-media .container {
      gap: 20px;
      padding: 0 40px; }
      .ns-media .container div:first-of-type {
        gap: 24px; }
        .ns-media .container div:first-of-type p {
          font-size: 14px; }
      .ns-media .container .splide__arrows {
        bottom: 28px; }
      .ns-media .container #media ul li {
        width: calc((100% - 32px) / 3); }
        .ns-media .container #media ul li div p {
          gap: 8px;
          font-size: 16px;
          line-height: 120%; }
          .ns-media .container #media ul li div p a {
            font-size: 16px; } }

@media (max-width: 767px) {
	.intro-hero__content-image-block{padding-left:0 !important;}
	.home video {
	  margin-top: -40px !important;
	}
	.page-id-365 .ns-hero-internal.v2 .overlay-color .container .hero_content, .page-id-964 .ns-hero-internal.v2 .overlay-color .container .hero_content {width:100% !important;}
	.page-id-365 .ns-hero-internal.v2 .overlay-color .container .hero_content h2, .page-id-964 .ns-hero-internal.v2 .overlay-color .container .hero_content h2 {font-size:3rem !important;}
	.page-id-365 .ns-intro-text-cards, .page-id-964 .ns-intro-text-cards {padding: 10px 0px 40px 0;}
  .ns-media {
    padding-top: 40px;
    padding-bottom: 40px; }
    .ns-media .container {
      gap: 10px;
      padding: 0 20px; }
      .ns-media .container h2 {
        font-size: 80px; }
      .ns-media .container .media-top {
        flex-direction: column !important;
        align-items: flex-start; }
        .ns-media .container .media-top .intro p {
          font-size: 14px;
          font-weight: 700; }
        .ns-media .container .media-top .intro h2 {
          font-size: 32px; }
        .ns-media .container .media-top .cta-all {
          width: 100%;
          margin-top: 20px; }
          .ns-media .container .media-top .cta-all a {
            width: 100%;
            max-width: 100%;
            text-align: center;
            display: block;
            font-size: 18px;
            font-weight: 500;
            line-height: 140%; }
      .ns-media .container div:first-of-type {
        flex-direction: column;
        gap: 20px; }
      .ns-media .container .splide__list {
        margin-bottom: 30px !important; }
      .ns-media .container .splide__arrows {
        display: block !important;
        bottom: 25px; }
        .ns-media .container .splide__arrows button.splide__arrow {
          display: block; }
          .ns-media .container .splide__arrows button.splide__arrow svg {
            fill: #6A7076;
            background: #fff;
            stroke: #6A7076;
            width: 44px;
            height: 44px; }
            .ns-media .container .splide__arrows button.splide__arrow svg path {
              fill: #6A7076; }
            .ns-media .container .splide__arrows button.splide__arrow svg rect {
              fill: transparent; }
        .ns-media .container .splide__arrows button.splide__arrow--prev {
          position: absolute;
          transform: rotate(180deg);
          right: 40px;
          top: 30px; }
        .ns-media .container .splide__arrows button.splide__arrow--next {
          position: absolute;
          right: 0;
          top: 22px; }
      .ns-media .container #media ul li {
        width: 100% !important;
        gap: 16px;
        display: none;
        max-width: 280px; }
        .ns-media .container #media ul li:nth-child(1), .ns-media .container #media ul li:nth-child(2), .ns-media .container #media ul li:nth-child(3) {
          display: flex; }
        .ns-media .container #media ul li div p {
          gap: 0;
          font-size: 16px;
          line-height: 150%;
          font-weight: 400; }
          .ns-media .container #media ul li div p a {
            font-size: 18px; } }

.ns-basic-text {
  padding: 160px 0;
  background-color: #232E49;
  display: flex;
  align-items: center; }
  .ns-basic-text p {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #fff;
    max-width: 940px;
    margin: 0;
    padding: 40px 0; }

@media (min-width: 768px) and (max-width: 1024px) {
  .ns-basic-text {
    padding: 80px 0; }
    .ns-basic-text p {
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      padding: 40px 0;
      max-width: 824px; } }

@media screen and (max-width: 767px) {
  .ns-basic-text {
    padding: 20px 0; }
    .ns-basic-text p {
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: 130%;
      padding: 20px 0; } }

.ns-basic-text-creamy {
  display: flex;
  align-items: center;
  padding: 140px 0; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .ns-basic-text-creamy {
      padding: 60px 0 80px 0; } }
  @media screen and (max-width: 767px) {
    .ns-basic-text-creamy {
      padding: 60px 0 80px 0; } }
  .ns-basic-text-creamy p {
    color: #232E49;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 0;
    margin: 0;
    max-width: 960px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .ns-basic-text-creamy p {
        font-size: 32px;
        font-weight: 700;
        line-height: 120%;
        max-width: 764px; } }
    @media screen and (max-width: 767px) {
      .ns-basic-text-creamy p {
        max-width: 100%;
        font-size: 28px;
        font-weight: 700;
        line-height: 130%; } }
.ns-hero-internal.v1 {
  height: 620px;
  position: relative;
}
  .ns-hero-internal.v1 > .container {
    border-radius: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    max-width: calc(100% - 40px);
    background-position: center; }
  .ns-hero-internal.v1 .anchor {
    position: absolute;
    right: 40px;
    bottom: 40px; }
  .ns-hero-internal.v1 .mobile-image {
    display: none; }
  .ns-hero-internal.v1 .overlay-color {
    height: 620px;
    border-radius: 40px;
    max-width: 680px; }
    .ns-hero-internal.v1 .overlay-color .container {
      padding: 0 60px; }
      .ns-hero-internal.v1 .overlay-color .container .hero_content {
        height: 680px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 120px 0;
        gap: 24px; }
        @media screen and (max-width: 1024px) {
          .ns-hero-internal.v1 .overlay-color .container .hero_content {
            gap: 16px; } }
        @media screen and (max-width: 768px) {
          .ns-hero-internal.v1 .overlay-color .container .hero_content {
            gap: 24px; } }
        .ns-hero-internal.v1 .overlay-color .container .hero_content h1 {
          font-size: 72px;
          font-style: normal;
          font-weight: 700;
          line-height: 110%;
          letter-spacing: -1px;
          color: #fff;
          max-width: 560px; }
        .ns-hero-internal.v1 .overlay-color .container .hero_content h6 {
          color: #EDA820;
          font-family: "Schibsted Grotesk", sans-serif;
          font-size: 14px;
          font-style: normal;
          font-weight: 800;
          line-height: 140%;
          text-transform: uppercase;
          max-width: 560px;
          margin: 0; }
          .ns-hero-internal.v1 .overlay-color .container .hero_content h6 strong {
            font-size: 14px;
            font-style: normal;
            font-weight: 800;
            line-height: 140%;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #EDA820; }
        .ns-hero-internal.v1 .overlay-color .container .hero_content p {
          color: #F2F0EE;
          font-family: "Schibsted Grotesk", sans-serif;
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 160%;
          margin: 0; }
          .ns-hero-internal.v1 .overlay-color .container .hero_content p strong {
            font-size: 14px;
            color: #EDA820; }
        .ns-hero-internal.v1 .overlay-color .container .hero_content .button {
          color: #FFFFFF; }
          .ns-hero-internal.v1 .overlay-color .container .hero_content .button:hover {
            background-color: #986E03; }
        .ns-hero-internal.v1 .overlay-color .container .hero_content .ns-container-internal {
          display: flex;
          flex-direction: column;
          gap: 24px; }

.ns-hero-internal.v2 {
  background-image: none;
  margin: 0;
  padding: 20px 0 80px 0;
  position: relative;
  background-color: #fffbf1; }
  .ns-hero-internal.v2 .anchor {
    position: relative;
    margin-top: 48px; }
  .ns-hero-internal.v2 .overlay-color {
    width: 100%; }
    .ns-hero-internal.v2 .overlay-color .container {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 80px;
      padding: unset; }
      .ns-hero-internal.v2 .overlay-color .container .hero_content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0px 0 0 0;
        gap: 24px;
        width: 50%; }
        .ns-hero-internal.v2 .overlay-color .container .hero_content .breadcrumbs {
          line-height: 19.6px; }
          .ns-hero-internal.v2 .overlay-color .container .hero_content .breadcrumbs span {
            font-family: "Schibsted Grotesk", sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 800;
            line-height: 140%;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #986E03; }
            .ns-hero-internal.v2 .overlay-color .container .hero_content .breadcrumbs span:last-child {
              display: none; }
          .ns-hero-internal.v2 .overlay-color .container .hero_content .breadcrumbs a {
            font-size: 14px;
            font-style: normal;
            font-weight: 800;
            line-height: 140%;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #986E03;
            text-decoration: none; }
        .ns-hero-internal.v2 .overlay-color .container .hero_content h2 {
          font-size: 72px;
          font-style: normal;
          font-weight: 700;
          line-height: 110%;
          color: #232E49;
          letter-spacing: -1px; }
        .ns-hero-internal.v2 .overlay-color .container .hero_content p {
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 160%;
          margin: 0;
          color: #6A7076;
          max-width: 540px; }
        .ns-hero-internal.v2 .overlay-color .container .hero_content .button {
          margin-top: 8px; }
      .ns-hero-internal.v2 .overlay-color .container .hero-image {
        width: auto; }
        .ns-hero-internal.v2 .overlay-color .container .hero-image img {
          border-radius: 40px; }
      .ns-hero-internal.v2 .overlay-color .container .anchor-mobile {
        display: none; }

.ns-hero-internal.v3 {
  background-image: none;
  margin: 0;
  padding: 20px 0 120px 0;
  position: relative;
  background-color: #fefbf1; }
  .ns-hero-internal.v3 .anchor {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 120px;
    width: 120px; }
    .ns-hero-internal.v3 .anchor svg {
      height: 100%;
      width: 100%; }
  .ns-hero-internal.v3 .overlay-color {
    width: 100%; }
    .ns-hero-internal.v3 .overlay-color .container {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 80px;
      padding: unset; }
      .ns-hero-internal.v3 .overlay-color .container .hero_content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0 0 0 0;
        gap: 24px;
        width: 100%;
        position: relative; }
        .ns-hero-internal.v3 .overlay-color .container .hero_content .breadcrumbs {
          line-height: 19.6px; }
          .ns-hero-internal.v3 .overlay-color .container .hero_content .breadcrumbs span {
            font-family: "Schibsted Grotesk", sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: 800;
            line-height: 140%;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #986E03; }
            .ns-hero-internal.v3 .overlay-color .container .hero_content .breadcrumbs span:last-child {
              display: none; }
          .ns-hero-internal.v3 .overlay-color .container .hero_content .breadcrumbs a {
            font-size: 14px;
            font-style: normal;
            font-weight: 800;
            line-height: 140%;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #986E03;
            text-decoration: none; }
        .ns-hero-internal.v3 .overlay-color .container .hero_content h2 {
          font-size: 72px;
          font-style: normal;
          font-weight: 700;
          line-height: 110%;
          color: #232E49;
          letter-spacing: -1px;
          max-width: 1020px; }
        .ns-hero-internal.v3 .overlay-color .container .hero_content p {
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: 160%;
          margin: 0;
          color: #6A7076;
          max-width: 620px; }
      .ns-hero-internal.v3 .overlay-color .container .hero-image img {
        border-radius: 40px; }
      .ns-hero-internal.v3 .overlay-color .container .anchor-mobile {
        display: none; }

@media (min-width: 1240px) {
  .ns-hero-internal.v2 > .container {
    padding: 0 60px 0 80px; } }

@media (min-width: 1025px) and (max-width: 1239px) {
  .ns-hero-internal.v2 > .container {
    padding: 0 60px; }
  .ns-hero-internal.v2 .overlay-color .container .hero_content {
    align-self: stretch; }
  .ns-hero-internal.v2 .overlay-color .container .hero-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .ns-hero-internal.v1 {
    height: 500px;
    background-position: 50%;
    padding-bottom: 150px; }
    .ns-hero-internal.v1 .container {
      width: 984px;
      height: auto;
      background-image: none; }
      .ns-hero-internal.v1 .container .anchor {
        position: absolute; }
        .ns-hero-internal.v1 .container .anchor a svg {
          fill: transparent;
          width: 100px;
          height: 100px; }
          .ns-hero-internal.v1 .container .anchor a svg path {
            fill: white; }
          .ns-hero-internal.v1 .container .anchor a svg rect {
            stroke: white !important; }
      .ns-hero-internal.v1 .container .overlay-color {
        height: 500px;
        border-radius: 40px;
        width: 520px; }
        .ns-hero-internal.v1 .container .overlay-color .container {
          padding: 0 40px; }
          .ns-hero-internal.v1 .container .overlay-color .container .hero_content {
            padding: 80px 0 0 0; }
            .ns-hero-internal.v1 .container .overlay-color .container .hero_content h1 {
              font-size: 56px;
              font-style: normal;
              font-weight: 700;
              line-height: 110%;
              max-width: 46%; }
            .ns-hero-internal.v1 .container .overlay-color .container .hero_content p {
              font-size: 18px;
              font-style: normal;
              font-weight: 400;
              line-height: 160%;
              max-width: 440px; }
              .ns-hero-internal.v1 .container .overlay-color .container .hero_content p strong {
                font-size: 14px;
                color: #EDA820; }
            .ns-hero-internal.v1 .container .overlay-color .container .hero_content .button {
              margin-top: 16px; }
  .ns-hero-internal.v2 {
    padding: 20px 0 60px 0; }
    .ns-hero-internal.v2 .anchor {
      margin-top: calc(76px - 24px); }
      .ns-hero-internal.v2 .anchor a svg {
        width: 100px;
        height: 100px; }
    .ns-hero-internal.v2 .overlay-color .container {
      padding: 0;
      gap: 20px;
      align-items: flex-start; }
      .ns-hero-internal.v2 .overlay-color .container .hero_content {
        padding: 0 0 0 0;
        gap: 24px;
        flex: 0 0 calc((100% - 20px) / 2);
        width: unset; }
        .ns-hero-internal.v2 .overlay-color .container .hero_content .breadcrumbs {
          line-height: 19.6px; }
          .ns-hero-internal.v2 .overlay-color .container .hero_content .breadcrumbs span {
            font-size: 14px;
            font-style: normal;
            font-weight: 800;
            line-height: 140%;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #986E03; }
            .ns-hero-internal.v2 .overlay-color .container .hero_content .breadcrumbs span:last-child {
              display: none; }
          .ns-hero-internal.v2 .overlay-color .container .hero_content .breadcrumbs a {
            font-size: 14px;
            font-style: normal;
            font-weight: 800;
            line-height: 140%;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #986E03;
            text-decoration: none; }
        .ns-hero-internal.v2 .overlay-color .container .hero_content h2 {
          font-size: 44px;
          font-style: normal;
          font-weight: 700;
          line-height: 120%;
          color: #232E49;
          max-width: 100%; }
        .ns-hero-internal.v2 .overlay-color .container .hero_content p {
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 160%;
          margin: 0;
          color: #6A7076;
          max-width: 100%; }
        .ns-hero-internal.v2 .overlay-color .container .hero_content .button {
          margin-top: 16px;
          margin-bottom: 0px; }
      .ns-hero-internal.v2 .overlay-color .container .hero-image {
        flex: 0 0 calc((100% - 20px) / 2);
        position: relative; }
        .ns-hero-internal.v2 .overlay-color .container .hero-image img {
          /*position: absolute;
                        left:0;
                        top:0;
                        //height: 500px;
                        object-fit: cover;
                        //max-width: 462px;
                        width: 100%;*/ }
  .ns-hero-internal.v3 {
    padding: 20px 0 120px 0; }
    .ns-hero-internal.v3 .anchor a svg {
      width: 100px;
      height: 100px; }
    .ns-hero-internal.v3 .overlay-color .container {
      gap: 20px; }
      .ns-hero-internal.v3 .overlay-color .container .hero_content {
        padding: 80px 0 0 0;
        gap: 24px;
        width: 100%; }
        .ns-hero-internal.v3 .overlay-color .container .hero_content .breadcrumbs {
          line-height: 19.6px; }
          .ns-hero-internal.v3 .overlay-color .container .hero_content .breadcrumbs span {
            font-size: 14px;
            font-style: normal;
            font-weight: 800;
            line-height: 140%;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #986E03; }
            .ns-hero-internal.v3 .overlay-color .container .hero_content .breadcrumbs span:last-child {
              display: none; }
          .ns-hero-internal.v3 .overlay-color .container .hero_content .breadcrumbs a {
            font-size: 14px;
            font-style: normal;
            font-weight: 800;
            line-height: 140%;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #986E03;
            text-decoration: none; }
        .ns-hero-internal.v3 .overlay-color .container .hero_content h2 {
          font-size: 56px;
          font-style: normal;
          font-weight: 700;
          line-height: 110%;
          color: #232E49;
          max-width: 764px; }
        .ns-hero-internal.v3 .overlay-color .container .hero_content p {
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 160%;
          margin: 0;
          max-width: 620px; }
      .ns-hero-internal.v3 .overlay-color .container .hero-image {
        width: 50%; }
        .ns-hero-internal.v3 .overlay-color .container .hero-image img {
          border-radius: 40px;
          height: 503px;
          -o-object-fit: cover;
             object-fit: cover; } }

@media screen and (max-width: 767px) {
  .ns-hero-internal.v1 {
    height: auto;
    background-image: unset !important;
    padding-bottom: 24px; }
    .ns-hero-internal.v1 .anchor {
      display: none; }
    .ns-hero-internal.v1 .container {
      margin: 0 auto;
      padding: 0;
      background-image: none; }
      .ns-hero-internal.v1 .container .mobile-image {
        display: block;
        background-color: #fff; }
        .ns-hero-internal.v1 .container .mobile-image img {
          height: 320px;
          border-radius: 0 0 40px 40px;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 93%;
             object-position: 93%;
          width: 100%;
          max-width: 100%; }
      .ns-hero-internal.v1 .container.ns-padding-0 {
        margin: 0 auto;
        padding: 0; }
    .ns-hero-internal.v1 .overlay-color {
      background-color: #232e49 !important;
      width: 100%;
      height: auto;
      border-radius: 40px 40px 0 0;
      max-width: 100%; }
      .ns-hero-internal.v1 .overlay-color .container {
        padding: 40px 30px; }
        .ns-hero-internal.v1 .overlay-color .container .hero_content {
          padding: 0;
          height: auto; }
          .ns-hero-internal.v1 .overlay-color .container .hero_content h1 {
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%; }
          .ns-hero-internal.v1 .overlay-color .container .hero_content p {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; }
            .ns-hero-internal.v1 .overlay-color .container .hero_content p strong {
              font-size: 14px; }
          .ns-hero-internal.v1 .overlay-color .container .hero_content .button {
            margin-top: 18px; }
          .ns-hero-internal.v1 .overlay-color .container .hero_content .ns-container-internal {
            gap: 16px; }
        .ns-hero-internal.v1 .overlay-color .container.ns-padding-0 {
          margin: 0 auto;
          padding: 0; }
  .ns-hero-internal.v2 {
    padding: 20px 0 40px 0; }
    .ns-hero-internal.v2 .anchor a svg {
      width: 80px;
      height: 80px; }
    .ns-hero-internal.v2 .overlay-color .container {
      padding: 0;
      gap: 24px;
      flex-wrap: wrap; }
      .ns-hero-internal.v2 .overlay-color .container .hero_content {
        padding: 40px 0 0 0;
        gap: 24px;
        width: 100%; }
        .ns-hero-internal.v2 .overlay-color .container .hero_content .breadcrumbs span {
          font-size: 14px;
          font-style: normal;
          font-weight: 800;
          line-height: 140%;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #986E03; }
          .ns-hero-internal.v2 .overlay-color .container .hero_content .breadcrumbs span:last-child {
            display: none; }
        .ns-hero-internal.v2 .overlay-color .container .hero_content .breadcrumbs a {
          font-size: 14px;
          font-style: normal;
          font-weight: 800;
          line-height: 140%;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #986E03;
          text-decoration: none; }
        .ns-hero-internal.v2 .overlay-color .container .hero_content h2 {
          font-size: 44px;
          font-style: normal;
          font-weight: 700;
          line-height: 120%;
          color: #232E49;
          max-width: 100%; }
        .ns-hero-internal.v2 .overlay-color .container .hero_content p {
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 160%;
          margin: 0 0 20px 0;
          color: #6A7076;
          max-width: 100%; }
        .ns-hero-internal.v2 .overlay-color .container .hero_content .button {
          margin-top: 18px;
          margin-bottom: 36px;
          width: 100%; }
      .ns-hero-internal.v2 .overlay-color .container .anchor {
        display: none; }
      .ns-hero-internal.v2 .overlay-color .container .hero-image {
        height: auto;
        width: 100%; }
        .ns-hero-internal.v2 .overlay-color .container .hero-image img {
          border-radius: 40px;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%;
          height: 320px; }
      .ns-hero-internal.v2 .overlay-color .container .anchor-mobile {
        display: block;
        margin-top: 16px; }
        .ns-hero-internal.v2 .overlay-color .container .anchor-mobile a svg {
          width: 80px;
          height: 80px; }
  .ns-hero-internal.v3 {
    padding: 20px 0 40px 0; }
    .ns-hero-internal.v3 .anchor a svg {
      width: 80px;
      height: 80px; }
    .ns-hero-internal.v3 .overlay-color .container {
      gap: 24px;
      flex-wrap: wrap;
      padding: 0; }
      .ns-hero-internal.v3 .overlay-color .container .hero_content {
        gap: 24px;
        width: 100%; }
        .ns-hero-internal.v3 .overlay-color .container .hero_content .breadcrumbs span {
          font-size: 14px;
          font-style: normal;
          font-weight: 800;
          line-height: 140%;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #986E03; }
          .ns-hero-internal.v3 .overlay-color .container .hero_content .breadcrumbs span:last-child {
            display: none; }
        .ns-hero-internal.v3 .overlay-color .container .hero_content .breadcrumbs a {
          font-size: 14px;
          font-style: normal;
          font-weight: 800;
          line-height: 140%;
          letter-spacing: 2px;
          text-transform: uppercase;
          color: #986E03;
          text-decoration: none; }
        .ns-hero-internal.v3 .overlay-color .container .hero_content h2 {
          font-size: 44px;
          font-style: normal;
          font-weight: 700;
          line-height: 120%;
          color: #232E49;
          max-width: 100%; }
        .ns-hero-internal.v3 .overlay-color .container .hero_content p {
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 160%;
          margin: 0;
          max-width: 100%; }
      .ns-hero-internal.v3 .overlay-color .container .anchor {
        position: relative;
        padding-top: 36px; }
      .ns-hero-internal.v3 .overlay-color .container .hero-image {
        width: 100%; }
        .ns-hero-internal.v3 .overlay-color .container .hero-image img {
          border-radius: 40px;
          height: 320px;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%; }
      .ns-hero-internal.v3 .overlay-color .container .anchor-mobile {
        display: block; }
        .ns-hero-internal.v3 .overlay-color .container .anchor-mobile a svg {
          width: 80px;
          height: 80px; } }

@media screen and (min-width: 1400px) {
  .ns-hero-internal.v1 > .container {
    max-width: 1400px; } }

@media (orientation: landscape) {
  .ns-hero-internal.v2 .overlay-color .container {
    flex-wrap: nowrap; }
    .ns-hero-internal.v2 .overlay-color .container .anchor-mobile {
      display: none; } }

.image {
  background-color: #fff;
  display: flex;
  flex-direction: column; }
  .image .container {
    margin-bottom: 80px; }
    @media screen and (max-width: 1024px) {
      .image .container {
        margin-bottom: 80px;
        padding: 0 32px; } }
    @media screen and (max-width: 768px) {
      .image .container {
        margin-bottom: 60px;
        padding: 0 26.11px; } }
    .image .container figure {
      width: 100%;
      height: auto; }
      .image .container figure img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: 20px;
        max-width: 100%; }
        @media screen and (max-width: 1024px) {
          .image .container figure img {
            border-radius: 15px; } }
        @media screen and (max-width: 768px) {
          .image .container figure img {
            border-radius: 5px; } }
.ns-team {
  padding: 0px 0 120px 0;
  margin: 5px 0 0 0;
  box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.04);
  border-radius: 40px;
  /*Three Columns with Flex and Gap*/ }
  .ns-team .container .top-team {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 80px 0 24px 0; }
    .ns-team .container .top-team > div:first-child {
      width: 70%;
      display: flex;
      gap: 24px;
      flex-direction: column; }
    .ns-team .container .top-team > div h3 {
      margin: 0;
      font-size: 44px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      color: #232E49; }
    .ns-team .container .top-team > div p {
      margin: 0;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      color: #6A7076; }
      .ns-team .container .top-team > div p strong {
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 140%;
        /* 19.6px */
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #986E03; }
  .ns-team .team-section {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding-top: 40px; }
    .ns-team .team-section .container {
      display: flex;
      row-gap: 60px;
      flex-wrap: wrap; }
      .ns-team .team-section .container .column {
        flex: 0 0 calc((100% - 80px) / 3);
        padding: 20px 20px 32px 20px;
        border-radius: 20px;
        border: 1px solid #DBDDDF;
        /*KEEP ASPECT RATIO FOR IMAGES*/ }
        .ns-team .team-section .container .column figure {
          width: 100%;
          height: 360px;
          position: relative;
          margin-bottom: 20px; }
          .ns-team .team-section .container .column figure img {
            width: 100%;
            height: 360px;
            position: absolute;
            top: 0;
            left: 0;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center center;
               object-position: center center;
            border-radius: 10px; }
        .ns-team .team-section .container .column h5 {
          margin: 0;
          font-size: 28px;
          font-style: normal;
          font-weight: 700;
          line-height: 130%;
          color: #232E49; }
        .ns-team .team-section .container .column span {
          font-size: 14px;
          font-weight: 600;
          line-height: 140%;
          font-style: normal;
          color: #986E03; }
        .ns-team .team-section .container .column p {
          margin: 16px 0 0 0;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          color: #373737; }
        .ns-team .team-section .container .column .info {
          margin-top: 16px;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%;
          color: #373737; }
          .ns-team .team-section .container .column .info > div strong {
            margin-right: 10px; }
          .ns-team .team-section .container .column .info > div:last-child strong {
            margin-right: 16px; }
          .ns-team .team-section .container .column .info > div a {
            color: #373737;
            text-decoration: none; }

.ns-team.cream {
  background-color: #fff;
  margin-top: 0;
  box-shadow: none;
  border-radius: 0; }
  .ns-team.cream .container .top-team {
    border-top: 1px solid #CFD2D5;
    padding: 40px 0 40px 0; }
  .ns-team.cream .team-section .container .column figure {
    height: 240px; }
    .ns-team.cream .team-section .container .column figure img {
      height: 240px; }

@media (max-width: 1024px) {
  .ns-team {
    padding: 0px 0 60px 0; }
    .ns-team .container .top-team {
      padding: 60px 0 40px 0; }
      .ns-team .container .top-team > div h3 {
        font-size: 44px;
        line-height: 120%; }
      .ns-team .container .top-team > div:first-child {
        gap: 16px;
        width: 74%; }
      .ns-team .container .top-team .button {
        width: 182px;
        border: unset; }
    .ns-team .team-section {
      padding-top: 20px; }
      .ns-team .team-section .container {
        gap: 20px; }
        .ns-team .team-section .container .column {
          flex: 0 0 calc((100% - 40px) / 3);
          padding: 16px 16px 32px 16px; }
          .ns-team .team-section .container .column figure {
            height: 180px;
            width: 100%; }
            .ns-team .team-section .container .column figure img {
              height: 180px;
              width: 100%; }
          .ns-team .team-section .container .column h5 {
            font-size: 22px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%; }
          .ns-team .team-section .container .column p {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; }
  .ns-team.cream .container .top-team {
    padding: 20px 0 40px 0; }
  .ns-team.cream .team-section .container .column figure {
    height: 180px;
    padding: 38%; }
    .ns-team.cream .team-section .container .column figure img {
      height: 180px; } }

@media (max-width: 767px) {
    
  .ns-team {
    padding: 0px 0 40px 0; }
    .ns-team .container {
      flex-wrap: wrap; }
      .ns-team .container .top-team {
        flex-wrap: wrap;
        padding: 40px 0 16px 0; }
        .ns-team .container .top-team > div:first-child {
          gap: 16px;
          width: 100%;
          margin-bottom: 40px; }
          .ns-team .container .top-team > div:first-child h3 {
            font-size: 32px;
            line-height: 120%; }
        .ns-team .container .top-team .button {
          width: 182px;
          border: unset; }
    .ns-team .team-section .container {
      gap: 20px; }
      .ns-team .team-section .container .column {
        flex: 0 0 calc((100%));
        padding: 16px 16px 32px 16px; }
        .ns-team .team-section .container .column figure {
          padding: 20px;
          margin-bottom: 24px;
          height: 207px;
          width: 100%; }
          .ns-team .team-section .container .column figure img {
            height: 207px;
            width: 100%; }
        .ns-team .team-section .container .column h5 {
          font-size: 22px;
          font-style: normal;
          font-weight: 700;
          line-height: 120%;
          margin-bottom: 0; }
        .ns-team .team-section .container .column p {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          padding-top: 8px;
          line-height: 150%;
          margin-top: 0; }
        .ns-team .team-section .container .column span {
          padding-top: 8px; }
  .ns-team.cream .container .top-team {
    padding: 20px 0 40px 0; }
  .ns-team.cream .team-section .container .column figure {
    height: 207px;
    padding: 0;
    margin-bottom: 20px; }
    .ns-team.cream .team-section .container .column figure img {
      height: 207px; } }

.text-intro-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative; }
  .text-intro-section .container::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #CFD2D5;
    margin-bottom: 40px; }
  .text-intro-section .container .columns-and-text-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 56px; }
    .text-intro-section .container .columns-and-text-container .text-container {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 32px;
      margin-bottom: 32px; }
      .text-intro-section .container .columns-and-text-container .text-container h6 {
        color: #986E03;
        font-family: "Schibsted Grotesk", sans-serif;
        font-size: 14px;
        font-weight: 800;
        line-height: 19px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 0; }
      .text-intro-section .container .columns-and-text-container .text-container p {
        color: #373737;
        font-family: "Schibsted Grotesk", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        text-transform: none;
        letter-spacing: normal;
        margin: 0;
        max-width: 920px; }
      .text-intro-section .container .columns-and-text-container .text-container h2 {
        color: #232E49;
        font-family: "Schibsted Grotesk", sans-serif;
        font-size: 56px;
        font-weight: 700;
        line-height: 61px;
        max-width: 1020px; }
      .text-intro-section .container .columns-and-text-container .text-container h5 {
        max-width: 920px;
        margin: 0;
        color: #232E49;
        font-size: 28px;
        font-weight: 700;
        line-height: 130%; }
    .text-intro-section .container .columns-and-text-container .columns {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      -moz-column-gap: 60px;
           column-gap: 60px;
      row-gap: 72px;
      flex-wrap: wrap; }
      .text-intro-section .container .columns-and-text-container .columns .column {
        flex: 0 0 calc((100% - 72px) / 2);
        display: flex;
        flex-direction: column;
        gap: 24px; }
        .text-intro-section .container .columns-and-text-container .columns .column h6 {
          font-family: "Schibsted Grotesk", sans-serif;
          font-size: 22px;
          font-weight: 700;
          line-height: 120%; }
        .text-intro-section .container .columns-and-text-container .columns .column p {
          font-family: "Schibsted Grotesk", sans-serif;
          font-size: 18px;
          font-weight: 400;
          line-height: 160%;
          color: #373737;
          margin: 0; }

@media (max-width: 1024px) {
  .text-intro-section {
    padding-bottom: 56px;
    padding-top: 40px; }
    .text-intro-section .container .columns-and-text-container {
      gap: 36px; }
      .text-intro-section .container .columns-and-text-container .text-container {
        gap: 24px;
        max-width: 920px; }
        .text-intro-section .container .columns-and-text-container .text-container h2 {
          font-size: 44px;
          line-height: 52px; }
        .text-intro-section .container .columns-and-text-container .text-container p {
          margin-bottom: 24px; }
      .text-intro-section .container .columns-and-text-container .columns {
        flex-wrap: wrap;
        -moz-column-gap: 52px;
             column-gap: 52px;
        row-gap: 40px; }
        .text-intro-section .container .columns-and-text-container .columns .column {
          flex: 0 0 calc((100% - 52px) / 2); } }

@media (max-width: 768px) {
  .text-intro-section {
    padding-top: 60px;
    padding-bottom: 36px; }
    .text-intro-section .container .columns-and-text-container {
      display: flex;
      flex-direction: column;
      row-gap: 40px; }
      .text-intro-section .container .columns-and-text-container .text-container {
        gap: 16px;
        margin-bottom: 0; }
        .text-intro-section .container .columns-and-text-container .text-container h2 {
          font-size: 32px;
          line-height: 38px; }
        .text-intro-section .container .columns-and-text-container .text-container p {
          margin: 0;
          width: 100%; }
        .text-intro-section .container .columns-and-text-container .text-container h5 {
          font-size: 22px;
          line-height: 120%; }
      .text-intro-section .container .columns-and-text-container .columns {
        flex-direction: column;
        gap: 40px; }
        .text-intro-section .container .columns-and-text-container .columns .column {
          gap: 16px; }
          .text-intro-section .container .columns-and-text-container .columns .column h6 {
            font-size: 22px;
            font-weight: 700;
            line-height: 120%; } }

.text-intro-section.has-bg-color {
  background-color: #fefbf1; }
  @media screen and (max-width: 1024px) {
    .text-intro-section.has-bg-color {
      padding-top: 40px; } }
.text-intro-section.no-bg-color {
  background-color: transparent; }

.contact-form-block--v2 {
  background-color: #fffbf1; }
  .contact-form-block--v2 .contact-form-block__description,
  .contact-form-block--v2 .contact-form-block__contact {
    display: none; }
  .contact-form-block--v2 .contact-form-block {
    background-color: #fffbf1;
    gap: 120px;
    padding: 40px 80px 80px; }
    .contact-form-block--v2 .contact-form-block__form {
      border: unset;
      padding: 0;
      flex: 0 0 54%; }

.contact-form-block {
  display: flex;
  justify-content: flex-start;
  background-color: #fffbf1;
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 240px; }
  .contact-form-block__content {
    flex: 0 0 37%;
    padding: 15px 0; }
    .contact-form-block__content__title {
      font-size: 14px;
      font-style: normal;
      font-weight: 800;
      line-height: 140%;
      /* 19.6px */
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #986E03; }
    .contact-form-block__content__description h3 {
      font-size: 44px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      color: #232E49;
      margin: 24px 0; }
    .contact-form-block__content__description p {
      margin: 0 0 32px 0;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      color: #373737; }
    .contact-form-block__content__contact {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 40px; }
      .contact-form-block__content__contact .fax {
        display: flex;
        height: 54px;
        padding: 18px 0px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 8px; }
        .contact-form-block__content__contact .fax a {
          text-decoration: none;
          color: #232E49;
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: 140%; }
  .contact-form-block__form {
    flex: 1.5;
    padding: 20px 20px 16px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 20px; }
    .contact-form-block__form .gform_wrapper .gform_required_legend {
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%;
      color: #6A7076;
      margin: 0 0 20px 0; }
    .contact-form-block__form .gform_wrapper .gform_fields {
      grid-row-gap: 24px !important; }
    .contact-form-block__form form {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .contact-form-block__form form .wpforms-field {
        margin-bottom: 1rem; }
      .contact-form-block__form form input, .contact-form-block__form form textarea, .contact-form-block__form form select,
      .contact-form-block__form form .gform_fields .ginput_container input,
      .contact-form-block__form form .gform_fields .ginput_container textarea,
      .contact-form-block__form form .gform_fields .ginput_container select {
        padding: 13px 16px;
        border: 1px solid #e2e8f0;
        border-radius: 5px;
        width: 100%;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        color: #373737; }
      .contact-form-block__form form .gform_fields .gfield label.gfield_label {
        font-size: 12px;
        font-weight: 600;
        line-height: 120%;
        color: #373737; }
      .contact-form-block__form form .gform_footer.top_label {
        justify-content: flex-end;
        margin: 0;
        padding-bottom: 0; }
      .contact-form-block__form form #gform_submit_button_2 {
        border-color: #232E49;
        background-color: #232E49;
        color: white;
        cursor: pointer;
        display: flex;
        height: 54px;
        padding: 18px 30px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 8px;
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
        line-height: 140%;
        margin: 0;
        border: 1px solid transparent;
        transition: 0.5s; }
        .contact-form-block__form form #gform_submit_button_2:hover {
          transition: 0.5s;
          border-color: #986E03;
          color: #986E03;
          border: 1px solid #986E03;
          background-color: #fff; }
      .contact-form-block__form form .gform_fields .ginput_container select {
        appearance: none;
        /* Removes default styling */
        -webkit-appearance: none;
        /* For Safari */
        -moz-appearance: none;
        /* For Firefox */
        background: url("/wp-content/themes/ns-centerlight-cassena-v1/img/arrow-form.svg") no-repeat right 16px center, #fff;
        background-size: 1em; }

@media (min-width: 768px) and (max-width: 1024px) {
  .contact-form-block {
    gap: 40px;
    flex-wrap: wrap;
    padding: 60px 40px; }
    .contact-form-block__content {
      flex: 0 1 100%;
      padding: 0; }
      .contact-form-block__content__description h3 {
        margin: 16px 0; }
    .contact-form-block__form {
      padding: 40px 80px; }
      .contact-form-block__form .gform_wrapper .gform_fields {
        grid-row-gap: 24px !important; }
  .contact-form-block--v2 .contact-form-block {
    padding: 60px 40px;
    gap: 20px;
    flex-wrap: nowrap; }
    .contact-form-block--v2 .contact-form-block__content {
      flex: 0 0 280px; }
    .contact-form-block--v2 .contact-form-block__form {
      padding: 0;
      flex: 0 0 calc(100% - 280px - 20px); }
      .contact-form-block--v2 .contact-form-block__form .gform_wrapper .gform_required_legend {
        margin: -16px 0 24px 0; } }

@media screen and (max-width: 767px) {
  .contact-form-block {
    gap: 20px;
    flex-wrap: wrap;
    padding: 40px 20px; }
    .contact-form-block__content {
      flex: 0 1 100%;
      padding: 0; }
      .contact-form-block__content__title {
        margin-bottom: 40px; }
      .contact-form-block__content__description h3 {
        margin: 16px 0;
        max-width: 300px; }
      .contact-form-block__content__contact {
        flex-wrap: wrap;
        gap: 32px; }
        .contact-form-block__content__contact .phone {
          width: 100%; }
        .contact-form-block__content__contact .fax {
          width: 100%; }
    .contact-form-block__form {
      padding: 40px 20px; }
      .contact-form-block__form .gform_wrapper .gform_fields {
        grid-row-gap: 24px !important; }
      .contact-form-block__form form #gform_submit_button_2 {
        width: 100%; }
  .contact-form-block--v2 .contact-form-block {
    gap: 0;
    flex-wrap: wrap;
    padding: 40px 20px; }
    .contact-form-block--v2 .contact-form-block__content {
      flex: 0 1 100%; }
    .contact-form-block--v2 .contact-form-block__form {
      padding: 20px 20px 40px 20px;
      border: 1px solid #e2e8f0;
      border-radius: 20px;
      margin-bottom: 30px;
      min-width: 100%; }
      .contact-form-block--v2 .contact-form-block__form .gform_wrapper .gform_required_legend {
        margin: 20px 0 24px 0; } }

.ns-highlights {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-top: 40px;
  margin-bottom: 60px; }
  .ns-highlights .container {
    display: flex;
    align-items: flex-start; }
    .ns-highlights .container-intro {
      flex-direction: column;
      row-gap: 20px; }
      .ns-highlights .container-intro h3,
      .ns-highlights .container-intro p {
        max-width: 920px; }
      .ns-highlights .container-intro h3 {
        color: #232E49; }
      .ns-highlights .container-intro p {
        color: #6A7076;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        margin: 0; }
    .ns-highlights .container-highlights {
      border-radius: 10px;
      border: 2px solid #E7E8EA;
      padding: 60px;
      -moz-column-gap: 40px;
           column-gap: 40px;
      flex: 0 0 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .ns-highlights .container-highlights > div {
        flex: 0 0 calc((100% - 80px) / 3); }
        .ns-highlights .container-highlights > div h5 {
          color: #232E49;
          font-size: 28px;
          font-style: normal;
          font-weight: 700;
          line-height: 130%;
          margin-bottom: 20px;
          cursor: pointer;
          transition: all 0.5s; }
          .ns-highlights .container-highlights > div h5:last-of-type {
            margin-bottom: unset; }
          .ns-highlights .container-highlights > div h5:hover.light-green {
            color: #9AAC81; }
          .ns-highlights .container-highlights > div h5:hover.yellow {
            color: #EDA820; }
          .ns-highlights .container-highlights > div h5:hover.dark-blue {
            color: #232E49; }
          .ns-highlights .container-highlights > div h5:hover.brown {
            color: #986E03; }
          .ns-highlights .container-highlights > div h5:hover.orange {
            color: #F06E1E; }
          .ns-highlights .container-highlights > div h5:hover.blue {
            color: #3284BE; }
          .ns-highlights .container-highlights > div h5:hover.dark-green {
            color: #4F6F18; }
        .ns-highlights .container-highlights > div.images {
          position: relative;
          display: flex; }
          .ns-highlights .container-highlights > div.images figure {
            display: none;
            opacity: 0;
            transition: all 0.5s; }
            .ns-highlights .container-highlights > div.images figure:first-of-type {
              display: flex;
              opacity: 1; }
            .ns-highlights .container-highlights > div.images figure.show-image {
              position: absolute;
              top: 0;
              left: 0;
              display: flex;
              opacity: 1; }
            .ns-highlights .container-highlights > div.images figure img {
              margin: 0;
              max-width: 100%;
              height: auto;
              width: 360px; }

@media (max-width: 1024px) {
  .ns-highlights .container-intro h3,
  .ns-highlights .container-intro p {
    max-width: 800px; }
  .ns-highlights .container-intro h3 {
    font-size: 44px;
    line-height: 120%; }
  .ns-highlights .container-intro p {
    font-size: 20px;
    line-height: 160%; }
  .ns-highlights .container-highlights {
    padding: 40px 30px;
    padding: 30px 40px;
    -webkit-column-gap: unset; }
    .ns-highlights .container-highlights > div h5 {
      font-size: 22px;
      line-height: 120%; } }

@media (max-width: 768px) {
  .ns-highlights {
    margin-top: 60px; }
    .ns-highlights .container-intro h3 {
      font-size: 32px; }
    .ns-highlights .container-intro p {
      font-size: 24px;
      line-height: 140%; }
    .ns-highlights .container-highlights {
      -moz-column-gap: 60px;
           column-gap: 60px;
      row-gap: 20px;
      padding: 40px 30px;
      flex-direction: column; }
      .ns-highlights .container-highlights > div {
        width: 100%;
        flex: 0 0 100%; }
        .ns-highlights .container-highlights > div h5 {
          cursor: none; }
          .ns-highlights .container-highlights > div h5.light-green {
            color: #9AAC81; }
          .ns-highlights .container-highlights > div h5.yellow {
            color: #EDA820; }
          .ns-highlights .container-highlights > div h5.dark-blue {
            color: #232E49; }
          .ns-highlights .container-highlights > div h5.brown {
            color: #986E03; }
          .ns-highlights .container-highlights > div h5.orange {
            color: #F06E1E; }
          .ns-highlights .container-highlights > div h5.blue {
            color: #3284BE; }
          .ns-highlights .container-highlights > div h5.dark-green {
            color: #4F6F18;
            margin-bottom: 10px; }
        .ns-highlights .container-highlights > div:nth-child(1) {
          order: 1; }
        .ns-highlights .container-highlights > div:nth-child(2) {
          order: 3; }
        .ns-highlights .container-highlights > div:nth-child(3) {
          order: 2; }
        .ns-highlights .container-highlights > div.images figure:first-of-type {
          display: none; }
        .ns-highlights .container-highlights > div.images figure:last-of-type {
          display: flex;
          opacity: 1; } }

.ns-contact-information {
  background-color: #fffbf1;
  padding: 120px 0; }
  .ns-contact-information .container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px; }
    .ns-contact-information .container .label {
      font-size: 14px;
      font-style: normal;
      font-weight: 800;
      line-height: 140%;
      /* 19.6px */
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #986E03;
      flex: 0 0 41%; }
    .ns-contact-information .container .info {
      flex: 0 0 24%; }
      .ns-contact-information .container .info p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        margin: 0;
        line-height: 140%;
        color: #232E49; }
        .ns-contact-information .container .info p strong {
          color: #232E49;
          margin-right: 30px;
          font-weight: 600; }
        .ns-contact-information .container .info p a {
          color: #232E49;
          text-decoration: none;
          display: inline; }
      .ns-contact-information .container .info .fax strong {
        margin-right: 55px;
        font-weight: 600; }
      .ns-contact-information .container .info a {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        color: #232E49;
        margin-top: 10px;
        position: relative;
        display: block; }
    .ns-contact-information .container .headquarters {
      flex: 0 0 20%;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 140%;
      color: #232E49; }
      .ns-contact-information .container .headquarters p {
        margin: 0; }
      .ns-contact-information .container .headquarters strong {
        display: block;
        color: #232E49;
        font-weight: 600; }

@media (min-width: 768px) and (max-width: 1024px) {
  .ns-contact-information {
    padding: 60px 0; }
    .ns-contact-information .container {
      gap: 20px; }
      .ns-contact-information .container .label {
        flex: 0 0 35%;
        margin-right: 0; }
      .ns-contact-information .container .info {
        flex: 0 0 38%; } }

@media screen and (max-width: 767px) {
  .ns-contact-information {
    padding: 40px 0; }
    .ns-contact-information .container {
      gap: 20px;
      flex-wrap: wrap;
      padding: 0 20px; }
      .ns-contact-information .container .label {
        flex: 0 0 100%;
        margin-right: 0; }
      .ns-contact-information .container .info {
        flex: 0 0 100%; }
        .ns-contact-information .container .info .phone {
          margin-top: 20px; }
      .ns-contact-information .container .headquarters {
        flex: 0 0 100%; } }

.ns-testimonials {
  padding-top: 60px;
  padding-bottom: 80px;
  box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.04);
  border-radius: 40px; }
  @media screen and (max-width: 1024px) {
    .ns-testimonials {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .ns-testimonials {
      overflow: hidden; } }
  .ns-testimonials .container {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    @media screen and (max-width: 1024px) {
      .ns-testimonials .container {
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .ns-testimonials .container {
        padding-right: 0;
        gap: 20px; } }
    .ns-testimonials .container .testimonials-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row;
      padding-top: 0;
      padding-bottom: 0; }
      @media screen and (max-width: 1024px) {
        .ns-testimonials .container .testimonials-top {
          padding-right: 40px; } }
      @media screen and (max-width: 767px) {
        .ns-testimonials .container .testimonials-top {
          flex-direction: column;
          align-items: start;
          padding: 0 20px 0 0;
          gap: 20px; } }
      .ns-testimonials .container .testimonials-top .intro {
        display: flex;
        flex-direction: column;
        gap: 32px; }
        @media screen and (max-width: 1024px) {
          .ns-testimonials .container .testimonials-top .intro {
            gap: 24px; } }
        @media screen and (max-width: 767px) {
          .ns-testimonials .container .testimonials-top .intro {
            gap: 16px; } }
        .ns-testimonials .container .testimonials-top .intro .title {
          font-family: "Schibsted Grotesk", sans-serif;
          font-size: 56px;
          font-weight: 700;
          line-height: 61.6px;
          font-size: 56px; }
          @media screen and (max-width: 1024px) {
            .ns-testimonials .container .testimonials-top .intro .title {
              font-size: 44px;
              line-height: 52.8px; } }
          @media screen and (max-width: 767px) {
            .ns-testimonials .container .testimonials-top .intro .title {
              font-size: 32px;
              line-height: 38.4px; } }
        .ns-testimonials .container .testimonials-top .intro .label {
          color: #986E03;
          font-family: "Schibsted Grotesk", sans-serif;
          font-size: 14px;
          font-style: normal;
          font-weight: 800;
          line-height: 19.6px;
          letter-spacing: 2px;
          text-transform: uppercase;
          margin: 0; }
    .ns-testimonials .container .testimonials-list {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      margin-top: 20px; }
      @media screen and (max-width: 1024px) {
        .ns-testimonials .container .testimonials-list {
          flex-wrap: nowrap;
          -moz-column-gap: 30px;
               column-gap: 30px; } }
      @media screen and (max-width: 767px) {
        .ns-testimonials .container .testimonials-list {
          -moz-column-gap: 20px;
               column-gap: 20px;
          padding-left: 20px; } }
      .ns-testimonials .container .testimonials-list .testimonial-item {
        background: #F7F6F5;
        flex: 0 0 calc((100% - 90px) / 3);
        height: auto;
        padding: 40px;
        -moz-column-gap: 24px;
             column-gap: 24px;
        transition: opacity 0.5s, transform 0.5s;
        border-radius: 30px;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
        max-width: 400px; }
        @media screen and (max-width: 1024px) {
          .ns-testimonials .container .testimonials-list .testimonial-item {
            flex: 0 0 calc((100% - 60px) / 2); } }
        @media screen and (max-width: 767px) {
          .ns-testimonials .container .testimonials-list .testimonial-item {
            flex: 1 1 100%;
            -moz-column-gap: 20px;
                 column-gap: 20px;
            padding: 20px;
            width: 100%;
            max-width: 95%; } }
        .ns-testimonials .container .testimonials-list .testimonial-item .description {
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 28px;
          max-width: 320px;
          margin: 0;
          color: #373737; }
          @media screen and (max-width: 1024px) {
            .ns-testimonials .container .testimonials-list .testimonial-item .description {
              font-size: 18px; } }
          @media screen and (max-width: 767px) {
            .ns-testimonials .container .testimonials-list .testimonial-item .description {
              max-width: 100%;
              font-size: 16px; } }
        .ns-testimonials .container .testimonials-list .testimonial-item .headshot-and-name {
          display: flex;
          flex-direction: row;
          -moz-column-gap: 24px;
               column-gap: 24px;
          width: 100%;
          margin-bottom: 24px; }
          @media screen and (max-width: 767px) {
            .ns-testimonials .container .testimonials-list .testimonial-item .headshot-and-name {
              margin-bottom: 16px; } }
          .ns-testimonials .container .testimonials-list .testimonial-item .headshot-and-name img {
            height: 60px;
            width: 60px;
            border-radius: 50px; }
          .ns-testimonials .container .testimonials-list .testimonial-item .headshot-and-name .name-and-title {
            display: flex;
            flex-direction: column;
            max-width: 256px; }
            .ns-testimonials .container .testimonials-list .testimonial-item .headshot-and-name .name-and-title p {
              font-size: 16px;
              font-style: normal;
              font-weight: 400;
              line-height: 24px;
              margin: 0; }
            .ns-testimonials .container .testimonials-list .testimonial-item .headshot-and-name .name-and-title h5 {
              font-size: 28px;
              font-style: normal;
              font-weight: 700;
              line-height: 36px;
              color: #232E49; }
              @media screen and (max-width: 767px) {
                .ns-testimonials .container .testimonials-list .testimonial-item .headshot-and-name .name-and-title h5 {
                  font-size: 22px;
                  font-style: normal;
                  font-weight: 700;
                  line-height: 26px; } }
  .ns-testimonials .splide-arrows {
    display: none; }
    @media screen and (max-width: 1024px) {
      .ns-testimonials .splide-arrows {
        display: flex;
        justify-content: flex-end;
        margin-right: 40px;
        margin-top: 40px; } }
    @media screen and (max-width: 767px) {
      .ns-testimonials .splide-arrows {
        margin-top: 20px; } }
  .ns-testimonials .splide-arrow-prev,
  .ns-testimonials .splide-arrow-next {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F6F5;
    border: none;
    cursor: pointer;
    margin-left: 10px; }
  .ns-testimonials .splide-arrow-prev svg,
  .ns-testimonials .splide-arrow-next svg {
    display: block;
    margin: auto;
    width: 16px;
    height: 16px; }

.ns-partners {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 120px; }
  .ns-partners__container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap; }
    .ns-partners__container .partner-box {
      flex: 0 0 calc((100% - 80px)/3);
      background-color: #FAF4D7;
      border-radius: 20px;
      padding: 32px;
      display: flex;
      flex-direction: column;
      gap: 16px; }
      .ns-partners__container .partner-box p {
        margin: 0;
        margin-bottom: 14px;
        color: #373737;
        /* Small/Medium */
        font-family: "Schibsted Grotesk", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 24px */ }
      .ns-partners__container .partner-box a {
        display: flex;
        justify-content: flex-end; }
      .ns-partners__container .partner-box figure {
        width: auto;
        height: 0;
        padding-top: 60px;
        position: relative; }
        .ns-partners__container .partner-box figure img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          -o-object-fit: none;
             object-fit: none;
          -o-object-position: left center;
             object-position: left center; }
      .ns-partners__container .partner-box .partner-desc {
        max-width: 298px; }

@media (max-width: 1024px) {
  .ns-partners {
    padding-top: 20px;
    padding-bottom: 80px; }
    .ns-partners__container .partner-box {
      flex: 0 0 calc((100% - 40px)/2); }
      .ns-partners__container .partner-box .partner-desc {
        max-width: 350px; } }

@media (max-width: 767px) {
  .ns-partners {
    padding-top: 20px;
    padding-bottom: 60px; }
    .ns-partners__container {
      gap: 20px; }
      .ns-partners__container .partner-box {
        flex: 0 0 calc(100%); }
        .ns-partners__container .partner-box p {
          margin-bottom: 0; }
        .ns-partners__container .partner-box .partner-desc {
          max-width: 248px; } }

.ns-numbers-v2 {
  background-color: #fefbf1;
  padding-top: 80px;
  padding-bottom: 80px; }
  .ns-numbers-v2.background-transparent {
    background-color: transparent; }
  .ns-numbers-v2 .container {
    display: flex;
    gap: 200px; }
  .ns-numbers-v2__content {
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .ns-numbers-v2__content h6 {
      margin: 0;
      color: #986E03;
      font-family: "Schibsted Grotesk", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 800;
      line-height: 140%;
      /* 19.6px */
      letter-spacing: 2px;
      text-transform: uppercase; }
    .ns-numbers-v2__content h2 {
      margin: 0;
      color: #232E49;
      font-family: "Schibsted Grotesk", sans-serif;
      font-size: 44px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%;
      /* 52.8px */ }
    .ns-numbers-v2__content p {
      margin: 0;
      color: #6A7076;
      /* Body/Default */
      font-family: "Schibsted Grotesk", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      /* 28.8px */ }
  .ns-numbers-v2__numbers {
    display: flex;
    flex-wrap: wrap;
    row-gap: 80px; }
    .ns-numbers-v2__numbers .number-box {
      flex: 0 0 calc(50%);
      display: flex;
      gap: 10px;
      flex-direction: column; }
      .ns-numbers-v2__numbers .number-box > div {
        display: flex; }
        .ns-numbers-v2__numbers .number-box > div span {
          color: #986E03;
          /* Special/Large Number */
          font-family: "Schibsted Grotesk", sans-serif;
          font-size: 96px;
          font-style: normal;
          font-weight: 400;
          line-height: 110%;
          /* 105.6px */
          letter-spacing: -1px; }
      .ns-numbers-v2__numbers .number-box span {
        color: #6A7076;
        /* Small/Medium */
        font-family: "Schibsted Grotesk", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 24px */ }

@media (max-width: 1024px) {
  .ns-numbers-v2 {
    padding-top: 0px;
    padding-bottom: 40px; }
    .ns-numbers-v2 .container {
      display: flex;
      gap: 60px;
      padding-top: 170px; }
    .ns-numbers-v2__content {
      max-width: 320px;
      gap: 16px; }
      .ns-numbers-v2__content h2 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        /* 38.4px */ }
    .ns-numbers-v2__numbers {
      -moz-column-gap: 40px;
           column-gap: 40px;
      row-gap: 40px; }
      .ns-numbers-v2__numbers .number-box {
        flex: 1; } }

@media (max-width: 767px) {
  .ns-numbers-v2 {
    padding-top: 60px;
    padding-bottom: 40px; }
    .ns-numbers-v2 .container {
      gap: 20px;
      flex-direction: column; }
    .ns-numbers-v2__content {
      max-width: none;
      gap: 16px; }
      .ns-numbers-v2__content h2 {
        font-size: 32px;
        line-height: 120%;
        /* 38.4px */ }
    .ns-numbers-v2__numbers {
      display: flex;
      flex-direction: column;
      -moz-column-gap: 40px;
           column-gap: 40px; }
      .ns-numbers-v2__numbers .number-box {
        flex: 1;
        align-items: center; }
        .ns-numbers-v2__numbers .number-box div > span {
          font-size: 76px;
          line-height: 110%; } }

.ns-programs {
  padding: 80px 0;
  box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.04);
  border-radius: 40px;
  margin: 0; }
  .ns-programs .container .program-hero {
    margin-bottom: 40px; }
    .ns-programs .container .program-hero h2 {
      font-size: 56px;
      font-style: normal;
      font-weight: 700;
      line-height: 110%;
      color: #232E49; }
    .ns-programs .container .program-hero h6 {
      font-size: 14px;
      font-style: normal;
      font-weight: 800;
      line-height: 140%;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #986E03;
      margin-bottom: 24px;
      margin-top: 0; }
    .ns-programs .container .program-hero p {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      color: #373737;
      margin-top: 24px; }
  .ns-programs .container .program-row {
    padding: 20px;
    border: 1px solid #DBDDDF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    row-gap: 40px;
    margin-bottom: 40px;
    -moz-column-gap: 80px;
         column-gap: 80px; }
    .ns-programs .container .program-row:nth-child(even) {
      flex-direction: row-reverse; }
    .ns-programs .container .program-row .content {
      flex: 1 1 40%; }
      .ns-programs .container .program-row .content h4 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        color: #232E49; }
      .ns-programs .container .program-row .content h6 {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        color: #986E03;
        margin-bottom: 8px;
        margin-top: 54.5px; }
      .ns-programs .container .program-row .content p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        color: #373737;
        max-width: 920px;
        padding-right: 40px;
        margin-top: 24px; }
    .ns-programs .container .program-row .video {
      flex: 1 1 60%; }
      .ns-programs .container .program-row .video iframe {
        border-radius: 20px;
        aspect-ratio: 16 / 9;
        width: 100% !important;
        height: 405px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .ns-programs {
    padding: 60px 0; }
    .ns-programs .container .program-hero h2 {
      font-size: 44px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%; }
    .ns-programs .container .program-hero h6 {
      margin-top: 0;
      margin-bottom: 8px; }
    .ns-programs .container .program-hero p {
      margin-top: 16px; }
    .ns-programs .container .program-row {
      padding: 20px 40px 20px 20px;
      -moz-column-gap: 40px;
           column-gap: 40px; }
      .ns-programs .container .program-row .content h4 {
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; }
      .ns-programs .container .program-row .content h6 {
        margin-top: 23.88px;
        margin-bottom: 8px; }
      .ns-programs .container .program-row .content p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        margin-top: 16px; }
      .ns-programs .container .program-row .video iframe {
        height: 304px; } }

@media screen and (max-width: 767px) {
  .ns-programs {
    padding: 60px 0; }
    .ns-programs .container .program-hero h2 {
      font-size: 32px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%; }
    .ns-programs .container .program-hero h6 {
      margin-top: 0;
      margin-bottom: 8px; }
    .ns-programs .container .program-hero p {
      margin-top: 16px; }
    .ns-programs .container .program-row {
      padding: 20px;
      flex-wrap: wrap-reverse;
      row-gap: 32px; }
      .ns-programs .container .program-row .content {
        flex: 1 1 100%; }
        .ns-programs .container .program-row .content h4 {
          font-size: 22px;
          font-style: normal;
          font-weight: 700;
          line-height: 120%; }
        .ns-programs .container .program-row .content h6 {
          margin-bottom: 8px;
          margin-top: 32px; }
        .ns-programs .container .program-row .content p {
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 140%;
          padding-right: 20px;
          margin-top: 16px; }
      .ns-programs .container .program-row .video {
        flex: 1 1 100%; }
        .ns-programs .container .program-row .video iframe {
          height: 175px; } }

.ns-services-list {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 40px; }
  .ns-services-list.background-transparent {
    background-color: transparent; }
  .ns-services-list.one-column {
    padding-top: 40px;
    padding-bottom: 60px; }
  .ns-services-list .container {
    display: flex;
    gap: 60px;
    flex-direction: column; }
    .ns-services-list .container .ns-label {
      color: #986E03;
      font-family: "Schibsted Grotesk", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 800;
      line-height: 140%;
      /* 19.6px */
      letter-spacing: 2px;
      text-transform: uppercase;
      position: relative;
      padding-top: 16px; }
      .ns-services-list .container .ns-label::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #CFD2D5; }
    .ns-services-list .container .ns-areas {
      display: flex;
      flex-wrap: wrap; }
      .ns-services-list .container .ns-areas.three-columns {
        gap: 20px; }
        .ns-services-list .container .ns-areas.three-columns .ns-areas-box {
          text-decoration: none;
          color: #232E49;
          font-size: 32px;
          font-style: normal;
          font-weight: 700;
          line-height: 120%;
          /* 38.4px */
          display: flex;
          padding: 40px;
          justify-content: space-between;
          align-items: center;
          flex: 0 0 calc((100% - 40px)/3);
          border-radius: 20px;
          background: #FAF4D7; }
          .ns-services-list .container .ns-areas.three-columns .ns-areas-box.ns-static-text {
            pointer-events: none; }
      .ns-services-list .container .ns-areas.one-column {
        gap: 20px; }
        .ns-services-list .container .ns-areas.one-column .ns-areas-box {
          text-decoration: none;
          color: #fff;
          font-size: 32px;
          font-style: normal;
          font-weight: 700;
          line-height: 120%;
          /* 38.4px */
          display: flex;
          padding: 40px;
          justify-content: space-between;
          align-items: center;
          flex: 0 0 calc(100%);
          border-radius: 20px;
          background: #232E49; }
          .ns-services-list .container .ns-areas.one-column .ns-areas-box svg path {
            fill: #fff; }
          .ns-services-list .container .ns-areas.one-column .ns-areas-box.ns-static-text {
            pointer-events: none; }

@media (max-width: 767px) {
  .ns-services-list .container {
    gap: 40px; }
    .ns-services-list .container .ns-label {
      font-size: 14px;
      font-style: normal;
      font-weight: 800;
      line-height: 140%;
      /* 19.6px */ }
    .ns-services-list .container .ns-areas {
      gap: 20px; }
      .ns-services-list .container .ns-areas.three-columns .ns-areas-box {
        font-size: 22px;
        flex: 0 0 100%;
        padding: 24px 32px; }
      .ns-services-list .container .ns-areas.one-column .ns-areas-box {
        font-size: 22px;
        padding: 24px 32px; } }

.ns-community-resources {
  padding: 80px 0; }
  .ns-community-resources .container .label {
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    /* 19.6px */
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #986E03; }
  .ns-community-resources .container h2 {
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    color: #232E49;
    margin: 32px 0; }
  .ns-community-resources .container p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #373737;
    margin: 0 0 24px 0; }
  .ns-community-resources .container .category {
    margin-top: 64px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 140px; }
    .ns-community-resources .container .category .category_community_row {
      display: flex;
      flex-direction: column;
      flex: 1 1 50%; }
      .ns-community-resources .container .category .category_community_row .category_title {
        border-top: 1px solid #CFD2D5;
        padding-top: 16px;
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 140%;
        /* 19.6px */
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #986E03;
        margin-bottom: 40px; }
      .ns-community-resources .container .category .category_community_row a {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        color: #373737;
        text-decoration: none;
        padding: 16px 40px 18px 0;
        position: relative;
        border-bottom: 1px solid #DBDDDF; }
        .ns-community-resources .container .category .category_community_row a::before {
          content: '';
          width: 18px;
          height: 18px;
          background-image: url(/wp-content/themes/ns-centerlight-cassena-v1/img/arrow-right.svg);
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          bottom: 18px;
          right: 0; }


  
nav.footer-navigation ul {flex-wrap: wrap;}

footer .container .ns-footer-row.middle-footer > div {
    flex: 1 0 31.33%;
}

footer .container .ns-footer-row nav {
    flex: 1 0 46.33%;
}

nav.footer-navigation ul > li {
    flex: 0 0 40%;
}

footer .container .ns-footer-row.middle-footer > div.ns-footer-icons {
    flex: 1 0 20%;
}

footer .container .ns-footer-row nav ul {
    gap: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ns-community-resources {
    padding: 60px 0; }
    .ns-community-resources .container .category {
      gap: 80px; } }

@media screen and (max-width: 767px) {
  .ns-community-resources {
    padding: 60px 0; }
    .ns-community-resources .container .category {
      gap: 80px;
      flex-wrap: wrap; }
      .ns-community-resources .container .category .category_community_row {
        flex: 1 1 100%; } }

.ns-intro-text-cards {
  padding: 80px 0px 60px 0;
  box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.04);
  border-radius: 40px; }
  .ns-intro-text-cards .container h2 {
    margin: 32px 0; }
  .ns-intro-text-cards .container p, .ns-intro-text-cards .container ul li, .ns-intro-text-cards .container ul li a, .ns-intro-text-cards .container ol li, .ns-intro-text-cards .container ol li a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #373737;
    margin: 0; }
    .ns-intro-text-cards .container p strong, .ns-intro-text-cards .container ul li strong, .ns-intro-text-cards .container ul li a strong, .ns-intro-text-cards .container ol li strong, .ns-intro-text-cards .container ol li a strong {
      font-size: 14px;
      font-style: normal;
      font-weight: 800;
      line-height: 140%;
      letter-spacing: 2px;}
  .ns-intro-text-cards .container .intro-cards-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    color: #232E49;
    margin-bottom: 24px;
    margin-top: 80px; }
  .ns-intro-text-cards .container .cards {
    padding: 20px 0 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    flex-wrap: wrap; }
    .ns-intro-text-cards .container .cards .card {
      flex: 0 1 calc((100% - 40px) / 2);
      border: 1.5px solid #CFD2D5;
      border-radius: 20px;
      background-color: #fff;
      align-self: stretch; }
      .ns-intro-text-cards .container .cards .card figure {
        border-radius: 20px 20px 0 0; }
        .ns-intro-text-cards .container .cards .card figure img {
          border-radius: 20px 20px 0 0; }
      .ns-intro-text-cards .container .cards .card .card-content {
        padding: 40px; }
        .ns-intro-text-cards .container .cards .card .card-content h5 {
          font-size: 28px;
          font-style: normal;
          font-weight: 700;
          line-height: 130%;
          color: #232E49; }
        .ns-intro-text-cards .container .cards .card .card-content p {
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 160%;
          color: #6A7076;
          margin: 16px 0 0 0; }

@media (min-width: 768px) and (max-width: 1024px) {
  .ns-intro-text-cards {
    padding: 80px 0px 40px 0; }
    .ns-intro-text-cards .container h2 {
      margin: 16px 0; }
    .ns-intro-text-cards .container .cards .card figure img {
      height: 315px;
      -o-object-fit: cover;
         object-fit: cover; }
    .ns-intro-text-cards .container .cards .card .card-content h5 {
      font-size: 22px;
      font-style: normal;
      font-weight: 700;
      line-height: 120%; }
    .ns-intro-text-cards .container .cards .card .card-content p {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; } }

@media screen and (max-width: 767px) {
  .ns-intro-text-cards {
    padding: 80px 0px 40px 0; }
    .ns-intro-text-cards .container h2 {
      margin: 16px 0;
      line-height: 120%; }
    .ns-intro-text-cards .container .intro-cards-title {
      margin-top: 30px;
      font-size: 22px; }
    .ns-intro-text-cards .container .cards {
      gap: 20px; }
      .ns-intro-text-cards .container .cards .card {
        flex: 1 1 100%; }
        .ns-intro-text-cards .container .cards .card figure {
          height: 315px; }
          .ns-intro-text-cards .container .cards .card figure img {
            height: 315px;
            -o-object-fit: cover;
               object-fit: cover; }
        .ns-intro-text-cards .container .cards .card .card-content h5 {
          font-size: 22px;
          font-style: normal;
          font-weight: 700;
          line-height: 120%; }
        .ns-intro-text-cards .container .cards .card .card-content p {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 150%; } }

.ns-insurance {
  background-color: #fff; }
  .ns-insurance .container {
    padding: 80px 80px 20px 80px;
    box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.04);
    border-radius: 40px;
    background-color: #FFF; }
    .ns-insurance .container .insurance-top h2 {
      margin: 24px 0 60px 0; }
    .ns-insurance .container .insurance-top .label {
      font-size: 14px;
      font-style: normal;
      font-weight: 800;
      line-height: 140%;
      /* 19.6px */
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #986E03; }
    .ns-insurance .container .plans {
      padding: 20px 0 0 0;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      -moz-column-gap: 40px;
           column-gap: 40px;
      row-gap: 20px;
      flex-wrap: wrap;
      padding: 20px 0 60px 0; }
      .ns-insurance .container .plans .plan {
        flex: 0 1 calc((100% - 40px) / 2);
        border: 1.5px solid #CFD2D5;
        border-radius: 20px;
        background-color: #fff;
        align-self: stretch;
        padding: 32px 40px;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        color: #232E49; }
    .ns-insurance .container .footnote {
      border-top: 1px solid #CFD2D5;
      padding: 24px 0;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      color: #373737; }

@media (min-width: 768px) and (max-width: 1024px) {
  .ns-insurance .container {
    padding: 60px 40px 0; }
    .ns-insurance .container .insurance-top h2 {
      margin: 16px 0 40px 0; }
    .ns-insurance .container .plans .plan {
      padding: 24px 32px;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 140%; } }

@media screen and (max-width: 767px) {
  .ns-insurance .container {
    padding: 60px 20px 0;
    border-radius: 40px 40px 0 0; }
    .ns-insurance .container .insurance-top h2 {
      line-height: 120%;
      margin: 16px 0 40px 0; }
    .ns-insurance .container .plans {
      gap: 20px;
      padding: 0 0 40px 0; }
      .ns-insurance .container .plans .plan {
        flex: 1 1 100%;
        padding: 24px 32px;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; } }

.ns-case-study {
  padding: 80px 0 60px 0;
  box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.04);
  border-radius: 40px;
  margin: 5px 0 0 0; }
  .ns-case-study .container h2 {
    margin: 32px 0; }
  .ns-case-study .container p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 28.8px */
    margin: 0 0 24px 0;
    color: #373737; }
    .ns-case-study .container p strong {
      font-family: "Schibsted Grotesk";
      font-size: 14px;
      font-style: normal;
      font-weight: 800;
      line-height: 140%;
      /* 19.6px */
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #986E03; }
  .ns-case-study .container .case-study {
    padding: 80px 0 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px; }
    .ns-case-study .container .case-study .image-study {
      flex: 0 0 calc(40% - 40px);
      align-self: stretch; }
      .ns-case-study .container .case-study .image-study figure {
        height: 480px;
        border-radius: 10px; }
        .ns-case-study .container .case-study .image-study figure img {
          height: 480px;
          -o-object-fit: cover;
             object-fit: cover;
          border-radius: 10px;
          -o-object-position: center;
             object-position: center; }
    .ns-case-study .container .case-study .content {
      flex: 0 0 calc(60% - 40px);
      align-self: stretch; }
      .ns-case-study .container .case-study .content h3 {
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        color: #232E49;
        margin: 0 0 24px 0; }
      .ns-case-study .container .case-study .content p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        color: #232E49; }
        .ns-case-study .container .case-study .content p:nth-child(3) {
          font-size: 24px;
          font-style: normal;
          font-weight: 400;
          line-height: 140%;
          color: #6A7076;
          margin: 0 0 16px 0; }

@media (min-width: 768px) and (max-width: 1024px) {
  .ns-case-study .container .case-study {
    padding-top: 60px;
    gap: 60px; }
    .ns-case-study .container .case-study .image-study {
      flex: 0 0 40%; }
      .ns-case-study .container .case-study .image-study figure img {
        max-width: 420px;
        height: auto; }
    .ns-case-study .container .case-study .content {
      flex: 0 0 60%;
      max-width: 464px; } }

@media screen and (max-width: 767px) {
  .ns-case-study .container .case-study {
    gap: 40px;
    flex-wrap: wrap; }
    .ns-case-study .container .case-study .image-study {
      flex: 0 0 100%; }
      .ns-case-study .container .case-study .image-study figure {
        height: 320px; }
        .ns-case-study .container .case-study .image-study figure img {
          max-height: 320px; }
    .ns-case-study .container .case-study .content {
      flex: 0 0 100%; } }

.ns-local-testimonials {
  padding: 20px 0 0 0;
  background-color: #fff; }
  .ns-local-testimonials .container .top-testimonial {
    border-top: 1px solid #CFD2D5;
    padding-top: 40px; }
    .ns-local-testimonials .container .top-testimonial h3 {
      font-size: 44px;
      line-height: 120%;
      font-style: normal;
      font-weight: 700;
      color: #232E49;
      margin: 32px 0 0 0; }
    .ns-local-testimonials .container .top-testimonial p {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      /* 28.8px */
      margin: 0 0 24px 0;
      color: #373737; }
      .ns-local-testimonials .container .top-testimonial p strong {
        font-family: "Schibsted Grotesk";
        font-size: 14px;
        font-style: normal;
        font-weight: 800;
        line-height: 140%;
        /* 19.6px */
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #986E03; }
  .ns-local-testimonials .container .local-testimonial {
    padding: 40px 0 80px; }
    .ns-local-testimonials .container .local-testimonial .splide__track {
      display: flex;
      flex-direction: column-reverse;
      gap: 40px;
      padding: 20px 0 0;
      margin-right: -80px; }
    .ns-local-testimonials .container .local-testimonial .splide__arrows {
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      gap: 20px;
      margin-right: -48px; }
      .ns-local-testimonials .container .local-testimonial .splide__arrows .splide__arrow {
        width: 44px;
        height: 44px;
        position: relative; }
      .ns-local-testimonials .container .local-testimonial .splide__arrows .splide__arrow--next {
        top: 22px;
        right: 0;
        background: transparent; }
        .ns-local-testimonials .container .local-testimonial .splide__arrows .splide__arrow--next svg {
          height: 57px;
          width: 47px; }
          .ns-local-testimonials .container .local-testimonial .splide__arrows .splide__arrow--next svg rect {
            stroke: #6A7076;
            fill: transparent; }
      .ns-local-testimonials .container .local-testimonial .splide__arrows .splide__arrow--prev {
        left: unset;
        background: transparent;
        rotate: 180deg;
        bottom: 22px; }
        .ns-local-testimonials .container .local-testimonial .splide__arrows .splide__arrow--prev svg {
          height: 57px;
          width: 47px; }
          .ns-local-testimonials .container .local-testimonial .splide__arrows .splide__arrow--prev svg rect {
            stroke: #6A7076;
            fill: transparent; }
    .ns-local-testimonials .container .local-testimonial .testimonial_box {
      background-color: #fff;
      padding: 40px;
      border-radius: 30px;
      align-self: stretch;
      max-height: auto;
      min-height: 324px; }
      .ns-local-testimonials .container .local-testimonial .testimonial_box .testimonial_content p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        color: #373737;
        margin: 0 0 16px 0; }
      .ns-local-testimonials .container .local-testimonial .testimonial_box .testimonial_name {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        color: #232E49; }

@media (min-width: 768px) and (max-width: 1024px) {
  .ns-local-testimonials .container .top-testimonial h3 {
    font-size: 44px;
    line-height: 120%; }
  .ns-local-testimonials .container .local-testimonial .splide__arrows {
    margin-right: 0; }
    .ns-local-testimonials .container .local-testimonial .splide__arrows .splide__arrow--prev {
      top: 77.8%; }
  .ns-local-testimonials .container .local-testimonial .testimonial_box .testimonial_content p {
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  .ns-local-testimonials .container .top-testimonial p {
    font-size: 32px;
    margin: 0 0 16px 0; }
  .ns-local-testimonials .container .top-testimonial h3 {
    font-size: 32px;
    margin-top: 0; }
  .ns-local-testimonials .container .local-testimonial .splide__arrows {
    margin-right: 80px; }
    .ns-local-testimonials .container .local-testimonial .splide__arrows .splide__arrow--prev {
      top: 78.8%; }
  .ns-local-testimonials .container .local-testimonial .testimonial_box {
    padding: 20px; }
    .ns-local-testimonials .container .local-testimonial .testimonial_box .testimonial_content p {
      font-size: 16px; } }

.ns-image-carousel {
  padding: 0;
  background-color: #fff; }
  .ns-image-carousel .container .image-carousel {
    padding: 60px 0 40px; }
    .ns-image-carousel .container .image-carousel .splide__track {
      padding-top: 76px;
      margin-right: -80px; }
    .ns-image-carousel .container .image-carousel .splide__arrows .splide__arrow--next {
      right: 80px;
      top: 26px;
      background: transparent;
      height: 44px;
      width: 44px; }
      .ns-image-carousel .container .image-carousel .splide__arrows .splide__arrow--next svg {
        height: 44px;
        width: 44px; }
        .ns-image-carousel .container .image-carousel .splide__arrows .splide__arrow--next svg rect {
          stroke: #6a7076;
          fill: transparent; }
    .ns-image-carousel .container .image-carousel .splide__arrows .splide__arrow--prev {
      left: unset;
      right: 144px;
      top: -18px;
      background: transparent;
      rotate: 180deg;
      height: 44px;
      width: 44px; }
      .ns-image-carousel .container .image-carousel .splide__arrows .splide__arrow--prev svg {
        height: 44px;
        width: 44px; }
        .ns-image-carousel .container .image-carousel .splide__arrows .splide__arrow--prev svg rect {
          stroke: #6a7076;
          fill: transparent; }
    .ns-image-carousel .container .image-carousel .image-carousel_box {
      background-color: #fff;
      border-radius: 20px;
      align-self: stretch;
      max-height: auto;
      border-radius: 20px;
      height: 270px;
      width: 100%; }

@media (min-width: 768px) and (max-width: 1439px) {
  .ns-image-carousel .container .image-carousel {
    padding: 40px 0 20px; }
    .ns-image-carousel .container .image-carousel .splide__track {
      margin-right: -120px; }
    .ns-image-carousel .container .image-carousel .splide__arrows .splide__arrow--next {
      right: 120px; }
    .ns-image-carousel .container .image-carousel .splide__arrows .splide__arrow--prev {
      right: 175px; } }

@media screen and (max-width: 767px) {
  .ns-image-carousel .container .image-carousel {
    padding: 40px 0 20px; }
    .ns-image-carousel .container .image-carousel .image-carousel_box {
      height: 151px;
      border-radius: 11.25px; } }

.ns-staff-testimonials {
  padding: 40px 0 0 0;
  background-color: #fff; }
  .ns-staff-testimonials .container .top-testimonial {
    border-top: 1px solid #cfd2d5;
    padding-top: 40px; }
    .ns-staff-testimonials .container .top-testimonial .label {
      font-size: 14px;
      font-weight: 800;
      line-height: 140%;
      color: #986E03;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .ns-staff-testimonials .container .top-testimonial .title {
      font-size: 56px;
      font-style: normal;
      font-weight: 700;
      color: #232e49;
      padding: 32px 80px 32px 0; }
  .ns-staff-testimonials .container .content-testimonial {
    padding: 40px 0; }
    .ns-staff-testimonials .container .content-testimonial .testimonial-list {
      display: flex;
      gap: 40px;
      padding: 0;
      margin: 0;
      flex-wrap: wrap; }
      .ns-staff-testimonials .container .content-testimonial .testimonial-list .testimonial-item {
        padding: 40px;
        display: flex;
        gap: 24px;
        flex-direction: column;
        background-color: #fff;
        border-radius: 30px;
        flex-basis: calc(50% - 20px);
        box-sizing: border-box;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04); }
        .ns-staff-testimonials .container .content-testimonial .testimonial-list .testimonial-item .testimonial_info {
          display: flex;
          gap: 24px; }
          .ns-staff-testimonials .container .content-testimonial .testimonial-list .testimonial-item .testimonial_info img {
            display: inline-flex;
            width: 60px;
            height: 60px;
            border-radius: 50%; }
          .ns-staff-testimonials .container .content-testimonial .testimonial-list .testimonial-item .testimonial_info > div {
            display: flex;
            flex-direction: column; }
          .ns-staff-testimonials .container .content-testimonial .testimonial-list .testimonial-item .testimonial_info .name {
            font-size: 28px;
            font-weight: 700;
            line-height: 36.4px;
            color: #232E49; }
          .ns-staff-testimonials .container .content-testimonial .testimonial-list .testimonial-item .testimonial_info .position {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            color: #6A7076; }
        .ns-staff-testimonials .container .content-testimonial .testimonial-list .testimonial-item .testimonial_content {
          font-size: 18px;
          font-weight: 400;
          line-height: 28.8px;
          color: #373737; }

@media (min-width: 768px) and (max-width: 1024px) {
  .ns-staff-testimonials .container .top-testimonial .title {
    padding: 24px 80px 24px 0;
    font-size: 44px; } }

@media screen and (max-width: 767px) {
  .ns-staff-testimonials .container .top-testimonial .title {
    font-size: 32px;
    line-height: 120%;
    padding: 16px 0; }
  .ns-staff-testimonials .container .content-testimonial {
    padding: 40px 0 20px 0; }
    .ns-staff-testimonials .container .content-testimonial .testimonial-list {
      flex-direction: column; }
      .ns-staff-testimonials .container .content-testimonial .testimonial-list .testimonial-item {
        gap: 16px; } }

.ns-intro-with-cards {
  padding: 80px 0px;
  box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.04);
  border-radius: 40px; }
  .ns-intro-with-cards .container .intro-with-cards-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 120px; }
    .ns-intro-with-cards .container .intro-with-cards-top .label {
      font-size: 14px;
      font-style: normal;
      font-weight: 800;
      line-height: 140%;
      /* 19.6px */
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #986E03;
      width: 60%; }
    .ns-intro-with-cards .container .intro-with-cards-top h4 {
      color: #232E49;
      line-height: 120%; }
  .ns-intro-with-cards .container .cards {
    padding: 60px 0 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    flex-wrap: wrap; }
    .ns-intro-with-cards .container .cards .card {
      flex: 0 1 calc((100% - 80px) / 3);
      border-radius: 20px;
      background-color: #FAF4D7;
      align-self: stretch;
      min-height: 280px;
      padding: 40px;
      position: relative;
      cursor: pointer; }
      .ns-intro-with-cards .container .cards .card a {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-decoration: none;
        color: #232E49;
        padding-right: 40px; }
      .ns-intro-with-cards .container .cards .card .arrow {
        position: absolute;
        right: 40px;
        bottom: 40px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .ns-intro-with-cards {
    padding: 60px 0px; }
    .ns-intro-with-cards .container .intro-with-cards-top {
      gap: 60px; }
      .ns-intro-with-cards .container .intro-with-cards-top .label {
        width: 100%; }
      .ns-intro-with-cards .container .intro-with-cards-top .content h4 {
        font-size: 28px;
        line-height: 130%; }
    .ns-intro-with-cards .container .cards {
      gap: 20px; }
      .ns-intro-with-cards .container .cards .card {
        flex: 1 1 calc((100% - 40px) / 2); } }

@media screen and (max-width: 767px) {
  .ns-intro-with-cards {
    padding: 60px 0px; }
    .ns-intro-with-cards .container .intro-with-cards-top {
      gap: 20px;
      flex-wrap: wrap; }
      .ns-intro-with-cards .container .intro-with-cards-top .label {
        width: 100%; }
      .ns-intro-with-cards .container .intro-with-cards-top .content h4 {
        font-size: 28px;
        line-height: 130%; }
    .ns-intro-with-cards .container .cards {
      gap: 40px;
      padding-top: 40px; }
      .ns-intro-with-cards .container .cards .card {
        flex: 1 1 100%;
        min-height: 280px; }
        .ns-intro-with-cards .container .cards .card a {
          font-size: 28px;
          line-height: 130%; } }

.responsive-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 9 / 6; }

.ns-video {
  padding: 120px 0px 60px 0;
  background: #fff; }
  .ns-video .container .video-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 120px;
    margin-bottom: 80px; }
    .ns-video .container .video-top .label {
      font-size: 14px;
      font-style: normal;
      font-weight: 800;
      line-height: 140%;
      /* 19.6px */
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #986E03;
      width: 60%; }
    .ns-video .container .video-top h4 {
      color: #232E49;
      line-height: 120%; }
  .ns-video .container .video {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .ns-video .container .video > div,
    .ns-video .container .video .wp-video-shortcode {
      min-width: 100%;
      max-width: 100%;
      min-height: 720px;
      aspect-ratio: 16 / 9;
      border-radius: 20px;
      overflow: hidden; }
    .ns-video .container .video iframe {
      min-width: 100%;
      max-width: 100%;
      min-height: 720px;
      aspect-ratio: 16 / 9;
      border-radius: 20px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .ns-video {
    padding: 60px 0px 40px 0px; }
    .ns-video .container .video-top {
      gap: 120px;
      padding: 0 8px;
      margin-bottom: 40px; }
      .ns-video .container .video-top .label {
        width: 100%; }
      .ns-video .container .video-top .content h4 {
        font-size: 28px;
        line-height: 130%; }
    .ns-video .container .video iframe {
      width: 100%;
      height: 540px;
      min-height: 100%;
      min-width: 100%;
      max-width: 100%; } }

@media screen and (max-width: 767px) {
  .ns-video {
    padding: 40px 0px; }
    .ns-video .container .video-top {
      gap: 24px;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      .ns-video .container .video-top .label {
        width: 100%; }
      .ns-video .container .video-top .content h4 {
        font-size: 28px;
        line-height: 130%; }
    .ns-video .container .video iframe {
      width: 100%;
      height: 197px;
      min-height: 100%;
      min-width: 100%;
      max-width: 100%; } }

.single-post {
  background-color: #fff; }
  .single-post main {
    padding-top: 140px; }
  .single-post footer::after {
    background-color: #fff; }

.container-single {
  padding: 0 20px;
  max-width: calc(880px + 40px); }

.container-single,
.post-type-post .editor-styles-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .container-single .details,
  .post-type-post .editor-styles-wrapper .details {
    border-top: 1px solid #CFD2D5;
    display: flex;
    gap: 24px;
    margin-bottom: 36px;
    padding-top: 16px; }
    .container-single .details p,
    .post-type-post .editor-styles-wrapper .details p {
      font-size: 12px;
      font-style: normal;
      font-weight: 800;
      line-height: 120%;
      letter-spacing: 1px;
      text-transform: uppercase; }
      .container-single .details p:first-of-type,
      .post-type-post .editor-styles-wrapper .details p:first-of-type {
        color: #232E49; }
      .container-single .details p:last-of-type,
      .post-type-post .editor-styles-wrapper .details p:last-of-type {
        color: #986E03; }
  .container-single .breadcrumb,
  .post-type-post .editor-styles-wrapper .breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px; }
    .container-single .breadcrumb a, .container-single .breadcrumb span,
    .post-type-post .editor-styles-wrapper .breadcrumb a,
    .post-type-post .editor-styles-wrapper .breadcrumb span {
      color: #986E03;
      font-size: 14px;
      font-style: normal;
      font-weight: 800;
      line-height: 140%;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-decoration: none; }
  .container-single h2, .container-single h3, .container-single h4, .container-single h5, .container-single h6, .container-single p, .container-single ol, .container-single ul,
  .post-type-post .editor-styles-wrapper h2,
  .post-type-post .editor-styles-wrapper h3,
  .post-type-post .editor-styles-wrapper h4,
  .post-type-post .editor-styles-wrapper h5,
  .post-type-post .editor-styles-wrapper h6,
  .post-type-post .editor-styles-wrapper p,
  .post-type-post .editor-styles-wrapper ol,
  .post-type-post .editor-styles-wrapper ul {
    color: #232E49;
    margin: 0; }
  .container-single h1,
  .post-type-post .editor-styles-wrapper h1 {
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1px; }
  .container-single h4,
  .post-type-post .editor-styles-wrapper h4 {
    line-height: 120%; }
  .container-single h5,
  .post-type-post .editor-styles-wrapper h5 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; }
  .container-single h6,
  .post-type-post .editor-styles-wrapper h6 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; }
  .container-single p, .container-single ol, .container-single ul,
  .post-type-post .editor-styles-wrapper p,
  .post-type-post .editor-styles-wrapper ol,
  .post-type-post .editor-styles-wrapper ul {
    color: #373737;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; }
  .container-single p.the-excerpt,
  .post-type-post .editor-styles-wrapper p.the-excerpt {
    color: #6A7076;
    margin-bottom: 60px;
    font-size: 20px; }
  .container-single p.has-medium-font-size,
  .post-type-post .editor-styles-wrapper p.has-medium-font-size {
    font-size: 22px;
    line-height: 30.8px;
    font-weight: 400;
    color: #6A7076; }
  .container-single figure.featured-image,
  .post-type-post .editor-styles-wrapper figure.featured-image {
    border-radius: 13.75px;
    overflow: hidden;
    margin-bottom: 40px; }
  .container-single .wp-block-button,
  .post-type-post .editor-styles-wrapper .wp-block-button {
    padding: 20px 0; }
    .container-single .wp-block-button .wp-element-button,
    .post-type-post .editor-styles-wrapper .wp-block-button .wp-element-button {
      display: flex;
      height: 54px;
      padding: 18px 30px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      border-radius: 8px;
      text-decoration: none;
      border: 1px solid;
      border-color: #232E49;
      background-color: #232E49;
      color: white;
      color: white;
      font-size: 18px;
      font-weight: 500;
      line-height: 140%;
      transition: all 0.5s; }
      .container-single .wp-block-button .wp-element-button:hover,
      .post-type-post .editor-styles-wrapper .wp-block-button .wp-element-button:hover {
        opacity: 0.8; }
  .container-single .ns-mid-cta.alignfull,
  .post-type-post .editor-styles-wrapper .ns-mid-cta.alignfull {
    margin-top: 100px; }

@media (max-width: 767px) {
  .single-post main {
    padding-top: 60px; }
  .container-single .breadcrumb a,
  .post-type-post .breadcrumb a {
    font-size: 10px; }
  .container-single h1,
  .post-type-post h1 {
    font-size: 42px; }
  .container-single .ns-mid-cta.alignfull,
  .post-type-post .ns-mid-cta.alignfull {
    margin-top: 40px; }
  .container-single .mid-cta-primary,
  .post-type-post .mid-cta-primary {
    margin-top: 0 !important; } }

.blog,
.archive {
  background-color: #fff; }
  .blog .ns-hero-internal.v3,
  .archive .ns-hero-internal.v3 {
    padding: 20px 0 80px 0; }
  .blog .ns-mid-cta .button,
  .archive .ns-mid-cta .button {
    border-color: #EDA820; }
  .blog footer::after,
  .archive footer::after {
    background-color: #fff; }

.blog-container .container {
  display: flex;
  background-color: #fff;
  padding: 0; }

.blog-container .blog-sidebar {
  padding: 40px 0 40px 80px;
  flex: 1 0 320px; }
  .blog-container .blog-sidebar .categories .title {
    font-size: 14px;
    font-weight: 800;
    line-height: 19.6px;
    letter-spacing: 2px;
    color: #986E03;
    padding: 20px 0 24px;
    border-top: 1px solid #CFD2D5;
    text-transform: uppercase; }
  .blog-container .blog-sidebar .categories .list {
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0; }
    .blog-container .blog-sidebar .categories .list .item.active a {
      color: #232e49;
      align-items: center; }
      .blog-container .blog-sidebar .categories .list .item.active a::before {
        content: '';
        display: inline-block;
        width: 20px;
        color: #232E49;
        border-bottom: 1.5px solid;
        margin-right: 10px; }
    .blog-container .blog-sidebar .categories .list .item a {
      font-size: 22px;
      font-weight: 700;
      line-height: 26.4px;
      color: #868E96;
      text-decoration: none;
      padding: 16px 0;
      display: inline-flex; }

.blog-container .blog-content {
  padding: 40px 0;
  flex: 1 0 calc(100% - 320px); }
  .blog-container .blog-content__inner {
    padding: 0 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 24px; }
    .blog-container .blog-content__inner article {
      display: flex;
      flex-direction: column;
      padding-bottom: 24px;
      gap: 20px;
      background-color: #FFFFFF;
      border: 1px solid #DBDDDF;
      border-radius: 10px;
      flex: 0 0 calc((100% - 48px)/3); }
      .blog-container .blog-content__inner article.without_image {
        padding-top: 32px; }
      .blog-container .blog-content__inner article img {
        border-radius: 10px 10px 0 0;
        height: 180px; }
      .blog-container .blog-content__inner article .post-content {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 0 20px;
        height: 100%; }
      .blog-container .blog-content__inner article .term {
        display: inline-flex;
        padding: 4px 10px;
        font-size: 12px;
        font-weight: 800;
        line-height: 14.4px;
        text-decoration: none;
        border-radius: 4px;
        background-color: #f2f0ee;
        color: #1e263c;
        text-transform: uppercase;
        width: -moz-max-content;
        width: max-content; }
      .blog-container .blog-content__inner article .custom-label {
        color: #986E03;
        font-size: 14px;
        font-weight: 600;
        line-height: 19.6px; }
      .blog-container .blog-content__inner article .title a {
        font-size: 22px;
        font-weight: 700;
        line-height: 26.4px;
        color: #232E49;
        text-decoration: none;
        display: inline-block; }
      .blog-container .blog-content__inner article p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #373737;
        margin: 0; }
      .blog-container .blog-content__inner article .read-more {
        font-size: 18px;
        font-weight: 500;
        line-height: 25.2px;
        color: #232E49;
        text-decoration: none;
        margin-top: auto;
        align-items: center;
        display: flex; }
        .blog-container .blog-content__inner article .read-more::after {
          content: "\f345";
          font-family: dashicons;
          font-weight: normal;
          display: inline-flex;
          margin: 0;
          vertical-align: top;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: rotate(0);
          color: inherit;
          position: relative;
          background: transparent;
          height: 30px;
          width: 30px;
          right: auto;
          line-height: inherit;
          color: #232e49;
          justify-content: center;
          align-items: center; }

.blog-container .pagination .container {
  padding: 40px 80px;
  justify-content: end; }

.blog-container .pagination ul {
  display: flex;
  gap: 20px; }
  .blog-container .pagination ul li {
    display: inline-flex;
    rotate: 180deg; }
    .blog-container .pagination ul li.older {
      order: 2; }
    .blog-container .pagination ul li a {
      color: #6A7076;
      text-decoration: none;
      padding: 11px 11px;
      border: 1.5px solid #6A7076;
      border-radius: 4px;
      display: flex; }

.blog-container .load-more {
  display: none; }

@media (max-width: 767px) {
	.intro-hero__content-image-block img {float:inherit;}
  .blog-container .container {
    flex-direction: column;
    background-color: #fff; }
  .blog-container .blog-sidebar {
    padding: 40px 20px;
    text-align: center; }
    .blog-container .blog-sidebar .categories .list .item a {
      font-size: 16px; }
  .blog-container .blog-content__inner {
    padding: 0 20px; }
    .blog-container .blog-content__inner article {
      max-width: unset;
      flex: 0 0 calc(100%); }
      .blog-container .blog-content__inner article .title a {
        font-size: 18px; }
  .blog-container .load-more {
    display: block; }
    .blog-container .load-more .container {
      padding: 0 20px 56px; }
    .blog-container .load-more__btn {
      display: block;
      padding: 18px 30px;
      background: #232E49;
      color: #fff;
      text-decoration: none;
      border-radius: 8px;
      text-align: center;
      max-width: 350px;
      margin: 0 auto;
      width: 100%;
      font-size: 18px;
      line-height: 25.2px;
      font-weight: 500; } }

@media (min-width: 1025px) and (max-width: 1100px) {
  .blog-container .blog-content__inner {
    padding: 0 40px; }
    .blog-container .blog-content__inner article {
      gap: 24px;
      flex: 0 0 calc((100% - 24px)/2);
      min-width: unset; }
      .blog-container .blog-content__inner article .term {
        margin-bottom: 4px; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .blog-container .blog-sidebar {
    padding: 40px 0 40px 40px; }
    .blog-container .blog-sidebar .categories .list .item a {
      font-size: 18px; }
  .blog-container .blog-content__inner {
    padding: 0 40px; }
    .blog-container .blog-content__inner article {
      gap: 24px;
      flex: 1 0 calc((100% - 24px)/2);
      min-width: unset; }
      .blog-container .blog-content__inner article .term {
        margin-bottom: 4px; } }
/*# sourceMappingURL=theme.css.map */
header .container.header:hover {
	background:#fefbf1;
	background-color:#fefbf1 !important;
}
p.customNew {
  margin-top: 0;
  margin-bottom: 30px;
  color: #1E263C;
}
body:not(.wp-admin) .secondaryBB .button {
  border: none;
}
.ns-left-right-content .container div h6 {
  display: none;
}
.ns-left-right-content .container div.content h2, .ns-left-right-content .container div.content p {
	width:50%;
}

section.footer-fixed-position {
    padding: 12px 20px;
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100%;
    left: 0;
    background: #232E49;
}
section.footer-fixed-position .uesrnc-community-bottom-bar__inner.columns.is-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 
.uesrnc-community-bottom-bar__rate.my-auto.column a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.uesrnc-community-bottom-bar__buttons.is-flex.column > * button {
    margin: 0 auto;
}
.uesrnc-community-bottom-bar__buttons.is-flex.column.is-4.m-auto {
  width: 100%;
  position: absolute;
}
.uesrnc-community-bottom-bar__phone-number {
    text-align: right;
}
.uesrnc-community-bottom-bar__rate.my-auto.column h5 {  
    font-size: 21px;
    margin: 0;
    padding: 0;
    font-weight: 700;
	color: #fff !important;
  	font-family: "Schibsted Grotesk", sans-serif !important;
}

.uesrnc-community-bottom-bar__phone-number a {
    color: #fff;
    text-decoration: none;
}
.logos {
  margin-top: -95px;
  margin-bottom: 20px;
}
.logos img {
  width: 100%;
  max-width: 100px;
  margin-right: 40px;
}
.imgs.imgsTwo {
  max-width: 170px;
}
.mid-cta-secondary a {
  width: 230px;
  justify-content: center;
}

@media screen and (max-width: 600px) {
    .uesrnc-community-bottom-bar__buttons.is-flex.column > * button {margin-left: none !important; margin: 0;}
    .uesrnc-community-bottom-bar__phone-number {display: none;}
    .uesrnc-community-bottom-bar__rate.my-auto.column h5 { font-size: 14px;} 
    .uesrnc-community-bottom-bar__schedule button {font-size: 14px !important;   padding: 5px 10px !important;   }
}
.mega-sub-menu .mega-menu-title {
  color: #1E263C !important;
}
.uesrnc-community-bottom-bar__phone-number.my-auto.column.is-2.is-justify-content-center {
  margin-right: 70px !important;
}
.page-id-125 .ns-left-right-content .container div.content {
	display:block;
}
.intro-hero__content-image-block {
  max-height: 390px;
  margin-top: 100px;
	padding-left:70px;
}
.intro-hero .button-box {
  margin-left: 40px;
}
.home video {
  border-radius: 50px;
	margin-top:100px;
}
.secondaryBB.sBBtwo .button.button-primary {
  text-align: left !important;
  width: 320px;
  display: block;
}
.intro-hero .button.button-primary {
  max-width: 320px;
}
.is-coterie-secondary {
  border: none !important;
  padding: 0 !important;
  font-size: 16px !important;
}
.acf-extended-services-sidebar-block {
	background:none !important;
}
.acf-extended-services-sidebar-block {
	border:none !important;
}
.page-id-365 .ns-hero-internal.v2, .page-id-365 header,
.page-id-964 .ns-hero-internal.v2, .page-id-964 header {
	background: #fffbf1;
}
.page-id-365 header .container.header #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title,
.page-id-964 header .container.header #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title{
	font-weight:inherit;
}
.page-id-365 .ns-hero-internal.v2 .overlay-color .container .hero_content h2,
.page-id-964 .ns-hero-internal.v2 .overlay-color .container .hero_content h2{
	font-size:108px;
}
.page-id-365 .hero-image img,
.page-id-964 .hero-image img{
  float: right;
}
.page-id-365 .ns-hero-internal.v2 .overlay-color .container .hero_content,
.page-id-964 .ns-hero-internal.v2 .overlay-color .container .hero_content{
	width:80%;
}
.page-id-365 header .container.header,
.page-id-964 header .container.header{
  max-width: none;
	padding: 26px 20px;
}
body:not(.wp-admin) .intro-hero .button {padding:0 0;}
.services__box .link-arrow {
  color: #232E49;
}
.services__box .link-arrow svg {
  margin-left: 9px;
  max-width: 17px;
  margin-top: -5px;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group {display:inline !important;}
.button.button-primary img {width: 10px;margin-left: 7px;}
p.link_text_desc {
  -webkit-font-smoothing: antialiased;
  color: #373737 !important;
  font-family: 'Arial' !important;
  font-size: 18px !important;
  line-height: 160% !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
	text-transform: inherit !important;
}
.uesrnc-community-bottom-bar__scheduleCTA.button.is-uesrnc-primary {
  background: #fff;
  width: fit-content;
  margin: 0 auto;
}
.gallery-site {
  padding-top: 100px;
}
.cms_logo {
	background: url('https://uesmc.siteassembly.com/wp-content/uploads/2025/04/cms_logo.svg');
	background-size:cover;
	background-repeat:no-repeat;
	width: 116px;
  	height: 28px;
	margin-right: 25px;
}
.ratings_table {
  background: #FDF7E3;
  height: 190px;
  border: 1px solid #232E49;
  border-radius: 10px;
	margin:0 auto;
	max-width:900px;
}
.rt_stars {
	background: url('https://uesmc.siteassembly.com/wp-content/uploads/2025/04/uesrnc-star-solid.svg');
	background-size:contain;
	background-repeat:repeat-x;
	background-position:center;
	width: 110px;
	height:20px;
	margin:0 auto;
	margin-top: 36px;
}
.rt_columns {
  display: flex;
  flex-direction: row;
  justify-content: center;
	height:inherit;
}
.rt_columns .rt_col {
  width: 100%;
}
.rt_col.rtc_one, .rt_col.rtc_two, .rt_col.rtc_three {
  border-right: 1px solid #232E49;
}
.rt_columns h4 {
  font-size: 18px;
  padding-top: 33px;
}
.rt_rows:nth-child(1) {
  border-bottom: 1px solid;
}
.rt_rows {
  position: unset;
  width: 100%;
  height: 50%;
}
.rt_notify, .heading_wrap, .rt_columns .rt_col {
  text-align: center;
}
.heading_wrap {
  display: block ruby;
	padding-bottom:15px;
}
.rt_notify {
  margin-top: 30px;
}
#fiveStarRatings {
  padding: 100px 0 30px 0;
}
#fiveStarRatings h4 {
  color: #243d58;
}
#fiveStarRatings .heading_wrap h4 {
  font-size: 28px;
  line-height: 25px;
  vertical-align: top;
}
.video-item video {
	border-radius:20px;
}
header.home-header .container.header:hover #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, header.home-header .container.header:hover .header_tel a {
  color: #373737 !important;
}
.page-id-360 .ns-numbers-v2 {
	padding-top: 80px;
  padding-bottom: 0;
}
.page-id-407 .ns-left-right-content .container div.content {
	display: flex;
}
.page-id-407 .ns-left-right-content .container div.content h2, .page-id-407 .ns-left-right-content .container div.content p {
	width: 100%;
}
.page-id-407 .gallery-site {
  display: none;
}
.page-id-363 .ns-basic-text p {
	font-size:42px;
}
.page-id-964 .ns-hero-internal.v2 {
	padding: 80px 0 80px 0;
}
.page-id-964 .ns-hero-internal.v2 .overlay-color .container .hero_content h2 {
	font-size:72px;
}
.page-id-125 .ns-extended-services .container {
	max-width:1560px;
}
.rt_rows.rtc_two_rtr_two .rt_stars {
  width: 89px;
  background-position: -23px;
}
.rt_col.rtc_four .rt_stars {
  width: 66px;
  background-position: -23px;
}
.page-id-360 .ns-hero-internal.v1, .page-id-125 .ns-hero-internal.v1, .page-id-964 .ns-hero-internal.v2 {
  padding-top: 0;
  height:auto;
}
.page-template-default header.internal-header .container.header {
  background: #fefbf1;
}
.ns-intro-text-cards .container p strong, .ns-intro-text-cards .container ul li strong, .ns-intro-text-cards .container ul li a strong, .ns-intro-text-cards .container ol li strong, .ns-intro-text-cards .container ol li a strong {
  font-size: inherit;
  font-family: "Schibsted Grotesk", sans-serif;
  text-transform: unset !important;
	letter-spacing:unset;
}
.page-id-1130 .pe-article-content p {
  line-height: 32px;
  font-family: inherit;
	margin-top:15px;
}
.page-id-1130 ol.wp-block-list {
  margin-top: 35px;
}
body.page-id-1130, .page-id-1130 h1 {
  color: inherit;
}
.page-id-232 .ns-hero-internal.v1 {
	padding-top:0;
}
.page-id-1163 main {
  max-width: 1080px;
  margin: 0 auto;
}
li#mega-menu-item-1023 a::after {
  content: "";
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}
.mega-menu-item-1023 .mega-sub-menu {
  display: none !important;
}
.page-id-582 h4 {
  font-size: 18px;
  color: #232E49;
}
.page-id-582 p, .page-id-582 li, .page-id-582 a, .page-id-582 span {
  line-height: 1.7 !important;
}
.page-id-1130 h1.wp-block-heading {
  font-size: inherit;
}
.page-id-232 .ns-hero-internal.v1 .overlay-color .container .hero_content {
  height: 575px;
  align-items: flex-start;
  justify-content: center;
}
embed-agent {
	z-index:9;
}
body .uwy.userway_p3 .userway_buttons_wrapper {
  bottom: 18px !important;
}
.page-id-1290 h1 {
	margin-top:40px;
}
.page-id-1290 h1, .page-id-1290 main section p {
  text-align: center;
}
.ns-extended-services .container .acf-extended-services .service-item .service-icon img {
	height:45px !important;
}
.video-item video, .video-item .video-wrapper {min-height: 653px;}
.ns-contact-information .fax {display: none;}
.acf-services-lists-block .cta-btn-wrapper {display: none;}
.services-child-page-lists-block a {display: inherit;margin: 7px 0;}
@media only screen and (max-width:991px) {
.mega-menu-description {
      display: none !important;
    }
    #mega-menu-751-0 {
      margin-top: 20px !important;
    }
}
@media only screen and (max-width:767px) {
    .uesrnc-community-bottom-bar__scheduleCTA.button.is-uesrnc-primary {
      right: -68px;
      position: relative;
      margin: inherit;
    }
    .uesrnc-community-bottom-bar__buttons.is-flex.column.is-4.m-auto {
      position: inherit;
    }
	body .uwy.userway_p3 .userway_buttons_wrapper {
	  bottom: 88px !important;
	}
	.h-16.w-16.rounded-full.items-center.justify-center.flex.cursor-pointer.right-0.bottom-0.absolute {
	  margin-bottom: 69px !important;
		bottom: 69px !important;
	}
	#agent-827df224-acc0-4984-bd59-a23f8f4f77e9 {
		bottom: 80px !important;
	}
	.rt_columns {
	  display: block;
	}
	.ratings_table {
	  height: auto;
	}
	.rt_col.rtc_one, .rt_col.rtc_two, .rt_col.rtc_three {
	  border-right: none;
	}
	.rt_rows:nth-child(1) {
		border-bottom:none;
	}
	.rt_col.rtc_one, .rt_col.rtc_two, .rt_col.rtc_three {
	  border-bottom: 1px solid #243d58;
	}
	.cms_logo {
	  width: 96px;
	  height: 23px;
	}
	#fiveStarRatings h4 {
	  padding-bottom: 15px;
	}
	#fiveStarRatings .heading_wrap h4 {
	  font-size: 22px;
	  line-height: 19px;
	}
	.rt_stars {
		margin-top:0;
	}
	.rt_columns h4 {
		padding-top:0;
	}
	.rt_columns .rt_col {
	  padding: 20px 0;
	}
	#agent-827df224-acc0-4984-bd59-a23f8f4f77e9 {
	  display: none;
	}
	body .uwy.userway_p3 .userway_buttons_wrapper {
	  left: calc(100vw - 20px) !important;
	}
}