/* ******************************************************************************
*********************************************************************************
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: 4rem 2rem 4rem 2rem !important;
}

.banner-area .dnd-section,
.banner-area .dnd-section > .row-fluid {
  padding: 0 !important;
}

.dnd-section > .row-fluid {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left:10px;
  padding-right:10px;
}

@media (max-width: 767px){
  .dnd-section{
    padding: 2rem 1rem 2rem 1rem !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'eicons';
  src:url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/eicons.woff2) format('woff2'),
    url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/eicons.woff) format('woff'),
    url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/eicons.ttf) format('truetype'),
    url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/eicons.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome5Brands';
  src:url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/FontAwesome5Brands-Regular.woff2) format('woff2'),
    url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/FontAwesome5Brands-Regular.woff) format('woff'),
    url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/FontAwesome5Brands-Regular.ttf) format('truetype'),
    url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/FontAwesome5Brands-Regular.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome5Pro-light';
  src:url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/FontAwesome5Pro-Light.woff2) format('woff2'),
    url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/FontAwesome5Pro-Light.woff) format('woff'),
    url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/FontAwesome5Pro-Light.ttf) format('truetype'),
    url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/FontAwesome5Pro-Light.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FontAwesome5Pro-solid';
  src:url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/FontAwesome5Pro-Solid.woff2) format('woff2'),
    url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/FontAwesome5Pro-Solid.woff) format('woff'),
    url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/FontAwesome5Pro-Solid.ttf) format('truetype'),
    url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/FontAwesome5Pro-Solid.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ObjectSans-Medium';
  src:url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/ObjectSans-Medium.woff2) format('woff2'),
    url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/ObjectSans-Medium.woff) format('woff'),
    url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/ObjectSans-Medium.ttf) format('truetype'),
    url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/ObjectSans-Medium.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Object Sans';
  src:url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/ObjectSans-Regular.woff2) format('woff2'),
    url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/ObjectSans-Regular.woff) format('woff'),
    url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/ObjectSans-Regular.ttf) format('truetype'),
    url(//info.experlogix.com/hubfs/raw_assets/public/Experlogix_May2021/Fonts/ObjectSans-Regular.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}


html {
  line-height: 1.15;
}

body {
  font-family: Object Sans, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: .9rem;
  font-family: Object Sans, serif;
}

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left:40px;
}

ul li,
ol li {
  line-height: inherit;
}

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

.disable-focus-styles :focus {
  outline: none;
}

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

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

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

.hs-button,
.button--primary {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  width: auto;
  vertical-align: baseline;
  cursor: pointer;
  text-decoration: none;
  border-style: solid;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  font-family: Object Sans;
  transition: all .15s linear;
}

.hs-button:hover,
.button--primary:hover {
  text-decoration: none;
  color: #fff;
}

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


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

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

.hs-input,
input#hs-pwd-widget-password {
  width: 100%;
  border: 1px solid #cbd6e2;
  height: 40px !important;
  padding: 0 15px;
  outline: none;
  display: inline-block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 12px;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
}

.hs-input:focus,
input#hs-pwd-widget-password:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid rgba(82,168,236,0.8);
}

input.email-edit.hs-input {
  width: 100% !important;
}

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

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

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

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

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-family: Object Sans;
  font-size: 16px;
  color: #f2545b !important;
  margin: 0;
  margin-bottom: 4px;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

#hs-search-module form input {
  margin-bottom: 20px;
}


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

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
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: 126px; 

} 

  

header { 

  position: relative; 

} 

  

header .upper_header { 

  border-style: solid; 

  border-width: 0px 0px 1px 0px; 

  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; 

  margin-top: 0px; 

  margin-bottom: 0px; 

  padding: 0rem 2rem 0rem 2rem; 

  z-index: 6; 

  position: relative; 

} 

  

header .container { 

  max-width: 1400px; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

  margin-right: auto; 

  margin-left: auto; 

  position: relative; 

} 

  

header .container_inner { 

  width: 100%; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

} 

  

header .row { 

  position: relative; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

  min-height: 1px; 

} 

  

header .row_inner { 

  padding: 0; 

  width: 100%; 

  position: relative; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

} 

  

header .upper_header_menus { 

  align-content: center; 

  align-items: center; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

  position: relative; 

  width: 100%; 

  -ms-flex-wrap: wrap; 

  flex-wrap: wrap; 

} 

  

header .upper_header_menus .hs_cos_wrapper_type_menu { 

  width: 100%; 

  position: relative; 

} 

header .upper_header_menus > div { 

  width: 100%; 

} 

  

header .upper_header_menus .hs_cos_wrapper_type_menu { 

  padding: 0; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

  -webkit-box-orient: vertical; 

  -webkit-box-direction: normal; 

  -ms-flex-direction: column; 

  flex-direction: column; 

  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s; 

} 

  

header .upper_header .hs-menu-wrapper { 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

} 

  

header .upper_header .hs-menu-wrapper ul { 

  margin-left: auto; 

  -webkit-box-pack: end; 

  -ms-flex-pack: end; 

  justify-content: flex-end; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

  -ms-flex-wrap: wrap; 

  flex-wrap: wrap; 

  list-style: none; 

  margin-bottom: 0; 

  margin-top: 0; 

  padding: 0; 

  line-height: normal; 

  position: relative; 

  z-index: 2; 

} 

  

header .upper_header .hs-menu-wrapper ul li { 

  position: relative; 

  border-width: 0; 

  display: block; 

  margin: 0; 

  padding: 0; 

  line-height: normal; 

} 

  

header .upper_header .hs-menu-wrapper ul li a { 

  padding-left: 12px; 

  padding-right: 12px; 

  padding-top: 10px; 

  padding-bottom: 10px; 

  font-size: 14px; 

  font-weight: 400; 

  font-family: 'Object Sans'; 

  white-space: nowrap; 

  transition: .4s; 

  line-height: 20px; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

  -webkit-box-align: center; 

  -ms-flex-align: center; 

  align-items: center; 

  position: relative; 

} 

  

header .lower_header { 

  border-style: solid; 

  border-width: 0px 0px 1px 0px; 

  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; 

  margin-top: 0px; 

  margin-bottom: 0px; 

  padding: 0rem 2rem 0rem 2rem; 

  z-index: 5; 

  position: relative; 

} 

  

header .lower_header.sticky { 

  position: fixed; 

  width: 100%; 

  top: 0px; 

  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%), 0px 0px 2px 0px rgb(0 0 0 / 15%); 

} 

  

header .lower_header .container { 

  min-height: 84px; 

  -webkit-box-align: center; 

  -ms-flex-align: center; 

  align-items: center; 

} 

  

header .lower_header .row_inner { 

  padding: 4px 0px 0px 10px; 

} 

  

header .lower_header .header_logo_wrapper { 

  align-content: center; 

  align-items: center; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

  position: relative; 

  width: 100%; 

  -ms-flex-wrap: wrap; 

  flex-wrap: wrap; 

} 

  

header .lower_header .header_logo { 

  text-align: left; 

  width: 100%; 

  position: relative; 

} 

  

header .lower_header #hs_cos_wrapper_header_logo { 

  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s; 

} 

  

header .lower_header .header_logo a { 

  display: inline-block; 

  font-weight: 500; 

} 

  

header .lower_header .header_logo a img { 

  max-width: 180px; 

  width: 100% !important; 

  vertical-align: middle; 

  display: inline-block; 

  height: auto; 

  border: none; 

  box-shadow: none; 

} 

  

header .lower_header_right_wrapper { 

  position: relative; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

  min-height: 1px; 

} 

  

header .lower_header_right_wrapper_inner { 

  padding-right: 8px; 

  width: 100%; 

  position: relative; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

} 

  

header .lower_heaeder_right_row { 

  align-content: center; 

  align-items: center; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

  position: relative; 

  width: 100%; 

  -ms-flex-wrap: wrap; 

  flex-wrap: wrap; 

} 

  

header .lower_header_button { 

  position: absolute; 

  right: 0; 

  top: 0; 

  width: auto; 

  max-width: 100%; 

  margin-bottom: 0; 

  z-index: 1; 

  text-align: left; 

} 

  

header .lower_header_button_container { 

  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s; 

} 

  

header .lower_header_button_container a { 

  font-weight: 500; 

  fill: #FFFFFF; 

  color: #FFFFFF; 

  border-radius: 5px 5px 5px 5px; 

  width: auto; 

  display: flex; 

  line-height: 1; 

  font-size: 15px; 

  padding: 12px 24px; 

  text-align: center; 

  transition: all .3s; 

  justify-content: center; 

  -webkit-box-flex: 1; 

  -ms-flex-positive: 1; 

  flex-grow: 1; 

  -webkit-box-ordinal-group: 11; 

  -ms-flex-order: 10; 

  order: 10; 

  font-family: 'ObjectSans-Medium'; 

  border: 0; 

} 

  

header .lower_header_button_container a:hover{ 

  background-color: #FF8F3C; 

} 

  

header .lower_header_menus { 

  width: 100%; 

  position: relative; 

} 

  

header .lower_header_menus #hs_cos_wrapper_navigation-primary { 

  padding: 0px 150px 0px 0px; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

  -webkit-box-orient: vertical; 

  -webkit-box-direction: normal; 

  -ms-flex-direction: column; 

  flex-direction: column; 

  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s; 

} 

  

header .lower_header_menus nav { 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

} 

  

.header .navigation-primary>ul{ 

  margin-left: auto; 

  -webkit-box-pack: end; 

  -ms-flex-pack: end; 

  justify-content: flex-end; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

  -ms-flex-wrap: wrap; 

  flex-wrap: wrap; 

  list-style: none; 

  margin-top: 0; 

  margin-bottom: 0; 

  padding: 0; 

  line-height: normal; 

  position: relative; 

  z-index: 2; 

} 

  

.header .navigation-primary>ul>li{ 

  border-width: 0; 

  position: relative; 

  display: block; 

  list-style: none; 

  margin: 0; 

  padding: 0; 

  line-height: normal; 

} 

  .header .navigation-primary>ul>li>a{ 

  padding-left: 12px; 

  padding-right: 12px; 

  padding-top: 10px; 

  padding-bottom: 10px; 

  font-size: 14px; 

  font-weight: 400; 

  white-space: nowrap; 

  transition: .4s; 

  line-height: 20px; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

  -webkit-box-align: center; 

  -ms-flex-align: center; 

  align-items: center; 

  position: relative; 

  font-family: 'Object Sans'; 

} 

  

.header .navigation-primary ul li.has-submenu.menu-item a .sub-arrow { 

  font-size: 16px; 

  line-height: 1; 

  padding: 10px 0 10px 10px; 

  margin-top: -10px; 

  margin-bottom: -10px; 

} 

  

.sub-arrow i { 

  pointer-events: none; 

  font-family: FontAwesome5Pro-solid; 

  font-weight: 900; 

  -moz-osx-font-smoothing: grayscale; 

  -webkit-font-smoothing: antialiased; 

  display: inline-block; 

  font-style: normal; 

  font-variant: normal; 

  text-rendering: auto; 

  line-height: 1; 

} 

  

.sub-arrow i:before { 

  content: ""; 

} 

  

.header .navigation-primary>ul>li:after{ 

  height: 0; 

  width: 0; 

  left: 50%; 

  background-color: #EE802E; 

  opacity: 0; 

  content: ""; 

  bottom: 0; 

  z-index: 2; 

  display: block; 

  position: absolute; 

  -webkit-transition: .3s; 

  -o-transition: .3s; 

  transition: .3s; 

  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1); 

  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1); 

  transition-timing-function: cubic-bezier(.58,.3,.005,1); 

} 

  

.header .navigation-primary>ul>li>ul{ 

  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 40%); 

  visibility: hidden; 

  opacity: 0; 

  position: absolute; 

  border-width: 0; 

  border-style: solid; 

  padding: 0; 

  list-style: none; 

  line-height: normal; 

  width: auto; 

  display: none; 

  top: auto; 

  left: 0px; 

  margin-left: 0px; 

  margin-top: 0px; 

  min-width: 10em; 

  max-width: 1000px; 

} 

  

.header .navigation-primary>ul>li>ul>li{ 

  border-width: 0; 

  display: block; 

  margin: 0; 

  padding: 0; 

  line-height: normal; 

} 

  

.header .navigation-primary>ul>li>ul>li>a{ 

  font-family: 'ObjectSans-Medium'; 

  font-weight: 500; 

  border-left: 0; 

  font-size: 13px; 

  white-space: nowrap; 

  padding: 13px 20px; 

  -webkit-transition: .4s; 

  -o-transition: .4s; 

  transition: .4s; 

  text-shadow: none; 

  -webkit-box-pack: justify; 

  -ms-flex-pack: justify; 

  justify-content: space-between; 

  line-height: 20px; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

  -webkit-box-align: center; 

  -ms-flex-align: center; 

  align-items: center; 

} 

  

header .lower_heaeder_right_row .menu_toggler { 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

  -webkit-box-align: center; 

  -ms-flex-align: center; 

  align-items: center; 

  -webkit-box-pack: center; 

  -ms-flex-pack: center; 

  justify-content: center; 

  font-size: 22px; 

  padding: .25em; 

  cursor: pointer; 

  border: 0 solid; 

  background-color: rgba(0,0,0,0); 

  border-radius: 3px; 

  color: #494c4f; 

  margin-left: auto; 

} 

  

header .lower_heaeder_right_row .menu_toggler i.menu_bar { 

  display: inline-block; 

  font-family: 'eicons'; 

  font-size: inherit; 

  font-weight: 400; 

  font-style: normal; 

  font-variant: normal; 

  line-height: 1; 

  text-rendering: auto; 

} 

  

header .lower_heaeder_right_row .menu_toggler i.menu_bar:before { 

  content: "\e816"; 

} 

  

header .lower_heaeder_right_row .menu_toggler .screen_only { 

  position: absolute; 

  top: -10000em; 

  width: 1px; 

  height: 1px; 

  margin: -1px; 

  padding: 0; 

  overflow: hidden; 

  clip: rect(0,0,0,0); 

  border: 0; 

} 

  

header .lower_heaeder_right_row .menu_toggler.cross i.menu_bar:before { 

  content: "\e87f"; 

} 

  

  

/* media query for min width */ 

  

