@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css');




/** Colors **/



/** Body **/


/** Buttons **/



















































/** Forms **/





/** Fonts **/


/* Missing Template at Path: \'NP-Portfolio-Theme\/vendor\/bootstrap\/bootstrap-grid.css\' */
/* Missing Template at Path: \'NP-Portfolio-Theme\/vendor\/aos\/aos.css\' */    


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 992px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
} 

.bg-overlay-editor, .shape-divider-editor {
  background: repeating-linear-gradient(45deg, 

  
  
    
  


  rgba(0, 19, 77, 1.0)

, 

  
  
    
  


  rgba(0, 19, 77, 1.0)

 10px, 

  
  
    
  


  rgba(0, 204, 69, 1.0)

 10px, 

  
  
    
  


  rgba(0, 204, 69, 1.0)

 20px);
}

:root {
  --primary: #00134D;
  --secondary: #00CC45;
  --tertiary: #004D99;
  --heading: #000000;
  --body: #000000;
}

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

body, html {
  moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

p, 
pre, 
blockquote,
ol,
ul,
dl {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

img {
  max-width: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.container-fluid.body-container {
  padding: 0; 
}

.content-wrapper, .container {
  max-width: 1280px;
}

.dnd-section {
  padding-top: 100px;
  padding-bottom: 100px;  
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 992px) {
  .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;  
  }
}

@media (max-width: 767px) {
  .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;  
  }
}

.dnd-section > .row-fluid {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body, html {
  font-size: 16px;
  color: #000000;
  
    font-family: Lexend Deca;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  
  
    line-height: 1.5em;
  
  letter-spacing: 0em;
}

@media(max-width: 992px) {
  body, html {
    font-size: 16px;
    
  }
}

@media(max-width: 768px) {
  body, html {
    font-size: 16px;
    
  }
}

/** Paragraphs */
p {
  margin-bottom: 1em;
}

/* Anchor Links */

a:hover, a:focus {
  text-decoration: underline;
}

a {
  color: #00134D;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #00134D;
}

a:active {
  color: #00134D;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

pre {
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  word-break: break-word;
}

h1 {
 font-size: 50px;
 color: #000000;
 
  font-family: Lexend Deca;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
 
 text-transform: capitalize;
 
  line-height: 1.25em;
 
 letter-spacing: 0em;
 margin-bottom: 0.5em;
}

@media(max-width: 992px) {
  h1 {
    font-size: 48px;    
    
  }
}

@media(max-width: 768px) {
  h1 {
    font-size: 48px;    
    
  }
}

h2 {
  font-size: 40px;
  color: #000000;
  
    font-family: Lexend Deca;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
  
  text-transform: capitalize;
  
    line-height: 1.25em;
  
  
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}

@media(max-width: 992px) {
  h2 {
    font-size: 36px;
    
  }
}

@media(max-width: 768px) {
  h2 {
    font-size: 36px;
    
  }
}

h3 {
  font-size: 32px;
  color: #000000;
  
    font-family: Lexend Deca;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
  
  text-transform: capitalize;
  
    line-height: 1.2em;
  
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}

@media(max-width: 992px) {
  h3 {
    font-size: 30px;
    
  }
}

@media(max-width: 768px) {
  h3 {
    font-size: 30px;
    
  }
}

h4 {
  font-size: 24px;
  color: #000000;
  
    font-family: Lexend Deca;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
  
  text-transform: none;
  
  
    line-height: 1.25em;
  
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}

@media(max-width: 992px) {
  h4 {
    font-size: 24px;
    
  }
}

@media(max-width: 768px) {
  h4 {
    font-size: 24px;
    
  }
}

h5 {
  font-size: 20px;
  color: #000000;
  
    font-family: Lexend Deca;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
  
  text-transform: none;
  
  
    line-height: 1.25em;
  
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}

@media(max-width: 992px) {
  h5 {
    font-size: 20px;
    
  }
}

@media(max-width: 768px) {
  h5 {
    font-size: 20px;
    
  }
}

h6 {
  font-size: 12px;
  color: #000000;
  
    font-family: Lexend Deca;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  
  text-transform: none;
  
  
    line-height: 1.25em;
  
  letter-spacing: 0em;
  margin-bottom: 0.5em;
}

@media(max-width: 992px) {
  h6 {
    font-size: 12px;
    
  }
}

@media(max-width: 768px) {
  h6 {
    font-size: 12px;
    
  }
}

blockquote {
  margin-top: 0rem;
  border-left-style: solid;
  padding-left: 15px;  
  color: #000000;
  
    font-family: Lexend Deca;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  
  text-transform: none;
  
  
    line-height: 1.5em;
  
  letter-spacing: 0em;
  margin-bottom: 0.5em;
  margin-left: 2em;
  border-left-color: #00134D;
  border-left-width: 3px;
}

/** Lists **/

.body-container-wrapper li {  
  color: #000000;
  
    font-family: Lexend Deca;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  
  text-transform: none;
  
  
    line-height: 1.5em;
  
  font-size: 18px;
  letter-spacing: 0em;
  margin-bottom: 0.2em;
}

button,
.button, 
.hs-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 2;
  transform: scale(1);
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled,
.hs-button:disabled,
.hs-button.button--secondary:disabled,
.hs-button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  color: #e6e6e6;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #d0d0d0;
}

.button.button--secondary:disabled
.hs-button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled
.hs-button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
  text-decoration: none;
}

button:active,
.button:active,
.hs-button:active {
  background-color: #50eed3;
  border-color: #50eed3;
  color: #fff;
  text-decoration: none;
}

/* Simple Button */

.button.button--simple,
.hs-button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #1E90FF;
  font-style: normal;
  position: relative;
  text-decoration: none;
}

