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


/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

/* Poppins-ExtraLight */
@font-face {
  font-family: "Poppins-ExtraLight";
  src: url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/Omnimed_October_2020/fonts/h3r77AwDsldr1E_2g4qqGFQlYEbsez9cZjKsNMjLOwM.eot") format("eot"),
    url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/h3r77AwDsldr1E_2g4qqGPk_vArhqVIZ0nv9q090hN8.woff2") format("woff2"),
      url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/h3r77AwDsldr1E_2g4qqGBsxEYwM7FgeyaSgU71cLG0.woff") format("woff"),
        url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/h3r77AwDsldr1E_2g4qqGC3USBnSvpkopQaUR-2r7iU.ttf") format("truetype"),
          url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/poppins-extralight.svg") format("svg");
            }
@font-face {
  font-family: "Poppins-ExtraLight";
  font-weight: 700;
  src: url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/Omnimed_October_2020/fonts/2NBlOVek2HIa2EeuV_3Cbw.eot") format("eot"),
    url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/rijG6I_IOXJjsH07UEo2mw.woff2") format("woff2"),
      url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/p0A1C4_gK5NzKtuGSwNurQ.woff") format("woff"),
        url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/rATt6MpBkxjRr3sy5fMEDg.ttf") format("truetype"),
          url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/poppins-extralight-bold.svg") format("svg");
            }
@font-face {
  font-family: "Poppins-ExtraLight";
  font-style: italic;
  src: url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/Omnimed_October_2020/fonts/-GlaWpWcSgdVagNuOGuFKalSqKUsDpiXlwfj-ZM2w_A.eot") format("eot"),
    url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/-GlaWpWcSgdVagNuOGuFKRUOjZSKWg4xBWp_C_qQx0o.woff2") format("woff2"),
      url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/-GlaWpWcSgdVagNuOGuFKRa1RVmPjeKy21_GQJaLlJI.woff") format("woff"),
        url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/-GlaWpWcSgdVagNuOGuFKdqQynqKV_9Plp7mupa0S4g.ttf") format("truetype"),
          url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/poppins-extralight-italic.svg") format("svg");
            }
@font-face {
  font-family: "Poppins-ExtraLight";
  font-weight: 700;
  font-style: italic;
  src: url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/Omnimed_October_2020/fonts/Fm41upUVp7KTKUZhL0PfQfY6323mHUZFJMgTvxaG2iE.eot") format("eot"),
    url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/Fm41upUVp7KTKUZhL0PfQVtXRa8TVwTICgirnJhmVJw.woff2") format("woff2"),
      url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/Fm41upUVp7KTKUZhL0PfQT8E0i7KZn-EPnyo3HZu7kw.woff") format("woff"),
        url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/Fm41upUVp7KTKUZhL0PfQaCWcynf_cDxXwCLxiixG1c.ttf") format("truetype"),
          url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/poppins-extralight-italic-bold.svg") format("svg");
            }
/* Poppins-SemiBold */
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/Omnimed_October_2020/fonts/9VWMTeb5jtXkNoTv949NpVQlYEbsez9cZjKsNMjLOwM.eot") format("eot"),
    url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/9VWMTeb5jtXkNoTv949Npfk_vArhqVIZ0nv9q090hN8.woff2") format("woff2"),
      url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/9VWMTeb5jtXkNoTv949NpRsxEYwM7FgeyaSgU71cLG0.woff") format("woff"),
        url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/9VWMTeb5jtXkNoTv949NpS3USBnSvpkopQaUR-2r7iU.ttf") format("truetype"),
          url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/poppins-semibold.svg") format("svg");
            }
