/* ******************************************************************************
*********************************************************************************
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: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url(https://6893718.fs1.hubspotusercontent-na1.net/hubfs/6893718/Biotechniques_February2021/Fonts/FontAwesome5Free-Solid.eot) format("embedded-opentype"),
    url(https://6893718.fs1.hubspotusercontent-na1.net/hubfs/6893718/Biotechniques_February2021/Fonts/FontAwesome5Free-Solid.woff2) format("woff2"),
    url(https://6893718.fs1.hubspotusercontent-na1.net/hubfs/6893718/Biotechniques_February2021/Fonts/FontAwesome5Free-Solid.woff) format("woff"),
    url(https://6893718.fs1.hubspotusercontent-na1.net/hubfs/6893718/Biotechniques_February2021/Fonts/FontAwesome5Free-Solid.ttf) format("truetype"),
    url(https://6893718.fs1.hubspotusercontent-na1.net/hubfs/6893718/Biotechniques_February2021/Fonts/FontAwesome5Free-Solid.svg) format("svg")
} 

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(https://6893718.fs1.hubspotusercontent-na1.net/hubfs/6893718/Biotechniques_February2021/Fonts/FontAwesome5Brands-Regular.eot) format("embedded-opentype"),
    url(https://6893718.fs1.hubspotusercontent-na1.net/hubfs/6893718/Biotechniques_February2021/Fonts/FontAwesome5Brands-Regular.woff2) format("woff2"),
    url(https://6893718.fs1.hubspotusercontent-na1.net/hubfs/6893718/Biotechniques_February2021/Fonts/FontAwesome5Brands-Regular.woff) format("woff"),
    url(https://6893718.fs1.hubspotusercontent-na1.net/hubfs/6893718/Biotechniques_February2021/Fonts/FontAwesome5Brands-Regular.ttf) format("truetype"),
    url(https://6893718.fs1.hubspotusercontent-na1.net/hubfs/6893718/Biotechniques_February2021/Fonts/FontAwesome5Brands-Regular.svg) format("svg")
}



html {
  font-size: 24px;
}

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

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

/* Anchor Links */
a {
  color: #0270E0;
  transition: all .2s ease-out;
  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.7;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;

}

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 {
  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;
}
/* ******************************************************************************
*********************************************************************************
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;
  cursor: pointer;
  display: inline-block; 
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  text-transform: uppercase;
  line-height: normal; 
  outline:0; 
}

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

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


.hs-form .field >  label,
.hs-form-field > label {
  font: normal 400 15px/1.7 Muli,Arial,sans-serif;
  color: #33475b;
  display: block;
  line-height: 1.5;
  margin: 0 0 15px;
  font-size: 13px;
  font-weight: 700; 
}

form .hs-error-msgs label {
  margin-top: .5rem;
  font-size: 13px;
  color: red; 
  line-height: 1.7;
}

.hs-input ,
.hs-search-field__input,
form .hs-input[type="text"],
form input[type="password"],
form select,
form textarea{
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width:600px;
  font-size: 100%;
  margin: 0;
  font-weight: 300;
  color: #1b232c;
  line-height: normal;
  padding: 15px 20px; 
  outline:0;
  margin-bottom: 18px;
} 

.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;
}
ul.no-list.hs-error-msgs {
  max-width: 600px;
  margin: 0;
}
.field,
.hs-form-field {

}

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

h3.form-title{
  font-weight: 500;
  line-height: 37px;
  font-size: 33px;
}

.hs-form-required {
  margin: 0 0 0 5px;
}
/* ******************************************************************************
*********************************************************************************
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;
}

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

/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.fa-weixin:before {
  content: "\F1D7";
}
body.search-active {
  overflow: hidden
}

body.search-active #search-modal {
  display: block
}

#search-modal {
  width: 100%;
  height: 100%; 
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none
}

#search-modal .close {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal; 
  text-rendering: auto;
  line-height: 1; 
  width: 100%;
  max-width: 930px;
  padding: 20px 25px;
  font-size: 22px;
  text-align: right;
  transform: translate(-50%);
  position: absolute;
  top: 60px;
  left: 50%;
  cursor: pointer;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900; 
} 

#search-modal .modal {
  width: 100%;
  max-width: 650px;
  padding: 0 40px;
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%
}

#search-modal .modal form {
  position: relative
}

#search-modal .modal form input {
  width: 100%;
  padding: 13px 15px;
  font-size: 1.5em;
  font-weight: 400;
  border: 0;
  border-bottom: 2px solid;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  line-height: normal;
  margin: 0;
  font-family: inherit;
  outline: 0; 
} 
.fa-times:before {
  content: "\F00D";
} 
#search-modal .modal form button {
  font-size: 20px; 
  border: 0;
  background: 0 0;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  cursor: pointer;
  padding: 0;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}


#search-modal .most-searched {
  margin: 25px 0 0;
  text-align: center
}

#search-modal .most-searched span {
  display: block;
  margin: 0 0 13px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase
}

#search-modal .most-searched ul {
  padding: 0
}

#search-modal .most-searched ul li {
  display: inline-block;
  margin: 0 10px
}

#search-modal .most-searched ul li:before {
  display: inline-block;
  content: "/";
  font-weight: 500;
  position: relative;
  top: -1px;
  left: -13px
}

#search-modal .most-searched ul li:first-child:before {
  display: none
}

#search-modal .most-searched ul li a {
  font-size: 21px;
  font-weight: 400; 
}

#nav ul li .ui-btn {
  width: 100px;
  margin: 0 5px;
  line-height: 24px;
  padding: 7px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 2px solid;
}
#nav ul li {
  display: inline-block;
  margin: 0;
}
#nav ul li.menu-icon a {
  font-size: 16px;
}
#nav ul>li>a:not(.ui-btn) {
  display: inline-block;
  line-height: 86px;
  padding: 0 13px;
  font-size: 14px;
  font-weight: 600;

  position: relative;
}
#nav ul>li>a:before { 
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;   
}
#nav ul li.login a:before, .fa-user:before {
  content: "\F007";
}
#nav ul li.search a:before, .fa-search:before {
  content: "\F002";
}
.hd_logo a#hs-link-header_logo_hs_logo_widget {
  display: block;
}
#page-header {
  padding: 20px 0;
  text-align: center;
}
#page-header h1 {
  font-weight: 400;
  margin: 1em 0;
}
#page-header h1+p {
  margin: 1em 0;
  margin-top: -30px;
  font-weight: 400;
  line-height: 1.7;
}
#page-header .inner {
  max-width: 960px
}
div#nav .custom-menu-primary ul>li>.mega-menu{
  display: none;
} 
ul.submenu.level-1 > .socials.menu_social {
  display: none;
}
.hd_logo a:hover {
  -moz-opacity: .8;
  -khtml-opacity: .8;
  -webkit-opacity: .8;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80);
  display: block;
}
.hd_logo img {
  display: block;
  transition: opacity .5s linear .2s;
  -webkit-transition: opacity .5s linear .2s;
  -moz-transition: opacity .5s linear .2s;
  -o-transition: opacity .5s linear .2s;
  opacity: 1;
} 
#search-modal .modal form button { 
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto; 
  line-height: 1;
}

body div#nav .custom-menu-primary ul ul {
  z-index: 99;
} 



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

  div#nav .custom-menu-primary ul>li:nth-of-type(6)>.mega-menu {
    width: 610px;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    transform: translate(-50%);
    position: absolute;
    top: 100%;
    padding: 30px 40px;
  }
  .lp .hd_logo {
    margin-bottom: 25px;
  }
  div#nav .custom-menu-primary ul>li>.mega-menu {
    white-space: nowrap;
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    transform: translate(-50%);
    position: absolute;
    top: 100%;
    padding: 30px 40px;
    z-index: 99;
  }
  .header-socials p {
    font-weight: 400;
    line-height: 1.7;
    margin: 1em 0;
    color: #1b232c;
    font-family: Muli, Arial, sans-serif;
    font-size: 15px;
  }
  div#nav .custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
    width: 0;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    transition: all .2s ease-out;
  }
  div#nav .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:after {
    width: 100%;
    left: 0;
    right: 0;
    transition: all .2s ease-out;
  }
  .header-socials a {
    line-height: normal;
    margin: 5px 15px 0 0;
    font-size: 13px;
    font-weight: 900;
    padding: 0;
    display: inline-block;
    color: #1b232c;
    position: relative;
    font-family: Font Awesome\ 5 Brands;
  }
  .header-socials a.wechat.fab.fa-weixin:before {
    font-size: 13px;
  }
  a.rss.fas.fa-rss {
    font-family: Font Awesome\ 5 Free;
  }
  div#nav .custom-menu-primary ul>li:nth-of-type(6)>.mega-menu>ul>li>a {
    display: none;
  }
  #nav ul li.login a {
    padding: 0 10px 0 15px;
  }
  div#nav .custom-menu-primary ul> li:hover>.mega-menu {
    display: block;
  }
  div#nav .custom-menu-primary ul ul li a {
    line-height: normal;
    padding: 0;
    color: #1b232c;
  }
  div#nav .custom-menu-primary ul>li:nth-of-type(6)>.mega-menu>ul>li>ul>li {
    display: inline-block;
    width: 32.63%;
    padding: 0 10px;
    white-space: normal;
    vertical-align: top;
  }
  div#nav .custom-menu-primary ul>li:nth-of-type(6)>.mega-menu>ul>li>ul>li>a {
    line-height: normal;
    padding: 0;
    color: #1b232c;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: relative;
  }
  div#nav .custom-menu-primary ul>li:nth-of-type(6)>.mega-menu>ul>li>ul>li>ul {
    margin: 0 0 30px;
  }
  div#nav .custom-menu-primary ul>li:nth-of-type(6)>.mega-menu>ul>li>ul>li>ul>li>a {
    line-height: normal;
    padding: 0;
    color: #1b232c;
  }
  .header-socials.menu_social p {
    font-weight: 400;
    line-height: 1.7;
    margin: 1em 0; 
  }  
  #nav ul li .socials.menu_social a:before { 
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: Font Awesome\ 5 Brands; 
    position: relative;
    padding: 0;
    margin: 5px 11px 0 0;
    font-size: 13px;
    font-weight: 900;
    line-height: normal !important;
  } 
  .fa-facebook-f:before {
    content: "\F39E";
  }.fa-twitter:before {
    content: "\F099";
  }.fa-linkedin:before {
    content: "\F08C";
  }.fa-rss:before {
    content: "\F09E";
  }
  #nav ul li .socials.menu_social a.rss.fas.fa-rss:before {
    font-family: Font Awesome\ 5 Free;
  }
  div#nav .custom-menu-primary ul ul li {
    display: block;
  }
  #nav ul li ul .socials.menu_social a {
    line-height: normal;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 900;
  }
  ul.submenu.level-1 > li:hover > a:after {
    width: 100%;
    left: 0;
    right: 0;
    transition: all .2s ease-out;
  } 
  ul.submenu.level-1 > li > a:after {
    width: 0;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    transition: all .2s ease-out;
  } 

  div#nav .custom-menu-primary ul>li:nth-of-type(5) {
    position: static;
  }
  div#nav .custom-menu-primary ul>li:nth-of-type(5) > ul {
    /* width: 46.2%;  */
    flex-wrap: wrap; 
  }
  ul.submenu.level-1 {
    position: static !important;
  } 

  div#nav .custom-menu-primary ul>li ul ul {
    display: block !important;
    position: static;
    background: transparent;
    box-shadow: none;
    min-width: auto;
    max-width: inherit;
    width: auto;
    transform: translate(0); 
    padding: 0; 
  }
  div#nav .custom-menu-primary nav.navigation-primary > ul>li:nth-of-type(5) > ul > li {
    display: inline-block;
    width: 33.33%;
    padding: 0 10px;
    white-space: normal;
    vertical-align: top;
    margin: 0 0 30px;
  }
  .socials.menu_social {
    width: 100%;
  } 
}



