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

@font-face {
  font-family: 'ElegantIcons';
  src: url('https://fs.hubspotusercontent00.net/hubfs/9008751/GlobalHealth_March_2021/fonts/ElegantIcons.eot'),
    url('https://fs.hubspotusercontent00.net/hubfs/9008751/GlobalHealth_March_2021/fonts/ElegantIcons.ttf') format('ttff'),
    url('https://fs.hubspotusercontent00.net/hubfs/9008751/GlobalHealth_March_2021/fonts/ElegantIcons.woff') format('woff'),
    url('https://fs.hubspotusercontent00.net/hubfs/9008751/GlobalHealth_March_2021/fonts/ElegantIcons.woff2') format('woff2');
  font-weight: normal;
  font-style: normal
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  transition: color .1s linear;
}

body {
  line-height: 1.4;
  position: relative;
  -webkit-font-smoothing: antialiased;  
}  
::selection {
  background: #3baf29;
  color: #fff; 
}
img { 
  max-width: 100%;
} 
p {
  margin-top: 10px;
  margin-bottom: 10px;
}
p:last-child { 
  margin-bottom: 0px;
}
/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none; 
}
a:hover, a:focus {
  outline: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: Roboto, serif;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  font-style: normal;
  line-height:1.2;
  text-transform: none;
}
h1 {
  font-size: 2.1rem;
  letter-spacing: -0.5px;
  text-transform: none;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
  letter-spacing: -0.5px;
  text-transform: none;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin:10px 0;
}

ul li,
ol li {}

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

blockquote {
  border-left: 5px solid rgba(0,0,0,.05);
  padding: 20px;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
  outline-color: none;
}

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

.dnd-section > .row-fluid,
.page-center{
  padding-left:15px;
  padding-right:15px;
}



@media (max-width:767px) {
  body h2 {
    font-size: 24px;
  }
  body h2 {
    font-size: 22px;
  }
  body h3 {
    font-size: 20px;
  }
  body h4 {
    font-size: 18px;
  }

}
/* ******************************************************************************
*********************************************************************************
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: Roboto,sans-serif;
}
form fieldset { 
  max-width: 100%; 
}
h3.form-title {
  font-size: 25px;
  line-height: 30px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.container-inner .hs-button {
  margin:15px 0;
  cursor: pointer; 
  display: inline-block; 
  border-style: solid;
  border-width: 1px;
  width: auto;
  text-decoration: none!Important;
  white-space:normal !Important;
   
  font-size: 1em;
  font-weight: 600 ;
  line-height: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: transparent;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}
.container-inner .hs-form label {
  color: #33475b;
  float: none;
  width: auto;
  font-size: inherit;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 400;
}  
.container-inner form select, .container-inner form textarea, 
.container-inner form .hs-input, 
.container-inner .hs-search-field__input,
input[type=password], input[type=search] {
  display: block;
  width: 100% !IMPORTANT; 
  margin-top: 5px !important;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  line-height: 17px;
  font-weight: 400;
}
input[type=password], input[type=search] { 
  width:100% !important;
  height:100% !important;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border: 1px solid #790000;
}
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: #790000;
}

.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;
  padding:0;
  margin:0;
}

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

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

.hs-form-required {
  color: red;
  margin-left: 4px;
}

.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: Roboto,sans-serif;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 40px;

}
.hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
  margin: 0;
}
ul.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}
form .inputs-list label { 
  line-height: 1.3; 
  margin: 0 0 8px 0; 
}
ul.no-list.hs-error-msgs.inputs-list { 
  margin: 10px 0;
  padding: 0;
  list-style: none;
  color: #ff5959;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
}



@media (max-width: 641px)  {


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.hs-menu-item a {
  text-decoration: none; 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: transparent;
}
.header__container { 
  max-width: 1200px;
  margin: 0 auto;
}
header.header {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  -webkit-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -moz-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -o-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -ms-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  transition: left .33s cubic-bezier(.694,.0482,.335,1);
  width: 100%;
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  min-height: inherit;
}

.header_height {
  min-height: 115px;
}

.header_inner.clearfix {
  display: block;
  width: 100%;
}

header form.qode_search_form {
  background: #262626;
  color: #fff;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  position: absolute; 
  top: 0;
  left: 0;
  background-color: #5d5d5d;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  top: -50px;
}

header form.qode_search_form i.qode_icon_font_awesome {
  color: #959595;
  font-size: 13px;
  display: inline-block;
  padding: 0 0 0 45px;
  float: left;
  line-height: 50px;
}

header form.qode_search_form input.qode_search_field {
  line-height: 20px;
  height: 20px;
  margin: 15px 0;
  width: 90%;
  padding: 0 45px 0 10px;
  font-family: inherit;
  outline: 0;
  outline-offset: 0;
  -webkit-appearance: none;
  border-radius: 0;
  float: left;
  display: inline-block;
  border: none;
  box-shadow: none;
  font-size: 18px;
  color: #ffffff;
  background-color: #5d5d5d;
}

header form.qode_search_form input[type="submit"] {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
  visibility: hidden;
}

header form.qode_search_form .qode_search_close {
  color: #959595;
  font-size: 13px;
  position: absolute;
  line-height: 50px;
  height: 50px;
  top: 0;
  right: 45px;
}

header form.qode_search_form .qode_search_close a i {
  color: #959595;
  font-size: 13px;
  display: inline-block;
  padding: 0 0 0 45px; 
  float: left;
  line-height: 50px;
}

header form.qode_search_form input.qode_search_field::placeholder {
  color: #FFFFFF;
}

.header_bottom {
  position: relative;
  padding: 0 45px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.header_bottom .header_inner_right {
  float: right;
  position: relative;
  z-index: 110;
  display: table;
}

.header_bottom .header_inner_right a {
  cursor: pointer;
  display: table-cell;
  position: relative;
  vertical-align: top;
  padding-top: 22px;
  height: 70px; 
  padding-left: 14px;
  color: #1d1c1c;
}

.header_bottom .header_inner_right a i {
  font-size: 22px;
}

.header_bottom .header_inner_right a:hover {
  color: #3baf29;
}

header .header_inner_left {
  position: relative;
  float: left;
}

.header_inner_left .mobile_trigger {
  display: none;
  float: left;
  height: 100px;
  margin: 0 20px 0 0;
}

.header_logo a {
  position: relative;
  display: block;
  margin-top: 17px;
}

.header_logo a img {
  max-width: 390px;
  -webkit-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
  display: block;
  width: 100%;
}

nav.mobile-button {
  display: none;
  width: 100%;
  position: relative;
  float: left;
  top: 0;
  text-align: left;
  overflow: hidden;
  z-index: 100;
}

a.ubermenu-responsive-toggle {
  border-top: 2px solid #222;
  border-bottom: 1px solid #eee;
  border-left: none;
  border-right: none;
  background: #fff;
  color: #555;
  font-size: 12px;
  text-transform: none;
  font-weight: bold;
  display: none;
}
.custom-menu-primary {
  height: auto;
  width: auto;
  max-height: none;
  min-height: 0;
  line-height: 1.3em;
  text-align: left;
  position: relative;
  overflow: visible;
  z-index: 100;
  float: right;
  font-size: 12px;
  margin-top: 70px;
  margin-bottom: 0px;
  margin-right: -46px;
}

.custom-menu-primary .navigation-primary > ul {
  margin: 0; 
  padding: 0;
  list-style: none;
  vertical-align: top;
  line-height: 1.3em;
}

.custom-menu-primary .navigation-primary > ul > li {
  text-align: left;
  display: inline-block;
  vertical-align: bottom;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  max-width: 100%;
  float: none;
  margin-right: -3px;
}

.custom-menu-primary .navigation-primary > ul > li > a {
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  text-transform: none;
  font-size: 12px;
}
.custom-menu-primary .navigation-primary > ul > li:last-child {
  margin-right: 0;
}
.custom-menu-primary .navigation-primary > ul > li > a i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.custom-menu-primary .navigation-primary > ul > li.has-submenu > a { 
  padding-right: 25px;
}
/* .custom-menu-primary .navigation-primary>ul ul.submenu.level-2 > li:nth-child(1) {
width: 16.66%;
} */