@font-face {
  font-family: "Poppins-SemiBold";
  font-weight: 700;
  src: url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/Omnimed_October_2020/fonts/aDjpMND83pDErGXlVEr-SVQlYEbsez9cZjKsNMjLOwM.eot") format("eot"),
    url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/aDjpMND83pDErGXlVEr-Sfk_vArhqVIZ0nv9q090hN8.woff2") format("woff2"),
      url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/aDjpMND83pDErGXlVEr-SRsxEYwM7FgeyaSgU71cLG0.woff") format("woff"),
        url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/aDjpMND83pDErGXlVEr-SS3USBnSvpkopQaUR-2r7iU.ttf") format("truetype"),
          url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/poppins-semibold-bold.svg") format("svg");
            }
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: italic;
  src: url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/Omnimed_October_2020/fonts/RbebACOccNN-5ixkDIVLjalSqKUsDpiXlwfj-ZM2w_A.eot") format("eot"),
    url(//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/RbebACOccNN-5ixkDIVLjRUOjZSKWg4xBWp_C_qQx0o.woff2) format("woff2"),
    url(//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/RbebACOccNN-5ixkDIVLjRa1RVmPjeKy21_GQJaLlJI.woff) format("woff"),
    url(//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/RbebACOccNN-5ixkDIVLjdqQynqKV_9Plp7mupa0S4g.ttf) format("truetype"),
    url(//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/poppins-semibold-italic.svg) format("svg");
}
@font-face {
  font-family: "Poppins-SemiBold";
  font-weight: 700;
  font-style: italic;
  src: url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/Omnimed_October_2020/fonts/c4FPK8_hIFKoX59qcGwdCqlSqKUsDpiXlwfj-ZM2w_A.eot") format("eot"),
    url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/c4FPK8_hIFKoX59qcGwdChUOjZSKWg4xBWp_C_qQx0o.woff2") format("woff2"),
      url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/c4FPK8_hIFKoX59qcGwdCha1RVmPjeKy21_GQJaLlJI.woff") format("woff"),
        url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/c4FPK8_hIFKoX59qcGwdCtqQynqKV_9Plp7mupa0S4g.ttf") format("truetype"),
          url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/poppins-semibold-italic-bold.svg") format("svg");
            }


@font-face {
  font-family: "Roboto-Thin";
  src: url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/Omnimed_October_2020/fonts/hNdh1kLam5Qu9t6-swGJgPesZW2xOQ-xsNqO47m55DA.eot") format("eot"),
    url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/e7MeVAyvogMqFwwl61PKhPesZW2xOQ-xsNqO47m55DA.woff2") format("woff2"),
      url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/idLYXfFa1c7oAPILDl4z0fesZW2xOQ-xsNqO47m55DA.woff") format("woff"),
        url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/BhNUF0UvSiDyKi5GMZK0cPesZW2xOQ-xsNqO47m55DA.ttf") format("truetype"),
          url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/roboto-thin.svg") format("svg");
            }
@font-face {
  font-family: "Roboto-Thin";
  font-weight: 700;
  src: url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/Omnimed_October_2020/fonts/3KAd02OzFSDbt78HTOt2og.eot") format("eot"),
    url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/fIKu7GwZTy_12XzG_jt8eA.woff2") format("woff2"),
      url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/Xyjz-jNkfiYuJf8UC3Lizw.woff") format("woff"),
        url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/5M21SdFLkD52QavfmHs6cA.ttf") format("truetype"),
          url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/roboto-thin-bold.svg") format("svg");
            }
@font-face {
  font-family: "Roboto-Thin";
  font-style: italic;
  src: url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/Omnimed_October_2020/fonts/dzxs_VxZUhdM2mEBkNa8slQlYEbsez9cZjKsNMjLOwM.eot") format("eot"),
    url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/dzxs_VxZUhdM2mEBkNa8svk_vArhqVIZ0nv9q090hN8.woff2") format("woff2"),
      url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/dzxs_VxZUhdM2mEBkNa8shsxEYwM7FgeyaSgU71cLG0.woff") format("woff"),
        url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/dzxs_VxZUhdM2mEBkNa8si3USBnSvpkopQaUR-2r7iU.ttf") format("truetype"),
          url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/roboto-thin-italic.svg") format("svg");
            }
@font-face {
  font-family: "Roboto-Thin";
  font-weight: 700;
  font-style: italic;
  src: url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/Omnimed_October_2020/fonts/87ImaWi619lMX9BhLChOt_esZW2xOQ-xsNqO47m55DA.eot") format("eot"),
    url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/vSzulfKSK0LLjjfeaxcREvesZW2xOQ-xsNqO47m55DA.woff2") format("woff2"),
      url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/dFWsweFqlD8ExfyN7Gh_GPesZW2xOQ-xsNqO47m55DA.woff") format("woff"),
        url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/OKegwhKhBNN-dhuHI27Hy_esZW2xOQ-xsNqO47m55DA.ttf") format("truetype"),
          url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/roboto-thin-italic-bold.svg") format("svg");
            }
/** Roboto Bold**/
@font-face {
  font-family: "Roboto-Bold";
  src: url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/Omnimed_October_2020/fonts/97uahxiqZRoncBaCEI3aW_Y6323mHUZFJMgTvxaG2iE.eot") format("eot"),
    url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/97uahxiqZRoncBaCEI3aW1tXRa8TVwTICgirnJhmVJw.woff2") format("woff2"),
      url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/97uahxiqZRoncBaCEI3aWz8E0i7KZn-EPnyo3HZu7kw.woff") format("woff"),
        url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/97uahxiqZRoncBaCEI3aW6CWcynf_cDxXwCLxiixG1c.ttf") format("truetype"),
          url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/roboto-bold.svg") format("svg");
            }
@font-face {
  font-family: "Roboto-Bold";
  font-weight: 700;
  src: url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/Omnimed_October_2020/fonts/9_7S_tWeGDh5Pq3u05RVkvY6323mHUZFJMgTvxaG2iE.eot") format("eot"),
    url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/9_7S_tWeGDh5Pq3u05RVkltXRa8TVwTICgirnJhmVJw.woff2") format("woff2"),
      url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/9_7S_tWeGDh5Pq3u05RVkj8E0i7KZn-EPnyo3HZu7kw.woff") format("woff"),
        url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/9_7S_tWeGDh5Pq3u05RVkqCWcynf_cDxXwCLxiixG1c.ttf") format("truetype"),
          url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/roboto-bold-bold.svg") format("svg");
            }
@font-face {
  font-family: "Roboto-Bold";
  font-style: italic;
  src: url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/Omnimed_October_2020/fonts/t6Nd4cfPRhZP44Q5QAjcC-ZiE7IA0Up7-VwGqa0iGVY.eot") format("eot"),
    url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/t6Nd4cfPRhZP44Q5QAjcC6g5eI2G47JWe0-AuFtD150.woff2") format("woff2"),
      url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/t6Nd4cfPRhZP44Q5QAjcC9Ih4imgI8P11RFo6YPCPC0.woff") format("woff"),
        url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/t6Nd4cfPRhZP44Q5QAjcC102b4v3fUxqf9CZJ1qUoIA.ttf") format("truetype"),
          url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/roboto-bold-italic.svg") format("svg");
            }
@font-face {
  font-family: "Roboto-Bold";
  font-weight: 700;
  font-style: italic;
  src: url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/Omnimed_October_2020/fonts/bmC0pGMXrhphrZJmniIZpeZiE7IA0Up7-VwGqa0iGVY.eot") format("eot"),
    url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/bmC0pGMXrhphrZJmniIZpag5eI2G47JWe0-AuFtD150.woff2") format("woff2"),
      url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/bmC0pGMXrhphrZJmniIZpdIh4imgI8P11RFo6YPCPC0.woff") format("woff"),
        url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/bmC0pGMXrhphrZJmniIZpV02b4v3fUxqf9CZJ1qUoIA.ttf") format("truetype"),
          url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/roboto-bold-italic-bold.svg") format("svg");
            }


@font-face {
  font-family: "Open Sans";
  src: url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/Omnimed_October_2020/fonts/opensans-regular-webfont.eot") format("embedded-opentype"),
    url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/opensans-regular-webfont.woff") format("woff"),
      url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/opensans-regular-webfont.ttf") format("truetype"),
        url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/opensans-regular-webfont.svg") format("svg");
          font-style: normal;
          font-weight: 400;
          }

@font-face {
  font-family: "Open Sans";
  src: url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/Omnimed_October_2020/fonts/opensans-bold-webfont.eot") format("embedded-opentype"), 
    url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/opensans-bold-webfont.woff") format("woff"),
      url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/opensans-bold-webfont.ttf") format("truetype"),
        url("//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/fonts/opensans-bold-webfont.svg") format("svg");
          font-style: normal;
          font-weight: 700;
          }

html {}

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

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

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

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

h1 {
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: normal;
}

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  /*   line-height: 1.5rem; */
}

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

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

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

.page-center{
  padding-left:15px;
  padding-right:15px;
}

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

@media (max-width: 480px) {
  html {}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
.hs_cos_wrapper_type_form,.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_email_simple_subscription form,
.hs_cos_wrapper_type_password_prompt form,
.hs-search-field,
.form-container form,
.blog-comments form {
  background-color: #ffffff;
  width: 100%;
  display: block;
  padding:16px;
  margin:16px;
}

h3.form-title{}

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

.button--primary,
.hs-button {
  margin: 0;
  white-space: normal;
  font:normal 500 16px/1.4em poppins-semibold,poppins,sans-serif;
  cursor: pointer;
  display: block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  text-decoration: none !important;
  width:100%;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  text-transform:uppercase;
}

.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: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-bottom: .5rem;
  color: #f2545b !important;
}

input[type=password],
.hs-search-field__input,
.hs-input[type=password],
form input,
form select,
form textarea,
.hs-input {
  display: inline-block;
  width: 100% !important;
  padding: 6.5px 3px;
  font: normal normal 700 14px/1.4em roboto-thin,roboto,sans-serif;
  padding-left: 12px;
  color: #33475b;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  margin-bottom:14px;
  height:auto !important;
}

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

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

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

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

.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-width: 0 0 2px 0;
  background-color: #ffffff;
  border-style: solid;
  border-color: red;
}
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;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
/*   margin-bottom: 18px; */
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

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

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

.hs-menu-item.active a {}

.custom-menu-primary .hs-menu-wrapper > ul {
  margin: 0;
  display: block;
  text-align: center;
  margin-left: -5px;
}

.custom-menu-primary .hs-menu-wrapper > ul li {
  display: inline-block;
  padding: 0 5px;
}

.custom-menu-primary .hs-menu-wrapper > ul li a {
  font: normal normal normal 12px/1.4em poppins-semibold;
  display: inline-block;
  padding: 0 16px;
  text-align: center;
  line-height: 24px;
  transition: color 0.4s ease 0s;
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul .hs-item-has-children {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  display: block;
  width: 100%;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  padding: 0;
  text-align: center;
  display: block;
}



@media (max-width:1512px) {

  .custom-menu-primary .hs-menu-wrapper>ul li a {
    padding: 0 15px;
  }

}

@media (max-width:1184px) {

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

}

@media (min-width:768px) {


  .custom-menu-primary .hs-menu-wrapper>ul li:nth-child(4) {
    padding: 0 3px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li:nth-child(5) {
    padding-right: 2px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li:nth-child(6) {
    padding-left: 7px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul .hs-item-has-children:hover > ul {
    display: block;

  }



  .english-header .custom-menu-primary .hs-menu-wrapper>ul li:nth-child(4) {
    padding-left: 8px;
    padding-right: 8px;
  }

  .english-header .custom-menu-primary .hs-menu-wrapper>ul li {
    padding: 0 7px;
  }


}

@media (max-width:767px) {

  .custom-menu-primary .hs-menu-wrapper {
    margin: 32px 0px 0 16px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li {
    display: block;
    width: 100%;
    min-width: 100px;
    padding: 0;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    font: normal normal 600 14px/1.4em roboto-thin,roboto,sans-serif;
    line-height: 56px;
    color: #000 !important;
  }

  .custom-menu-primary {
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position:relative;
  }

  .custom-menu-primary:before {
    content:"";
    background-image: url(//1262978.fs1.hubspotusercontent-na1.net/hubfs/1262978/raw_assets/public/Omnimed_October_2020/images/menu-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .12;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
		z-index: -1;
  }

  .mobile-open {
    overflow: hidden;
  }

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 30px;
    width: 55px !important;
    min-width: 55px !important;
    height: 56px !important;
    padding: 0 !important
  }
  .child-trigger:hover {
    text-decoration: none
  }
  .child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
  .child-trigger i:after {
    position: absolute;
    content: ''
  }
  .child-trigger i,.child-trigger i:after {
    width: 10px;
    height: 1px;
    background-color: #000;
    display: block
  }
  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
  .child-open .child-trigger i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul ul li a{
    text-align:left;
  }

}




/*  Full width styling */

.full-width-content h5 {
  font: normal normal normal 16px/1.4em poppins-semibold,poppins,sans-serif;
  color: #000000;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
}

.full-width-content .span4.dnd-column p {
  margin: 0;
}

.full-width-content ul li p {
  font-weight: bold;
}


/*  Job */

/*   
.content-with-image .span8 {
width: 63.2%;
}

.content-with-image .span4 {
width: calc(100% - 63.2%);
margin-left: 0;
} */

.content-with-image .dnd-column:last-child > .row-fluid-wrapper {
  padding-left: calc((100% - 362px) * 0.5);
  padding-right: calc((100% - 362px) * 0.5);
}

.content-with-image .dnd-column h5 {
  font: normal normal normal 16px/1.4em poppins-semibold,poppins,sans-serif;
  color: #000000;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom:9px;
}

.content-with-image .dnd-column p {
  font: normal normal bold 14px/1.4em roboto-thin,roboto,sans-serif;
  color: #000000;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 20px;
}

.content-with-image .dnd-column>.row-fluid-wrapper ul {
  margin: 0;
  padding: 0;
  padding-left: 1.3em;
  margin-left: 0.5em;
  margin-top: 0;
  margin-bottom: 19px;
}

.content-with-image .dnd-column>.row-fluid-wrapper ul li {
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

.content-with-image .dnd-column>.row-fluid-wrapper ul li p{
  margin:0;
}

.content-with-image .dnd-section > .row-fluid {
  display: flex;
}

.content-with-image .dnd-column ul {
  margin-top: 0;
  margin-bottom: 19px;
}

.jon-tw-col-cnt .dnd-column > div {
  padding-left: calc((100% - 490px) * 0.5);
  padding-right: calc((100% - 490px) * 0.6);
}

.jon-tw-col-cnt h4,
.jon-tw-col-cnt h5 {
  font: normal normal normal 16px/1.4em poppins-semibold,poppins,sans-serif;
  color: #000000;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 5px;
}

.jon-tw-col-cnt ul {
  margin: 0;
  font: normal normal bold 14px/1.4em roboto-thin,roboto,sans-serif;
  color: #000000;
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
  margin-right: 0;
  line-height: normal;
  letter-spacing: normal;
}

.jon-tw-col-cnt ul li {
  line-height: inherit;
}

.jon-tw-col-cnt ul li p {
  margin: 0;
}

/*  telemedecine */


.tlm-main-section h1, 
.tlm-main-section p {
  margin: 0;
}

.tlm-main-section h1 {
  line-height: normal;
  letter-spacing: normal;
}

.tlm-column-section h4 {
  line-height: 1.2em;
}

.tlm-column-section h2 {
  margin: 0;
}

.tlm-column-section ul li p {
  margin: 0;
}

.tlm-column-section ul,
.tlm-column-section ol {
  margin: 0;
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
  margin-right: 0;
  line-height: normal;
  letter-spacing: normal;
}

.tlm-column-section ul li,
.tlm-column-section ol li {
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

.tlm-Operations-section p {
  margin: 0;
}

.tlm-Operations-section h2 {
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 5px;
}

.tlm-Operations-section ol {
  margin: 0;
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
  margin-right: 0;
  line-height: normal;
  letter-spacing: normal;
}

.tlm-Operations-section ol li {
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

.tlm-Actions-section p {
  margin: 0;
}

.tlm-Actions-section h2 {
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 9px;
}

.content-with-image h3 {
  font-family: anton,sans-serif;
  color: #0D0D0D;
  margin:0 0 24px;
}

.jon-tw-col-cnt h3 {
  font-family: anton,sans-serif;
}

.jon-tw-col-cnt h3 {
  font-family: anton,sans-serif;
  line-height: 1;
  margin: 0;
  padding-bottom: 17px;
}


@media (max-width:1200px) {

  .content-with-image .span4{
    padding-left:15px;
    padding-right:15px;
  }

  .jon-tw-col-cnt .span6.dnd-column>div {
    padding-left: 15px;
    padding-right: 15px;
  }

}


@media (max-width:1024px) {


  .content-with-image .dnd-column:last-child>.row-fluid-wrapper,
  .jon-tw-col-cnt .dnd-column>div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-with-image .dnd-column,
  .content-with-image .dnd-column {
    width: 100%;
  }

  .content-with-image .dnd-section>.row-fluid {
    display: block;
  }

  .jon-tw-col-cnt .span6.dnd-column {
    width: 100%;
  }


  .custom-menu-primary .hs-menu-wrapper>ul li a {
    padding: 0 8px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    text-align: right;
  }

}


@media (max-width:767px) {

  .full-width-content .span12 .dnd-section div.span4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-width-content h4{
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .content-with-image .span4>.row-fluid-wrapper,
  .jon-tw-col-cnt .span6.dnd-column>div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-with-image .span4 h5 {
    font-size: 12px;
  }

  .content-with-image .span4 p {
    font-size: 13px;
  }

  .jon-tw-col-cnt h5 {
    font-size: 12px;
  }

  .tlm-main-section h1 {
    text-align: center;
    font-size: 23px;
  } 

  .content-with-image h3 {
    font-size: 23px;
    margin-bottom:10px;
  }

  .jon-tw-col-cnt h3 {
    font-size: 19px;
    padding: 0;
  }

  .jon-tw-col-cnt h4{
    font-size: 14px;
  }


  .custom-menu-primary .hs-menu-wrapper>ul {
    text-align: left;
  }

}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.lightbox-content-wrapper .popup-content-outer .popup-content-inner .content-bg {
  background-image: url();
}
.full-width-page p {
  margin: 0 0 17px;
}

.container-fluid.entr-CTA-section {
    margin-bottom: -1px;
}

.entr-CTA-section .button-module-link {
  font: normal normal 700 16px/1.4em roboto-bold,roboto,sans-serif;
  display: inline-block;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  transition: all 0.4s ease;
}
.cm-job-perks-wrapper .cm-job-perks-content h2 {
  letter-spacing: -6px;
}
.full-width-page h1 {
  font-size: 30px;
  font-family: poppins-semibold, poppins, sans-serif;
  font-weight: 400;
  margin:0;
  line-height: 1.2em;
}

.full-width-page p span {
  font-weight: 700;
}
.full-width-page h2{
  font-size:30px;
  font-family: poppins-semibold, poppins, sans-serif;
  font-weight: 400;
  margin:0;
  line-height: 1.2em;
} 

.full-width-content h4 {
  margin: 0;
  font: normal normal normal 30px/1.4em poppins-semibold,poppins,sans-serif;
  letter-spacing: normal;
  font-size: 20px;
  line-height: 1.2em;
}

.full-width-content .span12 .dnd-section .hs-image-widget {
  width: 100% !important;
  object-fit: cover;
  height: 400px !important;
}

.pro-Form-section form {
  width: 100%;
}

.pro-Form-section .hs-form-field > label {
  display: none !important;
}

.hs-input:placeholder {
  color: #0F0F0F;
}

textarea.hs-input{
  height:148px !important;
}

.pro-Form-section .hs_cos_wrapper_type_form>div {
  display: flex;
  align-items: center;
  max-width: 487px !important;
  margin: 0 auto;
  width: 100%;
  padding: 0 !important;
  min-height: 649px;
}

.pro-Form-section .hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 465px;
  margin: 48px auto 11px;
}

.pro-Form-section .hs_cos_wrapper_type_rich_text h2 {
  color: #1975D1;
  font-size: 48px;
  line-height: 1em;
  font-family: poppins-semibold,poppins,sans-serif;
}

.pro-Form-section .button-module-link {
  font: normal normal normal 16px/1.4em poppins-semibold,poppins,sans-serif;
  transition: color 0.4s ease 0s;
  color: #FFFFFF;
  display: inline-block;
  padding: 6px 10px !important;
}

/*  Merge Css */

.full-width-content ul {
  margin: 0;
  font: normal normal bold 14px/1.4em roboto-thin,roboto,sans-serif;
  color: #000000;
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
  margin-right: 0;
  line-height: normal;
  letter-spacing: normal;
  list-style-type: disc;
  font-weight: normal;
}
.full-width-content ul li {
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: normal;
}
.full-width-content ul li p {
  margin: 0;
}
.hm-main-section h2 {
  font: normal normal normal 30px/1.4em poppins-semibold,poppins,sans-serif;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  font-size: 30px;
  text-align: justify;
  font-weight: bold;
  color: #25245E;
}
.entr-banner .banner .cm-banner-img {
  position: relative;
  line-height: 0;
}

.entr-banner .banner .cm-banner-img:before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background-color: rgba(34, 34, 34, 0.5);
}

.entr-banner .banner .cm-banner-content-inner {
  max-width: 485px;
  margin-left: 64px;
}

.entr-intro-section h1 {
  font: normal normal normal 25px/1.4em poppins-semibold,poppins,sans-serif;
  color: #FFFFFF;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  font-size: 25px;
  margin-bottom: 13px;
}

.entr-intro-section p {
  font: normal normal bold 14px/1.4em roboto-thin,roboto,sans-serif;
  letter-spacing: normal;
  line-height: 1.5em;
  color: #fff;
  padding-right: 36px;
  margin: 0;
}

.entr-intro-section h5 {
  font: normal normal bold 14px/1.4em roboto-thin,roboto,sans-serif;
  letter-spacing: normal;
  font-size: 20px;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  margin: 0;
}

.entr-intro-section h5 span {
  color: #FFFFFF;
}

.entr-intro-section h5 a {
  color: #FFFFFF;
  text-decoration: none !important;
}
.entr-counter-section h3 {
  font: normal normal normal 30px/1.4em poppins-semibold,poppins,sans-serif;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  font-size: 50px;
  text-align: center;
  color: #BEBEBE;
  margin-top: 1px;
  margin-bottom: -9px;
}

.entr-counter-section p {
  font: normal normal bold 14px/1.4em roboto-thin,roboto,sans-serif;
  color: #000000;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}
.entr-Features-section h3 {
  font: normal normal normal 25px/1.4em poppins-semibold,poppins,sans-serif;
  color: #000000;
  letter-spacing: normal;
  margin: 0;
  font-size: 25px;
  line-height: 1.2em;
  text-align: center;
}

.entr-Features-section .span4 p {
  margin: 0;
  font: normal normal bold 14px/1.4em roboto-thin,roboto,sans-serif;
  color: #000000;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  max-width: 340px;
  margin: 0 auto;
}

.pro-banner .video-banner.banner .cm-banner-content-inner {
  margin: 114px 0px 10px calc((100% - 394px) * 0.5);
}

.pro-banner .video-banner.banner .cm-banner-img {
  line-height: 0;
}

.full-width-page ol {
  margin: 0;
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
  margin-right: 0;
  line-height: normal;
  letter-spacing: normal;
}

.content-with-image .span4 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (max-width:1200px) {
  .pro-banner .video-banner.banner .cm-banner-content-inner {
    margin: 114px 0px 10px 0;
    padding-left: 20px;
  }
}

@media (max-width:855px) and (min-width:768px){

  .entr-counter-section h3 {
    font-size: 41px;
  }

}


@media (max-width:767px){
  .full-width-page h1 {
    font-size:27px !important;
  }
  .content-with-image .span4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .lightbox-content-wrapper .pro-Lightbox-section .dnd-section {
    padding: 30px 0 !important;
  }
  .full-width-content .span12 .dnd-section .hs-image-widget {
    height: 213px !important;
  }
  .full-width-page h2{
    font-size:21px !important;
  } 
  .full-width-page p{
    font-size:15px !important;
    margin:0 0 18px;
    line-height: normal;
    letter-spacing: normal;
  } 
  .pro-Lightbox-section .dnd-section {
    padding: 30px 0 !important;
  }

  .lightbox-content-wrapper .lightbox-title-wrapper {
    margin-top: 0;
  }

  .pro-Form-section .hs_cos_wrapper_type_rich_text h2 {
    font-size: 26px;
  }

  .pro-Form-section .hs_cos_wrapper_type_rich_text p {
    font-size: 11px;
    margin: 0;
  }

  .pro-Form-section fieldset.form-columns-2 .input,.pro-Form-section fieldset.form-columns-1 .input {
    margin: 0 !important;
  }

  .pro-Form-section fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  .pro-Form-section .hs-button {
    font-size: 16px;
    width: auto !important;
    display: inline-block;
    padding: 5px 10px !important;
  }

  .pro-Form-section .actions {
    text-align: center;
  }

  .pro-banner .video-banner.banner .cm-banner-content-inner {
    margin: 0 !important;
    padding: 20px 0px;
  }


  /*  Merge css   */

  .full-width-content ul {
    font-size: 13px;
  }

  .full-width-content ul li p {
    font-size: 13px;
  }
  .hm-main-section h2 {
    font-size: 20px;
    text-align: center;
  }
  .entr-banner .banner .cm-banner-content-inner {
    margin-left: 0;
  }

  .entr-banner .banner .cm-banner-img img {
    height: 200px;
  }
  .entr-counter-section p {
    font-size: 14px;
  }
  .entr-intro-section h1 {
    font-size: 21px;
    margin-bottom: 8px;
  }

  .entr-intro-section p {
    font-size: 13px;
    padding: 0;
  }

  .entr-intro-section h5 {
    font-size: 17px;
  }
  .entr-counter-section h3 {
    font-size: 39px;
    text-align: center !important;
    margin-bottom: 0;
  }

  .entr-counter-section p {
    font-size: 13px;
    text-align: center !important;
  }
  .entr-Features-section h3 {
    font-size: 19px;
  }

  .entr-Features-section .span4 p {
    font-size: 13px;
    max-width: 100%;
  }
  .tlm-Operations-section h2 {
    font-size: 16px !important;
  }

  .tlm-Actions-section h2 {
    font-size: 16px !important;
  }
  .entr-CTA-section .button-module-item.btn-it-1 a {
    font-size: 12px !important;
    padding: 8px 21.9px !important;
  }

}

@media (max-width:500px){
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_left svg{
    left:20px !important;
  } 
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_right svg{
    left:auto !important;
    right:20px !important; 
  } 
}
/* ******************************************************************************
   AMÉLIORATIONS DU HEADER CSS
   ****************************************************************************** */

/* --- Variables CSS (Optionnel mais recommandé pour la cohérence) --- */
:root {
  --header-bg-color: #F8FAFC; /* Utilise la variable de votre CMS */
  --primary-text-color: #110e1a; /* Exemple, ajustez si besoin */
  --secondary-text-color: #005e18; /* Exemple, ajustez si besoin */
  --accent-color: #25245e; /* Couleur principale du bouton */
  --gradient-start: rgba(37,36,94,1);
  --gradient-end: rgba(25,119,217,1);
  --header-height-desktop: 100px; /* Hauteur désirée pour le header desktop */
  --header-height-mobile: 80px; /* Hauteur désirée pour le header mobile */
}

/* --- Styles Généraux du Header --- */
.header {
  background-color: var(--header-bg-color);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08); /* Ombre plus douce */
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  /* Utilisation de min-height pour définir une hauteur de base,
     ajustement du padding pour l'alignement vertical */
  min-height: var(--header-height-desktop);
  display: flex; /* Assure que le conteneur interne peut être centré verticalement */
  align-items: center; /* Centre verticalement le contenu du header */
  padding: 0 24px; /* Padding horizontal pour les bords */
}

/* --- Conteneur Interne du Header --- */
.header__container {
  display: flex;
  justify-content: space-between; /* Distribue l'espace entre les éléments */
  align-items: center; /* Centre les éléments enfants verticalement */
  width: 100%; /* Prend toute la largeur disponible dans le header */
  /* Supprime les display: block/inline-block des media queries pour un contrôle Flexbox */
}

/* --- Logo --- */
.header__logo.header__logo--main {
  /* Retrait des marges fixes si align-items: center est utilisé sur le conteneur */
  margin: 0;
  /* Utilisation de flex-shrink pour s'assurer que le logo ne se réduit pas */
  flex-shrink: 0;
  /* Ajustement de la largeur pour le desktop, sera géré par media queries */
  width: auto; /* Laisse l'image définir la largeur naturelle */
  max-width: 150px; /* Limite la largeur du conteneur du logo */
}

.header__logo img {
  width: 100%; /* L'image prend la largeur de son parent (.header__logo--main) */
  max-width: 150px; /* Limite la taille réelle de l'image */
  height: auto; /* Maintient le ratio de l'image */
  display: block; /* Supprime l'espace sous l'image */
}

/* --- Navigation --- */
.header__navigation.header--element {
  margin: 0; /* Géré par flexbox gap ou justify-content */
  flex-grow: 1; /* Permet à la navigation de prendre l'espace disponible */
  max-width: 60%; /* Limite la largeur maximale de la navigation */
  padding-left: 16px; /* Espace entre le logo et la navigation */
}

/* --- Bouton CTA (Call To Action) --- */
.header-rgt-cnt {
  display: flex; /* Utilise flexbox pour aligner le switcher de langue et le bouton */
  align-items: center; /* Centre verticalement */
  justify-content: flex-end; /* Aligne à droite */
  flex-shrink: 0; /* Empêche le rétrécissement */
  gap: 20px; /* Espace entre les éléments (lang switcher et bouton) */
}

.header-rgt-cta .cta_button {
  font-family: 'Poppins', sans-serif; /* Utilise la police définie */
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4em;
  display: inline-block;
  border: 0px solid var(--accent-color); /* Bordure solide avec la couleur accent */
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  position: relative;
  padding: 8px 24px;
  white-space: nowrap;
  text-decoration: none;
  color: #fff; /* Couleur du texte par défaut */
  background-color: var(--accent-color); /* Couleur de fond par défaut */
  margin: 0; /* Géré par le gap du parent */
}

/* Correction pour le survol (hover) du bouton CTA */
.header-rgt-cta .cta_button:hover {
  /* Utilisation correcte de background-image pour le dégradé */
  background-image: linear-gradient(90deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
  background-color: transparent; /* S'assure que la couleur de fond ne masque pas le dégradé */
  color: #fff; /* Assure une bonne lisibilité du texte sur le dégradé */
  border-color: transparent; /* Si le dégradé remplace la couleur de bordure */
}

/* --- Language Switcher --- */
.lang_switcher_class {
  /* La largeur max est gérée par flex-shrink: 0 sur le parent et le gap */
  width: auto;
  margin: 0; /* Géré par le gap du parent */
  flex-shrink: 0;
}

.header__language-switcher--label-current {
  display: none; /* Cache toujours le label actuel */
}

.globe_class {
  background: none;
  width: auto;
  height: 100%;
  border-radius: 0;
  display: flex; /* Pour aligner les langues */
  align-items: center;
  justify-content: center;
  position: relative; /* Pour positionner la liste si c'est un dropdown */
}

/* Gérer l'affichage de la liste des langues au survol ou au focus */
.globe_class .lang_list_class {
  display: none; /* Caché par défaut */
  position: absolute; /* Ou static si c'est toujours en ligne */
  top: 100%; /* Positionne sous l'icône/texte du switcher */
  left: 0;
  background-color: #fff; /* Fond pour la liste déroulante */
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  min-width: 72px; /* Largeur minimale pour la liste */
  z-index: 1001;
  flex-direction: column; /* Les langues s'affichent en colonne */
}

.globe_class:hover .lang_list_class,
.globe_class:focus-within .lang_list_class { /* focus-within pour l'accessibilité clavier */
  display: flex !important; /* Affiche la liste au survol/focus */
}

ul.lang_list_class {
  list-style: none; /* Retire les puces de liste */
  padding: 0;
  margin: 0;
  display: flex; /* Sera écrasé par le display: none par défaut ci-dessus */
  width: 100%;
  height: 100%;
  flex-direction: row; /* Par défaut, les langues sont en ligne sur desktop */
  align-items: center;
  justify-content: center;
}

ul.lang_list_class:before,
ul.lang_list_class:after {
  display: none; /* Supprime les pseudo-éléments inutilisés */
}

.lang_list_class li {
  border: none;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400; /* poppins-semibold */
  font-size: 12px;
  line-height: 1.4em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lang_list_class li:first-child,
.lang_list_class li:last-child {
  padding: 0;
  border: none;
}

.header__language-switcher .lang_list_class li a {
  font-family: poppins;
  text-transform: uppercase;
  margin: 0 9.5px;
  font-size: 0; /* Garde cette astuce pour le contenu généré */
  display: block;
  color: var(--primary-text-color); /* Couleur du lien par défaut */
  text-decoration: none;
  transition: color 0.3s ease;
}

.header__language-switcher .lang_list_class li a:hover {
  color: var(--accent-color); /* Couleur au survol */
}

/* Contenu généré pour les langues */
a.lang_switcher_link[data-language="fr"]:after {
  content: "FR";
  font-size: 12px;
}

a.lang_switcher_link[data-language="en"]:after {
  content: "EN";
  font-size: 12px;
}

ul.lang_list_class * {
  flex: auto; /* Conserve flex: auto pour les éléments de liste */
}

/* --- Styles pour les Landing Pages --- */
.hs-landing-page .header,
.lp-header .header {
  min-height: 108px; /* Peut être ajusté si la variable --header-height-desktop est suffisante */
}

/* --- Styles spécifiques à l'en-tête en Anglais (si nécessaire) --- */
.english-header .header-rgt-cta .cta_button {
  padding: 8px 32px; /* Ajustement du padding pour le bouton en anglais */
}

/* ******************************************************************************
   MEDIA QUERIES POUR LA RÉACTIVITÉ
   ****************************************************************************** */

/* --- Tablette (max-width: 1220px) --- */
@media (max-width: 1220px) {
  .header__logo.header__logo--main {
    max-width: 120px; /* Légère réduction du logo */
  }

  .header__navigation.header--element {
    max-width: 55%; /* Ajustement de la largeur de la navigation */
    padding-left: 15px;
  }
}

/* --- Tablette (max-width: 1024px) - Transition vers une mise en page plus empilée --- */
@media (max-width: 1024px) {
  .header {
    min-height: var(--header-height-mobile); /* Réduit la hauteur du header */
    padding: 10px 20px; /* Ajuste le padding */
    flex-wrap: wrap; /* Permet aux éléments de passer à la ligne */
  }

  .header__container {
    flex-direction: column; /* Empile les éléments verticalement */
    align-items: center; /* Centre les éléments empilés */
    gap: 10px; /* Espace entre les éléments empilés */
  }

  .header__logo.header__logo--main {
    width: auto; /* Laisse l'image définir la largeur */
    max-width: 150px; /* Conserve la limite max-width */
    margin: 0; /* Supprime les marges fixes */
  }

  .header__navigation.header--element {
    width: 100%; /* Prend toute la largeur disponible */
    max-width: none; /* Retire la limite de largeur */
    padding-left: 0;
    margin-top: 10px; /* Espace après le logo */
    justify-content: center; /* Centre les éléments de navigation */
  }

  .header-rgt-cnt {
    width: 100%; /* Prend toute la largeur */
    justify-content: center; /* Centre les éléments (lang switcher, bouton) */
    padding-right: 0;
    margin-top: 10px; /* Espace après la navigation */
  }

  .header-rgt-cta .cta_button {
    margin: 0; /* Géré par le gap du parent */
  }

  .lang_switcher_class {
    margin-right: 0; /* Géré par le gap du parent */
  }
}

/* ******************************************************************************
   STYLES SPÉCIFIQUES AU MENU MOBILE (max-width: 767px)
   ****************************************************************************** */
@media (max-width: 767px) {
  .header {
    min-height: var(--header-height-mobile); /* Hauteur du header mobile */
    padding: 10px 15px; /* Ajuste le padding pour mobile */
    justify-content: space-between; /* Logo à gauche, burger à droite */
    flex-wrap: nowrap; /* Empêche le wrap pour le layout principal du header */
  }

  .header__container {
    flex-direction: row; /* Retourne en ligne pour le layout du header mobile */
    justify-content: space-between; /* Espace entre logo et burger */
    align-items: center;
  }

  .header__logo.header__logo--main {
    width: auto; /* Laisse le logo prendre sa largeur naturelle */
    max-width: 120px; /* Réduit un peu le logo sur mobile */
    margin: 0;
    text-align: left; /* Aligne le logo à gauche */
  }

  .header__logo img {
    max-width: 100%;
  }

  /* Cache les éléments qui seront dans le menu mobile */
  .header__navigation.header--element,
  .header-rgt-cnt {
    display: none; /* Caché par défaut sur mobile, sera géré par JS pour le menu */
  }

  /* --- Mobile Trigger (Bouton Burger) --- */
  .mobile-trigger {
    width: 40px; /* Taille du bouton burger */
    height: 40px;
    position: relative; /* Relative au header ou fixed si vous le voulez flottant */
    top: auto;
    right: auto;
    z-index: 1005; /* Au-dessus de tout */
    display: flex; /* Pour centrer l'icône */
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .mobile-trigger-inner {
    transition: 0.5s all;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none; /* Pas de bordure */
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }

  .trigger-line {
    width: 24px; /* Largeur des barres du burger */
    height: 18px; /* Hauteur totale des 3 barres */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
  }

  .trigger-line > div {
    background-color: var(--primary-text-color); /* Couleur des barres */
    border-radius: 1.5px;
    width: 100%;
    height: 2px; /* Épaisseur des barres */
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57),
                width 330ms ease-out; /* Ajout de la transition pour la largeur */
  }

  .trigger-line > div.trigger-line-start {
    width: 60%; /* La barre du haut est plus courte */
    transform-origin: right;
  }

  .trigger-line > div.trigger-line-end {
    width: 60%; /* La barre du bas est plus courte */
    align-self: flex-end;
    transform-origin: left;
  }

  /* Animation du burger en croix */
  .mobile-open .trigger-line {
    transform: rotate(-45deg);
  }

  .mobile-open .trigger-line > div:nth-child(2) { /* La barre du milieu disparaît */
    opacity: 0;
    transform: translateX(-100%);
  }

  .mobile-open .trigger-line .trigger-line-start {
    transform: rotate(-90deg) translateX(4px); /* Rotation et translation pour former la croix */
    width: 100%; /* La barre du haut s'étend */
  }

  .mobile-open .trigger-line .trigger-line-end {
    transform: rotate(-90deg) translateX(-4px); /* Rotation et translation pour former la croix */
    width: 100%; /* La barre du bas s'étend */
  }

  /* --- Menu de Navigation Mobile (Panneau latéral) --- */
  .header__navigation.header--element {
    display: flex; /* Re-active flex pour le menu ouvert */
    flex-direction: column; /* Les éléments de nav s'empilent */
    justify-content: flex-start; /* Aligne au début du panneau */
    align-items: center; /* Centre les liens de nav */
    background-color: var(--header-bg-color); /* Couleur de fond du menu */
    visibility: hidden; /* Caché par défaut */
    opacity: 0; /* Caché par défaut */
    right: 0;
    position: fixed;
    z-index: 1004;
    cursor: pointer; /* Le curseur sur le panneau ouvert */
    height: 100vh;
    top: 0px;
    margin: 0;
    max-width: 100%;
    width: 0; /* Caché par défaut */
    transition: all .5s ease; /* Transition pour l'ouverture/fermeture */
    overflow-y: auto; /* Permet le défilement si le contenu est trop long */
    padding-top: var(--header-height-mobile); /* Espace pour le header */
  }

  .mobile-open .header__navigation.header--element {
    visibility: visible;
    opacity: 1;
    width: 75%; /* Largeur du panneau mobile ouvert */
    box-shadow: -5px 0 15px rgba(0,0,0,0.2); /* Ombre sur le côté du panneau */
  }

  /* Les liens du menu mobile */
  .header__navigation.header--element > ul { /* Supposant une liste ul pour la nav */
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    list-style: none;
  }

  .header__navigation.header--element > ul > li {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1); /* Séparateur */
  }

  .header__navigation.header--element > ul > li:last-child {
    border-bottom: none;
  }

  .header__navigation.header--element a {
    font-size: 1.2em; /* Taille de police plus grande pour mobile */
    color: var(--primary-text-color);
    text-decoration: none;
    display: block;
    padding: 10px;
  }

  /* --- Overlay du Menu Mobile --- */
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 0.6);
    opacity: 0;
    /* display: initial; est étrange ici, display: none est plus commun pour cacher */
    display: none; /* Caché par défaut */
    cursor: pointer;
    visibility: hidden;
    height: 100vh;
    width: 100%;
    z-index: 1003; /* Sous le menu, au-dessus du reste */
    transition: opacity .5s ease, visibility .5s ease;
  }

  .mobile-open .menu-overlay {
    opacity: 1;
    visibility: visible;
    display: block; /* Affiche l'overlay */
  }

  /* --- Ajustements spécifiques au bouton CTA en mobile --- */
  .header-rgt-cta .cta_button {
    font-size: 12px; /* Ajustement de la taille de police du bouton */
    padding: 6px 18px; /* Ajustement du padding */
  }

  .lp-header .header {
    min-height: 90px; /* Ajustement de la hauteur pour les landing pages mobile */
  }
}

/* --- Téléphone (max-width: 479px) --- */
@media (max-width: 479px) {
  .header-rgt-cta .cta_button {
    font-size: 10px;
    padding: 4px 12px;
    /* margin-top: -5px; semble être un hack, à éviter avec flexbox */
    margin-top: 0;
  }
  .header {
    padding-bottom: 10px; /* Ajustement du padding si nécessaire */
  }
}

/* --- Styles pour l'édition en ligne (CMS HubSpot ou similaire) --- */
.hs-inline-edit .header {
  position: static !important; /* Force la position statique en mode édition */
}

.hs-inline-edit .body-wrapper {
  margin-top: 0px !important; /* Retire la marge si le header n'est plus fixe */
}

.hs-inline-edit .social-icons-sticky.hidden-phone {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
  padding-left:15px;
  padding-right:15px;
}
.footer__copyright {
  font-family: Lato, sans-serif;
}

.footer-wrapper {
  min-height: 54px;
}


.footer__copyright h5 {
  color: inherit;
}

.footer__copyright h5 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  font-family:roboto-bold,roboto,sans-serif;
  line-height: normal;
  letter-spacing: normal;
  padding: 1px 0;
}

.footer__copyright {
  text-align: center;
}

.footer {
  padding: 10px 0 11px;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}

.footer-link-inner .hs-menu-wrapper > ul {
  margin: 0;
  display: block;
  text-align: center;
}

.footer-link-inner .hs-menu-wrapper > ul > li {
  line-height: normal;
  display: inline-block;
}

.footer-link-inner .hs-menu-wrapper > ul > li a {
  padding: 0;
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
}

.footer-link-inner .hs-menu-wrapper > ul > li:not(:last-child):after {
  content: " | ";
  display: inline-block;
  padding: 0 0px 0 3px;
  font-size: 12px;
}

.footer__main {
  padding-right: 30px;
}

@media (max-width:767px) {
  
  .lp-footer .footer {
    margin: 0;
  }

  .footer {
    position: static;
    margin-bottom: 47px;
    padding-bottom: 22px;
    padding-top: 7px;
  }

  .mobile-footer{
    position: fixed;
    left: 0;
    z-index: 999;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    bottom: 0;
    pointer-events: none;
    width: 100%;
  }
  
  .footer__main {
    padding: 0 10px;
  }

  .footer__copyright h5,
  .footer-link-inner .hs-menu-wrapper > ul > li a {
    font-size: 11px;
    line-height: 1;
  }

  .footer-link-inner .hs-menu-wrapper > ul {
    line-height: 1;
    padding-bottom: 2px;
  }

  .footer-link-inner .hs-menu-wrapper > ul > li {
    line-height: 1;
  }

  .mobile-open .mobile-footer {
    display: none !important;
  }
  
}
/* ******************************************************************************
*********************************************************************************
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
*********************************************************************************
****************************************************************************** */

.hs_cos_wrapper_type_blog_subscribe:empty {
    background: transparent;
}

.cm-post-body {
    width: 100%;
    display: inline-block;
}


.hs_recaptcha.hs-recaptcha.field {
  margin-bottom: 15px;
  overflow:auto;
}

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

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
  }
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--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: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  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: #F8FAFC;
  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;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

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

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

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

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

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

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

.blog-index__post-content--small h2 {
	font-size: 18px;
	line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
	text-decoration: none;
	transition: all .5s;
}

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

.blog-sidebar h3 {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 600;
	line-height: 37px;
}

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
	justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */
p.header {
  position: static;
  box-shadow: none;
  min-height: auto !important;
}

.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: 145px 0px 51px;
  text-align: center;
  line-height: normal;
  letter-spacing: normal;
  font-weight: bold;
  font-family: roboto-thin,roboto,sans-serif;
  font-size: 18px;
  color: #1975D1;
}

.cm-error-page {
  width: 100%;
  display: inline-block;
}

.error-text {
  font-family: roboto-bold,roboto,sans-serif;
}

.error-page-subheading {
  margin: 0 auto;
  font: normal normal normal 30px/1.4em poppins-semibold,poppins,sans-serif;
  color: #000000;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
  max-width: 461px;
}

.error-btn {
}

.error-btn .hs-button {
  font: normal normal 700 14px/1.4em roboto-thin,roboto,sans-serif;
  transition: all .4s ease 0s;
  color: #000;
  display: inline-block;
  background-color: transparent;
  border: solid rgba(25,117,209,1) 2px;
  width: auto;
  text-transform: none;
  line-height: normal;
  padding: 9.5px 32px;
  border-radius:0;
}

.error-btn {
  text-align: center;
  margin: 71px 0 112px 0;
}

.error-btn .hs-button:hover {
  background-color: rgba(25, 117, 209, 1);
  color: #FFFFFF;
  border: solid rgba(255, 255, 255, 1) 2px;
}


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

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

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


@media (max-width:767px) {

  .error-page_heading {
    font-size: 13px;
    margin: 99px 0px 35px;
  }

  .error-page-subheading {
    font-size: 19px;
  }

  .error-btn {
    margin: 30px 0 92px 0;
  }

  .error-btn .hs-button {
    font-size: 14px;
    padding: 5px 24.5px;
  }

  .page-header h1 {
    font-size: 24px;
  }

  .page-header h2 {
    font-size: 16px;
  }

}