/* ******************************************************************************
*********************************************************************************
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 ,
.page-center,
.content-wrapper{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

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

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@font-face {
  font-family: "Eurostile LT Std Medium";
  src: url(//fs.hubspotusercontent00.net/hubfs/8827856/raw_assets/public/TelevicConference_February_2021/fonts/eurostile-lt-std-medium.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}
 
@font-face {
  font-family: "FontAwesome";
  src:url(//fs.hubspotusercontent00.net/hubfs/8827856/raw_assets/public/TelevicConference_February_2021/fonts/fontawesome-webfont.woff2) format("woff2"),
    url(//fs.hubspotusercontent00.net/hubfs/8827856/raw_assets/public/TelevicConference_February_2021/fonts/fontawesome-webfont.ttf) format("truetype"), 
    url(//fs.hubspotusercontent00.net/hubfs/8827856/raw_assets/public/TelevicConference_February_2021/fonts/fontawesome-webfont.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}
 



html {
  font-size: 16px;
      -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
  color: #494a52;
  font-family: ;
  font-weight: 100;
  font-size: px;
  line-height:1.5
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

p {
    margin: 1.5rem 0;
  font-family: Lato, serif;
}

img {
    max-width: 100%;
    height: auto;
}

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

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

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

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

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 ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
margin: 1.5rem 2rem;
}

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

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
  padding:20px
}

h3.form-title{
  margin:0
}
.hs-button {
  margin: 20px 0;
  max-width:100%;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  text-align: center;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  
  text-decoration: none;
}

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

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


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


form#email-prefs-form label{
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: inherit;
  font-family: inherit;
  margin: 0;
}

.systems-page form#email-prefs-form {
  background: transparent;
  padding: 0;
}

form#email-prefs-form .hs-button,
.four-not-page .hs-button {
  border-color: rgba(255,255,255,1.0);
  background-color: rgba(255,255,255,1.0);
  color: rgba(255,255,255,1.0);
}

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

ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}

.hs-input,input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height: auto !important;
  max-width:100%;
  padding: 15px 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid;
  box-sizing: border-box;
}

.hs-form-field {
  margin-bottom: 10px;
}

.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;
}
input#hs-pwd-widget-password:focus,
.hs-input:focus {
  outline: none;
}

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


input#hs-login-widget-remember {
  float: left;
  height:auto !important
}

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

  .systems-page h1 {
    font-size: 32px;
  }
  .systems-page h2 {
    font-size: 23px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.hdr-no_nav .custom-logo {
  padding-top: 25px;
  width: 100%;
}

.hdr-no_nav .custom-logo a img {
  margin-left: auto;
  margin-right: auto;
}

.hide-element {
  display: none !important
}

@media(max-width: 1200px) {
  .hdr-no_nav .custom-logo {
    padding-top: 19px;
  }
}
@media(max-width: 1000px) {
  .hdr-no_nav .custom-logo {
    padding-top: 0;
  }
}
@media(max-width: 500px) {
  .hdr-no_nav .custom-logo {
    padding-top: 5px;
    padding-bottom: 6px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
header.header {
    padding: 1.5rem 0;
}


.header-fixed{
display: block;
    width: 100%;
    position: fixed;
    top: -250px;
    left: 0;
    right: 0;
    z-index: 100;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
          transition: all 0.3s ease-out;
    transition-delay: .5s;
}


body.header-show .header-fixed{
top:0
}


body.header-hide .header-fixed{
top:-250px
}


.header-inner {
    display: table;
    width: 100%;
}

.custom-logo {
    display: table-cell;
    vertical-align: bottom;
    width: 14.375em;
    padding-bottom: 14px;
}

.custom-logo a {
    display: block;
}

.custom-logo img {
    display: block;
    width: 14.375em !important;
      height: 3.4375em;
}


.nav-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding-left: 1.5rem;
   line-height:24px
}

.top-nav {
    float: right;
    clear: both;
    font-size: .875em;
    line-height:24px
}

.top-nav a:hover,
.top-nav a:focus{
text-decoration:underline
}

.top-menu {
    float: left;
}

.top-menu ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.top-menu ul:after {
    content: '';
    display: table;
    clear: both;
}

.top-menu ul li {
    position: relative;
    float: left;
    padding-top: 0;
}

.top-menu ul li a {
    display: block;
    text-decoration: none;
    padding: .5em 1em;
}

.search-wrapper {
    float: left;
      display: flex;
}



 .header-search-toggle.desktop{
  display:block
  }
  
.header-search-toggle.mobile{
  display:none
}

.header-search-toggle a {
    display: block;
    padding: .5em 1em;
}

.header-search-toggle a:before {
    display: inline-block;
    content: '\f002';
    font-family: 'FontAwesome';
    margin-right: .5em;
}


.search-form {
    float: left;
    display: block;
    float: left;
    width: 0;
    overflow: hidden;
    padding: calc(.5em - 1px);
    transition: width .35s ease-in;
}

.search-form.is-visible{
width:200px;
transition:width .35s ease-in
}


.search-form form {
    width: 100%;
    min-width: 0;
    position: relative;
    max-width: 100%;
    padding:0;
    border:none !important;
    background-color: transparent !important;
}



.search-input {
    width: 100%;
    color: rgba(36,30,31,0.5);
    background: #FFF;
    border-bottom: 1px solid rgba(36,30,31,0.5) !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}


.search-input:focus{
    color: #241E1F;
    background: #FFF;
    border-color: #241E1F !important;
  outline: none;
}

.search-input::placeholder{
   color: rgba(36,30,31,0.5) !important;
}

.button-form-submit{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    margin: 0;
    width: 56px;
    background: rgba(36,30,31,0.25);
    transition: background .35s ease;
}

.language-wrapper {
    float: left;
    position: relative;
}

.language-wrapper .fa {
    position: absolute;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
/*     color: rgba(36,30,31,0.25); */
}