@media (min-width: 1200px){ 

  header .lower_heaeder_right_row .menu_toggler{ 

    display: none; 

  } 

  

  header .lower_header_menus nav{ 

    display: block !important; 

  } 

  

  .header .navigation-primary>ul>li:hover:after{ 

    height: 4px; 

    width: 100%; 

    left: 0; 

    z-index: 2; 

    -webkit-transform: scale(1); 

    -ms-transform: scale(1); 

    transform: scale(1); 

    opacity: 1; 

  } 

  

  .header .navigation-primary>ul>li.has-submenu.menu-item:hover ul{ 

    visibility: visible; 

    opacity: 1; 

    width: auto; 

    display: block; 

    top: auto; 

    left: 0px; 

    margin-left: 0px; 

    margin-top: 0px; 

    min-width: 6.5em; 

    max-width: 1000px; 

  } 

  

  header .mobile_nav { 

    display: none !important; 

  } 

} 

  

@media (min-width: 768px){ 

  header .upper_header .row{ 

    width: 100%; 

  } 

  

  header .lower_header .row { 

    width: 19.665%; 

  } 

  

  header .lower_header_right_wrapper{ 

    width: 80%; 

  } 

} 

  

  

/* media query for max width */ 

  

@media (max-width: 1199px){ 

  

  header .lower_header{ 

    border-width: 0px 0px 0px 0px; 

  } 

  

  header .lower_header.sticky{ 

    border-width: 0px 0px 1px 0px; 

  } 

  

  header .upper_header{ 

    padding: 0; 

  } 

  

  header .container, header .container_inner{ 

    flex-wrap: wrap; 

  } 

  

  header .lower_header_menus nav{ 

    display: none; 

  } 

  

  header .lower_header .row_inner{ 

    padding: 0px 0px 0px 10px; 

  } 

  

  header .lower_header_button{ 

    right: 50.7px; 

  } 

  

  header .mobile_nav nav{ 

    position: absolute; 

    z-index: 9997; 

    width: 100%; 

    top: 100%; 

    right: 0; 

    left: 0; 

    background: #fff; 

    left: 0px; 

    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 40%); 

    -webkit-transform: scaleY(1); 

    -ms-transform: scaleY(1); 

    transform: scaleY(1); 

    max-height: 100vh; 

    transition: max-height .3s,transform .3s,-webkit-transform .3s; 

    -webkit-transform-origin: top; 

    -ms-transform-origin: top; 

    transform-origin: top; 

    overflow: auto; 

    font-size: 13px; 

    display: none; 

  } 

  

  .header .mobile_nav .navigation-primary>ul{ 

    display: block; 

  } 

  

  .header .mobile_nav .navigation-primary>ul>li>a{ 

    font-size: 14px; 

    font-weight: 400; 

    -webkit-box-pack: justify; 

    -ms-flex-pack: justify; 

    justify-content: space-between; 

    padding: 10px 20px; 

    line-height: 20px; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex; 

    -webkit-box-align: center; 

    -ms-flex-align: center; 

    align-items: center; 

    color: #494c4f; 

  } 

  

  .header .mobile_nav .navigation-primary>ul>li>a:hover { 

    background-color: #EFEFEF; 

    transition: .1s; 

  } 

  

  .header .mobile_nav .navigation-primary>ul>li>ul{ 

    position: relative; 

    display: none; 

    visibility: visible; 

    opacity: 1; 

    box-shadow: none; 

    width: auto; 

    font-size: 13px; 

    max-width: unset; 

  } 

  

  .header .mobile_nav .navigation-primary>ul>li>ul>li>a{ 

    font-size: .85em; 

    padding: 10px 20px; 

    line-height: 20px; 

    color: #494c4f; 

  } 

  

  header .lower_header.sticky .mobile_nav nav { 

    top: 100%; 

  } 

} 

  

  

