/* ******************************************************************************
*********************************************************************************
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: visible;
}

/**
 * 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 0;
}
.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: 15px;
  padding-right: 15px;
}

.dnd-section>.row-fluid, 
.page-center, 
.footer__container, 
.content-wrapper{
  padding-left:15px;
  padding-right:15px;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}


.blog-home-signup form .hs_error_rollup .hs-error-msgs {
  padding-left: 10px !important;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .blog-home-signup form .hs_error_rollup .hs-error-msgs {
    padding-left: 0 !important;
  }
  .blog-home-signup form .hs_error_rollup .hs-error-msgs {
    bottom: -138px !important;
  }
  .blog-home-signup form .hs_error_rollup .hs-error-msgs {
    bottom: -118px !important;
  }
  
  
}
@media (max-width: 620px) {
  .blog-home-signup form .hs_error_rollup .hs-error-msgs > li {
    width: 78vw;
    margin: 0 auto;
  }
}
@media (max-width: 340px) {

  .blog-home-signup form .hs_error_rollup .hs-error-msgs {
    margin-left: -15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://8011857.fs1.hubspotusercontent-na1.net/hubfs/8011857/Admere_August2020/fa-brands-400.eot") format("embedded-opentype"), 
    url("https://8011857.fs1.hubspotusercontent-na1.net/hubfs/8011857/raw_assets/public/Admere_August2020/fonts/fa-brands-400.woff2") format("woff2"),
    url("https://8011857.fs1.hubspotusercontent-na1.net/hubfs/8011857/raw_assets/public/Admere_August2020/fonts/fa-brands-400.woff") format("woff"), 
    url("https://8011857.fs1.hubspotusercontent-na1.net/hubfs/8011857/raw_assets/public/Admere_August2020/fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}
@font-face {
  font-family: "semplicitapro";
  src: url("https://use.typekit.net/af/14e0da/0000000000000000000156fb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), 
    url("https://use.typekit.net/af/14e0da/0000000000000000000156fb/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/14e0da/0000000000000000000156fb/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@import {
  font-family: 'Didact Gothic', sans-serif;
    url("//fonts.googleapis.com/css2?family=Didact+Gothic");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

html {
  font-size: 24px;
}

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

p {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lato, serif;
}

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

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

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.5;
  margin-bottom: 15px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left:65px;
}

blockquote {
  line-height: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
  margin: 0 0 1rem;
}

/* Horizontal Rules */
hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  height: 0; 
}

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

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

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

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

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

h3.form-title {
  font-size: 24px;
  margin-bottom: 8px;
  line-height: 36px;
}
.submitted-message {
  color: #333;
}
.hs-button {
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: .2s ease-in-out;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .375rem .75rem;
  font-size: 16px;
  line-height: 1.5;
  margin-top:10px;
}

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

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


.hs-form label {
  font-size: 19.2px;
  color: #33475b;
  float: none;
  width: auto;
  text-align: left;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 400;
}

.hs-error-msgs label {
  margin-bottom: 0;
  color: #bd1414 !important;
}

.hs-input,
.systems-page input[type="password"]{
  display: inline-block;
  width: 100%;
  padding-left: 14px;
  padding-top:0;
  padding-bottom:0;
  padding-right:0;
  font-size: 19.2px;
  line-height: 1.5;
  color: #33475b;
  background-color: #fff;
  border: 2px solid #d1d6dc;
  box-sizing: border-box;
  font-weight: 400;
  height: 30px;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  margin-top:10px;
}
.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;
}
.hs-error-msgs label:before {
  content: "!";
  padding: 2.5px 10px;
  border: 1px solid #bd1414;
  border-radius: 20px;
  font-size: 12.8px;
  margin-right: 8px;
}

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

.field {
  margin-bottom: 16px;
}

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

.hs-form-required {
  color: #585455;
  margin-left:5px;
}

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

@media(max-width:767px){
  .inputs-list.hs-error-msgs label {
    margin-bottom: 0;
    color: #BD1414 !important;
    line-height: 1.5;
  }  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}



.custom-menu-primary .navigation-primary {
  display: inline-block;
}

.custom-menu-primary .navigation-primary a {
  font-size: 21.2px;
  font-weight: 400;
  line-height: 1.5;
  padding:8px 16px;
  position:relative;
}
.custom-menu-primary {
  padding-top: 3px;
}

.custom-menu-primary .navigation-primary a.active-item {
  position: relative;
}

.custom-menu-primary .navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right:-2px;
}

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}

.triangle {
  display: none;
}

.submenu-toggle {
  display: none;
}

.custom-menu-primary .submenu.level-1 > li.has-submenu {
  position: relative;
}

.custom-menu-primary .submenu.level-1 > .has-submenu > .menu-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid black;
  display: none;
  height: 0;
  margin-left: 1px;
  position: absolute;
  right: 5px;
  top: 30px;
  width: 0;
}
.custom-menu-primary .navigation-primary > ul{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  -ms-flex-align: center;
}
.custom-menu-primary .submenu.level-1 > li{
  margin-bottom:0;
  position: relative;
}

.custom-menu-primary .navigation-primary > ul > li > a:after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  bottom: -4px;
  left: 16px;
  background: transparent;
  transition: .4s steps(20);
}

.custom-menu-primary .navigation-primary > ul > li > a:hover:after {
  width: 60%;
  left: 16px;
}
.custom-menu-primary .submenu.level-2 {
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  font-weight: 500;
  left: 50%;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: 55px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: visibility 0s, opacity 0.3s;
  -o-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  visibility: hidden;
  width: 270px;
  padding-right:0;
}
.custom-menu-primary .submenu.level-2 li{
  margin:0;
  text-align:center;
}

.triangle-container.level-2 {
  display: block;
  height: 25px;
  left: 105px;
  overflow: hidden;
  position: absolute;
  top: -25px;
  width: 60px;
}