form.lang-dropdown-form {
    position: relative;
    background: transparent !important;
    border: none !important;
    padding: 0;
}


.lang-form-item {
    position: relative;
    z-index: 1;
    margin: 0;
}

label.visually-hidden {
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    position: absolute;
}

.lang-dropdown-select-element {
    position: relative;
    width: 100%;
    background: none !important;
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em 1em .5em 2em;
    cursor: pointer;
    height: auto;
    outline: none;
    line-height: 24px;
}



.custom-menu-primary {
    float: right;
    clear: both;
    margin-top: 1rem;
}

.custom-menu-primary a.menu-link:hover,
.custom-menu-primary a.menu-link:focus{
text-decoration:none
}

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

ul.submenu.level-1>li {
    position: relative;
    display: inline-block;
}

ul.submenu.level-1>li>a {
    position: relative;
    display: block;
    padding: .5em 1em;
}


ul.submenu.level-1>li>a:hover:after{
    content: '';
    height: 2px;
    position: absolute;
    bottom: .25em;
    width: 33.3333%;
      left: calc(33.3333% - .5em);
}
ul.submenu.level-1>li.has-submenu>a {
    padding-right: calc(11px + 1.5em);
}


ul.submenu.level-1>li.has-submenu>a:before {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    content: '\f107';
    font-family: 'FontAwesome';
    margin-left: .5rem;
}


ul.submenu.level-1>li:last-child>a {
    padding: .5em 1em;
    background: #EEE;
}


ul.submenu.level-1>li:last-child>a:hover:after{
display:none
}

ul.submenu.level-2 {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 100%;
    left: 0;
    z-index: 99;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
    min-width: 12em;
    text-align: left;
    display:none
}

ul.submenu.level-1>li:hover ul.submenu.level-2{
display:block
}

ul.submenu.level-2 li {
    display: block;
    position: relative;
}


ul.submenu.level-2 li a {
    display: block;
    transition: background .35s ease;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: .9em;
    padding: .5em 1em;
    position: relative;
    line-height: 24px;
}

span.mobile-menu-toggle {
    display: none;
}


.child-trigger{
display:none
}

.mobile-menu{
display:none
}

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

  .nav-wrapper{
      font-size: .8em;
  }

}