@media (max-width: 1199px) and (min-width: 768px){ 

  header .lower_header .row{ 

    width: 50%; 

  } 

  

  header .lower_header_right_wrapper{ 

    width: 50%; 

  } 

} 

  

@media (max-width: 767px){ 

  .header_wrapper{ 

    min-height: 90px; 

  } 

  

  header .row{ 

    width: 100%; 

  } 

  

  header .lower_header{ 

    padding: 0; 

  } 

  

  header .lower_header .container{ 

    min-height: 1px; 

  } 

  

  header .lower_header .row{ 

    width: 44%; 

  } 

  

  header .lower_header .row_inner{ 

    padding: 0 0 0 1rem; 

  } 

  

  header .lower_header #hs_cos_wrapper_header_logo{ 

    padding: 0 0 0 12px; 

  } 

  

  header .lower_header .header_logo a img{ 

    height: 48px; 

  } 

  

  header .lower_header_right_wrapper{ 

    width: 56%; 

  } 

  

  header .lower_header_button{ 

    right: 39.8px; 

    top: 7px; 

  } 

  

  header .lower_header_button_container{ 

    margin: 0; 

    padding: 0; 

  } 

  

  header .lower_header_button_container a{ 

    font-size: 14px; 

    padding: 10px 16px 10px 16px; 

  } 

} 

  

