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

.banner-area .dnd-section > .row-fluid {
  max-width:100%;
  width: 100%;
  padding:0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: ETmodules; 
  src: url("//f.hubspotusercontent10.net/hubfs/3401569/WuXiAppTec_January2021/Font/modules.eot") format("embedded-opentype"), 
    url("//f.hubspotusercontent10.net/hubfs/3401569/WuXiAppTec_January2021/Font/modules.ttf") format("truetype"),
    url("//f.hubspotusercontent10.net/hubfs/3401569/WuXiAppTec_January2021/Font/modules-1.woff") format("woff"), 
    url("//f.hubspotusercontent10.net/hubfs/3401569/WuXiAppTec_January2021/Font/modules.svg") format("svg");
  font-style: normal; 
  font-weight: 400; 
}

html {
  font-size: 100%;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
}

ul li,
ol li {
}

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

blockquote {
  line-height: 1.5rem;
  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: auto;
  outline-color: green;
}

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

@media (max-width: 767px) {
  html {
    font-size: 100%;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin: 20px 0 0 0 ;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 14px;
  font-family: Open Sans;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  
  text-decoration: none;
}

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

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


.hs-form label {
  font-family: Open Sans;
  font-size: 14px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.hs-input {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 40px;
  min-height: 27px;
  padding: 0 15px;
  font-size: 16px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border-width: 0 0 2px 0;
  border-style: solid;
  box-sizing: border-box;

  border-radius: 0;
}

.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-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

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

.hs-menu-item a {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.banner {
  position: relative;
  background-color: #fff;
}
.banner-img-section {
  background-color: rgb(0 128 100);
  padding: 8% 0;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  position: relative;
  background-position: 50%;
  background-size: cover;
  text-align: left;
  background-repeat: no-repeat;
}
.banner-content {
  display: flex;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  position: relative;
  z-index: 3;
  width: 80%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.banner-content-container {
  width: 100%;
}
.banner-inner-content {
  text-align: left;
  margin-left: 0;
  padding: 10px;
}
.banner-inner-content h1 {
  font-size: 60px;
  color: #ffffff!important;
  text-shadow: 0.03em 0.03em 0.1em rgba(0,0,0,0.6);
  font-family: Oswald;
  font-weight: 400;
  line-height: 1.2;
}

@media(max-width: 980px){
  .banner-inner-content {
    padding: 10px 0;
  }
  .banner-inner-content h1 {
    font-size: 30px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}

@media(max-width: 767px){
  .banner-inner-content {
    margin: 20px 2%;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.top-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all .3s ease-in-out;
  box-shadow: 0 0 0 rgba(0,0,0,.5);
  line-height: 13px;
  z-index: 99;
  color: #fff;
  min-height: 34px;
}
.custom-header-group {
  min-height: 126.7px;
}
.top-header .container {
  line-height: 13px;
  padding-top: 9.75px;
  text-align: left;
  position: relative;
}
.social-info {
  line-height: 13px;
  padding-bottom: 9.7px;
  display: flex;
  float: left;
}
.social-info .contact-text {
  font-weight: 600;
  margin-right: 16px;
  position: relative;
  line-height: 13px;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  font-size: 13px;
}
.fixed .custom-header-group {
  min-height: 89.6px;
}
.fixed .top-header {
  top: 0;
  box-shadow: none;
}
.fixed .main-header {
  box-shadow: 0 3px 3px rgba(0,0,0,.1);
  top: 0;
  z-index: 99;
  min-height:54px;
}
.fixed .logo_container img.hs-image-widget {
  max-width: 105.675px;
  margin-top: -16px;
  margin-left: 3.5px;
}
.fixed .header-top-nav {
  padding-top: 20px;
}
.fixed .top-menu-nav .hs-menu-wrapper>ul>li>a {
  padding-bottom: 20px;
}
.contact-text:before {
  font-family: 'ETmodules';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e090";
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.secondary-menu ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: -.8em;
  bottom: 0;
  right: -.75em;
  left: -.75em;
  transition: all .3s ease-in-out;
  z-index: -1;
}
.secondary-menu ul li a:hover:before {
  background: rgba(10,10,10,.28);
}
.inner-social-info ul li a:hover:after {
  right: -.75em;
  left: -.75em;
  transition: all .3s ease-in-out;
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  top: -.8em;
  bottom: -.65em;
  background: hsl(0deg 0% 4% / 28%);
}
.inner-social-info ul {
  float: none;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.inner-social-info ul li {
  margin-left: 12px;
  margin-top: -2px;
  display: inline-block;
}
.inner-social-info ul li a {
  font-size: 12px;
  line-height: 1em;
  display: inline-block;
  text-align: center;
  -webkit-transition: color .3s ease 0s;
  position: relative;
  transition: color .3s ease 0s;
}
.inner-social-info ul li a.icon-twitter {
  content: "\e094";
  font-family: ETmodules;
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.inner-social-info ul li a.icon-twitter:before {
  content: "\e094";
  font-family: ETmodules;
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.inner-social-info ul li a.icon-linkdin:before {
  font-size: 13px;
  content: "\e09d";
  font-family: ETmodules;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.top-menu-nav .hs-menu-wrapper>ul>li>ul>li:nth-child(4)>a {
  padding-right: 40px;
}
.secondary-menu {
  float: right;
}
.secondary-menu ul {
  display: inline-block;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  list-style: none;
  margin: 0;
  padding: 0;
}
.secondary-menu ul li {
  position: relative;
  text-align: right;
}
.secondary-menu ul li a {
  position: relative;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  padding-bottom: 9.7px;
  display: block;
  font-weight: 600;
  font-size: 13px;
  -webkit-transition: background-color .4s,color .4s ease-in-out;
  transition: background-color .4s,color .4s ease-in-out;
  position: relative;
  top: -1px;
}
.main-header {
  top: 34px;
  position: fixed;
  transition: all .3s ease-in-out;
  height: auto;
  box-shadow: 0 3px 3px rgba(0,0,0,.1);
  line-height: 23px;
  background-color: #fff;
  width: 100%;
  z-index: 999;
  display: block;
  min-height:94px;
}
.logo_container {
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all .4s ease-in-out;
}
.logo_container .logo_helper {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  width: 0;
}
.logo_container img.hs-image-widget {
  margin-left: 3px;
  margin-top: 0px;
  transition: all .4s ease-in-out;
  display: inline-block;
  float: none;
  vertical-align: middle;
  max-width: 186px;
}
.header-top-nav {
  padding-left: 214px;
  padding-top: 40px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
  float: right;
}
.top-menu-nav {
  float: left;
  display: block;
}
.top-menu-nav .hs-menu-wrapper>ul {
  float: left;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  line-height: 0;
}
.search-open .top-menu-nav .hs-menu-wrapper>ul {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
}
.top-menu-nav .hs-menu-wrapper>ul>li {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
  position: relative;
  line-height: 14px;
}
.top-menu-nav .hs-menu-wrapper>ul>li:last-child {
  padding-right: 0;
}
.top-menu-nav .hs-menu-wrapper>ul>li>a {
  font-weight: 400;
  padding-bottom: 40px;
  letter-spacing: 1px;
  padding-right: 20px;
  display: block;
  position: relative;
  font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
}
.top-menu-nav .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;
}
.top-menu-nav .hs-menu-wrapper>ul>li:first-child>a {
  padding-right: 0;
}
.top-menu-nav .hs-menu-wrapper>ul>li>ul {
  transition: all .2s ease-in-out;
  position: absolute;
  padding: 20px 0;
  z-index: 9999;
  width: 240px;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  text-align: left;
  min-width: 300px;
}

.top-menu-nav .hs-menu-wrapper>ul>li>ul>li {
  padding: 0 20px;
  margin: 0;
  display: inline-block;
  font-size: 14px;
  position: relative;
  line-height: 28px;
}
.top-menu-nav .hs-menu-wrapper>ul>li>ul>li>a {
  font-weight: 400;
  width: 260px;
  padding: 4px 12px;
  letter-spacing: 1px;
  display: block;
  position: relative;
  transition: all .4s ease-in-out;
  font-size: 14px;
  font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
}
div#et_mobile_nav_menu {
  float: right;
  display: none;
}
.top-menu-nav .hs-menu-wrapper>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.top-menu-nav .hs-menu-wrapper>ul>li>ul>li>ul {
  left: auto;
  right: 240px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 1000;
  top: -23px;
  position: absolute;
  padding: 20px 0;
  width: 240px;
  border-top: 3px solid;
  visibility: hidden;
  opacity: 0;
  min-width: 300px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.top-menu-nav .hs-menu-wrapper>ul>li>ul>li:hover>ul {
  visibility: visible;
  opacity: 1;
}
.top-menu-nav .hs-menu-wrapper>ul>li>ul>li>ul>li {
  padding: 0 20px;
  margin: 0;
}
.top-menu-nav .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a:after {
  right: 20px;
  top: 6px;
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
  position: absolute;
  font-weight: 800;
}
.top-menu-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  font-weight: 400;
  width: 260px;
  padding: 4px 12px;
  letter-spacing: 1px;
  display: block;
  position: relative;
  font-size: 14px;
  font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
}
.fixed .search-container {
  height: 53.6px;
}
.header_top_search {
  float: right;
  margin: 3px 0 0 22px;
  position: relative;
  cursor: pointer;
  display: block;
  width: 18px;
  height: 18px;
}
.inner_search_icon:before {
  z-index: 99;
  opacity: 1;
  color: #043056;
  font-family: ETmodules;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\55";
  font-size: 17px;
  left: 0;
  position: absolute;
  top: -3px;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}
.search-container input.et-search-field::-webkit-input-placeholder {
  color: #043056;
  letter-spacing: 1px;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
.search-container input.et-search-field::-moz-placeholder {
  color: #043056;
  letter-spacing: 1px;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
.search-container input.et-search-field:-ms-input-placeholder{
  color: #043056;
  letter-spacing: 1px;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
.search-container input.et-search-field:-moz-placeholder {
  color: #043056;
  letter-spacing: 1px;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
.search_outer {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.search-container {
  height: 93.6px;
  position: relative;
  opacity: 0;
  text-align: left;
  width: 80%;
  max-width: 1080px;
  margin: auto;
  -webkit-animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  transition: all .3s ease-in-out;
  visibility: hidden;
  display: none;
}
.search-open .search-container {
  z-index: 999;
  -webkit-animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
  opacity: 1;
  display: block;
  visibility: visible;
}
.search-container form.et-search-form {
  background: transparent;
  max-width: 508.587px;
  border-color: #008064;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
}
.search-container input.et-search-field {
  letter-spacing: 1px;
  font-size: 14px;
  color: #043056;
  width: 90%;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  outline: none;
  margin: auto;
  background: transparent;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
span.close_search_field {
  display: block;
  width: 30px;
  height: 30px;
  z-index: 99999;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
}
span.close_search_field:after {
  color: #043056;
  font-family: ETmodules;
  content: "\4d";
  font-size: 32px;
  display: inline-block;
  line-height: 1;
}
.search-open .inner_search_icon:before {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
}


@media(max-width: 980px){
  .top-header {
    position: absolute;
    transition: none;
  }
  .main-header {
    min-height:80px;
  }
  .main-header {
    position: absolute;
    transition: none;
  }
  .custom-header-group {
    min-height: 114.1px;
  }
  .secondary-menu {
    display: none;
  }
  .logo_container {
    transition: none;
  }
  .logo_container img.hs-image-widget {
    max-width: 170.35px;
    margin-left: 3px;
    margin-top: -4px;
    transition: none;
  }
  .search-container {
    transition: none;
  }
  .header-top-nav {
    padding-top: 24px;
    display: block;
    transition: none;
  }
  .top-header .container {
    padding-top: 0;
  }
  .social-info {
    padding-top: 9.7px;
  }
  .top-menu-nav .hs-menu-wrapper>ul {
    display: none;
  }
  .header_top_search {
    margin: 10px 35px 0 0;
    float: left;
  }
  .inner_search_icon:before {
    color: #0071bc;
  }
  div#et_mobile_nav_menu {
    display: block;
  }
  .mobile_menu_bar_toggle {
    padding-bottom: 24px;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
    position: relative;
    display: block;
    line-height: 0;
    z-index: 99;
  }
  .mobile_menu_bar_toggle:before {
    color: #0071bc;
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    font-family: ETmodules;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  .mobile-nav {
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff;
    width: 100%;
    display: none;
    z-index: 9999;
    border-top: 3px solid #008064;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  }
  .mobile-nav .hs-menu-wrapper>ul>li>a {
    color: #0071bc;
    padding: 10px 5%;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.03);
    transition: all .2s ease-in-out;
    font-size: 14px;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    line-height: 23px;
  }
  .mobile-nav .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    font-weight: 700;
    background-color: rgba(0,0,0,.03);
  }
  .mobile-nav .hs-menu-wrapper>ul>li>ul {
    padding-left: 10px;
    display: block;
  }
  .mobile-nav .hs-menu-wrapper>ul>li>ul>li {
    padding-left: 5%;
  }
  .mobile-nav .hs-menu-wrapper>ul>li>ul>li>a {
    color: #0071bc;
    border-bottom: 1px solid rgba(0,0,0,.03);
    padding: 10px 5%;
    display: block;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 600;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
  }
  .mobile-nav .hs-menu-wrapper>ul>li>ul>li>ul {
    padding-left: 10px;
    display: block;
  }
  .mobile-nav .hs-menu-wrapper>ul>li>ul>li>ul>li {
    padding-left: 5%;
  }
  .mobile-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    color: #0071bc;
    padding: 10px 5%;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.03);
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-weight: 600;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
  }
  .mobile-nav .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children > a{
    font-weight:700;
  }
  .mobile-nav .hs-menu-wrapper>ul>li>a:hover{
    background-color: rgba(0,0,0,.03);
    opacity: .7;
  }
  .mobile-nav .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover{
    background-color: rgba(0,0,0,.03);
    opacity: .7;
  }
  .mobile-nav .hs-menu-wrapper>ul>li>ul>li>a:hover{
    background-color: rgba(0,0,0,.03);
    opacity: .7;
  }

  .mobile-nav .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children > a:hover{
    background-color: transparent;
    opacity: .7;
  }
  .mobile-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover{
    background-color: rgba(0,0,0,.03);
    opacity: .7;
  }
  #et_mobile_nav_menu {
    z-index: 99;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  }

  .search-open #et_mobile_nav_menu {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  }

  .search-container form.et-search-form {
    width: 50%!important;
    max-width: 50%!important;
  }

  .search-container {
    height: 80px;
  }
  .search-container input.et-search-field::placeholder {
    color: #0071bc;
  }

  span.close_search_field:after {
    color: #0071bc;
  }
}

@media(max-width: 767px){
  .social-info {
    text-align: center;
    display: block;
    float: none;
  }
  .inner-social-info {
    display: none;
  }
}
@media(max-width: 475px){
  .search-container form.et-search-form {
    width: 40%!important;
    max-width: 40%!important;
  }
}
@media(max-width: 440px){
  .logo_container img.hs-image-widget {
    max-width: 50%;
    width: 100% !important;
  }
}

@media(max-width: 391px){
  .mobile_menu_bar_toggle:before {
    top: -10px;
  }
  .header_top_search {
    height: auto;
  }
  .mobile_menu_bar_toggle {
    padding-bottom: 14px;
  } 
  .logo_container img.hs-image-widget {
    margin-top: -1px;
  }
}





/*================================================= Animation =============================================*/


@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
} 

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }
}

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%)
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%)
  }
}
/* ******************************************************************************
*********************************************************************************
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: #F8FAFC;
  text-align: center;
  display: block;
}
.container {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  text-align: left;
  position: relative;
}
.container:after, .container:before {
  clear: both;
  display: block;
  content: "";
}
.footer-top-wrapper {
  padding: 6% 0 1px;
}
.footer-top-menu {
  width: 20.875%;
  margin-right: 5.5%;
  margin-bottom: 5.5%;
  font-size: 13px;
  color: #ffffff;
  float: left;
}
.footer-top-menu.Contact {
  margin-right: 0;
}
.footer-inner-menu {
  line-height: 1.6em;
}
.footer-inner-menu p {
  margin: 0;
}
.footer-inner-menu a {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
.container {
  width: 80%;
  max-width: 1080px;
  margin: auto;
}
.footer-bottom {
  padding: 15px 0 5px;
}
.social-share ul {
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  float: right;
  list-style: none;
  padding: 0;
}
.social-share ul li {
  float: left;
  display: block;
  margin: 8px;
}
.social-share ul li a {
  display: inline-block;
  font-size: 24px;
  padding: 10px;
  width: 47.2px;
  border-radius: 3px;
  border: 0;
  transition: all .4s ease-in-out;
  position: relative;
  text-align: center;
}
.social-share ul li a.twitter:before {
  font-family: ETmodules;
  content: "\e094";
  font-style: normal;
  font-feature-settings: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
.social-share ul li a.linkdin:before {
  content: "\e09d";
  font-family: ETmodules;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.social-share ul li:last-child {
  margin-right: 0;
}
.footer-top-wrapper:after, .footer-top-wrapper:before {
  display: block;
  content: "";
  clear: both;
}
.footer-copyright {
  font-size: 13px;
  margin: 0 0 10px;
  padding: 18px 0;
  float: left;
}
.footer-copyright a {
  font-weight: 700;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
.social-share ul li a:hover {
  text-decoration: none;
}
a#back-to-top {
  opacity: 1;
  -webkit-animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
  display: inline;
  text-align: center;
  background: rgba(0,0,0,.4);
  position: fixed;
  z-index: 999;
  bottom: 125px;
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  color: #fff;
}
a#back-to-top:hover {
  text-decoration: none;
}
i.fa.fa-angle-up.fa-stack.fa-rounded.btn-default.btn-hover-nobg {
  font-family: ETmodules;
  content: attr(data-icon);
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}
i.fa.fa-angle-up.fa-stack.fa-rounded.btn-default.btn-hover-nobg:before {
  content: "2";
}

@media(max-width: 1400px){
  .footer-top-menu.testing .footer-inner-menu {
    text-align: center;
  }
}

@media(max-width: 980px){
  .footer-top-wrapper {
    padding: 8% 0;
  }
  .footer-top-menu {
    width: 46.25%;
    margin: 0 7.5% 7.5% 0;
  }
  .footer-top-menu.Contact {
    margin-bottom: 0;
  }
  .footer-top-menu.testing {
    margin-right: 0;
  }
  .footer-top-menu.Careers {
    margin-bottom: 0;
  }
  .footer-top-menu.testing .footer-inner-menu {
    text-align: left;
  }
  .social-share ul {
    margin: 0 0 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    float: none;
    text-align: center;
    line-height: 0;
  }
  .footer-copyright {
    float: none;
    text-align: center;
    padding-bottom: 9.8px;
    margin: 0;
    padding-top: 0;
  }
  .social-share ul li:last-child {
    margin: 8px;
  }
}

@media(max-width: 767px){
  .footer-top-wrapper {
    padding: 10% 0;
  }
  .footer-top-menu {
    margin-bottom: 9.5%;
    width: 100%;
    margin-right: 0;
  }
  .footer-top-menu.Careers {
    margin-bottom: 9.5%;
  }
  .footer-copyright {
    padding-bottom: 9.5px;
  }
}

@media(max-width: 479px){
  .footer-top-wrapper {
    padding: 12% 0;
  }
  .footer-top-menu,
  .footer-top-menu.Careers{
    margin-bottom: 11.5%;
  }
  .footer-top-menu.Contact {
    margin-bottom: 11.5%;
  }
}

@media(max-width: 474px){
  .social-share ul {
    line-height: 25.5px;
  }
  .footer-copyright {
    line-height: 25.5px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */


.page-title-wrapper {
    background-color: #008064;
    position: relative;
    padding: 60px 0;
}

.page-title-wrapper .page-center {
    width: 80%;
    position: relative;
    margin: 0 auto;
}

.page-title-wrapper h1 {
    font-family: Oswald;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
    font-variant: normal;
    margin: 0;
    color: #fff;
    font-size: 36px;
    padding: 0 0 10px;
    text-transform: capitalize;
}


.content-wrapper {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}

.blog-body-wrapper {
  background-color: #f9fafa;
  padding: 4% 0 0;
}
.blog-search {
  padding: 2% 0;
}

.blog-search .search-spacer {
  float: left;
  width: 20.875%;
  margin: 0;
  margin-right: 5.5%;
  position: relative;
}

.blog-search #hs_cos_wrapper_site_search {
  position: relative;
  width: 47.25%;
  margin: 0;
  float: left;
  margin-right: 5.5%;
}

.blog-search .search-submit {
  background-color: #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  border-top-right-radius: 3px;
  right: 0;
  border-bottom-right-radius: 3px;
  cursor: pointer;
  min-height: 100%;
  border: none;
  font-family: "Open Sans", Arial, sans-serif;
  color: #666;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  padding: .715em;
  letter-spacing: 0;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #043056;
  color:#fff;
  outline:none !important;
}
.blog-search .hs-search-field__bar {
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  animation-timing-function: linear;
  animation-duration: .2s;
}
.blog-search .hs-search-field__input {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  margin: 0;
  font-size: 14px;
  line-height: normal!important;
  color: #666;
  display: inline-block;
  width: 100%;
  padding-top: 0.715em!important;
  padding-right: 0.715em!important;
  padding-bottom: 0.715em!important;
  padding-left: 0.715em!important;
  border: none;
  height: auto;
  min-height: 0;
  background-color: #fff;
  outline:none;
}
.post-item {
  float: left;
  width: 33.33%;
}
.blog-listing-content .post-item .post-item-entry {
  margin-bottom: 18.539%;
  border: none;
  padding: 19px;
  background-color: #fff;
  display: block;
  text-align: left;
  box-shadow: 2px 12px 30px -6px rgba(0,0,0,0.1);
}
.blog-image {
  margin: -20px -20px 29px;
  position: relative;
}
.blog-image img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  border: none;
}
.blog-image a {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.blog-comments {
  margin: 20px auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

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

.blog-listing-wrapper {
  padding: 30.375px 0;
}
.blog-listing-content .post-item {
  margin-right: 5.5%;
  width: 29.667%;
  max-width: 100%;
}
.post-item-entry h2.entry-title {
  font-family: Oswald;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  font-variant: normal;
  color: #008064;
  font-size: 21px;
  margin: 0;
  padding-bottom: 10px;
}
.post-item-entry h2 a {
  font-family: Oswald;
  font-weight: 400;
  color: #008064;
}
.post-item-entry p.post-meta {
  font-weight: 600;
  font-size: 12px;
  color: #000b12;
  line-height: 1.5em;
  margin:0 0 6px;
}
.post-item-entry p.post-meta a{
  font-weight: 600;
  font-size: 12px;
  color: #000b12!important;
  line-height: 1.5em;
}
.content-wrapper:after, .content-wrapper:before {
  display: block;
  clear: both;
  content: "";
}
.post-item-entry p.post-meta a.blog-post__tag-link {
  color: #2ea3f2;
  font-family: Open Sans,Arial,sans-serif;
} 
.post-content-inner p {
  font-weight: 400;
  font-family: Open Sans,Arial,sans-serif;
  line-height: 1.7em;
  color: #444444;
  font-size: 16px;
}
.blog-listing-content .post-item:nth-child(3n) {
  margin-right: 0;
}
.blog-listing-wrapper {
  padding: 2% 0;
}
.pagination {
  clear: both;
}
.pagination a {
  color: #0071bc;
  text-decoration: none;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 400;
  line-height: 1.7em;
  font-size: 16px;
}

.pagination a:hover {
  color: #0071bc;
  text-decoration: none;
}
.pagination .alignleft {
  float: left;
}
.pagination  .alignright {
  float: right;
}

.blog-bottom-wrapper {
  padding: 4% 0;
  position: relative;
  background-color: #fff;
}
.blog-bottom-wrapper .content-wrapper {
  padding: 2% 0;
}
.blog-bottom-categories,
.blog-bottom-recent-post{
  width: 29.6667%;
  margin-right: 5.5%;
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
}
.blog-bottom-categories-item ,
.blog-bottom-recent-post-item{
  border-right: 1px solid rgba(0,0,0,.1);
  padding-right: 30px;
}
.blog-bottom-categories-item h4,
.blog-bottom-recent-post-item h4{
  font-size: 18px;
  font-family: Oswald;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
  font-variant: normal;
  color: #008064;
  padding-bottom: 10px;
  margin: 0;
}
.blog-bottom-categories-item ul,
.blog-bottom-recent-post-item ul{
  list-style: none;
  padding: 0;
  line-height: inherit;
  margin: 0;
}
.blog-bottom-categories-item ul li,
.blog-bottom-recent-post-item ul li{
  margin-bottom: .5em;
}
.blog-bottom-categories-item ul li a,
.blog-bottom-recent-post-item ul li a{
  color: #666;
  font-weight: 400;
  font-family: Open Sans,Arial,sans-serif;
}
.blog-bottom-categories-item ul li a:hover,
.blog-bottom-recent-post-item ul li a:hover{
  color: #008064;

}

/* ...post-page... */


.post-body-wrapper {
  padding: 4% 0;
}
.blog-post-left-col {
  width: 64.833%;
  margin-right: 5.5%;
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
  padding: 2.6415% 0;
}
.back-top-blog {
  margin-bottom: 4.242%;
  text-align: left;
}
.back-top-blog a {
  color: #0071bc;
}
.back-top-blog a:hover {
  color: #0071bc;
}
.blog-post-left-col .post-image {
  margin-bottom: 4.242%;
}
.blog-post-left-col .post-image img {
  height: auto;
  max-height: none;
  width: 100%;
  max-width: 100%;
} 
.blog-post-left-col h1.entry-title {
  line-height: 1.3em;
  color: #008064;
  font-size: 36px;
  font-family: Oswald;
  font-weight: 400;
  letter-spacing: 0;
  padding-bottom: 10px;
  margin: 0;
}
.blog-post__body p {
  padding-bottom: 1em;
  margin: 0;
}
.blog-post-right-col {
  width: 29.6667%;
  padding: 2.855% 0;
  position: relative;
  z-index: 2;
  min-height: 1px;
  float: left;
}
.sidebar-title h2 {
  margin-bottom: 9.27%;
  font-size: 23px;
  font-family: Oswald;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  padding-bottom: 10px;
}
.sidebar-item {
  position: relative;
  float: left;
  max-width: 100%;
}
.sidebar-item .sidebar-post-entry {
  width: 100%;
  margin-bottom: 18.539%;
  box-shadow: 2px 12px 30px -6px rgba(0,0,0,0.1);
  border: none;
  padding: 19px;
  background-color: #fff;
  display: block;
}
.sidebar-blog-image {
  position: relative;
  margin: -20px -20px 29px;
}
.sidebar-blog-image a {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.sidebar-blog-image img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
.sidebar-post-entry h2.sidebar-entry-title {
  line-height: 1.3em;
  font-size: 21px;
  margin: 0;
}
.sidebar-post-entry h2 a {
  color: #008064;
  font-family: Oswald;
  font-weight: 400;
  letter-spacing: 0;
}
.sidebar-post-content-inner p {
  margin: 0;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  color: #444444;
  line-height: 27.2px;
  font-size: 16px;
}




@media only screen and (min-width: 1350px){

  .blog-body-wrapper {
    padding: 54px 0 0;
  }
  .blog-search {
    padding: 27px 0;
  }
  .blog-listing-wrapper {
    padding: 27px 0; 
  }
  .post-body-wrapper {
    padding: 54px 0;
  }
  .blog-bottom-wrapper{
    padding: 54px 0;
  }
  .blog-bottom-wrapper .content-wrapper{
    padding: 27px 0; 
  }
}

@media(max-width: 980px){



  .blog-search {
    padding: 30px 0;
    display: flex;
    justify-content: center;
  }
  .blog-search .search-spacer {
    display: none;
  }
  .blog-listing-wrapper {
    padding: 30px 0;
  }
  .blog-search #hs_cos_wrapper_site_search {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .blog-listing-content .post-item {
    margin: 0 5.5% 0 0;
    width: 47.25%;
  }
  .blog-listing-content .post-item .post-item-entry {
    margin-bottom: 16.21%;
  }
  .blog-listing-content .post-item:nth-child(2n) {
    margin-right: 0;
  }
  .blog-listing-content .post-item:nth-child(3n) {
    margin: 0 5.5% 0 0;
  }
  .blog-listing-content .post-item .post-item-entry:last-child {
    margin-bottom: 40px;
  }
  .blog-bottom-wrapper {
    padding: 50px 0;
  }
  .blog-bottom-wrapper .content-wrapper {
    padding: 30px 0;
  }
  .blog-bottom-categories,
  .blog-bottom-recent-post {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .blog-bottom-categories-item, 
  .blog-bottom-recent-post-item {
    padding-right: 0;
    border-right: none;
    margin: 0 5.5% 7.5% 0;
    width: 47.25%;
    float: left;
  }
  .blog-post-left-col {
    padding: 15px 0;
    width: 100%;
    margin-right: 0;
  }
  .post-body-wrapper {
    padding: 25px 0;
  }
  .back-top-blog {
    margin-bottom: 30px;
    line-height: 25.5px;
  }
  .back-top-blog a {
    font-size: 15px;
  }
  .blog-post-left-col .post-image {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .blog-post-right-col {
    width: 100%;
    padding-bottom: 0;
  }
  .sidebar-title h2 {
    margin-bottom: 30px;
  }
  .sidebar-item {
    margin: 0 5.5% 0 0;
    width: 47.25%;
    float: left;
  }
  .sidebar-item:last-child {
    margin-right: 0;
  }
  .sidebar-item .sidebar-post-entry {
    margin-bottom: 30px;
    border-width: 0px;
  }
  .sidebar-post-entry h2 a {
    font-size: 19px;
  }
  .sidebar-post-content-inner p {
    font-size: 15px;
  }
  .blog-body-wrapper,
  .blog-bottom-wrapper{
    padding: 25px 0 0;
  }
  .blog-search,
  .blog-listing-wrapper,
  .blog-bottom-wrapper .content-wrapper{
    padding:15px 0;
  }


}

@media(max-width: 767px){
  .blog-listing-content .post-item {
    float: none;
    width: 100%;
  }
  .blog-listing-content .post-item .post-item-entry {
    margin-right: 0;
    margin-bottom: 9.5%;
    width: 100%;
  }
  .blog-bottom-categories-item, 
  .blog-bottom-recent-post-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sidebar-item {
    width: 100%;
    float: none;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #eaebed;
  z-index: -1;
}
.hs-input[type=checkbox], 
.hs-input[type=radio] {
  vertical-align: middle;
}
.hs-form-field{
  margin:0 0 16px;
}
input.email-edit.hs-input {
  width: 100% !important;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}
p.header {
  position: static;
  background: transparent !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 50px 0;
}
input#hs-pwd-widget-password {
  width: 100%;
  height: 40px !important;
  outline: none;
  padding-left: 20px !important;
  border-width: 0 0 2px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: unset;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

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

@media(max-width:767px){

  .systems-page h1 {
    font-size: 30px;
  }
  .systems-page h2 {
    font-size: 25px;
  }
  .systems-page h3 {
    font-size: 22px;
  }

}