@media screen and (max-width:1000px){
  
  
  .header-fixed {
    display: none;
}

  .custom-menu-primary{
  display:none
  }
  
  .top-nav{
  display:none
  }
  
  .custom-logo {
    padding-bottom: 0;
    vertical-align: middle;
}

  
  span.mobile-menu-toggle {
    display: block;
    float: right;
    color: #FFF;
    background: #A6CF39;
    border: 1px solid #A6CF39;
    padding: .5em 1em;
    cursor: pointer;
    text-decoration: none;
}
  
   span.mobile-menu-toggle:hover,
  span.mobile-menu-toggle:focus{
  text-decoration:underline
  }
  
  
  span.mobile-menu-toggle .fa {
    margin-right: .2em;
}
  
  span.mobile-menu-toggle .fa-times {
    display: none;
}
  
  span.mobile-menu-toggle.active .fa-times{
  display:inline-block
  }
  
  span.mobile-menu-toggle.active .fa-bars{
  display:none
  }
  
  span.mobile-menu-toggle .fa-times {
    margin-right: 6px;
}
  
  
  
  .mobile-menu{
    display: block;
    width: 300px;
    height: 100%;
    position: fixed;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #A6CF39;
    overflow-y: scroll;
    transform: translate(300px);
 transition: transform .4s ease;
  }

.custom-menu-primary.mobile {
    display: block;
    margin: 0;
    float: none;
}
  
  ul.submenu.level-1>li {
    float: none;
    display: block;
}
  
  ul.submenu.level-1>li.has-submenu>a {
    padding-right: 3em;
}
  
  
  ul.submenu.level-1>li>a {
    background-color: #A6CF39;
    border-bottom: 1px solid #98c02f;
    color: #fff !important;
}
  
   ul.submenu.level-1>li>a:hover,
   ul.submenu.level-1>li>a:focus{
     background-color: #98c02f !important;
    color:#fff !important
  }
  
 ul.submenu.level-1>li:last-child>a{
   background-color: #A6CF39 !important;
     color:#fff !important;
       font-weight: bold;
  }
  
  ul.submenu.level-1>li:last-child>a:hover,
  ul.submenu.level-1>li:last-child>a:focus{
    background-color: #98c02f !important;
    color:#fff !important
  }
  
  ul.submenu.level-1>li>a:hover:after{
  display:none
  }
  
  ul.submenu.level-1>li.has-submenu>a:before{
  display:none
  }
  
    .child-trigger{
   width: 40px;
    line-height: 40px;
    right: 0;
    text-align: center;
    margin: 0;
    display: block;
    position: absolute;
    top: 0;
    color: #fff;
    background: #98c02f;
    cursor:pointer
  }
  
  .child-trigger.child-open i.fa-angle-down:before{
      content: "\f106" !important;
  }
  
  
     ul.submenu.level-2{
    background-color: #88ab2a !important;
    display: none;
    position: relative;
    box-shadow: none;
    min-width: 0;
  }
  
  ul.submenu.level-2 li a {
    background-color: #88ab2a !important;
    border: none;
    font-size: 1em;
  }
  
    ul.submenu.level-2 li a:hover{
     background-color: #789725 !important;
  }
   
  ul.submenu.level-1>li:hover ul.submenu.level-2{
  display:none
  }

.top-nav a:hover,
.top-nav a:focus{
text-decoration:none
}

  
  
 .top-nav.mobile{
  display:block;
  float:none;
  background: #88ab2a;
  }
  
  .top-menu {
    float: none;
  }
  
  .top-menu ul li {
    float: none;
    display: block;
  }
  
  .top-menu ul li a {
    color: #fff !important;
    background: #88ab2a;
    transition: background .35s ease;
}
  
  .top-menu ul li a:hover,
  .top-menu ul li a:focus{
    color: #fff !important;
    background: #789725;
  }
  
  .search-wrapper {
    float: none;
    display: block;
}
  
  .header-search-toggle.desktop{
  display:none
  }
  
    .header-search-toggle.mobile{
  display:block
  }
  
  .header-search-toggle a {
    color: #fff !important;
    background: #88ab2a;
    transition: background .35s ease;
}
  
  .header-search-toggle a:hover,
  .header-search-toggle a:focus{
   color: #fff !important;
    background: #789725;
  }
  
  .language-wrapper {
    color: #fff !important;
    background: #88ab2a;
    transition: background .35s ease;
      float: none;
}
  
  .language-wrapper:hover,
    .language-wrapper:focus{
   color: #fff !important;
    background: #789725;
  }
  
  .lang-dropdown-select-element {
    color: #fff !important;
  }
  
  #site-wrapper{
  transform: translate(0);
    transition: transform .4s ease;
  }
  
  body.is-active #site-wrapper{
  transform: translate(-300px) !important;
  }
  
}




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

  
  .custom-logo {
    font-size: .75em;
}


}


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

  .custom-logo {
    font-size: .5em;
}

}


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