@media (max-width: 389px){ 

  header .upper_header .hs_cos_wrapper_type_menu ul li a{ 

    font-size: 11px; 

    padding-left: 8px; 

    padding-right: 8px; 

  } 

} 

  

  

  

  

/* Banner CSS */ 

  

  

  

.banner .banner_overlay { 

  opacity: 0.9; 

  transition: background 0.3s, border-radius 0.3s, opacity 0.3s; 

  height: 100%; 

  width: 100%; 

  top: 0; 

  left: 0; 

  position: absolute; 

} 

  

.banner .banner_container { 

  max-width: 1400px; 

  min-height: 400px; 

  -webkit-box-align: center; 

  -ms-flex-align: center; 

  align-items: center; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

  margin-right: auto; 

  margin-left: auto; 

  position: relative; 

} 

  

.banner .banner_row { 

  width: 100%; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

} 

  

.banner .banner_row .banner_left, .banner .banner_row .banner_right { 

  position: relative; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

  min-height: 1px; 

} 

  

.banner .banner_row .banner_left_inner_wrapper { 

  background-color: #FFFFFFCC; 

  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; 

  padding: 2rem 2rem 2rem 2rem; 

  width: 100%; 

  position: relative; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

} 

  

.banner .banner_row .banner_left_inner { 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

  position: relative; 

  width: 100%; 

  -ms-flex-wrap: wrap; 

  flex-wrap: wrap; 

  -ms-flex-line-pack: start; 

  align-content: flex-start; 

} 

  