.custom-menu-primary .navigation-primary>ul ul.submenu.level-2 > li {
  display: block;
  float: left;
  width: 20%;
  vertical-align: top;
  text-align: left;
  line-height: 1.3em;
}

.custom-menu-primary .navigation-primary>ul ul.submenu.level-2 > li:nth-child(1) > a {
  padding: 15px 5px 40px 21px;
  display: block;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  color:rgb(59 175 41);
} 
.custom-menu-primary .navigation-primary>ul ul.submenu.level-2 > li:nth-child(1) > a:hover{
  color: #222;
}

.custom-menu-primary .navigation-primary > ul > li:nth-child(4) ul.submenu.level-2 > li > a{
  padding: 0px;
}

.custom-menu-primary .navigation-primary>ul ul.submenu.level-2 > li ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 10px;
} 

.custom-menu-primary .navigation-primary>ul ul.submenu.level-2 > li ul li {
  vertical-align: top;
  text-align: left;
  max-width: 100%;
  width: 100%; 
  display: block;
  float: none;
  min-width: 0;
}

.custom-menu-primary .navigation-primary>ul ul.submenu.level-2 > li ul li:first-child {
  margin-top: 10px;
}

.custom-menu-primary .navigation-primary>ul ul.submenu.level-2>li ul li{
  display: block;
  text-decoration: none;
  position: relative;
}