ul.submenu.level-3 > .socials.menu_social {
  display: none;
}
div#nav .custom-menu-primary ul>li:nth-of-type(5) > ul > li > a {
  padding: 0;
  color: #1b232c;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  transition: all .2s ease-out;
}  


/* custom */
.header__container {
  margin: 0 auto;
  padding: 0 40px;
} 
.hd_logo { 
  margin: 32px 0 0;
}
.hd_logo img {
  display: block;
}
.hd_logo {
  width: auto;
  float: left;
}
div#nav {
  display: flex;
  flex-wrap: wrap; 
  float: right;
}

div#nav ul {
  margin: 0;
  padding: 0;
}
#nav ul li a.triggerSearchModal {
  padding-right: 0 !important;
  font-size: 16px;
}
#nav ul li.login a {
  font-size: 16px;
}
div#nav .custom-menu-primary .hs-menu-wrapper>ul {
  display: flex;
  margin-right: 4px;
  position: relative;
  margin: 1px 4px 0;
}
.hd_group {
  box-shadow: 0 2px 0 0 rgba(0,0,0,.06);
  position: relative;
}

@media only screen and (min-width: 681px){
  .scroll .hd_group {
    position: fixed;
    width: 100%; 
    top: 0;
    z-index: 9;
  }
}

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

  header.header {
    min-height: 87px;
  }
}