.button.button--simple:after,
.hs-button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus,
.hs-button.button--simple:hover,
.hs-button.button--simple:focus {
  background-color: transparent;
  border: none;
}

.button.button--simple:active,
.hs-button.button--simple:active {
  background-color: transparent;
  border: none;
}

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

.button--right {
  text-align: right;
}

/* Button Icons */

.button .button__icon svg,
.hs-button .button__icon svg {
  fill: inherit;
  display: block;
  height: 1.1rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon,
.hs-button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg,
.hs-button.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg,
  .hs-button .button__icon svg {
    width: 1.1rem;
  }
}

/* Primary Button */

button,
.button {
  
    font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  
  background-color: 

  
  
    
  


  rgba(0, 204, 69, 1.0)

;
  border: 1px none #00CC45;
  border-radius: 8px;
  color: #00134D;
  fill: #00134D;
  padding: 0.5em 1em;
  text-transform: none;
  font-size: 16px;
  
    line-height: 1.5em;
  
  
    -webkit-box-shadow: unset;
    box-shadow: unset;
  
}

.button--outline {
  background-color: transparent;
  color: 

  
  
    
  


  rgba(0, 204, 69, 1.0)

;
  fill: 

  
  
    
  


  rgba(0, 204, 69, 1.0)


}


@media (max-width: 992px) {
  button,
  .button {
    font-size: 16px;
    
  }
}

@media (max-width: 768px) {
  button,
  .button {
    font-size: 16px;
    
  }
}

button:disabled,
.button:disabled {
  background-color: ;
  color: ;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  ;
  background-color: 

  
  
    
  


  rgba(113, 219, 126, 1.0)

;
  border: 1px none #00CC45;
  color: #00134D;
  fill: #00134D;
}

.button:hover,
.button:focus {
  
}

button:active,
.button:active {
  ;
  background-color: rgba(193, 255, 206, 100);
  background-color: #c1ffce;
  border: 1px none #00CC45;
  border-color: #50ff95;
}

/* Secondary Button */

