/* ******************************************************************************
*********************************************************************************
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 {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

/* 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;
  max-width: 100%;
}

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

.banner-area .dnd-section {
  padding: 0;
}
.banner-area .dnd-section > .row-fluid{
  padding: 0;
  width: 100%;
}
.dnd-section > .row-fluid, .page-center, .content-wrapper {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  width: 90%;
}


@media (max-width: 991px) {
  .dnd-section > .row-fluid, .page-center, .content-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }



}



@media (max-width: 767px) {
  .dnd-section .dnd-module {
    margin-bottom: 30px;
  }
  .banner-area .dnd-section .dnd-module {
    margin-bottom: 0;
  }



}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

body {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  color: #434346;
  line-height: 1.56;
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ol, p, ul {
  margin-top: 0;
}
p {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 500;
}

/* Anchor Links */
a {
  color: #3b5bdb;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
}
a:hover, a:focus {
  text-decoration: none;
}

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

h1 {
  font-size: 44px;
  line-height: 1.23;
}

h2 {
  font-size: 36px;
  line-height: 1.29;
}

h3 {
  font-size: 32px;
  line-height: 1.25;
}

h4 {
  font-size: 20px;
  line-height: 1.4;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
}

h6 {
  font-size: 18px;
  line-height: 1.4;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}
ol, ul {
  margin-bottom: 10px;
  padding-left: 40px;
}
ul {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 24px;
}

li {
  padding-top: 3px;
  padding-bottom: 12px;
}

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

blockquote, figure {
  margin: 0 0 10px;
}
blockquote {
  margin-bottom: 24px;
  padding: 0;
  border-left: 5px none #e2e2e2;
  font-family: 'Zilla Slab',sans-serif;
  font-size: 32px;
  line-height: 38px;
  padding-left: 20px;
}