.mobile-menu {
    width: 175px;
      transform: translate(175px);
}
  
  
    body.is-active #site-wrapper{
  transform: translate(-175px) !important;
  }

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

footer.footer ul{
padding:0;
margin:0;
list-style-type:none
}

.footer-top {
    padding-top: 3rem;
    border-top:1px solid
}

.footer-top .page-center:after {
    content: '';
    display: table;
    clear: both;
}

.footer-logo {
    float: left;
    width: 14.375rem;
    margin-right: 3rem;
    font-size: .875em;
}

.footer-logo img {
    display: block;
    width: 14.375em !important;
}

.footer-menu {
    float: left;
    width: calc(57.725% - 150px - 3.25rem - 7.1875rem);
    font-size: .875em;
    /* background: #FFF; */
    margin-right: .5rem;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    column-count: 2;
    column-gap: 0.5rem;
 margin-bottom: -.5em !important;
    text-align: left;
}

.footer-menu ul li {
    display: block;
    float: none;
    padding-bottom: .5em;
      break-inside: avoid;
}


.footer-menu ul li a {
    position: relative;
    display: block;
}

.footer-menu ul li a:hover{
text-decoration:underline
}

.footer-links {
    float: left;
    width: calc(42.275% - 150px - 3.25rem - 7.1875rem);
    font-size: .875em;
}

.footer-links ul li {
    float: none;
    margin-bottom: .5em;
    position: relative;
}


.footer-links ul li a {
    display: block;
}
.footer-links ul li a:hover{
  text-decoration:underline
}
.footer-menu-two ul li a:hover {
    background: #EEEEEE;
}
.footer-social {
    float: right;
    width: 300px;
    margin-left: 3rem;
    font-size: .875em;
}

.social-btn a {
    border-width:1px;
    border-style:solid;
    display: inline-block;
    padding: .5em 1em;
    cursor: pointer;
    text-decoration: none;
}

.social-btn a:hover{
text-decoration:underline
}


.social-btn a i.fa {
    margin-left: 3px;
}

.social-links ul {
    margin: 1rem 0 0 0 !important;
    padding: 0;
}

.social-links ul li {
    display: inline-block;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.social-links li a {
    display: block;
    text-decoration: none;
    font-size: 1.25em;
    transition: color .35s ease;
}

.social-links li a:hover{
text-decoration:none
}

.page-center.footer-bottom {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.page-center.footer-bottom:after {
    content: '';
    display: table;
    clear: both;
}

.fb-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    clear: both;
    font-size: .875em;
}

.fb-row:after{
content:'';
display:table;
clear:both
}

.footer-text {
    float: left;
    max-width: 400px;
    margin-right: 1.5rem;
}


.footer-text p {
    margin: 0;
}


.footer-menu-two {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-menu-two ul li {
    float: left;
    margin-right: 1.5em;
    margin-bottom: .5em;
}

.footer-menu-two ul li a {
    text-decoration: none;
    padding: .25em .5em;
}

.footer-menu-two ul li a:hover{
text-decoration:none
}

.copyright-links  {
    margin-top: 1.5rem;
    float: left;
    clear: both;
    font-size: .875em;
}

.copyright-links ul {
    text-align: center;
}


.copyright-links ul li {
    display: inline-block;
    padding-top: 0;
    margin-right: .5rem;
}


.copyright-links  ul li a {
    display: block;
    text-decoration: none;
}

.copyright-links  ul li a:hover{
text-decoration:underline
}



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

  
  .footer-logo {
    float: none;
    margin-bottom: 1.5rem;
}

  .footer-menu {
    width: calc(57.725% - 150px - 3.25rem);
}
  
  .footer-links {
    width: calc(42.275% - 150px - 3.25rem);
}
  

}

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

    .footer-menu {
    float: none;
    width: 100%;
    margin-bottom: 1.5rem;
}
  
  .footer-links {
    float: none;
    width: 100%;
    margin-bottom: 1.5rem;
}
  
  .footer-social {
    float: none;
    width: 100%;
    margin-left: 0;
}
  
  .fb-row {
    display: block;
}
  
  .footer-text {
    float: none;
    margin-right: 0;
    margin-bottom: 1.5rem;
}
  

}