@media only screen and (max-width: 990px){
  #nav ul>li>a:not(.ui-btn) {
    padding: 0 11px;
  }
}

@media only screen and (max-width: 960px){
  div#nav-menu:before {
    content: "\F0C9";
  }
  div#nav-menu { 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 17px; 
    transform: translateY(-50%);
    position: absolute;
    color: #1b232c;
    top: 50%;
    right: 40px;
    cursor: pointer;
    display: block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
  } 
  header.header {
    min-height: 69PX;
  }
  div#nav {
    float: none;
    width: 260px;
    height: 100%;
    margin: 0;
    position: fixed;
    left: -260px;
    bottom: 0; 
    overflow-y: auto;
    transition: all .2s ease-out;
    box-shadow: 0 8px 10px rgba(0,0,0,.5);
    z-index: 999;
    display: block;
    background-color: #fff;
  }
  div#nav-menu:hover {
    color: #208385;
  }
  .menu-active div#nav { 
    left: 0;
    transition: all .2s ease-out;
  }  
  #nav-mask { 
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0; 
    z-index: 9;  
    display: none;
  }
  .menu-active #nav-mask {
    display: block;
  }
  div#nav > div {
    padding-left: 40px;
    padding-right: 40px;
  }
  .custom-menu-primary {
    padding-top: 40px;
  }
  .hd_icon {
    padding-bottom: 40px;
  }
  div#nav ul li {
    display: block;
  }
  div#nav ul,
  div#nav .custom-menu-primary ul{
    display: block ; 
  }
  #nav ul>li>a:not(.ui-btn) {
    display: block;
    line-height: normal;
    padding: 8px 0;
  }
  div#nav .custom-menu-primary ul {
    margin: 0;
  }
  #nav ul li .ui-btn {
    margin: 5px 0;
  } 
  .child_trigger:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\F078";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
  }
  li.has-submenu.menu-item {
    position: relative;
  }
  .child_trigger {
    float: right;
    position: absolute;
    right: 0;
    top: 8px;
    line-height: normal; 
    font-size: 14px;
    cursor: pointer;
  }  
  li.has-submenu.menu-item.focus:hover { 
  }
  div#nav .custom-menu-primary ul li.child_open ul {
    display: block;
  } 
  ul.submenu.level-2 .socials.menu_social {
    display: none;
  }  
  div#nav .custom-menu-primary ul li ul li a {
    padding: 0;
  } 
  div#nav .custom-menu-primary ul li ul li {
    margin: 7px 0;
  }
  div#nav .custom-menu-primary ul li ul {
    margin: 15px 0;
  } 
  ul.submenu.level-2 .child_trigger {
    display: none;
  }
  ul.submenu.level-3 {
    padding: 0 !important;
    margin: 0 0 30px !important;
  }
  #nav ul li .socials.menu_social a:hover:before,
  body .custom-menu-primary .submenu.level-1>li:hover .child_trigger:before{ 
  }

  li:hover > .child_trigger {
    color: #458537;
  }
  .hd_logo {
    margin: 0;
  }
  .hd_logo a#hs-link-header_logo_hs_logo_widget {
    margin: 20px 0;
    display: block;
  }
  div#nav .custom-menu-primary .hs-menu-wrapper>ul {
    display: block;
    margin: 0;
  }
  div#nav .custom-menu-primary ul>li:nth-of-type(6)>.mega-menu>ul>li>ul>li>ul {
    margin: 0 0 30px;
  }
  div#nav .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    display: inline-block;
    float: right;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\F078";
    background-color: transparent !important
  }
  .header-socials {
    display: none;
  }
  div#nav .custom-menu-primary ul>li>.mega-menu {
    display: none;
    padding: 0 0 0 20px;
  }
  div#nav .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a {
    color: #208385;
  }
}