.triangle.level-2 {
  background-color: #FFF;
  border: 1.79px solid #494A52;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  height: 30px;
  margin-left: 20px;
  margin-top: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 30px;
}

.triangle-container.level-2.hover .triangle {
  background-color: rgba(208, 210, 212, 1.0);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.custom-menu-primary .submenu.level-2 > li {
  border-bottom: 1px solid #D1D6DC;
  padding: 0;
}

.custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  display: block;
}

.submenu.level-2 .menu-item:first-of-type,
.submenu.level-2 .menu-item:first-of-type .menu-link {
  border-radius: 6px 6px 0 0;
}

.submenu.level-2 .menu-item:last-of-type,
.submenu.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0 0 6px 6px;
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  cursor: pointer;
}

.submenu.level-3 .menu-item .menu-link {
  padding-left: 60px;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -o-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  visibility: visible;
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}

@media (max-width: 991px) {
  .navigation-primary a {
    color: #fff!important;
    transition: .45s ease-in-out;
    font-size:32px;
  }

  .navigation-primary {
    display: block;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    content: none;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    display: none;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  .submenu.level-1 {
    width: 100%;
    padding-left:0;
  }

  .submenu.level-1 > li {
    display: block;
    width: 100%;
    border-top: 1px solid #fff;
    padding: 16px 16px 16px 0;
    transition: .3s ease-in-out;
    font-size: 32px;
    margin-bottom:16px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    display:none;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 30px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    width: 20px;
  }

  .triangle-container.level-2 {
    display: none;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }

  .submenu.level-2 {
    border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    visibility: visible;
    width: 100%;
    display:none;
  }

  .submenu.level-2 .menu-item {
    background-color: #FFF;
    border-bottom: none;
    border-top: 2px solid #EBEFF3;
    padding: 0;
  }

  .submenu.level-2 .menu-item .menu-link {
    padding: 7px 60px;
  }

  .submenu.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .submenu.level-3 {
    background-color: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .submenu.level-3 > li {
    background-color: inherit;
    padding: 0;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 90px;
  }
  .submenu.level-1 > li:last-child {
    display: none;
  }
  .submenu.level-1>li:nth-child(2) {
    border: 0;
  }
  .inner-nav {
    display: block;
    padding-top: 67px;
  }
  .submenu.level-2, .submenu.level-2 > ul {
    padding-left: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .submenu.level-2 > li.menu-item, .submenu.level-2 > ul > li.menu-item {
    background: transparent;
    border: none;
    margin: 0;
    border-radius: 0 !important;
  }
  .submenu.level-2 > li.menu-item > a.menu-link{
    padding-left: 15px;
    padding-right: 15px;
  }
  .submenu.level-2 > ul > li.menu-item > a.menu-link {
    padding-left: 20px;
    padding-right: 20px;
  }

}


@media(max-width:767px){
  .submenu>li>a {
    font-size: 24px;
  }

  .submenu.level-1>li {
    padding: 4px;
    font-size: 24px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.body-container__website,
.body-container.migration,
.body-container__landing{
  position: relative;
  z-index: 90;
  background: #fff;
}

.body-container__website:before,
.body-container.migration:before,
.body-container__landing:before{
  background: url(https://8011857.fs1.hubspotusercontent-na1.net/hubfs/8011857/raw_assets/public/Admere_August2020/images/amr-mask.svg) no-repeat;
  height: 200px;
  top: -200px;
  left: 0;
  background-position-x: right;
  background-size: cover;
  position: absolute;
  content: "";
  width: 100%;
}
.hs-landing-page .website-lay .body-container__website .widget-type-rich_text p {
  padding: 0;
}

.body-container__website ul {
  padding-left: 65px;
  margin-bottom: 16px;
}
.website-lay .widget-type-rich_text a {
  word-break: break-all;
}

/*======== About Page =======*/


.about-sec-two .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.about-sec .hs-button,
.home-sec .hs-button{
  font-size: 22.4px !important;
  margin-top: 16px;
  margin-bottom:16px;
}

.about-sec .hs-button:hover,
.home-sec .hs-button:hover {
  border-color: #5570c5 !important;
}
.about-sec-four .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.about-lay .body-container__website ul {
  padding-left: 40px;
}


/*====== End ========*/


/*===== Our Network ======*/

.our-network-sec2 {
  background: #eeeff4;
}
.our-network-sec2 .dnd-section>.row-fluid {
  padding: 0;
}
.our-network-sec2 .dnd-section >.row-fluid > div {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 !important;
  display: block !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.our-network-sec2 .dnd-section >.row-fluid > div > div{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.our-network-lay .body-container__website ul {
  padding-left: 40px;
}

.our-network-sec2 h2.section-header {
  font-size: 38.4px;
}

.our-network-sec2 form {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.our-network-sec2 form  input.hs-button.primary.large {
  margin-top: 0;
}
/*====== End ======*/


/*======= Home Page ======*/

.home-sec-three .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.home-lay .section-header {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home-sec-two {
  background: #eeeff4;
  z-index: 50;
  position: relative;
}
.home-sec-one {
  padding-top: 96px;
  padding-bottom: 112px;
}
.home-sec-one .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.home-sec-two .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-default, .btn.primary {
  border-radius: 1px;
  border: 0 solid transparent;
  background-color: #6c4556;
  color: #fff;
  transition: .2s ease-in-out;
  padding-left: 32px;
  padding-right: 32px;
}
.btn {
  border-radius: 5px;
  white-space: normal;
}
.btn-default {
  color: #fff;
  font-size: 22.4px;
  margin-top: 16px;
}
.btn-default, .btn.next {
  background: transparent;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
}

.action-section .btn-default, .action-section h2 {
  color: #fff;
}
.action-section .btn-default {
  border: 1px solid #fff;
}
.btn-default:hover, .btn.next:hover {
  background: #5570c5;
  color: #fff;
  border: 1px solid #5570c5;
}
.home-sec .hs-button {
  margin-bottom: 0;
}
/*====== End ========*/


/*====== Contact Page =====*/

.contact-sec-two {
  background: #eeeff4;
}

.contact-sec-two form {
  background: none;
  padding: 0;
  padding-top:96px;
  padding-bottom:112px;
  padding-right: 6px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 6px;
}
.contact-sec-two .widget-type-cell.dnd-column div {
  width: 100%;
  height: 100%;
}

.contact-sec-two form .field {
  padding-right: 15px;
  padding-left: 15px;
}

.contact-sec-two form .hs-richtext {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 8px;
  line-height: inherit;
  color: inherit;
  white-space: normal;
  font-size: 24px;
}

.contact-sec-two form select {
  text-transform: none;
  border-color: #767676 !important;
  border-width: 1px;
  background-color: -internal-light-dark(#fff,#3b3b3b) !important;
  cursor: default;
  display: inline-block !important;
  color: -internal-light-dark(black,white);
  width: auto;
  border-radius: 3px;
  font-size: 19.2px;
  padding-left: 0;
  line-height: normal;
  height: 25px;
}
.contact-sec-two input.hs-button.primary.large {
  margin-top: 0;
  margin-left: 15px;
}
ul.no-list.hs-error-msgs.inputs-list {
  padding-left: 0;
  margin: 0;
}
.contact-sec-two .hs_i_need_to {
  margin-bottom: 2px;
}
.contact-sec-two .hs_error_rollup .no-list.hs-error-msgs.inputs-list {
  padding-left: 15px;
}

ul.inputs-list.multi-container {
  padding-left: 0;
  padding-top: 0;
}

.contact-sec-two .hs_company_type label {
  margin-bottom: 2px;
}

.contact-sec-two ul.inputs-list.multi-container li {
  margin-bottom: 5px;
}

.contact-sec-two .hs-input[type=checkbox],
.contact-sec-two .hs-input[type=radio] {
  margin-top: 2px;
}
.contact-sec-two textarea.hs-input {
  height: 30px;
  overflow: hidden;
  resize: none;
}

.contact-sec-two form .hs_sales_team_information .input,
.contact-sec-two form .hs_reviewer_registration .input,
.contact-sec-two form .hs_submitting_this_form_will_send_an_email_with_your_contact_information_to_reviewer_relations_admere_ .input {
  display: none;
}


.contact-sec-two form .hs_sales_team_information label, 
.contact-sec-two form .hs_reviewer_registration label {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

.contact-sec-two form .hs_sales_team_information,
.contact-sec-two form .hs_reviewer_registration {
  margin: 0;
}
.contact-sec-two .hs-dependent-field .hs-form-required {
  margin: 0;
}
.vid-image {
  background: #4d4d4d;
  background-image: url(https://8011857.fs1.hubspotusercontent-na1.net/hubfs/8011857/raw_assets/public/Admere_August2020/images/hphealthvideo.jpg);
}
/*====== End =======*/


@media(min-width:768px){
  .our-network-sec2 .dnd-section >.row-fluid > div  {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .our-network-sec2 .dnd-section >.row-fluid > div  > div {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .our-network-sec2 .dnd-section >.row-fluid > div:first-child > div{
    float:right;
  }
  .home-sec-one .dnd-section>.row-fluid {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .contact-sec-two form {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
}

@media(min-width:992px){
  .our-network-sec2 .dnd-section >.row-fluid > div  > div {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .contact-sec-two form {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media(min-width:1200px){
  .home-sec-one .dnd-section>.row-fluid {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

@media(max-width:991px){
  .our-network-sec2 .dnd-section >.row-fluid > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width:100%;
  }
  .our-network-sec2 .dnd-section>.row-fluid {
    padding: 0;
    flex-direction: column;
  }
  .contact-sec-two .widget-type-cell.dnd-column {
    width: 100%;
    margin: 0;
  }

  .contact-sec-two .dnd-section>.row-fluid {
    display: block !important;
  }
  .contact-sec-two form {
    padding-left: 15px;
    padding-right: 3px;
  }
}

@media(max-width:767px){
  .home-sec-one {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .home-lay .widget-type-rich_text p {
    margin-bottom: 16px !important;
    margin-top: 0 !important;
  }
  .contact-sec-one {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-sec-two form {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .contact-sec-two form select {
    width: 100%;
  }
  .about-sec-one .widget-type-rich_text {
    padding-left: 16px;
    padding-right: 16px;
  }
  .about-sec-one .hs-button {
    margin-left: 16px;
    margin-right: 16px;
  }
  .our-network-sec2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .our-network-sec2 form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .website-lay .body-container__website .widget-type-rich_text p {
    padding-left: 16px;
    padding-right: 16px;
  }
}


@media(max-width:343px){
  .blog-home-signup form .hs_error_rollup .hs-error-msgs {
    bottom: -130px !important;
  }

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

.cm-header {
  background-color: #F8FAFC;
}
.header-inner-wrapper {
  width: 100vw;
  background: rgba(30,23,60,.39);
  background: linear-gradient(#070725,rgba(30,23,60,0));
  border-top: 0 solid transparent;
  color: #fff;
  padding: 30px 16px;
  position: fixed;
  z-index: 100;
  transition: .5s steps(60);
  width:100%;
}
.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

.fixed-header .header-inner-wrapper {
  padding-top: 32px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cdcdcd;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  max-width: 200px;
}

.header__logo img {
  max-width: 100%;
  -webkit-filter: grayscale(100%) brightness(1000%);
  filter: grayscale(100%) brightness(1000%);
  height: 35px;
  width:auto !important;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

.tabsection {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 200;
  font-size: 75%;
}

.tabsection:before {
  content: "";
  width: 100%;
  height: 5px;
  position: fixed;
  transition: 0.2s ease-in-out;
}

.subtab {
  position: relative;
  color: #fff;
  margin-right: 12px;
  padding: 8px 24px;
}
.subtab:before {
  content: "";
  padding-left: 1rem;
  padding-right: 1rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 10px 10px;
  -webkit-transform: perspective(15px) rotateX(-2deg);
  transform: perspective(15px) rotateX(-2deg);
  transition: 0.2s ease-in-out;
}
.tab {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 128px;
}
.tab-link {
  padding: 8px 24px;
  position: relative;
}

.tabsection .tab-link:before {
  color: #4d4d4d!important;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 0 0 10px 10px;
  -webkit-transform: perspective(15px) rotateX(-2deg);
  transform: perspective(15px) rotateX(-2deg);
  transition: 0.2s ease-in-out;
  padding-left: 1rem;
  padding-right: 1rem;
}
.tabsection .tab-link:first-of-type:before {
  z-index: -1;
}
.tab-link:last-of-type:before{
  z-index: -1;
  margin-left: 0;
}

.fixed-header .header__logo img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

@media(min-width:768px){
  .header__container {
    -ms-flex: 0 0 91.666667% !important;
    flex: 0 0 91.666667% !important;
    max-width: 91.666667% !important;
  }
}

@media(min-width:992px){
  .header__logo img {
    height: 45px;
  } 
  .nav-bg.mobile-menu {
    display: none;
  }
}


@media (max-width: 991px) {

  .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: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;
  }
  .tabsection{
    display:none;
  }
  .header-inner-wrapper {
    -ms-flex-pack: center;
    justify-content: center;
  } 

  .menu-wrapper {
    right: 16px;
    margin-right: 24px;
    cursor: pointer;
    z-index: 250;
    position: fixed;
    display:block;
  }

  .menu-wrapper>.burger {
    margin-top: 32px;
    display: inline-block;
    z-index: 250;
    transition: .4s ease-in-out;
  }

  .bar1, .bar2, .bar3 {
    width: 40px;
    height: 3px;
    background-color: #4d303e;
    margin: 8px 0;
    transition: .4s;
  }

  .burger:hover .bar1,
  .burger:hover .bar2, 
  .burger:hover .bar3,
  .change .bar1 {
    background: #fff;
  }
  .menu-wrapper.open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px,8px);
    transform: rotate(-45deg) translate(-8px,8px);
  }

  .menu-wrapper.open .bar2 {
    opacity: 0;
  }

  .menu-wrapper.open .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px,-8px);
    transform: rotate(45deg) translate(-8px,-8px);
  }

  .menu-wrapper.open .bar1,.menu-wrapper.open .bar2,.menu-wrapper.open .bar3 {
    background: #fff;
  }
  .menu-wrapper.open:hover .bar1, .menu-wrapper.open:hover .bar2, .menu-wrapper.open:hover .bar3{
    background: #6c4556;
  }

  .nav-bg.mobile-menu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 150;
    background: #f7a01b;
    font-size: 16px;
    right: -107%;
    transition: all 0.3s ease-out;
  }

  .nav-bg.mobile-menu.open {
    right: 0;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .inner-nav {
    width: 100%;
    height: 90%;
  }

  .menu-items {
    color: #fff;
    width: 85%;
    float: right;
  }

  .cm-header .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 3.63px 22.136px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .cm-header .btn-outline {
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    transition: .2s ease-in-out;
    margin-top: 8px;
    padding: 5.22px 15.311px;
  }

  .cm-header .btn {
    border-radius: 5px;
    white-space: normal!important;
  }

  .menu-items>.login-section {
    margin-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .login-section>h2 {
    color: #fff !important;
    transition: .45s ease-in-out;
    font-size: 24px;
    margin-bottom: 8px;
  }

  .blog-social-link, .social-link {
    color: #4d4d4d;
    font-size: 19.2px;
    padding: 8px;
    transition: .2s steps(20);
  }
  .menu-items>.social-section>a i {
    margin-top: 24px;
    margin-right: 27px;
    font-size: 30.2px;
    color: #fff;
  }
  .cm-header .btn-outline:hover {
    background: #fff;
    color: #4d4d4d!important;
  }
  .login-section:hover>h2 {
    color: #4d303e!important;
  }
  .menu-items>.social-section>a:hover i {
    color: #6c4556;
  }
  .fixed-header .header-inner-wrapper{
    padding-bottom: 8px;
  }
  .fixed-header .menu-wrapper>.burger {margin-top: 24px;}
  .child-trigger {
    color: #fff;
    margin-left: 3px;
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    width: 63px;
    height: 40px;
    font-size: 20px;
    position: absolute;
    right: 0;
    padding: 10px 20px;
    top: 0;
    text-align: center;
    cursor: pointer;
    z-index: 9;
  }

  .child-trigger:after {
    content: "+";
  }
  .nav-bg.mobile-menu {
    max-height: 100vh;
    overflow-y: scroll;
  }
  .child-open .child-trigger:after {
    content: "-";
  }
}


@media(max-width:767px){
  .menu-items>.login-section {
    margin-top: 6px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer-spacer {
  padding: 40px 15px;
}
.footer__container {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 auto;
  position:relative;
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-col-4 {
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.footer-col-8 {
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding-left: 32px;
}
.footer__copyright {
  font-size: 12px;
  margin-bottom:16px;
}
.accreditions-section {
  -ms-flex-align: end;
  align-items: flex-end;
}

.cm-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.accreditions-section > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.accreditions-section img {
  position: relative;
  max-height: 200px;
  max-width: 200px;
  vertical-align: middle;
  border-style: none;
  width: auto !important;
}

.footer-menu-wrap > span {
  margin-top: 12px;
  display: block;
  white-space: nowrap;
  max-width: 100%;
  margin-bottom: 22px;
}

.footer-menu-wrap > span:first-child {
  margin-bottom: 0;
}
.footer-menu-outer {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-menu-wrap,
.footer-content-wrap {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
}

.blog-social-link, .social-link {
  color: #4d4d4d;
  font-size: 19.2px;
  padding: 8px;
  transition: .2s steps(20);
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa-facebook-f:before {
  content: "\f39e";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-twitter:before {
  content: "\f099";
}
.footer-menu-wrap ul li {
  margin: 0;
}
.footer-menu-wrap ul li a {
  padding-right: 26px;
  font-size: 1.2em;
  border-left: 1px solid #585455;
  padding-left: 24px;
}
.footer-menu-wrap ul li:first-child a{
  border-left: 0 solid transparent;
  padding-left: unset;  
} 
@media (min-width: 576px){
  .footer-col-4{
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .footer-social-links, .social-links {
    position: static;
    right: 32px;
    bottom: 80px;
    text-align: left;
  }
}
@media (min-width: 768px){
  .footer-social-links, .social-links {
    position: absolute;
    right: 32px;
    bottom: 112px;
    text-align: right;
  }
  .footer__container {
    -ms-flex: 0 0 91.666667% !important;
    flex: 0 0 91.666667% !important;
    max-width: 91.666667% !important;
    padding-top: 96px;
    padding-bottom: 112px;
  }
}
@media (min-width: 992px){
  .footer-col-4{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }   
}

@media (min-width: 1200px){
  .footer-col-4{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  } 
}


@media(max-width:1235px){
  .footer__main {
    display: block;
  }
}

@media(max-width:991px){
  .footer-menu-wrap>span:first-child{
    display:none;
  }
}

@media(max-width:767px){
  .footer-menu-wrap>span{
    display:none;
  }
  .footer-social-links {
    padding-left: 32px;
  }
  .accreditions-section {
    padding-left: 16px;
    padding-top: 16px;
    padding-right: 16px;
  }

  .menu-items a.btn.btn-outline:hover {
    background: #fff;
  }
  .footer-col-8, .footer-social-links {
    padding-right: 32px;
  }

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

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

.blog-index {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 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-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: 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: 112px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

/*======= Blog Post ======*/

.blog-header {
  background-color: transparent;
  padding: 0;
  height: 480px;
  -ms-flex-pack: center;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-content-outer {
  line-height: 32px;
  position: relative;
  z-index: 90;
  background: #fff;
}

.blog-content-outer:before {
  background: url(https://8011857.fs1.hubspotusercontent-na1.net/hubfs/8011857/raw_assets/public/Admere_August2020/images/amr-mask.svg) no-repeat;
  height: 200px;
  top: -200px;
  left: 0;
  background-position-x: right;
  background-size: cover;
  position: absolute;
  content: "";
  width: 100%;
}
.blog-header__inner {
  position: absolute;
  z-index: 90;
  display: -ms-flexbox;
  display: flex;
  color: #fff!important;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: inherit;
  padding-top: 16px;
  font-family: Encode Sans,sans-serif;
  text-align: center;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-banner-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.ov-int-halfcol, .ov-int-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(14,27,93,.77);
  background-blend-mode: multiply;
}
.ov-int-hero {
  background: rgba(255,199,33,.65);
}

.blog-banner-image picture {
  min-width: 100%;
  min-height: 100%;
}

.blog-banner-image picture  img {
  -webkit-filter: brightness(.45) sepia(1) hue-rotate(0deg) brightness(1.2) saturate(8.5);
  filter: brightness(.45) sepia(1) hue-rotate(0deg) brightness(1.2) saturate(8.5);
  min-width: 100%;
  min-height: 100%;
}

.blog-category {
  color: #000;
  background: #fff;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 10px;
  font-family: semplicitapro,sans-serif;
  font-size: 16px;
  margin-bottom: 16px;
  -ms-flex-item-align: center;
  align-self: center;
}
.blog-header  .blog-category{
  background: #ffd254;
  border-radius: 16px;
  color: #000;  
}
.blog-header h1{
  font-size: 32px;
  background: #ffd254;
  border-radius: 16px;
  color: #000
}

p.blog-meta-date {
  font-family: Encode Sans,sans-serif;
  background: #ffd254;
  border-radius: 1rem;
  color: #000;
  font-weight: 300;
}

p.blog-meta-date span {
  font-size: 16px;
}
.blog-share {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin:0 auto;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:16px;
}
.blog-su-lc {
  margin-top: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  background: #efe7df;
  padding: 32px;
  border-radius: 10px;
}
h2.form-header {
  font-size: 16px ;
  color: #4d4da7 ;
  font-weight: 500;
  margin-bottom: 16px;
  width:100%;  
  margin-top:8px;
}
.blogpost-signup details {
  font-size: 12px;
  margin-top: 16px;
  width:100%;
}
summary {
  display: list-item;
  cursor: pointer;
}
.gdpr-text {
  margin-bottom: 0;
}
.blog-post__body img {
  vertical-align: middle;
  border-style: none;
}

.blog-post__body a {
  background: transparent;
  color: #7443ca;
  transition: .2s ease-in-out;
  font-weight: 500;
  word-break: break-word;
}

.blog-post__body a:hover {
  background: rgba(176,188,224,.66);
  color: #1d1d1d;
}
.blog-post__body h2 {
  margin-bottom: 40px;
  margin-top: 64px;
  font-weight: 500;
}

.blog-post__body ul,
.blog-post__body ol{
  margin-bottom: 16px;
}

.blog-post__body ul li {
  margin-bottom: 15px;
  line-height: 32px;
}
.blog-post__body ol li {
  line-height: 32px;
}

.blog-post__body ul ul {
  padding-left: 40px;
}

.blogpost-signup form {
  padding: 0;
  background: none;
  display: inline-block;
  width: 100%;
}
/* .fixed-blog-share .blog-share {
position: fixed;
top: 200px;
display: block;
background:#fff;
} */

.blogpost-signup div {
  width: 100%;
}
.blogpost-signup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.blogpost-signup input.hs-input {
  padding: 8px;
  border: 1px solid #cdcdcd;
  width: 100%;
  font: 400 13.3333px Arial;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  font-size: 19.2px;
  line-height: 32px;
  height:auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.blogpost-signup span.hs-form-required {
  display: none;
}

.blogpost-signup .hs-form label {
  margin: 0;
  display: block;
}

.blogpost-signup h3.form-title:empty {
  display: none;
}

.blogpost-signup .hs-form-field {
  margin: 0;
}
.blogpost-signup input.hs-button {
  padding: 12px;
  background: #7a1037;
  border: none;
  color: #fff;
  transition: .2s ease-in-out;
  width: 100%;
  border-radius: 0;
  font-size: 19.2px;
  margin:0;
  line-height:24px;
  font-size:16px;
}

.blogpost-signup  input.hs-button:hover{
  background: #a7164b;
  border: none;
  color: #fff;
}
.blogpost-signup input.hs-input::placeholder {
  color: #878282;
}
.blogpost-signup .hs-error-msgs label{
  margin-top:5px;  
  margin-bottom:5px;
}
.blogpost-signup .hs-input.invalid.error,
.blogpost-signup .hs-input:focus{
  outline: -webkit-focus-ring-color auto 1px;
}

.blog-post__body h3 {
  margin-bottom: 24px;
  margin-top: 48px;
}

.blog-post__body p {
  width: 100% !important;
}

/*    Blog Listing    */
.blogpost {
  padding-left: 8px;
  padding-right: 8px;
  height: 400px;
  margin-bottom: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
}


.bp {
  bottom: 0;
  color: #4d4d4d;
  width: 100%;
  z-index: 100;
  padding: 48px;
  position: absolute;
  padding-bottom: 16px;
  padding-top:20px;
}
.bp:before {
  background: #f4f4f4;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  z-index: 0;
  margin-right: 16px;
  right: 0;
  top: 0;
}
.bp>.cat-text {
  color: #000;
  background: #fff;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 10px;
  font-family: semplicitapro,sans-serif;
  font-size: 16px;
  width: 96px;
  line-height: 1.5;
}
.bp>span.cat-text {
  width: auto;
  left: -30px;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.bp h2 {
  color: #4d4d4d;
  position: relative;
  margin-top: 0;
  font-size:22.4px;
}
.bp p {
  position: relative;
}

.feature-image{
  width: 100%;
  height: 288px;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.blogpost:hover .ov-int-hero {
  background: rgba(255,199,33,0.65);
}

.feature-image picture img {
  min-width: 100%;
  min-height: 100%;
  transition: .25s ease;
  width: 100%;
  margin-left: 0;
  height: 100%;
  object-fit: cover;
}

.blogpost:hover .feature-image picture img {
  width: 105%;
  margin-left: -2.5%;
  height: 105%;
  -webkit-filter: brightness(0.45) sepia(1) hue-rotate(0deg) brightness(1.2) saturate(8.5);
  filter: brightness(0.45) sepia(1) hue-rotate(0deg) brightness(1.2) saturate(8.5);
}

.blogpost .ov-int-hero {
  background: rgba(121,166,212,0.39);
}

.featured-blog-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  height: 480px;
  margin:0;
}

.featured-blog-header .inner-post-item {
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
  position: absolute;
  z-index: 90;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: inherit;
  padding-top: 16px;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-family: Encode Sans,sans-serif;
}

.featured-blog-header .fullwidth-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.featured-blog-header .fullwidth-image > picture {
  min-width: 100%;
  min-height: 100%;
}
.featured-blog-header .fullwidth-image>picture>img {
  -webkit-filter: brightness(0.45) sepia(1) hue-rotate(0deg) brightness(1.2) saturate(8.5);
  filter: brightness(0.45) sepia(1) hue-rotate(0deg) brightness(1.2) saturate(8.5);
}
.featured-blog-header .fullwidth-image > picture > img {
  min-width: 100%;
  min-height: 100%;
}
.featured-blog-header>.fullwidth-image img {
  transition: .25s ease;
  width: 100%;
  margin-left: 0;
}
.featured-blog-header:hover>.fullwidth-image img {
  width: 105%;
  margin-left: -2.5%;
  margin-top: -2.5%;
}

.featured-blog-header h2.featured-title {
  background: #ffd254;
  border-radius: 16px;
  color: #000;
  padding: 8px;
  font-size: 32px;
}
.cm-independent-medical-reviews {
  display: none;
}

.featured-topic {
  content: "Featured";
  color: #000;
  background: #fff;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 10px;
  font-family: semplicitapro,sans-serif;
  font-size: 16px;
  margin-bottom: 16px;
}
p.featured-content {
  background: #ffd254;
  border-radius: 16px;
  color: #000;
  padding: 8px;
  font-weight: 300;
  font-family: Encode Sans,sans-serif;
}

p.featured-content:after {
  content: "\2192";
  transition: .5s ease-in;
  transition-delay: .2s;
}
span.featured-date {
  font-size: 16px;
}
.inner-post-item:hover .featured-content:after {
  margin-left: 24px;
}

.cm-latest-posts {
  padding-top: 48px;
  padding-bottom: 64px;
}

.cm-latest-posts h2 {
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.search-section {
  right: 0;
  background: #eaeaea;
  padding: 16px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cm-site-search form {
  background: none;
  padding: 0;
}

.search-section input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0 2px;
  color: #000;
  border-color: rgb(118, 118, 118) !important;
  border-image: initial;
  border-width: 1px;
  border-radius: 3px;
  max-width: 100%;
  width: unset;
  border-radius:0;
}
.search-section > div {
  min-width: 100px;
  margin-left: 16px;
}

.search-section input:focus {
  border-width: 2px;
  line-height: 30px;
}
.signup-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.blog-home-signup form .field ul.hs-error-msgs.inputs-list,
.blogpost-signup form .field ul.hs-error-msgs.inputs-list{
  margin: 0;
  display: inline-block !important;
  position: absolute;
  top: 110%;
  left: 0;
  z-index: 1;
}
.blog-home-signup form .field ul.hs-error-msgs.inputs-list li,
.blogpost-signup form .field ul.hs-error-msgs.inputs-list li{
  padding: 0;
  box-shadow: none;
}
.blog-home-signup form .field ul.hs-error-msgs.inputs-list li label,
.blogpost-signup form .field ul.hs-error-msgs.inputs-list li label{
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  padding: 13px 15px 13px 40px !important;
  display: block;
  background-position: left 10px center !important;
  border: 1px solid #999;
  color: #333 !important;
  font-size: 13px;
  margin:0;  
  background-image: url(https://8011857.fs1.hubspotusercontent-na1.net/hubfs/8011857/raw_assets/public/Admere_August2020/images/error-mesz-style.png);
}
.blog-home-signup form .field ul.hs-error-msgs.inputs-list li:before,
.blogpost-signup form .field ul.hs-error-msgs.inputs-list li:before{
  content: "";
  border-bottom: 8px solid #C7C7C7;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: -15px;
  left: 9px;
}
.blog-home-signup form .field ul.hs-error-msgs.inputs-list li:after,
.blogpost-signup form .field ul.hs-error-msgs.inputs-list li:after{
  content: "";
  border-bottom: 7px solid #fff;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  top: -13px;
  left: 10px;
}
.blog-home-signup form .field,
.blogpost-signup form .field{
  position:relative;
}
.blog-home-signup form,
.blogpost-signup form{
  position: relative;
}

.blog-home-signup form .field .hs-error-msgs label:before,
.blogpost-signup form .field .hs-error-msgs label:before{
  display:none;
}
.blog-signup-form {
  background: #424242;
  color: #fff;
  background-image: radial-gradient(#212121 20%,rgba(229,57,53,0) 0);
  background-size: 10px 10px;
  background-position: -2.23069px -49.9077px;
  z-index: 50;
  position: relative;
  text-align: center;
  margin:0;
}
.blog-signup-form:hover{
  background-position: -12.9348px -46.8372px;
}

.signup-col-inner {
  padding-top: 96px;
  padding-bottom: 112px;
}
.blog-home-signup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.blog-home-signup form {
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  background:none;
  padding:0;
  position:relative;
}
.blog-home-signup .hs_cos_wrapper_type_form {
  width: 50%;
}

.blog-home-signup .social-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  width: 15%;
}

.blog-social-link {
  padding: 0 0 0 16px;
  font-size: 25.6px;
}

.blog-home-signup .social-section a i {
  font-size: 32px;
  padding: 0;
  color: #f7a01b;
}
.blog-home-signup .social-section a:hover i{
  color: #f7a01b;
}

.blog-home-signup form span.hs-form-required {
  display: none;
}

.blog-home-signup .hs-form label {
  margin: 0;
  display: none;
}

h3.form-title:empty {
  display: none;
}

.blog-home-signup form 
input[type="submit"] {
  margin: 0;
  padding-right: 24px;
  padding-left: 24px;
  border: none;
  color: #fff;
  transition: .2s ease-in-out;
  font-size: 19.2px;
  height: 100%;
  background: #f7a01b;
  border-radius: 0;
}

.blog-home-signup form input[type=email] {
  border: 2px solid #f7a01b;
  width: 100%;
  min-width: 200px;
  padding: 16px 24px;
  font-size: 19.2px;
  height: auto;
}

.blog-home-signup .hs-form-field {
  width: 70%;
  margin: 0;
}

.blog-home-signup form .actions {
  height: 100%;
}

.blog-home-signup form input[type=submit]:hover {
  background: #4e2b3a;
  border: none;
  color: #fff;
}

.blog-home-signup form input[type=email]:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.blog-home-signup form .hs-error-msgs {
  position: absolute;
  bottom: -50px;
  left: auto;
}

.blog-home-signup form .hs-error-msgs label {
  display: block;
  font-size: 15px;
}
.blog-home-signup form  .hs-error-msgs label:before{
  font-size: 7px; 
}

.blog-home-signup form input[type="submit"]:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.blog-home-signup form .hs_error_rollup .hs-error-msgs {
  bottom: -100px;
  left: 6%;
  display: inline-block !important;
}
h1.blog-header__title {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-home-signup form input[type=email]::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

/* .blogpost.post-item:first-child {
display: none;
}
*/
/*   End    */


@media(min-width:768px){
  .blog-header__inner {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;  
  }
  .blog-share {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .featured-blog-header .inner-post-item {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .blog-signup-form {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .signup-col {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .blogpost{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; 
  }
  .featured-blog-header .inner-post-item {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .blog-post-outer .content-wrapper {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  } 
}

@media (min-width: 992px){
  .blog-share {
    position: absolute;
    display: none;
    left: 48px;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .blog-share-t {
    font-size: 19.2px;
    margin-top: 0!important;
    margin-bottom: 16px;
  }
  .blog-su-lc {
    display: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    background: none;
    padding: unset;
    border-radius: unset;
  }
  .blogpost{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .search-section {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }  
  .blog-post-outer .content-wrapper {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 80px;
  } 
}

@media(min-width:1200px){
  .blog-header__inner {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; 
  }
  .featured-blog-header .inner-post-item{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .featured-blog-header {
    padding: 0;
    height: 560px;
  }
  .search-section{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .signup-col {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media(max-width:991px){
  .blog-share-t {
    display: none;
  } 
  .blog-banner-image picture img {
    max-width: 100%;
  }
  .search-section input {
    width: 250px;
  }
  h2.form-header {
    margin-top: 24px;
    width: auto;
  }

  .blogpost-signup details {
    width: auto;
  }

  .blogpost-signup input.hs-input,
  .blogpost-signup input.hs-button {
    font-size: 19.2px;
    line-height: 32px;
  }
  .blogpost-signup {
    width: 360px;
  }
}
@media(max-width:767px){
  .blog-post-outer .content-wrapper {
    padding-top: 64px !important;
  }
  .fixed-blog-share .blog-share {
    position: static;
  }
  .cm-latest-posts {
    margin: 0;
  }
  .signup-col-inner {
    padding-top: 64px;
    padding-bottom: 0px;
  }
  .blog-signup-form {
    text-align: left !important;
  }
  .blog-home-signup {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-home-signup>* {
    padding: 16px;
  }
  .social-section {
    width: unset!important;
  }
  .blog-pagination{
    margin-bottom:80px !important;
  }
  .blog-index {
    margin: 0;
  }
  .content-wrapper.blog-listing-wrapper {
    padding: 0;
    overflow-x: hidden;
  }
  .blog-home-signup form .hs-error-msgs {
    bottom: -35px;
  }
  .blog-home-signup form .hs_error_rollup .hs-error-msgs {
    bottom: -53px;
    left: 0;
  }
  .cm-latest-posts {
    padding-top: 32px;
    padding-bottom: 48px;
  }
  .blogpost p {
    padding-left: 16px;
    padding-right: 16px;
  }
  .signup-col-inner {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .blog-home-signup form.error-show {
    margin-bottom: 90px;
  }
}

@media(max-width:479px){
  .blog-post__body h2{
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 34px;
  }
}

/*====== End ======*/

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


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

}

img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.blog-pagination{
  display: block !important;
}
.blog-pagination .no-post{
  display: none;
}

.blogpost-signup .hs_error_rollup {
  position: absolute;
  bottom: -95px;
}

.blogpost-signup .hs-error-msgs label {
  font-size: 12px;
}

.blogpost-signup .hs-error-msgs label:before {
  font-size: 10px;
}
.comment-date {
  display: block !important;
}

.cm-site-search .hs-search-field--open .hs-search-field__suggestions {
  z-index: 999;
  background: #fff;
  position: absolute;
}

.cm-site-search li#results-for {
  padding: 5px 10px;
}

.cm-site-search .hs-search-field__suggestions a {
  padding: 5px 10px;
}

.featured-topic > span {
  display: none;
}

.featured-topic > span.cm-featured {
  display: inherit;
}
.blog-home-signup form .hs_error_rollup .hs-error-msgs {
  left: 0!important;
} 

.blogpost:first-child {
  display: none;
}

@media(max-width:1700px){
  .blogpost-signup form .field ul.hs-error-msgs.inputs-list li label{
    padding: 5px 5px 5px 36px !important;
  }
  .blogpost-signup .hs_error_rollup {
    position: absolute;
    bottom: 0;
  }
}

@media(max-width:1125px){
  .blog-post__body img {
    width: unset!important;
    height: unset!important;
    max-width: 100%;
  }
}

@media(max-width:1015px){
  .blog-home-signup form .hs_error_rollup .hs-error-msgs {
    bottom: -110px;
    left: 6%;
    display: inline-block !important;
  }
  .blogpost-signup .hs_error_rollup {
    position: absolute;
    bottom: -35px;
  }
}
@media(max-width:767px){
  .blog-home-signup form .hs_error_rollup .hs-error-msgs {
    bottom: -120px;
  }
  .blogpost-signup form {
    width: 360px;
    margin: 0 auto;
  }

  .blogpost-signup div#hs_form_target_blog_signup_form {
    text-align: center;
  }

  .blogpost-signup {
    width: 100%;
  }
  .blog-home-signup form .field ul.hs-error-msgs.inputs-list li label {
    background-position: 10px 15px !important;
  }
  .cm-latest-posts {
    padding-right: 15px;
  }
}

@media(max-width:620px){
  .blog-home-signup .hs_cos_wrapper_type_form {
    width: 100%;
  }
}

@media(max-width:500px){
  .cm-latest-posts {
    display: block;
  }
  .blog-post__body p span {
    word-break: break-all;
  }
}
@media(max-width:479px){
  .cm-latest-posts.cm-row {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cm-latest-posts h2 {
    padding-right: 0;
    padding-left: 0;
  }  
  div#infscr-loading {
    padding: 0 15px;
  }
  .bp>span.cat-text {
    position: relative;
    display: table;
    margin-left: -32px;
    left: 0;
    top: 0;
    margin-bottom: 8px;
  }
  .blog-post__body img {
    margin: 0 auto !important;
    float: none !important;
  }
  .featured-topic {
    margin-top: 20px;
  }

  .featured-blog-header {
    height: 550px;
  }
}

@media(max-width: 400px){
  .blogpost-signup form{
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

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

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

input#hs-pwd-widget-password {
  height: 30px !important;
  margin-top: 0 !important;
}

.systems-page form {
  max-width: 500px;
}

.no-banner .header-inner-wrapper {
  background-color: #fdc82c;
}

.no-banner .header.cm-header {
  min-height: 113px;
}
input.email-edit.hs-input {
  width: 100% !important;
}
.hs-form-field{
  margin-bottom:20px;
}

label.hs-membership-global-error.hs-error-msg:before {
  display: none;
}

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

.cm-subssciption form#email-prefs-form {
    background: none;
    padding: 0;
}

@media(max-width:767px){
  .systems-page .success {
    min-width: unset;
  }

  input.email-edit.hs-input {
    width: 100%!important;
  }
  .systems-page form {
    max-width: 100%;
  }
  .no-banner .header.cm-header {
    min-height: 103px;
  }
}