/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */











/* set headings_font_family = 'Merriweather, serif' */
































/* ******************************************************************************
*********************************************************************************
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 */
  margin: 0; /* 2 */
}

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

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

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

@media (max-width: 995px) and (min-width: 768px) {
  .dnd-section {
    padding-top: 80px !important;
  }
}


@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 Brands";
  src: url("//8853925.fs1.hubspotusercontent-na1.net/hubfs/8853925/BuySafe_December2020/fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"), 
    url("//8853925.fs1.hubspotusercontent-na1.net/hubfs/8853925/BuySafe_December2020/fonts/FontAwesome5Brands-Regular.woff2") format("woff2"),
    url("//8853925.fs1.hubspotusercontent-na1.net/hubfs/8853925/BuySafe_December2020/fonts/FontAwesome5Brands-Regular.woff") format("woff"),
    url("//8853925.fs1.hubspotusercontent-na1.net/hubfs/8853925/BuySafe_December2020/fonts/FontAwesome5Brands-Regular.eot") format("truetype"),
    url("//8853925.fs1.hubspotusercontent-na1.net/hubfs/8853925/BuySafe_December2020/fonts/FontAwesome5Brands-Regular.svg") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}
@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url("//8853925.fs1.hubspotusercontent-na1.net/hubfs/8853925/BuySafe_December2020/fonts/FontAwesome5Free-Solid.eot") format("embedded-opentype"),
    url("//8853925.fs1.hubspotusercontent-na1.net/hubfs/8853925/BuySafe_December2020/fonts/FontAwesome5Free-Solid.woff2") format("woff2"),
    url("//8853925.fs1.hubspotusercontent-na1.net/hubfs/8853925/BuySafe_December2020/fonts/FontAwesome5Free-Solid.woff") format("woff"),
    url("//8853925.fs1.hubspotusercontent-na1.net/hubfs/8853925/BuySafe_December2020/fonts/FontAwesome5Free-Solid.ttf") format("truetype"),
    url("//8853925.fs1.hubspotusercontent-na1.net/hubfs/8853925/BuySafe_December2020/fonts/FontAwesome5Free-Solid.svg") format("svg");
  font-style: normal;
  font-weight: 900;
  font-display: auto;
}


html {

}

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

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

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

::selection {
  color: #fff;
  background-color: #377dff;
}

img {
  max-width:100%;
}

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

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

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 70px;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 60px;
}

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

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

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

code {
  vertical-align: bottom;
}

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

ul li,
ol li {

}

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

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

/* Horizontal Rules */


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

.content-wrapper,
.page-center {
  margin: 0 auto;
}


.dnd-section > .row-fluid,
.content-wrapper,
.page-center {
  padding: 0 15px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.hs-search-module .input a.hs-button.primary {
  margin-top: 18px;
}


form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  transition: all .2s ease-in-out;
  z-index: 1;
  font-family: inherit;
  
  text-decoration: none;
  margin-top: 10px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 11px rgba(0,48,94,.35);
  transform: translateY(-3px);
}

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

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

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

.hs-input,input[type=password] {
  display: inline-block;
  width: 100%;
  position: relative;
  flex: 1 1 auto;
  display: block;
  height: calc(1.5em + 1.5rem + 2px);
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #d5dae2;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  box-sizing: border-box; 
}

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

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
input[type=password]:focus {
  outline: 0;
  color: #1e2022;
  box-shadow: 0 0 10px rgba(55,125,255,.1);
  border-color: rgba(0,48,94,.5);
}

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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  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.header {
  display: block;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  position: relative;
  line-height:24px;
}

header .h-inner {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 10px #00305E33;
  background: #fff;
}

.top .page-center {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: .5rem !important;
}

.top .d-flex {
  display: flex !important;
  align-items: center !important;
}

.topbar-right {
  margin-left: auto !important;
}

.top-menu .hs-menu-wrapper > ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  color: #77838f;
  margin-bottom: 0 !important;
}

.top-menu .hs-menu-wrapper>ul>li {
  color: #77838f;
  display: inline-block;
  margin-right: 0 !important;
  line-height: 24px;
}

.top-menu .hs-menu-wrapper>ul>li>a {
  font-size: .875rem;
  font-weight: 300;
  color: #77838f;
  padding-left: .8rem;
  padding-right: .8rem;
  line-height: 21px;
  display: inline;
}

.top-menu .hs-menu-wrapper>ul>li>a:hover {
  color: #002242;
}

.search-icon ul {
  margin-top: 0;
  color: #77838f;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0 !important;
  margin-left: .5rem !important;
}

.search-icon ul li {
  display: inline-block;
  position: relative !important;
}

.search-icon ul li a.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  border-radius: .3125rem;
  transition: all .2s ease-in-out;
  font-weight: 400;
  color: #77838f;
  background: 0 0;
  padding: 0;
  position: relative;
  line-height: 0;
  z-index: 1;
  font-size: .75rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}

.search-icon ul li a.btn:hover {
  color: #1e2022;
}

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