@media(max-width:330px){
  div#nav-menu {
    right: 24px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer a.wechat.fab.fa-weixin {

  background-color: #07c160;
}
.lp #foot-copy ul li:first-child {
  float: none;
}
.fa-weixin:before {
  content: "\F1D7";
  font-size: 15px;
}
.inner {
  padding: 0 40px;
  margin: 0 auto; 
}
.clearfix:after, 
.clearfix:before,
.inner:after,
.inner:before {
  content: "";
  display: block; 
  clear: both;
}
.footer__container.content-wrapper {
  margin:0 auto;
}
.fa-facebook-f:before {
  content: "\F39E";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-linkedin:before {
  content: "\F08C";
}

.socials a:before { 
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: Font Awesome\ 5 Brands;
  font-weight: 900;
}
.footer .socials .fa-rss:before {
  content: "\F09E";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
} 
@media (min-width:961px){
  .no_nav .hd_group {
    min-height: 87px;
  } 
}
#hs_cos_wrapper_footer_btn a {
  display: inline-block;
  padding: 15px 40px;
  margin: 20px 0 0; 
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: 2px solid;
  text-transform: uppercase; 
  cursor: pointer;
} 

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


@media only screen and (max-width: 960px) {
  #footer #foot-top {
    padding:15px 0;
  }
}

#footer #foot-top ul {
  text-align: center;
  display: block; 
}

#footer #foot-top ul li {
  display: inline-block;
}

#footer #foot-top ul li a {
  line-height: 60px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}

@media only screen and (max-width: 960px) {
  #footer #foot-top ul li a {
    display:block;
    line-height: normal;
    padding: 10px;
  }
}

#footer #foot-main {
  padding: 60px 0;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  #footer #foot-main {
    padding-bottom:50px;
  }
}

#footer #foot-main .inner {
  max-width: 900px;
}

#hs_cos_wrapper_footer_btn a {
  text-decoration: none;
}

#hs_cos_wrapper_footer_btn a:hover {
  text-decoration: none;
}

#footer #foot-main .footcol {

  text-align: left;
}

@media only screen and (min-width: 961px) {
  #footer #foot-main .footcol.contact {
    float:right;
    padding-right: 70px;
  } 

}

