/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  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;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: Gothic;
  src: url("https://6376769.fs1.hubspotusercontent-ap1.net/hubfs/6376769/NSP_April2020/Fonts/GOTHIC.ttf");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Gothic;
  src: url("https://6376769.fs1.hubspotusercontent-ap1.net/hubfs/6376769/NSP_April2020/Fonts/GOTHICB.ttf");
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 120rem) {
 html {
   font-size: 3rem;
 }
}

html {
  font-size: 24px;
   font-size: calc(1.125rem + 1.875 * ((100vw - 20rem)/ 100));
 -moz-osx-font-smoothing: grayscale;
 -webkit-font-smoothing: antialiased;
 text-rendering: optimizeLegibility;
 font-family: sans-serif;
 line-height: 1.15;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  overflow-x: hidden;
}


p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
.body-container-wrapper {
font-size: .375rem;
}
@media (max-width: 1199.98px) { 
body {
    font-size: .375rem !important;
}
}


@media (max-width: 991.98px) { 
body {
    font-size: 18px !important;
}
  .body-container-wrapper {
    font-size: 18px !important;
}
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
  padding: 20px;
}
h3.form-title {
  padding: 0 20px;
  margin: 0;
}
.hs-button{
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
  font-family:Gothic;
  font-size:26.6421px;
  line-height: 1.5;
  text-transform: uppercase;
}

/*
.hs-button:before, 
.actions:before{
  background-color: #fa9c44;
  border-radius: .25rem 0 100% .25rem;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 60%;
  z-index: 0;
}*/
.actions .hs-button {
    background: none !important;
}
.bg-color, 
.actions{
  position: relative;
}
.actions {
    padding: 0;
    width: auto;
    display: inline-block;
    border-radius: .25rem;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}
.form-inner form .hs_submit.hs-submit .actions {
  border-radius: 5px;
  position: relative;
      width: 100% !important;
}

.form-inner form .hs_submit.hs-submit .actions:hover {
}
.hs-search-module a.hs-button.primary {
  margin-top: 15px;
}
.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  font-family:Gothic;
  font-size:14.1047px;
  font-weight:400;
  letter-spacing:normal;
  line-height:21.157px;
  color: #000;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.hs-error-msg, .hs_error_rollup label {
  font-size: 1em !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 16px 0 !important;
  clear: both;
  width: 100% !important;
  text-align: center !important;
  border-color: red;
  color: red !important;
  margin-top: 5px !important;
}
.hs-input.invalid.error {
  border: 1px solid red;
}
.hs-input, 
#hs-pwd-widget-password{
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  color: #000;
}
#hs-pwd-widget-password {
  margin-bottom: 15px !important;
  margin-top: 0 !important;
}
form#email-prefs-form {
  border: none !important;
  padding: 0 !important;
  max-width: 100% !important;
}
p.header {
  background: transparent !important;
}
.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:-moz-placeholder {
  color: #bfbfbf;
}

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

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

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

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: #c87872;
}
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: #b9554d;
}
.systems-page .success {
  min-width: 60px !important;
}
.actions {
  padding: 0;
}

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

.field {
  margin-bottom: 18px;
}

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

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.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: 1199px) {
  .body-container-wrapper .hs-button, .body-container-wrapper .button--primary{
    background-color: #0f3b5f !important;
    color: #fff !important;
    border-color: #0f3b5f !important;
    font-family: Gothic;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 27px;
  }
}


@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
}


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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
.custom-menu-primary {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: relative;
  padding: 0 20px;
  display: inline-block;
  padding: 0 .79167rem;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  line-height: 1.5;
  text-decoration: none;
  font-size: .4375rem;
  text-transform: uppercase;
  display: inline-block;
  padding: .79167rem 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a{
  text-decoration: none;
  font-weight: 700;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
  padding-left: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  list-style: none;
  margin: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  left: 0;
  min-width: 300px;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  border-bottom: 2px #d3d3d3 solid;
  padding: 7px 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:last-child{
  border: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  font-size: .27083rem;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 400;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 992px) { 
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1440px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 0 20px;
  }
}

@media (max-width: 1199.98px) { 
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    padding: 7px 0;
  }
}

