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

@font-face { font-family: "ETmodules";
  src: url("https://8799021.fs1.hubspotusercontent-na1.net/hubfs/8799021/Veregy_January2021/fonts/modules.eot") format("embedded-opentype"),
    url(https://8799021.fs1.hubspotusercontent-na1.net/hubfs/8799021/raw_assets/public/Veregy_January2021/fonts/modules.ttf) format("truetype"),
    url(https://8799021.fs1.hubspotusercontent-na1.net/hubfs/8799021/raw_assets/public/Veregy_January2021/fonts/modules.woff) format("woff"),
    url(https://8799021.fs1.hubspotusercontent-na1.net/hubfs/8799021/raw_assets/public/Veregy_January2021/fonts/modules.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

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

p {
  margin: 0;
  padding-bottom: 1em;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  padding-bottom: 10px;
  line-height: 1em;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {}

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

blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

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

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  width: 80%;
}

.page-center,
.content-wrapper {
  margin: 0 auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box!important;
  width: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: 8px 0 0;
  padding: 6px 20px;
  border: 2px solid;
  line-height: 1.7em;
  background-color: #4daa50;
  color: #ffffff;
  border-width: 3px;
  border-color: #4daa50;
  border-radius: 50px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
}

.hs-button:hover,
.hs-button:focus {
  background-color: #2a69a2;
  border-color: #2a69a2;
}

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


.hs-form label {
  font-weight: 700;
  font-size: 15px;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  margin-bottom: 12px;
}

.hs-error-msgs label {
  font-size: 12.195px;
  line-height: 26px !important;
  clear: both;
  font-family: inherit;
  color: #790000 !important;
  font-weight: 700 !important;
  letter-spacing: normal;
  margin: 0;
  padding-top: 16px !important;
  max-width: 100%;
}

.hs_error_rollup .hs-error-msgs label {
  font-size: 15px;
  line-height: 22.4px !important;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

.hs-input,
input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  margin: 0;
  font-family: inherit;
  letter-spacing: normal;
  background-color: #eee;
  border: none;
  font-size: 14px;
  color: #999;
  padding: 15px 16px;
  line-height: initial;
  height: initial;
  border: 1px solid;
}

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

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  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: 1px solid #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;
}

.field {
  margin-bottom: 18px;
}

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

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

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

@media (max-width:640px) {
  .hs-button {
    line-height: 2;
    min-height: 2rem; 
    text-align: center;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

body {
  padding-top: 177px;
  margin-top: -1px;
  transition: margin-top 0.4s ease-in-out;
  -webkit-transition: margin-top 0.4s ease-in-out;
  -moz-transition: margin-top 0.4s ease-in-out;
}
body.scrolled {
  margin-top: -41px;
}

@media (max-width: 980px) {
  body {
    padding-top: 79px;
    margin-top: -1px;
  }
  body.scrolled {
    margin-top: -1px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 .top_header {
  -webkit-transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  -webkit-transition: background-color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: background-color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  line-height: 1em;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding: 8px 0;
  background-color: #0069a7;
  color: rgba(255,255,255,0.93);
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 100000;
}

.header .top_header .page-center {
  padding-top: .75em;
  line-height: 1em;
  font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
}

.header .top_header ul.et-social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 20px;
  float: right;
}

.header .top_header ul.et-social-icons li {
  display: inline-block;
  margin-left: 12px;
  margin-top: -2px;
}

.header .top_header ul.et-social-icons li a {
  color: rgba(255,255,255,0.93);
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  padding-bottom: .75em;
  display: block;
  line-height: 1em;
  font-size: 14px;
}

.header .top_header ul.et-social-icons li a:before {
  font-family: 'ETmodules' !important;
  speak: none;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 0px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.et-social-facebook a.icon:before {
  content: '\e093';
}

.et-social-twitter a.icon:before {
  content: '\e094';
}

.et-social-google-plus a.icon:before {
  content: '\e09d';
}

.header .top_header ul.et-social-icons li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header .top_header .hd_top_menu {
  -webkit-transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  -webkit-transition: background-color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: background-color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  display: inline-block;
  width: 90%;
  text-align: right;
}

.header .top_header .hd_top_menu .hs-menu-wrapper > ul {
  margin: 0;
}

.header .top_header .hd_top_menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  position: relative;
  margin-right: 40px;
  text-align: left;
}

.header .top_header .hd_top_menu .hs-menu-wrapper > ul > li:last-child {
  margin-right: 0;
}

.header .top_header .hd_top_menu .hs-menu-wrapper > ul > li:first-child {
  float: left;
}

.header .top_header .hd_top_menu .hs-menu-wrapper > ul > li > a {
  -webkit-transition: background-color 0.4s, color 0.4s ease-in-out;
  transition: background-color 0.4s, color 0.4s ease-in-out;
  color: rgba(255,255,255,0.93);
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  padding-bottom: .75em;
  display: block;
}

.header .top_header .hd_top_menu .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  padding-right: 20px;
}

.header .top_header .hd_top_menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  font-family: 'ETmodules';
  content: "3";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800;
}

.header .top_header .hd_top_menu .hs-menu-wrapper > ul > li > a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header .top_header .hd_top_menu .hs-menu-wrapper > ul ul {
  position: absolute;
  right: 0;
  padding: 1em 0;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 220px;
  left: -2px;
  background-color: #ffffff;
}

.header .top_header .hd_top_menu .hs-menu-wrapper > ul > li:hover > ul {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.header .top_header .hd_top_menu .hs-menu-wrapper > ul ul li {
  padding: 0 2em;
  margin: 0;
  display: block;
}

.header .top_header .hd_top_menu .hs-menu-wrapper > ul ul li a {
  font-weight: normal;
  font-size: 16px;
  padding: 1em;
  width: 100%;
  line-height: 1em;
  margin-right: 0;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #0069a7;
  font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
}

.header .top_header .hd_top_menu .hs-menu-wrapper > ul ul li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.header .bottom_header {
  -webkit-transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  -webkit-transition: background-color 0.4s, color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: background-color 0.4s, color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
  transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
  line-height: 23px;
  font-weight: 500;
  width: 100%;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999;
  background-color: #0069a7;
  font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
  position: fixed;
  top: 51px;
}

.header .bottom_header .page-center {
  position: relative;
}

.header .bottom_header .menu-wrap {
  font-weight: 600;
  float: right;
  font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 56px 0 0 0;
  padding-left: 247px;
}

.header .bottom_header .menu-wrap .custom-menu-primary.desktop {
  float: left;
  line-height: 0;
}

.logo_container {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  height: 100%;
  width: 100%;
  padding-left: 4px;
}

.logo_container > div {
  height: 100%;
}

.logo_container > div > span ,
.logo_container .hs_cos_wrapper_type_logo{
  display: block;
  width: 100%;
  height: 100%; 
}

.logo_container .logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0; 
}

.logo_container img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 0;
  max-height: 35%;
  height: 35%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  width: auto !important;
}



@media (max-width: 1530px) {
  .header .page-center {
    width: 97%;
  }
}

@media (max-width: 1110px) {
  .header .top_header .hd_top_menu {
    width: 88%;
  }
}

@media (max-width: 980px) {
  .custom-menu-primary.desktop {
    display: none;
  }
  body .custom-menu-primary .hs-menu-wrapper>ul>li>a.active-branch {
    color: #fff;
  } 
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    background-color: rgba(0,0,0,0.2) !important;
  }
  header.header.lp .menu-wrap {
    min-height: 80px;
  } 
  .header .top_header {
    display: none;
  }

  .header .bottom_header {
    top: 0;
    position: absolute;
  } 

  .logo_container {
    padding-left: 5px;
  }

  .logo_container img {
    max-width: 50%;
    height: 54%;
    max-height: 54%;
  }

  .header .bottom_header .menu-wrap {
    padding-top: 24px;
    display: block;
  }

  .mobile_nav {
    display: block;
    float: right;
  }

  .mobile_menu_bar {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 24px;
  }

  .mobile_menu_bar:before {
    font-family: 'ETmodules';
    speak: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0px 0px;
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #fff;
  }

  .custom-menu-primary.mobile {
    font-weight: 600;
    font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    border-top: 3px solid #2EA3F2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-color: #2a69a2;
    background-color: #0069a7;
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper ul {
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 10px 5%;
    display: block;
    cursor: pointer;
    color: #ffffff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.03);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    background-color: rgba(0,0,0,0.2);
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    padding-left: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding-left: 5%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    padding: 10px 5%;
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.25em;
    cursor: pointer;
    color: #ffffff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background-color: rgba(0,0,0,0.2);
    opacity: 1;
  }
}


@media(min-width: 981px) {
  header.header.lp {
    margin-bottom: -51px;
  }  
  header.header.lp .bottom_header {
    top: 0;
  }
  header.header.lp .menu-wrap {
    min-height: 126px;
  }
  .scrolled header.header.lp .menu-wrap {
    min-height: 102px;
  }

  .mobile_nav {
    display: none;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    line-height: 1em;
    display: inline-block;
    font-size: 14px;
    padding-right: 22px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    padding-bottom: 56px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    font-family: 'ETmodules';
    content: "3";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 800;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    position: absolute;
    padding: 20px 0;
    z-index: 9999;
    width: 240px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    border-top: 3px solid #2EA3F2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
    border-color: #00ae42;
    background-color: #0069a7;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    position: relative;
    line-height: 2em;
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    font-weight: normal;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #ffffff;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    padding: 6px 20px;
    width: 200px;
    font-size: 16px;
    line-height: 1.25em;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {
    background-color: rgba(0,0,0,0.2);
    opacity: 1;
  }

  .scrolled .header .bottom_header {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }

  .scrolled .header .bottom_header .menu-wrap {
    padding: 44px 0 0 0;
  }

  .scrolled .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-bottom: 44px;
    font-size: 16px;
  }
}

@media(max-width: 350px) {


  .logo_container img {
    max-width: 100%; 
    width: 155px !important;
  }



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

.footer {
  padding: 64px 0 0;
}

.footer .page-center {
  padding: 32px 0;
}

.footer .page-center.ft_bottom {
  border-top: 1px solid #dddddd;
}

.footer .ft_bottom .widget-type-text {
  margin-bottom: 17px;
  font-size: 15px;
  color: #8c8c8c;
}

.footer .ft_top:after {
  content: '';
  display: table;
  clear: both;
}

.footer .ft_top .hs_col_3 {
  float: left;
  position: relative;
  z-index: 2;
  min-height: 1px;
  margin-right: 5.5%;
  width: 20.875%;
}

.footer .ft_top .hs_col_3:last-child {
  margin-right: 0;
}

.footer .ft_top .hs_col_3 .title_wrap {
  position: relative;
  border-bottom: 2px solid #00ae42;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer .ft_top .hs_col_3 .title_wrap h2 {
  font-size: 23px;
}

.footer .ft_top .hs_col_3 .image_wrap {
  max-width: 66%;
  margin-bottom: 10px!important;
}

.footer .ft_top .hs_col_3 .image_wrap img {
  max-width: 100%;
  display: block;
}

.footer .ft_top .hs_col_3 .content_wrap {
  font-size: 15px;
  line-height: 1.3em;
  color: #8c8c8c;
}

.footer .ft_top .hs_col_3 .content_wrap p {
  margin-bottom: 18px;
  padding: 0;
}

.footer .ft_top .hs_col_3 .content_wrap p:last-child {
  margin-bottom: 0;
}

.footer .ft_top .hs_col_3 .et_pb_blurb_content {
  margin-bottom: 3px;
}

.footer .ft_top .hs_col_3 .et_pb_blurb_content .et_pb_main_blurb_image {
  margin-bottom: 30px;
  max-width: 100%;
  width: 32px;
  display: table-cell;
  line-height: 0;
}

.footer .ft_top .hs_col_3 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap {
  display: block;
  margin: auto;
}

.et-pb-icon {
  font-family: 'ETmodules';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 96px;
  font-style: normal;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer .ft_top .hs_col_3 .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap .et-pb-icon {
  display: table-cell;
  font-size: 22px;
  color: #00ae42;
}

.footer .ft_top .hs_col_3 .et_pb_blurb_content .et_pb_blurb_container {
  display: table-cell;
  vertical-align: top;
}

.footer .ft_top .hs_col_3 .et_pb_blurb_content .et_pb_blurb_container h4 {
  font-size: 24px;
}

.footer .ft_top .hs_col_3 .et_pb_text_inner {
  font-size: 15px;
  margin-top: -6px;
  margin-bottom: 38px;
  color: #8c8c8c;
}

.footer .ft_top .hs_col_3 .et_pb_text_inner.two {
  margin-top: -12px;
  margin-bottom: -2px;
}

.footer .ft_top .hs_col_3 .et_pb_text_inner p:last-child {
  padding-bottom: 0;
}

.footer .ft_top .hs_col_3:nth-child(2) .title_wrap,
.footer .ft_top .hs_col_3:nth-child(3) .title_wrap {
  margin-bottom: 13.174%;
}

.footer .ft_top .hs_col_3:nth-child(4) .title_wrap {
  margin-bottom: 31px;
}

.footer .ft_top .hs_col_3 .ft_menu {
  margin-bottom: 13.174%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 30px;
}

.footer .ft_top .hs_col_3 .ft_menu .hs-menu-wrapper {
  width: 100%;
  margin-bottom: 26.347%;
  float: left;
}

.footer .ft_top .hs_col_3 .ft_menu:after {
  content: '';
  display: table;
  clear: both;
}

.footer .ft_top .hs_col_3 .ft_menu .hs-menu-wrapper > ul {
  display: block;
  margin: 0;
}

.footer .ft_top .hs_col_3 .ft_menu .hs-menu-wrapper > ul li {
  margin-bottom: .5em;
}

.footer .ft_top .hs_col_3 .ft_menu .hs-menu-wrapper > ul li a {
  color: #666;
}

.footer .ft_top .hs_col_3 .ft_menu .hs-menu-wrapper > ul li a:hover {
  color: #2a69a2;
}

.footer .ft_top .hs_col_3 .ft_form form .hs-richtext {
  margin-bottom: 0;
  line-height: inherit;
  color: inherit;
  font-size: 15px;
  margin-bottom: 18px;
}

.footer .ft_top .hs_col_3 .ft_form form {
  margin-bottom: 16px;
}

.footer .ft_top .hs_col_3 .ft_form form .hs_submit {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%;
  overflow: hidden;
  text-align: right;
}

.footer .ft_top .hs_col_3 .ft_form form .hs_recaptcha {
  margin-top: -25px !important;
}

@media (max-width:1621px) {
  .footer {
    padding: 4% 0 0;
  }
  .footer .page-center {
    padding: 2% 0;
  }
}

@media (max-width:980px) {
  .footer {
    padding: 50px 0 0;
  }

  .footer .page-center {
    padding: 30px 0;
  }

  .footer .ft_top .hs_col_3 {
    width: 47.25%;
  }

  .footer .ft_top .hs_col_3:nth-child(even) {
    margin-right: 0;
  }

  .footer .ft_top .hs_col_3:nth-child(1), .footer .ft_top .hs_col_3:nth-child(2) {
    margin-bottom: 30px;
  }

  .footer .ft_top .hs_col_3 .ft_form form .hs_recaptcha {
    margin-top: 68px;
  }

  .footer .ft_top .hs_col_3 .ft_form form .field {
    margin-bottom: 16px;
  }

  .footer .ft_top .hs_col_3 .ft_form form .hs-richtext {
    margin-bottom: 16px;
  }

  .footer .ft_top .hs_col_3:nth-child(2) .title_wrap,
  .footer .ft_top .hs_col_3:nth-child(3) .title_wrap {
    margin-bottom: 30px;
  }

  .footer .ft_top .hs_col_3 .image_wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .footer .ft_top .hs_col_3:nth-child(2) {
    padding-bottom: 2px;
  }

  .footer .ft_top .hs_col_3 .content_wrap p {
    margin-bottom: 20px;
  }
}

@media (max-width:767px) {
  .footer .ft_top .hs_col_3 .ft_menu .hs-menu-wrapper > ul li a {
    display: inline;
  }
}

@media (max-width:640px) {
  .footer .hs-button ,
  .sidebar .hs-button { 
    width: 100%; 
  }
}
.footer .ft_top .hs_col_3 .ft_menu .hs-menu-wrapper>ul li.active-branch a {
  background: #00ae42;
} 
@media (max-width:479px) {

  .footer .ft_top .hs_col_3 {
    width: 100%;
    margin: 0 0 30px !important;
  }

  .footer .ft_top .hs_col_3:last-child {
    margin-bottom: 0 !important;
  }

  .footer .ft_top .hs_col_3 .ft_menu {
    margin-bottom: 30px;
    border-right: 0;
    padding-right: 0;
  }

  .footer .ft_top .hs_col_3 .ft_menu .hs-menu-wrapper {
    margin: 0 0 11.5% 0;
  }

  .footer .ft_top .hs_col_3:first-child {
    padding-bottom: 2px;
  }
  .footer .ft_top .hs_col_3 .ft_form form .hs_recaptcha { 
    overflow: auto hidden;
  }

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

/* TODO: Find a better place for this */
.content-wrapper { 
  margin: 0 auto;
}

.blog_bnr { 
  position: relative;
  overflow: hidden;
}

.blog_bnr_bg {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%; 
  display: block;
  margin-top: -15px;
}

.blog_bnr .page-center {
  padding: 32px 0;
  text-align: center;
}

.blog_bnr_cnt h1 {
  font-size: 56px;
  color: #FFF;
  font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  position: relative;
}
.li_wrap .content-wrapper {
  width: 80%;
}
.blog-index.sidebar.span9 {
  width: 73.625%;
  margin-right: 5.5%;
}
.blog-sidebar.span3 {
  width: 20.875%;
  margin-left: 0;
  padding: 2.855% 0;
}
.b_post_wrap {
  padding: 3.735% 0;
} 
article.et_pb_post {
  position: relative; 
  border: none;
}
.et_pb_post {
  margin-bottom: 60px; }

.et_pb_post .entry-featured-image-url {
  display: block;
  position: relative;
  margin-bottom: 30px; }

.et_pb_post h2 a,
.et_pb_post .entry-title a,
.et_pb_portfolio_item h3 a,
.et_pb_portfolio_item .et_pb_module_header a {
  text-decoration: none; }
.et_pb_image_container img, .et_pb_post a img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
} 
article.et_pb_post:hover .et_overlay {
  z-index: 3;
  opacity: 1;
  background-color: rgba(221,221,221,0.73);
}
.et_pb_post .post-meta {
  font-size: 14px;
  margin-bottom: 6px; }

.et_pb_post .post-meta a,
.et_pb_portfolio_item .post-meta a {
  text-decoration: none; }

.et_pb_post .more {
  color: #82C0C7;
  text-decoration: none; }

.et_pb_posts a.more-link {
  clear: both;
  display: block; }

.et_pb_has_overlay.et_pb_post .et_pb_image_container a {
  display: block;
  position: relative;
  overflow: hidden; }

.et_pb_posts .et_pb_post {
  position: relative; }

.et_pb_posts.et_pb_section_parallax:hover {
  overflow: hidden; }

.et_overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  background-color: rgba(221,221,221,0.73);
}
.et_overlay.et_pb_inline_icon:before {
  content: attr(data-icon);
}
.et_overlay:before { 
  font-family: 'ETmodules' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0px 0px;
  position: absolute;
  top: 55%;
  left: 50%;
  margin: -16px 0 0 -16px;
  font-size: 32px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #0069a7;

}

h2.entry-title a {
  color: inherit;
}
.post-content p {
  padding: 0;
}
.post-content {
  font-size: 15px;
  line-height: 1.3em;
}
h2.entry-title {
  font-size: 18px;
  font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #0069a7;
}
.et_pb_post .post-meta {
  font-size: 12px;
  margin-bottom: 6px;
  color: #666;
  padding: 0;
}
.blog-pagination__prev-link--disabled {
  display: none;
}
.blog-pagination__prev-link {
  float: right;
}
.blog-pagination a:hover {
  background: rgb(0, 105, 167);
}

.blog-pagination a {
  color: #fff !important; 
  background: rgb(0, 174, 66);
}
.blog-pagination__next-link--disabled { 
  display: none;
} 
.blog-sidebar.span3 h3 {
  font-size: 18px;
  border-bottom: 2px solid rgb(0, 174, 66);
  padding-bottom: 10px;
}

.blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-sidebar.span3 h3.form-title {
  display: none;
} 
.blog-sidebar ul li {
  margin-bottom: .5em;
}

.blog-sidebar > div {
  width: 100%;
  padding-bottom: 26.347%; 
}

.blog-sidebar ul li a {
  color: #666;
}

.blog-sidebar ul li a:hover {
  color: rgb(42, 105, 162);
} 
.blog-sidebar.span3 form {
  margin-top: 15px;
}
.blog-sidebar.span3 .hs-form label {
  font-size: 16px;
  margin-bottom: 10px;
}
.blog-sidebar.span3 .hs-form-field {
  margin-bottom: 16px;
}
.blog-sidebar.span3 .hs-richtext p {
  font-weight: bold;
  padding-bottom: 7px;
  color: #5c5c5c;
  font-size: 18px; 
}
.blog-sidebar.span3 .hs_submit.hs-submit {
  padding-top: 22px;
  text-align: right;
  padding-bottom: 26px;
}
.side_cnt p {
  padding: 0;
} 
.blog-sidebar.span3 .hs-search-field form {
  margin: 0;
  position: relative;
}
.blog-sidebar.span3 input.hs-search-field__input {
  padding: .7em;
  height: 40px !important;
  margin: 0;
  font-size: 14px;
  line-height: normal !important;
  border: 1px solid #ddd;
  color: #666;
  background-color: #fff;
  width: 100%;
  border-radius: 3px;
}
.blog-sidebar.span3 button:before {
  content: "Search";
}
.blog-sidebar.span3 button svg {
  display: none;
}
.blog-sidebar.span3 button {
  width: 70px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #00ae42;
  padding: .7em;
  height: 40px !important;
  margin: 0;
  font-size: 14px;
  line-height: normal !important;
  border: 1px solid #ddd;
  color: #fff;
  cursor: pointer;
}
span.filter-link-count {
  display: none;
} 
.et_pb_post .post-meta a:hover {
  background: #0069a7;
  color: #fff;
}

.et_pb_post .post-meta a { 
  color: inherit;
}

.blog-comments .hs-input {
  max-width: 100% !important;
} 
.blog-post__body img {
  max-width: 100%;
}
.pst_wrap .content-wrapper:before {
  right: 25%;
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e2e2e2;
}
.pst_wrap .content-wrapper {
  position: relative;
  padding-top: 58px;
} 
.p_post_wrap p.post-meta a:hover {
  background: #0069a7;
  color: #fff;
}

.p_post_wrap p.post-meta a {
  text-decoration: none;
  color: #666;
}
.p_post_wrap p.post-meta {
  font-size: 17px;
  margin-bottom: 6px;
}
.blog-post__body img {
  padding-bottom: 30px;
  width: 100%;
}
.blog-post__body h2 {
  word-break: break-word;
} 
li#results-for {
  padding: 5px 10px;
}
.et_pb_section.blog-header {
  padding-bottom: 0 !important;
} 
ul.hs-search-field__suggestions li a {
  padding: 5px 10px;
} 
.comment-date {
  display: block !important;
} 
.blog-comments ul.no-list.hs-error-msgs {
  max-width: 100%;
}
.footer .ft_top .hs_col_3 .ft_form form .hs_recaptcha { 
  overflow: auto hidden;
} 
@media (min-width: 981px){
  .et_pb_section {
    padding: 4% 0;
  }
}


@media (min-width: 1622px){
  .et_pb_section {
    padding: 64px 0;
  }
}

@media (max-width: 1100px){

  .pst_wrap .content-wrapper:before {
    right: 23%;
  }




}
@media (max-width: 1650px){
  .blog_bnr_bg { 
    background-size: inherit;
  }

}
@media (max-width: 980px){
  .blog-sidebar.span3 .hs-form label {
    font-size: 18px;
    margin-bottom: 10px;
  } 
  .et_pb_section {
    padding: 50px 0;
  } 
  .blog_bnr .page-center {
    padding: 30px 0;
    text-align: center;
  }
  .blog-index.sidebar.span9 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .b_post_wrap {
    padding: 30px 0;
  }
  .blog-sidebar.span3 {
    width: 100%;
    margin-left: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .blog-sidebar>div:nth-child(odd) {
    margin-right: 5.5%;
  }

  .blog-sidebar>div {
    width: 47.25%;
    padding-bottom: 7.5%;
  }
  .et_pb_post {
    margin-bottom: 42px;
  } 
  .pst_wrap .content-wrapper:before {
    display: none;
  } 




}

@media (max-width:767px){
  .blog-sidebar>div:nth-child(odd) {
    margin-right: 0;
  }

  .blog-sidebar>div { 
    width: 100%; 
  }
  .blog_bnr_cnt h1 {
    font-size: 50px;
  }






}
@media (max-width:479px){
  .blog-sidebar>div { 
    padding-bottom: 11.5%;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #8e959b;
  z-index: -1;
}
input.email-edit.hs-input {
  padding: 14px 16px !important;
} 
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 40px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  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;
}

#email-prefs-form .hs-input,
.form-container,
#hs_cos_wrapper_password_prompt {
  width: 100% !important;
  max-width: 650px;
}

.form-container {
  margin-bottom: 10px;
}

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

.form-container .hs-form-field .hs-input[type=checkbox] {
  display: inline;
}

.form-container #hs_login_reset {
  margin-bottom: 10px;
  display: inline-block;
}

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

#hs-pwd-widget-password {
  height: 46px !important;
  margin-bottom: 15px;
  margin-top: 0 !important;
}

#hs-search-module .hs-input {
  margin-bottom: 15px;
}