.custom-menu-primary .navigation-primary>ul ul.submenu.level-2>li ul li a img{
  height:auto;
}
.custom-menu-primary .navigation-primary>ul ul.submenu.level-2 > li ul li > a {
  vertical-align: top;
  line-height: 1.3em;
  display: block;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  padding: 15px 19px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.search-open form.qode_search_form {
  height: auto;
  min-height: 50px;
  top: 0;
}

.search-open .header_bottom {
  margin-top: 50px;
}

.title_overlay{
  background-image: url(//fs.hubspotusercontent00.net/hubfs/9008751/raw_assets/public/GlobalHealth_March_2021/images/black50.png);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: 0 0;
  top: 0;
}


/* Tablet Styles */

@media (min-width: 960px) { 
  .custom-menu-primary .navigation-primary > ul ul.submenu.level-2 {
    min-width: 50%;
    visibility: hidden;
    height: 0;
    position: absolute;
    z-index: 500;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    left: 0;
    width: 100%;
    -webkit-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    margin-top: 20px;
    top: auto;
    opacity: 0;
    -webkit-transition-property: margin-top,opacity,visibility;
    -ms-transition-property: margin-top,opacity,visibility;
    transition-property: margin-top,opacity,visibility;
    max-height: 600px;
    border-top: 1px solid #e9e9e9;
    overflow: hidden;
    padding:0;
  } 
  .custom-menu-primary .navigation-primary > ul > li.has-submenu:hover ul.submenu.level-2 {
    margin-top: 0;
    opacity: 1;
    z-index: 20;
    visibility: visible;
    height: auto;
  }
  
  .custom-menu-primary .navigation-primary > ul > li:nth-child(3) ul.submenu.level-2 > li,
  .custom-menu-primary .navigation-primary > ul > li:nth-child(6) ul.submenu.level-2 > li {
    width: 25%;
  }
  .custom-menu-primary .navigation-primary > ul > li:nth-child(2) ul.submenu.level-2 > li:nth-child(1) > a{
    padding: 30px 5px 30px 20px;
  }  
  .custom-menu-primary .navigation-primary > ul > li:nth-child(3) ul.submenu.level-2 > li:nth-child(1) > a{
    padding: 40px 5px 40px 20px;
  }
  .custom-menu-primary .navigation-primary > ul > li:nth-child(4) ul.submenu.level-2 > li:nth-child(1) > a{
    padding: 60px 5px 40px 20px;
  }  
  .custom-menu-primary .navigation-primary > ul > li:nth-child(5) ul.submenu.level-2 > li:nth-child(1) > a,
  .custom-menu-primary .navigation-primary > ul > li:nth-child(6) ul.submenu.level-2 > li:nth-child(1) > a{
    padding: 17px 5px 25px 20px;
  }


  .logo_mobile{
    display: none !important;
  }
} 


@media (max-width: 1250px) and (min-width: 960px) {
  .header_logo a img {
    max-width: 200px;
  }

}

@media (max-width:1200px){
  header form.qode_search_form input.qode_search_field{
    width: 80%;
  }
}

@media (max-width: 1060px) and (min-width: 960px) {
  .custom-menu-primary .navigation-primary > ul > li > a {
    font-size: 11px;
    padding: 15px 10px;
  }
}




/* Mobile Styles */
@media (max-width:959px) {
  .custom-menu-mobile .navigation-primary > ul ul ul.submenu.level-3 > li > a img {
    width: auto;
  }
  .logo_desktop{
    display: none !important;
  }
  .header_height {
    min-width: auto;
  }

  header.header {
    position: relative;
  }

  header .header_inner_left {display: block;float: none;}

  .header_logo a img {
    margin: 0 auto;
    width: 263px !important;
  }

  .header_logo a {
    margin-top: 12px;
    left: -50%;
    width: auto;
  }


  .header_bottom .header_inner_right {
  }

  .header_bottom nav.main_menu {
    display: none;
  }

  nav.mobile-button {
    display: block;
    margin-top: 15px;
  }

  a.ubermenu-responsive-toggle {
    display: block;
    padding: 15px 20px;
    line-height: 15px;
  }

  a.ubermenu-responsive-toggle i {
    width: 1.3em;
    text-align: center;
    margin-right: .6em;
  }

  a.ubermenu-responsive-toggle:hover {
    background: #f0f0f0;
    color: #222;
  }

  .header_logo {
    display: table;
    position: absolute;
    height: 100px;
    left: 50%;
    float: left;
  }

  .header_logo > div {
    display: table-cell;
    position: relative;
    top: auto;
    vertical-align: middle; 
    left: 0;
  }

  .header_inner_left .mobile_trigger {
    display: table;
    opacity: 0;
    visibility: hidden;
  }

  .header_inner_left .mobile_trigger span {
    z-index: 50;
    display: table-cell;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    width: 19px;
    height: 17px;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease; 
    -o-transition: opacity .3s ease;
    color: #9d9d9d;
    font-size: 25px; 
  }

  .header_inner_left .mobile_trigger span i {
    font-style: normal;
    font-variant: normal; 
    font-weight: normal;
    font-family: 'FontAwesome';
  }

  .header_bottom .header_inner_right a {
    height: 100px;
  }

  .header_inner_left .mobile_trigger span:hover {
    color: #3baf29;
    opacity: .8;
  }
  .custom-menu-mobile .navigation-primary {
    background: #fff;
    font-size: 12px;
    color: #888;
    position: relative;
    line-height: 1.3em;
    text-align: left;
    -webkit-transition: max-height 1s ease-in;
    transition: max-height .3s ease-in;
    width: 100%;
  }

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

  .custom-menu-mobile .navigation-primary > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    vertical-align: top;
    line-height: 1.3em;
    display: flex;
    flex-wrap: wrap;
  }

  .custom-menu-mobile .navigation-primary > ul > li {
    text-align: left;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    position: relative;
  }

  .custom-menu-mobile .navigation-primary > ul > li > a {
    vertical-align: top;
    line-height: 1.3em;
    padding: 15px 20px;
    display: block;
    text-decoration: none;
    position: relative; 
    cursor: pointer;
    font-weight: bold;
    text-transform: none;
    color: #ffffff;
    background: #5d5d5d;
    font-size: 13px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
  }
  .custom-menu-mobile .navigation-primary > ul > li:hover > a {
    color: #3baf29; 
    background: #ffffff;
  }
  .custom-menu-mobile .navigation-primary > ul > li.has-submenu > a {
    padding-right: 25px;
  }
  .custom-menu-mobile .navigation-primary > ul > li.has-submenu > a i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
  }
  .custom-menu-mobile .navigation-primary>ul>li.has-submenu>a i.fas.fa-times {
    display: none;
  }
  .custom-menu-mobile .navigation-primary>ul>li.has-submenu>a:hover i.fas.fa-times {
    display: block;
  }
  .custom-menu-mobile .navigation-primary>ul>li.has-submenu>a:hover i.fa-angle-down {
    display: none;
  }
  .custom-menu-mobile .navigation-primary > ul ul.submenu.level-2 {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #555;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    -webkit-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    background: #fff;
    border: 1px solid #e9e9e9;
    background-color: #ffffff;
    border-top: 1px solid #e9e9e9;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: none;
  }

  .custom-menu-mobile .navigation-primary > ul ul.submenu.level-2 > li {
    min-width: 100%;
    vertical-align: top;
    text-align: left;
    max-width: 100%;
    width: 16.66%;
    display: block;
    position: relative;
  }

  .custom-menu-mobile .navigation-primary > ul ul.submenu.level-2 > li > a {
    vertical-align: top;
    line-height: 1.3em;
    padding: 15px 20px;
    display: block;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    text-transform: none;
    color: #fff;
    background: #5d5d5d;
    font-size: 13px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    display: none;
  }

  .custom-menu-mobile .navigation-primary > ul ul.submenu.level-2 > li + li {
    width: 25%;
  }

  .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    width: 46px;
    z-index: 99;
    cursor: pointer;
  }
  .custom-menu-mobile .navigation-primary > ul ul ul.submenu.level-3 {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #555;
  }

  .custom-menu-mobile .navigation-primary > ul ul ul.submenu.level-3 > li {
    min-width: 100%;
    vertical-align: top;
    text-align: left;
    max-width: 100%;
    width: 16.66%;
    display: block;
    position: relative;
  }

  .custom-menu-mobile .navigation-primary > ul ul ul.submenu.level-3 > li > a {
    vertical-align: top;
    line-height: 1.3em;
    padding: 15px 20px;
    display: block;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    text-transform: none;
    background: white;
    color: #5d5d5d;
    font-size: 13px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
  }

  .custom-menu-mobile .navigation-primary > ul ul ul.submenu.level-3 > li > a:hover {
    color: #3baf29; 
    background: #ffffff;
  }

  .custom-menu-mobile .navigation-primary > ul ul ul.submenu.level-2 > li > a:hover {
    color: #3baf29; 
    background: #ffffff;
  }
  .custom-menu-mobile .navigation-primary>ul ul.submenu.level-2{
    border:none;
    box-shadow:none;
  }
  .custom-menu-mobile .navigation-primary> ul ul ul.submenu.level-3{
    border:none;
    box-shadow:none;
  }
}

