/* ******************************************************************************
*********************************************************************************
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;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, serif;
}

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

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

h1 {
  font-size: 2.1rem;  
}

h2 {
  font-size: 1.6rem;  
}

h3 {
  font-size: 1.25rem;  
}

h4 {    
  font-size: 1.175rem;  
}

h5 {
  font-size: 1rem;  
}

h6 {
  font-size: .9rem;  
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

blockquote {
  border:0;
  font-style: italic;
  margin: 20px 40px;
  padding-left: 20px;
  border-left-width: 3px;
  border-style: solid;
  border-color: #13aff0;
}

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

::selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}

img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
}

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

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", Sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  -webkit-transition: all .25s linear 0s;
  -o-transition: all .25s linear 0s;
  transition: all .25s linear 0s;
  border-style:solid;
  
  text-decoration: none;
  white-space:normal;
}

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

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


.hs-form label {
  margin-bottom: 4px;
  font-family: "Open Sans", Sans-serif;
  font-weight:500;
  line-height: 1.6;
  font-size: 14px;
}
.hs-error-msgs{
  padding:0;
  margin:0;
  list-style:none;
}

form .hs-error-msgs label {
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  font-family: Open Sans;
}

.hs-input,
.hs-input[type=password],
.hs-input[type=text], 
.hs-search-field__input[type=text],
input[type=password] {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Open Sans", Sans-serif;
  display: inline-block;
  min-height: 40px;
  text-indent: 6px;
  font-weight:500;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -webkit-transition: border linear .2s,-webkit-box-shadow linear .2s;
  transition: border linear .2s,-webkit-box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s,-webkit-box-shadow linear .2s;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  min-height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
h3.form-title {
  font-family: "Asap", Sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
::placeholder {
  font-family: "Open Sans", Sans-serif;
  font-weight:500;
}

:-moz-placeholder {
  font-family: "Open Sans", Sans-serif;
  font-weight:500;
}

::-webkit-input-placeholder {
  font-family: "Open Sans", Sans-serif;
  font-weight:500;
}

.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: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a { 
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

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

.custom-menu-primary .home-icon {
  max-width: 20px;
  margin-right: 5px;
  top: -3px;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  position: relative;
  z-index: 2;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  line-height: 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 13px 20px;
  white-space: nowrap;
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #54595F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sub-arrow i:before {
  content: "";
}

.sub-arrow {
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  font-size: 10px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
  z-index: 2;
  height: 3px;
  width: 100%;
  left: 0;
  content: "";
  bottom: 0;
  opacity: 0;
  background-color: #F49C32 !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:after {
  opacity: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
  color: rgb(160,160,160) !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: rgb(160,160,160) !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child:hover>a {
  background-color: #eeeeee;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  font-size: 13px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  min-width: 10em;
  opacity: 0;
  visibility: hidden;
  transition: .3s all ease-in;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  line-height: 20px;
  border-left: 8px solid transparent;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 13px 20px;
  color: #54595F;
  font-family: "Open Sans", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: #9dabb2 !important;
  background-color: #f9f9f9 !important;
}

@media (max-width: 1265px) and (min-width: 1025px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 13px 9px;
    font-size: 13px;
  }
}

@media (max-width: 1024px){
  .mobile-menu {
    font-size: 13px;
    margin-top: 10px;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    position: absolute;
    z-index: 9997;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    background-color: #FFFFFF;
    top: 46px;
    left: 0;
    right: 0;
  }

  .mobile-open .mobile-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: calc(100vh - 56px);
  }

  .mobile-menu .hs-menu-wrapper > ul {
    position: relative;
    z-index: 2;
    line-height: normal;
  }

  .mobile-menu .hs-menu-wrapper > ul > li {
    position: relative;
  }

  .mobile-menu .hs-menu-wrapper > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    line-height: 20px;
    color: #54595F;
    font-family: "Open Sans", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mobile-menu .hs-menu-wrapper > ul > li > a:hover,
  .mobile-menu .hs-menu-wrapper > ul > li.child-open > a,
  .mobile-menu .hs-menu-wrapper > ul > li.sfhover-child >  a{
    color: #62C355;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul{
    background-color: #FFFFFF;
    display: none;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > li{
    position: relative;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > li > a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    line-height: 20px;
    border-left: 8px solid transparent;
    color: #54595F;
    font-family: "Open Sans", Sans-serif;
    font-size: 13px;
    font-weight: 400;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > ul > li > a:hover{
    color: #62C355;
  }
  .child-trigger {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    cursor: pointer;
  }
}

@media (max-width: 767px){

  .mobile-menu {
    top: 33px;
    margin: 10px -1% 0;
    padding-top: 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
  line-height: 1.6;
}

.effects-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.effects-image {
  position: absolute;
  top: 0;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  width: 100%;
  height: 122%;
  --translateY: -28.0826px;
  transform: translateY(var(--translateY));
}

.banner-image {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 56% auto;
  opacity: 0.59;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.banner-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.banner-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner-left-in {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px -59px;
  padding: 60px 50px 100px 31px;
}

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

.banner-content-wrap>div {
  width: 100%;
}

.banner-content-wrap>div:not(:last-child) {
  margin-bottom: 20px;
}

.breadcrumbs p {
  margin: 0;
}

.breadcrumbs {
  font-size: .85em;
}

.banner-subtitle {
  text-align: left;
  width: 60px;
  max-width: 60px;
}

.banner-content-wrap>div.banner-subtitle {
  margin-bottom: 0;
}

.banner-subtitle-in {
  margin: 7px -71px 0px 0px;
  padding: 11px 11px 11px 11px;
  background-color: #62c355;
  border-radius: 5px 5px 5px 5px;
}

.banner-subtitle-in h1 {
  color: #ffffff;
  font-family: "Asap", Sans-serif;
  font-size: 1.9em;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  min-height: 30px;
  margin: 0;
  line-height: 1;
}

.banner-title-in {
  padding: 60px 0px 14px 0px;
}

.banner-title-in h2 {
  color: #283570;
  font-family: "Asap", Sans-serif;
  font-size: 3.3em;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 1em;
  letter-spacing: 1.4px;
  min-height: 30px;
  margin: 0;
}

.banner-content-in {
  margin: -14px 0px 0px 0px;
  color: #283570;
  font-family: "Open Sans", Sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  min-height:30px;
}


@media (min-width: 768px){
  .banner-row>div{
    width: 50%;
  }
}

@media (max-width: 1230px){
  .banner-area .container {
    padding: 0 39px;
  }
}



@media (max-width: 1230px){
  .effects-image {
    --translateY: -3.2vw;
    transform: translateY(var(--translateY));
  }
}

@media (max-width: 767px){
  .banner-area .container {
    padding: 246px 0px 0px 0px;
  }

  .banner-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banner-row>div {
    width: 100%;
  }

  .banner-left-in {
    margin: 0px 0px 0px 0px;
    padding: 20% 7% 2% 7%;
  }

  .breadcrumbs,.banner-subtitle {
    display: none;
  }

  .banner-title-in {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
  }

  .banner-title-in h2 {
    font-size: 2em;
  }

  .banner-content-in {
    margin: 0;
  }

}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.dnd-section>.row-fluid,
.page-center, 
.content-wrapper, 
.container {
  margin-right: auto;
  margin-left: auto;
}

.banner-section .dnd-section {
  padding: 0;
}
.body-container-wrapper {
  padding: 0 10px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.header-wrapper{
  font-family: Open Sans;
  font-size: 14px;
  color: #54595f;
  line-height: 1.6;
  min-height:67px;
  border-bottom: 1px solid #f1f1f1;
  box-shadow: 0 5px 7px -6px rgba(0, 0, 0, .3);
  position: relative;
  z-index: 2;
}

.header-wrapper .header-top {
  padding: 0px 65px 0px 65px;
  background-color: #144384;
  height: 32px;
}

.header-wrapper .header-top .header-inner {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  width: 80vw;
}

.header-wrapper .header-top .header-inner ul {
  display: flex;
}

.header-wrapper .header-top .header-inner ul li {
  margin-right: 10px;
  position: relative;
}

.header-wrapper .header-top .header-inner ul.language-menu {
  list-style: none;
  padding-left: 0;
}

.header-wrapper .header-top .header-inner ul.language-menu .hs-item-has-children img{
  position: relative;
  top: -1px;
  margin-right: 3px;
}

.header-wrapper .header-top .header-inner ul.language-menu>li>.hs-menu-children-wrapper:before {
  background-color: #f49c32 !important;
  top: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
  width: 100%;
  z-index: 9999;
}

.header-wrapper .header-top .header-inner ul.language-menu>li:hover>.hs-menu-children-wrapper:before {
  opacity: 1;
}

.header-wrapper .header-top .header-inner ul.language-menu .hs-menu-children-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  font-size: 13px;
  left: 0;
  min-width: 10em;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all .3s ease-in;
  display: block;
  list-style: none;
  z-index: 9999;
  padding-left: 0;
}

.header-wrapper .header-top .header-inner ul.language-menu:hover .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}

.header-wrapper .header-top .header-inner a {
  color: white;
  margin-right: 10px;
  transition: all .4s ease-in-out;
}

.header-wrapper .header-top .header-inner a:hover {
  color: #6886b0;
}

.header-wrapper .header-top .header-inner ul.language-menu .hs-menu-children-wrapper li {
  margin-right: 0;
}

.header-wrapper .header-top .header-inner ul.language-menu .hs-menu-children-wrapper a {
  color: #54595f;
  border-left: 8px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Open Sans, Sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding: 13px 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
}

.header-wrapper .header-top .header-inner ul.language-menu .hs-menu-children-wrapper a:hover {
  background-color: #f9f9f9 !important;
  color: #9dabb2 !important;
}

header.header {
  padding: 0px 65px 0px 65px;
  position: relative;
  width: 100%;
}

.header-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}

.header-logo {
  text-align: center;
}

.header-logo img {
  display: inline-block;
}

.header-logo > .ft-pd > * {
  padding: 3px 0;
}


.header-button a {
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #62C355;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
}

.header-button a:hover {
  animation-name: elementor-animation-push;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  color: #FFFFFF;
  background-color: #F49C32;
}



@media (min-width: 768px){
  .header-logo {
    width: 27.035%;
  }
  .header-menu {
    width: 61.812%;
  }
  .header-button {
    width: 10.279%;
  }
  .header-logo+.header-button {
    display: none;
  }
}

@media (min-width: 1025px){
  .mobile-menu,.mobile-trigger {
    display: none;
  }
}

@media (max-width: 1024px){
  .custom-menu-primary {
    display: none;
  }

  .header-logo>.ft-pd>* {
    padding: 0;
  }

  .header-wrapper {
    min-height: 59px;
  }
  .mobile-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    margin: 0 auto;
    color: #54595F;
    width: 33px;
  }

  .mobile-trigger:hover {
    color: #62C355;
  }

  .mobile-open .eicon-menu-bar:before {
    content: "\e87f";
  }
  
  .mobile-open .mobile-menu {
    margin-top: 45px;
  }
}


@media (max-width: 767px){
  .header-menu+.header-button {
    display: none;
  }
  header.header {
    padding: 1% 1% 1% 1%;
    position: relative;
  }

  .header-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }

  .header-logo {
    width: 50%;
    padding: 1% 0 1% 1%;
    text-align: left;
  }

  .header-button {
    width: 25%;
    padding: 1% 1% 1% 0;
    text-align: right;
  }

  .header-menu {
    width: 25%;
  }

  header.header .ft-pd {
    padding: 10px;
  }

  .header-button a {
    font-weight: 600;
    padding: 5% 12% 5% 12%;
  }
}


@keyframes elementor-animation-push {
  50% {
    transform: scale(0.8)
  }

  100% {
    transform: scale(1)
  }
}
/* ******************************************************************************
*********************************************************************************
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: 25px 0px 25px 0px;
  font-size: 14px;
  font-family: Open Sans,Sans-serif;
  line-height: 1.6;
  background-color: white;
  margin-top: 5rem;
  border-top: 2px solid #144384;
}

.footer-bottom {
  padding: 30px 0px 0px 0px;
}

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

.footer-row>div {
  width: 100%;
}

.footer-bottom-in,
.footer-bottom-in>div,
.footer-top-in{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ft-pd,
.footer-top-menu .hs-menu-wrapper>ul>li{
  padding: 10px;
}

.footer-bottom-in>div>div {
  width: 100%;
}
.footer-social-in {
  margin-bottom: 20px;
  --grid-template-columns: repeat(0, auto);
  --grid-column-gap: 9px;
  --grid-side-margin: 9px;
  --grid-row-gap: 0px;
  --grid-bottom-margin: 0px;
}

.social-icons-wrapper {
  font-size: 0;
}

.social-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(var(--grid-side-margin)/2);
  margin-left: calc(var(--grid-side-margin)/2);
}
.grid-item {
  word-break: break-word;
  min-width: 0;
}

.grid-item>a {
  margin-right: calc(var(--grid-side-margin)/2);
  margin-left: calc(var(--grid-side-margin)/2);
  margin-bottom: var(--grid-bottom-margin);
  -webkit-border-radius: 10%;
  border-radius: 10%;
  font-size: 20px;
  padding: 0.4em;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #818a91;
  text-align: center;
  cursor: pointer;
}

.elementor-icon i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  color: #ffffff;
}



.elementor-icon i:before, {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer-social-in {
  margin-bottom: 20px;
}

.footer-top-menu .hs-menu-wrapper > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-top-menu .hs-menu-wrapper > ul > li>a,
.footer-right-menu h3{
  color: #ffffff;
  font-family: "Asap", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  min-height: 30px;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.footer-top-menu .hs-menu-wrapper > ul > li>ul>li,
.footer-top-menu .hs-menu-wrapper > ul > li>ul>li>a,
.footer-right-menu .hs-rss-item,
.mobile-menu-link ul li a{
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.footer-top-menu .hs-menu-wrapper > ul > li>ul>li:not(:last-child),
.mobile-menu-link ul li:not(:last-child),
.footer-right-menu .hs-rss-item:not(:last-child){
  padding-bottom: calc(5px/2);
}
.footer-top-menu .hs-menu-wrapper > ul > li>ul>li:not(:first-child),
.footer-right-menu .hs-rss-item:not(:first-child),
.mobile-menu-link ul li:not(:first-child){
  margin-top: calc(5px/2);
}

.footer-top-menu .hs-menu-wrapper > ul > li>ul>li>a,
.mobile-menu-link ul li a,
.footer-right-menu .hs-rss-item a{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8A8D92;
}

.footer-top-menu .hs-menu-wrapper > ul > li>ul>li:hover>a,
.mobile-menu-link ul li a:hover,
.footer-right-menu .hs-rss-item:hover a{
  color: #F49C32;
}

.footer-right-menu .hs-rss-item {
  margin: 0;
}

.hs-rss-description {
  display: none;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  display: inline-block;
}

.footer-address p {
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.footer-address p b {
  font-weight: 600;
}


.copyright {
  padding: 25px 0px 0px 0px;
}

.copyright p {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  min-height: 30px;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: "Roboto",sans-serif;
}

#scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  z-index: 100;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#scroll-top:hover {
  background-color: rgba(0,0,0,0.8);
}

#scroll-top>span {
  line-height: inherit;
  vertical-align: top;
}


/*==================================================== 
====================Media Query======================
====================================================*/