@media screen and (max-width:420px){
  
  
  .footer-menu ul {
    column-count: auto;
  }

  
  .footer-menu-two ul li {
    display: block;
    float: none;
    margin-right: 0;
}


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: 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;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}


.blog-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: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

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

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

.blog-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-weight: 600;
  
}

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


.topic-wrapper {
    padding: 1rem 0;
    border-top: 2px solid #EEE;
    color: #918E8F;
}

.categories-wrapper {
    display: table;
    width: 100%;
    color:#918e8f
}

.categories-wrapper.post{
    color: rgba(255,255,255,0.75);
}


span.topic-label {
    display: table-cell;
    vertical-align: top;
    padding-right: 1rem;
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

.categories-wrapper ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.categories-wrapper ul li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

.categories-wrapper ul li a {
  color: #918e8f;
}

.categories-wrapper.post ul li a {
    color: rgba(255,255,255,0.75);
}

.categories-wrapper ul li a:hover{
  color: #918e8f;
  text-decoration:underline
}

.categories-wrapper.post ul li a:hover{
    color: rgba(255,255,255,0.75);
}

li.topic_trail__item {
    color: #918E8F;
}

li.topic_trail__item a {
    display: inline-block;
    color: #918E8F;
}

.categories-wrapper.post li.topic_trail__item {
   color: rgba(255,255,255,0.75);
}

.categories-wrapper.post li.topic_trail__item a{
  color: rgba(255,255,255,0.75);
}

li.topic_trail__item a svg {
    display: block;
    width: 14px;
    height: 12px;
}


.categories-wrapper ul li .fa {
        margin: 0 12px;
    margin-right: 8px;
}

.hs-blog-post .categories-wrapper ul li:last-child {
    font-weight: bold;
}

.blog-content-wrapper {
    margin-bottom: 3rem;
}


.blog-main-content {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.blog-title h1 {
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: normal;
}


.news-icon {
    float: left;
    height: 40px;
    margin-right: 1.5rem;
    margin-top: 5px;
}

.news-icon img {
    display: block;
    max-width: 100%;
  height: 100%;
}


.update-section:after {
    content: '';
    display: table;
    clear: both;
}

.update-content {
    float: left;
    width: calc(100% - 70px - 1.5rem);
}

.update-content span.pre-title {
    display: block;
    font-size: 0.75em;
    color: rgba(36,30,31,0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.update-content h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-bottom: 1.5rem;
}

.blog-index {
    display: block;
    padding: 0;
}

.blog-index:after {
    display: table;
    content: '';
    clear: both;
}




.blog-index .blog-index__post {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
      padding: 0;
    display: block;
}

.blog-index .blog-index__post:nth-child(2n){
margin-right:0
}


.blog-index__post-inner-card {
    display: table;
    width: 100%;
    box-shadow: none !important;
    background: #fff;
    border-radius: 0;
    position: relative;
}

a.blog-index__post-inner-card:hover {
    text-decoration: none;
}

.blog-index__post-image.blog-index__post-image--small {
    display: table-cell;
    vertical-align: middle;
    width: 207px;
    background-position: center center;
    background-size: cover;
    padding: 0;
    border-radius: 0;
}

.post-image-min-height{
      display:block;
     min-height: 150px;
    padding-bottom: 75%;
}

.blog-index__post-content.blog-index__post-content--small {
    display: table-cell;
    vertical-align: middle;
    padding: .5rem .5rem .5rem 1.5rem;
}

.blog-index__post-content.blog-index__post-content--small h2 {
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    margin: .5rem 0;
    font-size: 1.25rem;
    line-height: 2.25rem;
}


.blog-index__post-content.blog-index__post-content--small h2 a {
    color: #241E1F;
}



.blog-index__post-content.blog-index__post-content--small h2 a:hover{
    color: #241E1F;
}


.date {
    display: block;
    font-size: .75em;
    text-transform: uppercase;
    color: rgba(36,30,31,0.5);
    line-height: 24px;
}


.blog-post__read-more span {
    color: #A6CF39;
}

.blog-post__read-more i.fa {
    margin-left: 4px;
}

a.blog-index__post-inner-card:hover .blog-post__read-more span {
text-decoration:underline
}




.blog-pagination {
    padding: 0 0 0 32px;
    margin: 1.5rem 0;
    clear: both;
    text-align: center;
    font-family: inherit;
    display: block;
}

a.blog-pagination__link {
    display: inline-block;
    font-size: .875em;
    border: 1px solid #A6CF39;
    border-radius: 2px;
    padding: 0 .5em;
    text-decoration: none;
    color: #a6cf39;
    line-height: 24px;
      margin: 0 0.25rem;
}

a.blog-pagination__link:hover{
    background: #A6CF39;
     color: #FFF
}

.blog-pagination__link--active {
    background: #A6CF39;
    color: #FFF !important;
}

a.blog-pagination__link.blog-pagination__prev-link,
a.blog-pagination__link.blog-pagination__next-link {
    border: none;
    text-decoration: underline;
}


a.blog-pagination__link.blog-pagination__prev-link:hover,
a.blog-pagination__link.blog-pagination__next-link:hover{
    border: none;
    text-decoration: none;
    background:none;
    color: #a6cf39;
  
}


.newsletter-section {
    padding: 3rem 0;
}

.newsletter-section .content-wrapper {
    position: relative;
    box-shadow: -10px 0px 20px 0px rgb(0 0 0 / 10%), 10px 0px 20px 0px rgb(0 0 0 / 10%);
      padding: 47px 32px !important;
    background: #A6CF39;
}


.newsletter-section .content-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 15px;
    top: -14px;
}

.newsletter-heading {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-heading h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin-bottom: 1.5rem;
}

.newsletter-form {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
}


.newsletter-form form {
    padding: 0;
}

.newsletter-form form .hs_email {
    position: relative;
    margin: 0;
}

.newsletter-form form .hs_email>label {
    cursor: text;
    padding: 0 1rem;
    position: absolute;
    z-index: 10;
    white-space: nowrap;
    bottom: 0;
    display: block;
    left: 0;
    line-height: 56px;
    margin: 0;
    right: 0;
    top: 0;
}

.newsletter-form form .hs_submit {
    margin-top: 1.5rem;
    text-align: center;
    margin-bottom:1rem
}

.newsletter-form form .hs-button{
margin:0
}

.blog-post-featured-image-wrapper {
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
      background-position: center center;
    color: #fff;
}


.blog-post-featured-image-wrapper .page-center {
    display: table;
    width: 100%;
    min-height: 440px;
}


.blog-post-featured-image-wrapper .page-center-inner {
    display: table-cell;
    vertical-align: bottom;
    padding: 3rem 0;
}

.blog-post-featured-image-wrapper .date {
    color: #fff;
}

h1.blog-post__title {
    max-width: 745px;
    
    margin-bottom: 1.5rem;
    color: #fff;
    font-weight: normal;
}



.post-banner-subtitle{
    max-width: 745px;
    font-style: italic;
    font-size: 1.25em;
    line-height: 1.8em;
    font-weight: bolder;
}


.blog-post {
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    background: none;
    padding: 3rem 0;
}


.blog-comments form {
    max-width: 767px;
    margin: auto;
}


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

  .blog-post-featured-image-wrapper .page-center {
  min-height: 300px;
}

}




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

  
  .blog-index__post-inner-card {
    display: block;
}
.blog-index__post-image.blog-index__post-image--small {
    display: block;
    width: 100%;
}

  
  .blog-index__post-content.blog-index__post-content--small {
    padding: .5rem;
}

}



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


  .blog-index .blog-index__post {
    display: block;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
}
  
  .post-featured-summary {
    font-size: 1em;
    line-height: 1.5em;
}
  
    .blog-post-featured-image-wrapper .page-center {
  min-height: 250px;
}

}


@media screen and (max-width:500px){
span.topic-label {
    display: block;
}

.categories-wrapper ul{
display:block
}

}
/* ******************************************************************************
*********************************************************************************
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 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 650px;
  max-width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 1rem;
  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;
}

.systems-page form .hs-button {
    background-color: rgba(164,207,57,1.0) !important;
}

.systems-page form  select#hs-localization-select {
    margin-bottom: 1em;
}