@media (max-width:768px){
  header form.qode_search_form input.qode_search_field{
    width: 70%;
  }
}


@media (max-width:576px){
  header.header{
    overflow-x:hidden;
  }
}


@media (max-width:500px){
  header form.qode_search_form input.qode_search_field{
    width: 65%;
  }
}

@media (max-width: 480px) {
  .header_bottom.clearfix {
    padding: 0 25px;
  }
}

@media (max-width: 420px) {
  .header_bottom.clearfix {
    padding: 0 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  margin: 0 auto;
}
footer .footer_bottom {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  padding-right: 10px;
  display: block;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
  padding-top: 5px;
}

.footer_bottom .column1, .footer_bottom .column2 {
  width: 50%;
  float: left;
}

.footer_bottom .column1 {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  padding: 0 10px 0 0;
}

.footer_bottom .column1 > div {
  height: 53px;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
  padding-top: 10px;
}

.footer_bottom .column2 {
  padding: 0 0 0 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
}

.footer_bottom .column2 > div {
  height: 53px;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
  padding-top: 10px;
}

.footer_bottom .column2 .hs_cos_wrapper_type_rich_text > span {
  display: inline-block;
  position: relative;
  top: 2px;
}

.footer_bottom .column2 .hs_cos_wrapper_type_rich_text a span {
  text-align: center;
  border: 0 solid;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 38px;
  background-color: rgba(255, 255, 255, 0.01);
  border-color: rgb(125, 125, 125);
  border-width: 2px;
  margin: 0px 10px 0px 0px;
  font-size: 17px;
  height: 38px; 
}

.footer_bottom .column2 .hs_cos_wrapper_type_rich_text a:hover span{
  background-color: #3baf29;
  border-color: #3baf29;
  border-width: 2px;
}

.footer_bottom .column2 .hs_cos_wrapper_type_rich_text a:hover span i{
  color:white;
}

.footer_bottom .column2 .hs_cos_wrapper_type_rich_text a span i {
  font-size: 14px;
  display: block;
  line-height: inherit;
  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.footer_bottom .column2 .hs_cos_wrapper_type_rich_text {
  font-size: 0; 
  display: block;
  padding-bottom: 10px;
}

.footer_bottom .column2 .hs_cos_wrapper_type_rich_text > span a {
  display: block;
}

.footer_bottom .column2 .hs_cos_wrapper_type_rich_text > span:nth-child(3) a span i:before {
  content: "\f08c";
}

footer .footer__main {
  padding-top: 122px;
  padding-right: 0px;
  padding-bottom: 76px;
  padding-left: 0px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
}

.footer__main .col {
  float: left;
  width: 25%;
}
.footer__main .col1 > div {
  padding: 0 15px 0 0;
}

.footer__main .col2 .hs-menu-wrapper {
  padding: 0 10px 0 5px;
}

.footer__main .col3 .hs_cos_wrapper_type_form {
  display: block;
  padding: 0 5px 0 10px;
  margin: 0 0 0 10px;
}

.footer__main .col4 > div {
  padding: 0 0 0 15px;
}

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

.footer__main .hs-menu-wrapper > ul > li > a {
  margin: 0 0 22px;
  display: block;
  letter-spacing: -0.2px;
  font-style: normal;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
}

.footer__main .hs-menu-wrapper > ul ul {
  padding: 0;
  margin: 0;
}

.footer__main .hs-menu-wrapper > ul ul li {
  display: block;
  line-height: 22px;
}

.footer__main .hs-menu-wrapper > ul ul li > a {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 25px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  display: block;
} 

.footer__main h5,
.footer__main h3.form-title {
  letter-spacing: -0.2px;
  margin: 0 0 22px;
  font-style: normal;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  text-transform: none;
}

.footer__main .col1 h5 {
  margin-bottom: 22px;
}

.footer__main .col1 .hs_cos_wrapper_type_rich_text {
  margin-bottom: 2px;
  display: block; 
}

.footer__main .col1 a {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  letter-spacing: -0.3px;
  line-height: 25px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  font-size: 16px;
}

.footer__main .col1 .hs_cos_wrapper_type_rich_text span {
  display: block;
  height: 9px;
}
.footer__main form {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer__main form .field {
  margin-bottom: 0;
}

.footer__main form .field > label {
  display: block;
}

.footer__main form .field .input input { 
  width: calc(100% - 10.93%) !important;
  border: 1px solid #d5d5d5;
  padding: 10px 5px;
  margin: 0 0 5px 0 !important;
  height: auto !important;
  max-width: 245px;
}

.footer__main form input.hs-button {
  margin: 0;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #fff;
  color: #5d5d5d;
  padding: 10px;
  text-transform: none;
  font-weight: 700;
  cursor: pointer;
}

.news-wrapper h3{
  letter-spacing: -0.2px;
  margin: 0 0 22px;
  font-style: normal;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  text-transform: none;
}

.column_inner{
  padding: 0 0 0 15px;
}

.latest_news{
  margin: 0 0 0 5px; 
}

.latest_news .hs-rss-item{
  list-style: none;
  margin: 0;
  padding: 0;
}

.latest_news .hs-rss-item .hs-rss-item-text{
  position: relative;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  text-transform: none;
  color: #b8b7b7;
  font-style: normal;
  display: block;
}

.latest_news .hs-rss-item .hs-rss-item-text a{ 
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 15px;
  display: block;
  letter-spacing: -0.3px;
}

.footer__main form input.hs-button:hover{
  border: 1px solid #3baf29;
  background-color: #3baf29;
  color: #fff;
}


/* Back to top */

#back_to_top {
  color: #cdcdcd;
  height: auto;
  position: fixed;
  bottom: 65px;
  margin: 0;
  z-index: 10000;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  right: 25px;
  -webkit-backface-visibility: hidden;
  font-size: 18px;
  font-weight: 400;
  cursor:pointer;
}

#back_to_top > span {
  border-color: rgba(225,225,225,1);
  border-width: 2px;
  border-style: solid;
  border-radius: 50px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-decoration: none;
  -o-border-radius: 56px;
  -moz-border-radius: 56px;
  -webkit-border-radius: 56px;
  border-radius: 56px;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  border: 2px solid #e8e8e8;
  background: 0 0;
  text-align: center;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

#back_to_top span span {
  color: #e2e2e2;
  line-height: 52px;
  font-size: 22px;
  -webkit-transition: color .2s ease 0s;
  -moz-transition: color .2s ease 0s;
  -o-transition: color .2s ease 0s;
}

#back_to_top span{
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.arrow_up:before {
  content: "\21";
}

#back_to_top:hover > span {
  background-color: rgba(59,175,41,1);
  border:1px solid rgba(59,175,41,1);
}

