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

.dnd-section[class*="full-width-section"]>.row-fluid {
  padding: 0 !important;
  max-width: 100% !important;
}
.dnd-section[class*="full-width-section"]{
  padding: 0 !important;
}

.page-center, .container,
.dnd-section > .row-fluid,
.content-wrapper{
  padding-left: 15px;
  padding-right: 15px;
}



@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("https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/employU_April2021/fonts/fa-brands-400.eot") format("embedded-opentype"),
    url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/fonts/fa-brands-400.woff) format("woff"),
    url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/fonts/fa-brands-400.ttf) format("truetype"), 
    url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/fonts/fa-brands-400.svg) format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/employU_April2021/fonts/fa-regular-400.eot") format("embedded-opentype"), 
    url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/fonts/fa-regular-400.woff2) format("woff2"), 
    url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/fonts/fa-regular-400.woff) format("woff"),
    url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/fonts/fa-regular-400.ttf) format("truetype"), 
    url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/fonts/fa-regular-400.svg) format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face { 
  font-family: "Font Awesome 5 Free"; 
  src: url("https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/employU_April2021/fonts/fa-solid-900.eot#iefix") format("embedded-opentype"),
    url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/fonts/fa-solid-900.woff) format("woff"),
    url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/fonts/fa-solid-900.ttf) format("truetype");
    font-style: normal;
  font-weight: 900;
}


@font-face {
  font-family: FontAwesome;
  src: url("https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/employU_April2021/fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/fonts/fontawesome-webfont.woff2) format("woff2"), 
    url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/fonts/fontawesome-webfont.woff) format("woff"),
    url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/fonts/fontawesome-webfont.ttf) format("truetype"), 
    url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/fonts/fontawesome-webfont.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}


@font-face {
  font-family: "dripicons-v2";
  src: url("https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/employU_April2021/fonts/dripicons-v2.svg") format("embedded-opentype"),
    url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/fonts/dripicons-v2.woff) format("woff"), 
    url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/fonts/dripicons-v2.ttf) format("truetype"),
    url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/fonts/dripicons-v2.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

body {
  font-family: 'Poppins', 'Arial', 'sans-serif' ,sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #005390;
  line-height: 1.65em;
  -webkit-font-smoothing: antialiased;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;

}

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

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

img{
  max-width: 100%;
  vertical-align: middle;
  height: auto;

}

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

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

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

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

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

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

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

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


.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register{
  max-width: 100%;
  margin-bottom: 20px;
  width:100%;
  display: block;
  border-radius: 4px;
  margin: 20px 0; 
  /* 
  /////////// if background in form ////////////////////
  padding: 20px; */

}

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  border-radius: 6px;
  
  width: auto;
  white-space:normal;
  padding: 10px 20px;
  background-image: none;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #f27a24;
  font-family: sans-serif;
  margin-top: 10px;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
  box-shadow: 10px 10px 30px rgb(0 0 0 / 20%);
  transition: all 0.2s;
}
.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}
.hs-form label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-bottom:5px;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  font-size: 15px;
  color: rgb(0, 83, 144);
  line-height: 1.65em;
}
.hs-form .hs-error-msgs label, .hs-error-msgs label {
  margin-top: .5rem;
  color:#f2545b !important;
}
.hs-input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  border-color: rgba(203,214,226,1.0);
  background-color: rgba(245,248,250,1.0);
  color:#33475b;
  border-color: rgba(204,204,204,1.0);
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  background-color: #F5F8FA;
  background-image: none;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  min-height:  40px;
  margin: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  max-width: 100%;
  /*   margin-bottom:18px; */
  padding: 6px 12px;
  border-radius: 3px;
  border: 1px solid #ddd;
  height: 42px;
  line-height: 2.35714285;
  color: #005390;
  background-color: #fff;
  font-family: sans-serif;
  font-size: 14px;
}
.hs-search-module a.hs-button.primary {
  margin-top: 17px;
}
.hs-form-field .hs-input, .field .hs-input {
  margin: 0;
}
input[type="password"]{
  height: auto !important;
  min-height: 44px;
  font-size: 14px;
  color: #f2545b;
  /*   margin-bottom: 20px !important; */
}
/* .widget-type-google_search,
.widget-type-form,
.widget-type-blog_subscribe {
background: #fff;
padding: 2.14286rem;
border: 1px solid #E8E8E8;
} */
.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;
  min-height: auto;
  width: auto!important;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  /*   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6); */
}
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: #f77b72 !important;

}
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;
  padding-left: 0 !Important;
}
.field, .hs-form-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;
}
ul.no-list.hs-error-msgs {
  padding-left: 0;
}
@media (max-width: 767px){
  .hs-input,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    width:100%!important;
    max-width:100%!important;
  }

  form{
    max-width: 100%;
  }
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}
.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
input+input,input+a{
  display:block;
  margin-top:20px!important;

}