.button.button--secondary {
  
    font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  
  background-color: 

  
  
    
  


  rgba(0, 204, 69, 1.0)

;
  border: 1px none #00CC45;
  border-radius: 8px;
  color: #00134D;
  fill: #00134D;
  padding: 0.5em 1em;
  text-transform: none;
  
    -webkit-box-shadow: unset;
    box-shadow: unset;
  ;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  background-color: 

  
  
    
  


  rgba(113, 219, 126, 1.0)

;
  border: 1px none #00CC45;
  color: #00134D;
  fill: #00134D;
  
    transform: scale(1);
  
}

.button.button--secondary:active {
  background-color: rgba(193, 255, 206, 100);
  border: 1px none #00CC45;
  border-color: #50ff95;
  color: #50639d;
  fill: #50639d;
}

.button--outline.button--secondary {
  background-color: transparent;
  color: 

  
  
    
  


  rgba(0, 204, 69, 1.0)

;  
  fill: 

  
  
    
  


  rgba(0, 204, 69, 1.0)


}

/* Tertiary Button */

.button.button--tertiary {
  
    font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  
  background-color: 

  
  
    
  


  rgba(0, 19, 77, 1.0)

;
  border: 1px none #004D99;
  border-radius: 8px;
  color: #ffffff;
  fill: #ffffff;
  padding: 0.5em 1em;
  text-transform: none;
  
    -webkit-box-shadow: unset;
    box-shadow: unset;
  ;
}

.button.button--tertiary:hover,
.button.button--tertiary:focus,
.button.button--tertiary:active {
  background-color: 

  
  
    
  


  rgba(0, 19, 77, 1.0)

;
  border: 1px none #004D99;
  color: #FFFFFF;
  fill: #FFFFFF;
  
    transform: scale(1);
  
}

.button.button--tertiary:active {
  background-color: rgba(80, 99, 157, 100);
  border: 1px none #004D99;
  border-color: #509de9;
  color: #ffffff;
  fill: #ffffff;
}

.button--outline.button--tertiary {
  background-color: transparent;
  color: 

  
  
    
  


  rgba(0, 19, 77, 1.0)

;  
  fill: 

  
  
    
  


  rgba(0, 19, 77, 1.0)


}

/* Outline Button */

.button.button--outline {
  
    font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  
  background-color: 

  
  
    
  


  rgba(0, 19, 77, 0.0)

;
  border: 1px solid #00134D;
  border-radius: 0px;
  color: #00134D;
  fill: #00134D;
  padding: 0.5em 1em;
  text-transform: none;
  
    -webkit-box-shadow: unset;
    box-shadow: unset;
  ;
}

.button.button--outline:hover,
.button.button--outline:focus,
.button.button--outline:active {
  background-color: 

  
  
    
  


  rgba(0, 19, 77, 1.0)

;
  border: 1px solid #00134D;
  color: #ffffff;
  fill: #ffffff;
  
    transform: scale(1.03);
  
}

.button.button--tertiary:active {
  background-color: rgba(80, 99, 157, 100);
  border: 1px solid #00134D;
  border-color: #50639d;
  color: #ffffff;
  fill: #ffffff;
}

.button--outline.button--tertiary {
  background-color: transparent;
  color: 

  
  
    
  


  rgba(0, 19, 77, 1.0)

;  
  fill: 

  
  
    
  


  rgba(0, 19, 77, 1.0)


}

/* Simple Button */

.button.button--simple {
  
    font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  
  color: #00CC45;
  fill: #00CC45;
  text-transform: none;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  font-size: 18px;
  
}



  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  border: none;
  color: #9ECA4F;
  fill: #9ECA4F;
  text-transform: none;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



.button.button--simple:active {
  border: none;
  color: #eeff9f;
  fill: #eeff9f;
}

/* Button Sizing */

.button.button--small {
  padding: 0.3em 1em;
  font-size: 16px;
  
    line-height: 1.4em;
  
}

@media (max-width: 992px) {
  .button.button--small {
    font-size: 14px;
    
  }
}

@media (max-width: 768px) {
  .button.button--small {
    font-size: 14px;
    
  }
}

.button.button--large {
  padding: 0.9em 0.9em;
  font-size: 18px;
  
    line-height: 1.4em;
  
}