@media (min-width: 768px){
  .footer-bottom-in>div.footer-social{
    width: 78.86%;
  }
  .footer-bottom-in>div.copyright-wrap {
    width: 20.965%;
  }
  .footer-top-left{
    width: 39.474%;
  }
  .footer-top-menu {
    width: 39.474%;
  }

  .footer-top-menu .hs-menu-wrapper > ul > li:nth-child(1) {
    width: 57.12%;
  }

  .footer-top-menu .hs-menu-wrapper > ul > li:nth-child(2) {
    width: calc(100% - 57.12%);
  }

  .mobile-menu-link{
    display:none; 
  }
  .footer-right-menu {
    width: 21.03%;
  }


}


@media (max-width: 1024px){
  .grid-item>a {
    font-size: 10px;
  }
  .footer-top-menu .hs-menu-wrapper>ul>li>ul>li,
  .footer-top-menu .hs-menu-wrapper>ul>li>ul>li>a{
    font-size: 13px;
  }

}

@media (max-width: 767px){
  .footer-bottom-in,
  .footer-bottom-in>div,
  .footer-top-in {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  } 
  .footer-top-left {
    width: 100%;
  }
  .footer-top-menu,
  .footer-right-menu{
    display: none;
  }
  .footer-bottom {
    padding: 8% 0% 0% 0%;
  }
  .mobile-menu-link ul{
    padding:0;
    margin:0;
    list-style:none;
  }
  .mobile-menu-link ul li a{
    font-size: 13px;
  }
  footer.footer {
    padding: 7% 7% 7% 7%;
  }
  .ft-pd,
  .footer-top-menu .hs-menu-wrapper>ul>li{
    padding: 0px;
  }
  .copyright {
    padding: 8% 0% 0% 0%;
  }

  .grid-item>a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px){
  #scroll-top {
    right: 10px;
    bottom: 10px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

.blog-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-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-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.comment-date {
  display: block !important;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


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

/*==================================================== 
==================== Blog banner =====================
====================================================*/

.banner-area.blog-banner {
  
}

.banner-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.banner-row {
  margin-top: 1.5rem;
}

.banner-area.blog-banner .banner-row>div.banner-left {
  width: 49.953%;
}

.banner-area.blog-banner .banner-row>div.banner-right {
  width: 50.047%;
}

.banner-area.blog-banner .banner-right-in {
  padding: 65px 20px;
}

.banner-right-in>.banner-background-overlay {
  filter: brightness( 117% ) contrast( 101% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
  opacity: 0.46;
}

.banner-area.blog-banner>.banner-background-overlay {
  background-color: #FFFFFF;
  opacity: 0.35;
  filter: brightness( 117% ) contrast( 101% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

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

.banner-right-wrap>div {
  width: 100%;
}

.banner-right-wrap>div:not(:last-child) {
  margin-bottom: 20px;
}

.blog-banner-title-in {
  margin: 0px 0px 20px 0px;
}

.blog-banner-title-in h2 {
  color: #283570;
  font-family: "Asap", Sans-serif;
  font-size: 3.3em;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 1.4px;
  min-height: 30px;
  margin: 0;
}

.blog-banner-subtitle-in {
  margin: -20px 0px 0px 0px;
  color: #4e5a69;
  font-family: "Open Sans", Sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  min-height: 30px;
}

/*==================================================== 
==================== Blog listing =====================
====================================================*/


.blog-content-wrapper {
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
  line-height: 1.6;
}

.blog-content-in {
  padding: 10px;
}

.blog-content-in.container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.blog-pagination a {
  background: transparent;
  border: 1px solid #dcdcdc;
  border-radius: 0px;
  color: rgba(0,0,0,.8);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  opacity: .5;
  background-color: #fff;
  padding: 1px 6px;
}

.blog-pagination a:hover {
  color: #fff;
  background-color: #222;
}

.blog-pagination a.disabled {
  cursor: no-drop;
}


.blog-pagination a:first-child {
  margin-right: 6px;
}
.eael-post-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.post-categories a {
  border: 1px solid #dadada;
  border-radius: 3px;
  margin-right: 20px!important;
  padding: 10px 15px!important;
  color: #dadada!important;
  line-height: 1;
  display: inline-block;
  margin: 0 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-family: "Asap", Sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  background-color: #FFFFFF;
  text-transform: uppercase;
}

.post-categories a:hover {
  transform: scale(1.05);
}

.post-categories a:hover,.post-categories a.active {
  background: #283570!important;
  color: white!important;
  border: 1px solid #283570;
}

.eael-post-list-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  z-index: 0;
  padding: 0px 0px 10px 0px;
}

.eael-post-list-posts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 10px 0;
}

.eael-post-list-post {
  -webkit-box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  -moz-box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  box-shadow: 0px 11px 30px rgba(154, 161, 177, 0.2);
  border: 0.5px solid rgba(100, 146, 253, 0.2);
  border-radius: 9px;
  display: inline-block;
  flex-basis: 30%;
  margin: 20px;
  position: relative;
}

.eael-post-list-post:nth-child(3n+1) {
  margin-right: 2%!important;
}

.eael-post-list-post:nth-child(3n+2) {
  margin-right: 2%!important;
}

.eael-post-list-post:nth-child(3n) {
  margin-right: 0px!important;
}

.eael-post-list-thumbnail {
  max-width: 30%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  overflow: hidden;
  margin-right: 15px;
  min-width: 100%;
  border-radius: 9px;
}

.eael-post-topic {
  font-size: 12px;
  color: #144384;
  font-weight: 700;
}

.eael-post-list-content {
  padding: 20px 20px 35px 20px;
  min-width: 100%;
}

.eael-post-list-content .eael-post-list-title{
  color: #114287;
  font-family: "Asap", Sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 0px;
  margin: .5rem 0 0 0;
  text-align: left;
}
.eael-post-list-content .eael-post-list-title a {
  color: #3b3f40;
  font-family: "Asap", Sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 0px;
}
.eael-post-list-content .eael-post-list-title a:hover {
  text-decoration: underline;
}
.eael-post-list-content .meta {
  font-size: 14px;
  line-height: 1;
  margin: 5px 0;
  font-family: "Open Sans", Sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: 5px;
  left: 20px;
  text-transform: uppercase;
  color: #C6C6C6;
}

.eael-post-list-content p {
  margin-top: 12px;
  line-height: 1.5;
  color: #4e5a69;
  text-align: left;
  font-family: "Open Sans", Sans-serif;
  font-size: 1.1em;
  font-weight: normal;
}

.eael-post-elements-readmore-btn {
  font-family: Open Sans, Sans-serif;
  font-size: 14px;
  font-weight: 700;
  fill: #fff;
  background-color: #46b38a;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.eael-post-elements-readmore-btn:hover,.eael-post-elements-readmore-btn:focus {
  animation-duration: .3s;
  animation-iteration-count: 1;
  animation-name: elementor-animation-push;
  animation-timing-function: linear;
  color: #fff;
}

/*==================================================== 
===================== Topic Page ======================
====================================================*/

.hs-blog-listing .page-header {
  position: relative;
  background-color: #f5f5f5;
  padding: 34px 0;
}

.hs-blog-listing .page-header .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.hs-blog-listing .page-header-title {
  display: block;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 400;
  margin: 0;
  color: #333;
  font-family: Asap;
}

.site-breadcrumbs {
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 50%;
  height: 32px;
  line-height: 32px;
  margin-top: -16px;
  font-size: 13px;
  color: #c6c6c6;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  font-family: Open Sans;
}

.clr:after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1; height: 0;
}



/*==================================================== 
===================== Blog Post ======================
====================================================*/
.blog-post-banner {
  
}

.banner-left-in {
  padding: 0;
  margin: 0;
}

.banner-subtitle-in {
  padding-left: 0;
  background-color: transparent;
  margin: 0;
}

.blog-post-banner .banner-background-overlay {
  opacity: 1;
}

.blog-post-banner .container {
  position: relative;
}

.blog-post-banner .banner-left {
  width: 49.953%;
}

.blog-post-banner .banner-right {
  width: 50.047%;
}

.blog-post-banner .banner-subtitle {
  max-width: initial;
  width: auto;
}

.blog-post-banner .banner-title-in {
  padding: 10px 0px 0px 0px;
}

.blog-post-banner .banner-title-in h1 {
  color: #000000;
  font-family: "Asap", Sans-serif;
  font-size: 45px;
  font-weight: 700;
  min-height: 30px;
  margin: 0;
  line-height: 1;
}

.banner-divider-wrap {
  --divider-icon-size: 20px;
  --divider-element-spacing: 10px;
  --divider-pattern-height: 24px;
  --divider-pattern-size: 20px;
  --divider-pattern-url: none;
  --divider-pattern-repeat: repeat-x;
  --divider-border-style: solid;
  --divider-color: rgba(84, 89, 95, 0.37);
  --divider-border-width: 1px;
}

.banner-divider {
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 0;
}

span.banner-divider-separator {
  border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
  width: 32%;
  margin: 0 auto;
  margin-left: 0;
  display: inline-block;
}

.banner-content-in {
  margin: -5px 0px 0px 0px;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  min-height: auto;
  letter-spacing: normal;
  color: inherit;
}

ul.post-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-right: -8px;
  margin-left: -8px;
}

ul.post-info li {
  font-weight: 400;
  margin-right: 8px;
  margin-left: 8px;
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
}

ul.post-info li > a {
}


span.icon-list-icon i {
  color: #62C355;
  font-size: 17px;
  width: 1.25em;
}

span.post-info__item--type-date, .post-info__terms-list {
  color: rgba(84, 89, 95, 0.55);
  padding-left: 10px;
  margin: 1rem 0;
}
.post-info__terms-list-item {
  margin: 20px 0;
}

.post-info__terms-list a {
  color: #144384;
  background-color: #e6edff;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 0 8px 8px 0;
}

.post-info__terms-list a:hover {
  color: #144384;
  text-decoration: underline;
}

.blog-post-in {
  
}

.blog-post {
  padding: 30px 0px 0px 0px;
}

.blog-post-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-post-index, .blog-post-sidebar {
  width: 100%;
}


.blog-post-index-in {
  padding: 0px 45px 0px 0px;
}

.blog-post-sidebar-in {
  padding: 10px;
}

.shariff {
  display: block !important;
  clear: both
}

.shariff ul {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  padding: 0 !important;
  margin: 0 !important
}

.shariff li {
  height: 35px;
  box-sizing: border-box;
  list-style: none !important;
  overflow: hidden !important;
  margin: 5px !important;
  padding: 0 !important;
  text-indent: 0 !important;
  border-left: 0 none !important
}

.shariff a {
  position: relative;
  display: block !important;
  height: 35px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: 0;
  text-decoration: none;
  background-image: none !important;
  text-align: left;
  box-shadow: none;
  cursor: pointer
}

.shariff a:hover {
  color: #fff;
  background-color: inherit !important;
  text-decoration: none !important
}

.shariff a:visited {
  color: inherit
}

.shariff .shariff-count {
  position: absolute;
  height: 33px;
  top: 0;
  right: 0;
  margin: 1px;
  padding: 0 8px;
  background-color: rgba(255,255,255,0.5)
}

.shariff .shariff-count,.shariff .shariff-text {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 36px;
  vertical-align: top
}

.shariff .shariff-text {
  padding-left: 3px
}

.shariff .shariff-icon svg {
  width: 32px;
  height: 20px;
  padding: 7px 1px;
  box-sizing: content-box !important
}

.shariff-button::before {
  content: none !important
}

.shariff .shariff-buttons .shariff-text-white {
  color: #fff
}

.shariff .shariff-buttons .shariff-hidezero {
  opacity: 0
}

.shariff .theme-default a {
  color: #fff !important
}

.shariff .theme-default .shariff-icon svg path {
  fill: #fff
}

.shariff .theme-color .shariff-count {
  background-color: transparent !important;
  color: #fff !important
}

.shariff .theme-color .shariff-icon svg path {
  fill: #fff
}

.shariff .theme-grey a {
  background-color: #b0b0b0 !important
}

.shariff .theme-grey a:hover {
  background-color: inherit !important
}

.shariff .theme-grey .shariff-count {
  background-color: transparent;
  color: #fff !important
}

.shariff .theme-grey .shariff-icon svg path {
  fill: #fff
}

.shariff .theme-white a {
  background-color: #fff !important;
  border: 1px solid #ddd
}

.shariff .theme-white a:hover {
  background-color: #eee !important;
  color: inherit
}

.shariff .theme-white svg {
  fill: currentColor
}

.shariff .theme-white .shariff-count {
  background-color: transparent;
  margin: 0
}

.shariff .wcag_colors .shariff-count {
  color: #fff !important;
  background-color: rgba(255,255,255,0.2)
}

.shariff .shariff-buttons.theme-round li {
  width: 35px !important;
  height: 35px;
  border-radius: 50%;
  margin: 5px
}

.shariff .theme-round a {
  position: relative;
  height: 35px;
  border-radius: 50%
}

.shariff .theme-round .shariff-icon svg {
  display: block;
  margin: auto;
  padding: 8px 1px
}

.shariff .theme-round .shariff-text {
  display: block
}

.shariff .theme-round .shariff-count {
  display: inline;
  padding: 0;
  right: 0;
  left: 0;
  top: 0;
  background-color: transparent;
  color: transparent !important;
  text-align: center
}

.shariff .theme-round .shariff-count:hover {
  background-color: inherit !important;
  color: #fff !important
}

.shariff .theme-round .shariff-icon svg path {
  fill: #fff;
}

.shariff .shariff-buttons.buttonsize-small li {
  height: 25px !important
}

.shariff .shariff-buttons.buttonsize-small a {
  height: 25px !important
}

.shariff .shariff-buttons.buttonsize-small.orientation-vertical li {
  width: 115px
}

.shariff .shariff-buttons.buttonsize-small .shariff-icon svg {
  width: 22px;
  height: 15px;
  padding: 5px 1px
}

.shariff .shariff-buttons.buttonsize-small .shariff-text,.shariff .shariff-buttons.buttonsize-small .shariff-count {
  font-size: 11px;
  line-height: 25px;
  padding: 0 5px;
  height: 23px
}

.shariff .shariff-buttons.buttonsize-small .shariff-text {
  padding-left: 1px !important
}

.shariff .shariff-buttons.buttonsize-small.theme-round li {
  width: 25px !important
}

.shariff .shariff-buttons.buttonsize-small.theme-round a {
  width: 25px !important
}

.shariff .shariff-buttons.buttonsize-small.theme-round .shariff-count {
  padding: 0 !important;
  height: 25px !important
}

.shariff .shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li {
  margin: 5px 7px
}

.shariff .shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li:first-child {
  margin-left: 5px
}

.shariff .shariff-buttons.theme-round.buttonsize-small.orientation-horizontal li:last-child {
  margin-right: 5px
}

.shariff .buttonsize-large li {
  height: 45px !important
}

.shariff .buttonsize-large a {
  height: 45px !important
}

.shariff .buttonsize-large.orientation-vertical li {
  width: 155px
}

.shariff .buttonsize-large .shariff-icon svg {
  width: 40px;
  height: 28px;
  padding: 9px 2px
}

.shariff .buttonsize-large .shariff-text,.shariff .buttonsize-large .shariff-count {
  font-size: 14px;
  line-height: 45px;
  padding: 0 10px;
  height: 43px
}

.shariff .buttonsize-large .shariff-text {
  padding-left: 1px !important
}

.shariff .shariff-buttons.buttonsize-large.theme-round li {
  width: 45px !important;
  height: 45px !important
}

.shariff .buttonsize-large.theme-round a {
  width: 45px !important
}

.shariff .buttonsize-large.theme-round .shariff-count {
  padding: 0 !important;
  height: 45px !important
}

.shariff .orientation-vertical {
  flex-direction: column
}

.shariff .orientation-vertical li {
  width: 135px
}

.shariff.shariff-align-flex-start ul {
  justify-content: flex-start;
  align-items: flex-start
}

.shariff.shariff-align-center ul {
  justify-content: center;
  align-items: center
}

.shariff.shariff-align-flex-end ul {
  justify-content: flex-end;
  align-items: flex-end
}

.widget .shariff.shariff-widget-align-flex-start ul {
  justify-content: flex-start;
  align-items: flex-start
}

.widget .shariff.shariff-widget-align-center ul {
  justify-content: center;
  align-items: center
}

.widget .shariff.shariff-widget-align-flex-end ul {
  justify-content: flex-end;
  align-items: flex-end
}

.shariff.shariff-buttonstretch li {
  flex: 1 0 auto !important
}

.shariff.shariff-buttonstretch .orientation-vertical li {
  width: 100% !important
}

.widget .shariff li {
  border: 0;
  font-weight: 400
}

.widget .shariff .theme-default a,.widget .shariff .theme-color a,.widget .shariff .theme-grey a,.widget .shariff .theme-round a {
  color: #fff;
  display: block;
  font-weight: 400
}

.widget .shariff .theme-default a:hover,.widget .shariff .theme-color a:hover,.widget .shariff .theme-grey a:hover,.widget .shariff .theme-round a:hover {
  color: #fff;
  font-weight: 400
}

.shariff-warning {
  background-color: red;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5
}

.shariff .info a {
  border: 1px solid #ddd;
  width: 35px
}

.shariff .wcag_colors .info a {
  border: 1px solid #575757;
  width: 35px
}

.shariff .shariff-button.info {
  width: 35px;
  flex: 0 0 auto !important
}

.shariff .theme-default .shariff-button.shariff-nocustomcolor.info svg path {
  fill: #999
}

.shariff .theme-default.wcag_colors .shariff-button.shariff-nocustomcolor.info svg path {
  fill: #595959
}

.shariff .theme-round .shariff-button.shariff-nocustomcolor.info svg path {
  fill: #999
}

.shariff .theme-round.wcag_colors .shariff-button.shariff-nocustomcolor.info svg path {
  fill: #595959
}

.shariff .buttonsize-small .shariff-button.info {
  width: 25px
}

.shariff .buttonsize-small .info a {
  width: 25px
}

.shariff .buttonsize-large .shariff-button.info {
  width: 45px
}

.shariff .buttonsize-large .info a {
  width: 45px
}

.shariff .info .shariff-icon svg {
  display: block;
  margin: auto
}

.shariff li.linkedin {
  background-color: #1488bf;
}

.shariff li.linkedin a {
  background-color: #0077b5;
  color: #fff;
}

.shariff li.xing {
  background-color: #29888a;
}

.shariff li.xing a {
  background-color: #126567;
  color: #fff;
}

.shariff li.facebook {
  background-color: #4273c8;
}

.shariff li.facebook a {
  background-color: #3b5998;
  color: #fff;
}

.shariff li.twitter {
  background-color: #32bbf5;
}

.shariff li.twitter a {
  background-color: #55acee;
  color: #fff;
}

.shariff li.whatsapp {
  background-color: #5cbe4a;
}

.shariff li.whatsapp a {
  background-color: #34af23;
  color: #fff;
}


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

.blog-post-sidebar-row>div:not(:last-child) {
  margin-bottom: 20px;
}

.blog-post-sidebar-row>div {
  width: 100%;
}

.blog-sidebar-title h2 {
  color: #283570;
  font-family: "Asap", Sans-serif;
  font-size: 2.8em;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 30px;
  margin: 0;
  line-height: 1;
}

.blog-post-wrapper {
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans",sans-serif;
  line-height: 1.6;
}

.blog-post-sidebar span.banner-divider-separator {
  width: 100%;
}

.related-post-wrap {
  margin: 0 -10px;
}

.related-post {
  padding: 10px;
}

.related-post-holder {
  border: 1px solid rgba(0,0,0,.1);
  background-color: #fff;
}

.related-post-holder-inner {
  height: 100%;
}

.related-entry-media {
  overflow: hidden;
  position: relative;
}

.related-entry-overlay {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  background-color: rgba(40, 53, 112, 0.67);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.related-entry-overlay img {
  height: 53px;
  width: 53px;
}

.related-entry-overlay a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.related-entry-thumbnail img {
  width: 100%;
  vertical-align: middle;
}

.related-entry-wrapper {
  padding: 15px;
}

.related-entry-title {
  font-family: "Asap", Sans-serif;
  font-size: 19px;
  margin: 10px 0 5px;
  color: #283570;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}

.related-entry-title a {
  color: #283570;
}

.related-entry-title a:hover {
  color: #62C355;
}

.related-entry-media:hover .related-entry-overlay {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.related-post-excerpt p {
  margin: 0;
  color: #54595F;
  font-family: "Open Sans", Sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

.related-post-elements-readmore-wrap a.related-post-elements-readmore-btn {
  font-family: "Open Sans", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #62C355;
  padding: 8px 0px 0px 0px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: inline-block;
}

.blog-post__image-featured {
  margin: 0 0 40px;
}

.blog-post__image-featured img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.blog-post__body {
  font-family: "Open Sans", Sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6em;
  color: #4e5a69 !important;
}

.hbspt-form {
  margin-top: 2rem;
}

.blog-post__newsletter-title {
  margin-top: 2rem;
}

.shariff li.twitter, .shariff li.twitter a {
  background: black !important;
}

/*==================================================== 
====================Media Query======================
====================================================*/

@media only screen and (min-width: 768px){
  .blog-post-index{
    width: 85%;
  }
  .blog-post-sidebar{
    width: 25.432%;
  }
  .blog-post-sidebar-row>div.related-post-wrap {
    width: auto;
  }
}

@media (max-width: 1230px){
  .blog-post-banner .container {
    padding: 0 39px;
  } 
}

@media (max-width: 1024px){
  .blog-post-wrapper {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 768px){
  .post-categories {
    display: table!important;
  }

}

@media (max-width: 767px){
  .post-categories a {
    margin-bottom: 10px!important;
  }

  .banner-area.blog-banner .container {
    padding: 0;
  }

  .banner-area.blog-banner .banner-row,
  .blog-post-banner .banner-row,
  .blog-post-row{
    flex-wrap: wrap;
  }

  .banner-area.blog-banner .banner-row>div,
  .blog-post-banner .banner-row>div{
    width: 100% !important;
  }

  .banner-area.blog-banner .banner-right-in {
    margin: 0px 0px 0px 0px;
    padding: 0% 0% 0% 0%;
  }

  .blog-banner-title-in {
    padding: 0px 0px 0px 12px;
  }

  .blog-banner-title-in h2 {
    font-size: 2.2em;
  }

  .blog-banner-subtitle-in {
    padding: 0px 07px 0px 12px;
    font-size: 16px;
    margin: 0;
  }
  .eael-post-list-post {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    max-width: 96%;
  }
  .blog-post-banner .container {
    padding: 0;
  } 
  
  .banner-left-in {
    margin: 0px 0px 0px 0px;
    padding: 4% 7% 0% 7%;
  }

  .blog-post-banner .banner-title-in {
    padding: 0px 0px 0px 0px;
  }

  .blog-post-banner .banner-title-in h2 {
    font-size: 2.2em;
  }

  span.banner-divider-separator {
    width: 100%;
  }
  .blog-post-wrapper {
    padding: 10% 4% 2% 4%;
  }

  .blog-post-in {
    padding: 0;
  }
  .blog-post-sidebar {
    padding-bottom: 50px;
  }
  .blog-post-sidebar-in {
    padding: 10% 0% 0% 0%;
  }
}


@media only screen and (max-width: 360px) {
  .shariff .shariff-buttons.buttonsize-small li {
    width:25px
  }

  .shariff .shariff-buttons li {
    width: 35px
  }

  .shariff .shariff-buttons.buttonsize-large li {
    width: 45px
  }

  .shariff .shariff-buttons .shariff-icon svg {
    display: block;
    margin: auto
  }

  .shariff .shariff-buttons .shariff-text {
    display: none
  }

  .shariff .shariff-buttons .shariff-count {
    display: none
  }
}

@media only screen and (min-width: 361px) {
  .shariff .shariff-buttons.buttonsize-small li {
    width:105px
  }

  .shariff .shariff-buttons li {
    width: 125px
  }

  .shariff .shariff-buttons.buttonsize-large li {
    width: 155px
  }

  .shariff .shariff-buttons .shariff-text {
    display: inline
  }

  .shariff .shariff-buttons .shariff-count {
    display: inline
  }
}

@media only screen and (min-device-width: 1025px) {
  .shariff .shariff-mobile {
    display:none !important
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}



.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px !important;
}

.systems-page .hs-input,
.systems-page .hs-input[type=password],
.systems-page .hs-input[type=text], 
.systems-page .hs-search-field__input[type=text],
.systems-page input[type=password]{
  max-width:720px;
  display:block;
  width:100% !important;
}
.systems-page input[type=password]{
  height:auto !important;
  margin-top:0 !important;
}
.systems-page .hs-input[type=checkbox],
.systems-page .hs-input[type=radio] {
  width: auto!important;
  display: inline-block;
}

@media (max-width: 767px) {

  .systems-page .hs-input,
  .systems-page .hs-input[type=password],
  .systems-page .hs-input[type=text], 
  .systems-page .hs-search-field__input[type=text],
  .systems-page input[type=password]{
    max-width:100%;
  }

}


@media (max-width: 767px) and (min-width: 480px) {
  .error-page:before {
    font-size: 28vw;
  }
}

@media (max-width: 479px){
  .systems-page h1{}
  .systems-page h2 {
    font-size: 30px;
  }
}