#footer #foot-main .footcol h3 {
  margin: 0 0 20px;
}

#footer #foot-main .footcol h5 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px
}

#footer #foot-main .footcol .box {
  margin: 0 0 30px;
}

@media only screen and (max-width: 960px) {
  #footer #foot-main .footcol .box {
    padding-left:0;
    margin: 30px 0
  }
}

#footer #foot-main .footcol .box p {
  line-height: 1.5;
  margin: 5px 0;
}

#footer #foot-main .footcol ul li a {
  display: inline-block;
}

#footer #foot-main .footcol ul li a:hover {
  text-decoration: underline;
}

#footer #foot-main .footcol .socials a {
  display: inline-block;
  width: 34px;
  line-height: 35px;
  margin-right: 2px;
  font-size: 13px; 
  text-align: center;
  -moz-opacity: .75;
  -khtml-opacity: .75;
  -webkit-opacity: .75;
  opacity: .75;
  filter: alpha(opacity=75);
  -ms-filter: alpha(opacity=75);
  border-radius: 100%
}

#footer #foot-main .footcol .socials a.facebook {
  background-color: #3b5998;
}

#footer #foot-main .footcol .socials a.twitter {
  background-color: #1da1f2;
}

#footer #foot-main .footcol .socials a.youtube {
  background-color: #dd2826;
}

#footer #foot-main .footcol .socials a.linkedin {
  background-color: #0077b5;
}

#footer #foot-main .footcol .socials a.rss {
  background-color: #f26522;
}

#footer #foot-main .footcol .socials a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100)
}


@media only screen and (max-width: 960px) {
  #footer #foot-copy {
    padding:20px 0
  }
}

#footer #foot-copy ul {
  text-align: center
}
#footer #foot-main .footcol .box p a {
  color: inherit;
}

#footer #foot-copy ul li {
  display: inline-block;
  line-height: 60px;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px
} 
.footer .socials a:before {
  font-weight: 400;
}

@media only screen and (max-width: 960px) {
  #footer #foot-copy ul li {
    float:left;
    line-height: normal;
    padding: 0;
    margin: 8px 13px 8px 0
  }


}

#footer #foot-copy ul li:first-child {
  float: left;
  padding-left: 0
}

@media only screen and (min-width: 961px) {
  #footer #foot-copy ul li:last-child {
    float:right;
    padding-right: 0
  }
  .col-row {
    margin-left: -12px;
    margin-right: -12px;
  }   
  .ft_contact {
    width: 41.66667%;
    float: left;
    padding: 0 12px;
  }
  .ft_info {
    width: 58.33333%;
    float: left;
    padding: 0 12px;
  }

}

#footer #foot-copy ul li a {
  display: inline-block; 
}

#footer #foot-copy ul {
  margin: 0;
}
footer#footer ul li {
  margin: 5px 0;
}
footer#footer h5 { 
  margin: 1em 0;
}
div#foot-main address {
  line-height: 21px;
  font-style: normal;
}

#foot-copy {
  border-top: 2px solid;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
#tax-posts {
  padding-top: 30px
}

#tax-posts .post {
  margin-bottom: 30px
}


.hs-blog-listing .blog-index__post:nth-child(5) {
  clear: left;
}
.article-preview-cta p {
    line-height: 1.7;
    margin: 15px 0;
}
.article-preview-cta ul {
  text-align: left;
  margin: 0;
  display: block;
  padding: 0 0 0 18px;
  font: normal 400 15px/1.7 Muli,Arial,sans-serif;
  color: #1b232c;
}
.article-preview-cta ul li{
    margin: 5px 0;
}
#tax-posts .post .img {
  margin: 0 0 10px
}

#tax-posts .view-more {
  margin: 30px 0 0
}

.blog-index:after {
  display: block;
  clear: both;
  content: "";
}

.post-block {
  margin: 0 0 20px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase
}

.post-block .img {
  margin: 0 0 8px
}

.post-block .date {
  display: block;
  margin: 0 0 3px;
  color: #8f8f8f
}

.post-block .cat {
  display: inline-block;
  word-break: break-word
} 

.post-block .title {
  margin: 5px 0 0;
  line-height: 22px;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0
}

.post-block .title a {
  display: block;
  color: #1b232c;
} 

.post-block .title a:hover {
  color: #208385;
  text-decoration: underline;
}
.box:last-child:before {
  display: none !important;
}
.blog-pagination{
  display: block !important;
}
.blog-pagination .no-post{
  display: none;
}
.ui-text-center {
  text-align: center;
}
.ui-btn-outline {
  color: #1b232c;
  background-color: #fff;
  border-color: #1b232c;
  border-style: solid;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #1b232c;
  text-transform: uppercase;
  padding: 15px 40px;
  margin: 20px 0 0;
} 
.ui-btn-outline:hover {
  color: #fff;
  background-color: #1b232c;
}
.ui-text-center {
  text-align: center;
}