/* 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: none;
  outline-color: black;
}

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

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}
/* ******************************************************************************
*********************************************************************************
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{
  border-style: solid;
  border-color: #e7e7e7;
  padding: 24px;
  border-width: 1px;
  border-radius: 8px;
  background-color: #fff;
  height: auto;
  padding-bottom: 24px;
  display: block;
  width: 100%;
  max-width: 767px;
}

form {
  font-family: Montserrat, sans-serif;
}

.hs-button {
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  position: relative;
  text-align: center;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  background-color: #3b5bdb;
  border-color: #3b5bdb;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-family: Montserrat, sans-serif;
}

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

.hs-button:active {
  background-color: #6383ff;
  border-color: #6383ff;
}
label {
  font-size: 14px;
  text-align: right;
  color: #33475b;
  display: inline-block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.hs-form-field label {
  font-family: Montserrat,sans-serif;
  font-size: 14px;
}
.hs-form-field label:not(.hs-error-msg) {
  color: #494949;
}
.hs-error-msgs label {
  color: #f2545b;
}

.hs-input, input[type="password"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  height: 40px;
  display: inline-block;
  background-color: #f5f8fa;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}

input[type="password"] {
  height: 40px !important;
  margin-bottom: 18px !important;
}

.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;
  min-height: auto;
}

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.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: 5px !important;
}

.field, div#hs-search-module .hs-input, .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: 18px;
  color: #434346;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 100%;
    }
    .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: Montserrat, sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  text-decoration: 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.header {
  border-bottom: 2px solid #e7e7e7;
}
.header__container {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
}
.main_header {
  position: relative;
  display: flex;
  padding: 12px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  z-index: 9999;
}
.main_header:before, .main_header:after {
  content: " ";
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
  display: table;
}
.main_header:after {
  clear: both;
}
.custom-logo {
  position: relative;
  float: left;
  width: 100px;
}
.custom-logo a {
  display: block;
}
.custom-logo img {
  width: 100% !important;
}
.header_navigation {
  position: relative;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-left: 12px;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header_menu_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  margin-left: 12px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_buttons > a {
  cursor: pointer;
  border: 0;
  position: relative;
  margin-right: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-width: 2px;
  border-color: #3b5bdb;
  border-radius: 8px;
  padding: 8px 16px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
.header_buttons > a.menu_button_w {
  border-style: none;
  background-color: transparent;
  color: #3b5bdb;
}
.header_buttons > a.menu_button_g {
  border-style: solid;
  border-width: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-color: #36a148;
  background-color: #3aad4e;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #fff;
}
.language-switch-nav {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 6px;
}
.language-switch-nav a {
  max-width: 100%;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 6px;
  color: #3b5bdb;
}
.language-line {
  position: relative;
  overflow: hidden;
  width: 10px;
  height: 2px;
}

.language-line-fill {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.language-line-fill.f1 {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #3b5bdb;
  background-color: #3b5bdb;
  color: #3b5bdb;
}
.language-line-fill.f2 {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  background-color: #ff6640;
  -webkit-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  transform: translate(-100%,0);
  color: #3b5bdb;
}
.language-switch-nav a > div {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.mobile-trigger{
  display: none;
}

.no_nav .main_header {
  height: 64px;
}











@media screen and (min-width: 992px){
  .mobile-wrapper{
    display: none;
  }
  .mobile-navigation {
    display: none;
  }
  .custom-menu-primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 12px;
  }
  .custom-menu-primary .navigation-primary > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .custom-menu-primary .navigation-primary > ul > li {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
  .custom-menu-primary .navigation-primary > ul > li > a {
    vertical-align: top;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    font-weight: 600;
  }
  .custom-menu-primary .navigation-primary > ul > li.has-submenu > a {
    padding-right: 0;
  }
  img.dropdown-icon {
    display: block;
    margin-right: 0;
    padding-right: 8px;
    padding-left: 0;
  }
  .custom-menu-primary .navigation-primary > ul > li.has-submenu {
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .custom-menu-primary .navigation-primary > ul ul {
    margin: 0;
    list-style: none;
    position: absolute;
    border: 1px solid #ecebea;
    left: -22px;
    border-width: 2px;
    border-color: #e7e7e7;
    border-radius: 8px;
    box-shadow: 0 6px 12px 6px rgba(0,0,0,.12);
    font-size: 16px;
    line-height: 24px;
    min-width: 167px;
    padding: 12px;
    display: none;
    top: 100%;
  }
  .custom-menu-primary .navigation-primary > ul ul li {
    padding: 0;
  }

  .custom-menu-primary .navigation-primary > ul ul li a {
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    vertical-align: top;
    display: block;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 24px;
    opacity: 1;
    -webkit-transition: color .2s ease,opacity .2s ease;
    transition: color .2s ease,opacity .2s ease;
  }
  .custom-menu-primary .navigation-primary > ul > li:hover > ul {
    display: block;
  }



}

@media screen and (max-width: 991px){
  .mobile-trigger {
    cursor: pointer;
    font-size: 24px;
    position: relative;
    float: right;
    margin-left: 12px;
    padding: 0;
    display: block;
  }
  img.menu-icon {
    margin-left: 16px;
  }
  .header_navigation {
    display: none;
  }
  .header_menu_buttons {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header__container {
    display: block;
    width: 90%;
    min-width: 700px;
    padding-right: 0;
    padding-left: 0;
  }
  .main_header {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  header.header {
    position: relative;
    z-index: 999999;
  }
  .mobile-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
    min-height: 1px;
    position: absolute;
    left: 5%;
    z-index: -1;
    transition: all 0.5s ease;
  }
  .mobile-open .mobile-wrapper{
    z-index: 9999;
  }
  .mobile-navigation {
    float: right;
    text-align: center;
    overflow: visible;
    min-width: 200px;
    right: 0;
    display: block;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-left: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 2px;
    border-color: #e7e7e7;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 6px 12px 6px rgba(0,0,0,.12);
    left: 40%;
    top: -2px;
    transform: translateY(calc(-100% - 66px)) translateX(0px);
    transition: transform 400ms ease 0s;
    z-index: 9999;
  }
  .mobile-open .mobile-navigation{
    transform: translateY(0px) translateX(0px);
  }
  .mobile-navigation-inner {
    padding: 16px;
    width: 100%;
  }
  .custom-menu-primary .navigation-primary > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .custom-menu-primary .navigation-primary > ul > li {
    position: relative;
    text-align: left;
    display: block;
    padding: 0;
  }
  .custom-menu-primary .navigation-primary > ul > li > a {
    text-align: left;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    font-weight: 600;
  }
  .custom-menu-primary .navigation-primary > ul > li.has-submenu {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: wrap;
    cursor: pointer;
  }
  img.dropdown-icon {
    margin-right: 0;
    padding-right: 8px;
    padding-left: 0;
  }
  .custom-menu-primary .navigation-primary > ul ul {
    border: 1px solid #ecebea;
    margin: 0;
    list-style: none;
    width: 100%;
    display: block;
    padding: 12px;
    border-color: #e7e7e7;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    min-width: 300px;
    border-radius: 8px;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
    display: none;
  }
  .custom-menu-primary .navigation-primary > ul ul li {
    padding: 0;
  }
  .custom-menu-primary .navigation-primary > ul ul li a {
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    vertical-align: top;
    display: block;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 24px;
    opacity: 1;
    -webkit-transition: color .2s ease,opacity .2s ease;
    transition: color .2s ease,opacity .2s ease;
    padding-left: 12px;
  }
  .custom-menu-primary .navigation-primary > ul > li.has-submenu > a {
    padding-right: 0;
  }
  .menudropdown-buttons-block, .mobile-wrapper .language-switch-nav {
    display: none;
  }






}







@media screen and (max-width: 767px){
  .header__container {
    min-width: auto;
  }
  .main_header {
    padding-right: 0;
    padding-left: 0;
  }
  .header_buttons {
    display: none;
  }
  .mobile-navigation {
    left: 0;
    right: 0;
    margin-left: 0;
    box-shadow: none;
    width: 100%;
    transform: translateY(calc(-100% - 57px)) translateX(0px);
  }
  .menudropdown-buttons-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    padding: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #e7e7e7;
    border-radius: 8px;
    background-color: #f5f5f5;
  }
  .menudropdown-buttons-block a {
    cursor: pointer;
    position: relative;
    margin-right: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-width: 2px;
    border-color: #3b5bdb;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .menudropdown-buttons-block a.cta-nobg {
    border-style: none;
    background-color: transparent;
    color: #3b5bdb;
    display: inline-block;
  }
  .menudropdown-buttons-block a.cta-green {
    border: 2px solid;
    border-color: #36a148;
    background-color: #3aad4e;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block;
    margin-right: 16px;
    margin-left: 0;
    color: #fff;
  }
  .mobile-navigation {
    flex-wrap: wrap;
  }
  .mobile-wrapper .language-switch-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    margin-left: 12px;
    text-transform: none;
    line-height: 28px;
  }
  .language-switch-nav a > div {
    text-transform: capitalize;
  }
  .no_nav .main_header {
    height: 57px;
  }



}




@media screen and (max-width: 479px){
  .main_header {
    padding: 16px 0;
  }
  .mobile-navigation-inner {
    padding: 12px;
  }
  .menudropdown-buttons-block {
    display: block;
    margin-top: 6px;
    padding-top: 0;
    padding-right: 12px;
    padding-left: 12px;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-radius: 8px;
    background-color: #f5f5f5;
  }
  .menudropdown-buttons-block a.cta-green {
    width: 100%;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .custom-menu-primary .navigation-primary > ul ul {
    min-width: auto;
  }
  .no_nav .main_header {
    height: 65px;
  }



}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer {
  padding-top: 96px;
  padding-bottom: 48px;
}
.footer__container {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
}
.footer-lower-row {
  padding-right: 16px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 20px;
}
.footer-lower-row .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-lower-row .hs-menu-wrapper ul li {
  padding: 0;
  display: inline;
}
.footer-lower-row .hs-menu-wrapper ul li a {
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 20px;
}
.footer-row {
  display: flex;
  margin-bottom: 96px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-columns-wrapper {
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.footer-logo{
  margin-bottom: 24px;
}
.footer-logo a {
  display: block;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: block;
}
.footer-logo img {
  width: 140px !important;
  display: block;
}
.text-large p{
  font-size: 18px;
  line-height: 28px;
}
.text-large.footer-text {
  max-width: 294px;
}
.social-icons-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  margin-right: -4px;
  margin-left: -4px;
  padding-left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-icons-list li {
  margin-right: 4px;
  margin-left: 4px;
}
.social-icons-list li a {
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  display: flex;
  width: 36px;
  height: 36px;
  background-color: hsla(0,0%,100%,.2);
  -webkit-transition: background-color .2s ease,-webkit-transform .2s ease;
  transition: background-color .2s ease,-webkit-transform .2s ease;
  transition: background-color .2s ease,transform .2s ease;
  transition: background-color .2s ease,transform .2s ease,-webkit-transform .2s ease;
}

.social-icon {
  width: 16px;
  height: 16px;
  display: block;
}

.social-icons-list li a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-color: hsla(0,0%,100%,.25);
}
.footer-menu-column {
  margin-left: 60px;
}
.footer-heading {
  font-size: 18px;
  font-family: Montserrat,sans-serif;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 24px;
  white-space: nowrap;
}
.footer_links .hs-menu-wrapper ul {
  display: -ms-grid;
  grid-auto-columns: 1fr;
  display: grid;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.footer_links .hs-menu-wrapper ul li a {
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
footer.footer.no_nav {
  padding-top: 48px;
}



@media(max-width: 1100px) and (min-width: 992px){
  .footer-menu-column {
    margin-left: 30px;
  }



}


@media(max-width: 991px){
  footer.footer {
    padding-top: 72px;
  }
  .footer__container {
    display: block;
    width: 90%;
    min-width: 700px;
    padding-right: 0;
    padding-left: 0;
  }
  .footer-left, .footer-lower-row {
    text-align: center;
  }
  .footer-lower-row .hs-menu-wrapper ul li a {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-row {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .footer-row {
    margin-bottom: 72px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
  }
  .footer-left {
    display: flex;
    margin-bottom: 48px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-columns-wrapper{
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }
  .footer-menu-column {
    margin-right: 24px;
    margin-left: 24px;
  }
  .footer_links .hs-menu-wrapper ul{
    margin-bottom: 24px;
  }
  .footer_links .hs-menu-wrapper ul li a{
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }










}


@media screen and (max-width: 767px){
  .footer__container {
    min-width: auto;
  }
  .footer-columns-wrapper, .footer-lower-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .footer-lower-row, .footer-row {
    padding-right: 0;
    padding-left: 0;
  }
  .footer-lower-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .footer-lower-row .hs-menu-wrapper ul li a {
    display: block;
    margin-bottom: 16px;
  }

  .footer-lower-row .hs-menu-wrapper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
  .footer-lower-row .hs_cos_wrapper_type_menu {
    width: 100%;
  }
  .footer-row {
    margin-bottom: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }
  .footer-columns-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .footer-menu-column {
    width: 50%;
    margin-right: 0;
    margin-bottom: 12px;
    margin-left: 0;
  }
  h6.footer-heading {
    font-size: 16px;
    line-height: 24px;
  }







}


@media screen and (max-width: 479px){
  .text-large p{
    font-size: 16px;
    line-height: 24px;
  }



}
/* ******************************************************************************
*********************************************************************************
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 */
.hs-blog-listing .blog {
  line-height: 28px;
}
.all_topic_link{
  display: none;
}
.blog_section {
  padding: 48px 0;
}
.blog-container {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
}

