/**
 * Import the base
 */
/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.clearfix::after {
  clear: both;
  content: '';
  display: block; }

.btn,
input.btn,
a.btn,
a.btn:visited,
.button,
.btn:visited,
a.btn:visited,
.button:visited {
  display: inline-block;
  text-decoration: none;
  color: var(--white);
  font-size: 18px;
  padding: 0.85em 1.5em;
  border: none;
  cursor: pointer;
  background-color: var(--gold);
  text-align: center;
  transition: background-color 0.14s ease-in-out, color 0.14s ease-in-out; }
  .btn:hover,
  a.btn:hover:visited,
  .button:hover, .btn:focus,
  a.btn:focus:visited,
  .button:focus,
  .btn:visited:hover,
  .button:visited:hover,
  .btn:visited:focus,
  .button:visited:focus {
    color: var(--white);
    text-decoration: none;
    outline: none;
    background-color: var(--dark-blue); }
  .btn:active,
  a.btn:active:visited,
  .button:active,
  .btn:visited:active,
  .button:visited:active {
    top: 1px; }

/**
 * Normalize the website for browsers
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box; }

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

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

.video-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.gform_wrapper + .video-container {
  padding: 0; }

/**
 * Layout
 */
:root {
  --dark-blue: #031837;
  --beige: #FCF5E6;
  --yellow: #F6D587;
  --gold: #E5B007;
  --btn-color: #E5B007;
  --validation-color: red;
  --white: #FFFFFF;
  --oudgoud-gray: #F5F5F5;
  --thin-gray: #e6e6e6;
  --light-gray: #D2D2D2;
  --gray: #707070;
  --dark-gray: #393d40;
  --background-color: #FFFFFF;
  --black: #000;
  --text-color: #000;
  --light-text-color: #020202; }

@font-face {
  font-family: 'Bitter';
  src: url("/app/themes/nfc-oudgoud/assets/fonts/Bitter/Bitter-Regular.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Bitter';
  src: url("/app/themes/nfc-oudgoud/assets/fonts/Bitter/Bitter-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Bitter';
  src: url("/app/themes/nfc-oudgoud/assets/fonts/Bitter/Bitter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Bitter';
  src: url("/app/themes/nfc-oudgoud/assets/fonts/Bitter/Bitter-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Larsseit';
  src: url("/app/themes/nfc-oudgoud/assets/fonts/Larsseit/Larsseit.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Larsseit';
  src: url("/app/themes/nfc-oudgoud/assets/fonts/Larsseit/Larsseit-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

body {
  font: normal 16px/24px "Larsseit", Helvetica, Arial, sans-serif;
  color: var(--text-color);
  background: var(--background-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) {
    body {
      font: normal 18px/29px "Larsseit", Helvetica, Arial, sans-serif; } }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font: bold 30px/1 "Bitter", Helvetica, Arial, sans-serif;
  color: var(--dark-blue); }
  h1 span:not(.gform-icon), h2 span:not(.gform-icon), h3 span:not(.gform-icon), h4 span:not(.gform-icon), .h1 span:not(.gform-icon), .h2 span:not(.gform-icon), .h3 span:not(.gform-icon), .h4 span:not(.gform-icon) {
    color: var(--gold);
    font-style: italic; }

h4, .h4 {
  font-size: 20px;
  line-height: 29px; }

h3, .h3 {
  font-size: 20px;
  line-height: 29px; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 24px; } }
  h3.large, .h3.large {
    font-size: 32px;
    line-height: 40px; }

h2, .h2 {
  font-size: 24px;
  line-height: 29px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 48px;
      line-height: 58px; } }
  @media (min-width: 768px) {
    h2.special, .h2.special {
      font-size: 32px;
      line-height: 40px; } }

h1, .h1 {
  font-size: 32px;
  line-height: 40px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 56px;
      line-height: 60px; } }

small, .font_small {
  font-size: 14px; }

.section-subtitle {
  display: block; }
  @media (min-width: 768px) {
    .section-subtitle {
      font-size: 21px; } }
  .section-subtitle + h2, .section-subtitle + h3 {
    margin: .2em 0; }

ul {
  padding: 0 0 1.75em 1.25em; }

a,
a:visited,
a:focus,
a:active {
  color: var(--dark-blue);
  text-decoration: none;
  outline: 0; }

a:focus-visible, a.focus-visible {
  outline: 2px solid var(--black);
  outline-offset: 3px;
  border-radius: 1px; }

a:hover {
  text-decoration: underline; }

.logo {
  z-index: 9999;
  padding: 1em 0;
  flex-basis: 120px; }
  @media all and (min-width: 1600px) {
    .logo {
      flex-basis: 156px; } }
  .logo svg {
    position: relative;
    max-width: 100%;
    height: auto; }

.top-header {
  background-color: var(--dark-blue);
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  padding: .5em 4%; }
  @media (min-width: 1250px) {
    .top-header {
      padding: .75em 1em; } }
  @media all and (min-width: 1400px) {
    .top-header {
      padding: .75em 3em; } }
  .top-header .usps {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em; }
    .top-header .usps .usp {
      color: var(--white); }
      @media (max-width: 980px) {
        .top-header .usps .usp {
          display: none; }
          .top-header .usps .usp:nth-child(1), .top-header .usps .usp:nth-child(2), .top-header .usps .usp:nth-child(3) {
            display: inline-block; } }
      @media (max-width: 767px) {
        .top-header .usps .usp:nth-child(3) {
          display: none; } }
      .top-header .usps .usp:before {
        content: '\e913';
        font-family: Icomoon;
        color: var(--gold);
        font-weight: 700;
        display: inline-block;
        margin-right: .1em;
        position: relative;
        top: 4px;
        font-size: 22px;
        margin-top: -5px; }
  .top-header .trustpilot-widget {
    margin-left: auto; }
    @media (max-width: 980px) {
      .top-header .trustpilot-widget {
        display: none; } }
  .top-header .quote-link a {
    color: var(--gold); }
    .top-header .quote-link a span {
      display: inline-block;
      position: relative;
      top: 1px; }

.main-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%; }
  @media (min-width: 1250px) {
    .main-header {
      padding: 0 1em; } }
  @media all and (min-width: 1400px) {
    .main-header {
      padding: 0 3em; } }
  .main-header nav li a {
    font-family: "Bitter", Helvetica, Arial, sans-serif;
    font-size: 20px;
    position: relative; }
    .main-header nav li a:hover {
      text-decoration: none; }
    @media (min-width: 1250px) {
      .main-header nav li a {
        font-size: 16px; } }
    @media all and (min-width: 1600px) {
      .main-header nav li a {
        font-size: 20px; } }
  .main-header nav li.current-menu-item > a,
  .main-header nav li.current_page_item > a,
  .main-header nav li.current_page_ancestor > a,
  .main-header nav li.current_page_parent > a,
  .main-header nav .current-menu-ancestor > a,
  .main-header nav li a:hover {
    color: var(--dark-blue); }
    .main-header nav li.current-menu-item > a:before,
    .main-header nav li.current_page_item > a:before,
    .main-header nav li.current_page_ancestor > a:before,
    .main-header nav li.current_page_parent > a:before,
    .main-header nav .current-menu-ancestor > a:before,
    .main-header nav li a:hover:before {
      background: var(--yellow);
      content: '';
      display: block;
      height: 2px;
      left: 0;
      position: absolute;
      transform: skewX(-10deg);
      width: 100%;
      bottom: -.5em; }
  .main-header .phonenumber {
    position: relative;
    font-family: "Bitter", Helvetica, Arial, sans-serif; }
    .main-header .phonenumber .label {
      display: block;
      font-weight: 600;
      margin-bottom: 1em;
      font-size: 18px; }
      @media (min-width: 1250px) {
        .main-header .phonenumber .label {
          font-size: 14px;
          right: 0;
          top: -2em; } }
      @media all and (min-width: 1650px) {
        .main-header .phonenumber .label {
          font-size: 18px; } }

.container {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto; }

.flex-container {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto; }
  @media (min-width: 981px) {
    .flex-container {
      gap: 5em;
      display: flex;
      flex-wrap: wrap; } }
  .flex-container .content, .flex-container main {
    flex: 1; }
  @media (max-width: 980px) {
    .flex-container .sidebar, .flex-container aside {
      margin-top: 2em; } }
  @media (min-width: 981px) {
    .flex-container .sidebar, .flex-container aside {
      flex-basis: 450px;
      padding-top: 0; } }

.section {
  padding: 55px 0; }
  @media (min-width: 981px) {
    .section {
      padding: 120px 0; } }

.no-padding {
  padding: 0; }

.no-padding-top {
  padding-top: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

section:not(#section-form).white {
  background: var(--white); }

section:not(#section-form).dark {
  background: var(--dark-blue);
  color: var(--white); }
  section:not(#section-form).dark h1, section:not(#section-form).dark h2, section:not(#section-form).dark h3, section:not(#section-form).dark h4, section:not(#section-form).dark h5, section:not(#section-form).dark .h1, section:not(#section-form).dark .h2, section:not(#section-form).dark .h3, section:not(#section-form).dark .h4, section:not(#section-form).dark .h5 {
    color: var(--gold); }
    section:not(#section-form).dark h1 span:not(.gform-icon), section:not(#section-form).dark h2 span:not(.gform-icon), section:not(#section-form).dark h3 span:not(.gform-icon), section:not(#section-form).dark h4 span:not(.gform-icon), section:not(#section-form).dark h5 span:not(.gform-icon), section:not(#section-form).dark .h1 span:not(.gform-icon), section:not(#section-form).dark .h2 span:not(.gform-icon), section:not(#section-form).dark .h3 span:not(.gform-icon), section:not(#section-form).dark .h4 span:not(.gform-icon), section:not(#section-form).dark .h5 span:not(.gform-icon) {
      color: var(--white); }
  section:not(#section-form).dark a {
    color: var(--white);
    transition: color .3s ease-in-out, background-color .3s ease-in-out; }
    section:not(#section-form).dark a:hover {
      color: var(--dark-blue); }

section:not(#section-form).light {
  background: var(--beige); }

#section-footer {
  background-color: var(--beige); }
  #section-footer strong {
    font-weight: 500; }
  @media (min-width: 981px) {
    #section-footer {
      font-size: 16px;
      line-height: 24px; } }
  @media (min-width: 1250px) {
    #section-footer {
      font-size: 18px;
      line-height: 29px; } }
  #section-footer .main-footer .top .physical-locations {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: flex-start; }
    @media (min-width: 981px) {
      #section-footer .main-footer .top .physical-locations {
        grid-template-columns: 1fr 275px; } }
  #section-footer .main-footer .bottom {
    margin-top: 3em; }
    @media (min-width: 981px) {
      #section-footer .main-footer .bottom .contact-review .top {
        display: flex;
        gap: 2em;
        justify-content: space-between; }
        #section-footer .main-footer .bottom .contact-review .top > div {
          flex: 1; } }
  #section-footer .copyrights {
    border-top: 1px solid var(--dark-blue);
    padding-top: 3em;
    margin-top: 3em; }
    #section-footer .copyrights p {
      margin: 0;
      text-align: center; }