.banner .banner_row .banner_heading_wrapper { 

  margin-bottom: 20px; 

  width: 100%; 

  position: relative; 

} 

  

.banner .banner_row .banner_heading { 

  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s; 

} 

  

.banner .banner_row .banner_heading h1 { 

  font-size: 3.5rem; 

  margin: 0; 

  line-height: 1; 

} 

  

.banner .banner_row .banner_text_wrapper { 

  color: #333333; 

  width: 100%; 

  font-family: 'Object Sans'; 

  font-weight: 400; 

  position: relative; 

} 

  

.banner .banner_row .banner_text { 

  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s; 

} 

  

.banner .banner_row .banner_right_inner_wrapper { 

  width: 100%; 

  position: relative; 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

} 

  

.banner .banner_row .banner_right_inner { 

  display: -webkit-box; 

  display: -ms-flexbox; 

  display: flex; 

  position: relative; 

  width: 100%; 

  -ms-flex-wrap: wrap; 

  flex-wrap: wrap; 

  -ms-flex-line-pack: start; 

  align-content: flex-start; 

} 

  

  

  

/* media query for min width */ 

  

@media (min-width: 768px){ 

  .banner .banner_row .banner_left, .banner .banner_row .banner_right{ 

    width: 50%; 

  } 

} 

  

  

@media (min-width: 1200px){ 

  .banner{ 

    background-attachment: fixed; 

  } 

} 

  

  

/* media query for max width */ 

  

@media (max-width: 1199px){ 

  .banner .banner_row .banner_heading h1{ 

    font-size: 2.5rem; 

  } 

  

  .banner .banner_row{ 

    -ms-flex-wrap: wrap; 

    flex-wrap: wrap; 

  } 

} 

  

@media (max-width: 768px){ 

  .banner .banner_row .banner_heading h1{ 

    font-size: 2rem; 

  } 

} 

  

@media (max-width: 767px){ 

  header .lower_header.sticky { 

   min-height:60px; 

  } 

  header .lower_header .header_logo_wrapper { 

    padding-top:10px; 

  } 

  .banner{ 

    padding: 2rem 1rem 2rem 1rem; 

  } 

  

  .banner .banner_container{ 

    min-height: 0px; 

  } 

  

  .banner .banner_row .banner_left, .banner .banner_row .banner_right{ 

    width: 100%; 

  } 

} 

  

