/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

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;
}

.dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , header.header .header__container , footer.footer .footer__container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (max-width: 1199px) {
  header.header .header__container {
    max-width: 100%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , footer.footer .footer__container {
    max-width: 970px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , footer.footer .footer__container {
    width: 750px;
  }
}

@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: "Font Awesome 5 Free";
  src: url("//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/Complete_FPK_June2020/Fonts/fa-solid-900.eot#iefix") format("embedded-opentype"), 
  url("//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/Complete_FPK_June2020/Fonts/fa-solid-900.woff2") format("woff2"), 
  url("//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/Complete_FPK_June2020/Fonts/fa-solid-900.woff") format("woff"), 
  url("//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/Complete_FPK_June2020/Fonts/fa-solid-900.ttf") format("truetype"), 
  url("//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/Complete_FPK_June2020/Fonts/fa-solid-900.svg#fontawesome") format("svg");
  font-style: normal;
  font-weight: 900;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/Complete_FPK_June2020/Fonts/fa-brands-400.eot#iefix") format("embedded-opentype"), 
  url("//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/Complete_FPK_June2020/Fonts/fa-brands-400.woff2") format("woff2"), 
  url("//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/Complete_FPK_June2020/Fonts/fa-brands-400.woff") format("woff"), 
  url("//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/Complete_FPK_June2020/Fonts/fa-brands-400.ttf") format("truetype"), 
  url("//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/Complete_FPK_June2020/Fonts/fa-brands-400.svg#fontawesome") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/Complete_FPK_June2020/Fonts/fa-regular-400.eot#iefix") format("embedded-opentype"), 
  url("//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/Complete_FPK_June2020/Fonts/fa-regular-400.woff2") format("woff2"), 
  url("//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/Complete_FPK_June2020/Fonts/fa-regular-400.woff") format("woff"), 
  url("//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/Complete_FPK_June2020/Fonts/fa-regular-400.ttf") format("truetype"), 
  url("//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/Complete_FPK_June2020/Fonts/fa-regular-400.svg#fontawesome") format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa, .fas {
  font-weight: 900;
}
.far {
  font-weight: 400;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

html {
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.625;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}

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: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  letter-spacing: 2px;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.33333333333;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.4347826087;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  line-height: 1.625;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 2.14285714286;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

/* 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

h3.form-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.3;
  text-align: center;
  padding: 5px;
}

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
  padding: 30px 15px;
  text-align: center;
}

.hs-button {
  width: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
  display: inline-block;
  line-height: 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: 14px;
  font-weight: 700;
  padding: 15px 53px;
  
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

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


.hs-form label {
  font-size: 14px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 1.42857142857;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input ,
input#hs-pwd-widget-password {
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.375;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

input#hs-pwd-widget-password {
  padding: 20px 15px;
}

.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;
  display: inline-block;
}

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

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

ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.no-list.hs-error-msgs li {
  margin: 15px 0;
}

ul.no-list.hs-error-msgs li label {
  color: #f2545b;
  line-height: 1.28571428571;
}

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

@media (max-width: 767px) { 
  #hs-search-module ,
  .widget-type-form{
    margin-top: 20px;
  }
  .hs-input ,
  input#hs-pwd-widget-password {
    max-width: 100%;
  }
  form {
    max-width: 100%;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    padding: 5px;
    overflow: hidden;
    overflow-x: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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: transparent;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* 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(//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/raw_assets/public/Complete_FPK_June2020/images/search-default.svg);
  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;
}

/* Header Styles */
.search-cart-header {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 12px;
}

form.search-form {
  padding: 0;
  box-shadow: none;
}

.search-form-outer {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.top-search-icon {
  padding: 12px 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.search-icon i {
  font-size: 13px;
}

.fa-search:before {
  content: "\f002";
}

.header i {
  margin: 0 3px;
}

.search-open .search-form-outer {
  opacity: 1;
  visibility: visible;
}

.search-open {
  overflow: hidden;
}

form.search-form {
  max-width: unset;
  width: 45%;
  margin: 0 auto;
  top: 40%;
  position: relative;
  z-index: 5;
}

form.search-form input[type="text"] {
  font-size: 30px;
  font-weight: 100;
  line-height: 1.3;
  border-radius: 0;
  padding: 20px 2px;
  width: 100%;
  margin: 0 0 20px 0;
  max-width: 100%;
  letter-spacing: 1px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  outline: 0;
  padding-right: 35px;
}

form.search-form input[type="text"]::-webkit-input-placeholder {
  color: #999;
}

.search-button {
  font-size: 21px;
  top: 31px;
  right: 0;
  position: absolute;
  z-index: 998;
  cursor: pointer;
  margin-right: 0;
  border: none;
  background: none;
}

.close-search {
  font-size: 25px;
  line-height: 1.38461538462;
  position: fixed;
  height: 60px;
  width: 60px;
  background-color: transparent;
  top: 20px;
  right: 25px;
  cursor: pointer;
  border: 0;
  display: block;
  outline: none;
  padding: 0 0 3px;
  z-index: 1046;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-family: Arial;
}

header.header {
  padding: 10px 0;
  top: 0px;
  border-bottom: 1px solid transparent;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  min-height: 50px;
 
}

.header-container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}

.header-container-inner:before , .header-container-inner:after {
  display: table;
  content: " ";
}

.header-container-inner:after {
  clear: both;
}

.header-logo {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.header-logo img {
  width: 254.23px !important;
}

.header-menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.body-wrapper {
  margin-top: 147px;
}

.scroll-header .header-logo img {
  width: 254px !important;
}

.scroll-header header.header {
  padding: 2px 0px;
}

/* Mobile Styles */

@media (max-width: 1200px) {
  .body-wrapper {
    margin-top: 75px;
}
}

@media (max-width: 991px) {
  .header__container form {
    max-width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: transparent;
    z-index: 2;
  }

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

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

  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

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

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

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-color: #000;
    padding: 11px 10px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 8px;
    position: relative;
    cursor: pointer;
    float: right;
    margin: 10px 15px 8px 0;
  }

  .header__navigation--toggle .icon-bar {
    background-color: #fff;
  }

  .header__navigation--toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  .header__navigation--toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }

  .header__language-switcher--toggle {
    background-image: url(//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/raw_assets/public/Complete_FPK_June2020/images/globe-default.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

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

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/raw_assets/public/Complete_FPK_June2020/images/search-default.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(//7338860.fs1.hubspotusercontent-na1.net/hubfs/7338860/raw_assets/public/Complete_FPK_June2020/images/close-default.svg);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }

  /* Mobile style */
  form.search-form {
    width: 95%;
  }

  form.search-form input[type="text"] {
    padding: 15px 2px;
    font-size: 22px;
    line-height: 1.81818181818;
    padding-right: 30px;
  }

  .search-button {
    font-size: 18px;
  }

  .header__close--toggle.show {
    display: none;
  }

  .top-search-icon {
    margin: 1px 0 0 10px;
  }

  .search-icon i {
    padding: 5px;
  }

  .header-menu {
    padding-right: 0;
  }

  .header-menu:before , .header-menu:after {
    display: table;
    content: " ";
  }

  .header-menu:after {
    clear: both;
  }
  .header__navigation--toggle.open {
    display: block;
  }
}

@media (max-width: 767px) {
  .close-search {
    top: 0;
    right: 0;
  }

  .search-cart-header .search-form-outer {
    background-color: #fff;
  }
}

@media (max-width: 420px) {
  .lp-header .header-logo {
    margin-right: 123.33px;
  }

  .lp-header  .header-container-inner {
    padding-top: 11px;
    padding-bottom: 9px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
.footer__container {
  margin: 0 auto;
}

footer.footer .footer__container {
  padding-top: 25px;
  padding-bottom: 44px;
}

.footer-bottom {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 4%;
}

.footer-bottom:before , .footer-bottom:after , .footer .hs-menu-wrapper ul:before , .footer .hs-menu-wrapper ul:after {
  display: table;
  content: " ";
}
.footer .hs-menu-wrapper ul .hs-menu-depth-1:last-child {
    padding-right: 0;
}
.footer-bottom:after , .footer .hs-menu-wrapper ul:after {
  clear: both;
}

.footer-border {
  margin-top: 3%;
  height: 1px;
  width: 100%;
  clear: both;
}

.footer-menu {
  margin-left: -15px;
  margin-right: -15px;
}

.footer-bottom-left , .footer-bottom-right {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-logo, .footer-social {
  margin: 0 0 22px;
}

.footer-logo img {
  width: 50% !important;
}

.footer-bottom-right {
  text-align: right;
}

.footer-copyright-links {
  margin-top: 48px;

}
.footer-copyright-links > div > span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-copyright-links a {
  margin: 0 25px;
}

.footer-copyright-links a:first-child {
  margin-right: 21px;
}

.footer-copyright-links a:last-child {
  margin-right: 0;
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.footer i {
  margin: 0 3px;
}

.footer-social i {
  font-size: 22px;
}

.footer-social a {
  margin: 0 20px;
/*   margin-left: 25px;
  margin-right: 20px; */
}

/* .footer-social a:nth-last-child(2) {
  margin-left: 30px;
  margin-right: 21px;
} */

.footer-social a:last-child {
  margin-right: 0;
}

#back-to-top {
  line-height: 1.4375;
  font-weight: bold;
  height: auto;
  padding: 0;
  position: fixed;
  right: 45px;
  text-align: center;
  text-decoration: none;
  top: 81%;
  width: auto;
  z-index: 555;
  border-radius: 2px;
}

#back-to-top:hover {
  opacity: 0.5;
}

#back-to-top i {
  vertical-align: top;
  line-height: 1;
  font-size: 30px;
  margin: 2px 6px 0 6px;
}

.fa-angle-up:before {
  content: "\f106";
}

.footer .hs-menu-item a {
  padding: 0;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline;
}

.footer .hs-menu-wrapper ul {
  display: block;
  margin: 0;
}

.footer .hs-menu-wrapper ul .hs-menu-depth-1 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.footer .hs-menu-children-wrapper li {
  padding: 2px 0;
}

.footer .hs-menu-wrapper ul .hs-menu-depth-1 > a {
  margin-bottom: 20px;
  display: inline-block;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  color:#0048c6;
  line-height: 1.1;
}

footer.footer.lp-footer .footer__container {
  padding-top: 97px;
}

footer.footer.lp-footer  .footer-bottom {
  margin-top: 0;
}

@media (min-width: 992px) {
  .footer-bottom-left, .footer-bottom-right {
      width: 50%;
      float: left;
  }

  .footer .hs-menu-wrapper ul .hs-menu-depth-1 {
      float: left;
      width: 25%;
  }
}

@media (max-width: 991px) {
  .footer-bottom , .footer-bottom-right {
      text-align: center;
  }

  .footer-bottom-left {
      padding-bottom: 4%;
  }

  .footer-copyright-links a:last-child {
      margin-right: 25px;
  }

  .footer-social a:last-child {
      margin-right: 25px;
  }

  .footer .hs-menu-wrapper ul .hs-menu-depth-1:first-child {
      margin-bottom: 10px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .footer .hs-menu-wrapper ul .hs-menu-depth-1 {
      width: 25%;
      float: left;
  }

  .footer .hs-menu-wrapper ul .hs-menu-depth-1:first-child {
      width: 100%;
  }
}

@media (max-width: 767px) {
/*   footer.footer .footer__container {
      padding-top: 48px;
      padding-bottom: 25px;
  } */
  .footer-bottom-left, .footer-bottom-right { padding-left: 27px; padding-right: 27px;}
  .footer-logo img{max-width:250px;}
  .footer__copyright{margin-bottom:30px;}
  .footer-copyright-links>div>span{text-align:center;}
  .footer-bottom {margin-top: 10px;}
  .footer-bottom-left {
      padding-bottom: 2px;
  }

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

  .footer .hs-menu-wrapper ul .hs-menu-depth-1 > a {
      margin-bottom: 10px;
  }

  .footer .hs-menu-wrapper ul .hs-menu-depth-1 {
      margin-bottom: 26px;
  }

  .footer .hs-menu-wrapper ul .hs-menu-depth-1:last-child {
      margin-bottom: 5%;
  }

  .footer .hs-menu-wrapper ul .hs-menu-depth-1:nth-child(2) {
      margin-bottom: 25px;
  }

  footer.footer.lp-footer .footer__container {
    padding-top: 47px;
  }
  .footer-copyright-links a:first-child , .footer-copyright-links a:last-child {
      margin: 0 28px;
  }
  .footer-social a{margin:0 28px;}
}

@media (max-width: 580px) {
  .footer-social i {
      margin: 0;
  }

  .footer-copyright-links a {
      display: table;
      margin: 0 auto;
  }

  
}

@media (max-width: 466px) {
/*   .footer .hs-menu-item a {
      font-size: 10px;
      line-height: 2.6;
  } */

  .footer .hs-menu-wrapper ul .hs-menu-depth-1 > a {
      font-size: 16px;
  }

/*   .footer-social a {
      margin: 0 15px;
      margin-left: 15px;
      margin-right: 10px;
  }

  .footer-social a:nth-last-child(2) {
      margin-left: 20px;
      margin-right: 10px;
  } */

  .footer-bottom-left {
      padding-bottom: 0;
  }

  .footer .hs-menu-wrapper ul .hs-menu-depth-1:nth-child(2) {
      margin-bottom: 15px;
  }

  .footer .hs-menu-wrapper ul .hs-menu-depth-1 {
      margin-bottom: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

/* Premium blog post */
article.blog-post-new .blog-post__body {
  margin-top: 54px;
}
article.blog-post-new .blog-post__body.page-view:not(.page-must-show){
  display:none;
}
article.blog-post-new .blog-post__body.page-view.page-must-show{
  margin-bottom:30px;
}
.normal-blog-section .cfp-blogcontent-body.pageShow{
  display:block;
}
article.blog-post-new .blog-post__body .content-wrapper {
  max-width: 730px;
}
.banner-container h1{
  letter-spacing:normal!important;
  font-weight:600!important;
}

article.blog-post-new .blog-post__body p:last-child {
  margin-bottom: 0;
}
/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  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;
}
.author-box {
  padding: 20px !important;
}
.author-box-title p:last-child {
  margin-bottom: 0px !important;
}
@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
  /*.author-box{
  display: none !important;
}*/

}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: 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('./images/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: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.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 {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  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__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

/* Blog style */
.blog-comments .comment-date {
  display: block;
}

.blog-banner {
  background: #f6f6f6;
  padding: 40px 0;
}

.hs-blog-listing header.header {
  padding-top: 0;
  padding-bottom: 0;
}

.page-center-inner {
  margin-left: -15px;
  margin-right: -15px;
}

.blog-banner .page-center-inner:before , .blog-banner .page-center-inner:after {
  display: table;
  content: " ";
}

.blog-banner .page-center-inner:after {
  clear: both;
}

.blog-banner-left , .blog-banner-right {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-banner h1 {
  font-size: 18px;
  line-height: 1.27777777778;
  letter-spacing: 4px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #000000;
}

.blog-banner-right ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 1px;
}

.blog-banner-right ul li {
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 2px;
  line-height: 2.36363636364;
}

.blog-banner-right ul li a , .blog-banner-right ul li a:hover {
  color: #575757;
}

.blog-banner-right ul > li+li:before {
  font-size: 8px;
}

.blog-banner-right ul > li+li:before {
  content: "|";
  font-size: 8px;
  padding: 0 5px;
  position: relative;
  top: -2px;
}

.blog-banner-right {
  text-transform: uppercase;
}

.blog-banner-right ul > li:last-child:before {
  padding: 0 10px 0 6px;
}

.content-wrapper-inner {
  padding-bottom: 50px;
  padding-top: 120px;
  margin-left: -15px;
  margin-right: -15px;
}

.blog-index {
  display: block;
  padding: 0;
}

.blog-index , .blog-sidebar {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.content-wrapper-inner:before, .content-wrapper-inner:after {
  display: table;
  content: " ";
}

.content-wrapper-inner:after {
  clear: both;
}

.post-item-inner {
  margin-bottom: 15px;
}

.post-item .hs-featured-image-wrapper {
  margin-bottom: 25px;
}

.post-item .hs-featured-image-wrapper .hs-featured-image-link {
  display: block;
  height: 418px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.blog-meta {
  font-size: 11px;
  line-height: 2.36363636364;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-meta , .blog-meta a {
  color: #828282;
}

.blog-meta a:hover {
  color: #000;
}

.author-vcard {
  position: relative;
  background: #fff;
}

.author-vcard:after {
  background: #fff;
  position: absolute;
  top: 0;
  right: -10px;
  width: 10px;
  height: 20px;
  content: "";
}

.blog-entry-title a {
  display: block;
  font-size: 14px;
  font-weight: 800px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 5px 0 20px;
  line-height: 1.85714285714;
}

.post-item p {
  margin: 0 0 14px;
}

.post-item .custom_listing_comments a {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
}

.post-item .custom_listing_comments i {
  margin-right: 6px;
  font-size: 11px;
  color: #9a9a9a;
  margin: 0 3px;
}

.fa-comment:before {
  content: "\f075";
}

a.more-link {
  color: #0048c6;
  margin: 20px 0;
  border: 1px solid #0048c6;
  font-size: 11px;
  line-height: 2.36363636364;
  padding: 2px 14px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

a.more-link:hover {
  color: #fff;
  background: #0048c6;
}

.sidebar-subscribe a {
  border: 2px solid #0048c6;
  width: 100%;
  padding: 8px;
  text-align: center;
  margin-bottom: 37px;
  background: #0048c6;
  color: #fff;
  display: block;
}

.sidebar-subscribe a:hover {
  border: 2px solid #0048c6;
  color: #0048c6;
  background: #fff;
}

.sidebar-subscribe a:focus {
  border: 2px solid #0048c6;
  background: #0048c6;
  color: #fff;
}

.blog-sidebar-col {
  margin-bottom: 37px;
}

.sidebar-social a {
  font-size: 25px;
  margin-right: 0px;
  line-height: 1.04;
}

.sidebar-social a i {
  color: #0048c6;
  margin: 0 3px;
}

.sidebar-social a i:hover {
  color: #000000;
}

.sidebar-social-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar-site-search form {
  max-width: unset;
  padding: 0;
  box-shadow: none;
}

.sidebar-site-search .hs-search-field__input {
  border-radius: 4px;
  margin: 0;
  padding: 10px 35px 10px 15px;
  border: 2px solid #dfdfdf;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 2.16666666667;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  outline: none;
}

.sidebar-site-search .hs-search-field__input:focus {
  border: 2px solid #989898;
}

.sidebar-site-search form button {
  right: 10px;
  top: 16px;
  color: #000;
  position: absolute;
  z-index: 998;
  cursor: pointer;
  margin-right: 0;
  border: none;
  font-weight: 900;
  background: none;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.sidebar-site-search form button:hover {
  color: #9a9a9a;
}

.sidebar-site-search form button:before {
  content: "\f002";
}

.sidebar-site-search form button svg {
  display: none;
}

.blog-sidebar h3 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
  position: relative;
}

.blog-sidebar h3:after {
  background: #252525;
  height: 1px;
  width: 30px;
  margin: 7% auto;
  margin-left: 0;
  margin-right: 0;
  content: '';
  display: block;
}

.sidebar-filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-filter ul li {
  padding: 5px 0;
}

.sidebar-filter ul li a , .sidebar-filter ul li a:hover {
  color: #000000;
}

.sidebar-filter .filter-link-count {
  display: none;
}

.sidebar-filter ul li:first-child {
  padding: 0 0 5px;
}

.sidebar-popular-posts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-popular-posts ul li {
  padding: 10px 0;
}

.sidebar-popular-posts ul li:before , .sidebar-popular-posts ul li:after {
  display: table;
  content: " ";
}

.sidebar-popular-posts ul li:after {
  clear: both;
}

.popular-image-link {
  display: block;
  font-size: 16px;
  line-height: 1.25;
}

.sidebar-popular-posts .popular-news-title {
  font-size: 11px;
  line-height: 1.27272727273;
}

.popular-image-link {
  display: block;
  width: 75px;
  margin-right: 20px;
  float: left;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.sidebar-popular-posts .popular-news-title a {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
  line-height: 1.23076923077;
}

.bottom-highlight-section {
  padding: 70px 0 50px;
  text-align: center;
  /* background: #27a8e0; */
  background: #0048c6;      
  display: block;
}

h3.bottom-highlight-title {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0 0 100px 0;
  text-transform: uppercase;
  line-height: 1.1;
  padding-bottom: 30px;
  margin: 0;
}

.bottom-highlight-button {
  text-align: center;
  display: block;
  margin-bottom: 21.73913043px;
  max-width: 100%;
}

.highlight-button-text {
  background: #fff;
  padding: 15px 30px;
  color: #27a8e0;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  text-align: center;
  font-weight: 600;
  position: relative;
}

.highlight-button-text:hover {
  color: #27a8e0;
}

.hs-blog-post .blog-banner {
  margin-top: 85px;
}

.hs-blog-post .blog-banner h1 {
  display: none;
}

.blog-post {
  max-width: unset;
  padding: 40px 0px 20px;
}

.blog-post h1 {
  line-height: 1.33333333333;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  padding-bottom: 5px;
  font-size: 18px;
  margin: 0;
}

.blog-post .blog-meta {
  line-height: 2.09090909091;
  font-size: 11px;
}

.hs-featured-image {
  margin: 0;
  max-width: 100%;
  float: none;
}

.blog-post-image .hs-featured-image {
  width: 100%;
}

.blog-post-image {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-post__body p {
  /*   margin-bottom: 35px; */
}

.author-box {
  background: #f6f6f6;
  display: inline-block;
  /*margin-top: 5%;*/
  padding: 35px;
  width: 100%;
}

.author-box-inner {
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-transform: none;
  clear: both;
  width: 100%;
}

.author-box-inner:before , .author-box-inner:after {
  display: table;
  content: " ";
}

.author-box-inner:after {
  clear: both;
}

.author-box .author-link {
  float: left;
  max-width: 100px;
  margin-right: 35px;
}

.author-box-title h5 {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
}

.author-box-name .author-vcard:after {
  display: none;
}

.author-box-name .author-vcard a {
  padding: 0 5px;
  color: #828282;
}

.author-box-name .author-vcard a:hover {
  color: #000;
}

.blog-social-share {
  padding: 1% 0px;
  text-align: center;
}

.blog-social-share a {
  display: inline-block;
  letter-spacing: 2px;
  border: 1px solid transparent;
  font-weight: 600;
  margin: 30px 0;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-social-share a i {
  color: #0048c6;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  font-size: 25px;
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 500;
}

.blog-social-share a:hover i {
  opacity: .8;
}

.blog-social-share a:hover i:hover {
  color: #000;
}

.blog-comments {
  max-width: unset;
}

.custom-related-outer-wrapper {
  border-top: 1px solid #e5e5e5;
  padding-top: 3%;
  overflow:hidden;
}

.blog-comments form {
  border-top: 1px solid #e5e5e5;
  padding: 0;
  padding-top: 4%;
  box-shadow: none;
}

.blog-comments form .hs-input {
  border: none;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0;
  border-radius: 0;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 2.16666666667;
  width: 100%;
  margin: 0 0 30px 0;
  max-width: 100%;
  background-color: transparent;
  font-family: "Open Sans";
  color: #626262;
}

.blog-comments .hs-form label {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 2.16666666667;
}

.blog-comments .field {
  margin: 0;
}

.blog-comments form .hs-input.invalid {
  border-bottom: 1px solid #ff0000;
}

.blog-comments ul.no-list.hs-error-msgs li label {
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 2.36363636364;
}

.blog-comments .hs-submit {
  text-align: left;
}

.blog-comments .hs-button {
  padding: 4px 10px;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0;
  line-height: 2.36363636364;
  border-radius: 0;
  border: 1px solid #0048c6;
  background: #0048c6;
  color: #fff;
  margin-bottom: 22px;
}

.blog-comments .hs-button:hover {
  border: 1px solid #0048c6;
  background: #fff;
  color: #0048c6;
}

.custom-related-outer-wrapper h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 3%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.related-post-item .post-item-inner {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.related-post-item.post-item .hs-featured-image-wrapper .hs-featured-image-link {
  height: 240px;
}

.custom-related-outer-wrapper {
  /*padding-bottom: 50px;*/
}

.related-post-item.post-item .post-item-inner:hover .hs-featured-image-wrapper .hs-featured-image-link {
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  opacity: 0.5;
}

.related-post-item.post-item .post-item-inner .hs-featured-image-wrapper {
  overflow: hidden;
}

.post-content-wrapper-inner {
  margin-left: -15px;
  margin-right: -15px;
}

.post-inner-wrapper {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-post-pagination .next-project a {
  position: fixed;
  right: -133px;
  top: 49%;
  z-index: 5;
}

.custom-post-pagination .previous-project a:hover {
  left: 0;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
}

.custom-post-pagination .previous-project a {
  position: fixed;
  left: -133px;
  top: 49%;
  z-index: 5;
  opacity: 1;
}

.custom-post-pagination .next-project a:hover {
  right: 0;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
}

.custom-post-pagination .previous-project .attachment-thumbnail {
  float: left;
}

.custom-post-pagination .next-project .attachment-thumbnail {
  float: right;
}

.previous-project-img { 
  float: right;
}

.next-project-img {
  float: left;
}

.custom-post-pagination .previous-project .post-pagination-text {
  font-weight: 400;
  letter-spacing: 2px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
  font-size: 9px;
  top: 83px;
  padding-top: 10px;
  display: block;
  width: 100%;
  left: 20px;
  line-height: 2.88888888889;
  clear: both;
}

.custom-post-pagination .next-project .post-pagination-text {
  font-weight: 400;
  letter-spacing: 2px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
  font-size: 9px;
  top: 83px;
  padding-top: 10px;
  display: block;
  width: 100%;
  left: 32px;
  line-height: 2.88888888889;
  clear: both;
}

.custom-post-pagination .attachment-thumbnail {
  width: 133px;
  height: 83px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}

.next-project-img, .previous-project-img {
  vertical-align: top;
}

.body-wrapper.hs-blog-listing {
  margin-top: 147px;
}

.sidebar-site-search input::-webkit-input-placeholder {
  color: #999;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.related-post-item .post-item-inner {
  visibility: visible;
  animation-duration: 600ms;
  animation-name: fadeInUp;
}
.m-only{display:none;}
@media (min-width: 768px) {
  .blog-index {
    float: left;
    width: 66.66666667%;
  }

  .blog-sidebar {
    width: 33.33333333%;
    float: right;
  }

  .related-post-item .post-item-inner {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .blog-index {
    float: left;
    width: 66.66666667%;
  }

  .blog-sidebar {
    margin-left: 8.33333333%;
    width: 25%;
    float: right;
  }
}

@media (min-width: 1200px) {


  .blog-banner-left {
    /*     width: 66.66666667%; */
    width: 50%;
    float: left;
  }

  .blog-banner-right {
    /*     width: 33.33333333%; */
    width: 50%;
    float: left;
  }

  .hs-blog-post .blog-banner .blog-banner-right {
    float: right;
  }
}

@media (max-width: 991px) {
  .blog-banner-right {
    margin-top: 2%;
  }

  .blog-banner-right ul {
    padding-bottom: 0;
  }

  .content-wrapper-inner {
    padding-bottom: 50px;
    padding-top: 90px;
  }
}

@media(max-width:1200px){
  .body-wrapper.hs-blog-listing {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  article.blog-post-new .blog-post__body {
    margin-top: 40px;
  }

  .custom-related-outer-wrapper h3 {
    padding-top: 10%;
  }

  .related-post-item.post-item .post-item-inner {
    margin-bottom: 10%;
  }

  .custom-related-outer-wrapper {
    padding-top: 5%;
  }

  .custom-post-pagination {
    display: none;
  }
  .blog-index{padding:20px 15px;}
  .blog-sidebar {padding:20px 15px 0 15px;}
  .content-wrapper-inner {
    padding-bottom: 50px;
    padding-top: 5px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    display:flex;
  }
  .sidebar-subscribe a{padding:5px;margin-bottom:0px;}
  .blog-banner-right {
    display: none;
  }
  .blog-sidebar-col.sidebar-social {
    display: none;
  }
  .blog-sidebar-col.sidebar-subscribe{margin-bottom:25px;}
  .m-only{display:block;color:#000;font-size:16px;margin-bottom:20px;}
  .blog-sidebar-col.sidebar-popular-posts{margin-bottom:0px;}
  ul.popular-news-list li:nth-child(4), ul.popular-news-list li:nth-child(5) {
    display: none;
  }
  .author-box {
    display: none !important;
  }
  .post-item .hs-featured-image-wrapper .hs-featured-image-link {
    height:200px;
  }
}

@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }

  .blog-post__body img {
    float: none !important;
    width: auto !important;
    max-width: 100%;
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 20rem;
  }
}
.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;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}


.systems-page {
  padding-left: 0;
  padding-right: 0;
}

#email-prefs-form .hs-input {
  width: 100% !important;
}

.systems-page .success {
  font-size: 12px;
}

#email-prefs-form .page-header, 
#email-prefs-form .header, 
#email-prefs-form #content h3 ,
#email-prefs-form #content .item,
#email-prefs-form #content .subscribe-options {
  text-align: left;
}

@media (max-width: 1024px) {
  .systems-page #email-prefs-form h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .systems-page .success {
    min-width: auto;    
    font-size: 10px;
  }
  .systems-page #email-prefs-form h1 {
    font-size: 24px;
  }
  .error-page[data-error="500"] .error-page_heading {
    font-size: 25px;
  }
  .systems-page #email-prefs-form h2 {
    font-size: 23px;
  }
  #hs_cos_wrapper_backup_unsubscribe h3 {
    font-size: 25px;
  }
}
@media (max-width: 479px) {
  .error-page[data-error="500"] .error-page_heading {
    font-size: 16px;
  }
  #hs_cos_wrapper_backup_unsubscribe h1 {
    font-size: 25px;
}
  .systems-page #email-prefs-form h1 {
    font-size: 13px;
  }
  .systems-page #email-prefs-form h2 {
    font-size: 14px;
  }
}

#unibox-suggest-box {
	display: none !important;
}

.blog-banner h1 {
  color: #0048c6 !important;
}