ul {
  padding: 0 0 1.75em 1.25em; }

body > :not(header) a:not([class]),
body > :not(header) a:visited:not([class]),
body > :not(header) a:focus:not([class]),
body > :not(header) a:active:not([class]) {
  background-color: transparent;
  box-shadow: inset 0 -2px 0 var(--yellow);
  display: inline-block;
  outline: 0;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
  line-height: 1.5; }
  body > :not(header) a:not([class]):hover,
  body > :not(header) a:visited:not([class]):hover,
  body > :not(header) a:focus:not([class]):hover,
  body > :not(header) a:active:not([class]):hover {
    background-color: var(--yellow);
    text-decoration: none; }

.btn.dark-blue,
input.btn.dark-blue,
a.btn.dark-blue,
a.btn:visited.dark-blue,
.button.dark-blue {
  background-color: var(--dark-blue); }
  .btn.dark-blue:hover,
  input.btn.dark-blue:hover,
  a.btn.dark-blue:hover,
  a.btn:visited.dark-blue:hover,
  .button.dark-blue:hover {
    background-color: var(--gold); }

.protected-form {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  padding: 150px 0; }

@media (min-width: 981px) {
  img.alignright {
    float: right;
    padding-left: 1em; }
  img.alignleft {
    float: right;
    padding-right: 1em; }
  img.aligncenter {
    display: block;
    margin: 0 auto; } }