@media (max-width: 992px) {
  .button.button--large {
    font-size: 18px;
    
  }
}

@media (max-width: 768px) {
  .button.button--large {
    font-size: 18px;
    
  }
}
form fieldset {
  max-width: 100%!important; 
}

.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 10px;
}



/* Membership error message */
.form-input-validation-message ul {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul li {
  line-height: 1rem;
}

.hs-input {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  font-weight: normal;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #747474;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}

.actions {
  padding: 0;
  margin-top: 1.5rem;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.hs-form-field {
  margin-bottom: 18px;
}

.hs-field-desc {
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: #F2545B;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not(.hs-fieldtype-intl-phone) .hs-input:not([type=radio]):not([type=checkbox]),
fieldset.form-columns-1 .input>.hs-input, .hs-dateinput input {
  width: 100% !important;
}


form,
.submitted-message,
.hs-richtext {
  
    font-family: Lexend Deca;
  
}

form.hs-form label {  
  color: #000000;
}

form .hs-error-msgs label {
  margin-top: .5rem; 
  color: #000000;
}

.widget-type-form .form-title {  
  color: #00134D;
}

form legend {  
  color: #000000;
}

form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.3%;
}

form input,
form .hs-input,
form select,
form textarea {
  border-color: #747474;
  color: #000000;
}

form input:focus,
form .hs-input:focus,
form select:focus,
form textarea:focus {
  border-color: #000000;
}

.fn-date-picker .pika-table thead th {
  color:#FFFFFF;
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #000000;
}

.fn-date-picker td.is-today .pika-button {
  color: #00134D;
}

.fn-date-picker td.is-selected .pika-button {
  background: ;
}

.fn-date-picker td .pika-button:hover {
  background-color:  !important;
}

form input[type=submit],
form .hs-button  {
  white-space: pre-wrap;
}

.hs-input:-moz-placeholder {
  color: #000000 ;
}

.hs-input::-webkit-input-placeholder {
  color: #000000 ;
}



  form input[type=submit],
  form .hs-button {
    
      font-family: 'Lexend Deca', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    
    background-color: 

  
  
    
  


  rgba(0, 204, 69, 1.0)

;
    border: 1px none #00CC45;
    border-radius: 8px;
    color: #00134D;
    fill: ;
    padding: 0.5em 1em;
    text-transform: none;
    
      -webkit-box-shadow: unset;
      box-shadow: unset;
    
  }

  form input[type=submit]:hover,
  form input[type=submit]:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    background-color: 

  
  
    
  


  rgba(113, 219, 126, 1.0)

;
    border: 1px none #00CC45;
    color: #00134D;
    
  }

  form input[type=submit]:active,
  form .hs-button:active {
    background-color: rgba(193, 255, 206, 100);
    border: 1px none #00CC45;
    border-color: #50ff95;
}





  form input[type=submit],
  form .hs-button {
    padding: 0.5em 1em;
    font-size: 16px;
  }
  
  
  @media (max-width: 992px) {
    form input[type=submit],
    form .hs-button {
      font-size: 16px;
    }
  }
  
  @media (max-width: 768px) {
    form input[type=submit],
    form .hs-button {
      font-size: 16px;
    }
  }




textarea.hs-input {min-height: 120px;}

input[type="radio"],input[type="checkbox"] {  display:none }
input[type="radio"]+span,input[type="checkbox"]+span {  position:relative; display:block; padding-left:30px; cursor:pointer }
input[type="radio"]+span:before,input[type="checkbox"]+span:before {  content:"\f00c"; font-family:fontawesome; color:#0185B7 ; position:absolute; left:4px; top:4px; font-size:0; width:20px; height:20px; display:block; border:1px solid #323232;
transition:all ease .3s; -webkit-transition:all ease .3s; text-align:center; line-height:18px; border-radius: 4px; }
input[type="radio"]+span:before {  border-radius:50% }
input[type="radio"]:checked+span:before {  background:#0185B7 ; border-color:#0185B7  }
input[type="checkbox"]:checked+span:before {  border-color:#0185B7; font-size:12px; background:#0185B7 ; color:#fff; letter-spacing:0; }
select {-webkit-appearance: none;appearance: none;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7' fill='none'%3E%3Cpath d='M0.470894 1.66577L3.98518 5.18006C4.01083 5.20739 4.04181 5.22917 4.07621 5.24406C4.11061 5.25896 4.1477 5.26664 4.18518 5.26664C4.22266 5.26664 4.25975 5.25896 4.29415 5.24406C4.32855 5.22917 4.35953 5.20739 4.38518 5.18006L7.89947 1.66577' stroke='%230185B7' stroke-width='1.71429' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: calc(100% - 10px) 50%;}

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(0, 0, 0, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

thead th,
thead td {
  background-color: rgba(0, 19, 77, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(0, 0, 0, 1.0);
}
header.header {
  background-color: #00134D;
}

.hs-inline-edit .header {
  position: static;
}

.body-wrapper--header-fixed [data-global-resource-path*="header.html"],
.body-wrapper--header-dynamic_scroll_up [data-global-resource-path*="header.html"]{
	position: sticky;
	top: 0;
	z-index: 3;
}

.body-wrapper--header-dynamic_scroll_up .header {
	transition: all linear 0.2s;
}

.body-wrapper--header-dynamic_scroll_up.scroll-down .header{
	opacity: 0;
	visibility: hidden;
}

.body-wrapper--header-dynamic_scroll_up.scroll-down .header__navigation--toggle{
	display: none;
}
.body-wrapper--header-transparent header.header {
  background-color: transparent;
  transition: all linear 0.2s;
  box-shadow: initial;
}
.body-wrapper--header-transparent.scroll-transparent header.header {
  background-color: rgba(255, 255, 255, 1.0);
  
    box-shadow: -4px 9px 9px rgba(0, 0, 0, 0.1);
    position: relative;
  
}
.body-wrapper--header-transparent [data-global-resource-path*="header.html"] {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.header__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
}

.header__menu--flex {
  display: flex;
}

.header__search--toggle,
.header__language-switcher--toggle {    
  margin-left: 30px;
}

.header__search--close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 0 40px;
  cursor: pointer;
  opacity: 0.3;
}

.header__search--close:hover {
  opacity: 0.7;
}

.header__navigation--toggle {
  display: none;
}

#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  margin-right: auto;
  position: relative;
  z-index: 3;
}

.header__logo img {
  max-width: 100%;
	display: block;
}

.header__logo--tablet {
  display: none;
}

/* Styles for the Search Bar */

.header__search {
  position: absolute;
  width: 100%;
  opacity: 0;
	visibility: hidden;
  transition: all .5s ease 0s;
  top: -100px; /* start out at position 0 */
	left: 0;
	height: 100%;
	display: block;
	z-index: 999;
	background-color: rgb(255, 255, 255);
	transition: all ease-in-out 0.3s;
}

.header__search.open { 
  top: 0;
	opacity: 1;
	visibility: visible;
}

.header__search--toggle {
  cursor: pointer;
  margin-left: 30px;
}

.header__search .hs-search-field{
	transform: translateY(-50%);
	top: 50%;
	left: 10%;
	width: 80%;
	position: absolute;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background: transparent;
  background-image: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='18' viewBox='0 0 16 16'%3E%3Cpath fill='%23444444' d='M15.7 14.3l-4.2-4.2c-0.2-0.2-0.5-0.3-0.8-0.3 0.8-1 1.3-2.4 1.3-3.8 0-3.3-2.7-6-6-6s-6 2.7-6 6 2.7 6 6 6c1.4 0 2.8-0.5 3.8-1.4 0 0.3 0 0.6 0.3 0.8l4.2 4.2c0.2 0.2 0.5 0.3 0.7 0.3s0.5-0.1 0.7-0.3c0.4-0.3 0.4-0.9 0-1.3zM6 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z'%3E%3C/path%3E%3C/svg%3E ");
  background-position: center left 26px;
  background-repeat: no-repeat;
  color: #494a52;
  border: none;
  height: 55px;
  padding-left: 110px;
}

.header__search .hs-search-field__input:focus {
  border: none;
  outline-color: transparent;
  outline: none;
}

.header__search .hs-search-field__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D1D6DC;
  opacity: 1; /* Firefox */
}

.header__search .hs-search-field__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #D1D6DC;
}

.header__search .hs-search-field__input::-ms-input-placeholder { /* Microsoft Edge */
  color: #D1D6DC;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: ;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: ;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher--toggle {
  cursor: pointer;
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: auto;
}

.header__language-switcher--toggle:after {
  content: "";
}

.header__language-switcher .globe_class {
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: auto;
  border-radius: initial;
  width: auto;
  height: auto;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
  display: block !important;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-size: 0.8rem;
  top: 0;
  right: 0;
  left: initial !important;
  transform: none !important;
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
}

.header__language-switcher--wrapper:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  background: inherit;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
  background-color: rgba(193, 190, 190, 0.1);
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

/* Header CTA */

.header__cta--desktop {
	display: flex;
  align-items: center;
}

.header__cta--desktop .header__cta--main,
.header__cta--desktop .header__cta--secondary {
  margin-left: 30px;
}

.header__cta--mobile {
  text-align: center;
  padding-bottom: 150px;
	display: none;
}

.header__cta--mobile .header__cta--main,
.header__cta--mobile .header__cta--secondary {
  padding-top: 30px;
}

.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(0, 0, 0, 1.0);
  
    font-family: Lexend Deca;
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
  
  font-size: 18px;
}

.header__search--toggle svg path,
.header__search--close svg path {
  fill: rgba(0, 204, 69, 1.0);
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: rgba(0, 19, 77, 1.0);
}

.header__language-switcher .lang_list_class:after, .lang_list_class:before {
  display: none !important;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: {font=Lexend Deca, font_set=GOOGLE, styles={font-family='Lexend Deca', font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=null, color=#000000, variant=null, fallback=null, style=font-family: 'Lexend Deca'; font-style: normal; font-weight: normal; text-decoration: none, css=color: #000000;font-family: 'Lexend Deca';};
}

.header__language-switcher--toggle:before {
  color: rgba(0, 0, 0, 1.0);
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(0, 0, 0, 1.0);
}

header .header__navigation--toggle > span,
header .header__navigation--toggle > span:after,
header .header__navigation--toggle > span:before {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__navigation.open {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__menu {
  display: block
}

.header__search--wrapper {
  display: block
}

.menu-arrow-bg {
  color: rgba(0, 0, 0, 1.0);
}

.header__navigation--toggle,
.header__search--toggle,
.header__language-switcher--toggle,
.header__close--toggle {
	position: relative;
	cursor: pointer;
}

.header__navigation--toggle,
.header__search--toggle,
.header__language-switcher--toggle{    
	margin-left: 20px;
}

.header__navigation--toggle.hide,
.header__search--toggle.hide,
.header__language-switcher--toggle.hide {
	display: none;
}

.header__navigation--toggle.open,
.header__search--toggle.open,
.header__language-switcher--toggle.open {
	display: block;
}

.header__navigation--toggle.open:after,
.header__search--toggle.open:after,
.header__language-switcher--toggle.open:after {
	display: block;
}

.header__navigation--toggle:after,
.header__search--toggle:after,
.header__language-switcher--toggle:after {
	display: none;
	position: absolute;
	left: 40px;
	top: -10px;
	font-weight: 600;
	font-size: 26px;
	text-transform: uppercase;
}

.header__column {
	position: relative;
}

.header__navigation--toggle {
	font-size: 0rem;
	cursor: pointer;
	position: relative;
}

.header__navigation--toggle > span {
	display: inline-block;
	position: relative;
	height: 2px;
	width: 18px;
	border-radius: 1px;
	background: #293335;
	vertical-align: middle;
}

.header__navigation--toggle > span:before, 
.header__navigation--toggle > span:after {
	display: inline-block;
	position: absolute;
	content: "";
	height: 2px;
	border-radius: 1px;
	background: #293335;
	transition: all 200ms;
}

.header__navigation--toggle > span:before {
	top: -6px;
	width: 18px;
}

.header__navigation--toggle > span:after {
	top: 6px;
	width: 18px;
}

.header__navigation.open .header__navigation--close{
	display: block;
}

.no-scroll .header__navigation--toggle > span,
.header__navigation--close > span{
	height: 0;
}

.no-scroll .header__navigation--toggle > span:before,
.header__navigation--close > span:before{
	transform: rotate(45deg);
}

.no-scroll .header__navigation--toggle > span:after,
.header__navigation--close > span:after{
	transform: rotate(-45deg);
}

.no-scroll .header__navigation--toggle > span:after,
.no-scroll .header__navigation--toggle > span:before,
.header__navigation--close > span:after,
.header__navigation--close > span:before{
	top: 0px;
	left: 0;
	width: 18px;
}

/*--- Menu Left */
.header--menu_left .header__logo {
  margin-right: 20px;
}
.header--menu_left .header__menu {
  margin-right: auto;
}

/*--- Menu Center */
.header--menu_center .header__logo {
  margin-right: 20px;
}
.header--menu_center .header__menu {
  margin: auto;
}

/*--- Logo Top */
.header--logo_top .header__logo {
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.header--logo_top .header__bottom {
  background-color: rgba(0, 19, 77, 1.0);
}
.header--logo_top .header__container {
  justify-content: center;
}
@media screen and (max-width: 992px){
	.header__navigation--toggle {
		display: block;
	}
  
	.header__cta--mobile{
		display: block;
	}
	.header__navigation.open .menu-section{
		overflow: auto;
    height: calc(100vh - 100%);
    z-index: 5;
	}
}

@media (max-width: 992px) {
  .header__logo img {
    max-width: 200px;
  }
  body .navigation-primary a,
  .header__logo .logo-company-name,
  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    font-size: 18px;
  }
  .header--logo_top .header__container {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .header--logo_top .header__navigation--toggle {
    margin-right: auto;
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  body .navigation-primary a,
  .header__logo .logo-company-name,
  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    font-size: 18px;
  }
  .header__container{
    padding:10px;
  }
}
footer {
  background: #00134d;
  margin-top: -1px;
}

footer .footer {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  margin: auto;
}

footer .footer__rights,
footer .footer__privacy {
  color: #ffffff;
}

@media(max-width:992px) {
  footer .footer {
    flex-direction: column;
    text-align: center;
  }
}
/* Missing Template at Path: \'NP-Portfolio-Theme\/css\/_blog.css\' */
.system-container {
  position: relative;
  background-image: url(//316759.fs1.hubspotusercontent-na1.net/hubfs/316759/raw_assets/public/NP-Portfolio-Theme/images/system-pages/system-page-background-section-left.svg), url(//316759.fs1.hubspotusercontent-na1.net/hubfs/316759/raw_assets/public/NP-Portfolio-Theme/images/system-pages/system-page-background-section-right.svg);
  background-repeat: no-repeat;
  background-position: top left, top right;
  background-size: auto;
  min-height: 60vh; 
  display: grid;
  width: 100%;
  align-content: center;
}
.error-page {
  background: #fff;
  padding: 20px;
  width: 100%;
}
.system-container .system-container__aligment {
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 auto;   
  max-width: 706px;
  padding: 57px 0;
  width: 100%;
}
.system-container p {
  margin-bottom: 20px;
}
.system-container .shadow, .system-container .email-prefs {
  box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.system-container .system-container__box {
  padding: 32px;
  margin: 32px auto 0;
}
.system-container .system-container__card {
  max-width: 398px;
}
.system-container .width-70{
  max-width: 77%;  
}
.system-container .width-50{
  max-width:50%;
}
.system-container .width-40{
  max-width:40%;
}
.system-container .actions {
  margin-bottom: 20px;
}

.system-container input[type="email"],
.system-container input[type="password"],
.system-container input[type="text"] {
  width:100% !important;
  margin-top: 0 !important;
  height: 34px !important;
  border-radius: 0;
}
.system-container--password form {
  display: flex;
  align-items: center;
}
.system-container .password-prompt input.hs-button.primary.large {
  margin-top: 0;
}
.error-page__line {
  margin: 20px auto;
  display: block;
  background: var(--secondary);
  width: 85px;
  height: 4px;
}
.system-container__social {
  margin-top: 32px;
}
@media screen and (max-width: 1280px) {

  .system-container .width-70{
    max-width:75%;
  }
  .system-container .width-50{
    max-width:75%;
  }
  .system-container .width-40{
    max-width:75%;
  }

}
@media screen and (max-width: 767px) {
  .system-container {
    background-image: url(//316759.fs1.hubspotusercontent-na1.net/hubfs/316759/raw_assets/public/NP-Portfolio-Theme/images/system-pages/system-page-background-section-mobile.png);
    background-position: top right;
  }
  .error-page {
    background: transparent;
    padding: 0;
  }
  .system-container .system-container__aligment {
    padding: 68px 24px;
  }
  .system-container .width-70{
    max-width: 100%;
  }
}



.system-container .social-links__link {
  background-color: #fff;
  box-shadow: 0px 8px 32px rgb(17 17 26 / 5%), 0px 4px 16px rgb(17 17 26 / 5%);
  padding: 8px;
  margin: 0 5px;
}
.system-container .social-links span, .system-container .social-links__link {
  display: inline-grid;
}
.system-container .social-links svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  color: var(--primary);
  fill: var(--primary);
}



input[type="password"] {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  font-weight: normal;
  color: ;
  background-color: #ffffff;
  border: 1px solid;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}



.system-container .error-page__404, .system-container .error-page__500{
  position: absolute;
  font-size: 10rem;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.system-container h1 {
  margin-bottom: 0;
}
.system-container .error-page_heading {
  color: var(--primary);  
  font-size: 100px;
  line-height: 1;
}
.system-container h3 {
  margin-bottom: 0;
}
.system-container .error-page__404, .system-container .error-page__500 {
  color: rgba(0, 0, 0, 0.2);
}


.system-preferences .page-header h1:after, 
.system-unsuscribe .page-header h1:after,
.system-container-confirmation .page-header h2:after {
  content: "";
  display: block;
  width: 85px;
  height: 4px;
  background: var(--secondary);
  margin: 20px auto;
}



.system-preferences .page-header {
  text-align: center;
}

.system-container .email-prefs {
  margin-top: 120px;
  padding: 40px 32px;
}
.system-container .email-prefs span {
  color: var(--heading);
  font-weight: bold;
  display: flex;
}
.system-container .item-inner p {
  margin-bottom: 2em;
}
.system-container .email-prefs  input[type="checkbox"] {
  display: inline-block;
}
.system-container .email-prefs input[type="checkbox"]+span:before {
  content: none;
}
.system-container .email-prefs input[type="checkbox"]+span {
  padding-left: 12px;
}
.system-container .subscribe-options label {
  display: flex;
}



.system-unsuscribe form {
  padding: 20px 32px;
  background: #fff;
  box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
  max-width: 398px;
  margin: 12px auto;
}


.system-container__search .hs-search-field {
  padding: 32px;
  max-width: 610px;
  margin: 12px auto 62px;
  box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
}
.system-container .hs-search-results__listing li {
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.system-container.system-container__search .system-container__aligment {
  max-width: 860px;
}


.success {
  padding: 10px;
  text-transform: uppercase;
  color: #97CA43;
  border: 2px solid;
  display: inline-block;
  margin: 44px auto 0;
}

/* Missing Template at Path: \'NP-Portfolio-Theme\/css\/_pillar-page.css\' */