/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}


.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  margin: 0 auto; 
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.banner-section .row-fluid{
  padding: 0 !important;
  max-width: 100% !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
 
body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52; 
  line-height: 1.5625;
}

p { 
  margin: 0;
  line-height: 1.375;
  margin-bottom: 1.5625rem;
  font-family: Lato, serif;
}

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li { 
}

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

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

blockquote{
  margin: 0;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-left: 6px solid #98CA3E;
  padding-left: 50px;
  font-style: italic;
}


@media screen and (max-width: 980px){
  html {
      font-size: 14px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

h3.form-title {
  padding: 10px;
}

.hs-button { 
  font-size: 0.875rem;
  text-decoration: none;
  display: inline-block;
  white-space: normal;
  margin: 20px 0;
  cursor: pointer; 
  color: #fff; 
  box-shadow: 0px 1px 0px rgba(22,29,37,0.1), inset 0px 1px 0px rgba(255,255,255,0.06);
  border: 1px solid;
  font-family :"Open sans", sans-serif;
  line-height: 1.5625rem;
}

.hs-button:hover, .hs-button:focus { 
  border-color: #21222a; 
  color: #fff;
}

.hs-button:active { 
  border-color: #71727a;
}


.hs-form .field > label,
.hs-form-field >label { 
  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 { 
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  display: block;
  width: 100%;
  padding: 0.44rem 0.75rem;
  font-family :"Open sans", sans-serif;
  font-size 16px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field,
.hs-form-field {
  margin-bottom: 1rem;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

input.email-edit.hs-input {
  width: 767px !important;
  max-width: 100%;
  font-size: 1rem !important;
  padding: .44rem .75rem !important;
}

input#hs-login-widget-remember {
  float: left;
  margin-top: 0;
}

ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

input#hs-pwd-widget-password {
  height: auto !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  margin: 0;
  padding: 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;
}
.banner_area {
  padding-top: 50px; 
}

.banner_contnt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.baner_txt {
  width: 100%;
}

.banner_image {
  width: 100%;  
  padding-left: 0;
  order: 9999;
}

.banner_area .page-center {
  max-width: 80rem !important;
}

.bnr_cnt {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(9,66,53,0.25), 0px 0px 1px rgba(9,66,53,0.31);
  border-radius: 3px;
  padding: 56px;
  text-align: center;
}

@media (min-width: 980px) {
  .banner_image {
    width: 50%;
  }
  .baner_txt {
    width: 50%;
    padding-right: 3.75rem;
  }
}

.baner_txt h1 {
  margin: 0;
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 3.875rem; 
  margin-bottom: 1.25rem;
}

.banner_image img {
  display: block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3.125rem;
  max-width: 100%;
}


.bnr_cnt p {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

@media (min-width: 980px) { 
  .banner_inner {
    padding-top: 3.75rem; 
  }
}

@media(max-width:980px){
  .banner_area {
    padding-top: 15px;
  } 
  .banner_image img{
    margin-top: -0.625rem;
  }
}

@media screen and (max-width: 380px) {
  .bnr_cnt {
    padding: 30px;
  }

  .baner_txt h1 {
    font-size: 2.5rem;
  }

  .banner_image img {
    margin-top: 30px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  line-height: 1.5625rem;
}

.custom-menu-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}  


.head_inner {
  position: relative;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  padding: 14px 0 17px 0; 
  transition: top 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  height: 74px;
}

.header .page-center {
  max-width: 91.25rem !important;
}

.head_flexi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cstm_logo {
  padding-top: 9px;
}

header a {
  transition: 0.25s color;
}

.cstm_logo svg {
  display: block;
  vertical-align: middle;
}

header.header {
  min-height: 74px;
}

.mobile_trigger {
  display: none;
}

.hide-header .head_inner {
  position: fixed;
  max-height: 300px;
  left: 0;
  top: -100px;
  width: 100%;
  transition-duration: 0s;
}

.hide-header.scroll-header .head_inner {
  overflow: visible;
  box-shadow: rgba(0,0,0,0.05) 0px 40px 40px;
  top: 0;
  transition-duration: 0.5s;
}


.custom-menu-primary ul li.has-submenu {
  position: relative;
}


@media(min-width:981px){

  .custom-menu-primary ul ul ul {
    left: 100%;
  }

  .custom-menu-primary >div> ul>li {
    display: inline-block;
    margin-right: 37px;
    position: relative;
  }

  .custom-menu-primary > div > ul > li a {
    text-transform: uppercase;
    font-size: 0.75rem;
    padding-bottom: 8px;
  }

  .custom-menu-primary > div > ul > li a:before { 
    position: absolute;
    bottom: -.25em;
    content: "";
    display: block;
    height: 3px;
    width: 0;
    opacity: 0;
    transition: width 0.25s ease;
  }

  .custom-menu-primary ul li a:hover:before {
    opacity: 1;
    width: 100%;
  }

  .custom-menu-primary >div> ul>li.contact > a {
    display: inline-block;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid;
    padding: 8px 17px;
    padding-bottom: 8px;
    margin-right: 0;
  }

  .custom-menu-primary ul ul {
    display: none;
    position: absolute;
    width: auto; 
    box-shadow: 0px 2px 16px rgba(33,43,54,0.08), 0px 0px 0px rgba(6,44,82,0.1);
    border-radius: 3px;
    padding: 10px 16px;
    margin: 0 auto;
    top: 50px;
    left: 50%;
    z-index: 9999;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .custom-menu-primary ul li.has-submenu:hover > ul {
    display: block;
  }

  .custom-menu-primary > div > ul > li.has-submenu > a {
    padding-bottom: 30px;
  }

  .custom-menu-primary >div> ul>li.contact > a:before {
    display: none;
  }

  .custom-menu-primary ul ul li {
    margin-bottom: 10px;
    margin-right: 20px;
    display: table;
    position: relative;
  }

  .custom-menu-primary ul ul li a {
    text-transform: none;
    font-size: 0.875rem;
    padding-bottom: 0;
    white-space: nowrap;
  } 
  
   .custom-menu-primary ul li.active-branch>a:hover:before {
    opacity: 1;
    width: 100%;
  }

}


@media screen and (max-width: 1200px) {
  .custom-menu-primary>div>ul>li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .custom-menu-primary>div>ul>li {
    margin-right: 15px;
  }
}

@media(max-width:980px){
  header.header {
    min-height: 61px;
  }

  .head_inner {
    height: 61px;
  }

  .custom-menu-primary {
    display: none;
  }

  .mobile_trigger {
    display: block;
  }

  .mobile_trigger button {
    padding: 0;
    line-height: inherit;
    color: inherit;
    vertical-align: middle;
    padding-top: 2px;
    margin-bottom: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 30px;
    height: 22px;
    outline: none !important;
  }

  .mobile_trigger svg {
    display: block;
    vertical-align: middle;
  }

  .nav__btn-toggle-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: transform 0.1s cubic-bezier(0.8, 0, 0.2, 1) 0.2s; 
  }

  .cstm_logo {
    padding-top: 0px;
  }

  .nav__btn-toggle-icon {
    fill: none;
    stroke: #122D35;
    stroke-width: 7px;
    stroke-miterlimit: 10;
    transition: stroke 0.3s ease-in-out;
  }

  .nav__btn-toggle-close-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    transition: transform 0.1s cubic-bezier(0.8, 0, 0.2, 1) 0.1s;
  }

  .mobile-open  .nav__btn-toggle-close-svg {
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: transform 0.1s cubic-bezier(0.8, 0, 0.2, 1) 0.2s;
  }

  .st0-close-icon {
    fill: none;
    stroke: #98CA3E;
    stroke-width: 7;
    stroke-miterlimit: 10;
  }

  .mobile-open .nav__btn-toggle-svg {
    -ms-transform: translate(-200%, -50%);
    transform: translate(-200%, -50%);
    transition: transform 0.1s cubic-bezier(0.8, 0, 0.2, 1) 0.2s;
  }

  .custom-menu-primary {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -ms-transform: translateX(100vw);
    transform: translateX(100vw);
    transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1),opacity 0.01s ease 0.5s;
    overflow-x: hidden;
    overflow-y: hidden;
    opacity: 0;
    background-color: #122D35;
    padding: 20px;
    z-index: 1001;
    display: block;
  }

  .mobile-open .custom-menu-primary {
    opacity: 1;
    transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1),opacity 0.01s;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .mobile-open .cstm_logo {
    z-index: 999999;
    position: relative;
  }

  path.words {
    transition: all .4s cubic-bezier(0.8,0,0.2,1),opacity .01s ease .5s;
  }

  .mobile-open path.words {
    display: block;
    fill : #fff;
    transition: all .4s cubic-bezier(0.8,0,0.2,1),opacity .01s;
    -ms-transform: translateX(0);
  }

  .mobile-open .mobile_trigger button {
    z-index: 99999;
  }

  .mobile-open {
    overflow: hidden;
  }

  .custom-menu-primary > div {
    overflow-y: auto;
    margin-top: 100px;
    height: calc(100% - 65px);
  }

  .custom-menu-primary > div > ul li {
    display: block;
    margin-right: 15px;
    margin-bottom: 1rem;
  }

  .custom-menu-primary ul ul {
    display: none;
    border-radius: 3px;
    padding: 10px 16px;
    padding-bottom: 0;
  }

  .custom-menu-primary > div > ul > li > a {
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: none;
    color: #fff;
  }


  .custom-menu-primary ul ul li {
    position: relative;
    margin-bottom: 10px;
    margin-right: 20px;
    display: table;
  }

  .custom-menu-primary ul ul li a {
    font-size: 1.25rem;
    font-weight: 300;
    opacity: 0.55;
    white-space: nowrap;
    color: #fff;
  }

  .mobile_social {
    margin-right: 15px;
    display: block;
    position: relative;
    margin-bottom: 1rem;
  }

  .mobile_social a img {
    width: 100% !important;
    max-width: 100%;
    display: block;
    vertical-align: middle;
  }

  .mobile_social > div {
    display: inline-block;
    margin: 5px 10px 0 0;
  }

  .mobile_social a,
  .mobile_social span {
    display: block;
  }

  #hs_cos_wrapper_hd_social1 {
    margin-top: 8px;
  }

  #hs_cos_wrapper_hd_social2 {
    position: relative;
    top: -3px;
  }

  .custom-menu-primary div ul li a:hover {
    color: #98CA3E;
  }

  .custom-menu-primary div ul li.active-branch > a {
    color: #98CA3E;
  }

  .child_trigger {
    display: block;
    content: '';
    background-image: url(//6560753.fs1.hubspotusercontent-na1.net/hubfs/6560753/raw_assets/public/Versent_October2020/images/child_trigger.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: -5px;
    background-position: center center;
    z-index: 99999;
    cursor: pointer;
  }

  .child_trigger.child_open {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .custom-menu-primary ul ul li:last-child {
    margin-bottom: 0;
  } 
}

@media screen and (max-width: 680px) {
  .mobile_social {
    width: 100%;
    text-align: center;
    margin-right: 15px;
    width: calc(100% - 15px);
  }
}

@media screen and (max-width: 640px) {
  .mobile_social {
    margin-bottom: 1rem;   
    margin-right: 15px;

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

footer.footer {
  line-height: 1.5625rem;
}

.footer p {
  line-height: 1.375rem;
}



.footer { 
  padding: 40px 0 30px;
}

.foot_flexi {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 980px) {
  .foot_flexi {
    flex-direction: row;
    text-align: left;
  }
}

.ft_left_col {
  width: 25%;
}

.ft_rght_col {
  width: 75%;
  padding-top: 4px;
}

.footer_logo {
  margin-bottom: 1.25rem;
}

@media (min-width: 980px) {
  .footer_logo {
    margin-bottom: 0;
  }
}

.footer a {
  transition: 0.25s color;
}

.footer_logo svg {
  display: block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 980px) {
  .footer_logo svg {
    margin-left: 0;
    margin-right: 0;
  }
}

.copyright p {
  font-size: 0.75rem;
  margin-top: 1rem;
}

.col_innr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.menu1 {
  width: 33.333333%;
}

.menu2 {
  width: 50%;
}

.ft_social {
  width: 16.666667%;
  text-align: right;
}

.ftmenu .hs-menu-wrapper > ul > li > a {
  text-transform: uppercase; 
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 0.5rem;
  display: inline-block;
  position: relative;
}

.ftmenu .hs-menu-wrapper ul li a:before { 
  position: absolute;
  bottom: -.10em;
  content: "";
  display: block;
  height: 2px;
  width: 0;
  opacity: 0;
  transition: width 0.25s ease;
}

.ftmenu .hs-menu-wrapper ul li a:hover:before {
  opacity: 1;
  width: 100%;
}

.ftmenu .hs-menu-wrapper > ul ul {
  margin-bottom: 1.5625rem;
  font-size: 1rem;
}

.ftmenu .hs-menu-wrapper > ul ul li {
  display: block;
  width: 100%;
}

.ftmenu .hs-menu-wrapper > ul ul li a {
  text-transform: uppercase;
  margin-bottom: 0; 
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 400;
  align-self: flex-start;
  position: relative;
}

.menu2 .hs-menu-wrapper > ul {
  padding-left: 0;
  column-count: 2;
  column-gap: 80px;
  margin-bottom: 1.5625rem;
  font-size: 1rem;
}

.ft_social ul {
  font-size: 1rem;
  margin: 0;
  list-style: none;
  padding: 0;
}

.ft_social ul li {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle; 
}

.ft_social ul svg {
  display: block;
  vertical-align: middle;
}


.ft_social ul li svg path {
  transition: 0.25s fill;
}

@media(max-width:979px){
  .ft_left_col {
    width: 100%;
  }

  .ft_rght_col {
    width: 100%;
  }

  .copyright p {
    text-align: center;
  }

  .ft_social ul li{
    margin-top:0;
  }
}

@media(max-width:768px){
  .ftmenu .hs-menu-wrapper>ul ul li a {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
  }

  .ftmenu .hs-menu-wrapper>ul ul {
    border-top: 0;
    margin-bottom: 1rem;
    padding-top: 0;
  }

  .menu2.hs-menu-wrapper ul li {
    display: block;
    vertical-align: top;
    margin-bottom: 0.5rem;
  }

}

@media(max-width:680px){
  .menu1 {
    width: 100%;
  }

  .menu2 {
    width: 100%;
  }

  .ft_social {
    width: 100%;
    text-align: center;
  }

  .menu2 .hs-menu-wrapper>ul {
    margin-bottom: 1.5625rem;
  }

  .menu2 .hs-menu-wrapper>ul>li {
    display: block;
    vertical-align: top;
    margin-bottom: 0.5rem;
  }

  .menu2 .hs-menu-wrapper>ul>li a {
    margin: 0;
  }
  .menu2 .hs-menu-wrapper>ul>li a {
    display: inline;
  }
}

@media(max-width:640px){
  .menu2 .hs-menu-wrapper>ul>li {
    margin-bottom: 1rem;
  }

  .ft_social {
    margin-bottom: 1rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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 { 
  margin: 0 auto;
}

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

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif; 
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

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

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

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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


.blog_wrap {
  background-color: #F9F9F9;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.top_title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.75rem;
  margin-bottom: 2.1875rem;
  text-align: center;
}

@media (min-width: 980px) {
  .top_title {
    text-align: left;
  }
}

.blog_listing {
  margin-left: -2.2%;
  display: flex;
  flex-wrap: wrap;
}

.post_item {
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(9,30,66,0.25), 0px 0px 1px rgba(9,30,66,0.31);
  border-radius: 3px;
  width: 350px;
  margin-bottom: 3.75rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 2.2%;
}

.feat_bg {
  padding-bottom: 14rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lstng_cntnt {
  padding: 30px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.listng_top {
  border-bottom: 1px solid #E4F1FD;
  height: 100%;
  margin-bottom: 1.5625rem;
  padding-bottom: 1.5625rem;
}

.lstng_date {
  text-transform: uppercase;
  font-size: 0.75rem;
}

.lst_title h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.0625rem;
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}

.listng_btm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lst_author img {
  display: inline-block;
  max-width: 100%;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  vertical-align: top;
}

.lst_author p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  display: inline-block;
  padding-left: 1rem;
  margin: 0;
  color: #5E707C;
  text-transform: uppercase;
}

.readmore {
  text-align: right;
}

.readmore a,.readmore a:hover {
  color: #98CA3E;
}

.readmore a {
  font-size: 1rem;
  text-decoration: underline;
  display: inline-block;
  text-align: right;
}

.post_item:hover {
  box-shadow: 0px 2px 16px rgba(33,43,54,0.25), 0px 0px 0px rgba(6,44,82,0.25);
}

.blog-pagination {
  width: 100%;
}

@media(max-width:1140px){
  .post_item {
    margin-left: 3%;
    width: 30.3%;
  }

  .blog_listing {
    margin-left: -3%;
  }

  .listng_btm {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .lst_author {
    text-align: center;
    margin-bottom: 40px;
  }

  .readmore {
    text-align: center;
  }

  .readmore a {
    text-align: center;
  }

}

@media(max-width:960px){
  .blog_listing {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
  }

  .post_item {
    margin-left: 0 !important;
    width: calc(49% - 40px);
    margin: 0 20px 60px;
  }
}

@media(max-width:640px){
  .post_item {
    width: 90%;
    margin: 0 auto !important;
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 380px){
  .post_item {
    width: 100%;
  }
}
.banr_bg {
  width: 100%;
  min-height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.post_wrap {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-color: #F2F2F2;
}

.post_inner_wrap {
  max-width: 48rem;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.post_page_title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.75rem;
  margin-bottom: 2.1875rem;
}

.post_authr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2.1875rem;
}

.post_authr img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: inline-block;
  max-width: 100%;
}

.post_authr p {
  text-transform: uppercase;
  margin: 0;
  color: #5E707C;
  padding-left: 1rem;
}

@media(max-width:980px){
  .banr_bg {
    background-size: cover;
    min-height: 250px;
    background-position: center center;
  }
}

@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow: auto;
  }
}


.banner_slide {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 487px;
  position: relative;
  width: 100%;
  display: inline-block;
}

.banner_slide:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #eeeeee;
  background: linear-gradient(rgba(238,238,238,0) 0%, rgba(0,0,0,0.9) 100%);
  z-index: 1;
}

.banner_area .banner_slide__content {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  -ms-flex-item-align: end;
  align-self: flex-end;
  max-width: 71.25rem !important;
}

.banner_slide__content h3 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 3.375rem;
  margin-bottom: 0.625rem;
  color: #fff;
  position: relative;
  z-index: 99;
}

.pop_readmore {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  margin-bottom: 2.1875rem;
  color: #98CA3E;
  margin-left: 10px;
}

.pop_readmore:hover {
  text-decoration: underline;
}


ul.slick-dots {
  bottom: 90px;
  max-width: 71.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: left;
}

ul.slick-dots li button:before {
  border: 1px solid #fff;
  border-radius: 100%;
  opacity: 1;
  width: 10px;
  height: 10px;
  content: '';
}

ul.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
  background: #fff;
}

.banner_slide{
  background:#000;
}


.comment-date {
  display: block !important;
  margin-bottom:15px;
}

.replying{
  padding:0 1em !important;
}

.slick-dotted.slick-slider{
  margin-bottom:0 !important; 
}

.pop_readmore:hover {
  color: #98ca3e;
}

@media(max-width:375px){
  .post_authr  div {
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #ddd;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0; 
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px; 
  color: #4F7D24;
  padding: .75rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}