.grecaptcha-badge {
  margin: 0;
}
.sr_pg ul.hs-search-results__listing li {
  margin-bottom: 60px;
} 
.banner-section .dnd-section > .row-fluid {
  width: 100%;
}
.sr_pg a.hs-search-results__title {
  font-size: 48px;
  font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  color: #0069a7;
  line-height: 1;
}   

@media (max-width: 980px) {
  .sr_pg a.hs-search-results__title {
    font-size: 41px;
  }
  .sr_pg  ul.hs-search-results__listing li {
    margin-bottom: 42px;
  }

}
@media (max-width: 767px) {
  #email-prefs-form .hs-input,
  .form-container,
  #hs_cos_wrapper_password_prompt {
    max-width: 100%;
  }
  .sr_pg a.hs-search-results__title {
    font-size: 18px;
  }
}
@media (max-width:479px) {
  .sr_pg a.hs-search-results__title {
    font-size: 16px;
  }

}
div#hs_cos_wrapper_subscription_preferences form#email-prefs-form {
  max-width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  margin:0;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.systems-page .hs-form-field > label,
.systems-page .hs-form-field>label + a {
  margin-bottom: 5px;
  display: block;
}

input#hs-login-widget-remember {
  display: inline-block !important;
  float: left !important;
  width: auto !important;
}

div#hs_cos_wrapper_subscription_preferences form#email-prefs-form .header {
  background: transparent;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}
.grecaptcha-badge {
  margin-left: 0 !important;
}
ul.no-list.hs-error-msgs {
  max-width: 600px;
}
.hs-form-field {
  margin-bottom: 18px;
}
.content-wrapper .systems-page {
  padding-left: 0;
  padding-right: 0;
}

input#submitbutton {
  white-space: normal;
} 


@media (max-width:767px){
  .systems-page .success {
    min-width: 100% !important;
  }


}

@media (max-width:500px){
  .systems-page h1, .systems-page h2 {
    font-size: 26px;
  } 
  main.body-container-wrapper h1,
  main.body-container-wrapper h2{
    font-size: 40px;
  }

}