@media (max-width: 400px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field .input {
    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_wrapper{
  min-height: 129px;
}

header.header {
  min-height: 50px;
  border: none;
  width: 100%;
  position: fixed;
  -webkit-transition: all 400ms ease !important;
  -moz-transition: all 400ms ease !important;
  -o-transition: all 400ms ease !important;
  transition: all 400ms ease !important;
  right: 0;
  left: 0;
  z-index: 999;
}



.top_header {
  height: auto;
  background-color: #005390;
}

.top_header_content ul>li a{
  font-weight: 700;
}

.search form input[type="search"]::-webkit-search-decoration,
.search form input[type="search"]::-webkit-search-cancel-button,
.search form input[type="search"]::-webkit-search-results-button,
.search form input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

.top_header_container {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0 30px;
}

.top_header_content> .widget-type-rich_text {
  position: relative;
  min-height: 1px;
  padding: 0;
}


.top_header_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  opacity: .9;
  position: relative;
  float: right;
  margin: 0;
}

.top_header_content ul >li {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  line-height: 26px;
  letter-spacing: normal;
  list-style: none;
  float: left;
  margin: 7px 10px 5px;
  color: #ffffff;
}

.top_header_content ul >li>a {
  color: #fff;
  text-decoration: none;
}

.top_header_content ul >li a {
  float: left;
  padding-right: 10px;
  margin-top: 2px;
  font-size: 12px;
  color: #ffffff;
}

.top_header_content ul >li a:before {
  font-family: "dripicons-v2";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top_header_content ul>li:first-child a:before {
  content: "\e030";
}

.top_header_content ul>li:nth-child(2) a:first-child:before{
  content: "\e021";
}

.top_header_content ul>li:last-child a:before {
  content: "\e034";
}

.top_header_content ul>li:last-child {
  margin-right: 0;
}

.top_header_content ul>li:nth-child(2) a:last-child {
  padding-right: 0;
  margin-top: 0;
}

.down-button {
  -webkit-transform-style: preserve-3d;
  color: #005390;
  font-family: 'Poppins', 'Arial', 'sans-serif';
  text-align: center;
  display: none;
  top: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  font-size: 12px !important;
  font-weight: bold !important;
  cursor: pointer;
  line-height: 26px;
  letter-spacing: normal;
  cursor: pointer;
  border-color: transparent rgba(0,83,144,1) transparent transparent !important;
}

.down-button i.fa.fa-plus {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  vertical-align: middle;
  padding-right: 9px;
  float: right;
}

.down-button i.fa.fa-plus:before {
  content: "\f067";
}


.header .nav_container {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  margin: 0 auto;
  z-index: 10;
  position: relative;
  padding: 0 30px;
  width: 100%;
  float: left;
}

.header_logo {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  display: block;
  vertical-align: middle;
  float: left;
  width: auto;
  z-index: 9999;
  position: relative;
  background-color: transparent;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  height: 36px;
}

.header_logo a {
  text-rendering: optimizelegibility;
  vertical-align: baseline;
  background: transparent;
  font-family: 'Poppins', 'Arial', 'sans-serif';
  font-weight: normal;
  font-size: 15px;
  color: #005390;
  float: left;
  font-size: 18px;
  line-height: 74px;
  margin: 0;
  z-index: 999;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}

.header_logo a img {
  height: auto;
  position: relative;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  width: auto;
  display: block;
  max-width: 100%;
  float: none;
  max-width: none;
  max-height: 36px;
  display: block;
  width: 158px !important;
}

.header_spacer {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  height: 25px;
  margin-left: 50px;
  position: relative !important;
  padding-top: 34px;
  padding-bottom: 30px;
  float: right;
}

.header_inner {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  float: right;
}

.custom-menu-primary {
  display: flex;
  justify-content: flex-end;
}

.custom-menu-primary .search {
  position: relative;
  display: block;
  line-height: 13px;
  margin-left: 0;
  margin: 0;
}

.custom-menu-primary .search a {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  padding-right: 17px;
  padding-left: 17px;
  padding-top: 34px;
  padding-bottom: 30px;
  font-family: 'Poppins','Arial','sans-serif',sans-serif;
  font-weight: 600 !important;
  font-size: 14px;
  color: #676767;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.42857142857;
  cursor: pointer;
}

.search form {
  line-height: 1;
  padding: 0;
  display: none;
  min-width: 310px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9;
}

.search form label {
  font-weight: bold;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: bold;
  width: calc(100% - 36px);
}

.search form button {
  margin: 0;
  font: inherit;
  color: inherit;
  overflow: visible;
  -webkit-appearance: button;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  background: 0 0;
  border: 0;
  box-shadow: none;
  opacity: 1;
  padding: 0;
  margin: 0;
  line-height: 0;
  outline: 0;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  position: absolute !important;
  right: 0 !important;
  top: auto !important;
}
.dl-menuwrapper form button:after {
  display: none;
}
.search form label >span {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
  word-break: normal;
}

.search form label input {
  background: #fff;
  background-image: none;
  color: #333;
  padding: 0 12px;
  margin: 0;
  outline: 0;
  font-size: 14px;
  height: 36px;
  min-height: 0;
  line-height: 1;
  border-radius: 0;
  border: solid 1px #ccc;
  font-family: arial;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 0;
  font-weight: 700;
}

.search form button .is-search-icon {
  width: 36px;
  padding-top: 6px;
  display: inline-block;
  color: #666;
  background: #ededed;
  box-shadow: none;
  outline: 0;
  margin: 0;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 0;
  line-height: 1;
  height: 36px;
  text-transform: capitalize;
  vertical-align: middle;
  -webkit-transition: background-color .1s ease-in-out;
  -moz-transition: background-color .1s ease-in-out;
  -o-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search form button .is-search-icon svg {
  width: 22px;
  display: inline;
  overflow: hidden;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}
.search .search-close {
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: -22px;
  top: 33%;
  width: 20px;
  z-index: 99999;
  top: calc(100% + 7px);
  display:none;
}

.search .search-close:before {
  border-left: 2px solid #848484;
  content: '';
  height: 20px;
  left: 9px;
  position: absolute;
  -webkit-transform: rotate(
    -45deg
  );
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search .search-close:after {
  border-left: 2px solid #848484;
  content: '';
  height: 20px;
  left: 9px;
  position: absolute;
  -webkit-transform: rotate(
    45deg
  );
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}


.scroll_header .header_logo {
  margin: 15px 0;
}

.scroll_header .custom-menu-primary .search a {
  padding: 24px 17px 23px !important;
}


.dl-trigger-wrapper {
  width: 100%;
  text-align: right;
  float: right;
}

button.dl-trigger {
  font-family: 'Poppins', 'Arial', 'sans-serif' !important;
  font-weight: 600 !important;
  font-size: 14px;
  letter-spacing: 0px;
  background: transparent;
  border: none;
  width: auto;
  height: 32px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 10px;
  color: #fff;
  padding: 13px;
  z-index: 999;
  float: right;
  width: 40px !important;
}

button.dl-trigger:after {
  content: '';
  position: absolute;
  width: 22px;
  height: 3px;
  background: #303030;
  top: 7px;
  left: 7%;
  box-shadow: 0 6px 0 #303030, 0 12px 0 #303030;
  background: #f27a24 !important;
  box-shadow: 0 6px 0 #f27a24, 0 12px 0 #f27a24 !important;
}
.scroll_header .top_header {
  margin-top: -40px;
}

.search form button .is-search-icon:hover {
  background: #dcdcdc;
}

.search form button .is-search-icon:hover {
  background: #dcdcdc;
}
.top_header {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
}

header .search form ::-webkit-input-placeholder {
  color: #d1d1d1;
}
header .search form ::-moz-placeholder {
  color: #d1d1d1;
}
header .search form :-ms-input-placeholder {
  color: #d1d1d1;
}
header .search form ::placeholder {
  color: #d1d1d1;
}
@media (min-width: 1192px) and (max-width: 1349px){
  .header_wrapper {
    min-height: 193px;
  }
}

@media (min-width: 994px)(max-width: 1191px){
  .header_wrapper {
    min-height: 158px;
  }
}

@media (min-width: 994px) and (max-width: 1141px){
  .scroll_header .navigation-primary .submenu.level-1>li>a{
    padding-right: 9px !important;
    padding-left: 11px !important;
  }
  .scroll_header .custom-menu-primary .search a{
    padding-right: 10px !important;
    padding-left: 2px !important;
  }
}

@media (min-width: 768px){
  .top_header_content> .widget-type-rich_text {
    float: left;
    width: 100%;
  }
  .down-button{
    display: none;
  }
  .header_logo{
    float: left;
  }
  .custom-menu-primary .search {
    float: left;
  }
}

@media (min-width: 994px){
  .mobile-menu{
    display: none;
  }
  button.dl-trigger{
    display: none;
  }
  ul.submenu.level-1.dl-menu .search {
    display: none;
  }
}
@media (min-width: 994px) and (max-width: 1349px){
  .custom-menu-primary {
    float: right;
  }
}

@media (min-width: 994px) and (max-width: 1141px){
  .custom-menu-primary .search a,
  .scroll_hreader .custom-menu-primary .search a{
    padding-right: 10px;
    padding-left: 2px;
  }
}

@media (min-width: 768px) and (max-width: 993px){
  .top_header_content ul>li {
    margin: 7px 2px;
  }
  .scroll_header .mobile-menu {
    margin-top: 19px;
  }
  .top_header_content ul>li:nth-child(2) a:last-child {
    font-size: 11px;
  }
  .navigation-primary .submenu.level-1{
    top: calc(100% + 20px);
  }
  .header .nav_container {
    padding: 0;
    margin: 0;
  }
  .header_logo {
    position: relative;
    z-index: 99;
    margin: 20px 7px;
    position: relative;
    z-index: 99;
    text-align: left;
    margin-left: 20px !important;
  }
  .mobile-menu {
    padding-bottom: 0;
    margin-top: 17px;
    z-index: 9;
    position: absolute;
    width: 100%;
    padding: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
    margin-right: 20px;
    margin-top: 27px;
    right: 0;
  }

  button.dl-trigger {
    float: right;
    right: 0;
    top: 0;
    position: relative;
    margin-right: 0 !important;
  }
}


@media (max-width: 993px){
  .custom-menu-primary {
    display: none;
  }
  .search form {
    position: relative;
    padding: 0 0px 36px;

    min-width: 100%;
  }
  .header_wrapper {
    min-height: 118px;
  }
  ul.submenu.level-1.dl-menu  .search {
    line-height: 1.5em;
    position: relative;
    z-index: 999;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    display: block;
  }

  ul.submenu.level-1.dl-menu  .search a {
    background: 0 0!important;
    display: block;
    position: relative;
    padding: 15px;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
    outline: none;
    letter-spacing: 0.2px;
    text-align: left;
    z-index: 999;
    font-family: 'Poppins', 'Arial', 'sans-serif', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #005390;
    letter-spacing: 0px;
    cursor: pointer;
  }

  ul.submenu.level-1.dl-menu .search a svg {
    fill: #848484;
  }
  ul.submenu.level-1.dl-menu .search:hover a {
    background-color: rgba(250,250,250,1) !important;
  }
}

@media (min-width: 768px) and (max-width: 784px){ 
  .top_header {
    /* position: fixed; */
    min-height: 42px;
    width: 100%;
    display: block !important;
  }
}


@media (min-width:480px) and (max-width: 767px){


  .header_logo {
    margin: 20px 7px;
    position: relative;
    z-index: 99;
    text-align: left;
    margin-left: 20px !important;
  }
  .header .nav_container {
    width: 100%;
    padding: 0;
  }
  .dl-menuwrapper button {
    float: right !important;
    right: 0;
    top: 0;
    position: relative !important;
    margin-right: 0 !important;
  }
  .navigation-primary .submenu.level-1{
    top: calc(100% + 16px);
  }
}

@media (max-width:767px){
  .top_header {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
  }
  .header_wrapper {
    min-height: 76px;
  }
  .down-button {
    display: inline-block;
    float: right;
    right: 0;
    position: absolute;
    z-index: 9999;
  }
  .down-button i.fa.fa-plus {
    font-size: 10px;
    position: relative;
    color: #fff;
    right: -4px;
    top: 6px;
    color: #cbcbcc;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  a.down-button.active-n i.fa.fa-plus {
    color: #fff;
  }
  li.nav-sub-item.mobile-main-item {
    display: none;
  }

  .top_header_content ul>li {
    display: block;
    padding: 0;
    line-height: 20px;
    margin-bottom: 0 !important;
  }

  .top_header_content ul {
    text-align: center;
    float: none;
    width: 100%;
    display: inline-table;
  }

  .top_header_content ul >li {
    float: none;
    margin: 0;
    padding: 0;
  }

  .top_header_content ul>li:last-child {
    float: none;
    margin: 0;
    padding: 0;
    line-height: 20px;
    margin-bottom: 0 !important;
  }

  .top_header_content ul>li a {
    /* display: none; */
  }

  .top_header_content ul >li a:first-child {
    display: none;
  }

  .top_header_content ul>li:nth-child(2) a:last-child {
    display: block;
    width: 100%;
    float: none;
  }



}

@media (max-width: 479px){
  .header .nav_container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .navigation-primary .submenu.level-1{
    top: calc(100% + 22px);
  }
  .header_logo {
    margin: 22px 7px;
    position: relative;
    z-index: 99;
    text-align: left;
    margin-left: 10px !important;
    margin-left: 15px !important;
  }

  .header_logo a {
    left: 5px !important;
    display: block;
  }

  .dl-menuwrapper button {
    float: right;
    right: -7px;
    position: relative;
  }
  .scroll_header .dl-menuwrapper button {
    top: -4px;
    position: relative;
  }

  .scroll_header .header_logo {
    margin: 17px 10px 15px 15px !important;
  }
  .top_header_content ul>li:nth-child(2) a:last-child {
    font-size: 11px;
  }
  .header_logo {
    margin: 22px 7px;
    position: relative;
    z-index: 99;
    text-align: left;
    margin-left: 10px !important;
    margin-left: 15px !important;
    width: 50%;
  }
  .header_logo a img {
    height: auto;
    position: relative;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    width: auto;
    display: block;
    max-width: 100%;
    float: none;
    max-width: 100%;
    max-height: 36px;
    display: block;
    width: 158px !important;
  }
}

@media (min-width: 320px) and (max-width: 330px){
  .header_logo a img {
    width: 154px !important;
  }
}



.lp_header .header_logo, .scroll_header .lp_header .header_logo{
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  height: 36px;

}

@media (max-width: 993px){

  .lp_header .header_logo, .scroll_header .lp_header .header_logo {
    position: relative;
    z-index: 99;
    margin: 20px 7px;
    position: relative;
    z-index: 99;
    text-align: left;
    margin-left: 20px !important;
  }
}

@media (max-width: 479px){
  .lp_header .header_logo, .scroll_header .lp_header .header_logo {
    margin: 22px 7px;
    position: relative;
    z-index: 99;
    text-align: left;
    margin-left: 15px !important;
  }
}



.lp_header_wrapper {
  min-height: 46px;
}

@media (max-width: 993px){
  .lp_header_wrapper {
    min-height: 76px;
  }
}


@media (max-width: 479px){
  .lp_header_wrapper {
    min-height: 80px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  border-top: 1px solid #eaedef;

  position: relative;
  float: left;
  width: 100%;
  clear: both;
  z-index: 1;
  line-height: 1.65em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.65em;
  color: #005390;
  font-family: 'Poppins', 'Arial', 'sans-serif' ,sans-serif;
  font-weight: normal;
  background-repeat: no-repeat;
  background-position: center center;
  -o-background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background: url(https://19612005.fs1.hubspotusercontent-na1.net/hubfs/19612005/raw_assets/public/employU_April2021/images/footer14-2.jpg) no-repeat;
  background-size: cover !important;
}

.secondary_footer {
  padding: 40px 0 20px;
  background-color: rgba(255,255,255,0);
  padding-top: 20px;
  padding-bottom: 40px;
}
.news.footer_col {
  min-height: 446px;
}
.lp_footer .footer_col {
  float: right !important;
}

.footer__container {
  margin-right: auto;
  margin-left: auto;
  z-index: 99;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 80px;
  padding-bottom: 20px;
}

.footer_col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%;
}



.about.footer_col h4 {
  text-rendering: optimizelegibility;
  margin-bottom: 30px !important;
  text-transform: none;
  margin-top: 0;
  letter-spacing: 0px;
  text-align: left;
  width: 100%;
  float: left;
  border: none;
  padding: 0;
  color: #005390;
  font-family: 'Poppins', 'Arial', 'sans-serif';
  font-weight: 600;
  font-size: 17px;
}

.about.footer_col p {
  line-height: 1.65em;
  margin-bottom: 1em !important;
  font-family: 'Poppins', 'Arial', 'sans-serif' ,sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #005390;
  margin: 0in;
}

.about.footer_col p span {
  font-size: 11.0pt;
  font-family: 'Calibri',sans-serif;
}



.news_section h3 {
  line-height: 1.3em;
  display: inline-block !important;
  font-family: 'Poppins', 'Arial', 'sans-serif';
  font-weight: 600;
  font-size: 17px !important;
  margin-bottom: 30px !important;
  text-transform: none;
  margin-top: 0;
  letter-spacing: 0px;
  text-align: left;
  width: 100%;
  float: left;
  border: none;
  padding: 0;
  color: #005390;
}

.news_section .hs-rss-module {
  display: inline-block;
}

footer ul>li>a:hover,
footer .news_section .hs-rss-item a:hover{
  text-decoration: none;
}

.news_section .hs-rss-module .hs-rss-item {
  line-height: 1.5em;
  display: inline-flex;
  list-style: none;
  margin-left: 0;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 8px 0px;
  border-bottom: 1px solid #ece7e3;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  font-family: 'Poppins', 'Arial', 'sans-serif' ,sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #005390;
  border-top: 1px solid #005390 ;
}

.news_section .hs-rss-module .hs-rss-item:last-child {
  border-bottom: 1px solid #005390;
}


.contact.footer_col h4 {
  line-height: 1.3em;
  display: inline-block;
  margin-bottom: 30px ;
  text-transform: none;
  margin-top: 0;
  letter-spacing: 0px;
  text-align: left;
  width: 100%;
  float: left;
  border: none;
  padding: 0;
  color: #005390;
  font-family: 'Poppins', 'Arial', 'sans-serif';
  font-weight: 600;
  font-size: 17px !important;
}

.contact.footer_col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact.footer_col .hs_cos_wrapper_type_rich_text>ul  li:first-child i {
  font: normal normal normal 14px/1 FontAwesome;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
  margin-left: 5px;
  font-size: 18px;
  position: relative;
  margin-top: 0;
  float: left;
  background: #e2e3e4;
  border-radius: 50px;
  text-align: center;
  display: table;
  width: 30px;
  height: 30px;
  color: #ffffff;
}
.contact.footer_col .hs_cos_wrapper_type_rich_text>ul li:first-child i:before {
  font-family: "dripicons-v2" ;
  font-style: normal ;
  font-weight: normal ;
  font-variant: normal;
  text-transform: none ;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e012";
  vertical-align: middle;
  display: table-cell;
}

.contact.footer_col .hs_cos_wrapper_type_rich_text>ul li:first-child a {
  white-space: initial;
  margin-bottom: 20px;
  padding-left: 47px;
  color: #005390;
}

.contact.footer_col .hs_cos_wrapper_type_rich_text>ul li:first-child a span {
  margin-bottom: 25px;
  display: block;
}

.contact.footer_col .hs_cos_wrapper_type_rich_text>ul>li:not(:first-child){
  margin: 0 0 50px;
  float: left;
  width: 100%;
  margin-bottom: 3px;
  position: relative;
}
.contact.footer_col .hs_cos_wrapper_type_rich_text>ul li:first-child {
  position: relative;
  margin-bottom: 5px;
}
.contact.footer_col .hs_cos_wrapper_type_rich_text>ul li:first-child {
  position: relative;
  margin-bottom: 5px;
}

.contact.footer_col .hs_cos_wrapper_type_rich_text>ul>li i {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
  margin-left: 5px;
  font-size: 18px;
  position: relative;
  margin-top: 0;
  float: left;
  background: #e2e3e4;
  border-radius: 50px;
  text-align: center;
  display: table;
  width: 30px;
  height: 30px;
  color: #ffffff;
}

.contact.footer_col .hs_cos_wrapper_type_rich_text>ul>li a {
  white-space: initial;
  margin-bottom: 20px;
  padding-left: 47px;
  color: #005390;
  display: inherit;
}

.contact.footer_col .hs_cos_wrapper_type_rich_text>ul>li i:before {
  font-family: "dripicons-v2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: table-cell;
}

.contact.footer_col .hs_cos_wrapper_type_rich_text>ul>li:nth-child(2) i:before {
  content: "\e015";
}

.contact.footer_col .hs_cos_wrapper_type_rich_text>ul>li:nth-child(3) i:before {
  content: "\e030";
}


.news-section .hs-related-blog-byline, .hs-rss-byline {
  font-size: 13px;
  opacity: 1;
}
.news_section {
  margin: 0 0 48px;
  float: left;
  width: 100%;
}
.news_section .hs-rss-item a {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
      -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.news_section .hs-rss-byline {
  line-height: 1.5em;
  font-size: 13px;
}
footer ul.cnss-social-icon>li>a:hover {
    color: rgba(242,122,36,1.0);
    opacity: 0.7;
}
.news_section .hs-rss-author {
  padding: 5px 0;
  cursor: pointer;
      -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.news_section .hs-rss-module .hs-rss-item {
  padding: 9px 0 17px;
}
.scroll_header header.header {
    -webkit-box-shadow: 0 1px 6px 0 rgb(68 68 68 / 10%);
    box-shadow: 0 1px 6px 0 rgb(68 68 68 / 10%);
}
.contact.footer_col h4 {
  margin-bottom: 30px;
}

#back-top {
    position: fixed;
	bottom: 16px;
    right: 10px;
    z-index: 99999;
    margin: 0;
    display: none;
  font-family: 'Poppins', 'Arial', 'sans-serif' ,sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #005390;
  text-decoration:none !important;
      margin-bottom: 1em;
}
.fa-angle-up:before {
    content: "\f106";
}
#back-top a {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    -webkit-transition-property: top, bottom;
    -webkit-transition-duration: 0.2s;
    top: 0;
    position: relative;
    line-height: 32px;
    background: rgba(21, 21, 25, 0.15);
    border-radius: 100px;
    text-decoration:none !important;
}

#back-top a:hover{top: -5px !important;position: relative;}

#back-top a i {
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    /* font-weight: 700; */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
}
.contact.footer_col .hs_cos_wrapper_type_rich_text>ul>li:nth-child(2) {
  padding-bottom: 2px;
}

.contact.footer_col h4:last-child {
  margin-bottom: 29px;
}

.contact.footer_col .hs_cos_wrapper_type_rich_text>ul>li:nth-child(3) {
  margin-bottom: 2px;
}

@media (min-width: 992px){
  .footer_col {
    float: left;
    width: 33.33333333%;
  }
}


@media (min-width: 992px) and (max-width: 993px){
  .footer_col {
    margin-bottom: 62px;
  }
  .contact.footer_col .hs_cos_wrapper_type_rich_text>ul>li a{
    margin-bottom: 21px;
  }
  .news_section .hs-rss-module .hs-rss-item {
    padding: 8px 0 17px;
  }
  .contact.footer_col .hs_cos_wrapper_type_rich_text>ul>li:nth-child(2) {
    padding-bottom: 1px;
  }
  .news_section .hs-rss-module .hs-rss-item:last-child {
    padding: 8px 0 18px;
  }
  .contact.footer_col h4:last-child {
    margin-bottom: 28px;
  }
  .contact.footer_col .hs_cos_wrapper_type_rich_text>ul>li:nth-child(3) {
    margin-bottom: 1px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .footer_col {
    margin-bottom: 62px;
  }
  .contact.footer_col {
    margin-bottom: 61px;
  }
  .about.footer_col {
    margin-bottom: 60px;
  }
  .about.footer_col h4 {
    margin-bottom: 29px !important;
  }
  .contact.footer_col .hs_cos_wrapper_type_rich_text>ul>li:nth-child(3) {
    margin-bottom: 3px;
  }
  .contact.footer_col h4:last-child {
    margin-bottom: 28px;
  }
  .contact.footer_col h4:first-child {
    margin-bottom: 29px;
  }
  .news.footer_col {
    margin-bottom: 61px;
  }
.news.footer_col {
    min-height: 1px;
}
}

@media (min-width: 480px) and (max-width: 767px){
  .footer_col {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact.footer_col h4{
    margin-bottom: 30px;
  }
.news.footer_col {
    min-height: 1px;
}
  .contact.footer_col .hs_cos_wrapper_type_rich_text>ul>li {
    margin-bottom: 4px !important;
  }

  .contact.footer_col .hs_cos_wrapper_type_rich_text>ul>li:nth-child(2) {
    margin-bottom: 3px !important;
  }

  .news_section {
    margin: 0 0 50px;
  }

  .news_section h3 {
    margin-bottom: 29px !important;
  }

  .about.footer_col h4 {
    margin-bottom: 31px !important;
  }
  .contact.footer_col h4:last-child {
    margin-bottom: 30px;
  }
  .news_section .hs-rss-item a {
    margin-top: 5px;
    padding-top: 4px;
    padding-bottom: 4.6px;
  }
  .news_section .hs-rss-module .hs-rss-item {
    padding: 9px 0 18px;
  }
}

@media (max-width: 479px){
  .footer_col {
    padding-right: 20px;
    padding-left: 20px;
  }
  .news.footer_col {
    min-height: 1px;
}
  .contact.footer_col ul {
  }
  ul.cnss-social-icon {
    justify-content: center;
  }
  .contact.footer_col h4 {
    margin-bottom: 30px;
  }

  .contact.footer_col .hs_cos_wrapper_type_rich_text>ul>li:nth-child(2) {
    margin-bottom: 5px !important;
  }
  .news.footer_col {
    margin-bottom: 42px;
  }
  .about.footer_col {
    margin-bottom: 40px;
  }

  .footer_col {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact.footer_col ul {
  }

  ul.cnss-social-icon {
    justify-content: center;
  }

  .contact.footer_col h4 {
    margin-bottom: 30px;
  }

  .contact.footer_col .hs_cos_wrapper_type_rich_text>ul>li {
    margin-bottom: 4px !important;
  }

  .contact.footer_col .hs_cos_wrapper_type_rich_text>ul>li:nth-child(2) {
    margin-bottom: 5px !important;
  }

  .news.footer_col {
    margin-bottom: 42px;
  }

  .about.footer_col {
    margin-bottom: 39px;
  }

  .about.footer_col p {
    font-size: .9em !important;
  }

  .news_section h3 {
    margin-bottom: 28px !important;
  }

  .about.footer_col h4 {
    margin-bottom: 31px !important;
  }
  .contact.footer_col h4:last-child {
    margin-bottom: 30px;
  }

  .contact.footer_col .hs_cos_wrapper_type_rich_text>ul>li:nth-child(2) {
    margin-bottom: 3px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

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

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

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

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {

}
.blog-comments .hs-button:hover {

}
.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;
}
.page-center {
  margin: 0 auto;
}

.blog-form .page-center {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
/* 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;
}

.fullwidth-container {
  height: auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -17px;
}

.fullwidth-container .container.present-container.left {
  padding: 120px 15px;
}
.blog-form .custom_column-inner {
  padding-left: 25px;
  padding-right: 25px;
}

.blog-form .custom_column-inner h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3em;
}
.blog-form  .custom_row {
  margin-left: -15px;
  margin-right: -15px;
}
.blog-form .custom_column-inner label {
  font-weight: bold;
  font-family: 'Poppins', 'Arial', 'sans-serif' ,sans-serif;
}

.page-center.custom-blog-listing {
  padding-top: 0;
  padding-bottom: 0;
}
.page-center.custom-blog-listing {
  padding-top: 0;
  padding-bottom: 0;
}

.custom-blog-listing .custom-row{
  margin-left: -15px;
  margin-right: -15px;
}
.custom-blog-listing .blog-index .blog-index__post.blog-index__post--small {
  display: block;
}
.custom-blog-listing .custom-row-inner{
  padding-left: 25px;
  padding-right: 25px;
}
.custom-blog-listing .blog-index {
  padding: 0;
  margin-right: -30px;
  display: block;
}
.custom-blog-listing .blog-index 
.blog-index__post-inner-card {
  box-shadow: none;
  border-radius: 0;
  background-color: #f9f9f9;
}

.custom-blog-listing .blog-index .blog-index__post.blog-index__post--small {
  display: block;
  /* background-color: #f9f9f9; */
}

.custom-blog-listing .blog-index a.blog-index__post-image.blog-index__post-image--small {
  border-radius: 0;
  padding-bottom: 100%;
}

.custom-blog-listing .blog-index .blog-index__post-inner-card .blog-index__post-content.blog-index__post-content--small {
  display: block;
  box-sizing: border-box;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.custom-blog-listing .blog-index .blog-index__post-inner-card h2 {
  font-family: 'Poppins', 'Arial', 'sans-serif';
  font-weight: 600;
  font-size: 21px;
  color: #f27a24;
  margin-top: 10px;
  margin-bottom: 15px;
}
.custom-blog-listing .blog-index .blog-index__post-inner-card .blog-index__post-content.blog-index__post-content--small p {
  font-family: 'Poppins', 'Arial', 'sans-serif' ,sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #005390;
  margin:0 0 1em;
}
.custom-blog-listing .blog-index .blog-index__post-inner-card h2 {
  font-family: 'Poppins', 'Arial', 'sans-serif';
  font-weight: 600;
  font-size: 21px;
  color: #f27a24;
  margin-top: 10px;
  margin-bottom: 15px;
}


.custom-blog-listing .blog-index .blog-index__post-inner-card {
  box-shadow: none;
  border-radius: 0;
  background-color: #f9f9f9;
}
.custom-blog-listing .blog-index .blog-index__post.blog-index__post--small {
  padding: 0 30px 30px 0;
}
.custom-blog-listing .blog-index a.blog-index__post-image.blog-index__post-image--small {
  border-radius: 0;
  padding-bottom: 100%;
}
.custom-blog-listing .blog-post__meta-section {
  padding: 0;
  display: block;
}
.page-center.custom-blog-listing .blog-pagination {
  margin: 10px 0 50px;
}

.blog-pagination a.next-posts-link.load-more {
  font-family: 'Poppins', 'Arial', 'sans-serif';
  font-weight: 600;
  border-radius: 3px;
  margin-right: 15px;
  letter-spacing: 1px;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  /* background-image: none; */
  background-color: transparent;
  color: #5472d2;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  border-color: #f90;
  background-color: #f90;
}
.page-center.custom-blog-listing {
    overflow: hidden;
}
.blog-pagination a.next-posts-link.load-more:hover {
  color: #f7f7f7;
  border-color: #e08700;
  background-color: #e08700;
}
.custom-blog-listing .blog-post__meta-section .blog-post--read-more a {
  font-family: 'Poppins', 'Arial', 'sans-serif';
  font-weight: 600;
  border-radius: 3px;
  margin-right: 15px;
  letter-spacing: 1px;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  /* background-image: none; */
  background-color: transparent;
  color: #5472d2;
  border: 1px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  background-color: #f4524d;
}
.addtoany_content {
  clear: both;
  margin: 16px auto
}

.addtoany_header {
  margin: 0 0 21px
}

.addtoany_list {
  display: inline;
  line-height: 16px
}

.addtoany_list a,
.widget .addtoany_list a {
  border: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 16px;
  padding:0px 0px 0 4px;
  vertical-align: middle
}
span#hs_cos_wrapper_post_body {
  display: block;
  padding: 14px 0 0;
}
.addtoany_list a img {
  border: 0;
  display: inline-block;
  opacity: 1;
  overflow: hidden;
  vertical-align: baseline
}

.addtoany_list a span {
  display: inline-block;
  float: none
}

.addtoany_list.a2a_kit_size_32 a {
  font-size: 32px
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
  height: 32px;
  line-height: 32px;
  width: 32px
}

.addtoany_list a:not(.addtoany_special_service)>span {
  border-radius: 4px;
  display: inline-block;
  opacity: 1
}

.addtoany_list a .a2a_count {
  position: relative;
  vertical-align: top
}

.addtoany_list a:hover,
.widget .addtoany_list a:hover {
  border: 0;
  box-shadow: none
}

.addtoany_list a:hover img,
.addtoany_list a:hover span {
  opacity: .7
}

.addtoany_list a.addtoany_special_service:hover img,
.addtoany_list a.addtoany_special_service:hover span {
  opacity: 1
}

.addtoany_special_service {
  display: inline-block;
  vertical-align: middle
}

.addtoany_special_service a,
.addtoany_special_service div,
.addtoany_special_service div.fb_iframe_widget,
.addtoany_special_service iframe,
.addtoany_special_service span {
  margin: 0;
  vertical-align: baseline !important
}

.addtoany_special_service iframe {
  display: inline;
  max-width: none
}

a.addtoany_share.addtoany_no_icon span.a2a_img_text {
  display: none
}
.master_container.container {
  position: relative;
  float: none;
  margin: 0 auto;
}
a.addtoany_share img {
  border: 0;
  width: auto;
  height: auto
}
.custom-blog-listing .blog-post__meta-section .blog-post--read-more a:hover {
  color: #f7f7f7;
  background-color: #f23630;
}
.post-header {
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -19px;
}

.post-header h1.page_title {
  color: #fff;
  font-size: 17px;
  font-family: 'Poppins','Arial','sans-serif';
  font-weight: 500;
  margin-top: 9px;
  margin-bottom: 4px;
}
.page_content.right, .page_content.right.sidebar {
  padding-left: 30px;
  padding-top: 50px;
  padding-right: 0;
}

.page_content.right.sidebar, .page_content.left.sidebar {
  border: none;
  z-index: 99;
}
section.page_content:not(body.single) {
  overflow-y: hidden;
  overflow-x: hidden;
}



.post-header .container.page-center.present-container.titlesleftcrumbsright {
  padding: 75px 15px;
}
section.page_content:not(body.single) {
  overflow-y: hidden;
  overflow-x: hidden;
}

.page_content.left, .page_content.left.sidebar {
  padding-left: 0px;
}
.page_content.left, .page_content.left.sidebar {
  padding: 50px;
}
.page_content.left {
  padding-right: 30px !important;
}
.single-post .page_content.left .blog-default-bg, .single-post .page_content.right .blog-default-bg {
  max-width: 100%;
}

.single-post .page_content.left .blog-default-bg {
  padding-right: 30px;
}

.single-post .post {
  position: relative;
  margin: 0px auto;
}

.single .metas-container {
  margin: 10px auto 20px;
  text-align: left;
  /* float: left; */
  width: 100%;
  padding: 0;
}
.align-metas-center {
  display: inline-block;
}
.metas-container p, .metas-container a {
  letter-spacing: 0px;
  font-size: 14px !important;
  text-transform: capitalize;
  font-weight: 600 !important;
  font-family: 'Poppins', 'Arial', 'sans-serif' ,sans-serif;
}

.metas-container p {
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
  font-size: 11px !important;
  text-transform: uppercase;
  margin-right: 20px;
  letter-spacing: 3px;
  /* opacity: 0.4; */
  letter-spacing: 0px;
  font-size: 14px !important;
  text-transform: capitalize;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
  line-height: 1.65em;
}

.page_content .metas-container p {
  color: #afafaf !important;
}
.metas-container p.metas-sep {
  font-size: 9px !important;
  line-height: 24px;
}
.page_content .metas-container p {
  margin-right: 10px;
}

.metas-container, .the_title {
  width: 100%;
  margin-top: 5px;
  padding: 0 30px;
}
.page_content.left, .page_content.left.sidebar {
  padding-left: 0px;
}

.master_container.container {
  position: relative;
  float: none;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

.page_content .metas-container p, .page_content .metas-container a {
  color: #afafaf !important;
}

.page_content a, header a, #big_footer a {
  font-family: 'Poppins', 'Arial', 'sans-serif';
  font-weight: normal;
  font-size: 15px;
  color: #005390;
  text-decoration: none !important;
  outline: none !important;
  border: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
.single .metas-container a:hover {
  opacity: 0.5 !important;
  color: #f27a24 !important;
}

.sidebar .hs-search-field {
  margin: 0;
}

.sidebar .hs-search-field form {
  position: relative;
}

.sidebar .hs-search-field form input.hs-search-field__input {
  border: none;
  padding: 11px 25px 10px 14px;
  width: 100%;
  outline: none;
  font-size: 12px;
  color: #676767;
  font-weight: 500;
  border: 1px solid #dcdcdc;
  background: #fff;
  -webkit-box-shadow: inset 0px 5px 15px 0px rgb(230 230 230 / 30%);
  -moz-box-shadow: inset 0px 5px 15px 0px rgba(230,230,230,0.3);
  box-shadow: inset 0px 5px 15px 0px rgb(230 230 230 / 30%);
  border-radius: 4px;
  background: #fff;
  background-image: none!important;
  color: #333;
  padding: 0 12px;
  margin: 0;
  outline: 0!important;
  font-size: 14px!important;
  height: 36px;
  min-height: 0;
  line-height: 1;
  border-radius: 0;
  border: solid 1px #ccc!important;
  font-family: arial;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 36px)!important;
  display: inline-block !important;
  border-right: 0 !important;
}

.sidebar .hs-search-field form button {
  background: 0 0;
  border: 0;
  box-shadow: none!important;
  opacity: 1;
  padding: 0!important;
  margin: 0;
  line-height: 0;
  outline: 0;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block!important;
  color: #666;
  background: #ededed;
  box-shadow: none!important;
  outline: 0;
  margin: 0;
  font-size: 14px!important;
  border: 1px solid #ccc;
  border-radius: 0;
  line-height: 1;
  height: 36px;
  text-transform: capitalize;
  vertical-align: middle;
  -webkit-transition: background-color .1s ease-in-out;
  -moz-transition: background-color .1s ease-in-out;
  -o-transition: background-color .1s ease-in-out;
  transition: background-color .1s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* border-left: 0; */
  cursor: pointer;
}
.widget {
  margin: 0 0 50px;
}

.widget h2 > .widget_title_span, .custom-widget h4,
.widget  h3 ,.widget.des_cubeportfolio_widget h4, .widget.des_recent_posts_widget > h4, .sidebar .widget > h4, .widget .widget-contact-content > h4 {
  font-family: 'Poppins','Arial','sans-serif';
  font-weight: 700;
  color: #005390;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  padding: 0;
  width: 100%;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 34px;
  margin-top: 10px;
  font-family: 'Poppins','Arial','sans-serif';
  font-weight: 700;
  color: #005390;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 16px;
}
div#search-2 {
  margin-bottom: 40px;
}
.widget > h2:after, .widget > h4:after, .custom-widget > h4:after, .widget .widget-contact-content > h4:after,
.widget  h3:after{
  width: 15%;
  height: 2px;
  background: #ebbb94;
  content: "";
  position: relative;
  text-align: left;
  margin: 0;
  display: block;
  top: 13px;
  border-right: none;
  background: #f27a24 !important;
  border-left: none;
}

.sidebar .hs-search-field form button svg {
  width: 16px;
  height: 16px;
}

.sidebar .hs-search-field form button:hover {
  background: #dcdcdc;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding: 10px;
  background: #ffff;
}
.nav-previous a, .nav-next a, .next-posts a, .prev-posts a {
  font-weight: 700 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  color: #fff;
  opacity: 0.5;
  letter-spacing: 1px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: none !important;
  font-family: 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.65em;
}
.navigation .nav-title {
  font-family: 'Poppins', 'Arial', 'sans-serif' ,sans-serif;
}
.nav-previous,.nav-next,.next-posts,.prev-posts,#pbd-alp-load-posts a,#pbd-alp-load-newer-posts a,.btn-contact-left input {
  padding: 5px 20px;
  border: none;
  font-weight: 700;
  font-size: 13px !important;
  letter-spacing: 0;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  text-transform: uppercase;
}

.next-posts a,.prev-posts a {
  color: #fff !important;
}
.single-extras {}

.single-extras .container {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0px auto;
  /* width: 80%; */
}

.the_comments {
  margin: 0px auto;
  width: 80%;
  /* display: inline-block; */
  overflow: hidden;
  /* width: 100%; */
  /* margin: 40px 0; */
  padding: 40px 0 120px;
}

.the_comments h3 {
  line-height: 1.3em;
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 5px;
  position: relative;
  letter-spacing: 0;
  font-weight: 600;
}

.the_comments p {
  font-family: 'Poppins', 'Arial', 'sans-serif' ,sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #005390;
}

body .section.post-footer {
  margin: 0;
}

body .section.post-footer .hs-input {
  border: 1px solid #E0E0E0 !important;
  font-weight: 700;
  background: #f9f9f9;
  border-radius: 0;
  padding: 10px 20px;
  border: none;
  font-family: 'Poppins','Arial',sans-serif !important;
  font-weight: 700;
  font-size: 13px !important;
  width: 100%;
  margin-bottom: 0;
  box-shadow: none;
}
.section.post-footer .grecaptcha-badge {
  margin: 0;
}
body .section.post-footer textarea.hs-input {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #777;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  font-weight: normal;
  min-height: 212px;
}
.nav-previous img, .nav-next img{
  opacity: 0.5;
  transition: all .2s ease-in-out;
  cursor: pointer;
}
.single-extras {}

.single-extras .container {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0px auto;
  /* width: 80%; */
}


.the_comments h3 {
  line-height: 1.3em;
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 5px;
  position: relative;
  letter-spacing: 0;
  font-weight: 600;
}

.the_comments p {
  font-family: 'Poppins', 'Arial', 'sans-serif' ,sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #005390;
}

body .section.post-footer {
  margin: 0;
}

body .section.post-footer .hs-input {
  border: 1px solid #E0E0E0 !important;
  font-weight: 700;
  background: #f9f9f9;
  border-radius: 0;
  padding: 10px 20px;
  border: none;
  font-family: 'Poppins','Arial',sans-serif !important;
  font-weight: 700;
  font-size: 13px !important;
  width: 100%;
  margin-bottom: 0;
  box-shadow: none;
}

body .section.post-footer textarea.hs-input {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #777;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  font-weight: normal;
  min-height: 212px;
}

.section.post-footer input.hs-button.primary {
  font-family: 'Poppins','Arial',sans-serif !important;
  border-radius: 3px !important;
  font-weight: 600 !important;
  padding: 5px 15px !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  position: relative;
  float: left;
  margin-top: 15px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  height: auto;
  min-height: 1px;
  line-height: 24px;
  box-shadow: none;
}

.section.post-footer input.hs-button.primary:hover {

}
.nav-previous:hover img, .nav-next:hover img{
  transform: scale(1.1);
  opacity: 0.8;
}

.navigation .nav-title{
  color: #ffffff;
  font-size: 2.2em;
  font-weight: 500;
  margin-top: 20px;
  text-transform: none;
  letter-spacing: 0px;
}
.nav-previous, .nav-next{width: 50%;float: left;padding: 0;margin: 0;position: relative;height: 200px;    background: #101010;
}
.nav-previous .navcontentens-side{
  margin: 60px;
  z-index: 2;
  position: relative;
  color: #fff;
}

.nav-next-thumb, .nav-previous-thumb{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  max-height: 200px;
  z-index: 1;
}
.nav-next-thumb img, .nav-previous-thumb img{
  background-position: left;
  max-width: 100%;
  min-width: 100%;
  left: 0;
  background-size: cover;
  float: left;
  display: block;
  margin-right: auto;
  margin-top: calc(0% - 10%); 
}
.nav-next .navcontentens-side{
  margin: 60px;
  z-index: 2;
  position: relative;
  color: #fff;
}

.navigation a,#nav-below a {
  text-transform: capitalize;
}

.navigation a.page {
  color: #898c8e !important;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
  margin-right: 0;
}

.postcontent {
  padding-bottom: 40px;
}

.single-post .postcontent {
  padding-bottom: 0;
}

#nav-below {
  /* margin: 40px 0 20px; */
}

.nav-previous i,.next-posts i {
  margin-right: 15px;
  font-size: 18px;
  position: relative;
  top: 2px;
  padding-left: 2px;
}

.nav-next i,.prev-posts i {
  margin-left: 15px;
}

/*pagination*/
.navigation {
  position: relative;
  margin: 50px auto !important;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#nav-below.navigation {
  background: #f7f7f5;
  margin-bottom: 60px;
}

.hs-search-field--open .hs-search-field__suggestions a {
  padding: 5px 10px;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding: 10px;
  background: #ffff;
}

.widget ul li {
  font-family: 'Poppins', 'Arial', 'sans-serif' ,sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #005390;
  list-style: none;
  margin-left: 0;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 8px 0px;
  border-bottom: 1px solid #ece7e3;
}

.widget ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}

.widget li:last-child, .widget_nav_menu li:last-child, .footer_sidebar ul li:last-child {
  border-bottom: none;
}

.widget span.filter-link-count {
  display: none;
}

@media (min-width: 768px){
  .blog-form .custom_row .custom_column_container {
    float: left;
    min-height: 1px;
  }
  .blog-form .custom_row .custom_column_container.custom_col-sm-8 {
    width: 66.66666667%;
  }
  .blog-form .custom_row .custom_column_container.custom_col-sm-2 {
    width: 16.66666667%;
  }
  .page-center.custom-blog-listing {
    padding-top: 0;
    padding-bottom: 0;
  }

  .custom-blog-listing .blog-index {
    padding: 0;
    margin-right: -30px;
    display: block;
  }

  .custom-blog-listing .blog-index .blog-index__post.blog-index__post--small {
    width: 33.33333333%;
    float: left;
  }
}
@media (min-width: 992px){
  .col-md-9 {
    width: 75%;
    float: left;
  }
  .col-md-3 {
    width: 25%;
    float: left;
  }
}
@media (max-width:1235px){
  .nav-next-thumb img, .nav-previous-thumb img {
    background-position: left;
    max-width: 100%;
    min-width: 100%;
    left: 0;
    background-size: cover;
    float: left;
    display: block;
    margin-right: auto;
    margin-top: 0;
    object-fit: cover;
    height: auto;
    object-position: center;
  }

}

@media only screen and (min-width: 768px) and (max-width: 993px){
  .page_content.left, .page_content.left.sidebar {
    padding: 30px 0 50px;
    border-right: none;
    padding-right: 0 !important;
  }
  .page-template-blog-template .wideblog .post-listing, .single-post .blog-default-bg, .archive .blog-default-bg.normal, .archive .blog_excerpt {
    max-width: 90%;
    margin: 40px auto 0 !important;
  }
  .single-post .page_content.right, .single-post .page_content.right.sidebar {
    padding-left: 0;
    padding-top: 0;
  }
}
@media (max-width:991px){

  .post-header {
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -13px;
  }

}

@media (max-width:960px){
  .nav-next-thumb img, .nav-previous-thumb img {
    background-position: left;
    max-width: none;
    min-width: 100%;
    left: 0;
    background-size: cover;
    float: left;
    display: block;
    margin-right: auto;
    margin-top: 0;
    object-fit: cover;
    height: auto;
    object-position: center;
    top: 50%;
    transform: translateY(-18%);
    position: relative;
    left: -50%;
  }

}
@media only screen and (min-width: 480px) and (max-width: 767px){
  .single-post .page_content.left {
    padding: 20px 0;
    border-right: none;
  }
  .page_content.left {
    border: none;
    padding-right: 0 !important;
  }
  .page_content.right, .page_content.right.sidebar {
    padding: 0;
  }
}
@media (max-width: 767px){
  .nav-previous, .nav-next {
    width: 100%;
  }
  .single-post .page_content.left .blog-default-bg {
    padding-right: 0;
  }
  .page_content.left {
    padding-right: 0 !important;
  }
  .page-center.custom-blog-listing .blog-pagination {
    margin: 0px 0 50px;
    display: block;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}


@media only screen and (max-width: 479px){
  .page_content.left {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    border: none;
    padding-top: 20px;
  }
  .page_content.right.sidebar {
    padding-left: 0px !important;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .post-header h1.page_title {
    margin-top: 27px !important;
    font-size: 30px !important;
    line-height: 1.3em;
    margin-bottom: 0;
  }
  .the_comments {
    margin-bottom: 0;
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #ddd;
  z-index: -1;
}
.systems-page input#hs-pwd-widget-password {
  height: auto !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .75rem .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;
}
#hs_cos_wrapper_subscription_preferences_email_subscriptions form#email-prefs-form {
  max-width: 100%;
}
p.header {
  position: static !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
ul.no-list.hs-error-msgs {
  padding-left: 2px ;
}
.systems-page form {
  max-width: 767px;
}
.systems-page .hs-form-field {
  margin-bottom: 18px;
}
div#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
  width: 100% !important;
}
@media (max-width: 767px) {
  div#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
    width: 100% !important;
  }
  .systems-page form {
    max-width: 100%;
  }

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

  .systems-page h1 {
    font-size: 34px;
  }
}