/* End */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 4rem 2rem 4rem 2rem;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

footer .container {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

footer .container_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

footer .row_inner {
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

/* upper footer */

footer .content_wrapper .upper_footer {
  margin-top: 0px;
  margin-bottom: 050px;
  width: 100%;
  position: relative;
}

footer .content_wrapper .upper_footer_container {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

footer .content_wrapper .upper_footer_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .content_wrapper .column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

footer .content_wrapper .column_one_container, footer .content_wrapper .column_two_container, footer .content_wrapper .column_three_container, footer .content_wrapper .column_four_container {
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .content_wrapper .column_one_row, footer .content_wrapper .column_two_row, footer .content_wrapper .column_three_row, footer .content_wrapper .column_four_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

footer .content_wrapper .column_one_content, footer .content_wrapper .column_two_content, footer .content_wrapper .column_three_content, footer .content_wrapper .column_four_content {
  width: 100%;
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

footer .content_wrapper .column_one_content h4, footer .content_wrapper .column_two_content h4, footer .content_wrapper .column_three_content h4, footer .content_wrapper .column_four_content h4 {
  margin: 0;
  margin-bottom: 20px;
  line-height: 1;
}

footer .content_wrapper .column_one_content ul, footer .content_wrapper .column_two_content ul, footer .content_wrapper .column_three_content ul, footer .content_wrapper .column_four_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .content_wrapper .column_one_content ul li, footer .content_wrapper .column_two_content ul li, footer .content_wrapper .column_three_content ul li, footer .content_wrapper .column_four_content ul li {
  padding-bottom: calc(2px/2);
  font-family: 'Object Sans';
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
footer .content_wrapper ul li a,.copyright_text a {
  color:#333333;

}
footer .content_wrapper ul li a:hover, footer .content wrapper a:hover{
 color:#0350D8;
}

footer .content_wrapper .column_one_content ul li:nth-child(2), footer .content_wrapper .column_two_content ul li:nth-child(2), footer .content_wrapper .column_three_content ul li:nth-child(2){
  margin-top: calc(2px/2);
}

footer .content_wrapper .column_one_content ul li:last-child, footer .content_wrapper .column_two_content ul li:last-child, footer .content_wrapper .column_three_content ul li:last-child{
  margin-top: calc(2px/2);
  padding: 0;
}

footer .content_wrapper .column_one_content ul li i, footer .content_wrapper .column_two_content ul li i {
  display: inline-block;
  font-style: normal;
}

footer .content_wrapper .column_three_content ul li a, footer .content_wrapper .column_four_content ul li a {
  font-family: 'Object Sans';
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.76px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: none;
}

footer .content_wrapper .column_three_content ul li a i, footer .content_wrapper .column_four_content ul li a i{
  display: inline-block;
  font-style: normal;
}

footer .content_wrapper .column_four_content ul li{
  padding: 0;
  margin: 0;
}


/* lower footer */

footer .content_wrapper .lower_footer {
  padding: 0px 4px 4px 4px;
  width: 100%;
  position: relative;
  padding-top:20px;
  border-top:1px #eee solid;
 
}

footer .content_wrapper .lower_footer_container {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

footer .content_wrapper .lower_footer_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .content_wrapper .lower_footer .copyright_text, footer .content_wrapper .lower_footer #hs_cos_wrapper_module_16216716912351 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

footer .content_wrapper .lower_footer .copyright_text_container {
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .content_wrapper .lower_footer .copyright_text_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

footer .content_wrapper .lower_footer .copyright_text_inner #hs_cos_wrapper_copyright_text_inner {
  font-family: "Object Sans", Sans-serif;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

footer .content_wrapper .lower_footer .copyright_text_inner p a {
}
footer .social-links{
width: 30%; display: inline-block; margin-bottom: 0px; vertical-align: middle;
}
footer .copyright-links{
  font-size: 14px; width: 68%; display: inline-block; text-align: right;
}
/* media query for min width */

@media (min-width: 768px){
  footer .content_wrapper .column{
    width: 25%;
  }

  footer .row{
    width: 100%;
  }

  footer .content_wrapper .lower_footer .copyright_text, footer .content_wrapper .lower_footer #hs_cos_wrapper_module_16216716912351{
    width: 100%;
  }

}


/* media query for max width */

@media (max-width: 1199px){
  footer .container, footer .content_wrapper .upper_footer_container{
    max-width: 1024px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer .container_inner, footer .content_wrapper .upper_footer_row{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer .content_wrapper .column{
    width: 50%;
  }
}

@media (max-width: 767px){
  footer{
    padding: 2rem 1rem 2rem 1rem;
  }

  footer .container, footer .content_wrapper .upper_footer_container, footer .content_wrapper .lower_footer_container{
    max-width: 767px;
  }

  footer .row{
    width: 100%;
  }

  footer .row_inner{
    padding: 0;
  }

  footer .content_wrapper .column{
    width: 100%;
  }

  footer .content_wrapper .column_one_content ul li, footer .content_wrapper .column_two_content ul li, footer .content_wrapper .column_three_content ul li, footer .content_wrapper .column_four_content ul li{
    font-size: 12px;
  }

  footer .content_wrapper .column_three_content ul li a, footer .content_wrapper .column_four_content ul li a{
    font-size: 12px;
  }

  footer .content_wrapper .lower_footer_container, footer .content_wrapper .lower_footer_row{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer .content_wrapper .lower_footer .copyright_text, footer .content_wrapper .lower_footer #hs_cos_wrapper_module_16216716912351{
    width: 100%;
  }

  footer .content_wrapper .lower_footer .copyright_text_inner #hs_cos_wrapper_copyright_text_inner{
    text-align: left;
    margin-bottom: -1px;
  }
  footer .social-links,footer .copyright-links{
    width:100%;
    text-align:left;
    padding:10px 0px;
    line-height:120%;
  }
  }
/* ******************************************************************************
*********************************************************************************
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: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;
}

.blog-post img {
  max-width: 100%;
}


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

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

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

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */



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


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


/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

/* Blog Style */

.banner{
  background-position: center center;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 4rem 2rem 4rem 2rem;
  position: relative;
}

.blog-index__post-inner-card{
  box-shadow:none !important;
}





/* blog listing css */

/* .content-wrapper {
margin: 0 auto;
max-width: unset !important;
padding: 0;
} */

.blog-index__post {
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #DDDDDD;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 4rem 2rem 4rem 2rem;
}

.blog-index__post:first-child {
  background: #f4f4f4;
}

.blog-index__post:not(:first-child) {
  background: #ffffff;
}

.blog-index_container {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.blog-index_container_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index_row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

.blog-index_row_inner {
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.blog-index_widget_inner {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 1rem 1rem 1rem 1rem;
  position: relative;
}

.blog-index_widget_inner_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.blog-index_widget_inner_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.date-wrapper, .blog-index__post-inner-card{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}


.date-wrapper-inner {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 1rem 1rem 1rem 1rem;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.date-wrapper-inner-row {
  align-content: center;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.date-wrapper-widget {
  width: 100%;
  position: relative;
  text-align: right;
}

.date-wrapper-widget-container {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.date-wrapper-widget-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.date-wrapper-widget-container ul li {
  font-family: "Object Sans", Sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.date-wrapper-widget-container ul li span {
  color: #102e50;
}

.year_container {
  width: 100%;
  position: relative;
  text-align: right;
}

.year_row {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  padding: 0;
}

.year_row ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.year_row ul li {
  font-family: "Object Sans", Sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1em;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}



.blog-index__post-content.blog-index__post-content--small {
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #c7cccd;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 1rem 1rem 1rem 1rem;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-content-row {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.heading-wrapper {
  width: 100%;
  position: relative;
  margin: 0rem 0rem 0.5rem 0rem;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.heading-wrapper h3 {
  color: #102E50;
  font-family: 'ObjectSans-Medium';
  font-weight: 500;
  margin: 0;
  line-height: 1.2em;
}

.heading-wrapper h3 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.text-wrapper {
  margin-bottom: 0;
  font-family: "Object Sans", Sans-serif;
  font-size: 1rem;
  font-weight: 400;
  width: 100%;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.text-wrapper p {
  font-family: "Object Sans", Sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}

.blog-post__meta-section {
  width: 100%;
  position: relative;
}

.blog-post__read-more {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  padding: 0;
}

.blog-post__meta-section a {
  color: #ee802e;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-family: 'ObjectSans-Medium';
  font-weight: 500;
}


span.read-more-arrow {
  margin-left: 5px;
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

i.fa-arrow-right {
  font-family: 'FontAwesome5Pro-light';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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


.blog-index-lower-section {
  position: relative;
}

.blog-index-lower-section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.blog-index-lower-section-container-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index-lower-section-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

.blog-index-lower-section-row-inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index-lower-section-widget-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.blog-index-lower-section-widget {
  width: 100%;
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.blog-index-lower-section-content {
  transition: background 0s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 50px 100px 50px;
  background-color: #FFFFFF;
  position: relative;
}

.blog-index-lower-section-content-container {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.blog-index-lower-section-content-container-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index-lower-section-content-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

.blog-index-lower-section-content-row-inner {
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index-lower-section-content-widget-wrap {
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.blog-index-lower-section-content-widget-container {
  text-align: center;
  color: #c7cccd;
  margin-bottom: 20px;
  width: 100%;
  font-family: 'Object Sans';
  font-weight: 400;
  position: relative;
}

.blog-index-lower-section-content-text-wrapper {
  margin: 0px 0px -12px 0px;
  padding: 0px 0px 0px 0px;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.blog-index-lower-section-content-heading-wrapper {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.blog-index-lower-section-content-heading-wrapper h2 {
  padding: 0;
  margin-bottom: 0;
  line-height: 1;
}

.blog-index-lower-section-content-button-wrapper {
  width: 100%;
  position: relative;
  text-align: center;
}

.blog-index-lower-section-content-button-wrapper-container {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.blog-index-lower-section-content-button-wrapper a {
  color: #FFFFFF;
  background-color: #ee802e;
  font-family: 'ObjectSans-Medium';
  font-weight: 500;
  font-size: 18px;
  padding: 20px 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: auto;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.blog-index-lower-section-content-button-wrapper a:hover {
  color: #FFFFFF;
  background-color: #102e50;
}

span.button-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

span.button-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
}


@media (min-width: 768px){
  .blog-index_row{
    width: 100%;
  }

  .date-wrapper {
    width: 20%;
  }

  .blog-index__post-inner-card{
    width: 79.665%;
  }

  .blog-index-lower-section-row, .blog-index-lower-section-content-row{
    width: 100%;
  }
}





/* blog post css */

.blog_post_wrapper{
  background: #FFFFFF;
}

.post_container{
  display: block;
  position: static;
}

.banner_heading h6 {
  color: #C5C5C5;
  font-family: 'ObjectSans-Medium';
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 1;
  display: inline-block;
}
.blog-comments form {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}
.headings h1 {
  color: #102e50;
  font-family: 'ObjectSans-Medium';
  font-weight: 500;
  line-height: 1.1em !important;
  padding: 0;
  margin: 0;
  font-size: 2.5rem !important;
}

.blog_post_date span {
  color: #797979;
  display: inline-block;
  font-family: "Object Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  word-break: break-word;
}

.blog-post__body h2 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 28px 0;
}

.blog-post__body ul {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.blog-post__body ul li {
  margin-top: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin-bottom: 0.5rem;
  font-family: "Object Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.banner.blog-post-banner{
  padding: 5rem 2rem 5rem 2rem;
  background-position: bottom right;
}

.banner.blog-post-banner .banner_container{
  min-height: unset;
}

.banner.blog-post-banner .banner_row .banner_heading_wrapper{
  margin-bottom: 0;
}

.banner.blog-post-banner .banner_row .banner_left{
  width: 100%;
}

.banner.blog-post-banner .banner_row .banner_right{
  display: none;
}

.banner.blog-post-banner .title-wrapper{
  font-size: 1rem;
  line-height: 1;
}

.banner.blog-post-banner .blog_post_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.banner.blog-post-banner .blog_post_date span {
  display: block;
}

@media (max-width: 1199px) and (min-width: 768px){
  .banner.blog-post-banner .banner_row .banner_left {
    width: 67%;
  }
}

@media (max-width: 767px){
  .blog-index_widget_inner_row {
    display: block;
  }
  .date-wrapper {
    width: 100%;
  }
  .date-wrapper-inner {
    width: 100%;
    padding: 0;
  }
  .date-wrapper-inner-row {
    justify-content: flex-start;
  }
  .blog-index__post-content.blog-index__post-content--small {
    padding: 0;
    border: 0 none;
    width: 100%;
  }
  .blog-index__post {
    padding: 2rem 1rem 2rem 1rem;
  }
  .blog-index_widget_inner {
    padding: 0;
  }
  .date-wrapper-widget {
    width: auto;
  }
  .year_container {
    width: auto;
  }
  .date-wrapper-widget-container ul li {
    font-size: 16px;
  }
  .year_row ul li {
    font-size: 16px;
    margin-left: 8px;
  }
  .banner {
    padding: 2rem 1rem 2rem 1rem;
  }

  .banner.blog-post-banner .banner_row .banner_heading h1 {
    font-size: 2rem !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.systems-page form,
.systems-page div#content{
  max-width:767px;
}
.systems-page form .hs-input{
  width:100%;
}
.systems-page form ul.no-list{
  padding-left:0;
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

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

@media (max-width:767px){
.systems-page .success{
  min-width:100%;
  height:auto;
}
  .systems-page h1 {
    font-size: 26px;
  }

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