.fas {
  font-family: "Font Awesome 5 Free";
}

.fas {
  font-weight: 900;
}

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

.bottom .page-center {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bottom .nav {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.logo-wrapper a {
  color: #00305e;
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  width: 9.375rem;
}

.logo-wrapper a img {
  padding-top: 0;
  padding-bottom: 0;
  width: 9.375rem !important;
  height: auto;
}


.fixed-wrapper {
  min-height: 104.61px;
}

.custom-menu-primary .hs_cos_wrapper_type_menu {
  flex-grow: 1;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.custom-menu-primary .hs-menu-flow-horizontal {
  flex-grow: 1;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

/* top search content */

.search-push-top {
  display: none;
  background-color: #f8fafd;
  padding-top: 3rem;
  padding-bottom: 3rem;
  box-shadow: inset 0 -10px 20px -10px rgba(151,164,175,.05);
}

.search-push-top .page-center {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative !important;
}

.search-push-top .search-content {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.search-content button.close {
  margin: 0;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border-radius: .3125rem;
  transition: all .2s ease-in-out;
  float: right;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #1e2022;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  position: absolute;
  top: -1.5625rem;
  right: .4375rem;
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
  cursor: pointer;
  outline: none;
}

.search-content button.close:hover {
  opacity: .75;
}

.search-content form.js-focus-state.input-group.search-form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.search-content form.js-focus-state.input-group.search-form input.form-control {
  margin: 0;
  font-family: inherit;
  outline-offset: -2px;
  display: block;
  height: calc(1.5em + 1.5rem + 2px);
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d5dae2;
  border-radius: .3125rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-family: 'Poppins';
  outline: none;
}

.search-content form.js-focus-state.input-group.search-form input.form-control:focus {
  border-color: rgba(0,48,94,.5);
  box-shadow: 0 0 10px rgba(55,125,255,.1);
  color: #1e2022;
  background-color: #fff;
}

.form-control::placeholder {
  color: #8c98a4;
  opacity: 1;
}

.search-content form.js-focus-state.input-group.search-form .input-group-append {
  display: flex;
  margin-left: -1px;
}

.search-content form.js-focus-state.input-group.search-form .input-group-append button.btn.btn-primary {
  margin: 0;
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .3125rem;
  transition: all .2s ease-in-out;
  color: #fff;
  background: #00305e !important;
  border-color: #00305e !important;
  position: relative;
  z-index: 2;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-family: 'Poppins';
}

.fgb .d-none {
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 3rem !important;
}

.d-none .right {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.d-none .left {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.d-none .right strong {
  font-weight: 600;
  display: block !important;
  margin-bottom: .5rem !important;
  color: #1e2022;
}

.d-none .right .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.d-none .right .row .col-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}

.d-none .right .row .col-6 .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.d-none .right .row .col-6 .list-group a {
  width: 100%;
  color: #77838f;
  text-align: inherit;
  position: relative;
  display: block;
  padding: .425rem 1.25rem;
  margin-bottom: -1px;
  border-radius: 0;
  font-size: .875rem;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border: none;
  line-height: 21px;
  text-decoration: none;.right-content .view-button a
}

.d-none .right .row .col-6 .list-group a:hover {
  color: #00305e;
}

.list-group .list-group-icon {
  min-width: 1rem;
  max-width: 1rem;
  color: #77838f;
  text-align: center;
  margin-right: .5rem;
}

.fa-angle-right:before {
  content: "\f105";
}

.d-none .left .rounded {
  border-radius: .3125rem !important;
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(151,164,175,.05);
  padding-right: 1.5625rem;
  padding-top: 1.875rem;
  overflow: hidden;
}

.d-none .left .rounded .r-inner {
  display: flex !important;
  align-items: center !important;
}

.d-none .left .rounded .r-inner .u-search {
  position: relative;
  width: 75%;
  min-height: 11.5625rem;
}

.d-none .left .rounded .r-inner .u-search img.hs-image-widget {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: -.625rem;
  left: -.625rem;
  transition: all .3s ease-in-out;
}

.right-content .mb-4 {
  margin-bottom: 1.5rem !important;
}

.right-content .mb-4 strong {
  font-weight: 600;
  display: block !important;
  margin-bottom: .5rem !important;
  color: #1e2022;
  font-family: "Poppins",Helvetica,Arial,sans-serif;
}

.right-content .mb-4 p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.7;
  color: #77838f;
  font-family: "Poppins",Helvetica,Arial,sans-serif;
}

.right-content .view-button a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  border-radius: .3125rem;
  background: rgba(55,125,255,.1);
  border-color: transparent;
  font-size: .6875rem;
  font-weight: 400;
  padding: .4375rem .9375rem;
  transition: all .2s ease-in-out;
  background-color: rgba(0,48,94,.1);
  z-index: 1;
  cursor: pointer;
  color: #00305e;
  text-decoration: none;
}

.right-content .view-button a p {
  text-align: center;
  line-height: 1.5;
  font-size: .6875rem;
  font-weight: 400;
  cursor: pointer;
  color: #00305e;
  display: inline-block;
  margin: 0;
}

.d-none .left .rounded:hover .r-inner .u-search .computer img {
  bottom: 0;
  left: 0;
}

.right-content .view-button a:hover {
  box-shadow: 0 4px 11px rgba(0,48,94,.35);
  background: #00305e;
  color: #fff;
  transform: translateY(-3px);
}

.right-content .view-button a:hover p {
  color: #fff;
}

/* end */

.child-trigger {
  display: inline;
}

.logo-wrapper {
  line-height: 0;
}

header.header.lp-header .page-center {
  padding-top: 15px;
  padding-bottom: 15px;
}


@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}



@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .logo-wrapper a {
    padding-top: .5rem;
  }
}

@media (max-width: 767px) {
  header.header.lp-header .page-center {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .custom-menu-primary {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    padding: .875rem 1.5rem;
    padding-top: 1rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    color: #77838f;
    margin-bottom: 0;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
    left: 0;
    top: 100%;
    z-index: 2;
    margin-top: -.002rem;
    background-color: #fff;
    opacity: 1 !important;
    width: 100%;
    list-style: none;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    position: static;
    visibility: visible;
    min-width: 100% !important;
    padding-left: 1.5rem;
    border-left: .1875rem solid #377dff;
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    overflow: hidden;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    display:none;
  } 
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: .5rem 1rem;
    position: relative;
    color: #77838f;
    padding-right: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
    font-size: .875rem;
    color: #77838f;
    padding-right: 0;
    padding-left: 0;
    line-height: 1.5;
  }

  .bottom .nav button.navbar-toggler.btn.u-hamburger {
    margin: 0;
    font-family: inherit;
    overflow: visible;
    text-transform: none;
    display: inline-block;
    font-weight: 500;
    color: #1e2022;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    transition: all .2s ease-in-out;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .3125rem;
    font-size: inherit;
    line-height: 0;
    padding: .25rem;
    z-index: 1;
    cursor: pointer;
    outline: none;
  }

  .bottom .nav button.navbar-toggler.btn.u-hamburger span.u-hamburger__box {
    width: 1.5625rem;
    height: .875rem;
    display: inline-block;
    position: relative;
  }

  span.u-hamburger__inner {
    display: block;
    top: .0625rem;
    width: 1.5625rem;
    height: .125rem;
    background-color: #8c98a4;
    position: absolute;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease;
  }
  span.u-hamburger__inner:before {
    width: 1.5625rem;
    height: .125rem;
    background-color: #8c98a4;
    position: absolute;
    content: "";
    display: block;
    top: .375rem;
    transition-property: transform,opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
  }

  span.u-hamburger__inner:after {
    width: 1.5625rem;
    height: .125rem;
    background-color: #8c98a4;
    position: absolute;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease;
    content: "";
    display: block;
    top: .75rem;
  }

  .bottom .nav button.navbar-toggler.btn.u-hamburger:hover span.u-hamburger__inner {
    background: #00305e;
  }

  .bottom .nav button.navbar-toggler.btn.u-hamburger:hover span.u-hamburger__inner:before {
    background: #00305e;
  }

  .bottom .nav button.navbar-toggler.btn.u-hamburger:hover span.u-hamburger__inner:after {
    background: #00305e;
  }
  .fixed-wrapper {
    min-height: 76.61px;
  }
  .fgb .d-none {
    display:none;
  }

  .bottom .nav {
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: 0;
    padding-right: 0;
  }

  .child-trigger:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 65%;
    font-weight: 900;
    content: "\f107";   
    transition: .3s ease;
    margin-left: auto;
  }

  .child-open .child-trigger:after {
    transform: rotate(-180deg);
  }

  .child-trigger {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    transition: .3s ease;
    margin-left: auto;
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
  }

  .child-trigger:hover {
    color: #002242;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    color: #002242;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #002242;
  }

  .m-open span.u-hamburger__inner {
    transform: translate3d(0,.375rem,0) rotate(45deg);
  }

  .m-open span.u-hamburger__inner:before {
    transform: rotate(-45deg) translate3d(-.2232142857rem,-.25rem,0);
    opacity: 0;
  }

  .m-open span.u-hamburger__inner:after {
    transform: translate3d(0,-.75rem,0) rotate(-90deg);
  }
}

@media (max-width: 575.98px) {
  .search-push-top {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 575px) {
  .top-menu {
    display: none;
  }
  .mr-2 {
    display: inline-block !important;
    position: relative !important;
    margin-right: .5rem !important;
  }

  .mr-2 .hs-menu-wrapper>ul {
    margin: 0;
  }

  .mr-2 .hs-menu-wrapper>ul>li>a {
    white-space: nowrap;
    display: flex !important;
    align-items: center !important;
    color: #77838f;
    font-weight: 300;
    font-size: .875rem;
  }

  .mr-2 .hs-menu-wrapper>ul>li>a:hover {
    color: #1e2022;
  }

  .mr-2 .hs-menu-wrapper>ul>li>a:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 80%;
    font-weight: 900;
    content: "";
    margin-left: .5rem;
  }

  .mr-2 .hs-menu-wrapper>ul ul {
    position: absolute;
    z-index: 1000;
    float: left;
    min-width: 8.4375rem;
    padding: 1rem 0;
    margin: .125rem 0 0;
    color: #1e2022;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,.15);
    border-radius: .3125rem;
    margin-top: .5rem;
    font-size: .875rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 5px 9px rgba(55,125,255,.075), 0 5px 9px rgba(119,131,143,.075);   
    animation-duration: 300ms;
    left: -17.5781px;
    margin-top: 0;
    top: 120%;
    opacity:0; 
    visibility: hidden;
    transition: all .3s;
  }

  .mr-2 .hs-menu-wrapper>ul ul li a {
    display: block;
    width: 100%;
    padding: .375rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #77838f;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: .875rem;
  } 

  .mr-2 .hs-menu-wrapper>ul ul li a:hover {
    color: #00305e;
  }

  .mr-2 .hs-menu-wrapper>ul>li:hover ul {
    top : 100%;
    left: -17.5781px;
    opacity:1;
    visibility: visible;

  }
  .mr-2 .hs-menu-wrapper>ul ul li {
    line-height: 21px;
  }
}

@media (min-width: 576px) {
  .top .page-center {
    max-width: 540px;
  }
  .top-menu {
    display: inline-block !important;
    margin-left: auto !important;
  }
  .bottom .page-center {
    max-width: 540px;
  }
  .search-push-top .page-center {
    max-width: 540px;
  }
  .d-none .right {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .d-none .left {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .right-content .view-button a span {
    margin-left: 1px !important;
  }
  .mr-2 {
    display: none;
  }
}

@media (min-width: 768px) {
  .fixed header.header {
    position: fixed;
    top: 0;
    bottom: auto;
  }
  .custom-menu-primary {
    flex-grow: 1;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    color: #77838f;
    margin-bottom: 0;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
    position: absolute;
    left: 0;
    z-index: 2;
    margin-top: -.002rem;
    background-color: #fff;
    opacity: 1 !important;
    width: 100%;
    padding-left: 0;
    list-style: none;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    min-width: 230px;
    border-top-color: #00305e !important;  
    visibility: hidden;
    opacity:0;
    transition: all .3s;
    top:120%;   
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    position: relative;
    overflow: hidden;
    line-height: 1.5;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    display: block;
    position: relative;
    color: #77838f;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #002242;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    color: #fff;
    padding: .625rem 1.125rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    background: #00305e ;
    border-color: #00305e !important;
    z-index: 1;
    cursor: pointer;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a:hover {
    box-shadow: 0 4px 11px rgba(0,48,94,.35);
    border-color: #00305e !important;
    background: #00305e ;
    transform: translateY(-3px);
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper >ul > li:hover {  
    overflow: visible;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    line-height: 24px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    font-size: .875rem;
    color: #77838f;
    line-height: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #002242;
  }

  .top .page-center {
    max-width: 720px;
  }
  header.header {
    position: absolute;
    top: 0;
    bottom: auto;
  }
  .bottom .page-center {
    max-width: 720px;
  }
  .bottom .nav {
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  button.navbar-toggler.btn.u-hamburger {
    display: none;
  }
  .custom-menu-primary {
    display: flex !important;
    flex-basis: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    color: #77838f;
    text-align: right;
    padding-left: 1rem;
    padding-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: .875rem;
    padding-left: .875rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a {
    padding-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    border-top: .1875rem solid;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
    box-shadow: 0 8px 20px rgba(55,125,255,.075);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .custom-menu-primary .hs_cos_wrapper_type_menu {
    display: flex !important;
    flex-basis: auto;
  }
  .custom-menu-primary .hs-menu-flow-horizontal {
    display: flex !important;
    flex-basis: auto;
  }
  .search-push-top .page-center {
    max-width: 720px;
  }
  .fgb .d-none {
    display: flex !important;
  }
  .d-none .right {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .d-none .left {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: 0;
    color: #77838f;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 65%;
    font-weight: 900;
    content: "\f107";
    margin-left: .5rem;
    transition: .3s ease;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover ul { 
    visibility: visible;
    top : 100%;
    opacity:1;
    /*     animation-name: slideInUp; */

  }
}

@media (min-width: 992px) {
  .top .page-center {
    max-width: 960px;
  }
  .bottom .page-center {
    max-width: 960px;
  }
  .bottom .nav {
    flex-wrap: nowrap;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    margin-left: auto;
  }
  .search-push-top .page-center {
    max-width: 960px;
  }
  .d-none .right {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .d-none .left {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .top .page-center {
    max-width: 1140px;
  }
  .bottom .page-center {
    max-width: 1140px;
  }
  .search-push-top .page-center {
    max-width: 1140px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  display: block;
  background-color: #00305e;
}

footer .page-center {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

footer .bottom p {
  margin-top: 0;
  line-height: 1.7;
  font-size: 80%;
  font-weight: 400;
  margin-bottom: 0 !important;
  color: rgba(255,255,255,.7);
}

footer .top {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 3rem !important;
}

.top .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.logo-container a {
  color: #00305e;
  display: inline-block !important;
  margin-bottom: 1rem !important;
}

.logo-container {
  line-height: 0;
}

.c-desktop p {
  line-height: 1.7;
  font-size: 80%;
  font-weight: 400;
  margin-bottom: 0 !important;
  color: rgba(255,255,255,.7);
}

.f-top-menu {
  margin-bottom: 1.5rem !important;
}

.heading h3 {
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff !important;
  font-family: 'Poppins';
}

.menu ul {
  margin-top: 0;
  color: #77838f;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  list-style: none;
  margin-bottom: 16px !important;
}

.menu ul li {
  padding: 0 !important;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5;
}

.menu ul li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: .875rem;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
  color: rgba(255,255,255,.7);
  border-top: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.menu ul li a:hover {
  color: #fff;
}

.social-icon {
  margin-bottom: 0 !important;
}

.social-icon h3 {
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 500;
  color: #fff !important;
  font-family: 'Poppins';
}

.social-icon ul {
  margin-top: 0;
  color: #77838f;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0 !important;
}

.social-icon ul li {
  display: inline-block;
  margin-bottom: 1rem !important;
  padding: 0 !important;
  line-height: 24px;
}

.social-icon ul li:not(:last-child) {
  margin-right: .5rem;
}

.social-icon ul li a {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  transition: all .2s ease-in-out;
  border-radius: .25rem;
  position: relative;
  line-height: 0;
  padding: 0;
  z-index: 1;
  font-size: .8175rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  border-color: transparent;
  color: #77838f;
  background: rgba(119,131,143,.1);
}

.social-icon ul li a:hover {
  color: #fff;
  background: #77838f;
  box-shadow: 0 4px 11px rgba(119,131,143,.35);
}

.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.btn-icon__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

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

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

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

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

.top .col .logo-container img {
  width: 130px !important;
}


/* back to top */

a.to-top {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
  z-index: 100;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  font-size: .75rem;
  border-radius: .3125rem;
  transition: .3s ease-out;
  background: #00305e;
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;

}


.u-go-to__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.fa-arrow-up:before {
  content: "\f062";
}

.in a.to-top {
  display: block;
  opacity: .5;
  animation-name: slideInUp;
}

.in a.to-top:hover {
  color: #fff;
  opacity: 1;
}

/* end */

@media (max-width:991px) {
  .col.first {
    margin-bottom: 2rem !important;
  }
  .c-desktop p {
    display:none;
  }

  .col.second {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 2rem !important;
  }

  .col.third {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 2rem !important;
  }
  footer.footer.lp-footer .top {
    margin-bottom: 0 !important;
  }

}



@media (min-width: 576px) {
  footer .page-center {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  footer .page-center {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  footer .page-center {
    max-width: 960px;
  }
  footer .bottom p {
    display: none !important;
  }
  .top .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-desktop p {
    display: block !important;
  }
}


@media (min-width: 1200px) {
  footer .page-center {
    max-width: 1140px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */

.blog-wrapper .content-wrapper {
  padding-bottom: 4rem !important;
}

.blog-wrapper .blog_title {
  margin-bottom: 4rem !important;
}

.blog-wrapper .blog_title h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.5;
  font-size: 2.6rem !important;
  color: #00305e !important;
  font-weight: 400 !important;
}

.blog-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-wrapper .row .blog-index-wrapper {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-wrapper .row .blog_sidebar_wrapper {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-index .post-item {
  position: relative;
  min-width: 300px;
  background-color: #fff;
  background-clip: border-box;
  border-radius: .3125rem;
  border: 0 !important;
}

.post-item .post-item-inner {
  flex: 1 1 auto;
  padding: 0 !important;
}

.card-body img {
  margin-bottom: 20px !important;
  width: 100% !important;
  border-radius: .3125rem !important;
  max-width: 100%;
  height: auto;
}

.card-body small.article__date.d-block.text-secondary.mb-1 {
  font-size: 80%;
  font-weight: 400;
  display: block !important;
  margin-bottom: .25rem !important;
  color: #77838f !important;
  line-height: 19.2px;
}

.card-body small.article__date.d-block.text-secondary.mb-1 a {
  text-decoration: none;
  background-color: transparent;
  color: #77838f !important;
  font-weight: 500;
}

.card-body h2.article__title {
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
}

.card-body h2.article__title a {
  text-decoration: none;
  background-color: transparent;
  color: #1e2022;
  font-weight: 500;
}

.card-body .post-text {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.7;
  color: #77838f;
}

.blog_sidebar_container {
  max-width: 100%;
}

.blog_sidebar_inner .sidebar_title h3 {
  margin-top: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  margin-bottom: 1.5rem !important;
  font-weight: 600 !important;
  color: #00305e !important;
}

.categori_wrapper ul {
  margin-top: 0;
  color: #77838f;
  margin-bottom: 2rem !important;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  list-style: none;
}

.categori_wrapper ul li {
  display: flex !important;
  align-items: center !important;
}
.categori_wrapper ul li a {
  margin-bottom: 0;
  border-bottom: 0;
  border: none;
  border-radius: 0;
  font-size: .875rem;
  width: 100%;
  color: #77838f;
  text-align: inherit;
  background-color: #fff;
  position: relative;
  display: block;
  padding: .425rem 1.25rem;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
}

.categori_wrapper ul li a:hover {
  color:#00305e;
}

hr.my-7 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid #e7eaf3;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.sidebar_search form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.sidebar_search form input.hs-search-field__input {
  margin: 0;
  font-family: inherit;
  overflow: visible;
  outline-offset: -2px;
  display: block;
  width: 100%;
  height: calc(1.5em + 1.5rem + 2px);
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d5dae2;
  border-radius: .3125rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
}

.sidebar_search form input.hs-search-field__input::placeholder {
  color: rgb(140, 152, 164);
  opacity: 1;
}

.sidebar_search form input.hs-search-field__input:focus {
  border-color: rgba(0,48,94,.5);
  box-shadow: 0 0 10px rgba(55,125,255,.1);
  color: #1e2022;
  background-color: #fff;
}

.blog-pagination {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #77838f;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .3125rem;
}

.blog-pagination .blog-pagination-center a {
  text-decoration: none;
  position: relative;
  padding: .5rem .75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #77838f;
  background-color: #fff;
  border: 0 solid #77838f;
  cursor: pointer;
  text-align: center;
  min-width: 2.25rem;
  border-top-left-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
  border-top-right-radius: .3125rem;
  border-bottom-right-radius: .3125rem;
}

.blog-pagination .blog-pagination-center a.active {
  background: #00305e;
  border-color: #00305e;
  position: relative;
  padding: .5rem .75rem;
  line-height: 1.25;
  border: 0 solid #77838f;
  cursor: pointer;
  text-align: center;
  min-width: 2.25rem;
  border-top-right-radius: .3125rem;
  border-bottom-right-radius: .3125rem;
  margin-left: 0;
  border-top-left-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
  z-index: 1;
  color: #fff;
}

.blog-pagination .blog-pagination-center a:hover {
  border-color: rgba(0,48,94,.1);
  background-color: rgba(0,48,94,.1);
  color: #00305e;
}
.blog-pagination-right {
  margin-left: .25rem;
  margin-right: .25rem;
}

.blog-pagination-right a.next-link {
  text-decoration: none;
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #77838f;
  background-color: #fff;
  border: 0 solid #77838f;
  cursor: pointer;
  text-align: center;
  min-width: 2.25rem;
  border-top-left-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
  border-top-right-radius: .3125rem;
  border-bottom-right-radius: .3125rem;
}

.blog-pagination .blog-pagination-center a {
  margin-left: .25rem !important;
  margin-right: .25rem;
}

.blog-pagination-right a.next-link:hover {
  border-color: rgba(0,48,94,.1);
  background-color: rgba(0,48,94,.1);
  color: #00305e;
}

.blog-pagination-left a.prev-link {
  text-decoration: none;
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #77838f;
  background-color: #fff;
  border: 0 solid #77838f;
  cursor: pointer;
  text-align: center;
  min-width: 2.25rem;
  border-top-left-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
  border-top-right-radius: .3125rem;
  border-bottom-right-radius: .3125rem;
}

.blog-pagination-left a.prev-link:hover {
  border-color: rgba(0,48,94,.1);
  background-color: rgba(0,48,94,.1);
  color: #00305e;
}


/* post page */
.post-wrapper .content-wrapper {
  width: 100%;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.post-wrapper .content-wrapper .post_body_container {
  margin-right: auto !important;
  margin-left: auto !important;
}

.post-wrapper .content-wrapper:after {
  display: block;
  clear: both;
  content: "";
}

.post_body_inner p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.7;
  color: #77838f;
}

.post_tags {
  padding-top: 64px;
}

.post_tags ul {
  margin-top: 0;
  color: #77838f;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0 !important;
  text-align: center !important;
}

.post_tags ul li {
  display: inline-block;
  padding-bottom: 1rem !important;
}

.post_tags ul li:first-child {
  margin-right: .5rem;
}

.post_tags ul li a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  line-height: 1.5;
  transition: all .2s ease-in-out;
  color: #1e2022;
  background-color: #f8fafd;
  border-color: #f8fafd;
  font-size: .6875rem;
  padding: .4375rem .9375rem;
  z-index: 1;
  border-radius: .3125rem !important;
  cursor: pointer;
  font-weight: 500;
}

.post_pagination_container {
  padding-top: 4rem !important;
}

.nav-links.row.no-gutters {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.nav-links.row.no-gutters .nav-previous {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.nav-links.row.no-gutters .nav-next {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.nav-links.row.no-gutters .col-sm-6 a {
  color: #00305e;
  text-decoration: none;
  background-color: transparent;
  font-weight: 500;
}

.nav-links.row.no-gutters .col-sm-6 a .u-paging-modern {
  padding-right: 3rem !important;
  text-align: right !important;
}

.nav-links.row.no-gutters .col-sm-6 a .u-paging-modern span.d-block {
  font-size: 80%;
  font-weight: 400;
  display: block !important;
  color: #8c98a4 !important;
}

.nav-links.row.no-gutters .col-sm-6 a .u-paging-modern .d-flex {
  display: flex !important;
  justify-content: flex-end !important;
}

.nav-links.row.no-gutters .col-sm-6 a .u-paging-modern .d-flex span.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.nav-links.row.no-gutters .col-sm-6 a .u-paging-modern .d-flex span.fas.fa-arrow-left {
  color: #8c98a4 !important;
  transition: .3s;
  margin-right: 1rem;
}

.fa-arrow-left:before {
  content: "\f060";
}

.nav-links.row.no-gutters .col-sm-6 a .u-paging-modern .d-flex span.text-dark.h6.post-title {
  margin-bottom: .5rem;
  line-height: 1.5;
  font-size: 1rem;
  color: #1e2022 !important;
  font-weight: 500;
}

.nav-links.row.no-gutters .col-sm-6 a .u-paging-modern.text-left.pl-7 {
  padding-right: 0 !important;
  text-align: left !important;
  padding-left: 3rem !important;
}

.nav-links.row.no-gutters .col-sm-6 a .u-paging-modern:hover .d-flex span.fas.fa-arrow-left {
  transform: translateX(-8px);
}

.nav-links.row.no-gutters .col-sm-6 a .u-paging-modern.text-left.pl-7 .d-flex.justify-content-start span.fas.fa-arrow-right.u-paging-modern__arrow-icon-next.text-muted {
  color: #8c98a4 !important;
  transition: .3s;
  margin-left: 1rem;
}

.fa-arrow-right:before {
  content: "\f061";
}

.nav-links.row.no-gutters .col-sm-6 a .u-paging-modern.text-left.pl-7 .d-flex.justify-content-start {
  display: block !important;
}

.nav-links.row.no-gutters .col-sm-6 a .u-paging-modern.text-left.pl-7:hover span.fas.fa-arrow-right {
  transform: translateX(8px);
}

.related_post_wrapper {
  background-color: #00305e1a !important;
}

.related_post_wrapper .content-wrapper {
  padding-top: 4rem !important;
  width: 100%;
}

.related_post_wrapper .content-wrapper .related_post_title {
  text-align: center !important;
}

.related_post_wrapper .content-wrapper .related_post_title h2 {
  line-height: 1.5;
  font-size: 1.75rem;
  margin-bottom: 0 !important;
  font-weight: 500 !important;
  color: #1e2022;
}

.related_post_wrapper .related_post .related_post-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e7eaf3;
  border-radius: .3125rem;
  border: 0 !important;
  margin-bottom: 2rem !important;
  margin-bottom: 15px;
}

.blog-wrapper .row .blog-index-wrapper {
  margin-bottom: 4rem !important;
}

.blog-wrapper .content-wrapper {
  padding-top: 4rem !important;
}

.related_post-item .card-body img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

.related_post-inner .p-5 {
  flex: 1 1 auto;
  padding: 2rem !important;
}

.related_post-item .card-body img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
}

.bg-light {
  background-color: #00305e1a !important;
}

.bg-light .content-wrapper {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.bg-light .justify-content-center {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center !important;
}

.bg-light .justify-content-center .col-md-9 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.bg-light .text-center.mb-4 {
  margin-bottom: 1.5rem !important;
  text-align: center !important;
}

.bg-light .text-center.mb-4 h2 {
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: 300 !important;
  color: #00305e !important;
}
.bg-light .text-center.mb-4 h2 strong {
  font-weight: 600;
}

.bg-light .text-center.mb-4 p {
  line-height: 1.7;
  color: #77838f;
}

.post-form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 2rem !important;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 400px;
}

.post-form .justify-content-lg-between {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.post-form .justify-content-lg-between .buysafe {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.buysafe .field {
  margin: 0;
  margin-bottom: 6px;
}

.buysafe .field input.hs-input {
  font-family: inherit;
  overflow: visible;
  display: block;
  height: calc(1.5em + 1.5rem + 2px);
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d5dae2;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  position: relative;
  flex: 1 1 auto;
  margin: 4px !important;
  border-radius: .3125rem;
  max-width: 400px;
}

.buysafe .field input.hs-input::placeholder {
  color: #8c98a4;
  opacity: 1;
}

.post-form .justify-content-lg-between .buysafe input.hs-button.primary.large {
  min-width: 9.6875rem;
  background: #00305e !important;
  border-color: #00305e !important;
  z-index: 1;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .3125rem;
  transition: all .2s ease-in-out;
  cursor: pointer;
  color: #fff;
  margin: 4px 4px 4px auto !important;
  margin-left: 5px !important;
}

.buysafe .field input.hs-input:focus {
  border-color: rgba(0,48,94,.5);
  box-shadow: 0 0 10px rgba(55,125,255,.1);
}

.post-form .justify-content-lg-between .buysafe label.hs-error-msg {
  margin-left: 13px;
}

.input-group-append {
  display: flex;
  margin-left: -1px;
}

.input-group-append input.search-submit.btn.btn-primary {
  background: #00305e !important;
  border-color: #00305e !important;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .3125rem;
  transition: all .2s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 2;
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.blog-pagination-center {
  display: inherit;
}

.blog-pagination .blog-pagination-center a.active:hover {
  background: #00305e;
  border-color: #00305e;
  color: #fff;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-4 small.article__date.d-block.text-secondary.mb-1 {
  font-size: 100%;
  line-height: 24px;
}

.mb-4 a {
  color: #8c98a4 !important;
  text-decoration: none;
  font-weight: 500;
}

.blog-wrapper .blog_title h1 span {
  font-weight: 600 !important;
  color: #00305e !important;
  display: block;
}

.blog_sidebar_container {
  max-width: 100%;
  position: sticky;
  top: 120px;
}


/* end */

ul.hs-search-field__suggestions {
  padding: 7px;
}

label.hs-main-font-element {
  margin-left: 13px;
}

@media (max-width: 767px) and (min-width: 576px) {
  .blog-index .post-item {
    min-width: 240px;
  }
}

@media (max-width: 767px) {
  .related_post_wrapper .related_post .related_post-item:last-child {
    margin-bottom:0 !important;
  }
}





@media (max-width: 575.98px) {
  .blog-wrapper .blog_title h1 {
    font-size: 1.8rem !important;
  }
  .hs-blog-listing .blog-pagination {
    padding-top: 4rem;
  }
  .blog-wrapper .blog_title h1 span {
    display: inline;
  }
}

@media (max-width: 480px) {
  .post-form .justify-content-lg-between {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .buysafe .field input.hs-input {
    width: 100%;
  }
  .buysafe .widget-type-form {
    width: 100%;
  }
}


@media (min-width: 576px) {
  .blog-index {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
    margin-bottom: 3rem !important;
    display: flex !important;
    flex-flow: row wrap;
  }
  .blog-index .post-item {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-bottom: 0;
    margin-right: .9375rem;
    margin-left: .9375rem;
  }
  .nav-links.row.no-gutters .nav-previous {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .nav-links.row.no-gutters .nav-next {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .related_post_wrapper .related_post {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .related_post_wrapper .related_post .related_post-item {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
  .blog-index .post-item {
    margin-bottom: 3rem;
  }
}


@media (min-width: 768px) {
  .blog-wrapper .blog_title {
    width: 80% !important;
  }
  .nav-links.row.no-gutters .col-sm-6 a .u-paging-modern {
    margin-bottom: 0 !important;
  }
  .related_post_wrapper .content-wrapper {
    padding-bottom: 8rem !important;
  }
  .related_post_wrapper .content-wrapper .related_post_title {
    margin-top: 3.5rem !important;
    margin-bottom: 4rem !important;
  }
  .related_post_wrapper .related_post {
    display: flex !important;
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }
  .related_post_wrapper .related_post .related_post-item {
    margin-bottom: 0 !important;
    margin-right: .9375rem;
    margin-left: .9375rem;
  }
  .blog-wrapper .content-wrapper {
    padding-top: 8.5rem !important;
  }
  .bg-light .justify-content-center .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .post-form .justify-content-lg-between .buysafe {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


@media (min-width: 992px) {
  .blog-wrapper .content-wrapper {
    padding-top: 95.39px !important;
  }
  .blog-wrapper .blog_title {
    width: 60% !important;
  }
  .blog-wrapper .row .blog-index-wrapper {
    flex: 0 0 75%;
    max-width: 75%;
    margin-bottom: 0 !important;
  }
  .blog-wrapper .row .blog_sidebar_wrapper {
    flex: 0 0 25%;
    max-width: 25%;
    order: 1;
  }
  .post-wrapper .content-wrapper .post_body_container {
    width: 75% !important;
  }
  .bg-light .justify-content-center .col-md-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post-form .justify-content-lg-between {
    justify-content: space-between !important;
  }
}


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

@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__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-post img {
  max-width: 100%;
}
.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__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: #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 .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: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

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

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
ul.no-list.hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-type-email_simple_subscription form#email-prefs-form {
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.systems-page form{
  max-width:700px;

}
.systems-page input[type="email"] {
  width: 100% !important;
}
.widget-type-email_subscriptions form {
  width: 100%;
  max-width: 100%;
}
p.header {
  background: none;
}

.systems-page input[type="password"] {
  height: auto !important;
}

.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: 4rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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: Poppins, sans-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;
}

@media(max-width:767px){

  .systems-page h1{

    font-size:25px;
  }
  .systems-page h2{

    font-size:20px;
  }
  h1.error-page_heading {
    font-size: 25px;
  }
  .systems-page form{
    max-width:100%;

  }

}