#single-post,#single-videos {
  padding-top: 40px
}

#single-post h1,#single-videos h1 {
  line-height: 40px;
  margin: 0;
  font-size: 24px;
  font-weight: 600
}

#single-post #post-content,#single-videos #post-content {
  margin: 0 0 30px;
  word-break: break-word
}
#tax-posts .post .img a {
  display: block;
  line-height: 0;
}
.post-img {
  margin: 0 0 30px;
}
.post-img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.col-row:after, .col-row:before {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 961px) {
  #single-post #post-content,#single-videos #post-content {
    padding-right:30px;
    border-right: 2px solid #eff2f5
  }
}

#single-post #post-content~*,#single-videos #post-content~* {
  margin-bottom: 50px
}

#single-post #post-content .img,#single-videos #post-content .img {
  margin: 0 0 30px
}

#single-post #post-content .img .caption,#single-videos #post-content .img .caption {
  padding: 9px 15px;
  font-size: 13px;
  color: #fff;
  background-color: #3b5163
}

#single-post #post-content blockquote,#single-videos #post-content blockquote {
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: #1b232c
}

#single-post #post-content p,#single-videos #post-content p {
  font-weight: 400
}

#single-post #post-content iframe,#single-videos #post-content iframe {
  width: 100%
}

#single-post .meta-box,#single-videos .meta-box {
  margin: 0 0 30px
}

#single-post .meta-box.press .meta-title,#single-videos .meta-box.press .meta-title {
  font-weight: 900;
  text-decoration: underline
}

#single-post .meta-title,#single-videos .meta-title {
  margin: 0 0 10px;
  font-size: 11px;
  color: #8f8f8f;
  text-transform: uppercase;
  letter-spacing: 1px
}

#single-post .meta-title~p,#single-videos .meta-title~p {
  margin: 10px 0;
  font-weight: 400
}

#single-post #side-postmeta .box,#single-videos #side-postmeta .box {
  margin: 0 0 30px
}

#single-post #side-postmeta .box.top-content ul li,#single-videos #side-postmeta .box.top-content ul li {
  line-height: 1.5;
  padding: 15px 0 0;
  margin: 15px 0 0;
  border-top: 2px solid #eff2f5
}

#single-post #side-postmeta .box.top-content ul li:first-child,#single-videos #side-postmeta .box.top-content ul li:first-child {
  padding: 0;
  margin: 0;
  border: 0
}

#single-post #side-postmeta ul,#single-videos #side-postmeta ul {
  list-style-type: none;
  padding: 0
}

#single-post #side-postmeta .tags a,#single-videos #side-postmeta .tags a {
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline
}

#single-post #side-postmeta .tags a:hover,#single-videos #side-postmeta .tags a:hover {
  color: rgba(33,176,221,.7)
}

#single-post .pagination-postnav,#single-videos .pagination-postnav {
  margin: 30px 0
}

#single-post #related-posts.section-spacing,#single-videos #related-posts.section-spacing {
  padding: 50px 0 0
}
.article-preview-cta {
  position: relative;
  padding: 20px 10%;
  text-align: center
}

.article-preview-cta:before {
  width: 105%;
  height: 100%;
  content: "";
  background-image: linear-gradient(180deg,hsla(0,0%,100%,.7),#fff);
  position: absolute;
  top: -100%;
  left: -10px;
  z-index: 1;
  filter: blur(5px);
  -webkit-filter: blur(5px)
}

.article-preview-cta h2 {
  line-height: 34px;
  margin: 0 0 15px;
  font-size: 24px
}

.article-preview-cta h5 {
  margin: 20px 0 10px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase
}
.share-articles {
  text-align: center
}

.share-articles .share-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #1b232c;
  text-transform: uppercase
}

.share-articles {
  text-align: center
}

.share-articles .share-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #1b232c;
  text-transform: uppercase
}