.blog_categories-section {
  background-color: #f5f5f5;
  padding-top: 12px;
  padding-bottom: 12px;
}
.blog_categories-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px #000;
}
.blog-topic-filter h3 {
  display: none;
}
.blog-topic-filter .widget-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-topic-filter .widget-module ul li {
  display: inline-block;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
span.filter-link-count {
  display: none;
}
.blog-topic-filter .widget-module ul li:first-child a {
  text-decoration: underline;
}

/**************************** lastest Posts ************************/

.ah-blog_postfeat-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 16px;
  margin-left: 16px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0;
  grid-row-gap: 0;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e7e7e7;
}
.latest_posts.ah-blog_postfeat-section {
  margin-right: 0;
  margin-left: 0;
  padding-top: 60px;
  padding-bottom: 0;
  border-bottom-style: none;
  background-color: #fff;
}
.ah-blog_postfeat-block-image {
  width: 50%;
  height: 360px;
  margin-right: 16px;
}
.ah-blog_postfeat-image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
.ah-blog_postfeat-block-content {
  display: block;
  width: 50%;
  margin-left: 16px;
  padding-right: 16px;
  padding-left: 16px;
}
.ah-blog_postfeat-latest-label {
  display: inline-block;
  margin-bottom: 12px;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 60px;
  background-color: rgba(250,176,5,.5);
  color: #434346;
  font-size: 14px;
  font-weight: 600;
}
.ah-blog_postfeat-date-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 1;
  font-size: 14px;
  flex-wrap: wrap;
}
.ah-blog_postfeat-date {
  padding-right: 12px;
  margin-right: 12px;
  padding-left: 0;
  border-left: 2px none #e7e7e7;
  border-right: 2px solid #e7e7e7;
  opacity: .8;
  color: #434346;
  font-weight: 500;
}
.ah-blog_postfeat-category-item {
  display: inline-block;
  margin-left: 0;
  padding-right: 12px;
  opacity: 1;
  color: #3b5bdb;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
.ah-blog_postfeat-category-item.first {
  padding-left: 0;
}
.ah-blog_postfeat-category-item:hover, .ah-blog_postfeat-title:hover, .ah-blog_postsmall-title:hover {
  text-decoration: underline;
}
.ah-blog_postfeat-block-title {
  display: block;
  margin-bottom: 36px;
}
.ah-blog_postfeat-title {
  text-transform: none;
  font-style: normal;
  text-align: left;
  margin-top: 0;
  font-family: Montserrat,sans-serif;
  white-space: normal;
  margin-bottom: 16px;
  color: #3b5bdb;
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
}
.ah-blog_postfeat-leadtext {
  color: #434346;
  line-height: 26px;
  font-weight: 500;
}
.ah-blog_postfeat-block-metadata {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ah-blog-postfeat-author-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.ah-blog-postfeat-author-image {
  width: 50px;
  height: 50px;
  margin-right: 12px;
  border-radius: 50px;
}
.ah-blog_postfeat-author-name {
  font-family: Caveat,sans-serif;
  color: #222525;
  font-size: 24px;
  line-height: 44px;
}

/************************** Main List ********************/

.post-listing {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 36px;
}
.ah-blog_postsmall-block {
  margin-bottom: 48px;
  padding-right: 16px;
  padding-left: 16px;
}
.ah-blog_postsmall-block-image {
  width: 100%;
}
.ah-blog_postsmall-image {
  width: 100%;
  height: 250px;
  margin-bottom: 12px;
  border-radius: 8px;
  -webkit-transition: box-shadow .2s ease;
  transition: box-shadow .2s ease;
  -o-object-fit: cover;
  object-fit: cover;
}
.ah-blog_postsmall-block-title {
  margin-bottom: 24px;
}
.ah-blog_postsmall-title {
  margin-top: 0;
  margin-bottom: 12px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  color: #3b5bdb;
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  text-decoration: none;
}
.ah-blog_postsmall-leadtext {
  margin-top: 6px;
  margin-bottom: 0;
  color: #434346;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.ah-blog_postsmall-block-metadata {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ah-blog-postsmall-author-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.ah-blog-postsmall-author-image {
  width: 30px;
  height: 30px;
  margin-right: 6px;
  border-radius: 20px;
}
.ah-blog_postsmall-author-name {
  font-family: Caveat,sans-serif;
  color: #434346;
  font-size: 22px;
  line-height: 30px;
}
.ah-blog_postsmall-image:hover {
  box-shadow: 0 6px 12px 6px #c8c8c8;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ah-blog_pagination-div {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e7e7e7;
}
.ah-blog_pagination-div a {
  position: relative;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  display: block;
  margin-bottom: 24px;
  padding: 8px 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #3b5bdb;
  border-radius: 8px;
  background-color: transparent;
  color: #3b5bdb;
}
.w-pagination-next-icon {
  margin-left: 4px;
}
.w-pagination-previous-icon {
  margin-right: 4px;
}

.blog_section.blog_header_title {
  background-color: #f5f5f5;
}
.blog_header_title h2 {
  font-family: Montserrat,sans-serif;
  color: #222525;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  text-transform: capitalize;
}

/***********************************   Post Page ******************************/
.post_banner {
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-column-gap: 0;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.ah-blogpost_intro-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 24px 16px 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 0;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e7e7e7 #3b5bdb;
}
.ah-blogpost_intro-content-block {
  display: block;
  width: 50%;
  padding-right: 36px;
  padding-left: 0;
}
.ah-blogpost_intro-content-title {
  display: block;
  margin-bottom: 16px;
}
.ah-blogpost_intro-title {
  text-transform: none;
  font-style: normal;
  text-align: left;
  margin-top: 0;
  font-family: Montserrat,sans-serif;
  white-space: normal;
  margin-bottom: 16px;
  color: #222525;
  font-size: 36px;
  line-height: 46px;
  font-weight: 800;
}
.ah-blogpost_intro-date-block {
  display: inline-block;
  margin-bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  border-right: 2px solid #bbb;
  padding-right: 12px;
  margin-right: 12px;
}
.ah-blog_postpost-date-text {
  margin-left: 0;
  padding-left: 0;
  border: 1px solid #fff;
  opacity: 1;
  color: #434346;
  font-size: 14px;
  line-height: 22px;
}
.ah-blogpost_intro-content-category-div {
  display: inline-block;
  margin-bottom: 16px;
}
.ah-blogpost_intro-content-category {
  display: inline-block;
  padding: 0 12px 0 0;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  color: #3b5bdb;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}
.post_banner_meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.ah-blogpost_intro-author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.ah-blogpost_intro-author-block {
  display: flex;
  margin-top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #434346;
}
.ah-blogpost_intro-author-image {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  padding: 2px;
  border-style: solid;
  border-width: 2px;
  border-color: #3b5bdb;
  border-radius: 50px;
}
.ah-blogpost_intro-author-name {
  font-family: Caveat,sans-serif;
  color: #222525;
  font-size: 24px;
  line-height: 26px;
}
.ah-blogpost_intro-author-position {
  font-family: Montserrat,sans-serif;
  color: #222525;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.ah-blogpost_intro-image-block {
  width: 50%;
  height: 360px;
  padding-right: 18px;
}
.ah-blogpost_intro-image-block {
  height: auto;
  padding-right: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.ah-blogpost_intro-image {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog_section.blogpost-article {
  padding-top: 0;
}
.blog-container.container-post {
  width: 70%;
  max-width: 700px;
}
.container-post-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-post__body {
  width: 100%;
  position: relative;
  line-height: 1.45;
}
.blog-comments {
  width: 100%;
}
.grecaptcha-badge {
  margin-left: 0 !important;
}



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

.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}






@media screen and (max-width: 991px){
  .blog-container {
    display: block;
    width: 90%;
    min-width: 700px;
    padding-right: 0;
    padding-left: 0;
  }
  .blog_categories-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-topic-filter .widget-module ul li {
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 14px;
  }
  .ah-blog_postfeat-section {
    margin-right: 16px;
    margin-left: 16px;
    padding-bottom: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .latest_posts.ah-blog_postfeat-section {
    padding-top: 48px;
    padding-bottom: 0;
  }
  .ah-blog_postfeat-block-image, .ah-blogpost_intro-image-block {
    padding-right: 12px;
  }
  .ah-blog_postfeat-block-content, .ah-blogpost_intro-content-block {
    padding-left: 12px;
  }
  .ah-blog_postfeat-latest-label {
    font-size: 12px;
  }
  .ah-blog_postfeat-date {
    font-size: 14px;
  }
  .ah-blog_postfeat-category-item {
    font-size: 14px;
    line-height: 24px;
  }
  .ah-blog_postfeat-title {
    font-size: 24px;
    line-height: 34px;
  }
  .ah-blog_postfeat-leadtext {
    font-size: 16px;
    line-height: 24px;
  }
  .ah-blog_postfeat-block-metadata {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ah-blog-postfeat-author-div, .ah-blog-postsmall-author-div {
    margin-right: 0;
  }
  .ah-blog-postfeat-author-image, .ah-blogpost_intro-author-image {
    width: 40px;
    height: 40px;
  }
  .ah-blog_postfeat-author-name {
    font-size: 20px;
    line-height: 40px;
  }
  .post-listing {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .ah-blog_postsmall-block {
    margin-bottom: 36px;
  }
  .ah-blog_postsmall-image {
    height: 180px;
  } 
  .ah-blog_postsmall-title {
    font-size: 20px;
    line-height: 28px;
  }
  .ah-blog_postsmall-leadtext {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
  .ah-blog_postsmall-block-metadata {
    margin-bottom: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ah-blog_postsmall-author-name {
    font-size: 20px;
    line-height: 31px;
  }
  .ah-blog_pagination-div a {
    line-height: 28px;
  }
  .blog_header_title h2 {
    padding-right: 16px;
    padding-left: 16px;
    text-align: center;
  }

  /***************************Post Page ***************************/


  .ah-blogpost_intro-section {
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ah-blogpost_intro-title {
    font-size: 30px;
    line-height: 38px;
  }
  .ah-blog_postpost-date-text {
    margin-left: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .ah-blogpost_intro-content-category {
    font-size: 16px;
    line-height: 24px;
  }
  .ah-blogpost_intro-author-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ah-blogpost_intro-author-name, .ah-blogpost_intro-author-position {
    font-size: 20px;
    line-height: 40px;
  }
  .ah-blogpost_intro-image-block {
    padding-right: 12px;
  }
  .ah-blogpost_intro-image-block {
    padding-right: 0;
  }
  .blog-container.container-post {
    min-width: auto;
  }
  .blog-post__body {
    line-height: 1.35;
  }







}



@media screen and (max-width: 767px){
  .blog_section {
    padding-top: 36px;
  }
  .blog_categories-section {
    padding-top: 12px;
  }
  .ah-blog_postfeat-section {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 36px;
  }
  .latest_posts.ah-blog_postfeat-section {
    padding-top: 36px;
  }
  .blog-container {
    min-width: auto;
  }
  .blog_categories-row {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .blog-topic-filter .widget-module ul li {
    padding-right: 0;
    padding-left: 0;
    display: block;
  }
  .ah-blog_postfeat-block-image {
    margin-right: 0;
    padding-left: 0;
  }
  .ah-blog_postfeat-block-content {
    margin-left: 0;
    padding-right: 0;
  }
  .ah-blog_postfeat-date-div {
    margin-bottom: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ah-blog_postfeat-date {
    padding-right: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ah-blog_postfeat-category-item {
    margin-left: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .ah-blog_postfeat-title {
    font-size: 24px;
    line-height: 32px;
  }
  .ah-blog_postfeat-leadtext {
    font-size: 14px;
    line-height: 22px;
  }
  .ah-blog_postfeat-block-metadata, .ah-blog_postsmall-block-metadata {
    -webkit-flex-direction: column;
    -webkit-align-content: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
  .ah-blog_postfeat-block-metadata {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .ah-blog-postfeat-author-div, .ah-blog-postsmall-author-div {
    margin-right: 0;
  }
  .ah-blog-postfeat-author-image, .ah-blogpost_intro-author-image {
    width: 30px;
    height: 30px;
  }
  .ah-blog_postfeat-author-name {
    font-size: 18px;
    line-height: 30px;
  } 
  .ah-blog_postsmall-block {
    margin-bottom: 24px;
    padding-right: 0;
    padding-left: 0;
  }
  .ah-blog_postsmall-block-image {
    margin-bottom: 12px;
  }
  .ah-blog_postsmall-image {
    margin-bottom: 0;
  }
  .ah-blog_postsmall-block-title {
    margin-bottom: 24px;
  }
  .ah-blog_postsmall-title {
    font-size: 18px;
    line-height: 26px;
  }
  .ah-blog_postsmall-leadtext {
    font-size: 13px;
    line-height: 21px;
  }
  .ah-blog_postfeat-block-metadata, .ah-blog_postsmall-block-metadata {
    -webkit-flex-direction: column;
    -webkit-align-content: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
  .ah-blog_postsmall-block-metadata {
    margin-bottom: 12px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .ah-blog-postsmall-author-div {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .ah-blog_postfeat-category-item.first {
    padding-left: 0;
  }
  .ah-blog_postfeat-date {
    margin-right: 12px;
  }
  .blog_header_title h2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
  }

  /*************************Post page **********************/

  .blog-container.container-post {
    width: 90%;
    min-width: 0;
  }
  .ah-blogpost_intro-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .ah-blog_postpost-date-text {
    margin-top: 2px;
    margin-left: 0;
    padding-left: 0;
    border: 1px #000;
    font-size: 12px;
    line-height: 20px;
  }
  .ah-blogpost_intro-content-category {
    font-size: 14px;
    line-height: 22px;
  }
  .ah-blogpost_intro-author-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .ah-blogpost_intro-author-name, .ah-blogpost_intro-author-position {
    font-size: 18px;
    line-height: 30px;
  }
  .ah-blogpost_intro-date-block {
    margin-bottom: 24px;
  }






}



@media screen and (max-width: 479px){

  .blog_section {
    padding-top: 24px;
  }
  .blog_categories-section {
    padding-top: 12px;
  }
  .ah-blog_postfeat-section, .ah-blogpost_intro-section {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .ah-blog_postfeat-section {
    padding-bottom: 24px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .latest_posts.ah-blog_postfeat-section {
    padding-top: 24px;
    padding-bottom: 0;
  }
  .ah-blog_postfeat-block-image {
    width: 100%;
    height: 150px;
    margin-bottom: 12px;
    padding-right: 0;
  }
  .ah-blog_postfeat-block-content {
    width: 100%;
    padding-left: 0;
  }
  .ah-blog_postfeat-date-div {
    margin-bottom: 6px;
    margin-left: 0;
  }
  .ah-blog_postfeat-date {
    margin-right: 6px;
    padding-right: 6px;
    font-size: 13px;
  }
  .ah-blog_postfeat-category-item {
    padding-right: 6px;
    font-size: 13px;
  }
  .ah-blog_postfeat-block-title {
    margin-bottom: 24px;
  }
  .ah-blog-postfeat-author-image {
    width: 30px;
    height: 30px;
  }
  .ah-blog_postfeat-author-name, .ah-blogpost_intro-author-name, .ah-blogpost_intro-author-position {
    line-height: 31px;
  }
  .post-listing {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .ah-blog_postsmall-block {
    margin-bottom: 24px;
  }
  .ah-blog_postsmall-block-image {
    margin-bottom: 6px;
  }
  .ah-blog_postsmall-image {
    margin-bottom: 0;
  }
  .ah-blog_postsmall-block-title {
    margin-bottom: 12px;
  }
  .ah-blog_pagination-div a {
    width: 100%;
    text-align: center;
  }
  .blog_section.blog_header_title {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .blog_header_title h2 {
    font-size: 26px;
    line-height: 36px;
  }

  /****************************Post Page *************************/

  .ah-blogpost_intro-section {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ah-blogpost_intro-content-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .ah-blogpost_intro-content-title {
    margin-bottom: 24px;
  }
  .ah-blogpost_intro-date-block {
    margin-bottom: 0;
  }
  .ah-blogpost_intro-image-block {
    margin-bottom: 12px;
    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: Montserrat, 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;
  min-width: auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: 10px 15px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  color: #434346;
  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: #434346;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.subscribe-options label {
  font-size: 18px;
  line-height: 1.56;
  color: #434346;
  font-family: Montserrat,sans-serif;
}

@media(max-width: 767px){
  .systems-page h1{
    font-size: 26px;
  }
  .systems-page h2, .systems-page h3{
    font-size: 20px;
  }

}