









































*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}
.dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  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;
  }
}
@font-face {
  font-family: "FontAwesome";
  src: url('https://315275.fs1.hubspotusercontent-na1.net/hubfs/315275/Portescap_April2020/Font/fontawesome-webfont-eot.eot')format('eot'),
    url('https://315275.fs1.hubspotusercontent-na1.net/hubfs/315275/Portescap_April2020/Font/fontawesome-webfont-woff.woff')format('woff'),
    url('https://315275.fs1.hubspotusercontent-na1.net/hubfs/315275/Portescap_April2020/Font/fontawesome-webfont-ttf.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: ;
  line-height: 1.7;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
  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;
  font-family: inherit;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -1px;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

/* 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;
}
form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

.hs-button,
.button--primary {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: rgba(220, 53, 69, 1.0);
  border-color: rgba(220, 53, 69, 1.0);
  border-radius: 4px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  border-style: solid;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.hs-button:hover, .hs-button:focus {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(200, 35, 51, 1.0);
  border-color: rgba(189, 33, 48, 1.0);
  text-decoration: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

.hs-form label {
  margin-bottom: 0.25rem;
  line-height: 1.125rem;
  color: rgba(37, 37, 37, 1.0);
  display: inline-block;
  float: none;
  width: auto;
  font-weight: 700;
}

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

.hs-input,
input#hs-pwd-widget-password{
  display: inline-block;
  width: 100% !important;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(73, 80, 87, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(206, 212, 218, 1.0);
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.hs-search-module a.hs-button.primary {
  margin-top: 18px;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin-bottom: 15px;
}

.hs-input:focus{
  border-color: rgba(128, 189, 255, 1.0) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  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;
}

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

.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: 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;
}
.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

.custom-header-menu {
  padding-left: 3px;
}
.custom-header-menu .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-header-menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  margin-left: 13px;
  vertical-align: top;
  margin-top: 5px;
  margin-bottom: 2px;
}
.custom-header-menu .hs-menu-wrapper > ul > li > a {
  text-align: center;
  line-height: 1rem;
  display: inline-block;
  color: rgba(37, 37, 37, 1.0);
  font-size: 0.8rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 1px;
}
.custom-header-menu .hs-menu-wrapper > ul > li > a:hover{
  color: rgba(153, 22, 28, 1.0);
}




@media (min-width: 1200px){

}


@media(min-width: 992px){
  .custom-menu-primary.for-mobile {
    display: none
  }  
  .custom-menu-primary {
    padding: 0 1rem;
  }
  .custom-menu-primary .navigation-primary > ul > li {
    padding-bottom: 7px;
    padding-top: 7px;
  }
  .custom-menu-primary .navigation-primary > ul > li > a {
    color: rgba(37, 37, 37, 1.0);
    font-size: 1rem;
    display: block;
    padding: 5px 10px;
    position: relative;
    padding-right: 15px;
    border-bottom: 0;
    margin-right: 1.5px;
    line-height: 1.5;
    border-width: 2px 0 0 0;
    border-top-style: solid;
    border-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .custom-menu-primary .navigation-primary > ul > li > a:hover,
  .custom-menu-primary .navigation-primary > ul > li > a.active-item{
    border-color: rgba(220, 32, 40, 1.0);
    color: rgba(153, 22, 28, 1.0) !important;
  }
  .custom-menu-primary .navigation-primary > ul > li.has-submenu > a:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0;
  }
  .custom-menu-primary .navigation-primary > ul > li > ul {
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    height: auto;
    min-height: 244px;
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.9400000000000001);
    margin-top: -2px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .custom-menu-primary .navigation-primary > ul > li > ul > li {
    width: 16.66667%;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 1rem;
  }
  .custom-menu-primary .navigation-primary > ul > li > ul > li a {
    color: rgba(236, 236, 236, 1.0);
    font-weight: 700;
    line-height: 1.2rem;
    font-size: 1rem;
    position: relative;
    text-align: center;
    display: block;
  }
  .custom-menu-primary .navigation-primary > ul > li > ul > li a:hover{
    color: rgba(153, 22, 28, 1.0);
  }
  .custom-menu-primary .navigation-primary > ul > li > ul > li .field-navimage {
    border: 1px solid #3f3f3f;
    padding: 4px 5px 0;
    max-width: 80%;
    min-width: 80%;
    margin: 0 auto 11px;
  }
  .custom-menu-primary .navigation-primary > ul > li > ul > li .field-navimage a {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
  }
  .custom-menu-primary .navigation-primary > ul > li > ul > li .field-navimage img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
    vertical-align: top;
  }
  .custom-menu-primary .navigation-primary > ul > li > ul > li .menu-link-wrapper a {
    font-weight: 700;
    line-height: 1.2rem;
    font-size: 1rem;
    position: relative;
    text-align: center;
  }
  .custom-menu-primary .navigation-primary > ul > li.products > ul > li a {
    text-align: left;
  }
  .custom-menu-primary .navigation-primary > ul > li.products > ul > li > a{
    color: #dc2028;
    margin-bottom: 7px;
    margin-top: 3px;
  }
  .custom-menu-primary .navigation-primary > ul > li.products > ul > li > a:hover{
    color: #99161c !important;
  }
  .custom-menu-primary .navigation-primary > ul > li.products > ul > li > ul > li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.25rem;
    padding: 0.25rem;
    border: 1px solid #3f3f3f;
  }
  .custom-menu-primary .navigation-primary > ul > li.products > ul > li > ul > li a{
    color: #9c9c9c;
    font-weight: bold;
  }
  .custom-menu-primary .navigation-primary > ul > li.products > ul > li ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .custom-menu-primary .navigation-primary > ul > li.products > ul > li > ul > li .field-navimage {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    border: 0 none;
    margin: 0;
    max-width: 100%;
    min-width: auto;
  }
  .custom-menu-primary .navigation-primary > ul > li.products > ul > li > ul > li .field-navtitle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .custom-menu-primary .navigation-primary>ul>li.products>ul>li>ul>li .field-navtitle a {
    font-size: 0.8rem;
    text-align: left;
    line-height: 1rem;
    padding: 0.125rem 0.25rem;
  }
  .custom-menu-primary .navigation-primary>ul>li.products>ul>li>ul>li .field-navtitle a:hover{
    color: #99161c !important;
  }
  .custom-menu-primary .navigation-primary>ul>li.products>ul>li>ul>li .field-navimage img {
    margin-bottom: 0;
  }
}


@media (max-width: 1199px) {
  .custom-header-menu .hs-menu-wrapper > ul > li {
    margin: 5px 14.5px 10px;
  }
  .custom-header-menu .hs-menu-wrapper>ul>li>a {
    font-size: 1rem;
  }
  .custom-menu-primary .navigation-primary>ul>li {
    padding-bottom: 2px;
  }
}


@media(max-width: 991px){
  .custom-menu-primary.for-desktop {
    display: none
  }
  .custom-menu-primary nav.navigation-primary > ul {
    padding-top: 12px;
  }
  .custom-menu-primary nav.navigation-primary > ul > li > a{
    text-align: center;
    padding: 5px 10px;
    display: block;
    border-width: 2px 0 0 0;
    border-color: transparent;
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #252525;
    font-size: 1rem;
    border-style: solid;
    position: relative;
    padding-right: 15px;
    line-height: 1.5;
    margin-top: -1px;
  }
  .custom-menu-primary nav.navigation-primary > ul > li > a.active-item,
  .custom-menu-primary nav.navigation-primary > ul > li > a:hover{
    border-color: #dc2028;
    color: #991620;
  }
}

@media(max-width: 767px){
  .custom-header-menu .hs-menu-wrapper>ul>li {
    display: block;
    text-align: center;
    margin: 0 0 1px;
  }
  .custom-header-menu .hs-menu-wrapper>ul {
    padding-top: 16px;
    padding-bottom: 4px;
  }
  .banner-content h1 {
    font-size: 1rem;
  }
}
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;
}
/* TODO */
/* Missing Template at Path: \'Portescap_April2020\/css\/_homepage.css\' */
/* .body-container__landing .dnd-section:nth-child(odd) {
  background-color: #F8FAFC
}
 */
/* .body-container__website .dnd-section:nth-child(odd) {
  background-color: #F8FAFC
}
 */
.header {
  background-color: #F8FAFC;
}
.header-top-group {
  background-color: rgba(222, 226, 230, 1.0);;
  padding: 12px 15px;
  min-height: 66px;
}
.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-top-group > .flex-row {
  margin-right: -15px;
  margin-left: -15px;
}
.header-top-group .flex-row > div .flex-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-top-inner-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
.header-search input.search-box-input {
  font-size: 1rem;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  font-weight: 400;
  padding: 11px 2%;
  box-shadow: inset 0 1px 5px rgba(0,0,0,.1);
  color: #747474;
  width: 100%;
  border: 1px solid #d2d2d2;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: inline-block;
  background: #fff;
  font-family: inherit;
}
.header-search form {
  max-width: 100% !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0 none;
}
.header-search {
  width: 100%;
}
.header-search .twitter-typeahead {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  position: relative;
  display: inline-block;
}
.header-search button.search-box-button-with-redirect {
  display: inline-block;
  font-weight: 500;
  font-size: 1rem;
  color: white;
  line-height: 1.2rem;
  text-transform: uppercase;
  background-color: #dc2028;
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 1px;
  border-color: #dc2028;
  box-shadow: none;
  text-shadow: 1px 1px #99161c;
  -webkit-transition: background-color 0.4s ease-in-out, box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.4s ease-in-out, box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 1rem;
  cursor: pointer;
}
.header-search button.search-box-button-with-redirect:hover{
  text-decoration: none;
  color: white;
  background-color: #e1343b;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.header-bottom-group {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 15px;
  padding-left: 15px;
}
.header-bottom-group > .flex-row {
  margin-right: -15px;
  margin-left: -15px;
}
.header-bottom-inner-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 100%;
  position: relative;
}
.header-bottom-inner-group .widget-type-logo {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.header-bottom-inner-group .hs_cos_wrapper_type_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.header-bottom-inner-group .hs_cos_wrapper_type_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.header-bottom-inner-group .hs_cos_wrapper_type_logo img {
  max-width: 100%;
  width: 240px !important;
}
.header-bottom-column-1 > .flex-row {
  margin-left: -6px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}
.header-column-1 {
  min-height: 1px;
}


/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

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

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.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: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  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 {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

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

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.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;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.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__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}



.banner {
  background: #000;
  position: relative;
  min-height: 150px;
}
.banner-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.banner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  color: #ececec;
}
.banner-content h1 {
  color: #ffffff;
}
.banner-content p {
  margin-top: 4px;
}


.language-selector {
  padding: 10px;
  position: relative;
  border: 1px solid rgba(156, 156, 156, 0.5);
  background-color: transparent;
}
.language-selector .language-selector-select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  color: white;
  cursor: pointer;
}
.language-selector a.language-selector-select-link.flags-us {
  background-image: url('https://315275.fs1.hubspotusercontent-na1.net/hubfs/315275/Portescap_April2020/Images/sprite-flag.png');
  background-position: 0 -5800px;
  height: 15px;
  padding: 0 1px;
  padding-left: 25px;
  text-decoration: none;
  position: relative;
  padding-right: 15px;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-size: 0.7rem;
  line-height: 0.7rem;
  color: #252525;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.language-selector a.language-selector-select-link.flags-us:hover{
  color: #99161c;
}
.language-selector .language-selector-select-item:after{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  position: relative;
  top: 0;
  right: 0;
  content: "";
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #9c9c9c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.language-selector .language-selector-item-container {
  box-shadow: 0 2px 9px 0 #b3b3b3;
  padding: 0;
  position: absolute;
  top: 110%;
  min-width: 220px;
  z-index: 10;
  background: #fff;
  left: 0;
  height: 0px;
  right: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
  transition: all 0.3s ease-in-out;
}
.language-selector.active .language-selector-item-container{
  height: 180px;
}
.language-selector .language-selector-item {
  padding: 0.5rem 0.25rem;
  margin: 0;
  border-bottom: 1px solid #dee2e6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.language-selector .language-selector-item a {
  text-decoration: none;
  font-weight: 400;
  padding-left: 25px;
  background-repeat: no-repeat;
  width: auto;
  height: auto;
  color: #747474;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  line-height: 0.85rem;
  font-size: 0.8rem;
}
.language-selector .language-selector-item a:hover{
  color: #99161c;
}
.language-selector .flags-de {
  background-image: url(https://315275.fs1.hubspotusercontent-na1.net/hubfs/315275/Portescap_April2020/Images/sprite-flag.png);
  background-position: 0 -1400px;
}
.language-selector .flags-us {
  background-image: url(https://315275.fs1.hubspotusercontent-na1.net/hubfs/315275/Portescap_April2020/Images/sprite-flag.png);
  background-position: 0 -5800px;
}
.language-selector .flags-br {
  background-image: url(https://315275.fs1.hubspotusercontent-na1.net/hubfs/315275/Portescap_April2020/Images/sprite-flag.png);
  background-position: 0 -750px;
}
.language-selector .flags-kr {
  background-image: url(https://315275.fs1.hubspotusercontent-na1.net/hubfs/315275/Portescap_April2020/Images/sprite-flag.png);
  background-position: 0 -3025px;
}
.language-selector .flags-cn {
  background-image: url(https://315275.fs1.hubspotusercontent-na1.net/hubfs/315275/Portescap_April2020/Images/sprite-flag.png);
  background-position: 0 -1175px;
}
.language-selector .flags-jp {
  background-image: url(https://315275.fs1.hubspotusercontent-na1.net/hubfs/315275/Portescap_April2020/Images/sprite-flag.png);
  background-position: 0 -2825px;
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-bottom-column-1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header-bottom-column-1 .flex-row{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .header-bottom-inner-group .widget-type-logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .header-bottom-inner-group .hs_cos_wrapper_type_logo{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header-bottom-inner-group .hs_cos_wrapper_type_logo a{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .header-bottom-inner-group .hs_cos_wrapper_type_logo a img{
    width: 240px !important;
    min-width: 240px;
  }
}



@media (min-width: 768px){
  .language-selector {
    margin-bottom: 0;
    margin-left: 1rem;
  }
}


@media (min-width: 992px){
  .header__navigation {
    display: block !important;
  }
}

@media (min-width: 1200px){
  .header-column-1 {
    width: 0;
  }
  .header-column-2 {
    width: 50%;
  }
  .header-column-3 {
    width: 50%;
  }
  .header-top-group .flex-row > div .flex-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-column-3 .flex-row {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

@media (min-width: 1600px){
  .header-column-1 {
    width: 40%;
  }
  .header-column-2 {
    width: 20%;
  }
  .header-column-3 {
    width: 40%;
  }
}

@media (min-width: 1800px){
  .header-column-1 {
    width: 36%;
  }
  .header-column-2 {
    width: 28%;
  }
  .header-column-3 {
    width: 36%;
  }
}



/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}



@media (max-width: 1199px) {
  .header-column-1 {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .header-top-inner-group {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-column-2 {
    width: 100%;
  }
  div#language-selector {
    height: 38px;
  }
  .header-bottom-inner-group > div {
    width: 100%;
    text-align: center;
  }
  .header-bottom-inner-group {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__navigation.header--element {
    width: 100%;
  }
  .header-bottom-column-1 > .flex-row {
    margin-left: 0;
  }
  .custom-header-menu {
    padding-left: 1px;
  }
  .language-selector a.language-selector-select-link.flags-us {
    padding-right: 16px;
  }
  .banner-content h1 {
    font-size: 2rem;
    margin: 10px 0;
    font-weight: 700;
  }
  .header-search {
    max-width: 700px;
    margin: 27px 0 16px;
  }
  .header-bottom-inner-group .header-bottom-column-1 {
    padding: 16px 0 11px;
  }
}


/* Mobile Styles */

@media (max-width: 991px) {
  .header__navigation.header--element {
    display: none;
  }
  .header-bottom-group {
    min-height: 170px;
  }
  .header__navigation.header--element {
    display: none;
  }
  .header__navigation--toggle {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .25rem;
    color: rgba(0,0,0,.5);
    cursor: pointer;
    width: 56px;
    height: 40px;
    margin: 5px auto;
    display: block;
  }
  .header__navigation--toggle:before {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  .header__navigation--toggle:before {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url(https://315275.fs1.hubspotusercontent-na1.net/hubfs/315275/Portescap_April2020/Images/download.svg);
    background-color: white;
  }
  .header-top-group .flex-row>div .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}


@media (max-width: 767px) {
  .header__container form {
    max-width: 100%;  
  }
  .banner-content h1 {
    font-size: 1rem;
  }
  .banner-content p {
    display: none;
  }
  .header-top-group .flex-row>div .flex-row {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479px){
  .banner-image-wrapper img {
    height: 150px;
    object-fit: cover;
  }
  .language-selector .language-selector-item-container {
    margin: 0 auto;
    left: auto;
    right: -50%;
  }
}
.footer__container {
  margin: 0 auto;
  padding: 0 15px;
}
.footer-top-bg{
  background-color: #dc2028;
  display: block;
  background-image: -webkit-radial-gradient(center circle, #dc2028 0, #af1a20 100%);
  background-image: radial-gradient(circle at center, #dc2028 0, #af1a20 100%);
  padding: 0.25rem;
}
.footer__container a{
  color: rgba(220, 32, 40, 1.0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__container a:hover{
  color: rgba(153, 22, 28, 1.0);
  text-decoration: none;
}
.footer-copyright p {
  text-align: center;
  margin: 0;
  padding: 21px 4px 17px;
  font-size: 0.8rem;
}
.footer-copyright p a {
  margin: 0 1px;
}
.custom-footer-menu .hs-menu-wrapper > ul {
  margin: 1rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.custom-footer-menu .hs-menu-wrapper > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 0.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a{
  color: rgba(156, 156, 156, 1.0);
  margin: 2px 0 0;
  font-size: 18px;
  line-height: 1.2rem;
  border-bottom: none;
  letter-spacing: -1px;
  font-weight: 700;
  cursor: text;
  padding: 0;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover{
  color: rgba(#null, 0.0);
}
.custom-footer-menu .hs-menu-wrapper > ul ul {
  line-height: 1.5;
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li {
  margin: 0.75rem 0 0;
  display: block;
  font-size: 13px;
  width: 100%;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a {
  font-size: 0.8rem;
  padding: 0;
  position: relative;
  padding-left: 10px;
  line-height: 0.9rem;
  color: rgba(156, 156, 156, 1.0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a:hover{
  color: rgba(153, 22, 28, 1.0);
}
.custom-footer-menu .hs-menu-wrapper > ul ul li a:before{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
  color: #585858;
}
.footer-social{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding-top: 1px;
}
.footer__social {
  padding: 1rem;
}
.footer__social a {
  padding: 0 1px;
}
.footer__social a i{
  color: rgba(236, 236, 236, 1.0);
}
.footer__social a:hover i{
  color: rgba(236, 236, 236, 1.0);
}

#back-to-top{
  position: fixed;
  bottom: 48px;
  right: 74px;
  text-decoration: none;
  transition: all 0.3s;
  padding: 0 1px;
  font-size: 3rem;
  cursor: pointer;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  color: rgba(220, 32, 40, 0.5);
}
#back-to-top.show{
  opacity: 1;
  visibility: visible;
}
#back-to-top:hover{
  color: #991620;
}


@media(max-width: 991px){
  .custom-footer-menu .hs-menu-wrapper>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 38px;
  }
  .custom-footer-menu .hs-menu-wrapper>ul {
    margin-bottom: 2px;
  }
}


@media(max-width: 767px){
  .custom-footer-menu .hs-menu-wrapper>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 38px;
  }
}
/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}


.custom-breadcrumb-menu {
  background-color: #dee2e6;
  padding: .5rem 17px;
}
.custom-breadcrumb-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5;
}
.custom-breadcrumb-menu ul li {
  float: left;
  color: #252525;
  font-size: 0.8rem;
  font-weight: 400;
}
.custom-breadcrumb-menu ul li a{
  color: #252525;
  font-size: 0.8rem;
  font-weight: 400;
}
.custom-breadcrumb-menu ul li a:hover{
  text-decoration: none;
}
.custom-breadcrumb-menu ul li + li {
  padding-left: 0.25rem;
}
.custom-breadcrumb-menu ul li + li:before {
  display: inline-block;
  content: "/";
  padding-right: 5px;
  color: #9c9c9c;
  padding-left: 1px;
}
.custom-blog-banner {
  padding: 1rem;
  padding-right: 15px;
  padding-left: 15px;
  background: #000000;
  color: #fff;
  min-height: 150px;
}
.custom-blog-banner h1 {
  color: #fff;
}
.custom-blog-inner-wrapper {
  padding-top: 22px;
}
.hs-blog-section {
  padding-right: 15px;
  padding-left: 15px;
}
.hs-blog-inner-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.hs-blog-inner-section-wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hs-blog-inner-section-wrapper > div {
  padding: 1rem;
}
.hs-blog-inner-section-wrapper .blog-section-column-1 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.hs-blog-inner-section-wrapper .blog-section-column-2 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.hs-blog-inner-section-wrapper .blog-section-column-3 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.blog-index {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}
.blog-index ul.items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-index ul.items li.item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #dee2e6;
  padding: 1rem 0;
  margin: 1rem 0;
}
.custom-date {
  font-size: 0.7rem;
  color: #252525;
}
.post-bdy-content {
  color: #252525;
}
.read-more {
  margin: 1rem 0 0.5rem;
  line-height: 1.5rem;
}
.read-more a {
  font-weight: 500;
  height: auto;
  min-height: 5px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #dc2028;
  border-radius: 0.3rem;
  border-style: solid;
  border-width: 1px;
  border-color: #dc2028;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  text-shadow: 1px 1px #99161c;
  -webkit-transition: background-color 0.4s ease-in-out, box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.4s ease-in-out, box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 0.5rem 0.75rem;
  color: #ececec;
}
.read-more a:hover{
  text-decoration: none;
  color: #ececec;
  background-color: #e1343b;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.blog-sidebar-menu .hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-sidebar-menu .hs-menu-wrapper ul > li {
  border-bottom: 1px solid #dee2e6;
}
.blog-sidebar-menu .hs-menu-wrapper ul > li > a {
  color: #252525;
  padding: 0.6rem 0 0.6rem 0.5rem;
  line-height: 1.2rem;
  font-size: 18px;
}
.blog-sidebar-menu .hs-menu-wrapper ul > li > a:hover{
  color: #99161c;
}
.blog-sidebar-menu .hs-menu-wrapper ul > li.active > a{
  font-weight: 700;
}
.blog-index ul.items li.item:last-child {
  border-bottom: 0 none;
}
.hs-blog-bottom-pane {
  padding-right: 15px;
  padding-left: 15px;
  border-top: 8px solid #ececec;
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: calc(100% - 2rem);
  margin: 0 auto;
}
.blog-post-body h1 {
  color: #222;
  margin: 10px 0;
  font-size: 2em;
  line-height: 1.2;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.blog-pagination__link {
  display: inline-block;
  margin: 2px 1px 2px 0;
  padding: 4px 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  font-size: 1em;
  font-weight: 700;
  color: #dc2028;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-pagination__link--active {
  color: #252525 !important;
  background: #f6f6f6 !important;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2 !important;
  cursor: text;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #aaa;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  border-color: #252525;
  color: #99161c;
  background: #f6f6f6;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */     
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}




@media (max-width: 1199px) {
  .hs-blog-inner-section-wrapper .blog-section-column-1 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .hs-blog-inner-section-wrapper .blog-section-column-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-blog-banner h1 {
    font-size: 2rem;
    font-weight: 700;
  }
  .custom-blog-inner-wrapper {
    padding-top: 34px;
  }
}

@media (max-width: 767px) {
  .custom-breadcrumb-menu {
    display: none;
  }
  .hs-blog-inner-section-wrapper .blog-section-column-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hs-blog-inner-section-wrapper .blog-section-column-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-blog-inner-wrapper {
    padding-top: 49px;
  }
  .custom-blog-banner h1 {
    font-size: 1rem;
  }
}
.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: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  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;
}

@media screen and (max-width: 767px){
  .systems-page .success {
    min-width: auto;
  }
}