#companies .company .share-articles .share-btn .read-more:before,#in-focus .infocus .share-articles .share-btn .read-more:before,#journal-archive .list-archives .archive .month .share-articles .share-btn .title:before,#nav ul .share-articles .share-btn li.depth-0.menu-item-has-children>a:after,#nav ul li.login .share-articles .share-btn a:before,#nav ul li.logout .share-articles .share-btn a:before,#nav ul li.search .share-articles .share-btn a:before,#podcasts .podcast .share-articles .share-btn .img:before,#register-form h1 .share-articles .share-btn span:before,#single-podcasts #post-header .bookmark .share-articles .share-btn a:hover,#single-podcasts #post-header .bookmark a .share-articles .share-btn .bookmarked,#single-post #post-header .bookmark .share-articles .share-btn a:hover,#single-post #post-header .bookmark a .share-articles .share-btn .bookmarked,#single-videos #post-header .bookmark .share-articles .share-btn a:hover,#single-videos #post-header .bookmark a .share-articles .share-btn .bookmarked,#spotlights .spotlight .share-articles .share-btn .read-more:before,.form-block .share-articles .share-btn .form-field.select:before,.pagination-postnav .share-articles .share-btn a:before,.share-articles .share-btn #companies .company .read-more:before,.share-articles .share-btn #in-focus .infocus .read-more:before,.share-articles .share-btn #journal-archive .list-archives .archive .month .title:before,.share-articles .share-btn #nav ul li.depth-0.menu-item-has-children>a:after,.share-articles .share-btn #nav ul li.login a:before,.share-articles .share-btn #nav ul li.logout a:before,.share-articles .share-btn #nav ul li.search a:before,.share-articles .share-btn #podcasts .podcast .img:before,.share-articles .share-btn #register-form h1 span:before,.share-articles .share-btn #single-podcasts #post-header .bookmark a .bookmarked,.share-articles .share-btn #single-podcasts #post-header .bookmark a:hover,.share-articles .share-btn #single-post #post-header .bookmark a .bookmarked,.share-articles .share-btn #single-post #post-header .bookmark a:hover,.share-articles .share-btn #single-videos #post-header .bookmark a .bookmarked,.share-articles .share-btn #single-videos #post-header .bookmark a:hover,.share-articles .share-btn #spotlights .spotlight .read-more:before,.share-articles .share-btn .btn-arrow:before,.share-articles .share-btn .fas,.share-articles .share-btn .form-block .form-field.select:before,.share-articles .share-btn .pagination-postnav a:before,.share-articles .share-btn .ui-breadcrumbs ul li:before,.share-articles .share-btn .ui-checkbox label .checkbox:before,.share-articles .share-btn .ui-select:after,.share-articles .share-btn .video-post .img:before,.ui-breadcrumbs ul .share-articles .share-btn li:before,.ui-checkbox label .share-articles .share-btn .checkbox:before,.video-post .share-articles .share-btn .img:before {
  margin-left: 5px;
  font-size: 20px
}

.share-articles .shareable {
  margin: 15px 0 0
}

.share-articles .shareable a {
  display: inline-block;
  width: 37px;
  line-height: 37px;
  padding: 0;
  margin: 0 1px 0 0;
  font-size: 26px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  transition: all .2s ease-out;
  overflow: hidden;
  position: relative;
  top: 0
}

.share-articles .shareable a.facebook {
  color: #3b5998
}

.share-articles .shareable a.twitter {
  color: #1da1f2
}

.share-articles .shareable a.linkedin {
  color: #0077b5
}

.share-articles .shareable a.tumblr {
  color: #34526f
}

.share-articles .shareable a.pinterest {
  color: #bd081c
}

.share-articles .shareable a.google {
  color: #ea4335
}

.share-articles .shareable a.mail {
  color: #0166ff
}

.share-articles .shareable a.share {
  color: #ff694c
}

.share-articles .shareable a:hover {
  top: -3px;
  -moz-opacity: .5;
  -khtml-opacity: .5;
  -webkit-opacity: .5;
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
  transition: all .2s ease-out
}

.pagination-postnav {
  margin: 30px 0 0
}

.pagination-postnav a {
  float: left;
  font-size: 12px;
  font-weight: 700;
  color: #1b232c;
  text-transform: uppercase
}

.pagination-postnav a:before {
  float: left;
  margin: 0 17px;
  font-size: 16px;
  position: relative;
  top: 2px; 
}

.pagination-postnav a.prev:before {
  margin-left: 0
}

.pagination-postnav a.next {
  float: right
}

.pagination-postnav a.next:before {
  float: right;
  margin-right: 0
}

.pagination-postnav a:hover {
  color: #208385;
} 

.section-spacing {
  padding-bottom: 80px
}
hr {
  display: block;
  border: 1px solid #eff2f5;
}
#single-podcasts #post-header .meta .box, #single-post #post-header .meta .box, #single-videos #post-header .meta .box {
  display: inline-block;
  padding: 0 10px;
  font-size: 11px;
  color: #8f8f8f;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
#single-podcasts #post-header time, #single-post #post-header time, #single-videos #post-header time {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  color: #8f8f8f;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#single-podcasts #post-header .meta, #single-post #post-header .meta, #single-videos #post-header .meta {
  margin: 10px 0 0;
} 


/* custom */
.hs-blog-listing {
  color: #1b232c;
}

.blog-index__post {
  float: left;
  padding: 0 12px;
  width: 16.66667%;
}

.blog-index__post img {
  width: 100%;
  max-width: 100%;
}
.blog-index {
  margin: 0 -12px;
}
#footer #foot-top ul {
  margin: 0;
}

