/* ******************************************************************************
*********************************************************************************
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: 959px) {
  .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 720px) {
  .dnd-section > .row-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 479px) {
  .dnd-section > .row-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}




@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: "Gotham";
  font-style: normal;
  font-weight: 300;
  src: url("//f.hubspotusercontent30.net/hubfs/896982/LGC_Clinical_Diagnostics_April2021/Fonts/Gotham-Light.eot") format("embedded-opentype"),
    url("//f.hubspotusercontent30.net/hubfs/896982/LGC_Clinical_Diagnostics_April2021/Fonts/Gotham-Light.woff") format("woff"), 
    url("//f.hubspotusercontent30.net/hubfs/896982/LGC_Clinical_Diagnostics_April2021/Fonts/Gotham-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  src: url("//f.hubspotusercontent30.net/hubfs/896982/LGC_Clinical_Diagnostics_April2021/Fonts/Gotham-Book.eot") format("embedded-opentype"),
    url("//f.hubspotusercontent30.net/hubfs/896982/LGC_Clinical_Diagnostics_April2021/Fonts/Gotham-Book.woff") format("woff"), 
    url("//f.hubspotusercontent30.net/hubfs/896982/LGC_Clinical_Diagnostics_April2021/Fonts/Gotham-Book.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  src: url("//f.hubspotusercontent30.net/hubfs/896982/LGC_Clinical_Diagnostics_April2021/Fonts/Gotham-Medium.eot") format("embedded-opentype"),
    url("//f.hubspotusercontent30.net/hubfs/896982/LGC_Clinical_Diagnostics_April2021/Fonts/Gotham-Medium.woff") format("woff"), 
    url("//f.hubspotusercontent30.net/hubfs/896982/LGC_Clinical_Diagnostics_April2021/Fonts/Gotham-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  src: url("//f.hubspotusercontent30.net/hubfs/896982/LGC_Clinical_Diagnostics_April2021/Fonts/Gotham-Bold.eot") format("embedded-opentype"),
    url("//f.hubspotusercontent30.net/hubfs/896982/LGC_Clinical_Diagnostics_April2021/Fonts/Gotham-Bold.woff") format("woff"), 
    url("//f.hubspotusercontent30.net/hubfs/896982/LGC_Clinical_Diagnostics_April2021/Fonts/Gotham-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 900;
  src: url("//f.hubspotusercontent30.net/hubfs/896982/LGC_Clinical_Diagnostics_April2021/Fonts/Gotham-Black.eot") format("embedded-opentype"),
    url("//f.hubspotusercontent30.net/hubfs/896982/LGC_Clinical_Diagnostics_April2021/Fonts/Gotham-Black.woff") format("woff"), 
    url("//f.hubspotusercontent30.net/hubfs/896982/LGC_Clinical_Diagnostics_April2021/Fonts/Gotham-Black.ttf") format("truetype");
}
@font-face { 
  font-family: "FontAwesome";
  src: url("//f.hubspotusercontent30.net/hubfs/896982/LGC_Clinical_Diagnostics_April2021/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url("//f.hubspotusercontent30.net/hubfs/896982/LGC_Clinical_Diagnostics_April2021/Fonts/fontawesome-webfont.woff") format("woff"),
    url("//f.hubspotusercontent30.net/hubfs/896982/LGC_Clinical_Diagnostics_April2021/Fonts/fontawesome-webfont.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: normal;
}



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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul 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;
}
/* ******************************************************************************
*********************************************************************************
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: 500px;
}
@media (max-width: 767px){
  form {
    max-width: 100%;
  }  
}
.h-form form, 
.submitted-message{
  margin:0 0 40px;
}
.form-title{
  font-weight:700;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  font-size: 1rem;
  font-weight: 700;
  white-space:normal;
  
  text-decoration: none;
  margin:15px 0;
}

.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-weight: 700;
  text-transform: uppercase;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Gotham;  
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
#hs-pwd-widget-password{
  height: 45px !important;
  margin-top:0 !important;
}
#hs-pwd-widget-password,
.hs-input {
  display: inline-block;
  width: 100% !important;
  height: 45px;
  padding: 0 .5em;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid;
  box-sizing: border-box;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  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;
}
.cm-menu-primary .hs-menu-wrapper > ul{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  text-align: center;
}
.cm-menu-primary .hs-menu-wrapper > ul > li{
  display: block;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-left: 1px solid;
  position:relative;
}
.cm-menu-primary .hs-menu-wrapper > ul > li > a{
  padding: .75em 8px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration:none;
  display:block;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a::after {
  content: '';
  font-family: FontAwesome;
  margin-left: 10px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
  max-width: 400px;
  border: 1px solid;
  border-top: 2px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  padding: 2rem 4.5rem;
  position:absolute;
  top:92%;
  left:0;
  text-align: left;
  display:None;
  width:327px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul{
  max-width: 510px;
  width: 510px;
  height:calc(100vh - 200px);
  overflow:hidden;
  overflow-y:auto;
  max-height:550px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2){
  position:static !important;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul > li {
  margin: 0 0 20px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:first-child > ul{
  width: 400px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {
  max-width: calc(72.5em + 18px);
  width: 100%;
  margin: 0 auto;
  background: transparent !important;
  border: 0 !important;
  left: 0;
  right: 0;
  padding: 2rem 0;
  z-index: 0;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).clicked > ul:after {
  content: "";
  border: 1px solid;
  border-top: 2px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 250px;
  top: 7px;
  transform: scaleX(30);
  z-index: -1;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.clicked > ul{
  display:block;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a{
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
  display: block;
}
.cm-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > a{
  line-height: 1.5;
  display: inline-block;
  font-size:14px;
  padding: 2px 0 1px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li {
  padding: 10px;
  -webkit-flex: 0 1 33.3333%;
  -ms-flex: 0 1 33.3333%;
  flex: 0 1 33.3333%;
  max-width: 33.3333%;
  padding-right: 12px;
  width: 33.33333%;
  float: left;
  margin-top: 25px;
  border-left: 3px solid #ccc;
  padding-left: 16px;
  padding-top: 0;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a{
  color: #0076c0 !important;
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul > li > a {
  color: #00ac4b !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin:0 0 9px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul > li > ul{
  margin-bottom: 18px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:last-child > ul > li > a,
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul > li > ul > li > a {
  font-size: 14px;
  font-weight:400;
  color: #231f20 !important;
  text-transform: none;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:before {
  content: "";
  position: absolute;
  height: 1.5em;
  width: 3px;
  background-color: #0076c0;
  left: -3px;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li{
  position: relative;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:last-child > ul > li:last-child > a{
  width: 15em;
  margin: 2em 0 0;
  display: block;
  font-size: 1rem;
  border: 1px solid #6eb03a;
  background-color: #7ac143;
  color: #fff !important;
  font-weight: 700;
  height: auto;
  min-height: 2.85em;
  line-height: 1.125;
  padding-top: .8em;
  padding-bottom: .8em;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-appearance: none;
  border-radius: 0;
}
.cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:last-child > ul > li:last-child > a:hover{
  background-color: #73b83d;
}

@media(max-width: 1500px) {
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {
    max-width:185px;
    padding: 2rem 1.5rem;
  }
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {
    max-width: calc(72.5em - 12.5rem);
  }
}

@media(max-width: 1100px) {
  .cm-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {
    max-width:100%;
    padding: 2rem 1.5rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

@media (min-width:1600px) {
  header.header {
    min-height:150px !important;
  }
}
header.header {
  position: relative;
  z-index: 99999;
}
.cm-position {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  border-bottom: 1px solid;
}
.dropdown--active .overlay {
  position: fixed;
  background: transparent;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 100% !important;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header__logo--main{
  width: 25%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto!important;
  padding: 12px;
  max-width: 50%;
}
.header__logo--main img{
  max-width: 100%;
  display: block;
  max-height: none;
}


.header-right-group {
  width: 75%;
}
.search-and-language {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  position: relative;
  background-image: linear-gradient(to right,#f1f1f1,#fff);
  margin: 0;
  width: 100%;
  text-align: right;
  padding: 1em 20px;
}

.header-search {
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  text-align: left;
}
.header-search fom{
  position: relative;
  margin: 0;
  width: 100%;
  font-size: .875em;
  display: block;
}
.search--inputGroup {
  position: relative;
  margin-bottom: .5em;
}
.search--inputGroup:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: .25em 1em;
  background-color: #78c337 !important;
  line-height: 2.3em;
  text-align: center;
  font-size:14px;
  font-family: FontAwesome;
  color: #fff;
}
.search--inputGroup {
  background-color: #fff;
  width: 100%;
  outline: none;
  max-width: 100%;
  vertical-align: middle;
  margin: 0;
}
.search--inputGroup input[type="search"] {
  margin: 0;
  font-size: 14px;
  height: 2.85em;
  border: 1px solid #ddd;
  padding: 0 .5em;
  width: 100%;
  padding-left: .8em;
  padding-right: 2.571em;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.search--inputGroup input[type="search"]:focus{
  border-color: #5cabdd;
}
.search--inputGroup input[type="submit"] {
  width: 10%;
  height: 38px;
  margin-top: 1px;
  font-size: 1em;
  color: transparent;
  text-transform: uppercase;
  max-width: 10em;
  min-height: 0;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  line-height: 2.85em;
  margin: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
}


.labg-and-link{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.countriesAndMiniCart.lg-andUp {
  display: none;
}
.labg-and-link {
  height: 100%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.labg-and-link ul {
  display: block;
  margin: 0;
  padding: 0 5px;
  list-style: none;
  text-align: right;
  line-height: 1.5;
}
.labg-and-link ul li{
  display: inline-block;
}
.labg-and-link ul li a {
  padding: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  letter-spacing: normal;
  line-height: 1.5;
}
.labg-and-link ul li a:hover{
  text-decoration:underline;
}
.country__option:hover {
  background-color: #eee;
  cursor: pointer;
}
.cm-menu-primary {
  border-bottom: 1px solid #ddd;
}
.flag.flag-16.flag-ca {
  background-position: -64px -48px;
}
.flag.flag-16.flag-cn {
  background-position: -224px -48px;
} 
.flag.flag-16.flag-fr {
  background-position: -128px -80px;
}
.flag.flag-16.flag-de {
  background-position: -96px -64px;
}
.flag.flag-16.flag-jp {
  background-position: -160px -112px;
}
.flag.flag-16.flag-kr {
  background-position: -16px -128px;
}
.flag.flag-16.flag-gb {
  background-position: -160px -80px;
}
.flag.flag-16.flag-af {
  background-position: -64px -16px;
}
.flag.flag-16.flag-al {
  background-position: -112px -16px;
}
.flag.flag-16.flag-unknown {
  background-position: -0 -16px;
}
.flag.flag-16.flag-ar {
  background-position: -192px -16px;
}
.flag.flag-16.flag-am {
  background-position: -128px -16px;
}
.flag.flag-16.flag-au {
  background-position: -240px -16px;
}
.flag.flag-16.flag-at {
  background-position: -224px -16px;
}
.flag.flag-16.flag-az {
  background-position: -16px -32px;
}
.flag.flag-16.flag-bs {
  background-position: -256px -32px;
}
.flag.flag-16.flag-bh {
  background-position: -128px -32px;
}
.flag.flag-16.flag-bd {
  background-position: -64px -32px;
}
.flag.flag-16.flag-by {
  background-position: -32px -48px;
}
.flag.flag-16.flag-be {
  background-position: -80px -32px;
}
.flag.flag-16.flag-bm {
  background-position: -192px -32px;
} 
.flag.flag-16.flag-bo {
  background-position: -224px -32px;
}
.flag.flag-16.flag-unknown {
  background-position: -0 -16px;
}
.flag.flag-16.flag-bw {
  background-position: -16px -48px;
}
.flag.flag-16.flag-br {
  background-position: -240px -32px;
}
.flag.flag-16.flag-bg {
  background-position: -112px -32px;
}
.flag.flag-16.flag-bf {
  background-position: -96px -32px;
}
.flag.flag-16.flag-kh {
  background-position: -208px -112px;
}
.flag.flag-16.flag-ca {
  background-position: -64px -48px;
}
.flag.flag-16.flag-ky {
  background-position: -48px -128px;
}
.flag.flag-16.flag-cl {
  background-position: -192px -48px;
} 
.flag.flag-16.flag-cn {
  background-position: -224px -48px;
}
.flag.flag-16.flag-co {
  background-position: -240px -48px;
}
.flag.flag-16.flag-cr {
  background-position: -256px -48px;
}
.flag.flag-16.flag-hr {
  background-position: -176px -96px;
}
.flag.flag-16.flag-unknown {
  background-position: -0 -16px;
}
.flag.flag-16.flag-cy {
  background-position: -64px -64px;
}
.flag.flag-16.flag-cz {
  background-position: -80px -64px;
}
.flag.flag-16.flag-dk {
  background-position: -128px -64px;
}
.flag.flag-16.flag-dm {
  background-position: -144px -64px;
}
.flag.flag-16.flag-unknown {
  background-position: -0 -16px;
}
.flag.flag-16.flag-ec {
  background-position: -192px -64px;
}
.flag.flag-16.flag-eg {
  background-position: -224px -64px;
}
.flag.flag-16.flag-sv {
  background-position: -48px -208px;
}
.flag.flag-16.flag-ee {
  background-position: -208px -64px;
}
.flag.flag-16.flag-et {
  background-position: -16px -80px;
}
.flag.flag-16.flag-fi {
  background-position: -48px -80px;
}
.flag.flag-16.flag-fr {
  background-position: -128px -80px;
}




.flag.flag-16.flag-abkhazia {
  background-position: -0 -0
}

.flag.flag-16.flag-basque-country {
  background-position: -16px -0
}

.flag.flag-16.flag-british-antarctic-territory {
  background-position: -32px -0
}

.flag.flag-16.flag-commonwealth {
  background-position: -48px -0
}

.flag.flag-16.flag-england {
  background-position: -64px -0
}

.flag.flag-16.flag-gosquared {
  background-position: -80px -0
}

.flag.flag-16.flag-kosovo {
  background-position: -96px -0
}

.flag.flag-16.flag-mars {
  background-position: -112px -0
}

.flag.flag-16.flag-nagorno-karabakh {
  background-position: -128px -0
}

.flag.flag-16.flag-nato {
  background-position: -144px -0
}

.flag.flag-16.flag-northern-cyprus {
  background-position: -160px -0
}

.flag.flag-16.flag-olympics {
  background-position: -176px -0
}

.flag.flag-16.flag-red-cross {
  background-position: -192px -0
}

.flag.flag-16.flag-scotland {
  background-position: -208px -0
}

.flag.flag-16.flag-somaliland {
  background-position: -224px -0
}

.flag.flag-16.flag-south-ossetia {
  background-position: -240px -0
}

.flag.flag-16.flag-united-nations {
  background-position: -256px -0
}

.flag.flag-16.flag-unknown {
  background-position: -0 -16px
}

.flag.flag-16.flag-wales {
  background-position: -16px -16px
}

.flag.flag-16.flag-ad {
  background-position: -32px -16px
}

.flag.flag-16.flag-ae {
  background-position: -48px -16px
}

.flag.flag-16.flag-af {
  background-position: -64px -16px
}

.flag.flag-16.flag-ag {
  background-position: -80px -16px
}

.flag.flag-16.flag-ai {
  background-position: -96px -16px
}

.flag.flag-16.flag-al {
  background-position: -112px -16px
}

.flag.flag-16.flag-am {
  background-position: -128px -16px
}

.flag.flag-16.flag-an {
  background-position: -144px -16px
}

.flag.flag-16.flag-ao {
  background-position: -160px -16px
}

.flag.flag-16.flag-aq {
  background-position: -176px -16px
}

.flag.flag-16.flag-ar {
  background-position: -192px -16px
}

.flag.flag-16.flag-as {
  background-position: -208px -16px
}

.flag.flag-16.flag-at {
  background-position: -224px -16px
}

.flag.flag-16.flag-au {
  background-position: -240px -16px
}

.flag.flag-16.flag-aw {
  background-position: -256px -16px
}

.flag.flag-16.flag-ax {
  background-position: -0 -32px
}

.flag.flag-16.flag-az {
  background-position: -16px -32px
}

.flag.flag-16.flag-ba {
  background-position: -32px -32px
}

.flag.flag-16.flag-bb {
  background-position: -48px -32px
}

.flag.flag-16.flag-bd {
  background-position: -64px -32px
}

.flag.flag-16.flag-be {
  background-position: -80px -32px
}

.flag.flag-16.flag-bf {
  background-position: -96px -32px
}

.flag.flag-16.flag-bg {
  background-position: -112px -32px
}

.flag.flag-16.flag-bh {
  background-position: -128px -32px
}

.flag.flag-16.flag-bi {
  background-position: -144px -32px
}

.flag.flag-16.flag-bj {
  background-position: -160px -32px
}

.flag.flag-16.flag-bl {
  background-position: -176px -32px
}

.flag.flag-16.flag-bm {
  background-position: -192px -32px
}

.flag.flag-16.flag-bn {
  background-position: -208px -32px
}

.flag.flag-16.flag-bo {
  background-position: -224px -32px
}

.flag.flag-16.flag-br {
  background-position: -240px -32px
}

.flag.flag-16.flag-bs {
  background-position: -256px -32px
}

.flag.flag-16.flag-bt {
  background-position: -0 -48px
}

.flag.flag-16.flag-bw {
  background-position: -16px -48px
}

.flag.flag-16.flag-by {
  background-position: -32px -48px
}

.flag.flag-16.flag-bz {
  background-position: -48px -48px
}

.flag.flag-16.flag-ca {
  background-position: -64px -48px
}

.flag.flag-16.flag-cc {
  background-position: -80px -48px
}

.flag.flag-16.flag-cd {
  background-position: -96px -48px
}

.flag.flag-16.flag-cf {
  background-position: -112px -48px
}

.flag.flag-16.flag-cg {
  background-position: -128px -48px
}

.flag.flag-16.flag-ch {
  background-position: -144px -48px
}

.flag.flag-16.flag-ci {
  background-position: -160px -48px
}

.flag.flag-16.flag-ck {
  background-position: -176px -48px
}

.flag.flag-16.flag-cl {
  background-position: -192px -48px
}

.flag.flag-16.flag-cm {
  background-position: -208px -48px
}

.flag.flag-16.flag-cn {
  background-position: -224px -48px
}

.flag.flag-16.flag-co {
  background-position: -240px -48px
}

.flag.flag-16.flag-cr {
  background-position: -256px -48px
}

.flag.flag-16.flag-cu {
  background-position: -0 -64px
}

.flag.flag-16.flag-cv {
  background-position: -16px -64px
}

.flag.flag-16.flag-cw {
  background-position: -32px -64px
}

.flag.flag-16.flag-cx {
  background-position: -48px -64px
}

.flag.flag-16.flag-cy {
  background-position: -64px -64px
}

.flag.flag-16.flag-cz {
  background-position: -80px -64px
}

.flag.flag-16.flag-de {
  background-position: -96px -64px
}

.flag.flag-16.flag-dj {
  background-position: -112px -64px
}

.flag.flag-16.flag-dk {
  background-position: -128px -64px
}

.flag.flag-16.flag-dm {
  background-position: -144px -64px
}

.flag.flag-16.flag-do {
  background-position: -160px -64px
}

.flag.flag-16.flag-dz {
  background-position: -176px -64px
}

.flag.flag-16.flag-ec {
  background-position: -192px -64px
}

.flag.flag-16.flag-ee {
  background-position: -208px -64px
}

.flag.flag-16.flag-eg {
  background-position: -224px -64px
}

.flag.flag-16.flag-eh {
  background-position: -240px -64px
}

.flag.flag-16.flag-er {
  background-position: -256px -64px
}

.flag.flag-16.flag-es {
  background-position: -0 -80px
}

.flag.flag-16.flag-et {
  background-position: -16px -80px
}

.flag.flag-16.flag-eu {
  background-position: -32px -80px
}

.flag.flag-16.flag-fi {
  background-position: -48px -80px
}

.flag.flag-16.flag-fj {
  background-position: -64px -80px
}

.flag.flag-16.flag-fk {
  background-position: -80px -80px
}

.flag.flag-16.flag-fm {
  background-position: -96px -80px
}

.flag.flag-16.flag-fo {
  background-position: -112px -80px
}

.flag.flag-16.flag-fr {
  background-position: -128px -80px
}

.flag.flag-16.flag-ga {
  background-position: -144px -80px
}

.flag.flag-16.flag-gb {
  background-position: -160px -80px
}

.flag.flag-16.flag-gd {
  background-position: -176px -80px
}

.flag.flag-16.flag-ge {
  background-position: -192px -80px
}

.flag.flag-16.flag-gg {
  background-position: -208px -80px
}

.flag.flag-16.flag-gh {
  background-position: -224px -80px
}

.flag.flag-16.flag-gi {
  background-position: -240px -80px
}

.flag.flag-16.flag-gl {
  background-position: -256px -80px
}

.flag.flag-16.flag-gm {
  background-position: -0 -96px
}

.flag.flag-16.flag-gn {
  background-position: -16px -96px
}

.flag.flag-16.flag-gq {
  background-position: -32px -96px
}

.flag.flag-16.flag-gr {
  background-position: -48px -96px
}

.flag.flag-16.flag-gs {
  background-position: -64px -96px
}

.flag.flag-16.flag-gt {
  background-position: -80px -96px
}

.flag.flag-16.flag-gu {
  background-position: -96px -96px
}

.flag.flag-16.flag-gw {
  background-position: -112px -96px
}

.flag.flag-16.flag-gy {
  background-position: -128px -96px
}

.flag.flag-16.flag-hk {
  background-position: -144px -96px
}

.flag.flag-16.flag-hn {
  background-position: -160px -96px
}

.flag.flag-16.flag-hr {
  background-position: -176px -96px
}

.flag.flag-16.flag-ht {
  background-position: -192px -96px
}

.flag.flag-16.flag-hu {
  background-position: -208px -96px
}

.flag.flag-16.flag-ic {
  background-position: -224px -96px
}

.flag.flag-16.flag-id {
  background-position: -240px -96px
}

.flag.flag-16.flag-ie {
  background-position: -256px -96px
}

.flag.flag-16.flag-il {
  background-position: -0 -112px
}

.flag.flag-16.flag-im {
  background-position: -16px -112px
}

.flag.flag-16.flag-in {
  background-position: -32px -112px
}

.flag.flag-16.flag-iq {
  background-position: -48px -112px
}

.flag.flag-16.flag-ir {
  background-position: -64px -112px
}

.flag.flag-16.flag-is {
  background-position: -80px -112px
}

.flag.flag-16.flag-it {
  background-position: -96px -112px
}

.flag.flag-16.flag-je {
  background-position: -112px -112px
}

.flag.flag-16.flag-jm {
  background-position: -128px -112px
}

.flag.flag-16.flag-jo {
  background-position: -144px -112px
}

.flag.flag-16.flag-jp {
  background-position: -160px -112px
}

.flag.flag-16.flag-ke {
  background-position: -176px -112px
}

.flag.flag-16.flag-kg {
  background-position: -192px -112px
}

.flag.flag-16.flag-kh {
  background-position: -208px -112px
}

.flag.flag-16.flag-ki {
  background-position: -224px -112px
}

.flag.flag-16.flag-km {
  background-position: -240px -112px
}

.flag.flag-16.flag-kn {
  background-position: -256px -112px
}

.flag.flag-16.flag-kp {
  background-position: -0 -128px
}

.flag.flag-16.flag-kr {
  background-position: -16px -128px
}

.flag.flag-16.flag-kw {
  background-position: -32px -128px
}

.flag.flag-16.flag-ky {
  background-position: -48px -128px
}

.flag.flag-16.flag-kz {
  background-position: -64px -128px
}

.flag.flag-16.flag-la {
  background-position: -80px -128px
}

.flag.flag-16.flag-lb {
  background-position: -96px -128px
}

.flag.flag-16.flag-lc {
  background-position: -112px -128px
}

.flag.flag-16.flag-li {
  background-position: -128px -128px
}

.flag.flag-16.flag-lk {
  background-position: -144px -128px
}

.flag.flag-16.flag-lr {
  background-position: -160px -128px
}

.flag.flag-16.flag-ls {
  background-position: -176px -128px
}

.flag.flag-16.flag-lt {
  background-position: -192px -128px
}

.flag.flag-16.flag-lu {
  background-position: -208px -128px
}

.flag.flag-16.flag-lv {
  background-position: -224px -128px
}

.flag.flag-16.flag-ly {
  background-position: -240px -128px
}

.flag.flag-16.flag-ma {
  background-position: -256px -128px
}

.flag.flag-16.flag-mc {
  background-position: -0 -144px
}

.flag.flag-16.flag-md {
  background-position: -16px -144px
}

.flag.flag-16.flag-me {
  background-position: -32px -144px
}

.flag.flag-16.flag-mf {
  background-position: -48px -144px
}

.flag.flag-16.flag-mg {
  background-position: -64px -144px
}

.flag.flag-16.flag-mh {
  background-position: -80px -144px
}

.flag.flag-16.flag-mk {
  background-position: -96px -144px
}

.flag.flag-16.flag-ml {
  background-position: -112px -144px
}

.flag.flag-16.flag-mm {
  background-position: -128px -144px
}

.flag.flag-16.flag-mn {
  background-position: -144px -144px
}

.flag.flag-16.flag-mo {
  background-position: -160px -144px
}

.flag.flag-16.flag-mp {
  background-position: -176px -144px
}

.flag.flag-16.flag-mq {
  background-position: -192px -144px
}

.flag.flag-16.flag-mr {
  background-position: -208px -144px
}

.flag.flag-16.flag-ms {
  background-position: -224px -144px
}

.flag.flag-16.flag-mt {
  background-position: -240px -144px
}

.flag.flag-16.flag-mu {
  background-position: -256px -144px
}

.flag.flag-16.flag-mv {
  background-position: -0 -160px
}

.flag.flag-16.flag-mw {
  background-position: -16px -160px
}

.flag.flag-16.flag-mx {
  background-position: -32px -160px
}

.flag.flag-16.flag-my {
  background-position: -48px -160px
}

.flag.flag-16.flag-mz {
  background-position: -64px -160px
}

.flag.flag-16.flag-na {
  background-position: -80px -160px
}

.flag.flag-16.flag-nc {
  background-position: -96px -160px
}

.flag.flag-16.flag-ne {
  background-position: -112px -160px
}

.flag.flag-16.flag-nf {
  background-position: -128px -160px
}

.flag.flag-16.flag-ng {
  background-position: -144px -160px
}

.flag.flag-16.flag-ni {
  background-position: -160px -160px
}

.flag.flag-16.flag-nl {
  background-position: -176px -160px
}

.flag.flag-16.flag-no {
  background-position: -192px -160px
}

.flag.flag-16.flag-np {
  background-position: -208px -160px
}

.flag.flag-16.flag-nr {
  background-position: -224px -160px
}

.flag.flag-16.flag-nu {
  background-position: -240px -160px
}

.flag.flag-16.flag-nz {
  background-position: -256px -160px
}

.flag.flag-16.flag-om {
  background-position: -0 -176px
}

.flag.flag-16.flag-pa {
  background-position: -16px -176px
}

.flag.flag-16.flag-pe {
  background-position: -32px -176px
}

.flag.flag-16.flag-pf {
  background-position: -48px -176px
}

.flag.flag-16.flag-pg {
  background-position: -64px -176px
}

.flag.flag-16.flag-ph {
  background-position: -80px -176px
}

.flag.flag-16.flag-pirate-black {
  background-position: -96px -176px
}

.flag.flag-16.flag-pirate-white {
  background-position: -112px -176px
}

.flag.flag-16.flag-pk {
  background-position: -128px -176px
}

.flag.flag-16.flag-pl {
  background-position: -144px -176px
}

.flag.flag-16.flag-pn {
  background-position: -160px -176px
}

.flag.flag-16.flag-pr {
  background-position: -176px -176px
}

.flag.flag-16.flag-ps {
  background-position: -192px -176px
}

.flag.flag-16.flag-pt {
  background-position: -208px -176px
}

.flag.flag-16.flag-pw {
  background-position: -224px -176px
}

.flag.flag-16.flag-py {
  background-position: -240px -176px
}

.flag.flag-16.flag-qa {
  background-position: -256px -176px
}

.flag.flag-16.flag-ro {
  background-position: -0 -192px
}

.flag.flag-16.flag-rs {
  background-position: -16px -192px
}

.flag.flag-16.flag-ru {
  background-position: -32px -192px
}

.flag.flag-16.flag-rw {
  background-position: -48px -192px
}

.flag.flag-16.flag-sa {
  background-position: -64px -192px
}

.flag.flag-16.flag-sb {
  background-position: -80px -192px
}

.flag.flag-16.flag-sc {
  background-position: -96px -192px
}

.flag.flag-16.flag-sd {
  background-position: -112px -192px
}

.flag.flag-16.flag-se {
  background-position: -128px -192px
}

.flag.flag-16.flag-sg {
  background-position: -144px -192px
}

.flag.flag-16.flag-sh {
  background-position: -160px -192px
}

.flag.flag-16.flag-si {
  background-position: -176px -192px
}

.flag.flag-16.flag-sk {
  background-position: -192px -192px
}

.flag.flag-16.flag-sl {
  background-position: -208px -192px
}

.flag.flag-16.flag-sm {
  background-position: -224px -192px
}

.flag.flag-16.flag-sn {
  background-position: -240px -192px
}

.flag.flag-16.flag-so {
  background-position: -256px -192px
}

.flag.flag-16.flag-sr {
  background-position: -0 -208px
}

.flag.flag-16.flag-ss {
  background-position: -16px -208px
}

.flag.flag-16.flag-st {
  background-position: -32px -208px
}

.flag.flag-16.flag-sv {
  background-position: -48px -208px
}

.flag.flag-16.flag-sy {
  background-position: -64px -208px
}

.flag.flag-16.flag-sz {
  background-position: -80px -208px
}

.flag.flag-16.flag-tc {
  background-position: -96px -208px
}

.flag.flag-16.flag-td {
  background-position: -112px -208px
}

.flag.flag-16.flag-tf {
  background-position: -128px -208px
}

.flag.flag-16.flag-tg {
  background-position: -144px -208px
}

.flag.flag-16.flag-th {
  background-position: -160px -208px
}

.flag.flag-16.flag-tj {
  background-position: -176px -208px
}

.flag.flag-16.flag-tk {
  background-position: -192px -208px
}

.flag.flag-16.flag-tl {
  background-position: -208px -208px
}

.flag.flag-16.flag-tm {
  background-position: -224px -208px
}

.flag.flag-16.flag-tn {
  background-position: -240px -208px
}

.flag.flag-16.flag-to {
  background-position: -256px -208px
}

.flag.flag-16.flag-tr {
  background-position: -0 -224px
}

.flag.flag-16.flag-tt {
  background-position: -16px -224px
}

.flag.flag-16.flag-tv {
  background-position: -32px -224px
}

.flag.flag-16.flag-tw {
  background-position: -48px -224px
}

.flag.flag-16.flag-tz {
  background-position: -64px -224px
}

.flag.flag-16.flag-ua {
  background-position: -80px -224px
}

.flag.flag-16.flag-ug {
  background-position: -96px -224px
}

.flag.flag-16.flag-us {
  background-position: -112px -224px
}

.flag.flag-16.flag-uy {
  background-position: -128px -224px
}

.flag.flag-16.flag-uz {
  background-position: -144px -224px
}

.flag.flag-16.flag-va {
  background-position: -160px -224px
}

.flag.flag-16.flag-vc {
  background-position: -176px -224px
}

.flag.flag-16.flag-ve {
  background-position: -192px -224px
}

.flag.flag-16.flag-vg {
  background-position: -208px -224px
}

.flag.flag-16.flag-vi {
  background-position: -224px -224px
}

.flag.flag-16.flag-vn {
  background-position: -240px -224px
}

.flag.flag-16.flag-vu {
  background-position: -256px -224px
}










@media (min-width: 960px) {
  .cm-mobile-menu-wrapper,
  .cm-mobile-group,
  .mobile-header,
  .cm-mobile-groupm,
  .mobile-header{
    display:None !important;
  }
  .labg-and-link{
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .labg-and-link form{
    min-width:auto !important;
    padding-bottom: .75em;
  }
}

.mobile-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 64px;
  padding: 15px;
  background-color: #ececec;
}
.labg-and-link {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  display: inline;
  margin: 0;
}
.cm-cart {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 10px;
}
.cm-cart a{
  display: block;
  width: 40px;
  height: 40px;
}
.cm-cart a img{
  max-width:100%;
}
.labg-and-link form {
  position: relative;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 12.5em;
  height: 100%;
}
.countriesAndMiniCart.lg-andUp {
  display: unset;
}
.country__option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.country__option input[type="radio"] {
  display: none;
}
.country__option input[type="checkbox"], 
.country__option input[type="radio"] {
  border: none;
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-top: -1px;
  box-sizing: border-box;
  padding: 0;
  margin-right: 5px;
}
.flag.flag-16.flag-us {
  background-position: -112px -224px;
}
.flag.flag-16 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(https://20300467.fs1.hubspotusercontent-na1.net/hubfs/20300467/raw_assets/public/SeraCare_April2021/images/sprite-flags-16x16.png);
  background-repeat: no-repeat;
  margin-top: 2px;
}
.country__option .country__name {
  margin-left: 8px;
  font-size: 12px;
  color: #0076c0;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  white-space: nowrap;
}
.country__option .country__name--initial i {
  margin-left: 2em;
  margin-top: 2px;
}
.fa-chevron-down:before {
  content: "\f078";
}
.lang-drop {
  background-color: #fff;
  border: 1px solid #eee;
  position: absolute;
  top: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s,opacity .25s linear;
  max-height: 20em;
  overflow: auto;
  z-index: 1000;
}
.country__option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  cursor:pointer;
}
.country__option.country__popular {
  background-color: #e8ecf0;
}
.dropdown--active .lang-drop{
  visibility: visible;
  opacity: 1;
  transition: visibility 0s,opacity .15s linear;
}
.country__option.country__option--first {
  cursor: pointer;
}
.cm-mobile-group {
  position: relative;
  z-index: 99;
}
.layout__mobileHeaderButton {
  position: relative;
  width: 40px;
  height: 28px;
  margin-top: 6px;
  margin-left: 20px;
  margin-right: 0;
  color: #7ac143;
  float: left;
  line-height: 1.25em;
  font-size: 2em;
  text-align: center;
}
.layout__mobileHeaderButton .bars {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background-color: #7ac143;
}
.bars:before,
.bars:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background-color: #7ac143;
}
.bars:before {
  top: 12px;
}
.bars:after {
  bottom: 0;
}
.header-mobile-logo{
  max-width: 50%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 0;
  height: 2.5rem;
  line-height: 2.5rem;
}
.search--mobile {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  font-size: 24px;
  color: #babcbf;
}
.header-mobile-logo img {
  max-width: 138.5px;
}
.search--mobile {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  font-size: 24px;
  color: #babcbf;
}
.search--mobile img {
  opacity: 1;
  transition: opacity .2s ease-in-out;
  max-width:40px;
}
.close-search{
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  font-family: 'Gotham';
  font-weight: 300;
  font-size: 2em;
  color: #aaa;
  left: 0;
}
form.search.search--header {
    max-width: 100%;
}
header.header.no-nav a.layout__mobileHeaderButton.canvasMenu__toggleButton,
header.header.no-nav a.search--mobile.search--mobileClick.md-andDown,
header.header.no-nav .header-right-group {
  opacity:0;
  visibility:hidden;
  pointer-events:None;
}


@media (max-width: 959px) {

  .desktop-header{
    display:None;
  }
  .mobile__search--container {
    position: absolute;
    top: 0;
    z-index: -1;                                                            
    opacity: 0;
    width: 100%;
    transition: all .2s ease-in-out;    
    pointer-events: none;
  }
  .cm-mobile-group-inner{
    position: relative;
    padding: 20px 0;
    background-color: #fff;
    line-height: 2.5em;
    text-align: center;
    z-index: 99;
  }
  .mobile__search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 20px;
    background-color: #7ac143;
    text-align: left;
    position: relative;
    z-index: 999;
  }
  .mobile__search form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .mobile__search input[type="search"] {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: transparent;
    border: none;
    font-size: 1em;
    height: 2.85em;
    padding: 0 .5em;
    outline: none;
    color: #fff;      
    max-width: 100%;
    vertical-align: middle;
  }
  .search__input::-webkit-input-placeholder {
    color: #fff;
  }
  input.search__submit {
    display: inline-block;
    height: auto;
    min-height: 2.85em;
    line-height: 1.125;
    padding-top: .8em;
    padding-bottom: .8em;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    margin: 2px 0;
    padding-left: 1em;
    padding-right: 1em;
    -webkit-appearance: none;
    border-radius: 0;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 1;
    width: auto;
    overflow: hidden;
    border: none;
    background-color: transparent;
    text-indent: -9999px;
  }
  .mobile__search:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
    width: 40px;
    height: 40px;
    background-image: url(https://20300467.fs1.hubspotusercontent-na1.net/hubfs/20300467/raw_assets/public/SeraCare_April2021/images/seracare__search-icon--white.png);
    background-size: cover;
  }
  .mobile__search--container.active {
    top: 100%;
    opacity: 1;
    transition: all .2s ease-in-out;
    pointer-events: unset;
  }
  .search--mobile.active img {
    opacity: 0;
  }
  .search--mobile.active span {
    opacity: 1;
  }
  .cm-mobile-menu-wrapper {
    width: 100%;
    max-width: 100%;
    position: fixed;
    height: 100vh;
    padding-top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-right: 1px solid #ddd;
    overflow: hidden;
    overflow-y: auto;
    z-index:999999;
    left:-100%;
    transition:all 0.5s;
    top:0;
  }
  .menu-open .cm-mobile-menu-wrapper {
    left:0;
  }
  .cm-mobile-menu-wrapper a.home {
    position: absolute;
    float: none;
    top: 10px;
    margin: 0;
    z-index: 10000;
    font-size: 1.25em;
    color: #000;
    text-decoration: none;
    margin-left: 10px;
    width: 1.25em;
    height: 1.25em;
    text-align: center;
    line-height: 1.25em;
  }
  .cm-mobile-menu-wrapper a.mobile-close{
    right: 0;
    margin-right: 10px;
    font-size: 2em;
    top: 3px;
    color: #aaa;
    position: absolute;
    float: none;
    margin: 0;
    z-index: 10000;
    text-decoration: none;
    margin-left: 10px;
    text-align: center;
    line-height: 1.25em;
    width: 1.25em;
    height: 1.25em;
  }
  .cm-mobile-menu-wrapper-inner{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
  }
  .mobileNav__right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mobileNav__left {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav__item {
    display: block;
  }
  .nav__item a {
    text-transform: uppercase;
    font-weight: 700;
  }
  .miniCart {
    position: relative;
    display: block;
    float: right;
    margin-right: 10px;
  }
  .miniCart__cartPageLink {
    display: block;
    width: 40px;
    height: 40px;
  }
  .miniCart__cartPageLink img{
    max-width:40px;
  }
  .layout__utilityNav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: linear-gradient(to right,#f1f1f1,#fff);
    margin: 0;
    width: 100%;
    padding: 1em 20px;
  }
  .cm-mobile-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    overflow: auto;
    padding-top: 2em;
  }
  .cm-mobile-menu .hs-menu-wrapper > ul {
    text-align: center;
  }
  .cm-mobile-menu .hs-menu-wrapper > ul > li{
    position: relative;
    display: block;
    position: static!important;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    padding: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .cm-mobile-menu .hs-menu-wrapper > ul > li > a{
    padding: 30px 0; 
    display: block;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    text-decoration:None;
    position:relative;
  }
  .cm-mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content: '';
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 46%;
    right: -3px;
    width: 1.5em;
    margin-right: .3em;
    text-align: center;
  }
  .cm-mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
    display:none;
  }

  .cm-mobile-menu .hs-menu-wrapper > ul li{
    position: static !important;
  }
  .cm-mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper,
  .cm-mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper,
  .cm-mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper{
    position:absolute !important;
    top:0;
    left:0;
    display:block !important;
    opacity:1 !important;
    visibility:visible !important;
    width:100% !important;
    background:#fff;
    height: calc(100vh - 80px);
    min-width: unset !important;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all .3s !important;
    z-index: 99999;
    padding: 0 1em;
    padding-top: 2.15em;
    overflow-y:auto;
  }
  .cm-mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children.child-open > ul.hs-menu-children-wrapper,
  .cm-mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children.child-open > ul.hs-menu-children-wrapper,
  .cm-mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children.child-open > ul.hs-menu-children-wrapper{    
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .cm-mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper{
    position:absolute !important;
    top:0;
    left:0 !important;
    display:block !important;
    opacity:1 !important;
    visibility:visible !important;
    width:100% !important;
    background:#fff;
    height: 100vh;
    min-width: unset !important;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all .3s !important;
    z-index: 99999;
    padding: 0 1em;
    padding-top: 2em;
  }
  .cm-mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children.child-open > ul.hs-menu-children-wrapper{   
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .cm-mobile-menu .hs-menu-wrapper > ul li.dl-back {
    display: block;
    position: absolute !important;
    z-index: 10000;
    font-weight: 400;
    text-transform: uppercase;
    color: #231f20;
    margin-top: 0;
    top: 5px;
    left: 0;  
  }
  .cm-mobile-menu .hs-menu-wrapper > ul li.dl-back{
    border:0;
  }
  .cm-mobile-menu .hs-menu-wrapper > ul li.dl-back > a{
    text-transform: uppercase;
    color: #231f20;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    border:0;
  }
  .cm-mobile-menu .hs-menu-wrapper > ul li.dl-back > a:before {
    content: "";
    font-family: FontAwesome;
    margin: 1em;
    font-size: 11px;
    color: #231f20;
  }
  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul li.parent-link {
    border-bottom: 1px solid #ddd;
  }
  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul li.parent-link > a{
    padding: 30px 0 22px; 
    margin: 0 0 -4px;
    color: #0076c0 !important;
  }

  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > ul > li,
  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul > li > ul > li,
  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul > li{
    border-bottom: 1px solid #babcbe;
  }

  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > ul > li > a,
  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a,
  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul > li > a {
    padding: 20px 0;
    display: block;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    text-decoration: None;
    position: relative;
    line-height: 33px;    
    color: #231f20 !important;
  }
  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > ul > li > a,
  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a,
  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul > li > a {
    display: inline-block;
    text-decoration:none;
  }
  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > ul > li > a:hover,
  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover,
  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul > li > a:hover {
    text-decoration:underline;
  }
  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children{
    position: relative;
  }
  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children a{
    display:block;
    width:100%;
  }
  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:hover{
    text-decoration:None;
  }
  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul > li > ul > li.hs-item-has-children > a:after,
  .cm-mobile-menu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:after {
    content: '';
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 24px;
    right: -3px;
    width: 1.5em;
    margin-right: .3em;
    text-align: center;
  }














}





















/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {}
.footer__container {
  margin: 0 auto;
  max-width:100% !important;
}
.footer-bottom .footer__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.left-group {
  width: 25%;
  padding: 1em;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.footer-logo{
  margin-bottom: 1em;
}
.footer-logo img {
  max-width: 325px;
  width:100% !important;
}
.left-group p {
  font-size: 12px;
  margin:0 0 .5em;
}
.footer__social {
  margin-top: 1.25em;
  font-size: 1.5em;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin:before {
  content: "\f0e1";
}

.footer-right-group {
  width: 75%;
  padding: 1em;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.footer-right-group-inner{
  padding: 3.75em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.footer-menu{
  -webkit-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  padding-right: 10px;
  margin: 0;
}
.footer-menu h2{
  font-size: 12px;
  margin-bottom: 20px;  
  line-height: 1.5;
  font-weight: 600;
}
.footer-menu ul{
  display:block;
  margin:0;
  padding:0;
  list-style:none;
}
.footer-menu ul li{
  margin-bottom: .75em;
  line-height: 1;
}
.footer-menu ul li a{
  font-size: 12px;
  text-decoration: none;
}
.footer-menu ul li a:hover{
  text-decoration:underline;
}
.footer-top {
  padding: 60px;
}
.footer-subscribe-form h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.footer-form{
  max-width: 27em;
  margin: 0 auto;
}
.footer-top .hs-form-field{
  margin:0 0 18px !important;
}
.footer-top .hs-form-field > label{
  font-family: helvetica;
  font-size: 13px;
  display: block;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
}
.footer-top select, 
.footer-top input[type="email"]{
  outline: none;  
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border: 1px solid;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.footer-top input[type="submit"]{
  font-family: helvetica;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
}
.footer-subscribe-form .hs-submit {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
}
select.is-placeholder {
  color: #bfbfbf !important;
}
.hs-error-msgs {
  margin:10px 0;
  padding:0;
  list-style:none;
}
.hs-error-msgs label{
  font-family: helvetica;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  color: #f2545b !important;
  padding-left: 5px;
  text-transform:none !important;
}

.scrollToTop {
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 499;
  text-align: center;
  width: 4.5em;
  line-height: 1.25em;
  font-size: 12px;
  font-size: .75rem;
  text-transform: uppercase;
  outline: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity .2s ease-in-out,visibility .2s linear;
  display: none;
  text-decoration:none;
  color:#666;
}
.scrollToTop:hover{
  text-decoration: none;
  color:#666;
}
.scrollToTop:before {
  content: "";
  font-family: FontAwesome;
  display: block;
  text-align: center;
  font-size: 3em;
  line-height: .75em;
  margin-bottom: 5px;
  font-weight: 400;
  opacity: .25;
  transition: opacity .2s ease-in-out;
}
.scrollToTop.active {
  opacity: 1;
  visibility: visible;
}
.scrollToTop:hover:before {
  opacity: .5;

}
@media print, screen and (min-width: 45em){
  .scrollToTop {
    display: block;
    color: #666;
    font-weight: 700;
  }
  .scrollToTop:before {
    color: #333;
  }
}







@media screen and (max-width: 959px){
  .footer-right-group {
    width: 100%;
    padding:0;
  }
  .footer-right-group-inner{
    padding: 10px 60px;
  }
  .footer-menu {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 1em 0;
  }
  .left-group {
    padding: 10px 60px;
    width: 100%;
  }
  .footer-top {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 479px){
  .footer-menu {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-right: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

.blog-header {
  padding: 0 10px;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
  }
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
  vertical-align:middle;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}

.blog-post h1{
  color: #333;
  font-family: Gotham;
  font-size: 28px;
  font-weight: 400;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {`
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}

.grecaptcha-badge {
  margin: 15px 0 !important;
}
/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
	display: flex;
}

.blog-index__post-inner-card {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	border-radius: 5px;
	background: #fff;
}

.blog-index__post-image {
	border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
	display: flex;
	flex-direction: column;
	padding: 24px 30px 30px 30px;
	height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
	font-size: 12px;
	font-weight: 200;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
	text-decoration: none;
}

.blog-index__post-content--small h2 {
  color: #333;
  font-family: Gotham;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2; 
  margin-bottom: .5rem;
}
.blog-index__post-content--small h2 a{
  color: #333;
}
.blog-index__post-content--small h2 a:hover {
	text-decoration: none;
	transition: all .5s;
  color: #333;
}

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

.blog-sidebar h3 {
  color: #333;
  font-family: Gotham;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
	justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
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: #ccc;
  z-index: -1;
}



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

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

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

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