@media (max-width: 991.98px) { 
  .mobile-trigger {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    justify-content: flex-end;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    flex-direction: column;
    height: 100%;
    margin-top: 20px;
    margin-bottom: 39px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 15px 0;
    display: block;
    position: static;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:after {
    background: url(https://6376769.fs1.hubspotusercontent-ap1.net/hubfs/6376769/NSP_April2020/Images/arrow.png) center center no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    width: 12px;
    height: 14px;
    transition: all .5s ease;
    position: relative;
    left: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 18px;
    margin: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.menu-wrapper {
    background-color: #a4dce2;
    right: -9999px;
    list-style: none;
    padding: 0 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: ease 1s all;
    z-index: 99;
    height: 100vh!important;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li>.menu-wrapper.slideChildren {
    right: 0;
  }
  .menu-wrapper li.wsite-menu-back-item {
    display: none;
  }

  .mobile__nav {
    background-color: #a4dce2;
    height: 100%;
    padding: 0 6px;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.menu-wrapper ul li {
    padding: 15px 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.menu-wrapper ul li a {
    padding: 0 27px;
    position: relative; 
    color: #0f3b5f;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-family: Gothic;
    font-weight: 400;
    line-height: 1.5;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.menu-wrapper ul li:first-child a:before {
    background: url(https://6376769.fs1.hubspotusercontent-ap1.net/hubfs/6376769/NSP_April2020/Images/arrow.png) center center no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    width: 12px;
    height: 14px;
    left: 0;
    position: absolute;
    top: 3px;
    transition: all .5s ease;
    transform: rotate(180deg);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.menu-wrapper ul li:first-child {
    border-bottom: 1px #0f3b5f solid;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.menu-wrapper ul li a:hover {
    font-weight: 700;
  }
  .custom-menu-primary {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 64px;
    background-color: #a4dce2;
    transition: all 0.4s ease-in-out;
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
  }
  .mobile-open .custom-menu-primary {
    height: 93vh;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: "";
    background: transparent;
    position: absolute;
    left: 29px;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
  }
}


@media (max-width: 390px) { 
.custom-menu-primary .hs-menu-wrapper>ul>li>.menu-wrapper ul li a {
    font-size: 15px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}
header.header {
  box-shadow: 0 0 20px #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
header.header .header__container {
  max-width: 100%;
}
.header-inner {
  display: flex;
  flex-wrap: wrap;
}
.header_logo {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_logo img {
  vertical-align: middle;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 152px;
  width: 100%;
}
.menu-search-group {
  padding-left: 15px;
  position: relative;
  width: 100%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  margin-left: auto;
  text-align: right;
}
.menu-search-top {
  display: block;
  height: 100%;
}
.header_phone {
  position: relative;
  width: 100%;
  padding-right: 15px;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 1.52083rem;
}
.menu-search-inner {
  max-width: 1140px;
  margin: 0 auto;
  height: 100%;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.menu-search-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

.header-search {
  padding-left: 15px;
  width: 100%;
  flex: 0 0 16.66667%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  background-color: #c0e7eb;
  position: absolute;
  transition: all .5s linear;
  right: 0;
  max-width: 136px;
  padding-right: 1.04167rem;
  top: 0;
}

.header_phone_img img {
  vertical-align: middle;
  max-width: 57px;
  height: auto;
  width: 100%;
}
.header_phone_img p {
  margin: 0;
}
.header_phone_inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
} 
.header_phone_img {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  margin-right: .625rem;
}
.header_phone_text {
  flex: 0 0 75%;
  max-width: 75%;
}
.header_phone_text p {
  margin: 0;
} 
.header_phone_text p strong {
  display: block;
  margin-bottom: -3px;
  font-weight: 700;
} 
.header_phone_text p strong a {
  line-height: .66667rem;
  font-size: .79167rem;
  font-weight: 500;
}
.header_phone_text p strong a:hover {
  text-decoration: none;
}
.header_phone_text p strong+a {
  font-size: .45833rem;
  line-height: .66667rem;
  display: block;
}
.header_phone_text a:hover, 
.header_phone_text a{
  text-decoration: none;
}
.header_phone_text p strong+a .d-none {
  display: none;
}

.align-items-center {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
  height: 100%;
  width: 0;
  overflow: hidden;
}
.search__trigger {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
  background: url(https://6376769.fs1.hubspotusercontent-ap1.net/hubfs/6376769/NSP_April2020/Images/icon-search.png) center center no-repeat;
  background-size: 50%;
  border-radius: 4px;
  outline: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
}
.header-home {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  background-color: #a4dce2;
  font-weight: 700;
  font-size: .375rem;
  font-family: Gothic;
  line-height: 1.5;
  color: #212529;
  margin-right: 0;
  margin-left: 0;
}
.header-search-form .searchform {
  display: inline-block;
  margin: 0;
  overflow: hidden;
  position: relative;
  transition: all .5s linear;
  width: 0;
  max-width: 100%;
  padding: 0;
}
.searchform div {
  align-items: center;
  border-radius: 4px;
  display: flex;
  border-width: 1px;
  border-style: solid;
}
.searchform input[type=text] {
  border: none;
  width: 100%;
  border-radius: 4px 0 0 4px;
  outline: 0;
  padding: 10px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.searchform input[type=submit] {
  background: url(https://6376769.fs1.hubspotusercontent-ap1.net/hubfs/6376769/NSP_April2020/Images/icon-search-blue.png) center center no-repeat;
  background-size: 50%;
  border: none;
  color: transparent;
  max-width: 45px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  outline: 0;
  padding: 10px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: #fff;
}
.active .header-search {
  flex: 0 0 100%;
  max-width: 100%;
}
.active .search__trigger {
  background-image: url(https://6376769.fs1.hubspotusercontent-ap1.net/hubfs/6376769/NSP_April2020/Images/close-icon.png);
}
.header-search-form {
  position: relative;
  width: 100%;
  padding-right: 15px;
  flex: 0 0 75%;
  max-width: 75%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.active .align-items-center {
  width: 100%;
}
.active .header-search-form .searchform {
  width: 100%;
  margin-right: 1.04167rem;
}


@media (max-width: 1199.98px) { 
  .header-search {
    max-width: 100px;
  }
  .header_phone_text p strong a {
    font-size: 21px;
  }
  .header_phone_text {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    margin-left: 8.33333%;
  }
  .header_phone_img {
    margin-right: 0;
  }
  .header_phone_text p strong {
    margin-bottom: -3px;
  }

}
@media (max-width: 991.98px) {
  .menu-search-group, 
  .header_phone{
    display: none;
  }
  .header_logo {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 0px;
    justify-content: flex-start;
  }
  .header_logo img {
    max-height: 65px;
    width: auto;
  }
  .header_logo {
    background-color: transparent !important;
  }
  .mobile-trigger nav {
    padding: 14px 0 6px;
    display: block;
  }
  .mobile-trigger nav>a {
    border: 1px #0f3b5f solid;
    border-radius: 4px;
    display: block;
    padding: 4px 8px;
    text-decoration: none;
  }
  .menu-icon {
    position: relative;
    width: 22px;
    height: 16.5px;
    display: inline-block;
    background-size: contain;
    margin-top: 3px;
  }
  .menu-icon span {
    position: absolute;
    height: 2.75px;
    width: 90%;
    background-color: #0f3b5f;
    transition: all 250ms ease-in-out;
    transform: rotate(0);
    left: 5%;
  }
  .menu-icon span:nth-child(1) {
    top: 0px;
    height: 3px;
  }
  .menu-icon span:nth-child(2), 
  .menu-icon span:nth-child(3) {
    top: 6.875px;
  }
  .menu-icon span:nth-child(4) {
    top: 13.75px;
  }
  .mobile-open .mobile-trigger nav>a {
    border: 1px #a4dce2 solid;
  }
  .mobile-open .menu-icon span:nth-child(1), 
  .mobile-open .menu-icon span:nth-child(3) {
    opacity: 0;
  }
  .mobile-open .menu-icon span:nth-child(2) {
    background: #a4dce2;
    transform: rotate(45deg);
  }
  .mobile-open .menu-icon span:nth-child(3) {
    background: #a4dce2;
    top: 6.875px;
    transform: rotate(-45deg);
    opacity: 1;
  }
  .mobile-open .menu-icon span:nth-child(4) {
    opacity: 0;
  }
  .search {
    background-color: #c0e7eb;
    box-shadow: inset 0 10px 15px rgba(0,0,0,.25);
    padding: 28px 18px;
  }
  .search form#searchform {
    max-width: 100%;
    padding: 0;
  }
  .searchform input[type=text] {
    background-color: #c0e7eb;
    font-size: 18px;
    font-weight: 400;
    height: 47px;
    letter-spacing: normal;
    line-height: 27px;
  }
  .searchform input[type=submit] {
    background-size: 40%;
    background-color: transparent;
  }
  .searchform div {
    border-width: 2px;
  }
  .mobile-open header.header {
    box-shadow: 0 0 0px #000;
    background: #fff;
  }
  .mobile__header__info {
    background-color: #0f3b5f;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 0;
    text-align: center;
    z-index: 2;
  }
  .mobile__header__info p {
    color: #fff;
    font-size: 38px;
    line-height: 46px;
    margin-bottom: .20833rem;
  }
  .mobile__header__info p a {
    text-decoration: none;
    color: #fff !important;
    display: block;
    font-weight: 700;
  }
}

@media (max-width: 991.98px) { 
  @media (max-height: 600px) { 
    .mobile__header__info {
      position: relative;
          padding-bottom: 35px;
    }
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
  text-align: center;
}
.footer__container {
  margin: 0 auto;
  max-width: 100% !important;
}
.form-inner form input::placeholder {
  color: #fff;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
  padding-bottom: .54167rem;
  position: relative;
  font-family:Gothic;
}
.footer__copyright:before {
  content: '';
  display: block;
  height: 1px;
  margin-bottom: .54167rem;
  width: 100%;
}
.footer__copyright .footer__container {
  display: flex;
  flex-wrap: wrap;
}
.footer__copyright .footer__container>div {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  position: relative;
  width: 100%;
}
.footer__copyright .footer__container>div p {
  margin: 0;
  font-size: .375rem;
  font-family: Gothic;
  font-weight: 400;
  line-height: 1.5;
}
.footer-top {
  padding-bottom: .625rem;
  padding-top: .875rem;
}
.footer-top-inner {
  flex-wrap: wrap;
  display: flex;
}
.footer-4 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
  font-size: .375rem;
}
.footer-menu.footer-4,
.contant-feed.footer-4,
.social-share.footer-4{
  margin-left: 8.33333%;
}
.footer-menu .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1rem;
}
.footer-menu .hs-menu-wrapper ul li {
  margin-bottom: .52083rem;
  line-height: 1.3;
}
.footer-menu .hs-menu-wrapper ul li a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .375rem;
  font-family: Gothic;
  line-height: 1.5;
}

.contant p {
  margin: 0;
}
.contant p:first-child {
  border-bottom: 1px #fff solid;
  margin-bottom: .45833rem;
  padding-bottom: .45833rem;
}
.contant p:first-child>a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: .375rem;
  font-family: Gothic;
  line-height: 1.5;
}
.contant p:last-child {
  font-size: .375rem;
  font-family: Gothic;
  font-weight: 400;
  line-height: 1.5;
}
.contant p:last-child span {
  display: block;
  margin-bottom: .20833rem;
}
.contant p:last-child a {
}
.contant-feed p:first-child {
  margin-bottom: .45833rem;
  padding-bottom: .45833rem;
  border-width: 1px;
  border-style: solid;
}
.contant-feed p:not(:first-child) {
  margin-bottom: .20833rem;
}
.social-share p {
  margin: 0;
  margin-bottom: 1rem;
}
.social-share p img {
  margin: 0 .14583rem;
  margin-bottom: .20833rem;
  width: auto;
  height: auto;
  max-height: 75px;
  max-width: 100%;
  vertical-align: middle;
}
.social-icon p {
  margin-bottom: .20833rem;
}
.social-icon p>a>img {
  vertical-align: middle;
  margin: 0 .14583rem;
  max-height: 23px;
  width: auto;
}
.social-share.footer-4 {
  text-align: right;
}
.social-icon p>a:first-child>img {
  position: relative;
  left: 4px;
}
.footer-form {
  padding-left: 15px;
  padding-right: 15px;
}
.footer-form .hs_cos_wrapper {
  display: flex;
  align-items: center;
}
.footer-form .form {
  position: relative;
  float: left;
  width: 66.67%;
  margin-left: 8.33%;
  z-index: 9;
}
.footer-form .footer-img {
  float: left;
  width: 25%;
  position: relative;
}
.footer-img-inner {
  padding-left: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 15px;
  background-image: url(https://6376769.fs1.hubspotusercontent-ap1.net/hubfs/6376769/NSP_April2020/Images/get_in_touch@4x-1.png);
  z-index: 9;
  position: relative;
  margin-bottom: 35px;
  top: 20px;
  left: 13px;
}
.footer-img-inner img {
  vertical-align: top;
  height: auto;
  max-width: 324px;
  position: relative;
  z-index: 9;
  opacity: 0;
  top: 20px;
  left: 13px;
}
.footer-form-title h2 {
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.625rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: .5rem;
  font-weight: 500;
  font-family: Gothic;
}
.footer-form-title p {
  margin: 0;
  margin-bottom: 35px;
  font-size: .375rem;
  font-family: Gothic;
  font-weight: 400;
  line-height: 1.5;
}
.form-inner h3.form-title {
  display: none;
}
.form-inner h3.form-title+div {
  margin-bottom: 16px;
  margin-top: 0px;
  max-width: 100%;
  width: 100%;
}
.form-inner form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: none;
  margin-left:13%;
}
.form-inner form .hs_submit.hs-submit {
  padding: 0;
  position: relative;
  flex: 0 0 25%;
  max-width: 25%;
}
.form-inner form .hs-form-field {
  flex: 0 0 25%;
  /*max-width: 25%; */
  padding-right: 16px;
  margin: 0;
}
.form-inner form .hs-form-field>label {
  display: none;
}
.form-inner form input[type=text], 
.form-inner form input[type=email] {
  line-height: inherit;
  border: none;
  margin-top: 0;
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  height: auto;
  font-size: .375rem;
  border-radius: 0;
}
.form-inner form .hs_submit.hs-submit .hs-button.primary.large {
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  font-size: 1em;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  background: 0 0;
  border: none;
  display: block;
  padding: 4px 0 6px;
  border-radius: 5px;
  font-size: .375rem;
}
.footer-form {
  position: relative;
}
.footer-form:after {
  z-index: 0;
  position: absolute;
  content: '';
  background-color: #0f3b5f;
  border-radius: 0 50% 50% 0;
  bottom: 0;
  height: 100%;
  right: 20%;
  top: 0;
  width: 14%;
}
.footer-form:before {
  content: "";
  z-index: 0;
  position: absolute;
  background-color: #0f3b5f;
  bottom: 0;
  left: 0;
  height: 100%;
  top: 0;
  width: 70%;
}
.footer-phone {
  display: none;
}
.footer-img.mobile-footer-img {
  display: none;
}
.form-inner .hs_error_rollup {
  display: none;
}

@media (max-width: 1199px) {
  .footer__copyright:before {
    display: none;
  }
  .footer__copyright .footer__container>div p {
    font-size: 9px;
  }
  .footer__copyright {
    padding-bottom: 36px;
  }
  body, 
  .body-wrapper{
    overflow-x: hidden;
  }

  .social-share p img {
    max-width: 105px;
  }
  .contant-feed p:not(:first-child) {
    font-size: .375rem;
  }
  .social-share.footer-4 {
    text-align: right;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contant-feed p:first-child {
    font-size: .375rem;
  }
  .footer-top {
    padding-top: 43px;
  }
  .footer__copyright.landing-copyright {
    padding-top: 36px;
}
}

@media (max-width: 991px) {
  .footer__copyright .footer__container>div p {
    text-align: center;
  }
  .footer__copyright .footer__container>div {
    width: 100%;
  }
  .contant-feed p:last-child span {
    display: none;
  }
  .footer-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-menu.footer-4, 
  .contant-feed.footer-4, 
  .social-share.footer-4 {
    margin-left: 0;
  }
  .social-share.footer-4>div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .social-share.footer-4>div>p {
    margin: 0;
    margin-bottom: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
  }
  .social-icon {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  .social-icon p {
    text-align: right;
  }
  .footer__copyright .footer__container>div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .social-share p img {
    margin: 0 7px;
  }
  .social-icon p>a>img {
    margin: 0 7px;
  }
  .contant-feed p:first-child {
    border-bottom: 0;
  }
  .contant-feed.footer-4>div {
    border-bottom: 1px #fff solid;
    border-top: 1px #fff solid;
    margin-bottom: 26px;
    margin-top: 26px;
    padding-bottom: 26px;
    padding-top: 26px;

  }
  .contant-feed p:first-child {
    display: none;
  }
  .contant-feed p:not(:first-child) {
    font-size: 18px;
  }
  .footer-phone {
    display: block;
  }
  .footer-phone.footer-4 p {
    margin: 0;
    text-align: center;
    font-size: 24px;
  }
  .footer-menu.footer-4, 
  .contant.footer-4{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contant p:first-child {
    border-bottom: 0px #fff solid;
    margin-bottom: .20833rem;
    padding-bottom: 0;
  }
  .contant p:last-child span:first-child {
    display: none;
  }
  .contant p:first-child>a {
    font-size: 18px;
  }
  .contant p:last-child span {
    font-size: 18px;
  }
  .footer-menu .hs-menu-wrapper ul li a {
    font-size: 18px;
  }
  .footer-form .hs_cos_wrapper {
    display: block;
  }
  .footer-form .form {
    width: 100%;
    margin-left: 0;
    padding-bottom: 100px;
  }
  .footer-form .footer-img {
    width: 100%;
  }
  .footer-img.mobile-footer-img {
    display: block;
    padding-top: 86px;
  }
  .footer-img.desktop-footer-img {
    display: none;
  }
  .footer-img-inner {
    background: none;
    top: 0px;
    left: 0px;
  }
  .footer-img-inner img {
    max-width: 100%;
    opacity: 1;
    top: 0;
    left: 0;
  }

  .footer-form-title h2 {
    font-size: 52px;
    line-height: 56px;
  }
  .footer-form-title p {
    font-size: 18px;
  }
  .footer-top, 
  .footer__copyright, 
  .footer-form{
    float: left;
    width: 100%;
  }
  .form-inner form {
    display: block;
    margin-left:0%;
  }
  .form-inner form .hs-form-field {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin: 0;
    margin-bottom: 16px;
  }
  .footer {
    float: left;
    width: 100%;
  }
  .footer-top {
    margin-bottom: .20833rem;
  }
  .form-inner form .hs_submit.hs-submit .hs-button.primary.large {
    font-size: 1em;
    padding: 0;
  }
  .form-inner form .hs_submit.hs-submit {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-inner form input[type=text], .form-inner form input[type=email] {
    font-size: 18px;
  }
  .footer-form:after {
    background-color: #0f3b5f;
    border-radius: 50% 50% 0 0;
    bottom: 30vh;
    content: '';
    height: 50vh;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: auto;
    left: 0;
  }
  .footer-form:before {
    background-color: #0f3b5f;
    bottom: 0;
    content: '';
    left: 0;
    height: 40vh;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.blog_listing__banner {
  margin-top: 91px;
  background-position: center right;
  background-size: auto 140%;
}
.blog_listing__banner .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
.blog_listing__banner .row-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 1.70833rem 0 1.70833rem;
  position: relative;
}
.blog_listing__banner .row-content:after {
  background: radial-gradient(65% 100% at 100% 50%,transparent 49.9%,#0f3b5f 50%);
  bottom: 0;
  content: '';
  position: absolute;
  width: 55%;
  z-index: 0;
  left: 0;
  top: 0;
}
.mobile-share {
  display: none;
}

.banner-text {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 8.33333%;
  flex: 0 0 58.33333%;
  max-width: 53.33333%;
  position: relative;
  z-index: 9;
}
.banner-text h3 {
  margin-bottom: .5rem;
  margin-top: 0;
}
.banner-text h1 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: .5rem;
  line-height: 1.2;
  font-family: Gothic;
}
.banner-text p {
  color: #fff;
  position: relative;
  margin: 0;
  font-size: .375rem;
  margin-bottom: .20833rem;
  font-family: Gothic;
  font-weight: 400;
  line-height: 1.5;
}
.banner-text p strong {
  color: #a4dce2;
  font-size: .45833rem;
}
.blog-site-search {
  padding-top: 3.02083rem;
}
.blog-site-search-inner {
  padding-right: 15px;
  padding-left: 15px;
}
.blog-site-search h2 {
  color: #0f3b5f;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.625rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: Gothic;
}
.blog-site-search .hs-search-field form {
  max-width: 100%;
  border: 1px #0f3b5f solid;
  border-radius: 5px;
  display: inline-block;
  padding: 5px;
  position: relative;
}
.blog-site-search input.hs-search-field__input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  border-radius: 5px;
  min-width: 474px;
  outline: 0;
}
.blog-site-search .hs-search-field {
  text-align: center;
}
.tags-filters .filters {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  margin-left: 8.33333%;
  position: relative;
  width: 100%;
  margin-top: 1rem;
}
.tags-filters .filters h2 {
  line-height: 1.5;
  font-family: Gothic;
  color: #0f3b5f;
  background-size: 30px;
  font-size: 24px;
  font-weight: 500;
  padding-top: 7px;
}
.all-blog-tags {
  border-bottom: 1px #2e2f30 solid;
  border-top: 1px #2e2f30 solid;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
  padding-bottom: 70px;
}
.all-blog-tags-inner{
  width: 33.33%;
}
.custom__select__select {
  border: 1px #0f3b5f solid;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  width: 33.33%;
  z-index: 0;
}
.custom__select__select button {
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
  text-align: left;
}
.custom__select__select:after {
  content: '';
  height: 15px;
  width: 15px;
  border: 1px #0f3b5f solid;
  border-top: 0;
  border-left: 0;
  position: absolute;
  top: 5px;
  right: 15px;
  transform: rotate(45deg);
  transition: all .5s ease;
}
.filters__header {
  margin-bottom: 5px;
}
.all-blog-tags ul {
  border: 1px #0f3b5f solid;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0;
  background: #fff;
  z-index: 9;
  /* opacity: 1 !important;
  visibility: visible !important;
  transform: scaleY(0);
  transition: all .4s ease-in-out !important;
  transform-origin: top center;*/
  margin-top: 42px;
  display: none;  
}
.all-blog-tags ul.mystyle {
  /*  transform: scaleY(1);*/
  position: relative;
  width: 100%;
  height: auto;
}
.all-blog-tags ul li a{
  line-height: calc(.7vw + .3vh);
  color: #2e2f30;
  display: block;
  position: relative;
  border-bottom: 2px #d3d3d3 solid;
  font-size: .375rem;
  padding: 10px 0;
  margin: 0 0 10px;
  margin-right: .25rem;
  margin-left: .25rem;
}
.all-blog-tags ul li a:hover {
  text-decoration: none;
}
.all-blog-tags ul li:last-child a {
  border: none;
}
.hs-blog-listing .content-wrapper {
  max-width: 100% !important;
  margin-top: 80px;
}
.hs-blog-listing .blog-index {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.hs-blog-listing .blog-index__post {
  position: relative;
  width: 100%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: .5rem;
  padding-left: .5rem;
}
.blog-post-inner {
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
  margin-bottom: 20px;
}
.blog-post-bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: .375rem;
}
.blog-post-bottom a.card__link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  color: #fff;
}
.featured_image {
  max-height: 200px;
  position: relative;
  overflow: hidden;
}
.cat__icon {
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(37,37,37,.25);
  border-radius: 0 0 5px 5px;
  max-width: 104px;
  padding: 18px;
  position: absolute;
  right: 17px;
  top: 0;
}
.cat__icon img {
  max-height: 320px;
  transition: all .3s;
  width: 100%;
  height: auto;
}
.featured_image img {
  transition: all .3s;
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.blog-index__post-content {
  flex: 1 1 auto;
  min-height: 1px;
  padding: .83333rem .3125rem;
}

.blog-index__post-content h2 {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: .45833rem;
  min-height: 52px;
  overflow: hidden;
  margin-bottom: 20px;
  color: #0f3b5f;
  font-family: Gothic;
}
.date {
  font-weight: 400;
  line-height: 1.5;
  font-size: .375rem;
  font-family: Gothic;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  color: #2e2f30;
  border-bottom: 1px #9b9b9b solid;
}
.blog-pagination {
  padding: 15px;
}
.blog-pagination a {
  padding: 0 5px;
}
.blog-pagination svg {
  width: 8px;
  margin: 0 10px;
  position: relative;
  top: 2px;
}
.blog_tags {
  margin-top: 3rem;
}
.blog_tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.blog_tags ul li {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog_tags ul li:first-child {
  background-image: url(https://6376769.fs1.hubspotusercontent-ap1.net/hubfs/6376769/NSP_April2020/Images/bg-article.png);
}
.blog_tags ul li:first-child:before {
  content: '';
  background-color: #0f3b5f;
  opacity: .9;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  transition: all .5s ease;
}
.blog_tags ul li:nth-child(2) {
  background-image: url(https://6376769.fs1.hubspotusercontent-ap1.net/hubfs/6376769/NSP_April2020/Images/bg-ebook.png);
}
.blog_tags ul li:nth-child(2):before {
  content: '';
  background-color: #c0e7eb;
  opacity: .9;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.blog_tags ul li:nth-child(3) {
  background-image: url(https://6376769.fs1.hubspotusercontent-ap1.net/hubfs/6376769/NSP_April2020/Images/bg-video.png);
}
.blog_tags ul li:nth-child(3):before {
  content: '';
  background-color: #0f3b5f;
  opacity: .9;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  transition: all .5s ease;
}
.blog_tags ul li:before {
  content: '';
  background-color: #c0e7eb;
  opacity: .9;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.blog_tags ul li:first-child:hover:before,
.blog_tags ul li:nth-child(2):hover:before, 
.blog_tags ul li:nth-child(3):hover:before, 
.blog_tags ul li:first-child.active:before,
.blog_tags ul li:nth-child(2).active:before, 
.blog_tags ul li:nth-child(3).active:before{
  background-color: transparent;
}
.blog-post__tags a.blog-post__tag-link:hover {
  text-decoration: none;
}
.blog_tags ul li a {
  font-weight: 400;
  line-height: 1.5;
  font-family: Gothic;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  padding: 3.58333rem 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2;
}
.blog_tags ul li:nth-child(2)>a {
  color: #0f3b5f;
}
.custom-post-banner {
  margin-top: 79px;
}
.custom-post-banner img {
  width: 100%;
}
.hs-blog-post .content-wrapper {
  width: 100%;
  max-width: 66.66667%;
  margin-left: 16.66667%;
}
.back-to-blog {
  padding-bottom: 1.04167rem;
  padding-top: 1.41667rem;
}
.back-to-blog a {
  background: url(https://6376769.fs1.hubspotusercontent-ap1.net/hubfs/6376769/NSP_April2020/Images/back.png) center left no-repeat;
  background-size: 12px 8px;
  color: #0f3b5f;
  font-size: 18px;
  letter-spacing: .48px;
  padding-left: 28px;
  text-transform: uppercase;
  text-decoration: none;
}
.back-to-blog a:hover {
  text-decoration: none;
  color: #0f3b5f;
}
.post-title-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px #d3d3d3 solid;
  margin-bottom: 1.25rem;
  padding-bottom: .41667rem;
  position: relative;
}
.post_title {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}
.post_share {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  display: block;
  text-align: right;
}
.post_title_inner {
  display: flex;
  align-items: center;
}
.post_title_bottom {
  display: block;
}
.post_title_bottom img {
  vertical-align: middle;
  max-width: 68px;
  height: auto;
}
.post_title_inner h1 {
  color: #0f3b5f;
  display: inline-block;
  font-size: .79167rem;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: .54167rem;
}
.post_share_inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.post_share_inner a {
  display: inline-block;
  margin: 0 .16667rem;
}
.post_share_inner a:first-of-type {
  margin-left: .54167rem;
}
.post_share_inner a img {
  max-height: 14px;
  width: auto;
  vertical-align: middle;
}
.blog-post-content-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 1px #d3d3d3 solid;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}
.blog-post__body {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  font-size: .375rem;
}
.author-tags {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  text-align: right;
  font-size: .375rem;
  color: #212529;
}
.buttom-1 {
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  max-width: 4.83333rem;
  padding: 0;
  position: relative;
  margin-left: auto;
  background-color: #f9800f;
  min-width: 249px;
  margin-right: 26px;
  margin-bottom: 5px;
}
.buttom-1 a {
  background: 0 0;
  border: none;
  color: #2e2f30;
  font-size: .4375rem;
  padding: .10417rem 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  display: block;
}
.buttom-1 a:hover {
  color: #2e2f30;
  text-decoration: none;
}
.more:before, 
.touch:before{
  border-radius: .25rem 0 100% .25rem;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 60%;
  z-index: 0;
  background-color: #fa9c44;
}
.touch {
  background-color: #8cc63f;
}
.touch:before {
  background-color: #a5d269;
}

.author-tags .info.text-right {
  margin-bottom: 1.04167rem;
}
.author-tags .blog-post__tags {
  margin-bottom: 1.04167rem;
}

.author-tags .blog-post__tags strong {
  display: block;
}
.section.post-footer form {
  padding: 0;
  max-width: 100%;
}
.related-posts h3 {
  text-align: center;
  margin-top: 100px;
}
.related-posts {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
.related-posts-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.related-posts-inner .blog-index__post {
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: .5rem;
  padding-left: .5rem;
  position: relative;
  float: left;
  width: 25%;
}

h2.post-listing-simple {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
h2.post-listing-simple a:hover {
  text-decoration: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  width: auto;
  display: inline-block;
  padding: 15px;
}
.blog-site-search .hs-search-field button {
  background: url(https://6376769.fs1.hubspotusercontent-ap1.net/hubfs/6376769/NSP_April2020/Images/icon-search-blue-1.png) center center no-repeat;
  background-size: auto 50%;
  color: transparent;
  width: 22px;
  position: absolute;
  right: 0;
  height: 22px;
  border: none;
  background-color: transparent;
} 
.blog-site-search .hs-search-field button svg {
  display: none;
}
.cat__icon-mobile {
  display: none;
}







@media (max-width: 1199px) {
  .blog_listing__banner {
    margin-top: 79px;
  }
}


@media (max-width: 991.98px) {
  .cat__icon-mobile {
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(37,37,37,.25);
    border-radius: 0 0 5px 5px;
    max-width: 65px;
    padding: 8px;
    position: absolute;
    right: 17px;
    top: -30px;
    display: inline-block;
  }
  .custom-post-banner {
    margin-top: 0px;
  }
  .cat__icon-mobile img {
    vertical-align: middle;
    width: 100%;
    max-width: 68px;
    height: auto;
  }
  .blog_listing__banner {
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 65px;
  }
  .blog_listing__banner .row-content {
    overflow: hidden;
    padding-bottom: 5vh;
    padding-top: 30vh;
  }
  .blog_listing__banner .row-content:before {
    background-color: #0f3b5f;
    content: '';
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .blog_listing__banner .row-content:after {
    z-index: 0;
    left: 0;
    content: '';
    position: absolute;
    background: radial-gradient(100% 100% at 50% 0,transparent 49.9%,#0f3b5f 50%);
    bottom: 24vh;
    height: 35vh;
    width: 100%;
    top: 10vh;
  }
  .banner-text h1 {
    font-size: 45px;
  }
  .banner-text {
    flex: 0 0 91%;
    max-width: 91%;
  }
  .banner-text p {
    font-size: 18px;
  }
  .banner-text p br {
    display: none;
  }
  .banner-text p strong {
    font-size: 22px;
  }
  .blog-site-search h2 {
    font-size: 52px;
    line-height: 56px;
  }
  .blog-site-search {
    padding-top: 20px;
  }
  .blog-site-search input.hs-search-field__input {
    min-width: 304px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
  }
  .tags-filters .filters h2 {
    font-size: 16px;
    letter-spacing: -.35px;
    padding-left: 25px;
  }
  .filters__header, 
  .custom__select__select{
    font-size: 18px;
  }
  .all-blog-tags ul li a {
    font-size: 18px;
  }
  .hs-blog-listing .blog-index__post {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-index__post-content h2, 
  .date, 
  .blog-index__post-content, 
  .blog-pagination a{
    font-size: 18px;
  }
  .related-posts-inner .blog-index__post {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: .5rem;
    padding-left: .5rem;
    position: relative;
    float: left;
    width: 100%;
  }
  .related-posts-inner .blog-post-bottom {
    margin: 0 auto;
    max-width: 440px;
  }
  .hs-blog-post .content-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .back-to-blog {
    display: none;
  }
  .post-title-share {
    padding-top: 74px;
  }
  .post_title_bottom {
    display: none;
  }
  .post_share {
    display: none;
  }
  .blog-post__body, 
  .author-tags{
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 18px;
  }
  .author-tags {
    margin-top: 86px;
    text-align: left;
  }
  .post_title_inner h1 {
    font-size: 26px;
    margin-left: 0;
  }
  .post_title {
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .buttom-1 {
    min-width: 49%;
    margin-right: 0;
  }
  .buttom-1 a {
    font-size: 18px;
  }
  .related-posts-inner {
    margin-right: 0;
    margin-left: 0;
  }
  .author-tags .blog-post__tags strong {
    font-weight: 400;
  }
  .post-title-share {
    margin-left: 0px;
    margin-right: 0px;
  }
  .post-title-share.no {
    margin-top: 100px;
    padding-top: 50px;
  }
  .blog-site-search .hs-search-field form {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 80%;
  }
  .blog-site-search input.hs-search-field__input {
    min-width: 1px;
  }
  .blog-site-search .hs-search-field button {
    top: 10px;
  }
  .mobile-share {
    display: block;
    margin-top: 65px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .mobile-share-inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .mobile-share-inner .back-to-blog {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    background-color: #0f3b5f;
    padding-bottom: 14px;
    padding-top: 14px;
    display: block;
  }
  .mobile-share-inner .post_share {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    text-align: right;
    background-color: #0f3b5f;
    display: block;
  }
  .back-to-blog a {
    background: url(https://6376769.fs1.hubspotusercontent-ap1.net/hubfs/6376769/NSP_April2020/Images/back-mobile.png) center left no-repeat;
    background-size: contain;
    color: #fff;
  }
  .mobile-share-inner .post_share>button>img {
    cursor: pointer;
    max-width: 19px;
    height: auto;
    margin: 14px 14px 14px 0;
  }
  .post_share_inner {
    display: block;
    opacity: 1;
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    right: 16px;
    transition: all .5s ease;
    display: none;
    top: 50px;
  }
  .post_share_inner a {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
  .post_share_inner a img {
    max-height: 30px;
    width: auto;
  }
  .mobile-share-inner .post_share>button {
    border: none;
    background: transparent;
  }
  .post_share_inner a:first-of-type {
    margin-left: 0;
  }
}


@media (max-width: 767px) {
  .banner-text {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .tags-filters .filters {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .all-blog-tags {
    padding-left: 15px;
    padding-right: 15px;
  }
  .all-blog-tags-inner, 
  .custom__select__select{
    width: 100%;
  }
  .hs-blog-listing .blog-index__post {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .blog-post-bottom {
    margin: 0 auto;
    max-width: 440px;
  }
  .buttom-1 {
    margin-bottom: 15px;
    width: 100%;
    min-width: 100%;
  }
  .blog-site-search .hs-search-field form {
    max-width: 95%;
  }
  .blog-site-search input.hs-search-field__input {
    padding-right: 30px;
  }
}



@media (max-width: 767px) {
  .blog_tags ul li a {
    font-size: 18px;
    padding: 30px 0;
  }
  .custom__select__select {
    position: relative;
  }
  .custom__select__select button {
    min-height: 50px;
  }
  .custom__select__select:after {
    top: 14px;
  }
}



@media (max-width: 479px) {
  .blog-site-search input.hs-search-field__input::-webkit-input-placeholder { /* Edge */
    font-size: 14px;
  }
  .blog-site-search input.hs-search-field__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
  }
  .blog-site-search input.hs-search-field__input::placeholder {
    font-size: 14px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 15rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}