div#tax-posts {
  padding-bottom: 80px;
}
a.next-posts-link.load-more.ui-btn.ui-btn-outline {
  line-height: normal;
}
#post-header {
  text-align: center;
}
.meta.cats a:hover {
  color: rgba(32,131,133,.7);
}
.meta.cats a {
  display: inline-block;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  position: relative;
}
.meta.cats a:not(:last-of-type):before  {
  display: inline-block;
  height: 20px;
  padding: 0 5px;
  margin: -11px 0 0;
  content: "";
  border-left: 2px solid #eff2f5;
  position: absolute; 
  top: 50%;
  right: -13px;
}
div#single-post hr {
  background: transparent;
  height: 0;
}
#post-header + hr {
  margin: 20px 0 30px;
}
.col-row.post_content_wrap {
  display: flex;
  flex-wrap: wrap;
}
.col-row.post_content_wrap > div {
  padding: 0 12px;
}
.blog-post__body {
  color: #1b232c; 
}
.article-preview-cta .col-row {
  display: flex;
  flex-wrap: wrap;
}
.article-preview-cta .col-row > div {
  padding: 0 12px;
}
.article-preview-cta .ui-btn-outline {
  width: 100%;
  display: block;
}
span.fas.fa-share-alt:before {
  content: "\F1E0";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}
.share-articles .share-btn { 
  line-height: 26px;
}  
.shareable .fa-twitter:before {
  content: "\F099";
}
.shareable .fa-facebook-f:before {
  content: "\F39E"; 
}
.shareable .fa-linkedin-in:before {
  content: "\F0E1";
}
.shareable .fa-envelope:before {
  content: "\F0E0";
}
.share-articles .shareable a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: Font Awesome\ 5 Brands;
}
a.mail.fa.fa-envelope {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}
.share-articles {
  margin-top: -2px;
}
.blog-comments .hs-input {
  max-width: 100% !important;
}
.comment-date {
  display: block !important;
}

a.next:before {
  content: "\F061";
}
a.prev:before {
  content: "\F060";
}
.pagination-postnav a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}
.pagination-postnav.clearfix + hr {
  margin: 0;
} 
.article-preview-cta  .hscol.l6 {
  width: 50%;
}
.article-preview-cta .col-row {
  margin: 0 -12px;
}
.col-row.rel_post {
  margin: 0 -12px;
}
.blog-post__body img {
  max-width: 100%;
  width: 100%;
}
div#infscr-loading {
  display: none !important;
} 
.box.top-content h3 {
  display: none;
}
.box.top-content ul {
  margin: 0;
}
div#post-header .meta .box:before {
  display: inline-block;
  height: 20px;
  padding: 0 5px;
  margin: -11px 0 0;
  content: "";
  border-left: 2px solid #eff2f5;
  position: absolute;
  top: 50%;
  right: -13px;
}

@media(min-width:961px){
  .blog-index__post:first-child {
    width: 50%;
  }
  #tax-posts .post.main-post {
    margin-bottom: 40px
  } 
  .rel_post_wrap .blog-index__post:first-child {
    padding: 0 12px;
    width: 16.66667%;
  }

  .hscol.l9 {
    width: 75%;
  }
  .hscol.l3 {
    width: 25%;
  }



}
@media(max-width:960px){
  .blog-index__post {
    width: 25%;
  }
  div#foot-main .col-row > div {
    display: inline-block;
    width: 100%; 
  }
  .post-listing.blog-index {
    display: flex;
    flex-wrap: wrap;
  } 
  .col-row.post_content_wrap>div {
    padding: 0;
    width: 100%;
  }
  .hscol.l12.m12.s12.rel_post_wrap .blog-index__post {
    width: 50%;
  }


}
@media(max-width:680px){
  .blog-index__post {
    width: 50%;
  } 
  .article-preview-cta .hscol.l6 {
    width: 100%;
  } 

}
@media(max-width:400px){
  .blog-index__post {
    width: 100%;
  }

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

.load-more {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #1b232c;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 40px;
  margin: 20px 0 0;
  transition: all .2s ease-out;
  color: #1b232c;
  background-color: #fff;
  border-color: #1b232c;
}

.load-more:hover {
  color: #fff;
  background-color: #1b232c;
}
body .article-preview-cta:before {
  height: 15%;
  top: -15%;
}
.meta.cats a:hover {
  color: rgba(32,131,133,.7);
}


#single-post #side-postmeta .tags a:hover {
  color: rgba(32,131,133,.7);
}
/* ******************************************************************************
*********************************************************************************
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: 8rem 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: #ddd;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.dnd-section>.row-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
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-register-widget-email {
  background: transparent;
}
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;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
input.email-edit.hs-input {
  padding: 15px 20px !important;
}
input#submitbutton {
  white-space: normal;
} 
.error-page {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (max-width:767px){

  .error-page {
    padding: 6rem 1rem;
  }

  .systems-page .success {
    min-width: 100% !important;
  }
  .systems-page h1 {
    font-size: 24px;
  }

  .systems-page h2 {
    font-size: 20px;
  }
}