#back_to_top:hover span i, #back_to_top:hover span span {
  color: #e2e2e2;
}

footer.footer.lp .footer_bottom {
  padding-bottom: 15px;
}

.footer__container {
  padding-left: 15px;
  padding-right: 15px;
}


@media (max-width: 768px) {
  footer .footer_bottom .footer__container {
    max-width: 600px;
    padding-left: 0;
    padding-right: 0; 
  }

  .footer__main .col { 
    width: 100%;
    float: none;
    margin: 0 0 25px;
  }

  .footer__main .col1>div, .footer__main .col2 .hs-menu-wrapper {
    padding: 0;
  }

  .footer__main .hs-menu-wrapper>ul {
    margin: 0;
  }

  .footer__main .col3 .hs_cos_wrapper_type_form {
    padding: 0;
    margin: 0;
  }

  .footer__main form .field .input input {
    max-width: 100%;
    width: 87% !important;
  }
  .footer__main .col4 {
    margin-bottom: 0;
  }
  .footer__main .col1 .hs_cos_wrapper_type_rich_text span:last-child {
    height: 1px; 
  }
  .column-inner{
    padding:0px !important;
  }
  .latest_news{
    margin:0px;
  }
  .footer__main .col4>div{
    padding:0px;
  }
}


@media (max-width: 768px) {
  footer .footer_bottom .footer__container {
    max-width: 420px;
  }
  .footer_bottom .column1, .footer_bottom .column2 {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .footer_bottom .column1 {
    padding-bottom: 10px; 
  }


}


@media (max-width: 480px) {
  .footer_bottom .column2 .hs_cos_wrapper_type_rich_text {
    padding-bottom: 0;
  }

  .footer_bottom .column2 .hs_cos_wrapper_type_rich_text>span {
    top: 3px;
  }
  .footer_bottom .column1 { 
    padding-bottom: 0;
    margin-bottom: -11px;
    margin-top: -5px;
  }

  footer .footer_bottom {
    padding-top: 0;
  }

  footer .footer_bottom .footer__container {
    padding: 0 25px;
    max-width: 100%;
  }

}

@media (max-width: 420px) {
  footer .footer_bottom .footer__container {
    padding: 0 15px;
    max-width: 100%;
  }

}


@media (max-width: 359px) {
  .footer_bottom .column1 {
    margin-bottom: -5px;
    margin-top: 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;
}

._1YyhG {
  height: 28px;
  width: 28px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  background-color: #fff;
  border-radius: 30px;
  display: none;
}
._1K20D {
  height: 16px;
  width: 16px;
  position: absolute;
  z-index: 11;
}
._2o-_D.image-container.LPH2h {
  display: block;
  position: relative;
  overflow: hidden;
}
._2o-_D:hover ._1YyhG {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
  .post-wrapper .mobile-search p._32Pyh {
    display: none;
  }

}

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

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

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__tags {
  font-family: Roboto,sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.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 .hs-button {
background-color: transparent;
border: 2px solid #494A52;
color: #494A52;
}
.blog-comments .hs-button:hover {
background-color: #494A52;
color: #fff;
} */
.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:hover{
  text-decoration: none;
}

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */ 

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

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

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

/********************* Blog custom style start here ************************/

.blog-banner-wrapper{
  min-height: 354px;
  background-color: rgb(255, 255, 255);
  background-position: center 0;
  background-attachment: fixed;
  position: relative;
  z-index: 101;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-color: #eee;
  text-align: left;
  width: 100%;
  display: block;
}


.title_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: 0 0;
  top: 0;
} 

.title_holder{
  padding-top: 95px;
  min-height: 374px;
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  left: 0;
}

.banner-container{
  vertical-align: middle;
  background-color: transparent;
  display: block;
  height: 100%;
  padding: 0;
  width: 100%;
  z-index: 100;
  position: relative;
  font-family: 'Roboto', sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}

.container_inner{
  max-width:1200px;
  margin: 0 auto;
}

.title_subtitle_holder {
  vertical-align: bottom;
  padding-bottom: 50px;
  width: 100%;
  display: table-cell;
  padding: 0;
  position: relative;
}

.title_subtitle_holder_inner {
  position: relative;
  padding-top:79px;
}

.title_subtitle_holder_inner h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
  letter-spacing: -2px;
  color: #ffffff;
  margin: 50px 0 0 0;
  font-style: normal;
  text-transform: none;
  padding: 0;
}

.image.not_responsive{
  display:none;
}

/* Post Listing Style */

.content-inner-wrapper{
  position:relative;
  max-width:1100px;
  margin:0 auto;
}

.blog-left-wrapper{
  width: 75%;
  float: left;
}

.blog-right-wrapper{
  width: 25%;
  float: right;
}

.blog-inner-wrapper{
  padding: 0 0 0 20px;
  position: relative;
  z-index: 11;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.empty-space{
  height:20px;
  display:block;
}

.posts-sidebar-text h5{
  margin-bottom: 14px;
  color: #515151;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-transform: none;
}

.posts-sidebar-text p{
  color: #666666;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-right-wrapper span{
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 18px;
  font-weight: 400;
}

.blog-right-wrapper .fa-stack{
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgb(242, 242, 242);
  border-color: rgb(225, 225, 225);
  border-width: 2px;
  margin: 0px 8px 0px 0px;
  font-size: 17px;
  border-style: solid;
}
.blog-right-wrapper a{
  display: block;
  font-size: 18px;
  line-height: 26px;
}

.blog-right-wrapper .social-share a:hover span{
  background-color: #3baf29;
  border-color: #3baf29;
  border-width: 2px;
}
.blog-right-wrapper .social-share a:hover i{
  color:white;
}

.blog-right-wrapper a i{
  color: #000000;
  font-size: 14px;
  display: block;
  line-height: inherit;
  -webkit-transition: color .3s ease-out;
  -moz-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
  line-height: 34px;
}

.social-share{
  margin: 0 0 42px;
}


.social-share div#hs_cos_wrapper_social_share{
  margin-top:-5px;
}
.blog-index{
  display: block;
  padding: 0;
  margin-bottom: 20px;
  transition: none!important;
  overflow: visible!important;
  margin-right: 20px;
}
.blog-index__post.blog-index__post--small{
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
  vertical-align: top;
  z-index: 100;
  border: 0;
  display: block;
  float: left;
  font-family: 'Roboto', sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  width: 48%;
}
.blog-index__post-inner-card{
  box-shadow: none !important;
  display: block;
  border-radius: 0px !important;
  position: relative;
  margin:0 auto;
  font-family: 'Roboto', sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
}

.blog-index__post-image{
  border-radius: 0px !important;
  padding-bottom: 0px !important;
}
.blog-index__post-inner-card .blog-index__post-content{
  font-family: 'Roboto', sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 0;
  height: auto;
}

.blog-index__post-inner-card .blog-index__post-content a{
  position: relative;
  width: 100%;
  display: block;
}

.blog-index__post img{
  position: relative;
  width: 100%;
  height:216.34px;
  display: block;
  max-width: 100%;
  border: none;
  object-fit:cover;
}

.blog-index__post-content.blog-index__post-content--small{
  font-family: 'Roboto', sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 0;
  height: auto;
  background-color: #f2f2f2;
  padding: 17px 15px 18px;
}
.blog-index__post-content.blog-index__post-content--small h5{
  font-family: EB Garamond;
  font-size: 25px;
  line-height: 29px;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  margin: 0 0 10px;
  letter-spacing: -0.2px;
}
.blog-index__post-content.blog-index__post-content--small h5 a{
  font-family:  'Roboto', sans-serif;
  font-size: 25px;
  line-height: 29px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  letter-spacing: -0.2px;
  color: #515151;
}

.blog-index__post-content.blog-index__post-content--small h5 a:hover{
  color: #3baf29;
}

.blog-index__post-content.blog-index__post-content--small p{
  color: #666666;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}

.date{
  font-size: 18px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  margin: 15px 0 0;
  color: #303030;
  display: inline-block;
  width: 100%;
  font-weight: 500;
}

.blog_holder_grid_gutter {
  width: 4%;
}


.blog-post__title .date-wrapper{
  color:#3baf29;
}

/* Category Style */

.category-wrapper{
  margin: 0 0 42px;
}

.category-wrapper h3{
  margin-bottom: 14px;
  color: #515151;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-transform: none;
}

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

.category-wrapper ul li{
  padding: 7px 0;
  margin: 0;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  color:#666666;
  display:block;
  width:100%;
  font-size: 18px;
  font-weight: 400;
}


.category-wrapper ul li a{
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  cursor:pointer;
  color:#666666;
  display:block;
  width:100%;
}

.category-wrapper ul li a:hover{
  color: #3baf29;
}


/* Tag Style */

.tag-wrapper{
  margin: 0 0 42px;
}

.tag-wrapper h3{
  margin-bottom: 14px;
  color: #515151;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-transform: none;
}

.tag-wrapper ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
span.filter-link-count{
  display:none;
}

.tag-wrapper ul li{
  display: inline-block;
  width: 100%;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
}
.tag-wrapper .blog-post__tags a{
  font-family: Work Sans, sans-serif;
  font-size: 12px !important;
  line-height: 26px;
  letter-spacing: -1px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #666666;
  background-color: #ffffff;
  padding: 0 10px;
  border-radius: 0px;
  border-color: #e1e1e1;
  border-width: 1px;
  border-style: solid;
  margin: 0 3px 5px 0;
  display: inline-block;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
.tag-wrapper .blog-post__tags a:hover{
  color: #ffffff;
  border: 1px solid #3baf29;
  background-color: #3baf29
}

.tag-wrapper.post-tag-wrapper{
  display:flex;
}

/* Latest News */


.latest-news-wrapper{
  margin: 0 0 42px;
}

.latest-news-wrapper h3{
  margin-bottom: 14px;
  color: #515151;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-transform: none;
}

.latest-news-wrapper .hs-rss-item{
  list-style: none;
  padding: 0;
  margin:0;
}

.latest-news-wrapper .hs-rss-item .hs-rss-item-text{
  font-family: 'Roboto', sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 7px 0;
  margin: 0;
}

.latest-news-wrapper .hs-rss-item .hs-rss-item-text a{
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  color:#666666;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  line-height: 20px;
}

.latest-news-wrapper .hs-rss-item .hs-rss-item-text a:hover{
  color: #3baf29;
}


.social-share .fa-linkedin:before {
  content: "\f08c";
}

/* blog-pagination */

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  display:none !important;
}

.blog-pagination{
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 0 50px;
  font-family: 'Roboto', sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

a.blog-pagination__link.blog-pagination__prev-link{
  border-width: 2px;
  border-radius: 0px;
  font-size: 15px;
  margin-right: 5px;
  border-color: #e1e1e1;
  color: #000000;
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 0 1px 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  border: 2px solid #e5e5e5;
  outline: 0;
  outline: 0;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  text-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a.blog-pagination__link.blog-pagination__next-link{
  border-width: 2px;
  border-radius: 0px;
  font-size: 15px;
  margin-right: 5px;
  border-color: #e1e1e1;
  color: #000000;
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 0 1px 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  border: 2px solid #e5e5e5;
  outline: 0;
  outline: 0;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  text-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a.blog-pagination__link.blog-pagination__number-link{
  border-width: 2px;
  border-radius: 0px;
  font-size: 15px;
  margin-right: 5px;
  border-color: #e1e1e1;
  color: #000000;
  position: relative;
  display: inline-block;
  width:42px;
  height: 42px;
  line-height: 42px;
  margin: 0 1px 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  border: 2px solid #e5e5e5;
  outline: 0;
  outline: 0;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  text-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a.blog-pagination__link.blog-pagination__prev-link:hover, a.blog-pagination__link.blog-pagination__next-link:hover, a.blog-pagination__link.blog-pagination__number-link:hover{
  border-width: 2px;
  border-radius: 0px;
  font-size: 15px;
  margin-right: 5px;
  border-color: #3baf29;
  background-color: #3baf29;
  color: #ffffff;
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 0 1px 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; 
  -ms-border-radius: 0px;
  border-radius: 0px; 
  text-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active{
  border-width: 2px;
  border-radius: 0px;
  font-size: 15px;
  margin-right: 5px;
  border-color: #3baf29;
  background-color: #3baf29;
  color: #ffffff;
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 0 1px 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  -o-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; 
  -ms-border-radius: 0px;
  border-radius: 0px; 
  text-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* Blog Post */

.blog-post{
  box-shadow: none !important;
  margin-top: 0px;
  width: 100%;
  padding: 0;
  max-width: 100%;
  border-radius: 0px !important;
}

.blog-post__title{
  margin-bottom: 6px;
  padding-top: 34px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  font-weight: 500;
  letter-spacing: -0.5px;
  display: block;
  text-transform: none;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  /*font-family: EB Garamond !important;*/
  color: #515151 !important;
  font-size: 40px !important;
  line-height: 44px; 
}

.blog-post__meta{
  font-size: 12px;
  line-height: 26px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #515151;
  margin-bottom: 28px;
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;
}

.blog-post__body h2{
  margin-bottom: 6px;
  margin-top: 34px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  font-weight: 600;
  letter-spacing: -0.5px;
  display: block;
  text-transform: none;
  font-style: normal;
  font-family: EB Garamond !important;
  color: #515151 !important;
  font-size: 40px !important;
  line-height: 44px; 
}

.blog-post__body p{
  color: #111111;
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px
}

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

.post-featured-image img{
  visibility: hidden;
  max-width: 100%;
  height: 452px;
  width: 100%;
  object-fit: cover;
}

.post-tag-wrapper span{
  margin-bottom: 0px;
  color: #515151;
  font-size: 14px;
  line-height: 25px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-transform: none;
  margin-right: 10px;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}


/* Social popup */
.blog_share {
  display: inline-block;
}

.social_share_holder, .social_share_title {
  display: inline-block;
}

.social_share_holder {
  position: relative;
}

.share-text{
  color: #3baf29 !important;
}

.share-text:hover{
  color: #111111 !important;
}
.social_share_title {
  display: inline-block;
}

.social_share_dropdown {
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  padding: 10px 0 0;
  position: absolute;
  top: 75%;
  width: 35px;
  visibility: hidden;
  z-index: 950;
  -webkit-transition: opacity .15s,visibility .15s,top 0s .15s;
  -moz-transition: opacity .15s,visibility .15s,top 0s .15s;
  transition: opacity .15s,visibility .15s,top 0s .15s;
  opacity: 0;
}

.social_share_dropdown .inner_arrow {
  display: block;
  position: absolute;
  top: -6px;
  left: 8px;
  width: 0;
  height: 0;
  border-color: transparent transparent #323232;
  border-style: solid;
  border-width: 9px;
  z-index: 999;
}

.social_share_dropdown ul {
  list-style: none;
  position: relative;
  display: block;
  background-color: #323232;
  z-index: 990;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 0!important;
  width: 35px;
  margin: 0;
}

.social_share_dropdown ul li {
  display: block;
  position: relative;
  text-align: center;
}

.social_share_dropdown ul li a {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 5px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0!important;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  color: #ffffff;
  font-weight:400;
}

.social_share_dropdown ul li a:hover i{
  color:#3baf29;
}

.social_share_holder:hover .social_share_dropdown {
  top: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s cubic-bezier(.3,.67,.24,.86);
  -moz-transition: all .2s cubic-bezier(.3,.67,.24,.86);
  transition: all .2s cubic-bezier(.3,.67,.24,.86);
}

.social_share_dropdown ul li i {
  font-size: 17px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  font-weight:400;
}
.fa {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: FontAwesome;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.social_share_dropdown .fa-facebook:before {
  content: "\f09a";
  font-family: 'FontAwesome';
  font-style: normal;
}

.social_share_dropdown .fa-twitter:before {
  content: "\f099";
  font-family: 'FontAwesome';
  font-style: normal;
}

.social_share_dropdown .fa-google-plus:before {
  content: "\f2b3";
  font-family: 'FontAwesome';
  font-style: normal;
}

.social_share_dropdown .fa-linkedin:before {
  content: "\f08c";
  font-family: 'FontAwesome';
  font-style: normal;
}


/* Blog post Category */

.blog-post__meta .blog-sidebar-topic-filter{
  display:inline-flex;
}

.blog-post__meta .blog-sidebar-topic-filter ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-post__meta .blog-sidebar-topic-filter ul li{
  display:inline-block;
}
.blog-post__meta a{
  color:#3baf29;
}

.blog-post__meta a:hover{
  color: #111111;
}

.title_holder .container_inner {
  height: 100%;
  display: table;
  width: 100%;
}


@media (min-width:1000px){
  .content-inner-wrapper{
    padding-top:50px;
    position:relative;
  }
}

@media (min-width:1300px){
  .content-inner-wrapper{
    max-width:1200px;
    margin:0 auto;
  }
}

@media only screen and (max-width: 1200px){
  .content-inner-wrapper{
    max-width:950px;
    margin:0 auto;
  }
  .post-featured-image{
    min-height:auto;
    max-height:auto;
  }
  .post-featured-image img{
    height:100%;
  }
  .container_inner{
    max-width: 950px;
    margin:0 auto;
  }
}

@media only screen and (max-width: 1000px){
  .content-inner-wrapper{
    padding-top:30px;
    max-width:760px;
    margin:0 auto;
  }
  .title_subtitle_holder_inner h1{
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
  }
  .image.not_responsive{
    display:block;
    height: 100%;
  }
  .blog-banner-wrapper{
    background: 0 0!important;
    height: auto!important;
    padding: 0!important;
    min-height: 100%;
  }
  .blog-banner-wrapper img{
    height: auto;
    display: block;
    position: relative;
  }
  .title_holder{
    height: 100%;
    padding: 0px;
    min-height: auto;
  }
  .container_inner{
    max-width: 768px;
    margin:0 auto;
  }
  .title_subtitle_holder_inner {
    position: relative;
    padding-top: 0px; 
    padding-bottom: 50px;
  }
}


@media (max-width: 1000px) and (min-width: 768px){
  .blog-right-wrapper .fa-stack {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px){
  .content-inner-wrapper{
    max-width:600px;
    margin:0 auto;
  }

  .blog-index__post.blog-index__post--small{
    float:none;
    width:100%;
  }
  .title_subtitle_holder_inner h1{
    font-size: 48px;
    line-height: 50px
  }
  .blog_holder_grid_gutter {
    width: 0;
  }
  .container_inner{
    max-width:600px;
    margin:0 auto;
  }
  .blog-left-wrapper, .blog-right-wrapper{
    float:none;
    width:100%;
  }
  .blog-header .container_inner {
    height: 100%;
    display: table;
    width: 100%;
  }
}


@media only screen and (max-width: 600px){
  .content-inner-wrapper{
    max-width:420px;
    margin:0 auto;
  }
  .title_subtitle_holder_inner{
    font-size: 38px;
    line-height: 42px;
  }
  .container_inner{
    max-width:420;
    margin:0 auto;
  }
  .title_subtitle_holder_inner h1 {
    font-size: 38px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 480px){
  .content-inner-wrapper{
    max-width:300px;
    margin:0 auto;
  }

  .container_inner{
    max-width: 300px;
    margin:0 auto;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.content-wrapper.error-page-content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}



.error-page {
  padding: 10% 0;
  text-align: center;
  position: relative; 
  z-index:999;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Roboto,sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}

.error-page h2 {
  font-size: 48px;
  line-height: 48px;
  color: #3a3a3a;
  margin-bottom: 7px;
}


.error-page-404:before {
  content: none;
}

.error-page-404 h1.error-page-big-title {
  font-size: 250px!important;
  line-height: 250px!important;
  margin-bottom: 7px;
  color: #3a3a3a;
}

.error-page-404 h1 {
  margin-bottom: 7px;
  color: #3a3a3a;
}

.error-page-404 .hs-button {
    margin-top: 47px;
    margin-bottom: 13px;
    padding: 15px 42px;
    font-size: 14px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 2px;
    width: auto;
}

.error-page-404 .hs-button span {
  left: 0px;
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
}


.error-page-404 .hs-button i.icon-button-arrow {
  border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  color: #fff;
  display: inline-block;
  height: 32px;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
  word-spacing: 1px;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -9px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  font-size: 19px;
  background-color: transparent!important;
}
.error-page-404 .hs-button .icon-button-arrow:before {
  content: "\e909";
}


.error-page-404 .hs-button:hover span {
  -ms-transform: translateX(-18px);
  -webkit-transform: translateX(-18px);
  transform: translateX(-18px);
}

.error-page-404 .hs-button:hover i {
  opacity: 1!important;
  -ms-filter: "alpha(opacity=100)";
  -ms-transform: translateX(6px);
  -webkit-transform: translateX(6px);
  transform: translateX(6px)!important;
}



@media screen and (min-width: 1100px) { 
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Roboto, 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 {
  padding-left: 0;
  padding-right: 0;
}

.systems-page .actions {
  margin: 10px 0;
}

.systems-page .hs-input {
  margin-bottom: 18px;
}

.form-input-validation-message ul.no-list { 
  margin: 0;
  padding: 0;
}

.form-input-validation-message ul.no-list {
  padding: 0;
}

.systems-page .hs-input[type=checkbox] {
  width: auto !important;
}
.systems-page .form-container .hs-form-field ul li label {
  border: 0;
  padding: 0;
  margin: 0;
}

.systems-page .form-container form .hs-form-field ul li label {
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 8px;
  padding-top: 8px;
}


@media (max-width: 1000px) {
  .content-wrapper.error-page-content-wrapper {
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
  .systems-page h3 {
    font-size: 23px;
  }
  h1.error-page_heading {
    font-size: 40px;
  }
 
}

@media  (max-width: 690px) { 
  .error-page-404 h1.error-page-big-title { 
    font-size: 150px !important;
    line-height: 150px !important;
  }
  .error-page h2 {
    font-size: 32px;
}
}



@media (max-width: 479px) {
  .form-input-validation-message label.hs-error-msg, 
  ul.no-list.hs-error-msgs label {  }
  .systems-page h1 {
    font-size: 33px;
  }
  .systems-page h2 {
    font-size: 25px;
  }
}