a.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

a.overlay-link:after, a.link-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

[class^='icon-'], [class*=' icon-'],
[class^='icon-']:before, [class*=' icon-']:before {
  display: block;
  width: 1em; }

.screen-reader-text {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }
  .screen-reader-text:focus-visible, .screen-reader-text.focus-visible {
    background-color: var(--dark-blue);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: var(--white);
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

ul {
  padding: 0 0 1.75em 1.25em; }

main .text ol, main .content ol, main .half-half ol {
  list-style: none;
  padding-left: 0;
  position: relative; }
  main .text ol li, main .content ol li, main .half-half ol li {
    position: relative;
    padding-left: 1.5em; }
    main .text ol li:before, main .content ol li:before, main .half-half ol li:before {
      content: '\e913';
      font-family: Icomoon;
      font-weight: 700;
      display: inline-block;
      position: absolute;
      color: var(--gold);
      left: 0;
      top: -1px;
      font-size: 22px; }

main .text:after, main .content:after, main .half-half:after {
  content: '';
  clear: both;
  display: block; }

main .text ul, main .content ul, main .half-half ul {
  list-style: none;
  padding: 0;
  position: relative; }
  main .text ul li, main .content ul li, main .half-half ul li {
    position: relative;
    padding-left: 1.5em; }
    main .text ul li:before, main .content ul li:before, main .half-half ul li:before {
      content: '';
      font-family: Icomoon;
      display: inline-block;
      position: absolute;
      background-color: var(--dark-blue);
      left: 0;
      top: 8px;
      font-size: 22px;
      height: 10px;
      width: 10px;
      border-radius: 50%; }

.btn.blue,
input.btn.blue,
a.btn.blue,
a.btn:visited.blue,
.button.blue {
  background-color: var(--dark-blue);
  color: var(--white); }
  .btn.blue:hover,
  input.btn.blue:hover,
  a.btn.blue:hover,
  a.btn:visited.blue:hover,
  .button.blue:hover {
    background-color: var(--yellow);
    color: var(--dark-blue); }

.protected-form {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  padding: 150px 0; }

@media (min-width: 981px) {
  img.alignright {
    float: right;
    padding-left: 1em; }
  img.alignleft {
    float: left;
    padding-right: 1em; }
  img.aligncenter {
    display: block;
    margin: 0 auto; } }

a.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

a.overlay-link:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

[class^='icon-'], [class*=' icon-'],
[class^='icon-']:before, [class*=' icon-']:before {
  display: block;
  width: 1em; }

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